@maka/maka-cli 5.0.11 → 5.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/patreon.js +1 -1
  87. package/bundle/obf/src/commands/profile.js +1 -1
  88. package/bundle/obf/src/commands/proxy.js +1 -1
  89. package/bundle/obf/src/commands/reconfig.js +1 -1
  90. package/bundle/obf/src/commands/register.js +1 -1
  91. package/bundle/obf/src/commands/run/_index.js +1 -1
  92. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  93. package/bundle/obf/src/commands/run/run.command.js +1 -1
  94. package/bundle/obf/src/commands/set/_index.js +1 -1
  95. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  97. package/bundle/obf/src/commands/set/set.command.js +1 -1
  98. package/bundle/obf/src/commands/ssh.js +1 -1
  99. package/bundle/obf/src/commands/ssl.js +1 -1
  100. package/bundle/obf/src/commands/test.js +1 -1
  101. package/bundle/obf/src/commands/undo.js +1 -1
  102. package/bundle/obf/src/commands/version.js +1 -1
  103. package/bundle/obf/src/error.js +1 -1
  104. package/bundle/obf/src/exec.js +1 -1
  105. package/bundle/obf/src/generator.js +1 -1
  106. package/bundle/obf/src/generators/_index.js +1 -1
  107. package/bundle/obf/src/generators/api.js +1 -1
  108. package/bundle/obf/src/generators/aws/_index.js +1 -1
  109. package/bundle/obf/src/generators/aws/aws.js +1 -1
  110. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  111. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  112. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  113. package/bundle/obf/src/generators/collection.js +1 -1
  114. package/bundle/obf/src/generators/component.js +1 -1
  115. package/bundle/obf/src/generators/config.js +1 -1
  116. package/bundle/obf/src/generators/dbc.js +1 -1
  117. package/bundle/obf/src/generators/dockerfile.js +1 -1
  118. package/bundle/obf/src/generators/hook.js +1 -1
  119. package/bundle/obf/src/generators/kits/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  121. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  123. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  125. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  126. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  127. package/bundle/obf/src/generators/kits/kit.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  129. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  131. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  132. package/bundle/obf/src/generators/layout.js +1 -1
  133. package/bundle/obf/src/generators/maka.gen.js +1 -1
  134. package/bundle/obf/src/generators/methods.js +1 -1
  135. package/bundle/obf/src/generators/package.js +1 -1
  136. package/bundle/obf/src/generators/page.js +1 -1
  137. package/bundle/obf/src/generators/publish.js +1 -1
  138. package/bundle/obf/src/generators/route.js +1 -1
  139. package/bundle/obf/src/generators/service.js +1 -1
  140. package/bundle/obf/src/generators/services/_index.js +1 -1
  141. package/bundle/obf/src/generators/services/openssl.js +1 -1
  142. package/bundle/obf/src/generators/services/translation.js +1 -1
  143. package/bundle/obf/src/maka.js +1 -1
  144. package/bundle/obf/src/tool.js +1 -1
  145. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  146. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  147. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  148. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  149. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  150. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  151. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  152. package/bundle/obf/src/tools/https/https.class.js +1 -1
  153. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  154. package/bundle/obf/src/tools/log/log.class.js +1 -1
  155. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  156. package/bundle/obf/src/tools/options/options.class.js +1 -1
  157. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  158. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  159. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  160. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  161. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  162. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  163. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x1ac))/0x1+-parseInt(f(0x18c))/0x2+-parseInt(f(0x1b6))/0x3+parseInt(f(0x1b3))/0x4+-parseInt(f(0x19c))/0x5*(parseInt(f(0x1ab))/0x6)+-parseInt(f(0x1a0))/0x7*(-parseInt(f(0x19b))/0x8)+parseInt(f(0x190))/0x9*(parseInt(f(0x1a4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x82d8f));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1a8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x19d)]()[h(0x1b0)](h(0x1ad))[h(0x19d)]()['constructor'](a58a)[h(0x1b0)]('(((.+)+)+)+$');});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size[i(0x1aa)],'category':Category[i(0x1af)],'shape':Shape[i(0x1bc)],'color':Color['Yellow'],'texture':Texture[i(0x195)],'rating':Rating[i(0x1a9)],'weight':0x1});}[a58j(0x183)](){var k=a58j;return this[k(0x18b)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x1aa)],'category':Category[l(0x196)],'shape':Shape[l(0x1b8)],'color':Color[l(0x1a2)],'texture':Texture[l(0x1a1)],'rating':Rating[l(0x1a9)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x1b4)],'category':Category[m(0x196)],'shape':Shape[m(0x191)],'color':Color['Brown'],'texture':Texture[m(0x1a1)],'rating':Rating['Rare'],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x1aa)],'category':Category[n(0x188)],'shape':Shape['Circle'],'color':Color[n(0x1a2)],'texture':Texture[n(0x1a1)],'rating':Rating['Common'],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x1b4)],'category':Category[o(0x1ba)],'shape':Shape[o(0x1bc)],'color':Color[o(0x1a2)],'texture':Texture['Metallic'],'rating':Rating[o(0x1a9)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x1aa)],'category':Category[p(0x185)],'shape':Shape[p(0x1bc)],'color':Color[p(0x1a2)],'texture':Texture[p(0x1a1)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x1aa)],'category':Category['Boots'],'shape':Shape[q(0x198)],'color':Color[q(0x193)],'texture':Texture[q(0x195)],'rating':Rating[q(0x1a9)],'weight':0x2});}}function a58c(){var F=['Smooth','Weapon','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Circle','author','Key','560PQQgLy','2020245PnPnxB','toString','Tiny','Yellow','12887TlqQHn','Metallic','Grey','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','15700hJWSRk','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Unknown\x20Author','Legendary','apply','Common','Medium','12lYVhkD','448075vgvpJI','(((.+)+)+)+$','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Unknown','search','Holy\x20Grail','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','1952912Lxcvbp','Large','Gold','1420485rOZlQl','Small','Blade','publishDate','BodyArmor','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Rectangle','use','Book','LegArmor','A\x20mysterious\x20book.','You\x20hold\x20the\x20','Helmet','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','description','1934198FEARqH','name','ArmArmor','Sniper\x20Rifle','14994KhCAEq','Rifle','Gloves','Brown','pageCount'];a58c=function(){return F;};return a58c();}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x1b7)],'category':Category[r(0x192)],'shape':Shape['Circle'],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[r(0x1a9)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x1aa)],'category':Category[s(0x18e)],'shape':Shape[s(0x1bc)],'color':Color['Grey'],'texture':Texture[s(0x1a1)],'rating':Rating[s(0x1a9)],'weight':0x3});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x183;var f=c[d];return f;},a58d(a,b);}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size[t(0x19e)],'category':Category[t(0x19a)],'shape':Shape[t(0x1bc)],'color':Color[t(0x19f)],'texture':Texture[t(0x195)],'rating':Rating[t(0x1a9)],'weight':0x0});}[a58j(0x183)](){var u=a58j;return u(0x1bb);}}export class Weapon extends Item{constructor(a,b){var v=a58j;super({'name':a,'description':b,'size':Size[v(0x1aa)],'category':Category[v(0x196)],'shape':Shape[v(0x1b8)],'color':Color[v(0x1a2)],'texture':Texture[v(0x1a1)],'rating':Rating[v(0x1a9)],'weight':0x3});}[a58j(0x183)](){var w=a58j;return w(0x1a3);}}export class Book extends Item{[a58j(0x199)];['publishDate'];['pageCount'];constructor(a,b=a58j(0x186),c=a58j(0x1a6)){var x=a58j;super({'name':a,'description':b,'size':Size[x(0x1aa)],'category':Category[x(0x184)],'shape':Shape['Rectangle'],'color':Color[x(0x193)],'texture':Texture[x(0x195)],'rating':Rating[x(0x1a9)],'weight':0x1}),this[x(0x199)]=c,this[x(0x1b9)]=new Date(),this[x(0x194)]=0x64;}[a58j(0x183)](){var y=a58j;return y(0x1ae);}}export class ShortSword extends Item{constructor(){var z=a58j;super({'name':'Short\x20Sword','description':z(0x197),'size':Size['Medium'],'category':Category[z(0x196)],'shape':Shape[z(0x1b8)],'color':Color[z(0x1a2)],'texture':Texture[z(0x1a1)],'rating':Rating[z(0x1a9)],'weight':0x3});}[a58j(0x183)](){var A=a58j;return A(0x1a3);}}export class SniperRifle extends Item{constructor(){var B=a58j;super({'name':B(0x18f),'description':B(0x1b2),'size':Size[B(0x1b4)],'category':Category[B(0x196)],'shape':Shape[B(0x191)],'color':Color[B(0x193)],'texture':Texture[B(0x195)],'rating':Rating[B(0x1a9)],'weight':0x5});}[a58j(0x183)](){var C=a58j;return C(0x18a);}}export class HolyGrail extends Item{constructor(){var D=a58j;super({'name':D(0x1b1),'description':D(0x189),'size':Size['Small'],'category':Category['Cup'],'shape':Shape[D(0x198)],'color':Color[D(0x1b5)],'texture':Texture[D(0x1a1)],'rating':Rating[D(0x1a7)],'weight':0x1});}[a58j(0x183)](){var E=a58j;return E(0x187)+this[E(0x18d)]+E(0x1a5);}}
