@maka/maka-cli 5.0.19 → 5.0.21

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 (168) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/profile.js +1 -1
  87. package/bundle/obf/src/commands/proxy.js +1 -1
  88. package/bundle/obf/src/commands/reconfig.js +1 -1
  89. package/bundle/obf/src/commands/register.js +1 -1
  90. package/bundle/obf/src/commands/run/_index.js +1 -1
  91. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/run/run.command.js +1 -1
  93. package/bundle/obf/src/commands/set/_index.js +1 -1
  94. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  95. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/set.command.js +1 -1
  97. package/bundle/obf/src/commands/ssh.js +1 -1
  98. package/bundle/obf/src/commands/ssl.js +1 -1
  99. package/bundle/obf/src/commands/test.js +1 -1
  100. package/bundle/obf/src/commands/undo.js +1 -1
  101. package/bundle/obf/src/commands/version.js +1 -1
  102. package/bundle/obf/src/error.js +1 -1
  103. package/bundle/obf/src/exec.js +1 -1
  104. package/bundle/obf/src/generator.js +1 -1
  105. package/bundle/obf/src/generators/_index.js +1 -1
  106. package/bundle/obf/src/generators/api.js +1 -1
  107. package/bundle/obf/src/generators/aws/_index.js +1 -1
  108. package/bundle/obf/src/generators/aws/aws.js +1 -1
  109. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  110. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  111. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  112. package/bundle/obf/src/generators/collection.js +1 -1
  113. package/bundle/obf/src/generators/component.js +1 -1
  114. package/bundle/obf/src/generators/config.js +1 -1
  115. package/bundle/obf/src/generators/dbc.js +1 -1
  116. package/bundle/obf/src/generators/dockerfile.js +1 -1
  117. package/bundle/obf/src/generators/hook.js +1 -1
  118. package/bundle/obf/src/generators/kits/_index.js +1 -1
  119. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  121. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  123. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  125. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/kit.js +1 -1
  127. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  131. package/bundle/obf/src/generators/layout.js +1 -1
  132. package/bundle/obf/src/generators/maka.gen.js +1 -1
  133. package/bundle/obf/src/generators/methods.js +1 -1
  134. package/bundle/obf/src/generators/package.js +1 -1
  135. package/bundle/obf/src/generators/page.js +1 -1
  136. package/bundle/obf/src/generators/publish.js +1 -1
  137. package/bundle/obf/src/generators/route.js +1 -1
  138. package/bundle/obf/src/generators/service.js +1 -1
  139. package/bundle/obf/src/generators/services/_index.js +1 -1
  140. package/bundle/obf/src/generators/services/openssl.js +1 -1
  141. package/bundle/obf/src/generators/services/translation.js +1 -1
  142. package/bundle/obf/src/maka.js +1 -1
  143. package/bundle/obf/src/templates/meteor/api/api.js +2 -2
  144. package/bundle/obf/src/templates/meteor/api/api.js.ts +2 -2
  145. package/bundle/obf/src/tool.js +1 -1
  146. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  147. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  148. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  149. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  150. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  151. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  152. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  153. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  154. package/bundle/obf/src/tools/https/https.class.js +1 -1
  155. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  156. package/bundle/obf/src/tools/log/log.class.js +1 -1
  157. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  158. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  159. package/bundle/obf/src/tools/options/options.class.js +1 -1
  160. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  161. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  162. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  163. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  164. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  165. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  166. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  167. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  168. 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(0x104))/0x1*(parseInt(f(0xf7))/0x2)+parseInt(f(0xf0))/0x3+parseInt(f(0x11a))/0x4*(parseInt(f(0x100))/0x5)+-parseInt(f(0x115))/0x6+-parseInt(f(0xf6))/0x7*(-parseInt(f(0x10a))/0x8)+parseInt(f(0xf8))/0x9+-parseInt(f(0x11e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x516ee));function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xef;var f=c[d];return f;},a58d(a,b);}var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x109)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x112)]()[h(0xef)](h(0xfa))[h(0x112)]()[h(0x123)](a58a)[h(0xef)](h(0xfa));});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(0xfc)],'shape':Shape[i(0x120)],'color':Color[i(0x10e)],'texture':Texture[i(0xf4)],'rating':Rating['Common'],'weight':0x1});}[a58j(0x124)](){var k=a58j;return this[k(0x116)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x106)],'category':Category[l(0x102)],'shape':Shape[l(0x121)],'color':Color['Grey'],'texture':Texture[l(0x10f)],'rating':Rating[l(0xff)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x113)],'category':Category[m(0x102)],'shape':Shape[m(0x10b)],'color':Color['Brown'],'texture':Texture[m(0x10f)],'rating':Rating[m(0x119)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x106)],'category':Category[n(0xf9)],'shape':Shape[n(0x103)],'color':Color[n(0x126)],'texture':Texture['Metallic'],'rating':Rating[n(0xff)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x113)],'category':Category[o(0x105)],'shape':Shape[o(0x120)],'color':Color[o(0x126)],'texture':Texture[o(0x10f)],'rating':Rating[o(0xff)],'weight':0xa});}}function a58c(){var C=['Book','Grey','search','221574lZIkLB','Brown','publishDate','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Smooth','Gloves','42fDcYBW','4lNCbMt','1798263TOQTDy','Helmet','(((.+)+)+)+$','Holy\x20Grail','Unknown','Short\x20Sword','Sniper\x20Rifle','Common','824715FbkavB','Legendary','Weapon','Circle','203663tdKpqo','BodyArmor','Medium','pageCount','You\x20hold\x20the\x20','apply','415336mqFmYc','Rifle','ArmArmor','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Yellow','Metallic','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','LegArmor','toString','Large','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','892686rymLlY','description','Key','Tiny','Rare','12ymWvaF','A\x20mysterious\x20book.','Cup','author','10049910BiQSar','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Rectangle','Blade','Small','constructor','use'];a58c=function(){return C;};return a58c();}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[p(0x111)],'shape':Shape[p(0x120)],'color':Color[p(0x126)],'texture':Texture['Metallic'],'rating':Rating[p(0xff)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x106)],'category':Category['Boots'],'shape':Shape[q(0x103)],'color':Color[q(0xf1)],'texture':Texture['Smooth'],'rating':Rating[q(0xff)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x122)],'category':Category[r(0xf5)],'shape':Shape[r(0x103)],'color':Color[r(0xf1)],'texture':Texture[r(0xf4)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x106)],'category':Category[s(0x10c)],'shape':Shape[s(0x120)],'color':Color[s(0x126)],'texture':Texture['Metallic'],'rating':Rating[s(0xff)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size[t(0x118)],'category':Category[t(0x117)],'shape':Shape['Rectangle'],'color':Color['Yellow'],'texture':Texture['Smooth'],'rating':Rating[t(0xff)],'weight':0x0});}[a58j(0x124)](){var u=a58j;return u(0x10d);}}export class Weapon extends Item{constructor(a,b){var v=a58j;super({'name':a,'description':b,'size':Size[v(0x106)],'category':Category[v(0x102)],'shape':Shape[v(0x121)],'color':Color[v(0x126)],'texture':Texture[v(0x10f)],'rating':Rating[v(0xff)],'weight':0x3});}[a58j(0x124)](){var w=a58j;return w(0xf3);}}export class Book extends Item{[a58j(0x11d)];[a58j(0xf2)];[a58j(0x107)];constructor(a,b=a58j(0x11b),c='Unknown\x20Author'){var x=a58j;super({'name':a,'description':b,'size':Size[x(0x106)],'category':Category[x(0x125)],'shape':Shape[x(0x120)],'color':Color[x(0xf1)],'texture':Texture[x(0xf4)],'rating':Rating[x(0xff)],'weight':0x1}),this[x(0x11d)]=c,this[x(0xf2)]=new Date(),this[x(0x107)]=0x64;}['use'](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var y=a58j;super({'name':y(0xfd),'description':y(0x114),'size':Size['Medium'],'category':Category[y(0x102)],'shape':Shape[y(0x121)],'color':Color[y(0x126)],'texture':Texture[y(0x10f)],'rating':Rating[y(0xff)],'weight':0x3});}[a58j(0x124)](){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(0xfe),'description':z(0x11f),'size':Size[z(0x113)],'category':Category[z(0x102)],'shape':Shape[z(0x10b)],'color':Color[z(0xf1)],'texture':Texture[z(0xf4)],'rating':Rating[z(0xff)],'weight':0x5});}['use'](){return'You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22';}}export class HolyGrail extends Item{constructor(){var A=a58j;super({'name':A(0xfb),'description':A(0x110),'size':Size['Small'],'category':Category[A(0x11c)],'shape':Shape['Circle'],'color':Color['Gold'],'texture':Texture[A(0x10f)],'rating':Rating[A(0x101)],'weight':0x1});}[a58j(0x124)](){var B=a58j;return B(0x108)+this['name']+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
1
+ function a58c(){var C=['1095912CwNXhl','constructor','1955100PHvFlU','Circle','Weapon','LegArmor','author','Holy\x20Grail','Short\x20Sword','160oSPTRH','Unknown','Small','33JGrlUZ','Common','Gold','BodyArmor','Rare','search','pageCount','Sniper\x20Rifle','Blade','153HxYcNy','2984506UPUJlR','apply','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Grey','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Unknown\x20Author','Medium','Legendary','33873lBctgc','Tiny','Metallic','use','30gjYxWk','5813270NtQpyb','Gloves','Rectangle','description','Brown','Smooth','toString','Rifle','publishDate','Boots','28184mIASsS','\x20aloft,\x20feeling\x20its\x20immense\x20power.','2672FHpRYp','Large','Helmet'];a58c=function(){return C;};return a58c();}var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x15f))/0x1*(parseInt(f(0x163))/0x2)+-parseInt(f(0x143))/0x3+parseInt(f(0x13e))/0x4*(parseInt(f(0x14a))/0x5)+parseInt(f(0x141))/0x6+-parseInt(f(0x157))/0x7+parseInt(f(0x13c))/0x8*(parseInt(f(0x156))/0x9)+parseInt(f(0x132))/0xa*(parseInt(f(0x14d))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x66f73));function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x132;var f=c[d];return f;},a58d(a,b);}var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x158)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x138)]()[h(0x152)]('(((.+)+)+)+$')[h(0x138)]()[h(0x142)](a58a)['search']('(((.+)+)+)+$');});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(0x14b)],'shape':Shape[i(0x134)],'color':Color['Yellow'],'texture':Texture[i(0x137)],'rating':Rating[i(0x14e)],'weight':0x1});}[a58j(0x162)](){var k=a58j;return this[k(0x135)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x15d)],'category':Category[l(0x145)],'shape':Shape['Blade'],'color':Color['Grey'],'texture':Texture[l(0x161)],'rating':Rating[l(0x14e)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x13f)],'category':Category[m(0x145)],'shape':Shape[m(0x139)],'color':Color[m(0x136)],'texture':Texture[m(0x161)],'rating':Rating[m(0x151)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x15d)],'category':Category[n(0x140)],'shape':Shape[n(0x144)],'color':Color[n(0x15a)],'texture':Texture[n(0x161)],'rating':Rating['Common'],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x13f)],'category':Category[o(0x150)],'shape':Shape[o(0x134)],'color':Color[o(0x15a)],'texture':Texture[o(0x161)],'rating':Rating[o(0x14e)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x15d)],'category':Category[p(0x146)],'shape':Shape[p(0x134)],'color':Color[p(0x15a)],'texture':Texture[p(0x161)],'rating':Rating[p(0x14e)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x15d)],'category':Category[q(0x13b)],'shape':Shape[q(0x144)],'color':Color[q(0x136)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x14c)],'category':Category[r(0x133)],'shape':Shape[r(0x144)],'color':Color[r(0x136)],'texture':Texture[r(0x137)],'rating':Rating[r(0x14e)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x15d)],'category':Category['ArmArmor'],'shape':Shape[s(0x134)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[s(0x14e)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size[t(0x160)],'category':Category['Key'],'shape':Shape[t(0x134)],'color':Color['Yellow'],'texture':Texture[t(0x137)],'rating':Rating[t(0x14e)],'weight':0x0});}[a58j(0x162)](){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(0x15d)],'category':Category[u(0x145)],'shape':Shape['Blade'],'color':Color['Grey'],'texture':Texture[u(0x161)],'rating':Rating[u(0x14e)],'weight':0x3});}[a58j(0x162)](){var v=a58j;return v(0x159);}}export class Book extends Item{[a58j(0x147)];[a58j(0x13a)];[a58j(0x153)];constructor(a,b='A\x20mysterious\x20book.',c=a58j(0x15c)){var w=a58j;super({'name':a,'description':b,'size':Size[w(0x15d)],'category':Category['Book'],'shape':Shape[w(0x134)],'color':Color['Brown'],'texture':Texture[w(0x137)],'rating':Rating[w(0x14e)],'weight':0x1}),this[w(0x147)]=c,this['publishDate']=new Date(),this[w(0x153)]=0x64;}[a58j(0x162)](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var x=a58j;super({'name':x(0x149),'description':'A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','size':Size[x(0x15d)],'category':Category[x(0x145)],'shape':Shape[x(0x155)],'color':Color[x(0x15a)],'texture':Texture[x(0x161)],'rating':Rating['Common'],'weight':0x3});}[a58j(0x162)](){var y=a58j;return y(0x159);}}export class SniperRifle extends Item{constructor(){var z=a58j;super({'name':z(0x154),'description':z(0x15b),'size':Size['Large'],'category':Category[z(0x145)],'shape':Shape[z(0x139)],'color':Color[z(0x136)],'texture':Texture[z(0x137)],'rating':Rating[z(0x14e)],'weight':0x5});}['use'](){return'You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22';}}export class HolyGrail extends Item{constructor(){var A=a58j;super({'name':A(0x148),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[A(0x14c)],'category':Category['Cup'],'shape':Shape[A(0x144)],'color':Color[A(0x14f)],'texture':Texture[A(0x161)],'rating':Rating[A(0x15e)],'weight':0x1});}[a58j(0x162)](){var B=a58j;return'You\x20hold\x20the\x20'+this['name']+B(0x13d);}}
@@ -1 +1 @@
1
- function a60c(){const j=['A\x20thin\x20log\x20book','Rigger\x27s\x20Workshop','Riddle\x20Book','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Study','toString','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','A\x20long-range\x20weapon.','Mage\x27s\x20Lair','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','book','120880zYamLG','The\x20legendary\x20Holy\x20Grail.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Courtyard','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','open\x20sesame','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','south','west','Jackpoint\x20Login','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','weapon','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','disenchant','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Matrix\x20Data\x20Haven','NORTH','SOUTH','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','holyGrail','40EjTDUJ','Central\x20Chamber','Corporate\x20Creditstick','gem','13586616hpYoag','Central\x20Chamber\x20Key','Ares\x20Predator','insert\x20gem','decrypt','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Downtown\x20Seattle','down','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','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','inside','That\x20passcode\x20is\x20incorrect','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','A\x20clear\x20glass\x20vial.','The\x20data\x20remains\x20encrypted.','Guard\x27s\x20Log\x20Book','The\x20chest\x20remains\x20firmly\x20shut.','Rusted\x20Sword','release','rifle','Treasure\x20Room','An\x20old\x20and\x20rusted\x20sword.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','2gvHJHF','Golden\x20Chalice','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Chad\x20the\x20stupid\x20guard','16153650MGbhCa','Encrypted\x20Data\x20Key','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','A\x20chalice\x20made\x20of\x20pure\x20gold.','creditstick','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','172953PusssZ','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','drone','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','EAST','Blood-stained\x20Key','shield','cup','OUTSIDE','Barrens\x20Hideout','(((.+)+)+)+$','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','secret123','Golden\x20Key','Nothing\x20happens.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','apply','Gang\x20Insignia','Library','east','Amulet\x20of\x20Awakening','Entrance\x20Hall','A\x20small\x20surveillance\x20drone.','Torture\x20Chamber','Sniper\x20Rifle','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','search','MCT\x20Fly-Spy','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Secret\x20Passage','CorpSec\x20Plans','amulet','Armory','Alchemy\x20Lab','outside','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','sword','key','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','21fPLrUy','Holy\x20Grail','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','north','5132816DdEekY','1611687cGjdil','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Watch\x20Tower','1879374URewmc','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','document'];a60c=function(){return j;};return a60c();}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x1ea))/0x1+-parseInt(f(0x1df))/0x2*(parseInt(f(0x19b))/0x3)+parseInt(f(0x1c2))/0x4*(-parseInt(f(0x1ac))/0x5)+parseInt(f(0x19e))/0x6*(parseInt(f(0x216))/0x7)+parseInt(f(0x19a))/0x8+parseInt(f(0x1c6))/0x9+-parseInt(f(0x1e3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xd4488));function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x197;let f=c[d];return f;},a60d(a,b);}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x1fd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a['toString']()[h(0x208)](h(0x1f4))[h(0x1a6)]()['constructor'](a60a)[h(0x208)](h(0x1f4));});a60a();export const rooms=[{'name':a60i(0x1ff),'description':a60i(0x1b2),'isStartRoom':!![],'items':[{'type':'key','name':a60i(0x1f8),'description':a60i(0x1de)},{'type':a60i(0x1ab),'name':a60i(0x1d7),'description':a60i(0x1a1),'content':a60i(0x1e2)}],'exits':[{'direction':a60i(0x1ee),'targetRoom':a60i(0x20c)}]},{'name':'Secret\x20Passage','description':a60i(0x1b6),'exits':[{'direction':a60i(0x1be),'targetRoom':a60i(0x1dc),'keyRequired':a60i(0x1f8)},{'direction':a60i(0x1bf),'targetRoom':a60i(0x1af)}]},{'name':a60i(0x1dc),'description':a60i(0x198),'items':[{'type':a60i(0x1c1),'name':a60i(0x197),'description':a60i(0x1ad)}]},{'name':a60i(0x1af),'description':a60i(0x1cb),'roomType':a60i(0x1f2),'exits':[{'direction':'UP','targetRoom':a60i(0x19d)}]},{'name':'Watch\x20Tower','description':a60i(0x1d4),'roomType':a60i(0x1f2),'puzzle':{'requiredPhrase':a60i(0x1f7),'riddle':a60i(0x1c0),'rewardItem':{'type':a60i(0x1db),'name':a60i(0x205),'description':a60i(0x1a8)},'successMessage':a60i(0x1d1),'failureMessage':a60i(0x1d3)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60i(0x212),'isStartRoom':!![],'roomType':a60i(0x1d2),'puzzle':{'requiredPhrase':a60i(0x1b1),'riddle':a60i(0x20b),'rewardItem':{'type':'key','name':a60i(0x1c7),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0x1b7),'failureMessage':a60i(0x1f9)},'exits':[{'direction':a60i(0x199),'targetRoom':a60i(0x1a5)},{'direction':a60i(0x200),'targetRoom':'Central\x20Chamber','keyRequired':a60i(0x1c7)}]},{'name':'Study','description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':a60i(0x1d2),'items':[{'type':a60i(0x1ab),'name':a60i(0x1a3),'description':a60i(0x1e1),'content':a60i(0x1e9)},{'type':a60i(0x214),'name':'Central\x20Chamber\x20Key','description':a60i(0x215)}],'exits':[{'direction':'south','targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x200),'targetRoom':a60i(0x210)}]},{'name':'Alchemy\x20Lab','description':a60i(0x1b9),'roomType':a60i(0x1d2),'items':[{'type':'basic','name':'Empty\x20vial','description':a60i(0x1d5)}],'exits':[{'direction':a60i(0x1b4),'targetRoom':a60i(0x1a5)},{'direction':a60i(0x199),'targetRoom':a60i(0x20f)}]},{'name':a60i(0x20f),'description':a60i(0x207),'roomType':'inside','items':[{'type':a60i(0x1f0),'name':'Emblem\x20Shield','description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':a60i(0x213),'name':a60i(0x1d9),'description':a60i(0x1dd)}],'exits':[{'direction':'south','targetRoom':a60i(0x210)},{'direction':a60i(0x200),'targetRoom':a60i(0x1c3)}]},{'name':'Central\x20Chamber','description':a60i(0x1cc),'roomType':a60i(0x1d2),'exits':[{'direction':a60i(0x1b4),'targetRoom':a60i(0x20f)},{'direction':a60i(0x1b3),'targetRoom':a60i(0x202)},{'direction':a60i(0x199),'targetRoom':a60i(0x204)},{'direction':a60i(0x200),'targetRoom':a60i(0x1dc)}]},{'name':a60i(0x204),'description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a60i(0x1d2),'items':[{'type':'key','name':a60i(0x1ef),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x1da),'riddle':a60i(0x1bb),'rewardItem':{'type':a60i(0x1c5),'name':'Ancient\x20Gem','description':a60i(0x1e6)},'successMessage':a60i(0x1aa),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0x1b3),'targetRoom':a60i(0x1c3)}]},{'name':'Treasure\x20Room','description':a60i(0x206),'roomType':a60i(0x1d2),'puzzle':{'requiredPhrase':a60i(0x1c9),'riddle':a60i(0x1b0),'rewardItem':{'type':a60i(0x1f1),'name':a60i(0x1e0),'description':a60i(0x1e7)},'successMessage':a60i(0x1ed),'failureMessage':a60i(0x1d8)},'exits':[{'direction':'west','targetRoom':a60i(0x1c3)}]}];export const shadowrunConfig=[{'name':a60i(0x1b5),'description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':a60i(0x1d2),'exits':[{'direction':'north','targetRoom':a60i(0x1cd)},{'direction':'up','targetRoom':a60i(0x1bd)}]},{'name':'Matrix\x20Data\x20Haven','description':a60i(0x1f6),'roomType':a60i(0x1d2),'puzzle':{'requiredPhrase':a60i(0x1ca),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':'key','name':a60i(0x1e4),'description':a60i(0x1fc)},'successMessage':a60i(0x1a4),'failureMessage':a60i(0x1d6)},'exits':[{'direction':a60i(0x1ce),'targetRoom':a60i(0x1b5)}]},{'name':a60i(0x1cd),'description':a60i(0x1fb),'roomType':'outside','exits':[{'direction':a60i(0x1b3),'targetRoom':a60i(0x1b5)},{'direction':'east','targetRoom':'Barrens\x20Entrance'},{'direction':'west','targetRoom':'Corp\x20Enclave'}]},{'name':'Barrens\x20Entrance','description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0x211),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60i(0x214),'name':a60i(0x1fe),'description':a60i(0x1a7)},'successMessage':a60i(0x1d0),'failureMessage':a60i(0x1ae)},'exits':[{'direction':a60i(0x1b4),'targetRoom':'Downtown\x20Seattle'},{'direction':a60i(0x199),'targetRoom':a60i(0x1f3)}]},{'name':'Corp\x20Enclave','description':a60i(0x1bc),'roomType':a60i(0x1d2),'items':[{'type':a60i(0x1e8),'name':a60i(0x1c4),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a60i(0x1a0),'name':a60i(0x20d),'description':a60i(0x1cf)}],'exits':[{'direction':a60i(0x200),'targetRoom':'Downtown\x20Seattle'}]},{'name':'Barrens\x20Hideout','description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':'outside','items':[{'type':a60i(0x1b8),'name':a60i(0x1c8),'description':a60i(0x1eb)}],'exits':[{'direction':a60i(0x1b3),'targetRoom':'Barrens\x20Entrance'},{'direction':a60i(0x199),'targetRoom':a60i(0x1a9)},{'direction':a60i(0x200),'targetRoom':a60i(0x1a2)}]},{'name':'Mage\x27s\x20Lair','description':a60i(0x20a),'roomType':a60i(0x1d2),'puzzle':{'requiredPhrase':a60i(0x1ba),'riddle':a60i(0x1f5),'rewardItem':{'type':a60i(0x20e),'name':a60i(0x201),'description':a60i(0x1e5)},'successMessage':a60i(0x19c),'failureMessage':a60i(0x19f)},'exits':[{'direction':a60i(0x1b3),'targetRoom':'Barrens\x20Hideout'}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x1fa),'roomType':a60i(0x1d2),'items':[{'type':a60i(0x1ec),'name':a60i(0x209),'description':a60i(0x203)}],'exits':[{'direction':a60i(0x1b4),'targetRoom':a60i(0x1f3)}]}];
1
+ const a60i=a60d;function a60c(){const j=['An\x20old\x20and\x20rusted\x20sword.','Chad\x20the\x20stupid\x20guard','Amulet\x20of\x20Awakening','open\x20sesame','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Corp\x20Enclave','Armory','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','Matrix\x20Data\x20Haven','Barrens\x20Entrance','Nothing\x20happens.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Downtown\x20Seattle','Watch\x20Tower','weapon','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','creditstick','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','constructor','insert\x20gem','north','Golden\x20Key','search','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','west','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','release','apply','12104876eCJLJw','east','OUTSIDE','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Study','The\x20data\x20remains\x20encrypted.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','MCT\x20Fly-Spy','Guard\x27s\x20Log\x20Book','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Jackpoint\x20Login','1328172tQqhMD','Riddle\x20Book','document','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Secret\x20Passage','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','gem','Torture\x20Chamber','show\x20loyalty','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Mage\x27s\x20Lair','sword','A\x20small\x20surveillance\x20drone.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Entrance\x20Hall','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Central\x20Chamber\x20Key','key','amulet','Holy\x20Grail','holyGrail','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','book','outside','inside','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','shield','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Courtyard','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Ancient\x20Gem','500760chqOQI','4301403tAdngA','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Treasure\x20Room','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','Emblem\x20Shield','rifle','NORTH','Sniper\x20Rifle','A\x20chalice\x20made\x20of\x20pure\x20gold.','Rusted\x20Sword','(((.+)+)+)+$','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','A\x20long-range\x20weapon.','south','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','6414OpTsHz','2787688FSmxGh','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','A\x20clear\x20glass\x20vial.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','Ares\x20Predator','3895srKvXd','2VIsPBK','drone','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','Golden\x20Chalice','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Rigger\x27s\x20Workshop','That\x20passcode\x20is\x20incorrect','A\x20creditstick\x20loaded\x20with\x20nuyen.','secret123','toString','A\x20key\x20stained\x20with\x20old\x20blood.','Barrens\x20Hideout','2524689DYlmcK','CorpSec\x20Plans','disenchant','Alchemy\x20Lab','Central\x20Chamber','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Blood-stained\x20Key'];a60c=function(){return j;};return a60c();}(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x112))/0x1+parseInt(f(0x12f))/0x2*(parseInt(f(0x113))/0x3)+-parseInt(f(0xf0))/0x4+parseInt(f(0x12e))/0x5*(-parseInt(f(0x128))/0x6)+parseInt(f(0xe4))/0x7+-parseInt(f(0x129))/0x8+-parseInt(f(0x13b))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xd40b5));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0xe3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x138)]()[h(0xde)](h(0x120))[h(0x138)]()[h(0xda)](a60a)[h(0xde)](h(0x120));});a60a();export const rooms=[{'name':'Library','description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':a60i(0x102),'name':'Golden\x20Key','description':a60i(0xf5)},{'type':a60i(0x108),'name':a60i(0xed),'description':'A\x20thin\x20log\x20book','content':a60i(0xc9)}],'exits':[{'direction':'EAST','targetRoom':'Secret\x20Passage'}]},{'name':a60i(0xf4),'description':a60i(0x106),'exits':[{'direction':a60i(0x11c),'targetRoom':a60i(0x118),'keyRequired':a60i(0xdd)},{'direction':'SOUTH','targetRoom':a60i(0x10f)}]},{'name':a60i(0x118),'description':a60i(0x100),'items':[{'type':a60i(0x105),'name':a60i(0x104),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0x10f),'description':a60i(0xe7),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60i(0xd5)}]},{'name':a60i(0xd5),'description':a60i(0xfa),'roomType':a60i(0xe6),'puzzle':{'requiredPhrase':a60i(0x137),'riddle':a60i(0xcc),'rewardItem':{'type':a60i(0x11b),'name':a60i(0x11d),'description':a60i(0x125)},'successMessage':a60i(0xcf),'failureMessage':a60i(0x135)}}];function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xc4;let f=c[d];return f;},a60d(a,b);}export const dungeonConfig=[{'name':a60i(0xff),'description':a60i(0x127),'isStartRoom':!![],'roomType':a60i(0x10a),'puzzle':{'requiredPhrase':a60i(0xcb),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0x102),'name':a60i(0x101),'description':a60i(0x116)},'successMessage':a60i(0xd3),'failureMessage':a60i(0xd2)},'exits':[{'direction':a60i(0xdc),'targetRoom':a60i(0xe9)},{'direction':a60i(0xe5),'targetRoom':a60i(0xc5),'keyRequired':a60i(0x101)}]},{'name':a60i(0xe9),'description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':a60i(0x10a),'items':[{'type':a60i(0x108),'name':a60i(0xf1),'description':a60i(0x115),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x102),'name':a60i(0x101),'description':a60i(0x116)}],'exits':[{'direction':'south','targetRoom':a60i(0xff)},{'direction':'east','targetRoom':a60i(0xc4)}]},{'name':a60i(0xc4),'description':a60i(0xd9),'roomType':a60i(0x10a),'items':[{'type':'basic','name':'Empty\x20vial','description':a60i(0x12b)}],'exits':[{'direction':a60i(0xe0),'targetRoom':a60i(0xe9)},{'direction':a60i(0xdc),'targetRoom':a60i(0xce)}]},{'name':a60i(0xce),'description':a60i(0xdf),'roomType':a60i(0x10a),'items':[{'type':a60i(0x10c),'name':a60i(0x11a),'description':a60i(0xd7)},{'type':a60i(0xfc),'name':a60i(0x11f),'description':a60i(0xc8)}],'exits':[{'direction':a60i(0x126),'targetRoom':a60i(0xc4)},{'direction':a60i(0xe5),'targetRoom':a60i(0xc5)}]},{'name':a60i(0xc5),'description':a60i(0xfe),'roomType':a60i(0x10a),'exits':[{'direction':a60i(0xe0),'targetRoom':a60i(0xce)},{'direction':a60i(0x126),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0xdc),'targetRoom':a60i(0xf8)},{'direction':'east','targetRoom':a60i(0x118)}]},{'name':a60i(0xf8),'description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a60i(0x10a),'items':[{'type':a60i(0x102),'name':a60i(0xc7),'description':a60i(0x139)}],'puzzle':{'requiredPhrase':a60i(0xe2),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a60i(0xf7),'name':a60i(0x111),'description':a60i(0x123)},'successMessage':a60i(0x10e),'failureMessage':a60i(0x12a)},'exits':[{'direction':'south','targetRoom':a60i(0xc5)}]},{'name':a60i(0x118),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':'inside','puzzle':{'requiredPhrase':a60i(0xdb),'riddle':a60i(0xf3),'rewardItem':{'type':'cup','name':a60i(0x132),'description':a60i(0x11e)},'successMessage':a60i(0x117),'failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':'west','targetRoom':a60i(0xc5)}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a60i(0xf6),'isStartRoom':!![],'roomType':a60i(0x10a),'exits':[{'direction':a60i(0xdc),'targetRoom':a60i(0xd4)},{'direction':'up','targetRoom':a60i(0xd0)}]},{'name':a60i(0xd0),'description':a60i(0x122),'roomType':'inside','puzzle':{'requiredPhrase':'decrypt','riddle':a60i(0x133),'rewardItem':{'type':a60i(0x102),'name':'Encrypted\x20Data\x20Key','description':a60i(0x12c)},'successMessage':a60i(0x124),'failureMessage':a60i(0xea)},'exits':[{'direction':'down','targetRoom':a60i(0xef)}]},{'name':'Downtown\x20Seattle','description':a60i(0xe8),'roomType':a60i(0x109),'exits':[{'direction':a60i(0x126),'targetRoom':'Jackpoint\x20Login'},{'direction':a60i(0xe5),'targetRoom':a60i(0xd1)},{'direction':a60i(0xe0),'targetRoom':a60i(0xcd)}]},{'name':'Barrens\x20Entrance','description':a60i(0xe1),'roomType':a60i(0x109),'puzzle':{'requiredPhrase':a60i(0xf9),'riddle':a60i(0x119),'rewardItem':{'type':a60i(0x102),'name':'Gang\x20Insignia','description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':a60i(0x107)},'exits':[{'direction':a60i(0xe0),'targetRoom':a60i(0xd4)},{'direction':a60i(0xdc),'targetRoom':a60i(0x13a)}]},{'name':a60i(0xcd),'description':a60i(0xc6),'roomType':'inside','items':[{'type':a60i(0xd8),'name':'Corporate\x20Creditstick','description':a60i(0x136)},{'type':a60i(0xf2),'name':a60i(0x13c),'description':a60i(0x131)}],'exits':[{'direction':'east','targetRoom':a60i(0xd4)}]},{'name':a60i(0x13a),'description':a60i(0x114),'roomType':a60i(0x109),'items':[{'type':a60i(0xd6),'name':a60i(0x12d),'description':a60i(0xeb)}],'exits':[{'direction':a60i(0x126),'targetRoom':a60i(0xd1)},{'direction':a60i(0xdc),'targetRoom':a60i(0xfb)},{'direction':a60i(0xe5),'targetRoom':a60i(0x134)}]},{'name':a60i(0xfb),'description':a60i(0xee),'roomType':a60i(0x10a),'puzzle':{'requiredPhrase':a60i(0x13d),'riddle':a60i(0x10d),'rewardItem':{'type':a60i(0x103),'name':a60i(0xca),'description':a60i(0x121)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a60i(0x110)},'exits':[{'direction':'south','targetRoom':a60i(0x13a)}]},{'name':a60i(0x134),'description':a60i(0x10b),'roomType':'inside','items':[{'type':a60i(0x130),'name':a60i(0xec),'description':a60i(0xfd)}],'exits':[{'direction':a60i(0xe0),'targetRoom':a60i(0x13a)}]}];
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x7c))/0x1+parseInt(f(0x7e))/0x2*(parseInt(f(0x7b))/0x3)+parseInt(f(0x7d))/0x4+-parseInt(f(0x79))/0x5+parseInt(f(0x94))/0x6+-parseInt(f(0x73))/0x7+parseInt(f(0x90))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x1bef9));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x80)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x82)]()[h(0x8c)]('(((.+)+)+)+$')[h(0x82)]()[h(0x8e)](a61a)[h(0x8c)](h(0x7f));});a61a();import{EventEmitter}from'events';function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x70;var f=c[d];return f;},a61d(a,b);}export class AbstractScene{[a61i(0x96)];[a61i(0x76)];[a61i(0x74)];[a61i(0x95)];}export class AbstractRoom extends EventEmitter{[a61i(0x8d)];['description'];['exits'];[a61i(0x75)];[a61i(0x92)];[a61i(0x8b)];['isStartRoom'];}export class AbstractDoor{[a61i(0x87)];[a61i(0x77)];[a61i(0x88)];[a61i(0x84)];[a61i(0x8d)];[a61i(0x74)];[a61i(0x85)];}export class AbstractInventory{[a61i(0x91)];[a61i(0x74)];}export class AbstractItem{[a61i(0x86)];[a61i(0x8d)];['description'];[a61i(0x93)];[a61i(0x71)];[a61i(0x89)];[a61i(0x8f)];[a61i(0x78)];[a61i(0x7a)];[a61i(0x72)];}function a61c(){var j=['search','name','constructor','color','468128ispxKc','items','puzzle','size','747678PyABoP','characterLocations','rooms','_maxCarryingWeight','category','weight','861791KUCKxY','logger','inventory','player','roomB','texture','1116370KXIQsx','rating','6477JXBydv','49639VaqtVv','273112wsaNnN','148xcfsVc','(((.+)+)+)+$','apply','_inventory','toString','_logger','unlockItemOrSolution','isLockable','uuid','roomA','isLocked','shape','solved','roomType'];a61c=function(){return j;};return a61c();}export class AbstractPlayer{['_playerName'];['_currentLocation'];[a61i(0x81)];['_equipment'];[a61i(0x70)];[a61i(0x83)];}export class AbstractPuzzle{[a61i(0x74)];[a61i(0x8a)];}
1
+ var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x88))/0x1+parseInt(f(0xa6))/0x2+-parseInt(f(0x9d))/0x3+parseInt(f(0x8e))/0x4+parseInt(f(0x8d))/0x5+parseInt(f(0x8f))/0x6*(parseInt(f(0x84))/0x7)+-parseInt(f(0xa4))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xc712a));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var g=a61d;return a61a[g(0x97)]()[g(0x89)](g(0x86))['toString']()[g(0xa1)](a61a)[g(0x89)]('(((.+)+)+)+$');});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x85)];[a61h(0xa3)];[a61h(0x8b)];['characterLocations'];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x81;var f=c[d];return f;},a61d(a,b);}export class AbstractRoom extends EventEmitter{['name'];[a61h(0x82)];[a61h(0x91)];[a61h(0x9f)];['puzzle'];['roomType'];[a61h(0xa2)];}export class AbstractDoor{[a61h(0x99)];[a61h(0x9b)];[a61h(0x9a)];[a61h(0x90)];['name'];[a61h(0x8b)];[a61h(0x81)];}export class AbstractInventory{['items'];[a61h(0x8b)];}export class AbstractItem{[a61h(0x94)];[a61h(0x8a)];[a61h(0x82)];[a61h(0x96)];[a61h(0x95)];['shape'];[a61h(0x83)];[a61h(0x92)];[a61h(0x9e)];[a61h(0x9c)];}export class AbstractPlayer{[a61h(0xa5)];[a61h(0xa0)];[a61h(0x87)];[a61h(0x93)];[a61h(0x98)];[a61h(0x8c)];}function a61c(){var i=['_logger','6293970ZErTVP','5728732ZnVOhl','15234imWNrm','unlockItemOrSolution','exits','texture','_equipment','uuid','category','size','toString','_maxCarryingWeight','roomA','isLocked','roomB','weight','3348633MmeoQT','rating','inventory','_currentLocation','constructor','isStartRoom','player','9175880WeNCRx','_playerName','1722968fvCJPI','isLockable','description','color','539ShnOfb','rooms','(((.+)+)+)+$','_inventory','669366TaBWbX','search','name','logger'];a61c=function(){return i;};return a61c();}export class AbstractPuzzle{['logger'];['solved'];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x24e))/0x1+parseInt(k(0x1f6))/0x2*(parseInt(k(0x246))/0x3)+parseInt(k(0x24d))/0x4+parseInt(k(0x22b))/0x5*(parseInt(k(0x231))/0x6)+parseInt(k(0x232))/0x7*(parseInt(k(0x244))/0x8)+parseInt(k(0x1fa))/0x9+-parseInt(k(0x230))/0xa*(parseInt(k(0x205))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xe2819));export var Size;(function(a){var l=a62d;a[l(0x238)]=l(0x200),a['Small']=l(0x203),a[l(0x20e)]=l(0x249),a[l(0x222)]=l(0x202),a['VeryLarge']=l(0x1fc);}(Size||(Size={})));export var Rating;function a62c(){var v=['bumpy','fuzzy','Legendary','Book','Unknown','838920TTLjNw','hat','73212NYwylx','north','Blade','medium','desert','outside','forest','6298220BBqOiZ','596090tnwBxz','down','Grainy','Shield','ArmArmor','Common','Gloves','48DAyzYW','helmet','yellow','SEA','5796378ymiMVb','grey','very\x20large','Rectangle','(((.+)+)+)+$','Key','tiny','Cup','large','small','toString','1430CpeRaC','sea','Metallic','red','square','cave','inside','Brown','Smooth','Medium','OUTSIDE','constructor','rifle','Gold','BEACH','apply','boots','Rare','blue','tower','CAVE','south','Helmet','Hat','DESERT','arm\x20armor','SOUTH','blade','weapon','Large','Rough','leg\x20armor','Square','book','Boots','rough','east','Rifle','230sbHYiT','underground','WEST','gloves','metallic','169630PAZPsX','11196btNHpT','56qepWYQ','UNDERGROUND','Green','EAST','Circle','NORTH','Tiny','Weapon','brown','search','triangle','LegArmor','MOUNTAIN'];a62c=function(){return v;};return a62c();}(function(a){var m=a62d;a[m(0x1f4)]='common',a[m(0x216)]='rare',a[m(0x241)]='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x239)]=n(0x221),a[n(0x251)]='shield',a[n(0x1ff)]='key',a[n(0x1f5)]=n(0x22e),a[n(0x21b)]=n(0x1f7),a[n(0x21c)]=n(0x245),a[n(0x227)]=n(0x215),a[n(0x23d)]=n(0x224),a[n(0x252)]=n(0x21e),a['BodyArmor']='body\x20armor',a[n(0x242)]=n(0x226),a[n(0x201)]='cup',a[n(0x243)]='unknown';}(Category||(Category={})));export var Shape;(function(c){var q=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var o=a62d;if(h){var j=h[o(0x214)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var p=a62d;return e[p(0x204)]()[p(0x23b)](p(0x1fe))[p(0x204)]()[p(0x210)](e)[p(0x23b)](p(0x1fe));});e(),c[q(0x236)]='circle',c[q(0x225)]=q(0x209),c['Triangle']=q(0x23c),c[q(0x1fd)]='rectangle',c[q(0x248)]=q(0x220),c[q(0x22a)]=q(0x211);}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a['Red']=r(0x208),a['Blue']=r(0x217),a[r(0x234)]='green',a['Yellow']=r(0x1f8),a['Orange']='orange',a['Purple']='purple',a['Grey']=r(0x1fb),a[r(0x20c)]=r(0x23a),a[r(0x212)]='gold';}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a[s(0x20d)]='smooth',a[s(0x223)]=s(0x228),a['Bumpy']=s(0x23f),a['Fuzzy']=s(0x240),a[s(0x250)]='grainy',a[s(0x207)]=s(0x22f);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a['INSIDE']=t(0x20b),a[t(0x20f)]=t(0x24b),a[t(0x233)]=t(0x22c),a[t(0x219)]=t(0x20a),a['TOWER']=t(0x218),a['FOREST']=t(0x24c),a[t(0x21d)]=t(0x24a),a[t(0x23e)]='mountain',a[t(0x213)]='beach',a[t(0x1f9)]=t(0x206);}(RoomType||(RoomType={})));export var Direction;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1f4;var f=c[d];return f;},a62d(a,b);}(function(a){var u=a62d;a[u(0x237)]=u(0x247),a[u(0x235)]=u(0x229),a[u(0x21f)]=u(0x21a),a[u(0x22d)]='west',a['UP']='up',a['DOWN']=u(0x24f);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x1cb))/0x1*(-parseInt(k(0x1b1))/0x2)+parseInt(k(0x1da))/0x3+parseInt(k(0x1b8))/0x4+parseInt(k(0x1ac))/0x5+-parseInt(k(0x1b0))/0x6*(parseInt(k(0x1c3))/0x7)+parseInt(k(0x1a3))/0x8+-parseInt(k(0x1c1))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x99f41));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x17e;var f=c[d];return f;},a62d(a,b);}export var Size;(function(a){var l=a62d;a[l(0x1bf)]='tiny',a[l(0x19d)]=l(0x1d3),a[l(0x1a8)]=l(0x19b),a[l(0x195)]=l(0x197),a[l(0x1ca)]=l(0x1a0);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x192)]=m(0x18b),a[m(0x18f)]=m(0x1bd),a[m(0x18c)]=m(0x1e7);}(Rating||(Rating={})));export var Category;(function(c){var o=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var n=a62d;return e[n(0x1ce)]()[n(0x1c5)]('(((.+)+)+)+$')[n(0x1ce)]()[n(0x1bb)](e)[n(0x1c5)](n(0x1ab));});e(),c[o(0x1a9)]=o(0x19e),c[o(0x1a4)]=o(0x185),c[o(0x1dc)]=o(0x1d7),c[o(0x1e2)]=o(0x18d),c['Helmet']=o(0x1a5),c[o(0x1b4)]='hat',c[o(0x1c2)]=o(0x196),c['LegArmor']=o(0x1d6),c[o(0x189)]='arm\x20armor',c[o(0x1cf)]=o(0x182),c['Book']=o(0x1b9),c[o(0x181)]=o(0x1b6),c[o(0x1cd)]='unknown';}(Category||(Category={})));function a62c(){var u=['Grainy','2484928TPTmKi','book','north','constructor','beach','rare','green','Tiny','inside','16727616EpCdtu','Boots','45626EkfGLM','Brown','search','SEA','FOREST','triangle','Green','VeryLarge','523130hatVjf','smooth','Unknown','toString','BodyArmor','brown','Bumpy','east','small','CAVE','circle','leg\x20armor','key','bumpy','Metallic','1736094LhLpVi','sea','Key','Rifle','Yellow','SOUTH','rifle','orange','Gloves','outside','Grey','MOUNTAIN','forest','legendary','underground','Rough','Smooth','EAST','Cup','body\x20armor','fuzzy','tower','shield','Blade','desert','blade','ArmArmor','UNDERGROUND','common','Legendary','gloves','cave','Rare','yellow','TOWER','Common','metallic','OUTSIDE','Large','boots','large','INSIDE','down','Rectangle','medium','square','Small','weapon','BEACH','very\x20large','Circle','Square','6899928dxDAQt','Shield','helmet','grainy','DOWN','Medium','Weapon','WEST','(((.+)+)+)+$','691570KGYFDs','Purple','red','gold','216iQkxWC','2ZIyMjP','rectangle','south','Hat','NORTH','cup'];a62c=function(){return u;};return a62c();}export var Shape;(function(a){var p=a62d;a[p(0x1a1)]=p(0x1d5),a[p(0x1a2)]=p(0x19c),a['Triangle']=p(0x1c8),a[p(0x19a)]=p(0x1b2),a[p(0x186)]=p(0x188),a[p(0x1dd)]=p(0x1e0);}(Shape||(Shape={})));export var Color;(function(a){var q=a62d;a['Red']=q(0x1ae),a['Blue']='blue',a[q(0x1c9)]=q(0x1be),a[q(0x1de)]=q(0x190),a['Orange']=q(0x1e1),a[q(0x1ad)]='purple',a[q(0x1e4)]='grey',a[q(0x1c4)]=q(0x1d0),a['Gold']=q(0x1af);}(Color||(Color={})));export var Texture;(function(a){var r=a62d;a[r(0x17f)]=r(0x1cc),a[r(0x17e)]='rough',a[r(0x1d1)]=r(0x1d8),a['Fuzzy']=r(0x183),a[r(0x1b7)]=r(0x1a6),a[r(0x1d9)]=r(0x193);}(Texture||(Texture={})));export var RoomType;(function(a){var s=a62d;a[s(0x198)]=s(0x1c0),a[s(0x194)]=s(0x1e3),a[s(0x18a)]=s(0x1e8),a[s(0x1d4)]=s(0x18e),a[s(0x191)]=s(0x184),a[s(0x1c7)]=s(0x1e6),a['DESERT']=s(0x187),a[s(0x1e5)]='mountain',a[s(0x19f)]=s(0x1bc),a[s(0x1c6)]=s(0x1db);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a[t(0x1b5)]=t(0x1ba),a[t(0x180)]=t(0x1d2),a[t(0x1df)]=t(0x1b3),a[t(0x1aa)]='west',a['UP']='up',a[t(0x1a7)]=t(0x199);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x121;var f=c[d];return f;},a63d(a,b);}function a63c(){var i=['search','28LGAuni','3885Jolsdg','1786FasHcI','558700XNHvOS','344pTmazx','170698OBMMda','76810xHVNrm','apply','9ElbUqy','2028GqdXvm','5877870cuwGJB','92706najUgq','constructor','(((.+)+)+)+$','142604bQMaDi'];a63c=function(){return i;};return a63c();}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x127))/0x1+-parseInt(f(0x123))/0x2*(-parseInt(f(0x122))/0x3)+-parseInt(f(0x121))/0x4*(-parseInt(f(0x124))/0x5)+-parseInt(f(0x12c))/0x6+-parseInt(f(0x12f))/0x7*(-parseInt(f(0x125))/0x8)+parseInt(f(0x129))/0x9*(parseInt(f(0x12b))/0xa)+parseInt(f(0x126))/0xb*(-parseInt(f(0x12a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xcd5ff));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x128)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0x130)](h(0x12e))['toString']()[h(0x12d)](a63a)['search'](h(0x12e));});a63a();export{};
1
+ function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xfe;var f=c[d];return f;},a63d(a,b);}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x101))/0x1*(parseInt(f(0xfe))/0x2)+-parseInt(f(0x10a))/0x3+-parseInt(f(0xff))/0x4*(parseInt(f(0x10d))/0x5)+-parseInt(f(0x100))/0x6*(-parseInt(f(0x104))/0x7)+parseInt(f(0x102))/0x8+-parseInt(f(0x106))/0x9*(parseInt(f(0x10e))/0xa)+parseInt(f(0x105))/0xb*(parseInt(f(0x10c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x49f82));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x109)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x10b)]()[h(0x103)](h(0x107))[h(0x10b)]()[h(0x108)](a63a)['search'](h(0x107));});a63a();function a63c(){var i=['2789488BvFDlt','search','12334vrhMDd','130691hbBlvW','36xqJsiS','(((.+)+)+)+$','constructor','apply','373941rbahnm','toString','564hFGJNs','5WXAtus','304120oWbUGO','15826IjDrxp','379844yAcRMw','48WKjbjM','35HapEOz'];a63c=function(){return i;};return a63c();}export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x189))/0x1+parseInt(f(0x18b))/0x2+parseInt(f(0x18e))/0x3*(parseInt(f(0x192))/0x4)+-parseInt(f(0x188))/0x5*(parseInt(f(0x191))/0x6)+parseInt(f(0x187))/0x7*(parseInt(f(0x186))/0x8)+parseInt(f(0x185))/0x9+-parseInt(f(0x18a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x3fe56));function a64c(){var i=['1386EvsOMx','24110BiuUQv','95930FcOUWo','7802770bnlyJd','583976DZUPkw','toString','apply','2532qeIuRy','(((.+)+)+)+$','search','438DhsGiQ','904oqfDut','3430125dhnZNf','17544tSkKTf'];a64c=function(){return i;};return a64c();}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x18d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x18c)]()[h(0x190)](h(0x18f))['toString']()['constructor'](a64a)[h(0x190)]('(((.+)+)+)+$');});function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x185;var f=c[d];return f;},a64d(a,b);}a64a();export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0xb0))/0x1+parseInt(f(0xb9))/0x2+parseInt(f(0xb6))/0x3+parseInt(f(0xb3))/0x4+parseInt(f(0xb7))/0x5+parseInt(f(0xb5))/0x6+-parseInt(f(0xb8))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xc4ff4));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0xb2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0xbb)]()[h(0xb1)](h(0xba))[h(0xbb)]()[h(0xb4)](a64a)[h(0xb1)](h(0xba));});a64a();function a64c(){var i=['constructor','4552998DidDIx','2151042PdZTVn','6930335gsIGIe','39638907lRZvLb','3143032VUbTcH','(((.+)+)+)+$','toString','462223vYplMm','search','apply','6295792zUslTw'];a64c=function(){return i;};return a64c();}function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xb0;var f=c[d];return f;},a64d(a,b);}export{};
@@ -1 +1 @@
1
- const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x13d))/0x1+-parseInt(y(0x112))/0x2+parseInt(y(0x110))/0x3+parseInt(y(0x13e))/0x4+-parseInt(y(0x10b))/0x5+parseInt(y(0x11d))/0x6*(parseInt(y(0x102))/0x7)+parseInt(y(0x100))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x500b9));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x107)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x117)]()[A(0x139)](A(0x12e))['toString']()[A(0x13c)](g)[A(0x139)]('(((.+)+)+)+$');});g();try{const h=a65e['screen']({'smartCSR':!![],'title':B(0x103)}),i=a65e[B(0xea)]({'top':'0%','left':B(0x104),'width':B(0xfa),'height':'45%','border':{'type':B(0x101)},'label':B(0x141),'content':B(0xf0),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x105)](v=>v[C(0xef)]);i[C(0xf2)](u[C(0x140)]('\x0a')),h['render']();};h['append'](i);const k=a65e[B(0xea)]({'top':B(0xf6),'left':'75%','width':'25%','height':B(0xfa),'border':{'type':B(0x101)},'label':'\x20Equipment\x20','content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x11b)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xed)](k);const l=t=>{const D=B;k['setContent']('Head:\x20'+(t['head']?t[D(0x12c)][D(0xef)]:D(0x131))+'\x0a'+('Torso:\x20'+(t[D(0x12f)]?t[D(0x12f)]['name']:'None')+'\x0a')+('Legs:\x20'+(t['legs']?t[D(0x124)]['name']:D(0x131))+'\x0a')+(D(0x11f)+(t['feet']?t[D(0x135)][D(0xef)]:'None')+'\x0a')+(D(0xf3)+(t['arms']?t['arms'][D(0xef)]:D(0x131))+'\x0a')+(D(0x119)+(t[D(0x142)]?t[D(0x142)][D(0xef)]:D(0x131))+'\x0a')+(D(0x143)+(t[D(0x138)]?t[D(0x138)][D(0xef)]:D(0x131))+'\x0a')+(D(0x127)+(t[D(0xf1)]?t[D(0xf1)][D(0xef)]:D(0x131))+'\x0a')),h['render']();},m=a65e[B(0xea)]({'top':B(0xfe),'left':'75%','width':B(0xfa),'height':B(0x120),'border':{'type':'line'},'label':B(0xf9),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x11b)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u=E(0x10e)+t[E(0xef)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[E(0x134)]['size']>0x0?t[E(0x134)][E(0xff)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x126)](t);x[F(0xf8)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x[F(0xef)]:u+=capitalCase(w)+':\x20'+v[F(0xef)];if(v['checkIfLocked']())u+=F(0xfd);else v[F(0x116)]()&&(u+=F(0x12d));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x10f),m[E(0xf2)](u),h[E(0x13a)]();},o=a65e['box']({'id':B(0x12b),'top':'0%','left':'0%','width':B(0x104),'height':'90%','border':{'type':B(0x101)},'label':B(0x118),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x11b)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0xf7)](B(0x121)),h[B(0xed)](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':B(0x132),'height':B(0x114),'tags':!![],'border':{'type':B(0x101)},'style':{'fg':B(0x10c),'border':{'fg':B(0x123)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0xed)](p),h[B(0x129)]([B(0x133),B(0xfc)],()=>process['exit'](0x0)),p[B(0xf4)](),h[B(0x13a)]();const q=Logger[B(0xeb)](e[B(0x128)],h),r=new Player({'playerName':c});q[B(0x137)](B(0x109));const s=a65f[B(0xeb)](r,d);o['setContent'](s[B(0x108)]()),l(s['player']['equipment']),j(s[B(0xfb)][B(0xee)]),n(s[B(0xfb)][B(0x106)]),p[B(0x129)]([B(0x11e)],async()=>{const G=B,t=p['getValue'](),u=s[G(0xec)](t);(t[G(0x136)]('\x20')[0x0]===G(0x111)||G(0x13f)||'unequip')&&(j(s['player'][G(0xee)]),l(s['player'][G(0x10d)])),(t[G(0x136)]('\x20')[0x0]==='go'||G(0x12a)||G(0x113))&&n(s['player'][G(0x106)]),t[G(0x136)]('\x20')[0x0]==='clear'&&o[G(0xf2)](''),u===null&&(console[G(0x115)](G(0x10a)),h[G(0x13a)](),q['write'](G(0x130)),process[G(0x11c)](0x0)),o[G(0x125)](u),o[G(0x13b)](0x1),p[G(0xf5)](),p[G(0xf4)](),h['render']();});}catch(t){console[B(0x115)](t),process[B(0x11c)](0x1);}}const args=process[a65H(0x122)]['slice'](0x2);function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0xea;let f=c[d];return f;},a65d(a,b);}function a65c(){const I=['20%','mousemove','argv','cyan','legs','pushLine','getOtherSide','Right\x20Hand:\x20','logFilePath','key','lock','logBox','head','\x20(Unlocked)','(((.+)+)+)+$','torso','<<<<<<<<---------\x20Terminating\x20game','None','100%','escape','exits','feet','split','write','leftHand','search','render','scroll','constructor','113417fQYTiP','2014892waraoU','equip','join','\x20Inventory\x20','gloves','Left\x20Hand:\x20','box','getInstance','handleInput','append','inventory','name','Your\x20items\x20will\x20be\x20listed\x20here...','rightHand','setContent','Arms:\x20','focus','clearValue','45%','removeAllListeners','roomType','\x20Map\x20','25%','player','C-c','\x20(Locked)','70%','forEach','2023352HITjrs','line','2704681yZSZgO','Side\x20Quest\x20Adventure\x20Game','75%','map','currentLocation','apply','getWelcomeMessage','----->>>>>>\x20Initializing\x20Game','Thanks\x20for\x20playing!','3163255lAjmRB','white','equipment','Currently\x20in:\x20','\x0aThere\x20are\x20no\x20exits\x20here.','394776dnwCqp','take','401368HiJCLy','unlock','10%','log','checkIfLockable','toString','\x20Game\x20Log\x20','Gloves:\x20','parse','yellow','exit','6PiKqmD','enter','Feet:\x20'];a65c=function(){return I;};return a65c();}main(args[0x0],JSON['parse'](args[0x1]),JSON[a65H(0x11a)](args[0x2]));
1
+ const a65G=a65d;function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x14d;let f=c[d];return f;},a65d(a,b);}(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x18e))/0x1+-parseInt(y(0x196))/0x2*(-parseInt(y(0x178))/0x3)+parseInt(y(0x14f))/0x4+-parseInt(y(0x17f))/0x5*(-parseInt(y(0x182))/0x6)+-parseInt(y(0x192))/0x7*(parseInt(y(0x17d))/0x8)+parseInt(y(0x18d))/0x9+-parseInt(y(0x1a6))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x90ede));import a65e from'blessed';import{capitalCase}from'change-case';function a65c(){const H=['<<<<<<<<---------\x20Terminating\x20game','toString','enter','100%','Right\x20Hand:\x20','45%','logFilePath','Feet:\x20','handleInput','mousemove','currentLocation','(((.+)+)+)+$','getAllItems','getInstance','4187170IsbtuJ','10%','Side\x20Quest\x20Adventure\x20Game','3508876vDMSTv','head','write','20%','None','getOtherSide','Left\x20Hand:\x20','unlock','render','torso','\x20Map\x20','escape','line','Your\x20items\x20will\x20be\x20listed\x20here...','log','scroll','clearValue','Head:\x20','Legs:\x20','parse','\x0aThere\x20are\x20no\x20exits\x20here.','slice','gloves','join','exit','getValue','split','append','white','key','arms','constructor','legs','equipment','box','----->>>>>>\x20Initializing\x20Game','argv','75%','\x20(Unlocked)','removeAllListeners','C-c','2544042eFSOLn','checkIfLockable','25%','player','cyan','2664yzkMhd','Arms:\x20','35fLmrbj','search','yellow','987414CICrFW','textbox','rightHand','logBox','roomType','focus','lock','checkIfLocked','\x20Inventory\x20','pushLine','inventory','2595267VyLEnj','1135251wMvcoT','feet','name','exits','21399bCOhKw','setContent','getWelcomeMessage','Thanks\x20for\x20playing!','2ydYQIZ','Currently\x20in:\x20'];a65c=function(){return H;};return a65c();}import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a65d;return g[z(0x199)]()[z(0x180)](z(0x1a3))[z(0x199)]()[z(0x16e)](g)['search']('(((.+)+)+)+$');});g();try{const h=a65e['screen']({'smartCSR':!![],'title':A(0x14e)}),i=a65e['box']({'top':'0%','left':'75%','width':A(0x17a),'height':A(0x19d),'border':{'type':A(0x15b)},'label':A(0x18a),'content':A(0x15c),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x181)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x1a4)]()['map'](v=>v['name']);i[B(0x193)](u[B(0x166)]('\x0a')),h[B(0x157)]();};h[A(0x16a)](i);const k=a65e[A(0x171)]({'top':'45%','left':A(0x174),'width':A(0x17a),'height':A(0x17a),'border':{'type':'line'},'label':'\x20Equipment\x20','content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x16a)](k);const l=t=>{const C=A;k[C(0x193)](C(0x160)+(t[C(0x150)]?t[C(0x150)]['name']:'None')+'\x0a'+('Torso:\x20'+(t[C(0x158)]?t[C(0x158)][C(0x190)]:C(0x153))+'\x0a')+(C(0x161)+(t[C(0x16f)]?t['legs'][C(0x190)]:'None')+'\x0a')+(C(0x19f)+(t[C(0x18f)]?t[C(0x18f)][C(0x190)]:C(0x153))+'\x0a')+(C(0x17e)+(t[C(0x16d)]?t[C(0x16d)][C(0x190)]:C(0x153))+'\x0a')+('Gloves:\x20'+(t[C(0x165)]?t[C(0x165)][C(0x190)]:C(0x153))+'\x0a')+(C(0x155)+(t['leftHand']?t['leftHand']['name']:C(0x153))+'\x0a')+(C(0x19c)+(t[C(0x184)]?t['rightHand'][C(0x190)]:C(0x153))+'\x0a')),h[C(0x157)]();},m=a65e[A(0x171)]({'top':'70%','left':'75%','width':A(0x17a),'height':A(0x152),'border':{'type':A(0x15b)},'label':A(0x159),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x16a)](m);const n=t=>{const D=A;let u=D(0x197)+t[D(0x190)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t['exits']['size']>0x0?t[D(0x191)]['forEach']((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x154)](t);x[E(0x186)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x[E(0x190)]:u+=capitalCase(w)+':\x20'+v[E(0x190)];if(v[E(0x189)]())u+='\x20(Locked)';else v[E(0x179)]()&&(u+=E(0x175));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x163),m[D(0x193)](u),h[D(0x157)]();},o=a65e[A(0x171)]({'id':A(0x185),'top':'0%','left':'0%','width':A(0x174),'height':'90%','border':{'type':A(0x15b)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x181)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x176)](A(0x1a1)),h['append'](o);const p=a65e[A(0x183)]({'bottom':0x0,'left':0x0,'width':A(0x19b),'height':A(0x14d),'tags':!![],'border':{'type':A(0x15b)},'style':{'fg':A(0x16b),'border':{'fg':A(0x17c)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[A(0x16c)]([A(0x15a),A(0x177)],()=>process[A(0x167)](0x0)),p[A(0x187)](),h[A(0x157)]();const q=Logger[A(0x1a5)](e[A(0x19e)],h),r=new Player({'playerName':c});q[A(0x151)](A(0x172));const s=a65f[A(0x1a5)](r,d);o[A(0x193)](s[A(0x194)]()),l(s['player']['equipment']),j(s[A(0x17b)][A(0x18c)]),n(s['player']['currentLocation']),p[A(0x16c)]([A(0x19a)],async()=>{const F=A,t=p[F(0x168)](),u=s[F(0x1a0)](t);(t[F(0x169)]('\x20')[0x0]==='take'||'equip'||'unequip')&&(j(s[F(0x17b)][F(0x18c)]),l(s[F(0x17b)][F(0x170)])),(t[F(0x169)]('\x20')[0x0]==='go'||F(0x188)||F(0x156))&&n(s[F(0x17b)][F(0x1a2)]),t[F(0x169)]('\x20')[0x0]==='clear'&&o[F(0x193)](''),u===null&&(console[F(0x15d)](F(0x195)),h[F(0x157)](),q['write'](F(0x198)),process['exit'](0x0)),o[F(0x18b)](u),o[F(0x15e)](0x1),p[F(0x15f)](),p['focus'](),h['render']();});}catch(t){console[A(0x15d)](t),process[A(0x167)](0x1);}}const args=process[a65G(0x173)][a65G(0x164)](0x2);main(args[0x0],JSON[a65G(0x162)](args[0x1]),JSON[a65G(0x162)](args[0x2]));
@@ -1 +1 @@
1
- const a66j=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x1b8))/0x1*(parseInt(h(0x1a4))/0x2)+parseInt(h(0x1ab))/0x3*(-parseInt(h(0x1ae))/0x4)+parseInt(h(0x1b6))/0x5*(-parseInt(h(0x1a0))/0x6)+parseInt(h(0x1a3))/0x7*(-parseInt(h(0x1b1))/0x8)+parseInt(h(0x19d))/0x9*(parseInt(h(0x19a))/0xa)+parseInt(h(0x1a7))/0xb+-parseInt(h(0x1be))/0xc*(-parseInt(h(0x19e))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xbacf5));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(0x1ba)]()[i(0x1b2)]('(((.+)+)+)+$')['toString']()[i(0x1c0)](a66a)['search'](i(0x1a9));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f['homedir']();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x198;let f=c[d];return f;},a66d(a,b);}export class Logger{static ['instance'];['filePath'];[a66j(0x1b4)];constructor(a,b){const k=a66j;this['filePath']=a,this['screen']=b,this[k(0x19b)]();}static[a66j(0x1a1)](a=a66g[a66j(0x1a5)](homeDir,a66j(0x199),a66j(0x1bc)),b){const l=a66j;if(!Logger[l(0x1b0)]){if(!b)throw new Error(l(0x1c3));Logger['instance']=new Logger(a,b);}return Logger[l(0x1b0)];}[a66j(0x19b)](){const m=a66j,a=a66g['dirname'](this[m(0x19c)]);!a66e[m(0x1b5)](a)&&a66e[m(0x1b3)](a,{'recursive':!![]}),!a66e['existsSync'](this[m(0x19c)])&&a66e['writeFileSync'](this[m(0x19c)],'');}[a66j(0x1c1)](a){const n=a66j,b=new Date()[n(0x1c2)](),c=n(0x1ad)+b+']\x20'+a+'\x0a';a66e[n(0x19f)](this[n(0x19c)],c);}['error'](a){const b=new Date()['toISOString'](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this['filePath'],c);}[a66j(0x1ac)](a){const o=a66j,b=this[o(0x1b4)]?.[o(0x1b9)][o(0x1af)](c=>c[o(0x1bb)]==='box'&&c['options']['id']===o(0x1a8));b?(b[o(0x198)](b['content']+'\x0a'+a),b[o(0x1bd)](b[o(0x1a2)]()),this[o(0x1b4)]?.[o(0x1bf)]()):this['error'](o(0x1a6)+b+o(0x1b7)+this[o(0x1b4)]),this[o(0x1c1)](a);}[a66j(0x1aa)](){const p=a66j;return!!this[p(0x1b4)];}}function a66c(){const q=['constructor','write','toISOString','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','setContent','.maka','1297930hiZvkS','ensureLogFileExists','filePath','45JfdfGO','31720RKdjYU','appendFileSync','304686bBcuIU','getInstance','getScrollHeight','7OlFsKx','82JTeCmT','join','The\x20logbox\x20','7798043EUfVnt','logBox','(((.+)+)+)+$','hasScreen','44832ZMdeyB','log','[INFO]\x20[','312cJYgYe','find','instance','801512yWtXdX','search','mkdirSync','screen','existsSync','10SkcLET','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','13598xmVbJS','children','toString','type','side-quest.log','scrollTo','1068KGuNmt','render'];a66c=function(){return q;};return a66c();}
1
+ function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x127;let f=c[d];return f;},a66d(a,b);}const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x144))/0x1*(-parseInt(h(0x12d))/0x2)+-parseInt(h(0x12a))/0x3*(-parseInt(h(0x150))/0x4)+-parseInt(h(0x141))/0x5+-parseInt(h(0x149))/0x6+-parseInt(h(0x14e))/0x7+-parseInt(h(0x148))/0x8+parseInt(h(0x133))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xc9161));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x14f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x137)]()[j(0x132)](j(0x12b))[j(0x137)]()[j(0x140)](a66a)[j(0x132)](j(0x12b));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';function a66c(){const s=['mkdirSync','dirname','494956HEkizo','apply','69788MnxyRx','existsSync','getScrollHeight','.maka','15GhsubA','(((.+)+)+)+$','[ERROR]\x20[','30fZhiXe','type','render','filePath','children','search','31695597eJQhkH','hasScreen','content','setContent','toString','screen','toISOString','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','[INFO]\x20[','ensureLogFileExists','write','options','constructor','6132345ouLFWj','getInstance','error','22261QdPsMS','instance','log','logBox','9072160ZylHll','4128222VvmvUV','appendFileSync','scrollTo'];a66c=function(){return s;};return a66c();}const homeDir=a66f['homedir']();export class Logger{static [a66k(0x145)];['filePath'];['screen'];constructor(a,b){const l=a66k;this[l(0x130)]=a,this['screen']=b,this['ensureLogFileExists']();}static[a66k(0x142)](a=a66g['join'](homeDir,a66k(0x129),'side-quest.log'),b){const m=a66k;if(!Logger[m(0x145)]){if(!b)throw new Error(m(0x13a));Logger[m(0x145)]=new Logger(a,b);}return Logger[m(0x145)];}[a66k(0x13d)](){const n=a66k,a=a66g[n(0x14d)](this['filePath']);!a66e['existsSync'](a)&&a66e[n(0x14c)](a,{'recursive':!![]}),!a66e[n(0x127)](this[n(0x130)])&&a66e['writeFileSync'](this['filePath'],'');}[a66k(0x13e)](a){const o=a66k,b=new Date()['toISOString'](),c=o(0x13c)+b+']\x20'+a+'\x0a';a66e[o(0x14a)](this['filePath'],c);}[a66k(0x143)](a){const p=a66k,b=new Date()[p(0x139)](),c=p(0x12c)+b+']\x20'+a+'\x0a';a66e[p(0x14a)](this[p(0x130)],c);}[a66k(0x146)](a){const q=a66k,b=this[q(0x138)]?.[q(0x131)]['find'](c=>c[q(0x12e)]==='box'&&c[q(0x13f)]['id']===q(0x147));b?(b[q(0x136)](b[q(0x135)]+'\x0a'+a),b[q(0x14b)](b[q(0x128)]()),this[q(0x138)]?.[q(0x12f)]()):this['error']('The\x20logbox\x20'+b+q(0x13b)+this[q(0x138)]),this[q(0x13e)](a);}[a66k(0x134)](){const r=a66k;return!!this[r(0x138)];}}
@@ -1 +1 @@
1
- const a67m=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0x1df))/0x1+-parseInt(k(0x1d1))/0x2*(parseInt(k(0x1bd))/0x3)+-parseInt(k(0x1ce))/0x4*(parseInt(k(0x1c1))/0x5)+parseInt(k(0x1c0))/0x6*(-parseInt(k(0x1d9))/0x7)+parseInt(k(0x1cf))/0x8*(-parseInt(k(0x1c3))/0x9)+parseInt(k(0x1dc))/0xa+parseInt(k(0x1cd))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xc1de9));function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1bd;let f=c[d];return f;},a67d(a,b);}const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x1d6)]()[l(0x1cc)]('(((.+)+)+)+$')[l(0x1d6)]()[l(0x1de)](a67a)['search'](l(0x1d0));});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';function a67c(){const p=['9QMXMNQ','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...','66Gqhbsi','50faGfIv','bright','9kjSuvB','join','Commoner','stringify','exit','side-quest.log','player','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','What\x20is\x20your\x20name?','search','38099215BsyKPl','584572jwBfYI','3364688IedRXC','(((.+)+)+)+$','615610tDmFjL','maka\x20play:side-quest','shadowrun','url','dungeon','toString','Play\x20a\x20little\x20side-quest','Thanks\x20for\x20playing!','3871IqFRCf','fsi','./sideQuest/ui.js','1378870bPtuMz','list','constructor','4151wUjHkT'];a67c=function(){return p;};return a67c();}import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x1d4)]),__dirname=dirname(__filename);Command['create']({'name':'side-quest','usage':a67m(0x1d2),'shortDesc':a67m(0x1d7),'aliases':['sq'],'description':a67m(0x1bf),'validOpts':[a67m(0x1c9)]},async function(a,b){const n=a67m;try{const c=this[n(0x1da)][n(0x1be)](),d=a67e[n(0x1c4)](c,n(0x1c8)),e=b[n(0x1c9)]?b[n(0x1c9)]:await Actions['ask'](n(0x1cb))||n(0x1c5),f={...b,'logFilePath':d},g={'type':n(0x1dd),'name':'sideQuestAnswer','message':n(0x1ca),'choices':[{'name':n(0x1d5),'value':dungeonConfig},{'name':n(0x1d3),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn('node',[a67e['resolve'](__dirname,n(0x1db)),e,JSON[n(0x1c6)](h),JSON[n(0x1c6)](f)],{'stdio':'inherit'});i['on'](n(0x1c7),()=>{const o=n;Log[o(0x1c2)](o(0x1d8));});}}catch(j){console['log'](j);}},a67f);
1
+ function a67c(){const q=['406742mdcXUP','1320280HmOLmr','20jmpMrm','4459887JOQXzl','What\x20is\x20your\x20name?','options','8qbjtwE','list','apply','Thanks\x20for\x20playing!','side-quest','stringify','15MDyWLT','dungeon','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','Play\x20a\x20little\x20side-quest','url','node','ask','side-quest.log','toString','create','123000clzSgG','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...','fsi','getGlobalMakaDir','66OCrmHB','exit','(((.+)+)+)+$','sideQuestAnswer','search','544398GdXIZl','Commoner','65748ksuCfI','log','player','682272wsNmzz','shadowrun','bright'];a67c=function(){return q;};return a67c();}const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0x1ff))/0x1*(parseInt(k(0x1ed))/0x2)+-parseInt(k(0x209))/0x3+-parseInt(k(0x1f0))/0x4+-parseInt(k(0x1f5))/0x5*(-parseInt(k(0x1eb))/0x6)+parseInt(k(0x1f3))/0x7*(-parseInt(k(0x1f9))/0x8)+parseInt(k(0x1f6))/0x9+-parseInt(k(0x1f4))/0xa*(parseInt(k(0x1e6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x46bcf));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x1fb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0x207)]()[m(0x1ea)](m(0x1e8))[m(0x207)]()['constructor'](a67a)[m(0x1ea)](m(0x1e8));});function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1e6;let f=c[d];return f;},a67d(a,b);}a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67n(0x203)]),__dirname=dirname(__filename);Command[a67n(0x208)]({'name':a67n(0x1fd),'usage':'maka\x20play:side-quest','shortDesc':a67n(0x202),'aliases':['sq'],'description':a67n(0x20a),'validOpts':[a67n(0x1ef)]},async function(a,b){const o=a67n;try{const c=this[o(0x20b)][o(0x20c)](),d=a67e['join'](c,o(0x206)),e=b['player']?b[o(0x1ef)]:await Actions[o(0x205)](o(0x1f7))||o(0x1ec),f={...b,'logFilePath':d},g={'type':o(0x1fa),'name':o(0x1e9),'message':o(0x201),'choices':[{'name':o(0x200),'value':dungeonConfig},{'name':o(0x1f1),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x1f8)](g);if(e&&h){const i=spawn(o(0x204),[a67e['resolve'](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x1fe)](h),JSON[o(0x1fe)](f)],{'stdio':'inherit'});i['on'](o(0x1e7),()=>{const p=o;Log[p(0x1f2)](p(0x1fc));});}}catch(j){console[o(0x1ee)](j);}},a67f);
@@ -1 +1 @@
1
- var a68h=a68d;function a68c(){var j=['constructor','1875141FxwlvB','29921QPCLGQ','8GDDdOe','10CMsTIP','3040KXXdWY','7LHcdMS','toString','317100UBaouL','4037lPjhvd','npx\x20command-line-snake','search','inherit','1001140kfdDKm','maka\x20game:snake','1447194qsTCFA','snake','1129185QdfsnI','create','(((.+)+)+)+$'];a68c=function(){return j;};return a68c();}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x120))/0x1*(parseInt(f(0x122))/0x2)+parseInt(f(0x112))/0x3+parseInt(f(0x117))/0x4+parseInt(f(0x11b))/0x5+-parseInt(f(0x119))/0x6*(parseInt(f(0x124))/0x7)+-parseInt(f(0x121))/0x8*(parseInt(f(0x11f))/0x9)+-parseInt(f(0x123))/0xa*(parseInt(f(0x113))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x29947));var a68b=(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;};}()),a68a=a68b(this,function(){var g=a68d;return a68a[g(0x125)]()[g(0x115)](g(0x11d))[g(0x125)]()[g(0x11e)](a68a)[g(0x115)](g(0x11d));});a68a();import a68e from'./play.command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x112;var f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68h(0x11c)]({'name':a68h(0x11a),'usage':a68h(0x118),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var i=a68h;execSync(i(0x114),{'stdio':i(0x116)});},a68e);
1
+ var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0xdb))/0x1*(-parseInt(f(0xda))/0x2)+-parseInt(f(0xe0))/0x3*(-parseInt(f(0xe3))/0x4)+parseInt(f(0xd3))/0x5+parseInt(f(0xd7))/0x6*(-parseInt(f(0xd5))/0x7)+parseInt(f(0xe4))/0x8*(-parseInt(f(0xe6))/0x9)+-parseInt(f(0xd2))/0xa*(parseInt(f(0xe5))/0xb)+parseInt(f(0xd6))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xb0ed9));function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xd1;var f=c[d];return f;},a68d(a,b);}function a68c(){var k=['807RgHbCb','constructor','maka\x20game:snake','4644xLYOwh','22312UunBCn','77BnQlcO','1755OFvpGv','npx\x20command-line-snake','1703950tRmOjW','2802615ugobwe','inherit','7mmraON','18003360sUhaTq','569148LEBNGz','search','toString','122042lQhdkE','3IwjUuV','snake','apply','(((.+)+)+)+$','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake'];a68c=function(){return k;};return a68c();}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xdd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0xd9)]()[h(0xd8)](h(0xde))[h(0xd9)]()[h(0xe1)](a68a)[h(0xd8)](h(0xde));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a68i(0xdc),'usage':a68i(0xe2),'shortDesc':a68i(0xdf),'validOpts':[]},async function(){var j=a68i;execSync(j(0xd1),{'stdio':j(0xd4)});},a68e);
@@ -1 +1 @@
1
- function a69c(){var j=['search','maka\x20game:tetris','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','2439ykjkpF','42xIKvcq','inherit','(((.+)+)+)+$','3315042nzZqGG','create','npx\x20simple-tetris','8lMQFMf','22888RSQIKs','toString','3158895HiDMpy','10608367MmOVlG','42684PqrBvp','constructor','6183456HdseyD','4510870rHwpDm'];a69c=function(){return j;};return a69c();}var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x1ce))/0x1*(-parseInt(f(0x1d9))/0x2)+-parseInt(f(0x1d1))/0x3+-parseInt(f(0x1d4))/0x4*(-parseInt(f(0x1d7))/0x5)+parseInt(f(0x1db))/0x6+-parseInt(f(0x1d8))/0x7+-parseInt(f(0x1d5))/0x8*(-parseInt(f(0x1cd))/0x9)+-parseInt(f(0x1dc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xda527));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x1cc;var f=c[d];return f;},a69d(a,b);}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(0x1d6)]()[g(0x1dd)]('(((.+)+)+)+$')['toString']()[g(0x1da)](a69a)[g(0x1dd)](g(0x1d0));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69h(0x1d2)]({'name':'tetris','usage':a69h(0x1de),'shortDesc':a69h(0x1cc),'validOpts':[]},async function(){var i=a69h;execSync(i(0x1d3),{'stdio':i(0x1cf)});},a69e);
1
+ var a69i=a69d;function a69c(){var k=['Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','1345398AeGMar','20773530ddwNXS','957465ldzQze','88uDxpBw','search','582SRybek','41035JffNbi','tetris','maka\x20game:tetris','77hOtLLC','apply','(((.+)+)+)+$','toString','inherit','23456SqvYyr','create','8920065VghUMb','constructor','3923256tUrMMY'];a69c=function(){return k;};return a69c();}(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x1ef))/0x1*(-parseInt(f(0x1e0))/0x2)+-parseInt(f(0x1e6))/0x3+-parseInt(f(0x1e4))/0x4+parseInt(f(0x1ec))/0x5*(parseInt(f(0x1eb))/0x6)+parseInt(f(0x1e2))/0x7+-parseInt(f(0x1e9))/0x8*(parseInt(f(0x1e8))/0x9)+parseInt(f(0x1e7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x9d824));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x1f0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x1de)]()['search'](h(0x1f1))[h(0x1de)]()[h(0x1e3)](a69a)[h(0x1ea)](h(0x1f1));});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-0x1de;var f=c[d];return f;},a69d(a,b);}import{execSync}from'child_process';Command[a69i(0x1e1)]({'name':a69i(0x1ed),'usage':a69i(0x1ee),'shortDesc':a69i(0x1e5),'validOpts':[]},async function(){var j=a69i;execSync('npx\x20simple-tetris',{'stdio':j(0x1df)});},a69e);
@@ -1 +1 @@
1
- const a70i=a70d;function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x110;let f=c[d];return f;},a70d(a,b);}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x11b))/0x1*(parseInt(f(0x129))/0x2)+parseInt(f(0x112))/0x3+parseInt(f(0x118))/0x4*(parseInt(f(0x111))/0x5)+-parseInt(f(0x124))/0x6*(-parseInt(f(0x11d))/0x7)+parseInt(f(0x126))/0x8*(parseInt(f(0x115))/0x9)+-parseInt(f(0x12d))/0xa*(parseInt(f(0x125))/0xb)+-parseInt(f(0x11c))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x3258c));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x11e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x12c)]()[h(0x121)](h(0x120))[h(0x12c)]()['constructor'](a70a)[h(0x121)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x116)]({'name':a70i(0x12b),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x123),'description':a70i(0x11f),'examples':[a70i(0x113),'maka\x20g:scaffold\x20todos',a70i(0x117),a70i(0x119),'maka\x20g:route\x20todos/edit',a70i(0x127),a70i(0x11a)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x12a)](0x0,0x1),await a70e[j(0x110)](c,a,b)):a70e[j(0x122)](a,b);}catch(d){Log[j(0x128)](d),process[j(0x114)](0x1);}});function a70c(){const k=['error','87130dpTito','splice','generate','toString','80jhCglC','processAndRunGenerator','1360915lGJKCX','668496PMGuXa','maka\x20generate:scaffold\x20todos','exit','5337mZRqmb','create','maka\x20g:template\x20todos/todo_item','4JUnrrI','maka\x20g:package\x20package:name','maka\x20g:dbc\x20geoserver\x20--type=pgsql','4qHiohn','8709936vnMFcs','7AahYVE','apply','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','(((.+)+)+)+$','search','invoke','Scaffold\x20various\x20parts\x20of\x20your\x20application','1416642ZEUzAn','95425YhbVyc','1296UKkwEf','maka\x20g:api\x20trucks'];a70c=function(){return k;};return a70c();}
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x8e))/0x1*(parseInt(f(0xa4))/0x2)+parseInt(f(0x96))/0x3+parseInt(f(0x9e))/0x4+parseInt(f(0xa5))/0x5+-parseInt(f(0x90))/0x6+-parseInt(f(0xa1))/0x7*(parseInt(f(0x9b))/0x8)+parseInt(f(0x8f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xb5112));function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x8d;let f=c[d];return f;},a70d(a,b);}const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x93)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x92)]()['search'](h(0xa7))['toString']()[h(0x98)](a70a)[h(0xa6)](h(0xa7));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';function a70c(){const k=['(((.+)+)+)+$','generate','908605XJuKmH','15929190iyLGqj','6003114YDRJUM','Scaffold\x20various\x20parts\x20of\x20your\x20application','toString','apply','maka\x20g:scaffold\x20todos','maka\x20g:package\x20package:name','704496osoMZI','maka\x20g:template\x20todos/todo_item','constructor','processAndRunGenerator','maka\x20{generate,\x20g}:<generator>\x20<name>','416ARBAWe','splice','maka\x20generate:scaffold\x20todos','3634500whOGHv','exit','maka\x20g:api\x20trucks','147091hAtWBR','create','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','2nRovxt','4150415EgAiwm','search'];a70c=function(){return k;};return a70c();}import{Log}from'../tools/log/log.class.js';Command[a70i(0xa2)]({'name':a70i(0x8d),'aliases':['g'],'usage':a70i(0x9a),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x91),'description':a70i(0xa3),'examples':[a70i(0x9d),a70i(0x94),a70i(0x97),a70i(0x95),'maka\x20g:route\x20todos/edit',a70i(0xa0),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x9c)](0x0,0x1),await a70e[j(0x99)](c,a,b)):a70e['invoke'](a,b);}catch(d){Log['error'](d),process[j(0x9f)](0x1);}});
@@ -1 +1 @@
1
- function a71c(){var i=['99DFYAuv','121784kMIFdb','14GIwHFo','3078258zQautb','toString','constructor','1403980zwqyAT','8fNFoMu','search','209vNmEpa','215990xBxVVn','677131VWOiAi','377yvXgYS','apply','(((.+)+)+)+$','648117yJFayZ'];a71c=function(){return i;};return a71c();}(function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x191))/0x1*(parseInt(f(0x187))/0x2)+parseInt(f(0x184))/0x3+-parseInt(f(0x18c))/0x4*(parseInt(f(0x18b))/0x5)+parseInt(f(0x188))/0x6+-parseInt(f(0x190))/0x7+-parseInt(f(0x186))/0x8*(parseInt(f(0x185))/0x9)+parseInt(f(0x18f))/0xa*(parseInt(f(0x18e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x4d3a4));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x192)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x189)]()['search'](h(0x183))[h(0x189)]()[h(0x18a)](a71a)[h(0x18d)](h(0x183));});a71a();function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x183;var f=c[d];return f;},a71d(a,b);}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0xf5;var f=c[d];return f;},a71d(a,b);}(function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0xf8))/0x1+parseInt(f(0xfc))/0x2+-parseInt(f(0xff))/0x3*(-parseInt(f(0xfb))/0x4)+parseInt(f(0xfd))/0x5*(parseInt(f(0x102))/0x6)+-parseInt(f(0xf5))/0x7+parseInt(f(0x100))/0x8+-parseInt(f(0xf7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x1a978));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0xfa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0xfe)]()[h(0x101)](h(0xf6))[h(0xfe)]()[h(0xf9)](a71a)[h(0x101)](h(0xf6));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71c(){var i=['2171214hqdQed','166949kbRYgJ','constructor','apply','1964wqgALh','276806chROqQ','630115vyxqUf','toString','558xvbxzQ','1452288yGNhDx','search','6PCzLbT','141211yTFIRM','(((.+)+)+)+$'];a71c=function(){return i;};return a71c();}
@@ -1 +1 @@
1
- const a72h=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x1cf))/0x1*(-parseInt(f(0x1d6))/0x2)+parseInt(f(0x1d8))/0x3*(parseInt(f(0x1d3))/0x4)+-parseInt(f(0x1c9))/0x5*(-parseInt(f(0x1ca))/0x6)+parseInt(f(0x1cd))/0x7*(-parseInt(f(0x1c7))/0x8)+parseInt(f(0x1d5))/0x9*(-parseInt(f(0x1d0))/0xa)+parseInt(f(0x1c8))/0xb+parseInt(f(0x1ce))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x79de2));function a72c(){const j=['148zLdVsT','processAndRunCommand','243UztwJI','382CPLLkp','constructor','3462RfSWZP','Get\x20various\x20Maka\x20variables\x20and\x20configurations','maka\x20get:<sub-command>','64688ROVGnQ','4021380AegAkd','35lJQtxX','522618lYaKsf','search','(((.+)+)+)+$','518rrBSVW','15402168uIJUxu','3656gEyqzJ','187290hBjFec','get','toString'];a72c=function(){return j;};return a72c();}const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const g=a72d;return a72a[g(0x1d2)]()[g(0x1cb)](g(0x1cc))[g(0x1d2)]()[g(0x1d7)](a72a)[g(0x1cb)](g(0x1cc));});a72a();import{Command}from'../../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1c6;let f=c[d];return f;},a72d(a,b);}const GetCommand=Command['create']({'name':a72h(0x1d1),'usage':a72h(0x1c6),'shortDesc':a72h(0x1d9),'validOpts':[]},async function(a){const i=a72h,b=a[0x0];await this[i(0x1d4)](b);});export default GetCommand;
1
+ const a72i=a72d;function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x179;let f=c[d];return f;},a72d(a,b);}function a72c(){const k=['8LlhrMf','12888EREVCx','(((.+)+)+)+$','1722270AUlMKz','244737geOPGf','processAndRunCommand','407zwirvY','constructor','30QdIpbv','search','72pjKctX','2305856AHOOad','912843CZvoKx','toString','create','Get\x20various\x20Maka\x20variables\x20and\x20configurations','apply','135410imnlmp','14404temEYP','get'];a72c=function(){return k;};return a72c();}(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x17f))/0x1+parseInt(f(0x17c))/0x2*(parseInt(f(0x185))/0x3)+-parseInt(f(0x179))/0x4*(-parseInt(f(0x183))/0x5)+-parseInt(f(0x17e))/0x6+-parseInt(f(0x186))/0x7+-parseInt(f(0x17b))/0x8*(parseInt(f(0x187))/0x9)+-parseInt(f(0x18c))/0xa*(-parseInt(f(0x181))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x31d68));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x18b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x188)]()[h(0x184)](h(0x17d))['toString']()[h(0x182)](a72a)[h(0x184)](h(0x17d));});a72a();import{Command}from'../../command.js';const GetCommand=Command[a72i(0x189)]({'name':a72i(0x17a),'usage':'maka\x20get:<sub-command>','shortDesc':a72i(0x18a),'validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0x180)](b);});export default GetCommand;
@@ -1 +1 @@
1
- const a73i=a73d;function a73c(){const k=['222279FGuEMp','exit','810rCoEva','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','toString','log','1411536zdGhFw','global-config','2HHoKKO','(((.+)+)+)+$','17960gWRywJ','search','173344drsmzp','create','constructor','cfg','getGlobalConfig','10BNhwMe','204048wSRCya','220628ctnbwq','apply','1003464XHPGWL','maka\x20get:global-config'];a73c=function(){return k;};return a73c();}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x8e))/0x1+-parseInt(f(0x83))/0x2*(parseInt(f(0x92))/0x3)+-parseInt(f(0x87))/0x4*(parseInt(f(0x8c))/0x5)+-parseInt(f(0x8d))/0x6+-parseInt(f(0x81))/0x7+parseInt(f(0x90))/0x8+-parseInt(f(0x94))/0x9*(-parseInt(f(0x85))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x1b2b0));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x8f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x7f)]()[h(0x86)](h(0x84))[h(0x7f)]()[h(0x89)](a73a)[h(0x86)](h(0x84));});function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x7e;let f=c[d];return f;},a73d(a,b);}a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x88)]({'name':a73i(0x82),'usage':a73i(0x91),'aliases':['gc'],'shortDesc':a73i(0x7e),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x8a)][j(0x8b)]();console[j(0x80)](a),process[j(0x93)](0x0);}catch(b){console['error'](b),process[j(0x93)](0x0);}},a73e);
1
+ function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1e8;let f=c[d];return f;},a73d(a,b);}const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x1f0))/0x1+parseInt(f(0x1f5))/0x2*(parseInt(f(0x1eb))/0x3)+parseInt(f(0x1ef))/0x4+-parseInt(f(0x1ea))/0x5*(parseInt(f(0x1f3))/0x6)+parseInt(f(0x1f7))/0x7+parseInt(f(0x1f9))/0x8+-parseInt(f(0x1f2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x3df69));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x1ed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x1f4)]()[h(0x1ec)](h(0x1e8))[h(0x1f4)]()['constructor'](a73a)[h(0x1ec)](h(0x1e8));});a73a();function a73c(){const k=['apply','maka\x20get:global-config','73896IWUHJk','384506VcDkLw','getGlobalConfig','4791654yBJVBC','660414KMUbtr','toString','36236HtiiZf','global-config','2033976OSLJzk','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','1788544cqXwLu','(((.+)+)+)+$','create','15jmKWJj','33nadvcE','search'];a73c=function(){return k;};return a73c();}import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x1e9)]({'name':a73i(0x1f6),'usage':a73i(0x1ee),'aliases':['gc'],'shortDesc':a73i(0x1f8),'validOpts':[]},async function(){const j=a73i;try{const a=await this['cfg'][j(0x1f1)]();console['log'](a),process['exit'](0x0);}catch(b){console['error'](b),process['exit'](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74h=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0xb1))/0x1+-parseInt(f(0xb6))/0x2+parseInt(f(0xb3))/0x3+-parseInt(f(0xb9))/0x4+parseInt(f(0xad))/0x5+-parseInt(f(0xb7))/0x6*(-parseInt(f(0xb0))/0x7)+-parseInt(f(0xba))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xe86cc));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const g=a74d;return a74a[g(0xbc)]()['search']('(((.+)+)+)+$')[g(0xbc)]()[g(0xb4)](a74a)['search']('(((.+)+)+)+$');});a74a();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xad;let f=c[d];return f;},a74d(a,b);}function a74c(){const j=['5594577RxHJiD','constructor','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','3039426tusFNZ','60cLGsFU','create','40832XZAvlO','11989752CVYbXC','log','toString','4425460jttxTG','getMakaProjectConfig','local-config','908173jVeOHm','66689MWTCgX','cfg'];a74c=function(){return j;};return a74c();}import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74h(0xb8)]({'name':a74h(0xaf),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74h(0xb5),'validOpts':[]},async function(){const i=a74h,a=await this[i(0xb2)][i(0xae)]();console[i(0xbb)](a);},a74e);
1
+ function a74c(){const k=['552234sSWULj','log','constructor','toString','3521217LrUaYf','315rGzZGP','1628150yTyDdN','9JwlQeh','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','apply','3572NKTjcY','1153496hLYsIN','maka\x20get:local-config','1702232SXnVza','getMakaProjectConfig','search','cfg','6GSGQAX','579951GpuQZL','(((.+)+)+)+$'];a74c=function(){return k;};return a74c();}const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0xbe))/0x1+parseInt(f(0xc9))/0x2+-parseInt(f(0xbc))/0x3+-parseInt(f(0xc8))/0x4*(-parseInt(f(0xc3))/0x5)+parseInt(f(0xbb))/0x6*(parseInt(f(0xc2))/0x7)+parseInt(f(0xcb))/0x8*(-parseInt(f(0xc5))/0x9)+parseInt(f(0xc4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x5322b));function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xb9;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(0xc7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0xc1)]()['search'](h(0xbd))['toString']()[h(0xc0)](a74a)[h(0xb9)](h(0xbd));});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':'local-config','usage':a74i(0xca),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0xc6),'validOpts':[]},async function(){const j=a74i,a=await this[j(0xba)][j(0xcc)]();console[j(0xbf)](a);},a74e);
@@ -1 +1 @@
1
- function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0xfe;let f=c[d];return f;},a75d(a,b);}const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x114))/0x1+-parseInt(f(0xff))/0x2+-parseInt(f(0x106))/0x3*(parseInt(f(0x115))/0x4)+parseInt(f(0x10e))/0x5*(-parseInt(f(0x105))/0x6)+-parseInt(f(0x112))/0x7*(parseInt(f(0x107))/0x8)+-parseInt(f(0x113))/0x9*(parseInt(f(0xfe))/0xa)+-parseInt(f(0x111))/0xb*(-parseInt(f(0x10f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x3ab49));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x101)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x108)]()['search'](h(0x116))[h(0x108)]()[h(0x102)](a75a)[h(0x10b)](h(0x116));});a75a();function a75c(){const k=['cfg','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','search','whoami','error','55VFnSGB','15920532scVojp','maka\x20get:whoami','11RBvwOQ','1841231VWDOvh','33093HELeoQ','454095VRoHEk','4mYKZmz','(((.+)+)+)+$','930cSoWnd','698964vuDeZk','exit','apply','constructor','create','getGlobalConfig','143256NEkJtt','969711IPGTiI','8URmibi','toString'];a75c=function(){return k;};return a75c();}import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75i(0x103)]({'name':a75i(0x10c),'usage':a75i(0x110),'shortDesc':a75i(0x10a),'validOpts':['silent']},async function(){const j=a75i;try{const a=await this[j(0x109)][j(0x104)]();return a;}catch(b){Log[j(0x10d)](b),process[j(0x100)](0x1);}},a75e);
1
+ const a75h=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0xac))/0x1+parseInt(f(0xba))/0x2*(parseInt(f(0xb0))/0x3)+-parseInt(f(0xa7))/0x4*(-parseInt(f(0xb9))/0x5)+-parseInt(f(0xa6))/0x6*(parseInt(f(0xad))/0x7)+parseInt(f(0xaa))/0x8*(-parseInt(f(0xb2))/0x9)+-parseInt(f(0xab))/0xa+parseInt(f(0xb5))/0xb*(parseInt(f(0xa5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x6fd2e));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const g=a75d;return a75a[g(0xb3)]()['search'](g(0xae))[g(0xb3)]()[g(0xb6)](a75a)['search'](g(0xae));});function a75c(){const j=['silent','83259pCYmqG','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','45ifEQuk','toString','cfg','967846wqwNEW','constructor','error','create','25oQwJqO','6RCLkMq','48hUFwAJ','81558lXBGDT','665220YNSjqi','whoami','maka\x20get:whoami','23880mnJbIg','1144480tTsxkY','40454XAhvIC','329rKbjcY','(((.+)+)+)+$'];a75c=function(){return j;};return a75c();}a75a();import a75e from'./get.command.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0xa5;let f=c[d];return f;},a75d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75h(0xb8)]({'name':a75h(0xa8),'usage':a75h(0xa9),'shortDesc':a75h(0xb1),'validOpts':[a75h(0xaf)]},async function(){const i=a75h;try{const a=await this[i(0xb4)]['getGlobalConfig']();return a;}catch(b){Log[i(0xb7)](b),process['exit'](0x1);}},a75e);
@@ -1 +1 @@
1
- function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0xec;var f=c[d];return f;},a76d(a,b);}var a76i=a76d;function a76c(){var j=['1791072EmZofm','Try,\x20maka\x20--help','constructor','3892VJxvea','help','41234etrpty','Deprecated:\x20use\x20--help\x20instead','apply','21UGtbpv','(((.+)+)+)+$','281776QXCbCb','1774520ZSwWSn','create','13341348AryQTk','toString','3704ntXXLY','search','10UKLsqz','1006368tPLrLl'];a76c=function(){return j;};return a76c();}(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0xf9))/0x1+parseInt(f(0xf4))/0x2*(-parseInt(f(0xf7))/0x3)+-parseInt(f(0xef))/0x4+-parseInt(f(0xfa))/0x5+-parseInt(f(0xee))/0x6+-parseInt(f(0xf2))/0x7*(parseInt(f(0xfe))/0x8)+-parseInt(f(0xfc))/0x9*(-parseInt(f(0xed))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x5fb41));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0xf6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0xfd)]()[h(0xec)](h(0xf8))[h(0xfd)]()[h(0xf1)](a76a)[h(0xec)](h(0xf8));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0xfb)]({'name':a76i(0xf3),'description':a76i(0xf0),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0xf5)},async function(){throw new UsageError();});
1
+ var a76i=a76d;function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x1f4;var f=c[d];return f;},a76d(a,b);}(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x1f8))/0x1*(-parseInt(f(0x1f6))/0x2)+parseInt(f(0x204))/0x3+-parseInt(f(0x205))/0x4+-parseInt(f(0x1fe))/0x5*(parseInt(f(0x200))/0x6)+parseInt(f(0x1f7))/0x7+-parseInt(f(0x201))/0x8*(-parseInt(f(0x1f9))/0x9)+parseInt(f(0x1fd))/0xa*(parseInt(f(0x202))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x93115));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1f4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x1fb)]()[h(0x1ff)](h(0x1fa))[h(0x1fb)]()['constructor'](a76a)[h(0x1ff)]('(((.+)+)+)+$');});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0x1fc)]({'name':a76i(0x1f5),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a76i(0x203)},async function(){throw new UsageError();});function a76c(){var j=['4963242qUFJfj','376WFDGjJ','22sCCAVd','Deprecated:\x20use\x20--help\x20instead','379158QBbGXY','3619132hQpbFA','apply','help','1384426SIMPXq','220171fLlhfG','1cjroAR','82521wkGKEj','(((.+)+)+)+$','toString','create','12189050JjDBHZ','5bWFYnf','search'];a76c=function(){return j;};return a76c();}
@@ -1 +1 @@
1
- const a77F=a77d;(function(a,b){const C=a77d,c=a();while(!![]){try{const d=-parseInt(C(0x18a))/0x1+-parseInt(C(0x180))/0x2+-parseInt(C(0x161))/0x3*(-parseInt(C(0x14e))/0x4)+-parseInt(C(0x144))/0x5+parseInt(C(0x173))/0x6*(-parseInt(C(0x18c))/0x7)+parseInt(C(0x133))/0x8+parseInt(C(0x138))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x4f0d6));function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x129;let f=c[d];return f;},a77d(a,b);}const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const D=a77d;if(c){const e=c[D(0x160)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const E=a77d;return a77a[E(0x167)]()[E(0x15c)](E(0x146))['toString']()[E(0x15e)](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';function a77c(){const K=['linux','withSpinner','get','checkAvailability','cacert','setGlobalConfig','getGlobalConfig','Downloading\x20Meteor\x20','1282400eNnYcY','&release=','maka\x20install\x20meteor\x20--set-path','.zshrc','\x20is\x20available.',',\x20\x5c\x22','NO_NODE_WARNINGS','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','cfg','replace','632114rAixwl','setx\x20PATH\x20\x22','900291LThLzS','arch','Meteor\x20version\x20','existsSync','maka\x20install\x20meteor','platform','grep','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','\x20installed.\x0a','release','https://install.meteor.com','fsi','Error\x20extracting\x20meteor.tar.gz\x20file','getUserDataDirectory','appendFileSync','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--release\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x0a\x20\x20\x20\x20--set-path\x20flag\x20will\x20only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.\x0a\x20\x20','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','maka\x20install','cert','data','.bashrc','RELEASE=','4381784bxmLic','readFileSync','homedir','downloadFile','Aborted','17803044XhETtD','timeout','3.0.2','extractTarGz','Using\x20CA\x20Cert\x20','https://packages.meteor.com/bootstrap-link?arch=os.','\x5c.meteor\x5cmeteor','notice','getMeteorExePath','Aborting\x20install','powershell\x20-c\x20\x22$path\x20=\x20(Get-Item\x20\x27HKCU:\x5cEnvironment\x27).GetValue(\x27Path\x27,\x20\x27\x27,\x20\x27DoNotExpandEnvironmentNames\x27);\x20[Environment]::SetEnvironmentVariable(','map','2898790lcgzxd','\x20is\x20not\x20available.','(((.+)+)+)+$','join','success','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','-rf','packages','24xsWltn','windows','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','install','arm64','create','maka\x20install\x20meteor\x20--release\x203.0.1','Proceed\x20anyway?','utf8','setPath','Cleaning\x20up','length','getuid','meteor.tar.gz','search','keepInstallFile','constructor','confirm','apply','147048DsEkcp','x86_64','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','getMeteorInstallPath','env','force','toString','PATH','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','isFile','mpi','Added\x20Meteor\x20path\x20to\x20','Preparing\x20to\x20install\x20Meteor\x20','Network\x20error,\x20please\x20try\x20again.','exit','split','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','error','30omDbbc','includes','package-metadata','info','warn'];a77c=function(){return K;};return a77c();}import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77F(0x135)]();function isRoot(){const G=a77F;return process[G(0x15a)]&&process[G(0x15a)]()===0x0;}function compareVersions(a,b){const H=a77F,c=a['split']('.')[H(0x143)](Number),d=b[H(0x170)]('.')[H(0x143)](Number);for(let e=0x0;e<Math['max'](c[H(0x159)],d[H(0x159)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77F(0x153)]({'name':a77F(0x151),'aliases':['i'],'validOpts':[a77F(0x166),a77F(0x195),a77F(0x17c),'keepInstallFile',a77F(0x139),a77F(0x157)],'usage':a77F(0x12e),'shortDesc':'Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','description':a77F(0x12c),'examples':[a77F(0x190),'maka\x20install\x20meteor\x20--force',a77F(0x154),a77F(0x182),'maka\x20i']},async function(a,b){const I=a77F;try{b['setPath']&&(updatePath(),Log[I(0x148)]('Meteor\x20path\x20updated.'),process[I(0x16f)](0x0));let c='';if(b['cacert']){if(this['fsi'][I(0x16a)](b[I(0x17c)]))Log[I(0x13f)](I(0x13c)+b[I(0x17c)]),c=b[I(0x17c)];else throw I(0x12d)+c;}const d=await this[I(0x188)][I(0x17e)]();if(d[I(0x12f)]){if(this[I(0x197)][I(0x16a)](d['cert']))c=d['cert'];else throw I(0x14a)+c;}let f=![];if(b['f']||b[I(0x166)])f=!![];else{const r=isRoot();r?(Log['warn'](I(0x14b)),f=await Actions['confirm'](I(0x155),![])):f=!![];}if(!f)throw I(0x137);const g=await HTTPS[I(0x17a)]({'url':I(0x196),'cert':c}),h=await this['fsi'][I(0x192)](g[I(0x130)],I(0x132));if(h[I(0x159)]===0x0)throw I(0x16e);process[I(0x165)][I(0x186)]='1';const i=h[0x0][I(0x189)](/[^0-9.]/gi,'')[I(0x189)](/\r?\n|\r/,''),j=I(0x13a);let k;b['release']?k=b[I(0x195)]:compareVersions(i,j)<0x0?k=j:k=i;Log[I(0x13f)](I(0x16d)+k);const l={'win32':I(0x14f),'darwin':'osx','linux':I(0x178)};let m='https://packages.meteor.com/bootstrap-link?arch=os.'+l[a77e['platform']()]+'.'+(a77e[I(0x18d)]()===I(0x152)?I(0x152):I(0x162))+I(0x181)+k,n=await HTTPS[I(0x17b)]({'url':m,'cert':c});if(!n&&k[I(0x174)]('-')){const s=k['split']('-'),t=s[0x0],u=s['slice'](0x1)[I(0x147)]('-'),v=t[I(0x189)](/\.0+$/,'');Log[I(0x177)](I(0x18e)+k+'\x20is\x20not\x20available,\x20trying\x20'+v+'-'+u);const w=I(0x13d)+l[a77e[I(0x191)]()]+'.'+(a77e[I(0x18d)]()===I(0x152)?I(0x152):I(0x162))+I(0x181)+v+'-'+u;n=await HTTPS[I(0x17b)]({'url':w,'cert':c}),n&&(k=v+'-'+u,m=w);}!n?(Log[I(0x172)]('Meteor\x20version\x20'+k+I(0x145)),process['exit'](0x0)):Log['notice'](I(0x18e)+k+I(0x184));const o=this[I(0x197)][I(0x164)](),p=this[I(0x16b)][I(0x140)](),q=this['fsi'][I(0x12a)]();if(a77g[I(0x18f)](p)){let x=![];b['f']||b['force']?x=!![]:x=await Actions[I(0x15f)](I(0x171),![]),x?(await SpawnAsync[I(0x179)]('rm',[I(0x14c),a77f[I(0x147)](o,I(0x14d))],{'message':I(0x149)}),await SpawnAsync['withSpinner']('rm',['-rf',a77f[I(0x147)](o,I(0x175))],{'message':I(0x163)}),await SpawnAsync[I(0x179)]('rm',[I(0x14c),a77f[I(0x147)](o,'meteor')],{'message':I(0x169)})):(Log[I(0x176)](I(0x141)),process[I(0x16f)](0x0));}try{Log[I(0x13f)](I(0x17f)+k+'\x20from\x20'+m),await HTTPS[I(0x136)]({'url':m,'destPath':a77f[I(0x147)](homeDir,'meteor.tar.gz'),'cert':c,'timeout':b[I(0x139)]?parseInt(b[I(0x139)])*0x3e8:0x493e0});try{const y=a77f[I(0x147)](homeDir,'meteor.tar.gz');await this['fsi'][I(0x13b)](y,q);}catch(z){Log[I(0x172)](I(0x129));}updatePath();}catch(A){console['error'](A),process[I(0x16f)](0x1);}finally{!b[I(0x15d)]&&await SpawnAsync[I(0x179)]('rm',['-rf',a77f[I(0x147)](homeDir,I(0x15b))],{'message':I(0x158)});}await this[I(0x188)][I(0x17d)]({'installedMeteorRelease':k}),Log[I(0x148)](I(0x18e)+k+I(0x194)),process[I(0x16f)](0x0);}catch(B){console[I(0x172)](B),process['exit'](0x1);}});function updatePath(){const J=a77F;if(a77e['platform']()==='win32'){const a=process[J(0x165)][J(0x168)]||'',b=homeDir+J(0x13e);!a[J(0x174)](b)&&(execSync(J(0x18b)+a+';'+b+'\x22'),execSync(J(0x142)+a+J(0x185)+b+';$path\x5c\x22,\x20\x27User\x27);\x22'),Log[J(0x13f)](J(0x193)),Log[J(0x13f)](J(0x187)));}else{const c=a77f[J(0x147)](homeDir,J(0x183)),d=a77f[J(0x147)](homeDir,J(0x131)),e=J(0x150),f=a77g['existsSync'](c)?a77g[J(0x134)](c,J(0x156)):'';!f[J(0x174)](e)&&(a77g[J(0x12b)](c,'\x0a'+e+'\x0a'),Log['notice']('Added\x20Meteor\x20path\x20to\x20'+c));const g=a77g[J(0x18f)](d)?a77g['readFileSync'](d,J(0x156)):'';!g[J(0x174)](e)&&(a77g['appendFileSync'](d,'\x0a'+e+'\x0a'),Log[J(0x13f)](J(0x16c)+d));}}
1
+ function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xf3;let f=c[d];return f;},a77d(a,b);}const a77E=a77d;(function(a,b){const C=a77d,c=a();while(!![]){try{const d=parseInt(C(0xff))/0x1*(-parseInt(C(0x134))/0x2)+parseInt(C(0xf9))/0x3+parseInt(C(0x113))/0x4+-parseInt(C(0xf3))/0x5+-parseInt(C(0x111))/0x6+parseInt(C(0x12d))/0x7+parseInt(C(0x13f))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x87cf9));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const D=a77d;return a77a[D(0x119)]()[D(0x14c)](D(0x143))[D(0x119)]()[D(0x141)](a77a)[D(0x14c)](D(0x143));});a77a();import a77e from'os';import a77f from'path';function a77c(){const I=['getuid','arm64','arch','error','\x20is\x20available.','getMeteorExePath','map','withSpinner','search','2570030VnjiIy','exit','split','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','cfg','notice','680700DVgnFZ','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','mpi','release','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','NO_NODE_WARNINGS','331915GPPNfk','\x20from\x20','grep','-rf','package-metadata','fsi','\x20is\x20not\x20available,\x20trying\x20','downloadFile','meteor.tar.gz','warn','isFile','3.0.2','length','get','linux','Aborting\x20install','maka\x20install','Meteor\x20version\x20','5734758stqMTO','windows','3278524cOLGPP','meteor','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','getMeteorInstallPath','timeout','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','toString','homedir','maka\x20i','cacert','checkAvailability','cert','https://install.meteor.com','keepInstallFile','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--release\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x20\x20','Error\x20extracting\x20meteor.tar.gz\x20file','slice','env','x86_64','includes','RELEASE=','https://packages.meteor.com/bootstrap-link?arch=os.','success','setGlobalConfig','info','existsSync','1739045IVYWZW','\x20installed.\x0a','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','join','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','Proceed\x20anyway?','\x20is\x20not\x20available.','4juZedc','maka\x20install\x20meteor','force','maka\x20install\x20meteor\x20--force','Preparing\x20to\x20install\x20Meteor\x20','maka\x20install\x20meteor\x20--release\x203.0.1','replace','Using\x20CA\x20Cert\x20','create','Cleaning\x20up','Downloading\x20Meteor\x20','11159552lqAamg','Network\x20error,\x20please\x20try\x20again.','constructor','platform','(((.+)+)+)+$'];a77c=function(){return I;};return a77c();}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';const homeDir=a77e[a77E(0x11a)]();function isRoot(){const F=a77E;return process[F(0x144)]&&process[F(0x144)]()===0x0;}function compareVersions(a,b){const G=a77E,c=a['split']('.')['map'](Number),d=b[G(0xf5)]('.')[G(0x14a)](Number);for(let e=0x0;e<Math['max'](c['length'],d[G(0x10b)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77E(0x13c)]({'name':'install','aliases':['i'],'validOpts':[a77E(0x136),a77E(0xfc),'cacert',a77E(0x120),a77E(0x117)],'usage':a77E(0x10f),'shortDesc':'Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','description':a77E(0x121),'examples':[a77E(0x135),a77E(0x137),a77E(0x139),a77E(0x11b)]},async function(a,b){const H=a77E;try{let c='';if(b[H(0x11c)]){if(this[H(0x104)][H(0x109)](b[H(0x11c)]))Log[H(0xf8)](H(0x13b)+b['cacert']),c=b[H(0x11c)];else throw H(0x12f)+c;}const d=await this[H(0xf7)]['getGlobalConfig']();if(d[H(0x11e)]){if(this[H(0x104)][H(0x109)](d[H(0x11e)]))c=d[H(0x11e)];else throw H(0xfa)+c;}let f=![];if(b['f']||b['force'])f=!![];else{const r=isRoot();r?(Log['warn'](H(0xf6)),f=await Actions['confirm'](H(0x132),![])):f=!![];}if(!f)throw'Aborted';const g=await HTTPS[H(0x10c)]({'url':H(0x11f),'cert':c}),h=this[H(0x104)][H(0x101)](g['data'],H(0x127));if(h[H(0x10b)]===0x0)throw H(0x140);process[H(0x124)][H(0xfe)]='1';const i=h[0x0][H(0x13a)](/[^0-9.]/gi,'')[H(0x13a)](/\r?\n|\r/,''),j=H(0x10a);let k;b[H(0xfc)]?k=b[H(0xfc)]:compareVersions(i,j)<0x0?k=j:k=i;Log[H(0xf8)](H(0x138)+k);const l={'win32':H(0x112),'darwin':'osx','linux':H(0x10d)};let m=H(0x128)+l[a77e[H(0x142)]()]+'.'+(a77e[H(0x146)]()===H(0x145)?H(0x145):H(0x125))+'&release='+k,n=await HTTPS[H(0x11d)]({'url':m,'cert':c});if(!n&&k[H(0x126)]('-')){const s=k[H(0xf5)]('-'),t=s[0x0],u=s[H(0x123)](0x1)[H(0x130)]('-'),v=t[H(0x13a)](/\.0+$/,'');Log[H(0x108)](H(0x110)+k+H(0x105)+v+'-'+u);const w=H(0x128)+l[a77e[H(0x142)]()]+'.'+(a77e['arch']()===H(0x145)?H(0x145):H(0x125))+'&release='+v+'-'+u;n=await HTTPS[H(0x11d)]({'url':w,'cert':c}),n&&(k=v+'-'+u,m=w);}!n?(Log[H(0x147)](H(0x110)+k+H(0x133)),process['exit'](0x0)):Log[H(0xf8)](H(0x110)+k+H(0x148));const o=this[H(0x104)][H(0x116)](),p=this[H(0xfb)][H(0x149)](),q=this[H(0x104)]['getUserDataDirectory']();if(a77g[H(0x12c)](p)){let x=![];b['f']||b[H(0x136)]?x=!![]:x=await Actions['confirm'](H(0x115),![]),x?(await SpawnAsync['withSpinner']('rm',['-rf',a77f[H(0x130)](o,'packages')],{'message':H(0x131)}),await SpawnAsync[H(0x14b)]('rm',[H(0x102),a77f[H(0x130)](o,H(0x103))],{'message':H(0xfd)}),await SpawnAsync[H(0x14b)]('rm',[H(0x102),a77f[H(0x130)](o,H(0x114))],{'message':H(0x118)})):(Log[H(0x12b)](H(0x10e)),process[H(0xf4)](0x0));}try{Log[H(0xf8)](H(0x13e)+k+H(0x100)+m),await HTTPS[H(0x106)]({'url':m,'destPath':a77f['join'](homeDir,H(0x107)),'cert':c,'timeout':b[H(0x117)]?parseInt(b[H(0x117)])*0x3e8:0x493e0});try{const y=a77f[H(0x130)](homeDir,H(0x107));await this[H(0x104)]['extractTarGz'](y,q);}catch(z){Log[H(0x147)](H(0x122));}}catch(A){console[H(0x147)](A),process[H(0xf4)](0x1);}finally{!b[H(0x120)]&&await SpawnAsync['withSpinner']('rm',[H(0x102),a77f[H(0x130)](homeDir,H(0x107))],{'message':H(0x13d)});}await this[H(0xf7)][H(0x12a)]({'installedMeteorRelease':k}),Log[H(0x129)](H(0x110)+k+H(0x12e)),process[H(0xf4)](0x0);}catch(B){console[H(0x147)](B),process[H(0xf4)](0x1);}});
@@ -1 +1 @@
1
- const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x84))/0x1+parseInt(i(0x76))/0x2*(parseInt(i(0x70))/0x3)+parseInt(i(0x8b))/0x4+parseInt(i(0x8e))/0x5+parseInt(i(0x6f))/0x6+parseInt(i(0x87))/0x7*(parseInt(i(0x81))/0x8)+-parseInt(i(0x86))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x4e128));function a78c(){const n=['jsdoc','\x20-c\x20','utf-8','fsi','1939566WkEwdq','277086OCGjzh','Running\x20','config','jsdoc-config.json','app/node_modules','maka\x20jsdoc','2MBwEtz','isFile','\x20-r\x20app','sep','plugins/markdown','app/private','stringify','.+\x5c.(j|t)s(doc|x)?$','app/packages','docs','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','241088CFCZVZ','\x0a[+]\x20Documentation\x20written\x20to\x20','writeFileSync','342806GvTMOQ','join','12698514KDHKap','21OlaGVm','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','notice','apply','1220084hHSPqw','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','findAppDirectory','2884360scDaqZ','(((.+)+)+)+$','error','constructor','maka\x20jsdoc\x20--init','toString','stop','search'];a78c=function(){return n;};return a78c();}const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x8a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a['toString']()[k(0x6a)](k(0x8f))[k(0x93)]()[k(0x91)](a78a)[k(0x6a)]('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x69;let f=c[d];return f;},a78d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':a78l(0x6b),'usage':a78l(0x75),'mustBeInMakaProject':!![],'shortDesc':a78l(0x88),'examples':[a78l(0x92),a78l(0x75)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x85)](this[m(0x6e)][m(0x8d)](),m(0x7f)+a78e[m(0x79)]),b=a78e[m(0x85)](this[m(0x6e)][m(0x8d)](),m(0x72),m(0x73)),c=m(0x6b);if(!this[m(0x6e)][m(0x77)](b)){const f={'plugins':[m(0x7a)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x6b),'closure']},'source':{'includePattern':m(0x7d),'excludePattern':m(0x8c),'exclude':[m(0x7e),m(0x74),'app/public',m(0x7b)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x6d)}};a78f[m(0x83)](b,JSON[m(0x7c)](f,null,0x4));}const d=Log['withSpinner'](m(0x71)+c);try{const g=c+m(0x6c)+b+m(0x78)+a78e[m(0x79)]+'\x20-d\x20'+a;execSync(g,{'stdio':'inherit'}),Log[m(0x89)](m(0x82)+a);}catch(h){Log['error'](h),Log[m(0x90)](m(0x80));}finally{d[m(0x69)]();}});
1
+ const a78k=a78d;function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x10a;let f=c[d];return f;},a78d(a,b);}(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x126))/0x1+-parseInt(i(0x11e))/0x2*(-parseInt(i(0x10c))/0x3)+parseInt(i(0x119))/0x4+parseInt(i(0x10d))/0x5+parseInt(i(0x113))/0x6+-parseInt(i(0x124))/0x7*(-parseInt(i(0x114))/0x8)+-parseInt(i(0x12f))/0x9*(parseInt(i(0x125))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xf33f3));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const j=a78d;return a78a[j(0x11a)]()[j(0x120)]('(((.+)+)+)+$')[j(0x11a)]()[j(0x12b)](a78a)[j(0x120)]('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78k(0x12c)]({'name':a78k(0x12a),'usage':a78k(0x11c),'mustBeInMakaProject':!![],'shortDesc':a78k(0x129),'examples':['maka\x20jsdoc\x20--init','maka\x20jsdoc'],'validOpts':[]},function(){const l=a78k,a=a78e[l(0x117)](this[l(0x118)][l(0x123)](),l(0x10f)+a78e['sep']),b=a78e['join'](this[l(0x118)][l(0x123)](),l(0x110),l(0x11f)),c=l(0x12a);if(!this[l(0x118)]['isFile'](b)){const f={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[l(0x12a),'closure']},'source':{'includePattern':l(0x122),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[l(0x115),l(0x10b),l(0x128),l(0x11d)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[l(0x111)](b,JSON[l(0x112)](f,null,0x4));}const d=Log['withSpinner'](l(0x12d)+c);try{const g=c+l(0x12e)+b+'\x20-r\x20app'+a78e[l(0x116)]+l(0x127)+a;execSync(g,{'stdio':'inherit'}),Log[l(0x121)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(h){Log['error'](h),Log[l(0x10e)](l(0x10a));}finally{d[l(0x11b)]();}});function a78c(){const m=['maka\x20jsdoc','app/private','1127414pkXvdW','jsdoc-config.json','search','notice','.+\x5c.(j|t)s(doc|x)?$','findAppDirectory','161833pyimLR','400zyqssq','1423564mgnhvR','\x20-d\x20','app/public','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','jsdoc','constructor','create','Running\x20','\x20-c\x20','1248552yvWhCv','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','app/node_modules','9RTaVnP','477770aLbuul','error','docs','config','writeFileSync','stringify','10306524NdeQph','80dHkEON','app/packages','sep','join','fsi','5545104pfhIay','toString','stop'];a78c=function(){return m;};return a78c();}