@maka/maka-cli 5.0.34 → 5.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/bundle/obf/package.json +2 -2
  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/project/package.json +2 -0
  144. package/bundle/obf/src/tool.js +1 -1
  145. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  146. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  147. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  148. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  149. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  150. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  151. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  152. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  153. package/bundle/obf/src/tools/https/https.class.js +1 -1
  154. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  155. package/bundle/obf/src/tools/log/log.class.js +1 -1
  156. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  157. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  158. package/bundle/obf/src/tools/options/options.class.js +1 -1
  159. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  160. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  161. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  162. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  163. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  164. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  165. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  166. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  167. package/package.json +2 -2
@@ -1 +1 @@
1
- var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0xbe))/0x1+-parseInt(f(0xc6))/0x2*(parseInt(f(0xd5))/0x3)+-parseInt(f(0xdc))/0x4*(parseInt(f(0xbb))/0x5)+parseInt(f(0xda))/0x6*(-parseInt(f(0xdb))/0x7)+parseInt(f(0xcd))/0x8+-parseInt(f(0xd2))/0x9+parseInt(f(0xd8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xb2cc8));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a[g(0xba)]()[g(0xb9)](g(0xb1))[g(0xba)]()[g(0xcf)](a58a)[g(0xb9)](g(0xb1));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xab;var f=c[d];return f;},a58d(a,b);}export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0xac)],'category':Category['Unknown'],'shape':Shape[h(0xbf)],'color':Color[h(0xaf)],'texture':Texture[h(0xcc)],'rating':Rating[h(0xca)],'weight':0x1});}[a58i(0xd0)](){var j=a58i;return this[j(0xc9)];}}export class Sword extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size[k(0xac)],'category':Category[k(0xb3)],'shape':Shape[k(0xad)],'color':Color[k(0xb4)],'texture':Texture[k(0xc3)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size[l(0xc7)],'category':Category['Weapon'],'shape':Shape[l(0xc0)],'color':Color['Brown'],'texture':Texture[l(0xc3)],'rating':Rating['Rare'],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size[m(0xac)],'category':Category[m(0xde)],'shape':Shape[m(0xb7)],'color':Color['Grey'],'texture':Texture[m(0xc3)],'rating':Rating[m(0xca)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size[n(0xc7)],'category':Category[n(0xd1)],'shape':Shape[n(0xbf)],'color':Color[n(0xb4)],'texture':Texture[n(0xc3)],'rating':Rating[n(0xca)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size[o(0xac)],'category':Category['LegArmor'],'shape':Shape[o(0xbf)],'color':Color[o(0xb4)],'texture':Texture['Metallic'],'rating':Rating[o(0xca)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0xac)],'category':Category[p(0xc2)],'shape':Shape[p(0xb7)],'color':Color[p(0xb6)],'texture':Texture[p(0xcc)],'rating':Rating[p(0xca)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size['Small'],'category':Category[q(0xdd)],'shape':Shape[q(0xb7)],'color':Color['Brown'],'texture':Texture[q(0xcc)],'rating':Rating[q(0xca)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0xac)],'category':Category[r(0xd3)],'shape':Shape[r(0xbf)],'color':Color[r(0xb4)],'texture':Texture[r(0xc3)],'rating':Rating[r(0xca)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58i;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[s(0xd9)],'shape':Shape['Rectangle'],'color':Color['Yellow'],'texture':Texture[s(0xcc)],'rating':Rating[s(0xca)],'weight':0x0});}[a58i(0xd0)](){var t=a58i;return t(0xc1);}}function a58c(){var B=['author','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','26790300MAKYpQ','Key','54BzMMZS','662011MUOwNt','96yaffIz','Gloves','Helmet','Unknown\x20Author','You\x20hold\x20the\x20','Medium','Blade','Legendary','Yellow','Gold','(((.+)+)+)+$','Cup','Weapon','Grey','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Brown','Circle','pageCount','search','toString','295045YCIoch','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Sniper\x20Rifle','1199984jhbsHX','Rectangle','Rifle','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Boots','Metallic','Short\x20Sword','A\x20mysterious\x20book.','36114EhOoiv','Large','Book','description','Common','publishDate','Smooth','2891248oCNmhS','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','constructor','use','BodyArmor','9541053GMrZSC','ArmArmor','Small','30Qcqntz'];a58c=function(){return B;};return a58c();}export class Weapon extends Item{constructor(a,b){var u=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[u(0xb3)],'shape':Shape[u(0xad)],'color':Color[u(0xb4)],'texture':Texture[u(0xc3)],'rating':Rating['Common'],'weight':0x3});}[a58i(0xd0)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a58i(0xd6)];[a58i(0xcb)];[a58i(0xb8)];constructor(a,b=a58i(0xc5),c=a58i(0xdf)){var v=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[v(0xc8)],'shape':Shape[v(0xbf)],'color':Color[v(0xb6)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1}),this[v(0xd6)]=c,this['publishDate']=new Date(),this[v(0xb8)]=0x64;}[a58i(0xd0)](){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 w=a58i;super({'name':w(0xc4),'description':w(0xd7),'size':Size[w(0xac)],'category':Category['Weapon'],'shape':Shape[w(0xad)],'color':Color[w(0xb4)],'texture':Texture[w(0xc3)],'rating':Rating[w(0xca)],'weight':0x3});}[a58i(0xd0)](){var x=a58i;return x(0xce);}}export class SniperRifle extends Item{constructor(){var y=a58i;super({'name':y(0xbd),'description':y(0xb5),'size':Size[y(0xc7)],'category':Category['Weapon'],'shape':Shape['Rifle'],'color':Color[y(0xb6)],'texture':Texture['Smooth'],'rating':Rating['Common'],'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 z=a58i;super({'name':'Holy\x20Grail','description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[z(0xd4)],'category':Category[z(0xb2)],'shape':Shape[z(0xb7)],'color':Color[z(0xb0)],'texture':Texture['Metallic'],'rating':Rating[z(0xae)],'weight':0x1});}[a58i(0xd0)](){var A=a58i;return A(0xab)+this['name']+A(0xbc);}}
1
+ var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x9f))/0x1*(-parseInt(f(0xbc))/0x2)+-parseInt(f(0xbd))/0x3*(parseInt(f(0xb0))/0x4)+-parseInt(f(0xa8))/0x5+-parseInt(f(0xaa))/0x6*(-parseInt(f(0xa3))/0x7)+parseInt(f(0x95))/0x8+parseInt(f(0xce))/0x9+parseInt(f(0xc2))/0xa*(parseInt(f(0xb1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x595c3));function a58c(){var D=['You\x20hold\x20the\x20','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Rifle','use','Common','pageCount','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Short\x20Sword','Large','Helmet','Rare','5692077pmVyFx','2553664qkODUV','description','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Tiny','Smooth','Legendary','Blade','publishDate','Cup','Brown','1QVPBSE','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','LegArmor','Small','7bunUXH','Weapon','Holy\x20Grail','Gold','Unknown','2705200sahtQE','Grey','2427612OppKFF','BodyArmor','author','search','Key','Metallic','8kGClTb','11zIYUYw','Sniper\x20Rifle','Circle','Medium','Yellow','Boots','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Gloves','(((.+)+)+)+$','Unknown\x20Author','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','885462vqrweZ','407100VEoBKw','Book','Rectangle','toString','ArmArmor','2649270ygpjmo'];a58c=function(){return D;};return a58c();}var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a[g(0xc0)]()[g(0xad)](g(0xb9))[g(0xc0)]()['constructor'](a58a)['search'](g(0xb9));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0xb4)],'category':Category[h(0xa7)],'shape':Shape['Rectangle'],'color':Color[h(0xb5)],'texture':Texture['Smooth'],'rating':Rating[h(0xc7)],'weight':0x1});}[a58i(0xc6)](){var j=a58i;return this[j(0x96)];}}export class Sword extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size[k(0xb4)],'category':Category[k(0xa4)],'shape':Shape[k(0x9b)],'color':Color['Grey'],'texture':Texture[k(0xaf)],'rating':Rating[k(0xc7)],'weight':0x3});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x95;var f=c[d];return f;},a58d(a,b);}export class Rifle extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size[l(0xcb)],'category':Category[l(0xa4)],'shape':Shape[l(0xc5)],'color':Color[l(0x9e)],'texture':Texture['Metallic'],'rating':Rating[l(0xcd)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size[m(0xb4)],'category':Category[m(0xcc)],'shape':Shape['Circle'],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[m(0xc7)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size[n(0xcb)],'category':Category[n(0xab)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[n(0xaf)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size[o(0xb4)],'category':Category[o(0xa1)],'shape':Shape[o(0xbf)],'color':Color['Grey'],'texture':Texture[o(0xaf)],'rating':Rating[o(0xc7)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0xb4)],'category':Category[p(0xb6)],'shape':Shape[p(0xb3)],'color':Color[p(0x9e)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size[q(0xa2)],'category':Category[q(0xb8)],'shape':Shape[q(0xb3)],'color':Color[q(0x9e)],'texture':Texture[q(0x99)],'rating':Rating[q(0xc7)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0xb4)],'category':Category[r(0xc1)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[r(0xaf)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58i;super({'name':a,'description':b,'size':Size[s(0x98)],'category':Category[s(0xae)],'shape':Shape[s(0xbf)],'color':Color['Yellow'],'texture':Texture[s(0x99)],'rating':Rating[s(0xc7)],'weight':0x0});}[a58i(0xc6)](){var t=a58i;return t(0xb7);}}export class Weapon extends Item{constructor(a,b){var u=a58i;super({'name':a,'description':b,'size':Size[u(0xb4)],'category':Category[u(0xa4)],'shape':Shape[u(0x9b)],'color':Color[u(0xa9)],'texture':Texture[u(0xaf)],'rating':Rating['Common'],'weight':0x3});}[a58i(0xc6)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a58i(0xac)];[a58i(0x9c)];['pageCount'];constructor(a,b='A\x20mysterious\x20book.',c=a58i(0xba)){var v=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[v(0xbe)],'shape':Shape[v(0xbf)],'color':Color['Brown'],'texture':Texture[v(0x99)],'rating':Rating[v(0xc7)],'weight':0x1}),this[v(0xac)]=c,this[v(0x9c)]=new Date(),this[v(0xc8)]=0x64;}[a58i(0xc6)](){var w=a58i;return w(0xbb);}}export class ShortSword extends Item{constructor(){var x=a58i;super({'name':x(0xca),'description':x(0xc9),'size':Size[x(0xb4)],'category':Category['Weapon'],'shape':Shape[x(0x9b)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[x(0xc7)],'weight':0x3});}['use'](){var y=a58i;return y(0xa0);}}export class SniperRifle extends Item{constructor(){var z=a58i;super({'name':z(0xb2),'description':'An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','size':Size[z(0xcb)],'category':Category['Weapon'],'shape':Shape[z(0xc5)],'color':Color[z(0x9e)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x5});}[a58i(0xc6)](){var A=a58i;return A(0x97);}}export class HolyGrail extends Item{constructor(){var B=a58i;super({'name':B(0xa5),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[B(0xa2)],'category':Category[B(0x9d)],'shape':Shape[B(0xb3)],'color':Color[B(0xa6)],'texture':Texture[B(0xaf)],'rating':Rating[B(0x9a)],'weight':0x1});}[a58i(0xc6)](){var C=a58i;return C(0xc3)+this['name']+C(0xc4);}}
@@ -1 +1 @@
1
- const a60i=a60d;function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x73;let f=c[d];return f;},a60d(a,b);}function a60c(){const j=['Treasure\x20Room','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','decrypt','Corp\x20Enclave','Riddle\x20Book','Rigger\x27s\x20Workshop','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Courtyard','release','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','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','Library','13844025ppOAlU','west','Armory','rifle','Empty\x20vial','down','Entrance\x20Hall','search','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','The\x20data\x20remains\x20encrypted.','The\x20legendary\x20Holy\x20Grail.','A\x20creditstick\x20loaded\x20with\x20nuyen.','Guard\x27s\x20Log\x20Book','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','A\x20chalice\x20made\x20of\x20pure\x20gold.','EAST','cup','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','weapon','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','An\x20old\x20and\x20rusted\x20sword.','Downtown\x20Seattle','NORTH','drone','constructor','Corporate\x20Creditstick','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Blood-stained\x20Key','sword','Encrypted\x20Data\x20Key','Rusted\x20Sword','A\x20clear\x20glass\x20vial.','Torture\x20Chamber','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','A\x20thin\x20log\x20book','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','insert\x20gem','outside','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Sniper\x20Rifle','OUTSIDE','north','SOUTH','east','Matrix\x20Data\x20Haven','gem','Holy\x20Grail','(((.+)+)+)+$','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Central\x20Chamber\x20Key','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Secret\x20Passage','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','key','110QhsGWy','Central\x20Chamber','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','amulet','8erHqcH','The\x20chest\x20remains\x20firmly\x20shut.','96430VImcgi','2212847pstKCo','Barrens\x20Hideout','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Study','holyGrail','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Amulet\x20of\x20Awakening','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Alchemy\x20Lab','2064360OGWeQx','Golden\x20Key','toString','A\x20key\x20stained\x20with\x20old\x20blood.','That\x20passcode\x20is\x20incorrect','4293524cHbgqQ','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','creditstick','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','secret123','1ZAtOUS','224682EijpHq','inside','apply','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','south','MCT\x20Fly-Spy','1705702fskwIN','Mage\x27s\x20Lair','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Ares\x20Predator','Barrens\x20Entrance','Gang\x20Insignia','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Emblem\x20Shield','Jackpoint\x20Login'];a60c=function(){return j;};return a60c();}(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x7a))/0x1*(-parseInt(f(0x81))/0x2)+parseInt(f(0xe5))/0x3+-parseInt(f(0x75))/0x4+parseInt(f(0xd4))/0x5*(parseInt(f(0x7b))/0x6)+-parseInt(f(0xdb))/0x7*(parseInt(f(0xd8))/0x8)+parseInt(f(0x98))/0x9+parseInt(f(0xda))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xc793d));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0xe7)]()[h(0x9f)](h(0xc8))['toString']()[h(0xb1)](a60a)[h(0x9f)]('(((.+)+)+)+$');});a60a();export const rooms=[{'name':a60i(0x97),'description':a60i(0x95),'isStartRoom':!![],'items':[{'type':a60i(0xd3),'name':a60i(0xe6),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':'book','name':a60i(0xa5),'description':a60i(0xbb),'content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a60i(0xa8),'targetRoom':'Secret\x20Passage'}]},{'name':a60i(0xd1),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0xaf),'targetRoom':a60i(0x8c),'keyRequired':a60i(0xe6)},{'direction':a60i(0xc3),'targetRoom':'Courtyard'}]},{'name':'Treasure\x20Room','description':a60i(0xbf),'items':[{'type':a60i(0xdf),'name':a60i(0xc7),'description':a60i(0xa3)}]},{'name':a60i(0x93),'description':a60i(0x84),'roomType':a60i(0xc1),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':'Watch\x20Tower','description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0xc1),'puzzle':{'requiredPhrase':a60i(0x79),'riddle':a60i(0xd2),'rewardItem':{'type':a60i(0x9b),'name':a60i(0xc0),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x96),'failureMessage':a60i(0x74)}}];export const dungeonConfig=[{'name':a60i(0x9e),'description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':'open\x20sesame','riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0xd3),'name':a60i(0xcf),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0xe3),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':'north','targetRoom':a60i(0xde)},{'direction':a60i(0xc4),'targetRoom':a60i(0xd5),'keyRequired':a60i(0xcf)}]},{'name':a60i(0xde),'description':a60i(0xe2),'roomType':a60i(0x7c),'items':[{'type':'book','name':a60i(0x90),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x92)},{'type':'key','name':a60i(0xcf),'description':a60i(0xc9)}],'exits':[{'direction':a60i(0x7f),'targetRoom':a60i(0x9e)},{'direction':'east','targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0xe4),'description':a60i(0x76),'roomType':a60i(0x7c),'items':[{'type':'basic','name':a60i(0x9c),'description':a60i(0xb8)}],'exits':[{'direction':a60i(0x99),'targetRoom':'Study'},{'direction':a60i(0xc2),'targetRoom':'Armory'}]},{'name':a60i(0x9a),'description':a60i(0xca),'roomType':a60i(0x7c),'items':[{'type':'shield','name':a60i(0x8a),'description':a60i(0x78)},{'type':a60i(0xb5),'name':a60i(0xb7),'description':a60i(0xad)}],'exits':[{'direction':a60i(0x7f),'targetRoom':a60i(0xe4)},{'direction':a60i(0xc4),'targetRoom':a60i(0xd5)}]},{'name':'Central\x20Chamber','description':a60i(0xcd),'roomType':a60i(0x7c),'exits':[{'direction':a60i(0x99),'targetRoom':a60i(0x9a)},{'direction':a60i(0x7f),'targetRoom':a60i(0x9e)},{'direction':a60i(0xc2),'targetRoom':a60i(0xb9)},{'direction':a60i(0xc4),'targetRoom':a60i(0x8c)}]},{'name':a60i(0xb9),'description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a60i(0x7c),'items':[{'type':'key','name':a60i(0xb4),'description':a60i(0x73)}],'puzzle':{'requiredPhrase':a60i(0x94),'riddle':a60i(0xa1),'rewardItem':{'type':a60i(0xc6),'name':'Ancient\x20Gem','description':a60i(0x89)},'successMessage':a60i(0xe0),'failureMessage':a60i(0xac)},'exits':[{'direction':a60i(0x7f),'targetRoom':a60i(0xd5)}]},{'name':a60i(0x8c),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x7c),'puzzle':{'requiredPhrase':a60i(0xbd),'riddle':a60i(0xd0),'rewardItem':{'type':a60i(0xa9),'name':'Golden\x20Chalice','description':a60i(0xa7)},'successMessage':a60i(0x8d),'failureMessage':a60i(0xd9)},'exits':[{'direction':'west','targetRoom':a60i(0xd5)}]}];export const shadowrunConfig=[{'name':a60i(0x8b),'description':a60i(0xb3),'isStartRoom':!![],'roomType':a60i(0x7c),'exits':[{'direction':a60i(0xc2),'targetRoom':a60i(0xae)},{'direction':'up','targetRoom':a60i(0xc5)}]},{'name':'Matrix\x20Data\x20Haven','description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':'inside','puzzle':{'requiredPhrase':a60i(0x8e),'riddle':a60i(0x88),'rewardItem':{'type':a60i(0xd3),'name':a60i(0xb6),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0xd6),'failureMessage':a60i(0xa2)},'exits':[{'direction':a60i(0x9d),'targetRoom':'Jackpoint\x20Login'}]},{'name':'Downtown\x20Seattle','description':a60i(0xba),'roomType':a60i(0xbe),'exits':[{'direction':a60i(0x7f),'targetRoom':a60i(0x8b)},{'direction':'east','targetRoom':a60i(0x86)},{'direction':'west','targetRoom':a60i(0x8f)}]},{'name':a60i(0x86),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0xbe),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a60i(0xcc),'rewardItem':{'type':a60i(0xd3),'name':a60i(0x87),'description':a60i(0xdd)},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':'west','targetRoom':a60i(0xae)},{'direction':a60i(0xc2),'targetRoom':a60i(0xdc)}]},{'name':a60i(0x8f),'description':a60i(0xcb),'roomType':a60i(0x7c),'items':[{'type':a60i(0x77),'name':a60i(0xb2),'description':a60i(0xa4)},{'type':'document','name':'CorpSec\x20Plans','description':a60i(0xaa)}],'exits':[{'direction':a60i(0xc4),'targetRoom':'Downtown\x20Seattle'}]},{'name':'Barrens\x20Hideout','description':a60i(0x83),'roomType':a60i(0xbe),'items':[{'type':a60i(0xab),'name':a60i(0x85),'description':a60i(0xa0)}],'exits':[{'direction':a60i(0x7f),'targetRoom':a60i(0x86)},{'direction':a60i(0xc2),'targetRoom':a60i(0x82)},{'direction':a60i(0xc4),'targetRoom':a60i(0x91)}]},{'name':a60i(0x82),'description':a60i(0x7e),'roomType':a60i(0x7c),'puzzle':{'requiredPhrase':'disenchant','riddle':a60i(0xbc),'rewardItem':{'type':a60i(0xd7),'name':a60i(0xe1),'description':a60i(0xce)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a60i(0xa6)},'exits':[{'direction':'south','targetRoom':a60i(0xdc)}]},{'name':a60i(0x91),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a60i(0x7c),'items':[{'type':a60i(0xb0),'name':a60i(0x80),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x99),'targetRoom':'Barrens\x20Hideout'}]}];
1
+ const a60i=a60d;function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x186;let f=c[d];return f;},a60d(a,b);}(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x1c8))/0x1+-parseInt(f(0x1ba))/0x2+parseInt(f(0x195))/0x3+-parseInt(f(0x1db))/0x4*(-parseInt(f(0x18b))/0x5)+parseInt(f(0x1cf))/0x6+-parseInt(f(0x1f1))/0x7*(parseInt(f(0x1b5))/0x8)+parseInt(f(0x190))/0x9*(parseInt(f(0x1a5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x4f1c4));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x1b9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x197)]()['search']('(((.+)+)+)+$')[h(0x197)]()[h(0x1e8)](a60a)[h(0x1e4)](h(0x1dd));});a60a();export const rooms=[{'name':a60i(0x192),'description':a60i(0x1d6),'isStartRoom':!![],'items':[{'type':a60i(0x1fb),'name':'Golden\x20Key','description':a60i(0x1b8)},{'type':a60i(0x1ef),'name':a60i(0x1c1),'description':a60i(0x1d0),'content':a60i(0x1a3)}],'exits':[{'direction':a60i(0x19d),'targetRoom':'Secret\x20Passage'}]},{'name':a60i(0x1af),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0x1b0),'targetRoom':a60i(0x196),'keyRequired':'Golden\x20Key'},{'direction':a60i(0x1a4),'targetRoom':a60i(0x18f)}]},{'name':a60i(0x196),'description':a60i(0x189),'items':[{'type':'holyGrail','name':'Holy\x20Grail','description':a60i(0x1a8)}]},{'name':a60i(0x18f),'description':a60i(0x1d8),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60i(0x1da)}]},{'name':a60i(0x1da),'description':a60i(0x1c0),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':'secret123','riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':'rifle','name':a60i(0x1c6),'description':a60i(0x1f6)},'successMessage':'You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','failureMessage':'That\x20passcode\x20is\x20incorrect'}}];function a60c(){const j=['CorpSec\x20Plans','Golden\x20Chalice','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Matrix\x20Data\x20Haven','key','A\x20clear\x20glass\x20vial.','Entrance\x20Hall','Ancient\x20Gem','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','amulet','1765KRXKcF','A\x20small\x20surveillance\x20drone.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Jackpoint\x20Login','Courtyard','172710cZBETU','A\x20creditstick\x20loaded\x20with\x20nuyen.','Library','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','1820265Vskoxz','Treasure\x20Room','toString','outside','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Amulet\x20of\x20Awakening','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Corp\x20Enclave','EAST','Riddle\x20Book','creditstick','gem','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','sword','Chad\x20the\x20stupid\x20guard','SOUTH','160QDtmqq','The\x20chest\x20remains\x20firmly\x20shut.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','The\x20legendary\x20Holy\x20Grail.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Alchemy\x20Lab','Barrens\x20Entrance','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','inside','disenchant','Secret\x20Passage','NORTH','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Torture\x20Chamber','328744ZZkqpq','The\x20data\x20remains\x20encrypted.','down','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','apply','727514JORFFf','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','Central\x20Chamber','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Guard\x27s\x20Log\x20Book','A\x20key\x20stained\x20with\x20old\x20blood.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','decrypt','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Sniper\x20Rifle','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','439130Kyjide','east','drone','Central\x20Chamber\x20Key','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Rusted\x20Sword','Mage\x27s\x20Lair','1569276SKhDQe','A\x20thin\x20log\x20book','cup','Rigger\x27s\x20Workshop','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','weapon','Watch\x20Tower','6436OZzYDp','Emblem\x20Shield','(((.+)+)+)+$','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','basic','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','west','Study','Armory','search','Encrypted\x20Data\x20Key','Empty\x20vial','south','constructor','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Downtown\x20Seattle','A\x20chalice\x20made\x20of\x20pure\x20gold.','north','Blood-stained\x20Key','book','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','105bjFXoK','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','Nothing\x20happens.','Barrens\x20Hideout','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20long-range\x20weapon.'];a60c=function(){return j;};return a60c();}export const dungeonConfig=[{'name':a60i(0x187),'description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':a60i(0x1ad),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0x1ea),'rewardItem':{'type':a60i(0x1fb),'name':a60i(0x1cb),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0x1c7),'failureMessage':a60i(0x1f3)},'exits':[{'direction':a60i(0x1ed),'targetRoom':'Study'},{'direction':'east','targetRoom':'Central\x20Chamber','keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0x1e2),'description':a60i(0x1de),'roomType':a60i(0x1ad),'items':[{'type':a60i(0x1ef),'name':a60i(0x19e),'description':a60i(0x1d7),'content':a60i(0x199)},{'type':a60i(0x1fb),'name':'Central\x20Chamber\x20Key','description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':'south','targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x1c9),'targetRoom':a60i(0x1aa)}]},{'name':a60i(0x1aa),'description':a60i(0x1d5),'roomType':a60i(0x1ad),'items':[{'type':a60i(0x1df),'name':a60i(0x1e6),'description':a60i(0x186)}],'exits':[{'direction':a60i(0x1e1),'targetRoom':a60i(0x1e2)},{'direction':a60i(0x1ed),'targetRoom':a60i(0x1e3)}]},{'name':a60i(0x1e3),'description':a60i(0x1b2),'roomType':a60i(0x1ad),'items':[{'type':'shield','name':a60i(0x1dc),'description':a60i(0x1e9)},{'type':a60i(0x1a2),'name':a60i(0x1cd),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':'south','targetRoom':'Alchemy\x20Lab'},{'direction':a60i(0x1c9),'targetRoom':a60i(0x1bd)}]},{'name':'Central\x20Chamber','description':a60i(0x1f0),'roomType':a60i(0x1ad),'exits':[{'direction':'west','targetRoom':a60i(0x1e3)},{'direction':a60i(0x1e7),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x1ed),'targetRoom':'Torture\x20Chamber'},{'direction':'east','targetRoom':a60i(0x196)}]},{'name':a60i(0x1b4),'description':a60i(0x1f5),'roomType':a60i(0x1ad),'items':[{'type':a60i(0x1fb),'name':a60i(0x1ee),'description':a60i(0x1c2)}],'puzzle':{'requiredPhrase':'release','riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a60i(0x1a0),'name':a60i(0x188),'description':a60i(0x1bb)},'successMessage':a60i(0x1b1),'failureMessage':a60i(0x1b3)},'exits':[{'direction':a60i(0x1e7),'targetRoom':a60i(0x1bd)}]},{'name':a60i(0x196),'description':a60i(0x1e0),'roomType':a60i(0x1ad),'puzzle':{'requiredPhrase':'insert\x20gem','riddle':a60i(0x1be),'rewardItem':{'type':a60i(0x1d1),'name':a60i(0x1f8),'description':a60i(0x1ec)},'successMessage':a60i(0x1a7),'failureMessage':a60i(0x1a6)},'exits':[{'direction':'west','targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':'inside','exits':[{'direction':a60i(0x1ed),'targetRoom':a60i(0x1eb)},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':a60i(0x1fa),'description':a60i(0x1c5),'roomType':a60i(0x1ad),'puzzle':{'requiredPhrase':a60i(0x1c4),'riddle':a60i(0x1f9),'rewardItem':{'type':a60i(0x1fb),'name':a60i(0x1e5),'description':a60i(0x1f2)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a60i(0x1b6)},'exits':[{'direction':a60i(0x1b7),'targetRoom':'Jackpoint\x20Login'}]},{'name':a60i(0x1eb),'description':a60i(0x1d4),'roomType':a60i(0x198),'exits':[{'direction':a60i(0x1e7),'targetRoom':a60i(0x18e)},{'direction':a60i(0x1c9),'targetRoom':a60i(0x1ab)},{'direction':a60i(0x1e1),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x1ab),'description':a60i(0x1a1),'roomType':'outside','puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a60i(0x1ac),'rewardItem':{'type':a60i(0x1fb),'name':'Gang\x20Insignia','description':a60i(0x1a9)},'successMessage':a60i(0x1cc),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60i(0x1e1),'targetRoom':a60i(0x1eb)},{'direction':a60i(0x1ed),'targetRoom':a60i(0x1f4)}]},{'name':a60i(0x19c),'description':a60i(0x194),'roomType':a60i(0x1ad),'items':[{'type':a60i(0x19f),'name':'Corporate\x20Creditstick','description':a60i(0x191)},{'type':'document','name':a60i(0x1f7),'description':a60i(0x1bc)}],'exits':[{'direction':'east','targetRoom':a60i(0x1eb)}]},{'name':a60i(0x1f4),'description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':a60i(0x198),'items':[{'type':a60i(0x1d9),'name':'Ares\x20Predator','description':a60i(0x1bf)}],'exits':[{'direction':a60i(0x1e7),'targetRoom':a60i(0x1ab)},{'direction':a60i(0x1ed),'targetRoom':a60i(0x1ce)},{'direction':'east','targetRoom':a60i(0x1d2)}]},{'name':a60i(0x1ce),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x1ad),'puzzle':{'requiredPhrase':a60i(0x1ae),'riddle':a60i(0x19b),'rewardItem':{'type':a60i(0x18a),'name':a60i(0x19a),'description':a60i(0x1d3)},'successMessage':a60i(0x1c3),'failureMessage':a60i(0x18d)},'exits':[{'direction':a60i(0x1e7),'targetRoom':a60i(0x1f4)}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x193),'roomType':a60i(0x1ad),'items':[{'type':a60i(0x1ca),'name':'MCT\x20Fly-Spy','description':a60i(0x18c)}],'exits':[{'direction':a60i(0x1e1),'targetRoom':'Barrens\x20Hideout'}]}];
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x1a7))/0x1+parseInt(f(0x194))/0x2+parseInt(f(0x18a))/0x3*(parseInt(f(0x1a5))/0x4)+parseInt(f(0x18b))/0x5+-parseInt(f(0x19f))/0x6+-parseInt(f(0x19a))/0x7+-parseInt(f(0x1a4))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x786e5));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x19c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x1a2)]()[h(0x1aa)]('(((.+)+)+)+$')[h(0x1a2)]()[h(0x1a1)](a61a)[h(0x1aa)](h(0x19d));});function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x183;var f=c[d];return f;},a61d(a,b);}a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x1a8)];['player'];[a61i(0x185)];[a61i(0x193)];}export class AbstractRoom extends EventEmitter{[a61i(0x1a9)];[a61i(0x1a0)];[a61i(0x188)];[a61i(0x191)];[a61i(0x196)];[a61i(0x19e)];[a61i(0x190)];}export class AbstractDoor{[a61i(0x184)];['roomB'];[a61i(0x186)];[a61i(0x18d)];[a61i(0x1a9)];[a61i(0x185)];[a61i(0x189)];}export class AbstractInventory{[a61i(0x18f)];['logger'];}function a61c(){var j=['isStartRoom','inventory','uuid','characterLocations','1620366QZcHjk','_inventory','puzzle','_playerName','_logger','rating','1881502cnMvMH','_maxCarryingWeight','apply','(((.+)+)+)+$','roomType','4549020dtbzsl','description','constructor','toString','weight','7169520nDozAU','16NtIDuh','category','544988fDWvFR','rooms','name','search','shape','roomA','logger','isLocked','_currentLocation','exits','isLockable','722523HpzElf','489480oezdtI','texture','unlockItemOrSolution','color','items'];a61c=function(){return j;};return a61c();}export class AbstractItem{[a61i(0x192)];[a61i(0x1a9)];[a61i(0x1a0)];['size'];[a61i(0x1a6)];[a61i(0x183)];[a61i(0x18e)];[a61i(0x18c)];[a61i(0x199)];[a61i(0x1a3)];}export class AbstractPlayer{[a61i(0x197)];[a61i(0x187)];[a61i(0x195)];['_equipment'];[a61i(0x19b)];[a61i(0x198)];}export class AbstractPuzzle{['logger'];['solved'];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x1c1))/0x1+parseInt(f(0x1ba))/0x2*(parseInt(f(0x1b8))/0x3)+parseInt(f(0x1c3))/0x4+parseInt(f(0x1af))/0x5*(parseInt(f(0x1c2))/0x6)+parseInt(f(0x1b5))/0x7*(-parseInt(f(0x1b4))/0x8)+parseInt(f(0x1b7))/0x9+parseInt(f(0x1ce))/0xa*(-parseInt(f(0x1ad))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x52b9b));function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1ad;var f=c[d];return f;},a61d(a,b);}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1c5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a['toString']()[h(0x1c8)]('(((.+)+)+)+$')['toString']()['constructor'](a61a)['search']('(((.+)+)+)+$');});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x1b2)];['player'];[a61i(0x1c0)];[a61i(0x1b0)];}export class AbstractRoom extends EventEmitter{[a61i(0x1bb)];[a61i(0x1cf)];[a61i(0x1bf)];['inventory'];[a61i(0x1bc)];[a61i(0x1ae)];['isStartRoom'];}export class AbstractDoor{[a61i(0x1c6)];['roomB'];[a61i(0x1cb)];[a61i(0x1cc)];[a61i(0x1bb)];[a61i(0x1c0)];[a61i(0x1d0)];}export class AbstractInventory{[a61i(0x1b6)];[a61i(0x1c0)];}export class AbstractItem{[a61i(0x1b3)];[a61i(0x1bb)];[a61i(0x1cf)];[a61i(0x1b1)];[a61i(0x1ca)];['shape'];[a61i(0x1c9)];['texture'];['rating'];[a61i(0x1cd)];}function a61c(){var j=['2423380jecqeY','_playerName','apply','roomA','_maxCarryingWeight','search','color','category','isLocked','unlockItemOrSolution','weight','1456030VciXBr','description','isLockable','33ifQLYS','roomType','155wMYvtX','characterLocations','size','rooms','uuid','8GrdzMf','3196186sojpyn','items','3882366niPHiu','632793rILiqg','_currentLocation','2FsRyDP','name','puzzle','solved','_inventory','exits','logger','628987QgZLsq','118662oiNkAO'];a61c=function(){return j;};return a61c();}export class AbstractPlayer{[a61i(0x1c4)];[a61i(0x1b9)];[a61i(0x1be)];['_equipment'];[a61i(0x1c7)];['_logger'];}export class AbstractPuzzle{[a61i(0x1c0)];[a61i(0x1bd)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x1f2))/0x1*(-parseInt(k(0x1c6))/0x2)+-parseInt(k(0x1f4))/0x3+parseInt(k(0x1ea))/0x4+-parseInt(k(0x1c1))/0x5+parseInt(k(0x1cd))/0x6*(-parseInt(k(0x1e4))/0x7)+parseInt(k(0x1d3))/0x8+parseInt(k(0x219))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x538bd));export var Size;(function(a){var l=a62d;a[l(0x1cc)]=l(0x1d5),a[l(0x213)]=l(0x224),a[l(0x20a)]=l(0x22a),a[l(0x210)]=l(0x1f7),a[l(0x225)]=l(0x1e1);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a['Common']=m(0x21d),a[m(0x1ef)]=m(0x216),a[m(0x212)]=m(0x21a);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x1f6)]=n(0x21e),a['Shield']='shield',a[n(0x20f)]=n(0x201),a[n(0x206)]='gloves',a[n(0x227)]=n(0x1e7),a[n(0x205)]=n(0x208),a[n(0x204)]=n(0x1cf),a[n(0x223)]=n(0x200),a[n(0x215)]=n(0x1e0),a[n(0x1ff)]=n(0x20e),a[n(0x1e3)]='book',a[n(0x217)]='cup',a['Unknown']=n(0x1d9);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x1e6)]=o(0x220),a['Square']=o(0x1ee),a[o(0x1df)]=o(0x1c8),a['Rectangle']='rectangle',a[o(0x1e5)]=o(0x1e8),a[o(0x1f9)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a['Red']=p(0x1d1),a[p(0x211)]=p(0x1d4),a[p(0x209)]=p(0x207),a[p(0x1c5)]=p(0x1d7),a[p(0x229)]=p(0x1fb),a[p(0x1da)]=p(0x1f5),a[p(0x1db)]=p(0x1ce),a[p(0x214)]=p(0x1c3),a[p(0x20d)]=p(0x202);}(Color||(Color={})));export var Texture;(function(a){var q=a62d;a['Smooth']='smooth',a[q(0x1fd)]=q(0x1d2),a[q(0x1dd)]='bumpy',a[q(0x1c4)]=q(0x1f0),a[q(0x1e9)]=q(0x1d0),a[q(0x222)]=q(0x221);}(Texture||(Texture={})));function a62c(){var u=['Rough','north','BodyArmor','leg\x20armor','key','gold','beach','Boots','Hat','Gloves','green','hat','Green','Medium','INSIDE','toString','Gold','body\x20armor','Key','Large','Blue','Legendary','Small','Brown','ArmArmor','rare','Cup','NORTH','271125SlEePX','legendary','MOUNTAIN','SOUTH','common','weapon','inside','circle','metallic','Metallic','LegArmor','small','VeryLarge','BEACH','Helmet','underground','Orange','medium','179075agvrtD','SEA','brown','Fuzzy','Yellow','466976iNqRaL','search','triangle','UNDERGROUND','FOREST','OUTSIDE','Tiny','3368670ZYTJpZ','grey','boots','grainy','red','rough','4758616gPkEUg','blue','tiny','forest','yellow','TOWER','unknown','Purple','Grey','constructor','Bumpy','mountain','Triangle','arm\x20armor','very\x20large','EAST','Book','7WORcsU','Blade','Circle','helmet','blade','Grainy','1802808ZwkGwd','tower','DESERT','cave','square','Rare','fuzzy','CAVE','2Tkdktu','WEST','1809495SAdFLl','purple','Weapon','large','down','Rifle','(((.+)+)+)+$','orange','sea'];a62c=function(){return u;};return a62c();}function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1c1;var f=c[d];return f;},a62d(a,b);}export var RoomType;(function(c){var s=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 r=a62d;return e[r(0x20c)]()['search'](r(0x1fa))[r(0x20c)]()[r(0x1dc)](e)[r(0x1c7)](r(0x1fa));});e(),c[s(0x20b)]=s(0x21f),c[s(0x1cb)]='outside',c[s(0x1c9)]=s(0x228),c[s(0x1f1)]=s(0x1ed),c[s(0x1d8)]=s(0x1eb),c[s(0x1ca)]=s(0x1d6),c[s(0x1ec)]='desert',c[s(0x21b)]=s(0x1de),c[s(0x226)]=s(0x203),c[s(0x1c2)]=s(0x1fc);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a[t(0x218)]=t(0x1fe),a[t(0x1e2)]='east',a[t(0x21c)]='south',a[t(0x1f3)]='west',a['UP']='up',a['DOWN']=t(0x1f8);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x105))/0x1*(-parseInt(k(0xb3))/0x2)+parseInt(k(0xf5))/0x3+-parseInt(k(0xac))/0x4+parseInt(k(0xf7))/0x5*(parseInt(k(0xd2))/0x6)+-parseInt(k(0xe6))/0x7*(-parseInt(k(0xe5))/0x8)+-parseInt(k(0xc0))/0x9*(-parseInt(k(0xc9))/0xa)+-parseInt(k(0x108))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x87b1a));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xab;var f=c[d];return f;},a62d(a,b);}export var Size;(function(a){var l=a62d;a[l(0xe0)]='tiny',a[l(0xb9)]=l(0xd0),a[l(0x107)]='medium',a[l(0xe9)]='large',a['VeryLarge']=l(0xe1);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0xd7)]=m(0xbf),a[m(0xcd)]='rare',a[m(0xd3)]=m(0xf2);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a['Weapon']='weapon',a[n(0xe4)]='shield',a[n(0xbc)]=n(0x106),a[n(0xe3)]=n(0xc3),a['Helmet']=n(0xcc),a[n(0x109)]=n(0xb4),a[n(0xad)]=n(0xdb),a['LegArmor']=n(0xc2),a[n(0xef)]=n(0xb7),a['BodyArmor']=n(0xca),a[n(0xb2)]=n(0xed),a[n(0xcf)]='cup',a['Unknown']=n(0x104);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0xda)]=o(0xc7),a[o(0xf8)]=o(0xfd),a[o(0xe7)]=o(0xea),a[o(0xf6)]=o(0xee),a['Blade']='blade',a[o(0xae)]=o(0x103);}(Shape||(Shape={})));export var Color;function a62c(){var v=['leg\x20armor','gloves','metallic','beach','SEA','circle','rough','250nAUXph','body\x20armor','brown','helmet','Rare','down','Cup','small','mountain','3504mmreKv','Legendary','outside','Fuzzy','bumpy','Common','smooth','blue','Circle','boots','south','MOUNTAIN','Red','Metallic','Tiny','very\x20large','DOWN','Gloves','Shield','40SZayRq','606109GBCUrZ','Triangle','CAVE','Large','triangle','inside','Grainy','book','rectangle','ArmArmor','apply','grainy','legendary','WEST','yellow','2383218surldP','Rectangle','8605JSYxfP','Square','Green','west','OUTSIDE','Bumpy','square','INSIDE','north','search','orange','FOREST','rifle','unknown','924383hefEbG','key','Medium','33757724IHuqHQ','Hat','purple','Gold','east','105108TIsMmm','Boots','Rifle','UNDERGROUND','grey','green','Book','2JOAwGh','hat','Orange','Grey','arm\x20armor','Purple','Small','Smooth','BEACH','Key','EAST','toString','common','177903TxccAi','SOUTH'];a62c=function(){return v;};return a62c();}(function(c){var r=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var p=a62d;if(h){var j=h[p(0xf0)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a62d;return e['toString']()[q(0x100)]('(((.+)+)+)+$')[q(0xbe)]()['constructor'](e)[q(0x100)]('(((.+)+)+)+$');});e(),c[r(0xde)]='red',c['Blue']=r(0xd9),c[r(0xf9)]=r(0xb1),c['Yellow']=r(0xf4),c[r(0xb5)]=r(0x101),c[r(0xb8)]=r(0x10a),c[r(0xb6)]=r(0xb0),c['Brown']=r(0xcb),c[r(0x10b)]='gold';}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a[s(0xba)]=s(0xd8),a['Rough']=s(0xc8),a[s(0xfc)]=s(0xd6),a[s(0xd5)]='fuzzy',a[s(0xec)]=s(0xf1),a[s(0xdf)]=s(0xc4);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0xfe)]=t(0xeb),a[t(0xfb)]=t(0xd4),a[t(0xaf)]='underground',a[t(0xe8)]='cave',a['TOWER']='tower',a[t(0x102)]='forest',a['DESERT']='desert',a[t(0xdd)]=t(0xd1),a[t(0xbb)]=t(0xc5),a[t(0xc6)]='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a['NORTH']=u(0xff),a[u(0xbd)]=u(0xab),a[u(0xc1)]=u(0xdc),a[u(0xf3)]=u(0xfa),a['UP']='up',a[u(0xe2)]=u(0xce);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x1e5))/0x1*(parseInt(f(0x1e0))/0x2)+-parseInt(f(0x1db))/0x3*(-parseInt(f(0x1dc))/0x4)+-parseInt(f(0x1d7))/0x5*(parseInt(f(0x1d9))/0x6)+-parseInt(f(0x1e4))/0x7*(-parseInt(f(0x1de))/0x8)+-parseInt(f(0x1e2))/0x9*(parseInt(f(0x1dd))/0xa)+-parseInt(f(0x1e3))/0xb+parseInt(f(0x1da))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x1b1f6));function a63c(){var i=['constructor','2aICSJp','(((.+)+)+)+$','1809DZWXrH','126357WHthrC','14osQTbE','31944hapYOv','95oyUXJL','apply','58200GVeQte','1595244yeQvfZ','203082XuoROw','12pDQjEI','8800PgkpqB','718744wGlYCY'];a63c=function(){return i;};return a63c();}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()['search'](h(0x1e1))['toString']()[h(0x1df)](a63a)['search']('(((.+)+)+)+$');});a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1d7;var f=c[d];return f;},a63d(a,b);}export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x88))/0x1+parseInt(f(0x87))/0x2+parseInt(f(0x8b))/0x3*(parseInt(f(0x84))/0x4)+-parseInt(f(0x8a))/0x5+-parseInt(f(0x86))/0x6+-parseInt(f(0x8f))/0x7*(-parseInt(f(0x8c))/0x8)+-parseInt(f(0x90))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x880a7));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x84;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x89)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x8d)]()[h(0x85)]('(((.+)+)+)+$')[h(0x8d)]()[h(0x8e)](a63a)[h(0x85)]('(((.+)+)+)+$');});function a63c(){var i=['toString','constructor','35voleow','1258659jsCHaH','4iJFxTO','search','4349094hudLqZ','913986cqHMtH','562467OleySX','apply','29350MRSZET','3075441TksVIY','812992mLPDyV'];a63c=function(){return i;};return a63c();}a63a();export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x1b3))/0x1+-parseInt(f(0x1b4))/0x2*(parseInt(f(0x1bd))/0x3)+-parseInt(f(0x1bb))/0x4*(-parseInt(f(0x1bf))/0x5)+-parseInt(f(0x1b9))/0x6+parseInt(f(0x1b7))/0x7*(parseInt(f(0x1bc))/0x8)+-parseInt(f(0x1b1))/0x9+-parseInt(f(0x1b2))/0xa*(-parseInt(f(0x1c0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xf2794));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x1b1;var f=c[d];return f;},a64d(a,b);}function a64c(){var i=['search','toString','774865RhoWzn','(((.+)+)+)+$','1631340ingSLI','constructor','292eEARlf','40pkfzhp','33ZLtWuB','apply','74080fMUKzu','2737933XflcGZ','6173568lcNaux','120ieTwmh','720477wgFfPQ','354616ndBoPt'];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(0x1be)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a['toString']()[h(0x1b5)]('(((.+)+)+)+$')[h(0x1b6)]()[h(0x1ba)](a64a)[h(0x1b5)](h(0x1b8));});a64a();export{};
1
+ function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x100;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x103))/0x1+parseInt(f(0x100))/0x2*(-parseInt(f(0x106))/0x3)+-parseInt(f(0x109))/0x4+-parseInt(f(0x10a))/0x5+parseInt(f(0x107))/0x6+-parseInt(f(0x105))/0x7*(-parseInt(f(0x101))/0x8)+parseInt(f(0x10b))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x263c4));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x108)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x102)]()[h(0x104)]('(((.+)+)+)+$')[h(0x102)]()['constructor'](a64a)[h(0x104)]('(((.+)+)+)+$');});a64a();function a64c(){var i=['10276KMcAYc','1098712tGZZDr','toString','169234YabaVF','search','7mqlqxt','15hqBIKQ','1468062PRvdTu','apply','1197996UBiDPM','1429465kKgnnw','4994208LPrZBP'];a64c=function(){return i;};return a64c();}export{};
@@ -1 +1 @@
1
- const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x17b))/0x1+-parseInt(y(0x1a6))/0x2+parseInt(y(0x19f))/0x3+-parseInt(y(0x19e))/0x4+parseInt(y(0x173))/0x5+-parseInt(y(0x1a5))/0x6+parseInt(y(0x178))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x77d96));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a65c(){const I=['take','player','write','leftHand','Right\x20Hand:\x20','box','key','split','search','3498844SkIzZG','744561kXIqeb','getInstance','None','parse','feet','removeAllListeners','333252TJQgGP','1586472jHWtda','70%','slice','white','25%','\x20Game\x20Log\x20','toString','focus','legs','escape','90%','append','mousemove','torso','apply','screen','line','join','yellow','head','enter','logBox','arms','Currently\x20in:\x20','inventory','\x20(Unlocked)','C-c','equipment','cyan','exits','name','1863385mTGFRp','log','Side\x20Quest\x20Adventure\x20Game','gloves','75%','7321335mxcyyY','\x0aThere\x20are\x20no\x20exits\x20here.','-----\x20Exits\x20------\x0a','547622mgDtQN','\x20Inventory\x20','(((.+)+)+)+$','checkIfLocked','10%','handleInput','size','Torso:\x20','Feet:\x20','Your\x20items\x20will\x20be\x20listed\x20here...','constructor','currentLocation','render','map','lock','45%','scroll','pushLine','setContent','20%','roomType','clear','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','100%','getOtherSide','exit'];a65c=function(){return I;};return a65c();}function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x16d;let f=c[d];return f;},a65d(a,b);}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(0x1b4)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x1ac)]()['search'](A(0x17d))[A(0x1ac)]()[A(0x185)](g)[A(0x19d)](A(0x17d));});g();try{const h=a65e[B(0x1b5)]({'smartCSR':!![],'title':B(0x175)}),i=a65e[B(0x19a)]({'top':'0%','left':B(0x177),'width':B(0x1aa),'height':B(0x18a),'border':{'type':'line'},'label':B(0x17c),'content':B(0x184),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x188)](v=>v[C(0x172)]);i[C(0x18d)](u[C(0x1b7)]('\x0a')),h[C(0x187)]();};h[B(0x1b1)](i);const k=a65e[B(0x19a)]({'top':B(0x18a),'left':B(0x177),'width':B(0x1aa),'height':B(0x1aa),'border':{'type':B(0x1b6)},'label':'\x20Equipment\x20','content':B(0x191),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1b1)](k);const l=t=>{const D=B;k[D(0x18d)]('Head:\x20'+(t['head']?t[D(0x1b9)][D(0x172)]:D(0x1a1))+'\x0a'+(D(0x182)+(t[D(0x1b3)]?t['torso']['name']:D(0x1a1))+'\x0a')+('Legs:\x20'+(t['legs']?t[D(0x1ae)][D(0x172)]:D(0x1a1))+'\x0a')+(D(0x183)+(t['feet']?t[D(0x1a3)][D(0x172)]:D(0x1a1))+'\x0a')+('Arms:\x20'+(t['arms']?t[D(0x1bc)][D(0x172)]:D(0x1a1))+'\x0a')+('Gloves:\x20'+(t[D(0x176)]?t[D(0x176)][D(0x172)]:'None')+'\x0a')+('Left\x20Hand:\x20'+(t['leftHand']?t[D(0x198)]['name']:'None')+'\x0a')+(D(0x199)+(t['rightHand']?t['rightHand']['name']:D(0x1a1))+'\x0a')),h[D(0x187)]();},m=a65e['box']({'top':B(0x1a7),'left':B(0x177),'width':B(0x1aa),'height':B(0x18e),'border':{'type':B(0x1b6)},'label':'\x20Map\x20','content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b8)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u=E(0x1bd)+t[E(0x172)]+'\x0a\x0a';u+=E(0x17a),t[E(0x171)][E(0x181)]>0x0?t[E(0x171)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x193)](t);x[F(0x18f)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x172)];if(v[F(0x17e)]())u+='\x20(Locked)';else v['checkIfLockable']()&&(u+=F(0x16d));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x179),m['setContent'](u),h[E(0x187)]();},o=a65e['box']({'id':B(0x1bb),'top':'0%','left':'0%','width':B(0x177),'height':B(0x1b0),'border':{'type':B(0x1b6)},'label':B(0x1ab),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x1a4)](B(0x1b2)),h['append'](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':B(0x192),'height':B(0x17f),'tags':!![],'border':{'type':B(0x1b6)},'style':{'fg':B(0x1a9),'border':{'fg':B(0x170)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1b1)](p),h[B(0x19b)]([B(0x1af),B(0x16e)],()=>process[B(0x194)](0x0)),p[B(0x1ad)](),h[B(0x187)]();const q=Logger[B(0x1a0)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0x197)]('----->>>>>>\x20Initializing\x20Game');const s=a65f['getInstance'](r,d);o['setContent'](s['getWelcomeMessage']()),l(s['player'][B(0x16f)]),j(s[B(0x196)]['inventory']),n(s[B(0x196)][B(0x186)]),p[B(0x19b)]([B(0x1ba)],async()=>{const G=B,t=p['getValue'](),u=s[G(0x180)](t);(t[G(0x19c)]('\x20')[0x0]===G(0x195)||'equip'||'unequip')&&(j(s[G(0x196)][G(0x1be)]),l(s[G(0x196)][G(0x16f)])),(t[G(0x19c)]('\x20')[0x0]==='go'||G(0x189)||'unlock')&&n(s[G(0x196)][G(0x186)]),t[G(0x19c)]('\x20')[0x0]===G(0x190)&&o[G(0x18d)](''),u===null&&(console[G(0x174)]('Thanks\x20for\x20playing!'),h[G(0x187)](),q[G(0x197)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x194)](0x0)),o[G(0x18c)](u),o[G(0x18b)](0x1),p['clearValue'](),p[G(0x1ad)](),h[G(0x187)]();});}catch(t){console[B(0x174)](t),process[B(0x194)](0x1);}}const args=process['argv'][a65H(0x1a8)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a65H(0x1a2)](args[0x2]));
1
+ const a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x197))/0x1+parseInt(y(0x19f))/0x2+-parseInt(y(0x192))/0x3*(-parseInt(y(0x170))/0x4)+parseInt(y(0x17a))/0x5+-parseInt(y(0x1b0))/0x6+parseInt(y(0x195))/0x7+parseInt(y(0x18f))/0x8*(-parseInt(y(0x160))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xec4d2));import a65e from'blessed';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x15e;let f=c[d];return f;},a65d(a,b);}import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';function a65c(){const H=['Currently\x20in:\x20','Legs:\x20','take','join','mousemove','OUTSIDE','56574JPBylQ','90%','25%','clearValue','map','10%','gloves','75%','-----\x20Exits\x20------\x0a','100%','getOtherSide','player','\x20Equipment\x20','getWelcomeMessage','key','head','1272VIPqvb','pushLine','Available\x20exits\x20will\x20be\x20shown\x20here...','Gloves:\x20','Arms:\x20','append','20%','Feet:\x20','Your\x20items\x20will\x20be\x20listed\x20here...','log','7805075Bbvvoi','rightHand','inventory','leftHand','logFilePath','arms','render','box','None','handleInput','name','feet','escape','currentLocation','45%','getValue','roomType','\x0aThere\x20are\x20no\x20exits\x20here.','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','\x20Game\x20Log\x20','size','6856JgtVBz','split','setContent','12600bHIESJ','line','enter','13054069SVilBD','Head:\x20','1165516hMgJQr','constructor','lock','C-c','focus','torso','getInstance','yellow','2600930HbQUHw','scroll','cyan','textbox','exit','write','Left\x20Hand:\x20','search','\x20(Unlocked)','(((.+)+)+)+$','Thanks\x20for\x20playing!','removeAllListeners','checkIfLocked','logBox','toString','parse','equip','5234826gbTbhu','exits'];a65c=function(){return H;};return a65c();}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(0x1ad)]()[z(0x1a6)](z(0x1a8))[z(0x1ad)]()[z(0x198)](g)['search'](z(0x1a8));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a65e[A(0x181)]({'top':'0%','left':A(0x167),'width':'25%','height':A(0x188),'border':{'type':A(0x193)},'label':'\x20Inventory\x20','content':A(0x178),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19e)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t['getAllItems']()[B(0x164)](v=>v[B(0x184)]);i[B(0x191)](u[B(0x1b5)]('\x0a')),h[B(0x180)]();};h[A(0x175)](i);const k=a65e[A(0x181)]({'top':A(0x188),'left':A(0x167),'width':A(0x162),'height':A(0x162),'border':{'type':A(0x193)},'label':A(0x16c),'content':A(0x18c),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19e)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x175)](k);const l=t=>{const C=A;k[C(0x191)](C(0x196)+(t[C(0x16f)]?t[C(0x16f)][C(0x184)]:'None')+'\x0a'+('Torso:\x20'+(t[C(0x19c)]?t[C(0x19c)]['name']:C(0x182))+'\x0a')+(C(0x1b3)+(t['legs']?t['legs'][C(0x184)]:'None')+'\x0a')+(C(0x177)+(t[C(0x185)]?t[C(0x185)]['name']:C(0x182))+'\x0a')+(C(0x174)+(t[C(0x17f)]?t[C(0x17f)][C(0x184)]:C(0x182))+'\x0a')+(C(0x173)+(t[C(0x166)]?t[C(0x166)][C(0x184)]:'None')+'\x0a')+(C(0x1a5)+(t[C(0x17d)]?t['leftHand']['name']:C(0x182))+'\x0a')+('Right\x20Hand:\x20'+(t[C(0x17b)]?t[C(0x17b)][C(0x184)]:'None')+'\x0a')),h[C(0x180)]();},m=a65e[A(0x181)]({'top':'70%','left':A(0x167),'width':A(0x162),'height':A(0x176),'border':{'type':'line'},'label':'\x20Map\x20','content':A(0x172),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19e)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x175)](m);const n=t=>{const D=A;let u=D(0x1b2)+t[D(0x184)]+'\x0a\x0a';u+=D(0x168),t[D(0x1b1)][D(0x18e)]>0x0?t[D(0x1b1)]['forEach']((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x16a)](t);x[E(0x18a)]===RoomType[E(0x15f)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v['name'];if(v[E(0x1ab)]())u+='\x20(Locked)';else v['checkIfLockable']()&&(u+=E(0x1a7));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x18b),m[D(0x191)](u),h[D(0x180)]();},o=a65e[A(0x181)]({'id':A(0x1ac),'top':'0%','left':'0%','width':A(0x167),'height':A(0x161),'border':{'type':A(0x193)},'label':A(0x18d),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19e)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x1aa)](A(0x15e)),h[A(0x175)](o);const p=a65e[A(0x1a2)]({'bottom':0x0,'left':0x0,'width':A(0x169),'height':A(0x165),'tags':!![],'border':{'type':A(0x193)},'style':{'fg':'white','border':{'fg':A(0x1a1)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x175)](p),h[A(0x16e)]([A(0x186),A(0x19a)],()=>process[A(0x1a3)](0x0)),p[A(0x19b)](),h['render']();const q=Logger[A(0x19d)](e[A(0x17e)],h),r=new Player({'playerName':c});q[A(0x1a4)]('----->>>>>>\x20Initializing\x20Game');const s=a65f[A(0x19d)](r,d);o[A(0x191)](s[A(0x16d)]()),l(s[A(0x16b)]['equipment']),j(s[A(0x16b)][A(0x17c)]),n(s[A(0x16b)]['currentLocation']),p[A(0x16e)]([A(0x194)],async()=>{const F=A,t=p[F(0x189)](),u=s[F(0x183)](t);(t['split']('\x20')[0x0]===F(0x1b4)||F(0x1af)||'unequip')&&(j(s[F(0x16b)][F(0x17c)]),l(s[F(0x16b)]['equipment'])),(t[F(0x190)]('\x20')[0x0]==='go'||F(0x199)||'unlock')&&n(s['player'][F(0x187)]),t[F(0x190)]('\x20')[0x0]==='clear'&&o['setContent'](''),u===null&&(console[F(0x179)](F(0x1a9)),h[F(0x180)](),q['write']('<<<<<<<<---------\x20Terminating\x20game'),process['exit'](0x0)),o[F(0x171)](u),o[F(0x1a0)](0x1),p[F(0x163)](),p[F(0x19b)](),h[F(0x180)]();});}catch(t){console[A(0x179)](t),process['exit'](0x1);}}const args=process['argv']['slice'](0x2);main(args[0x0],JSON[a65G(0x1ae)](args[0x1]),JSON[a65G(0x1ae)](args[0x2]));
@@ -1 +1 @@
1
- const a66j=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x1fd))/0x1+-parseInt(h(0x207))/0x2*(-parseInt(h(0x20b))/0x3)+parseInt(h(0x1f4))/0x4+parseInt(h(0x1fa))/0x5+parseInt(h(0x210))/0x6*(parseInt(h(0x209))/0x7)+parseInt(h(0x1f7))/0x8+-parseInt(h(0x1fe))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x341ba));function a66c(){const r=['mkdirSync','1570848OPtNfa','toISOString','box','2095740QvZUNk','existsSync','write','93687FTjJrt','11993535XJdKmw','appendFileSync','find','ensureLogFileExists','content','screen','(((.+)+)+)+$','dirname','[ERROR]\x20[','2DtuBrV','constructor','28oWGQCN','setContent','722883IGJlAr','log','search','[INFO]\x20[','instance','585876gEAZjt','options','scrollTo','.maka','getScrollHeight','error','getInstance','hasScreen','filePath','children','toString','render','821252DZjdwC','writeFileSync'];a66c=function(){return r;};return a66c();}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const i=a66d;return a66a[i(0x1f2)]()[i(0x20d)]('(((.+)+)+)+$')[i(0x1f2)]()[i(0x208)](a66a)[i(0x20d)](i(0x204));});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-0x1f1;let f=c[d];return f;},a66d(a,b);}export class Logger{static [a66j(0x20f)];['filePath'];[a66j(0x203)];constructor(a,b){const k=a66j;this['filePath']=a,this[k(0x203)]=b,this['ensureLogFileExists']();}static[a66j(0x216)](a=a66g['join'](homeDir,a66j(0x213),'side-quest.log'),b){const l=a66j;if(!Logger[l(0x20f)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[l(0x20f)]=new Logger(a,b);}return Logger[l(0x20f)];}[a66j(0x201)](){const m=a66j,a=a66g[m(0x205)](this[m(0x218)]);!a66e[m(0x1fb)](a)&&a66e[m(0x1f6)](a,{'recursive':!![]}),!a66e['existsSync'](this[m(0x218)])&&a66e[m(0x1f5)](this[m(0x218)],'');}[a66j(0x1fc)](a){const n=a66j,b=new Date()[n(0x1f8)](),c=n(0x20e)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[n(0x218)],c);}['error'](a){const o=a66j,b=new Date()[o(0x1f8)](),c=o(0x206)+b+']\x20'+a+'\x0a';a66e[o(0x1ff)](this['filePath'],c);}[a66j(0x20c)](a){const p=a66j,b=this[p(0x203)]?.[p(0x1f1)][p(0x200)](c=>c['type']===p(0x1f9)&&c[p(0x211)]['id']==='logBox');b?(b[p(0x20a)](b[p(0x202)]+'\x0a'+a),b[p(0x212)](b[p(0x214)]()),this[p(0x203)]?.[p(0x1f3)]()):this[p(0x215)]('The\x20logbox\x20'+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[p(0x203)]),this[p(0x1fc)](a);}[a66j(0x217)](){const q=a66j;return!!this[q(0x203)];}}
1
+ function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1b9;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(0x1c2))/0x1+-parseInt(h(0x1db))/0x2*(-parseInt(h(0x1dd))/0x3)+-parseInt(h(0x1c5))/0x4+-parseInt(h(0x1c3))/0x5*(parseInt(h(0x1ce))/0x6)+parseInt(h(0x1b9))/0x7+parseInt(h(0x1e0))/0x8+-parseInt(h(0x1cf))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xd88ed));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x1d2)]()[j(0x1d5)](j(0x1df))[j(0x1d2)]()[j(0x1da)](a66a)['search'](j(0x1df));});function a66c(){const s=['1145674nluJct','existsSync','6HdyFJI','filePath','(((.+)+)+)+$','12099896ZhseMf','render','5853295HfZGos','toISOString','[ERROR]\x20[','mkdirSync','box','appendFileSync','children','screen','setContent','53514fWhoVI','355uCLNXl','error','1280188UXdTEW','dirname','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','[INFO]\x20[','write','hasScreen','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','type','side-quest.log','129336Qrshvh','6329592oPUoXA','scrollTo','logBox','toString','log','instance','search','getInstance','ensureLogFileExists','apply','content','constructor'];a66c=function(){return s;};return a66c();}a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f['homedir']();export class Logger{static [a66k(0x1d4)];['filePath'];[a66k(0x1c0)];constructor(a,b){const l=a66k;this['filePath']=a,this[l(0x1c0)]=b,this[l(0x1d7)]();}static[a66k(0x1d6)](a=a66g['join'](homeDir,'.maka',a66k(0x1cd)),b){const m=a66k;if(!Logger['instance']){if(!b)throw new Error(m(0x1cb));Logger[m(0x1d4)]=new Logger(a,b);}return Logger[m(0x1d4)];}[a66k(0x1d7)](){const n=a66k,a=a66g[n(0x1c6)](this[n(0x1de)]);!a66e[n(0x1dc)](a)&&a66e[n(0x1bc)](a,{'recursive':!![]}),!a66e[n(0x1dc)](this[n(0x1de)])&&a66e['writeFileSync'](this[n(0x1de)],'');}[a66k(0x1c9)](a){const o=a66k,b=new Date()[o(0x1ba)](),c=o(0x1c8)+b+']\x20'+a+'\x0a';a66e[o(0x1be)](this[o(0x1de)],c);}[a66k(0x1c4)](a){const p=a66k,b=new Date()[p(0x1ba)](),c=p(0x1bb)+b+']\x20'+a+'\x0a';a66e[p(0x1be)](this[p(0x1de)],c);}[a66k(0x1d3)](a){const q=a66k,b=this[q(0x1c0)]?.[q(0x1bf)]['find'](c=>c[q(0x1cc)]===q(0x1bd)&&c['options']['id']===q(0x1d1));b?(b[q(0x1c1)](b[q(0x1d9)]+'\x0a'+a),b[q(0x1d0)](b['getScrollHeight']()),this[q(0x1c0)]?.[q(0x1e1)]()):this[q(0x1c4)]('The\x20logbox\x20'+b+q(0x1c7)+this['screen']),this[q(0x1c9)](a);}[a66k(0x1ca)](){const r=a66k;return!!this[r(0x1c0)];}}
@@ -1 +1 @@
1
- const a67l=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0x1c5))/0x1+parseInt(j(0x1c1))/0x2*(parseInt(j(0x1b3))/0x3)+parseInt(j(0x1cb))/0x4*(parseInt(j(0x1c6))/0x5)+parseInt(j(0x1cd))/0x6+parseInt(j(0x1ca))/0x7*(parseInt(j(0x1ad))/0x8)+-parseInt(j(0x1b4))/0x9+-parseInt(j(0x1be))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xbe58b));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 k=a67d;return a67a[k(0x1c9)]()[k(0x1c4)](k(0x1b6))[k(0x1c9)]()[k(0x1cc)](a67a)[k(0x1c4)]('(((.+)+)+)+$');});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1ab;let f=c[d];return f;},a67d(a,b);}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67l(0x1ae)]),__dirname=dirname(__filename);Command[a67l(0x1c7)]({'name':a67l(0x1bb),'usage':a67l(0x1b2),'shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':a67l(0x1bd),'validOpts':[a67l(0x1c2)]},async function(a,b){const m=a67l;try{const c=this[m(0x1b1)][m(0x1b9)](),d=a67e['join'](c,'side-quest.log'),e=b['player']?b['player']:await Actions['ask'](m(0x1b8))||m(0x1b5),f={...b,'logFilePath':d},g=await Actions['select']({'message':m(0x1c0),'name':m(0x1c3),'choices':[{'name':m(0x1ab),'value':dungeonConfig},{'name':m(0x1b7),'value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e[m(0x1bf)](__dirname,m(0x1ba)),e,JSON[m(0x1bc)](g),JSON[m(0x1bc)](f)],{'stdio':m(0x1af)});h['on'](m(0x1b0),()=>{const n=m;Log[n(0x1c8)](n(0x1ac));});}}catch(i){console['log'](i);}},a67f);function a67c(){const o=['exit','fsi','maka\x20play:side-quest','32694tfHHPB','1248030QycXHA','Commoner','(((.+)+)+)+$','shadowrun','What\x20is\x20your\x20name?','getGlobalMakaDir','./sideQuest/ui.js','side-quest','stringify','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...','36365400qtKjFK','resolve','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','170uwKNqC','player','sideQuestAnswer','search','775500KmeJcJ','2006605OgHZAW','create','bright','toString','7fcolyn','12IcQpNo','constructor','8369802jyWBGr','dungeon','Thanks\x20for\x20playing!','2032872EQYjuJ','url','inherit'];a67c=function(){return o;};return a67c();}
1
+ const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=-parseInt(j(0x1db))/0x1+parseInt(j(0x1ed))/0x2*(parseInt(j(0x1f7))/0x3)+-parseInt(j(0x1e8))/0x4+-parseInt(j(0x1f2))/0x5+-parseInt(j(0x1ee))/0x6*(-parseInt(j(0x1f9))/0x7)+parseInt(j(0x1f8))/0x8*(-parseInt(j(0x1dd))/0x9)+parseInt(j(0x1f5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xcb844));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x1e2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x1e6)]()[l(0x1f0)](l(0x1f1))[l(0x1e6)]()[l(0x1e9)](a67a)[l(0x1f0)](l(0x1f1));});a67a();import a67e from'path';import{spawn}from'child_process';function a67c(){const p=['3284840dAMGIu','./sideQuest/ui.js','sideQuestAnswer','24925080rJpsRu','fsi','15uvbpMe','316688pNLlFT','8659eBwXwZ','Play\x20a\x20little\x20side-quest','maka\x20play:side-quest','shadowrun','player','1339476sZKgNf','inherit','63FYQqjK','url','ask','bright','Thanks\x20for\x20playing!','apply','What\x20is\x20your\x20name?','Commoner','getGlobalMakaDir','toString','side-quest','2486456sWCsBH','constructor','log','stringify','join','493018IHVgik','18jsWjpN','select','search','(((.+)+)+)+$'];a67c=function(){return p;};return a67c();}function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1db;let f=c[d];return f;},a67d(a,b);}import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';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[a67m(0x1de)]),__dirname=dirname(__filename);Command['create']({'name':a67m(0x1e7),'usage':a67m(0x1fb),'shortDesc':a67m(0x1fa),'aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':[a67m(0x1fd)]},async function(a,b){const n=a67m;try{const c=this[n(0x1f6)][n(0x1e5)](),d=a67e[n(0x1ec)](c,'side-quest.log'),e=b[n(0x1fd)]?b['player']:await Actions[n(0x1df)](n(0x1e3))||n(0x1e4),f={...b,'logFilePath':d},g=await Actions[n(0x1ef)]({'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','name':n(0x1f4),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':n(0x1fc),'value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e['resolve'](__dirname,n(0x1f3)),e,JSON[n(0x1eb)](g),JSON[n(0x1eb)](f)],{'stdio':n(0x1dc)});h['on']('exit',()=>{const o=n;Log[o(0x1e0)](o(0x1e1));});}}catch(i){console[n(0x1ea)](i);}},a67f);
@@ -1 +1 @@
1
- var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x1b5))/0x1+parseInt(f(0x1ae))/0x2+parseInt(f(0x1b8))/0x3*(-parseInt(f(0x1af))/0x4)+-parseInt(f(0x1b0))/0x5+parseInt(f(0x1a8))/0x6*(parseInt(f(0x1ad))/0x7)+parseInt(f(0x1ba))/0x8+parseInt(f(0x1b2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x397e0));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x1b1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x1b9)]()[h(0x1ab)](h(0x1a9))[h(0x1b9)]()[h(0x1aa)](a68a)[h(0x1ab)](h(0x1a9));});function a68c(){var k=['4pGCHxt','846845zwdmgX','apply','2034342wdZGEL','maka\x20game:snake','snake','398509DbfkVo','create','npx\x20command-line-snake','94731TTdVKF','toString','1321904GZfyVK','2252388tGCKof','(((.+)+)+)+$','constructor','search','inherit','7cBJish','136538IKXSqz'];a68c=function(){return k;};return a68c();}function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x1a8;var f=c[d];return f;},a68d(a,b);}a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x1b6)]({'name':a68i(0x1b4),'usage':a68i(0x1b3),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a68i;execSync(j(0x1b7),{'stdio':j(0x1ac)});},a68e);
1
+ var a68h=a68d;function a68c(){var j=['137613ZZZbVc','toString','constructor','6MQrtHK','3sFESVr','794648RTrxRo','253MyoMiZ','51470SVoXOh','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','snake','152obZudb','662318XQAqql','36ggHxJZ','383544cSbFxL','(((.+)+)+)+$','search','2141930GBqIIx','inherit','maka\x20game:snake','1937726vWELKS'];a68c=function(){return j;};return a68c();}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x195))/0x1+parseInt(f(0x18c))/0x2*(parseInt(f(0x199))/0x3)+parseInt(f(0x18b))/0x4*(parseInt(f(0x19c))/0x5)+-parseInt(f(0x198))/0x6*(parseInt(f(0x194))/0x7)+parseInt(f(0x19a))/0x8*(parseInt(f(0x18d))/0x9)+parseInt(f(0x191))/0xa+parseInt(f(0x19b))/0xb*(-parseInt(f(0x18e))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x702fd));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(0x196)]()[g(0x190)](g(0x18f))[g(0x196)]()[g(0x197)](a68a)[g(0x190)](g(0x18f));});function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x18a;var f=c[d];return f;},a68d(a,b);}a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a68h(0x18a),'usage':a68h(0x193),'shortDesc':a68h(0x19d),'validOpts':[]},async function(){var i=a68h;execSync('npx\x20command-line-snake',{'stdio':i(0x192)});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x14f))/0x1*(parseInt(f(0x14b))/0x2)+-parseInt(f(0x140))/0x3*(parseInt(f(0x146))/0x4)+parseInt(f(0x144))/0x5*(-parseInt(f(0x141))/0x6)+-parseInt(f(0x151))/0x7*(-parseInt(f(0x152))/0x8)+-parseInt(f(0x14d))/0x9+parseInt(f(0x147))/0xa+parseInt(f(0x142))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xb4259));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x13e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a['toString']()['search']('(((.+)+)+)+$')[h(0x143)]()[h(0x149)](a69a)[h(0x148)](h(0x145));});a69a();import a69e from'./play.command.js';function a69c(){var k=['14683160dZzeqN','search','constructor','tetris','618QEnBFM','create','147717EurZdF','inherit','2399MGesqp','maka\x20game:tetris','14PZAjKh','417352WKQaSE','apply','npx\x20simple-tetris','1461jCQQKY','310542GSENUB','13216379EPkbZG','toString','115plGgXo','(((.+)+)+)+$','724iJFfxw'];a69c=function(){return k;};return a69c();}function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x13e;var f=c[d];return f;},a69d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x14c)]({'name':a69i(0x14a),'usage':a69i(0x150),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a69i;execSync(j(0x13f),{'stdio':j(0x14e)});},a69e);
1
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0xbe))/0x1+-parseInt(f(0xbd))/0x2*(parseInt(f(0xd0))/0x3)+-parseInt(f(0xc3))/0x4*(parseInt(f(0xcd))/0x5)+parseInt(f(0xc7))/0x6*(parseInt(f(0xc8))/0x7)+-parseInt(f(0xc4))/0x8+-parseInt(f(0xcc))/0x9*(-parseInt(f(0xcf))/0xa)+parseInt(f(0xc9))/0xb*(parseInt(f(0xce))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xad9ca));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0xc0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0xd1)]()[h(0xc2)](h(0xc1))[h(0xd1)]()[h(0xbf)](a69a)[h(0xc2)](h(0xc1));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xbc;var f=c[d];return f;},a69d(a,b);}Command[a69i(0xcb)]({'name':'tetris','usage':a69i(0xbc),'shortDesc':a69i(0xca),'validOpts':[]},async function(){var j=a69i;execSync(j(0xc5),{'stdio':j(0xc6)});},a69e);function a69c(){var k=['171702eBTOJk','35rhjcSm','3137123NNYJiB','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','create','9PVvXCj','4215OtiKNo','108AIZavG','858210qBxtrx','21798WoUKWq','toString','maka\x20game:tetris','302etuifS','516828pHgPVq','constructor','apply','(((.+)+)+)+$','search','3592qPiPFV','5977416QGNbQS','npx\x20simple-tetris','inherit'];a69c=function(){return k;};return a69c();}
@@ -1 +1 @@
1
- function a70c(){const k=['maka\x20g:api\x20trucks','Scaffold\x20various\x20parts\x20of\x20your\x20application','4SrPPzR','maka\x20g:template\x20todos/todo_item','processAndRunGenerator','constructor','create','generate','23859ceFzOV','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:dbc\x20geoserver\x20--type=pgsql','3117450hnmbWW','75RJCNRd','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','toString','apply','splice','exit','maka\x20g:scaffold\x20todos','614310wBfUjF','(((.+)+)+)+$','invoke','4016ktdOZS','maka\x20generate:scaffold\x20todos','7620680uQicXj','6937777mzSeij','search','error','438384ZBixQN','2761071pZudGA'];a70c=function(){return k;};return a70c();}const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x1cf))/0x1+parseInt(f(0x1dc))/0x2+parseInt(f(0x1d0))/0x3*(parseInt(f(0x1d3))/0x4)+-parseInt(f(0x1dd))/0x5*(parseInt(f(0x1c6))/0x6)+parseInt(f(0x1cc))/0x7+-parseInt(f(0x1c9))/0x8*(parseInt(f(0x1d9))/0x9)+parseInt(f(0x1cb))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xe2644));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1e0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1df)]()['search'](h(0x1c7))[h(0x1df)]()[h(0x1d6)](a70a)[h(0x1cd)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1c4;let f=c[d];return f;},a70d(a,b);}Command[a70i(0x1d7)]({'name':a70i(0x1d8),'aliases':['g'],'usage':a70i(0x1da),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0x1d2),'description':a70i(0x1de),'examples':[a70i(0x1ca),a70i(0x1c5),a70i(0x1d4),'maka\x20g:package\x20package:name','maka\x20g:route\x20todos/edit',a70i(0x1d1),a70i(0x1db)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x1e1)](0x0,0x1),await a70e[j(0x1d5)](c,a,b)):a70e[j(0x1c8)](a,b);}catch(d){Log[j(0x1ce)](d),process[j(0x1c4)](0x1);}});
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x1cf))/0x1+-parseInt(f(0x1e5))/0x2+parseInt(f(0x1e1))/0x3+parseInt(f(0x1d7))/0x4*(parseInt(f(0x1dc))/0x5)+parseInt(f(0x1d8))/0x6+-parseInt(f(0x1dd))/0x7+-parseInt(f(0x1df))/0x8*(parseInt(f(0x1e6))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x719a2));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1d6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1d2)]()['search'](h(0x1e2))[h(0x1d2)]()[h(0x1e4)](a70a)[h(0x1d1)](h(0x1e2));});a70a();function a70c(){const k=['7164lYksZE','3056136KMymRZ','maka\x20g:api\x20trucks','maka\x20g:package\x20package:name','generate','1650pJjMrH','4149775JCNKsl','splice','23880HBAuoJ','invoke','2598441SSrcSG','(((.+)+)+)+$','Scaffold\x20various\x20parts\x20of\x20your\x20application','constructor','1266808cZWMIR','873zfBASF','processAndRunGenerator','maka\x20generate:scaffold\x20todos','maka\x20g:route\x20todos/edit','maka\x20g:scaffold\x20todos','14555yiEgNn','create','search','toString','error','maka\x20g:template\x20todos/todo_item','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','apply'];a70c=function(){return k;};return a70c();}import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1ce;let f=c[d];return f;},a70d(a,b);}import{Log}from'../tools/log/log.class.js';Command[a70i(0x1d0)]({'name':a70i(0x1db),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0x1e3),'description':a70i(0x1d5),'examples':[a70i(0x1e8),a70i(0x1ce),a70i(0x1d4),a70i(0x1da),a70i(0x1e9),a70i(0x1d9),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x1de)](0x0,0x1),await a70e[j(0x1e7)](c,a,b)):a70e[j(0x1e0)](a,b);}catch(d){Log[j(0x1d3)](d),process['exit'](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0xde))/0x1+-parseInt(f(0xdd))/0x2*(parseInt(f(0xe8))/0x3)+parseInt(f(0xe2))/0x4*(-parseInt(f(0xeb))/0x5)+-parseInt(f(0xe6))/0x6+-parseInt(f(0xe7))/0x7+-parseInt(f(0xe0))/0x8+-parseInt(f(0xdf))/0x9*(-parseInt(f(0xea))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xd2a47));function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0xdd;var f=c[d];return f;},a71d(a,b);}var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0xe9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0xe3)]()['search'](h(0xe1))['toString']()[h(0xe5)](a71a)[h(0xe4)](h(0xe1));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71c(){var i=['142dllZUN','918988xjzbEt','99gCsLnC','6019336QlQJPc','(((.+)+)+)+$','93764lJuYRL','toString','search','constructor','8057934DmfPCY','816802DbXxen','44448nMtdMe','apply','3981710GSsbKV','250vcufre'];a71c=function(){return i;};return a71c();}
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x199))/0x1*(-parseInt(f(0x1a0))/0x2)+-parseInt(f(0x19b))/0x3*(-parseInt(f(0x1a2))/0x4)+-parseInt(f(0x198))/0x5*(-parseInt(f(0x1a4))/0x6)+-parseInt(f(0x19c))/0x7+-parseInt(f(0x1a1))/0x8+parseInt(f(0x19d))/0x9*(-parseInt(f(0x19e))/0xa)+-parseInt(f(0x19f))/0xb*(-parseInt(f(0x195))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x1adda));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1a3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x197)]()[h(0x196)]('(((.+)+)+)+$')[h(0x197)]()['constructor'](a71a)[h(0x196)](h(0x19a));});a71a();import'./get.command.js';import'./global.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x195;var f=c[d];return f;},a71d(a,b);}import'./local.sub.cmd.js';function a71c(){var i=['apply','6omAbfR','5748684WdahSv','search','toString','95070dIPQPr','203659UJmJmg','(((.+)+)+)+$','12qWfHmh','60340AyneWa','557892WdtuMc','30sTejnP','11GZVsSo','2BrVUvu','1570672gsDRls','206548ZFitIK'];a71c=function(){return i;};return a71c();}import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a72i=a72d;function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xaf;let f=c[d];return f;},a72d(a,b);}(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0xb3))/0x1+parseInt(f(0xc1))/0x2*(-parseInt(f(0xc0))/0x3)+-parseInt(f(0xc2))/0x4*(parseInt(f(0xbc))/0x5)+-parseInt(f(0xb8))/0x6*(-parseInt(f(0xb6))/0x7)+-parseInt(f(0xb1))/0x8+-parseInt(f(0xba))/0x9+-parseInt(f(0xbf))/0xa*(-parseInt(f(0xb4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x8f6f0));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0xbb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0xaf)]()[h(0xb2)](h(0xc3))[h(0xaf)]()[h(0xb7)](a72a)[h(0xb2)](h(0xc3));});a72a();import{Command}from'../../command.js';const GetCommand=Command[a72i(0xb5)]({'name':a72i(0xbe),'usage':a72i(0xbd),'shortDesc':a72i(0xb0),'validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0xb9)](b);});function a72c(){const k=['get','10OWLgwY','2935974Ayolxn','2OpRLoY','1451084KtNzbL','(((.+)+)+)+$','toString','Get\x20various\x20Maka\x20variables\x20and\x20configurations','7196576xIPuth','search','471323hBYcbI','23639506cRUIMo','create','3071831HZuwNm','constructor','12ZKhdho','processAndRunCommand','6025770lFQWio','apply','5LdAcxK','maka\x20get:<sub-command>'];a72c=function(){return k;};return a72c();}export default GetCommand;
1
+ const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x8c))/0x1+parseInt(f(0x87))/0x2*(-parseInt(f(0x83))/0x3)+-parseInt(f(0x8b))/0x4+parseInt(f(0x90))/0x5*(-parseInt(f(0x85))/0x6)+parseInt(f(0x92))/0x7*(-parseInt(f(0x89))/0x8)+parseInt(f(0x84))/0x9+parseInt(f(0x8e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xdfab5));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x88)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()['search'](h(0x8d))[h(0x95)]()[h(0x86)](a72a)[h(0x94)](h(0x8d));});function a72c(){const k=['processAndRunCommand','search','toString','get','226671Lknrcy','3006405jKcuCG','697848ZUzBRW','constructor','16njazPu','apply','4043928GFQtAM','create','90556sxHdtu','1191061vWMIGQ','(((.+)+)+)+$','34872910eMgmQS','Get\x20various\x20Maka\x20variables\x20and\x20configurations','25injhjx','maka\x20get:<sub-command>','7OLYnNc'];a72c=function(){return k;};return a72c();}a72a();import{Command}from'../../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x82;let f=c[d];return f;},a72d(a,b);}const GetCommand=Command[a72i(0x8a)]({'name':a72i(0x82),'usage':a72i(0x91),'shortDesc':a72i(0x8f),'validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0x93)](b);});export default GetCommand;
@@ -1 +1 @@
1
- const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x14b))/0x1+parseInt(f(0x159))/0x2*(parseInt(f(0x156))/0x3)+-parseInt(f(0x157))/0x4+-parseInt(f(0x14d))/0x5*(-parseInt(f(0x15a))/0x6)+-parseInt(f(0x150))/0x7+parseInt(f(0x155))/0x8*(-parseInt(f(0x152))/0x9)+parseInt(f(0x15b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xdee5f));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x158)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x15d)]()[h(0x14e)](h(0x14a))[h(0x15d)]()[h(0x14f)](a73a)[h(0x14e)]('(((.+)+)+)+$');});a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x14a;let f=c[d];return f;},a73d(a,b);}import a73e from'./get.command.js';import{Command}from'../../command.js';function a73c(){const k=['13962008WqEvVv','3HuvlSh','7198900FtawKw','apply','2752486jOAefM','6PBnfFn','52114080BjGzqV','exit','toString','global-config','create','(((.+)+)+)+$','1797407fUBwLd','getGlobalConfig','6153460gpzZrc','search','constructor','10940783baGvYP','log','9JyYRsC','maka\x20get:global-config','cfg'];a73c=function(){return k;};return a73c();}Command[a73i(0x15f)]({'name':a73i(0x15e),'usage':a73i(0x153),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x154)][j(0x14c)]();console[j(0x151)](a),process[j(0x15c)](0x0);}catch(b){console['error'](b),process[j(0x15c)](0x0);}},a73e);
1
+ function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1c4;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(0x1cb))/0x1*(parseInt(f(0x1d4))/0x2)+-parseInt(f(0x1cc))/0x3*(-parseInt(f(0x1c4))/0x4)+parseInt(f(0x1d1))/0x5*(parseInt(f(0x1d3))/0x6)+-parseInt(f(0x1cd))/0x7+-parseInt(f(0x1d2))/0x8*(parseInt(f(0x1c7))/0x9)+-parseInt(f(0x1cf))/0xa*(parseInt(f(0x1d6))/0xb)+parseInt(f(0x1d9))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x4d4d5));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x1c6)]()[h(0x1ce)](h(0x1ca))[h(0x1c6)]()[h(0x1d5)](a73a)[h(0x1ce)](h(0x1ca));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';function a73c(){const k=['6exnfyK','3201443hIdjlX','search','1662370nFojqW','maka\x20get:global-config','62970KFsxof','542816uCkvJc','156RxjUCX','2ZKhSXe','constructor','33TobrkJ','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','apply','2940024OQTBkW','1257992ldLnCF','global-config','toString','72UNEHHY','create','cfg','(((.+)+)+)+$','614063JEQmgx'];a73c=function(){return k;};return a73c();}Command[a73i(0x1c8)]({'name':a73i(0x1c5),'usage':a73i(0x1d0),'aliases':['gc'],'shortDesc':a73i(0x1d7),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x1c9)]['getGlobalConfig']();console['log'](a),process['exit'](0x0);}catch(b){console['error'](b),process['exit'](0x0);}},a73e);
@@ -1 +1 @@
1
- function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x6d;let f=c[d];return f;},a74d(a,b);}const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x70))/0x1*(parseInt(f(0x80))/0x2)+parseInt(f(0x73))/0x3*(-parseInt(f(0x76))/0x4)+-parseInt(f(0x78))/0x5+parseInt(f(0x82))/0x6*(parseInt(f(0x79))/0x7)+-parseInt(f(0x6e))/0x8+parseInt(f(0x84))/0x9*(parseInt(f(0x7b))/0xa)+parseInt(f(0x77))/0xb*(-parseInt(f(0x6d))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x8023f));function a74c(){const k=['log','22185uHihFf','204SeiIjV','6343608imWRPz','(((.+)+)+)+$','2121AHUcNa','getMakaProjectConfig','apply','141QzYfqR','constructor','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','25180YaSepV','201102pzOynj','346065SFsfmz','805973tWuYBe','create','1910SxjfaC','maka\x20get:local-config','search','toString','cfg','676WJhEim','local-config','42pTnRfn'];a74c=function(){return k;};return a74c();}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x72)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x7e)]()[h(0x7d)](h(0x6f))[h(0x7e)]()[h(0x74)](a74a)[h(0x7d)](h(0x6f));});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x7a)]({'name':a74i(0x81),'usage':a74i(0x7c),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x75),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x7f)][j(0x71)]();console[j(0x83)](a);},a74e);
1
+ const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x10b))/0x1+-parseInt(f(0x103))/0x2*(-parseInt(f(0xf8))/0x3)+-parseInt(f(0x109))/0x4*(parseInt(f(0xfd))/0x5)+parseInt(f(0xfc))/0x6*(parseInt(f(0x107))/0x7)+parseInt(f(0x104))/0x8+parseInt(f(0xff))/0x9+parseInt(f(0xf7))/0xa*(-parseInt(f(0x10a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xdded8));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x108)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a['toString']()[h(0xfe)](h(0x105))[h(0xfa)]()[h(0xfb)](a74a)[h(0xfe)](h(0x105));});a74a();function a74c(){const k=['6ALVVGT','2356810QpsFtv','search','16011144xwSSmc','create','log','getMakaProjectConfig','10dkgdJu','9362312WNXQur','(((.+)+)+)+$','cfg','1711661OPIKVc','apply','4NwSPsi','964073dGeQhT','921702fAvZWK','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','490iRUqET','935613UTZjNg','maka\x20get:local-config','toString','constructor'];a74c=function(){return k;};return a74c();}import a74e from'./get.command.js';import{Command}from'../../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xf6;let f=c[d];return f;},a74d(a,b);}Command[a74i(0x100)]({'name':'local-config','usage':a74i(0xf9),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0xf6),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x106)][j(0x102)]();console[j(0x101)](a);},a74e);
@@ -1 +1 @@
1
- const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0x1be))/0x1+-parseInt(f(0x1b6))/0x2*(parseInt(f(0x1c8))/0x3)+parseInt(f(0x1c2))/0x4+parseInt(f(0x1b8))/0x5+parseInt(f(0x1c1))/0x6*(-parseInt(f(0x1b4))/0x7)+-parseInt(f(0x1bb))/0x8+parseInt(f(0x1c6))/0x9*(parseInt(f(0x1c3))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x44e58));function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1b2;let f=c[d];return f;},a75d(a,b);}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x1bc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x1bd)]()['search'](h(0x1ba))['toString']()[h(0x1c0)](a75a)[h(0x1b7)](h(0x1ba));});function a75c(){const k=['If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','constructor','489006rBJesB','708660MWUpdD','830vQnaoE','exit','maka\x20get:whoami','97938aTGiZs','getGlobalConfig','317451QlAzjb','error','whoami','21NDkkBR','create','6hKDijn','search','2672435IDSHid','silent','(((.+)+)+)+$','2937120iytyGa','apply','toString','403564AOWMfM'];a75c=function(){return k;};return a75c();}a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75i(0x1b5)]({'name':a75i(0x1b3),'usage':a75i(0x1c5),'shortDesc':a75i(0x1bf),'validOpts':[a75i(0x1b9)]},async function(){const j=a75i;try{const a=await this['cfg'][j(0x1c7)]();return a;}catch(b){Log[j(0x1b2)](b),process[j(0x1c4)](0x1);}},a75e);
1
+ const a75i=a75d;function a75c(){const k=['(((.+)+)+)+$','1606XRJPzO','60850vzHezw','getGlobalConfig','3672lmLfsu','2412910PyiQzw','12uxTnyt','cfg','apply','toString','constructor','search','silent','191HgSDTN','1262jZTPvg','241734YpxQfn','whoami','2184zhRpzy','1469804FUOEgX','create','exit','1404856DEIXPK','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information'];a75c=function(){return k;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1a0;let f=c[d];return f;},a75d(a,b);}(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x1b0))/0x1*(-parseInt(f(0x1b1))/0x2)+-parseInt(f(0x1b2))/0x3+-parseInt(f(0x1a1))/0x4+parseInt(f(0x1a8))/0x5+parseInt(f(0x1a9))/0x6*(-parseInt(f(0x1b5))/0x7)+parseInt(f(0x1b4))/0x8*(-parseInt(f(0x1a7))/0x9)+parseInt(f(0x1a5))/0xa*(parseInt(f(0x1a4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x46277));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x1ab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x1ac)]()[h(0x1ae)]('(((.+)+)+)+$')[h(0x1ac)]()[h(0x1ad)](a75a)['search'](h(0x1a3));});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75i(0x1b6)]({'name':a75i(0x1b3),'usage':'maka\x20get:whoami','shortDesc':a75i(0x1a2),'validOpts':[a75i(0x1af)]},async function(){const j=a75i;try{const a=await this[j(0x1aa)][j(0x1a6)]();return a;}catch(b){Log['error'](b),process[j(0x1a0)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x188))/0x1+parseInt(f(0x183))/0x2*(-parseInt(f(0x186))/0x3)+parseInt(f(0x180))/0x4*(-parseInt(f(0x18f))/0x5)+-parseInt(f(0x189))/0x6+parseInt(f(0x18b))/0x7+-parseInt(f(0x18a))/0x8+parseInt(f(0x18d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xe080c));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x187)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x181)]()[h(0x184)](h(0x18e))[h(0x181)]()[h(0x18c)](a76a)[h(0x184)](h(0x18e));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x180;var f=c[d];return f;},a76d(a,b);}Command[a76i(0x185)]({'name':'help','description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a76i(0x182)},async function(){throw new UsageError();});function a76c(){var j=['902149rvaSkS','7108584nduxKL','5867680cnJMHD','5655755vQzkcz','constructor','32566545eqQqKO','(((.+)+)+)+$','15160ciaNYK','1564VoLeXf','toString','Deprecated:\x20use\x20--help\x20instead','90022MlrdSu','search','create','87oIZcAd','apply'];a76c=function(){return j;};return a76c();}
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x144))/0x1*(parseInt(f(0x138))/0x2)+parseInt(f(0x13d))/0x3+-parseInt(f(0x143))/0x4*(parseInt(f(0x13b))/0x5)+parseInt(f(0x134))/0x6*(parseInt(f(0x137))/0x7)+parseInt(f(0x142))/0x8*(-parseInt(f(0x135))/0x9)+-parseInt(f(0x133))/0xa+parseInt(f(0x140))/0xb*(parseInt(f(0x13e))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x559d3));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x13c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x13f)]()[h(0x13a)](h(0x141))['toString']()['constructor'](a76a)[h(0x13a)]('(((.+)+)+)+$');});a76a();function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x133;var f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';function a76c(){var j=['apply','832155jPjjEq','28167132MTKqZr','toString','11duNUDw','(((.+)+)+)+$','2500488KlfXLn','4cBPJDG','8ZejwyK','6918020qtEoHI','258084IKyNcC','18nCNmOr','Try,\x20maka\x20--help','14zGNAGk','96962NRKwbN','Deprecated:\x20use\x20--help\x20instead','search','3276135PKIPAn'];a76c=function(){return j;};return a76c();}import{UsageError}from'../error.js';Command['create']({'name':'help','description':a76i(0x136),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x139)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77K=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=parseInt(F(0xbe))/0x1*(parseInt(F(0x113))/0x2)+-parseInt(F(0xd5))/0x3*(parseInt(F(0xbb))/0x4)+parseInt(F(0xf7))/0x5+parseInt(F(0xce))/0x6*(parseInt(F(0xe4))/0x7)+parseInt(F(0xff))/0x8*(parseInt(F(0xe6))/0x9)+parseInt(F(0xe8))/0xa+-parseInt(F(0x100))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x61f51));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0xcd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a[H(0xd2)]()[H(0xd8)](H(0x119))[H(0xd2)]()[H(0xe1)](a77a)['search'](H(0x119));});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xb6;let f=c[d];return f;},a77d(a,b);}function a77c(){const N=['7072637TwSqRN','env','arch','warn','confirm','3.0.2','length','\x20from\x20','Preparing\x20to\x20install\x20Meteor\x20','linux','meteor.tar.gz','exit','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','\x5c.meteor\x5cmeteor','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','keepInstallFile','utf8','windows','get','52376fBObhZ','getuid','Meteor\x20version\x20','x86_64','getMeteorExePath','Aborted','(((.+)+)+)+$','maka\x20install\x20meteor\x20--release\x203.0.1','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','maka\x20install\x20meteor\x20--force','-rf','https://packages.meteor.com/bootstrap-link?arch=os.','\x20is\x20available.','32WojKAr','arm64','checkAvailability','13XJyuyd','.bashrc','create','error','install','getGlobalConfig','replace','slice','getMeteorInstallPath','setPath','existsSync','Aborting\x20install','platform','NO_NODE_WARNINGS','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','apply','6MCNGXe','timeout','appendFileSync','Using\x20CA\x20Cert\x20','toString','max','getUserDataDirectory','205785MsXXIb','force','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','search','osx','https://install.meteor.com','map','withSpinner','.zshrc','package-metadata','notice','RELEASE=','constructor','isFile','win32','1686650NugcsK','info','1212642TIvDcI','includes','4742660yuqOpY','PATH','Proceed\x20anyway?','readFileSync','maka\x20install\x20meteor\x20--set-path','downloadFile','grep','join','packages','release','split','cert','cacert','Downloading\x20Meteor\x20','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','2012810ZkxJJA','Added\x20Meteor\x20path\x20to\x20','success','Network\x20error,\x20please\x20try\x20again.','&release=','setMeteorReleaseVersion','Error\x20extracting\x20meteor.tar.gz\x20file','\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','8kBOxnL'];a77c=function(){return N;};return a77c();}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e['homedir']();function isRoot(){const I=a77d;return process[I(0x114)]&&process[I(0x114)]()===0x0;}function compareVersions(a,b){const J=a77d,c=a[J(0xf2)]('.')[J(0xdb)](Number),d=b[J(0xf2)]('.')[J(0xdb)](Number);for(let e=0x0;e<Math[J(0xd3)](c[J(0x106)],d[J(0x106)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77K(0xc0)]({'name':a77K(0xc2),'aliases':['i'],'validOpts':[a77K(0xd6),a77K(0xf1),a77K(0xf4),a77K(0x10f),a77K(0xcf),a77K(0xc7)],'usage':'maka\x20install','shortDesc':a77K(0xd7),'description':a77K(0xfe),'examples':['maka\x20install\x20meteor',a77K(0xb7),a77K(0x11a),a77K(0xec),'maka\x20i']},async function(a,b){const L=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b[L(0xc7)]&&(updatePath(),Log[L(0xf9)]('Meteor\x20path\x20updated.'),process['exit'](0x0));let g='';if(b[L(0xf4)]){if(f[L(0xe2)](b['cacert']))Log[L(0xdf)](L(0xd1)+b['cacert']),g=b['cacert'];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+g;}const h=await d[L(0xc3)]();if(h[L(0xf3)]){if(f['isFile'](h[L(0xf3)]))g=h[L(0xf3)];else throw L(0xf6)+g;}let i=![];if(b['f']||b[L(0xd6)])i=!![];else{const u=isRoot();u?(Log[L(0x103)](L(0x10e)),i=await Actions['confirm'](L(0xea),![])):i=!![];}if(!i)throw L(0x118);const j=await HTTPS[L(0x112)]({'url':L(0xda),'cert':g}),k=await f[L(0xee)](j['data'],L(0xe0));if(k[L(0x106)]===0x0)throw L(0xfa);process[L(0x101)][L(0xcb)]='1';const l=k[0x0][L(0xc4)](/[^0-9.]/gi,'')[L(0xc4)](/\r?\n|\r/,''),m=L(0x105);let n;b[L(0xf1)]?n=b['release']:compareVersions(l,m)<0x0?n=m:n=l;Log[L(0xdf)](L(0x108)+n);const o={'win32':L(0x111),'darwin':L(0xd9),'linux':L(0x109)};let p=L(0xb9)+o[a77e[L(0xca)]()]+'.'+(a77e[L(0x102)]()===L(0xbc)?L(0xbc):L(0x116))+L(0xfb)+n,q=await HTTPS[L(0xbd)]({'url':p,'cert':g});if(!q&&n[L(0xe7)]('-')){const v=n[L(0xf2)]('-'),w=v[0x0],x=v[L(0xc5)](0x1)['join']('-'),y=w[L(0xc4)](/\.0+$/,'');Log[L(0x103)](L(0x115)+n+'\x20is\x20not\x20available,\x20trying\x20'+y+'-'+x);const z=L(0xb9)+o[a77e['platform']()]+'.'+(a77e['arch']()===L(0xbc)?L(0xbc):L(0x116))+L(0xfb)+y+'-'+x;q=await HTTPS[L(0xbd)]({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log[L(0xc1)](L(0x115)+n+'\x20is\x20not\x20available.'),process[L(0x10b)](0x0)):Log[L(0xdf)](L(0x115)+n+L(0xba));const r=f[L(0xc6)](),s=c[L(0x117)](),t=f[L(0xd4)]();if(a77g[L(0xc8)](s)){let A=![];b['f']||b[L(0xd6)]?A=!![]:A=await Actions[L(0x104)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),A?(await SpawnAsync[L(0xdc)]('rm',['-rf',a77f[L(0xef)](r,L(0xf0))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(packages)'}),await SpawnAsync[L(0xdc)]('rm',['-rf',a77f['join'](r,L(0xde))],{'message':L(0xb6)}),await SpawnAsync[L(0xdc)]('rm',[L(0xb8),a77f['join'](r,'meteor')],{'message':L(0x10c)})):(Log[L(0xe5)](L(0xc9)),process[L(0x10b)](0x0));}try{Log[L(0xdf)](L(0xf5)+n+L(0x107)+p),await HTTPS[L(0xed)]({'url':p,'destPath':a77f[L(0xef)](homeDir,'meteor.tar.gz'),'cert':g,'timeout':b[L(0xcf)]?parseInt(b[L(0xcf)])*0x3e8:0x493e0});try{const B=a77f[L(0xef)](homeDir,'meteor.tar.gz');await f['extractTarGz'](B,t);}catch(C){Log[L(0xc1)](L(0xfd));}updatePath();}catch(D){console[L(0xc1)](D),process['exit'](0x1);}finally{!b[L(0x10f)]&&await SpawnAsync[L(0xdc)]('rm',[L(0xb8),a77f[L(0xef)](homeDir,L(0x10a))],{'message':'Cleaning\x20up'});}c[L(0xfc)](n),Log[L(0xf9)](L(0x115)+n+'\x20installed.\x0a'),process[L(0x10b)](0x0);}catch(E){console[L(0xc1)](E),process[L(0x10b)](0x1);}});function updatePath(){const M=a77K;if(a77e[M(0xca)]()===M(0xe3)){const a=process[M(0x101)][M(0xe9)]||'',b=homeDir+M(0x10d);!a[M(0xe7)](b)&&(execSync('setx\x20PATH\x20\x22'+a+';'+b+'\x22'),Log['notice']('Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.'),Log[M(0xdf)](M(0xcc)));}else{const c=a77f['join'](homeDir,M(0xdd)),d=a77f['join'](homeDir,M(0xbf)),e='export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22',f=a77g[M(0xc8)](c)?a77g[M(0xeb)](c,M(0x110)):'';!f[M(0xe7)](e)&&(a77g[M(0xd0)](c,'\x0a'+e+'\x0a'),Log[M(0xdf)]('Added\x20Meteor\x20path\x20to\x20'+c));const g=a77g['existsSync'](d)?a77g['readFileSync'](d,M(0x110)):'';!g[M(0xe7)](e)&&(a77g[M(0xd0)](d,'\x0a'+e+'\x0a'),Log['notice'](M(0xf8)+d));}}
1
+ const a77K=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=-parseInt(F(0x9f))/0x1*(parseInt(F(0xaf))/0x2)+-parseInt(F(0xcf))/0x3*(parseInt(F(0xb2))/0x4)+parseInt(F(0xcd))/0x5+-parseInt(F(0x89))/0x6+parseInt(F(0xca))/0x7+-parseInt(F(0xa1))/0x8*(-parseInt(F(0xcb))/0x9)+-parseInt(F(0xb6))/0xa*(parseInt(F(0x9a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xa1ef3));function a77c(){const N=['keepInstallFile','release','join','.bashrc','3.0.2','getMeteorExePath','Error\x20extracting\x20meteor.tar.gz\x20file','-rf','693275XMrpFp','Meteor\x20version\x20','\x20installed.\x0a','Network\x20error,\x20please\x20try\x20again.','warn','10055gXjTxh','utf8','152fXIxAE','exit','Added\x20Meteor\x20path\x20to\x20','\x5c.meteor\x5cmeteor','maka\x20install','Using\x20CA\x20Cert\x20','withSpinner','apply','windows','linux','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','install','env','68xvekEm','PATH','grep','268obizBz','setPath','Downloading\x20Meteor\x20','\x20from\x20','150pNKiDR','replace','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','meteor.tar.gz','Cleaning\x20up','setMeteorReleaseVersion','checkAvailability','split','\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','constructor','Aborting\x20install','RELEASE=','max','appendFileSync','notice','search','data','arch','getUserDataDirectory','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','5767146qvFbaW','616257QdtjwS','length','3522155yavdKG','\x20is\x20not\x20available.','9153IYoEpn','meteor','toString','platform','https://install.meteor.com','create','arm64','.zshrc','get','error','https://packages.meteor.com/bootstrap-link?arch=os.','getMeteorInstallPath','setx\x20PATH\x20\x22','NO_NODE_WARNINGS','getuid','osx','isFile','packages','cert','timeout','success','cacert','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','existsSync','force','readFileSync','(((.+)+)+)+$','&release=','4046106DEdPPr','getGlobalConfig','map','x86_64','info','win32','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','Proceed\x20anyway?','Meteor\x20path\x20updated.'];a77c=function(){return N;};return a77c();}const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0xa8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a[H(0x6f)]()[H(0xc5)](H(0x87))['toString']()[H(0xbf)](a77a)[H(0xc5)](H(0x87));});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e['homedir']();function isRoot(){const I=a77d;return process['getuid']&&process[I(0x7b)]()===0x0;}function compareVersions(a,b){const J=a77d,c=a[J(0xbd)]('.')[J(0x8b)](Number),d=b[J(0xbd)]('.')[J(0x8b)](Number);for(let e=0x0;e<Math[J(0xc2)](c['length'],d['length']);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77K(0x72)]({'name':a77K(0xad),'aliases':['i'],'validOpts':['force',a77K(0x93),'cacert',a77K(0x92),a77K(0x80),a77K(0xb3)],'usage':a77K(0xa5),'shortDesc':a77K(0xc9),'description':a77K(0xbe),'examples':['maka\x20install\x20meteor','maka\x20install\x20meteor\x20--force','maka\x20install\x20meteor\x20--release\x203.0.1','maka\x20install\x20meteor\x20--set-path','maka\x20i']},async function(a,b){const L=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b[L(0xb3)]&&(updatePath(),Log[L(0x81)](L(0x91)),process[L(0xa2)](0x0));let g='';if(b['cacert']){if(f[L(0x7d)](b[L(0x82)]))Log['notice'](L(0xa6)+b['cacert']),g=b[L(0x82)];else throw L(0xab)+g;}const h=await d[L(0x8a)]();if(h['cert']){if(f['isFile'](h['cert']))g=h[L(0x7f)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+g;}let i=![];if(b['f']||b[L(0x85)])i=!![];else{const u=isRoot();u?(Log[L(0x9e)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),i=await Actions['confirm'](L(0x90),![])):i=!![];}if(!i)throw'Aborted';const j=await HTTPS[L(0x75)]({'url':L(0x71),'cert':g}),k=await f[L(0xb1)](j[L(0xc6)],L(0xc1));if(k[L(0xcc)]===0x0)throw L(0x9d);process[L(0xae)][L(0x7a)]='1';const l=k[0x0][L(0xb7)](/[^0-9.]/gi,'')[L(0xb7)](/\r?\n|\r/,''),m=L(0x96);let n;b[L(0x93)]?n=b[L(0x93)]:compareVersions(l,m)<0x0?n=m:n=l;Log[L(0xc4)]('Preparing\x20to\x20install\x20Meteor\x20'+n);const o={'win32':L(0xa9),'darwin':L(0x7c),'linux':L(0xaa)};let p=L(0x77)+o[a77e[L(0x70)]()]+'.'+(a77e[L(0xc7)]()===L(0x73)?L(0x73):'x86_64')+'&release='+n,q=await HTTPS[L(0xbc)]({'url':p,'cert':g});if(!q&&n['includes']('-')){const v=n[L(0xbd)]('-'),w=v[0x0],x=v['slice'](0x1)['join']('-'),y=w[L(0xb7)](/\.0+$/,'');Log[L(0x9e)](L(0x9b)+n+'\x20is\x20not\x20available,\x20trying\x20'+y+'-'+x);const z=L(0x77)+o[a77e[L(0x70)]()]+'.'+(a77e['arch']()===L(0x73)?L(0x73):L(0x8c))+L(0x88)+y+'-'+x;q=await HTTPS[L(0xbc)]({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log['error'](L(0x9b)+n+L(0xce)),process['exit'](0x0)):Log['notice'](L(0x9b)+n+'\x20is\x20available.');const r=f[L(0x78)](),s=c[L(0x97)](),t=f[L(0xc8)]();if(a77g[L(0x84)](s)){let A=![];b['f']||b['force']?A=!![]:A=await Actions['confirm'](L(0xb8),![]),A?(await SpawnAsync[L(0xa7)]('rm',['-rf',a77f[L(0x94)](r,L(0x7e))],{'message':L(0x83)}),await SpawnAsync[L(0xa7)]('rm',[L(0x99),a77f[L(0x94)](r,'package-metadata')],{'message':L(0x8f)}),await SpawnAsync[L(0xa7)]('rm',['-rf',a77f[L(0x94)](r,L(0xd0))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log[L(0x8d)](L(0xc0)),process[L(0xa2)](0x0));}try{Log[L(0xc4)](L(0xb4)+n+L(0xb5)+p),await HTTPS['downloadFile']({'url':p,'destPath':a77f[L(0x94)](homeDir,L(0xb9)),'cert':g,'timeout':b['timeout']?parseInt(b[L(0x80)])*0x3e8:0x493e0});try{const B=a77f[L(0x94)](homeDir,L(0xb9));await f['extractTarGz'](B,t);}catch(C){Log[L(0x76)](L(0x98));}updatePath();}catch(D){console[L(0x76)](D),process[L(0xa2)](0x1);}finally{!b[L(0x92)]&&await SpawnAsync[L(0xa7)]('rm',['-rf',a77f['join'](homeDir,'meteor.tar.gz')],{'message':L(0xba)});}c[L(0xbb)](n),Log[L(0x81)](L(0x9b)+n+L(0x9c)),process[L(0xa2)](0x0);}catch(E){console[L(0x76)](E),process['exit'](0x1);}});function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x6f;let f=c[d];return f;},a77d(a,b);}function updatePath(){const M=a77K;if(a77e[M(0x70)]()===M(0x8e)){const a=process[M(0xae)][M(0xb0)]||'',b=homeDir+M(0xa4);!a['includes'](b)&&(execSync(M(0x79)+a+';'+b+'\x22'),Log[M(0xc4)](M(0xac)),Log[M(0xc4)]('Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.'));}else{const c=a77f[M(0x94)](homeDir,M(0x74)),d=a77f[M(0x94)](homeDir,M(0x95)),e='export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22',f=a77g['existsSync'](c)?a77g['readFileSync'](c,M(0xa0)):'';!f['includes'](e)&&(a77g[M(0xc3)](c,'\x0a'+e+'\x0a'),Log[M(0xc4)](M(0xa3)+c));const g=a77g[M(0x84)](d)?a77g[M(0x86)](d,'utf8'):'';!g['includes'](e)&&(a77g[M(0xc3)](d,'\x0a'+e+'\x0a'),Log[M(0xc4)](M(0xa3)+d));}}
@@ -1 +1 @@
1
- function a78c(){const n=['sep','findAppDirectory','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','\x20-r\x20app','.+\x5c.(j|t)s(doc|x)?$','447541fvJtYG','inherit','search','apply','maka\x20jsdoc','3466236CWZMHG','utf-8','fsi','plugins/markdown','1633647UNjINi','316376nxFCWd','jsdoc','create','withSpinner','toString','563730lcTLrP','app/private','docs','join','\x20-c\x20','error','notice','500948shhety','writeFileSync','app/public','app/node_modules','1036932cRsOvC','jsdoc-config.json','maka\x20jsdoc\x20--init','(((.+)+)+)+$','closure'];a78c=function(){return n;};return a78c();}const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x1ca))/0x1+-parseInt(i(0x1d4))/0x2+parseInt(i(0x1d3))/0x3+parseInt(i(0x1c0))/0x4+-parseInt(i(0x1d9))/0x5+-parseInt(i(0x1cf))/0x6+-parseInt(i(0x1bc))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x50d6f));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x1cd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x1d8)]()[k(0x1cc)](k(0x1c3))[k(0x1d8)]()['constructor'](a78a)['search'](k(0x1c3));});a78a();import a78e from'path';import a78f from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1b9;let f=c[d];return f;},a78d(a,b);}import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0x1d6)]({'name':a78l(0x1d5),'usage':a78l(0x1ce),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a78l(0x1c2),a78l(0x1ce)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x1dc)](this['fsi'][m(0x1c6)](),m(0x1db)+a78e[m(0x1c5)]),b=a78e['join'](this[m(0x1d1)]['findAppDirectory'](),'config',m(0x1c1)),c='jsdoc';if(!this[m(0x1d1)]['isFile'](b)){const f={'plugins':[m(0x1d2)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x1d5),m(0x1c4)]},'source':{'includePattern':m(0x1c9),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':['app/packages',m(0x1bf),m(0x1be),m(0x1da)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x1d0)}};a78f[m(0x1bd)](b,JSON['stringify'](f,null,0x4));}const d=Log[m(0x1d7)]('Running\x20'+c);try{const g=c+m(0x1b9)+b+m(0x1c8)+a78e[m(0x1c5)]+'\x20-d\x20'+a;execSync(g,{'stdio':m(0x1cb)}),Log[m(0x1bb)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(h){Log[m(0x1ba)](h),Log[m(0x1ba)](m(0x1c7));}finally{d['stop']();}});
1
+ const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x80))/0x1+-parseInt(i(0x92))/0x2+-parseInt(i(0x86))/0x3*(-parseInt(i(0x83))/0x4)+-parseInt(i(0x7e))/0x5+parseInt(i(0x94))/0x6*(parseInt(i(0xa5))/0x7)+-parseInt(i(0x88))/0x8+parseInt(i(0x98))/0x9*(parseInt(i(0x8d))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x87f3c));function a78c(){const n=['\x20-r\x20app','error','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','(((.+)+)+)+$','\x20-d\x20','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','app/packages','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','docs','fsi','391881nLXnnA','create','stop','2601715MyQsGM','inherit','536215EZzuoU','toString','closure','1235380VyieVU','notice','writeFileSync','9BkXlMM','maka\x20jsdoc\x20--init','2941488JkPqOE','app/private','jsdoc-config.json','search','sep','8769790XKvIas','plugins/markdown','withSpinner','apply','jsdoc','2013612HgRGZa','join','12ZtPNfe','utf-8','app/public','findAppDirectory','9gzdTtq','maka\x20jsdoc','\x20-c\x20'];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(0x90)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x81)]()[k(0x8b)](k(0x9e))[k(0x81)]()['constructor'](a78a)['search']('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x7c;let f=c[d];return f;},a78d(a,b);}import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0x7c)]({'name':'jsdoc','usage':a78l(0x99),'mustBeInMakaProject':!![],'shortDesc':a78l(0xa2),'examples':[a78l(0x87),'maka\x20jsdoc'],'validOpts':[]},function(){const m=a78l,a=a78e['join'](this[m(0xa4)][m(0x97)](),m(0xa3)+a78e[m(0x8c)]),b=a78e[m(0x93)](this['fsi'][m(0x97)](),'config',m(0x8a)),c=m(0x91);if(!this['fsi']['isFile'](b)){const f={'plugins':[m(0x8e)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x91),m(0x82)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':m(0xa0),'exclude':[m(0xa1),'app/node_modules',m(0x96),m(0x89)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x95)}};a78f[m(0x85)](b,JSON['stringify'](f,null,0x4));}const d=Log[m(0x8f)]('Running\x20'+c);try{const g=c+m(0x9a)+b+m(0x9b)+a78e[m(0x8c)]+m(0x9f)+a;execSync(g,{'stdio':m(0x7f)}),Log[m(0x84)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(h){Log[m(0x9c)](h),Log['error'](m(0x9d));}finally{d[m(0x7d)]();}});