@maka/maka-cli 5.0.6 → 5.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/patreon.js +1 -1
  87. package/bundle/obf/src/commands/profile.js +1 -1
  88. package/bundle/obf/src/commands/proxy.js +1 -1
  89. package/bundle/obf/src/commands/reconfig.js +1 -1
  90. package/bundle/obf/src/commands/register.js +1 -1
  91. package/bundle/obf/src/commands/run/_index.js +1 -1
  92. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  93. package/bundle/obf/src/commands/run/run.command.js +1 -1
  94. package/bundle/obf/src/commands/set/_index.js +1 -1
  95. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  97. package/bundle/obf/src/commands/set/set.command.js +1 -1
  98. package/bundle/obf/src/commands/ssh.js +1 -1
  99. package/bundle/obf/src/commands/ssl.js +1 -1
  100. package/bundle/obf/src/commands/test.js +1 -1
  101. package/bundle/obf/src/commands/undo.js +1 -1
  102. package/bundle/obf/src/commands/version.js +1 -1
  103. package/bundle/obf/src/error.js +1 -1
  104. package/bundle/obf/src/exec.js +1 -1
  105. package/bundle/obf/src/generator.js +1 -1
  106. package/bundle/obf/src/generators/_index.js +1 -1
  107. package/bundle/obf/src/generators/api.js +1 -1
  108. package/bundle/obf/src/generators/aws/_index.js +1 -1
  109. package/bundle/obf/src/generators/aws/aws.js +1 -1
  110. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  111. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  112. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  113. package/bundle/obf/src/generators/collection.js +1 -1
  114. package/bundle/obf/src/generators/component.js +1 -1
  115. package/bundle/obf/src/generators/config.js +1 -1
  116. package/bundle/obf/src/generators/dbc.js +1 -1
  117. package/bundle/obf/src/generators/dockerfile.js +1 -1
  118. package/bundle/obf/src/generators/hook.js +1 -1
  119. package/bundle/obf/src/generators/kits/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  121. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  123. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  125. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  126. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  127. package/bundle/obf/src/generators/kits/kit.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  129. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  131. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  132. package/bundle/obf/src/generators/layout.js +1 -1
  133. package/bundle/obf/src/generators/maka.gen.js +1 -1
  134. package/bundle/obf/src/generators/methods.js +1 -1
  135. package/bundle/obf/src/generators/package.js +1 -1
  136. package/bundle/obf/src/generators/page.js +1 -1
  137. package/bundle/obf/src/generators/publish.js +1 -1
  138. package/bundle/obf/src/generators/route.js +1 -1
  139. package/bundle/obf/src/generators/service.js +1 -1
  140. package/bundle/obf/src/generators/services/_index.js +1 -1
  141. package/bundle/obf/src/generators/services/openssl.js +1 -1
  142. package/bundle/obf/src/generators/services/translation.js +1 -1
  143. package/bundle/obf/src/maka.js +1 -1
  144. package/bundle/obf/src/tool.js +1 -1
  145. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  146. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  147. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  148. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  149. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  150. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  151. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  152. package/bundle/obf/src/tools/https/https.class.js +1 -1
  153. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  154. package/bundle/obf/src/tools/log/log.class.js +1 -1
  155. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  156. package/bundle/obf/src/tools/options/options.class.js +1 -1
  157. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  158. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  159. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  160. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  161. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  162. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  163. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1af))/0x1+parseInt(f(0x199))/0x2+-parseInt(f(0x1b7))/0x3*(-parseInt(f(0x1ac))/0x4)+-parseInt(f(0x1c0))/0x5*(-parseInt(f(0x19c))/0x6)+parseInt(f(0x19b))/0x7+parseInt(f(0x194))/0x8+parseInt(f(0x1bf))/0x9*(-parseInt(f(0x1a9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x255e7));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a['toString']()[g(0x19e)]('(((.+)+)+)+$')['toString']()[g(0x193)](a58a)['search'](g(0x1ae));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0x1b1)],'category':Category[h(0x1bd)],'shape':Shape['Rectangle'],'color':Color['Yellow'],'texture':Texture[h(0x197)],'rating':Rating[h(0x1b0)],'weight':0x1});}[a58i(0x19f)](){return this['description'];}}export class Sword extends Item{constructor(a,b){var j=a58i;super({'name':a,'description':b,'size':Size[j(0x1b1)],'category':Category[j(0x18f)],'shape':Shape[j(0x19d)],'color':Color['Grey'],'texture':Texture[j(0x18e)],'rating':Rating[j(0x1b0)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size['Large'],'category':Category['Weapon'],'shape':Shape[k(0x1aa)],'color':Color[k(0x1b2)],'texture':Texture[k(0x18e)],'rating':Rating[k(0x1be)],'weight':0x7});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x18c;var f=c[d];return f;},a58d(a,b);}export class Helmet extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size[l(0x1b1)],'category':Category['Helmet'],'shape':Shape['Circle'],'color':Color[l(0x191)],'texture':Texture[l(0x18e)],'rating':Rating[l(0x1b0)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size[m(0x1a2)],'category':Category[m(0x18c)],'shape':Shape[m(0x198)],'color':Color[m(0x191)],'texture':Texture[m(0x18e)],'rating':Rating[m(0x1b0)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size[n(0x1b1)],'category':Category['LegArmor'],'shape':Shape[n(0x198)],'color':Color['Grey'],'texture':Texture[n(0x18e)],'rating':Rating[n(0x1b0)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size[o(0x1b1)],'category':Category[o(0x1b4)],'shape':Shape[o(0x1b8)],'color':Color['Brown'],'texture':Texture[o(0x197)],'rating':Rating[o(0x1b0)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0x195)],'category':Category[p(0x1bc)],'shape':Shape[p(0x1b8)],'color':Color[p(0x1b2)],'texture':Texture[p(0x197)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size[q(0x1b1)],'category':Category[q(0x1ad)],'shape':Shape[q(0x198)],'color':Color[q(0x191)],'texture':Texture[q(0x18e)],'rating':Rating['Common'],'weight':0x3});}}function a58c(){var B=['Boots','name','Holy\x20Grail','3OwSBKf','Circle','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Sniper\x20Rifle','You\x20hold\x20the\x20','Gloves','Unknown','Rare','8905374YKsnwJ','15sTIsUU','BodyArmor','pageCount','Metallic','Weapon','Book','Grey','publishDate','constructor','314952fiZBTb','Small','Key','Smooth','Rectangle','587368iMfVzq','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','1692334exzKdh','417324bbwBuj','Blade','search','use','Tiny','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Large','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','author','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Legendary','Short\x20Sword','\x20aloft,\x20feeling\x20its\x20immense\x20power.','10rPSFtt','Rifle','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','535204TBnwXO','ArmArmor','(((.+)+)+)+$','225271UaVuay','Common','Medium','Brown','A\x20mysterious\x20book.'];a58c=function(){return B;};return a58c();}export class Key extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0x1a0)],'category':Category[r(0x196)],'shape':Shape[r(0x198)],'color':Color['Yellow'],'texture':Texture[r(0x197)],'rating':Rating['Common'],'weight':0x0});}[a58i(0x19f)](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}export class Weapon extends Item{constructor(a,b){var s=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[s(0x18f)],'shape':Shape['Blade'],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[s(0x1b0)],'weight':0x3});}['use'](){var t=a58i;return t(0x1a1);}}export class Book extends Item{[a58i(0x1a4)];['publishDate'];[a58i(0x18d)];constructor(a,b=a58i(0x1b3),c='Unknown\x20Author'){var u=a58i;super({'name':a,'description':b,'size':Size[u(0x1b1)],'category':Category[u(0x190)],'shape':Shape[u(0x198)],'color':Color['Brown'],'texture':Texture[u(0x197)],'rating':Rating[u(0x1b0)],'weight':0x1}),this[u(0x1a4)]=c,this[u(0x192)]=new Date(),this[u(0x18d)]=0x64;}[a58i(0x19f)](){var v=a58i;return v(0x1a3);}}export class ShortSword extends Item{constructor(){var w=a58i;super({'name':w(0x1a7),'description':w(0x1a5),'size':Size[w(0x1b1)],'category':Category[w(0x18f)],'shape':Shape[w(0x19d)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[w(0x1b0)],'weight':0x3});}[a58i(0x19f)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var x=a58i;super({'name':x(0x1ba),'description':x(0x1ab),'size':Size[x(0x1a2)],'category':Category[x(0x18f)],'shape':Shape['Rifle'],'color':Color[x(0x1b2)],'texture':Texture[x(0x197)],'rating':Rating[x(0x1b0)],'weight':0x5});}[a58i(0x19f)](){var y=a58i;return y(0x1b9);}}export class HolyGrail extends Item{constructor(){var z=a58i;super({'name':z(0x1b6),'description':z(0x19a),'size':Size[z(0x195)],'category':Category['Cup'],'shape':Shape['Circle'],'color':Color['Gold'],'texture':Texture[z(0x18e)],'rating':Rating[z(0x1a6)],'weight':0x1});}[a58i(0x19f)](){var A=a58i;return A(0x1bb)+this[A(0x1b5)]+A(0x1a8);}}
1
+ var a58t=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x204))/0x1+-parseInt(f(0x20b))/0x2*(parseInt(f(0x1f3))/0x3)+-parseInt(f(0x1ed))/0x4+parseInt(f(0x20e))/0x5*(-parseInt(f(0x219))/0x6)+-parseInt(f(0x1f6))/0x7*(parseInt(f(0x1f2))/0x8)+-parseInt(f(0x20d))/0x9*(-parseInt(f(0x1ea))/0xa)+parseInt(f(0x203))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xb3b2b));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1f4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x215)]()['search'](h(0x1f1))['toString']()[h(0x205)](a58a)[h(0x202)](h(0x1f1));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1e2;var f=c[d];return f;},a58d(a,b);}import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[i(0x206)],'shape':Shape[i(0x1eb)],'color':Color[i(0x218)],'texture':Texture[i(0x1f7)],'rating':Rating[i(0x20c)],'weight':0x1});}['use'](){var j=a58d;return this[j(0x1f9)];}}export class Sword extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size[k(0x1e2)],'category':Category['Weapon'],'shape':Shape[k(0x1e9)],'color':Color[k(0x1fe)],'texture':Texture[k(0x1e5)],'rating':Rating[k(0x20c)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size[l(0x20f)],'category':Category[l(0x200)],'shape':Shape[l(0x1fa)],'color':Color[l(0x1f5)],'texture':Texture[l(0x1e5)],'rating':Rating[l(0x1e6)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size[m(0x1e2)],'category':Category[m(0x1fc)],'shape':Shape[m(0x210)],'color':Color[m(0x1fe)],'texture':Texture[m(0x1e5)],'rating':Rating[m(0x20c)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size[n(0x20f)],'category':Category[n(0x209)],'shape':Shape[n(0x1eb)],'color':Color[n(0x1fe)],'texture':Texture[n(0x1e5)],'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(0x1f8)],'shape':Shape[o(0x1eb)],'color':Color[o(0x1fe)],'texture':Texture[o(0x1e5)],'rating':Rating[o(0x20c)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size[p(0x1e2)],'category':Category['Boots'],'shape':Shape[p(0x210)],'color':Color['Brown'],'texture':Texture[p(0x1f7)],'rating':Rating['Common'],'weight':0x2});}}function a58c(){var F=['apply','Brown','1801870hquaMh','Smooth','LegArmor','description','Rifle','A\x20mysterious\x20book.','Helmet','Unknown\x20Author','Grey','Sniper\x20Rifle','Weapon','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','search','32184801gKwtyW','44757ZirLOA','constructor','Unknown','publishDate','You\x20hold\x20the\x20','BodyArmor','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','174SzobfM','Common','2061veHuTe','2335aIuxLQ','Large','Circle','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Short\x20Sword','author','\x20aloft,\x20feeling\x20its\x20immense\x20power.','toString','Gloves','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Yellow','12894EnaGni','use','Medium','pageCount','Cup','Metallic','Rare','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Blade','49140jUVUfZ','Rectangle','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','4482156VORPXi','Gold','Holy\x20Grail','Small','(((.+)+)+)+$','16ynzmku','24861wMPdEM'];a58c=function(){return F;};return a58c();}export class Gloves extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size[q(0x1f0)],'category':Category[q(0x216)],'shape':Shape['Circle'],'color':Color[q(0x1f5)],'texture':Texture[q(0x1f7)],'rating':Rating[q(0x20c)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58d;super({'name':a,'description':b,'size':Size[r(0x1e2)],'category':Category['ArmArmor'],'shape':Shape[r(0x1eb)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[r(0x20c)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58d;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category['Key'],'shape':Shape[s(0x1eb)],'color':Color[s(0x218)],'texture':Texture[s(0x1f7)],'rating':Rating[s(0x20c)],'weight':0x0});}[a58t(0x21a)](){var u=a58t;return u(0x20a);}}export class Weapon extends Item{constructor(a,b){var v=a58t;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Weapon'],'shape':Shape['Blade'],'color':Color[v(0x1fe)],'texture':Texture[v(0x1e5)],'rating':Rating['Common'],'weight':0x3});}['use'](){var w=a58t;return w(0x1e8);}}export class Book extends Item{[a58t(0x213)];[a58t(0x207)];[a58t(0x1e3)];constructor(a,b=a58t(0x1fb),c=a58t(0x1fd)){var x=a58t;super({'name':a,'description':b,'size':Size[x(0x1e2)],'category':Category['Book'],'shape':Shape['Rectangle'],'color':Color['Brown'],'texture':Texture[x(0x1f7)],'rating':Rating[x(0x20c)],'weight':0x1}),this['author']=c,this['publishDate']=new Date(),this[x(0x1e3)]=0x64;}[a58t(0x21a)](){var y=a58t;return y(0x201);}}export class ShortSword extends Item{constructor(){var z=a58t;super({'name':z(0x212),'description':z(0x211),'size':Size[z(0x1e2)],'category':Category[z(0x200)],'shape':Shape[z(0x1e9)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[z(0x20c)],'weight':0x3});}[a58t(0x21a)](){var A=a58t;return A(0x1e8);}}export class SniperRifle extends Item{constructor(){var B=a58t;super({'name':B(0x1ff),'description':B(0x217),'size':Size[B(0x20f)],'category':Category[B(0x200)],'shape':Shape[B(0x1fa)],'color':Color[B(0x1f5)],'texture':Texture[B(0x1f7)],'rating':Rating['Common'],'weight':0x5});}[a58t(0x21a)](){var C=a58t;return C(0x1ec);}}export class HolyGrail extends Item{constructor(){var D=a58t;super({'name':D(0x1ef),'description':D(0x1e7),'size':Size[D(0x1f0)],'category':Category[D(0x1e4)],'shape':Shape[D(0x210)],'color':Color[D(0x1ee)],'texture':Texture[D(0x1e5)],'rating':Rating['Legendary'],'weight':0x1});}[a58t(0x21a)](){var E=a58t;return E(0x208)+this['name']+E(0x214);}}
@@ -1 +1 @@
1
- function a60c(){const j=['A\x20clear\x20glass\x20vial.','Jackpoint\x20Login','Study','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Amulet\x20of\x20Awakening','south','That\x20passcode\x20is\x20incorrect','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','rifle','A\x20chalice\x20made\x20of\x20pure\x20gold.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Central\x20Chamber','Torture\x20Chamber','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Mage\x27s\x20Lair','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','57pHoVCK','Courtyard','A\x20long-range\x20weapon.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','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','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','A\x20creditstick\x20loaded\x20with\x20nuyen.','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.','Barrens\x20Hideout','gem','161628WZzdTy','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Alchemy\x20Lab','Corporate\x20Creditstick','Armory','A\x20key\x20stained\x20with\x20old\x20blood.','146350qpiiaX','sword','5806179ZcxfOp','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','An\x20old\x20and\x20rusted\x20sword.','secret123','decrypt','Central\x20Chamber\x20Key','Rigger\x27s\x20Workshop','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','inside','Chad\x20the\x20stupid\x20guard','182KlArjK','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Treasure\x20Room','Ares\x20Predator','The\x20data\x20remains\x20encrypted.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Encrypted\x20Data\x20Key','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','OUTSIDE','search','5907972LsajQs','outside','Blood-stained\x20Key','A\x20small\x20surveillance\x20drone.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Empty\x20vial','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Matrix\x20Data\x20Haven','The\x20legendary\x20Holy\x20Grail.','north','holyGrail','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','drone','EAST','Golden\x20Chalice','east','creditstick','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','SOUTH','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Entrance\x20Hall','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','down','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','basic','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','key','Watch\x20Tower','A\x20thin\x20log\x20book','Guard\x27s\x20Log\x20Book','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','show\x20loyalty','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Nothing\x20happens.','west','Secret\x20Passage','Downtown\x20Seattle','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','apply','book','cup','Rusted\x20Sword','Holy\x20Grail','disenchant','Corp\x20Enclave','CorpSec\x20Plans','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','1134918HdgWAp','amulet','Ancient\x20Gem','(((.+)+)+)+$','Barrens\x20Entrance','open\x20sesame','NORTH','toString','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','The\x20chest\x20remains\x20firmly\x20shut.','88480yghyJc','Golden\x20Key','7584920CUWwKu'];a60c=function(){return j;};return a60c();}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x11b))/0x1+parseInt(f(0xe9))/0x2+-parseInt(f(0x108))/0x3*(-parseInt(f(0x114))/0x4)+parseInt(f(0xf7))/0x5+-parseInt(f(0x134))/0x6+parseInt(f(0x129))/0x7*(-parseInt(f(0xf5))/0x8)+-parseInt(f(0x11d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xc07f9));function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xca;let f=c[d];return f;},a60d(a,b);}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0xe0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0xf0)]()['search']('(((.+)+)+)+$')[h(0xf0)]()['constructor'](a60a)[h(0x133)](h(0xec));});a60a();export const rooms=[{'name':'Library','description':a60i(0x130),'isStartRoom':!![],'items':[{'type':a60i(0xd3),'name':a60i(0xf6),'description':a60i(0x13a)},{'type':a60i(0xe1),'name':a60i(0xd6),'description':a60i(0xd5),'content':a60i(0x128)}],'exits':[{'direction':a60i(0x141),'targetRoom':a60i(0xdd)}]},{'name':a60i(0xdd),'description':a60i(0xd2),'exits':[{'direction':a60i(0xef),'targetRoom':'Treasure\x20Room','keyRequired':a60i(0xf6)},{'direction':a60i(0x146),'targetRoom':a60i(0x109)}]},{'name':'Treasure\x20Room','description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x13e),'name':a60i(0xe4),'description':a60i(0x13c)}]},{'name':'Courtyard','description':a60i(0x138),'roomType':a60i(0x132),'exits':[{'direction':'UP','targetRoom':a60i(0xd4)}]},{'name':'Watch\x20Tower','description':a60i(0x13f),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':a60i(0x121),'riddle':a60i(0x10d),'rewardItem':{'type':a60i(0x100),'name':'Sniper\x20Rifle','description':a60i(0x10a)},'successMessage':a60i(0x10c),'failureMessage':a60i(0xfe)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60i(0xce),'isStartRoom':!![],'roomType':a60i(0x127),'puzzle':{'requiredPhrase':a60i(0xee),'riddle':a60i(0xd7),'rewardItem':{'type':a60i(0xd3),'name':a60i(0x123),'description':a60i(0xcc)},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':a60i(0xdb)},'exits':[{'direction':a60i(0x13d),'targetRoom':a60i(0xfa)},{'direction':a60i(0x143),'targetRoom':a60i(0x103),'keyRequired':a60i(0x123)}]},{'name':a60i(0xfa),'description':a60i(0xf2),'roomType':a60i(0x127),'items':[{'type':'book','name':'Riddle\x20Book','description':a60i(0xdf),'content':a60i(0x110)},{'type':a60i(0xd3),'name':a60i(0x123),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0xfd),'targetRoom':a60i(0xcb)},{'direction':a60i(0x143),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0x117),'description':a60i(0x115),'roomType':a60i(0x127),'items':[{'type':a60i(0xd1),'name':a60i(0x139),'description':a60i(0xf8)}],'exits':[{'direction':a60i(0xdc),'targetRoom':'Study'},{'direction':'north','targetRoom':a60i(0x119)}]},{'name':'Armory','description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a60i(0x127),'items':[{'type':'shield','name':'Emblem\x20Shield','description':a60i(0x11e)},{'type':a60i(0x11c),'name':a60i(0xe3),'description':a60i(0x120)}],'exits':[{'direction':a60i(0xfd),'targetRoom':'Alchemy\x20Lab'},{'direction':a60i(0x143),'targetRoom':a60i(0x103)}]},{'name':a60i(0x103),'description':a60i(0x10e),'roomType':a60i(0x127),'exits':[{'direction':a60i(0xdc),'targetRoom':'Armory'},{'direction':a60i(0xfd),'targetRoom':a60i(0xcb)},{'direction':a60i(0x13d),'targetRoom':a60i(0x104)},{'direction':a60i(0x143),'targetRoom':a60i(0x12b)}]},{'name':a60i(0x104),'description':a60i(0xfb),'roomType':'inside','items':[{'type':a60i(0xd3),'name':a60i(0x136),'description':a60i(0x11a)}],'puzzle':{'requiredPhrase':'release','riddle':a60i(0xda),'rewardItem':{'type':a60i(0x113),'name':a60i(0xeb),'description':a60i(0x107)},'successMessage':a60i(0x11f),'failureMessage':a60i(0xe8)},'exits':[{'direction':a60i(0xfd),'targetRoom':'Central\x20Chamber'}]},{'name':a60i(0x12b),'description':a60i(0x102),'roomType':a60i(0x127),'puzzle':{'requiredPhrase':'insert\x20gem','riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60i(0xe2),'name':a60i(0x142),'description':a60i(0x101)},'successMessage':a60i(0xca),'failureMessage':a60i(0xf4)},'exits':[{'direction':a60i(0xdc),'targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':a60i(0xf9),'description':a60i(0x116),'isStartRoom':!![],'roomType':a60i(0x127),'exits':[{'direction':'north','targetRoom':a60i(0xde)},{'direction':'up','targetRoom':a60i(0x13b)}]},{'name':'Matrix\x20Data\x20Haven','description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a60i(0x127),'puzzle':{'requiredPhrase':a60i(0x122),'riddle':a60i(0x125),'rewardItem':{'type':a60i(0xd3),'name':a60i(0x12f),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0x12a),'failureMessage':a60i(0x12d)},'exits':[{'direction':a60i(0xcf),'targetRoom':a60i(0xf9)}]},{'name':a60i(0xde),'description':a60i(0x131),'roomType':a60i(0x135),'exits':[{'direction':a60i(0xfd),'targetRoom':'Jackpoint\x20Login'},{'direction':a60i(0x143),'targetRoom':'Barrens\x20Entrance'},{'direction':'west','targetRoom':a60i(0xe6)}]},{'name':a60i(0xed),'description':a60i(0x145),'roomType':a60i(0x135),'puzzle':{'requiredPhrase':a60i(0xd8),'riddle':a60i(0xcd),'rewardItem':{'type':a60i(0xd3),'name':'Gang\x20Insignia','description':a60i(0x10b)},'successMessage':a60i(0x126),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60i(0xdc),'targetRoom':a60i(0xde)},{'direction':a60i(0x13d),'targetRoom':a60i(0x112)}]},{'name':a60i(0xe6),'description':a60i(0xf1),'roomType':a60i(0x127),'items':[{'type':a60i(0x144),'name':a60i(0x118),'description':a60i(0x10f)},{'type':'document','name':a60i(0xe7),'description':a60i(0xd9)}],'exits':[{'direction':a60i(0x143),'targetRoom':a60i(0xde)}]},{'name':a60i(0x112),'description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':'outside','items':[{'type':'weapon','name':a60i(0x12c),'description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':'south','targetRoom':a60i(0xed)},{'direction':a60i(0x13d),'targetRoom':a60i(0x106)},{'direction':a60i(0x143),'targetRoom':a60i(0x124)}]},{'name':'Mage\x27s\x20Lair','description':a60i(0x12e),'roomType':a60i(0x127),'puzzle':{'requiredPhrase':a60i(0xe5),'riddle':a60i(0xd0),'rewardItem':{'type':a60i(0xea),'name':a60i(0xfc),'description':a60i(0x105)},'successMessage':a60i(0xff),'failureMessage':a60i(0xf3)},'exits':[{'direction':a60i(0xfd),'targetRoom':a60i(0x112)}]},{'name':a60i(0x124),'description':a60i(0x111),'roomType':'inside','items':[{'type':a60i(0x140),'name':'MCT\x20Fly-Spy','description':a60i(0x137)}],'exits':[{'direction':a60i(0xdc),'targetRoom':a60i(0x112)}]}];
1
+ function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x120;let f=c[d];return f;},a60d(a,b);}function a60c(){const j=['MCT\x20Fly-Spy','A\x20chalice\x20made\x20of\x20pure\x20gold.','The\x20data\x20remains\x20encrypted.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Study','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','inside','Ares\x20Predator','Watch\x20Tower','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Emblem\x20Shield','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','374379aPlZbw','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Rusted\x20Sword','Secret\x20Passage','Blood-stained\x20Key','weapon','Downtown\x20Seattle','Amulet\x20of\x20Awakening','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','1216112wjDCSV','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','basic','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','north','Ancient\x20Gem','key','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','search','shield','2140630ERWKmC','A\x20small\x20surveillance\x20drone.','An\x20old\x20and\x20rusted\x20sword.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','(((.+)+)+)+$','insert\x20gem','apply','Empty\x20vial','Matrix\x20Data\x20Haven','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','49bWusPy','Barrens\x20Hideout','1470yFDlzI','Alchemy\x20Lab','book','Jackpoint\x20Login','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Holy\x20Grail','Torture\x20Chamber','show\x20loyalty','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','south','CorpSec\x20Plans','EAST','open\x20sesame','Corp\x20Enclave','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Mage\x27s\x20Lair','Central\x20Chamber','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','drone','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','OUTSIDE','Rigger\x27s\x20Workshop','A\x20thin\x20log\x20book','creditstick','east','Golden\x20Key','cup','Guard\x27s\x20Log\x20Book','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','1078566mmPxNd','SOUTH','Armory','down','That\x20passcode\x20is\x20incorrect','Entrance\x20Hall','Courtyard','Golden\x20Chalice','Gang\x20Insignia','gem','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','The\x20chest\x20remains\x20firmly\x20shut.','54846duUzeR','Barrens\x20Entrance','rifle','Sniper\x20Rifle','Central\x20Chamber\x20Key','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','toString','amulet','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Chad\x20the\x20stupid\x20guard','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','2qxqgYF','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','outside','Corporate\x20Creditstick','disenchant','Riddle\x20Book','The\x20legendary\x20Holy\x20Grail.','A\x20creditstick\x20loaded\x20with\x20nuyen.','Encrypted\x20Data\x20Key','4237134yujLNx','Treasure\x20Room','west','1681308sHsCBx'];a60c=function(){return j;};return a60c();}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x16e))/0x1*(parseInt(f(0x155))/0x2)+-parseInt(f(0x189))/0x3+-parseInt(f(0x17a))/0x4+-parseInt(f(0x129))/0x5+parseInt(f(0x177))/0x6+-parseInt(f(0x133))/0x7*(parseInt(f(0x192))/0x8)+parseInt(f(0x162))/0x9*(parseInt(f(0x135))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x9d09d));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x12f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x168)]()['search']('(((.+)+)+)+$')[h(0x168)]()['constructor'](a60a)[h(0x127)](h(0x12d));});a60a();export const rooms=[{'name':'Library','description':a60i(0x121),'isStartRoom':!![],'items':[{'type':a60i(0x125),'name':'Golden\x20Key','description':a60i(0x180)},{'type':a60i(0x137),'name':a60i(0x151),'description':a60i(0x14c),'content':a60i(0x16b)}],'exits':[{'direction':a60i(0x141),'targetRoom':'Secret\x20Passage'}]},{'name':a60i(0x18c),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':'NORTH','targetRoom':'Treasure\x20Room','keyRequired':a60i(0x14f)},{'direction':a60i(0x156),'targetRoom':a60i(0x15b)}]},{'name':'Treasure\x20Room','description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':'holyGrail','name':a60i(0x13b),'description':a60i(0x174)}]},{'name':a60i(0x15b),'description':a60i(0x16d),'roomType':a60i(0x14a),'exits':[{'direction':'UP','targetRoom':a60i(0x185)}]},{'name':'Watch\x20Tower','description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0x14a),'puzzle':{'requiredPhrase':'secret123','riddle':a60i(0x15f),'rewardItem':{'type':a60i(0x164),'name':a60i(0x165),'description':'A\x20long-range\x20weapon.'},'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(0x159)}}];export const dungeonConfig=[{'name':a60i(0x15a),'description':a60i(0x181),'isStartRoom':!![],'roomType':a60i(0x183),'puzzle':{'requiredPhrase':a60i(0x142),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':'key','name':a60i(0x166),'description':a60i(0x193)},'successMessage':a60i(0x191),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60i(0x123),'targetRoom':a60i(0x17f)},{'direction':a60i(0x14e),'targetRoom':a60i(0x146),'keyRequired':a60i(0x166)}]},{'name':a60i(0x17f),'description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':a60i(0x183),'items':[{'type':'book','name':a60i(0x173),'description':a60i(0x147),'content':a60i(0x13a)},{'type':a60i(0x125),'name':'Central\x20Chamber\x20Key','description':a60i(0x193)}],'exits':[{'direction':'south','targetRoom':a60i(0x15a)},{'direction':a60i(0x14e),'targetRoom':a60i(0x136)}]},{'name':a60i(0x136),'description':a60i(0x132),'roomType':a60i(0x183),'items':[{'type':a60i(0x120),'name':a60i(0x130),'description':'A\x20clear\x20glass\x20vial.'}],'exits':[{'direction':a60i(0x179),'targetRoom':'Study'},{'direction':a60i(0x123),'targetRoom':'Armory'}]},{'name':a60i(0x157),'description':a60i(0x126),'roomType':a60i(0x183),'items':[{'type':a60i(0x128),'name':a60i(0x187),'description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':'sword','name':a60i(0x18b),'description':a60i(0x12b)}],'exits':[{'direction':a60i(0x13f),'targetRoom':a60i(0x136)},{'direction':a60i(0x14e),'targetRoom':a60i(0x146)}]},{'name':a60i(0x146),'description':a60i(0x154),'roomType':'inside','exits':[{'direction':a60i(0x179),'targetRoom':a60i(0x157)},{'direction':a60i(0x13f),'targetRoom':a60i(0x15a)},{'direction':a60i(0x123),'targetRoom':a60i(0x13c)},{'direction':a60i(0x14e),'targetRoom':a60i(0x178)}]},{'name':a60i(0x13c),'description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':'inside','items':[{'type':'key','name':a60i(0x18d),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':'release','riddle':a60i(0x17e),'rewardItem':{'type':a60i(0x15e),'name':a60i(0x124),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a60i(0x182),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0x13f),'targetRoom':a60i(0x146)}]},{'name':'Treasure\x20Room','description':a60i(0x18a),'roomType':a60i(0x183),'puzzle':{'requiredPhrase':a60i(0x12e),'riddle':a60i(0x139),'rewardItem':{'type':a60i(0x150),'name':a60i(0x15c),'description':a60i(0x17c)},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a60i(0x161)},'exits':[{'direction':a60i(0x179),'targetRoom':a60i(0x146)}]}];export const shadowrunConfig=[{'name':a60i(0x138),'description':a60i(0x13e),'isStartRoom':!![],'roomType':a60i(0x183),'exits':[{'direction':a60i(0x123),'targetRoom':a60i(0x18f)},{'direction':'up','targetRoom':a60i(0x131)}]},{'name':'Matrix\x20Data\x20Haven','description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':'inside','puzzle':{'requiredPhrase':'decrypt','riddle':a60i(0x153),'rewardItem':{'type':a60i(0x125),'name':a60i(0x176),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0x144),'failureMessage':a60i(0x17d)},'exits':[{'direction':a60i(0x158),'targetRoom':a60i(0x138)}]},{'name':a60i(0x18f),'description':a60i(0x167),'roomType':'outside','exits':[{'direction':'south','targetRoom':a60i(0x138)},{'direction':a60i(0x14e),'targetRoom':a60i(0x163)},{'direction':a60i(0x179),'targetRoom':a60i(0x143)}]},{'name':a60i(0x163),'description':a60i(0x188),'roomType':a60i(0x170),'puzzle':{'requiredPhrase':a60i(0x13d),'riddle':a60i(0x122),'rewardItem':{'type':a60i(0x125),'name':a60i(0x15d),'description':a60i(0x16a)},'successMessage':a60i(0x152),'failureMessage':a60i(0x149)},'exits':[{'direction':a60i(0x179),'targetRoom':a60i(0x18f)},{'direction':'north','targetRoom':a60i(0x134)}]},{'name':'Corp\x20Enclave','description':'The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','roomType':a60i(0x183),'items':[{'type':a60i(0x14d),'name':a60i(0x171),'description':a60i(0x175)},{'type':'document','name':a60i(0x140),'description':a60i(0x160)}],'exits':[{'direction':a60i(0x14e),'targetRoom':a60i(0x18f)}]},{'name':'Barrens\x20Hideout','description':a60i(0x12c),'roomType':'outside','items':[{'type':a60i(0x18e),'name':a60i(0x184),'description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':a60i(0x13f),'targetRoom':'Barrens\x20Entrance'},{'direction':a60i(0x123),'targetRoom':a60i(0x145)},{'direction':'east','targetRoom':a60i(0x14b)}]},{'name':'Mage\x27s\x20Lair','description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x183),'puzzle':{'requiredPhrase':a60i(0x172),'riddle':a60i(0x16c),'rewardItem':{'type':a60i(0x169),'name':a60i(0x190),'description':a60i(0x16f)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a60i(0x186)},'exits':[{'direction':a60i(0x13f),'targetRoom':'Barrens\x20Hideout'}]},{'name':a60i(0x14b),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a60i(0x183),'items':[{'type':a60i(0x148),'name':a60i(0x17b),'description':a60i(0x12a)}],'exits':[{'direction':'west','targetRoom':'Barrens\x20Hideout'}]}];
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x96))/0x1*(-parseInt(f(0xa4))/0x2)+-parseInt(f(0x91))/0x3*(parseInt(f(0xb1))/0x4)+parseInt(f(0x99))/0x5*(parseInt(f(0x9e))/0x6)+parseInt(f(0x8f))/0x7+parseInt(f(0x8d))/0x8+parseInt(f(0x8e))/0x9+-parseInt(f(0x92))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x3d4e5));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0xa0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a['toString']()[h(0xb2)](h(0xa6))[h(0x94)]()[h(0x9b)](a61a)['search']('(((.+)+)+)+$');});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x95)];[a61i(0x9d)];['logger'];[a61i(0xa5)];}export class AbstractRoom extends EventEmitter{[a61i(0x8c)];[a61i(0xa7)];[a61i(0x8b)];[a61i(0xa1)];[a61i(0x97)];[a61i(0xac)];[a61i(0xb3)];}export class AbstractDoor{[a61i(0xb0)];[a61i(0xa2)];['isLocked'];[a61i(0x9c)];['name'];[a61i(0x93)];[a61i(0xa8)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x8b;var f=c[d];return f;},a61d(a,b);}export class AbstractInventory{[a61i(0xa9)];[a61i(0x93)];}function a61c(){var j=['isLockable','items','color','solved','roomType','shape','_currentLocation','category','roomA','8JzWuqQ','search','isStartRoom','exits','name','3555240BetDTJ','3165543ZLsdHu','2245264bRSsEi','texture','27141viqePl','15181830DoDsrB','logger','toString','rooms','1TRUkqR','puzzle','_inventory','5gUhVDC','_playerName','constructor','unlockItemOrSolution','player','1956510gSDWZv','weight','apply','inventory','roomB','_equipment','688834pFsFRc','characterLocations','(((.+)+)+)+$','description'];a61c=function(){return j;};return a61c();}export class AbstractItem{['uuid'];['name'];[a61i(0xa7)];['size'];[a61i(0xaf)];[a61i(0xad)];[a61i(0xaa)];[a61i(0x90)];['rating'];[a61i(0x9f)];}export class AbstractPlayer{[a61i(0x9a)];[a61i(0xae)];[a61i(0x98)];[a61i(0xa3)];['_maxCarryingWeight'];['_logger'];}export class AbstractPuzzle{['logger'];[a61i(0xab)];}
1
+ var a61i=a61d;function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0xd6;var f=c[d];return f;},a61d(a,b);}(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0xed))/0x1+parseInt(f(0xe4))/0x2+parseInt(f(0xd8))/0x3*(-parseInt(f(0xd9))/0x4)+-parseInt(f(0xf4))/0x5*(parseInt(f(0xde))/0x6)+parseInt(f(0xf9))/0x7+-parseInt(f(0xea))/0x8*(-parseInt(f(0xec))/0x9)+-parseInt(f(0xf2))/0xa*(parseInt(f(0xe0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x38963));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0xf6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0xe2)]()[h(0xe5)](h(0xd7))['toString']()['constructor'](a61a)[h(0xe5)](h(0xd7));});a61a();import{EventEmitter}from'events';function a61c(){var j=['items','2379762HpUVGd','size','inventory','characterLocations','(((.+)+)+)+$','1497Xllavs','2244CQnQBU','rating','isStartRoom','_maxCarryingWeight','name','222AgHvpj','description','28259AslKBv','roomA','toString','uuid','776668cIeMAL','search','logger','_logger','player','solved','376nWYJyK','_equipment','42894fJJXiR','116818UQXTXO','roomType','_inventory','exits','puzzle','1640cbYqGt','rooms','18390vQTgsp','_playerName','apply','isLocked'];a61c=function(){return j;};return a61c();}export class AbstractScene{[a61i(0xf3)];[a61i(0xe8)];['logger'];[a61i(0xd6)];}export class AbstractRoom extends EventEmitter{[a61i(0xdd)];[a61i(0xdf)];[a61i(0xf0)];[a61i(0xfb)];[a61i(0xf1)];[a61i(0xee)];[a61i(0xdb)];}export class AbstractDoor{[a61i(0xe1)];['roomB'];[a61i(0xf7)];['unlockItemOrSolution'];[a61i(0xdd)];['logger'];['isLockable'];}export class AbstractInventory{[a61i(0xf8)];['logger'];}export class AbstractItem{[a61i(0xe3)];[a61i(0xdd)];[a61i(0xdf)];[a61i(0xfa)];['category'];['shape'];['color'];['texture'];[a61i(0xda)];['weight'];}export class AbstractPlayer{[a61i(0xf5)];['_currentLocation'];[a61i(0xef)];[a61i(0xeb)];[a61i(0xdc)];[a61i(0xe7)];}export class AbstractPuzzle{[a61i(0xe6)];[a61i(0xe9)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x13c))/0x1*(parseInt(k(0x15e))/0x2)+parseInt(k(0x18f))/0x3*(parseInt(k(0x192))/0x4)+parseInt(k(0x182))/0x5+-parseInt(k(0x17b))/0x6+-parseInt(k(0x18d))/0x7+-parseInt(k(0x141))/0x8+-parseInt(k(0x159))/0x9*(-parseInt(k(0x15f))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xb62c6));export var Size;(function(a){var l=a62d;a['Tiny']=l(0x160),a['Small']='small',a['Medium']=l(0x180),a['Large']=l(0x15c),a['VeryLarge']=l(0x194);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x16c)]=m(0x184),a[m(0x18e)]='rare',a[m(0x168)]=m(0x189);}(Rating||(Rating={})));export var Category;function a62c(){var v=['Book','Red','grey','Blade','UNDERGROUND','Legendary','Helmet','rough','fuzzy','Common','grainy','Blue','INSIDE','Yellow','NORTH','rectangle','arm\x20armor','DOWN','metallic','square','Hat','Gold','circle','blade','8316126JMTWiV','Square','outside','brown','sea','medium','WEST','676740XFKFSj','Triangle','common','beach','Purple','rifle','Cup','legendary','underground','Brown','LegArmor','3095057vBBAaa','Rare','3440709WpvBZu','leg\x20armor','SEA','4ENZXRA','SOUTH','very\x20large','body\x20armor','Orange','Gloves','inside','boots','cave','south','toString','7269XllZBV','green','orange','east','yellow','3133976Mbjukg','Bumpy','FOREST','mountain','Rough','(((.+)+)+)+$','Grainy','search','smooth','BodyArmor','bumpy','purple','Shield','BEACH','Green','cup','CAVE','Boots','Key','MOUNTAIN','down','OUTSIDE','gloves','hat','207fReaob','unknown','Smooth','large','constructor','132nYcUmZ','523520oLJKGZ','tiny','apply','desert'];a62c=function(){return v;};return a62c();}(function(a){var n=a62d;a['Weapon']='weapon',a[n(0x14d)]='shield',a[n(0x153)]='key',a[n(0x136)]=n(0x157),a[n(0x169)]='helmet',a[n(0x177)]=n(0x158),a[n(0x152)]=n(0x138),a[n(0x18c)]=n(0x190),a['ArmArmor']=n(0x173),a[n(0x14a)]=n(0x195),a[n(0x163)]='book',a[n(0x188)]=n(0x150),a['Unknown']=n(0x15a);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a['Circle']=o(0x179),a[o(0x17c)]=o(0x176),a[o(0x183)]='triangle',a['Rectangle']=o(0x172),a[o(0x166)]=o(0x17a),a['Rifle']=o(0x187);}(Shape||(Shape={})));export var Color;(function(c){var r=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var p=a62d;if(h){var j=h[p(0x161)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a62d;return e['toString']()[q(0x148)](q(0x146))[q(0x13b)]()[q(0x15d)](e)[q(0x148)](q(0x146));});e(),c[r(0x164)]='red',c[r(0x16e)]='blue',c[r(0x14f)]=r(0x13d),c[r(0x170)]=r(0x140),c[r(0x196)]=r(0x13e),c[r(0x186)]=r(0x14c),c['Grey']=r(0x165),c[r(0x18b)]=r(0x17e),c[r(0x178)]='gold';}(Color||(Color={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x136;var f=c[d];return f;},a62d(a,b);}export var Texture;(function(a){var s=a62d;a[s(0x15b)]=s(0x149),a[s(0x145)]=s(0x16a),a[s(0x142)]=s(0x14b),a['Fuzzy']=s(0x16b),a[s(0x147)]=s(0x16d),a['Metallic']=s(0x175);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x16f)]=t(0x137),a[t(0x156)]=t(0x17d),a[t(0x167)]=t(0x18a),a[t(0x151)]=t(0x139),a['TOWER']='tower',a[t(0x143)]='forest',a['DESERT']=t(0x162),a[t(0x154)]=t(0x144),a[t(0x14e)]=t(0x185),a[t(0x191)]=t(0x17f);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x171)]='north',a['EAST']=u(0x13f),a[u(0x193)]=u(0x13a),a[u(0x181)]='west',a['UP']='up',a[u(0x174)]=u(0x155);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0xa9))/0x1+parseInt(k(0xc8))/0x2+parseInt(k(0xbc))/0x3*(parseInt(k(0x8b))/0x4)+parseInt(k(0xb2))/0x5+-parseInt(k(0x92))/0x6+parseInt(k(0xb3))/0x7*(-parseInt(k(0x7c))/0x8)+parseInt(k(0xa2))/0x9*(parseInt(k(0xc2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x65d6b));export var Size;(function(a){var l=a62d;a[l(0xb5)]=l(0xdc),a[l(0x9e)]='small',a[l(0xdb)]='medium',a[l(0x95)]=l(0xb4),a[l(0xd0)]=l(0xb6);}(Size||(Size={})));export var Rating;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x7b;var f=c[d];return f;},a62d(a,b);}(function(a){var m=a62d;a[m(0xae)]=m(0xa1),a['Rare']=m(0x81),a[m(0x8a)]=m(0xc6);}(Rating||(Rating={})));export var Category;(function(c){var p=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var n=a62d;if(h){var j=h[n(0xac)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var o=a62d;return e['toString']()['search'](o(0xa0))[o(0xde)]()[o(0x8d)](e)['search']('(((.+)+)+)+$');});e(),c[p(0xb9)]='weapon',c[p(0xbf)]=p(0xd2),c[p(0xda)]='key',c['Gloves']='gloves',c[p(0x8e)]=p(0xbe),c['Hat']=p(0xd4),c['Boots']=p(0xab),c[p(0x9d)]=p(0x87),c[p(0x80)]=p(0xcb),c[p(0xd6)]=p(0x94),c[p(0x90)]=p(0x93),c[p(0x88)]='cup',c['Unknown']=p(0xb0);}(Category||(Category={})));export var Shape;(function(a){var q=a62d;a[q(0xbd)]=q(0xc1),a[q(0x7e)]=q(0xc7),a[q(0x98)]=q(0x8c),a['Rectangle']='rectangle',a['Blade']='blade',a[q(0x9a)]=q(0xc9);}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a['Red']='red',a[r(0xdd)]=r(0x9f),a[r(0xa5)]=r(0xcf),a[r(0x84)]='yellow',a[r(0xd8)]=r(0xa7),a['Purple']=r(0xb7),a[r(0xbb)]=r(0x97),a[r(0xd7)]=r(0xce),a[r(0x9c)]=r(0x86);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a[s(0xd5)]='smooth',a[s(0xd3)]=s(0xb1),a[s(0xb8)]=s(0x99),a['Fuzzy']=s(0xba),a[s(0x7d)]=s(0xd9),a[s(0x7b)]=s(0xaa);}(Texture||(Texture={})));export var RoomType;function a62c(){var v=['Square','TOWER','ArmArmor','rare','SEA','DESERT','Yellow','down','gold','leg\x20armor','Cup','FOREST','Legendary','61384Zuxlob','triangle','constructor','Helmet','underground','Book','DOWN','3429030JBtlGD','book','body\x20armor','Large','SOUTH','grey','Triangle','bumpy','Rifle','north','Gold','LegArmor','Small','blue','(((.+)+)+)+$','common','3753945FOuTMI','MOUNTAIN','EAST','Green','forest','orange','mountain','279599VJxeFS','metallic','boots','apply','BEACH','Common','INSIDE','unknown','rough','97615TDSTUH','7DOLdeA','large','Tiny','very\x20large','purple','Bumpy','Weapon','fuzzy','Grey','21arqtlc','Circle','helmet','Shield','OUTSIDE','circle','40WLIlkI','tower','cave','inside','legendary','square','388046EaMnlP','rifle','beach','arm\x20armor','west','WEST','brown','green','VeryLarge','sea','shield','Rough','hat','Smooth','BodyArmor','Brown','Orange','grainy','Key','Medium','tiny','Blue','toString','Metallic','5769224EheuZy','Grainy'];a62c=function(){return v;};return a62c();}(function(a){var t=a62d;a[t(0xaf)]=t(0xc5),a[t(0xc0)]='outside',a['UNDERGROUND']=t(0x8f),a['CAVE']=t(0xc4),a[t(0x7f)]=t(0xc3),a[t(0x89)]=t(0xa6),a[t(0x83)]='desert',a[t(0xa3)]=t(0xa8),a[t(0xad)]=t(0xca),a[t(0x82)]=t(0xd1);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a['NORTH']=u(0x9b),a[u(0xa4)]='east',a[u(0x96)]='south',a[u(0xcd)]=u(0xcc),a['UP']='up',a[u(0x91)]=u(0x85);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x82))/0x1*(-parseInt(f(0x7b))/0x2)+parseInt(f(0x84))/0x3*(parseInt(f(0x7d))/0x4)+-parseInt(f(0x79))/0x5+-parseInt(f(0x77))/0x6*(-parseInt(f(0x7c))/0x7)+-parseInt(f(0x83))/0x8+-parseInt(f(0x78))/0x9+-parseInt(f(0x7a))/0xa*(-parseInt(f(0x7f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x654da));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x80)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0x85)](h(0x7e))['toString']()[h(0x81)](a63a)['search'](h(0x7e));});a63a();export{};function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x77;var f=c[d];return f;},a63d(a,b);}function a63c(){var i=['8wwQGAO','1120343bofZLw','116gcHufF','(((.+)+)+)+$','22bbPkIU','apply','constructor','69981NvJBLT','3499248fKLWBI','49239zBFHBu','search','12lmHETB','2788749rIUpgD','3747050gdNqgj','4178080eaDHaV'];a63c=function(){return i;};return a63c();}
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x1b3))/0x1+-parseInt(f(0x1ad))/0x2+-parseInt(f(0x1af))/0x3*(-parseInt(f(0x1aa))/0x4)+-parseInt(f(0x1ae))/0x5*(-parseInt(f(0x1b6))/0x6)+-parseInt(f(0x1a9))/0x7+-parseInt(f(0x1b4))/0x8*(-parseInt(f(0x1b7))/0x9)+parseInt(f(0x1b0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xd49cf));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x1b5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x1b1)]()[h(0x1ac)](h(0x1b2))[h(0x1b1)]()[h(0x1ab)](a63a)['search']('(((.+)+)+)+$');});function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1a9;var f=c[d];return f;},a63d(a,b);}a63a();function a63c(){var i=['1913350TjwPXJ','toString','(((.+)+)+)+$','747467djDokV','16ZQwnUT','apply','1563522BFJPqK','3854124QCPCNu','2620401JjguVh','796dTNXdA','constructor','search','2202788IseXnN','5hsrWCt','4383YTWbHX'];a63c=function(){return i;};return a63c();}export{};
@@ -1 +1 @@
1
- function a64c(){var i=['toString','6106880QKSeeN','2281664Dvljei','constructor','(((.+)+)+)+$','4865tGtwOu','43864oRAHkZ','apply','993213idYTnf','755424qrPqEF','2600553Zhpxpp','2641260hkqDoN','search'];a64c=function(){return i;};return a64c();}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0xa8))/0x1+parseInt(f(0xa2))/0x2+parseInt(f(0xaa))/0x3+-parseInt(f(0xa9))/0x4+parseInt(f(0xa1))/0x5+parseInt(f(0xab))/0x6+-parseInt(f(0xa5))/0x7*(parseInt(f(0xa6))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xa1d9d));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xa0;var f=c[d];return f;},a64d(a,b);}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0xa7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0xa0)]()[h(0xac)](h(0xa4))[h(0xa0)]()[h(0xa3)](a64a)[h(0xac)]('(((.+)+)+)+$');});a64a();export{};
1
+ function a64c(){var h=['toString','5101159wDHvsN','11363320zkDAgw','(((.+)+)+)+$','9dDqFYe','search','3338464exrMjp','72002JiKyWU','196116GAlced','3680590iqNhch','1008396BRgxzU','12HaBwjI'];a64c=function(){return h;};return a64c();}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x12f))/0x1+-parseInt(f(0x13a))/0x2*(parseInt(f(0x132))/0x3)+-parseInt(f(0x139))/0x4+-parseInt(f(0x130))/0x5+parseInt(f(0x131))/0x6+parseInt(f(0x134))/0x7+parseInt(f(0x135))/0x8*(parseInt(f(0x137))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xc2f84));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x12f;var f=c[d];return f;},a64d(a,b);}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var g=a64d;return a64a[g(0x133)]()['search'](g(0x136))[g(0x133)]()['constructor'](a64a)[g(0x138)]('(((.+)+)+)+$');});a64a();export{};
@@ -1 +1 @@
1
- const a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x151))/0x1+parseInt(y(0x195))/0x2+-parseInt(y(0x16a))/0x3+-parseInt(y(0x168))/0x4+-parseInt(y(0x177))/0x5*(-parseInt(y(0x150))/0x6)+-parseInt(y(0x197))/0x7+-parseInt(y(0x158))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x42777));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a65d;return g['toString']()[z(0x18a)]('(((.+)+)+)+$')[z(0x189)]()[z(0x14e)](g)['search'](z(0x166));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':A(0x18c)}),i=a65e[A(0x188)]({'top':'0%','left':'75%','width':A(0x19c),'height':A(0x186),'border':{'type':A(0x17b)},'label':'\x20Inventory\x20','content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19a)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x175)]()[B(0x15f)](v=>v[B(0x192)]);i[B(0x19e)](u[B(0x153)]('\x0a')),h[B(0x194)]();};h[A(0x14d)](i);const k=a65e['box']({'top':A(0x186),'left':A(0x172),'width':A(0x19c),'height':A(0x19c),'border':{'type':'line'},'label':A(0x196),'content':A(0x176),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19a)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x14d)](k);const l=t=>{const C=A;k[C(0x19e)]('Head:\x20'+(t['head']?t['head']['name']:'None')+'\x0a'+('Torso:\x20'+(t['torso']?t[C(0x15b)]['name']:C(0x16c))+'\x0a')+(C(0x180)+(t[C(0x165)]?t[C(0x165)][C(0x192)]:C(0x16c))+'\x0a')+(C(0x164)+(t[C(0x152)]?t[C(0x152)][C(0x192)]:C(0x16c))+'\x0a')+('Arms:\x20'+(t[C(0x183)]?t[C(0x183)][C(0x192)]:C(0x16c))+'\x0a')+('Gloves:\x20'+(t[C(0x17a)]?t[C(0x17a)][C(0x192)]:C(0x16c))+'\x0a')+(C(0x181)+(t[C(0x187)]?t[C(0x187)]['name']:C(0x16c))+'\x0a')+('Right\x20Hand:\x20'+(t[C(0x154)]?t[C(0x154)][C(0x192)]:C(0x16c))+'\x0a')),h['render']();},m=a65e[A(0x188)]({'top':'70%','left':A(0x172),'width':A(0x19c),'height':A(0x15a),'border':{'type':'line'},'label':'\x20Map\x20','content':A(0x178),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19a)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x14d)](m);const n=t=>{const D=A;let u=D(0x18d)+t['name']+'\x0a\x0a';u+=D(0x199),t['exits']['size']>0x0?t[D(0x16d)]['forEach']((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x19b)](t);x['roomType']===RoomType[E(0x16f)]?u+=capitalCase(w)+':\x20'+x[E(0x192)]:u+=capitalCase(w)+':\x20'+v[E(0x192)];if(v[E(0x184)]())u+='\x20(Locked)';else v[E(0x14f)]()&&(u+=E(0x161));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x171),m[D(0x19e)](u),h[D(0x194)]();},o=a65e[A(0x188)]({'id':'logBox','top':'0%','left':'0%','width':A(0x172),'height':'90%','border':{'type':A(0x17b)},'label':A(0x19f),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19a)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](A(0x159)),h['append'](o);const p=a65e[A(0x15e)]({'bottom':0x0,'left':0x0,'width':'100%','height':A(0x182),'tags':!![],'border':{'type':'line'},'style':{'fg':A(0x17f),'border':{'fg':A(0x191)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x14d)](p),h['key']([A(0x19d),A(0x160)],()=>process[A(0x198)](0x0)),p['focus'](),h['render']();const q=Logger[A(0x17c)](e['logFilePath'],h),r=new Player({'playerName':c});q['write']('----->>>>>>\x20Initializing\x20Game');const s=a65f['getInstance'](r,d);o[A(0x19e)](s[A(0x18e)]()),l(s[A(0x170)][A(0x17e)]),j(s[A(0x170)]['inventory']),n(s['player']['currentLocation']),p[A(0x174)]([A(0x167)],async()=>{const F=A,t=p[F(0x15c)](),u=s[F(0x169)](t);(t[F(0x173)]('\x20')[0x0]==='take'||F(0x179)||F(0x155))&&(j(s[F(0x170)][F(0x17d)]),l(s[F(0x170)][F(0x17e)])),(t[F(0x173)]('\x20')[0x0]==='go'||F(0x15d)||F(0x18f))&&n(s['player'][F(0x193)]),t['split']('\x20')[0x0]===F(0x162)&&o['setContent'](''),u===null&&(console[F(0x157)](F(0x1a0)),h[F(0x194)](),q[F(0x163)](F(0x185)),process[F(0x198)](0x0)),o[F(0x190)](u),o[F(0x16e)](0x1),p['clearValue'](),p['focus'](),h[F(0x194)]();});}catch(t){console[A(0x157)](t),process[A(0x198)](0x1);}}const args=process[a65G(0x16b)][a65G(0x18b)](0x2);main(args[0x0],JSON[a65G(0x156)](args[0x1]),JSON['parse'](args[0x2]));function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x14d;let f=c[d];return f;},a65d(a,b);}function a65c(){const H=['5YmFjNz','Available\x20exits\x20will\x20be\x20shown\x20here...','equip','gloves','line','getInstance','inventory','equipment','white','Legs:\x20','Left\x20Hand:\x20','10%','arms','checkIfLocked','<<<<<<<<---------\x20Terminating\x20game','45%','leftHand','box','toString','search','slice','Side\x20Quest\x20Adventure\x20Game','Currently\x20in:\x20','getWelcomeMessage','unlock','pushLine','cyan','name','currentLocation','render','1057376qFoFxU','\x20Equipment\x20','142954NbBooS','exit','-----\x20Exits\x20------\x0a','yellow','getOtherSide','25%','escape','setContent','\x20Game\x20Log\x20','Thanks\x20for\x20playing!','append','constructor','checkIfLockable','2717556XBeQqP','212807IOwsPY','feet','join','rightHand','unequip','parse','log','1641360yyIsCB','mousemove','20%','torso','getValue','lock','textbox','map','C-c','\x20(Unlocked)','clear','write','Feet:\x20','legs','(((.+)+)+)+$','enter','1964940XUcWkH','handleInput','616041rnanlD','argv','None','exits','scroll','OUTSIDE','player','\x0aThere\x20are\x20no\x20exits\x20here.','75%','split','key','getAllItems','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...'];a65c=function(){return H;};return a65c();}
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x139))/0x1+-parseInt(y(0x182))/0x2+-parseInt(y(0x160))/0x3*(parseInt(y(0x179))/0x4)+parseInt(y(0x13e))/0x5*(parseInt(y(0x142))/0x6)+parseInt(y(0x133))/0x7+parseInt(y(0x136))/0x8*(-parseInt(y(0x150))/0x9)+-parseInt(y(0x16c))/0xa*(-parseInt(y(0x180))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x67819));function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x132;let f=c[d];return f;},a65d(a,b);}import a65e from'blessed';import{capitalCase}from'change-case';function a65c(){const I=['unequip','70%','75%','constructor','log','909SCJvQH','key','rightHand','equip','inventory','parse','\x20(Locked)','Left\x20Hand:\x20','----->>>>>>\x20Initializing\x20Game','lock','gloves','feet','yellow','append','player','screen','4122sCubSM','focus','getValue','box','\x20(Unlocked)','Available\x20exits\x20will\x20be\x20shown\x20here...','setContent','None','handleInput','C-c','\x0aThere\x20are\x20no\x20exits\x20here.','render','320TRtDqP','split','(((.+)+)+)+$','write','take','apply','getInstance','cyan','getOtherSide','size','exits','Legs:\x20','search','932KlxbDl','Side\x20Quest\x20Adventure\x20Game','Right\x20Hand:\x20','10%','argv','enter','legs','371294zeoGzB','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','1685738XetCjD','logBox','toString','checkIfLockable','head','leftHand','exit','currentLocation','equipment','clearValue','arms','Torso:\x20','145663oKKDCd','mousemove','Head:\x20','27752UIddjZ','map','white','117676gUgxwg','pushLine','Thanks\x20for\x20playing!','90%','25%','40oXghos','torso','checkIfLocked','OUTSIDE','539046lzgHNY','45%','name','clear','line','getWelcomeMessage','<<<<<<<<---------\x20Terminating\x20game','\x20Map\x20','\x20Equipment\x20'];a65c=function(){return I;};return a65c();}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(0x171)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x184)]()[A(0x178)](A(0x16e))[A(0x184)]()[A(0x14e)](g)[A(0x178)](A(0x16e));});g();try{const h=a65e[B(0x15f)]({'smartCSR':!![],'title':B(0x17a)}),i=a65e[B(0x163)]({'top':'0%','left':B(0x14d),'width':B(0x13d),'height':B(0x143),'border':{'type':B(0x146)},'label':'\x20Inventory\x20','content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x137)](v=>v[C(0x144)]);i[C(0x166)](u['join']('\x0a')),h[C(0x16b)]();};h[B(0x15d)](i);const k=a65e[B(0x163)]({'top':B(0x143),'left':B(0x14d),'width':B(0x13d),'height':B(0x13d),'border':{'type':B(0x146)},'label':B(0x14a),'content':B(0x181),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x15c)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x15d)](k);const l=t=>{const D=B;k[D(0x166)](D(0x135)+(t[D(0x186)]?t[D(0x186)][D(0x144)]:D(0x167))+'\x0a'+(D(0x132)+(t[D(0x13f)]?t[D(0x13f)][D(0x144)]:D(0x167))+'\x0a')+(D(0x177)+(t[D(0x17f)]?t['legs'][D(0x144)]:D(0x167))+'\x0a')+('Feet:\x20'+(t['feet']?t[D(0x15b)][D(0x144)]:'None')+'\x0a')+('Arms:\x20'+(t[D(0x18c)]?t['arms']['name']:D(0x167))+'\x0a')+('Gloves:\x20'+(t['gloves']?t[D(0x15a)][D(0x144)]:D(0x167))+'\x0a')+(D(0x157)+(t[D(0x187)]?t[D(0x187)]['name']:D(0x167))+'\x0a')+(D(0x17b)+(t[D(0x152)]?t[D(0x152)][D(0x144)]:D(0x167))+'\x0a')),h[D(0x16b)]();},m=a65e[B(0x163)]({'top':B(0x14c),'left':'75%','width':B(0x13d),'height':'20%','border':{'type':B(0x146)},'label':B(0x149),'content':B(0x165),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x15c)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x15d)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t['name']+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[E(0x176)][E(0x175)]>0x0?t[E(0x176)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x174)](t);x['roomType']===RoomType[F(0x141)]?u+=capitalCase(w)+':\x20'+x[F(0x144)]:u+=capitalCase(w)+':\x20'+v[F(0x144)];if(v[F(0x140)]())u+=F(0x156);else v[F(0x185)]()&&(u+=F(0x164));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x16a),m[E(0x166)](u),h['render']();},o=a65e[B(0x163)]({'id':B(0x183),'top':'0%','left':'0%','width':B(0x14d),'height':B(0x13c),'border':{'type':B(0x146)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x15c)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](B(0x134)),h[B(0x15d)](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':'100%','height':B(0x17c),'tags':!![],'border':{'type':'line'},'style':{'fg':B(0x138),'border':{'fg':B(0x173)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x15d)](p),h[B(0x151)](['escape',B(0x169)],()=>process[B(0x188)](0x0)),p[B(0x161)](),h[B(0x16b)]();const q=Logger[B(0x172)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0x16f)](B(0x158));const s=a65f['getInstance'](r,d);o[B(0x166)](s[B(0x147)]()),l(s[B(0x15e)][B(0x18a)]),j(s[B(0x15e)][B(0x154)]),n(s[B(0x15e)][B(0x189)]),p[B(0x151)]([B(0x17e)],async()=>{const G=B,t=p[G(0x162)](),u=s[G(0x168)](t);(t['split']('\x20')[0x0]===G(0x170)||G(0x153)||G(0x14b))&&(j(s[G(0x15e)][G(0x154)]),l(s[G(0x15e)][G(0x18a)])),(t[G(0x16d)]('\x20')[0x0]==='go'||G(0x159)||'unlock')&&n(s[G(0x15e)]['currentLocation']),t[G(0x16d)]('\x20')[0x0]===G(0x145)&&o['setContent'](''),u===null&&(console[G(0x14f)](G(0x13b)),h['render'](),q[G(0x16f)](G(0x148)),process[G(0x188)](0x0)),o[G(0x13a)](u),o['scroll'](0x1),p[G(0x18b)](),p[G(0x161)](),h[G(0x16b)]();});}catch(t){console['log'](t),process[B(0x188)](0x1);}}const args=process[a65H(0x17d)]['slice'](0x2);main(args[0x0],JSON[a65H(0x155)](args[0x1]),JSON[a65H(0x155)](args[0x2]));
@@ -1 +1 @@
1
- const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x1f7))/0x1*(parseInt(h(0x1f4))/0x2)+-parseInt(h(0x1e7))/0x3+parseInt(h(0x1de))/0x4*(-parseInt(h(0x1fa))/0x5)+parseInt(h(0x201))/0x6+parseInt(h(0x202))/0x7*(parseInt(h(0x203))/0x8)+-parseInt(h(0x1ec))/0x9*(-parseInt(h(0x1e5))/0xa)+-parseInt(h(0x1db))/0xb*(-parseInt(h(0x1df))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x86048));function a66c(){const s=['[ERROR]\x20[','mkdirSync','join','(((.+)+)+)+$','1553960qODzrD','instance','1144857HYkiUg','dirname','getScrollHeight','scrollTo','toISOString','9dfHQJB','filePath','side-quest.log','screen','The\x20logbox\x20','box','toString','error','635924WDYsDP','options','hasScreen','1FZYHLN','apply','write','5474585GMZxHI','render','existsSync','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','type','writeFileSync','3839604FHEelN','35IBtIRf','1538296OiPDeu','[INFO]\x20[','appendFileSync','.maka','log','homedir','11osSiqR','search','ensureLogFileExists','4CaUorg','7040028LkQNzi','logBox'];a66c=function(){return s;};return a66c();}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x1f8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x1f2)]()['search'](j(0x1e4))['toString']()['constructor'](a66a)[j(0x1dc)]('(((.+)+)+)+$');});a66a();import a66e from'fs';import a66f from'os';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1d9;let f=c[d];return f;},a66d(a,b);}import a66g from'path';const homeDir=a66f[a66k(0x1da)]();export class Logger{static [a66k(0x1e6)];[a66k(0x1ed)];[a66k(0x1ef)];constructor(a,b){const l=a66k;this['filePath']=a,this[l(0x1ef)]=b,this[l(0x1dd)]();}static['getInstance'](a=a66g[a66k(0x1e3)](homeDir,a66k(0x206),a66k(0x1ee)),b){const m=a66k;if(!Logger['instance']){if(!b)throw new Error(m(0x1fe));Logger[m(0x1e6)]=new Logger(a,b);}return Logger[m(0x1e6)];}[a66k(0x1dd)](){const n=a66k,a=a66g[n(0x1e8)](this['filePath']);!a66e[n(0x1fc)](a)&&a66e[n(0x1e2)](a,{'recursive':!![]}),!a66e[n(0x1fc)](this[n(0x1ed)])&&a66e[n(0x200)](this[n(0x1ed)],'');}[a66k(0x1f9)](a){const o=a66k,b=new Date()[o(0x1eb)](),c=o(0x204)+b+']\x20'+a+'\x0a';a66e[o(0x205)](this[o(0x1ed)],c);}[a66k(0x1f3)](a){const p=a66k,b=new Date()['toISOString'](),c=p(0x1e1)+b+']\x20'+a+'\x0a';a66e[p(0x205)](this[p(0x1ed)],c);}[a66k(0x1d9)](a){const q=a66k,b=this[q(0x1ef)]?.['children']['find'](c=>c[q(0x1ff)]===q(0x1f1)&&c[q(0x1f5)]['id']===q(0x1e0));b?(b['setContent'](b['content']+'\x0a'+a),b[q(0x1ea)](b[q(0x1e9)]()),this['screen']?.[q(0x1fb)]()):this[q(0x1f3)](q(0x1f0)+b+q(0x1fd)+this[q(0x1ef)]),this['write'](a);}[a66k(0x1f6)](){const r=a66k;return!!this[r(0x1ef)];}}
1
+ const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x159))/0x1*(parseInt(h(0x14f))/0x2)+parseInt(h(0x13f))/0x3*(parseInt(h(0x143))/0x4)+parseInt(h(0x162))/0x5*(-parseInt(h(0x14e))/0x6)+parseInt(h(0x14c))/0x7*(-parseInt(h(0x13a))/0x8)+parseInt(h(0x15e))/0x9+-parseInt(h(0x155))/0xa+-parseInt(h(0x154))/0xb*(-parseInt(h(0x145))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x58532));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x158)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x151)]()[j(0x153)](j(0x144))['toString']()[j(0x138)](a66a)['search'](j(0x144));});a66a();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x136;let f=c[d];return f;},a66d(a,b);}import a66e from'fs';import a66f from'os';function a66c(){const s=['constructor','getInstance','64MRUrhn','box','children','screen','appendFileSync','51uuVGha','instance','[INFO]\x20[','type','20204jpmiAp','(((.+)+)+)+$','312gVaFZD','existsSync','The\x20logbox\x20','scrollTo','ensureLogFileExists','content','side-quest.log','295190SQRWaB','[ERROR]\x20[','6IMfwQD','51762OQeRYi','filePath','toString','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','search','389796yBJtPc','7050300IQCvkV','setContent','logBox','apply','7XIpURN','write','find','.maka','error','3979071UUbENk','render','hasScreen','dirname','1131605QZtjew','log','join','toISOString','options'];a66c=function(){return s;};return a66c();}import a66g from'path';const homeDir=a66f['homedir']();export class Logger{static [a66k(0x140)];['filePath'];[a66k(0x13d)];constructor(a,b){const l=a66k;this[l(0x150)]=a,this[l(0x13d)]=b,this[l(0x149)]();}static[a66k(0x139)](a=a66g[a66k(0x164)](homeDir,a66k(0x15c),a66k(0x14b)),b){const m=a66k;if(!Logger[m(0x140)]){if(!b)throw new Error(m(0x152));Logger[m(0x140)]=new Logger(a,b);}return Logger[m(0x140)];}[a66k(0x149)](){const n=a66k,a=a66g[n(0x161)](this['filePath']);!a66e[n(0x146)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e[n(0x146)](this[n(0x150)])&&a66e['writeFileSync'](this[n(0x150)],'');}[a66k(0x15a)](a){const o=a66k,b=new Date()[o(0x136)](),c=o(0x141)+b+']\x20'+a+'\x0a';a66e[o(0x13e)](this[o(0x150)],c);}[a66k(0x15d)](a){const p=a66k,b=new Date()[p(0x136)](),c=p(0x14d)+b+']\x20'+a+'\x0a';a66e[p(0x13e)](this[p(0x150)],c);}[a66k(0x163)](a){const q=a66k,b=this['screen']?.[q(0x13c)][q(0x15b)](c=>c[q(0x142)]===q(0x13b)&&c[q(0x137)]['id']===q(0x157));b?(b[q(0x156)](b[q(0x14a)]+'\x0a'+a),b[q(0x148)](b['getScrollHeight']()),this[q(0x13d)]?.[q(0x15f)]()):this[q(0x15d)](q(0x147)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0x13d)]),this['write'](a);}[a66k(0x160)](){const r=a66k;return!!this[r(0x13d)];}}
@@ -1 +1 @@
1
- const a67m=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0x6c))/0x1*(-parseInt(k(0x7c))/0x2)+parseInt(k(0x7b))/0x3+parseInt(k(0x77))/0x4*(-parseInt(k(0x6d))/0x5)+parseInt(k(0x76))/0x6*(parseInt(k(0x69))/0x7)+parseInt(k(0x85))/0x8+parseInt(k(0x87))/0x9+-parseInt(k(0x70))/0xa*(parseInt(k(0x6f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xdb2cc));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x68)]()[l(0x7f)](l(0x80))[l(0x68)]()[l(0x7e)](a67a)['search']('(((.+)+)+)+$');});a67a();import a67e from'path';function a67c(){const p=['fsi','join','2637324zeqYrc','4762rYhVLV','side-quest','constructor','search','(((.+)+)+)+$','Play\x20a\x20little\x20side-quest','inherit','side-quest.log','sideQuestAnswer','13896624PwdOdF','player','7646643WdTwfx','log','bright','Thanks\x20for\x20playing!','toString','28vlLWKP','shadowrun','node','719cIQJdx','5805OmilsA','url','9229YBqPPt','34740zNOjWy','stringify','create','What\x20is\x20your\x20name?','options','ask','198546FwDtto','5160hBjznA','dungeon'];a67c=function(){return p;};return a67c();}import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x68;let f=c[d];return f;},a67d(a,b);}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x6e)]),__dirname=dirname(__filename);Command[a67m(0x72)]({'name':a67m(0x7d),'usage':'maka\x20play:side-quest','shortDesc':a67m(0x81),'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':[a67m(0x86)]},async function(a,b){const n=a67m;try{const c=this[n(0x79)]['getGlobalMakaDir'](),d=a67e[n(0x7a)](c,n(0x83)),e=b[n(0x86)]?b[n(0x86)]:await Actions[n(0x75)](n(0x73))||'Commoner',f={...b,'logFilePath':d},g={'type':'list','name':n(0x84),'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':n(0x78),'value':dungeonConfig},{'name':n(0x6a),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[n(0x74)](g);if(e&&h){const i=spawn(n(0x6b),[a67e['resolve'](__dirname,'./sideQuest/ui.js'),e,JSON[n(0x71)](h),JSON[n(0x71)](f)],{'stdio':n(0x82)});i['on']('exit',()=>{const o=n;Log[o(0x89)](o(0x8a));});}}catch(j){console[n(0x88)](j);}},a67f);
1
+ const a67m=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0x10d))/0x1+-parseInt(k(0xf0))/0x2*(-parseInt(k(0xf1))/0x3)+-parseInt(k(0x105))/0x4+parseInt(k(0xf6))/0x5*(parseInt(k(0x10c))/0x6)+parseInt(k(0x100))/0x7+parseInt(k(0x102))/0x8*(parseInt(k(0xfe))/0x9)+-parseInt(k(0xf5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x5a045));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x10b)]()['search'](l(0xf9))[l(0x10b)]()['constructor'](a67a)[l(0x104)](l(0xf9));});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-0xee;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';function a67c(){const p=['Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','toString','84012MvGOWY','2475OCTncP','getGlobalMakaDir','What\x20is\x20your\x20name?','join','ask','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...','4VOblYq','913149rxUobf','side-quest','options','dungeon','11339200XksAlv','85KCHnKk','bright','sideQuestAnswer','(((.+)+)+)+$','side-quest.log','Thanks\x20for\x20playing!','./sideQuest/ui.js','url','2661381KHyvEY','player','3548797bkfmtJ','stringify','16YeCFJy','log','search','1760340pRuZJB','Play\x20a\x20little\x20side-quest','resolve','create','inherit'];a67c=function(){return p;};return a67c();}import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0xfd)]),__dirname=dirname(__filename);Command[a67m(0x108)]({'name':a67m(0xf2),'usage':'maka\x20play:side-quest','shortDesc':a67m(0x106),'aliases':['sq'],'description':a67m(0xef),'validOpts':['player']},async function(a,b){const n=a67m;try{const c=this['fsi'][n(0x10e)](),d=a67e[n(0x110)](c,n(0xfa)),e=b[n(0xff)]?b[n(0xff)]:await Actions[n(0xee)](n(0x10f))||'Commoner',f={...b,'logFilePath':d},g={'type':'list','name':n(0xf8),'message':n(0x10a),'choices':[{'name':n(0xf4),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[n(0xf3)](g);if(e&&h){const i=spawn('node',[a67e[n(0x107)](__dirname,n(0xfc)),e,JSON[n(0x101)](h),JSON[n(0x101)](f)],{'stdio':n(0x109)});i['on']('exit',()=>{const o=n;Log[o(0xf7)](o(0xfb));});}}catch(j){console[n(0x103)](j);}},a67f);
@@ -1 +1 @@
1
- var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x1ef))/0x1*(-parseInt(f(0x1f0))/0x2)+-parseInt(f(0x1fc))/0x3*(parseInt(f(0x1fa))/0x4)+parseInt(f(0x1ea))/0x5*(parseInt(f(0x1e7))/0x6)+parseInt(f(0x1f5))/0x7+-parseInt(f(0x1f4))/0x8*(-parseInt(f(0x1f3))/0x9)+-parseInt(f(0x1f8))/0xa+parseInt(f(0x1ed))/0xb*(-parseInt(f(0x1fb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x2e347));function a68c(){var k=['search','2468ItTjuh','1980ouNgCm','240KMwWJS','toString','12MmFBTq','maka\x20game:snake','create','500190uVDiFn','(((.+)+)+)+$','npx\x20command-line-snake','36377TLnEZp','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','83564CwhOGg','8XsvIlQ','snake','constructor','856467fbtfRn','8ZYBCoy','2428405KCMpqx','inherit','apply','1921400svEyJz'];a68c=function(){return k;};return a68c();}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x1f7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x1e6)]()['search']('(((.+)+)+)+$')[h(0x1e6)]()[h(0x1f2)](a68a)[h(0x1f9)](h(0x1eb));});a68a();import a68e from'./play.command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x1e6;var f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x1e9)]({'name':a68i(0x1f1),'usage':a68i(0x1e8),'shortDesc':a68i(0x1ee),'validOpts':[]},async function(){var j=a68i;execSync(j(0x1ec),{'stdio':j(0x1f6)});},a68e);
1
+ var a68i=a68d;function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x13f;var f=c[d];return f;},a68d(a,b);}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x147))/0x1+-parseInt(f(0x151))/0x2*(-parseInt(f(0x144))/0x3)+-parseInt(f(0x142))/0x4*(parseInt(f(0x14e))/0x5)+parseInt(f(0x153))/0x6*(-parseInt(f(0x143))/0x7)+-parseInt(f(0x152))/0x8*(parseInt(f(0x14a))/0x9)+parseInt(f(0x14f))/0xa+parseInt(f(0x140))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x753f5));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x146)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x148)]()[h(0x149)]('(((.+)+)+)+$')[h(0x148)]()[h(0x141)](a68a)[h(0x149)](h(0x150));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x145)]({'name':'snake','usage':a68i(0x14d),'shortDesc':a68i(0x14b),'validOpts':[]},async function(){var j=a68i;execSync(j(0x13f),{'stdio':j(0x14c)});},a68e);function a68c(){var k=['maka\x20game:snake','5xiupxs','1122220VAxdSf','(((.+)+)+)+$','2lKgtYk','8XhPKKP','276sWtWXX','npx\x20command-line-snake','20134708sOOWMq','constructor','3350900DuDjze','114583iXTHxZ','347121iwjnUE','create','apply','18339SUHbwk','toString','search','51768ZsQEeb','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','inherit'];a68c=function(){return k;};return a68c();}
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x7c))/0x1+-parseInt(f(0x87))/0x2*(-parseInt(f(0x7d))/0x3)+-parseInt(f(0x81))/0x4*(parseInt(f(0x86))/0x5)+parseInt(f(0x7f))/0x6+parseInt(f(0x85))/0x7*(parseInt(f(0x77))/0x8)+parseInt(f(0x80))/0x9+-parseInt(f(0x82))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xee163));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x78)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x7b)]()[h(0x76)](h(0x84))['toString']()[h(0x88)](a69a)[h(0x76)](h(0x84));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x76;var f=c[d];return f;},a69d(a,b);}function a69c(){var k=['search','8vCdanQ','apply','maka\x20game:tetris','inherit','toString','1338513cGAIzF','3kfGeyC','create','1431996iarJhy','13340241gjOvNW','20292upvPko','16172700dIZWNR','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','(((.+)+)+)+$','6400016zoHSFe','1615nbnglJ','514672xSJVkC','constructor'];a69c=function(){return k;};return a69c();}Command[a69i(0x7e)]({'name':'tetris','usage':a69i(0x79),'shortDesc':a69i(0x83),'validOpts':[]},async function(){var j=a69i;execSync('npx\x20simple-tetris',{'stdio':j(0x7a)});},a69e);
1
+ function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x7e;var f=c[d];return f;},a69d(a,b);}function a69c(){var j=['825188WpDTFv','npx\x20simple-tetris','4813113MxKJlR','maka\x20game:tetris','5900694ZwKZoJ','7XCDlEA','13978224UkvucW','tetris','search','toString','constructor','4716476aCAGZY','241604pQUgHo','1872235OJaqdb','inherit'];a69c=function(){return j;};return a69c();}var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x7f))/0x1+parseInt(f(0x8b))/0x2+parseInt(f(0x81))/0x3+-parseInt(f(0x8a))/0x4+parseInt(f(0x8c))/0x5+-parseInt(f(0x83))/0x6*(parseInt(f(0x84))/0x7)+parseInt(f(0x85))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xd1c06));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var g=a69d;return a69a[g(0x88)]()[g(0x87)]('(((.+)+)+)+$')[g(0x88)]()[g(0x89)](a69a)[g(0x87)]('(((.+)+)+)+$');});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a69h(0x86),'usage':a69h(0x82),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var i=a69h;execSync(i(0x80),{'stdio':i(0x7e)});},a69e);
@@ -1 +1 @@
1
- const a70h=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x1dc))/0x1*(-parseInt(f(0x1d7))/0x2)+-parseInt(f(0x1df))/0x3+parseInt(f(0x1d3))/0x4*(parseInt(f(0x1e9))/0x5)+parseInt(f(0x1d2))/0x6+parseInt(f(0x1cf))/0x7*(parseInt(f(0x1d9))/0x8)+parseInt(f(0x1de))/0x9+-parseInt(f(0x1e2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x60aa3));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const g=a70d;return a70a[g(0x1dd)]()[g(0x1e3)]('(((.+)+)+)+$')[g(0x1dd)]()[g(0x1db)](a70a)['search']('(((.+)+)+)+$');});function a70c(){const j=['\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','exit','2823630IhqXWP','45172GzFwAT','create','maka\x20g:scaffold\x20todos','maka\x20g:package\x20package:name','178vjdeqE','error','49192qSlfDK','maka\x20{generate,\x20g}:<generator>\x20<name>','constructor','2071YJUKgS','toString','4254714YsRoXm','168762kOvLCi','splice','processAndRunGenerator','11481830EEmZyn','search','generate','invoke','maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20g:api\x20trucks','maka\x20g:route\x20todos/edit','65AAdUXO','371xcflWh'];a70c=function(){return j;};return a70c();}a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1cf;let f=c[d];return f;},a70d(a,b);}Command[a70h(0x1d4)]({'name':a70h(0x1e4),'aliases':['g'],'usage':a70h(0x1da),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a70h(0x1d0),'examples':['maka\x20generate:scaffold\x20todos',a70h(0x1d5),'maka\x20g:template\x20todos/todo_item',a70h(0x1d6),a70h(0x1e8),a70h(0x1e7),a70h(0x1e6)]},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a[i(0x1e0)](0x0,0x1),await a70e[i(0x1e1)](c,a,b)):a70e[i(0x1e5)](a,b);}catch(d){Log[i(0x1d8)](d),process[i(0x1d1)](0x1);}});
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x127))/0x1*(parseInt(f(0x12d))/0x2)+-parseInt(f(0x136))/0x3+-parseInt(f(0x132))/0x4*(-parseInt(f(0x139))/0x5)+-parseInt(f(0x124))/0x6+parseInt(f(0x121))/0x7+-parseInt(f(0x126))/0x8+parseInt(f(0x12b))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x463df));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x130)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x138)]()[h(0x135)](h(0x137))[h(0x138)]()[h(0x129)](a70a)[h(0x135)](h(0x137));});a70a();import{Command}from'../command.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x121;let f=c[d];return f;},a70d(a,b);}import a70e from'../generators/maka.gen.js';function a70c(){const k=['3460720prYDpu','139YNQHdX','error','constructor','Scaffold\x20various\x20parts\x20of\x20your\x20application','8593812ZViMTP','maka\x20g:scaffold\x20todos','822KlMtnG','maka\x20g:dbc\x20geoserver\x20--type=pgsql','invoke','apply','maka\x20{generate,\x20g}:<generator>\x20<name>','179416raifpW','splice','processAndRunGenerator','search','215907FJpXtq','(((.+)+)+)+$','toString','15nkKqwO','maka\x20g:api\x20trucks','1430100twFjlH','maka\x20generate:scaffold\x20todos','maka\x20g:template\x20todos/todo_item','3351534PIpDHq','maka\x20g:package\x20package:name'];a70c=function(){return k;};return a70c();}import{Log}from'../tools/log/log.class.js';Command['create']({'name':'generate','aliases':['g'],'usage':a70i(0x131),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x12a),'description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':[a70i(0x122),a70i(0x12c),a70i(0x123),a70i(0x125),'maka\x20g:route\x20todos/edit',a70i(0x13a),a70i(0x12e)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x133)](0x0,0x1),await a70e[j(0x134)](c,a,b)):a70e[j(0x12f)](a,b);}catch(d){Log[j(0x128)](d),process['exit'](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x151))/0x1+parseInt(f(0x146))/0x2+-parseInt(f(0x148))/0x3*(-parseInt(f(0x144))/0x4)+parseInt(f(0x14f))/0x5*(parseInt(f(0x149))/0x6)+parseInt(f(0x14e))/0x7+-parseInt(f(0x150))/0x8+-parseInt(f(0x145))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xcd302));function a71c(){var i=['1667070QiEPJJ','1200956HmLzLO','26972892EshQnb','1685914zoaPGq','apply','12YgHBdX','12WKMHst','(((.+)+)+)+$','toString','constructor','search','3657682baWLjd','221290aNgHWa','3876696gFkJBe'];a71c=function(){return i;};return a71c();}var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x147)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x14b)]()['search'](h(0x14a))['toString']()[h(0x14c)](a71a)[h(0x14d)](h(0x14a));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x144;var f=c[d];return f;},a71d(a,b);}import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0xc2))/0x1+parseInt(f(0xc8))/0x2*(parseInt(f(0xc9))/0x3)+parseInt(f(0xc6))/0x4+-parseInt(f(0xc1))/0x5+parseInt(f(0xca))/0x6*(parseInt(f(0xc4))/0x7)+parseInt(f(0xc5))/0x8*(-parseInt(f(0xc0))/0x9)+parseInt(f(0xc3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xe2594));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var g=a71d;return a71a[g(0xc7)]()[g(0xcc)](g(0xcb))[g(0xc7)]()['constructor'](a71a)[g(0xcc)](g(0xcb));});a71a();import'./get.command.js';function a71c(){var h=['194593XqhsDV','7100536fpXDNQ','5765812TPRKvB','toString','16zqCthT','322935oIPzMs','12EFRnRU','(((.+)+)+)+$','search','9NSdtEG','7373115IDpTMD','393005KEAOqU','5380980XBtbmf'];a71c=function(){return h;};return a71c();}function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0xc0;var f=c[d];return f;},a71d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a72h=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x1f0))/0x1*(-parseInt(f(0x1ec))/0x2)+-parseInt(f(0x1eb))/0x3*(-parseInt(f(0x1e9))/0x4)+parseInt(f(0x1ed))/0x5+parseInt(f(0x1f7))/0x6*(parseInt(f(0x1f2))/0x7)+parseInt(f(0x1e8))/0x8+-parseInt(f(0x1f3))/0x9+-parseInt(f(0x1f4))/0xa*(parseInt(f(0x1f5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x1b2ac));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(0x1e5)]()['search']('(((.+)+)+)+$')[g(0x1e5)]()['constructor'](a72a)[g(0x1e6)](g(0x1ee));});a72a();import{Command}from'../../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1e4;let f=c[d];return f;},a72d(a,b);}function a72c(){const j=['297978kinFFv','464925HneViP','(((.+)+)+)+$','findSubCommand','1HPvyhp','Get\x20various\x20Maka\x20variables\x20and\x20configurations','7NEjFed','817083aBeKYd','4190YsIbhZ','3619iVgncX','get','490422qRPmyQ','Sub-Command\x20not\x20found','maka\x20get:<sub-command>','toString','search','runSubCommand','1010800SWzMFS','4pOOEGK','create','563493EMwLJK'];a72c=function(){return j;};return a72c();}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a72h(0x1ea)]({'name':a72h(0x1f6),'usage':a72h(0x1e4),'shortDesc':a72h(0x1f1),'validOpts':[]},async function(a,b){const i=a72h,c=a[0x0],d=this[i(0x1ef)](c);if(d)return await this[i(0x1e7)](c,a,b);else{Log['error'](i(0x1f8));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0xd8))/0x1*(parseInt(f(0xc7))/0x2)+parseInt(f(0xc9))/0x3*(parseInt(f(0xc3))/0x4)+-parseInt(f(0xc8))/0x5+-parseInt(f(0xd3))/0x6+-parseInt(f(0xc5))/0x7+parseInt(f(0xce))/0x8+parseInt(f(0xca))/0x9*(parseInt(f(0xd1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xc1c4a));function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xc3;let f=c[d];return f;},a72d(a,b);}const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0xd5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0xd2)]()['search'](h(0xcf))[h(0xd2)]()['constructor'](a72a)[h(0xc6)](h(0xcf));});a72a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a72c(){const k=['994JTZvaE','634515PFjbue','12nntfiy','77373mxXxzQ','get','Sub-Command\x20not\x20found','findSubCommand','4988368OIQNVI','(((.+)+)+)+$','Get\x20various\x20Maka\x20variables\x20and\x20configurations','830jChbCv','toString','6615564cFWOGZ','maka\x20get:<sub-command>','apply','runSubCommand','create','98nItNlD','1056840yjYcSh','error','2936304HDPinv','search'];a72c=function(){return k;};return a72c();}const GetCommand=Command[a72i(0xd7)]({'name':a72i(0xcb),'usage':a72i(0xd4),'shortDesc':a72i(0xd0),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0xcd)](c);if(d)return await this[j(0xd6)](c,a,b);else{Log[j(0xc4)](j(0xcc));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a73i=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x188;let f=c[d];return f;},a73d(a,b);}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x197))/0x1+-parseInt(f(0x190))/0x2*(-parseInt(f(0x199))/0x3)+-parseInt(f(0x18e))/0x4+parseInt(f(0x191))/0x5*(-parseInt(f(0x193))/0x6)+parseInt(f(0x18f))/0x7*(-parseInt(f(0x192))/0x8)+-parseInt(f(0x19c))/0x9*(-parseInt(f(0x19a))/0xa)+parseInt(f(0x19b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x3e508));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x195)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x198)]()['search']('(((.+)+)+)+$')[h(0x198)]()[h(0x189)](a73a)[h(0x18a)]('(((.+)+)+)+$');});function a73c(){const k=['apply','create','368641vjnswf','toString','3XCyINo','10ienYrv','5801664ZYYVVJ','129717OkwQrD','global-config','constructor','search','fsi','exit','getGlobalConfig','1932604GqxSXx','2212texKhF','832334VHoCzR','533695Zrhcvl','9488BeUbRd','12yClTsX','error'];a73c=function(){return k;};return a73c();}a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x196)]({'name':a73i(0x188),'usage':'maka\x20get:global-config','aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x18b)][j(0x18d)]();console['log'](a),process[j(0x18c)](0x0);}catch(b){console[j(0x194)](b),process[j(0x18c)](0x0);}},a73e);
1
+ const a73h=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x185))/0x1+parseInt(f(0x18a))/0x2+-parseInt(f(0x182))/0x3*(parseInt(f(0x17e))/0x4)+parseInt(f(0x17d))/0x5*(-parseInt(f(0x184))/0x6)+-parseInt(f(0x186))/0x7+-parseInt(f(0x17a))/0x8+parseInt(f(0x17b))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x3598d));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const g=a73d;return a73a[g(0x188)]()[g(0x17c)]('(((.+)+)+)+$')['toString']()[g(0x178)](a73a)[g(0x17c)]('(((.+)+)+)+$');});a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x178;let f=c[d];return f;},a73d(a,b);}import a73e from'./get.command.js';import{Command}from'../../command.js';function a73c(){const j=['18680faMqLi','4hPWdHY','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','getGlobalConfig','log','820077UBCILe','create','276mPnIxF','285167MewPXB','139167zTtGMb','global-config','toString','maka\x20get:global-config','469462Ycabyu','constructor','exit','2193080oTzggm','3949794ipcUAY','search'];a73c=function(){return j;};return a73c();}Command[a73h(0x183)]({'name':a73h(0x187),'usage':a73h(0x189),'aliases':['gc'],'shortDesc':a73h(0x17f),'validOpts':[]},async function(){const i=a73h;try{const a=await this['fsi'][i(0x180)]();console[i(0x181)](a),process[i(0x179)](0x0);}catch(b){console['error'](b),process['exit'](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0xa8))/0x1+-parseInt(f(0xa1))/0x2*(-parseInt(f(0xa9))/0x3)+-parseInt(f(0xae))/0x4+-parseInt(f(0x9e))/0x5+parseInt(f(0xa5))/0x6*(-parseInt(f(0xa3))/0x7)+-parseInt(f(0xa0))/0x8+parseInt(f(0x9d))/0x9*(parseInt(f(0xab))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x78f31));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0xa7)]()[h(0x9f)]('(((.+)+)+)+$')['toString']()[h(0xa2)](a74a)['search'](h(0xa4));});a74a();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x9d;let f=c[d];return f;},a74d(a,b);}import a74e from'./get.command.js';import{Command}from'../../command.js';function a74c(){const k=['fsi','10HxROmF','local-config','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','825716xajSnQ','22581279CJJwof','3384995VBHjvC','search','3677536qRuUzc','23466bombvx','constructor','56cjisOZ','(((.+)+)+)+$','684414NGDwty','apply','toString','218584vrxLKp','6kCEdyB'];a74c=function(){return k;};return a74c();}Command['create']({'name':a74i(0xac),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0xad),'validOpts':[]},async function(){const j=a74i,a=await this[j(0xaa)]['getMakaProjectConfig']();console['log'](a);},a74e);
1
+ function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xa0;let f=c[d];return f;},a74d(a,b);}const a74h=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0xb2))/0x1*(-parseInt(f(0xaa))/0x2)+parseInt(f(0xa6))/0x3+parseInt(f(0xa9))/0x4+-parseInt(f(0xae))/0x5+-parseInt(f(0xad))/0x6*(parseInt(f(0xb3))/0x7)+-parseInt(f(0xa0))/0x8*(parseInt(f(0xaf))/0x9)+parseInt(f(0xa7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xa8ef5));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[g(0xa4)]()[g(0xab)](g(0xb1))['toString']()['constructor'](a74a)[g(0xab)](g(0xb1));});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';function a74c(){const j=['14474sSZKUq','search','getMakaProjectConfig','12aftjVw','1383030JpjKiF','9QayKDy','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','(((.+)+)+)+$','67pIMTxe','4101895aYWbzW','4167112CKjsMI','fsi','create','maka\x20get:local-config','toString','local-config','3251496edOCaH','19645330GJMjQf','log','391744PcEmZT'];a74c=function(){return j;};return a74c();}Command[a74h(0xa2)]({'name':a74h(0xa5),'usage':a74h(0xa3),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74h(0xb0),'validOpts':[]},async function(){const i=a74h,a=await this[i(0xa1)][i(0xac)]();console[i(0xa8)](a);},a74e);
@@ -1 +1 @@
1
- const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0x171))/0x1+-parseInt(g(0x18a))/0x2*(parseInt(g(0x17d))/0x3)+-parseInt(g(0x173))/0x4*(-parseInt(g(0x189))/0x5)+-parseInt(g(0x182))/0x6*(-parseInt(g(0x16a))/0x7)+parseInt(g(0x16c))/0x8*(parseInt(g(0x172))/0x9)+parseInt(g(0x188))/0xa+parseInt(g(0x16b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x2c2bd));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x179)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a['toString']()['search'](i(0x170))[i(0x177)]()[i(0x16f)](a75a)[i(0x186)](i(0x170));});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x169;let f=c[d];return f;},a75d(a,b);}Command[a75j(0x184)]({'name':a75j(0x176),'usage':a75j(0x178),'shortDesc':a75j(0x17c),'validOpts':['silent']},async function(a,b){const k=a75j;try{const c=await this[k(0x183)][k(0x187)]();let d=null;return c[k(0x17a)]&&(d=await a75f['decode'](c[k(0x17a)]),!b[k(0x175)]&&(Log[k(0x174)](k(0x17f)+d?.['user']),Log['notice'](k(0x169)+c[k(0x185)]?.[k(0x16d)]),Log[k(0x174)](k(0x17e)+c[k(0x185)]?.[k(0x180)]),Log[k(0x174)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.[k(0x17b)][k(0x16e)](',\x20')))),c;}catch(f){Log['error'](f),process[k(0x181)](0x1);}},a75e);function a75c(){const l=['fsi','create','token','search','getGlobalConfig','794170LZCuEu','25AthviY','283916vPQPei','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','336aTcoiI','2522795twJRgn','1680SAqBRK','userId','join','constructor','(((.+)+)+)+$','284509bpXeqD','1467RDoFqr','127096ZSzZxR','notice','silent','whoami','toString','maka\x20get:whoami','apply','hash','roles','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','6fjbKtH','User\x20Access\x20Token:\x20\x20','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','authToken','exit','30936qFLSob'];a75c=function(){return l;};return a75c();}
1
+ const a75j=a75d;function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x6a;let f=c[d];return f;},a75d(a,b);}(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0x83))/0x1*(parseInt(g(0x6c))/0x2)+-parseInt(g(0x8d))/0x3*(parseInt(g(0x7d))/0x4)+parseInt(g(0x76))/0x5*(parseInt(g(0x6b))/0x6)+parseInt(g(0x79))/0x7*(-parseInt(g(0x78))/0x8)+-parseInt(g(0x7f))/0x9+-parseInt(g(0x6d))/0xa*(-parseInt(g(0x77))/0xb)+-parseInt(g(0x6a))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x2fb89));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x88)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x74)]()['search'](i(0x7c))['toString']()[i(0x7a)](a75a)[i(0x70)](i(0x7c));});a75a();import a75e from'./get.command.js';function a75c(){const l=['error','toString','join','18090Kaklcv','11NYTjdp','24btrLmp','42203idQxzO','constructor','exit','(((.+)+)+)+$','4032rQBUKD','maka\x20get:whoami','2617245ootXRH','silent','decode','token','195161mjyLDh','User\x20Access\x20Token:\x20\x20','roles','fsi','notice','apply','getGlobalConfig','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','hash','authToken','327FyfvMp','1870092fMWRhd','534ggrMQR','2BVZJqk','2529070BAwHYT','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','search','user','create'];a75c=function(){return l;};return a75c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command[a75j(0x72)]({'name':'whoami','usage':a75j(0x7e),'shortDesc':a75j(0x6e),'validOpts':['silent']},async function(a,b){const k=a75j;try{const c=await this[k(0x86)][k(0x89)]();let d=null;return c[k(0x8b)]&&(d=await a75f[k(0x81)](c[k(0x8b)]),!b[k(0x80)]&&(Log['notice'](k(0x6f)+d?.[k(0x71)]),Log[k(0x87)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+c[k(0x82)]?.['userId']),Log[k(0x87)](k(0x84)+c[k(0x82)]?.[k(0x8c)]),Log[k(0x87)](k(0x8a)+d?.[k(0x85)][k(0x75)](',\x20')))),c;}catch(f){Log[k(0x73)](f),process[k(0x7b)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0xe7))/0x1+parseInt(f(0xdc))/0x2*(parseInt(f(0xe4))/0x3)+parseInt(f(0xe6))/0x4+parseInt(f(0xe1))/0x5+-parseInt(f(0xe9))/0x6*(-parseInt(f(0xdf))/0x7)+parseInt(f(0xed))/0x8*(-parseInt(f(0xdb))/0x9)+parseInt(f(0xde))/0xa*(parseInt(f(0xec))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xc0b26));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0xea)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a['toString']()[h(0xe5)](h(0xeb))[h(0xe0)]()[h(0xe2)](a76a)[h(0xe5)](h(0xeb));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0xdb;var f=c[d];return f;},a76d(a,b);}Command[a76i(0xe3)]({'name':a76i(0xee),'description':a76i(0xdd),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0xe8)},async function(){throw new UsageError();});function a76c(){var j=['11bArpFZ','112hKfKmS','help','548406LHUVla','38jXUZFL','Try,\x20maka\x20--help','268690HAPMEr','63eWPSND','toString','3096635EIRQLh','constructor','create','5097nDPXSw','search','3926664kEVizg','615354nrcAWF','Deprecated:\x20use\x20--help\x20instead','398382pNVgEE','apply','(((.+)+)+)+$'];a76c=function(){return j;};return a76c();}
1
+ function a76c(){var i=['3540595plRXee','2888622MNTmDZ','7535904UayUZC','toString','help','11tMedHQ','1320240zIsFnc','39QrCHRR','Deprecated:\x20use\x20--help\x20instead','(((.+)+)+)+$','1281062UgLgHg','create','7495380RxicYf','constructor','Try,\x20maka\x20--help','search','7obwrFf','139798oqAqcU','45qNQRuH','4CHBYxk'];a76c=function(){return i;};return a76c();}var a76h=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x113))/0x1+parseInt(f(0x106))/0x2*(parseInt(f(0x110))/0x3)+-parseInt(f(0x108))/0x4*(parseInt(f(0x109))/0x5)+-parseInt(f(0x10a))/0x6*(parseInt(f(0x105))/0x7)+parseInt(f(0x10b))/0x8+-parseInt(f(0x107))/0x9*(parseInt(f(0x10f))/0xa)+-parseInt(f(0x10e))/0xb*(parseInt(f(0x101))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xa0826));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var g=a76d;return a76a['toString']()[g(0x104)](g(0x112))[g(0x10c)]()[g(0x102)](a76a)[g(0x104)](g(0x112));});a76a();function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x100;var f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76h(0x100)]({'name':a76h(0x10d),'description':a76h(0x103),'aliases':['h'],'validOpts':[],'shortDesc':a76h(0x111)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77D=a77d;(function(a,b){const A=a77d,c=a();while(!![]){try{const d=-parseInt(A(0x190))/0x1+-parseInt(A(0x1d0))/0x2+parseInt(A(0x199))/0x3*(-parseInt(A(0x1bd))/0x4)+parseInt(A(0x1a1))/0x5*(-parseInt(A(0x1ce))/0x6)+parseInt(A(0x193))/0x7*(parseInt(A(0x1cc))/0x8)+parseInt(A(0x1d7))/0x9*(parseInt(A(0x1a8))/0xa)+parseInt(A(0x1d4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xd330e));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a77d;if(c){const e=c[B(0x197)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const C=a77d;return a77a['toString']()['search']('(((.+)+)+)+$')[C(0x1c0)]()['constructor'](a77a)[C(0x1b5)](C(0x19c));});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-0x18e;let f=c[d];return f;},a77d(a,b);}function a77c(){const G=['CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','cacert','x86_64','Meteor\x20version\x20','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','\x20from\x20','exit','withSpinner','get','env','search','linux','\x20installed.\x0a','arch','Preparing\x20to\x20install\x20Meteor\x20','split','Proceed\x20anyway?','maka\x20install\x20meteor\x20--force','4pAPZuU','getuid','package-metadata','toString','grep','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','downloadFile','Error\x20extracting\x20meteor.tar.gz\x20file','Using\x20CA\x20Cert\x20','osx','error','https://install.meteor.com','fsi','isFile','10731192DmLWiF','getGlobalConfig','6dZUGib','keepInstallFile','1324950RxJZRk','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','\x20is\x20available.','slice','38616347KGmbFi','platform','install','7902eoUOKk','getMeteorInstallPath','\x20is\x20not\x20available.','Cleaning\x20up','https://packages.meteor.com/bootstrap-link?arch=os.','maka\x20i','&release=','timeout','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','warn','checkAvailability','1283295kkcbBW','-rf','join','7TtvbCr','force','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','meteor.tar.gz','apply','arm64','3066303kYcUqH','maka\x20install','homedir','(((.+)+)+)+$','NO_NODE_WARNINGS','cert','confirm','notice','7474715USzOXh','Downloading\x20Meteor\x20','getMeteorExePath','Network\x20error,\x20please\x20try\x20again.','data','replace','version','5420mhNMct','success','maka\x20install\x20meteor'];a77c=function(){return G;};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[a77D(0x19b)]();function isRoot(){const E=a77D;return process[E(0x1be)]&&process[E(0x1be)]()===0x0;}Command['create']({'name':a77D(0x1d6),'aliases':['i'],'validOpts':[a77D(0x194),a77D(0x1a7),a77D(0x1ac),a77D(0x1cf),'timeout'],'usage':a77D(0x19a),'shortDesc':a77D(0x1d1),'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--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x20\x20','examples':[a77D(0x1aa),a77D(0x1bc),'maka\x20install\x20meteor\x20--version\x202.13.3',a77D(0x1dc)]},async function(a,b){const F=a77D;try{let c='';if(b[F(0x1ac)]){if(this['fsi'][F(0x1cb)](b[F(0x1ac)]))Log['notice'](F(0x1c6)+b[F(0x1ac)]),c=b[F(0x1ac)];else throw F(0x1df)+c;}const d=await this['fsi'][F(0x1cd)]();if(d[F(0x19e)]){if(this[F(0x1ca)][F(0x1cb)](d[F(0x19e)]))c=d[F(0x19e)];else throw F(0x1ab)+c;}let f=![];if(b['f']||b[F(0x194)])f=!![];else{const p=isRoot();p?(Log[F(0x18e)](F(0x1c3)),f=await Actions[F(0x19f)](F(0x1bb),![])):f=!![];}if(!f)throw'Aborted';const g=await HTTPS[F(0x1b3)]({'url':F(0x1c9),'cert':c}),h=await this[F(0x1ca)][F(0x1c1)](g[F(0x1a5)],'RELEASE=');if(h['length']===0x0)throw F(0x1a4);process[F(0x1b4)][F(0x19d)]='1';let i=b['version']?b[F(0x1a7)]:h[0x0][F(0x1a6)](/[^0-9.]/gi,'')[F(0x1a6)](/\r?\n|\r/,'');Log[F(0x1a0)](F(0x1b9)+i);const j={'win32':'windows','darwin':F(0x1c7),'linux':F(0x1b6)};let k=F(0x1db)+j[a77e['platform']()]+'.'+(a77e[F(0x1b8)]()===F(0x198)?F(0x198):'x86_64')+'&release='+i,l=await HTTPS['checkAvailability']({'url':k,'cert':c});if(!l&&i['includes']('-')){const q=i[F(0x1ba)]('-'),r=q[0x0],s=q[F(0x1d3)](0x1)[F(0x192)]('-'),t=r['replace'](/\.0+$/,'');Log[F(0x18e)](F(0x1ae)+i+'\x20is\x20not\x20available,\x20trying\x20'+t+'-'+s);const u='https://packages.meteor.com/bootstrap-link?arch=os.'+j[a77e[F(0x1d5)]()]+'.'+(a77e[F(0x1b8)]()==='arm64'?'arm64':F(0x1ad))+F(0x1dd)+t+'-'+s;l=await HTTPS[F(0x18f)]({'url':u,'cert':c}),l&&(i=t+'-'+s,k=u);}!l?(Log[F(0x1c8)](F(0x1ae)+i+F(0x1d9)),process[F(0x1b1)](0x0)):Log[F(0x1a0)](F(0x1ae)+i+F(0x1d2));const m=this[F(0x1ca)][F(0x1d8)](),n=this[F(0x1ca)][F(0x1a3)](),o=this[F(0x1ca)]['getUserDataDirectory']();if(a77g['existsSync'](n)){let v=![];b['f']||b['force']?v=!![]:v=await Actions['confirm'](F(0x195),![]),v?(await SpawnAsync[F(0x1b2)]('rm',[F(0x191),a77f['join'](m,'packages')],{'message':F(0x1c2)}),await SpawnAsync['withSpinner']('rm',[F(0x191),a77f[F(0x192)](m,F(0x1bf))],{'message':F(0x1af)}),await SpawnAsync[F(0x1b2)]('rm',['-rf',a77f[F(0x192)](m,'meteor')],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log['info']('Aborting\x20install'),process[F(0x1b1)](0x0));}try{Log['notice'](F(0x1a2)+i+F(0x1b0)+k),await HTTPS[F(0x1c4)]({'url':k,'destPath':a77f[F(0x192)](homeDir,F(0x196)),'cert':c,'timeout':b[F(0x1de)]?parseInt(b[F(0x1de)])*0x3e8:0x493e0});try{const w=a77f['join'](homeDir,'meteor.tar.gz');await this['fsi']['extractTarGz'](w,o);}catch(x){Log['error'](F(0x1c5));}}catch(y){console['error'](y),process[F(0x1b1)](0x1);}finally{!b[F(0x1cf)]&&await SpawnAsync[F(0x1b2)]('rm',[F(0x191),a77f[F(0x192)](homeDir,F(0x196))],{'message':F(0x1da)});}Log[F(0x1a9)](F(0x1ae)+i+F(0x1b7)),process[F(0x1b1)](0x0);}catch(z){console[F(0x1c8)](z),process[F(0x1b1)](0x1);}});
1
+ const a77D=a77d;(function(a,b){const A=a77d,c=a();while(!![]){try{const d=-parseInt(A(0x238))/0x1*(-parseInt(A(0x210))/0x2)+-parseInt(A(0x23b))/0x3+parseInt(A(0x1e0))/0x4+parseInt(A(0x227))/0x5*(parseInt(A(0x212))/0x6)+-parseInt(A(0x1ef))/0x7*(-parseInt(A(0x209))/0x8)+parseInt(A(0x22c))/0x9*(parseInt(A(0x214))/0xa)+parseInt(A(0x1e7))/0xb*(-parseInt(A(0x207))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x5ee0a));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a77d;if(c){const e=c[B(0x215)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const C=a77d;return a77a[C(0x208)]()[C(0x21e)]('(((.+)+)+)+$')[C(0x208)]()[C(0x211)](a77a)['search'](C(0x1fd));});function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x1e0;let f=c[d];return f;},a77d(a,b);}a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';function a77c(){const G=['https://install.meteor.com','\x20is\x20available.','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','error','4415211bTMADW','Using\x20CA\x20Cert\x20','getGlobalConfig','split','env','length','version','replace','join','\x20is\x20not\x20available,\x20trying\x20','getuid','linux','6bfopqQ','checkAvailability','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','1909092FsQuVv','1230424FXWtgW','Cleaning\x20up','notice','cert','exit','Error\x20extracting\x20meteor.tar.gz\x20file','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','11pgnLIe','maka\x20install\x20meteor\x20--version\x202.13.3','get','success','keepInstallFile','existsSync','grep','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x20\x20','7mDSvyR','data','maka\x20install\x20meteor','windows','RELEASE=','withSpinner','fsi','arch','Meteor\x20version\x20','package-metadata','install','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','Network\x20error,\x20please\x20try\x20again.','warn','(((.+)+)+)+$','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','getMeteorExePath','extractTarGz','maka\x20install\x20meteor\x20--force','info','Aborted','x86_64','arm64','NO_NODE_WARNINGS','13077336hiRrmL','toString','1191976OLNkGv','platform','Proceed\x20anyway?','isFile','homedir','osx','slice','132026oOUDid','constructor','750AsspBv','timeout','10XxCeZE','apply','meteor.tar.gz','create','https://packages.meteor.com/bootstrap-link?arch=os.','maka\x20install','packages','&release=','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','\x20installed.\x0a','search','-rf','force','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','cacert','getUserDataDirectory','confirm','Aborting\x20install','Downloading\x20Meteor\x20','30860emJCDN'];a77c=function(){return G;};return a77c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e[a77D(0x20d)]();function isRoot(){const E=a77D;return process[E(0x236)]&&process['getuid']()===0x0;}Command[a77D(0x217)]({'name':a77D(0x1f9),'aliases':['i'],'validOpts':['force','version',a77D(0x222),a77D(0x1eb),'timeout'],'usage':a77D(0x219),'shortDesc':a77D(0x23a),'description':a77D(0x1ee),'examples':[a77D(0x1f1),a77D(0x201),a77D(0x1e8),'maka\x20i']},async function(a,b){const F=a77D;try{let c='';if(b[F(0x222)]){if(this['fsi'][F(0x20c)](b[F(0x222)]))Log[F(0x1e2)](F(0x22d)+b[F(0x222)]),c=b[F(0x222)];else throw F(0x22a)+c;}const d=await this[F(0x1f5)][F(0x22e)]();if(d[F(0x1e3)]){if(this['fsi'][F(0x20c)](d[F(0x1e3)]))c=d['cert'];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+c;}let f=![];if(b['f']||b[F(0x220)])f=!![];else{const p=isRoot();p?(Log[F(0x1fc)](F(0x21c)),f=await Actions[F(0x224)](F(0x20b),![])):f=!![];}if(!f)throw F(0x203);const g=await HTTPS[F(0x1e9)]({'url':F(0x228),'cert':c}),h=await this[F(0x1f5)][F(0x1ed)](g[F(0x1f0)],F(0x1f3));if(h[F(0x231)]===0x0)throw F(0x1fb);process[F(0x230)][F(0x206)]='1';let i=b['version']?b[F(0x232)]:h[0x0]['replace'](/[^0-9.]/gi,'')[F(0x233)](/\r?\n|\r/,'');Log[F(0x1e2)]('Preparing\x20to\x20install\x20Meteor\x20'+i);const j={'win32':F(0x1f2),'darwin':F(0x20e),'linux':F(0x237)};let k=F(0x218)+j[a77e[F(0x20a)]()]+'.'+(a77e[F(0x1f6)]()===F(0x205)?F(0x205):F(0x204))+'&release='+i,l=await HTTPS[F(0x239)]({'url':k,'cert':c});if(!l&&i['includes']('-')){const q=i[F(0x22f)]('-'),r=q[0x0],s=q[F(0x20f)](0x1)[F(0x234)]('-'),t=r[F(0x233)](/\.0+$/,'');Log[F(0x1fc)](F(0x1f7)+i+F(0x235)+t+'-'+s);const u=F(0x218)+j[a77e[F(0x20a)]()]+'.'+(a77e['arch']()===F(0x205)?F(0x205):'x86_64')+F(0x21b)+t+'-'+s;l=await HTTPS[F(0x239)]({'url':u,'cert':c}),l&&(i=t+'-'+s,k=u);}!l?(Log['error'](F(0x1f7)+i+'\x20is\x20not\x20available.'),process['exit'](0x0)):Log['notice'](F(0x1f7)+i+F(0x229));const m=this['fsi']['getMeteorInstallPath'](),n=this[F(0x1f5)][F(0x1ff)](),o=this['fsi'][F(0x223)]();if(a77g[F(0x1ec)](n)){let v=![];b['f']||b[F(0x220)]?v=!![]:v=await Actions[F(0x224)](F(0x1e6),![]),v?(await SpawnAsync[F(0x1f4)]('rm',[F(0x21f),a77f['join'](m,F(0x21a))],{'message':F(0x1fa)}),await SpawnAsync[F(0x1f4)]('rm',[F(0x21f),a77f['join'](m,F(0x1f8))],{'message':F(0x1fe)}),await SpawnAsync[F(0x1f4)]('rm',['-rf',a77f[F(0x234)](m,'meteor')],{'message':F(0x221)})):(Log[F(0x202)](F(0x225)),process[F(0x1e4)](0x0));}try{Log[F(0x1e2)](F(0x226)+i+'\x20from\x20'+k),await HTTPS['downloadFile']({'url':k,'destPath':a77f['join'](homeDir,'meteor.tar.gz'),'cert':c,'timeout':b[F(0x213)]?parseInt(b['timeout'])*0x3e8:0x493e0});try{const w=a77f[F(0x234)](homeDir,F(0x216));await this[F(0x1f5)][F(0x200)](w,o);}catch(x){Log[F(0x22b)](F(0x1e5));}}catch(y){console['error'](y),process[F(0x1e4)](0x1);}finally{!b[F(0x1eb)]&&await SpawnAsync[F(0x1f4)]('rm',[F(0x21f),a77f[F(0x234)](homeDir,F(0x216))],{'message':F(0x1e1)});}Log[F(0x1ea)](F(0x1f7)+i+F(0x21d)),process[F(0x1e4)](0x0);}catch(z){console['error'](z),process[F(0x1e4)](0x1);}});
@@ -1 +1 @@
1
- const a78m=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=parseInt(j(0x84))/0x1*(parseInt(j(0x6e))/0x2)+parseInt(j(0x79))/0x3+parseInt(j(0x6d))/0x4*(parseInt(j(0x72))/0x5)+-parseInt(j(0x78))/0x6+parseInt(j(0x83))/0x7*(-parseInt(j(0x76))/0x8)+parseInt(j(0x7c))/0x9+parseInt(j(0x88))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x7c66b));function a78c(){const o=['jsdoc','app/packages','105XWTlKR','fsi','stop','closure','8WXyZRV','jsdoc-config.json','1532940FWcyLv','1774641djAWWo','apply','writeFileSync','1364913dEEThW','constructor','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','maka\x20jsdoc\x20--init','logWithSpinner','.+\x5c.(j|t)s(doc|x)?$','stringify','7054831nnhECI','133BTxsmL','create','sep','join','4118460QNyXxE','search','pathFromProject','\x0a[+]\x20Documentation\x20written\x20to\x20','logNotice','logError','app/private','Running\x20','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','\x20-r\x20app','82948BGoQbq','2742RfgqlO','maka\x20jsdoc'];a78c=function(){return o;};return a78c();}const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x7a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a['toString']()[l(0x89)]('(((.+)+)+)+$')['toString']()[l(0x7d)](a78a)[l(0x89)]('(((.+)+)+)+$');});function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x6d;let f=c[d];return f;},a78d(a,b);}a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a78m(0x85)]({'name':a78m(0x70),'usage':a78m(0x6f),'mustBeInMakaProject':!![],'shortDesc':a78m(0x90),'examples':[a78m(0x7f),'maka\x20jsdoc'],'validOpts':[]},function(){const n=a78m,a=a78e['join'](this[n(0x73)]['pathFromProject']({}),'docs'+a78e[n(0x86)]),b=a78e[n(0x87)](this[n(0x73)][n(0x8a)]({}),'config',n(0x77)),c=this['fsi'][n(0x8a)]({}),d=n(0x70);if(!this['isFile'](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',n(0x75)]},'source':{'includePattern':n(0x81),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[n(0x71),'app/node_modules','app/public',n(0x8e)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[n(0x7b)](b,JSON[n(0x82)](g,null,0x4));}const f=this[n(0x80)](n(0x8f)+d);try{const h=d+'\x20-c\x20'+b+n(0x91)+a78e[n(0x86)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0x8c)](n(0x8b)+a);}catch(i){this[n(0x8d)](i),this[n(0x8d)](n(0x7e));}finally{f[n(0x74)]();}});
1
+ const a78l=a78d;function a78c(){const n=['(((.+)+)+)+$','stringify','closure','plugins/markdown','21936munPLC','join','1405504SJKgvk','jsdoc-config.json','utf-8','7200522PQKGnA','stop','config','inherit','.+\x5c.(j|t)s(doc|x)?$','create','4125608hbiHXE','app/node_modules','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','\x20-d\x20','search','maka\x20jsdoc','maka\x20jsdoc\x20--init','writeFileSync','835722khFQHp','8552nwQYBF','pathFromProject','logNotice','fsi','app/public','constructor','939HykFNk','189960TwITbl','app/packages','2142qKmRDr','isFile','toString','jsdoc','logError','2275CQBxRz','sep'];a78c=function(){return n;};return a78c();}(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0xc9))/0x1+-parseInt(j(0xca))/0x2*(parseInt(j(0xd0))/0x3)+-parseInt(j(0xc1))/0x4+parseInt(j(0xb0))/0x5*(-parseInt(j(0xb6))/0x6)+parseInt(j(0xbb))/0x7+parseInt(j(0xb8))/0x8+parseInt(j(0xd3))/0x9*(parseInt(j(0xd1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xd1146));const a78b=(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;};}()),a78a=a78b(this,function(){const k=a78d;return a78a['toString']()[k(0xc5)](k(0xb2))[k(0xd5)]()[k(0xcf)](a78a)[k(0xc5)](k(0xb2));});a78a();import a78e from'path';import a78f from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0xaf;let f=c[d];return f;},a78d(a,b);}import{execSync}from'child_process';import{Command}from'../command.js';Command[a78l(0xc0)]({'name':a78l(0xd6),'usage':a78l(0xc6),'mustBeInMakaProject':!![],'shortDesc':a78l(0xc3),'examples':[a78l(0xc7),a78l(0xc6)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0xb7)](this[m(0xcd)][m(0xcb)]({}),'docs'+a78e['sep']),b=a78e['join'](this['fsi'][m(0xcb)]({}),m(0xbd),m(0xb9)),c=this['fsi'][m(0xcb)]({}),d='jsdoc';if(!this[m(0xd4)](b)){const g={'plugins':[m(0xb5)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',m(0xb4)]},'source':{'includePattern':m(0xbf),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[m(0xd2),m(0xc2),m(0xce),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0xba)}};a78f[m(0xc8)](b,JSON[m(0xb3)](g,null,0x4));}const f=this['logWithSpinner']('Running\x20'+d);try{const h=d+'\x20-c\x20'+b+'\x20-r\x20app'+a78e[m(0xb1)]+m(0xc4)+a;execSync(h,{'cwd':c,'stdio':m(0xbe)}),this[m(0xcc)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[m(0xaf)](i),this[m(0xaf)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[m(0xbc)]();}});