@maka/maka-cli 5.1.22 → 5.1.23

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 (174) 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/testCmd/_index.js +1 -1
  100. package/bundle/obf/src/commands/testCmd/jest.sub.cmd.js +1 -1
  101. package/bundle/obf/src/commands/testCmd/mocha.sub.cmd.js +1 -1
  102. package/bundle/obf/src/commands/testCmd/test.command.js +1 -1
  103. package/bundle/obf/src/commands/undo.js +1 -1
  104. package/bundle/obf/src/commands/uninstall.js +1 -1
  105. package/bundle/obf/src/commands/version/_index.js +1 -1
  106. package/bundle/obf/src/commands/version/list.sub.cmd.js +1 -1
  107. package/bundle/obf/src/commands/version/use.sub.cmd.js +1 -1
  108. package/bundle/obf/src/commands/version/version.js +1 -1
  109. package/bundle/obf/src/error.js +1 -1
  110. package/bundle/obf/src/exec.js +1 -1
  111. package/bundle/obf/src/generator.js +1 -1
  112. package/bundle/obf/src/generators/_index.js +1 -1
  113. package/bundle/obf/src/generators/api.js +1 -1
  114. package/bundle/obf/src/generators/aws/_index.js +1 -1
  115. package/bundle/obf/src/generators/aws/aws.js +1 -1
  116. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  117. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  118. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  119. package/bundle/obf/src/generators/collection.js +1 -1
  120. package/bundle/obf/src/generators/component.js +1 -1
  121. package/bundle/obf/src/generators/config.js +1 -1
  122. package/bundle/obf/src/generators/dbc.js +1 -1
  123. package/bundle/obf/src/generators/dockerfile.js +1 -1
  124. package/bundle/obf/src/generators/hook.js +1 -1
  125. package/bundle/obf/src/generators/kits/_index.js +1 -1
  126. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  127. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  128. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  131. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  132. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  133. package/bundle/obf/src/generators/kits/kit.js +1 -1
  134. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  135. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  136. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  137. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  138. package/bundle/obf/src/generators/layout.js +1 -1
  139. package/bundle/obf/src/generators/maka.gen.js +1 -1
  140. package/bundle/obf/src/generators/methods.js +1 -1
  141. package/bundle/obf/src/generators/package.js +1 -1
  142. package/bundle/obf/src/generators/page.js +1 -1
  143. package/bundle/obf/src/generators/publish.js +1 -1
  144. package/bundle/obf/src/generators/route.js +1 -1
  145. package/bundle/obf/src/generators/services/_index.js +1 -1
  146. package/bundle/obf/src/generators/services/logger.js +1 -1
  147. package/bundle/obf/src/generators/services/openssl.js +1 -1
  148. package/bundle/obf/src/generators/services/service.js +1 -1
  149. package/bundle/obf/src/generators/services/translation.js +1 -1
  150. package/bundle/obf/src/maka.js +1 -1
  151. package/bundle/obf/src/tool.js +1 -1
  152. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  153. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  154. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  155. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  156. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  157. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  158. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  159. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  160. package/bundle/obf/src/tools/https/https.class.js +1 -1
  161. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  162. package/bundle/obf/src/tools/log/log.class.js +1 -1
  163. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  164. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  165. package/bundle/obf/src/tools/options/options.class.js +1 -1
  166. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  167. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  168. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  169. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  170. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  171. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  172. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  173. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  174. 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(0x158))/0x1*(parseInt(f(0x140))/0x2)+parseInt(f(0x154))/0x3*(parseInt(f(0x146))/0x4)+parseInt(f(0x13c))/0x5*(-parseInt(f(0x136))/0x6)+-parseInt(f(0x15a))/0x7*(parseInt(f(0x13b))/0x8)+parseInt(f(0x164))/0x9*(-parseInt(f(0x159))/0xa)+parseInt(f(0x144))/0xb*(-parseInt(f(0x14e))/0xc)+-parseInt(f(0x165))/0xd*(-parseInt(f(0x157))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xb141d));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x166)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x14c)]()['search'](h(0x163))[h(0x14c)]()[h(0x153)](a58a)[h(0x145)](h(0x163));});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x135;var f=c[d];return f;},a58d(a,b);}a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[i(0x13f)],'shape':Shape['Rectangle'],'color':Color[i(0x14b)],'texture':Texture[i(0x139)],'rating':Rating[i(0x13d)],'weight':0x1});}[a58j(0x14f)](){var k=a58j;return this[k(0x15c)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x151)],'category':Category[l(0x155)],'shape':Shape[l(0x152)],'color':Color[l(0x141)],'texture':Texture[l(0x156)],'rating':Rating[l(0x13d)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x160)],'category':Category[m(0x155)],'shape':Shape['Rifle'],'color':Color[m(0x150)],'texture':Texture[m(0x156)],'rating':Rating[m(0x142)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x151)],'category':Category['Helmet'],'shape':Shape[n(0x15e)],'color':Color[n(0x141)],'texture':Texture['Metallic'],'rating':Rating[n(0x13d)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x160)],'category':Category['BodyArmor'],'shape':Shape[o(0x16c)],'color':Color[o(0x141)],'texture':Texture[o(0x156)],'rating':Rating[o(0x13d)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x151)],'category':Category['LegArmor'],'shape':Shape['Rectangle'],'color':Color[p(0x141)],'texture':Texture[p(0x156)],'rating':Rating['Common'],'weight':0x6});}}function a58c(){var D=['Metallic','42GlWbpx','1CdbXgn','2990cVzKnL','10075345GEqWuO','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','description','Small','Circle','publishDate','Large','Gloves','Holy\x20Grail','(((.+)+)+)+$','27558yKPjVf','23335286SBSCvw','apply','Tiny','Key','Unknown\x20Author','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Cup','Rectangle','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','708pGtzOt','name','Book','Smooth','Sniper\x20Rifle','8bNnNdp','5840llRHLX','Common','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Unknown','2442606CpAwHh','Grey','Rare','A\x20mysterious\x20book.','1054724kpiSEy','search','140dWCypu','\x20aloft,\x20feeling\x20its\x20immense\x20power.','ArmArmor','Gold','Boots','Yellow','toString','author','168IocQyM','use','Brown','Medium','Blade','constructor','34059OHZdZK','Weapon'];a58c=function(){return D;};return a58c();}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[q(0x14a)],'shape':Shape[q(0x15e)],'color':Color[q(0x150)],'texture':Texture['Smooth'],'rating':Rating[q(0x13d)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x15d)],'category':Category[r(0x161)],'shape':Shape[r(0x15e)],'color':Color['Brown'],'texture':Texture[r(0x139)],'rating':Rating[r(0x13d)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x151)],'category':Category[s(0x148)],'shape':Shape[s(0x16c)],'color':Color[s(0x141)],'texture':Texture[s(0x156)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size[t(0x167)],'category':Category[t(0x168)],'shape':Shape[t(0x16c)],'color':Color[t(0x14b)],'texture':Texture[t(0x139)],'rating':Rating[t(0x13d)],'weight':0x0});}[a58j(0x14f)](){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 u=a58j;super({'name':a,'description':b,'size':Size[u(0x151)],'category':Category['Weapon'],'shape':Shape[u(0x152)],'color':Color[u(0x141)],'texture':Texture['Metallic'],'rating':Rating[u(0x13d)],'weight':0x3});}[a58j(0x14f)](){var v=a58j;return v(0x15b);}}export class Book extends Item{[a58j(0x14d)];[a58j(0x15f)];['pageCount'];constructor(a,b=a58j(0x143),c=a58j(0x169)){var w=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[w(0x138)],'shape':Shape[w(0x16c)],'color':Color[w(0x150)],'texture':Texture['Smooth'],'rating':Rating[w(0x13d)],'weight':0x1}),this[w(0x14d)]=c,this['publishDate']=new Date(),this['pageCount']=0x64;}['use'](){var x=a58j;return x(0x13e);}}export class ShortSword extends Item{constructor(){var y=a58j;super({'name':'Short\x20Sword','description':'A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','size':Size[y(0x151)],'category':Category[y(0x155)],'shape':Shape[y(0x152)],'color':Color[y(0x141)],'texture':Texture[y(0x156)],'rating':Rating[y(0x13d)],'weight':0x3});}[a58j(0x14f)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var z=a58j;super({'name':z(0x13a),'description':z(0x135),'size':Size[z(0x160)],'category':Category[z(0x155)],'shape':Shape['Rifle'],'color':Color[z(0x150)],'texture':Texture[z(0x139)],'rating':Rating[z(0x13d)],'weight':0x5});}[a58j(0x14f)](){var A=a58j;return A(0x16a);}}export class HolyGrail extends Item{constructor(){var B=a58j;super({'name':B(0x162),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[B(0x15d)],'category':Category[B(0x16b)],'shape':Shape[B(0x15e)],'color':Color[B(0x149)],'texture':Texture[B(0x156)],'rating':Rating['Legendary'],'weight':0x1});}['use'](){var C=a58j;return'You\x20hold\x20the\x20'+this[C(0x137)]+C(0x147);}}
