@maka/maka-cli 5.0.13 → 5.0.15

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 (167) hide show
  1. package/bundle/obf/package.json +2 -3
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/profile.js +1 -1
  87. package/bundle/obf/src/commands/proxy.js +1 -1
  88. package/bundle/obf/src/commands/reconfig.js +1 -1
  89. package/bundle/obf/src/commands/register.js +1 -1
  90. package/bundle/obf/src/commands/run/_index.js +1 -1
  91. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/run/run.command.js +1 -1
  93. package/bundle/obf/src/commands/set/_index.js +1 -1
  94. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  95. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/set.command.js +1 -1
  97. package/bundle/obf/src/commands/ssh.js +1 -1
  98. package/bundle/obf/src/commands/ssl.js +1 -1
  99. package/bundle/obf/src/commands/test.js +1 -1
  100. package/bundle/obf/src/commands/undo.js +1 -1
  101. package/bundle/obf/src/commands/version.js +1 -1
  102. package/bundle/obf/src/error.js +1 -1
  103. package/bundle/obf/src/exec.js +1 -1
  104. package/bundle/obf/src/generator.js +1 -1
  105. package/bundle/obf/src/generators/_index.js +1 -1
  106. package/bundle/obf/src/generators/api.js +1 -1
  107. package/bundle/obf/src/generators/aws/_index.js +1 -1
  108. package/bundle/obf/src/generators/aws/aws.js +1 -1
  109. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  110. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  111. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  112. package/bundle/obf/src/generators/collection.js +1 -1
  113. package/bundle/obf/src/generators/component.js +1 -1
  114. package/bundle/obf/src/generators/config.js +1 -1
  115. package/bundle/obf/src/generators/dbc.js +1 -1
  116. package/bundle/obf/src/generators/dockerfile.js +1 -1
  117. package/bundle/obf/src/generators/hook.js +1 -1
  118. package/bundle/obf/src/generators/kits/_index.js +1 -1
  119. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  121. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  123. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  125. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/kit.js +1 -1
  127. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  131. package/bundle/obf/src/generators/layout.js +1 -1
  132. package/bundle/obf/src/generators/maka.gen.js +1 -1
  133. package/bundle/obf/src/generators/methods.js +1 -1
  134. package/bundle/obf/src/generators/package.js +1 -1
  135. package/bundle/obf/src/generators/page.js +1 -1
  136. package/bundle/obf/src/generators/publish.js +1 -1
  137. package/bundle/obf/src/generators/route.js +1 -1
  138. package/bundle/obf/src/generators/service.js +1 -1
  139. package/bundle/obf/src/generators/services/_index.js +1 -1
  140. package/bundle/obf/src/generators/services/openssl.js +1 -1
  141. package/bundle/obf/src/generators/services/translation.js +1 -1
  142. package/bundle/obf/src/maka.js +1 -1
  143. package/bundle/obf/src/tool.js +1 -1
  144. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  145. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  146. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  147. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -0
  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/mpi/mpi.class.js +1 -0
  157. package/bundle/obf/src/tools/options/options.class.js +1 -1
  158. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -0
  159. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  160. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -0
  161. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  162. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  163. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  164. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  165. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  166. package/package.json +2 -3
  167. package/bundle/obf/src/commands/patreon.js +0 -1
