@maka/maka-cli 5.0.16 → 5.0.18

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 (166) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/profile.js +1 -1
  87. package/bundle/obf/src/commands/proxy.js +1 -1
  88. package/bundle/obf/src/commands/reconfig.js +1 -1
  89. package/bundle/obf/src/commands/register.js +1 -1
  90. package/bundle/obf/src/commands/run/_index.js +1 -1
  91. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/run/run.command.js +1 -1
  93. package/bundle/obf/src/commands/set/_index.js +1 -1
  94. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  95. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/set.command.js +1 -1
  97. package/bundle/obf/src/commands/ssh.js +1 -1
  98. package/bundle/obf/src/commands/ssl.js +1 -1
  99. package/bundle/obf/src/commands/test.js +1 -1
  100. package/bundle/obf/src/commands/undo.js +1 -1
  101. package/bundle/obf/src/commands/version.js +1 -1
  102. package/bundle/obf/src/error.js +1 -1
  103. package/bundle/obf/src/exec.js +1 -1
  104. package/bundle/obf/src/generator.js +1 -1
  105. package/bundle/obf/src/generators/_index.js +1 -1
  106. package/bundle/obf/src/generators/api.js +1 -1
  107. package/bundle/obf/src/generators/aws/_index.js +1 -1
  108. package/bundle/obf/src/generators/aws/aws.js +1 -1
  109. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  110. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  111. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  112. package/bundle/obf/src/generators/collection.js +1 -1
  113. package/bundle/obf/src/generators/component.js +1 -1
  114. package/bundle/obf/src/generators/config.js +1 -1
  115. package/bundle/obf/src/generators/dbc.js +1 -1
  116. package/bundle/obf/src/generators/dockerfile.js +1 -1
  117. package/bundle/obf/src/generators/hook.js +1 -1
  118. package/bundle/obf/src/generators/kits/_index.js +1 -1
  119. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  121. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  123. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  125. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/kit.js +1 -1
  127. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  131. package/bundle/obf/src/generators/layout.js +1 -1
  132. package/bundle/obf/src/generators/maka.gen.js +1 -1
  133. package/bundle/obf/src/generators/methods.js +1 -1
  134. package/bundle/obf/src/generators/package.js +1 -1
  135. package/bundle/obf/src/generators/page.js +1 -1
  136. package/bundle/obf/src/generators/publish.js +1 -1
  137. package/bundle/obf/src/generators/route.js +1 -1
  138. package/bundle/obf/src/generators/service.js +1 -1
  139. package/bundle/obf/src/generators/services/_index.js +1 -1
  140. package/bundle/obf/src/generators/services/openssl.js +1 -1
  141. package/bundle/obf/src/generators/services/translation.js +1 -1
  142. package/bundle/obf/src/maka.js +1 -1
  143. package/bundle/obf/src/tool.js +1 -1
  144. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  145. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  146. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  147. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -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/mpi/mpi.class.js +1 -1
  157. package/bundle/obf/src/tools/options/options.class.js +1 -1
  158. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  159. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  160. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  161. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  162. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  163. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  164. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  165. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  166. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x138))/0x1+-parseInt(f(0x12f))/0x2*(parseInt(f(0x123))/0x3)+-parseInt(f(0x14d))/0x4*(-parseInt(f(0x147))/0x5)+-parseInt(f(0x150))/0x6*(-parseInt(f(0x149))/0x7)+parseInt(f(0x134))/0x8*(parseInt(f(0x132))/0x9)+parseInt(f(0x136))/0xa*(-parseInt(f(0x133))/0xb)+parseInt(f(0x148))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xb2aa0));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x13b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0x12b)](h(0x11a))[h(0x143)]()[h(0x13c)](a58a)[h(0x12b)](h(0x11a));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';function a58c(){var F=['You\x20hold\x20the\x20','Yellow','Boots','search','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Weapon','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','8xeuafk','Key','LegArmor','9fOTXte','5357561QfyiIQ','4955216EklDGr','Metallic','20AjOoVF','publishDate','139319WDLYpB','Large','author','apply','constructor','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','A\x20mysterious\x20book.','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Sniper\x20Rifle','Cup','toString','Rectangle','Blade','Circle','15gGetWU','2238180QAaUnC','63didmOF','Common','Brown','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','1327380lopFor','name','pageCount','343446UNktiN','Rare','BodyArmor','(((.+)+)+)+$','Book','Grey','Medium','use','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','description','Rifle','353544WQQcpN','Smooth','Holy\x20Grail','Legendary','Small'];a58c=function(){return F;};return a58c();}import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size[i(0x11d)],'category':Category['Unknown'],'shape':Shape[i(0x144)],'color':Color[i(0x129)],'texture':Texture['Smooth'],'rating':Rating[i(0x14a)],'weight':0x1});}[a58j(0x11e)](){var k=a58j;return this[k(0x121)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[l(0x12d)],'shape':Shape['Blade'],'color':Color[l(0x11c)],'texture':Texture[l(0x135)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x139)],'category':Category['Weapon'],'shape':Shape[m(0x122)],'color':Color[m(0x14b)],'texture':Texture[m(0x135)],'rating':Rating[m(0x151)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x11d)],'category':Category['Helmet'],'shape':Shape[n(0x146)],'color':Color[n(0x11c)],'texture':Texture[n(0x135)],'rating':Rating[n(0x14a)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x139)],'category':Category[o(0x119)],'shape':Shape['Rectangle'],'color':Color[o(0x11c)],'texture':Texture[o(0x135)],'rating':Rating[o(0x14a)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x11d)],'category':Category[p(0x131)],'shape':Shape[p(0x144)],'color':Color[p(0x11c)],'texture':Texture[p(0x135)],'rating':Rating[p(0x14a)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x11d)],'category':Category[q(0x12a)],'shape':Shape[q(0x146)],'color':Color[q(0x14b)],'texture':Texture['Smooth'],'rating':Rating[q(0x14a)],'weight':0x2});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x119;var f=c[d];return f;},a58d(a,b);}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x127)],'category':Category['Gloves'],'shape':Shape[r(0x146)],'color':Color[r(0x14b)],'texture':Texture[r(0x124)],'rating':Rating[r(0x14a)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x11d)],'category':Category['ArmArmor'],'shape':Shape[s(0x144)],'color':Color[s(0x11c)],'texture':Texture[s(0x135)],'rating':Rating[s(0x14a)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[t(0x130)],'shape':Shape[t(0x144)],'color':Color[t(0x129)],'texture':Texture[t(0x124)],'rating':Rating[t(0x14a)],'weight':0x0});}[a58j(0x11e)](){var u=a58j;return u(0x12c);}}export class Weapon extends Item{constructor(a,b){var v=a58j;super({'name':a,'description':b,'size':Size[v(0x11d)],'category':Category[v(0x12d)],'shape':Shape[v(0x145)],'color':Color[v(0x11c)],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x3});}[a58j(0x11e)](){var w=a58j;return w(0x13f);}}export class Book extends Item{[a58j(0x13a)];[a58j(0x137)];[a58j(0x14f)];constructor(a,b=a58j(0x13e),c='Unknown\x20Author'){var x=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[x(0x11b)],'shape':Shape[x(0x144)],'color':Color[x(0x14b)],'texture':Texture[x(0x124)],'rating':Rating[x(0x14a)],'weight':0x1}),this[x(0x13a)]=c,this['publishDate']=new Date(),this[x(0x14f)]=0x64;}[a58j(0x11e)](){var y=a58j;return y(0x120);}}export class ShortSword extends Item{constructor(){var z=a58j;super({'name':'Short\x20Sword','description':z(0x13d),'size':Size[z(0x11d)],'category':Category[z(0x12d)],'shape':Shape[z(0x145)],'color':Color[z(0x11c)],'texture':Texture[z(0x135)],'rating':Rating[z(0x14a)],'weight':0x3});}[a58j(0x11e)](){var A=a58j;return A(0x13f);}}export class SniperRifle extends Item{constructor(){var B=a58j;super({'name':B(0x141),'description':B(0x11f),'size':Size['Large'],'category':Category['Weapon'],'shape':Shape[B(0x122)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x5});}[a58j(0x11e)](){var C=a58j;return C(0x14c);}}export class HolyGrail extends Item{constructor(){var D=a58j;super({'name':D(0x125),'description':D(0x12e),'size':Size['Small'],'category':Category[D(0x142)],'shape':Shape['Circle'],'color':Color['Gold'],'texture':Texture[D(0x135)],'rating':Rating[D(0x126)],'weight':0x1});}[a58j(0x11e)](){var E=a58j;return E(0x128)+this[E(0x14e)]+E(0x140);}}