1
+ var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0xbb))/0x1+parseInt(f(0xad))/0x2*(-parseInt(f(0xb6))/0x3)+-parseInt(f(0xb3))/0x4*(parseInt(f(0xce))/0x5)+-parseInt(f(0xa9))/0x6*(parseInt(f(0xa1))/0x7)+parseInt(f(0xae))/0x8+-parseInt(f(0xbf))/0x9+parseInt(f(0xcb))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x809b2));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0xc7)](h(0xb8))[h(0xbc)]()[h(0xb5)](a58a)['search']('(((.+)+)+)+$');});a58a();function a58c(){var E=['pageCount','7249707xuzqZL','BodyArmor','Key','Short\x20Sword','Weapon','LegArmor','Boots','Smooth','search','description','Rifle','Book','35107140mNnXPm','author','publishDate','1167275NUHQyG','Medium','Circle','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Blade','Helmet','Holy\x20Grail','301777YxtWpn','Cup','use','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Gloves','apply','Small','Unknown','6ZfbtFH','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Common','\x20aloft,\x20feeling\x20its\x20immense\x20power.','100vYxyFT','88696MJBpZY','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Metallic','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Rectangle','4GXHTlB','Sniper\x20Rifle','constructor','52362rzQtRU','Grey','(((.+)+)+)+$','Large','Brown','1040242UEupXc','toString','You\x20hold\x20the\x20'];a58c=function(){return E;};return a58c();}import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size[i(0xcf)],'category':Category[i(0xa8)],'shape':Shape[i(0xb2)],'color':Color['Yellow'],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1});}[a58j(0xa3)](){var k=a58j;return this[k(0xc8)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0xcf)],'category':Category[l(0xc3)],'shape':Shape[l(0xd3)],'color':Color[l(0xb7)],'texture':Texture[l(0xb0)],'rating':Rating[l(0xab)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0xb9)],'category':Category[m(0xc3)],'shape':Shape[m(0xc9)],'color':Color['Brown'],'texture':Texture[m(0xb0)],'rating':Rating['Rare'],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[n(0x9f)],'shape':Shape[n(0xd0)],'color':Color[n(0xb7)],'texture':Texture[n(0xb0)],'rating':Rating[n(0xab)],'weight':0x2});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x9f;var f=c[d];return f;},a58d(a,b);}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0xb9)],'category':Category[o(0xc0)],'shape':Shape[o(0xb2)],'color':Color[o(0xb7)],'texture':Texture[o(0xb0)],'rating':Rating[o(0xab)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0xcf)],'category':Category[p(0xc4)],'shape':Shape['Rectangle'],'color':Color[p(0xb7)],'texture':Texture['Metallic'],'rating':Rating[p(0xab)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0xcf)],'category':Category[q(0xc5)],'shape':Shape[q(0xd0)],'color':Color[q(0xba)],'texture':Texture[q(0xc6)],'rating':Rating[q(0xab)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0xa7)],'category':Category[r(0xa5)],'shape':Shape[r(0xd0)],'color':Color['Brown'],'texture':Texture[r(0xc6)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0xcf)],'category':Category['ArmArmor'],'shape':Shape[s(0xb2)],'color':Color[s(0xb7)],'texture':Texture[s(0xb0)],'rating':Rating[s(0xab)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[t(0xc1)],'shape':Shape[t(0xb2)],'color':Color['Yellow'],'texture':Texture[t(0xc6)],'rating':Rating['Common'],'weight':0x0});}['use'](){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 u=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Weapon'],'shape':Shape['Blade'],'color':Color[u(0xb7)],'texture':Texture['Metallic'],'rating':Rating[u(0xab)],'weight':0x3});}[a58j(0xa3)](){var v=a58j;return v(0xa4);}}export class Book extends Item{[a58j(0xcc)];['publishDate'];[a58j(0xbe)];constructor(a,b='A\x20mysterious\x20book.',c='Unknown\x20Author'){var w=a58j;super({'name':a,'description':b,'size':Size[w(0xcf)],'category':Category[w(0xca)],'shape':Shape[w(0xb2)],'color':Color[w(0xba)],'texture':Texture[w(0xc6)],'rating':Rating[w(0xab)],'weight':0x1}),this[w(0xcc)]=c,this[w(0xcd)]=new Date(),this['pageCount']=0x64;}[a58j(0xa3)](){var x=a58j;return x(0xd2);}}export class ShortSword extends Item{constructor(){var y=a58j;super({'name':y(0xc2),'description':y(0xd1),'size':Size['Medium'],'category':Category[y(0xc3)],'shape':Shape[y(0xd3)],'color':Color[y(0xb7)],'texture':Texture[y(0xb0)],'rating':Rating[y(0xab)],'weight':0x3});}[a58j(0xa3)](){var z=a58j;return z(0xa4);}}export class SniperRifle extends Item{constructor(){var A=a58j;super({'name':A(0xb4),'description':A(0xb1),'size':Size[A(0xb9)],'category':Category['Weapon'],'shape':Shape[A(0xc9)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[A(0xab)],'weight':0x5});}[a58j(0xa3)](){var B=a58j;return B(0xaa);}}export class HolyGrail extends Item{constructor(){var C=a58j;super({'name':C(0xa0),'description':C(0xaf),'size':Size['Small'],'category':Category[C(0xa2)],'shape':Shape[C(0xd0)],'color':Color['Gold'],'texture':Texture['Metallic'],'rating':Rating['Legendary'],'weight':0x1});}['use'](){var D=a58j;return D(0xbd)+this['name']+D(0xac);}}
@@ -1 +1 @@
1
- const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x149))/0x1*(parseInt(f(0x191))/0x2)+-parseInt(f(0x17c))/0x3*(-parseInt(f(0x171))/0x4)+-parseInt(f(0x180))/0x5+parseInt(f(0x130))/0x6*(-parseInt(f(0x11a))/0x7)+parseInt(f(0x14d))/0x8+-parseInt(f(0x170))/0x9+-parseInt(f(0x172))/0xa*(-parseInt(f(0x125))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x9f247));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x11d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x17a)]()[h(0x13a)]('(((.+)+)+)+$')[h(0x17a)]()[h(0x14a)](a60a)[h(0x13a)](h(0x140));});function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x117;let f=c[d];return f;},a60d(a,b);}function a60c(){const j=['NORTH','shield','secret123','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','east','drone','Gang\x20Insignia','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','10307880OODmRS','20sHjKvx','10711170MsUqAa','Secret\x20Passage','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Library','Watch\x20Tower','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','EAST','toString','outside','189417eBtfMc','Corp\x20Enclave','gem','The\x20data\x20remains\x20encrypted.','4716365etStqz','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20chalice\x20made\x20of\x20pure\x20gold.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Corporate\x20Creditstick','release','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','book','Barrens\x20Entrance','disenchant','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Rigger\x27s\x20Workshop','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','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','Central\x20Chamber\x20Key','7358puryaQ','Central\x20Chamber','Golden\x20Key','That\x20passcode\x20is\x20incorrect','Encrypted\x20Data\x20Key','701799JnFZuT','Treasure\x20Room','amulet','apply','Rusted\x20Sword','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','south','down','A\x20clear\x20glass\x20vial.','show\x20loyalty','A\x20creditstick\x20loaded\x20with\x20nuyen.','33vrTVcN','Matrix\x20Data\x20Haven','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','insert\x20gem','north','Alchemy\x20Lab','Armory','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','36eYHHaX','CorpSec\x20Plans','Sniper\x20Rifle','Entrance\x20Hall','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Torture\x20Chamber','Guard\x27s\x20Log\x20Book','Empty\x20vial','Amulet\x20of\x20Awakening','search','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','MCT\x20Fly-Spy','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','(((.+)+)+)+$','OUTSIDE','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','An\x20old\x20and\x20rusted\x20sword.','open\x20sesame','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Barrens\x20Hideout','west','Riddle\x20Book','59tVXBfF','constructor','cup','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','239976KOmICb','Mage\x27s\x20Lair','Study','Chad\x20the\x20stupid\x20guard','Ares\x20Predator','key','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','creditstick','The\x20chest\x20remains\x20firmly\x20shut.','decrypt','Jackpoint\x20Login','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Downtown\x20Seattle','Holy\x20Grail','inside','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Courtyard','Ancient\x20Gem','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Nothing\x20happens.','The\x20legendary\x20Holy\x20Grail.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'];a60c=function(){return j;};return a60c();}a60a();export const rooms=[{'name':a60i(0x176),'description':a60i(0x175),'isStartRoom':!![],'items':[{'type':'key','name':a60i(0x117),'description':a60i(0x134)},{'type':'book','name':a60i(0x137),'description':'A\x20thin\x20log\x20book','content':a60i(0x150)}],'exits':[{'direction':a60i(0x179),'targetRoom':a60i(0x173)}]},{'name':'Secret\x20Passage','description':a60i(0x11f),'exits':[{'direction':a60i(0x166),'targetRoom':a60i(0x11b),'keyRequired':'Golden\x20Key'},{'direction':'SOUTH','targetRoom':a60i(0x160)}]},{'name':a60i(0x11b),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':'holyGrail','name':a60i(0x15d),'description':a60i(0x164)}]},{'name':'Courtyard','description':a60i(0x154),'roomType':a60i(0x141),'exits':[{'direction':'UP','targetRoom':a60i(0x177)}]},{'name':'Watch\x20Tower','description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0x141),'puzzle':{'requiredPhrase':a60i(0x168),'riddle':a60i(0x162),'rewardItem':{'type':'rifle','name':a60i(0x132),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x18f),'failureMessage':a60i(0x118)}}];export const dungeonConfig=[{'name':a60i(0x133),'description':a60i(0x135),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x144),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0x152),'name':a60i(0x190),'description':a60i(0x129)},'successMessage':a60i(0x12f),'failureMessage':a60i(0x163)},'exits':[{'direction':a60i(0x12c),'targetRoom':a60i(0x14f)},{'direction':a60i(0x16b),'targetRoom':a60i(0x192),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0x14f),'description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':a60i(0x15e),'items':[{'type':a60i(0x187),'name':a60i(0x148),'description':a60i(0x155),'content':a60i(0x18a)},{'type':'key','name':a60i(0x190),'description':a60i(0x129)}],'exits':[{'direction':a60i(0x120),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x16b),'targetRoom':a60i(0x12d)}]},{'name':a60i(0x12d),'description':a60i(0x186),'roomType':a60i(0x15e),'items':[{'type':'basic','name':a60i(0x138),'description':a60i(0x122)}],'exits':[{'direction':a60i(0x147),'targetRoom':a60i(0x14f)},{'direction':'north','targetRoom':a60i(0x12e)}]},{'name':'Armory','description':a60i(0x153),'roomType':a60i(0x15e),'items':[{'type':a60i(0x167),'name':'Emblem\x20Shield','description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':'sword','name':a60i(0x11e),'description':a60i(0x143)}],'exits':[{'direction':a60i(0x120),'targetRoom':a60i(0x12d)},{'direction':a60i(0x16b),'targetRoom':a60i(0x192)}]},{'name':a60i(0x192),'description':a60i(0x15f),'roomType':a60i(0x15e),'exits':[{'direction':a60i(0x147),'targetRoom':'Armory'},{'direction':a60i(0x120),'targetRoom':'Entrance\x20Hall'},{'direction':'north','targetRoom':a60i(0x136)},{'direction':a60i(0x16b),'targetRoom':'Treasure\x20Room'}]},{'name':a60i(0x136),'description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a60i(0x15e),'items':[{'type':a60i(0x152),'name':'Blood-stained\x20Key','description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x185),'riddle':a60i(0x174),'rewardItem':{'type':a60i(0x17e),'name':a60i(0x161),'description':a60i(0x15b)},'successMessage':a60i(0x13f),'failureMessage':a60i(0x183)},'exits':[{'direction':a60i(0x120),'targetRoom':a60i(0x192)}]},{'name':a60i(0x11b),'description':a60i(0x16e),'roomType':a60i(0x15e),'puzzle':{'requiredPhrase':a60i(0x12b),'riddle':a60i(0x13e),'rewardItem':{'type':a60i(0x14b),'name':'Golden\x20Chalice','description':a60i(0x182)},'successMessage':a60i(0x18d),'failureMessage':a60i(0x157)},'exits':[{'direction':a60i(0x147),'targetRoom':a60i(0x192)}]}];export const shadowrunConfig=[{'name':a60i(0x159),'description':a60i(0x18b),'isStartRoom':!![],'roomType':a60i(0x15e),'exits':[{'direction':a60i(0x12c),'targetRoom':a60i(0x15c)},{'direction':'up','targetRoom':a60i(0x126)}]},{'name':'Matrix\x20Data\x20Haven','description':a60i(0x181),'roomType':a60i(0x15e),'puzzle':{'requiredPhrase':a60i(0x158),'riddle':a60i(0x13b),'rewardItem':{'type':a60i(0x152),'name':a60i(0x119),'description':a60i(0x178)},'successMessage':a60i(0x128),'failureMessage':a60i(0x17f)},'exits':[{'direction':a60i(0x121),'targetRoom':a60i(0x159)}]},{'name':a60i(0x15c),'description':a60i(0x16a),'roomType':'outside','exits':[{'direction':'south','targetRoom':'Jackpoint\x20Login'},{'direction':a60i(0x16b),'targetRoom':a60i(0x188)},{'direction':a60i(0x147),'targetRoom':a60i(0x17d)}]},{'name':a60i(0x188),'description':a60i(0x15a),'roomType':a60i(0x17b),'puzzle':{'requiredPhrase':a60i(0x123),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60i(0x152),'name':a60i(0x16d),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a60i(0x142),'failureMessage':a60i(0x12a)},'exits':[{'direction':a60i(0x147),'targetRoom':a60i(0x15c)},{'direction':a60i(0x12c),'targetRoom':a60i(0x146)}]},{'name':a60i(0x17d),'description':a60i(0x16f),'roomType':a60i(0x15e),'items':[{'type':a60i(0x156),'name':a60i(0x184),'description':a60i(0x124)},{'type':'document','name':a60i(0x131),'description':a60i(0x165)}],'exits':[{'direction':a60i(0x16b),'targetRoom':'Downtown\x20Seattle'}]},{'name':a60i(0x146),'description':a60i(0x13d),'roomType':a60i(0x17b),'items':[{'type':'weapon','name':a60i(0x151),'description':a60i(0x18e)}],'exits':[{'direction':a60i(0x120),'targetRoom':a60i(0x188)},{'direction':a60i(0x12c),'targetRoom':a60i(0x14e)},{'direction':a60i(0x16b),'targetRoom':a60i(0x18c)}]},{'name':a60i(0x14e),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x15e),'puzzle':{'requiredPhrase':a60i(0x189),'riddle':a60i(0x14c),'rewardItem':{'type':a60i(0x11c),'name':a60i(0x139),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a60i(0x127),'failureMessage':a60i(0x169)},'exits':[{'direction':a60i(0x120),'targetRoom':a60i(0x146)}]},{'name':a60i(0x18c),'description':a60i(0x145),'roomType':a60i(0x15e),'items':[{'type':a60i(0x16c),'name':a60i(0x13c),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x147),'targetRoom':a60i(0x146)}]}];
1
+ function a60c(){const j=['4kgMqHG','gem','Alchemy\x20Lab','Mage\x27s\x20Lair','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','decrypt','cup','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','shield','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','east','Barrens\x20Entrance','west','open\x20sesame','18KZmfjl','Gang\x20Insignia','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','outside','Matrix\x20Data\x20Haven','south','key','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Treasure\x20Room','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Secret\x20Passage','Emblem\x20Shield','6512OoVeBM','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Ares\x20Predator','toString','An\x20old\x20and\x20rusted\x20sword.','Rigger\x27s\x20Workshop','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Jackpoint\x20Login','OUTSIDE','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','(((.+)+)+)+$','A\x20long-range\x20weapon.','Empty\x20vial','disenchant','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Ancient\x20Gem','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Watch\x20Tower','Corp\x20Enclave','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','inside','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','north','Courtyard','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Encrypted\x20Data\x20Key','The\x20legendary\x20Holy\x20Grail.','Entrance\x20Hall','insert\x20gem','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','8316365KNIXBQ','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','show\x20loyalty','Torture\x20Chamber','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Riddle\x20Book','4046427sVewsI','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Golden\x20Key','A\x20small\x20surveillance\x20drone.','17163fRYtxv','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','10381950MAMUiz','2079914KpuMKz','holyGrail','rifle','Barrens\x20Hideout','release','SOUTH','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','amulet','apply','The\x20data\x20remains\x20encrypted.','Study','Amulet\x20of\x20Awakening','down','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','book','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Corporate\x20Creditstick','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Holy\x20Grail','sword','Chad\x20the\x20stupid\x20guard','Armory','Library','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Golden\x20Chalice','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Central\x20Chamber\x20Key','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Central\x20Chamber','search','A\x20clear\x20glass\x20vial.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Downtown\x20Seattle','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','1048695CcwsjO','weapon','basic','CorpSec\x20Plans','constructor','The\x20chest\x20remains\x20firmly\x20shut.','1151377tTEitj','A\x20thin\x20log\x20book','document','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.'];a60c=function(){return j;};return a60c();}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x14b))/0x1+-parseInt(f(0x122))/0x2+parseInt(f(0x145))/0x3+parseInt(f(0x14f))/0x4*(parseInt(f(0x114))/0x5)+-parseInt(f(0x15d))/0x6*(parseInt(f(0x11a))/0x7)+parseInt(f(0x169))/0x8*(parseInt(f(0x11e))/0x9)+-parseInt(f(0x121))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xdcbf2));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x12a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a['toString']()['search']('(((.+)+)+)+$')[h(0x16c)]()[h(0x149)](a60a)[h(0x13f)](h(0x173));});function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x114;let f=c[d];return f;},a60d(a,b);}a60a();export const rooms=[{'name':a60i(0x138),'description':a60i(0x13d),'isStartRoom':!![],'items':[{'type':a60i(0x163),'name':a60i(0x11c),'description':a60i(0x158)},{'type':a60i(0x130),'name':'Guard\x27s\x20Log\x20Book','description':a60i(0x14c),'content':a60i(0x136)}],'exits':[{'direction':'EAST','targetRoom':a60i(0x167)}]},{'name':a60i(0x167),'description':a60i(0x185),'exits':[{'direction':'NORTH','targetRoom':'Treasure\x20Room','keyRequired':'Golden\x20Key'},{'direction':a60i(0x127),'targetRoom':a60i(0x184)}]},{'name':a60i(0x165),'description':a60i(0x118),'items':[{'type':a60i(0x123),'name':a60i(0x134),'description':a60i(0x188)}]},{'name':a60i(0x184),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a60i(0x171),'exits':[{'direction':'UP','targetRoom':a60i(0x17a)}]},{'name':'Watch\x20Tower','description':a60i(0x144),'roomType':a60i(0x171),'puzzle':{'requiredPhrase':'secret123','riddle':a60i(0x17d),'rewardItem':{'type':a60i(0x124),'name':'Sniper\x20Rifle','description':a60i(0x174)},'successMessage':a60i(0x172),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':a60i(0x189),'description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x15c),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0x163),'name':'Central\x20Chamber\x20Key','description':a60i(0x182)},'successMessage':a60i(0x156),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60i(0x183),'targetRoom':a60i(0x12c)},{'direction':a60i(0x159),'targetRoom':a60i(0x13e),'keyRequired':a60i(0x13c)}]},{'name':'Study','description':a60i(0x179),'roomType':a60i(0x17e),'items':[{'type':a60i(0x130),'name':a60i(0x119),'description':a60i(0x139),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x163),'name':'Central\x20Chamber\x20Key','description':a60i(0x182)}],'exits':[{'direction':a60i(0x162),'targetRoom':a60i(0x189)},{'direction':a60i(0x159),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0x151),'description':a60i(0x14e),'roomType':'inside','items':[{'type':a60i(0x147),'name':a60i(0x175),'description':a60i(0x140)}],'exits':[{'direction':a60i(0x15b),'targetRoom':a60i(0x12c)},{'direction':a60i(0x183),'targetRoom':a60i(0x137)}]},{'name':'Armory','description':a60i(0x11b),'roomType':a60i(0x17e),'items':[{'type':a60i(0x157),'name':a60i(0x168),'description':a60i(0x13b)},{'type':a60i(0x135),'name':'Rusted\x20Sword','description':a60i(0x16d)}],'exits':[{'direction':a60i(0x162),'targetRoom':a60i(0x151)},{'direction':a60i(0x159),'targetRoom':a60i(0x13e)}]},{'name':'Central\x20Chamber','description':a60i(0x177),'roomType':a60i(0x17e),'exits':[{'direction':'west','targetRoom':a60i(0x137)},{'direction':a60i(0x162),'targetRoom':a60i(0x189)},{'direction':a60i(0x183),'targetRoom':a60i(0x117)},{'direction':a60i(0x159),'targetRoom':a60i(0x165)}]},{'name':a60i(0x117),'description':a60i(0x141),'roomType':a60i(0x17e),'items':[{'type':a60i(0x163),'name':'Blood-stained\x20Key','description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x126),'riddle':a60i(0x186),'rewardItem':{'type':a60i(0x150),'name':a60i(0x178),'description':a60i(0x12f)},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':a60i(0x18b)},'exits':[{'direction':'south','targetRoom':a60i(0x13e)}]},{'name':'Treasure\x20Room','description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x17e),'puzzle':{'requiredPhrase':a60i(0x18a),'riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60i(0x155),'name':a60i(0x13a),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a60i(0x143),'failureMessage':a60i(0x14a)},'exits':[{'direction':a60i(0x15b),'targetRoom':a60i(0x13e)}]}];export const shadowrunConfig=[{'name':a60i(0x170),'description':a60i(0x131),'isStartRoom':!![],'roomType':a60i(0x17e),'exits':[{'direction':a60i(0x183),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0x161)}]},{'name':a60i(0x161),'description':a60i(0x164),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x154),'riddle':a60i(0x15f),'rewardItem':{'type':a60i(0x163),'name':a60i(0x187),'description':a60i(0x181)},'successMessage':a60i(0x153),'failureMessage':a60i(0x12b)},'exits':[{'direction':a60i(0x12e),'targetRoom':a60i(0x170)}]},{'name':a60i(0x142),'description':a60i(0x166),'roomType':a60i(0x160),'exits':[{'direction':'south','targetRoom':a60i(0x170)},{'direction':'east','targetRoom':'Barrens\x20Entrance'},{'direction':a60i(0x15b),'targetRoom':a60i(0x17b)}]},{'name':a60i(0x15a),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':'outside','puzzle':{'requiredPhrase':a60i(0x116),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60i(0x163),'name':a60i(0x15e),'description':a60i(0x115)},'successMessage':a60i(0x16f),'failureMessage':a60i(0x180)},'exits':[{'direction':a60i(0x15b),'targetRoom':a60i(0x142)},{'direction':'north','targetRoom':a60i(0x125)}]},{'name':a60i(0x17b),'description':a60i(0x16a),'roomType':a60i(0x17e),'items':[{'type':'creditstick','name':a60i(0x132),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a60i(0x14d),'name':a60i(0x148),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a60i(0x159),'targetRoom':a60i(0x142)}]},{'name':a60i(0x125),'description':a60i(0x133),'roomType':a60i(0x160),'items':[{'type':a60i(0x146),'name':a60i(0x16b),'description':a60i(0x17f)}],'exits':[{'direction':a60i(0x162),'targetRoom':a60i(0x15a)},{'direction':'north','targetRoom':a60i(0x152)},{'direction':a60i(0x159),'targetRoom':a60i(0x16e)}]},{'name':a60i(0x152),'description':a60i(0x18d),'roomType':a60i(0x17e),'puzzle':{'requiredPhrase':a60i(0x176),'riddle':a60i(0x17c),'rewardItem':{'type':a60i(0x129),'name':a60i(0x12d),'description':a60i(0x128)},'successMessage':a60i(0x18c),'failureMessage':a60i(0x120)},'exits':[{'direction':a60i(0x162),'targetRoom':'Barrens\x20Hideout'}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x11f),'roomType':'inside','items':[{'type':'drone','name':'MCT\x20Fly-Spy','description':a60i(0x11d)}],'exits':[{'direction':'west','targetRoom':a60i(0x125)}]}];
@@ -1 +1 @@
1
- var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0xba))/0x1+parseInt(f(0xc6))/0x2+-parseInt(f(0xcf))/0x3+-parseInt(f(0xbf))/0x4+-parseInt(f(0xaf))/0x5*(parseInt(f(0xb2))/0x6)+parseInt(f(0xb9))/0x7+parseInt(f(0xcb))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xe9409));function a61c(){var i=['weight','1487028vdjrLQ','color','_maxCarryingWeight','category','toString','puzzle','3623650hdsHer','player','_logger','12sRRgsL','shape','items','constructor','rooms','texture','description','220633bETlat','204141wiTHMt','roomA','isLocked','solved','name','206648KTwJpd','isLockable','_equipment','_playerName','_currentLocation','logger','isStartRoom','3525662LrtLvH','size','characterLocations','(((.+)+)+)+$','roomB','7629664oEAAPG','roomType','rating'];a61c=function(){return i;};return a61c();}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var g=a61d;return a61a['toString']()['search']('(((.+)+)+)+$')[g(0xd3)]()[g(0xb5)](a61a)['search'](g(0xc9));});a61a();function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0xaf;var f=c[d];return f;},a61d(a,b);}import{EventEmitter}from'events';export class AbstractScene{[a61h(0xb6)];[a61h(0xb0)];['logger'];[a61h(0xc8)];}export class AbstractRoom extends EventEmitter{[a61h(0xbe)];[a61h(0xb8)];['exits'];['inventory'];[a61h(0xd4)];[a61h(0xcc)];[a61h(0xc5)];}export class AbstractDoor{[a61h(0xbb)];[a61h(0xca)];[a61h(0xbc)];['unlockItemOrSolution'];[a61h(0xbe)];['logger'];[a61h(0xc0)];}export class AbstractInventory{[a61h(0xb4)];['logger'];}export class AbstractItem{['uuid'];[a61h(0xbe)];[a61h(0xb8)];[a61h(0xc7)];[a61h(0xd2)];[a61h(0xb3)];[a61h(0xd0)];[a61h(0xb7)];[a61h(0xcd)];[a61h(0xce)];}export class AbstractPlayer{[a61h(0xc2)];[a61h(0xc3)];['_inventory'];[a61h(0xc1)];[a61h(0xd1)];[a61h(0xb1)];}export class AbstractPuzzle{[a61h(0xc4)];[a61h(0xbd)];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x203))/0x1*(parseInt(f(0x201))/0x2)+parseInt(f(0x20b))/0x3+parseInt(f(0x20d))/0x4+-parseInt(f(0x209))/0x5*(-parseInt(f(0x1f7))/0x6)+-parseInt(f(0x20c))/0x7*(parseInt(f(0x1ee))/0x8)+parseInt(f(0x1f9))/0x9*(parseInt(f(0x1ff))/0xa)+-parseInt(f(0x1ed))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x2243e));function a61c(){var j=['rooms','search','(((.+)+)+)+$','_maxCarryingWeight','isLocked','inventory','162zTEXZD','_playerName','207ojWtfi','apply','constructor','category','_currentLocation','_equipment','40760aDJXtf','rating','12jVwtmZ','isLockable','5794lNYQyq','solved','name','logger','roomType','characterLocations','38455aCKire','texture','728241LJJRQx','124649kDBdJh','315732RIwhvn','_logger','_inventory','description','toString','player','4731804mtvnal','8JRcRrw','roomA','size'];a61c=function(){return j;};return a61c();}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1fa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x211)]()[h(0x1f2)](h(0x1f3))[h(0x211)]()[h(0x1fb)](a61a)[h(0x1f2)](h(0x1f3));});function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1ed;var f=c[d];return f;},a61d(a,b);}a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x1f1)];[a61i(0x212)];['logger'];[a61i(0x208)];}export class AbstractRoom extends EventEmitter{[a61i(0x205)];[a61i(0x210)];['exits'];[a61i(0x1f6)];['puzzle'];[a61i(0x207)];['isStartRoom'];}export class AbstractDoor{[a61i(0x1ef)];['roomB'];[a61i(0x1f5)];['unlockItemOrSolution'];[a61i(0x205)];[a61i(0x206)];[a61i(0x202)];}export class AbstractInventory{['items'];[a61i(0x206)];}export class AbstractItem{['uuid'];[a61i(0x205)];[a61i(0x210)];[a61i(0x1f0)];[a61i(0x1fc)];['shape'];['color'];[a61i(0x20a)];[a61i(0x200)];['weight'];}export class AbstractPlayer{[a61i(0x1f8)];[a61i(0x1fd)];[a61i(0x20f)];[a61i(0x1fe)];[a61i(0x1f4)];[a61i(0x20e)];}export class AbstractPuzzle{[a61i(0x206)];[a61i(0x204)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x14e))/0x1*(parseInt(k(0x15f))/0x2)+parseInt(k(0x184))/0x3+-parseInt(k(0x144))/0x4*(-parseInt(k(0x136))/0x5)+-parseInt(k(0x134))/0x6+-parseInt(k(0x146))/0x7*(-parseInt(k(0x156))/0x8)+-parseInt(k(0x153))/0x9*(parseInt(k(0x170))/0xa)+-parseInt(k(0x16b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x66701));export var Size;(function(a){var l=a62d;a['Tiny']=l(0x166),a[l(0x172)]='small',a[l(0x17c)]=l(0x142),a[l(0x162)]=l(0x140),a[l(0x16c)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x180)]=m(0x14c),a[m(0x16f)]=m(0x155),a['Legendary']=m(0x138);}(Rating||(Rating={})));function a62c(){var v=['CAVE','ArmArmor','NORTH','rectangle','grey','1486dKToQp','green','yellow','Large','Key','BodyArmor','Cup','tiny','Weapon','Red','book','gold','7491000Ulpgrc','VeryLarge','gloves','brown','Rare','383790LwfkXI','SOUTH','Small','metallic','smooth','underground','desert','EAST','leg\x20armor','Bumpy','WEST','Circle','Medium','Unknown','mountain','Helmet','Common','forest','Fuzzy','UNDERGROUND','118050WJTdbC','boots','fuzzy','Gloves','OUTSIDE','east','hat','BEACH','tower','purple','DOWN','TOWER','Smooth','toString','down','cup','3618648GPiUrC','rifle','20SpNYdq','Yellow','legendary','Grey','rough','constructor','cave','Metallic','Green','shield','large','FOREST','medium','Rough','553252lQwGBO','unknown','77BpKApI','(((.+)+)+)+$','triangle','Blue','DESERT','Blade','common','body\x20armor','633hrrflC','Rifle','search','blade','Hat','27cStHFv','key','rare','549752BrZEZM','beach','square','apply'];a62c=function(){return v;};return a62c();}export var Category;(function(a){var n=a62d;a[n(0x167)]='weapon',a['Shield']=n(0x13f),a[n(0x163)]=n(0x154),a[n(0x187)]=n(0x16d),a[n(0x17f)]='helmet',a[n(0x152)]=n(0x18a),a['Boots']=n(0x185),a['LegArmor']=n(0x178),a[n(0x15b)]='arm\x20armor',a[n(0x164)]=n(0x14d),a['Book']=n(0x169),a[n(0x165)]=n(0x133),a[n(0x17d)]=n(0x145);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x17b)]='circle',a['Square']=o(0x158),a['Triangle']=o(0x148),a['Rectangle']=o(0x15d),a[o(0x14b)]=o(0x151),a[o(0x14f)]=o(0x135);}(Shape||(Shape={})));export var Color;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x133;var f=c[d];return f;},a62d(a,b);}(function(a){var p=a62d;a[p(0x168)]='red',a[p(0x149)]='blue',a[p(0x13e)]=p(0x160),a[p(0x137)]=p(0x161),a['Orange']='orange',a['Purple']=p(0x18d),a[p(0x139)]=p(0x15e),a['Brown']=p(0x16e),a['Gold']=p(0x16a);}(Color||(Color={})));export var Texture;(function(a){var q=a62d;a[q(0x190)]=q(0x174),a[q(0x143)]=q(0x13a),a[q(0x179)]='bumpy',a[q(0x182)]=q(0x186),a['Grainy']='grainy',a[q(0x13d)]=q(0x173);}(Texture||(Texture={})));export var RoomType;(function(c){var t=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var r=a62d;if(h){var j=h[r(0x159)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a62d;return e[s(0x191)]()[s(0x150)](s(0x147))[s(0x191)]()[s(0x13b)](e)['search'](s(0x147));});e(),c['INSIDE']='inside',c[t(0x188)]='outside',c[t(0x183)]=t(0x175),c[t(0x15a)]=t(0x13c),c[t(0x18f)]=t(0x18c),c[t(0x141)]=t(0x181),c[t(0x14a)]=t(0x176),c['MOUNTAIN']=t(0x17e),c[t(0x18b)]=t(0x157),c['SEA']='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x15c)]='north',a[u(0x177)]=u(0x189),a[u(0x171)]='south',a[u(0x17a)]='west',a['UP']='up',a[u(0x18e)]=u(0x192);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0xeb))/0x1+parseInt(k(0xd9))/0x2+parseInt(k(0xe0))/0x3*(parseInt(k(0x102))/0x4)+-parseInt(k(0xda))/0x5*(parseInt(k(0xbe))/0x6)+-parseInt(k(0xe7))/0x7+parseInt(k(0xe2))/0x8+-parseInt(k(0xf5))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xec98a));export var Size;(function(a){var l=a62d;a[l(0xfb)]=l(0xf0),a[l(0xd0)]='small',a[l(0xc2)]=l(0x107),a[l(0xc9)]='large',a[l(0x115)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0xc1)]=m(0x11f),a[m(0x11e)]='rare',a[m(0xd2)]=m(0x100);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a['Weapon']='weapon',a['Shield']=n(0xed),a[n(0x109)]=n(0xd1),a[n(0x120)]=n(0x116),a['Helmet']='helmet',a['Hat']=n(0xe8),a[n(0xd6)]=n(0x114),a[n(0x10f)]=n(0x10b),a[n(0x108)]=n(0x11d),a[n(0x125)]=n(0xfc),a[n(0x110)]='book',a[n(0xc6)]=n(0xce),a[n(0xc3)]=n(0x122);}(Category||(Category={})));export var Shape;function a62c(){var v=['Rough','Blade','Cup','constructor','Grainy','Large','MOUNTAIN','Fuzzy','Blue','outside','cup','cave','Small','key','Legendary','grey','DOWN','Green','Boots','south','yellow','2694866irSXrg','20EYMcYx','gold','Triangle','search','INSIDE','inside','1184301mlRNAW','BEACH','1874992YhXLfz','red','TOWER','circle','grainy','3156398hQPifq','hat','green','SOUTH','1867752xuknHk','Metallic','shield','OUTSIDE','bumpy','tiny','SEA','rough','mountain','beach','16123860IcCKZb','CAVE','triangle','Smooth','toString','NORTH','Tiny','body\x20armor','Bumpy','purple','Gold','legendary','Yellow','12sZPckf','Rifle','Grey','west','DESERT','medium','ArmArmor','Key','apply','leg\x20armor','smooth','Red','Circle','LegArmor','Book','down','(((.+)+)+)+$','underground','boots','VeryLarge','gloves','metallic','blue','desert','UNDERGROUND','brown','blade','arm\x20armor','Rare','common','Gloves','tower','unknown','Square','orange','BodyArmor','rectangle','2133462QGgVBF','fuzzy','sea','Common','Medium','Unknown'];a62c=function(){return v;};return a62c();}(function(a){var o=a62d;a[o(0x10e)]=o(0xe5),a[o(0x123)]='square',a[o(0xdc)]=o(0xf7),a['Rectangle']=o(0xbd),a[o(0xc5)]=o(0x11c),a[o(0x103)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a[p(0x10d)]=p(0xe3),a[p(0xcc)]=p(0x118),a[p(0xd5)]=p(0xe9),a[p(0x101)]=p(0xd8),a['Orange']=p(0x124),a['Purple']=p(0xfe),a[p(0x104)]=p(0xd3),a['Brown']=p(0x11b),a[p(0xff)]=p(0xdb);}(Color||(Color={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xbd;var f=c[d];return f;},a62d(a,b);}export var Texture;(function(c){var s=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var q=a62d;if(h){var j=h[q(0x10a)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var r=a62d;return e[r(0xf9)]()[r(0xdd)]('(((.+)+)+)+$')[r(0xf9)]()[r(0xc7)](e)[r(0xdd)](r(0x112));});e(),c[s(0xf8)]=s(0x10c),c[s(0xc4)]=s(0xf2),c[s(0xfd)]=s(0xef),c[s(0xcb)]=s(0xbf),c[s(0xc8)]=s(0xe6),c[s(0xec)]=s(0x117);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0xde)]=t(0xdf),a[t(0xee)]=t(0xcd),a[t(0x11a)]=t(0x113),a[t(0xf6)]=t(0xcf),a[t(0xe4)]=t(0x121),a['FOREST']='forest',a[t(0x106)]=t(0x119),a[t(0xca)]=t(0xf3),a[t(0xe1)]=t(0xf4),a[t(0xf1)]=t(0xc0);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0xfa)]='north',a['EAST']='east',a[u(0xea)]=u(0xd7),a['WEST']=u(0x105),a['UP']='up',a[u(0xd4)]=u(0x111);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x155))/0x1+parseInt(f(0x156))/0x2*(-parseInt(f(0x157))/0x3)+parseInt(f(0x152))/0x4+-parseInt(f(0x159))/0x5*(-parseInt(f(0x154))/0x6)+-parseInt(f(0x14e))/0x7*(-parseInt(f(0x15a))/0x8)+parseInt(f(0x15c))/0x9*(-parseInt(f(0x153))/0xa)+parseInt(f(0x158))/0xb*(parseInt(f(0x14f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x5ea6e));function a63c(){var i=['17208VxGwMJ','search','constructor','2448888zUMKXF','1369610UHVryJ','6HqwjZx','381189PeXpPA','474vimasb','4713DVYBMG','935hzYJzL','485820CFzkEV','4800MkPQqX','apply','36vLQgkJ','(((.+)+)+)+$','toString','1113ZfoPkS'];a63c=function(){return i;};return a63c();}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x15b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0x150)](h(0x15d))[h(0x14d)]()[h(0x151)](a63a)[h(0x150)](h(0x15d));});function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x14d;var f=c[d];return f;},a63d(a,b);}a63a();export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x179))/0x1+-parseInt(f(0x17b))/0x2+parseInt(f(0x183))/0x3+parseInt(f(0x17a))/0x4*(parseInt(f(0x17e))/0x5)+-parseInt(f(0x181))/0x6*(parseInt(f(0x180))/0x7)+-parseInt(f(0x178))/0x8+-parseInt(f(0x17c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xa490c));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0x17f)]()[g(0x17d)](g(0x182))[g(0x17f)]()[g(0x184)](a63a)[g(0x17d)](g(0x182));});function a63c(){var h=['(((.+)+)+)+$','3506292JYvMYe','constructor','4197816LwcKos','1042887mOVKxs','4aiUbUN','772150qAkheU','2990682AgZmTv','search','2184785QzYUFX','toString','2560068sltcmZ','12ZfRFhS'];a63c=function(){return h;};return a63c();}a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x178;var f=c[d];return f;},a63d(a,b);}export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x123))/0x1*(-parseInt(f(0x128))/0x2)+-parseInt(f(0x11d))/0x3+parseInt(f(0x125))/0x4+parseInt(f(0x120))/0x5*(-parseInt(f(0x129))/0x6)+-parseInt(f(0x124))/0x7+parseInt(f(0x121))/0x8+-parseInt(f(0x11e))/0x9*(-parseInt(f(0x122))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x83143));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x12b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x127)]()['search']('(((.+)+)+)+$')['toString']()[h(0x11f)](a64a)[h(0x126)](h(0x12a));});function a64c(){var i=['1049811NuKlXs','3375090aKNhTF','constructor','41835usEYcV','4139168vsiDDY','20bBlYFW','1CbNSSi','3938718nxUaPD','406212kEiLbG','search','toString','1298994ArIBVl','408TiOHwA','(((.+)+)+)+$','apply'];a64c=function(){return i;};return a64c();}a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x11d;var f=c[d];return f;},a64d(a,b);}export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x188))/0x1+parseInt(f(0x184))/0x2+parseInt(f(0x18a))/0x3*(parseInt(f(0x189))/0x4)+-parseInt(f(0x190))/0x5+-parseInt(f(0x187))/0x6*(parseInt(f(0x186))/0x7)+parseInt(f(0x18b))/0x8+parseInt(f(0x185))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xac639));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x184;var f=c[d];return f;},a64d(a,b);}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x18f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x18e)]()['search'](h(0x18c))[h(0x18e)]()['constructor'](a64a)[h(0x18d)](h(0x18c));});function a64c(){var i=['search','toString','apply','5889245QTJgGn','2627854pGxoiA','4463703mqieyP','7147aguOZp','3306EFUUuj','430682TPLfuz','464OwavVi','17103UFeWYk','3247976FGmJRP','(((.+)+)+)+$'];a64c=function(){return i;};return a64c();}a64a();export{};
@@ -1 +1 @@
1
- const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x12a))/0x1*(parseInt(y(0x171))/0x2)+-parseInt(y(0x137))/0x3+-parseInt(y(0x16e))/0x4*(-parseInt(y(0x14a))/0x5)+-parseInt(y(0x163))/0x6*(parseInt(y(0x146))/0x7)+-parseInt(y(0x154))/0x8*(parseInt(y(0x15d))/0x9)+parseInt(y(0x142))/0xa*(parseInt(y(0x123))/0xb)+-parseInt(y(0x15c))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xe9b39));import a65e from'blessed';import{capitalCase}from'change-case';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x123;let f=c[d];return f;},a65d(a,b);}import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x143)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x15f)]()['search'](A(0x14b))['toString']()['constructor'](g)[A(0x175)](A(0x14b));});g();try{const h=a65e[B(0x179)]({'smartCSR':!![],'title':B(0x15e)}),i=a65e['box']({'top':'0%','left':B(0x147),'width':B(0x13c),'height':B(0x16d),'border':{'type':'line'},'label':B(0x15b),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x156)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x141)](v=>v[C(0x131)]);i[C(0x127)](u[C(0x125)]('\x0a')),h[C(0x128)]();};h[B(0x169)](i);const k=a65e['box']({'top':B(0x16d),'left':'75%','width':'25%','height':B(0x13c),'border':{'type':B(0x162)},'label':B(0x13e),'content':B(0x139),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x169)](k);const l=t=>{const D=B;k['setContent']('Head:\x20'+(t[D(0x17a)]?t[D(0x17a)][D(0x131)]:'None')+'\x0a'+(D(0x16b)+(t['torso']?t[D(0x12c)]['name']:D(0x12f))+'\x0a')+(D(0x165)+(t['legs']?t['legs']['name']:D(0x12f))+'\x0a')+(D(0x159)+(t[D(0x14d)]?t[D(0x14d)][D(0x131)]:'None')+'\x0a')+(D(0x136)+(t[D(0x148)]?t[D(0x148)][D(0x131)]:D(0x12f))+'\x0a')+(D(0x164)+(t[D(0x145)]?t[D(0x145)]['name']:D(0x12f))+'\x0a')+(D(0x150)+(t[D(0x17d)]?t[D(0x17d)][D(0x131)]:D(0x12f))+'\x0a')+(D(0x173)+(t[D(0x178)]?t[D(0x178)][D(0x131)]:D(0x12f))+'\x0a')),h[D(0x128)]();},m=a65e['box']({'top':'70%','left':B(0x147),'width':B(0x13c),'height':'20%','border':{'type':'line'},'label':'\x20Map\x20','content':B(0x158),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x156)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x169)](m);const n=t=>{const E=B;let u=E(0x130)+t['name']+'\x0a\x0a';u+=E(0x13f),t[E(0x13b)][E(0x138)]>0x0?t[E(0x13b)][E(0x17c)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0x12b)]===RoomType[F(0x15a)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v['name'];if(v[F(0x14e)]())u+='\x20(Locked)';else v['checkIfLockable']()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x12d),m[E(0x127)](u),h[E(0x128)]();},o=a65e[B(0x144)]({'id':B(0x17b),'top':'0%','left':'0%','width':'75%','height':B(0x132),'border':{'type':B(0x162)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](B(0x129)),h[B(0x169)](o);const p=a65e[B(0x161)]({'bottom':0x0,'left':0x0,'width':'100%','height':B(0x157),'tags':!![],'border':{'type':B(0x162)},'style':{'fg':B(0x174),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x133)]([B(0x135),'C-c'],()=>process['exit'](0x0)),p[B(0x177)](),h['render']();const q=Logger[B(0x151)](e[B(0x168)],h),r=new Player({'playerName':c});q[B(0x152)](B(0x17e));const s=a65f[B(0x151)](r,d);o[B(0x127)](s[B(0x14c)]()),l(s[B(0x13a)][B(0x170)]),j(s[B(0x13a)][B(0x134)]),n(s[B(0x13a)]['currentLocation']),p[B(0x133)]([B(0x126)],async()=>{const G=B,t=p[G(0x12e)](),u=s[G(0x172)](t);(t[G(0x166)]('\x20')[0x0]==='take'||G(0x14f)||G(0x16f))&&(j(s['player']['inventory']),l(s[G(0x13a)]['equipment'])),(t[G(0x166)]('\x20')[0x0]==='go'||'lock'||G(0x167))&&n(s['player'][G(0x155)]),t['split']('\x20')[0x0]===G(0x124)&&o[G(0x127)](''),u===null&&(console['log'](G(0x160)),h[G(0x128)](),q[G(0x152)](G(0x149)),process['exit'](0x0)),o['pushLine'](u),o['scroll'](0x1),p[G(0x16c)](),p[G(0x177)](),h[G(0x128)]();});}catch(t){console[B(0x153)](t),process[B(0x16a)](0x1);}}const args=process[a65H(0x176)][a65H(0x13d)](0x2);function a65c(){const I=['inventory','escape','Arms:\x20','3874110uXNGos','size','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','player','exits','25%','slice','\x20Equipment\x20','-----\x20Exits\x20------\x0a','parse','map','3485710TBGyep','apply','box','gloves','29533KkMugG','75%','arms','<<<<<<<<---------\x20Terminating\x20game','3435435ChgdWx','(((.+)+)+)+$','getWelcomeMessage','feet','checkIfLocked','equip','Left\x20Hand:\x20','getInstance','write','log','4120728LdIPpd','currentLocation','yellow','10%','Available\x20exits\x20will\x20be\x20shown\x20here...','Feet:\x20','OUTSIDE','\x20Inventory\x20','9874164DeerCB','18EgMakJ','Side\x20Quest\x20Adventure\x20Game','toString','Thanks\x20for\x20playing!','textbox','line','474KFrTtC','Gloves:\x20','Legs:\x20','split','unlock','logFilePath','append','exit','Torso:\x20','clearValue','45%','8RnXhGr','unequip','equipment','29616ySMxQK','handleInput','Right\x20Hand:\x20','white','search','argv','focus','rightHand','screen','head','logBox','forEach','leftHand','----->>>>>>\x20Initializing\x20Game','55oudsPs','clear','join','enter','setContent','render','mousemove','89ugQytd','roomType','torso','\x0aThere\x20are\x20no\x20exits\x20here.','getValue','None','Currently\x20in:\x20','name','90%','key'];a65c=function(){return I;};return a65c();}main(args[0x0],JSON['parse'](args[0x1]),JSON[a65H(0x140)](args[0x2]));
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x187))/0x1*(-parseInt(y(0x17b))/0x2)+parseInt(y(0x192))/0x3*(parseInt(y(0x197))/0x4)+-parseInt(y(0x170))/0x5+parseInt(y(0x1c3))/0x6*(parseInt(y(0x1c4))/0x7)+parseInt(y(0x182))/0x8*(parseInt(y(0x1ad))/0x9)+-parseInt(y(0x172))/0xa*(-parseInt(y(0x1b8))/0xb)+parseInt(y(0x175))/0xc*(-parseInt(y(0x18b))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xedc30));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-0x16e;let f=c[d];return f;},a65d(a,b);}import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a65c(){const I=['Arms:\x20','legs','8wTxwdl','Gloves:\x20','logFilePath','\x20(Locked)','-----\x20Exits\x20------\x0a','OUTSIDE','key','getWelcomeMessage','Torso:\x20','write','split','gloves','getInstance','equip','\x20Inventory\x20','Thanks\x20for\x20playing!','focus','getAllItems','exits','forEach','setContent','render','947331FNGqYQ','lock','scroll','45%','Currently\x20in:\x20','\x20Game\x20Log\x20','\x20(Unlocked)','clearValue','argv','70%','75%','22YYqZHp','90%','logBox','\x20Map\x20','constructor','handleInput','leftHand','arms','name','toString','take','2406wFTZNi','2653TDCgqD','search','exit','white','pushLine','(((.+)+)+)+$','None','parse','yellow','454200SmpdZu','escape','7285750RNVKor','slice','line','38946708AIMMuA','map','\x0aThere\x20are\x20no\x20exits\x20here.','player','feet','append','6SGlTin','Left\x20Hand:\x20','removeAllListeners','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','inventory','25%','screen','72siVnZh','getOtherSide','rightHand','unlock','apply','562091lZPJbJ','enter','C-c','----->>>>>>\x20Initializing\x20Game','13PVyZod','log','Legs:\x20','box','Right\x20Hand:\x20','Your\x20items\x20will\x20be\x20listed\x20here...','currentLocation','101307GckUqy','size','Side\x20Quest\x20Adventure\x20Game'];a65c=function(){return I;};return a65c();}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x186)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x1c1)]()[A(0x1c5)](A(0x1c9))['toString']()[A(0x1bc)](g)[A(0x1c5)](A(0x1c9));});g();try{const h=a65e[B(0x181)]({'smartCSR':!![],'title':B(0x194)}),i=a65e['box']({'top':'0%','left':B(0x1b7),'width':B(0x180),'height':B(0x1b0),'border':{'type':B(0x174)},'label':B(0x1a5),'content':B(0x190),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1a8)]()[C(0x176)](v=>v[C(0x1c0)]);i['setContent'](u['join']('\x0a')),h[C(0x1ac)]();};h[B(0x17a)](i);const k=a65e[B(0x18e)]({'top':B(0x1b0),'left':'75%','width':B(0x180),'height':B(0x180),'border':{'type':B(0x174)},'label':'\x20Equipment\x20','content':B(0x17e),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x16f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k['setContent']('Head:\x20'+(t['head']?t['head'][D(0x1c0)]:'None')+'\x0a'+(D(0x19f)+(t['torso']?t['torso']['name']:D(0x1ca))+'\x0a')+(D(0x18d)+(t[D(0x196)]?t[D(0x196)][D(0x1c0)]:D(0x1ca))+'\x0a')+('Feet:\x20'+(t['feet']?t[D(0x179)][D(0x1c0)]:'None')+'\x0a')+(D(0x195)+(t[D(0x1bf)]?t[D(0x1bf)][D(0x1c0)]:D(0x1ca))+'\x0a')+(D(0x198)+(t[D(0x1a2)]?t[D(0x1a2)][D(0x1c0)]:D(0x1ca))+'\x0a')+(D(0x17c)+(t[D(0x1be)]?t[D(0x1be)][D(0x1c0)]:'None')+'\x0a')+(D(0x18f)+(t[D(0x184)]?t[D(0x184)][D(0x1c0)]:'None')+'\x0a')),h['render']();},m=a65e[B(0x18e)]({'top':B(0x1b6),'left':B(0x1b7),'width':'25%','height':'20%','border':{'type':B(0x174)},'label':B(0x1bb),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x16f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x17a)](m);const n=t=>{const E=B;let u=E(0x1b1)+t['name']+'\x0a\x0a';u+=E(0x19b),t[E(0x1a9)][E(0x193)]>0x0?t['exits'][E(0x1aa)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x183)](t);x['roomType']===RoomType[F(0x19c)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x1c0)];if(v['checkIfLocked']())u+=F(0x19a);else v['checkIfLockable']()&&(u+=F(0x1b3));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x177),m[E(0x1ab)](u),h[E(0x1ac)]();},o=a65e['box']({'id':B(0x1ba),'top':'0%','left':'0%','width':'75%','height':B(0x1b9),'border':{'type':'line'},'label':B(0x1b2),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x16f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x17d)]('mousemove'),h['append'](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':'100%','height':'10%','tags':!![],'border':{'type':B(0x174)},'style':{'fg':B(0x1c7),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x17a)](p),h[B(0x19d)]([B(0x171),B(0x189)],()=>process[B(0x1c6)](0x0)),p[B(0x1a7)](),h['render']();const q=Logger[B(0x1a3)](e[B(0x199)],h),r=new Player({'playerName':c});q['write'](B(0x18a));const s=a65f['getInstance'](r,d);o[B(0x1ab)](s[B(0x19e)]()),l(s[B(0x178)]['equipment']),j(s['player'][B(0x17f)]),n(s['player']['currentLocation']),p[B(0x19d)]([B(0x188)],async()=>{const G=B,t=p['getValue'](),u=s[G(0x1bd)](t);(t['split']('\x20')[0x0]===G(0x1c2)||G(0x1a4)||'unequip')&&(j(s[G(0x178)][G(0x17f)]),l(s[G(0x178)]['equipment'])),(t[G(0x1a1)]('\x20')[0x0]==='go'||G(0x1ae)||G(0x185))&&n(s[G(0x178)][G(0x191)]),t['split']('\x20')[0x0]==='clear'&&o[G(0x1ab)](''),u===null&&(console[G(0x18c)](G(0x1a6)),h[G(0x1ac)](),q[G(0x1a0)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x1c6)](0x0)),o[G(0x1c8)](u),o[G(0x1af)](0x1),p[G(0x1b4)](),p['focus'](),h[G(0x1ac)]();});}catch(t){console[B(0x18c)](t),process['exit'](0x1);}}const args=process[a65H(0x1b5)][a65H(0x173)](0x2);main(args[0x0],JSON[a65H(0x16e)](args[0x1]),JSON['parse'](args[0x2]));
@@ -1 +1 @@
1
- function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1a1;let f=c[d];return f;},a66d(a,b);}const a66k=a66d;function a66c(){const q=['toISOString','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','707760jRHBlv','7968360bGlIck','logBox','appendFileSync','2121240GxsgWv','instance','screen','getScrollHeight','existsSync','.maka','6IPmoJQ','render','error','setContent','2857180NIOeay','toString','ensureLogFileExists','495946NYYozP','(((.+)+)+)+$','search','659433gKZIxT','9wRzoZV','constructor','6GDvetF','children','box','hasScreen','getInstance','scrollTo','find','write','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','445284YIRHbB','options','The\x20logbox\x20','type','filePath','writeFileSync','dirname'];a66c=function(){return q;};return a66c();}(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x1ab))/0x1+-parseInt(h(0x1a8))/0x2*(parseInt(h(0x1a1))/0x3)+-parseInt(h(0x1a5))/0x4+-parseInt(h(0x1c0))/0x5*(parseInt(h(0x1ae))/0x6)+parseInt(h(0x1b7))/0x7+parseInt(h(0x1c4))/0x8+-parseInt(h(0x1ac))/0x9*(-parseInt(h(0x1c1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x69c5b));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(0x1a6)]()[i(0x1aa)](i(0x1a9))['toString']()[i(0x1ad)](a66a)[i(0x1aa)](i(0x1a9));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f['homedir']();export class Logger{static ['instance'];['filePath'];['screen'];constructor(a,b){const j=a66d;this[j(0x1bb)]=a,this[j(0x1c6)]=b,this[j(0x1a7)]();}static[a66k(0x1b2)](a=a66g['join'](homeDir,a66k(0x1c9),'side-quest.log'),b){const l=a66k;if(!Logger['instance']){if(!b)throw new Error(l(0x1b6));Logger[l(0x1c5)]=new Logger(a,b);}return Logger[l(0x1c5)];}[a66k(0x1a7)](){const m=a66k,a=a66g[m(0x1bd)](this[m(0x1bb)]);!a66e[m(0x1c8)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e[m(0x1c8)](this[m(0x1bb)])&&a66e[m(0x1bc)](this[m(0x1bb)],'');}['write'](a){const n=a66k,b=new Date()[n(0x1be)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e[n(0x1c3)](this[n(0x1bb)],c);}[a66k(0x1a3)](a){const o=a66k,b=new Date()[o(0x1be)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a66e[o(0x1c3)](this[o(0x1bb)],c);}['log'](a){const p=a66k,b=this[p(0x1c6)]?.[p(0x1af)][p(0x1b4)](c=>c[p(0x1ba)]===p(0x1b0)&&c[p(0x1b8)]['id']===p(0x1c2));b?(b[p(0x1a4)](b['content']+'\x0a'+a),b[p(0x1b3)](b[p(0x1c7)]()),this[p(0x1c6)]?.[p(0x1a2)]()):this[p(0x1a3)](p(0x1b9)+b+p(0x1bf)+this[p(0x1c6)]),this[p(0x1b5)](a);}[a66k(0x1b1)](){return!!this['screen'];}}
1
+ const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x10a))/0x1+parseInt(h(0xeb))/0x2*(parseInt(h(0xe0))/0x3)+parseInt(h(0xe2))/0x4*(parseInt(h(0x101))/0x5)+parseInt(h(0xde))/0x6+parseInt(h(0x106))/0x7*(-parseInt(h(0xe7))/0x8)+-parseInt(h(0xe9))/0x9+parseInt(h(0xf0))/0xa*(-parseInt(h(0x103))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x9f7e3));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0xfc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0xe3)](j(0x104))[j(0xe4)]()[j(0xfb)](a66a)[j(0xe3)](j(0x104));});a66a();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xdd;let f=c[d];return f;},a66d(a,b);}import a66e from'fs';function a66c(){const s=['51JsmXvy','getInstance','5203020oeufRZ','search','toString','homedir','find','2512672mxqvbJ','screen','1049616pIXSRN','.maka','14004fWwcye','content','writeFileSync','appendFileSync','mkdirSync','170ZkQQIf','filePath','options','join','write','render','[ERROR]\x20[','[INFO]\x20[','The\x20logbox\x20','scrollTo','dirname','constructor','apply','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','children','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','ensureLogFileExists','5DAnzuI','side-quest.log','136961qVpAvU','(((.+)+)+)+$','log','28ORHRzF','toISOString','instance','getScrollHeight','270754ZyNJfZ','box','existsSync','6533250EszwHX','error'];a66c=function(){return s;};return a66c();}import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0xe5)]();export class Logger{static [a66k(0x108)];['filePath'];[a66k(0xe8)];constructor(a,b){const l=a66k;this[l(0xf1)]=a,this[l(0xe8)]=b,this['ensureLogFileExists']();}static[a66k(0xe1)](a=a66g[a66k(0xf3)](homeDir,a66k(0xea),a66k(0x102)),b){const m=a66k;if(!Logger[m(0x108)]){if(!b)throw new Error(m(0xfd));Logger[m(0x108)]=new Logger(a,b);}return Logger[m(0x108)];}[a66k(0x100)](){const n=a66k,a=a66g[n(0xfa)](this[n(0xf1)]);!a66e[n(0xdd)](a)&&a66e[n(0xef)](a,{'recursive':!![]}),!a66e[n(0xdd)](this['filePath'])&&a66e[n(0xed)](this['filePath'],'');}[a66k(0xf4)](a){const o=a66k,b=new Date()[o(0x107)](),c=o(0xf7)+b+']\x20'+a+'\x0a';a66e[o(0xee)](this['filePath'],c);}[a66k(0xdf)](a){const p=a66k,b=new Date()[p(0x107)](),c=p(0xf6)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this['filePath'],c);}[a66k(0x105)](a){const q=a66k,b=this[q(0xe8)]?.[q(0xfe)][q(0xe6)](c=>c['type']===q(0x10b)&&c[q(0xf2)]['id']==='logBox');b?(b['setContent'](b[q(0xec)]+'\x0a'+a),b[q(0xf9)](b[q(0x109)]()),this[q(0xe8)]?.[q(0xf5)]()):this[q(0xdf)](q(0xf8)+b+q(0xff)+this[q(0xe8)]),this[q(0xf4)](a);}['hasScreen'](){const r=a66k;return!!this[r(0xe8)];}}
@@ -1 +1 @@
1
- const a67m=a67d;function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x16b;let f=c[d];return f;},a67d(a,b);}(function(a,b){const j=a67d,c=a();while(!![]){try{const d=-parseInt(j(0x189))/0x1*(-parseInt(j(0x180))/0x2)+parseInt(j(0x170))/0x3+-parseInt(j(0x171))/0x4*(-parseInt(j(0x17a))/0x5)+parseInt(j(0x176))/0x6*(-parseInt(j(0x17b))/0x7)+parseInt(j(0x17c))/0x8+parseInt(j(0x16b))/0x9*(parseInt(j(0x186))/0xa)+parseInt(j(0x182))/0xb*(-parseInt(j(0x16f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x33497));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x17f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x187)]()[l(0x17e)](l(0x175))[l(0x187)]()[l(0x178)](a67a)[l(0x17e)](l(0x175));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';function a67c(){const p=['(((.+)+)+)+$','187968kUIahb','create','constructor','Play\x20a\x20little\x20side-quest','27120tRBUUE','56LxUNcd','1819968AZHPfE','Commoner','search','apply','685982qhQEFl','side-quest','347545yzoMjS','join','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...','getGlobalMakaDir','15560QpxXyy','toString','url','1bSRErH','side-quest.log','resolve','ask','918IDwmzR','sideQuestAnswer','shadowrun','stringify','300aTBepK','604065waoXKf','236PqxOVV','./sideQuest/ui.js','player','Thanks\x20for\x20playing!'];a67c=function(){return p;};return a67c();}import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x188)]),__dirname=dirname(__filename);Command[a67m(0x177)]({'name':a67m(0x181),'usage':'maka\x20play:side-quest','shortDesc':a67m(0x179),'aliases':['sq'],'description':a67m(0x184),'validOpts':[a67m(0x173)]},async function(a,b){const n=a67m;try{const c=this['fsi'][n(0x185)](),d=a67e[n(0x183)](c,n(0x18a)),e=b[n(0x173)]?b[n(0x173)]:await Actions[n(0x18c)]('What\x20is\x20your\x20name?')||n(0x17d),f={...b,'logFilePath':d},g=await Actions['select']({'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','name':n(0x16c),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':n(0x16d),'value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e[n(0x18b)](__dirname,n(0x172)),e,JSON[n(0x16e)](g),JSON[n(0x16e)](f)],{'stdio':'inherit'});h['on']('exit',()=>{const o=n;Log['bright'](o(0x174));});}}catch(i){console['log'](i);}},a67f);
1
+ const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0x1c0))/0x1*(-parseInt(j(0x1b8))/0x2)+parseInt(j(0x1a1))/0x3+parseInt(j(0x1b9))/0x4+-parseInt(j(0x1bd))/0x5*(parseInt(j(0x19d))/0x6)+parseInt(j(0x1a7))/0x7+parseInt(j(0x199))/0x8+-parseInt(j(0x1ad))/0x9*(parseInt(j(0x1b4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xd05f2));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x19a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x1c2)]()['search']('(((.+)+)+)+$')[l(0x1c2)]()[l(0x19e)](a67a)[l(0x1b7)](l(0x1b6));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x199;let f=c[d];return f;},a67d(a,b);}function a67c(){const p=['127748HbZMZj','join','./sideQuest/ui.js','ask','300NpjzhM','shadowrun','url','835RleUlI','log','toString','11562640MnmLHq','apply','create','stringify','126642ECfsUq','constructor','inherit','side-quest.log','1603146JCWmhI','fsi','Play\x20a\x20little\x20side-quest','resolve','maka\x20play:side-quest','Thanks\x20for\x20playing!','8637643aezSuJ','getGlobalMakaDir','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...','bright','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','select','10323wsZnnm','dungeon','What\x20is\x20your\x20name?','node','player','sideQuestAnswer','Commoner','7390hqflro','side-quest','(((.+)+)+)+$','search','666Wkvqws'];a67c=function(){return p;};return a67c();}import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x1bf)]),__dirname=dirname(__filename);Command[a67m(0x19b)]({'name':a67m(0x1b5),'usage':a67m(0x1a5),'shortDesc':a67m(0x1a3),'aliases':['sq'],'description':a67m(0x1a9),'validOpts':[a67m(0x1b1)]},async function(a,b){const n=a67m;try{const c=this[n(0x1a2)][n(0x1a8)](),d=a67e[n(0x1ba)](c,n(0x1a0)),e=b[n(0x1b1)]?b[n(0x1b1)]:await Actions[n(0x1bc)](n(0x1af))||n(0x1b3),f={...b,'logFilePath':d},g=await Actions[n(0x1ac)]({'message':n(0x1ab),'name':n(0x1b2),'choices':[{'name':n(0x1ae),'value':dungeonConfig},{'name':n(0x1be),'value':shadowrunConfig}]});if(e&&g){const h=spawn(n(0x1b0),[a67e[n(0x1a4)](__dirname,n(0x1bb)),e,JSON['stringify'](g),JSON[n(0x19c)](f)],{'stdio':n(0x19f)});h['on']('exit',()=>{const o=n;Log[o(0x1aa)](o(0x1a6));});}}catch(i){console[n(0x1c1)](i);}},a67f);
@@ -1 +1 @@
1
- function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x85;var f=c[d];return f;},a68d(a,b);}var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x92))/0x1*(parseInt(f(0x99))/0x2)+-parseInt(f(0x97))/0x3*(parseInt(f(0x98))/0x4)+-parseInt(f(0x87))/0x5*(parseInt(f(0x88))/0x6)+parseInt(f(0x89))/0x7*(parseInt(f(0x95))/0x8)+parseInt(f(0x8e))/0x9+parseInt(f(0x8b))/0xa+-parseInt(f(0x93))/0xb*(parseInt(f(0x8f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xe77ac));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x85)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a['toString']()['search'](h(0x8c))[h(0x8d)]()[h(0x96)](a68a)['search'](h(0x8c));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x86)]({'name':a68i(0x90),'usage':a68i(0x94),'shortDesc':a68i(0x91),'validOpts':[]},async function(){var j=a68i;execSync(j(0x8a),{'stdio':'inherit'});},a68e);function a68c(){var k=['15921320NsXJOj','(((.+)+)+)+$','toString','14306445TtrzBx','7860NBmozC','snake','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','1380898zXfQju','63778CfMsfC','maka\x20game:snake','11467176msyaNM','constructor','305967KMtnmN','8dfswEs','2fbcgCw','apply','create','20IAeZQR','1569336qUhPtt','7UcfSgD','npx\x20command-line-snake'];a68c=function(){return k;};return a68c();}
1
+ var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x85))/0x1*(parseInt(f(0x84))/0x2)+parseInt(f(0x8d))/0x3*(-parseInt(f(0x90))/0x4)+parseInt(f(0x8e))/0x5+-parseInt(f(0x83))/0x6+parseInt(f(0x86))/0x7*(parseInt(f(0x8b))/0x8)+parseInt(f(0x82))/0x9*(parseInt(f(0x80))/0xa)+parseInt(f(0x8f))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x9fe15));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x89)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x8c)]()[h(0x91)](h(0x88))['toString']()['constructor'](a68a)[h(0x91)]('(((.+)+)+)+$');});a68a();import a68e from'./play.command.js';function a68c(){var k=['Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','195592hPVYlI','toString','1510017wXDJGY','3716585UBLfgE','15393081ufHdHn','8wFmUdp','search','6533390vTHQiG','npx\x20command-line-snake','9nMykoT','4003926dshNEJ','8222GTWswl','298dbNsfn','217wLKJqp','maka\x20game:snake','(((.+)+)+)+$','apply'];a68c=function(){return k;};return a68c();}import{Command}from'../../command.js';import{execSync}from'child_process';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x80;var f=c[d];return f;},a68d(a,b);}Command['create']({'name':'snake','usage':a68i(0x87),'shortDesc':a68i(0x8a),'validOpts':[]},async function(){var j=a68i;execSync(j(0x81),{'stdio':'inherit'});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x8d))/0x1+parseInt(f(0x88))/0x2+parseInt(f(0x81))/0x3*(-parseInt(f(0x7e))/0x4)+-parseInt(f(0x8c))/0x5*(parseInt(f(0x83))/0x6)+-parseInt(f(0x8a))/0x7+-parseInt(f(0x91))/0x8*(parseInt(f(0x89))/0x9)+parseInt(f(0x7d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x46901));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x87)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x8e)]()[h(0x82)]('(((.+)+)+)+$')[h(0x8e)]()[h(0x86)](a69a)[h(0x82)](h(0x90));});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-0x7d;var f=c[d];return f;},a69d(a,b);}import{execSync}from'child_process';function a69c(){var k=['apply','643406gToDks','9621WztaRL','458045AdxGAu','create','62895lrAloP','74657PFuadq','toString','tetris','(((.+)+)+)+$','2568sHQgkN','8088380XstMFN','156oapllS','npx\x20simple-tetris','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','26592wEPHcy','search','6BPEcVp','inherit','maka\x20game:tetris','constructor'];a69c=function(){return k;};return a69c();}Command[a69i(0x8b)]({'name':a69i(0x8f),'usage':a69i(0x85),'shortDesc':a69i(0x80),'validOpts':[]},async function(){var j=a69i;execSync(j(0x7f),{'stdio':j(0x84)});},a69e);
1
+ var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x80))/0x1*(-parseInt(f(0x7a))/0x2)+parseInt(f(0x77))/0x3*(-parseInt(f(0x73))/0x4)+-parseInt(f(0x79))/0x5+-parseInt(f(0x7e))/0x6+parseInt(f(0x7b))/0x7*(-parseInt(f(0x75))/0x8)+parseInt(f(0x7f))/0x9+-parseInt(f(0x7d))/0xa*(-parseInt(f(0x81))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x9a200));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var g=a69d;return a69a[g(0x78)]()['search']('(((.+)+)+)+$')['toString']()[g(0x7c)](a69a)['search']('(((.+)+)+)+$');});function a69c(){var j=['5038750PzKbuX','415222fdSTKH','119PeKDpR','constructor','451310RmrJEh','153168qgBBlY','5848290VphlDz','5HmZljN','121qlgtFc','tetris','57364SxLcYR','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','170344yynYGX','npx\x20simple-tetris','33eiXwHt','toString'];a69c=function(){return j;};return a69c();}a69a();import a69e from'./play.command.js';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x73;var f=c[d];return f;},a69d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a69h(0x82),'usage':'maka\x20game:tetris','shortDesc':a69h(0x74),'validOpts':[]},async function(){var i=a69h;execSync(i(0x76),{'stdio':'inherit'});},a69e);
@@ -1 +1 @@
1
- function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1f1;let f=c[d];return f;},a70d(a,b);}const a70h=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x204))/0x1+parseInt(f(0x200))/0x2+-parseInt(f(0x1ff))/0x3*(-parseInt(f(0x20b))/0x4)+parseInt(f(0x20c))/0x5+-parseInt(f(0x1fc))/0x6+parseInt(f(0x205))/0x7*(-parseInt(f(0x1f7))/0x8)+parseInt(f(0x208))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xd1a69));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const g=a70d;return a70a[g(0x1f3)]()[g(0x20a)](g(0x1fa))[g(0x1f3)]()[g(0x1f5)](a70a)[g(0x20a)](g(0x1fa));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70h(0x206)]({'name':a70h(0x201),'aliases':['g'],'usage':a70h(0x203),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70h(0x202),'description':a70h(0x1f6),'examples':['maka\x20generate:scaffold\x20todos',a70h(0x1fb),a70h(0x207),a70h(0x1f8),'maka\x20g:route\x20todos/edit',a70h(0x1fd),a70h(0x209)]},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a[i(0x1f2)](0x0,0x1),await a70e[i(0x1f1)](c,a,b)):a70e[i(0x1f4)](a,b);}catch(d){Log[i(0x1fe)](d),process[i(0x1f9)](0x1);}});function a70c(){const j=['constructor','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','16rJDMgq','maka\x20g:package\x20package:name','exit','(((.+)+)+)+$','maka\x20g:scaffold\x20todos','1791678IoAWix','maka\x20g:api\x20trucks','error','10896iyuJbf','809386wqqreJ','generate','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20{generate,\x20g}:<generator>\x20<name>','1309114OKMrsC','3600772JDkXOe','create','maka\x20g:template\x20todos/todo_item','12007458hSaomr','maka\x20g:dbc\x20geoserver\x20--type=pgsql','search','352cyIsQW','7183885gNcoih','processAndRunGenerator','splice','toString','invoke'];a70c=function(){return j;};return a70c();}
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x180))/0x1+-parseInt(f(0x173))/0x2*(parseInt(f(0x185))/0x3)+-parseInt(f(0x17b))/0x4*(parseInt(f(0x16f))/0x5)+-parseInt(f(0x181))/0x6*(parseInt(f(0x179))/0x7)+-parseInt(f(0x17a))/0x8*(-parseInt(f(0x176))/0x9)+parseInt(f(0x183))/0xa*(-parseInt(f(0x17e))/0xb)+parseInt(f(0x178))/0xc*(parseInt(f(0x16d))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x4a692));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x189)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a['toString']()[h(0x182)]('(((.+)+)+)+$')[h(0x17d)]()['constructor'](a70a)[h(0x182)](h(0x16c));});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-0x16b;let f=c[d];return f;},a70d(a,b);}import{Log}from'../tools/log/log.class.js';Command[a70i(0x18a)]({'name':'generate','aliases':['g'],'usage':a70i(0x174),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0x188),'description':a70i(0x177),'examples':[a70i(0x186),a70i(0x184),a70i(0x17f),a70i(0x171),a70i(0x17c),a70i(0x175),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x16e)](0x0,0x1),await a70e[j(0x170)](c,a,b)):a70e[j(0x172)](a,b);}catch(d){Log[j(0x16b)](d),process[j(0x187)](0x1);}});function a70c(){const k=['maka\x20g:scaffold\x20todos','3hnRvLw','maka\x20generate:scaffold\x20todos','exit','Scaffold\x20various\x20parts\x20of\x20your\x20application','apply','create','error','(((.+)+)+)+$','1302002nCUpoq','splice','6590ZzhaRY','processAndRunGenerator','maka\x20g:package\x20package:name','invoke','908582zBttnl','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:api\x20trucks','3418515xJlweW','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','96pSnVel','663481LWtjgB','8loIAQs','912QVdlrt','maka\x20g:route\x20todos/edit','toString','11WWldAY','maka\x20g:template\x20todos/todo_item','329862DXXDVV','18QfKsQp','search','1669990CMFghU'];a70c=function(){return k;};return a70c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x78))/0x1+parseInt(f(0x80))/0x2*(parseInt(f(0x7a))/0x3)+parseInt(f(0x76))/0x4*(parseInt(f(0x7f))/0x5)+-parseInt(f(0x74))/0x6+-parseInt(f(0x79))/0x7*(parseInt(f(0x7b))/0x8)+-parseInt(f(0x75))/0x9*(-parseInt(f(0x7e))/0xa)+parseInt(f(0x7c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xc57e8));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x73)]()['search'](h(0x77))[h(0x73)]()['constructor'](a71a)['search']('(((.+)+)+)+$');});function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x73;var f=c[d];return f;},a71d(a,b);}a71a();function a71c(){var i=['4247268gcTwiM','31221qyjnWb','4kaIuVc','(((.+)+)+)+$','816468ESCkci','25683CPORiX','909zDAaYR','3352vmUVIl','9993841iaXIDQ','apply','1670vCeaSU','6582410ChhvRd','7038hvyQjx','toString'];a71c=function(){return i;};return a71c();}import'./get.command.js';import'./global.sub.cmd.js';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(0x1dc))/0x1+parseInt(f(0x1e1))/0x2+parseInt(f(0x1d7))/0x3*(-parseInt(f(0x1e3))/0x4)+parseInt(f(0x1df))/0x5+-parseInt(f(0x1d6))/0x6+parseInt(f(0x1db))/0x7*(-parseInt(f(0x1e2))/0x8)+parseInt(f(0x1de))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xbc47f));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1da)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x1d8)]()[h(0x1d9)](h(0x1dd))[h(0x1d8)]()[h(0x1e0)](a71a)[h(0x1d9)](h(0x1dd));});a71a();import'./get.command.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1d6;var f=c[d];return f;},a71d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71c(){var i=['468924hvGJHX','(((.+)+)+)+$','17482005DWFhhu','1230680WtzeiB','constructor','92866GeIFkF','4376144DbEIcP','16jwWnLT','1864386enLegy','395979qKKHbZ','toString','search','apply','14bsMogI'];a71c=function(){return i;};return a71c();}
@@ -1 +1 @@
1
- const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x1e3))/0x1*(parseInt(f(0x1e9))/0x2)+-parseInt(f(0x1e7))/0x3+parseInt(f(0x1e0))/0x4+parseInt(f(0x1e4))/0x5+parseInt(f(0x1df))/0x6+parseInt(f(0x1e1))/0x7*(-parseInt(f(0x1ea))/0x8)+parseInt(f(0x1e2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x6df01));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x1e6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()[h(0x1de)](h(0x1dd))[h(0x1e5)]()[h(0x1db)](a72a)['search'](h(0x1dd));});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1db;let f=c[d];return f;},a72d(a,b);}import{Command}from'../../command.js';const GetCommand=Command[a72i(0x1dc)]({'name':a72i(0x1ec),'usage':a72i(0x1e8),'shortDesc':a72i(0x1eb),'validOpts':[]},async function(a){const b=a[0x0];await this['processAndRunCommand'](b);});function a72c(){const j=['113840WHBsSf','35lVuVvq','2731419gxqzHZ','38278VjEsGj','3790410hQgInU','toString','apply','968520gDUnoS','maka\x20get:<sub-command>','14KCfrLb','509624ydDvsI','Get\x20various\x20Maka\x20variables\x20and\x20configurations','get','constructor','create','(((.+)+)+)+$','search','1617438tdOVqs'];a72c=function(){return j;};return a72c();}export default GetCommand;
1
+ const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x145))/0x1*(-parseInt(f(0x150))/0x2)+-parseInt(f(0x14d))/0x3*(parseInt(f(0x143))/0x4)+parseInt(f(0x144))/0x5+-parseInt(f(0x146))/0x6+parseInt(f(0x151))/0x7+parseInt(f(0x14b))/0x8*(parseInt(f(0x147))/0x9)+-parseInt(f(0x152))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x2fd5f));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x14e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()[h(0x153)](h(0x149))[h(0x14f)]()[h(0x14c)](a72a)['search'](h(0x149));});a72a();import{Command}from'../../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x143;let f=c[d];return f;},a72d(a,b);}const GetCommand=Command['create']({'name':a72i(0x14a),'usage':'maka\x20get:<sub-command>','shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0x148)](b);});function a72c(){const k=['90kHIxCS','processAndRunCommand','(((.+)+)+)+$','get','295168GgfGIl','constructor','1083927iNAdze','apply','toString','53074dtnelp','1863617jBeeDc','3122860rTZadF','search','4czjIiE','1539180yLuDtE','1zNSHJI','281760TVuLvs'];a72c=function(){return k;};return a72c();}export default GetCommand;
@@ -1 +1 @@
1
- function a73c(){const k=['1717929syXQgC','222817TTlVSN','global-config','search','174881kqnvoz','60dpEpPj','apply','95084UkIMTU','2lUWAFg','40Oaiczz','1584018iFiPMe','(((.+)+)+)+$','getGlobalConfig','toString','error','exit','cfg','log','constructor','maka\x20get:global-config','57741yfpZHO','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','1827140BwnZCU'];a73c=function(){return k;};return a73c();}const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x134))/0x1+-parseInt(f(0x124))/0x2*(-parseInt(f(0x130))/0x3)+parseInt(f(0x123))/0x4+-parseInt(f(0x132))/0x5+-parseInt(f(0x126))/0x6+-parseInt(f(0x137))/0x7*(parseInt(f(0x125))/0x8)+parseInt(f(0x133))/0x9*(parseInt(f(0x138))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x338c5));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x122)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x129)]()[h(0x136)](h(0x127))[h(0x129)]()[h(0x12e)](a73a)[h(0x136)]('(((.+)+)+)+$');});a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x122;let f=c[d];return f;},a73d(a,b);}import a73e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a73i(0x135),'usage':a73i(0x12f),'aliases':['gc'],'shortDesc':a73i(0x131),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x12c)][j(0x128)]();console[j(0x12d)](a),process[j(0x12b)](0x0);}catch(b){console[j(0x12a)](b),process[j(0x12b)](0x0);}},a73e);
1
+ const a73h=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x16c))/0x1+parseInt(f(0x175))/0x2+parseInt(f(0x172))/0x3+parseInt(f(0x169))/0x4+-parseInt(f(0x16e))/0x5*(-parseInt(f(0x170))/0x6)+parseInt(f(0x177))/0x7+-parseInt(f(0x16f))/0x8*(parseInt(f(0x163))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x246cc));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const g=a73d;return a73a[g(0x174)]()[g(0x166)](g(0x164))[g(0x174)]()[g(0x165)](a73a)[g(0x166)](g(0x164));});function a73c(){const j=['exit','531198QBEjUS','global-config','toString','506840SyYXIK','cfg','1687973JwXLQG','27JsQgzO','(((.+)+)+)+$','constructor','search','log','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','784804CUyxul','error','maka\x20get:global-config','280126RPGrJC','create','143725bLhdmk','3046616pNdBBN','30NhgVRE'];a73c=function(){return j;};return a73c();}a73a();import a73e from'./get.command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x163;let f=c[d];return f;},a73d(a,b);}import{Command}from'../../command.js';Command[a73h(0x16d)]({'name':a73h(0x173),'usage':a73h(0x16b),'aliases':['gc'],'shortDesc':a73h(0x168),'validOpts':[]},async function(){const i=a73h;try{const a=await this[i(0x176)]['getGlobalConfig']();console[i(0x167)](a),process[i(0x171)](0x0);}catch(b){console[i(0x16a)](b),process[i(0x171)](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x87))/0x1*(-parseInt(f(0x81))/0x2)+-parseInt(f(0x80))/0x3*(parseInt(f(0x88))/0x4)+parseInt(f(0x77))/0x5*(-parseInt(f(0x74))/0x6)+-parseInt(f(0x84))/0x7*(-parseInt(f(0x89))/0x8)+-parseInt(f(0x79))/0x9+parseInt(f(0x76))/0xa+-parseInt(f(0x7f))/0xb*(-parseInt(f(0x7e))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xd4efa));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x83)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x85)]()[h(0x7c)]('(((.+)+)+)+$')['toString']()['constructor'](a74a)[h(0x7c)](h(0x78));});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x74;let f=c[d];return f;},a74d(a,b);}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';function a74c(){const k=['cfg','search','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','6222336cfRQxz','22HuoCYn','12NZOqxo','14KxNHgz','local-config','apply','56ehHGyg','toString','maka\x20get:local-config','106809EKpCZt','1246276vGQXnP','1740008iYgGxx','30uWhhxn','getMakaProjectConfig','12415360OeetId','802765XNxbZM','(((.+)+)+)+$','3147390ldULzV','create'];a74c=function(){return k;};return a74c();}Command[a74i(0x7a)]({'name':a74i(0x82),'usage':a74i(0x86),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x7d),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x7b)][j(0x75)]();console['log'](a);},a74e);
1
+ const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x153))/0x1+-parseInt(f(0x158))/0x2*(-parseInt(f(0x159))/0x3)+parseInt(f(0x15c))/0x4+parseInt(f(0x150))/0x5+parseInt(f(0x15b))/0x6+-parseInt(f(0x15e))/0x7+parseInt(f(0x152))/0x8*(parseInt(f(0x15a))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x47beb));function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x14d;let f=c[d];return f;},a74d(a,b);}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x14f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x155)]()['search'](h(0x154))[h(0x155)]()['constructor'](a74a)[h(0x15d)]('(((.+)+)+)+$');});function a74c(){const k=['1822056wtHHVE','2003832vENipR','search','3247867Vzbndf','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','getMakaProjectConfig','apply','332305xwrvYZ','log','30208ScqFEl','515020Dzxcbh','(((.+)+)+)+$','toString','maka\x20get:local-config','local-config','462MFYKKv','2913CqhXBe','423emyTlc'];a74c=function(){return k;};return a74c();}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a74i(0x157),'usage':a74i(0x156),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x14d),'validOpts':[]},async function(){const j=a74i,a=await this['cfg'][j(0x14e)]();console[j(0x151)](a);},a74e);
@@ -1 +1 @@
1
- const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x1a5))/0x1+parseInt(f(0x1ab))/0x2+parseInt(f(0x19b))/0x3*(parseInt(f(0x1ac))/0x4)+parseInt(f(0x1ad))/0x5+-parseInt(f(0x1ae))/0x6*(parseInt(f(0x1a8))/0x7)+parseInt(f(0x1af))/0x8+-parseInt(f(0x1a2))/0x9*(parseInt(f(0x1a1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x3250a));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x1b1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a['toString']()[h(0x1a3)](h(0x1b0))[h(0x19c)]()[h(0x19f)](a75a)[h(0x1a3)](h(0x1b0));});function a75c(){const k=['6hheFWE','2840184wnTjWP','(((.+)+)+)+$','apply','61695ZpzqqD','toString','whoami','maka\x20get:whoami','constructor','create','45910PqgOIy','1971fvAotd','search','cfg','209527XkGOpv','silent','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','1368654szrQfy','error','getGlobalConfig','443712BzBwtG','76BTosqk','1149500GyAHea'];a75c=function(){return k;};return a75c();}a75a();function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x19b;let f=c[d];return f;},a75d(a,b);}import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75i(0x1a0)]({'name':a75i(0x19d),'usage':a75i(0x19e),'shortDesc':a75i(0x1a7),'validOpts':[a75i(0x1a6)]},async function(){const j=a75i;try{const a=await this[j(0x1a4)][j(0x1aa)]();return a;}catch(b){Log[j(0x1a9)](b),process['exit'](0x1);}},a75e);
1
+ const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0x14e))/0x1*(parseInt(f(0x145))/0x2)+-parseInt(f(0x149))/0x3+parseInt(f(0x14c))/0x4+parseInt(f(0x144))/0x5+-parseInt(f(0x152))/0x6*(parseInt(f(0x14f))/0x7)+-parseInt(f(0x147))/0x8+parseInt(f(0x155))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xdb181));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x143)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x14b)]()[h(0x153)](h(0x14a))[h(0x14b)]()[h(0x142)](a75a)[h(0x153)](h(0x14a));});function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x142;let f=c[d];return f;},a75d(a,b);}a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';function a75c(){const k=['2369372iLsUSw','silent','1pWIOMx','917GTlSpi','cfg','create','2922KCOMjj','search','error','23947020TiFQqO','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','constructor','apply','3616740wzeUxp','2267326hvhhQb','exit','8671648jRLLea','whoami','2392938EuhuBg','(((.+)+)+)+$','toString'];a75c=function(){return k;};return a75c();}import{Log}from'../../tools/log/log.class.js';Command[a75i(0x151)]({'name':a75i(0x148),'usage':'maka\x20get:whoami','shortDesc':a75i(0x156),'validOpts':[a75i(0x14d)]},async function(){const j=a75i;try{const a=await this[j(0x150)]['getGlobalConfig']();return a;}catch(b){Log[j(0x154)](b),process[j(0x146)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x1bd))/0x1+parseInt(f(0x1ba))/0x2+-parseInt(f(0x1b9))/0x3+-parseInt(f(0x1c3))/0x4*(parseInt(f(0x1bb))/0x5)+parseInt(f(0x1c0))/0x6*(-parseInt(f(0x1c2))/0x7)+parseInt(f(0x1bf))/0x8+parseInt(f(0x1b8))/0x9*(parseInt(f(0x1bc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xa6ccc));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1b5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x1be)]()['search']('(((.+)+)+)+$')[h(0x1be)]()[h(0x1b4)](a76a)[h(0x1b6)]('(((.+)+)+)+$');});a76a();function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x1b4;var f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a76i(0x1b7),'description':a76i(0x1c4),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x1c1)},async function(){throw new UsageError();});function a76c(){var j=['538075ztssea','805270iUMjva','697915VtEUXC','toString','6879400zYscgG','1878LgukhA','Deprecated:\x20use\x20--help\x20instead','28301mYGIGH','20Muujce','Try,\x20maka\x20--help','constructor','apply','search','help','225nBwFnO','805938SMIuXW','1160414AyklZP'];a76c=function(){return j;};return a76c();}
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x1f9))/0x1+-parseInt(f(0x1f6))/0x2+-parseInt(f(0x1f5))/0x3+-parseInt(f(0x1f2))/0x4+parseInt(f(0x1f0))/0x5*(-parseInt(f(0x1fa))/0x6)+parseInt(f(0x1f4))/0x7*(-parseInt(f(0x1f7))/0x8)+parseInt(f(0x1f8))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xb30c5));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1f3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x1fb)]()['search'](h(0x1ee))['toString']()[h(0x1fe)](a76a)[h(0x1ed)](h(0x1ee));});a76a();function a76c(){var j=['search','(((.+)+)+)+$','Try,\x20maka\x20--help','1330fFTlDl','Deprecated:\x20use\x20--help\x20instead','2536408iIWecG','apply','21yKRNnO','662709EeVnOK','2798610NBNaxx','358048kenuED','30416355daZlTl','127532GrCfDu','8688ypMvYv','toString','help','create','constructor'];a76c=function(){return j;};return a76c();}import{Command}from'../command.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x1ed;var f=c[d];return f;},a76d(a,b);}import{UsageError}from'../error.js';Command[a76i(0x1fd)]({'name':a76i(0x1fc),'description':a76i(0x1ef),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x1f1)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77K=a77d;function a77c(){const P=['maka\x20install\x20meteor','data','appendFileSync','linkVersionAsCurrent','461826JaGClH','error','-rf','setx\x20PATH\x20\x22','Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.','install','Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.','Added\x20Meteor\x20path\x20to\x20','withSpinner','.bashrc','platform','.zshrc','get','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','existsSync','919660VNIVRo','extractTarGz','info','getuid','64mtudmP','grep','exit','Error\x20extracting\x20meteor.tar.gz\x20file','arch','&release=','maka\x20install\x20meteor\x20--force','Aborted','timeout','warn','toString','package-metadata','search','Aborting\x20install','osx','env','split','328075KMbAaX','\x20installed.\x0a','constructor','success','cert','replace','readFileSync','releases','slice','win32','\x20is\x20available.','maka\x20install\x20meteor\x20--set-path','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Downloading\x20Meteor\x20','homedir','packages','includes','Meteor\x20version\x20','Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.','x86_64','2GbkHfo','release','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','downloadFile','Cleaning\x20up','https://install.meteor.com','meteor.tar.gz','getGlobalConfig','length','setPath','force','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','2561856FkTGnX','(((.+)+)+)+$','arm64','apply','https://packages.meteor.com/bootstrap-link?arch=os.','\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.','3060hcifkj','getMeteorInstallPath','confirm','notice','Install\x20the\x20specified\x20version\x20of\x20meteor.','meteor','PATH','NO_NODE_WARNINGS','getInstalledMeteorVersion','Symlinking\x20is\x20only\x20permitted\x20with\x20Administrator\x20permission.\x20\x20Please\x20run\x20this\x20in\x20an\x20Admin\x20Shell.','cacert','isFile','\x20from\x20','checkAvailability','join','keepInstallFile','RELEASE=','\x5c.meteor\x5cmeteor','utf8','37649SBvzDS','2018723vsEzru','map'];a77c=function(){return P;};return a77c();}(function(a,b){const H=a77d,c=a();while(!![]){try{const d=parseInt(H(0xfe))/0x1*(-parseInt(H(0xd8))/0x2)+parseInt(H(0xeb))/0x3+-parseInt(H(0x114))/0x4+-parseInt(H(0xc4))/0x5+parseInt(H(0xe4))/0x6+-parseInt(H(0xff))/0x7+-parseInt(H(0x118))/0x8*(-parseInt(H(0x105))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x34f6c));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const I=a77d;if(c){const e=c[I(0xe7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const J=a77d;return a77a[J(0xbd)]()[J(0xbf)](J(0xe5))[J(0xbd)]()[J(0xc6)](a77a)['search']('(((.+)+)+)+$');});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77K(0xd2)]();function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xbd;let f=c[d];return f;},a77d(a,b);}function isRoot(){const L=a77K;return process[L(0x117)]&&process[L(0x117)]()===0x0;}function compareVersions(a,b){const M=a77K,c=a['split']('.')[M(0x100)](Number),d=b[M(0xc3)]('.')[M(0x100)](Number);for(let e=0x0;e<Math['max'](c['length'],d['length']);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command['create']({'name':a77K(0x10a),'aliases':['i'],'validOpts':[{'name':a77K(0xe2),'boolFlag':!![],'description':a77K(0xea)},{'name':'release','description':a77K(0xef)},{'name':a77K(0xf5),'description':a77K(0x109)},{'name':a77K(0xfa),'boolFlag':!![],'description':a77K(0x10b)},{'name':'timeout','description':a77K(0xd6)},{'name':a77K(0xe1),'boolFlag':!![],'description':'Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.'}],'validArgs':[a77K(0xf0)],'minArgLength':0x1,'usage':a77K(0x101),'shortDesc':'Maka\x27s\x20Installer\x20for\x20Meteor.','examples':[a77K(0x101),a77K(0x11e),'maka\x20install\x20meteor\x20--release\x203.0.1',a77K(0xcf)]},async function(a,b){const N=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b[N(0xe1)]&&(updatePath(),Log[N(0xc7)]('Meteor\x20path\x20updated.'),process[N(0x11a)](0x0));let g='';if(b['cacert']){if(f[N(0xf6)](b['cacert']))Log[N(0xee)]('Using\x20CA\x20Cert\x20'+b['cacert']),g=b[N(0xf5)];else throw N(0xda)+g;}const h=await d[N(0xdf)]();if(h[N(0xc8)]){if(f[N(0xf6)](h[N(0xc8)]))g=h[N(0xc8)];else throw N(0xd0)+g;}let i=![];if(b['f']||b[N(0xe2)])i=!![];else{const t=isRoot();t?(Log['warn']('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),i=await Actions[N(0xed)]('Proceed\x20anyway?',![])):i=!![];}if(!i)throw N(0x11f);const j=await HTTPS[N(0x111)]({'url':N(0xdd),'cert':g}),k=f[N(0x119)](j[N(0x102)],N(0xfb));if(k[N(0xe0)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process[N(0xc2)][N(0xf2)]='1';const l=k[0x0]['replace'](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''),m='3.3';let n;b[N(0xd9)]?n=b[N(0xd9)]:compareVersions(l,m)<0x0?n=m:n=l;Log['notice']('Preparing\x20to\x20install\x20Meteor\x20'+n);const o={'win32':'windows','darwin':N(0xc1),'linux':'linux'};let p=N(0xe8)+o[a77e[N(0x10f)]()]+'.'+(a77e['arch']()===N(0xe6)?N(0xe6):N(0xd7))+N(0x11d)+n,q=await HTTPS[N(0xf8)]({'url':p,'cert':g});n=n[N(0xbd)]();n==='3'&&(n='3.0');if(!q&&n[N(0xd4)]('-')){const u=n[N(0xc3)]('-'),v=u[0x0],w=u[N(0xcc)](0x1)[N(0xf9)]('-'),x=v[N(0xc9)](/\.0+$/,'');Log[N(0x121)](N(0xd5)+n+'\x20is\x20not\x20available,\x20trying\x20'+x+'-'+w);const y=N(0xe8)+o[a77e['platform']()]+'.'+(a77e[N(0x11c)]()===N(0xe6)?N(0xe6):N(0xd7))+'&release='+x+'-'+w;q=await HTTPS[N(0xf8)]({'url':y,'cert':g}),q&&(n=x+'-'+w,p=y);}!q?(Log[N(0x106)](N(0xd5)+n+'\x20is\x20not\x20available.'),process[N(0x11a)](0x0)):Log[N(0xee)](N(0xd5)+n+N(0xce));const r=f[N(0xec)](),s=c[N(0xf3)](n);if(a77g[N(0x113)](s)){let z=![];b['f']||b[N(0xe2)]?z=!![]:z=await Actions[N(0xed)]('Meteor\x20is\x20'+n+N(0xe9),![]),z?(await SpawnAsync[N(0x10d)]('rm',['-rf',a77f[N(0xf9)](r,N(0xd3))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(packages)'}),await SpawnAsync['withSpinner']('rm',[N(0x107),a77f['join'](r,N(0xbe))],{'message':N(0x112)}),await SpawnAsync[N(0x10d)]('rm',[N(0x107),a77f[N(0xf9)](r,N(0xf0))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log[N(0x116)]('Aborting\x20install'),process[N(0x11a)](0x0));}try{const A=process[N(0x10f)]===N(0xcd);if(A){let B=await Actions[N(0xed)](N(0xf4),![]);!B&&(Log[N(0x116)](N(0xc0)),process['exit'](0x0));}Log[N(0xee)](N(0xd1)+n+N(0xf7)+p),await HTTPS[N(0xdb)]({'url':p,'destPath':a77f[N(0xf9)](homeDir,N(0xde)),'cert':g,'timeout':b['timeout']?parseInt(b[N(0x120)])*0x3e8:0x493e0});try{const C=a77f[N(0xf9)](homeDir,'meteor.tar.gz'),D=a77f[N(0xf9)](homeDir,'.meteor',N(0xcb),n);a77g['mkdirSync'](D,{'recursive':!![]}),await f[N(0x115)](C,D);}catch(E){console['log'](E),Log['error'](N(0x11b));}updatePath();}catch(F){console['error'](F),process['exit'](0x1);}finally{!b[N(0xfa)]&&await SpawnAsync[N(0x10d)]('rm',[N(0x107),a77f[N(0xf9)](homeDir,'meteor.tar.gz')],{'message':N(0xdc)});}c[N(0x104)](n),Log['success'](N(0xd5)+n+N(0xc5)),process[N(0x11a)](0x0);}catch(G){console['error'](G),process['exit'](0x1);}});function updatePath(){const O=a77K;if(a77e[O(0x10f)]()===O(0xcd)){const a=process[O(0xc2)][O(0xf1)]||'',b=homeDir+O(0xfc);!a['includes'](b)&&(execSync(O(0x108)+a+';'+b+'\x22'),Log[O(0xee)]('Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.'),Log[O(0xee)](O(0xe3)));}else{const c=a77f[O(0xf9)](homeDir,O(0x110)),d=a77f[O(0xf9)](homeDir,O(0x10e)),e='export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22',f=a77g['existsSync'](c)?a77g['readFileSync'](c,O(0xfd)):'';!f[O(0xd4)](e)&&(a77g[O(0x103)](c,'\x0a'+e+'\x0a'),Log['notice'](O(0x10c)+c));const g=a77g[O(0x113)](d)?a77g[O(0xca)](d,O(0xfd)):'';!g[O(0xd4)](e)&&(a77g[O(0x103)](d,'\x0a'+e+'\x0a'),Log[O(0xee)](O(0x10c)+d));}}
1
+ const a77K=a77d;(function(a,b){const H=a77d,c=a();while(!![]){try{const d=parseInt(H(0xf1))/0x1+-parseInt(H(0xd3))/0x2*(parseInt(H(0xb4))/0x3)+parseInt(H(0xbb))/0x4+parseInt(H(0x10b))/0x5*(parseInt(H(0xec))/0x6)+parseInt(H(0x103))/0x7+parseInt(H(0xfd))/0x8+-parseInt(H(0xbd))/0x9*(parseInt(H(0xbc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xa31c2));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const I=a77d;if(c){const e=c[I(0x11a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const J=a77d;return a77a[J(0xb5)]()[J(0x11c)](J(0xc3))[J(0xb5)]()['constructor'](a77a)[J(0x11c)]('(((.+)+)+)+$');});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xb3;let f=c[d];return f;},a77d(a,b);}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77K(0x102)]();function isRoot(){const L=a77K;return process[L(0xf4)]&&process[L(0xf4)]()===0x0;}function compareVersions(a,b){const M=a77K,c=a[M(0x11d)]('.')[M(0xca)](Number),d=b['split']('.')[M(0xca)](Number);for(let e=0x0;e<Math[M(0xda)](c[M(0xcd)],d[M(0xcd)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77K(0x112)]({'name':a77K(0xc5),'aliases':['i'],'validOpts':[{'name':a77K(0x11b),'boolFlag':!![],'description':'Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.'},{'name':a77K(0xeb),'description':a77K(0x10d)},{'name':'cacert','description':'Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.'},{'name':a77K(0x117),'boolFlag':!![],'description':a77K(0xff)},{'name':a77K(0xf7),'description':a77K(0xfc)},{'name':'setPath','boolFlag':!![],'description':a77K(0x10e)}],'validArgs':[a77K(0xf0)],'minArgLength':0x1,'usage':a77K(0x100),'shortDesc':a77K(0x114),'examples':[a77K(0x100),a77K(0xcf),'maka\x20install\x20meteor\x20--release\x203.0.1',a77K(0xe5)]},async function(a,b){const N=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b[N(0xed)]&&(updatePath(),Log[N(0xe1)]('Meteor\x20path\x20updated.'),process[N(0xdc)](0x0));let g='';if(b[N(0xdb)]){if(f[N(0xd2)](b['cacert']))Log[N(0x104)]('Using\x20CA\x20Cert\x20'+b[N(0xdb)]),g=b['cacert'];else throw N(0xe9)+g;}const h=await d['getGlobalConfig']();if(h[N(0xfb)]){if(f[N(0xd2)](h['cert']))g=h[N(0xfb)];else throw N(0xe7)+g;}let i=![];if(b['f']||b[N(0x11b)])i=!![];else{const t=isRoot();t?(Log[N(0xc6)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),i=await Actions[N(0x106)](N(0xf2),![])):i=!![];}if(!i)throw N(0xc0);const j=await HTTPS[N(0x10f)]({'url':N(0xba),'cert':g}),k=f[N(0xd8)](j[N(0xe4)],'RELEASE=');if(k[N(0xcd)]===0x0)throw N(0xce);process[N(0xb6)][N(0x119)]='1';const l=k[0x0][N(0x109)](/[^0-9.]/gi,'')[N(0x109)](/\r?\n|\r/,''),m=N(0xe0);let n;b[N(0xeb)]?n=b[N(0xeb)]:compareVersions(l,m)<0x0?n=m:n=l;Log[N(0x104)](N(0x105)+n);const o={'win32':N(0xf6),'darwin':N(0xcc),'linux':N(0xe3)};let p=N(0x113)+o[a77e[N(0xbf)]()]+'.'+(a77e[N(0xf3)]()===N(0x107)?N(0x107):N(0xdf))+N(0xd1)+n,q=await HTTPS[N(0xfa)]({'url':p,'cert':g});n=n[N(0xb5)]();n==='3'&&(n=N(0xd5));if(!q&&n[N(0xc8)]('-')){const u=n['split']('-'),v=u[0x0],w=u[N(0x108)](0x1)['join']('-'),x=v[N(0x109)](/\.0+$/,'');Log[N(0xc6)]('Meteor\x20version\x20'+n+N(0xcb)+x+'-'+w);const y=N(0x113)+o[a77e[N(0xbf)]()]+'.'+(a77e[N(0xf3)]()===N(0x107)?N(0x107):N(0xdf))+'&release='+x+'-'+w;q=await HTTPS[N(0xfa)]({'url':y,'cert':g}),q&&(n=x+'-'+w,p=y);}!q?(Log['error'](N(0xc9)+n+'\x20is\x20not\x20available.'),process[N(0xdc)](0x0)):Log[N(0x104)](N(0xc9)+n+N(0xd0));const r=f['getMeteorInstallPath'](),s=c['getInstalledMeteorVersion'](n);if(a77g['existsSync'](s)){let z=![];b['f']||b[N(0x11b)]?z=!![]:z=await Actions[N(0x106)](N(0xef)+n+N(0x118),![]),z?(await SpawnAsync[N(0xf5)]('rm',[N(0xc1),a77f[N(0xc2)](r,N(0xd4))],{'message':N(0xd9)}),await SpawnAsync['withSpinner']('rm',['-rf',a77f['join'](r,N(0x10c))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync[N(0xf5)]('rm',['-rf',a77f[N(0xc2)](r,N(0xf0))],{'message':N(0xd6)})):(Log[N(0xb3)](N(0xf8)),process[N(0xdc)](0x0));}try{const A=process['platform']===N(0xbe);if(A){let B=await Actions['confirm']('Symlinking\x20is\x20only\x20permitted\x20with\x20Administrator\x20permission.\x20\x20Please\x20run\x20this\x20in\x20an\x20Admin\x20Shell.',![]);!B&&(Log['info'](N(0xf8)),process['exit'](0x0));}Log[N(0x104)](N(0x11f)+n+N(0xdd)+p),await HTTPS['downloadFile']({'url':p,'destPath':a77f['join'](homeDir,N(0xee)),'cert':g,'timeout':b[N(0xf7)]?parseInt(b['timeout'])*0x3e8:0x493e0});try{const C=a77f[N(0xc2)](homeDir,N(0xee)),D=a77f[N(0xc2)](homeDir,'.meteor',N(0xc4),n);a77g[N(0x111)](D,{'recursive':!![]}),await f['extractTarGz'](C,D);}catch(E){console['log'](E),Log[N(0x110)](N(0xd7));}updatePath();}catch(F){console[N(0x110)](F),process[N(0xdc)](0x1);}finally{!b['keepInstallFile']&&await SpawnAsync[N(0xf5)]('rm',[N(0xc1),a77f['join'](homeDir,N(0xee))],{'message':N(0xe6)});}c[N(0xb9)](n),Log[N(0xe1)](N(0xc9)+n+N(0xf9)),process[N(0xdc)](0x0);}catch(G){console[N(0x110)](G),process[N(0xdc)](0x1);}});function a77c(){const P=['env','appendFileSync','\x5c.meteor\x5cmeteor','linkVersionAsCurrent','https://install.meteor.com','2547220juENWP','14930kplgaQ','21933RMtORI','win32','platform','Aborted','-rf','join','(((.+)+)+)+$','releases','install','warn','Added\x20Meteor\x20path\x20to\x20','includes','Meteor\x20version\x20','map','\x20is\x20not\x20available,\x20trying\x20','osx','length','Network\x20error,\x20please\x20try\x20again.','maka\x20install\x20meteor\x20--force','\x20is\x20available.','&release=','isFile','6tJiXoj','packages','3.0','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','Error\x20extracting\x20meteor.tar.gz\x20file','grep','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','max','cacert','exit','\x20from\x20','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','x86_64','3.3','success','utf8','linux','data','maka\x20install\x20meteor\x20--set-path','Cleaning\x20up','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','.bashrc','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','readFileSync','release','6665364emkIau','setPath','meteor.tar.gz','Meteor\x20is\x20','meteor','852403HcrOGd','Proceed\x20anyway?','arch','getuid','withSpinner','windows','timeout','Aborting\x20install','\x20installed.\x0a','checkAvailability','cert','Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.','7738600njFjAb','PATH','Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.','maka\x20install\x20meteor','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','homedir','6417698nOAlsr','notice','Preparing\x20to\x20install\x20Meteor\x20','confirm','arm64','slice','replace','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','5pfabbC','package-metadata','Install\x20the\x20specified\x20version\x20of\x20meteor.','Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.','get','error','mkdirSync','create','https://packages.meteor.com/bootstrap-link?arch=os.','Maka\x27s\x20Installer\x20for\x20Meteor.','setx\x20PATH\x20\x22','existsSync','keepInstallFile','\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','NO_NODE_WARNINGS','apply','force','search','split','.zshrc','Downloading\x20Meteor\x20','info','177702TfxxZo','toString'];a77c=function(){return P;};return a77c();}function updatePath(){const O=a77K;if(a77e[O(0xbf)]()===O(0xbe)){const a=process[O(0xb6)][O(0xfe)]||'',b=homeDir+O(0xb8);!a[O(0xc8)](b)&&(execSync(O(0x115)+a+';'+b+'\x22'),Log[O(0x104)](O(0x10a)),Log[O(0x104)](O(0xde)));}else{const c=a77f[O(0xc2)](homeDir,O(0x11e)),d=a77f[O(0xc2)](homeDir,O(0xe8)),e=O(0x101),f=a77g[O(0x116)](c)?a77g['readFileSync'](c,O(0xe2)):'';!f[O(0xc8)](e)&&(a77g[O(0xb7)](c,'\x0a'+e+'\x0a'),Log[O(0x104)](O(0xc7)+c));const g=a77g[O(0x116)](d)?a77g[O(0xea)](d,O(0xe2)):'';!g[O(0xc8)](e)&&(a77g[O(0xb7)](d,'\x0a'+e+'\x0a'),Log[O(0x104)]('Added\x20Meteor\x20path\x20to\x20'+d));}}
@@ -1 +1 @@
1
- const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0x115))/0x1*(-parseInt(i(0x12c))/0x2)+-parseInt(i(0x122))/0x3+parseInt(i(0x123))/0x4*(-parseInt(i(0x126))/0x5)+parseInt(i(0x127))/0x6*(-parseInt(i(0x119))/0x7)+parseInt(i(0x11a))/0x8+parseInt(i(0x11f))/0x9+parseInt(i(0x121))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xd1f57));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x11e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x134)]()[k(0x12d)](k(0x129))['toString']()[k(0x10d)](a78a)[k(0x12d)](k(0x129));});function a78c(){const n=['Running\x20','constructor','\x20-r\x20app','utf-8','isFile','app/private','.+\x5c.(j|t)s(doc|x)?$','\x20-d\x20','sep','1jLypeF','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','error','notice','3900169Fiubki','8317608mNGRQF','join','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','maka\x20jsdoc\x20--init','apply','1079451aAVwly','plugins/markdown','26469570jouGFA','2580369PSbVCt','6744dAppAo','docs','fsi','2970hkTRNd','12JRIadz','inherit','(((.+)+)+)+$','findAppDirectory','writeFileSync','58670oVezec','search','withSpinner','app/packages','create','maka\x20jsdoc','jsdoc','app/public','toString'];a78c=function(){return n;};return a78c();}a78a();import a78e from'path';import a78f from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x10d;let f=c[d];return f;},a78d(a,b);}import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0x130)]({'name':'jsdoc','usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a78l(0x116),'examples':[a78l(0x11d),a78l(0x131)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x11b)](this['fsi'][m(0x12a)](),m(0x124)+a78e[m(0x114)]),b=a78e[m(0x11b)](this[m(0x125)][m(0x12a)](),'config','jsdoc-config.json'),c=m(0x132);if(!this['fsi'][m(0x110)](b)){const f={'plugins':[m(0x120)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x132),'closure']},'source':{'includePattern':m(0x112),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[m(0x12f),'app/node_modules',m(0x133),m(0x111)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x10f)}};a78f[m(0x12b)](b,JSON['stringify'](f,null,0x4));}const d=Log[m(0x12e)](m(0x135)+c);try{const g=c+'\x20-c\x20'+b+m(0x10e)+a78e[m(0x114)]+m(0x113)+a;execSync(g,{'stdio':m(0x128)}),Log[m(0x118)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(h){Log['error'](h),Log[m(0x117)](m(0x11c));}finally{d['stop']();}});
1
+ function a78c(){const n=['\x20-d\x20','1504804QeQDKs','plugins/markdown','search','fsi','stop','288616vNJIuH','config','stringify','writeFileSync','closure','notice','app/packages','maka\x20jsdoc','withSpinner','create','findAppDirectory','error','isFile','642902ufURYS','jsdoc','6kXLqxP','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','maka\x20jsdoc\x20--init','1670ycoScp','193468kjxKkC','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','\x0a[+]\x20Documentation\x20written\x20to\x20','1508630ZGBtte','21EjpJdC','app/private','22329IkuRXp','toString','.+\x5c.(j|t)s(doc|x)?$','179533RGWHKg','apply','sep','app/public','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','jsdoc-config.json','(((.+)+)+)+$'];a78c=function(){return n;};return a78c();}const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0x8a))/0x1+parseInt(i(0x7b))/0x2+-parseInt(i(0x85))/0x3*(-parseInt(i(0x81))/0x4)+parseInt(i(0x84))/0x5+-parseInt(i(0x7d))/0x6*(parseInt(i(0x92))/0x7)+parseInt(i(0x97))/0x8+parseInt(i(0x87))/0x9*(-parseInt(i(0x80))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x2e23f));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x8b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x88)]()[k(0x94)](k(0x90))[k(0x88)]()['constructor'](a78a)[k(0x94)](k(0x90));});a78a();import a78e from'path';import a78f from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x70;let f=c[d];return f;},a78d(a,b);}import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0x77)]({'name':a78l(0x7c),'usage':a78l(0x75),'mustBeInMakaProject':!![],'shortDesc':a78l(0x7e),'examples':[a78l(0x7f),'maka\x20jsdoc'],'validOpts':[]},function(){const m=a78l,a=a78e['join'](this['fsi'][m(0x78)](),'docs'+a78e['sep']),b=a78e['join'](this['fsi'][m(0x78)](),m(0x98),m(0x8f)),c=m(0x7c);if(!this[m(0x95)][m(0x7a)](b)){const f={'plugins':[m(0x93)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x7c),m(0x72)]},'source':{'includePattern':m(0x89),'excludePattern':m(0x8e),'exclude':[m(0x74),'app/node_modules',m(0x8d),m(0x86)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[m(0x71)](b,JSON[m(0x70)](f,null,0x4));}const d=Log[m(0x76)]('Running\x20'+c);try{const g=c+'\x20-c\x20'+b+'\x20-r\x20app'+a78e[m(0x8c)]+m(0x91)+a;execSync(g,{'stdio':'inherit'}),Log[m(0x73)](m(0x83)+a);}catch(h){Log[m(0x79)](h),Log['error'](m(0x82));}finally{d[m(0x96)]();}});