@@ -1 +1 @@
1
- var a58t=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x180))/0x1*(-parseInt(f(0x175))/0x2)+parseInt(f(0x174))/0x3+-parseInt(f(0x1a2))/0x4*(-parseInt(f(0x17f))/0x5)+parseInt(f(0x193))/0x6+parseInt(f(0x186))/0x7*(parseInt(f(0x19b))/0x8)+parseInt(f(0x172))/0x9*(parseInt(f(0x170))/0xa)+parseInt(f(0x196))/0xb*(-parseInt(f(0x182))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x2a0a6));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x17c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x177)]()['search'](h(0x16f))[h(0x177)]()[h(0x191)](a58a)[h(0x18d)](h(0x16f));});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(0x17b)],'category':Category[i(0x16b)],'shape':Shape[i(0x16d)],'color':Color['Yellow'],'texture':Texture[i(0x18e)],'rating':Rating[i(0x19a)],'weight':0x1});}['use'](){var j=a58d;return this[j(0x199)];}}export class Sword extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size[k(0x17b)],'category':Category[k(0x1a3)],'shape':Shape[k(0x18b)],'color':Color[k(0x19c)],'texture':Texture[k(0x190)],'rating':Rating[k(0x19a)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size['Large'],'category':Category[l(0x1a3)],'shape':Shape['Rifle'],'color':Color[l(0x171)],'texture':Texture[l(0x190)],'rating':Rating[l(0x1a6)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size[m(0x17b)],'category':Category[m(0x176)],'shape':Shape[m(0x178)],'color':Color[m(0x19c)],'texture':Texture['Metallic'],'rating':Rating[m(0x19a)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size['Large'],'category':Category[n(0x188)],'shape':Shape['Rectangle'],'color':Color[n(0x19c)],'texture':Texture[n(0x190)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[o(0x197)],'shape':Shape[o(0x16d)],'color':Color[o(0x19c)],'texture':Texture[o(0x190)],'rating':Rating[o(0x19a)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size[p(0x17b)],'category':Category[p(0x183)],'shape':Shape[p(0x178)],'color':Color[p(0x171)],'texture':Texture[p(0x18e)],'rating':Rating[p(0x19a)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size[q(0x1a5)],'category':Category[q(0x17a)],'shape':Shape[q(0x178)],'color':Color['Brown'],'texture':Texture[q(0x18e)],'rating':Rating[q(0x19a)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58d;super({'name':a,'description':b,'size':Size[r(0x17b)],'category':Category[r(0x19e)],'shape':Shape['Rectangle'],'color':Color[r(0x19c)],'texture':Texture[r(0x190)],'rating':Rating[r(0x19a)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58d;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[s(0x173)],'shape':Shape[s(0x16d)],'color':Color[s(0x198)],'texture':Texture[s(0x18e)],'rating':Rating[s(0x19a)],'weight':0x0});}[a58t(0x195)](){var u=a58t;return u(0x192);}}export class Weapon extends Item{constructor(a,b){var v=a58t;super({'name':a,'description':b,'size':Size[v(0x17b)],'category':Category[v(0x1a3)],'shape':Shape[v(0x18b)],'color':Color[v(0x19c)],'texture':Texture['Metallic'],'rating':Rating[v(0x19a)],'weight':0x3});}['use'](){var w=a58t;return w(0x18f);}}export class Book extends Item{[a58t(0x16e)];['publishDate'];[a58t(0x179)];constructor(a,b='A\x20mysterious\x20book.',c=a58t(0x19d)){var x=a58t;super({'name':a,'description':b,'size':Size[x(0x17b)],'category':Category[x(0x187)],'shape':Shape[x(0x16d)],'color':Color[x(0x171)],'texture':Texture[x(0x18e)],'rating':Rating[x(0x19a)],'weight':0x1}),this[x(0x16e)]=c,this[x(0x18c)]=new Date(),this[x(0x179)]=0x64;}[a58t(0x195)](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}function a58c(){var E=['Rifle','12tKiYIT','Boots','Holy\x20Grail','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','53914FCKTsI','Book','BodyArmor','You\x20hold\x20the\x20','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Blade','publishDate','search','Smooth','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Metallic','constructor','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','1671150UONteH','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','use','13325752WUzSMK','LegArmor','Yellow','description','Common','184rWqNGc','Grey','Unknown\x20Author','ArmArmor','Short\x20Sword','name','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','762364MoDgso','Weapon','Legendary','Small','Rare','Unknown','Gold','Rectangle','author','(((.+)+)+)+$','170WBbglO','Brown','97947fxPOsR','Key','822777FIyFyH','422zTWyzn','Helmet','toString','Circle','pageCount','Gloves','Medium','apply','Large','Sniper\x20Rifle','5BEouEg','1318ferXYw'];a58c=function(){return E;};return a58c();}export class ShortSword extends Item{constructor(){var y=a58t;super({'name':y(0x19f),'description':y(0x185),'size':Size[y(0x17b)],'category':Category['Weapon'],'shape':Shape[y(0x18b)],'color':Color[y(0x19c)],'texture':Texture[y(0x190)],'rating':Rating[y(0x19a)],'weight':0x3});}[a58t(0x195)](){var z=a58t;return z(0x18f);}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x16b;var f=c[d];return f;},a58d(a,b);}export class SniperRifle extends Item{constructor(){var A=a58t;super({'name':A(0x17e),'description':A(0x18a),'size':Size[A(0x17d)],'category':Category['Weapon'],'shape':Shape[A(0x181)],'color':Color['Brown'],'texture':Texture[A(0x18e)],'rating':Rating[A(0x19a)],'weight':0x5});}[a58t(0x195)](){var B=a58t;return B(0x1a1);}}export class HolyGrail extends Item{constructor(){var C=a58t;super({'name':C(0x184),'description':C(0x194),'size':Size[C(0x1a5)],'category':Category['Cup'],'shape':Shape[C(0x178)],'color':Color[C(0x16c)],'texture':Texture[C(0x190)],'rating':Rating[C(0x1a4)],'weight':0x1});}[a58t(0x195)](){var D=a58t;return D(0x189)+this[D(0x1a0)]+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
1
+ var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x167))/0x1+-parseInt(f(0x144))/0x2*(parseInt(f(0x16e))/0x3)+parseInt(f(0x14a))/0x4*(-parseInt(f(0x158))/0x5)+-parseInt(f(0x163))/0x6*(parseInt(f(0x156))/0x7)+parseInt(f(0x151))/0x8*(-parseInt(f(0x16a))/0x9)+parseInt(f(0x13a))/0xa*(-parseInt(f(0x14d))/0xb)+parseInt(f(0x160))/0xc*(parseInt(f(0x157))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x88e72));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x16b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x15d)]()['search'](h(0x139))[h(0x15d)]()['constructor'](a58a)[h(0x168)]('(((.+)+)+)+$');});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(0x14e)],'category':Category[i(0x13e)],'shape':Shape[i(0x154)],'color':Color[i(0x13f)],'texture':Texture[i(0x15a)],'rating':Rating[i(0x143)],'weight':0x1});}[a58j(0x16d)](){var k=a58j;return this[k(0x14c)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x14e)],'category':Category[l(0x155)],'shape':Shape[l(0x159)],'color':Color[l(0x13d)],'texture':Texture['Metallic'],'rating':Rating[l(0x143)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size['Large'],'category':Category[m(0x155)],'shape':Shape[m(0x152)],'color':Color[m(0x169)],'texture':Texture[m(0x162)],'rating':Rating[m(0x145)],'weight':0x7});}}function a58c(){var D=['This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Circle','16BHVogo','Rifle','LegArmor','Rectangle','Weapon','7iPyPMK','27569711DQSRRY','45PBVzjc','Blade','Smooth','Book','Key','toString','Helmet','Cup','12KJiwkX','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Metallic','2808606OaWJul','Short\x20Sword','ArmArmor','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','383887fCiePi','search','Brown','2332521IyZdeI','apply','Unknown\x20Author','use','6qfHEAk','pageCount','Large','(((.+)+)+)+$','110590ROuSPC','Sniper\x20Rifle','Small','Grey','Unknown','Yellow','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','\x20aloft,\x20feeling\x20its\x20immense\x20power.','author','Common','97190hPvKmq','Rare','Gold','publishDate','A\x20mysterious\x20book.','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','38276IOsFpX','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','description','770BLGunl','Medium'];a58c=function(){return D;};return a58c();}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x14e)],'category':Category[n(0x15e)],'shape':Shape['Circle'],'color':Color[n(0x13d)],'texture':Texture[n(0x162)],'rating':Rating[n(0x143)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x138)],'category':Category['BodyArmor'],'shape':Shape[o(0x154)],'color':Color[o(0x13d)],'texture':Texture[o(0x162)],'rating':Rating[o(0x143)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x14e)],'category':Category[p(0x153)],'shape':Shape[p(0x154)],'color':Color[p(0x13d)],'texture':Texture['Metallic'],'rating':Rating[p(0x143)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x14e)],'category':Category['Boots'],'shape':Shape['Circle'],'color':Color[q(0x169)],'texture':Texture[q(0x15a)],'rating':Rating[q(0x143)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size['Small'],'category':Category['Gloves'],'shape':Shape[r(0x150)],'color':Color[r(0x169)],'texture':Texture['Smooth'],'rating':Rating[r(0x143)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x14e)],'category':Category[s(0x165)],'shape':Shape[s(0x154)],'color':Color[s(0x13d)],'texture':Texture[s(0x162)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[t(0x15c)],'shape':Shape[t(0x154)],'color':Color[t(0x13f)],'texture':Texture['Smooth'],'rating':Rating[t(0x143)],'weight':0x0});}[a58j(0x16d)](){var u=a58j;return u(0x14f);}}export class Weapon extends Item{constructor(a,b){var v=a58j;super({'name':a,'description':b,'size':Size[v(0x14e)],'category':Category[v(0x155)],'shape':Shape[v(0x159)],'color':Color[v(0x13d)],'texture':Texture[v(0x162)],'rating':Rating[v(0x143)],'weight':0x3});}[a58j(0x16d)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a58j(0x142)];[a58j(0x147)];[a58j(0x137)];constructor(a,b=a58j(0x148),c=a58j(0x16c)){var w=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[w(0x15b)],'shape':Shape[w(0x154)],'color':Color[w(0x169)],'texture':Texture[w(0x15a)],'rating':Rating[w(0x143)],'weight':0x1}),this[w(0x142)]=c,this['publishDate']=new Date(),this[w(0x137)]=0x64;}['use'](){var x=a58j;return x(0x161);}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x137;var f=c[d];return f;},a58d(a,b);}export class ShortSword extends Item{constructor(){var y=a58j;super({'name':y(0x164),'description':y(0x166),'size':Size[y(0x14e)],'category':Category[y(0x155)],'shape':Shape[y(0x159)],'color':Color[y(0x13d)],'texture':Texture[y(0x162)],'rating':Rating[y(0x143)],'weight':0x3});}[a58j(0x16d)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var z=a58j;super({'name':z(0x13b),'description':z(0x14b),'size':Size[z(0x138)],'category':Category[z(0x155)],'shape':Shape[z(0x152)],'color':Color[z(0x169)],'texture':Texture['Smooth'],'rating':Rating[z(0x143)],'weight':0x5});}['use'](){var A=a58j;return A(0x140);}}export class HolyGrail extends Item{constructor(){var B=a58j;super({'name':'Holy\x20Grail','description':B(0x149),'size':Size[B(0x13c)],'category':Category[B(0x15f)],'shape':Shape[B(0x150)],'color':Color[B(0x146)],'texture':Texture['Metallic'],'rating':Rating['Legendary'],'weight':0x1});}[a58j(0x16d)](){var C=a58j;return'You\x20hold\x20the\x20'+this['name']+C(0x141);}}
@@ -1 +1 @@
1
- const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x13c))/0x1*(-parseInt(f(0x153))/0x2)+parseInt(f(0x148))/0x3*(-parseInt(f(0x15f))/0x4)+-parseInt(f(0x199))/0x5*(parseInt(f(0x178))/0x6)+-parseInt(f(0x186))/0x7+parseInt(f(0x164))/0x8+-parseInt(f(0x18a))/0x9+parseInt(f(0x185))/0xa*(parseInt(f(0x188))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xe8711));function a60c(){const j=['Matrix\x20Data\x20Haven','Amulet\x20of\x20Awakening','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','290YGnzvQ','3623837eCDpcr','weapon','1414457zvRQUl','Alchemy\x20Lab','5651190DrJTOt','creditstick','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Golden\x20Key','Ares\x20Predator','Central\x20Chamber','toString','Mage\x27s\x20Lair','A\x20clear\x20glass\x20vial.','Golden\x20Chalice','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','shield','A\x20key\x20stained\x20with\x20old\x20blood.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','10Zoqzbj','insert\x20gem','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Watch\x20Tower','inside','Empty\x20vial','Corp\x20Enclave','down','The\x20chest\x20remains\x20firmly\x20shut.','rifle','(((.+)+)+)+$','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','north','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','east','key','Central\x20Chamber\x20Key','Barrens\x20Entrance','Entrance\x20Hall','book','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Nothing\x20happens.','A\x20thin\x20log\x20book','Torture\x20Chamber','10djyzmk','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','A\x20long-range\x20weapon.','open\x20sesame','outside','Rigger\x27s\x20Workshop','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','A\x20small\x20surveillance\x20drone.','Treasure\x20Room','That\x20passcode\x20is\x20incorrect','Riddle\x20Book','Secret\x20Passage','3nxDlsA','apply','west','Armory','holyGrail','Encrypted\x20Data\x20Key','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Library','CorpSec\x20Plans','amulet','164462uTXFhJ','Jackpoint\x20Login','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','secret123','NORTH','constructor','The\x20data\x20remains\x20encrypted.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','basic','Study','drone','A\x20creditstick\x20loaded\x20with\x20nuyen.','5212724RehoRN','disenchant','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Rusted\x20Sword','Guard\x27s\x20Log\x20Book','14658080scjdvY','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Barrens\x20Hideout','SOUTH','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','MCT\x20Fly-Spy','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','A\x20chalice\x20made\x20of\x20pure\x20gold.','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','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','OUTSIDE','Downtown\x20Seattle','Sniper\x20Rifle','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','cup','south','4014330VXqIti','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','The\x20legendary\x20Holy\x20Grail.','search','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','EAST','Courtyard','Corporate\x20Creditstick'];a60c=function(){return j;};return a60c();}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x190)]()[h(0x17c)](h(0x1a3))['toString']()[h(0x158)](a60a)[h(0x17c)]('(((.+)+)+)+$');});a60a();export const rooms=[{'name':a60i(0x150),'description':a60i(0x175),'isStartRoom':!![],'items':[{'type':a60i(0x1a8),'name':a60i(0x18d),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':a60i(0x1ac),'name':a60i(0x163),'description':a60i(0x1af),'content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a60i(0x17e),'targetRoom':a60i(0x147)}]},{'name':a60i(0x147),'description':a60i(0x142),'exits':[{'direction':a60i(0x157),'targetRoom':a60i(0x144),'keyRequired':a60i(0x18d)},{'direction':a60i(0x167),'targetRoom':a60i(0x17f)}]},{'name':a60i(0x144),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x14c),'name':'Holy\x20Grail','description':a60i(0x17b)}]},{'name':a60i(0x17f),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a60i(0x171),'exits':[{'direction':'UP','targetRoom':a60i(0x19c)}]},{'name':a60i(0x19c),'description':a60i(0x19b),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':a60i(0x156),'riddle':a60i(0x168),'rewardItem':{'type':a60i(0x1a2),'name':a60i(0x173),'description':a60i(0x13e)},'successMessage':a60i(0x16f),'failureMessage':a60i(0x145)}}];function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x13b;let f=c[d];return f;},a60d(a,b);}export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60i(0x16c),'isStartRoom':!![],'roomType':a60i(0x19d),'puzzle':{'requiredPhrase':a60i(0x13f),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':'key','name':a60i(0x1a9),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0x16d),'failureMessage':a60i(0x1ae)},'exits':[{'direction':a60i(0x1a5),'targetRoom':a60i(0x15c)},{'direction':'east','targetRoom':a60i(0x18f),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':'Study','description':a60i(0x18c),'roomType':a60i(0x19d),'items':[{'type':a60i(0x1ac),'name':a60i(0x146),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x1ad)},{'type':a60i(0x1a8),'name':a60i(0x1a9),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x1ab)},{'direction':'east','targetRoom':a60i(0x189)}]},{'name':a60i(0x189),'description':a60i(0x174),'roomType':a60i(0x19d),'items':[{'type':a60i(0x15b),'name':a60i(0x19e),'description':a60i(0x192)}],'exits':[{'direction':a60i(0x14a),'targetRoom':a60i(0x15c)},{'direction':a60i(0x1a5),'targetRoom':'Armory'}]},{'name':a60i(0x14b),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a60i(0x19d),'items':[{'type':a60i(0x196),'name':'Emblem\x20Shield','description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':'sword','name':a60i(0x162),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x189)},{'direction':'east','targetRoom':a60i(0x18f)}]},{'name':a60i(0x18f),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':'inside','exits':[{'direction':a60i(0x14a),'targetRoom':'Armory'},{'direction':a60i(0x177),'targetRoom':a60i(0x1ab)},{'direction':a60i(0x1a5),'targetRoom':a60i(0x13b)},{'direction':a60i(0x1a7),'targetRoom':a60i(0x144)}]},{'name':a60i(0x13b),'description':a60i(0x183),'roomType':a60i(0x19d),'items':[{'type':a60i(0x1a8),'name':'Blood-stained\x20Key','description':a60i(0x197)}],'puzzle':{'requiredPhrase':'release','riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':'gem','name':'Ancient\x20Gem','description':a60i(0x1a4)},'successMessage':a60i(0x17d),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x18f)}]},{'name':a60i(0x144),'description':a60i(0x161),'roomType':a60i(0x19d),'puzzle':{'requiredPhrase':a60i(0x19a),'riddle':a60i(0x198),'rewardItem':{'type':a60i(0x176),'name':a60i(0x193),'description':a60i(0x16e)},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a60i(0x1a1)},'exits':[{'direction':a60i(0x14a),'targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a60i(0x1a6),'isStartRoom':!![],'roomType':a60i(0x19d),'exits':[{'direction':a60i(0x1a5),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0x181)}]},{'name':a60i(0x181),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':'inside','puzzle':{'requiredPhrase':'decrypt','riddle':a60i(0x16b),'rewardItem':{'type':a60i(0x1a8),'name':a60i(0x14d),'description':a60i(0x195)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a60i(0x159)},'exits':[{'direction':a60i(0x1a0),'targetRoom':a60i(0x154)}]},{'name':'Downtown\x20Seattle','description':a60i(0x15a),'roomType':'outside','exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x154)},{'direction':a60i(0x1a7),'targetRoom':a60i(0x1aa)},{'direction':a60i(0x14a),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x1aa),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':'outside','puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a60i(0x169),'rewardItem':{'type':a60i(0x1a8),'name':'Gang\x20Insignia','description':a60i(0x13d)},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':'west','targetRoom':'Downtown\x20Seattle'},{'direction':a60i(0x1a5),'targetRoom':a60i(0x166)}]},{'name':a60i(0x19f),'description':a60i(0x184),'roomType':a60i(0x19d),'items':[{'type':a60i(0x18b),'name':a60i(0x180),'description':a60i(0x15e)},{'type':'document','name':a60i(0x151),'description':a60i(0x170)}],'exits':[{'direction':a60i(0x1a7),'targetRoom':a60i(0x172)}]},{'name':a60i(0x166),'description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':a60i(0x140),'items':[{'type':a60i(0x187),'name':a60i(0x18e),'description':a60i(0x165)}],'exits':[{'direction':a60i(0x177),'targetRoom':'Barrens\x20Entrance'},{'direction':'north','targetRoom':a60i(0x191)},{'direction':a60i(0x1a7),'targetRoom':'Rigger\x27s\x20Workshop'}]},{'name':a60i(0x191),'description':a60i(0x17a),'roomType':a60i(0x19d),'puzzle':{'requiredPhrase':a60i(0x160),'riddle':a60i(0x14f),'rewardItem':{'type':a60i(0x152),'name':a60i(0x182),'description':a60i(0x14e)},'successMessage':a60i(0x155),'failureMessage':a60i(0x194)},'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x166)}]},{'name':a60i(0x141),'description':a60i(0x179),'roomType':a60i(0x19d),'items':[{'type':a60i(0x15d),'name':a60i(0x16a),'description':a60i(0x143)}],'exits':[{'direction':a60i(0x14a),'targetRoom':a60i(0x166)}]}];
1
+ const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x102))/0x1*(parseInt(f(0xeb))/0x2)+parseInt(f(0x135))/0x3+parseInt(f(0x15c))/0x4+-parseInt(f(0x107))/0x5*(-parseInt(f(0xec))/0x6)+-parseInt(f(0x139))/0x7*(-parseInt(f(0xf9))/0x8)+-parseInt(f(0x144))/0x9+-parseInt(f(0x104))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x7d429));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x150)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0xf7)]()[h(0xef)](h(0xf1))['toString']()[h(0x157)](a60a)[h(0xef)](h(0xf1));});a60a();export const rooms=[{'name':a60i(0x10d),'description':a60i(0xf4),'isStartRoom':!![],'items':[{'type':a60i(0xf0),'name':a60i(0x12e),'description':a60i(0x13d)},{'type':'book','name':'Guard\x27s\x20Log\x20Book','description':'A\x20thin\x20log\x20book','content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a60i(0x115),'targetRoom':a60i(0x118)}]},{'name':a60i(0x118),'description':a60i(0x145),'exits':[{'direction':a60i(0xfd),'targetRoom':a60i(0x15b),'keyRequired':a60i(0x12e)},{'direction':a60i(0xfc),'targetRoom':'Courtyard'}]},{'name':a60i(0x15b),'description':a60i(0x14c),'items':[{'type':a60i(0x13c),'name':a60i(0x11b),'description':a60i(0x14e)}]},{'name':a60i(0x154),'description':a60i(0x105),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60i(0x153)}]},{'name':a60i(0x153),'description':a60i(0x103),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':'secret123','riddle':a60i(0x152),'rewardItem':{'type':a60i(0x122),'name':a60i(0x10e),'description':a60i(0x133)},'successMessage':'You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','failureMessage':a60i(0x15a)}}];export const dungeonConfig=[{'name':a60i(0xe5),'description':a60i(0x112),'isStartRoom':!![],'roomType':a60i(0x13e),'puzzle':{'requiredPhrase':a60i(0x128),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0xf0),'name':a60i(0x11c),'description':a60i(0xf3)},'successMessage':a60i(0x13f),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':'north','targetRoom':a60i(0xff)},{'direction':a60i(0x148),'targetRoom':a60i(0x12f),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0xff),'description':a60i(0x13a),'roomType':a60i(0x13e),'items':[{'type':a60i(0x123),'name':a60i(0x116),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x12c)},{'type':a60i(0xf0),'name':'Central\x20Chamber\x20Key','description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x11d),'targetRoom':a60i(0xe5)},{'direction':'east','targetRoom':a60i(0x117)}]},{'name':a60i(0x117),'description':'A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','roomType':a60i(0x13e),'items':[{'type':a60i(0x136),'name':a60i(0x129),'description':a60i(0xe7)}],'exits':[{'direction':a60i(0x11e),'targetRoom':a60i(0xff)},{'direction':a60i(0x127),'targetRoom':'Armory'}]},{'name':'Armory','description':a60i(0x10a),'roomType':a60i(0x13e),'items':[{'type':a60i(0x108),'name':a60i(0x14d),'description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':a60i(0x130),'name':'Rusted\x20Sword','description':a60i(0x119)}],'exits':[{'direction':'south','targetRoom':a60i(0x117)},{'direction':a60i(0x148),'targetRoom':'Central\x20Chamber'}]},{'name':'Central\x20Chamber','description':a60i(0x125),'roomType':'inside','exits':[{'direction':a60i(0x11e),'targetRoom':'Armory'},{'direction':a60i(0x11d),'targetRoom':a60i(0xe5)},{'direction':'north','targetRoom':a60i(0x15d)},{'direction':a60i(0x148),'targetRoom':a60i(0x15b)}]},{'name':a60i(0x15d),'description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a60i(0x13e),'items':[{'type':a60i(0xf0),'name':a60i(0x121),'description':a60i(0xee)}],'puzzle':{'requiredPhrase':a60i(0x10f),'riddle':a60i(0xfe),'rewardItem':{'type':a60i(0x110),'name':a60i(0x143),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a60i(0xfa),'failureMessage':a60i(0x100)},'exits':[{'direction':'south','targetRoom':a60i(0x12f)}]},{'name':a60i(0x15b),'description':a60i(0x147),'roomType':a60i(0x13e),'puzzle':{'requiredPhrase':'insert\x20gem','riddle':a60i(0xe8),'rewardItem':{'type':a60i(0x13b),'name':a60i(0x101),'description':a60i(0x131)},'successMessage':a60i(0xf8),'failureMessage':a60i(0x134)},'exits':[{'direction':a60i(0x11e),'targetRoom':a60i(0x12f)}]}];function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xe5;let f=c[d];return f;},a60d(a,b);}export const shadowrunConfig=[{'name':a60i(0xe6),'description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':a60i(0x13e),'exits':[{'direction':a60i(0x127),'targetRoom':a60i(0x124)},{'direction':'up','targetRoom':a60i(0x141)}]},{'name':a60i(0x141),'description':a60i(0xf6),'roomType':a60i(0x13e),'puzzle':{'requiredPhrase':'decrypt','riddle':a60i(0x12a),'rewardItem':{'type':a60i(0xf0),'name':'Encrypted\x20Data\x20Key','description':a60i(0x11f)},'successMessage':a60i(0x142),'failureMessage':a60i(0x15e)},'exits':[{'direction':a60i(0x138),'targetRoom':a60i(0xe6)}]},{'name':a60i(0x124),'description':a60i(0x140),'roomType':'outside','exits':[{'direction':'south','targetRoom':a60i(0xe6)},{'direction':a60i(0x148),'targetRoom':a60i(0x132)},{'direction':a60i(0x11e),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x132),'description':a60i(0x159),'roomType':a60i(0x11a),'puzzle':{'requiredPhrase':a60i(0x156),'riddle':a60i(0x158),'rewardItem':{'type':a60i(0xf0),'name':a60i(0x14a),'description':a60i(0x151)},'successMessage':a60i(0x114),'failureMessage':a60i(0xea)},'exits':[{'direction':a60i(0x11e),'targetRoom':a60i(0x124)},{'direction':'north','targetRoom':a60i(0x146)}]},{'name':a60i(0x106),'description':a60i(0x149),'roomType':a60i(0x13e),'items':[{'type':'creditstick','name':'Corporate\x20Creditstick','description':a60i(0x126)},{'type':a60i(0xe9),'name':a60i(0xf5),'description':a60i(0x14f)}],'exits':[{'direction':'east','targetRoom':a60i(0x124)}]},{'name':a60i(0x146),'description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':'outside','items':[{'type':a60i(0x109),'name':a60i(0x113),'description':a60i(0x111)}],'exits':[{'direction':a60i(0x11d),'targetRoom':a60i(0x132)},{'direction':a60i(0x127),'targetRoom':a60i(0xed)},{'direction':a60i(0x148),'targetRoom':a60i(0x12b)}]},{'name':a60i(0xed),'description':a60i(0x14b),'roomType':a60i(0x13e),'puzzle':{'requiredPhrase':a60i(0x120),'riddle':a60i(0x155),'rewardItem':{'type':'amulet','name':a60i(0x137),'description':a60i(0xfb)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':'The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.'},'exits':[{'direction':a60i(0x11d),'targetRoom':a60i(0x146)}]},{'name':a60i(0x12b),'description':a60i(0x12d),'roomType':a60i(0x13e),'items':[{'type':a60i(0x10c),'name':a60i(0x10b),'description':a60i(0xf2)}],'exits':[{'direction':a60i(0x11e),'targetRoom':a60i(0x146)}]}];function a60c(){const j=['basic','Amulet\x20of\x20Awakening','down','487277znEZGN','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','cup','holyGrail','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','inside','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Matrix\x20Data\x20Haven','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Ancient\x20Gem','1602eQPFLM','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Barrens\x20Hideout','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','east','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Gang\x20Insignia','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Emblem\x20Shield','The\x20legendary\x20Holy\x20Grail.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','apply','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Watch\x20Tower','Courtyard','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','show\x20loyalty','constructor','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','That\x20passcode\x20is\x20incorrect','Treasure\x20Room','2415280YOKJuE','Torture\x20Chamber','The\x20data\x20remains\x20encrypted.','Entrance\x20Hall','Jackpoint\x20Login','A\x20clear\x20glass\x20vial.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','document','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','157544iwtWVU','164202lhCyMQ','Mage\x27s\x20Lair','A\x20key\x20stained\x20with\x20old\x20blood.','search','key','(((.+)+)+)+$','A\x20small\x20surveillance\x20drone.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','CorpSec\x20Plans','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','toString','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','16uEaCXy','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','SOUTH','NORTH','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Study','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Golden\x20Chalice','3wQoeYd','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','16518160nOsejq','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Corp\x20Enclave','85ObWNxA','shield','weapon','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','MCT\x20Fly-Spy','drone','Library','Sniper\x20Rifle','release','gem','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Ares\x20Predator','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','EAST','Riddle\x20Book','Alchemy\x20Lab','Secret\x20Passage','An\x20old\x20and\x20rusted\x20sword.','outside','Holy\x20Grail','Central\x20Chamber\x20Key','south','west','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','disenchant','Blood-stained\x20Key','rifle','book','Downtown\x20Seattle','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','A\x20creditstick\x20loaded\x20with\x20nuyen.','north','open\x20sesame','Empty\x20vial','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Rigger\x27s\x20Workshop','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Golden\x20Key','Central\x20Chamber','sword','A\x20chalice\x20made\x20of\x20pure\x20gold.','Barrens\x20Entrance','A\x20long-range\x20weapon.','The\x20chest\x20remains\x20firmly\x20shut.','2161386fHlMgP'];a60c=function(){return j;};return a60c();}
@@ -1 +1 @@
1
- var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x1a1))/0x1+parseInt(f(0x194))/0x2*(-parseInt(f(0x1aa))/0x3)+-parseInt(f(0x18f))/0x4+-parseInt(f(0x19e))/0x5+-parseInt(f(0x1a7))/0x6*(parseInt(f(0x197))/0x7)+parseInt(f(0x1a0))/0x8+-parseInt(f(0x1ab))/0x9*(-parseInt(f(0x1a2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x320d7));function a61c(){var i=['unlockItemOrSolution','name','toString','isStartRoom','logger','(((.+)+)+)+$','_maxCarryingWeight','player','uuid','roomB','description','_inventory','25060IRCNTf','_playerName','items','rooms','roomType','111596VHgggU','weight','exits','2824493uZGMfo','constructor','category','texture','isLocked','solved','inventory','350605QUHtZW','rating','3092336YsPdlk','399646bSVjdL','2335000iXNfaN','_currentLocation','shape','search','_logger','6smmNwG','isLockable','roomA','18CoXjSE','9pCOPxW'];a61c=function(){return i;};return a61c();}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(0x1ae)]()[g(0x1a5)](g(0x1b1))['toString']()[g(0x198)](a61a)[g(0x1a5)](g(0x1b1));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x192)];[a61h(0x1b3)];[a61h(0x1b0)];['characterLocations'];}export class AbstractRoom extends EventEmitter{[a61h(0x1ad)];[a61h(0x18d)];[a61h(0x196)];[a61h(0x19d)];['puzzle'];[a61h(0x193)];[a61h(0x1af)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x18b;var f=c[d];return f;},a61d(a,b);}export class AbstractDoor{[a61h(0x1a9)];[a61h(0x18c)];[a61h(0x19b)];[a61h(0x1ac)];[a61h(0x1ad)];[a61h(0x1b0)];[a61h(0x1a8)];}export class AbstractInventory{[a61h(0x191)];[a61h(0x1b0)];}export class AbstractItem{[a61h(0x18b)];[a61h(0x1ad)];['description'];['size'];[a61h(0x199)];[a61h(0x1a4)];['color'];[a61h(0x19a)];[a61h(0x19f)];[a61h(0x195)];}export class AbstractPlayer{[a61h(0x190)];[a61h(0x1a3)];[a61h(0x18e)];['_equipment'];[a61h(0x1b2)];[a61h(0x1a6)];}export class AbstractPuzzle{[a61h(0x1b0)];[a61h(0x19c)];}
1
+ var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x16b))/0x1+-parseInt(f(0x16c))/0x2+-parseInt(f(0x162))/0x3*(parseInt(f(0x17b))/0x4)+-parseInt(f(0x15d))/0x5+-parseInt(f(0x164))/0x6+-parseInt(f(0x170))/0x7*(-parseInt(f(0x15c))/0x8)+parseInt(f(0x17e))/0x9*(parseInt(f(0x16e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x89b3e));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(0x16f)]()[g(0x158)]('(((.+)+)+)+$')[g(0x16f)]()[g(0x159)](a61a)[g(0x158)](g(0x15b));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x15f)];[a61h(0x161)];[a61h(0x178)];['characterLocations'];}export class AbstractRoom extends EventEmitter{['name'];[a61h(0x171)];[a61h(0x16a)];[a61h(0x156)];[a61h(0x177)];[a61h(0x173)];['isStartRoom'];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x156;var f=c[d];return f;},a61d(a,b);}export class AbstractDoor{[a61h(0x163)];[a61h(0x17a)];[a61h(0x172)];[a61h(0x167)];['name'];[a61h(0x178)];[a61h(0x174)];}export class AbstractInventory{[a61h(0x160)];['logger'];}export class AbstractItem{[a61h(0x16d)];[a61h(0x176)];[a61h(0x171)];['size'];[a61h(0x15e)];['shape'];[a61h(0x168)];[a61h(0x166)];[a61h(0x165)];[a61h(0x157)];}export class AbstractPlayer{[a61h(0x15a)];[a61h(0x175)];['_inventory'];[a61h(0x179)];[a61h(0x17d)];[a61h(0x17c)];}export class AbstractPuzzle{[a61h(0x178)];[a61h(0x169)];}function a61c(){var i=['category','rooms','items','player','907485VXOekv','roomA','1933938hmOzDL','rating','texture','unlockItemOrSolution','color','solved','exits','684561eSHnLT','996640YkpNsp','uuid','43080DCkQsH','toString','7139699TetDWu','description','isLocked','roomType','isLockable','_currentLocation','name','puzzle','logger','_equipment','roomB','4malJgg','_logger','_maxCarryingWeight','1764OOzdjK','inventory','weight','search','constructor','_playerName','(((.+)+)+)+$','8kOlhvg','4308590pIVOJl'];a61c=function(){return i;};return a61c();}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0xc0))/0x1*(-parseInt(k(0x92))/0x2)+parseInt(k(0xb0))/0x3+-parseInt(k(0xa1))/0x4*(-parseInt(k(0xd7))/0x5)+parseInt(k(0x86))/0x6*(-parseInt(k(0xe6))/0x7)+parseInt(k(0xd8))/0x8+parseInt(k(0x8b))/0x9*(-parseInt(k(0x95))/0xa)+parseInt(k(0xde))/0xb*(parseInt(k(0xc3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x60394));export var Size;(function(c){var n=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var l=a62d;if(h){var j=h[l(0xb8)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var m=a62d;return e[m(0xae)]()[m(0xbd)](m(0xa0))['toString']()[m(0xa9)](e)[m(0xbd)]('(((.+)+)+)+$');});e(),c[n(0x9d)]=n(0xc5),c[n(0xb3)]='small',c[n(0xb9)]=n(0xdb),c[n(0xcc)]='large',c[n(0x9b)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var o=a62d;a[o(0xe3)]=o(0xa6),a['Rare']='rare',a[o(0xd6)]=o(0xa3);}(Rating||(Rating={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x84;var f=c[d];return f;},a62d(a,b);}export var Category;(function(a){var p=a62d;a[p(0x87)]=p(0x9c),a[p(0xe1)]='shield',a[p(0x96)]='key',a[p(0xb1)]='gloves',a[p(0xa2)]=p(0xbc),a[p(0xc1)]=p(0xd1),a[p(0xac)]=p(0x97),a[p(0xc7)]=p(0x91),a[p(0x85)]='arm\x20armor',a[p(0xdc)]=p(0x89),a[p(0xa4)]=p(0x9f),a[p(0x90)]=p(0xca),a[p(0xb4)]=p(0xad);}(Category||(Category={})));export var Shape;(function(a){var q=a62d;a[q(0x8a)]=q(0xba),a['Square']=q(0xcb),a['Triangle']=q(0xc6),a[q(0xaa)]=q(0xe4),a[q(0xe7)]=q(0xe5),a[q(0xd9)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a['Red']=r(0xc4),a[r(0xc2)]=r(0xd0),a['Green']=r(0xd3),a['Yellow']=r(0x98),a[r(0xb7)]=r(0xdf),a[r(0xc8)]=r(0xd2),a['Grey']=r(0xcf),a[r(0xe2)]=r(0xbf),a[r(0x84)]='gold';}(Color||(Color={})));function a62c(){var v=['488081qDLJvM','orange','grainy','Shield','Brown','Common','rectangle','blade','14wbUrKN','Blade','underground','Gold','ArmArmor','2350452xMYjPY','Weapon','inside','body\x20armor','Circle','22950fDXvkS','MOUNTAIN','bumpy','cave','south','Cup','leg\x20armor','36aGfKSB','sea','Fuzzy','100tocVCu','Key','boots','yellow','north','UNDERGROUND','VeryLarge','weapon','Tiny','desert','book','(((.+)+)+)+$','28vPTlTX','Helmet','legendary','Book','down','common','CAVE','Bumpy','constructor','Rectangle','rough','Boots','unknown','toString','east','2364558cIrRjp','Gloves','SOUTH','Small','Unknown','DOWN','BEACH','Orange','apply','Medium','circle','metallic','helmet','search','beach','brown','40594vgiNaL','Hat','Blue','204GSPXQy','red','tiny','triangle','LegArmor','Purple','NORTH','cup','square','Large','INSIDE','fuzzy','grey','blue','hat','purple','green','smooth','Smooth','Legendary','180245zYPXAt','1111776laCTIW','Rifle','Rough','medium','BodyArmor','EAST'];a62c=function(){return v;};return a62c();}export var Texture;(function(a){var s=a62d;a[s(0xd5)]=s(0xd4),a[s(0xda)]=s(0xab),a[s(0xa8)]=s(0x8d),a[s(0x94)]=s(0xce),a['Grainy']=s(0xe0),a['Metallic']=s(0xbb);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0xcd)]=t(0x88),a['OUTSIDE']='outside',a[t(0x9a)]=t(0xe8),a[t(0xa7)]=t(0x8e),a['TOWER']='tower',a['FOREST']='forest',a['DESERT']=t(0x9e),a[t(0x8c)]='mountain',a[t(0xb6)]=t(0xbe),a['SEA']=t(0x93);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0xc9)]=u(0x99),a[u(0xdd)]=u(0xaf),a[u(0xb2)]=u(0x8f),a['WEST']='west',a['UP']='up',a[u(0xb5)]=u(0xa5);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x161))/0x1*(parseInt(k(0x15e))/0x2)+parseInt(k(0x1a4))/0x3+parseInt(k(0x14e))/0x4*(-parseInt(k(0x164))/0x5)+parseInt(k(0x171))/0x6*(-parseInt(k(0x163))/0x7)+parseInt(k(0x194))/0x8*(parseInt(k(0x168))/0x9)+parseInt(k(0x152))/0xa+-parseInt(k(0x159))/0xb*(-parseInt(k(0x155))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xf1dd3));export var Size;(function(a){var l=a62d;a['Tiny']=l(0x193),a[l(0x19e)]=l(0x1a1),a[l(0x162)]=l(0x165),a[l(0x1af)]='large',a[l(0x18a)]=l(0x19f);}(Size||(Size={})));export var Rating;(function(c){var o=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var m=a62d;if(h){var j=h[m(0x189)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var n=a62d;return e['toString']()[n(0x167)]('(((.+)+)+)+$')[n(0x15f)]()[n(0x153)](e)[n(0x167)]('(((.+)+)+)+$');});e(),c[o(0x1a2)]=o(0x188),c[o(0x1a3)]='rare',c['Legendary']=o(0x1ac);}(Rating||(Rating={})));export var Category;(function(a){var p=a62d;a['Weapon']=p(0x1a5),a['Shield']=p(0x14b),a[p(0x16d)]=p(0x156),a[p(0x181)]=p(0x195),a[p(0x173)]='helmet',a[p(0x180)]=p(0x17a),a['Boots']=p(0x158),a[p(0x166)]=p(0x150),a[p(0x16a)]=p(0x16c),a[p(0x1a0)]=p(0x179),a[p(0x182)]='book',a[p(0x16b)]=p(0x1a6),a[p(0x1a7)]='unknown';}(Category||(Category={})));export var Shape;(function(a){var q=a62d;a[q(0x19a)]=q(0x154),a[q(0x1b0)]=q(0x184),a['Triangle']=q(0x16e),a['Rectangle']=q(0x17d),a[q(0x19d)]=q(0x16f),a[q(0x1ab)]=q(0x175);}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a[r(0x197)]=r(0x157),a[r(0x15c)]=r(0x15b),a[r(0x19b)]=r(0x18e),a[r(0x199)]=r(0x17b),a[r(0x17c)]=r(0x14d),a[r(0x185)]=r(0x172),a[r(0x15a)]=r(0x17e),a['Brown']=r(0x196),a['Gold']='gold';}(Color||(Color={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x14a;var f=c[d];return f;},a62d(a,b);}function a62c(){var v=['11cCYmoX','Grey','blue','Blue','SEA','2IzOVLT','toString','smooth','664323iMHwMY','Medium','7VWSZkl','2045WnOGNv','medium','LegArmor','search','2564181yicVXi','bumpy','ArmArmor','Cup','arm\x20armor','Key','triangle','blade','INSIDE','4097448MBHSdD','purple','Helmet','Bumpy','rifle','Grainy','west','outside','body\x20armor','hat','yellow','Orange','rectangle','grey','TOWER','Hat','Gloves','Book','cave','square','Purple','BEACH','forest','common','apply','VeryLarge','mountain','UNDERGROUND','Rough','green','grainy','sea','DOWN','WEST','tiny','16hHchvm','gloves','brown','Red','FOREST','Yellow','Circle','Green','south','Blade','Small','very\x20large','BodyArmor','small','Common','Rare','541641aWiQPo','weapon','cup','Unknown','east','MOUNTAIN','rough','Rifle','legendary','beach','Fuzzy','Large','Square','fuzzy','shield','north','orange','13492tHZFSw','tower','leg\x20armor','SOUTH','8395650ccbLlg','constructor','circle','9586644WWMUff','key','red','boots'];a62c=function(){return v;};return a62c();}export var Texture;(function(a){var s=a62d;a['Smooth']=s(0x160),a[s(0x18d)]=s(0x1aa),a[s(0x174)]=s(0x169),a[s(0x1ae)]=s(0x14a),a[s(0x176)]=s(0x18f),a['Metallic']='metallic';}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x170)]='inside',a['OUTSIDE']=t(0x178),a[t(0x18c)]='underground',a['CAVE']=t(0x183),a[t(0x17f)]=t(0x14f),a[t(0x198)]=t(0x187),a['DESERT']='desert',a[t(0x1a9)]=t(0x18b),a[t(0x186)]=t(0x1ad),a[t(0x15d)]=t(0x190);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a['NORTH']=u(0x14c),a['EAST']=u(0x1a8),a[u(0x151)]=u(0x19c),a[u(0x192)]=u(0x177),a['UP']='up',a[u(0x191)]='down';}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xb4))/0x1+parseInt(f(0xb0))/0x2+-parseInt(f(0xae))/0x3*(parseInt(f(0xac))/0x4)+parseInt(f(0xaa))/0x5+-parseInt(f(0xb1))/0x6+parseInt(f(0xb3))/0x7*(parseInt(f(0xa9))/0x8)+parseInt(f(0xaf))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x5e10a));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xb5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0xab)](h(0xad))[h(0xb2)]()[h(0xb6)](a63a)['search'](h(0xad));});a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xa9;var f=c[d];return f;},a63d(a,b);}export{};function a63c(){var i=['1034055UAlEOs','search','8BIwUHG','(((.+)+)+)+$','856308mMBinV','10560483PzmmUp','44558ytdTbY','2749722fmgmaV','toString','5275333ExdyCR','741647bevgUW','apply','constructor','8uctQiD'];a63c=function(){return i;};return a63c();}
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xed))/0x1+parseInt(f(0xf4))/0x2*(-parseInt(f(0xf2))/0x3)+parseInt(f(0xf1))/0x4*(-parseInt(f(0xeb))/0x5)+parseInt(f(0xf0))/0x6+-parseInt(f(0xf3))/0x7+parseInt(f(0xf5))/0x8+parseInt(f(0xec))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xd6dfa));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xeb;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0xef)]()[g(0xee)]('(((.+)+)+)+$')['toString']()['constructor'](a63a)['search'](g(0xf6));});a63a();export{};function a63c(){var h=['toString','6573858YOvEIz','540616abUhUv','42KjzCem','7572292cygRFf','201878rzuHTf','4817512CMjEjx','(((.+)+)+)+$','20yxmcmY','24289524rNLPpT','481028RNuCUN','search'];a63c=function(){return h;};return a63c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x19a))/0x1+-parseInt(f(0x193))/0x2*(parseInt(f(0x195))/0x3)+parseInt(f(0x19c))/0x4+parseInt(f(0x197))/0x5+-parseInt(f(0x191))/0x6+-parseInt(f(0x19b))/0x7*(-parseInt(f(0x19d))/0x8)+parseInt(f(0x198))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xbeba2));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x196)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x192)]()[h(0x190)](h(0x199))[h(0x192)]()[h(0x194)](a64a)[h(0x190)]('(((.+)+)+)+$');});a64a();function a64c(){var i=['search','7310076pMyYBd','toString','4nciARq','constructor','568569FzwJzY','apply','509985EraYEW','2330784vlyiAe','(((.+)+)+)+$','285679BitBAs','161gXbXpX','4773436SwgFfV','386072neyfTT'];a64c=function(){return i;};return a64c();}function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x190;var f=c[d];return f;},a64d(a,b);}export{};
1
+ function a64c(){var i=['4LqmgQi','toString','527628CDmUnu','5xZRGoa','3436550IBtLpR','1314189SZPPMA','constructor','152MTUpbN','1374120GYqWYu','3068514VURQMm','77AtmWYY','14cXipQk','search','apply','3334VbiXjX','(((.+)+)+)+$','449187pJVMnC'];a64c=function(){return i;};return a64c();}function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x11d;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x12c))/0x1*(-parseInt(f(0x122))/0x2)+-parseInt(f(0x124))/0x3*(-parseInt(f(0x125))/0x4)+-parseInt(f(0x128))/0x5*(parseInt(f(0x11d))/0x6)+-parseInt(f(0x11f))/0x7*(-parseInt(f(0x12d))/0x8)+parseInt(f(0x12a))/0x9+parseInt(f(0x129))/0xa+parseInt(f(0x11e))/0xb*(-parseInt(f(0x127))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x65d5d));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x121)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a['toString']()[h(0x120)](h(0x123))[h(0x126)]()[h(0x12b)](a64a)['search']('(((.+)+)+)+$');});a64a();export{};
@@ -1 +1 @@
1
- const a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x12f))/0x1*(-parseInt(y(0x12c))/0x2)+parseInt(y(0x134))/0x3+parseInt(y(0x135))/0x4+-parseInt(y(0x12d))/0x5+parseInt(y(0x13e))/0x6+-parseInt(y(0x125))/0x7+parseInt(y(0x144))/0x8*(-parseInt(y(0x147))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x244fd));import a65e from'blessed';function a65c(){const H=['getWelcomeMessage','slice','write','append','Arms:\x20','torso','textbox','white','pushLine','name','forEach','join','currentLocation','player','equipment','head','Head:\x20','\x20(Unlocked)','exits','25%','constructor','exit','lock','toString','1504524xmABLz','20%','removeAllListeners','enter','\x0aThere\x20are\x20no\x20exits\x20here.','getAllItems','escape','2jBkqXZ','1328495mWYBDZ','scroll','72253BkMSaq','split','setContent','----->>>>>>\x20Initializing\x20Game','C-c','774729viLBTU','250724FFUxwy','Thanks\x20for\x20playing!','45%','argv','line','checkIfLocked','getValue','\x20(Locked)','(((.+)+)+)+$','1767552ruGXGi','90%','None','take','yellow','logBox','467240TkrpYd','Left\x20Hand:\x20','gloves','9VsIHGp','mousemove','getInstance','70%','<<<<<<<<---------\x20Terminating\x20game','unequip','legs','key','handleInput','10%','render','clear','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Available\x20exits\x20will\x20be\x20shown\x20here...','rightHand','feet','Legs:\x20','Feet:\x20','size','100%','Gloves:\x20','equip','focus','Right\x20Hand:\x20','parse','Your\x20items\x20will\x20be\x20listed\x20here...','Currently\x20in:\x20','logFilePath','leftHand','Torso:\x20','search','checkIfLockable','75%','box','inventory'];a65c=function(){return H;};return a65c();}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';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x103;let f=c[d];return f;},a65d(a,b);}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(0x124)]()['search'](z(0x13d))[z(0x124)]()[z(0x121)](g)[z(0x108)](z(0x13d));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a65e['box']({'top':'0%','left':'75%','width':A(0x120),'height':'45%','border':{'type':A(0x139)},'label':'\x20Inventory\x20','content':A(0x103),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x142)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x12a)]()['map'](v=>v[B(0x116)]);i[B(0x131)](u[B(0x118)]('\x0a')),h[B(0x151)]();};h['append'](i);const k=a65e[A(0x10b)]({'top':A(0x137),'left':A(0x10a),'width':A(0x120),'height':A(0x120),'border':{'type':A(0x139)},'label':'\x20Equipment\x20','content':A(0x153),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x142)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x110)](k);const l=t=>{const C=A;k[C(0x131)](C(0x11d)+(t[C(0x11c)]?t['head'][C(0x116)]:C(0x140))+'\x0a'+(C(0x107)+(t[C(0x112)]?t['torso'][C(0x116)]:C(0x140))+'\x0a')+(C(0x157)+(t[C(0x14d)]?t[C(0x14d)][C(0x116)]:C(0x140))+'\x0a')+(C(0x158)+(t[C(0x156)]?t[C(0x156)]['name']:C(0x140))+'\x0a')+(C(0x111)+(t['arms']?t['arms']['name']:C(0x140))+'\x0a')+(C(0x15b)+(t[C(0x146)]?t[C(0x146)][C(0x116)]:C(0x140))+'\x0a')+(C(0x145)+(t[C(0x106)]?t['leftHand'][C(0x116)]:'None')+'\x0a')+(C(0x15e)+(t[C(0x155)]?t['rightHand'][C(0x116)]:'None')+'\x0a')),h[C(0x151)]();},m=a65e[A(0x10b)]({'top':A(0x14a),'left':A(0x10a),'width':A(0x120),'height':A(0x126),'border':{'type':A(0x139)},'label':'\x20Map\x20','content':A(0x154),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x142)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const D=A;let u=D(0x104)+t[D(0x116)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t['exits'][D(0x159)]>0x0?t[D(0x11f)][D(0x117)]((v,w)=>{const E=D;if(v instanceof Door){const x=v['getOtherSide'](t);x['roomType']===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[E(0x116)];if(v[E(0x13a)]())u+=E(0x13c);else v[E(0x109)]()&&(u+=E(0x11e));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x129),m['setContent'](u),h[D(0x151)]();},o=a65e[A(0x10b)]({'id':A(0x143),'top':'0%','left':'0%','width':A(0x10a),'height':A(0x13f),'border':{'type':A(0x139)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x127)](A(0x148)),h[A(0x110)](o);const p=a65e[A(0x113)]({'bottom':0x0,'left':0x0,'width':A(0x15a),'height':A(0x150),'tags':!![],'border':{'type':A(0x139)},'style':{'fg':A(0x114),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x110)](p),h['key']([A(0x12b),A(0x133)],()=>process[A(0x122)](0x0)),p[A(0x15d)](),h[A(0x151)]();const q=Logger[A(0x149)](e[A(0x105)],h),r=new Player({'playerName':c});q[A(0x10f)](A(0x132));const s=a65f[A(0x149)](r,d);o[A(0x131)](s[A(0x10d)]()),l(s[A(0x11a)][A(0x11b)]),j(s[A(0x11a)]['inventory']),n(s[A(0x11a)][A(0x119)]),p[A(0x14e)]([A(0x128)],async()=>{const F=A,t=p[F(0x13b)](),u=s[F(0x14f)](t);(t[F(0x130)]('\x20')[0x0]===F(0x141)||F(0x15c)||F(0x14c))&&(j(s['player'][F(0x10c)]),l(s['player']['equipment'])),(t['split']('\x20')[0x0]==='go'||F(0x123)||'unlock')&&n(s[F(0x11a)][F(0x119)]),t[F(0x130)]('\x20')[0x0]===F(0x152)&&o['setContent'](''),u===null&&(console['log'](F(0x136)),h[F(0x151)](),q[F(0x10f)](F(0x14b)),process[F(0x122)](0x0)),o[F(0x115)](u),o[F(0x12e)](0x1),p['clearValue'](),p[F(0x15d)](),h[F(0x151)]();});}catch(t){console['log'](t),process[A(0x122)](0x1);}}const args=process[a65G(0x138)][a65G(0x10e)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a65G(0x15f)](args[0x2]));
1
+ function a65c(){const I=['argv','feet','clearValue','\x20(Locked)','search','torso','arms','handleInput','player','map','name','box','focus','30EAHuXN','inventory','10%','100%','\x20(Unlocked)','114527WSrOqO','key','4488642AfVPKd','Thanks\x20for\x20playing!','yellow','-----\x20Exits\x20------\x0a','None','OUTSIDE','----->>>>>>\x20Initializing\x20Game','Right\x20Hand:\x20','leftHand','exits','Arms:\x20','getWelcomeMessage','append','Head:\x20','getInstance','lock','75%','logBox','pushLine','cyan','join','1161HVVTLT','size','removeAllListeners','189876yiAitc','\x0aThere\x20are\x20no\x20exits\x20here.','unequip','Side\x20Quest\x20Adventure\x20Game','unlock','toString','(((.+)+)+)+$','682cGyfbr','Available\x20exits\x20will\x20be\x20shown\x20here...','Left\x20Hand:\x20','checkIfLockable','split','25%','roomType','render','70%','679775pxxxlR','Your\x20items\x20will\x20be\x20listed\x20here...','escape','Legs:\x20','rightHand','screen','constructor','equip','42100kJkBMQ','mousemove','gloves','legs','45%','textbox','234csjTmm','parse','20%','1195692yjShJt','\x20Equipment\x20','90%','exit','log','slice','18fhpkRX','152IupIEb','getValue','apply','setContent','Currently\x20in:\x20','write','line'];a65c=function(){return I;};return a65c();}const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0xa4))/0x1*(-parseInt(y(0xc5))/0x2)+parseInt(y(0x88))/0x3*(parseInt(y(0xa7))/0x4)+parseInt(y(0xb7))/0x5*(parseInt(y(0xce))/0x6)+-parseInt(y(0x8d))/0x7*(parseInt(y(0xcf))/0x8)+-parseInt(y(0x8f))/0x9+parseInt(y(0xbf))/0xa*(parseInt(y(0xae))/0xb)+-parseInt(y(0xc8))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x5a5fe));function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x7f;let f=c[d];return f;},a65d(a,b);}import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0xd1)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g['toString']()[A(0x7f)](A(0xad))[A(0xac)]()[A(0xbd)](g)[A(0x7f)](A(0xad));});g();try{const h=a65e[B(0xbc)]({'smartCSR':!![],'title':B(0xaa)}),i=a65e[B(0x86)]({'top':'0%','left':B(0x9f),'width':B(0xb3),'height':'45%','border':{'type':B(0xd5)},'label':'\x20Inventory\x20','content':B(0xb8),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x91)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x84)](v=>v[C(0x85)]);i[C(0xd2)](u[C(0xa3)]('\x0a')),h[C(0xb5)]();};h[B(0x9b)](i);const k=a65e[B(0x86)]({'top':B(0xc3),'left':B(0x9f),'width':B(0xb3),'height':'25%','border':{'type':B(0xd5)},'label':B(0xc9),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x91)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k['setContent'](D(0x9c)+(t['head']?t['head'][D(0x85)]:D(0x93))+'\x0a'+('Torso:\x20'+(t[D(0x80)]?t[D(0x80)][D(0x85)]:D(0x93))+'\x0a')+(D(0xba)+(t[D(0xc2)]?t[D(0xc2)][D(0x85)]:D(0x93))+'\x0a')+('Feet:\x20'+(t[D(0xd7)]?t[D(0xd7)]['name']:D(0x93))+'\x0a')+(D(0x99)+(t[D(0x81)]?t['arms'][D(0x85)]:D(0x93))+'\x0a')+('Gloves:\x20'+(t[D(0xc1)]?t[D(0xc1)][D(0x85)]:D(0x93))+'\x0a')+(D(0xb0)+(t[D(0x97)]?t[D(0x97)][D(0x85)]:'None')+'\x0a')+(D(0x96)+(t[D(0xbb)]?t[D(0xbb)][D(0x85)]:'None')+'\x0a')),h[D(0xb5)]();},m=a65e[B(0x86)]({'top':B(0xb6),'left':B(0x9f),'width':B(0xb3),'height':B(0xc7),'border':{'type':B(0xd5)},'label':'\x20Map\x20','content':B(0xaf),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x91)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u=E(0xd3)+t[E(0x85)]+'\x0a\x0a';u+=E(0x92),t[E(0x98)][E(0xa5)]>0x0?t[E(0x98)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0xb4)]===RoomType[F(0x94)]?u+=capitalCase(w)+':\x20'+x[F(0x85)]:u+=capitalCase(w)+':\x20'+v['name'];if(v['checkIfLocked']())u+=F(0xd9);else v[F(0xb1)]()&&(u+=F(0x8c));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0xa8),m[E(0xd2)](u),h[E(0xb5)]();},o=a65e['box']({'id':B(0xa0),'top':'0%','left':'0%','width':'75%','height':B(0xca),'border':{'type':B(0xd5)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x91)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0xa6)](B(0xc0)),h[B(0x9b)](o);const p=a65e[B(0xc4)]({'bottom':0x0,'left':0x0,'width':B(0x8b),'height':B(0x8a),'tags':!![],'border':{'type':B(0xd5)},'style':{'fg':'white','border':{'fg':B(0xa2)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x9b)](p),h[B(0x8e)]([B(0xb9),'C-c'],()=>process['exit'](0x0)),p[B(0x87)](),h[B(0xb5)]();const q=Logger['getInstance'](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0xd4)](B(0x95));const s=a65f[B(0x9d)](r,d);o[B(0xd2)](s[B(0x9a)]()),l(s['player']['equipment']),j(s[B(0x83)][B(0x89)]),n(s[B(0x83)]['currentLocation']),p[B(0x8e)](['enter'],async()=>{const G=B,t=p[G(0xd0)](),u=s[G(0x82)](t);(t[G(0xb2)]('\x20')[0x0]==='take'||G(0xbe)||G(0xa9))&&(j(s['player'][G(0x89)]),l(s[G(0x83)]['equipment'])),(t[G(0xb2)]('\x20')[0x0]==='go'||G(0x9e)||G(0xab))&&n(s[G(0x83)]['currentLocation']),t['split']('\x20')[0x0]==='clear'&&o[G(0xd2)](''),u===null&&(console[G(0xcc)](G(0x90)),h['render'](),q[G(0xd4)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0xcb)](0x0)),o[G(0xa1)](u),o['scroll'](0x1),p[G(0xd8)](),p[G(0x87)](),h['render']();});}catch(t){console[B(0xcc)](t),process[B(0xcb)](0x1);}}const args=process[a65H(0xd6)][a65H(0xcd)](0x2);main(args[0x0],JSON[a65H(0xc6)](args[0x1]),JSON[a65H(0xc6)](args[0x2]));
@@ -1 +1 @@
1
- const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x1d2))/0x1+-parseInt(h(0x1c6))/0x2+-parseInt(h(0x1c4))/0x3*(-parseInt(h(0x1cc))/0x4)+-parseInt(h(0x1cf))/0x5+-parseInt(h(0x1d8))/0x6+-parseInt(h(0x1d7))/0x7*(parseInt(h(0x1cb))/0x8)+-parseInt(h(0x1ca))/0x9*(-parseInt(h(0x1e0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xb121d));function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1c2;let f=c[d];return f;},a66d(a,b);}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x1da)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x1ed)](j(0x1d9))[j(0x1ce)]()['constructor'](a66a)[j(0x1ed)](j(0x1d9));});a66a();import a66e from'fs';function a66c(){const s=['getScrollHeight','96813wsANco','115608lqCHdJ','3028NDNhVU','instance','toString','4804665xvDtka','write','join','968880vNXmIK','dirname','render','appendFileSync','screen','427FaajOJ','3597810UKtseP','(((.+)+)+)+$','apply','content','[ERROR]\x20[','options','[INFO]\x20[','log','3900YlngJH','children','existsSync','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','error','hasScreen','find','toISOString','filePath','setContent','getInstance','scrollTo','writeFileSync','search','.maka','ensureLogFileExists','4737zBSVyo','box','2508082smyfhS','side-quest.log','The\x20logbox\x20'];a66c=function(){return s;};return a66c();}import a66f from'os';import a66g from'path';const homeDir=a66f['homedir']();export class Logger{static [a66k(0x1cd)];[a66k(0x1e8)];[a66k(0x1d6)];constructor(a,b){const l=a66k;this[l(0x1e8)]=a,this[l(0x1d6)]=b,this['ensureLogFileExists']();}static[a66k(0x1ea)](a=a66g[a66k(0x1d1)](homeDir,a66k(0x1c2),a66k(0x1c7)),b){const m=a66k;if(!Logger[m(0x1cd)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0x1cd)]=new Logger(a,b);}return Logger[m(0x1cd)];}[a66k(0x1c3)](){const n=a66k,a=a66g[n(0x1d3)](this[n(0x1e8)]);!a66e[n(0x1e2)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e['existsSync'](this['filePath'])&&a66e[n(0x1ec)](this[n(0x1e8)],'');}[a66k(0x1d0)](a){const o=a66k,b=new Date()[o(0x1e7)](),c=o(0x1de)+b+']\x20'+a+'\x0a';a66e[o(0x1d5)](this[o(0x1e8)],c);}[a66k(0x1e4)](a){const p=a66k,b=new Date()[p(0x1e7)](),c=p(0x1dc)+b+']\x20'+a+'\x0a';a66e[p(0x1d5)](this[p(0x1e8)],c);}[a66k(0x1df)](a){const q=a66k,b=this[q(0x1d6)]?.[q(0x1e1)][q(0x1e6)](c=>c['type']===q(0x1c5)&&c[q(0x1dd)]['id']==='logBox');b?(b[q(0x1e9)](b[q(0x1db)]+'\x0a'+a),b[q(0x1eb)](b[q(0x1c9)]()),this[q(0x1d6)]?.[q(0x1d4)]()):this[q(0x1e4)](q(0x1c8)+b+q(0x1e3)+this[q(0x1d6)]),this[q(0x1d0)](a);}[a66k(0x1e5)](){const r=a66k;return!!this[r(0x1d6)];}}
1
+ const a66j=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x1f9))/0x1+parseInt(h(0x1f8))/0x2+-parseInt(h(0x1f4))/0x3*(parseInt(h(0x20a))/0x4)+-parseInt(h(0x20e))/0x5*(-parseInt(h(0x1eb))/0x6)+-parseInt(h(0x20c))/0x7*(-parseInt(h(0x1f7))/0x8)+-parseInt(h(0x1ec))/0x9*(parseInt(h(0x208))/0xa)+parseInt(h(0x202))/0xb*(-parseInt(h(0x1e7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x3ca39));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(0x210)]()[i(0x1fc)](i(0x1e8))[i(0x210)]()[i(0x1fb)](a66a)['search'](i(0x1e8));});function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1e7;let f=c[d];return f;},a66d(a,b);}a66a();import a66e from'fs';import a66f from'os';import a66g from'path';function a66c(){const r=['3lGbeDJ','[INFO]\x20[','homedir','120RZSSsX','908384XGUGhI','328852ZKtsaY','ensureLogFileExists','constructor','search','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','getInstance','render','appendFileSync','scrollTo','22VhiMwL','children','error','screen','.maka','toISOString','1370CTXOzw','content','448820cJFnYy','instance','208733XtbUrS','filePath','3380cAOuFl','getScrollHeight','toString','3482412iSaHrz','(((.+)+)+)+$','The\x20logbox\x20','side-quest.log','366jjyxie','21717IIaSBC','[ERROR]\x20[','mkdirSync','write','log','type','options','writeFileSync'];a66c=function(){return r;};return a66c();}const homeDir=a66f[a66j(0x1f6)]();export class Logger{static [a66j(0x20b)];[a66j(0x20d)];[a66j(0x205)];constructor(a,b){const k=a66j;this[k(0x20d)]=a,this[k(0x205)]=b,this[k(0x1fa)]();}static[a66j(0x1fe)](a=a66g['join'](homeDir,a66j(0x206),a66j(0x1ea)),b){const l=a66j;if(!Logger[l(0x20b)]){if(!b)throw new Error(l(0x1fd));Logger[l(0x20b)]=new Logger(a,b);}return Logger[l(0x20b)];}[a66j(0x1fa)](){const m=a66j,a=a66g['dirname'](this[m(0x20d)]);!a66e['existsSync'](a)&&a66e[m(0x1ee)](a,{'recursive':!![]}),!a66e['existsSync'](this[m(0x20d)])&&a66e[m(0x1f3)](this[m(0x20d)],'');}[a66j(0x1ef)](a){const n=a66j,b=new Date()[n(0x207)](),c=n(0x1f5)+b+']\x20'+a+'\x0a';a66e[n(0x200)](this[n(0x20d)],c);}[a66j(0x204)](a){const o=a66j,b=new Date()[o(0x207)](),c=o(0x1ed)+b+']\x20'+a+'\x0a';a66e[o(0x200)](this[o(0x20d)],c);}[a66j(0x1f0)](a){const p=a66j,b=this[p(0x205)]?.[p(0x203)]['find'](c=>c[p(0x1f1)]==='box'&&c[p(0x1f2)]['id']==='logBox');b?(b['setContent'](b[p(0x209)]+'\x0a'+a),b[p(0x201)](b[p(0x20f)]()),this['screen']?.[p(0x1ff)]()):this['error'](p(0x1e9)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this['screen']),this[p(0x1ef)](a);}['hasScreen'](){const q=a66j;return!!this[q(0x205)];}}
@@ -1 +1 @@
1
- const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0x13b))/0x1+-parseInt(k(0x138))/0x2*(-parseInt(k(0x149))/0x3)+-parseInt(k(0x132))/0x4+-parseInt(k(0x146))/0x5+parseInt(k(0x13c))/0x6+parseInt(k(0x145))/0x7*(-parseInt(k(0x130))/0x8)+-parseInt(k(0x141))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x4cd09));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x14a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0x13e)]()[m(0x14d)](m(0x142))[m(0x13e)]()[m(0x12f)](a67a)[m(0x14d)]('(((.+)+)+)+$');});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x12f;let f=c[d];return f;},a67d(a,b);}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';function a67c(){const q=['181928vYWySM','inherit','join','node','list','sideQuestAnswer','4dVYKhx','stringify','Play\x20a\x20little\x20side-quest','34385wyuQPa','1954452VLGuCo','Thanks\x20for\x20playing!','toString','player','./sideQuest/ui.js','2020158NcJMxq','(((.+)+)+)+$','exit','shadowrun','7wcBCWJ','73355RBVPPF','side-quest.log','side-quest','438063RvpNiu','apply','ask','url','search','fsi','bright','constructor','423368YwYenP','maka\x20play:side-quest'];a67c=function(){return q;};return a67c();}const __filename=fileURLToPath(import.meta[a67n(0x14c)]),__dirname=dirname(__filename);Command['create']({'name':a67n(0x148),'usage':a67n(0x131),'shortDesc':a67n(0x13a),'aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':[a67n(0x13f)]},async function(a,b){const o=a67n;try{const c=this[o(0x14e)]['getGlobalMakaDir'](),d=a67e[o(0x134)](c,o(0x147)),e=b[o(0x13f)]?b['player']:await Actions[o(0x14b)]('What\x20is\x20your\x20name?')||'Commoner',f={...b,'logFilePath':d},g={'type':o(0x136),'name':o(0x137),'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':'dungeon','value':dungeonConfig},{'name':o(0x144),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(o(0x135),[a67e['resolve'](__dirname,o(0x140)),e,JSON[o(0x139)](h),JSON[o(0x139)](f)],{'stdio':o(0x133)});i['on'](o(0x143),()=>{const p=o;Log[p(0x14f)](p(0x13d));});}}catch(j){console['log'](j);}},a67f);
1
+ const a67n=a67d;function a67c(){const q=['Commoner','create','inherit','bright','(((.+)+)+)+$','url','player','63764prjdKR','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...','exit','48rzhFEZ','193798tGaVLt','side-quest.log','node','5950950HYHHdx','constructor','log','ask','82755JvzQdq','resolve','search','Play\x20a\x20little\x20side-quest','96033wyZIXI','What\x20is\x20your\x20name?','1387953wLuuBy','maka\x20play:side-quest','dungeon','options','toString','28pIGdXF','48Wupezf','./sideQuest/ui.js','side-quest','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','199860ITLwaQ','Thanks\x20for\x20playing!','shadowrun','getGlobalMakaDir','apply','stringify','fsi'];a67c=function(){return q;};return a67c();}(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0x190))/0x1+parseInt(k(0x194))/0x2+parseInt(k(0x182))/0x3*(parseInt(k(0x17d))/0x4)+parseInt(k(0x19b))/0x5*(parseInt(k(0x193))/0x6)+-parseInt(k(0x19f))/0x7*(-parseInt(k(0x17e))/0x8)+parseInt(k(0x1a1))/0x9+-parseInt(k(0x197))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x42ba7));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x186)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0x17c)]()[m(0x19d)](m(0x18d))[m(0x17c)]()[m(0x198)](a67a)['search'](m(0x18d));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';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-0x179;let f=c[d];return f;},a67d(a,b);}import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67n(0x18e)]),__dirname=dirname(__filename);Command[a67n(0x18a)]({'name':a67n(0x180),'usage':a67n(0x179),'shortDesc':a67n(0x19e),'aliases':['sq'],'description':a67n(0x191),'validOpts':[a67n(0x18f)]},async function(a,b){const o=a67n;try{const c=this[o(0x188)][o(0x185)](),d=a67e['join'](c,o(0x195)),e=b[o(0x18f)]?b[o(0x18f)]:await Actions[o(0x19a)](o(0x1a0))||o(0x189),f={...b,'logFilePath':d},g={'type':'list','name':'sideQuestAnswer','message':o(0x181),'choices':[{'name':o(0x17a),'value':dungeonConfig},{'name':o(0x184),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x17b)](g);if(e&&h){const i=spawn(o(0x196),[a67e[o(0x19c)](__dirname,o(0x17f)),e,JSON[o(0x187)](h),JSON['stringify'](f)],{'stdio':o(0x18b)});i['on'](o(0x192),()=>{const p=o;Log[p(0x18c)](p(0x183));});}}catch(j){console[o(0x199)](j);}},a67f);
@@ -1 +1 @@
1
- (function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x178))/0x1+-parseInt(f(0x17c))/0x2*(-parseInt(f(0x17e))/0x3)+parseInt(f(0x182))/0x4+-parseInt(f(0x17f))/0x5*(-parseInt(f(0x17d))/0x6)+-parseInt(f(0x181))/0x7+-parseInt(f(0x180))/0x8*(parseInt(f(0x183))/0x9)+-parseInt(f(0x179))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x789cd));function a68c(){var j=['6nUwOIj','572103medpgG','3186865dPrqyp','5656YWGDJJ','4661111jvedXR','1471516QtAYIb','4599kjXchv','(((.+)+)+)+$','search','constructor','npx\x20command-line-snake','452239fdSvxf','1270130wEOOiQ','apply','inherit','2RBSTJt'];a68c=function(){return j;};return a68c();}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['toString']()[h(0x175)](h(0x174))['toString']()[h(0x176)](a68a)[h(0x175)]('(((.+)+)+)+$');});a68a();import a68e from'./play.command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x174;var f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':'snake','usage':'maka\x20game:snake','shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var i=a68d;execSync(i(0x177),{'stdio':i(0x17b)});},a68e);
1
+ var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x1f9))/0x1+-parseInt(f(0x1fd))/0x2+-parseInt(f(0x202))/0x3+parseInt(f(0x1fc))/0x4*(-parseInt(f(0x1fa))/0x5)+parseInt(f(0x1f4))/0x6+parseInt(f(0x1f6))/0x7*(-parseInt(f(0x203))/0x8)+-parseInt(f(0x1f2))/0x9*(-parseInt(f(0x1f7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x89da4));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x200)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x1fe)]()['search'](h(0x201))[h(0x1fe)]()['constructor'](a68a)[h(0x1f5)](h(0x201));});a68a();function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x1f1;var f=c[d];return f;},a68d(a,b);}function a68c(){var k=['(((.+)+)+)+$','241839TOOUlj','944jzRsGR','inherit','9ghIbtT','maka\x20game:snake','5038866qmjICq','search','6202MVxjab','22461780hwRyUZ','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','1119636yatevX','5KMaSho','create','2906596AuuVOt','979798kBgPpl','toString','npx\x20command-line-snake','apply'];a68c=function(){return k;};return a68c();}import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x1fb)]({'name':'snake','usage':a68i(0x1f3),'shortDesc':a68i(0x1f8),'validOpts':[]},async function(){var j=a68i;execSync(j(0x1ff),{'stdio':j(0x1f1)});},a68e);
@@ -1 +1 @@
1
- function a69c(){var k=['3694302DefQOT','3132572DGNkRR','apply','tetris','18778930REjlAJ','5mbMiHi','create','maka\x20game:tetris','12694851QvdLdf','16LOrVDe','inherit','toString','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','constructor','(((.+)+)+)+$','3TDLExW','528570sNmusA','461993ecuqXU','615362MRBWTI'];a69c=function(){return k;};return a69c();}var a69i=a69d;function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x1b9;var f=c[d];return f;},a69d(a,b);}(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x1c5))/0x1+-parseInt(f(0x1c7))/0x2*(parseInt(f(0x1c4))/0x3)+-parseInt(f(0x1c9))/0x4*(-parseInt(f(0x1ba))/0x5)+-parseInt(f(0x1c8))/0x6+parseInt(f(0x1c6))/0x7*(parseInt(f(0x1be))/0x8)+-parseInt(f(0x1bd))/0x9+parseInt(f(0x1b9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xf1213));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x1ca)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a['toString']()['search']('(((.+)+)+)+$')[h(0x1c0)]()[h(0x1c2)](a69a)['search'](h(0x1c3));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x1bb)]({'name':a69i(0x1cb),'usage':a69i(0x1bc),'shortDesc':a69i(0x1c1),'validOpts':[]},async function(){var j=a69i;execSync('npx\x20simple-tetris',{'stdio':j(0x1bf)});},a69e);
1
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x128))/0x1*(parseInt(f(0x11b))/0x2)+-parseInt(f(0x124))/0x3*(-parseInt(f(0x11f))/0x4)+-parseInt(f(0x117))/0x5*(parseInt(f(0x115))/0x6)+parseInt(f(0x11a))/0x7*(-parseInt(f(0x11e))/0x8)+parseInt(f(0x123))/0x9+-parseInt(f(0x112))/0xa*(-parseInt(f(0x126))/0xb)+-parseInt(f(0x114))/0xc*(-parseInt(f(0x125))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xcb20e));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x112;var f=c[d];return f;},a69d(a,b);}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x122)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x113)]()[h(0x116)](h(0x127))[h(0x113)]()[h(0x11c)](a69a)[h(0x116)](h(0x127));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x118)]({'name':a69i(0x119),'usage':a69i(0x11d),'shortDesc':a69i(0x121),'validOpts':[]},async function(){var j=a69i;execSync(j(0x120),{'stdio':j(0x129)});},a69e);function a69c(){var k=['inherit','1291530JxAjBW','toString','36haCBFa','50424XWuGMg','search','730xjcyCd','create','tetris','294FuLQDp','1002Dxgzxp','constructor','maka\x20game:tetris','270168DfQkgv','1187540PYNpTO','npx\x20simple-tetris','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','apply','1373436GUOYau','3MpsMaL','10796175Njvfal','11rmndnR','(((.+)+)+)+$','813VGistt'];a69c=function(){return k;};return a69c();}
@@ -1 +1 @@
1
- const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0xe3))/0x1+-parseInt(f(0xe4))/0x2*(parseInt(f(0xed))/0x3)+parseInt(f(0xf3))/0x4*(-parseInt(f(0xe0))/0x5)+parseInt(f(0xf6))/0x6+parseInt(f(0xdf))/0x7*(parseInt(f(0xe1))/0x8)+parseInt(f(0xe6))/0x9*(parseInt(f(0xe2))/0xa)+parseInt(f(0xe8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xcd802));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0xf2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0xec)]()[h(0xe9)]('(((.+)+)+)+$')[h(0xec)]()['constructor'](a70a)[h(0xe9)](h(0xdd));});a70a();function a70c(){const k=['\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','apply','40ZUqJOB','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20{generate,\x20g}:<generator>\x20<name>','1991706uoEVCs','(((.+)+)+)+$','generate','2461046pYcQwP','295675ZwtRSZ','24qghXLC','8377540qGxSjV','1657643ehaWoA','12230dpWWqI','maka\x20g:package\x20package:name','18UfQqCy','maka\x20g:dbc\x20geoserver\x20--type=pgsql','1255540Vhdcgh','search','maka\x20g:api\x20trucks','maka\x20generate:scaffold\x20todos','toString','42qAMuJp','splice','maka\x20g:scaffold\x20todos','maka\x20g:template\x20todos/todo_item'];a70c=function(){return k;};return a70c();}function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xdd;let f=c[d];return f;},a70d(a,b);}import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':a70i(0xde),'aliases':['g'],'usage':a70i(0xf5),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0xf4),'description':a70i(0xf1),'examples':[a70i(0xeb),a70i(0xef),a70i(0xf0),a70i(0xe5),'maka\x20g:route\x20todos/edit',a70i(0xea),a70i(0xe7)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0xee)](0x0,0x1),await a70e['processAndRunGenerator'](c,a,b)):a70e['invoke'](a,b);}catch(d){Log['error'](d),process['exit'](0x1);}});
1
+ function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x125;let f=c[d];return f;},a70d(a,b);}const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x132))/0x1*(parseInt(f(0x131))/0x2)+-parseInt(f(0x12d))/0x3*(parseInt(f(0x139))/0x4)+-parseInt(f(0x137))/0x5+parseInt(f(0x134))/0x6+parseInt(f(0x13a))/0x7+-parseInt(f(0x12a))/0x8*(parseInt(f(0x12c))/0x9)+parseInt(f(0x13e))/0xa*(parseInt(f(0x12b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x80184));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x135)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a['toString']()[h(0x12e)](h(0x133))['toString']()[h(0x138)](a70a)['search'](h(0x133));});a70a();function a70c(){const k=['maka\x20g:scaffold\x20todos','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20generate:scaffold\x20todos','4408712izGrkU','154484gFFofz','9KaiJVW','453912MsFtdQ','search','processAndRunGenerator','maka\x20g:package\x20package:name','106sFyuaN','8199qQHYxt','(((.+)+)+)+$','6278700CTfJwz','apply','maka\x20g:api\x20trucks','3533170xGIRID','constructor','4jcRkat','2972326QSKcsd','exit','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','splice','20IEYVvj','create','maka\x20g:dbc\x20geoserver\x20--type=pgsql','invoke'];a70c=function(){return k;};return a70c();}import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x13f)]({'name':'generate','aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x128),'description':a70i(0x13c),'examples':[a70i(0x129),a70i(0x127),'maka\x20g:template\x20todos/todo_item',a70i(0x130),'maka\x20g:route\x20todos/edit',a70i(0x136),a70i(0x125)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x13d)](0x0,0x1),await a70e[j(0x12f)](c,a,b)):a70e[j(0x126)](a,b);}catch(d){Log['error'](d),process[j(0x13b)](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0xe1))/0x1+-parseInt(f(0xdd))/0x2+-parseInt(f(0xdb))/0x3+-parseInt(f(0xd9))/0x4+parseInt(f(0xe2))/0x5+-parseInt(f(0xd8))/0x6+parseInt(f(0xe0))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x32eb0));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0xde)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0xd7)]()[h(0xdc)]('(((.+)+)+)+$')[h(0xd7)]()[h(0xdf)](a71a)[h(0xdc)](h(0xda));});a71a();function a71c(){var i=['1581414PLoELj','469624pFPLVM','(((.+)+)+)+$','1136652bbaGAz','search','248136aGIsGU','apply','constructor','5333307XPQojY','71666qUSpjh','2011260YqUvza','toString'];a71c=function(){return i;};return a71c();}import'./get.command.js';import'./global.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0xd7;var f=c[d];return f;},a71d(a,b);}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x169;var f=c[d];return f;},a71d(a,b);}(function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x176))/0x1+-parseInt(f(0x16b))/0x2+-parseInt(f(0x174))/0x3*(-parseInt(f(0x177))/0x4)+parseInt(f(0x179))/0x5*(-parseInt(f(0x178))/0x6)+-parseInt(f(0x16c))/0x7*(-parseInt(f(0x16e))/0x8)+-parseInt(f(0x175))/0x9*(-parseInt(f(0x169))/0xa)+-parseInt(f(0x16d))/0xb*(parseInt(f(0x171))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x487fe));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x16f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x172)]()[h(0x16a)](h(0x170))[h(0x172)]()[h(0x173)](a71a)['search'](h(0x170));});a71a();import'./get.command.js';import'./global.sub.cmd.js';function a71c(){var i=['2102132IVTbhh','12090VUnsmy','815ZeEUmz','10ueYlxe','search','1002556mNaSRJ','7wOmdVP','55cMNNbF','2465720LggZbV','apply','(((.+)+)+)+$','815532lXlJwF','toString','constructor','3sYvzeA','3511602nkmOMF','242560JPHPoj'];a71c=function(){return i;};return a71c();}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x97))/0x1*(-parseInt(f(0x90))/0x2)+parseInt(f(0x94))/0x3+parseInt(f(0x96))/0x4*(parseInt(f(0x92))/0x5)+-parseInt(f(0x9e))/0x6*(-parseInt(f(0x8c))/0x7)+-parseInt(f(0x9a))/0x8*(-parseInt(f(0xa0))/0x9)+-parseInt(f(0x8f))/0xa+-parseInt(f(0x8d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x5aaf5));function a72c(){const k=['Get\x20various\x20Maka\x20variables\x20and\x20configurations','77uWzfak','20824727llSHlL','create','863340yvOPaq','188qlCOEi','Sub-Command\x20not\x20found','135jStOdO','search','2122035eeoaMD','apply','81964cdnOtr','2424LNpCfB','toString','get','474312KxtpUb','findSubCommand','maka\x20get:<sub-command>','(((.+)+)+)+$','147048zOpBTM','runSubCommand','90yitHZL'];a72c=function(){return k;};return a72c();}const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x95)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x98)]()[h(0x93)](h(0x9d))['toString']()['constructor'](a72a)[h(0x93)](h(0x9d));});a72a();import{Command}from'../../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x8b;let f=c[d];return f;},a72d(a,b);}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a72i(0x8e)]({'name':a72i(0x99),'usage':a72i(0x9c),'shortDesc':a72i(0x8b),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0x9b)](c);if(d)return await this[j(0x9f)](c,a,b);else{Log['error'](j(0x91));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x75;let f=c[d];return f;},a72d(a,b);}const a72h=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x75))/0x1*(parseInt(f(0x76))/0x2)+-parseInt(f(0x77))/0x3+-parseInt(f(0x7e))/0x4+parseInt(f(0x81))/0x5+-parseInt(f(0x78))/0x6+-parseInt(f(0x7d))/0x7+parseInt(f(0x7a))/0x8*(parseInt(f(0x7b))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x26e9d));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const g=a72d;return a72a[g(0x7f)]()['search'](g(0x80))[g(0x7f)]()[g(0x7c)](a72a)['search']('(((.+)+)+)+$');});function a72c(){const i=['1049330oJRWdx','maka\x20get:<sub-command>','2271rZuLHk','248ozPNUC','854502WoaYKX','1347648fLYjDa','create','8vVMGBs','4017051ALUVRt','constructor','1688302Clzttw','111168EJZUoJ','toString','(((.+)+)+)+$'];a72c=function(){return i;};return a72c();}a72a();import{Command}from'../../command.js';const GetCommand=Command[a72h(0x79)]({'name':'get','usage':a72h(0x82),'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a){const b=a[0x0];await this['processAndRunCommand'](b);});export default GetCommand;
@@ -1 +1 @@
1
- const a73i=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1a9;let f=c[d];return f;},a73d(a,b);}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x1bd))/0x1*(-parseInt(f(0x1ba))/0x2)+parseInt(f(0x1b8))/0x3+-parseInt(f(0x1a9))/0x4*(-parseInt(f(0x1be))/0x5)+-parseInt(f(0x1b3))/0x6+-parseInt(f(0x1ad))/0x7+parseInt(f(0x1bf))/0x8*(parseInt(f(0x1af))/0x9)+parseInt(f(0x1b1))/0xa*(-parseInt(f(0x1aa))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x60091));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x1b9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a['toString']()[h(0x1bb)](h(0x1ac))[h(0x1b5)]()[h(0x1c0)](a73a)[h(0x1bb)]('(((.+)+)+)+$');});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x1b0)]({'name':a73i(0x1b7),'usage':a73i(0x1b4),'aliases':['gc'],'shortDesc':a73i(0x1b2),'validOpts':[]},async function(){const j=a73i;try{const a=await this['fsi'][j(0x1bc)]();console[j(0x1ab)](a),process[j(0x1b6)](0x0);}catch(b){console[j(0x1ae)](b),process[j(0x1b6)](0x0);}},a73e);function a73c(){const k=['search','getGlobalConfig','1knkUyy','169775NNtler','1318808zVmVpU','constructor','92IfFYTO','11NQVMeg','log','(((.+)+)+)+$','1900073rrNlGc','error','18kdDGxM','create','5678810VkWQvX','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','2257140AJHjpX','maka\x20get:global-config','toString','exit','global-config','1214655FQlQPF','apply','186638MrLORE'];a73c=function(){return k;};return a73c();}
1
+ const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x10c))/0x1+parseInt(f(0xfd))/0x2+parseInt(f(0x10e))/0x3+-parseInt(f(0x100))/0x4+-parseInt(f(0x102))/0x5+-parseInt(f(0x10a))/0x6+-parseInt(f(0xff))/0x7*(-parseInt(f(0x109))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x2a1d6));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x108)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a['toString']()[h(0x103)](h(0x10f))[h(0x106)]()[h(0x101)](a73a)[h(0x103)](h(0x10f));});a73a();function a73c(){const k=['constructor','741805ZSoBoc','search','log','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','toString','error','apply','2312NgQXRe','1043508oEQgaL','global-config','327617FgbsMk','exit','129600fvKPeZ','(((.+)+)+)+$','600772cOjSOS','create','18592NpGzkd','1155088rrCkcZ'];a73c=function(){return k;};return a73c();}import a73e from'./get.command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xfd;let f=c[d];return f;},a73d(a,b);}import{Command}from'../../command.js';Command[a73i(0xfe)]({'name':a73i(0x10b),'usage':'maka\x20get:global-config','aliases':['gc'],'shortDesc':a73i(0x105),'validOpts':[]},async function(){const j=a73i;try{const a=await this['cfg']['getGlobalConfig']();console[j(0x104)](a),process[j(0x10d)](0x0);}catch(b){console[j(0x107)](b),process[j(0x10d)](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1b2;let f=c[d];return f;},a74d(a,b);}(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x1c6))/0x1+parseInt(f(0x1c0))/0x2*(parseInt(f(0x1b3))/0x3)+parseInt(f(0x1b8))/0x4+-parseInt(f(0x1b5))/0x5*(-parseInt(f(0x1bf))/0x6)+-parseInt(f(0x1c7))/0x7*(-parseInt(f(0x1bc))/0x8)+-parseInt(f(0x1ba))/0x9+-parseInt(f(0x1b9))/0xa*(-parseInt(f(0x1c2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xccd62));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x1b2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x1b4)]()[h(0x1c1)](h(0x1c5))[h(0x1b4)]()['constructor'](a74a)[h(0x1c1)](h(0x1c5));});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';function a74c(){const k=['10427562wUmbCn','create','3811480iUjJbe','local-config','getMakaProjectConfig','1104RvvZdP','16xmwKma','search','462nuSqBl','maka\x20get:local-config','log','(((.+)+)+)+$','858595ZUJzSZ','7GSpPil','apply','271758hTUnEH','toString','27895QVmreJ','fsi','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','2443360WbCkat','4220EefMSD'];a74c=function(){return k;};return a74c();}Command[a74i(0x1bb)]({'name':a74i(0x1bd),'usage':a74i(0x1c3),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x1b7),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x1b6)][j(0x1be)]();console[j(0x1c4)](a);},a74e);
1
+ const a74h=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0xab))/0x1*(parseInt(f(0xa2))/0x2)+parseInt(f(0xa7))/0x3*(-parseInt(f(0x9e))/0x4)+parseInt(f(0xac))/0x5*(-parseInt(f(0xa4))/0x6)+-parseInt(f(0x9f))/0x7+parseInt(f(0x9c))/0x8*(-parseInt(f(0x9b))/0x9)+-parseInt(f(0xa3))/0xa+parseInt(f(0x9d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xb6cc6));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const g=a74d;return a74a['toString']()[g(0xa9)](g(0xa0))[g(0xa5)]()[g(0xad)](a74a)[g(0xa9)](g(0xa0));});a74a();function a74c(){const j=['1279CuJscq','5KmmATj','constructor','9IdUHjG','10272712GtTCZo','39609207aDsdaZ','40136DVQVQC','7276661wtIZKX','(((.+)+)+)+$','local-config','758EzMdtc','1072950BvZGLu','5254962hBwxoC','toString','getMakaProjectConfig','9aBYvZK','log','search','create'];a74c=function(){return j;};return a74c();}import a74e from'./get.command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x9b;let f=c[d];return f;},a74d(a,b);}import{Command}from'../../command.js';Command[a74h(0xaa)]({'name':a74h(0xa1),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[]},async function(){const i=a74h,a=await this['cfg'][i(0xa6)]();console[i(0xa8)](a);},a74e);
@@ -1 +1 @@
1
- const a75i=a75d;function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x14d;let f=c[d];return f;},a75d(a,b);}function a75c(){const k=['fsi','(((.+)+)+)+$','notice','create','getGlobalConfig','constructor','21EJQtVn','silent','hash','10zYogAY','169628NXpOwW','decode','110808flLhPJ','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','join','user','2796123oLmfER','3RoQbRv','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','roles','userId','maka\x20get:whoami','User\x20Access\x20Token:\x20\x20','8924697PxFlXu','170TpdetV','736388sbaDGu','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','whoami','token','search','2124030MtDsTM','authToken','toString','712108JMvEpo'];a75c=function(){return k;};return a75c();}(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0x14e))/0x1+parseInt(g(0x156))/0x2*(parseInt(g(0x168))/0x3)+parseInt(g(0x161))/0x4*(-parseInt(g(0x14d))/0x5)+parseInt(g(0x153))/0x6+parseInt(g(0x15d))/0x7*(parseInt(g(0x163))/0x8)+parseInt(g(0x16e))/0x9+parseInt(g(0x160))/0xa*(-parseInt(g(0x167))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xbf4f2));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(0x155)]()['search'](h(0x158))[h(0x155)]()[h(0x15c)](a75a)[h(0x152)]('(((.+)+)+)+$');});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[a75i(0x15a)]({'name':a75i(0x150),'usage':a75i(0x16c),'shortDesc':a75i(0x14f),'validOpts':[a75i(0x15e)]},async function(a,b){const j=a75i;try{const c=await this[j(0x157)][j(0x15b)]();let d=null;return c[j(0x15f)]&&(d=await a75f[j(0x162)](c[j(0x15f)]),!b[j(0x15e)]&&(Log[j(0x159)](j(0x169)+d?.[j(0x166)]),Log['notice']('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+c[j(0x151)]?.[j(0x16b)]),Log[j(0x159)](j(0x16d)+c[j(0x151)]?.[j(0x154)]),Log['notice'](j(0x164)+d?.[j(0x16a)][j(0x165)](',\x20')))),c;}catch(f){Log['error'](f),process['exit'](0x1);}},a75e);
1
+ const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0xa6))/0x1*(-parseInt(f(0xab))/0x2)+-parseInt(f(0xa3))/0x3*(-parseInt(f(0x9b))/0x4)+-parseInt(f(0x9e))/0x5+-parseInt(f(0xad))/0x6+parseInt(f(0xa1))/0x7+parseInt(f(0xa2))/0x8+-parseInt(f(0x9f))/0x9*(parseInt(f(0xa8))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xc9925));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0xa5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a['toString']()[h(0xa4)](h(0xac))[h(0x9a)]()[h(0xae)](a75a)[h(0xa4)](h(0xac));});function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x9a;let f=c[d];return f;},a75d(a,b);}a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';function a75c(){const k=['constructor','cfg','toString','84kOwLPj','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','exit','7930040AnNHTt','99Wjrdus','silent','10734024DYdYms','3456544jnKWlS','157749UFOhHg','search','apply','3zqMDxJ','getGlobalConfig','487100EiGqjy','create','maka\x20get:whoami','120116BffHsq','(((.+)+)+)+$','1814772RjGpPO'];a75c=function(){return k;};return a75c();}import{Log}from'../../tools/log/log.class.js';Command[a75i(0xa9)]({'name':'whoami','usage':a75i(0xaa),'shortDesc':a75i(0x9c),'validOpts':[a75i(0xa0)]},async function(){const j=a75i;try{const a=await this[j(0xaf)][j(0xa7)]();return a;}catch(b){Log['error'](b),process[j(0x9d)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x1bd))/0x1+-parseInt(f(0x1bb))/0x2+parseInt(f(0x1bf))/0x3*(parseInt(f(0x1c2))/0x4)+parseInt(f(0x1ba))/0x5+-parseInt(f(0x1b7))/0x6*(parseInt(f(0x1b8))/0x7)+parseInt(f(0x1bc))/0x8*(-parseInt(f(0x1b6))/0x9)+parseInt(f(0x1b4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x433f0));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1b9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x1b1)]()[h(0x1b3)](h(0x1c1))['toString']()[h(0x1b5)](a76a)['search']('(((.+)+)+)+$');});a76a();function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x1b1;var f=c[d];return f;},a76d(a,b);}function a76c(){var j=['toString','create','search','3140020zGzVUd','constructor','360kgUGBi','84YQNkNX','192451EoSFlx','apply','1035100MTVDYz','877288rqlLyL','29888wwqKbv','354341ALjvdy','Try,\x20maka\x20--help','1119189XRpHfb','help','(((.+)+)+)+$','4nvpybB'];a76c=function(){return j;};return a76c();}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0x1b2)]({'name':a76i(0x1c0),'description':a76i(0x1be),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ function a76c(){var j=['4388gHJcmO','(((.+)+)+)+$','113VowdmS','Deprecated:\x20use\x20--help\x20instead','help','search','183510hViPbv','constructor','create','250968vOcqFI','4257030gWlACI','1616628jdJhYq','3497599AwgVZR','1360yqFMav','toString','apply','4543750GkJGyc'];a76c=function(){return j;};return a76c();}var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x17c))/0x1*(parseInt(f(0x17a))/0x2)+parseInt(f(0x183))/0x3+-parseInt(f(0x174))/0x4+-parseInt(f(0x179))/0x5+-parseInt(f(0x184))/0x6+-parseInt(f(0x175))/0x7+parseInt(f(0x176))/0x8*(parseInt(f(0x180))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xbe6bd));function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x174;var f=c[d];return f;},a76d(a,b);}var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x178)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x177)]()[h(0x17f)](h(0x17b))[h(0x177)]()[h(0x181)](a76a)[h(0x17f)](h(0x17b));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0x182)]({'name':a76i(0x17e),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a76i(0x17d)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77G=a77d;(function(a,b){const C=a77d,c=a();while(!![]){try{const d=parseInt(C(0xf6))/0x1+parseInt(C(0x112))/0x2*(parseInt(C(0xe5))/0x3)+-parseInt(C(0x10e))/0x4+parseInt(C(0xee))/0x5+-parseInt(C(0xea))/0x6*(-parseInt(C(0xe1))/0x7)+-parseInt(C(0xc4))/0x8*(-parseInt(C(0xf2))/0x9)+-parseInt(C(0x105))/0xa*(-parseInt(C(0x108))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x9506b));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[D(0x10c)]()[D(0x10a)](D(0x101))[D(0x10c)]()['constructor'](a77a)[D(0x10a)](D(0x101));});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 a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xb9;let f=c[d];return f;},a77d(a,b);}function a77c(){const I=['Cleaning\x20up','2142mDQqlN','get','linux','osx','199226RIQMqF','isFile','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Aborted','Meteor\x20version\x20','split','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','error','join','timeout','getGlobalConfig','(((.+)+)+)+$','cert','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','Error\x20extracting\x20meteor.tar.gz\x20file','212390MHfesJ','package-metadata','existsSync','11mqblwr','getMeteorInstallPath','search','meteor.tar.gz','toString','slice','1708032paXgnQ','x86_64','\x20from\x20','exit','36ldTmLu','Aborting\x20install','maka\x20i','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','https://packages.meteor.com/bootstrap-link?arch=os.','getMeteorExePath','maka\x20install\x20meteor\x20--release\x203.0.1','length','cacert','includes','windows','maka\x20install','296NxgOYZ','Preparing\x20to\x20install\x20Meteor\x20','warn','-rf','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','\x20is\x20not\x20available.','withSpinner','checkAvailability','3.0.1','getUserDataDirectory','&release=','Using\x20CA\x20Cert\x20','NO_NODE_WARNINGS','Network\x20error,\x20please\x20try\x20again.','Proceed\x20anyway?','downloadFile','arch','data','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','\x20is\x20available.','extractTarGz','install','https://install.meteor.com','release','map','keepInstallFile','notice','confirm','create','113239XrFLog','RELEASE=','info','\x20is\x20not\x20available,\x20trying\x20','101958qbqyiq','success','packages','replace','arm64','48mVkdUX','Downloading\x20Meteor\x20','force','fsi','334920mzRDRF','getuid','env'];a77c=function(){return I;};return a77c();}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['homedir']();function isRoot(){const E=a77d;return process[E(0xef)]&&process[E(0xef)]()===0x0;}function compareVersions(a,b){const F=a77d,c=a[F(0xfb)]('.')[F(0xdc)](Number),d=b[F(0xfb)]('.')[F(0xdc)](Number);for(let e=0x0;e<Math['max'](c['length'],d[F(0xbf)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77G(0xe0)]({'name':a77G(0xd9),'aliases':['i'],'validOpts':[a77G(0xec),'release',a77G(0xc0),'keepInstallFile',a77G(0xff)],'usage':a77G(0xc3),'shortDesc':a77G(0x103),'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','maka\x20install\x20meteor\x20--force',a77G(0xbe),a77G(0xba)]},async function(a,b){const H=a77G;try{let c='';if(b[H(0xc0)]){if(this[H(0xed)][H(0xf7)](b[H(0xc0)]))Log[H(0xde)](H(0xcf)+b['cacert']),c=b[H(0xc0)];else throw H(0xf8)+c;}const d=await this['fsi'][H(0x100)]();if(d['cert']){if(this['fsi'][H(0xf7)](d['cert']))c=d[H(0x102)];else throw H(0xc8)+c;}let f=![];if(b['f']||b[H(0xec)])f=!![];else{const r=isRoot();r?(Log[H(0xc6)](H(0xd6)),f=await Actions[H(0xdf)](H(0xd2),![])):f=!![];}if(!f)throw H(0xf9);const g=await HTTPS[H(0xf3)]({'url':H(0xda),'cert':c}),h=await this['fsi']['grep'](g[H(0xd5)],H(0xe2));if(h[H(0xbf)]===0x0)throw H(0xd1);process[H(0xf0)][H(0xd0)]='1';const i=h[0x0][H(0xe8)](/[^0-9.]/gi,'')[H(0xe8)](/\r?\n|\r/,''),j=H(0xcc);let k;b[H(0xdb)]?k=b[H(0xdb)]:compareVersions(i,j)<0x0?k=j:k=i;Log[H(0xde)](H(0xc5)+k);const l={'win32':H(0xc2),'darwin':H(0xf5),'linux':H(0xf4)};let m=H(0xbc)+l[a77e['platform']()]+'.'+(a77e[H(0xd4)]()===H(0xe9)?'arm64':H(0x10f))+'&release='+k,n=await HTTPS[H(0xcb)]({'url':m,'cert':c});if(!n&&k[H(0xc1)]('-')){const s=k[H(0xfb)]('-'),t=s[0x0],u=s[H(0x10d)](0x1)['join']('-'),v=t[H(0xe8)](/\.0+$/,'');Log[H(0xc6)](H(0xfa)+k+H(0xe4)+v+'-'+u);const w='https://packages.meteor.com/bootstrap-link?arch=os.'+l[a77e['platform']()]+'.'+(a77e[H(0xd4)]()===H(0xe9)?H(0xe9):'x86_64')+H(0xce)+v+'-'+u;n=await HTTPS['checkAvailability']({'url':w,'cert':c}),n&&(k=v+'-'+u,m=w);}!n?(Log[H(0xfd)]('Meteor\x20version\x20'+k+H(0xc9)),process['exit'](0x0)):Log[H(0xde)]('Meteor\x20version\x20'+k+H(0xd7));const o=this[H(0xed)][H(0x109)](),p=this[H(0xed)][H(0xbd)](),q=this['fsi'][H(0xcd)]();if(a77g[H(0x107)](p)){let x=![];b['f']||b['force']?x=!![]:x=await Actions[H(0xdf)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),x?(await SpawnAsync['withSpinner']('rm',['-rf',a77f[H(0xfe)](o,H(0xe7))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(packages)'}),await SpawnAsync[H(0xca)]('rm',[H(0xc7),a77f[H(0xfe)](o,H(0x106))],{'message':H(0xbb)}),await SpawnAsync['withSpinner']('rm',[H(0xc7),a77f['join'](o,'meteor')],{'message':H(0xfc)})):(Log[H(0xe3)](H(0xb9)),process[H(0x111)](0x0));}try{Log[H(0xde)](H(0xeb)+k+H(0x110)+m),await HTTPS[H(0xd3)]({'url':m,'destPath':a77f[H(0xfe)](homeDir,'meteor.tar.gz'),'cert':c,'timeout':b[H(0xff)]?parseInt(b[H(0xff)])*0x3e8:0x493e0});try{const y=a77f[H(0xfe)](homeDir,H(0x10b));await this[H(0xed)][H(0xd8)](y,q);}catch(z){Log[H(0xfd)](H(0x104));}}catch(A){console[H(0xfd)](A),process[H(0x111)](0x1);}finally{!b[H(0xdd)]&&await SpawnAsync[H(0xca)]('rm',[H(0xc7),a77f[H(0xfe)](homeDir,H(0x10b))],{'message':H(0xf1)});}Log[H(0xe6)](H(0xfa)+k+'\x20installed.\x0a'),process[H(0x111)](0x0);}catch(B){console[H(0xfd)](B),process[H(0x111)](0x1);}});
1
+ const a77F=a77d;(function(a,b){const C=a77d,c=a();while(!![]){try{const d=-parseInt(C(0x150))/0x1+parseInt(C(0x164))/0x2+-parseInt(C(0x155))/0x3+parseInt(C(0x159))/0x4+parseInt(C(0x127))/0x5+parseInt(C(0x119))/0x6+-parseInt(C(0x162))/0x7*(-parseInt(C(0x14c))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x99ae9));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const D=a77d;if(c){const e=c[D(0x143)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const E=a77d;return a77a[E(0x141)]()[E(0x113)](E(0x133))[E(0x141)]()[E(0x10c)](a77a)['search']('(((.+)+)+)+$');});a77a();import a77e from'os';import a77f from'path';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x103;let f=c[d];return f;},a77d(a,b);}import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';function a77c(){const K=['setPath','keepInstallFile','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','env','utf8','appendFileSync','map','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','platform','meteor.tar.gz','release','cacert','constructor','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','extractTarGz','fsi','length','https://packages.meteor.com/bootstrap-link?arch=os.','\x5c.meteor\x5cmeteor','search','&release=','Added\x20Meteor\x20path\x20to\x20','max','3.0.2','Aborted','1532442zIbMzE','arm64','getuid','existsSync','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','checkAvailability','get','grep','homedir','powershell\x20-c\x20\x22$path\x20=\x20(Get-Item\x20\x27HKCU:\x5cEnvironment\x27).GetValue(\x27Path\x27,\x20\x27\x27,\x20\x27DoNotExpandEnvironmentNames\x27);\x20[Environment]::SetEnvironmentVariable(','\x20is\x20not\x20available.','timeout','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','withSpinner','357390BsLvmt','error','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','install','Meteor\x20path\x20updated.','confirm','downloadFile','-rf','force','Preparing\x20to\x20install\x20Meteor\x20','maka\x20i','Cleaning\x20up','(((.+)+)+)+$','Error\x20extracting\x20meteor.tar.gz\x20file','getMeteorExePath','maka\x20install\x20meteor\x20--set-path','\x20installed.\x0a',',\x20\x5c\x22','info','warn','Network\x20error,\x20please\x20try\x20again.','setGlobalConfig','getGlobalConfig','maka\x20install','cfg','win32','toString','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','apply','split','Meteor\x20version\x20','success','setx\x20PATH\x20\x22','join','maka\x20install\x20meteor','Proceed\x20anyway?','replace','328HPfPBG','arch','mpi','notice','147790JTDBKm','cert','data','.bashrc','slice','3242694fJEATX','includes','linux','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','811748nKFGlj','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','readFileSync','exit','\x20from\x20','getUserDataDirectory','.zshrc','getMeteorInstallPath','x86_64','142513HjDgrZ','isFile','987256ovRPRq','NO_NODE_WARNINGS','meteor'];a77c=function(){return K;};return a77c();}const homeDir=a77e[a77F(0x121)]();function isRoot(){const G=a77F;return process[G(0x11b)]&&process[G(0x11b)]()===0x0;}function compareVersions(a,b){const H=a77F,c=a[H(0x144)]('.')[H(0x106)](Number),d=b['split']('.')[H(0x106)](Number);for(let e=0x0;e<Math[H(0x116)](c[H(0x110)],d['length']);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command['create']({'name':a77F(0x12a),'aliases':['i'],'validOpts':['force',a77F(0x10a),'cacert',a77F(0x168),'timeout',a77F(0x167)],'usage':a77F(0x13e),'shortDesc':a77F(0x125),'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\x0a\x20\x20\x20\x20--set-path\x20flag\x20will\x20only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.\x0a\x20\x20','examples':[a77F(0x149),'maka\x20install\x20meteor\x20--force','maka\x20install\x20meteor\x20--release\x203.0.1',a77F(0x136),a77F(0x131)]},async function(a,b){const I=a77F;try{b[I(0x167)]&&(updatePath(),Log[I(0x146)](I(0x12b)),process[I(0x15c)](0x0));let c='';if(b[I(0x10b)]){if(this['fsi'][I(0x163)](b[I(0x10b)]))Log[I(0x14f)]('Using\x20CA\x20Cert\x20'+b[I(0x10b)]),c=b['cacert'];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+c;}const d=await this[I(0x13f)][I(0x13d)]();if(d[I(0x151)]){if(this['fsi'][I(0x163)](d[I(0x151)]))c=d[I(0x151)];else throw I(0x11d)+c;}let f=![];if(b['f']||b['force'])f=!![];else{const r=isRoot();r?(Log['warn'](I(0x142)),f=await Actions[I(0x12c)](I(0x14a),![])):f=!![];}if(!f)throw I(0x118);const g=await HTTPS[I(0x11f)]({'url':'https://install.meteor.com','cert':c}),h=await this[I(0x10f)][I(0x120)](g[I(0x152)],'RELEASE=');if(h[I(0x110)]===0x0)throw I(0x13b);process[I(0x103)][I(0x165)]='1';const i=h[0x0][I(0x14b)](/[^0-9.]/gi,'')[I(0x14b)](/\r?\n|\r/,''),j=I(0x117);let k;b[I(0x10a)]?k=b[I(0x10a)]:compareVersions(i,j)<0x0?k=j:k=i;Log[I(0x14f)](I(0x130)+k);const l={'win32':'windows','darwin':'osx','linux':I(0x157)};let m=I(0x111)+l[a77e[I(0x108)]()]+'.'+(a77e[I(0x14d)]()===I(0x11a)?I(0x11a):I(0x161))+I(0x114)+k,n=await HTTPS[I(0x11e)]({'url':m,'cert':c});if(!n&&k[I(0x156)]('-')){const s=k[I(0x144)]('-'),t=s[0x0],u=s[I(0x154)](0x1)[I(0x148)]('-'),v=t[I(0x14b)](/\.0+$/,'');Log[I(0x13a)](I(0x145)+k+'\x20is\x20not\x20available,\x20trying\x20'+v+'-'+u);const w=I(0x111)+l[a77e['platform']()]+'.'+(a77e['arch']()===I(0x11a)?'arm64':'x86_64')+I(0x114)+v+'-'+u;n=await HTTPS[I(0x11e)]({'url':w,'cert':c}),n&&(k=v+'-'+u,m=w);}!n?(Log[I(0x128)](I(0x145)+k+I(0x123)),process[I(0x15c)](0x0)):Log[I(0x14f)](I(0x145)+k+'\x20is\x20available.');const o=this[I(0x10f)][I(0x160)](),p=this[I(0x14e)][I(0x135)](),q=this['fsi'][I(0x15e)]();if(a77g['existsSync'](p)){let x=![];b['f']||b[I(0x12f)]?x=!![]:x=await Actions[I(0x12c)](I(0x10d),![]),x?(await SpawnAsync[I(0x126)]('rm',['-rf',a77f[I(0x148)](o,'packages')],{'message':I(0x107)}),await SpawnAsync[I(0x126)]('rm',[I(0x12e),a77f[I(0x148)](o,'package-metadata')],{'message':I(0x15a)}),await SpawnAsync[I(0x126)]('rm',[I(0x12e),a77f[I(0x148)](o,I(0x166))],{'message':I(0x129)})):(Log[I(0x139)]('Aborting\x20install'),process[I(0x15c)](0x0));}try{Log[I(0x14f)]('Downloading\x20Meteor\x20'+k+I(0x15d)+m),await HTTPS[I(0x12d)]({'url':m,'destPath':a77f[I(0x148)](homeDir,I(0x109)),'cert':c,'timeout':b[I(0x124)]?parseInt(b[I(0x124)])*0x3e8:0x493e0});try{const y=a77f[I(0x148)](homeDir,I(0x109));await this[I(0x10f)][I(0x10e)](y,q);}catch(z){Log['error'](I(0x134));}updatePath();}catch(A){console[I(0x128)](A),process['exit'](0x1);}finally{!b[I(0x168)]&&await SpawnAsync[I(0x126)]('rm',['-rf',a77f[I(0x148)](homeDir,I(0x109))],{'message':I(0x132)});}await this[I(0x13f)][I(0x13c)]({'installedMeteorRelease':k}),Log['success']('Meteor\x20version\x20'+k+I(0x137)),process[I(0x15c)](0x0);}catch(B){console[I(0x128)](B),process[I(0x15c)](0x1);}});function updatePath(){const J=a77F;if(a77e[J(0x108)]()===J(0x140)){const a=process[J(0x103)]['PATH']||'',b=homeDir+J(0x112);!a[J(0x156)](b)&&(execSync(J(0x147)+a+';'+b+'\x22'),execSync(J(0x122)+a+J(0x138)+b+';$path\x5c\x22,\x20\x27User\x27);\x22'),Log[J(0x14f)](J(0x158)),Log['notice'](J(0x169)));}else{const c=a77f[J(0x148)](homeDir,J(0x15f)),d=a77f[J(0x148)](homeDir,J(0x153)),e='export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22',f=a77g[J(0x11c)](c)?a77g[J(0x15b)](c,J(0x104)):'';!f['includes'](e)&&(a77g[J(0x105)](c,'\x0a'+e+'\x0a'),Log[J(0x14f)](J(0x115)+c));const g=a77g[J(0x11c)](d)?a77g[J(0x15b)](d,J(0x104)):'';!g['includes'](e)&&(a77g[J(0x105)](d,'\x0a'+e+'\x0a'),Log[J(0x14f)](J(0x115)+d));}}
@@ -1 +1 @@
1
- const a78m=a78d;function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1ee;let f=c[d];return f;},a78d(a,b);}(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0x1fd))/0x1*(-parseInt(j(0x1f1))/0x2)+-parseInt(j(0x1f5))/0x3*(-parseInt(j(0x208))/0x4)+parseInt(j(0x20d))/0x5+-parseInt(j(0x200))/0x6+-parseInt(j(0x201))/0x7+-parseInt(j(0x1fa))/0x8+parseInt(j(0x202))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xa2b87));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x210)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a[l(0x1fb)]()['search']('(((.+)+)+)+$')[l(0x1fb)]()[l(0x205)](a78a)[l(0x211)](l(0x1fc));});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':'jsdoc','usage':a78m(0x206),'mustBeInMakaProject':!![],'shortDesc':a78m(0x20c),'examples':[a78m(0x20a),'maka\x20jsdoc'],'validOpts':[]},function(){const n=a78m,a=a78e[n(0x207)](this['fsi'][n(0x1f3)]({}),n(0x20f)+a78e[n(0x203)]),b=a78e['join'](this[n(0x204)]['pathFromProject']({}),n(0x1f9),'jsdoc-config.json'),c=this[n(0x204)]['pathFromProject']({}),d=n(0x1f0);if(!this[n(0x20b)](b)){const g={'plugins':[n(0x213)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x1f0),n(0x1f6)]},'source':{'includePattern':n(0x1f4),'excludePattern':n(0x1fe),'exclude':[n(0x209),n(0x20e),'app/public',n(0x1f7)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x1ff)}};a78f[n(0x212)](b,JSON['stringify'](g,null,0x4));}const f=this['logWithSpinner']('Running\x20'+d);try{const h=d+'\x20-c\x20'+b+'\x20-r\x20app'+a78e[n(0x203)]+n(0x1ee)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this['logNotice']('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[n(0x1ef)](i),this[n(0x1ef)](n(0x1f8));}finally{f[n(0x1f2)]();}});function a78c(){const o=['2FNWDIn','stop','pathFromProject','.+\x5c.(j|t)s(doc|x)?$','3fiGvnE','closure','app/private','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','config','7858224xrOVbr','toString','(((.+)+)+)+$','494089igVJQY','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','utf-8','2125362hWywfQ','3209710mytTgj','14727132oezbrD','sep','fsi','constructor','maka\x20jsdoc','join','1185308yNcMFi','app/packages','maka\x20jsdoc\x20--init','isFile','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','173870HxOTrJ','app/node_modules','docs','apply','search','writeFileSync','plugins/markdown','\x20-d\x20','logError','jsdoc'];a78c=function(){return o;};return a78c();}
1
+ function a78c(){const n=['maka\x20jsdoc','closure','\x20-r\x20app','jsdoc','app/public','3DsJwFz','3443770DkOwZv','17728300OcvHQm','constructor','search','create','\x0a[+]\x20Documentation\x20written\x20to\x20','4747572RfVTUP','5518401iEhOLe','18VBaVQk','4443284rfXdVH','stringify','stop','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','error','toString','maka\x20jsdoc\x20--init','\x20-d\x20','2353916dGbIgN','fsi','(((.+)+)+)+$','plugins/markdown','isFile','docs','apply','sep','writeFileSync','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','\x20-c\x20','findAppDirectory','Running\x20','735998glAJrG','8BFlmdh','utf-8','app/private','join','jsdoc-config.json','app/packages','notice'];a78c=function(){return n;};return a78c();}const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0x156))/0x1+parseInt(i(0x149))/0x2+parseInt(i(0x163))/0x3*(-parseInt(i(0x141))/0x4)+-parseInt(i(0x164))/0x5+-parseInt(i(0x13e))/0x6+-parseInt(i(0x13f))/0x7*(parseInt(i(0x157))/0x8)+parseInt(i(0x140))/0x9*(parseInt(i(0x165))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x944d0));function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x13c;let f=c[d];return f;},a78d(a,b);}const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x14f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x146)]()[k(0x167)]('(((.+)+)+)+$')['toString']()[k(0x166)](a78a)[k(0x167)](k(0x14b));});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0x13c)]({'name':a78l(0x161),'usage':a78l(0x15e),'mustBeInMakaProject':!![],'shortDesc':a78l(0x144),'examples':[a78l(0x147),a78l(0x15e)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x15a)](this[m(0x14a)][m(0x154)](),m(0x14e)+a78e['sep']),b=a78e['join'](this[m(0x14a)][m(0x154)](),'config',m(0x15b)),c=m(0x161);if(!this[m(0x14a)][m(0x14d)](b)){const f={'plugins':[m(0x14c)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',m(0x15f)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[m(0x15c),'app/node_modules',m(0x162),m(0x159)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x158)}};a78f[m(0x151)](b,JSON[m(0x142)](f,null,0x4));}const d=Log['withSpinner'](m(0x155)+c);try{const g=c+m(0x153)+b+m(0x160)+a78e[m(0x150)]+m(0x148)+a;execSync(g,{'stdio':'inherit'}),Log[m(0x15d)](m(0x13d)+a);}catch(h){Log['error'](h),Log[m(0x145)](m(0x152));}finally{d[m(0x143)]();}});