1
+ var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x161))/0x1+parseInt(f(0x154))/0x2+-parseInt(f(0x174))/0x3+-parseInt(f(0x150))/0x4+-parseInt(f(0x166))/0x5+-parseInt(f(0x156))/0x6+parseInt(f(0x15e))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x901ec));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[g(0x165)]()[g(0x155)]('(((.+)+)+)+$')[g(0x165)]()[g(0x160)](a58a)[g(0x155)](g(0x16b));});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['Medium'],'category':Category['Unknown'],'shape':Shape['Rectangle'],'color':Color['Yellow'],'texture':Texture[h(0x171)],'rating':Rating[h(0x176)],'weight':0x1});}[a58i(0x169)](){var j=a58i;return this[j(0x15a)];}}export class Sword extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[k(0x17a)],'shape':Shape[k(0x17b)],'color':Color[k(0x167)],'texture':Texture[k(0x15c)],'rating':Rating[k(0x176)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size['Large'],'category':Category[l(0x17a)],'shape':Shape[l(0x153)],'color':Color[l(0x151)],'texture':Texture[l(0x15c)],'rating':Rating[l(0x152)],'weight':0x7});}}function a58c(){var D=['Legendary','Rectangle','Weapon','Blade','BodyArmor','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','A\x20mysterious\x20book.','author','677768zwlMhC','Brown','Rare','Rifle','1410962IvvmxC','search','5919810EXDAMK','Tiny','Short\x20Sword','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','description','LegArmor','Metallic','Book','21072051JWYIHl','publishDate','constructor','637119Knsfsa','Medium','Gold','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','toString','3004300omqGEN','Grey','pageCount','use','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','(((.+)+)+)+$','Helmet','You\x20hold\x20the\x20','Circle','Small','Boots','Smooth','name','Gloves','2194206kcBnry','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Common','Large'];a58c=function(){return D;};return a58c();}export class Helmet extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[m(0x16c)],'shape':Shape[m(0x16e)],'color':Color[m(0x167)],'texture':Texture['Metallic'],'rating':Rating[m(0x176)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size[n(0x177)],'category':Category[n(0x17c)],'shape':Shape['Rectangle'],'color':Color[n(0x167)],'texture':Texture[n(0x15c)],'rating':Rating[n(0x176)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size[o(0x162)],'category':Category[o(0x15b)],'shape':Shape['Rectangle'],'color':Color[o(0x167)],'texture':Texture[o(0x15c)],'rating':Rating[o(0x176)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0x162)],'category':Category[p(0x170)],'shape':Shape[p(0x16e)],'color':Color[p(0x151)],'texture':Texture[p(0x171)],'rating':Rating['Common'],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size[q(0x16f)],'category':Category[q(0x173)],'shape':Shape['Circle'],'color':Color[q(0x151)],'texture':Texture[q(0x171)],'rating':Rating[q(0x176)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0x162)],'category':Category['ArmArmor'],'shape':Shape[r(0x179)],'color':Color[r(0x167)],'texture':Texture[r(0x15c)],'rating':Rating[r(0x176)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58i;super({'name':a,'description':b,'size':Size[s(0x157)],'category':Category['Key'],'shape':Shape[s(0x179)],'color':Color['Yellow'],'texture':Texture[s(0x171)],'rating':Rating[s(0x176)],'weight':0x0});}[a58i(0x169)](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}export class Weapon extends Item{constructor(a,b){var t=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[t(0x17a)],'shape':Shape[t(0x17b)],'color':Color[t(0x167)],'texture':Texture[t(0x15c)],'rating':Rating[t(0x176)],'weight':0x3});}[a58i(0x169)](){var u=a58i;return u(0x159);}}export class Book extends Item{[a58i(0x180)];[a58i(0x15f)];[a58i(0x168)];constructor(a,b=a58i(0x17f),c='Unknown\x20Author'){var v=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[v(0x15d)],'shape':Shape[v(0x179)],'color':Color[v(0x151)],'texture':Texture[v(0x171)],'rating':Rating['Common'],'weight':0x1}),this[v(0x180)]=c,this[v(0x15f)]=new Date(),this[v(0x168)]=0x64;}[a58i(0x169)](){var w=a58i;return w(0x164);}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x150;var f=c[d];return f;},a58d(a,b);}export class ShortSword extends Item{constructor(){var x=a58i;super({'name':x(0x158),'description':x(0x17d),'size':Size['Medium'],'category':Category[x(0x17a)],'shape':Shape[x(0x17b)],'color':Color[x(0x167)],'texture':Texture[x(0x15c)],'rating':Rating['Common'],'weight':0x3});}[a58i(0x169)](){var y=a58i;return y(0x159);}}export class SniperRifle extends Item{constructor(){var z=a58i;super({'name':'Sniper\x20Rifle','description':z(0x16a),'size':Size[z(0x177)],'category':Category[z(0x17a)],'shape':Shape[z(0x153)],'color':Color['Brown'],'texture':Texture[z(0x171)],'rating':Rating[z(0x176)],'weight':0x5});}[a58i(0x169)](){var A=a58i;return A(0x175);}}export class HolyGrail extends Item{constructor(){var B=a58i;super({'name':'Holy\x20Grail','description':B(0x17e),'size':Size[B(0x16f)],'category':Category['Cup'],'shape':Shape['Circle'],'color':Color[B(0x163)],'texture':Texture[B(0x15c)],'rating':Rating[B(0x178)],'weight':0x1});}[a58i(0x169)](){var C=a58i;return C(0x16d)+this[C(0x172)]+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
@@ -1 +1 @@
1
- function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xbf;let f=c[d];return f;},a60d(a,b);}const a60h=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0xbf))/0x1*(parseInt(f(0xd6))/0x2)+-parseInt(f(0x12c))/0x3+parseInt(f(0xc7))/0x4+-parseInt(f(0x128))/0x5+-parseInt(f(0xf3))/0x6+parseInt(f(0x115))/0x7+parseInt(f(0xcd))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xebc61));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const g=a60d;return a60a[g(0x103)]()[g(0x118)](g(0xd9))[g(0x103)]()[g(0xce)](a60a)[g(0x118)](g(0xd9));});a60a();export const rooms=[{'name':a60h(0xe3),'description':a60h(0x102),'isStartRoom':!![],'items':[{'type':a60h(0x10c),'name':'Golden\x20Key','description':a60h(0x116)},{'type':'book','name':'Guard\x27s\x20Log\x20Book','description':a60h(0xee),'content':a60h(0x11a)}],'exits':[{'direction':a60h(0x114),'targetRoom':a60h(0xc4)}]},{'name':'Secret\x20Passage','description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':'NORTH','targetRoom':a60h(0xf8),'keyRequired':a60h(0x109)},{'direction':'SOUTH','targetRoom':a60h(0xf6)}]},{'name':a60h(0xf8),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60h(0xdf),'name':a60h(0x12a),'description':a60h(0xdb)}]},{'name':'Courtyard','description':a60h(0x119),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60h(0xca)}]},{'name':'Watch\x20Tower','description':a60h(0xec),'roomType':a60h(0x10e),'puzzle':{'requiredPhrase':a60h(0x100),'riddle':a60h(0xed),'rewardItem':{'type':'rifle','name':'Sniper\x20Rifle','description':a60h(0x110)},'successMessage':a60h(0xe0),'failureMessage':a60h(0xc0)}}];export const dungeonConfig=[{'name':a60h(0xf7),'description':a60h(0xe8),'isStartRoom':!![],'roomType':a60h(0x113),'puzzle':{'requiredPhrase':a60h(0xda),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':'key','name':a60h(0xfb),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60h(0x11d),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60h(0x106),'targetRoom':'Study'},{'direction':a60h(0xfa),'targetRoom':a60h(0xfd),'keyRequired':a60h(0xfb)}]},{'name':a60h(0x125),'description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':a60h(0x113),'items':[{'type':a60h(0x124),'name':a60h(0x112),'description':a60h(0x12b),'content':a60h(0xd5)},{'type':'key','name':'Central\x20Chamber\x20Key','description':a60h(0xd1)}],'exits':[{'direction':a60h(0xc8),'targetRoom':a60h(0xf7)},{'direction':a60h(0xfa),'targetRoom':a60h(0x10d)}]},{'name':'Alchemy\x20Lab','description':a60h(0xd8),'roomType':a60h(0x113),'items':[{'type':'basic','name':'Empty\x20vial','description':a60h(0x10f)}],'exits':[{'direction':a60h(0x10a),'targetRoom':'Study'},{'direction':a60h(0x106),'targetRoom':a60h(0xe4)}]},{'name':a60h(0xe4),'description':a60h(0x126),'roomType':a60h(0x113),'items':[{'type':a60h(0xf4),'name':'Emblem\x20Shield','description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':a60h(0x101),'name':a60h(0xea),'description':a60h(0xc9)}],'exits':[{'direction':a60h(0xc8),'targetRoom':a60h(0x10d)},{'direction':a60h(0xfa),'targetRoom':a60h(0xfd)}]},{'name':a60h(0xfd),'description':a60h(0xeb),'roomType':a60h(0x113),'exits':[{'direction':a60h(0x10a),'targetRoom':a60h(0xe4)},{'direction':a60h(0xc8),'targetRoom':a60h(0xf7)},{'direction':a60h(0x106),'targetRoom':a60h(0x11c)},{'direction':a60h(0xfa),'targetRoom':'Treasure\x20Room'}]},{'name':a60h(0x11c),'description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a60h(0x113),'items':[{'type':a60h(0x10c),'name':a60h(0xd2),'description':a60h(0x117)}],'puzzle':{'requiredPhrase':a60h(0x12e),'riddle':a60h(0x11e),'rewardItem':{'type':'gem','name':a60h(0x120),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a60h(0xc1),'failureMessage':a60h(0xe1)},'exits':[{'direction':'south','targetRoom':a60h(0xfd)}]},{'name':a60h(0xf8),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':'inside','puzzle':{'requiredPhrase':'insert\x20gem','riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60h(0xef),'name':'Golden\x20Chalice','description':a60h(0xcb)},'successMessage':a60h(0x121),'failureMessage':a60h(0xde)},'exits':[{'direction':a60h(0x10a),'targetRoom':a60h(0xfd)}]}];export const shadowrunConfig=[{'name':a60h(0x107),'description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':a60h(0x113),'exits':[{'direction':a60h(0x106),'targetRoom':a60h(0xfe)},{'direction':'up','targetRoom':a60h(0xd3)}]},{'name':'Matrix\x20Data\x20Haven','description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':'inside','puzzle':{'requiredPhrase':'decrypt','riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60h(0x10c),'name':a60h(0xcf),'description':a60h(0xe9)},'successMessage':a60h(0xfc),'failureMessage':a60h(0x127)},'exits':[{'direction':a60h(0xf0),'targetRoom':a60h(0x107)}]},{'name':a60h(0xfe),'description':a60h(0x11f),'roomType':a60h(0x105),'exits':[{'direction':a60h(0xc8),'targetRoom':'Jackpoint\x20Login'},{'direction':a60h(0xfa),'targetRoom':'Barrens\x20Entrance'},{'direction':a60h(0x10a),'targetRoom':a60h(0xe2)}]},{'name':a60h(0x122),'description':a60h(0xe5),'roomType':a60h(0x105),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60h(0x10c),'name':a60h(0xd7),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':a60h(0x123)},'exits':[{'direction':'west','targetRoom':a60h(0xfe)},{'direction':a60h(0x106),'targetRoom':a60h(0x108)}]},{'name':a60h(0xe2),'description':a60h(0xd4),'roomType':a60h(0x113),'items':[{'type':a60h(0xcc),'name':'Corporate\x20Creditstick','description':a60h(0xf9)},{'type':a60h(0x104),'name':a60h(0xf2),'description':a60h(0x10b)}],'exits':[{'direction':a60h(0xfa),'targetRoom':a60h(0xfe)}]},{'name':a60h(0x108),'description':a60h(0x11b),'roomType':a60h(0x105),'items':[{'type':a60h(0x129),'name':a60h(0x12d),'description':a60h(0xc5)}],'exits':[{'direction':'south','targetRoom':'Barrens\x20Entrance'},{'direction':a60h(0x106),'targetRoom':a60h(0xf1)},{'direction':'east','targetRoom':a60h(0xff)}]},{'name':a60h(0xf1),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60h(0x113),'puzzle':{'requiredPhrase':a60h(0xc3),'riddle':a60h(0xf5),'rewardItem':{'type':a60h(0xdd),'name':a60h(0xe7),'description':a60h(0xc2)},'successMessage':a60h(0xd0),'failureMessage':'The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.'},'exits':[{'direction':a60h(0xc8),'targetRoom':a60h(0x108)}]},{'name':a60h(0xff),'description':a60h(0xe6),'roomType':a60h(0x113),'items':[{'type':a60h(0xdc),'name':a60h(0xc6),'description':a60h(0x111)}],'exits':[{'direction':a60h(0x10a),'targetRoom':'Barrens\x20Hideout'}]}];function a60c(){const i=['2401710BeRBtz','weapon','Holy\x20Grail','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','4695045HDLozB','Ares\x20Predator','release','18VMgRpQ','That\x20passcode\x20is\x20incorrect','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','disenchant','Secret\x20Passage','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','MCT\x20Fly-Spy','566012kllYQs','south','An\x20old\x20and\x20rusted\x20sword.','Watch\x20Tower','A\x20chalice\x20made\x20of\x20pure\x20gold.','creditstick','11714928bnxDVI','constructor','Encrypted\x20Data\x20Key','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Blood-stained\x20Key','Matrix\x20Data\x20Haven','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','73714EosDSX','Gang\x20Insignia','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','(((.+)+)+)+$','open\x20sesame','The\x20legendary\x20Holy\x20Grail.','drone','amulet','The\x20chest\x20remains\x20firmly\x20shut.','holyGrail','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','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Corp\x20Enclave','Library','Armory','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Amulet\x20of\x20Awakening','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','Rusted\x20Sword','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','A\x20thin\x20log\x20book','cup','down','Mage\x27s\x20Lair','CorpSec\x20Plans','1553172JUJUbg','shield','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Courtyard','Entrance\x20Hall','Treasure\x20Room','A\x20creditstick\x20loaded\x20with\x20nuyen.','east','Central\x20Chamber\x20Key','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Central\x20Chamber','Downtown\x20Seattle','Rigger\x27s\x20Workshop','secret123','sword','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','toString','document','outside','north','Jackpoint\x20Login','Barrens\x20Hideout','Golden\x20Key','west','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','key','Alchemy\x20Lab','OUTSIDE','A\x20clear\x20glass\x20vial.','A\x20long-range\x20weapon.','A\x20small\x20surveillance\x20drone.','Riddle\x20Book','inside','EAST','7004571tyaRzA','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','A\x20key\x20stained\x20with\x20old\x20blood.','search','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Chad\x20the\x20stupid\x20guard','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Torture\x20Chamber','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Ancient\x20Gem','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Barrens\x20Entrance','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','book','Study','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','The\x20data\x20remains\x20encrypted.'];a60c=function(){return i;};return a60c();}
1
+ const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x235))/0x1+parseInt(f(0x207))/0x2*(parseInt(f(0x1f1))/0x3)+parseInt(f(0x203))/0x4+-parseInt(f(0x1f3))/0x5*(parseInt(f(0x1f7))/0x6)+-parseInt(f(0x1d7))/0x7+-parseInt(f(0x24e))/0x8+-parseInt(f(0x1d4))/0x9*(parseInt(f(0x1e1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x70552));function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1d1;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(0x204)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x1d5)]()[h(0x211)](h(0x237))[h(0x1d5)]()[h(0x24f)](a60a)[h(0x211)](h(0x237));});a60a();export const rooms=[{'name':'Library','description':a60i(0x205),'isStartRoom':!![],'items':[{'type':a60i(0x1ea),'name':a60i(0x1d3),'description':a60i(0x1dc)},{'type':a60i(0x215),'name':a60i(0x1e8),'description':a60i(0x222),'content':a60i(0x24c)}],'exits':[{'direction':a60i(0x24b),'targetRoom':'Secret\x20Passage'}]},{'name':a60i(0x242),'description':a60i(0x1e6),'exits':[{'direction':'NORTH','targetRoom':a60i(0x221),'keyRequired':'Golden\x20Key'},{'direction':a60i(0x236),'targetRoom':a60i(0x219)}]},{'name':a60i(0x221),'description':a60i(0x247),'items':[{'type':a60i(0x226),'name':a60i(0x230),'description':a60i(0x1f2)}]},{'name':a60i(0x219),'description':a60i(0x1f5),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60i(0x1ed)}]},{'name':a60i(0x1ed),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0x244),'puzzle':{'requiredPhrase':'secret123','riddle':a60i(0x20c),'rewardItem':{'type':a60i(0x1e7),'name':'Sniper\x20Rifle','description':a60i(0x1e2)},'successMessage':a60i(0x23d),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':a60i(0x241),'description':a60i(0x1ef),'isStartRoom':!![],'roomType':a60i(0x223),'puzzle':{'requiredPhrase':a60i(0x1de),'riddle':a60i(0x248),'rewardItem':{'type':a60i(0x1ea),'name':a60i(0x209),'description':a60i(0x20e)},'successMessage':a60i(0x202),'failureMessage':a60i(0x234)},'exits':[{'direction':'north','targetRoom':a60i(0x22f)},{'direction':a60i(0x1ec),'targetRoom':'Central\x20Chamber','keyRequired':a60i(0x209)}]},{'name':a60i(0x22f),'description':a60i(0x1f8),'roomType':'inside','items':[{'type':'book','name':a60i(0x243),'description':a60i(0x201),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x1ea),'name':a60i(0x209),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x21c),'targetRoom':a60i(0x241)},{'direction':'east','targetRoom':a60i(0x22a)}]},{'name':a60i(0x22a),'description':a60i(0x1fc),'roomType':'inside','items':[{'type':a60i(0x1da),'name':a60i(0x1d6),'description':a60i(0x1df)}],'exits':[{'direction':a60i(0x21d),'targetRoom':a60i(0x22f)},{'direction':a60i(0x22b),'targetRoom':a60i(0x1e0)}]},{'name':a60i(0x1e0),'description':a60i(0x1f4),'roomType':a60i(0x223),'items':[{'type':'shield','name':a60i(0x1d8),'description':a60i(0x1eb)},{'type':a60i(0x213),'name':a60i(0x21b),'description':a60i(0x208)}],'exits':[{'direction':a60i(0x21c),'targetRoom':a60i(0x22a)},{'direction':a60i(0x1ec),'targetRoom':a60i(0x21e)}]},{'name':a60i(0x21e),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a60i(0x223),'exits':[{'direction':a60i(0x21d),'targetRoom':a60i(0x1e0)},{'direction':a60i(0x21c),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x22b),'targetRoom':a60i(0x1e3)},{'direction':a60i(0x1ec),'targetRoom':a60i(0x221)}]},{'name':a60i(0x1e3),'description':a60i(0x225),'roomType':a60i(0x223),'items':[{'type':'key','name':'Blood-stained\x20Key','description':a60i(0x218)}],'puzzle':{'requiredPhrase':a60i(0x217),'riddle':a60i(0x1e4),'rewardItem':{'type':a60i(0x21f),'name':a60i(0x227),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a60i(0x249),'failureMessage':a60i(0x239)},'exits':[{'direction':'south','targetRoom':'Central\x20Chamber'}]},{'name':a60i(0x221),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x223),'puzzle':{'requiredPhrase':a60i(0x20d),'riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60i(0x233),'name':'Golden\x20Chalice','description':a60i(0x1f6)},'successMessage':a60i(0x1f9),'failureMessage':a60i(0x23f)},'exits':[{'direction':a60i(0x21d),'targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':a60i(0x246),'description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':'inside','exits':[{'direction':a60i(0x22b),'targetRoom':a60i(0x250)},{'direction':'up','targetRoom':a60i(0x22c)}]},{'name':a60i(0x22c),'description':a60i(0x1d1),'roomType':a60i(0x223),'puzzle':{'requiredPhrase':a60i(0x23a),'riddle':a60i(0x1ee),'rewardItem':{'type':a60i(0x1ea),'name':a60i(0x224),'description':a60i(0x1e9)},'successMessage':a60i(0x24d),'failureMessage':a60i(0x1ff)},'exits':[{'direction':a60i(0x1dd),'targetRoom':a60i(0x246)}]},{'name':a60i(0x250),'description':a60i(0x22d),'roomType':a60i(0x216),'exits':[{'direction':a60i(0x21c),'targetRoom':a60i(0x246)},{'direction':'east','targetRoom':a60i(0x238)},{'direction':a60i(0x21d),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x238),'description':a60i(0x20b),'roomType':a60i(0x216),'puzzle':{'requiredPhrase':a60i(0x23e),'riddle':a60i(0x23c),'rewardItem':{'type':a60i(0x1ea),'name':a60i(0x1fa),'description':a60i(0x220)},'successMessage':a60i(0x232),'failureMessage':a60i(0x1d2)},'exits':[{'direction':a60i(0x21d),'targetRoom':'Downtown\x20Seattle'},{'direction':a60i(0x22b),'targetRoom':a60i(0x228)}]},{'name':a60i(0x245),'description':a60i(0x1e5),'roomType':a60i(0x223),'items':[{'type':a60i(0x214),'name':'Corporate\x20Creditstick','description':a60i(0x240)},{'type':a60i(0x20a),'name':a60i(0x210),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':'east','targetRoom':'Downtown\x20Seattle'}]},{'name':'Barrens\x20Hideout','description':a60i(0x1db),'roomType':a60i(0x216),'items':[{'type':a60i(0x1fb),'name':a60i(0x206),'description':a60i(0x24a)}],'exits':[{'direction':a60i(0x21c),'targetRoom':a60i(0x238)},{'direction':a60i(0x22b),'targetRoom':a60i(0x231)},{'direction':'east','targetRoom':a60i(0x1fd)}]},{'name':a60i(0x231),'description':a60i(0x20f),'roomType':a60i(0x223),'puzzle':{'requiredPhrase':a60i(0x1fe),'riddle':a60i(0x22e),'rewardItem':{'type':a60i(0x212),'name':a60i(0x21a),'description':a60i(0x23b)},'successMessage':a60i(0x200),'failureMessage':a60i(0x229)},'exits':[{'direction':a60i(0x21c),'targetRoom':a60i(0x228)}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x1f0),'roomType':'inside','items':[{'type':a60i(0x1d9),'name':'MCT\x20Fly-Spy','description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x21d),'targetRoom':a60i(0x228)}]}];function a60c(){const j=['A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','down','open\x20sesame','A\x20clear\x20glass\x20vial.','Armory','252950ObJVin','A\x20long-range\x20weapon.','Torture\x20Chamber','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','rifle','Guard\x27s\x20Log\x20Book','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','key','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','east','Watch\x20Tower','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','549060GrKOoW','The\x20legendary\x20Holy\x20Grail.','10995BJCvtf','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','A\x20chalice\x20made\x20of\x20pure\x20gold.','2286iIzfHs','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Gang\x20Insignia','weapon','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Rigger\x27s\x20Workshop','disenchant','The\x20data\x20remains\x20encrypted.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','2376764zvGXCg','apply','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Ares\x20Predator','6IOdEqi','An\x20old\x20and\x20rusted\x20sword.','Central\x20Chamber\x20Key','document','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','insert\x20gem','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','CorpSec\x20Plans','search','amulet','sword','creditstick','book','outside','release','A\x20key\x20stained\x20with\x20old\x20blood.','Courtyard','Amulet\x20of\x20Awakening','Rusted\x20Sword','south','west','Central\x20Chamber','gem','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Treasure\x20Room','A\x20thin\x20log\x20book','inside','Encrypted\x20Data\x20Key','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','holyGrail','Ancient\x20Gem','Barrens\x20Hideout','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Alchemy\x20Lab','north','Matrix\x20Data\x20Haven','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Study','Holy\x20Grail','Mage\x27s\x20Lair','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','cup','Nothing\x20happens.','884089SeTRuG','SOUTH','(((.+)+)+)+$','Barrens\x20Entrance','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','decrypt','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\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','show\x20loyalty','The\x20chest\x20remains\x20firmly\x20shut.','A\x20creditstick\x20loaded\x20with\x20nuyen.','Entrance\x20Hall','Secret\x20Passage','Riddle\x20Book','OUTSIDE','Corp\x20Enclave','Jackpoint\x20Login','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','EAST','Chad\x20the\x20stupid\x20guard','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','4233704lUgAjV','constructor','Downtown\x20Seattle','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Golden\x20Key','18XhOekv','toString','Empty\x20vial','1047228DnlyuA','Emblem\x20Shield','drone','basic'];a60c=function(){return j;};return a60c();}
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x8f))/0x1+parseInt(f(0x85))/0x2+parseInt(f(0x82))/0x3+-parseInt(f(0x7d))/0x4+-parseInt(f(0x84))/0x5+-parseInt(f(0x87))/0x6+parseInt(f(0x70))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x3b14e));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x79)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x74)]()['search'](h(0x8a))[h(0x74)]()[h(0x8b)](a61a)[h(0x80)]('(((.+)+)+)+$');});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x88)];[a61i(0x6c)];[a61i(0x86)];[a61i(0x77)];}export class AbstractRoom extends EventEmitter{[a61i(0x69)];[a61i(0x71)];[a61i(0x7f)];[a61i(0x6e)];[a61i(0x6b)];[a61i(0x76)];[a61i(0x7b)];}export class AbstractDoor{[a61i(0x83)];[a61i(0x73)];['isLocked'];[a61i(0x7c)];[a61i(0x69)];[a61i(0x86)];[a61i(0x75)];}export class AbstractInventory{[a61i(0x6d)];['logger'];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x69;var f=c[d];return f;},a61d(a,b);}export class AbstractItem{[a61i(0x72)];[a61i(0x69)];['description'];[a61i(0x81)];['category'];[a61i(0x8e)];[a61i(0x8d)];[a61i(0x6f)];[a61i(0x7a)];[a61i(0x7e)];}export class AbstractPlayer{['_playerName'];['_currentLocation'];[a61i(0x90)];[a61i(0x78)];[a61i(0x89)];[a61i(0x6a)];}export class AbstractPuzzle{[a61i(0x86)];[a61i(0x8c)];}function a61c(){var j=['roomB','toString','isLockable','roomType','characterLocations','_equipment','apply','rating','isStartRoom','unlockItemOrSolution','851060ilGYyu','weight','exits','search','size','277779YbxEyD','roomA','83950EIDJGo','342130GppWqr','logger','674646bIAtex','rooms','_maxCarryingWeight','(((.+)+)+)+$','constructor','solved','color','shape','115033CcviEJ','_inventory','name','_logger','puzzle','player','items','inventory','texture','3047583gSIaQE','description','uuid'];a61c=function(){return j;};return a61c();}
1
+ var a61i=a61d;function a61c(){var j=['_equipment','toString','player','isLocked','apply','5zKSsMK','isLockable','3815844yTZbxP','constructor','search','roomA','_currentLocation','roomType','7626199ZdsLHF','category','16640140zODEvi','isStartRoom','logger','788376NiKOdf','size','unlockItemOrSolution','_playerName','texture','2168124XErutN','6xwRfGK','exits','9uDfUZx','1574379HEulpk','shape','rating','(((.+)+)+)+$','roomB','characterLocations','puzzle','name','solved','rooms','1888848iqQjhI','_inventory','description','_maxCarryingWeight'];a61c=function(){return j;};return a61c();}(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x152))/0x1+-parseInt(f(0x149))/0x2+parseInt(f(0x14e))/0x3+parseInt(f(0x13e))/0x4*(-parseInt(f(0x13c))/0x5)+parseInt(f(0x14f))/0x6*(parseInt(f(0x144))/0x7)+parseInt(f(0x133))/0x8+-parseInt(f(0x151))/0x9*(-parseInt(f(0x146))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xc0cfd));function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x12f;var f=c[d];return f;},a61d(a,b);}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x13b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a['toString']()[h(0x140)]('(((.+)+)+)+$')[h(0x138)]()[h(0x13f)](a61a)[h(0x140)](h(0x155));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x132)];[a61i(0x139)];[a61i(0x148)];[a61i(0x157)];}export class AbstractRoom extends EventEmitter{['name'];[a61i(0x135)];[a61i(0x150)];['inventory'];[a61i(0x12f)];[a61i(0x143)];[a61i(0x147)];}export class AbstractDoor{[a61i(0x141)];[a61i(0x156)];[a61i(0x13a)];[a61i(0x14b)];[a61i(0x130)];['logger'];[a61i(0x13d)];}export class AbstractInventory{['items'];[a61i(0x148)];}export class AbstractItem{['uuid'];[a61i(0x130)];[a61i(0x135)];[a61i(0x14a)];[a61i(0x145)];[a61i(0x153)];['color'];[a61i(0x14d)];[a61i(0x154)];['weight'];}export class AbstractPlayer{[a61i(0x14c)];[a61i(0x142)];[a61i(0x134)];[a61i(0x137)];[a61i(0x136)];['_logger'];}export class AbstractPuzzle{[a61i(0x148)];[a61i(0x131)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0xd7))/0x1*(-parseInt(k(0x101))/0x2)+-parseInt(k(0x105))/0x3*(-parseInt(k(0x121))/0x4)+-parseInt(k(0x129))/0x5*(parseInt(k(0xd1))/0x6)+-parseInt(k(0xec))/0x7+parseInt(k(0x111))/0x8*(-parseInt(k(0xd5))/0x9)+-parseInt(k(0xf2))/0xa*(-parseInt(k(0xf9))/0xb)+-parseInt(k(0x10b))/0xc*(-parseInt(k(0x11d))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xde919));export var Size;(function(a){var l=a62d;a[l(0xe0)]=l(0xe1),a['Small']=l(0xd0),a['Medium']=l(0x10d),a[l(0x106)]=l(0x123),a['VeryLarge']=l(0x126);}(Size||(Size={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xcd;var f=c[d];return f;},a62d(a,b);}function a62c(){var v=['Shield','large','Rare','Weapon','very\x20large','Triangle','grey','5QbjArK','constructor','Fuzzy','DESERT','SOUTH','small','10757640XYthZg','apply','helmet','Gloves','9pdRnJT','SEA','2HKjXPG','key','Boots','common','Rifle','beach','Orange','BEACH','blade','Tiny','tiny','CAVE','rifle','bumpy','red','body\x20armor','rare','Blue','search','Hat','north','3016587GYCYst','triangle','INSIDE','(((.+)+)+)+$','smooth','LegArmor','12454440YzDnHk','Helmet','sea','UNDERGROUND','legendary','Book','FOREST','11pJpKLs','leg\x20armor','Circle','green','underground','boots','rough','forest','678738LCpEHV','Green','Legendary','cup','987531WDwdmO','Large','Smooth','tower','Gold','Yellow','25514148IeUaRK','TOWER','medium','orange','metallic','circle','12585544hHznMJ','rectangle','mountain','toString','Rough','grainy','weapon','arm\x20armor','hat','shield','cave','Square','13dvJvew','west','square','WEST','8EUlRRL'];a62c=function(){return v;};return a62c();}export var Rating;(function(a){var m=a62d;a['Common']=m(0xda),a[m(0x124)]=m(0xe7),a[m(0x103)]=m(0xf6);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x125)]=n(0x117),a[n(0x122)]=n(0x11a),a['Key']=n(0xd8),a[n(0xd4)]='gloves',a[n(0xf3)]=n(0xd3),a[n(0xea)]=n(0x119),a[n(0xd9)]=n(0xfe),a[n(0xf1)]=n(0xfa),a['ArmArmor']=n(0x118),a['BodyArmor']=n(0xe6),a[n(0xf7)]='book',a['Cup']=n(0x104),a['Unknown']='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0xfb)]=o(0x110),a[o(0x11c)]=o(0x11f),a[o(0x127)]=o(0xed),a['Rectangle']=o(0x112),a['Blade']=o(0xdf),a[o(0xdb)]=o(0xe3);}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a['Red']=p(0xe5),a[p(0xe8)]='blue',a[p(0x102)]=p(0xfc),a[p(0x10a)]='yellow',a[p(0xdd)]=p(0x10e),a['Purple']='purple',a['Grey']=p(0x128),a['Brown']='brown',a[p(0x109)]='gold';}(Color||(Color={})));export var Texture;(function(a){var q=a62d;a[q(0x107)]=q(0xf0),a[q(0x115)]=q(0xff),a['Bumpy']=q(0xe4),a[q(0xcd)]='fuzzy',a['Grainy']=q(0x116),a['Metallic']=q(0x10f);}(Texture||(Texture={})));export var RoomType;(function(a){var r=a62d;a[r(0xee)]='inside',a['OUTSIDE']='outside',a[r(0xf5)]=r(0xfd),a[r(0xe2)]=r(0x11b),a[r(0x10c)]=r(0x108),a[r(0xf8)]=r(0x100),a[r(0xce)]='desert',a['MOUNTAIN']=r(0x113),a[r(0xde)]=r(0xdc),a[r(0xd6)]=r(0xf4);}(RoomType||(RoomType={})));export var Direction;(function(c){var u=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var s=a62d;if(h){var j=h[s(0xd2)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var t=a62d;return e[t(0x114)]()[t(0xe9)](t(0xef))[t(0x114)]()[t(0x12a)](e)[t(0xe9)](t(0xef));});e(),c['NORTH']=u(0xeb),c['EAST']='east',c[u(0xcf)]='south',c[u(0x120)]=u(0x11e),c['UP']='up',c['DOWN']='down';}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x170))/0x1+parseInt(k(0x184))/0x2+parseInt(k(0x14e))/0x3+-parseInt(k(0x180))/0x4*(-parseInt(k(0x1a0))/0x5)+parseInt(k(0x18a))/0x6+-parseInt(k(0x16a))/0x7+-parseInt(k(0x153))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xb1435));export var Size;(function(a){var l=a62d;a[l(0x1a2)]='tiny',a['Small']=l(0x162),a[l(0x175)]=l(0x15c),a[l(0x173)]=l(0x15b),a[l(0x1a4)]=l(0x160);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x1a1)]='common',a[m(0x19f)]=m(0x186),a[m(0x190)]=m(0x192);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a['Weapon']=n(0x167),a[n(0x16f)]='shield',a[n(0x19e)]='key',a[n(0x19a)]='gloves',a['Helmet']=n(0x17f),a[n(0x174)]='hat',a[n(0x149)]=n(0x199),a[n(0x195)]='leg\x20armor',a[n(0x168)]='arm\x20armor',a['BodyArmor']=n(0x17e),a[n(0x187)]='book',a['Cup']=n(0x14d),a[n(0x17d)]=n(0x14b);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x1a5)]=o(0x15f),a[o(0x18f)]=o(0x17c),a[o(0x16e)]=o(0x19d),a[o(0x198)]='rectangle',a[o(0x155)]='blade',a[o(0x17b)]='rifle';}(Shape||(Shape={})));export var Color;(function(c){var q=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var p=a62d;return e[p(0x179)]()[p(0x16d)](p(0x156))[p(0x179)]()[p(0x196)](e)['search'](p(0x156));});e(),c[q(0x14c)]=q(0x15d),c[q(0x166)]='blue',c[q(0x15a)]=q(0x194),c[q(0x18e)]=q(0x181),c[q(0x165)]=q(0x176),c['Purple']=q(0x17a),c[q(0x182)]=q(0x1a3),c['Brown']=q(0x159),c['Gold']='gold';}(Color||(Color={})));function a62c(){var u=['legendary','forest','green','LegArmor','constructor','sea','Rectangle','boots','Gloves','Grainy','beach','triangle','Key','Rare','10JmtaHC','Common','Tiny','grey','VeryLarge','Circle','Boots','SEA','unknown','Red','cup','1498845Pexefp','metallic','UNDERGROUND','inside','OUTSIDE','13414320bjTAxy','DESERT','Blade','(((.+)+)+)+$','SOUTH','grainy','brown','Green','large','medium','red','cave','circle','very\x20large','DOWN','small','WEST','CAVE','Orange','Blue','weapon','ArmArmor','north','3475857nQsipm','fuzzy','down','search','Triangle','Shield','177825QEiONK','west','Rough','Large','Hat','Medium','orange','tower','EAST','toString','purple','Rifle','square','Unknown','body\x20armor','helmet','2051132GRehRD','yellow','Grey','Smooth','1178706XTqHhB','smooth','rare','Book','bumpy','east','3642306JfcydW','Bumpy','MOUNTAIN','outside','Yellow','Square','Legendary','INSIDE'];a62c=function(){return u;};return a62c();}export var Texture;(function(a){var r=a62d;a[r(0x183)]=r(0x185),a[r(0x172)]='rough',a[r(0x18b)]=r(0x188),a['Fuzzy']=r(0x16b),a[r(0x19b)]=r(0x158),a['Metallic']=r(0x14f);}(Texture||(Texture={})));export var RoomType;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x149;var f=c[d];return f;},a62d(a,b);}(function(a){var s=a62d;a[s(0x191)]=s(0x151),a[s(0x152)]=s(0x18d),a[s(0x150)]='underground',a[s(0x164)]=s(0x15e),a['TOWER']=s(0x177),a['FOREST']=s(0x193),a[s(0x154)]='desert',a[s(0x18c)]='mountain',a['BEACH']=s(0x19c),a[s(0x14a)]=s(0x197);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a['NORTH']=t(0x169),a[t(0x178)]=t(0x189),a[t(0x157)]='south',a[t(0x163)]=t(0x171),a['UP']='up',a[t(0x161)]=t(0x16c);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x152))/0x1*(-parseInt(f(0x15b))/0x2)+-parseInt(f(0x15a))/0x3+-parseInt(f(0x14b))/0x4*(-parseInt(f(0x158))/0x5)+parseInt(f(0x156))/0x6*(parseInt(f(0x14c))/0x7)+parseInt(f(0x14d))/0x8*(-parseInt(f(0x14a))/0x9)+parseInt(f(0x14f))/0xa*(parseInt(f(0x157))/0xb)+-parseInt(f(0x153))/0xc*(parseInt(f(0x151))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x9de57));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x154)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0x159)](h(0x14e))[h(0x150)]()[h(0x155)](a63a)[h(0x159)](h(0x14e));});function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x14a;var f=c[d];return f;},a63d(a,b);}a63a();function a63c(){var i=['1651407SDnzCw','158008RkdqSn','81mxJnrx','3023860SdILOQ','8617IsMQYY','532360qerpIM','(((.+)+)+)+$','1826110sHaIbx','toString','11087284UBUMBr','6CoesnR','12bfQhUg','apply','constructor','2466VyBtEP','55ySdBsA','5AiADkD','search'];a63c=function(){return i;};return a63c();}export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xbf))/0x1+parseInt(f(0xc2))/0x2*(parseInt(f(0xb7))/0x3)+-parseInt(f(0xc3))/0x4+parseInt(f(0xbc))/0x5+parseInt(f(0xb8))/0x6+-parseInt(f(0xc0))/0x7+parseInt(f(0xb9))/0x8*(-parseInt(f(0xbb))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x43c73));function a63c(){var i=['177627nJGzGX','2293200ILEIDa','apply','2AnfGpx','190836QhxuDL','1578414KnfLsC','692640Jcegpk','48lxkNia','search','263196qEWRER','1822205VHIhIY','toString','(((.+)+)+)+$'];a63c=function(){return i;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xb7;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xc1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0xbd)]()[h(0xba)](h(0xbe))['toString']()['constructor'](a63a)[h(0xba)]('(((.+)+)+)+$');});a63a();export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x8c))/0x1*(parseInt(f(0x94))/0x2)+parseInt(f(0x92))/0x3+parseInt(f(0x8f))/0x4+parseInt(f(0x8d))/0x5*(parseInt(f(0x93))/0x6)+-parseInt(f(0x98))/0x7+parseInt(f(0x91))/0x8+-parseInt(f(0x8e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x75466));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x90)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x96)]()[h(0x99)](h(0x97))['toString']()[h(0x95)](a64a)[h(0x99)](h(0x97));});a64a();export{};function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x8c;var f=c[d];return f;},a64d(a,b);}function a64c(){var i=['search','45301ICFKlt','812920umbKBv','12776157IJIHUg','3380072EiIyKU','apply','1332400voqViL','2275974qATkxB','30yXlFct','2HSwlJW','constructor','toString','(((.+)+)+)+$','5099612SSOsod'];a64c=function(){return i;};return a64c();}
1
+ function a64c(){var i=['10877904vytYrl','1823355NliXXL','434osBGRm','(((.+)+)+)+$','74847iHGKiD','9556722VbMfsv','toString','487xoluka','constructor','2537404NDwYFr','678FVxzBR','2744pRmxVZ','apply'];a64c=function(){return i;};return a64c();}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0xc9))/0x1*(parseInt(f(0xcd))/0x2)+-parseInt(f(0xd3))/0x3+-parseInt(f(0xcb))/0x4+-parseInt(f(0xd0))/0x5+parseInt(f(0xcc))/0x6*(-parseInt(f(0xd1))/0x7)+parseInt(f(0xcf))/0x8+parseInt(f(0xc7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xb0617));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0xce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0xc8)]()['search'](h(0xd2))[h(0xc8)]()[h(0xca)](a64a)['search'](h(0xd2));});a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xc7;var f=c[d];return f;},a64d(a,b);}export{};
@@ -1 +1 @@
1
- function a65c(){const H=['mousemove','\x20(Unlocked)','getOtherSide','unlock','scroll','\x20Inventory\x20','feet','setContent','torso','slice','textbox','exit','parse','8VXKZvS','Arms:\x20','unequip','toString','box','Gloves:\x20','4414256KccPYP','arms','----->>>>>>\x20Initializing\x20Game','75%','join','size','\x20(Locked)','getInstance','Left\x20Hand:\x20','argv','inventory','player','45%','<<<<<<<<---------\x20Terminating\x20game','exits','Thanks\x20for\x20playing!','517980wBXuBM','constructor','25%','name','Feet:\x20','Head:\x20','legs','clearValue','map','log','\x20Game\x20Log\x20','-----\x20Exits\x20------\x0a','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','escape','cyan','2167272dtYuhG','logFilePath','leftHand','line','\x20Map\x20','90%','Your\x20items\x20will\x20be\x20listed\x20here...','render','getAllItems','logBox','Available\x20exits\x20will\x20be\x20shown\x20here...','checkIfLockable','split','search','roomType','head','equipment','rightHand','enter','(((.+)+)+)+$','70%','429997MbyNnn','3600758LDtKim','Side\x20Quest\x20Adventure\x20Game','currentLocation','None','770343sEYPQx','write','\x0aThere\x20are\x20no\x20exits\x20here.','screen','key','take','5mYfZQM','yellow','1848546CAEACf','removeAllListeners','append','20%','focus','Legs:\x20','gloves','100%'];a65c=function(){return H;};return a65c();}const a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x1fd))/0x1+-parseInt(y(0x235))/0x2+-parseInt(y(0x202))/0x3*(-parseInt(y(0x21f))/0x4)+-parseInt(y(0x208))/0x5*(parseInt(y(0x20a))/0x6)+parseInt(y(0x1fe))/0x7+parseInt(y(0x225))/0x8+-parseInt(y(0x244))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x5375c));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x1e9;let f=c[d];return f;},a65d(a,b);}import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a65d;return g[z(0x222)]()[z(0x1f5)](z(0x1fb))[z(0x222)]()[z(0x236)](g)['search'](z(0x1fb));});g();try{const h=a65e[A(0x205)]({'smartCSR':!![],'title':A(0x1ff)}),i=a65e[A(0x223)]({'top':'0%','left':A(0x228),'width':A(0x237),'height':A(0x231),'border':{'type':A(0x1eb)},'label':A(0x217),'content':A(0x1ee),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x209)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x1f0)]()[B(0x23d)](v=>v[B(0x238)]);i[B(0x219)](u[B(0x229)]('\x0a')),h[B(0x1ef)]();};h[A(0x20c)](i);const k=a65e[A(0x223)]({'top':A(0x231),'left':'75%','width':'25%','height':A(0x237),'border':{'type':A(0x1eb)},'label':'\x20Equipment\x20','content':A(0x241),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x209)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const C=A;k[C(0x219)](C(0x23a)+(t[C(0x1f7)]?t[C(0x1f7)][C(0x238)]:C(0x201))+'\x0a'+('Torso:\x20'+(t['torso']?t[C(0x21a)]['name']:C(0x201))+'\x0a')+(C(0x20f)+(t['legs']?t[C(0x23b)][C(0x238)]:C(0x201))+'\x0a')+(C(0x239)+(t[C(0x218)]?t[C(0x218)][C(0x238)]:'None')+'\x0a')+(C(0x220)+(t[C(0x226)]?t[C(0x226)]['name']:C(0x201))+'\x0a')+(C(0x224)+(t['gloves']?t[C(0x210)][C(0x238)]:C(0x201))+'\x0a')+(C(0x22d)+(t[C(0x1ea)]?t[C(0x1ea)][C(0x238)]:C(0x201))+'\x0a')+('Right\x20Hand:\x20'+(t['rightHand']?t[C(0x1f9)][C(0x238)]:'None')+'\x0a')),h['render']();},m=a65e[A(0x223)]({'top':A(0x1fc),'left':A(0x228),'width':'25%','height':A(0x20d),'border':{'type':A(0x1eb)},'label':A(0x1ec),'content':A(0x1f2),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x209)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const D=A;let u='Currently\x20in:\x20'+t[D(0x238)]+'\x0a\x0a';u+=D(0x240),t[D(0x233)][D(0x22a)]>0x0?t[D(0x233)]['forEach']((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x214)](t);x[E(0x1f6)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x[E(0x238)]:u+=capitalCase(w)+':\x20'+v['name'];if(v['checkIfLocked']())u+=E(0x22b);else v[E(0x1f3)]()&&(u+=E(0x213));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x204),m[D(0x219)](u),h[D(0x1ef)]();},o=a65e[A(0x223)]({'id':A(0x1f1),'top':'0%','left':'0%','width':A(0x228),'height':A(0x1ed),'border':{'type':A(0x1eb)},'label':A(0x23f),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x209)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x20b)](A(0x212)),h[A(0x20c)](o);const p=a65e[A(0x21c)]({'bottom':0x0,'left':0x0,'width':A(0x211),'height':'10%','tags':!![],'border':{'type':'line'},'style':{'fg':'white','border':{'fg':A(0x243)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x20c)](p),h['key']([A(0x242),'C-c'],()=>process['exit'](0x0)),p[A(0x20e)](),h['render']();const q=Logger[A(0x22c)](e[A(0x1e9)],h),r=new Player({'playerName':c});q['write'](A(0x227));const s=a65f[A(0x22c)](r,d);o['setContent'](s['getWelcomeMessage']()),l(s[A(0x230)][A(0x1f8)]),j(s[A(0x230)][A(0x22f)]),n(s[A(0x230)][A(0x200)]),p[A(0x206)]([A(0x1fa)],async()=>{const F=A,t=p['getValue'](),u=s['handleInput'](t);(t['split']('\x20')[0x0]===F(0x207)||'equip'||F(0x221))&&(j(s[F(0x230)][F(0x22f)]),l(s[F(0x230)]['equipment'])),(t['split']('\x20')[0x0]==='go'||'lock'||F(0x215))&&n(s[F(0x230)][F(0x200)]),t[F(0x1f4)]('\x20')[0x0]==='clear'&&o[F(0x219)](''),u===null&&(console[F(0x23e)](F(0x234)),h['render'](),q[F(0x203)](F(0x232)),process[F(0x21d)](0x0)),o['pushLine'](u),o[F(0x216)](0x1),p[F(0x23c)](),p[F(0x20e)](),h[F(0x1ef)]();});}catch(t){console[A(0x23e)](t),process['exit'](0x1);}}const args=process[a65G(0x22e)][a65G(0x21b)](0x2);main(args[0x0],JSON[a65G(0x21e)](args[0x1]),JSON[a65G(0x21e)](args[0x2]));
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x216))/0x1+-parseInt(y(0x203))/0x2*(parseInt(y(0x201))/0x3)+-parseInt(y(0x1fa))/0x4+-parseInt(y(0x22b))/0x5*(parseInt(y(0x208))/0x6)+parseInt(y(0x222))/0x7*(parseInt(y(0x20a))/0x8)+-parseInt(y(0x226))/0x9+parseInt(y(0x23a))/0xa*(parseInt(y(0x21a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xf2c51));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';function a65c(){const I=['40785IwgMrX','toString','constructor','Your\x20items\x20will\x20be\x20listed\x20here...','13596QaeCtn','Right\x20Hand:\x20','exit','scroll','getOtherSide','90%','search','logFilePath','1253EQBMQF','render','rightHand','Gloves:\x20','2944053KAifFk','checkIfLocked','box','leftHand','name','454385dNDOZx','None','OUTSIDE','forEach','size','equipment','pushLine','Feet:\x20','C-c','escape','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','apply','log','unlock','white','25820SYxDhw','exits','split','player','yellow','currentLocation','Thanks\x20for\x20playing!','textbox','\x20(Locked)','\x20Game\x20Log\x20','line','legs','25%','roomType','take','clear','key','inventory','feet','append','getValue','10%','Legs:\x20','setContent','\x0aThere\x20are\x20no\x20exits\x20here.','map','torso','head','\x20Inventory\x20','getInstance','75%','logBox','100%','45%','6439748ysSTSo','----->>>>>>\x20Initializing\x20Game','unequip','(((.+)+)+)+$','gloves','handleInput','screen','63xVoptq','Side\x20Quest\x20Adventure\x20Game','103006fHIGqM','\x20(Unlocked)','write','enter','Left\x20Hand:\x20','60kGSitA','argv','79160MaPBEH','checkIfLockable','arms','Currently\x20in:\x20','slice','equip','clearValue','focus','parse','\x20Map\x20','mousemove','\x20Equipment\x20'];a65c=function(){return I;};return a65c();}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x1de;let f=c[d];return f;},a65d(a,b);}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(0x236)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g['toString']()['search'](A(0x1fd))[A(0x217)]()[A(0x218)](g)[A(0x220)](A(0x1fd));});g();try{const h=a65e[B(0x200)]({'smartCSR':!![],'title':B(0x202)}),i=a65e[B(0x228)]({'top':'0%','left':B(0x1f6),'width':B(0x1e4),'height':B(0x1f9),'border':{'type':B(0x1e2)},'label':B(0x1f4),'content':B(0x219),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x23e)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x1f1)](v=>v[C(0x22a)]);i[C(0x1ef)](u['join']('\x0a')),h[C(0x223)]();};h['append'](i);const k=a65e[B(0x228)]({'top':B(0x1f9),'left':B(0x1f6),'width':'25%','height':B(0x1e4),'border':{'type':B(0x1e2)},'label':B(0x215),'content':B(0x235),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1eb)](k);const l=t=>{const D=B;k[D(0x1ef)]('Head:\x20'+(t[D(0x1f3)]?t['head'][D(0x22a)]:'None')+'\x0a'+('Torso:\x20'+(t[D(0x1f2)]?t[D(0x1f2)][D(0x22a)]:D(0x22c))+'\x0a')+(D(0x1ee)+(t[D(0x1e3)]?t[D(0x1e3)][D(0x22a)]:'None')+'\x0a')+(D(0x232)+(t[D(0x1ea)]?t[D(0x1ea)]['name']:D(0x22c))+'\x0a')+('Arms:\x20'+(t['arms']?t[D(0x20c)]['name']:D(0x22c))+'\x0a')+(D(0x225)+(t[D(0x1fe)]?t[D(0x1fe)][D(0x22a)]:'None')+'\x0a')+(D(0x207)+(t[D(0x229)]?t[D(0x229)][D(0x22a)]:D(0x22c))+'\x0a')+(D(0x21b)+(t['rightHand']?t[D(0x224)]['name']:D(0x22c))+'\x0a')),h[D(0x223)]();},m=a65e['box']({'top':'70%','left':B(0x1f6),'width':B(0x1e4),'height':'20%','border':{'type':'line'},'label':B(0x213),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x23e)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1eb)](m);const n=t=>{const E=B;let u=E(0x20d)+t[E(0x22a)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[E(0x23b)][E(0x22f)]>0x0?t[E(0x23b)][E(0x22e)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x21e)](t);x[F(0x1e5)]===RoomType[F(0x22d)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x22a)];if(v[F(0x227)]())u+=F(0x1e0);else v[F(0x20b)]()&&(u+=F(0x204));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1f0),m[E(0x1ef)](u),h[E(0x223)]();},o=a65e['box']({'id':B(0x1f7),'top':'0%','left':'0%','width':B(0x1f6),'height':B(0x21f),'border':{'type':'line'},'label':B(0x1e1),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x23e)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](B(0x214)),h['append'](o);const p=a65e[B(0x1df)]({'bottom':0x0,'left':0x0,'width':B(0x1f8),'height':B(0x1ed),'tags':!![],'border':{'type':B(0x1e2)},'style':{'fg':B(0x239),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1eb)](p),h[B(0x1e8)]([B(0x234),B(0x233)],()=>process[B(0x21c)](0x0)),p[B(0x211)](),h[B(0x223)]();const q=Logger[B(0x1f5)](e[B(0x221)],h),r=new Player({'playerName':c});q['write'](B(0x1fb));const s=a65f[B(0x1f5)](r,d);o[B(0x1ef)](s['getWelcomeMessage']()),l(s[B(0x23d)][B(0x230)]),j(s[B(0x23d)][B(0x1e9)]),n(s[B(0x23d)]['currentLocation']),p[B(0x1e8)]([B(0x206)],async()=>{const G=B,t=p[G(0x1ec)](),u=s[G(0x1ff)](t);(t['split']('\x20')[0x0]===G(0x1e6)||G(0x20f)||G(0x1fc))&&(j(s[G(0x23d)][G(0x1e9)]),l(s[G(0x23d)][G(0x230)])),(t['split']('\x20')[0x0]==='go'||'lock'||G(0x238))&&n(s[G(0x23d)][G(0x23f)]),t[G(0x23c)]('\x20')[0x0]===G(0x1e7)&&o[G(0x1ef)](''),u===null&&(console[G(0x237)](G(0x1de)),h[G(0x223)](),q[G(0x205)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x21c)](0x0)),o[G(0x231)](u),o[G(0x21d)](0x1),p[G(0x210)](),p[G(0x211)](),h[G(0x223)]();});}catch(t){console[B(0x237)](t),process['exit'](0x1);}}const args=process[a65H(0x209)][a65H(0x20e)](0x2);main(args[0x0],JSON[a65H(0x212)](args[0x1]),JSON[a65H(0x212)](args[0x2]));
@@ -1 +1 @@
1
- const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x1cb))/0x1+parseInt(h(0x1e0))/0x2*(-parseInt(h(0x1c2))/0x3)+parseInt(h(0x1d3))/0x4*(parseInt(h(0x1de))/0x5)+parseInt(h(0x1d1))/0x6*(parseInt(h(0x1c7))/0x7)+-parseInt(h(0x1c5))/0x8*(-parseInt(h(0x1bf))/0x9)+-parseInt(h(0x1ce))/0xa+-parseInt(h(0x1d9))/0xb*(parseInt(h(0x1e2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x635d9));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x1e5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x1da)]('(((.+)+)+)+$')[j(0x1d6)]()['constructor'](a66a)[j(0x1da)](j(0x1d5));});a66a();import a66e from'fs';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1be;let f=c[d];return f;},a66d(a,b);}import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x1d2)]();export class Logger{static [a66k(0x1c6)];[a66k(0x1c9)];['screen'];constructor(a,b){const l=a66k;this[l(0x1c9)]=a,this[l(0x1d7)]=b,this[l(0x1e4)]();}static[a66k(0x1df)](a=a66g['join'](homeDir,a66k(0x1e1),'side-quest.log'),b){const m=a66k;if(!Logger[m(0x1c6)]){if(!b)throw new Error(m(0x1cf));Logger[m(0x1c6)]=new Logger(a,b);}return Logger[m(0x1c6)];}[a66k(0x1e4)](){const n=a66k,a=a66g[n(0x1ca)](this['filePath']);!a66e['existsSync'](a)&&a66e[n(0x1db)](a,{'recursive':!![]}),!a66e[n(0x1be)](this['filePath'])&&a66e['writeFileSync'](this['filePath'],'');}[a66k(0x1c8)](a){const o=a66k,b=new Date()[o(0x1c0)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e[o(0x1dc)](this[o(0x1c9)],c);}[a66k(0x1c4)](a){const p=a66k,b=new Date()[p(0x1c0)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a66e[p(0x1dc)](this[p(0x1c9)],c);}[a66k(0x1cd)](a){const q=a66k,b=this['screen']?.['children']['find'](c=>c[q(0x1dd)]===q(0x1d0)&&c['options']['id']===q(0x1e3));b?(b['setContent'](b['content']+'\x0a'+a),b[q(0x1c3)](b[q(0x1cc)]()),this[q(0x1d7)]?.[q(0x1c1)]()):this[q(0x1c4)]('The\x20logbox\x20'+b+q(0x1d4)+this[q(0x1d7)]),this[q(0x1c8)](a);}[a66k(0x1d8)](){const r=a66k;return!!this[r(0x1d7)];}}function a66c(){const s=['mkdirSync','appendFileSync','type','2887735evwiLg','getInstance','18LpzOUC','.maka','108ecuvoU','logBox','ensureLogFileExists','apply','existsSync','9QttCmq','toISOString','render','107889ixXgcb','scrollTo','error','5697696LHRDiI','instance','14ABWJkM','write','filePath','dirname','766922pxsKud','getScrollHeight','log','256400xJslVZ','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','box','1286880MTDhja','homedir','4dzUSwr','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','(((.+)+)+)+$','toString','screen','hasScreen','238931zMJytd','search'];a66c=function(){return s;};return a66c();}
1
+ const a66j=a66d;function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xff;let f=c[d];return f;},a66d(a,b);}(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x10e))/0x1*(parseInt(h(0x107))/0x2)+-parseInt(h(0x10c))/0x3*(-parseInt(h(0x11f))/0x4)+-parseInt(h(0x120))/0x5*(-parseInt(h(0x10f))/0x6)+parseInt(h(0x108))/0x7*(parseInt(h(0x121))/0x8)+-parseInt(h(0x102))/0x9+parseInt(h(0x123))/0xa+-parseInt(h(0x104))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xeafa9));function a66c(){const p=['152630ZRxLdd','77daPHzg','The\x20logbox\x20','content','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','219HhGyav','getInstance','3LYtAdx','2022MJHZRl','write','type','scrollTo','screen','instance','.maka','homedir','error','setContent','toISOString','side-quest.log','filePath','(((.+)+)+)+$','find','toString','57304YVufeh','1585bCghls','65992gXJsOZ','search','17676250HlzqVH','appendFileSync','join','options','6131754fCXVsV','existsSync','12520937mpDFZv','ensureLogFileExists','box'];a66c=function(){return p;};return a66c();}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const i=a66d;return a66a[i(0x11e)]()[i(0x122)](i(0x11c))[i(0x11e)]()['constructor'](a66a)[i(0x122)]('(((.+)+)+)+$');});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66j(0x116)]();export class Logger{static [a66j(0x114)];[a66j(0x11b)];[a66j(0x113)];constructor(a,b){this['filePath']=a,this['screen']=b,this['ensureLogFileExists']();}static[a66j(0x10d)](a=a66g[a66j(0x100)](homeDir,a66j(0x115),a66j(0x11a)),b){const k=a66j;if(!Logger[k(0x114)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[k(0x114)]=new Logger(a,b);}return Logger[k(0x114)];}[a66j(0x105)](){const l=a66j,a=a66g['dirname'](this[l(0x11b)]);!a66e['existsSync'](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e[l(0x103)](this[l(0x11b)])&&a66e['writeFileSync'](this[l(0x11b)],'');}[a66j(0x110)](a){const m=a66j,b=new Date()['toISOString'](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e[m(0xff)](this[m(0x11b)],c);}[a66j(0x117)](a){const n=a66j,b=new Date()[n(0x119)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a66e[n(0xff)](this['filePath'],c);}['log'](a){const o=a66j,b=this[o(0x113)]?.['children'][o(0x11d)](c=>c[o(0x111)]===o(0x106)&&c[o(0x101)]['id']==='logBox');b?(b[o(0x118)](b[o(0x10a)]+'\x0a'+a),b[o(0x112)](b['getScrollHeight']()),this[o(0x113)]?.['render']()):this[o(0x117)](o(0x109)+b+o(0x10b)+this[o(0x113)]),this[o(0x110)](a);}['hasScreen'](){return!!this['screen'];}}
@@ -1 +1 @@
1
- function a67c(){const q=['134510xvEgMU','bright','30235ynIuIj','exit','node','player','dungeon','Thanks\x20for\x20playing!','54yFoinn','apply','log','toString','20081910Tnqhqj','ask','5LaMaww','2382204LyjZtk','What\x20is\x20your\x20name?','inherit','options','maka\x20play:side-quest','create','join','stringify','(((.+)+)+)+$','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','Play\x20a\x20little\x20side-quest','search','11399130QkiqBd','36888yebScy','609WCChgH','shadowrun','2634664rwAaqB'];a67c=function(){return q;};return a67c();}const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0x7e))/0x1+-parseInt(k(0x7c))/0x2*(-parseInt(k(0x84))/0x3)+-parseInt(k(0x7b))/0x4*(parseInt(k(0x8a))/0x5)+parseInt(k(0x8b))/0x6+parseInt(k(0x79))/0x7*(parseInt(k(0x78))/0x8)+parseInt(k(0x97))/0x9+-parseInt(k(0x88))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x9bf09));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x85)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0x87)]()[m(0x96)](m(0x93))[m(0x87)]()['constructor'](a67a)[m(0x96)](m(0x93));});function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x78;let f=c[d];return f;},a67d(a,b);}a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command[a67n(0x90)]({'name':'side-quest','usage':a67n(0x8f),'shortDesc':a67n(0x95),'aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':[a67n(0x81)]},async function(a,b){const o=a67n;try{const c=this['fsi']['getGlobalMakaDir'](),d=a67e[o(0x91)](c,'side-quest.log'),e=b['player']?b[o(0x81)]:await Actions[o(0x89)](o(0x8c))||'Commoner',f={...b,'logFilePath':d},g={'type':'list','name':'sideQuestAnswer','message':o(0x94),'choices':[{'name':o(0x82),'value':dungeonConfig},{'name':o(0x7a),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x8e)](g);if(e&&h){const i=spawn(o(0x80),[a67e['resolve'](__dirname,'./sideQuest/ui.js'),e,JSON['stringify'](h),JSON[o(0x92)](f)],{'stdio':o(0x8d)});i['on'](o(0x7f),()=>{const p=o;Log[p(0x7d)](p(0x83));});}}catch(j){console[o(0x86)](j);}},a67f);
1
+ const a67m=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0xbf))/0x1+-parseInt(k(0xb2))/0x2*(parseInt(k(0xb0))/0x3)+-parseInt(k(0xb9))/0x4+parseInt(k(0xc9))/0x5*(-parseInt(k(0xb5))/0x6)+-parseInt(k(0xbb))/0x7+parseInt(k(0xd0))/0x8*(-parseInt(k(0xca))/0x9)+parseInt(k(0xcc))/0xa*(parseInt(k(0xbc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xc1bbb));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(0xc3)]()[l(0xb4)](l(0xce))[l(0xc3)]()[l(0xc7)](a67a)[l(0xb4)](l(0xce));});a67a();import a67e from'path';import{spawn}from'child_process';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xb0;let f=c[d];return f;},a67d(a,b);}import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';function a67c(){const p=['search','420QdxeyE','list','log','./sideQuest/ui.js','4425956FYXKlJ','resolve','1193003rCIjCa','13585NJsuNK','Commoner','side-quest.log','125726aedSej','maka\x20play:side-quest','dungeon','ask','toString','sideQuestAnswer','fsi','inherit','constructor','Play\x20a\x20little\x20side-quest','99715JKsxyb','6287661XEQnxm','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','44600HGQhYk','options','(((.+)+)+)+$','player','8QOngTW','6ckDDEK','stringify','1468738SWjXUh','Thanks\x20for\x20playing!'];a67c=function(){return p;};return a67c();}import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command['create']({'name':'side-quest','usage':a67m(0xc0),'shortDesc':a67m(0xc8),'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':['player']},async function(a,b){const n=a67m;try{const c=this[n(0xc5)]['getGlobalMakaDir'](),d=a67e['join'](c,n(0xbe)),e=b[n(0xcf)]?b['player']:await Actions[n(0xc2)]('What\x20is\x20your\x20name?')||n(0xbd),f={...b,'logFilePath':d},g={'type':n(0xb6),'name':n(0xc4),'message':n(0xcb),'choices':[{'name':n(0xc1),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[n(0xcd)](g);if(e&&h){const i=spawn('node',[a67e[n(0xba)](__dirname,n(0xb8)),e,JSON['stringify'](h),JSON[n(0xb1)](f)],{'stdio':n(0xc6)});i['on']('exit',()=>{const o=n;Log['bright'](o(0xb3));});}}catch(j){console[n(0xb7)](j);}},a67f);
@@ -1 +1 @@
1
- var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0xc0))/0x1+parseInt(f(0xba))/0x2*(parseInt(f(0xbf))/0x3)+parseInt(f(0xb6))/0x4+-parseInt(f(0xbb))/0x5*(-parseInt(f(0xbe))/0x6)+parseInt(f(0xb3))/0x7+-parseInt(f(0xb7))/0x8*(parseInt(f(0xbc))/0x9)+-parseInt(f(0xbd))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x5cf2d));function a68c(){var j=['constructor','9628JvkyEX','279230GKNBmx','9dLOnjc','14359030oDpTCr','66nXIKgz','387iVPDXY','509046frSmAp','search','toString','maka\x20game:snake','snake','5028604UyxvFH','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','(((.+)+)+)+$','121332CGeEJw','5411544EAftMv','apply'];a68c=function(){return j;};return a68c();}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xb8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0xb0)]()[h(0xaf)](h(0xb5))[h(0xb0)]()[h(0xb9)](a68a)[h(0xaf)](h(0xb5));});a68a();import a68e from'./play.command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xaf;var f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a68i(0xb2),'usage':a68i(0xb1),'shortDesc':a68i(0xb4),'validOpts':[]},async function(){execSync('npx\x20command-line-snake',{'stdio':'inherit'});},a68e);
1
+ var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x88))/0x1*(-parseInt(f(0x84))/0x2)+-parseInt(f(0x8b))/0x3+parseInt(f(0x8e))/0x4+parseInt(f(0x7d))/0x5*(-parseInt(f(0x8d))/0x6)+parseInt(f(0x8c))/0x7*(-parseInt(f(0x86))/0x8)+-parseInt(f(0x85))/0x9*(-parseInt(f(0x80))/0xa)+parseInt(f(0x81))/0xb*(parseInt(f(0x83))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x41646));function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x7a;var f=c[d];return f;},a68d(a,b);}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x7e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x7b)]()['search'](h(0x7c))[h(0x7b)]()[h(0x7f)](a68a)[h(0x87)]('(((.+)+)+)+$');});function a68c(){var k=['8111YxehvE','npx\x20command-line-snake','inherit','1518588wgSsBs','10038CmLutH','75288AaqIcO','644260PGEeat','create','toString','(((.+)+)+)+$','15JnKZFr','apply','constructor','530rbXftK','982685yyVIkm','snake','24NxdBGT','92cObbBl','42597DLedcF','848SVKAIL','search'];a68c=function(){return k;};return a68c();}a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x7a)]({'name':a68i(0x82),'usage':'maka\x20game:snake','shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a68i;execSync(j(0x89),{'stdio':j(0x8a)});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x170))/0x1+-parseInt(f(0x171))/0x2+-parseInt(f(0x176))/0x3+parseInt(f(0x179))/0x4+parseInt(f(0x173))/0x5+parseInt(f(0x16d))/0x6+parseInt(f(0x16b))/0x7*(parseInt(f(0x16c))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xb1ebc));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x16e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a['toString']()[h(0x17b)](h(0x17a))['toString']()[h(0x175)](a69a)[h(0x17b)](h(0x17a));});function a69c(){var k=['inherit','7ONujPt','13762424gYJZDi','230046oVckuW','apply','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','843181WgiuvS','711284PmtFNN','npx\x20simple-tetris','3104690puGdnF','maka\x20game:tetris','constructor','2800830dLcuhM','tetris','create','1926460VNINRT','(((.+)+)+)+$','search'];a69c=function(){return k;};return a69c();}a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x16a;var f=c[d];return f;},a69d(a,b);}import{execSync}from'child_process';Command[a69i(0x178)]({'name':a69i(0x177),'usage':a69i(0x174),'shortDesc':a69i(0x16f),'validOpts':[]},async function(){var j=a69i;execSync(j(0x172),{'stdio':j(0x16a)});},a69e);
1
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x92))/0x1+parseInt(f(0x90))/0x2*(-parseInt(f(0x8a))/0x3)+-parseInt(f(0x86))/0x4+-parseInt(f(0x8c))/0x5*(parseInt(f(0x8b))/0x6)+parseInt(f(0x82))/0x7+-parseInt(f(0x91))/0x8+-parseInt(f(0x8d))/0x9*(-parseInt(f(0x84))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x873df));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x80;var f=c[d];return f;},a69d(a,b);}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x93)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a['toString']()[h(0x89)](h(0x80))[h(0x87)]()[h(0x83)](a69a)['search'](h(0x80));});function a69c(){var k=['33vEwtYG','3720546xybCQx','5EqTsas','1206bwGnZB','create','tetris','85178khjrWr','8433832RiRoAG','760838LqQXPs','apply','(((.+)+)+)+$','maka\x20game:tetris','854427CNOQjZ','constructor','208790vxXCxR','npx\x20simple-tetris','3935740AaVgxD','toString','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','search'];a69c=function(){return k;};return a69c();}a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x8e)]({'name':a69i(0x8f),'usage':a69i(0x81),'shortDesc':a69i(0x88),'validOpts':[]},async function(){var j=a69i;execSync(j(0x85),{'stdio':'inherit'});},a69e);
@@ -1 +1 @@
1
- function a70c(){const k=['processAndRunGenerator','maka\x20g:api\x20trucks','search','4565151BvWjPC','318937gUDkxF','create','98zsqIcV','2994265RoiEXZ','maka\x20{generate,\x20g}:<generator>\x20<name>','apply','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','99NXCFSg','exit','maka\x20g:scaffold\x20todos','2347440vUaWgT','maka\x20generate:scaffold\x20todos','error','172184IMqonl','45564MxkVtM','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:dbc\x20geoserver\x20--type=pgsql','invoke','toString','721084nUjeXw','6ZrcWCd','maka\x20g:template\x20todos/todo_item','generate'];a70c=function(){return k;};return a70c();}const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0xf9))/0x1+parseInt(f(0xf1))/0x2+parseInt(f(0x100))/0x3*(parseInt(f(0xec))/0x4)+-parseInt(f(0xfc))/0x5*(parseInt(f(0xf2))/0x6)+-parseInt(f(0xfb))/0x7*(-parseInt(f(0xeb))/0x8)+parseInt(f(0xf8))/0x9+-parseInt(f(0x103))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x5fd18));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0xfe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0xf0)]()[h(0xf7)]('(((.+)+)+)+$')['toString']()['constructor'](a70a)[h(0xf7)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xea;let f=c[d];return f;},a70d(a,b);}import{Log}from'../tools/log/log.class.js';Command[a70i(0xfa)]({'name':a70i(0xf4),'aliases':['g'],'usage':a70i(0xfd),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0xed),'description':a70i(0xff),'examples':[a70i(0x104),a70i(0x102),a70i(0xf3),'maka\x20g:package\x20package:name','maka\x20g:route\x20todos/edit',a70i(0xf6),a70i(0xee)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a['splice'](0x0,0x1),await a70e[j(0xf5)](c,a,b)):a70e[j(0xef)](a,b);}catch(d){Log[j(0xea)](d),process[j(0x101)](0x1);}});
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x190))/0x1*(-parseInt(f(0x181))/0x2)+parseInt(f(0x183))/0x3+parseInt(f(0x17b))/0x4+-parseInt(f(0x17d))/0x5*(-parseInt(f(0x17e))/0x6)+-parseInt(f(0x187))/0x7*(parseInt(f(0x198))/0x8)+parseInt(f(0x18b))/0x9*(-parseInt(f(0x18e))/0xa)+parseInt(f(0x17c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x9c891));function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x17b;let f=c[d];return f;},a70d(a,b);}const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x18f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x180)]()[h(0x197)](h(0x186))[h(0x180)]()[h(0x18a)](a70a)['search']('(((.+)+)+)+$');});a70a();function a70c(){const k=['invoke','constructor','30276XquDuK','exit','maka\x20{generate,\x20g}:<generator>\x20<name>','1830zMAHPe','apply','1ueAfrT','error','create','processAndRunGenerator','maka\x20g:package\x20package:name','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:api\x20trucks','search','1393304MBmZvM','generate','130324DIGsVA','4976257NZzhEr','35NagnhA','271230CujDRy','maka\x20g:scaffold\x20todos','toString','878734yJaavR','maka\x20g:route\x20todos/edit','570522RBespI','maka\x20g:dbc\x20geoserver\x20--type=pgsql','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','(((.+)+)+)+$','7zNQlUq','maka\x20g:template\x20todos/todo_item'];a70c=function(){return k;};return a70c();}import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x192)]({'name':a70i(0x199),'aliases':['g'],'usage':a70i(0x18d),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x195),'description':a70i(0x185),'examples':['maka\x20generate:scaffold\x20todos',a70i(0x17f),a70i(0x188),a70i(0x194),a70i(0x182),a70i(0x196),a70i(0x184)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a['splice'](0x0,0x1),await a70e[j(0x193)](c,a,b)):a70e[j(0x189)](a,b);}catch(d){Log[j(0x191)](d),process[j(0x18c)](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x190))/0x1+parseInt(f(0x183))/0x2+parseInt(f(0x184))/0x3*(parseInt(f(0x18f))/0x4)+-parseInt(f(0x182))/0x5*(-parseInt(f(0x18d))/0x6)+parseInt(f(0x189))/0x7+parseInt(f(0x18e))/0x8+parseInt(f(0x188))/0x9*(-parseInt(f(0x18b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x2ebac));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x18c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x186)]()[h(0x185)](h(0x187))[h(0x186)]()[h(0x18a)](a71a)['search'](h(0x187));});a71a();function a71c(){var i=['342379bOkpEy','5nQPkWj','657960owpmzq','15861UMJXHv','search','toString','(((.+)+)+)+$','72BBexpg','499499CnWXun','constructor','1675430iyVeKr','apply','1502184THyyuC','1813880IUZPHv','236lCHQMx'];a71c=function(){return i;};return a71c();}import'./get.command.js';import'./global.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x182;var f=c[d];return f;},a71d(a,b);}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x192))/0x1*(parseInt(f(0x19b))/0x2)+-parseInt(f(0x19c))/0x3+parseInt(f(0x193))/0x4+parseInt(f(0x19d))/0x5*(-parseInt(f(0x19a))/0x6)+parseInt(f(0x198))/0x7*(-parseInt(f(0x199))/0x8)+-parseInt(f(0x197))/0x9*(parseInt(f(0x19f))/0xa)+parseInt(f(0x195))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xdf37a));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x196)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a['toString']()['search'](h(0x19e))['toString']()[h(0x194)](a71a)['search'](h(0x19e));});function a71c(){var i=['73220tlKrFp','29571AlUHXd','2271456qpLUyh','constructor','35132207DdvMaq','apply','36ycUuth','14Fsllwj','1619088huHtpr','18AwmSfY','18wdABiy','3054633EWyEHl','1881655bfMAok','(((.+)+)+)+$'];a71c=function(){return i;};return a71c();}a71a();import'./get.command.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x192;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 a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x18e))/0x1*(parseInt(f(0x198))/0x2)+parseInt(f(0x190))/0x3*(-parseInt(f(0x193))/0x4)+parseInt(f(0x191))/0x5+parseInt(f(0x19a))/0x6+parseInt(f(0x196))/0x7*(parseInt(f(0x19e))/0x8)+parseInt(f(0x199))/0x9+-parseInt(f(0x19f))/0xa*(parseInt(f(0x1a1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x3d23b));function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x18e;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(0x195)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x18f)]()['search']('(((.+)+)+)+$')[h(0x18f)]()[h(0x197)](a72a)[h(0x19b)](h(0x1a0));});a72a();import{Command}from'../../command.js';function a72c(){const k=['search','processAndRunCommand','create','368FkfbeR','3920thhwzK','(((.+)+)+)+$','25751rQoeia','2487FfsxVz','toString','21PuVGfV','1785325hJPxpb','maka\x20get:<sub-command>','84748KFMZjg','Get\x20various\x20Maka\x20variables\x20and\x20configurations','apply','41195iLIHmb','constructor','326xSAsbq','616626suWRod','1288428NHDrfD'];a72c=function(){return k;};return a72c();}const GetCommand=Command[a72i(0x19d)]({'name':'get','usage':a72i(0x192),'shortDesc':a72i(0x194),'validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0x19c)](b);});export default GetCommand;
1
+ const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x109))/0x1+parseInt(f(0x10e))/0x2*(-parseInt(f(0x104))/0x3)+parseInt(f(0x107))/0x4+-parseInt(f(0x108))/0x5+-parseInt(f(0x105))/0x6+-parseInt(f(0x10d))/0x7+parseInt(f(0x10c))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xcca0d));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x10b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x106)]()['search']('(((.+)+)+)+$')[h(0x106)]()[h(0x103)](a72a)[h(0x10a)]('(((.+)+)+)+$');});a72a();import{Command}from'../../command.js';function a72c(){const j=['Get\x20various\x20Maka\x20variables\x20and\x20configurations','constructor','1868799cRoWGL','6834864ctYPel','toString','2404700wsXRkb','5088105zRdsej','1621795GhAYxI','search','apply','39606672mevIau','2186513RhoIQW','2naLRLn','get','maka\x20get:<sub-command>'];a72c=function(){return j;};return a72c();}const GetCommand=Command['create']({'name':a72i(0x10f),'usage':a72i(0x101),'shortDesc':a72i(0x102),'validOpts':[]},async function(a){const b=a[0x0];await this['processAndRunCommand'](b);});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x101;let f=c[d];return f;},a72d(a,b);}export default GetCommand;
@@ -1 +1 @@
1
- function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xc2;let f=c[d];return f;},a73d(a,b);}const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0xcc))/0x1*(-parseInt(f(0xc6))/0x2)+-parseInt(f(0xcb))/0x3+parseInt(f(0xc2))/0x4+-parseInt(f(0xd5))/0x5+-parseInt(f(0xc8))/0x6*(parseInt(f(0xd0))/0x7)+-parseInt(f(0xd4))/0x8+parseInt(f(0xca))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xb7765));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0xd6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0xd1)]()[h(0xce)](h(0xcf))['toString']()[h(0xc4)](a73a)['search'](h(0xcf));});function a73c(){const k=['toString','error','exit','6303720gIKEZE','6825360nuZNSd','apply','2687828ktMMcC','cfg','constructor','getGlobalConfig','1940nQrIZM','global-config','231036VLVJde','maka\x20get:global-config','27848160Iedmzp','81885keFymd','291QWAtnx','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','search','(((.+)+)+)+$','203MGUgKB'];a73c=function(){return k;};return a73c();}a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a73i(0xc7),'usage':a73i(0xc9),'aliases':['gc'],'shortDesc':a73i(0xcd),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0xc3)][j(0xc5)]();console['log'](a),process[j(0xd3)](0x0);}catch(b){console[j(0xd2)](b),process[j(0xd3)](0x0);}},a73e);
1
+ function a73c(){const k=['constructor','search','765zAZRFq','create','1055983BLEAWX','76GQZdOg','toString','apply','53862dTZCfH','log','25854XsyvGy','5017775dpgdgR','getGlobalConfig','1672470JZkKlU','6341657LakuhX','error','exit','50296mkKvMs','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','(((.+)+)+)+$'];a73c=function(){return k;};return a73c();}const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x1d0))/0x1+parseInt(f(0x1d6))/0x2+parseInt(f(0x1d4))/0x3*(-parseInt(f(0x1d1))/0x4)+parseInt(f(0x1d7))/0x5+parseInt(f(0x1d9))/0x6+-parseInt(f(0x1da))/0x7+parseInt(f(0x1dd))/0x8*(-parseInt(f(0x1ce))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x8b18a));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x1d3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x1d2)]()[h(0x1cd)]('(((.+)+)+)+$')[h(0x1d2)]()[h(0x1e0)](a73a)[h(0x1cd)](h(0x1df));});a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1cd;let f=c[d];return f;},a73d(a,b);}import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x1cf)]({'name':'global-config','usage':'maka\x20get:global-config','aliases':['gc'],'shortDesc':a73i(0x1de),'validOpts':[]},async function(){const j=a73i;try{const a=await this['cfg'][j(0x1d8)]();console[j(0x1d5)](a),process[j(0x1dc)](0x0);}catch(b){console[j(0x1db)](b),process[j(0x1dc)](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;function a74c(){const k=['apply','getMakaProjectConfig','33162uIbpEN','log','local-config','77dJmjMq','321836sQNwJI','constructor','(((.+)+)+)+$','331345pOJbrl','maka\x20get:local-config','80slaVni','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','create','search','2946294rhhhDG','437592NOvUVn','748329mBXURJ','4ALAyqJ','2RLSqjc','406820xCoapL'];a74c=function(){return k;};return a74c();}(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0xe1))/0x1*(parseInt(f(0xee))/0x2)+-parseInt(f(0xec))/0x3*(parseInt(f(0xed))/0x4)+parseInt(f(0xe6))/0x5*(parseInt(f(0xf2))/0x6)+parseInt(f(0xe4))/0x7+-parseInt(f(0xeb))/0x8+parseInt(f(0xea))/0x9+parseInt(f(0xef))/0xa*(-parseInt(f(0xe0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x2fdd5));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0xf0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a['toString']()[h(0xe9)]('(((.+)+)+)+$')['toString']()[h(0xe2)](a74a)[h(0xe9)](h(0xe3));});a74a();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xe0;let f=c[d];return f;},a74d(a,b);}import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0xe8)]({'name':a74i(0xf4),'usage':a74i(0xe5),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0xe7),'validOpts':[]},async function(){const j=a74i,a=await this['cfg'][j(0xf1)]();console[j(0xf3)](a);},a74e);
1
+ const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x16c))/0x1+parseInt(f(0x168))/0x2*(parseInt(f(0x16e))/0x3)+parseInt(f(0x164))/0x4+-parseInt(f(0x16b))/0x5*(parseInt(f(0x163))/0x6)+parseInt(f(0x167))/0x7*(-parseInt(f(0x16a))/0x8)+parseInt(f(0x15e))/0x9*(parseInt(f(0x16d))/0xa)+parseInt(f(0x160))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x61e88));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x169)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x166)]()[h(0x161)]('(((.+)+)+)+$')[h(0x166)]()[h(0x16f)](a74a)[h(0x161)]('(((.+)+)+)+$');});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x15d;let f=c[d];return f;},a74d(a,b);}a74a();import a74e from'./get.command.js';function a74c(){const k=['apply','40uNLhHN','2410nqZShv','91634pXnKAe','10nGwQNa','9RLAiwZ','constructor','getMakaProjectConfig','961803wwTfUU','create','3041522HBfdqa','search','local-config','7044nZvonb','2243660gbPVlz','cfg','toString','205807PArShl','174170HDADwG'];a74c=function(){return k;};return a74c();}import{Command}from'../../command.js';Command[a74i(0x15f)]({'name':a74i(0x162),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[]},async function(){const j=a74i,a=await this[j(0x165)][j(0x15d)]();console['log'](a);},a74e);
@@ -1 +1 @@
1
- const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0x1de))/0x1*(-parseInt(f(0x1e1))/0x2)+parseInt(f(0x1e7))/0x3*(-parseInt(f(0x1e3))/0x4)+-parseInt(f(0x1df))/0x5*(parseInt(f(0x1e6))/0x6)+-parseInt(f(0x1ea))/0x7+-parseInt(f(0x1e0))/0x8*(parseInt(f(0x1dd))/0x9)+-parseInt(f(0x1f1))/0xa*(parseInt(f(0x1ee))/0xb)+parseInt(f(0x1f0))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x503d0));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x1e2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x1f2)]()[h(0x1e9)]('(((.+)+)+)+$')[h(0x1f2)]()[h(0x1e8)](a75a)[h(0x1e9)]('(((.+)+)+)+$');});function a75c(){const k=['4306309RzWrPF','cfg','maka\x20get:whoami','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','1573nvYmlw','whoami','18326784NkhLPv','8850ATFDZc','toString','create','76266bwSexS','144433CAMjaA','200170PNEzjr','80xIasWB','8zysIiN','apply','24cCWumU','error','getGlobalConfig','96yFIWZd','154641IVFTFK','constructor','search'];a75c=function(){return k;};return a75c();}a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1dd;let f=c[d];return f;},a75d(a,b);}import{Log}from'../../tools/log/log.class.js';Command[a75i(0x1f3)]({'name':a75i(0x1ef),'usage':a75i(0x1ec),'shortDesc':a75i(0x1ed),'validOpts':['silent']},async function(){const j=a75i;try{const a=await this[j(0x1eb)][j(0x1e5)]();return a;}catch(b){Log[j(0x1e4)](b),process['exit'](0x1);}},a75e);
1
+ const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0xe5))/0x1*(parseInt(f(0xd4))/0x2)+-parseInt(f(0xdc))/0x3+-parseInt(f(0xdd))/0x4*(parseInt(f(0xe1))/0x5)+parseInt(f(0xe9))/0x6+-parseInt(f(0xe0))/0x7*(-parseInt(f(0xd7))/0x8)+-parseInt(f(0xe3))/0x9*(-parseInt(f(0xea))/0xa)+parseInt(f(0xd9))/0xb*(-parseInt(f(0xdf))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x39518));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0xde)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0xe6)]()['search'](h(0xda))['toString']()[h(0xe4)](a75a)['search'](h(0xda));});function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0xd3;let f=c[d];return f;},a75d(a,b);}function a75c(){const k=['3427371HjgNOM','constructor','24578rEqvAx','toString','whoami','getGlobalConfig','622170StaBiG','10AiNnnx','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','6CcuvyW','cfg','silent','15056mcBTgY','error','44ZuHfoP','(((.+)+)+)+$','maka\x20get:whoami','513576IMQmeL','4DrJXvm','apply','301956OLxXiD','889EfWSte','715870XqIchY','create'];a75c=function(){return k;};return a75c();}a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75i(0xe2)]({'name':a75i(0xe7),'usage':a75i(0xdb),'shortDesc':a75i(0xd3),'validOpts':[a75i(0xd6)]},async function(){const j=a75i;try{const a=await this[j(0xd5)][j(0xe8)]();return a;}catch(b){Log[j(0xd8)](b),process['exit'](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x85))/0x1+-parseInt(f(0x81))/0x2+parseInt(f(0x82))/0x3+-parseInt(f(0x7e))/0x4*(parseInt(f(0x87))/0x5)+-parseInt(f(0x80))/0x6*(parseInt(f(0x84))/0x7)+-parseInt(f(0x8a))/0x8*(parseInt(f(0x7f))/0x9)+parseInt(f(0x86))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x36034));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x89)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x79)]()['search'](h(0x8b))[h(0x79)]()[h(0x88)](a76a)[h(0x7b)](h(0x8b));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0x7a)]({'name':a76i(0x83),'description':a76i(0x7c),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x7d)},async function(){throw new UsageError();});function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x79;var f=c[d];return f;},a76d(a,b);}function a76c(){var j=['create','search','Try,\x20maka\x20--help','Deprecated:\x20use\x20--help\x20instead','366692nbrruw','27vuZuDy','330IavAxb','284856bSpGuD','1190037nDxsWb','help','46473YKZqKk','334915LmrxFJ','1670860KDeDJC','5AxRpMI','constructor','apply','208528OaqZzJ','(((.+)+)+)+$','toString'];a76c=function(){return j;};return a76c();}
1
+ var a76h=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x114))/0x1*(-parseInt(f(0x10b))/0x2)+-parseInt(f(0x10e))/0x3*(-parseInt(f(0x105))/0x4)+parseInt(f(0x10a))/0x5*(-parseInt(f(0x113))/0x6)+parseInt(f(0x111))/0x7+-parseInt(f(0x10f))/0x8+parseInt(f(0x10c))/0x9*(parseInt(f(0x109))/0xa)+parseInt(f(0x115))/0xb*(-parseInt(f(0x112))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xc4d31));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[g(0x110)]()[g(0x107)]('(((.+)+)+)+$')[g(0x110)]()[g(0x104)](a76a)['search']('(((.+)+)+)+$');});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76h(0x106)]({'name':a76h(0x108),'description':a76h(0x10d),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x104;var f=c[d];return f;},a76d(a,b);}function a76c(){var i=['toString','8768095JFwSeS','12071172uJgbNW','20694sLVkqN','1rxuFRR','22jKaqZD','constructor','3004GbaIch','create','search','help','10eYdJNm','1010htFLOw','2122294TCgMxt','9158679amkIyX','Try,\x20maka\x20--help','2805tZehPF','4150360DBwHZA'];a76c=function(){return i;};return a76c();}
@@ -1 +1 @@
1
- function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x1bd;let f=c[d];return f;},a77d(a,b);}const a77F=a77d;(function(a,b){const C=a77d,c=a();while(!![]){try{const d=parseInt(C(0x1d7))/0x1*(-parseInt(C(0x1fe))/0x2)+-parseInt(C(0x1cf))/0x3*(parseInt(C(0x1c4))/0x4)+-parseInt(C(0x1fc))/0x5*(-parseInt(C(0x1e5))/0x6)+parseInt(C(0x223))/0x7*(parseInt(C(0x206))/0x8)+parseInt(C(0x1dc))/0x9*(-parseInt(C(0x1de))/0xa)+-parseInt(C(0x1eb))/0xb*(-parseInt(C(0x215))/0xc)+parseInt(C(0x211))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xa8ba2));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const D=a77d;if(c){const e=c[D(0x1c9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const E=a77d;return a77a[E(0x1e0)]()[E(0x1f4)](E(0x217))[E(0x1e0)]()[E(0x21b)](a77a)[E(0x1f4)]('(((.+)+)+)+$');});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';function a77c(){const K=['1459881vSZxAd','isFile','60ZwpqCk','\x20installed.\x0a','toString','getGlobalConfig','-rf','cacert','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','9774qhSOUM','cfg','Proceed\x20anyway?','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','package-metadata','readFileSync','440121ooGjmX','length',';$path\x5c\x22,\x20\x27User\x27);\x22',',\x20\x5c\x22','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','Added\x20Meteor\x20path\x20to\x20','Error\x20extracting\x20meteor.tar.gz\x20file','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','platform','search','\x20is\x20available.','NO_NODE_WARNINGS','confirm','success','notice','maka\x20install\x20meteor\x20--set-path','utf8','3490nENdOd','getuid','44DkOmhz','get','\x20from\x20','release','appendFileSync','fsi','withSpinner','checkAvailability','40BiyJTz','extractTarGz','packages','keepInstallFile','maka\x20install\x20meteor','https://install.meteor.com','powershell\x20-c\x20\x22$path\x20=\x20(Get-Item\x20\x27HKCU:\x5cEnvironment\x27).GetValue(\x27Path\x27,\x20\x27\x27,\x20\x27DoNotExpandEnvironmentNames\x27);\x20[Environment]::SetEnvironmentVariable(','getMeteorInstallPath','exit','info','setGlobalConfig','7889830CDScMe','replace','3.0.2','getUserDataDirectory','60JTgBuf','includes','(((.+)+)+)+$','cert','win32','mpi','constructor','max','Meteor\x20version\x20','warn','error','Aborting\x20install','data','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--release\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x0a\x20\x20\x20\x20--set-path\x20flag\x20will\x20only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.\x0a\x20\x20','1611967knWXhx','PATH','install','join','RELEASE=','\x20is\x20not\x20available,\x20trying\x20','arm64','setPath','\x20is\x20not\x20available.','timeout','downloadFile','\x5c.meteor\x5cmeteor','maka\x20install\x20meteor\x20--release\x203.0.1','homedir','getMeteorExePath','4772136jJqLWd','setx\x20PATH\x20\x22','arch','split','force','apply','Downloading\x20Meteor\x20','https://packages.meteor.com/bootstrap-link?arch=os.','meteor','meteor.tar.gz','x86_64','3EVcPQF','map','.zshrc','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','maka\x20install\x20meteor\x20--force','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','create','slice','10819OpTqQd','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','existsSync','&release=','Aborted'];a77c=function(){return K;};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';import{execSync}from'child_process';const homeDir=a77e[a77F(0x1c2)]();function isRoot(){const G=a77F;return process[G(0x1fd)]&&process['getuid']()===0x0;}function compareVersions(a,b){const H=a77F,c=a[H(0x1c7)]('.')[H(0x1d0)](Number),d=b[H(0x1c7)]('.')[H(0x1d0)](Number);for(let e=0x0;e<Math[H(0x21c)](c[H(0x1ec)],d['length']);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77F(0x1d5)]({'name':a77F(0x225),'aliases':['i'],'validOpts':[a77F(0x1c8),a77F(0x201),a77F(0x1e3),'keepInstallFile',a77F(0x1be),a77F(0x22a)],'usage':'maka\x20install','shortDesc':a77F(0x1d2),'description':a77F(0x222),'examples':[a77F(0x20a),a77F(0x1d3),a77F(0x1c1),a77F(0x1fa),'maka\x20i']},async function(a,b){const I=a77F;try{b[I(0x22a)]&&(updatePath(),Log[I(0x1f8)]('Meteor\x20path\x20updated.'),process[I(0x20e)](0x0));let c='';if(b[I(0x1e3)]){if(this['fsi']['isFile'](b[I(0x1e3)]))Log[I(0x1f9)]('Using\x20CA\x20Cert\x20'+b['cacert']),c=b[I(0x1e3)];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+c;}const d=await this[I(0x1e6)][I(0x1e1)]();if(d[I(0x218)]){if(this[I(0x203)][I(0x1dd)](d[I(0x218)]))c=d['cert'];else throw I(0x1f2)+c;}let f=![];if(b['f']||b[I(0x1c8)])f=!![];else{const r=isRoot();r?(Log[I(0x21e)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),f=await Actions[I(0x1f7)](I(0x1e7),![])):f=!![];}if(!f)throw I(0x1db);const g=await HTTPS[I(0x1ff)]({'url':I(0x20b),'cert':c}),h=await this[I(0x203)]['grep'](g[I(0x221)],I(0x227));if(h[I(0x1ec)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process['env'][I(0x1f6)]='1';const i=h[0x0]['replace'](/[^0-9.]/gi,'')[I(0x212)](/\r?\n|\r/,''),j=I(0x213);let k;b[I(0x201)]?k=b[I(0x201)]:compareVersions(i,j)<0x0?k=j:k=i;Log[I(0x1f9)]('Preparing\x20to\x20install\x20Meteor\x20'+k);const l={'win32':'windows','darwin':'osx','linux':'linux'};let m=I(0x1cb)+l[a77e[I(0x1f3)]()]+'.'+(a77e[I(0x1c6)]()===I(0x229)?I(0x229):I(0x1ce))+I(0x1da)+k,n=await HTTPS[I(0x205)]({'url':m,'cert':c});if(!n&&k[I(0x216)]('-')){const s=k[I(0x1c7)]('-'),t=s[0x0],u=s[I(0x1d6)](0x1)[I(0x226)]('-'),v=t[I(0x212)](/\.0+$/,'');Log[I(0x21e)](I(0x21d)+k+I(0x228)+v+'-'+u);const w=I(0x1cb)+l[a77e['platform']()]+'.'+(a77e['arch']()===I(0x229)?I(0x229):I(0x1ce))+I(0x1da)+v+'-'+u;n=await HTTPS[I(0x205)]({'url':w,'cert':c}),n&&(k=v+'-'+u,m=w);}!n?(Log[I(0x21f)]('Meteor\x20version\x20'+k+I(0x1bd)),process['exit'](0x0)):Log[I(0x1f9)]('Meteor\x20version\x20'+k+I(0x1f5));const o=this[I(0x203)][I(0x20d)](),p=this[I(0x21a)][I(0x1c3)](),q=this[I(0x203)][I(0x214)]();if(a77g[I(0x1d9)](p)){let x=![];b['f']||b[I(0x1c8)]?x=!![]:x=await Actions[I(0x1f7)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),x?(await SpawnAsync[I(0x204)]('rm',['-rf',a77f[I(0x226)](o,I(0x208))],{'message':I(0x1ef)}),await SpawnAsync[I(0x204)]('rm',[I(0x1e2),a77f[I(0x226)](o,I(0x1e9))],{'message':I(0x1e8)}),await SpawnAsync['withSpinner']('rm',[I(0x1e2),a77f['join'](o,I(0x1cc))],{'message':I(0x1d4)})):(Log[I(0x20f)](I(0x220)),process[I(0x20e)](0x0));}try{Log[I(0x1f9)](I(0x1ca)+k+I(0x200)+m),await HTTPS[I(0x1bf)]({'url':m,'destPath':a77f[I(0x226)](homeDir,I(0x1cd)),'cert':c,'timeout':b['timeout']?parseInt(b[I(0x1be)])*0x3e8:0x493e0});try{const y=a77f[I(0x226)](homeDir,I(0x1cd));await this[I(0x203)][I(0x207)](y,q);}catch(z){Log[I(0x21f)](I(0x1f1));}updatePath();}catch(A){console[I(0x21f)](A),process[I(0x20e)](0x1);}finally{!b[I(0x209)]&&await SpawnAsync['withSpinner']('rm',['-rf',a77f[I(0x226)](homeDir,I(0x1cd))],{'message':'Cleaning\x20up'});}await this['cfg'][I(0x210)]({'installedMeteorRelease':k}),Log[I(0x1f8)]('Meteor\x20version\x20'+k+I(0x1df)),process[I(0x20e)](0x0);}catch(B){console[I(0x21f)](B),process[I(0x20e)](0x1);}});function updatePath(){const J=a77F;if(a77e[J(0x1f3)]()===J(0x219)){const a=process['env'][J(0x224)]||'',b=homeDir+J(0x1c0);!a[J(0x216)](b)&&(execSync(J(0x1c5)+a+';'+b+'\x22'),execSync(J(0x20c)+a+J(0x1ee)+b+J(0x1ed)),Log[J(0x1f9)](J(0x1d8)),Log[J(0x1f9)]('Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.'));}else{const c=a77f[J(0x226)](homeDir,J(0x1d1)),d=a77f[J(0x226)](homeDir,'.bashrc'),e=J(0x1e4),f=a77g[J(0x1d9)](c)?a77g[J(0x1ea)](c,J(0x1fb)):'';!f['includes'](e)&&(a77g[J(0x202)](c,'\x0a'+e+'\x0a'),Log[J(0x1f9)](J(0x1f0)+c));const g=a77g[J(0x1d9)](d)?a77g[J(0x1ea)](d,J(0x1fb)):'';!g[J(0x216)](e)&&(a77g[J(0x202)](d,'\x0a'+e+'\x0a'),Log['notice']('Added\x20Meteor\x20path\x20to\x20'+d));}}
1
+ const a77G=a77d;(function(a,b){const C=a77d,c=a();while(!![]){try{const d=-parseInt(C(0xda))/0x1+parseInt(C(0xef))/0x2*(parseInt(C(0x103))/0x3)+parseInt(C(0xf4))/0x4*(parseInt(C(0x122))/0x5)+-parseInt(C(0x11c))/0x6*(-parseInt(C(0x100))/0x7)+-parseInt(C(0x126))/0x8+parseInt(C(0xd6))/0x9+parseInt(C(0xed))/0xa*(-parseInt(C(0x134))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x34999));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const D=a77d;return a77a[D(0x127)]()[D(0x108)]('(((.+)+)+)+$')[D(0x127)]()[D(0x10d)](a77a)[D(0x108)](D(0xe6));});a77a();function a77c(){const J=['Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','force','&release=','info','max','maka\x20install\x20meteor\x20--set-path','3289509kyQZpc','getMeteorInstallPath','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','length','265789snkBRp','slice','Preparing\x20to\x20install\x20Meteor\x20','keepInstallFile','existsSync','join','cert','meteor.tar.gz','withSpinner','fsi','exit','maka\x20install\x20meteor\x20--release\x203.0.1','(((.+)+)+)+$','osx','arch','maka\x20i','Aborting\x20install','windows','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','10eeQktX','get','2822oOUXcD','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','https://install.meteor.com','cfg','3.0.2','8LqKRef','maka\x20install',';$path\x5c\x22,\x20\x27User\x27);\x22','Downloading\x20Meteor\x20','getMeteorExePath','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','win32','platform','utf8','install','setGlobalConfig','data','26327YdFxnY','setx\x20PATH\x20\x22','getUserDataDirectory','813yIlHmw','Meteor\x20version\x20','Network\x20error,\x20please\x20try\x20again.','maka\x20install\x20meteor\x20--force','setPath','search','extractTarGz','cacert','Added\x20Meteor\x20path\x20to\x20','confirm','constructor','getuid','Aborted','Cleaning\x20up','-rf','timeout','notice','env','Proceed\x20anyway?','PATH','meteor','release','getGlobalConfig','linux','appendFileSync','606HDWhKD','checkAvailability','includes','powershell\x20-c\x20\x22$path\x20=\x20(Get-Item\x20\x27HKCU:\x5cEnvironment\x27).GetValue(\x27Path\x27,\x20\x27\x27,\x20\x27DoNotExpandEnvironmentNames\x27);\x20[Environment]::SetEnvironmentVariable(','package-metadata','readFileSync','830335hIDOfL','map','maka\x20install\x20meteor','packages','1738280ctvXEz','toString','x86_64','split','\x20is\x20not\x20available.','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','error','Error\x20extracting\x20meteor.tar.gz\x20file','\x20is\x20available.','warn','create','.bashrc',',\x20\x5c\x22','https://packages.meteor.com/bootstrap-link?arch=os.','8374894QvYRvG','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--release\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x0a\x20\x20\x20\x20--set-path\x20flag\x20will\x20only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.\x0a\x20\x20','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','replace','arm64','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','\x5c.meteor\x5cmeteor','isFile','NO_NODE_WARNINGS','RELEASE='];a77c=function(){return J;};return a77c();}import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e['homedir']();function isRoot(){const E=a77d;return process[E(0x10e)]&&process['getuid']()===0x0;}function compareVersions(a,b){const F=a77d,c=a[F(0x129)]('.')['map'](Number),d=b[F(0x129)]('.')[F(0x123)](Number);for(let e=0x0;e<Math[F(0xd4)](c[F(0xd9)],d[F(0xd9)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xcd;let f=c[d];return f;},a77d(a,b);}Command[a77G(0x130)]({'name':a77G(0xfd),'aliases':['i'],'validOpts':[a77G(0xd1),a77G(0x118),a77G(0x10a),a77G(0xdd),'timeout',a77G(0x107)],'usage':a77G(0xf5),'shortDesc':a77G(0x136),'description':a77G(0x135),'examples':[a77G(0x124),a77G(0x106),a77G(0xe5),a77G(0xd5),a77G(0xe9)]},async function(a,b){const H=a77G;try{b['setPath']&&(updatePath(),Log['success']('Meteor\x20path\x20updated.'),process[H(0xe4)](0x0));let c='';if(b[H(0x10a)]){if(this[H(0xe3)][H(0xcd)](b[H(0x10a)]))Log[H(0x113)]('Using\x20CA\x20Cert\x20'+b[H(0x10a)]),c=b[H(0x10a)];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+c;}const d=await this[H(0xf2)][H(0x119)]();if(d['cert']){if(this[H(0xe3)]['isFile'](d[H(0xe0)]))c=d[H(0xe0)];else throw H(0x139)+c;}let f=![];if(b['f']||b['force'])f=!![];else{const r=isRoot();r?(Log[H(0x12f)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),f=await Actions[H(0x10c)](H(0x115),![])):f=!![];}if(!f)throw H(0x10f);const g=await HTTPS[H(0xee)]({'url':H(0xf1),'cert':c}),h=await this[H(0xe3)]['grep'](g[H(0xff)],H(0xcf));if(h['length']===0x0)throw H(0x105);process[H(0x114)][H(0xce)]='1';const i=h[0x0][H(0x137)](/[^0-9.]/gi,'')[H(0x137)](/\r?\n|\r/,''),j=H(0xf3);let k;b[H(0x118)]?k=b[H(0x118)]:compareVersions(i,j)<0x0?k=j:k=i;Log[H(0x113)](H(0xdc)+k);const l={'win32':H(0xeb),'darwin':H(0xe7),'linux':H(0x11a)};let m='https://packages.meteor.com/bootstrap-link?arch=os.'+l[a77e[H(0xfb)]()]+'.'+(a77e[H(0xe8)]()===H(0x138)?H(0x138):H(0x128))+H(0xd2)+k,n=await HTTPS['checkAvailability']({'url':m,'cert':c});if(!n&&k[H(0x11e)]('-')){const s=k[H(0x129)]('-'),t=s[0x0],u=s[H(0xdb)](0x1)[H(0xdf)]('-'),v=t[H(0x137)](/\.0+$/,'');Log[H(0x12f)](H(0x104)+k+'\x20is\x20not\x20available,\x20trying\x20'+v+'-'+u);const w=H(0x133)+l[a77e[H(0xfb)]()]+'.'+(a77e[H(0xe8)]()===H(0x138)?H(0x138):'x86_64')+H(0xd2)+v+'-'+u;n=await HTTPS[H(0x11d)]({'url':w,'cert':c}),n&&(k=v+'-'+u,m=w);}!n?(Log['error'](H(0x104)+k+H(0x12a)),process[H(0xe4)](0x0)):Log['notice'](H(0x104)+k+H(0x12e));const o=this[H(0xe3)][H(0xd7)](),p=this['mpi'][H(0xf8)](),q=this[H(0xe3)][H(0x102)]();if(a77g[H(0xde)](p)){let x=![];b['f']||b[H(0xd1)]?x=!![]:x=await Actions[H(0x10c)](H(0xf9),![]),x?(await SpawnAsync[H(0xe2)]('rm',[H(0x111),a77f[H(0xdf)](o,H(0x125))],{'message':H(0xd0)}),await SpawnAsync[H(0xe2)]('rm',[H(0x111),a77f[H(0xdf)](o,H(0x120))],{'message':H(0xd8)}),await SpawnAsync[H(0xe2)]('rm',[H(0x111),a77f[H(0xdf)](o,H(0x117))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log[H(0xd3)](H(0xea)),process[H(0xe4)](0x0));}try{Log[H(0x113)](H(0xf7)+k+'\x20from\x20'+m),await HTTPS['downloadFile']({'url':m,'destPath':a77f[H(0xdf)](homeDir,'meteor.tar.gz'),'cert':c,'timeout':b[H(0x112)]?parseInt(b[H(0x112)])*0x3e8:0x493e0});try{const y=a77f['join'](homeDir,'meteor.tar.gz');await this[H(0xe3)][H(0x109)](y,q);}catch(z){Log[H(0x12c)](H(0x12d));}updatePath();}catch(A){console['error'](A),process[H(0xe4)](0x1);}finally{!b[H(0xdd)]&&await SpawnAsync[H(0xe2)]('rm',[H(0x111),a77f[H(0xdf)](homeDir,H(0xe1))],{'message':H(0x110)});}await this[H(0xf2)][H(0xfe)]({'installedMeteorRelease':k}),Log['success'](H(0x104)+k+'\x20installed.\x0a'),process['exit'](0x0);}catch(B){console[H(0x12c)](B),process[H(0xe4)](0x1);}});function updatePath(){const I=a77G;if(a77e[I(0xfb)]()===I(0xfa)){const a=process[I(0x114)][I(0x116)]||'',b=homeDir+I(0x13a);!a[I(0x11e)](b)&&(execSync(I(0x101)+a+';'+b+'\x22'),execSync(I(0x11f)+a+I(0x132)+b+I(0xf6)),Log[I(0x113)](I(0x12b)),Log['notice'](I(0xec)));}else{const c=a77f[I(0xdf)](homeDir,'.zshrc'),d=a77f[I(0xdf)](homeDir,I(0x131)),e=I(0xf0),f=a77g[I(0xde)](c)?a77g[I(0x121)](c,'utf8'):'';!f['includes'](e)&&(a77g[I(0x11b)](c,'\x0a'+e+'\x0a'),Log[I(0x113)](I(0x10b)+c));const g=a77g[I(0xde)](d)?a77g['readFileSync'](d,I(0xfc)):'';!g[I(0x11e)](e)&&(a77g[I(0x11b)](d,'\x0a'+e+'\x0a'),Log['notice']('Added\x20Meteor\x20path\x20to\x20'+d));}}
@@ -1 +1 @@
1
- function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x17f;let f=c[d];return f;},a78d(a,b);}const a78k=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0x18f))/0x1*(-parseInt(i(0x185))/0x2)+parseInt(i(0x1a2))/0x3*(parseInt(i(0x180))/0x4)+-parseInt(i(0x1a1))/0x5*(parseInt(i(0x17f))/0x6)+-parseInt(i(0x1a3))/0x7*(-parseInt(i(0x198))/0x8)+parseInt(i(0x191))/0x9*(parseInt(i(0x18a))/0xa)+-parseInt(i(0x1a4))/0xb+-parseInt(i(0x195))/0xc*(parseInt(i(0x187))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x76ba6));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 j=a78d;return a78a[j(0x1a7)]()[j(0x186)](j(0x196))['toString']()[j(0x199)](a78a)[j(0x186)](j(0x196));});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a78c(){const m=['(((.+)+)+)+$','\x20-r\x20app','8sROpxx','constructor','notice','findAppDirectory','withSpinner','fsi','maka\x20jsdoc','sep','jsdoc-config.json','15QmIEGl','36CGpxbg','5272001kcPAZB','5594424SEfaRz','stringify','inherit','toString','app/packages','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','266634oLVXWv','224792MJAetP','\x20-c\x20','join','\x20-d\x20','app/node_modules','1455386mdCeNH','search','5762172WcUtpP','docs','app/private','130eaxRAn','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','create','jsdoc','app/public','1TMJYse','isFile','209583QIMfqU','writeFileSync','utf-8','closure','36cpMSXv'];a78c=function(){return m;};return a78c();}Command[a78k(0x18c)]({'name':a78k(0x18d),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a78k(0x18b),'examples':['maka\x20jsdoc\x20--init',a78k(0x19e)],'validOpts':[]},function(){const l=a78k,a=a78e['join'](this[l(0x19d)][l(0x19b)](),l(0x188)+a78e[l(0x19f)]),b=a78e[l(0x182)](this[l(0x19d)][l(0x19b)](),'config',l(0x1a0)),c='jsdoc';if(!this[l(0x19d)][l(0x190)](b)){const f={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[l(0x18d),l(0x194)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':l(0x1a9),'exclude':[l(0x1a8),l(0x184),l(0x18e),l(0x189)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':l(0x193)}};a78f[l(0x192)](b,JSON[l(0x1a5)](f,null,0x4));}const d=Log[l(0x19c)]('Running\x20'+c);try{const g=c+l(0x181)+b+l(0x197)+a78e['sep']+l(0x183)+a;execSync(g,{'stdio':l(0x1a6)}),Log[l(0x19a)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(h){Log['error'](h),Log['error']('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{d['stop']();}});
1
+ const a78k=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x1a8))/0x1*(-parseInt(i(0x1af))/0x2)+-parseInt(i(0x1b2))/0x3+parseInt(i(0x1b4))/0x4*(-parseInt(i(0x1cd))/0x5)+parseInt(i(0x1a5))/0x6+parseInt(i(0x1a4))/0x7*(parseInt(i(0x1ae))/0x8)+-parseInt(i(0x1b0))/0x9*(parseInt(i(0x1a9))/0xa)+parseInt(i(0x1b6))/0xb*(parseInt(i(0x1bc))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x5039a));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 j=a78d;return a78a['toString']()[j(0x1bb)](j(0x1ca))['toString']()[j(0x1ab)](a78a)[j(0x1bb)](j(0x1ca));});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';function a78c(){const m=['\x0a[+]\x20Documentation\x20written\x20to\x20','1420eSYyLi','sep','stringify','13909JYiTIh','3117660PYCOSC','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','fsi','1qlKGTL','170qqlear','docs','constructor','utf-8','\x20-d\x20','2072mDGTnp','1258940ReCsbV','343953vqwyRr','join','1908873oVGwgh','notice','6568cOYdSh','app/packages','498311EXHShi','app/node_modules','jsdoc-config.json','\x20-r\x20app','findAppDirectory','search','444FZIgQF','plugins/markdown','jsdoc','inherit','maka\x20jsdoc\x20--init','stop','error','config','maka\x20jsdoc','\x20-c\x20','app/public','Running\x20','isFile','create','(((.+)+)+)+$','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator'];a78c=function(){return m;};return a78c();}function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1a2;let f=c[d];return f;},a78d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78k(0x1c9)]({'name':a78k(0x1be),'usage':a78k(0x1c4),'mustBeInMakaProject':!![],'shortDesc':a78k(0x1cb),'examples':[a78k(0x1c0),a78k(0x1c4)],'validOpts':[]},function(){const l=a78k,a=a78e[l(0x1b1)](this['fsi'][l(0x1ba)](),l(0x1aa)+a78e['sep']),b=a78e['join'](this['fsi'][l(0x1ba)](),l(0x1c3),l(0x1b8)),c=l(0x1be);if(!this[l(0x1a7)][l(0x1c8)](b)){const f={'plugins':[l(0x1bd)],'tags':{'allowUnknownTags':!![],'dictionaries':[l(0x1be),'closure']},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':l(0x1a6),'exclude':[l(0x1b5),l(0x1b7),l(0x1c6),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':l(0x1ac)}};a78f['writeFileSync'](b,JSON[l(0x1a3)](f,null,0x4));}const d=Log['withSpinner'](l(0x1c7)+c);try{const g=c+l(0x1c5)+b+l(0x1b9)+a78e[l(0x1a2)]+l(0x1ad)+a;execSync(g,{'stdio':l(0x1bf)}),Log[l(0x1b3)](l(0x1cc)+a);}catch(h){Log[l(0x1c2)](h),Log[l(0x1c2)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{d[l(0x1c1)]();}});