1
+ var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0xfa))/0x1+parseInt(f(0xeb))/0x2+-parseInt(f(0xdb))/0x3+parseInt(f(0xe4))/0x4*(-parseInt(f(0xf4))/0x5)+parseInt(f(0xd2))/0x6*(parseInt(f(0xc8))/0x7)+-parseInt(f(0xe7))/0x8*(parseInt(f(0xe0))/0x9)+parseInt(f(0xef))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xaee0f));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0xe3)]()[h(0xf8)](h(0xda))[h(0xe3)]()['constructor'](a58a)['search'](h(0xda));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size[i(0xdf)],'category':Category[i(0xf5)],'shape':Shape[i(0xd6)],'color':Color[i(0xd0)],'texture':Texture[i(0xfe)],'rating':Rating[i(0xd5)],'weight':0x1});}[a58j(0xd1)](){return this['description'];}}export class Sword extends Item{constructor(a,b){var k=a58j;super({'name':a,'description':b,'size':Size[k(0xdf)],'category':Category[k(0xd9)],'shape':Shape['Blade'],'color':Color[k(0xee)],'texture':Texture[k(0xe1)],'rating':Rating[k(0xd5)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0xca)],'category':Category[l(0xd9)],'shape':Shape[l(0xe6)],'color':Color[l(0xed)],'texture':Texture[l(0xe1)],'rating':Rating[l(0xc9)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[m(0xcc)],'shape':Shape[m(0xcd)],'color':Color[m(0xee)],'texture':Texture['Metallic'],'rating':Rating[m(0xd5)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0xca)],'category':Category[n(0xfb)],'shape':Shape[n(0xd6)],'color':Color[n(0xee)],'texture':Texture[n(0xe1)],'rating':Rating[n(0xd5)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0xdf)],'category':Category[o(0xe8)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[o(0xe1)],'rating':Rating[o(0xd5)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0xdf)],'category':Category[p(0xf2)],'shape':Shape[p(0xcd)],'color':Color['Brown'],'texture':Texture[p(0xfe)],'rating':Rating[p(0xd5)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0xfc)],'category':Category[q(0xdc)],'shape':Shape[q(0xcd)],'color':Color[q(0xed)],'texture':Texture[q(0xfe)],'rating':Rating[q(0xd5)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0xdf)],'category':Category[r(0xd8)],'shape':Shape[r(0xd6)],'color':Color[r(0xee)],'texture':Texture[r(0xe1)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0xea)],'category':Category[s(0xe9)],'shape':Shape[s(0xd6)],'color':Color[s(0xd0)],'texture':Texture[s(0xfe)],'rating':Rating[s(0xd5)],'weight':0x0});}[a58j(0xd1)](){var t=a58j;return t(0xf3);}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xc8;var f=c[d];return f;},a58d(a,b);}function a58c(){var C=['Blade','Common','Rectangle','Short\x20Sword','ArmArmor','Weapon','(((.+)+)+)+$','997815XBRRtb','Gloves','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Holy\x20Grail','Medium','2008953MqcBns','Metallic','apply','toString','4KgaXRe','Sniper\x20Rifle','Rifle','32cmqFPE','LegArmor','Key','Tiny','1333518dOOqKt','Unknown\x20Author','Brown','Grey','9224770KpcqSb','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Boots','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','3480485WcnmYV','Unknown','pageCount','publishDate','search','Cup','54092APuLQR','BodyArmor','Small','You\x20hold\x20the\x20','Smooth','7719103eAtryd','Rare','Large','author','Helmet','Circle','Legendary','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Yellow','use','6jHGUiK','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22'];a58c=function(){return C;};return a58c();}export class Weapon extends Item{constructor(a,b){var u=a58j;super({'name':a,'description':b,'size':Size[u(0xdf)],'category':Category[u(0xd9)],'shape':Shape[u(0xd4)],'color':Color[u(0xee)],'texture':Texture[u(0xe1)],'rating':Rating[u(0xd5)],'weight':0x3});}[a58j(0xd1)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a58j(0xcb)];[a58j(0xf7)];[a58j(0xf6)];constructor(a,b='A\x20mysterious\x20book.',c=a58j(0xec)){var v=a58j;super({'name':a,'description':b,'size':Size[v(0xdf)],'category':Category['Book'],'shape':Shape['Rectangle'],'color':Color[v(0xed)],'texture':Texture[v(0xfe)],'rating':Rating['Common'],'weight':0x1}),this[v(0xcb)]=c,this[v(0xf7)]=new Date(),this[v(0xf6)]=0x64;}['use'](){var w=a58j;return w(0xf0);}}export class ShortSword extends Item{constructor(){var x=a58j;super({'name':x(0xd7),'description':x(0xdd),'size':Size[x(0xdf)],'category':Category[x(0xd9)],'shape':Shape['Blade'],'color':Color[x(0xee)],'texture':Texture[x(0xe1)],'rating':Rating[x(0xd5)],'weight':0x3});}['use'](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var y=a58j;super({'name':y(0xe5),'description':'An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','size':Size['Large'],'category':Category[y(0xd9)],'shape':Shape[y(0xe6)],'color':Color[y(0xed)],'texture':Texture[y(0xfe)],'rating':Rating['Common'],'weight':0x5});}[a58j(0xd1)](){var z=a58j;return z(0xd3);}}export class HolyGrail extends Item{constructor(){var A=a58j;super({'name':A(0xde),'description':A(0xcf),'size':Size[A(0xfc)],'category':Category[A(0xf9)],'shape':Shape[A(0xcd)],'color':Color['Gold'],'texture':Texture[A(0xe1)],'rating':Rating[A(0xce)],'weight':0x1});}['use'](){var B=a58j;return B(0xfd)+this['name']+B(0xf1);}}
@@ -1 +1 @@
1
- const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x15f))/0x1*(parseInt(f(0x191))/0x2)+parseInt(f(0x194))/0x3*(parseInt(f(0x169))/0x4)+parseInt(f(0x19a))/0x5+parseInt(f(0x185))/0x6*(-parseInt(f(0x181))/0x7)+parseInt(f(0x17c))/0x8*(-parseInt(f(0x18e))/0x9)+parseInt(f(0x17d))/0xa*(parseInt(f(0x174))/0xb)+-parseInt(f(0x144))/0xc*(parseInt(f(0x147))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x19c51));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x1a9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x146)]()[h(0x142)]('(((.+)+)+)+$')['toString']()['constructor'](a60a)[h(0x142)](h(0x16a));});a60a();function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x135;let f=c[d];return f;},a60d(a,b);}export const rooms=[{'name':a60i(0x14d),'description':a60i(0x14e),'isStartRoom':!![],'items':[{'type':a60i(0x143),'name':a60i(0x13e),'description':a60i(0x197)},{'type':a60i(0x17f),'name':a60i(0x13c),'description':a60i(0x189),'content':a60i(0x178)}],'exits':[{'direction':a60i(0x160),'targetRoom':a60i(0x1a5)}]},{'name':a60i(0x1a5),'description':a60i(0x180),'exits':[{'direction':a60i(0x16d),'targetRoom':a60i(0x154),'keyRequired':a60i(0x13e)},{'direction':a60i(0x195),'targetRoom':'Courtyard'}]},{'name':a60i(0x154),'description':a60i(0x16c),'items':[{'type':'holyGrail','name':a60i(0x166),'description':a60i(0x13b)}]},{'name':a60i(0x14b),'description':a60i(0x17b),'roomType':a60i(0x177),'exits':[{'direction':'UP','targetRoom':a60i(0x170)}]},{'name':'Watch\x20Tower','description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0x177),'puzzle':{'requiredPhrase':a60i(0x192),'riddle':a60i(0x141),'rewardItem':{'type':'rifle','name':'Sniper\x20Rifle','description':a60i(0x15d)},'successMessage':a60i(0x18d),'failureMessage':a60i(0x156)}}];export const dungeonConfig=[{'name':a60i(0x1a7),'description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':a60i(0x167),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0x143),'name':a60i(0x139),'description':a60i(0x168)},'successMessage':a60i(0x13f),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60i(0x19b),'targetRoom':'Study'},{'direction':a60i(0x145),'targetRoom':a60i(0x13a),'keyRequired':a60i(0x139)}]},{'name':a60i(0x13d),'description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':'inside','items':[{'type':a60i(0x17f),'name':a60i(0x15c),'description':a60i(0x188),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x143),'name':'Central\x20Chamber\x20Key','description':a60i(0x168)}],'exits':[{'direction':a60i(0x19c),'targetRoom':a60i(0x1a7)},{'direction':'east','targetRoom':a60i(0x19f)}]},{'name':a60i(0x19f),'description':a60i(0x15a),'roomType':a60i(0x167),'items':[{'type':'basic','name':a60i(0x16f),'description':a60i(0x1a1)}],'exits':[{'direction':a60i(0x153),'targetRoom':a60i(0x13d)},{'direction':a60i(0x19b),'targetRoom':a60i(0x14c)}]},{'name':'Armory','description':a60i(0x16e),'roomType':a60i(0x167),'items':[{'type':a60i(0x186),'name':'Emblem\x20Shield','description':a60i(0x187)},{'type':a60i(0x173),'name':a60i(0x157),'description':a60i(0x137)}],'exits':[{'direction':a60i(0x19c),'targetRoom':'Alchemy\x20Lab'},{'direction':a60i(0x145),'targetRoom':a60i(0x13a)}]},{'name':a60i(0x13a),'description':a60i(0x190),'roomType':'inside','exits':[{'direction':'west','targetRoom':a60i(0x14c)},{'direction':a60i(0x19c),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x19b),'targetRoom':'Torture\x20Chamber'},{'direction':'east','targetRoom':a60i(0x154)}]},{'name':a60i(0x14a),'description':a60i(0x19d),'roomType':a60i(0x167),'items':[{'type':a60i(0x143),'name':a60i(0x152),'description':a60i(0x18f)}],'puzzle':{'requiredPhrase':a60i(0x138),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a60i(0x19e),'name':'Ancient\x20Gem','description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a60i(0x151),'failureMessage':a60i(0x14f)},'exits':[{'direction':a60i(0x19c),'targetRoom':'Central\x20Chamber'}]},{'name':a60i(0x154),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x167),'puzzle':{'requiredPhrase':'insert\x20gem','riddle':a60i(0x15b),'rewardItem':{'type':'cup','name':a60i(0x164),'description':a60i(0x165)},'successMessage':a60i(0x1a6),'failureMessage':a60i(0x140)},'exits':[{'direction':a60i(0x153),'targetRoom':a60i(0x13a)}]}];export const shadowrunConfig=[{'name':a60i(0x184),'description':a60i(0x1a3),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':a60i(0x19b),'targetRoom':a60i(0x199)},{'direction':'up','targetRoom':a60i(0x162)}]},{'name':a60i(0x162),'description':a60i(0x1a2),'roomType':a60i(0x167),'puzzle':{'requiredPhrase':'decrypt','riddle':a60i(0x1a4),'rewardItem':{'type':'key','name':'Encrypted\x20Data\x20Key','description':a60i(0x1ab)},'successMessage':a60i(0x176),'failureMessage':a60i(0x1a8)},'exits':[{'direction':a60i(0x18c),'targetRoom':a60i(0x184)}]},{'name':a60i(0x199),'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(0x149),'exits':[{'direction':a60i(0x19c),'targetRoom':a60i(0x184)},{'direction':a60i(0x145),'targetRoom':a60i(0x17e)},{'direction':a60i(0x153),'targetRoom':a60i(0x175)}]},{'name':a60i(0x17e),'description':a60i(0x155),'roomType':a60i(0x149),'puzzle':{'requiredPhrase':a60i(0x18b),'riddle':a60i(0x198),'rewardItem':{'type':a60i(0x143),'name':a60i(0x150),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a60i(0x17a),'failureMessage':a60i(0x1aa)},'exits':[{'direction':a60i(0x153),'targetRoom':'Downtown\x20Seattle'},{'direction':a60i(0x19b),'targetRoom':a60i(0x161)}]},{'name':a60i(0x175),'description':a60i(0x15e),'roomType':a60i(0x167),'items':[{'type':a60i(0x171),'name':a60i(0x148),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a60i(0x158),'name':a60i(0x1a0),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a60i(0x145),'targetRoom':a60i(0x199)}]},{'name':a60i(0x161),'description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':a60i(0x149),'items':[{'type':a60i(0x159),'name':'Ares\x20Predator','description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':'south','targetRoom':a60i(0x17e)},{'direction':a60i(0x19b),'targetRoom':'Mage\x27s\x20Lair'},{'direction':a60i(0x145),'targetRoom':a60i(0x196)}]},{'name':a60i(0x18a),'description':a60i(0x182),'roomType':a60i(0x167),'puzzle':{'requiredPhrase':'disenchant','riddle':a60i(0x163),'rewardItem':{'type':a60i(0x16b),'name':a60i(0x136),'description':a60i(0x179)},'successMessage':a60i(0x172),'failureMessage':a60i(0x183)},'exits':[{'direction':a60i(0x19c),'targetRoom':a60i(0x161)}]},{'name':a60i(0x196),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a60i(0x167),'items':[{'type':'drone','name':a60i(0x193),'description':a60i(0x135)}],'exits':[{'direction':'west','targetRoom':'Barrens\x20Hideout'}]}];function a60c(){const j=['Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Empty\x20vial','Watch\x20Tower','creditstick','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','sword','232331XNFazy','Corp\x20Enclave','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','OUTSIDE','Chad\x20the\x20stupid\x20guard','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','670288LHfQnY','30Oeazhj','Barrens\x20Entrance','book','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','133tjjwhE','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Jackpoint\x20Login','27636srbEmF','shield','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20thin\x20log\x20book','Mage\x27s\x20Lair','show\x20loyalty','down','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','18WZQJra','A\x20key\x20stained\x20with\x20old\x20blood.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','434mOLaWy','secret123','MCT\x20Fly-Spy','21HhYQRr','SOUTH','Rigger\x27s\x20Workshop','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','Downtown\x20Seattle','457755GITwke','north','south','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','gem','Alchemy\x20Lab','CorpSec\x20Plans','A\x20clear\x20glass\x20vial.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Secret\x20Passage','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Entrance\x20Hall','The\x20data\x20remains\x20encrypted.','apply','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20small\x20surveillance\x20drone.','Amulet\x20of\x20Awakening','An\x20old\x20and\x20rusted\x20sword.','release','Central\x20Chamber\x20Key','Central\x20Chamber','The\x20legendary\x20Holy\x20Grail.','Guard\x27s\x20Log\x20Book','Study','Golden\x20Key','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','The\x20chest\x20remains\x20firmly\x20shut.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','search','key','1580604ZlJBqC','east','toString','13kYVTBA','Corporate\x20Creditstick','outside','Torture\x20Chamber','Courtyard','Armory','Library','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Gang\x20Insignia','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Blood-stained\x20Key','west','Treasure\x20Room','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','That\x20passcode\x20is\x20incorrect','Rusted\x20Sword','document','weapon','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Riddle\x20Book','A\x20long-range\x20weapon.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','593TYDazV','EAST','Barrens\x20Hideout','Matrix\x20Data\x20Haven','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Golden\x20Chalice','A\x20chalice\x20made\x20of\x20pure\x20gold.','Holy\x20Grail','inside','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','119292UIbDSp','(((.+)+)+)+$','amulet','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','NORTH'];a60c=function(){return j;};return a60c();}
1
+ function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x10a;let f=c[d];return f;},a60d(a,b);}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x164))/0x1*(-parseInt(f(0x134))/0x2)+parseInt(f(0x172))/0x3*(parseInt(f(0x136))/0x4)+-parseInt(f(0x117))/0x5*(parseInt(f(0x176))/0x6)+parseInt(f(0x17c))/0x7+-parseInt(f(0x173))/0x8+-parseInt(f(0x157))/0x9+parseInt(f(0x17b))/0xa*(parseInt(f(0x156))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x39835));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x11d)]()[h(0x153)](h(0x14b))[h(0x11d)]()[h(0x171)](a60a)[h(0x153)](h(0x14b));});a60a();export const rooms=[{'name':'Library','description':a60i(0x16d),'isStartRoom':!![],'items':[{'type':a60i(0x132),'name':a60i(0x13b),'description':a60i(0x13e)},{'type':a60i(0x165),'name':a60i(0x13a),'description':a60i(0x17a),'content':a60i(0x162)}],'exits':[{'direction':a60i(0x131),'targetRoom':'Secret\x20Passage'}]},{'name':a60i(0x14e),'description':a60i(0x174),'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x168),'keyRequired':a60i(0x13b)},{'direction':'SOUTH','targetRoom':a60i(0x180)}]},{'name':a60i(0x168),'description':a60i(0x12b),'items':[{'type':a60i(0x111),'name':a60i(0x120),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':'Courtyard','description':a60i(0x152),'roomType':a60i(0x15d),'exits':[{'direction':'UP','targetRoom':a60i(0x160)}]},{'name':a60i(0x160),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0x15d),'puzzle':{'requiredPhrase':'secret123','riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60i(0x146),'name':a60i(0x11a),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x113),'failureMessage':a60i(0x15e)}}];export const dungeonConfig=[{'name':a60i(0x125),'description':a60i(0x144),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x13d),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':'key','name':a60i(0x147),'description':a60i(0x15a)},'successMessage':a60i(0x16e),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60i(0x14f),'targetRoom':a60i(0x142)},{'direction':a60i(0x15c),'targetRoom':a60i(0x135),'keyRequired':a60i(0x147)}]},{'name':a60i(0x142),'description':a60i(0x14d),'roomType':a60i(0x154),'items':[{'type':a60i(0x165),'name':a60i(0x179),'description':a60i(0x128),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x132),'name':a60i(0x147),'description':a60i(0x15a)}],'exits':[{'direction':a60i(0x15b),'targetRoom':a60i(0x125)},{'direction':a60i(0x15c),'targetRoom':a60i(0x181)}]},{'name':a60i(0x181),'description':a60i(0x17d),'roomType':a60i(0x154),'items':[{'type':a60i(0x163),'name':a60i(0x166),'description':a60i(0x126)}],'exits':[{'direction':a60i(0x10e),'targetRoom':a60i(0x142)},{'direction':a60i(0x14f),'targetRoom':'Armory'}]},{'name':a60i(0x114),'description':a60i(0x14a),'roomType':a60i(0x154),'items':[{'type':a60i(0x161),'name':'Emblem\x20Shield','description':a60i(0x143)},{'type':a60i(0x11f),'name':'Rusted\x20Sword','description':a60i(0x175)}],'exits':[{'direction':'south','targetRoom':a60i(0x181)},{'direction':a60i(0x15c),'targetRoom':'Central\x20Chamber'}]},{'name':'Central\x20Chamber','description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':'inside','exits':[{'direction':a60i(0x10e),'targetRoom':a60i(0x114)},{'direction':a60i(0x15b),'targetRoom':a60i(0x125)},{'direction':a60i(0x14f),'targetRoom':a60i(0x10d)},{'direction':a60i(0x15c),'targetRoom':a60i(0x168)}]},{'name':a60i(0x10d),'description':a60i(0x123),'roomType':a60i(0x154),'items':[{'type':a60i(0x132),'name':a60i(0x148),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x14c),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a60i(0x149),'name':'Ancient\x20Gem','description':a60i(0x16b)},'successMessage':a60i(0x124),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0x15b),'targetRoom':'Central\x20Chamber'}]},{'name':'Treasure\x20Room','description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x154),'puzzle':{'requiredPhrase':a60i(0x127),'riddle':a60i(0x12f),'rewardItem':{'type':a60i(0x178),'name':a60i(0x150),'description':a60i(0x139)},'successMessage':a60i(0x115),'failureMessage':a60i(0x137)},'exits':[{'direction':a60i(0x10e),'targetRoom':a60i(0x135)}]}];function a60c(){const j=['The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','EAST','key','Jackpoint\x20Login','6148jsQsii','Central\x20Chamber','4WgXbPy','The\x20chest\x20remains\x20firmly\x20shut.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','A\x20chalice\x20made\x20of\x20pure\x20gold.','Guard\x27s\x20Log\x20Book','Golden\x20Key','Ares\x20Predator','open\x20sesame','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Mage\x27s\x20Lair','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','outside','Study','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','rifle','Central\x20Chamber\x20Key','Blood-stained\x20Key','gem','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','(((.+)+)+)+$','release','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Secret\x20Passage','north','Golden\x20Chalice','down','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','search','inside','Amulet\x20of\x20Awakening','55zgLBuN','2590911FNvkKG','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','show\x20loyalty','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','south','east','OUTSIDE','That\x20passcode\x20is\x20incorrect','Barrens\x20Entrance','Watch\x20Tower','shield','Chad\x20the\x20stupid\x20guard','basic','29eTEiqY','book','Empty\x20vial','CorpSec\x20Plans','Treasure\x20Room','Downtown\x20Seattle','apply','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','decrypt','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','constructor','854439RDjzKc','3305000jkiMOE','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','An\x20old\x20and\x20rusted\x20sword.','24ijQMSg','NORTH','cup','Riddle\x20Book','A\x20thin\x20log\x20book','1106450FKhsWY','185675OhFWJQ','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Corp\x20Enclave','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Courtyard','Alchemy\x20Lab','Barrens\x20Hideout','A\x20small\x20surveillance\x20drone.','drone','Torture\x20Chamber','west','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','holyGrail','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','Armory','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','21415QdBXWT','Gang\x20Insignia','Encrypted\x20Data\x20Key','Sniper\x20Rifle','The\x20data\x20remains\x20encrypted.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','toString','Rigger\x27s\x20Workshop','sword','Holy\x20Grail','MCT\x20Fly-Spy','weapon','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Entrance\x20Hall','A\x20clear\x20glass\x20vial.','insert\x20gem','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','amulet','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20creditstick\x20loaded\x20with\x20nuyen.'];a60c=function(){return j;};return a60c();}export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a60i(0x129),'isStartRoom':!![],'roomType':a60i(0x154),'exits':[{'direction':a60i(0x14f),'targetRoom':a60i(0x169)},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':'Matrix\x20Data\x20Haven','description':a60i(0x12d),'roomType':a60i(0x154),'puzzle':{'requiredPhrase':a60i(0x16f),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60i(0x132),'name':a60i(0x119),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0x130),'failureMessage':a60i(0x11b)},'exits':[{'direction':a60i(0x151),'targetRoom':a60i(0x133)}]},{'name':a60i(0x169),'description':a60i(0x16c),'roomType':'outside','exits':[{'direction':'south','targetRoom':'Jackpoint\x20Login'},{'direction':'east','targetRoom':'Barrens\x20Entrance'},{'direction':'west','targetRoom':a60i(0x17e)}]},{'name':a60i(0x15f),'description':a60i(0x12a),'roomType':'outside','puzzle':{'requiredPhrase':a60i(0x159),'riddle':a60i(0x138),'rewardItem':{'type':a60i(0x132),'name':a60i(0x118),'description':a60i(0x158)},'successMessage':a60i(0x110),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':'west','targetRoom':a60i(0x169)},{'direction':a60i(0x14f),'targetRoom':a60i(0x10a)}]},{'name':a60i(0x17e),'description':a60i(0x140),'roomType':a60i(0x154),'items':[{'type':'creditstick','name':'Corporate\x20Creditstick','description':a60i(0x12e)},{'type':'document','name':a60i(0x167),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':'east','targetRoom':'Downtown\x20Seattle'}]},{'name':'Barrens\x20Hideout','description':a60i(0x10f),'roomType':a60i(0x141),'items':[{'type':a60i(0x122),'name':a60i(0x13c),'description':a60i(0x145)}],'exits':[{'direction':a60i(0x15b),'targetRoom':a60i(0x15f)},{'direction':a60i(0x14f),'targetRoom':a60i(0x13f)},{'direction':a60i(0x15c),'targetRoom':a60i(0x11e)}]},{'name':a60i(0x13f),'description':a60i(0x11c),'roomType':a60i(0x154),'puzzle':{'requiredPhrase':'disenchant','riddle':a60i(0x116),'rewardItem':{'type':a60i(0x12c),'name':a60i(0x155),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a60i(0x112),'failureMessage':a60i(0x170)},'exits':[{'direction':'south','targetRoom':a60i(0x10a)}]},{'name':a60i(0x11e),'description':a60i(0x17f),'roomType':a60i(0x154),'items':[{'type':a60i(0x10c),'name':a60i(0x121),'description':a60i(0x10b)}],'exits':[{'direction':'west','targetRoom':a60i(0x10a)}]}];
@@ -1 +1 @@
1
- var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x18b))/0x1*(parseInt(f(0x170))/0x2)+parseInt(f(0x17c))/0x3*(-parseInt(f(0x17d))/0x4)+parseInt(f(0x16e))/0x5+parseInt(f(0x171))/0x6*(parseInt(f(0x177))/0x7)+-parseInt(f(0x18d))/0x8+-parseInt(f(0x17a))/0x9+parseInt(f(0x182))/0xa*(parseInt(f(0x184))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x747c7));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(0x18f)]()['search'](g(0x17b))[g(0x18f)]()[g(0x172)](a61a)[g(0x181)]('(((.+)+)+)+$');});function a61c(){var i=['constructor','puzzle','uuid','logger','exits','357cEaTGZ','description','category','4342131PTBYPA','(((.+)+)+)+$','2582688SObynx','4kHdwOD','rooms','characterLocations','isLocked','search','170AybaMk','inventory','893783khILvy','isStartRoom','_inventory','player','roomB','items','isLockable','33779rVdfAF','roomType','7224048rhXEFV','_maxCarryingWeight','toString','name','roomA','3194570axqmqd','texture','16FOcNIJ','50946IhjvqS'];a61c=function(){return i;};return a61c();}a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x17e)];[a61h(0x187)];[a61h(0x175)];[a61h(0x17f)];}export class AbstractRoom extends EventEmitter{[a61h(0x190)];[a61h(0x178)];[a61h(0x176)];[a61h(0x183)];[a61h(0x173)];[a61h(0x18c)];[a61h(0x185)];}export class AbstractDoor{[a61h(0x191)];[a61h(0x188)];[a61h(0x180)];['unlockItemOrSolution'];[a61h(0x190)];[a61h(0x175)];[a61h(0x18a)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x16e;var f=c[d];return f;},a61d(a,b);}export class AbstractInventory{[a61h(0x189)];[a61h(0x175)];}export class AbstractItem{[a61h(0x174)];[a61h(0x190)];[a61h(0x178)];['size'];[a61h(0x179)];['shape'];['color'];[a61h(0x16f)];['rating'];['weight'];}export class AbstractPlayer{['_playerName'];['_currentLocation'];[a61h(0x186)];['_equipment'];[a61h(0x18e)];['_logger'];}export class AbstractPuzzle{[a61h(0x175)];['solved'];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x14d))/0x1+parseInt(f(0x136))/0x2+-parseInt(f(0x146))/0x3*(-parseInt(f(0x142))/0x4)+parseInt(f(0x13d))/0x5+parseInt(f(0x152))/0x6+-parseInt(f(0x138))/0x7*(parseInt(f(0x144))/0x8)+-parseInt(f(0x155))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x454f7));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x139)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x159)]()[h(0x151)]('(((.+)+)+)+$')[h(0x159)]()[h(0x140)](a61a)[h(0x151)](h(0x145));});function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x136;var f=c[d];return f;},a61d(a,b);}a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x15b)];[a61i(0x15a)];[a61i(0x149)];[a61i(0x148)];}export class AbstractRoom extends EventEmitter{[a61i(0x14a)];['description'];[a61i(0x153)];['inventory'];[a61i(0x157)];[a61i(0x141)];['isStartRoom'];}export class AbstractDoor{[a61i(0x14b)];['roomB'];[a61i(0x143)];[a61i(0x150)];[a61i(0x14a)];[a61i(0x149)];['isLockable'];}export class AbstractInventory{[a61i(0x147)];['logger'];}export class AbstractItem{[a61i(0x13c)];[a61i(0x14a)];[a61i(0x13e)];['size'];[a61i(0x158)];[a61i(0x14e)];[a61i(0x137)];['texture'];[a61i(0x14c)];['weight'];}export class AbstractPlayer{[a61i(0x13b)];[a61i(0x13f)];[a61i(0x14f)];[a61i(0x154)];[a61i(0x156)];['_logger'];}export class AbstractPuzzle{[a61i(0x149)];[a61i(0x13a)];}function a61c(){var j=['168679mPqnrP','apply','solved','_playerName','uuid','1984760KQNayM','description','_currentLocation','constructor','roomType','4sLCCfO','isLocked','8SKOlCe','(((.+)+)+)+$','28806bNMWeZ','items','characterLocations','logger','name','roomA','rating','384757AJLizE','shape','_inventory','unlockItemOrSolution','search','34362kFdZHy','exits','_equipment','5815800nEVQFl','_maxCarryingWeight','puzzle','category','toString','player','rooms','314308qdbfXk','color'];a61c=function(){return j;};return a61c();}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x13e))/0x1+-parseInt(k(0x16c))/0x2+parseInt(k(0x126))/0x3+parseInt(k(0x12a))/0x4+parseInt(k(0x15d))/0x5*(parseInt(k(0x14c))/0x6)+parseInt(k(0x140))/0x7*(-parseInt(k(0x162))/0x8)+-parseInt(k(0x163))/0x9*(parseInt(k(0x127))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xec363));export var Size;(function(a){var l=a62d;a[l(0x154)]='tiny',a['Small']=l(0x14b),a[l(0x110)]='medium',a['Large']=l(0x138),a[l(0x137)]=l(0x131);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x12e)]=m(0x142),a[m(0x12d)]='rare',a[m(0x13c)]=m(0x152);}(Rating||(Rating={})));export var Category;(function(c){var p=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var n=a62d;if(h){var j=h[n(0x150)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var o=a62d;return e[o(0x133)]()[o(0x14a)](o(0x114))[o(0x133)]()[o(0x125)](e)[o(0x14a)](o(0x114));});e(),c[p(0x156)]=p(0x15a),c[p(0x10d)]=p(0x10f),c[p(0x113)]=p(0x10c),c[p(0x129)]=p(0x12c),c[p(0x117)]=p(0x147),c[p(0x165)]=p(0x116),c[p(0x139)]=p(0x123),c['LegArmor']='leg\x20armor',c[p(0x121)]='arm\x20armor',c[p(0x149)]=p(0x136),c[p(0x158)]=p(0x166),c[p(0x144)]=p(0x11c),c['Unknown']='unknown';}(Category||(Category={})));export var Shape;(function(a){var q=a62d;a[q(0x135)]='circle',a[q(0x151)]=q(0x111),a['Triangle']=q(0x146),a[q(0x161)]='rectangle',a['Blade']=q(0x14f),a[q(0x15f)]=q(0x12f);}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a[r(0x130)]='red',a[r(0x16a)]=r(0x10e),a['Green']=r(0x14e),a['Yellow']=r(0x160),a[r(0x13d)]=r(0x13b),a[r(0x13f)]=r(0x16b),a[r(0x143)]=r(0x120),a[r(0x15e)]='brown',a[r(0x124)]=r(0x15b);}(Color||(Color={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x107;var f=c[d];return f;},a62d(a,b);}export var Texture;(function(a){var s=a62d;a['Smooth']=s(0x145),a['Rough']=s(0x153),a['Bumpy']=s(0x11b),a[s(0x10b)]='fuzzy',a[s(0x107)]=s(0x167),a[s(0x118)]=s(0x13a);}(Texture||(Texture={})));export var RoomType;function a62c(){var v=['Legendary','Orange','928453RcKFbk','Purple','595bCPYXa','SEA','common','Grey','Cup','smooth','triangle','helmet','inside','BodyArmor','search','small','683454nXyeEh','DOWN','green','blade','apply','Square','legendary','rough','Tiny','CAVE','Weapon','underground','Book','NORTH','weapon','gold','south','60YauEUf','Brown','Rifle','yellow','Rectangle','70320uXQBFR','1893069ShilYm','desert','Hat','book','grainy','WEST','tower','Blue','purple','14824rFXXNt','beach','Grainy','SOUTH','mountain','MOUNTAIN','Fuzzy','key','Shield','blue','shield','Medium','square','east','Key','(((.+)+)+)+$','sea','hat','Helmet','Metallic','DESERT','cave','bumpy','cup','down','north','OUTSIDE','grey','ArmArmor','TOWER','boots','Gold','constructor','2499114xsyAkW','40RxVfAh','INSIDE','Gloves','5167824ASmyHP','UNDERGROUND','gloves','Rare','Common','rifle','Red','very\x20large','BEACH','toString','outside','Circle','body\x20armor','VeryLarge','large','Boots','metallic','orange'];a62c=function(){return v;};return a62c();}(function(a){var t=a62d;a[t(0x128)]=t(0x148),a[t(0x11f)]=t(0x134),a[t(0x12b)]=t(0x157),a[t(0x155)]=t(0x11a),a[t(0x122)]=t(0x169),a['FOREST']='forest',a[t(0x119)]=t(0x164),a[t(0x10a)]=t(0x109),a[t(0x132)]=t(0x16d),a[t(0x141)]=t(0x115);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x159)]=u(0x11e),a['EAST']=u(0x112),a[u(0x108)]=u(0x15c),a[u(0x168)]='west',a['UP']='up',a[u(0x14d)]=u(0x11d);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x1d2))/0x1+parseInt(k(0x1c9))/0x2*(parseInt(k(0x1c4))/0x3)+-parseInt(k(0x192))/0x4*(-parseInt(k(0x1b3))/0x5)+parseInt(k(0x1f0))/0x6*(parseInt(k(0x1dc))/0x7)+parseInt(k(0x1a9))/0x8*(parseInt(k(0x1d6))/0x9)+-parseInt(k(0x1d5))/0xa+parseInt(k(0x1dd))/0xb*(-parseInt(k(0x1b7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xaa922));export var Size;(function(a){var l=a62d;a['Tiny']=l(0x1cc),a[l(0x1f1)]='small',a[l(0x1b8)]=l(0x1b6),a[l(0x1ba)]=l(0x1c0),a[l(0x1a3)]=l(0x1d1);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x1ee)]=m(0x1a8),a[m(0x1ab)]=m(0x1c5),a[m(0x190)]=m(0x1c7);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x1d0)]=n(0x1ea),a[n(0x1af)]=n(0x1d9),a[n(0x1e9)]='key',a[n(0x1c6)]=n(0x1df),a['Helmet']='helmet',a['Hat']='hat',a[n(0x1ca)]='boots',a[n(0x1a6)]=n(0x1c3),a[n(0x191)]=n(0x196),a[n(0x18b)]='body\x20armor',a[n(0x1ac)]=n(0x1b1),a[n(0x1bd)]=n(0x1a2),a[n(0x1e7)]=n(0x18e);}(Category||(Category={})));function a62c(){var u=['INSIDE','Circle','medium','12VelKyW','Medium','cave','Large','DESERT','inside','Cup','Brown','Rough','large','east','search','leg\x20armor','3gwPxOw','rare','Gloves','legendary','Green','2060556ZtLQYw','Boots','circle','tiny','red','BEACH','fuzzy','Weapon','very\x20large','455650rcZMcr','bumpy','(((.+)+)+)+$','8130140ltEcTw','228879aBNQgt','underground','Grey','shield','outside','blade','651Qobayx','17370804dGMWfG','Rifle','gloves','constructor','tower','MOUNTAIN','TOWER','yellow','rectangle','CAVE','Unknown','WEST','Key','weapon','smooth','triangle','south','Common','grainy','79242MrZfwx','Small','BodyArmor','gold','rough','unknown','mountain','Legendary','ArmArmor','1236NdcMWP','EAST','forest','NORTH','arm\x20armor','brown','toString','purple','Grainy','sea','beach','Blue','SEA','square','west','rifle','cup','VeryLarge','Square','blue','LegArmor','grey','common','376NLZjep','Fuzzy','Rare','Book','green','orange','Shield','Orange','book','down','1500upnjgU'];a62c=function(){return u;};return a62c();}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[o(0x198)]()[o(0x1c2)](o(0x1d4))[o(0x198)]()[o(0x1e0)](e)['search']('(((.+)+)+)+$');});e(),c[p(0x1b5)]=p(0x1cb),c[p(0x1a4)]=p(0x19f),c['Triangle']=p(0x1ec),c['Rectangle']=p(0x1e5),c['Blade']=p(0x1db),c[p(0x1de)]=p(0x1a1);}(Shape||(Shape={})));export var Color;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x18b;var f=c[d];return f;},a62d(a,b);}(function(a){var q=a62d;a['Red']=q(0x1cd),a[q(0x19d)]=q(0x1a5),a[q(0x1c8)]=q(0x1ad),a['Yellow']=q(0x1e4),a[q(0x1b0)]=q(0x1ae),a['Purple']=q(0x199),a[q(0x1d8)]=q(0x1a7),a[q(0x1be)]=q(0x197),a['Gold']=q(0x18c);}(Color||(Color={})));export var Texture;(function(a){var r=a62d;a['Smooth']=r(0x1eb),a[r(0x1bf)]=r(0x18d),a['Bumpy']=r(0x1d3),a[r(0x1aa)]=r(0x1cf),a[r(0x19a)]=r(0x1ef),a['Metallic']='metallic';}(Texture||(Texture={})));export var RoomType;(function(a){var s=a62d;a[s(0x1b4)]=s(0x1bc),a['OUTSIDE']=s(0x1da),a['UNDERGROUND']=s(0x1d7),a[s(0x1e6)]=s(0x1b9),a[s(0x1e3)]=s(0x1e1),a['FOREST']=s(0x194),a[s(0x1bb)]='desert',a[s(0x1e2)]=s(0x18f),a[s(0x1ce)]=s(0x19c),a[s(0x19e)]=s(0x19b);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a[t(0x195)]='north',a[t(0x193)]=t(0x1c1),a['SOUTH']=t(0x1ed),a[t(0x1e8)]=t(0x1a0),a['UP']='up',a['DOWN']=t(0x1b2);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x198;var f=c[d];return f;},a63d(a,b);}function a63c(){var i=['1770678KcsYIL','(((.+)+)+)+$','581596FmBmFM','104cGInXX','apply','544356dOMvCB','6JhgdgP','343108cfwjPt','toString','5600765sxyEiF','27878300sjqFAt','constructor','2612060onLZfV','21TfMjmd'];a63c=function(){return i;};return a63c();}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x19a))/0x1+parseInt(f(0x19f))/0x2*(parseInt(f(0x19e))/0x3)+-parseInt(f(0x1a4))/0x4+-parseInt(f(0x1a1))/0x5+parseInt(f(0x198))/0x6*(parseInt(f(0x1a5))/0x7)+-parseInt(f(0x19b))/0x8*(parseInt(f(0x19d))/0x9)+parseInt(f(0x1a2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xd5ad5));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x19c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x1a0)]()['search'](h(0x199))[h(0x1a0)]()[h(0x1a3)](a63a)['search'](h(0x199));});a63a();export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0xc0))/0x1+-parseInt(f(0xb8))/0x2+-parseInt(f(0xbd))/0x3*(parseInt(f(0xc4))/0x4)+parseInt(f(0xbb))/0x5*(parseInt(f(0xbf))/0x6)+-parseInt(f(0xbe))/0x7*(parseInt(f(0xc6))/0x8)+parseInt(f(0xc3))/0x9+parseInt(f(0xc2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x2efa8));function a63c(){var i=['240963wtmIkO','apply','2428640eSQzGd','3395475LtxgWy','32QjvyFZ','search','16ztzkAX','731478XEcunB','(((.+)+)+)+$','toString','231055xQdkjv','constructor','90198wYboJP','380177ydyhaN','6uHPMkV'];a63c=function(){return i;};return a63c();}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xc1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0xc5)](h(0xb9))[h(0xba)]()[h(0xbc)](a63a)[h(0xc5)](h(0xb9));});function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xb8;var f=c[d];return f;},a63d(a,b);}a63a();export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x1f2))/0x1*(parseInt(f(0x1f1))/0x2)+parseInt(f(0x1fb))/0x3*(parseInt(f(0x1f4))/0x4)+-parseInt(f(0x1ee))/0x5+parseInt(f(0x1f6))/0x6*(-parseInt(f(0x1fc))/0x7)+-parseInt(f(0x1ef))/0x8*(-parseInt(f(0x1f3))/0x9)+parseInt(f(0x1f7))/0xa+parseInt(f(0x1f8))/0xb*(-parseInt(f(0x1f0))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xdd8a4));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x1fa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x1f5)]()[h(0x1f9)](h(0x1fd))[h(0x1f5)]()['constructor'](a64a)[h(0x1f9)](h(0x1fd));});function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x1ee;var f=c[d];return f;},a64d(a,b);}a64a();export{};function a64c(){var i=['apply','3ebQDPF','7JyjTbh','(((.+)+)+)+$','6534590bVXIAS','11818704HUdaGF','4165452xvNZaZ','513346rPJJGa','5PVFdCd','9QpmHvW','4008444qKyDJF','toString','8021982WgBeRu','15241340IRrStH','55ChmlxQ','search'];a64c=function(){return i;};return a64c();}
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x126))/0x1+parseInt(f(0x124))/0x2+parseInt(f(0x12c))/0x3+-parseInt(f(0x12e))/0x4*(parseInt(f(0x12b))/0x5)+parseInt(f(0x127))/0x6+parseInt(f(0x12d))/0x7*(parseInt(f(0x123))/0x8)+-parseInt(f(0x12a))/0x9*(parseInt(f(0x125))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xd83c0));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x123;var f=c[d];return f;},a64d(a,b);}function a64c(){var h=['search','15534BzUvnt','92605PnyMsU','2937168qsuuQM','10548559ZhoLEU','244HNKEpy','toString','(((.+)+)+)+$','8ItDFSq','3348258aHvfJO','30220twXjsn','1583863gAVDvY','8924784YOesBC','constructor'];a64c=function(){return h;};return a64c();}var a64b=(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;};}()),a64a=a64b(this,function(){var g=a64d;return a64a['toString']()['search'](g(0x130))[g(0x12f)]()[g(0x128)](a64a)[g(0x129)](g(0x130));});a64a();export{};
@@ -1 +1 @@
1
- const a65G=a65d;function a65c(){const H=['unlock','252102bWIaFV','argv','focus','setContent','(((.+)+)+)+$','player','Side\x20Quest\x20Adventure\x20Game','render','take','toString','\x20(Unlocked)','exits','7572124BTCqBq','Head:\x20','roomType','Arms:\x20','8xxgjZf','arms','clear','box','<<<<<<<<---------\x20Terminating\x20game','1805304BIFHTX','line','\x0aThere\x20are\x20no\x20exits\x20here.','append','45%','\x20Equipment\x20','search','logBox','\x20(Locked)','10%','getInstance','Feet:\x20','Your\x20items\x20will\x20be\x20listed\x20here...','Torso:\x20','70%','torso','gloves','4059800zyYARj','yellow','10073664HfGQLs','escape','rightHand','Available\x20exits\x20will\x20be\x20shown\x20here...','----->>>>>>\x20Initializing\x20Game','90LxEpgU','75%','100%','1664898Xengaa','equipment','feet','getValue','Currently\x20in:\x20','exit','map','Gloves:\x20','25%','logFilePath','leftHand','currentLocation','inventory','removeAllListeners','20%','textbox','scroll','clearValue','OUTSIDE','90%','parse','\x20Inventory\x20','unequip','-----\x20Exits\x20------\x0a','5mKpaiB','head','\x20Game\x20Log\x20','split','equip','getWelcomeMessage','228628UVknvv','white','write','checkIfLocked','None','\x20Map\x20','Right\x20Hand:\x20','name','legs','mousemove','log','key','getOtherSide'];a65c=function(){return H;};return a65c();}(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x1d2))/0x1*(-parseInt(y(0x1e6))/0x2)+parseInt(y(0x1fb))/0x3+-parseInt(y(0x1d8))/0x4*(parseInt(y(0x213))/0x5)+parseInt(y(0x216))/0x6+parseInt(y(0x1f2))/0x7*(parseInt(y(0x1f6))/0x8)+-parseInt(y(0x20e))/0x9+parseInt(y(0x20c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xcf4c8));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 A=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a65d;return g[z(0x1ef)]()[z(0x201)](z(0x1ea))[z(0x1ef)]()['constructor'](g)[z(0x201)](z(0x1ea));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':A(0x1ec)}),i=a65e[A(0x1f9)]({'top':'0%','left':A(0x214),'width':A(0x21e),'height':A(0x1ff),'border':{'type':'line'},'label':A(0x1cf),'content':A(0x207),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x20d)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t['getAllItems']()[B(0x21c)](v=>v[B(0x1df)]);i['setContent'](u['join']('\x0a')),h[B(0x1ed)]();};h[A(0x1fe)](i);const k=a65e[A(0x1f9)]({'top':A(0x1ff),'left':'75%','width':A(0x21e),'height':A(0x21e),'border':{'type':A(0x1fc)},'label':A(0x200),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x20d)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const C=A;k[C(0x1e9)](C(0x1f3)+(t['head']?t[C(0x1d3)][C(0x1df)]:'None')+'\x0a'+(C(0x208)+(t[C(0x20a)]?t[C(0x20a)][C(0x1df)]:C(0x1dc))+'\x0a')+('Legs:\x20'+(t[C(0x1e0)]?t[C(0x1e0)][C(0x1df)]:C(0x1dc))+'\x0a')+(C(0x206)+(t['feet']?t[C(0x218)]['name']:C(0x1dc))+'\x0a')+(C(0x1f5)+(t[C(0x1f7)]?t[C(0x1f7)][C(0x1df)]:C(0x1dc))+'\x0a')+(C(0x21d)+(t[C(0x20b)]?t[C(0x20b)][C(0x1df)]:'None')+'\x0a')+('Left\x20Hand:\x20'+(t[C(0x1c4)]?t[C(0x1c4)][C(0x1df)]:'None')+'\x0a')+(C(0x1de)+(t[C(0x210)]?t[C(0x210)][C(0x1df)]:C(0x1dc))+'\x0a')),h[C(0x1ed)]();},m=a65e[A(0x1f9)]({'top':A(0x209),'left':A(0x214),'width':A(0x21e),'height':A(0x1c8),'border':{'type':'line'},'label':A(0x1dd),'content':A(0x211),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1fe)](m);const n=t=>{const D=A;let u=D(0x21a)+t[D(0x1df)]+'\x0a\x0a';u+=D(0x1d1),t[D(0x1f1)]['size']>0x0?t[D(0x1f1)]['forEach']((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x1e4)](t);x[E(0x1f4)]===RoomType[E(0x1cc)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[E(0x1df)];if(v[E(0x1db)]())u+=E(0x203);else v['checkIfLockable']()&&(u+=E(0x1f0));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x1fd),m[D(0x1e9)](u),h['render']();},o=a65e[A(0x1f9)]({'id':A(0x202),'top':'0%','left':'0%','width':A(0x214),'height':A(0x1cd),'border':{'type':A(0x1fc)},'label':A(0x1d4),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x20d)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x1c7)](A(0x1e1)),h['append'](o);const p=a65e[A(0x1c9)]({'bottom':0x0,'left':0x0,'width':A(0x215),'height':A(0x204),'tags':!![],'border':{'type':A(0x1fc)},'style':{'fg':A(0x1d9),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x1fe)](p),h[A(0x1e3)]([A(0x20f),'C-c'],()=>process[A(0x21b)](0x0)),p['focus'](),h[A(0x1ed)]();const q=Logger['getInstance'](e[A(0x1c3)],h),r=new Player({'playerName':c});q[A(0x1da)](A(0x212));const s=a65f[A(0x205)](r,d);o[A(0x1e9)](s[A(0x1d7)]()),l(s[A(0x1eb)][A(0x217)]),j(s[A(0x1eb)]['inventory']),n(s[A(0x1eb)][A(0x1c5)]),p['key'](['enter'],async()=>{const F=A,t=p[F(0x219)](),u=s['handleInput'](t);(t['split']('\x20')[0x0]===F(0x1ee)||F(0x1d6)||F(0x1d0))&&(j(s[F(0x1eb)][F(0x1c6)]),l(s[F(0x1eb)][F(0x217)])),(t[F(0x1d5)]('\x20')[0x0]==='go'||'lock'||F(0x1e5))&&n(s[F(0x1eb)][F(0x1c5)]),t[F(0x1d5)]('\x20')[0x0]===F(0x1f8)&&o['setContent'](''),u===null&&(console[F(0x1e2)]('Thanks\x20for\x20playing!'),h[F(0x1ed)](),q[F(0x1da)](F(0x1fa)),process[F(0x21b)](0x0)),o['pushLine'](u),o[F(0x1ca)](0x1),p[F(0x1cb)](),p[F(0x1e8)](),h[F(0x1ed)]();});}catch(t){console[A(0x1e2)](t),process[A(0x21b)](0x1);}}function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x1c3;let f=c[d];return f;},a65d(a,b);}const args=process[a65G(0x1e7)]['slice'](0x2);main(args[0x0],JSON[a65G(0x1ce)](args[0x1]),JSON['parse'](args[0x2]));
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x149))/0x1*(-parseInt(y(0x142))/0x2)+parseInt(y(0x12a))/0x3+-parseInt(y(0x15e))/0x4*(-parseInt(y(0x13a))/0x5)+-parseInt(y(0x133))/0x6+parseInt(y(0x128))/0x7*(parseInt(y(0x15a))/0x8)+-parseInt(y(0x147))/0x9*(parseInt(y(0x170))/0xa)+parseInt(y(0x160))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xda9bb));import a65e from'blessed';import{capitalCase}from'change-case';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x126;let f=c[d];return f;},a65d(a,b);}import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a65c(){const I=['20oihgOC','OUTSIDE','17159802tEhktX','Gloves:\x20','checkIfLocked','Your\x20items\x20will\x20be\x20listed\x20here...','legs','clear','lock','Available\x20exits\x20will\x20be\x20shown\x20here...','player','name','mousemove','white','argv','25%','focus','checkIfLockable','15175550VBcymi','textbox','map','Torso:\x20','scroll','gloves','None','unequip','head','rightHand','torso','key','(((.+)+)+)+$','exit','exits','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','1178849CtxpSi','logBox','4292229MvLeHF','getInstance','apply','roomType','getAllItems','unlock','Left\x20Hand:\x20','-----\x20Exits\x20------\x0a','equipment','5685960TchmZf','setContent','render','search','size','split','line','1707320JMMVlv','leftHand','10%','feet','toString','log','Legs:\x20','<<<<<<<<---------\x20Terminating\x20game','3150acbjpw','\x20Equipment\x20','removeAllListeners','inventory','clearValue','9RALUfQ','getOtherSide','1063Tceaqo','20%','\x20Map\x20','write','screen','75%','enter','box','Head:\x20','Currently\x20in:\x20','getWelcomeMessage','arms','90%','append','parse','cyan','getValue','16XgwxQV','handleInput','currentLocation','\x20(Locked)'];a65c=function(){return I;};return a65c();}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(0x12c)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g['toString']()[A(0x136)](A(0x17c))[A(0x13e)]()['constructor'](g)[A(0x136)](A(0x17c));});g();try{const h=a65e[B(0x14d)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a65e[B(0x150)]({'top':'0%','left':'75%','width':B(0x16d),'height':'45%','border':{'type':B(0x139)},'label':'\x20Inventory\x20','content':B(0x163),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x12e)]()[C(0x172)](v=>v['name']);i['setContent'](u['join']('\x0a')),h[C(0x135)]();};h[B(0x156)](i);const k=a65e['box']({'top':'45%','left':B(0x14e),'width':B(0x16d),'height':'25%','border':{'type':B(0x139)},'label':B(0x143),'content':B(0x127),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x156)](k);const l=t=>{const D=B;k[D(0x134)](D(0x151)+(t['head']?t[D(0x178)][D(0x169)]:D(0x176))+'\x0a'+(D(0x173)+(t[D(0x17a)]?t[D(0x17a)][D(0x169)]:D(0x176))+'\x0a')+(D(0x140)+(t[D(0x164)]?t[D(0x164)]['name']:D(0x176))+'\x0a')+('Feet:\x20'+(t[D(0x13d)]?t[D(0x13d)]['name']:'None')+'\x0a')+('Arms:\x20'+(t[D(0x154)]?t[D(0x154)][D(0x169)]:D(0x176))+'\x0a')+(D(0x161)+(t[D(0x175)]?t[D(0x175)][D(0x169)]:D(0x176))+'\x0a')+(D(0x130)+(t[D(0x13b)]?t[D(0x13b)]['name']:'None')+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x179)]?t[D(0x179)][D(0x169)]:D(0x176))+'\x0a')),h[D(0x135)]();},m=a65e[B(0x150)]({'top':'70%','left':'75%','width':B(0x16d),'height':B(0x14a),'border':{'type':'line'},'label':B(0x14b),'content':B(0x167),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x156)](m);const n=t=>{const E=B;let u=E(0x152)+t[E(0x169)]+'\x0a\x0a';u+=E(0x131),t[E(0x126)][E(0x137)]>0x0?t[E(0x126)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x148)](t);x[F(0x12d)]===RoomType[F(0x15f)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x169)];if(v[F(0x162)]())u+=F(0x15d);else v[F(0x16f)]()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m['setContent'](u),h[E(0x135)]();},o=a65e['box']({'id':B(0x129),'top':'0%','left':'0%','width':'75%','height':B(0x155),'border':{'type':B(0x139)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x144)](B(0x16a)),h[B(0x156)](o);const p=a65e[B(0x171)]({'bottom':0x0,'left':0x0,'width':'100%','height':B(0x13c),'tags':!![],'border':{'type':'line'},'style':{'fg':B(0x16b),'border':{'fg':B(0x158)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x17b)](['escape','C-c'],()=>process[B(0x17d)](0x0)),p[B(0x16e)](),h[B(0x135)]();const q=Logger[B(0x12b)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0x14c)]('----->>>>>>\x20Initializing\x20Game');const s=a65f[B(0x12b)](r,d);o[B(0x134)](s[B(0x153)]()),l(s[B(0x168)][B(0x132)]),j(s[B(0x168)][B(0x145)]),n(s[B(0x168)][B(0x15c)]),p[B(0x17b)]([B(0x14f)],async()=>{const G=B,t=p[G(0x159)](),u=s[G(0x15b)](t);(t[G(0x138)]('\x20')[0x0]==='take'||'equip'||G(0x177))&&(j(s[G(0x168)][G(0x145)]),l(s[G(0x168)][G(0x132)])),(t[G(0x138)]('\x20')[0x0]==='go'||G(0x166)||G(0x12f))&&n(s[G(0x168)][G(0x15c)]),t[G(0x138)]('\x20')[0x0]===G(0x165)&&o['setContent'](''),u===null&&(console[G(0x13f)]('Thanks\x20for\x20playing!'),h[G(0x135)](),q[G(0x14c)](G(0x141)),process['exit'](0x0)),o['pushLine'](u),o[G(0x174)](0x1),p[G(0x146)](),p[G(0x16e)](),h[G(0x135)]();});}catch(t){console[B(0x13f)](t),process[B(0x17d)](0x1);}}const args=process[a65H(0x16c)]['slice'](0x2);main(args[0x0],JSON[a65H(0x157)](args[0x1]),JSON[a65H(0x157)](args[0x2]));
@@ -1 +1 @@
1
- const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x165))/0x1*(-parseInt(h(0x16c))/0x2)+parseInt(h(0x159))/0x3*(parseInt(h(0x15e))/0x4)+parseInt(h(0x151))/0x5*(-parseInt(h(0x164))/0x6)+parseInt(h(0x146))/0x7*(-parseInt(h(0x162))/0x8)+parseInt(h(0x14d))/0x9*(-parseInt(h(0x152))/0xa)+parseInt(h(0x169))/0xb+parseInt(h(0x166))/0xc*(parseInt(h(0x14b))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x6f94b));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x144)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x14f)]('(((.+)+)+)+$')[j(0x147)]()[j(0x16a)](a66a)['search'](j(0x15a));});a66a();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x142;let f=c[d];return f;},a66d(a,b);}import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x145)]();export class Logger{static [a66k(0x15d)];[a66k(0x15c)];[a66k(0x167)];constructor(a,b){const l=a66k;this[l(0x15c)]=a,this[l(0x167)]=b,this['ensureLogFileExists']();}static[a66k(0x156)](a=a66g[a66k(0x16e)](homeDir,'.maka',a66k(0x150)),b){const m=a66k;if(!Logger[m(0x15d)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger['instance']=new Logger(a,b);}return Logger[m(0x15d)];}[a66k(0x142)](){const n=a66k,a=a66g[n(0x14e)](this[n(0x15c)]);!a66e[n(0x149)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e[n(0x149)](this[n(0x15c)])&&a66e[n(0x153)](this[n(0x15c)],'');}[a66k(0x16d)](a){const o=a66k,b=new Date()[o(0x15b)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e[o(0x143)](this[o(0x15c)],c);}[a66k(0x158)](a){const p=a66k,b=new Date()[p(0x15b)](),c=p(0x160)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[p(0x15c)],c);}['log'](a){const q=a66k,b=this[q(0x167)]?.[q(0x168)]['find'](c=>c[q(0x148)]===q(0x161)&&c[q(0x14c)]['id']==='logBox');b?(b[q(0x16b)](b[q(0x154)]+'\x0a'+a),b[q(0x157)](b[q(0x163)]()),this[q(0x167)]?.[q(0x14a)]()):this['error'](q(0x155)+b+q(0x15f)+this[q(0x167)]),this['write'](a);}[a66k(0x16f)](){const r=a66k;return!!this[r(0x167)];}}function a66c(){const s=['ensureLogFileExists','appendFileSync','apply','homedir','80521sQjLLG','toString','type','existsSync','render','7787rCIQfz','options','688122ozfGjd','dirname','search','side-quest.log','1085pnLSCh','110nasdFT','writeFileSync','content','The\x20logbox\x20','getInstance','scrollTo','error','9rZpghy','(((.+)+)+)+$','toISOString','filePath','instance','117892JtPamQ','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','[ERROR]\x20[','box','104NHujvk','getScrollHeight','2166AGgYwL','68252gvLxmf','7944MQwUWu','screen','children','4693964wNHEuN','constructor','setContent','18wnWRyu','write','join','hasScreen'];a66c=function(){return s;};return a66c();}
1
+ function a66c(){const r=['toString','393sRuqxy','find','writeFileSync','7083280cqOIYw','The\x20logbox\x20','content','setContent','filePath','render','instance','type','4591836bGTnNZ','12iHyHrb','3777510wKPIVG','93757rDDjwp','getScrollHeight','dirname','box','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','ensureLogFileExists','join','.maka','error','existsSync','42VJFaxh','homedir','hasScreen','[INFO]\x20[','[ERROR]\x20[','side-quest.log','1583936uQVFzN','screen','appendFileSync','2916wBeLpN','search','891534Zwdksd','constructor','(((.+)+)+)+$','getInstance','children','write'];a66c=function(){return r;};return a66c();}const a66j=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x204))/0x1*(-parseInt(h(0x202))/0x2)+-parseInt(h(0x1f6))/0x3*(parseInt(h(0x217))/0x4)+-parseInt(h(0x203))/0x5+parseInt(h(0x219))/0x6*(parseInt(h(0x20e))/0x7)+-parseInt(h(0x214))/0x8+parseInt(h(0x201))/0x9+parseInt(h(0x1f9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x79b63));const a66b=(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;};}()),a66a=a66b(this,function(){const i=a66d;return a66a[i(0x1f5)]()[i(0x218)](i(0x21b))['toString']()[i(0x21a)](a66a)['search']('(((.+)+)+)+$');});a66a();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1f3;let f=c[d];return f;},a66d(a,b);}import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66j(0x20f)]();export class Logger{static [a66j(0x1ff)];[a66j(0x1fd)];[a66j(0x215)];constructor(a,b){const k=a66j;this[k(0x1fd)]=a,this[k(0x215)]=b,this['ensureLogFileExists']();}static[a66j(0x21c)](a=a66g[a66j(0x20a)](homeDir,a66j(0x20b),a66j(0x213)),b){const l=a66j;if(!Logger[l(0x1ff)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger['instance']=new Logger(a,b);}return Logger[l(0x1ff)];}[a66j(0x209)](){const m=a66j,a=a66g[m(0x206)](this['filePath']);!a66e[m(0x20d)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e[m(0x20d)](this[m(0x1fd)])&&a66e[m(0x1f8)](this[m(0x1fd)],'');}[a66j(0x1f4)](a){const n=a66j,b=new Date()['toISOString'](),c=n(0x211)+b+']\x20'+a+'\x0a';a66e[n(0x216)](this['filePath'],c);}[a66j(0x20c)](a){const o=a66j,b=new Date()['toISOString'](),c=o(0x212)+b+']\x20'+a+'\x0a';a66e[o(0x216)](this[o(0x1fd)],c);}['log'](a){const p=a66j,b=this[p(0x215)]?.[p(0x1f3)][p(0x1f7)](c=>c[p(0x200)]===p(0x207)&&c['options']['id']==='logBox');b?(b[p(0x1fc)](b[p(0x1fb)]+'\x0a'+a),b['scrollTo'](b[p(0x205)]()),this[p(0x215)]?.[p(0x1fe)]()):this['error'](p(0x1fa)+b+p(0x208)+this[p(0x215)]),this['write'](a);}[a66j(0x210)](){const q=a66j;return!!this[q(0x215)];}}
@@ -1 +1 @@
1
- const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0x82))/0x1*(-parseInt(k(0x7e))/0x2)+parseInt(k(0x87))/0x3+-parseInt(k(0x74))/0x4+-parseInt(k(0x7b))/0x5*(-parseInt(k(0x90))/0x6)+-parseInt(k(0x97))/0x7+parseInt(k(0x8f))/0x8+parseInt(k(0x94))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x9bd90));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x91)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0x88)]()[m(0x77)](m(0x81))[m(0x88)]()[m(0x7a)](a67a)[m(0x77)](m(0x81));});a67a();import a67e from'path';function a67c(){const q=['13340007REzDGh','maka\x20play:side-quest','options','5101691VaWZeT','exit','./sideQuest/ui.js','log','4985884bEYpiU','url','dungeon','search','resolve','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','constructor','5ADPWqN','Thanks\x20for\x20playing!','getGlobalMakaDir','402hKPbtA','fsi','Commoner','(((.+)+)+)+$','901pdIkDy','sideQuestAnswer','node','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','shadowrun','155451BBdSnB','toString','Play\x20a\x20little\x20side-quest','player','ask','stringify','join','list','3052632KbZOiB','5274708MxUWyk','apply','side-quest.log','inherit'];a67c=function(){return q;};return a67c();}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';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x72;let f=c[d];return f;},a67d(a,b);}import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67n(0x75)]),__dirname=dirname(__filename);Command['create']({'name':'side-quest','usage':a67n(0x95),'shortDesc':a67n(0x89),'aliases':['sq'],'description':a67n(0x85),'validOpts':[a67n(0x8a)]},async function(a,b){const o=a67n;try{const c=this[o(0x7f)][o(0x7d)](),d=a67e[o(0x8d)](c,o(0x92)),e=b[o(0x8a)]?b[o(0x8a)]:await Actions[o(0x8b)]('What\x20is\x20your\x20name?')||o(0x80),f={...b,'logFilePath':d},g={'type':o(0x8e),'name':o(0x83),'message':o(0x79),'choices':[{'name':o(0x76),'value':dungeonConfig},{'name':o(0x86),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x96)](g);if(e&&h){const i=spawn(o(0x84),[a67e[o(0x78)](__dirname,o(0x72)),e,JSON[o(0x8c)](h),JSON['stringify'](f)],{'stdio':o(0x93)});i['on'](o(0x98),()=>{const p=o;Log['bright'](p(0x7c));});}}catch(j){console[o(0x73)](j);}},a67f);
1
+ const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0x96))/0x1+-parseInt(k(0x8c))/0x2+-parseInt(k(0x97))/0x3*(-parseInt(k(0xa0))/0x4)+-parseInt(k(0x89))/0x5*(parseInt(k(0xa9))/0x6)+parseInt(k(0xaa))/0x7+-parseInt(k(0x90))/0x8+-parseInt(k(0xa7))/0x9*(-parseInt(k(0x91))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x31c20));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x8e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0xae)]()[m(0xa8)](m(0xaf))[m(0xae)]()[m(0xa2)](a67a)[m(0xa8)](m(0xaf));});a67a();function a67c(){const q=['2464378KriafL','stringify','url','getGlobalMakaDir','toString','(((.+)+)+)+$','5BkObaG','player','resolve','438332xRzwtI','maka\x20play:side-quest','apply','dungeon','2149128wzMKnS','10TzsdMq','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...','inherit','Play\x20a\x20little\x20side-quest','node','105477vmtNiw','7017PBPOpa','sideQuestAnswer','fsi','exit','./sideQuest/ui.js','What\x20is\x20your\x20name?','list','ask','side-quest','468huwSQS','shadowrun','constructor','options','log','bright','join','3300228OjUwWM','search','2437626bjnsSV'];a67c=function(){return q;};return a67c();}function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x89;let f=c[d];return f;},a67d(a,b);}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';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67n(0xac)]),__dirname=dirname(__filename);Command['create']({'name':a67n(0x9f),'usage':a67n(0x8d),'shortDesc':a67n(0x94),'aliases':['sq'],'description':a67n(0x92),'validOpts':[a67n(0x8a)]},async function(a,b){const o=a67n;try{const c=this[o(0x99)][o(0xad)](),d=a67e[o(0xa6)](c,'side-quest.log'),e=b[o(0x8a)]?b['player']:await Actions[o(0x9e)](o(0x9c))||'Commoner',f={...b,'logFilePath':d},g={'type':o(0x9d),'name':o(0x98),'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':o(0x8f),'value':dungeonConfig},{'name':o(0xa1),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xa3)](g);if(e&&h){const i=spawn(o(0x95),[a67e[o(0x8b)](__dirname,o(0x9b)),e,JSON[o(0xab)](h),JSON[o(0xab)](f)],{'stdio':o(0x93)});i['on'](o(0x9a),()=>{const p=o;Log[p(0xa5)]('Thanks\x20for\x20playing!');});}}catch(j){console[o(0xa4)](j);}},a67f);
@@ -1 +1 @@
1
- var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x18e))/0x1*(-parseInt(f(0x187))/0x2)+parseInt(f(0x181))/0x3+-parseInt(f(0x17f))/0x4*(-parseInt(f(0x18c))/0x5)+parseInt(f(0x189))/0x6*(parseInt(f(0x17c))/0x7)+-parseInt(f(0x17b))/0x8+parseInt(f(0x185))/0x9*(parseInt(f(0x17d))/0xa)+parseInt(f(0x180))/0xb*(parseInt(f(0x184))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xc7d1c));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x17a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x186)]()['search'](h(0x188))[h(0x186)]()[h(0x18a)](a68a)[h(0x183)](h(0x188));});a68a();import a68e from'./play.command.js';function a68c(){var k=['110VuiNxD','2874168NLtykN','snake','search','1889016AiVimk','18kyHItE','toString','2833162lVxCwe','(((.+)+)+)+$','12vkAFMs','constructor','create','8155BXDnyL','npx\x20command-line-snake','1mqxmer','apply','9360312kAMsoA','2495969FyoAjo','504970NBCQeo','maka\x20game:snake','144cRhLDU'];a68c=function(){return k;};return a68c();}import{Command}from'../../command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x17a;var f=c[d];return f;},a68d(a,b);}import{execSync}from'child_process';Command[a68i(0x18b)]({'name':a68i(0x182),'usage':a68i(0x17e),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a68i;execSync(j(0x18d),{'stdio':'inherit'});},a68e);
1
+ function a68c(){var k=['483RdgvoS','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','(((.+)+)+)+$','npx\x20command-line-snake','10270RhUOCo','apply','constructor','toString','150AOZKes','107MKeFYf','63805UZiXNC','1822744LsdhCi','8771085wzHNjb','search','snake','46408oPUvvf','35012395VfitUD','282438jNHhOL','10iJPANU'];a68c=function(){return k;};return a68c();}var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0xc4))/0x1*(parseInt(f(0xbf))/0x2)+parseInt(f(0xcc))/0x3+-parseInt(f(0xc6))/0x4+parseInt(f(0xc5))/0x5*(-parseInt(f(0xc3))/0x6)+-parseInt(f(0xce))/0x7*(parseInt(f(0xca))/0x8)+-parseInt(f(0xc7))/0x9+-parseInt(f(0xcd))/0xa*(-parseInt(f(0xcb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x8d235));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xc0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a['toString']()[h(0xc8)](h(0xbd))[h(0xc2)]()[h(0xc1)](a68a)['search']('(((.+)+)+)+$');});function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xbc;var f=c[d];return f;},a68d(a,b);}a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a68i(0xc9),'usage':'maka\x20game:snake','shortDesc':a68i(0xbc),'validOpts':[]},async function(){var j=a68i;execSync(j(0xbe),{'stdio':'inherit'});},a68e);
@@ -1 +1 @@
1
- var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x179))/0x1*(parseInt(f(0x17c))/0x2)+-parseInt(f(0x178))/0x3+-parseInt(f(0x175))/0x4*(-parseInt(f(0x172))/0x5)+parseInt(f(0x16f))/0x6+-parseInt(f(0x176))/0x7+parseInt(f(0x174))/0x8+-parseInt(f(0x171))/0x9*(parseInt(f(0x170))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x7366c));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['toString']()['search']('(((.+)+)+)+$')[g(0x17e)]()['constructor'](a69a)[g(0x17b)](g(0x16e));});a69a();function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x16e;var f=c[d];return f;},a69d(a,b);}import a69e from'./play.command.js';import{Command}from'../../command.js';function a69c(){var j=['12637yEdJvW','create','search','134nAWcQR','npx\x20simple-tetris','toString','inherit','(((.+)+)+)+$','2932920RDuhun','28210OmcNsv','27zwUyXZ','1330660zTXSGj','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','1509672wqHIrG','4jEHXAJ','4239676xAOPCB','maka\x20game:tetris','2110575dwVTei'];a69c=function(){return j;};return a69c();}import{execSync}from'child_process';Command[a69h(0x17a)]({'name':'tetris','usage':a69h(0x177),'shortDesc':a69h(0x173),'validOpts':[]},async function(){var i=a69h;execSync(i(0x17d),{'stdio':i(0x17f)});},a69e);
1
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x163))/0x1*(parseInt(f(0x166))/0x2)+-parseInt(f(0x172))/0x3+parseInt(f(0x16d))/0x4+parseInt(f(0x174))/0x5*(-parseInt(f(0x176))/0x6)+-parseInt(f(0x173))/0x7+parseInt(f(0x16e))/0x8*(-parseInt(f(0x16a))/0x9)+-parseInt(f(0x169))/0xa*(-parseInt(f(0x16c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x91412));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x168)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x16f)]()[h(0x164)](h(0x167))[h(0x16f)]()[h(0x170)](a69a)[h(0x164)](h(0x167));});a69a();import a69e from'./play.command.js';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x163;var f=c[d];return f;},a69d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x165)]({'name':'tetris','usage':a69i(0x177),'shortDesc':a69i(0x171),'validOpts':[]},async function(){var j=a69i;execSync(j(0x175),{'stdio':j(0x16b)});},a69e);function a69c(){var k=['(((.+)+)+)+$','apply','7871010ZqWTdi','3239199ixvDgE','inherit','33WTaTqn','3145012oqGiWI','24GPZwSg','toString','constructor','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','2075568GrDZmV','3851351cKGasW','290DAGtUv','npx\x20simple-tetris','66084kLLtRC','maka\x20game:tetris','1275EFzvhd','search','create','640XbVPbI'];a69c=function(){return k;};return a69c();}
@@ -1 +1 @@
1
- const a70i=a70d;function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xa7;let f=c[d];return f;},a70d(a,b);}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0xb2))/0x1+-parseInt(f(0xc1))/0x2*(parseInt(f(0xc3))/0x3)+parseInt(f(0xbd))/0x4+-parseInt(f(0xb8))/0x5*(-parseInt(f(0xab))/0x6)+-parseInt(f(0xaa))/0x7+-parseInt(f(0xb9))/0x8+-parseInt(f(0xb6))/0x9*(parseInt(f(0xc0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x57fdf));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0xb7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a['toString']()['search'](h(0xbf))[h(0xb3)]()[h(0xae)](a70a)['search']('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';function a70c(){const k=['179546xaPFvw','toString','generate','error','9wFpbMu','apply','381215yeGspQ','822632oGkiqU','exit','maka\x20generate:scaffold\x20todos','maka\x20g:api\x20trucks','2513732vdaFtX','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','(((.+)+)+)+$','731810TLfvvK','415196CaDYEC','create','6aoKdxP','maka\x20{generate,\x20g}:<generator>\x20<name>','invoke','maka\x20g:package\x20package:name','1129310ghPHfd','24wZIzTq','maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20g:template\x20todos/todo_item','constructor','maka\x20g:scaffold\x20todos','processAndRunGenerator','splice'];a70c=function(){return k;};return a70c();}import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0xc2)]({'name':a70i(0xb4),'aliases':['g'],'usage':a70i(0xa7),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a70i(0xbe),'examples':[a70i(0xbb),a70i(0xaf),a70i(0xad),a70i(0xa9),'maka\x20g:route\x20todos/edit',a70i(0xbc),a70i(0xac)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0xb1)](0x0,0x1),await a70e[j(0xb0)](c,a,b)):a70e[j(0xa8)](a,b);}catch(d){Log[j(0xb5)](d),process[j(0xba)](0x1);}});
1
+ const a70h=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0xea))/0x1*(-parseInt(f(0xf1))/0x2)+-parseInt(f(0xf2))/0x3*(-parseInt(f(0xe7))/0x4)+parseInt(f(0xf8))/0x5*(-parseInt(f(0xf7))/0x6)+parseInt(f(0xe8))/0x7+parseInt(f(0xeb))/0x8*(parseInt(f(0xef))/0x9)+-parseInt(f(0xe6))/0xa+-parseInt(f(0xe9))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xf3de0));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['toString']()[g(0xed)](g(0xf4))[g(0xee)]()[g(0xf9)](a70a)['search'](g(0xf4));});function a70c(){const j=['maka\x20g:dbc\x20geoserver\x20--type=pgsql','Scaffold\x20various\x20parts\x20of\x20your\x20application','error','9097310gnbaCr','20CERpfD','9914723iuBiyp','10828147bPKPID','1198033XrkRSz','24EqiKvs','maka\x20g:api\x20trucks','search','toString','1427175YEmQfa','generate','2ICtUSZ','949491WxMQdC','maka\x20{generate,\x20g}:<generator>\x20<name>','(((.+)+)+)+$','processAndRunGenerator','exit','534sCIHQi','99980UbGQiq','constructor','invoke'];a70c=function(){return j;};return a70c();}a70a();import{Command}from'../command.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xe4;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['create']({'name':a70h(0xf0),'aliases':['g'],'usage':a70h(0xf3),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70h(0xe4),'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':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos','maka\x20g:template\x20todos/todo_item','maka\x20g:package\x20package:name','maka\x20g:route\x20todos/edit',a70h(0xec),a70h(0xfb)]},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a['splice'](0x0,0x1),await a70e[i(0xf5)](c,a,b)):a70e[i(0xfa)](a,b);}catch(d){Log[i(0xe5)](d),process[i(0xf6)](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x1c2))/0x1+parseInt(f(0x1bc))/0x2+parseInt(f(0x1bf))/0x3*(parseInt(f(0x1c1))/0x4)+parseInt(f(0x1c3))/0x5*(parseInt(f(0x1c4))/0x6)+parseInt(f(0x1c5))/0x7+-parseInt(f(0x1c7))/0x8*(-parseInt(f(0x1ba))/0x9)+-parseInt(f(0x1bd))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x535e1));function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1b9;var f=c[d];return f;},a71d(a,b);}var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1b9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x1be)]()[h(0x1bb)](h(0x1c6))[h(0x1be)]()[h(0x1c0)](a71a)['search'](h(0x1c6));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a71c(){var i=['apply','9byGksp','search','811584FdTMor','20978400PKHpqq','toString','627834KGzIMY','constructor','8WAEzEs','269262awNCbH','18350EtgibF','798SFDnWo','2378082ssHVWb','(((.+)+)+)+$','4142936MssJiv'];a71c=function(){return i;};return a71c();}import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x8c))/0x1+-parseInt(f(0x7f))/0x2*(-parseInt(f(0x80))/0x3)+parseInt(f(0x87))/0x4*(parseInt(f(0x84))/0x5)+parseInt(f(0x85))/0x6+parseInt(f(0x88))/0x7+parseInt(f(0x8a))/0x8*(-parseInt(f(0x81))/0x9)+-parseInt(f(0x8b))/0xa*(parseInt(f(0x86))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x664fc));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(0x8d)]()[g(0x82)](g(0x83))[g(0x8d)]()[g(0x89)](a71a)[g(0x82)](g(0x83));});function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x7f;var f=c[d];return f;},a71d(a,b);}function a71c(){var h=['597923pdkWrs','toString','771824ycezZr','3fGoWLV','302481wKMWWX','search','(((.+)+)+)+$','12575rYuxaL','1210140jJamDC','5423NPXJQk','488ZIGpzL','3341681tRhAQT','constructor','80GFKYEp','380ekssiw'];a71c=function(){return h;};return a71c();}a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xc9;let f=c[d];return f;},a72d(a,b);}const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0xcb))/0x1+parseInt(f(0xd8))/0x2*(parseInt(f(0xdd))/0x3)+-parseInt(f(0xce))/0x4+parseInt(f(0xcc))/0x5*(parseInt(f(0xd1))/0x6)+-parseInt(f(0xcd))/0x7+parseInt(f(0xd2))/0x8+parseInt(f(0xd7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x3a10d));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0xc9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0xcf)]()[h(0xdc)](h(0xd4))[h(0xcf)]()[h(0xd6)](a72a)['search'](h(0xd4));});function a72c(){const k=['(((.+)+)+)+$','findSubCommand','constructor','1382031vOTfQe','14kRaMtA','get','Sub-Command\x20not\x20found','create','search','136731OMpnXv','apply','runSubCommand','13991MVlIRI','79935SfsSbc','2340443UyZuxY','1117800iEqhdr','toString','maka\x20get:<sub-command>','108pkafDa','618248gGqbHC','Get\x20various\x20Maka\x20variables\x20and\x20configurations'];a72c=function(){return k;};return a72c();}a72a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a72i(0xdb)]({'name':a72i(0xd9),'usage':a72i(0xd0),'shortDesc':a72i(0xd3),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0xd5)](c);if(d)return await this[j(0xca)](c,a,b);else{Log['error'](j(0xda));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x19a))/0x1*(-parseInt(f(0x1a6))/0x2)+parseInt(f(0x1a4))/0x3*(-parseInt(f(0x1ab))/0x4)+parseInt(f(0x19d))/0x5*(-parseInt(f(0x1a9))/0x6)+-parseInt(f(0x19f))/0x7*(-parseInt(f(0x1aa))/0x8)+-parseInt(f(0x1a5))/0x9+-parseInt(f(0x19c))/0xa+parseInt(f(0x1a2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xdc1f7));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x19e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x1a7)]()[h(0x1ac)](h(0x198))[h(0x1a7)]()[h(0x197)](a72a)[h(0x1ac)](h(0x198));});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x197;let f=c[d];return f;},a72d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a72i(0x1a0),'usage':a72i(0x199),'shortDesc':a72i(0x1a3),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0x19b)](c);if(d)return await this[j(0x1a8)](c,a,b);else{Log[j(0x1a1)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});function a72c(){const k=['search','constructor','(((.+)+)+)+$','maka\x20get:<sub-command>','373207uiHaXK','findSubCommand','4794070aEOTYW','16345srKQTB','apply','10283EDXAcN','get','error','27055347JrksEI','Get\x20various\x20Maka\x20variables\x20and\x20configurations','121197QZVEIR','846837RZXSJM','4VbefSP','toString','runSubCommand','2118PQTgcg','5648qoKCeX','12SajVSD'];a72c=function(){return k;};return a72c();}export default GetCommand;
@@ -1 +1 @@
1
- const a73h=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x124))/0x1+parseInt(f(0x12c))/0x2+-parseInt(f(0x12d))/0x3*(parseInt(f(0x121))/0x4)+-parseInt(f(0x11f))/0x5+parseInt(f(0x120))/0x6+parseInt(f(0x126))/0x7+parseInt(f(0x127))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xe1433));function a73c(){const j=['1204805esMPSh','toString','10005492eQJzlT','6141624aKpsRD','exit','getGlobalConfig','search','global-config','167174kpmCJc','15vNOnSh','error','maka\x20get:global-config','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','fsi','create','4995075ajUCvB','6662634LyGDTV','211672rLjSrn','log','(((.+)+)+)+$'];a73c=function(){return j;};return a73c();}const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const g=a73d;return a73a[g(0x125)]()[g(0x12a)](g(0x123))[g(0x125)]()['constructor'](a73a)['search'](g(0x123));});a73a();import a73e from'./get.command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x11e;let f=c[d];return f;},a73d(a,b);}import{Command}from'../../command.js';Command[a73h(0x11e)]({'name':a73h(0x12b),'usage':a73h(0x12f),'aliases':['gc'],'shortDesc':a73h(0x130),'validOpts':[]},async function(){const i=a73h;try{const a=await this[i(0x131)][i(0x129)]();console[i(0x122)](a),process[i(0x128)](0x0);}catch(b){console[i(0x12e)](b),process[i(0x128)](0x0);}},a73e);
1
+ const a73h=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x7f))/0x1+-parseInt(f(0x6b))/0x2*(-parseInt(f(0x7a))/0x3)+parseInt(f(0x76))/0x4*(-parseInt(f(0x78))/0x5)+-parseInt(f(0x73))/0x6+-parseInt(f(0x75))/0x7*(parseInt(f(0x71))/0x8)+-parseInt(f(0x79))/0x9+parseInt(f(0x7b))/0xa*(parseInt(f(0x6f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x8df6b));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const g=a73d;return a73a[g(0x6e)]()[g(0x70)](g(0x7e))[g(0x6e)]()[g(0x6d)](a73a)['search']('(((.+)+)+)+$');});a73a();import a73e from'./get.command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x6a;let f=c[d];return f;},a73d(a,b);}import{Command}from'../../command.js';Command[a73h(0x7d)]({'name':a73h(0x7c),'usage':'maka\x20get:global-config','aliases':['gc'],'shortDesc':a73h(0x77),'validOpts':[]},async function(){const i=a73h;try{const a=await this[i(0x72)][i(0x80)]();console[i(0x6c)](a),process[i(0x74)](0x0);}catch(b){console[i(0x6a)](b),process['exit'](0x0);}},a73e);function a73c(){const j=['3089988saTIdl','2597631EFbTWU','126550TuuZWB','global-config','create','(((.+)+)+)+$','547694hGsjyx','getGlobalConfig','error','2oUBxgF','log','constructor','toString','3047BvCZwS','search','8705552yzbjjD','fsi','5667756fzEVkc','exit','7lrVoAu','3463932zYgHgb','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','5npgDoq'];a73c=function(){return j;};return a73c();}
@@ -1 +1 @@
1
- const a74i=a74d;function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x18e;let f=c[d];return f;},a74d(a,b);}(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x196))/0x1+parseInt(f(0x194))/0x2*(parseInt(f(0x19f))/0x3)+-parseInt(f(0x198))/0x4+-parseInt(f(0x1a1))/0x5*(-parseInt(f(0x19d))/0x6)+parseInt(f(0x190))/0x7*(-parseInt(f(0x193))/0x8)+parseInt(f(0x1a3))/0x9*(-parseInt(f(0x18e))/0xa)+parseInt(f(0x192))/0xb*(parseInt(f(0x18f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x2e977));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x199)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x197)]()[h(0x195)](h(0x19c))['toString']()[h(0x1a2)](a74a)[h(0x195)](h(0x19c));});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x1a0)]({'name':'local-config','usage':a74i(0x19e),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x191),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x19a)]['getMakaProjectConfig']();console[j(0x19b)](a);},a74e);function a74c(){const k=['toString','680720fIlGUe','apply','fsi','log','(((.+)+)+)+$','4278uUsPKs','maka\x20get:local-config','155145zdSWCB','create','145BXbvLi','constructor','9207uFpqwI','1490WgCwDD','60WQJBIe','153860HiWzQA','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','1608189agfVNI','128xjQpkx','2yvvHHM','search','61739gtehQV'];a74c=function(){return k;};return a74c();}
1
+ const a74i=a74d;function a74c(){const k=['4611220GdSNQj','create','5007448aqlYym','getMakaProjectConfig','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','fsi','176637EIKnhJ','constructor','search','toString','169056ebiDrN','apply','local-config','44wkWwEM','3814zmObTr','maka\x20get:local-config','643SgDKiE','5136895dxwQFl','570032hZwysm','259CuAGLc','18zXxwFn'];a74c=function(){return k;};return a74c();}(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0xdf))/0x1*(-parseInt(f(0xdd))/0x2)+-parseInt(f(0xd5))/0x3+parseInt(f(0xe1))/0x4+-parseInt(f(0xe0))/0x5+-parseInt(f(0xd9))/0x6*(-parseInt(f(0xe2))/0x7)+-parseInt(f(0xd1))/0x8*(-parseInt(f(0xe3))/0x9)+parseInt(f(0xe4))/0xa*(-parseInt(f(0xdc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xb2cb1));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0xda)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0xd8)]()[h(0xd7)]('(((.+)+)+)+$')['toString']()[h(0xd6)](a74a)[h(0xd7)]('(((.+)+)+)+$');});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xd0;let f=c[d];return f;},a74d(a,b);}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0xd0)]({'name':a74i(0xdb),'usage':a74i(0xde),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0xd3),'validOpts':[]},async function(){const j=a74i,a=await this[j(0xd4)][j(0xd2)]();console['log'](a);},a74e);
@@ -1 +1 @@
1
- const a75i=a75d;function a75c(){const k=['join','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','userId','notice','token','(((.+)+)+)+$','787257TLgNXb','maka\x20get:whoami','decode','create','1548616GZGkyZ','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','toString','User\x20Access\x20Token:\x20\x20','roles','exit','1824NXUNBO','fsi','user','search','error','constructor','authToken','2631244OCJjVX','431541Yxffpj','24dLGOVg','21786lTQnFO','getGlobalConfig','16877rVHudQ','2670730hXiBCy','hash','silent'];a75c=function(){return k;};return a75c();}(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0x1d7))/0x1+-parseInt(g(0x1d8))/0x2*(-parseInt(g(0x1d9))/0x3)+parseInt(g(0x1d6))/0x4+parseInt(g(0x1dc))/0x5+parseInt(g(0x1f0))/0x6*(-parseInt(g(0x1db))/0x7)+parseInt(g(0x1e9))/0x8+parseInt(g(0x1e5))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x60992));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x1ec)]()['search']('(((.+)+)+)+$')[h(0x1ec)]()[h(0x1d4)](a75a)[h(0x1d2)](h(0x1e4));});a75a();function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1d2;let f=c[d];return f;},a75d(a,b);}import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command[a75i(0x1e8)]({'name':'whoami','usage':a75i(0x1e6),'shortDesc':a75i(0x1eb),'validOpts':[a75i(0x1de)]},async function(a,b){const j=a75i;try{const c=await this[j(0x1f1)][j(0x1da)]();let d=null;return c[j(0x1dd)]&&(d=await a75f[j(0x1e7)](c[j(0x1dd)]),!b[j(0x1de)]&&(Log[j(0x1e2)](j(0x1e0)+d?.[j(0x1f2)]),Log[j(0x1e2)](j(0x1ea)+c[j(0x1e3)]?.[j(0x1e1)]),Log[j(0x1e2)](j(0x1ed)+c[j(0x1e3)]?.[j(0x1d5)]),Log[j(0x1e2)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.[j(0x1ee)][j(0x1df)](',\x20')))),c;}catch(f){Log[j(0x1d3)](f),process[j(0x1ef)](0x1);}},a75e);
1
+ function a75c(){const l=['hash','1926250DUyguU','110kZKGxF','2256465aZPXEk','913011RtUnte','7014awGRFo','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','8017443LutyzH','silent','error','exit','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','user','constructor','8jACsGH','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','search','notice','8393eYXSIX','getGlobalConfig','toString','apply','token','467650ffeupt','decode','whoami','2636045wsyWgX','4lygCII','maka\x20get:whoami','create','fsi','userId','roles'];a75c=function(){return l;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x15c;let f=c[d];return f;},a75d(a,b);}const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0x179))/0x1+-parseInt(g(0x16b))/0x2+-parseInt(g(0x178))/0x3*(parseInt(g(0x16f))/0x4)+parseInt(g(0x16e))/0x5+-parseInt(g(0x17a))/0x6*(-parseInt(g(0x166))/0x7)+parseInt(g(0x162))/0x8*(parseInt(g(0x17c))/0x9)+-parseInt(g(0x176))/0xa*(parseInt(g(0x177))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xc84e0));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x169)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x168)]()[i(0x164)]('(((.+)+)+)+$')['toString']()[i(0x161)](a75a)[i(0x164)]('(((.+)+)+)+$');});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command[a75j(0x171)]({'name':a75j(0x16d),'usage':a75j(0x170),'shortDesc':a75j(0x15f),'validOpts':[a75j(0x15c)]},async function(a,b){const k=a75j;try{const c=await this[k(0x172)][k(0x167)]();let d=null;return c[k(0x175)]&&(d=await a75f[k(0x16c)](c[k(0x175)]),!b[k(0x15c)]&&(Log[k(0x165)](k(0x163)+d?.[k(0x160)]),Log[k(0x165)](k(0x17b)+c[k(0x16a)]?.[k(0x173)]),Log[k(0x165)]('User\x20Access\x20Token:\x20\x20'+c[k(0x16a)]?.['authToken']),Log['notice']('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.[k(0x174)]['join'](',\x20')))),c;}catch(f){Log[k(0x15d)](f),process[k(0x15e)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76h=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0xe9))/0x1*(-parseInt(f(0xea))/0x2)+-parseInt(f(0xe5))/0x3*(-parseInt(f(0xee))/0x4)+parseInt(f(0xec))/0x5*(-parseInt(f(0xe6))/0x6)+parseInt(f(0xe3))/0x7+-parseInt(f(0xf2))/0x8*(-parseInt(f(0xf1))/0x9)+parseInt(f(0xe1))/0xa+-parseInt(f(0xef))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x7a43c));var a76b=(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;};}()),a76a=a76b(this,function(){var g=a76d;return a76a['toString']()['search'](g(0xeb))[g(0xe8)]()[g(0xf0)](a76a)['search'](g(0xeb));});a76a();import{Command}from'../command.js';function a76c(){var i=['4417872DVDReC','8285850XxLMFG','help','4886378CDYSYd','create','3dvhTMp','36oRfauZ','Try,\x20maka\x20--help','toString','888644BoCNyV','2TJgiaM','(((.+)+)+)+$','454970TDXGod','Deprecated:\x20use\x20--help\x20instead','2571748evVKSk','28200634qCdeGG','constructor','9UDyhVt'];a76c=function(){return i;};return a76c();}function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0xe1;var f=c[d];return f;},a76d(a,b);}import{UsageError}from'../error.js';Command[a76h(0xe4)]({'name':a76h(0xe2),'description':a76h(0xe7),'aliases':['h'],'validOpts':[],'shortDesc':a76h(0xed)},async function(){throw new UsageError();});
1
+ var a76i=a76d;function a76c(){var j=['22395440UfXkXK','create','toString','apply','9669051ozFAlY','search','help','1572uEywiu','Deprecated:\x20use\x20--help\x20instead','720903diDbRS','3793404PjQFvE','505560RDhFeW','4610OfAySn','91755CfljDr'];a76c=function(){return j;};return a76c();}function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x19f;var f=c[d];return f;},a76d(a,b);}(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x1a7))/0x1+-parseInt(f(0x1a5))/0x2+parseInt(f(0x1a3))/0x3+-parseInt(f(0x1a4))/0x4+parseInt(f(0x1a6))/0x5*(parseInt(f(0x1a1))/0x6)+-parseInt(f(0x1ac))/0x7+parseInt(f(0x1a8))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xc1062));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1ab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x1aa)]()['search']('(((.+)+)+)+$')[h(0x1aa)]()['constructor'](a76a)[h(0x19f)]('(((.+)+)+)+$');});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0x1a9)]({'name':a76i(0x1a0),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a76i(0x1a2)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77E=a77d;(function(a,b){const C=a77d,c=a();while(!![]){try{const d=-parseInt(C(0x196))/0x1*(parseInt(C(0x160))/0x2)+-parseInt(C(0x1a9))/0x3*(parseInt(C(0x16b))/0x4)+-parseInt(C(0x176))/0x5*(parseInt(C(0x166))/0x6)+parseInt(C(0x18f))/0x7+-parseInt(C(0x16e))/0x8*(parseInt(C(0x19e))/0x9)+parseInt(C(0x189))/0xa+parseInt(C(0x18e))/0xb*(parseInt(C(0x18b))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xdbef6));const a77b=(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;};}()),a77a=a77b(this,function(){const D=a77d;return a77a['toString']()[D(0x187)]('(((.+)+)+)+$')['toString']()[D(0x184)](a77a)[D(0x187)](D(0x170));});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';function a77c(){const I=['1866QOixxM','cacert','package-metadata','windows','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--release\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x20\x20','4ZzQuyz','notice','NO_NODE_WARNINGS','5264WlcvsU','Error\x20extracting\x20meteor.tar.gz\x20file','(((.+)+)+)+$','timeout','success','Aborted','getMeteorExePath','Proceed\x20anyway?','20645RjMeSc','map','Using\x20CA\x20Cert\x20','cert','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','maka\x20install','includes','checkAvailability','exit','split','platform','maka\x20install\x20meteor','homedir','constructor','Aborting\x20install','https://install.meteor.com','search','maka\x20i','10169620XqrYYc','\x20is\x20not\x20available,\x20trying\x20','9040092nUyIvm','join','Preparing\x20to\x20install\x20Meteor\x20','33unUfMY','10216836iyezNv','keepInstallFile','&release=','max','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','arch','1QOAiWj','Cleaning\x20up','meteor','arm64','replace','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','fsi','getuid','9279YiArcY','osx','\x20installed.\x0a','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','info','confirm','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','x86_64','length','withSpinner','extractTarGz','4148919WZPVGg','meteor.tar.gz','grep','release','force','getGlobalConfig','warn','Meteor\x20version\x20','slice','isFile','error','existsSync','980378pMZxfK','-rf','linux','data','install','env'];a77c=function(){return I;};return a77c();}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';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x15a;let f=c[d];return f;},a77d(a,b);}const homeDir=a77e[a77E(0x183)]();function isRoot(){const F=a77E;return process[F(0x19d)]&&process['getuid']()===0x0;}function compareVersions(a,b){const G=a77E,c=a[G(0x180)]('.')[G(0x177)](Number),d=b[G(0x180)]('.')['map'](Number);for(let e=0x0;e<Math[G(0x192)](c[G(0x1a6)],d[G(0x1a6)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command['create']({'name':a77E(0x164),'aliases':['i'],'validOpts':[a77E(0x1ad),a77E(0x1ac),a77E(0x167),a77E(0x190),a77E(0x171)],'usage':a77E(0x17c),'shortDesc':a77E(0x17a),'description':a77E(0x16a),'examples':[a77E(0x182),'maka\x20install\x20meteor\x20--force','maka\x20install\x20meteor\x20--release\x203.0.1',a77E(0x188)]},async function(a,b){const H=a77E;try{let c='';if(b[H(0x167)]){if(this[H(0x19c)]['isFile'](b[H(0x167)]))Log['notice'](H(0x178)+b[H(0x167)]),c=b[H(0x167)];else throw H(0x193)+c;}const d=await this[H(0x19c)][H(0x1ae)]();if(d[H(0x179)]){if(this[H(0x19c)][H(0x15d)](d[H(0x179)]))c=d['cert'];else throw H(0x17b)+c;}let f=![];if(b['f']||b[H(0x1ad)])f=!![];else{const r=isRoot();r?(Log[H(0x15a)](H(0x1a1)),f=await Actions[H(0x1a3)](H(0x175),![])):f=!![];}if(!f)throw H(0x173);const g=await HTTPS['get']({'url':H(0x186),'cert':c}),h=await this[H(0x19c)][H(0x1ab)](g[H(0x163)],'RELEASE=');if(h[H(0x1a6)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process[H(0x165)][H(0x16d)]='1';const i=h[0x0][H(0x19a)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''),j='3.0.1';let k;b['release']?k=b[H(0x1ac)]:compareVersions(i,j)<0x0?k=j:k=i;Log[H(0x16c)](H(0x18d)+k);const l={'win32':H(0x169),'darwin':H(0x19f),'linux':H(0x162)};let m='https://packages.meteor.com/bootstrap-link?arch=os.'+l[a77e[H(0x181)]()]+'.'+(a77e[H(0x195)]()==='arm64'?'arm64':H(0x1a5))+H(0x191)+k,n=await HTTPS[H(0x17e)]({'url':m,'cert':c});if(!n&&k[H(0x17d)]('-')){const s=k[H(0x180)]('-'),t=s[0x0],u=s[H(0x15c)](0x1)[H(0x18c)]('-'),v=t[H(0x19a)](/\.0+$/,'');Log[H(0x15a)](H(0x15b)+k+H(0x18a)+v+'-'+u);const w='https://packages.meteor.com/bootstrap-link?arch=os.'+l[a77e[H(0x181)]()]+'.'+(a77e[H(0x195)]()==='arm64'?H(0x199):H(0x1a5))+H(0x191)+v+'-'+u;n=await HTTPS[H(0x17e)]({'url':w,'cert':c}),n&&(k=v+'-'+u,m=w);}!n?(Log['error']('Meteor\x20version\x20'+k+'\x20is\x20not\x20available.'),process[H(0x17f)](0x0)):Log[H(0x16c)](H(0x15b)+k+'\x20is\x20available.');const o=this[H(0x19c)]['getMeteorInstallPath'](),p=this['fsi'][H(0x174)](),q=this[H(0x19c)]['getUserDataDirectory']();if(a77g[H(0x15f)](p)){let x=![];b['f']||b[H(0x1ad)]?x=!![]:x=await Actions[H(0x1a3)](H(0x19b),![]),x?(await SpawnAsync[H(0x1a7)]('rm',['-rf',a77f[H(0x18c)](o,'packages')],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(packages)'}),await SpawnAsync[H(0x1a7)]('rm',[H(0x161),a77f['join'](o,H(0x168))],{'message':H(0x194)}),await SpawnAsync[H(0x1a7)]('rm',[H(0x161),a77f[H(0x18c)](o,H(0x198))],{'message':H(0x1a4)})):(Log[H(0x1a2)](H(0x185)),process[H(0x17f)](0x0));}try{Log[H(0x16c)]('Downloading\x20Meteor\x20'+k+'\x20from\x20'+m),await HTTPS['downloadFile']({'url':m,'destPath':a77f[H(0x18c)](homeDir,H(0x1aa)),'cert':c,'timeout':b[H(0x171)]?parseInt(b[H(0x171)])*0x3e8:0x493e0});try{const y=a77f[H(0x18c)](homeDir,H(0x1aa));await this[H(0x19c)][H(0x1a8)](y,q);}catch(z){Log[H(0x15e)](H(0x16f));}}catch(A){console[H(0x15e)](A),process[H(0x17f)](0x1);}finally{!b[H(0x190)]&&await SpawnAsync['withSpinner']('rm',[H(0x161),a77f['join'](homeDir,'meteor.tar.gz')],{'message':H(0x197)});}Log[H(0x172)](H(0x15b)+k+H(0x1a0)),process[H(0x17f)](0x0);}catch(B){console[H(0x15e)](B),process[H(0x17f)](0x1);}});
1
+ const a77F=a77d;(function(a,b){const C=a77d,c=a();while(!![]){try{const d=parseInt(C(0x14f))/0x1+-parseInt(C(0x15f))/0x2+parseInt(C(0x145))/0x3*(-parseInt(C(0x140))/0x4)+parseInt(C(0x160))/0x5+-parseInt(C(0x138))/0x6+-parseInt(C(0x15a))/0x7*(-parseInt(C(0x177))/0x8)+parseInt(C(0x163))/0x9*(parseInt(C(0x13a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x3810a));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const D=a77d;if(c){const e=c[D(0x151)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const E=a77d;return a77a[E(0x154)]()[E(0x173)]('(((.+)+)+)+$')[E(0x154)]()[E(0x159)](a77a)[E(0x173)](E(0x156));});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';function a77c(){const J=['arch','error','includes','getUserDataDirectory','notice','maka\x20install\x20meteor\x20--release\x203.0.1','getGlobalConfig','Meteor\x20version\x20','grep','osx','search','keepInstallFile','exit','-rf','5696sTzaWB','maka\x20install\x20meteor\x20--force','downloadFile','https://packages.meteor.com/bootstrap-link?arch=os.','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','create','Cleaning\x20up','install','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','withSpinner','max','map','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','get','length','\x20is\x20available.','success','data','Proceed\x20anyway?','\x20is\x20not\x20available,\x20trying\x20','x86_64','2259846LkJQzS','join','21960Svfunj','checkAvailability','maka\x20install','\x20installed.\x0a','release','homedir','443628QepHfL','fsi','isFile','package-metadata','Using\x20CA\x20Cert\x20','9gkncdB','Preparing\x20to\x20install\x20Meteor\x20','packages','linux','&release=','Aborted','slice','timeout','arm64','meteor.tar.gz','414261gNpHBm','platform','apply','cacert','warn','toString','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','(((.+)+)+)+$','Aborting\x20install','cert','constructor','973VGdONj','NO_NODE_WARNINGS','getMeteorExePath','https://install.meteor.com','Downloading\x20Meteor\x20','558052WBEzzJ','1525645rDXBCo','getuid','confirm','1638iSkwyW','split','replace','maka\x20i','force','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'];a77c=function(){return J;};return a77c();}function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x130;let f=c[d];return f;},a77d(a,b);}import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e[a77F(0x13f)]();function isRoot(){const G=a77F;return process[G(0x161)]&&process['getuid']()===0x0;}function compareVersions(a,b){const H=a77F,c=a[H(0x164)]('.')[H(0x182)](Number),d=b['split']('.')[H(0x182)](Number);for(let e=0x0;e<Math[H(0x181)](c[H(0x131)],d[H(0x131)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77F(0x17c)]({'name':a77F(0x17e),'aliases':['i'],'validOpts':[a77F(0x167),a77F(0x13e),a77F(0x152),'keepInstallFile',a77F(0x14c)],'usage':a77F(0x13c),'shortDesc':a77F(0x183),'description':'\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--release\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x20\x20','examples':['maka\x20install\x20meteor',a77F(0x178),a77F(0x16e),a77F(0x166)]},async function(a,b){const I=a77F;try{let c='';if(b[I(0x152)]){if(this['fsi'][I(0x142)](b['cacert']))Log[I(0x16d)](I(0x144)+b[I(0x152)]),c=b[I(0x152)];else throw I(0x17b)+c;}const d=await this['fsi'][I(0x16f)]();if(d[I(0x158)]){if(this[I(0x141)][I(0x142)](d[I(0x158)]))c=d['cert'];else throw I(0x155)+c;}let f=![];if(b['f']||b[I(0x167)])f=!![];else{const r=isRoot();r?(Log['warn'](I(0x168)),f=await Actions[I(0x162)](I(0x135),![])):f=!![];}if(!f)throw I(0x14a);const g=await HTTPS[I(0x130)]({'url':I(0x15d),'cert':c}),h=await this[I(0x141)][I(0x171)](g[I(0x134)],'RELEASE=');if(h[I(0x131)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process['env'][I(0x15b)]='1';const i=h[0x0][I(0x165)](/[^0-9.]/gi,'')[I(0x165)](/\r?\n|\r/,''),j='3.0.1';let k;b[I(0x13e)]?k=b[I(0x13e)]:compareVersions(i,j)<0x0?k=j:k=i;Log[I(0x16d)](I(0x146)+k);const l={'win32':'windows','darwin':I(0x172),'linux':I(0x148)};let m='https://packages.meteor.com/bootstrap-link?arch=os.'+l[a77e[I(0x150)]()]+'.'+(a77e[I(0x169)]()==='arm64'?I(0x14d):I(0x137))+I(0x149)+k,n=await HTTPS['checkAvailability']({'url':m,'cert':c});if(!n&&k[I(0x16b)]('-')){const s=k['split']('-'),t=s[0x0],u=s[I(0x14b)](0x1)['join']('-'),v=t[I(0x165)](/\.0+$/,'');Log[I(0x153)](I(0x170)+k+I(0x136)+v+'-'+u);const w=I(0x17a)+l[a77e[I(0x150)]()]+'.'+(a77e[I(0x169)]()===I(0x14d)?'arm64':I(0x137))+I(0x149)+v+'-'+u;n=await HTTPS[I(0x13b)]({'url':w,'cert':c}),n&&(k=v+'-'+u,m=w);}!n?(Log['error'](I(0x170)+k+'\x20is\x20not\x20available.'),process[I(0x175)](0x0)):Log[I(0x16d)](I(0x170)+k+I(0x132));const o=this[I(0x141)]['getMeteorInstallPath'](),p=this[I(0x141)][I(0x15c)](),q=this[I(0x141)][I(0x16c)]();if(a77g['existsSync'](p)){let x=![];b['f']||b[I(0x167)]?x=!![]:x=await Actions[I(0x162)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),x?(await SpawnAsync[I(0x180)]('rm',[I(0x176),a77f[I(0x139)](o,I(0x147))],{'message':I(0x17f)}),await SpawnAsync['withSpinner']('rm',[I(0x176),a77f[I(0x139)](o,I(0x143))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync[I(0x180)]('rm',[I(0x176),a77f[I(0x139)](o,'meteor')],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log['info'](I(0x157)),process[I(0x175)](0x0));}try{Log[I(0x16d)](I(0x15e)+k+'\x20from\x20'+m),await HTTPS[I(0x179)]({'url':m,'destPath':a77f[I(0x139)](homeDir,I(0x14e)),'cert':c,'timeout':b['timeout']?parseInt(b[I(0x14c)])*0x3e8:0x493e0});try{const y=a77f['join'](homeDir,I(0x14e));await this[I(0x141)]['extractTarGz'](y,q);}catch(z){Log[I(0x16a)]('Error\x20extracting\x20meteor.tar.gz\x20file');}}catch(A){console[I(0x16a)](A),process[I(0x175)](0x1);}finally{!b[I(0x174)]&&await SpawnAsync[I(0x180)]('rm',[I(0x176),a77f[I(0x139)](homeDir,I(0x14e))],{'message':I(0x17d)});}Log[I(0x133)](I(0x170)+k+I(0x13d)),process[I(0x175)](0x0);}catch(B){console['error'](B),process[I(0x175)](0x1);}});
@@ -1 +1 @@
1
- const a78m=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=parseInt(j(0xd7))/0x1+-parseInt(j(0xd2))/0x2*(-parseInt(j(0xe0))/0x3)+-parseInt(j(0xf1))/0x4*(-parseInt(j(0xe6))/0x5)+parseInt(j(0xd3))/0x6+-parseInt(j(0xd6))/0x7*(-parseInt(j(0xd8))/0x8)+parseInt(j(0xef))/0x9+-parseInt(j(0xe9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x6abb9));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0xea)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a[l(0xc8)]()['search'](l(0xd1))['toString']()[l(0xcf)](a78a)['search'](l(0xd1));});a78a();function a78c(){const o=['jsdoc-config.json','fsi','\x0a[+]\x20Documentation\x20written\x20to\x20','.+\x5c.(j|t)s(doc|x)?$','inherit','681NZVSJU','plugins/markdown','logWithSpinner','sep','create','pathFromProject','365WdNKsK','join','\x20-r\x20app','16679060RdgiES','apply','logNotice','app/private','maka\x20jsdoc','closure','3292641yJbCCC','maka\x20jsdoc\x20--init','38836zybzLM','\x20-c\x20','writeFileSync','toString','app/packages','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','stop','isFile','Running\x20','constructor','jsdoc','(((.+)+)+)+$','684vKVHMT','1752648eUARsW','config','app/public','7uDkevT','143231vejLnx','4140032MnXZsL','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','logError'];a78c=function(){return o;};return a78c();}import a78e from'path';import a78f from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0xc8;let f=c[d];return f;},a78d(a,b);}import{execSync}from'child_process';import{Command}from'../command.js';Command[a78m(0xe4)]({'name':a78m(0xd0),'usage':a78m(0xed),'mustBeInMakaProject':!![],'shortDesc':a78m(0xca),'examples':[a78m(0xf0),a78m(0xed)],'validOpts':[]},function(){const n=a78m,a=a78e[n(0xe7)](this[n(0xdc)][n(0xe5)]({}),'docs'+a78e[n(0xe3)]),b=a78e['join'](this[n(0xdc)][n(0xe5)]({}),n(0xd4),n(0xdb)),c=this[n(0xdc)][n(0xe5)]({}),d=n(0xd0);if(!this[n(0xcd)](b)){const g={'plugins':[n(0xe1)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0xd0),n(0xee)]},'source':{'includePattern':n(0xde),'excludePattern':n(0xcb),'exclude':[n(0xc9),'app/node_modules',n(0xd5),n(0xec)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[n(0xf3)](b,JSON['stringify'](g,null,0x4));}const f=this[n(0xe2)](n(0xce)+d);try{const h=d+n(0xf2)+b+n(0xe8)+a78e[n(0xe3)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0xdf)}),this[n(0xeb)](n(0xdd)+a);}catch(i){this['logError'](i),this[n(0xda)](n(0xd9));}finally{f[n(0xcc)]();}});
1
+ const a78m=a78d;function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x16a;let f=c[d];return f;},a78d(a,b);}(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0x180))/0x1+-parseInt(j(0x173))/0x2+-parseInt(j(0x16e))/0x3+-parseInt(j(0x188))/0x4+-parseInt(j(0x185))/0x5+-parseInt(j(0x17d))/0x6*(-parseInt(j(0x190))/0x7)+parseInt(j(0x16b))/0x8*(parseInt(j(0x181))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xa32b7));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x18b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a[l(0x16a)]()['search'](l(0x172))[l(0x16a)]()['constructor'](a78a)[l(0x17f)](l(0x172));});function a78c(){const o=['stringify','writeFileSync','5429270TaCvGT','logWithSpinner','inherit','1681480sMLNyk','app/private','fsi','apply','docs','\x20-c\x20','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','plugins/markdown','7BYhRiZ','logNotice','toString','37692520jdJfLY','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','pathFromProject','3913653hJaEov','app/packages','sep','.+\x5c.(j|t)s(doc|x)?$','(((.+)+)+)+$','2137268EVvHTH','logError','jsdoc-config.json','isFile','closure','Running\x20','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','stop','app/public','create','2360472brbcli','maka\x20jsdoc\x20--init','search','557225sfzBaq','9sfEFFv','maka\x20jsdoc'];a78c=function(){return o;};return a78c();}a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a78m(0x17c)]({'name':'jsdoc','usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a78m(0x18e),'examples':[a78m(0x17e),a78m(0x182)],'validOpts':[]},function(){const n=a78m,a=a78e['join'](this[n(0x18a)][n(0x16d)]({}),n(0x18c)+a78e[n(0x170)]),b=a78e['join'](this[n(0x18a)]['pathFromProject']({}),'config',n(0x175)),c=this[n(0x18a)]['pathFromProject']({}),d='jsdoc';if(!this[n(0x176)](b)){const g={'plugins':[n(0x18f)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',n(0x177)]},'source':{'includePattern':n(0x171),'excludePattern':n(0x179),'exclude':[n(0x16f),'app/node_modules',n(0x17b),n(0x189)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[n(0x184)](b,JSON[n(0x183)](g,null,0x4));}const f=this[n(0x186)](n(0x178)+d);try{const h=d+n(0x18d)+b+'\x20-r\x20app'+a78e[n(0x170)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0x187)}),this[n(0x191)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[n(0x174)](i),this['logError'](n(0x16c));}finally{f[n(0x17a)]();}});