@maka/maka-cli 4.12.7 → 4.12.8

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 (158) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/patreon.js +1 -1
  87. package/bundle/obf/src/commands/profile.js +1 -1
  88. package/bundle/obf/src/commands/proxy.js +1 -1
  89. package/bundle/obf/src/commands/reconfig.js +1 -1
  90. package/bundle/obf/src/commands/register.js +1 -1
  91. package/bundle/obf/src/commands/run/_index.js +1 -1
  92. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  93. package/bundle/obf/src/commands/run/run.command.js +1 -1
  94. package/bundle/obf/src/commands/set/_index.js +1 -1
  95. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  97. package/bundle/obf/src/commands/set/set.command.js +1 -1
  98. package/bundle/obf/src/commands/ssh.js +1 -1
  99. package/bundle/obf/src/commands/ssl.js +1 -1
  100. package/bundle/obf/src/commands/test.js +1 -1
  101. package/bundle/obf/src/commands/undo.js +1 -1
  102. package/bundle/obf/src/commands/version.js +1 -1
  103. package/bundle/obf/src/error.js +1 -1
  104. package/bundle/obf/src/exec.js +1 -1
  105. package/bundle/obf/src/generator.js +1 -1
  106. package/bundle/obf/src/generators/_index.js +1 -1
  107. package/bundle/obf/src/generators/api.js +1 -1
  108. package/bundle/obf/src/generators/collection.js +1 -1
  109. package/bundle/obf/src/generators/component.js +1 -1
  110. package/bundle/obf/src/generators/config.js +1 -1
  111. package/bundle/obf/src/generators/dbc.js +1 -1
  112. package/bundle/obf/src/generators/dockerfile.js +1 -1
  113. package/bundle/obf/src/generators/hook.js +1 -1
  114. package/bundle/obf/src/generators/kits/_index.js +1 -1
  115. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  116. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  117. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  118. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  119. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  121. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  122. package/bundle/obf/src/generators/kits/kit.js +1 -1
  123. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  124. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  125. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  127. package/bundle/obf/src/generators/layout.js +1 -1
  128. package/bundle/obf/src/generators/maka.gen.js +1 -1
  129. package/bundle/obf/src/generators/methods.js +1 -1
  130. package/bundle/obf/src/generators/package.js +1 -1
  131. package/bundle/obf/src/generators/page.js +1 -1
  132. package/bundle/obf/src/generators/publish.js +1 -1
  133. package/bundle/obf/src/generators/route.js +1 -1
  134. package/bundle/obf/src/generators/service.js +1 -1
  135. package/bundle/obf/src/generators/services/_index.js +1 -1
  136. package/bundle/obf/src/generators/services/openssl.js +1 -1
  137. package/bundle/obf/src/generators/services/translation.js +1 -1
  138. package/bundle/obf/src/maka.js +1 -1
  139. package/bundle/obf/src/tool.js +1 -1
  140. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  141. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  142. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  143. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  144. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  145. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  146. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  147. package/bundle/obf/src/tools/https/https.class.js +1 -1
  148. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  149. package/bundle/obf/src/tools/log/log.class.js +1 -1
  150. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  151. package/bundle/obf/src/tools/options/options.class.js +1 -1
  152. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  153. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  154. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  155. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  156. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  157. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  158. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58s=a58d;function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x88;var f=c[d];return f;},a58d(a,b);}(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x9e))/0x1+-parseInt(f(0xb0))/0x2*(parseInt(f(0xb2))/0x3)+parseInt(f(0x91))/0x4+parseInt(f(0x97))/0x5+parseInt(f(0xa4))/0x6+parseInt(f(0x99))/0x7*(-parseInt(f(0x8b))/0x8)+parseInt(f(0xa7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x7595a));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(0x90)]()['search']('(((.+)+)+)+$')[g(0x90)]()[g(0xaa)](a58a)[g(0x8f)]('(((.+)+)+)+$');});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[h(0x96)],'shape':Shape[h(0xb3)],'color':Color[h(0x89)],'texture':Texture[h(0xbd)],'rating':Rating[h(0xa9)],'weight':0x1});}['use'](){var i=a58d;return this[i(0x95)];}}export class Sword extends Item{constructor(a,b){var j=a58d;super({'name':a,'description':b,'size':Size[j(0xb7)],'category':Category[j(0x8c)],'shape':Shape[j(0xb6)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[j(0xa9)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size[k(0x9a)],'category':Category['Weapon'],'shape':Shape['Rifle'],'color':Color[k(0x9f)],'texture':Texture['Metallic'],'rating':Rating[k(0x88)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[l(0xb5)],'shape':Shape[l(0x92)],'color':Color[l(0x93)],'texture':Texture[l(0xb4)],'rating':Rating[l(0xa9)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size[m(0x9a)],'category':Category[m(0xac)],'shape':Shape[m(0xb3)],'color':Color['Grey'],'texture':Texture[m(0xb4)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size[n(0xb7)],'category':Category[n(0xbc)],'shape':Shape['Rectangle'],'color':Color[n(0x93)],'texture':Texture['Metallic'],'rating':Rating[n(0xa9)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var o=a58d;super({'name':a,'description':b,'size':Size[o(0xb7)],'category':Category[o(0xae)],'shape':Shape['Circle'],'color':Color[o(0x9f)],'texture':Texture[o(0xbd)],'rating':Rating[o(0xa9)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size[p(0x94)],'category':Category[p(0xa5)],'shape':Shape['Circle'],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size[q(0xb7)],'category':Category[q(0xba)],'shape':Shape[q(0xb3)],'color':Color[q(0x93)],'texture':Texture[q(0xb4)],'rating':Rating[q(0xa9)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var r=a58d;super({'name':a,'description':b,'size':Size[r(0xaf)],'category':Category[r(0x9c)],'shape':Shape['Rectangle'],'color':Color[r(0x89)],'texture':Texture[r(0xbd)],'rating':Rating['Common'],'weight':0x0});}[a58s(0x8e)](){var t=a58s;return t(0x8d);}}export class Weapon extends Item{constructor(a,b){var u=a58s;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[u(0x8c)],'shape':Shape[u(0xb6)],'color':Color[u(0x93)],'texture':Texture[u(0xb4)],'rating':Rating[u(0xa9)],'weight':0x3});}[a58s(0x8e)](){var v=a58s;return v(0x9b);}}function a58c(){var C=['Smooth','Rare','Yellow','Book','8HNxCMG','Weapon','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','use','search','toString','2019584wkOeJa','Circle','Grey','Small','description','Unknown','336050YJKNir','Gold','6394759AMURlN','Large','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Key','pageCount','332934mQFaTi','Brown','Sniper\x20Rifle','Short\x20Sword','Holy\x20Grail','Rifle','2483406vPiVsR','Gloves','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','8983980TLDOdP','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Common','constructor','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','BodyArmor','author','Boots','Tiny','2ZDifDN','Unknown\x20Author','2765994ErDATA','Rectangle','Metallic','Helmet','Blade','Medium','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','name','ArmArmor','\x20aloft,\x20feeling\x20its\x20immense\x20power.','LegArmor'];a58c=function(){return C;};return a58c();}export class Book extends Item{[a58s(0xad)];['publishDate'];[a58s(0x9d)];constructor(a,b='A\x20mysterious\x20book.',c=a58s(0xb1)){var w=a58s;super({'name':a,'description':b,'size':Size[w(0xb7)],'category':Category[w(0x8a)],'shape':Shape['Rectangle'],'color':Color[w(0x9f)],'texture':Texture[w(0xbd)],'rating':Rating['Common'],'weight':0x1}),this[w(0xad)]=c,this['publishDate']=new Date(),this[w(0x9d)]=0x64;}['use'](){var x=a58s;return x(0xa8);}}export class ShortSword extends Item{constructor(){var y=a58s;super({'name':y(0xa1),'description':y(0xab),'size':Size[y(0xb7)],'category':Category[y(0x8c)],'shape':Shape[y(0xb6)],'color':Color[y(0x93)],'texture':Texture[y(0xb4)],'rating':Rating[y(0xa9)],'weight':0x3});}[a58s(0x8e)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var z=a58s;super({'name':z(0xa0),'description':z(0xb8),'size':Size['Large'],'category':Category[z(0x8c)],'shape':Shape[z(0xa3)],'color':Color[z(0x9f)],'texture':Texture[z(0xbd)],'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 A=a58s;super({'name':A(0xa2),'description':A(0xa6),'size':Size['Small'],'category':Category['Cup'],'shape':Shape[A(0x92)],'color':Color[A(0x98)],'texture':Texture['Metallic'],'rating':Rating['Legendary'],'weight':0x1});}[a58s(0x8e)](){var B=a58s;return'You\x20hold\x20the\x20'+this[B(0xb9)]+B(0xbb);}}
1
+ var a58v=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x145))/0x1*(parseInt(f(0x15d))/0x2)+parseInt(f(0x15a))/0x3+parseInt(f(0x12d))/0x4+parseInt(f(0x15e))/0x5+-parseInt(f(0x155))/0x6+parseInt(f(0x13b))/0x7+parseInt(f(0x14d))/0x8*(-parseInt(f(0x156))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x20436));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x148)]()[h(0x13d)](h(0x143))[h(0x148)]()[h(0x132)](a58a)[h(0x13d)](h(0x143));});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-0x128;var f=c[d];return f;},a58d(a,b);}export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[i(0x158)],'shape':Shape['Rectangle'],'color':Color[i(0x12a)],'texture':Texture[i(0x14c)],'rating':Rating[i(0x134)],'weight':0x1});}['use'](){var j=a58d;return this[j(0x136)];}}function a58c(){var D=['Blade','Book','1263486uDlfXc','3245589mJiZLJ','A\x20mysterious\x20book.','Unknown','Helmet','491007zrVjAw','Circle','Gloves','290926xybhtB','1025775GtOYhI','use','LegArmor','Yellow','Large','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','710032EECoII','Weapon','Rifle','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Key','constructor','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Common','Metallic','description','Boots','author','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Brown','80899nmpRnp','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','search','publishDate','Small','Tiny','You\x20hold\x20the\x20','Unknown\x20Author','(((.+)+)+)+$','Legendary','1HoJzPK','Holy\x20Grail','Rectangle','toString','apply','Grey','ArmArmor','Smooth','8SeOmsM','Medium','Gold','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Rare'];a58c=function(){return D;};return a58c();}export class Sword extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Weapon'],'shape':Shape[k(0x153)],'color':Color['Grey'],'texture':Texture[k(0x135)],'rating':Rating[k(0x134)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size['Large'],'category':Category[l(0x12e)],'shape':Shape['Rifle'],'color':Color['Brown'],'texture':Texture[l(0x135)],'rating':Rating[l(0x152)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size[m(0x14e)],'category':Category[m(0x159)],'shape':Shape[m(0x15b)],'color':Color['Grey'],'texture':Texture[m(0x135)],'rating':Rating[m(0x134)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size[n(0x12b)],'category':Category['BodyArmor'],'shape':Shape[n(0x147)],'color':Color[n(0x14a)],'texture':Texture[n(0x135)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58d;super({'name':a,'description':b,'size':Size[o(0x14e)],'category':Category[o(0x129)],'shape':Shape[o(0x147)],'color':Color['Grey'],'texture':Texture[o(0x135)],'rating':Rating[o(0x134)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size[p(0x14e)],'category':Category[p(0x137)],'shape':Shape[p(0x15b)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[p(0x134)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size[q(0x13f)],'category':Category[q(0x15c)],'shape':Shape[q(0x15b)],'color':Color[q(0x13a)],'texture':Texture[q(0x14c)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58d;super({'name':a,'description':b,'size':Size[r(0x14e)],'category':Category[r(0x14b)],'shape':Shape[r(0x147)],'color':Color[r(0x14a)],'texture':Texture[r(0x135)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58d;super({'name':a,'description':b,'size':Size[s(0x140)],'category':Category[s(0x131)],'shape':Shape[s(0x147)],'color':Color[s(0x12a)],'texture':Texture[s(0x14c)],'rating':Rating['Common'],'weight':0x0});}['use'](){var t=a58d;return t(0x151);}}export class Weapon extends Item{constructor(a,b){var u=a58d;super({'name':a,'description':b,'size':Size[u(0x14e)],'category':Category[u(0x12e)],'shape':Shape[u(0x153)],'color':Color[u(0x14a)],'texture':Texture['Metallic'],'rating':Rating[u(0x134)],'weight':0x3});}[a58v(0x128)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{['author'];[a58v(0x13e)];['pageCount'];constructor(a,b=a58v(0x157),c=a58v(0x142)){var w=a58v;super({'name':a,'description':b,'size':Size[w(0x14e)],'category':Category[w(0x154)],'shape':Shape[w(0x147)],'color':Color['Brown'],'texture':Texture[w(0x14c)],'rating':Rating[w(0x134)],'weight':0x1}),this[w(0x138)]=c,this[w(0x13e)]=new Date(),this['pageCount']=0x64;}[a58v(0x128)](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var x=a58v;super({'name':'Short\x20Sword','description':x(0x130),'size':Size[x(0x14e)],'category':Category[x(0x12e)],'shape':Shape[x(0x153)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[x(0x134)],'weight':0x3});}[a58v(0x128)](){var y=a58v;return y(0x150);}}export class SniperRifle extends Item{constructor(){var z=a58v;super({'name':'Sniper\x20Rifle','description':z(0x12c),'size':Size['Large'],'category':Category[z(0x12e)],'shape':Shape[z(0x12f)],'color':Color['Brown'],'texture':Texture[z(0x14c)],'rating':Rating[z(0x134)],'weight':0x5});}[a58v(0x128)](){var A=a58v;return A(0x13c);}}export class HolyGrail extends Item{constructor(){var B=a58v;super({'name':B(0x146),'description':B(0x139),'size':Size[B(0x13f)],'category':Category['Cup'],'shape':Shape[B(0x15b)],'color':Color[B(0x14f)],'texture':Texture[B(0x135)],'rating':Rating[B(0x144)],'weight':0x1});}[a58v(0x128)](){var C=a58v;return C(0x141)+this['name']+C(0x133);}}
@@ -1 +1 @@
1
- const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x18d))/0x1+parseInt(f(0x1a9))/0x2+parseInt(f(0x191))/0x3+-parseInt(f(0x1b2))/0x4*(parseInt(f(0x1bb))/0x5)+parseInt(f(0x1a3))/0x6*(-parseInt(f(0x1a6))/0x7)+-parseInt(f(0x1cb))/0x8+-parseInt(f(0x19b))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x81224));function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x17e;let f=c[d];return f;},a60d(a,b);}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x1ce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x189)]()[h(0x194)]('(((.+)+)+)+$')['toString']()[h(0x1c6)](a60a)[h(0x194)](h(0x1e6));});a60a();export const rooms=[{'name':a60i(0x17f),'description':a60i(0x19a),'isStartRoom':!![],'items':[{'type':'key','name':'Golden\x20Key','description':a60i(0x1d6)},{'type':a60i(0x199),'name':'Guard\x27s\x20Log\x20Book','description':a60i(0x1a8),'content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a60i(0x190),'targetRoom':a60i(0x17e)}]},{'name':a60i(0x17e),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':'NORTH','targetRoom':'Treasure\x20Room','keyRequired':a60i(0x1dc)},{'direction':a60i(0x1e1),'targetRoom':a60i(0x1c9)}]},{'name':a60i(0x1b6),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':'holyGrail','name':'Holy\x20Grail','description':a60i(0x1db)}]},{'name':a60i(0x1c9),'description':a60i(0x1ac),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':'Watch\x20Tower','description':a60i(0x18c),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':'secret123','riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60i(0x197),'name':a60i(0x1d1),'description':a60i(0x1d2)},'successMessage':a60i(0x1f2),'failureMessage':a60i(0x196)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60i(0x1a4),'isStartRoom':!![],'roomType':a60i(0x18f),'puzzle':{'requiredPhrase':a60i(0x1e5),'riddle':a60i(0x1d7),'rewardItem':{'type':a60i(0x1b1),'name':'Central\x20Chamber\x20Key','description':a60i(0x1d3)},'successMessage':a60i(0x1ed),'failureMessage':a60i(0x1e9)},'exits':[{'direction':a60i(0x1aa),'targetRoom':'Study'},{'direction':a60i(0x19c),'targetRoom':'Central\x20Chamber','keyRequired':a60i(0x1b4)}]},{'name':a60i(0x1eb),'description':a60i(0x198),'roomType':'inside','items':[{'type':'book','name':a60i(0x1be),'description':a60i(0x1d9),'content':a60i(0x1a5)},{'type':'key','name':a60i(0x1b4),'description':a60i(0x1d3)}],'exits':[{'direction':a60i(0x1e3),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x19c),'targetRoom':a60i(0x181)}]},{'name':a60i(0x181),'description':a60i(0x188),'roomType':'inside','items':[{'type':'basic','name':a60i(0x1c4),'description':a60i(0x19d)}],'exits':[{'direction':a60i(0x1f0),'targetRoom':'Study'},{'direction':a60i(0x1aa),'targetRoom':'Armory'}]},{'name':a60i(0x1ee),'description':a60i(0x1c8),'roomType':'inside','items':[{'type':a60i(0x1f1),'name':'Emblem\x20Shield','description':a60i(0x184)},{'type':a60i(0x1d4),'name':a60i(0x183),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':'south','targetRoom':a60i(0x181)},{'direction':'east','targetRoom':a60i(0x1dd)}]},{'name':a60i(0x1dd),'description':a60i(0x1ec),'roomType':a60i(0x18f),'exits':[{'direction':'west','targetRoom':a60i(0x1ee)},{'direction':'south','targetRoom':a60i(0x1cd)},{'direction':'north','targetRoom':'Torture\x20Chamber'},{'direction':a60i(0x19c),'targetRoom':a60i(0x1b6)}]},{'name':a60i(0x1d8),'description':a60i(0x1ef),'roomType':'inside','items':[{'type':a60i(0x1b1),'name':a60i(0x1b9),'description':a60i(0x1c1)}],'puzzle':{'requiredPhrase':a60i(0x1b7),'riddle':a60i(0x1da),'rewardItem':{'type':a60i(0x1ca),'name':a60i(0x1bf),'description':a60i(0x18a)},'successMessage':a60i(0x1a0),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0x1e3),'targetRoom':'Central\x20Chamber'}]},{'name':a60i(0x1b6),'description':a60i(0x1f3),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x18e),'riddle':a60i(0x1b8),'rewardItem':{'type':'cup','name':a60i(0x1cc),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a60i(0x1a2),'failureMessage':a60i(0x1e0)},'exits':[{'direction':'west','targetRoom':a60i(0x1dd)}]}];function a60c(){const j=['Library','Rigger\x27s\x20Workshop','Alchemy\x20Lab','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Rusted\x20Sword','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','CorpSec\x20Plans','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','toString','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Matrix\x20Data\x20Haven','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','351208EPlayn','insert\x20gem','inside','EAST','3098829thXiUW','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','search','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','That\x20passcode\x20is\x20incorrect','rifle','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','book','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','3388779UpuhkJ','east','A\x20clear\x20glass\x20vial.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Encrypted\x20Data\x20Key','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','MCT\x20Fly-Spy','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','36vZxjDj','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','524538MmsftQ','document','A\x20thin\x20log\x20book','1507938MpWrwJ','north','Ares\x20Predator','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','The\x20data\x20remains\x20encrypted.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20creditstick\x20loaded\x20with\x20nuyen.','Barrens\x20Hideout','key','20GEbXZW','Corp\x20Enclave','Central\x20Chamber\x20Key','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Treasure\x20Room','release','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Blood-stained\x20Key','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','112415KSJSgs','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','outside','Riddle\x20Book','Ancient\x20Gem','Corporate\x20Creditstick','A\x20key\x20stained\x20with\x20old\x20blood.','creditstick','Barrens\x20Entrance','Empty\x20vial','weapon','constructor','down','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Courtyard','gem','5365104HGLrnG','Golden\x20Chalice','Entrance\x20Hall','apply','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','Sniper\x20Rifle','A\x20long-range\x20weapon.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','sword','Jackpoint\x20Login','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Torture\x20Chamber','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','The\x20legendary\x20Holy\x20Grail.','Golden\x20Key','Central\x20Chamber','show\x20loyalty','decrypt','The\x20chest\x20remains\x20firmly\x20shut.','SOUTH','amulet','south','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','open\x20sesame','(((.+)+)+)+$','Downtown\x20Seattle','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Nothing\x20happens.','Mage\x27s\x20Lair','Study','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Armory','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','west','shield','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','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','disenchant','Secret\x20Passage'];a60c=function(){return j;};return a60c();}export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':a60i(0x18f),'exits':[{'direction':a60i(0x1aa),'targetRoom':a60i(0x1e7)},{'direction':'up','targetRoom':a60i(0x18b)}]},{'name':a60i(0x18b),'description':a60i(0x1ba),'roomType':a60i(0x18f),'puzzle':{'requiredPhrase':a60i(0x1df),'riddle':a60i(0x193),'rewardItem':{'type':a60i(0x1b1),'name':a60i(0x19f),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a60i(0x1ad)},'exits':[{'direction':a60i(0x1c7),'targetRoom':a60i(0x1d5)}]},{'name':a60i(0x1e7),'description':'The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','roomType':a60i(0x1bd),'exits':[{'direction':'south','targetRoom':'Jackpoint\x20Login'},{'direction':'east','targetRoom':'Barrens\x20Entrance'},{'direction':a60i(0x1f0),'targetRoom':a60i(0x1b3)}]},{'name':a60i(0x1c3),'description':a60i(0x187),'roomType':a60i(0x1bd),'puzzle':{'requiredPhrase':a60i(0x1de),'riddle':a60i(0x1d0),'rewardItem':{'type':a60i(0x1b1),'name':'Gang\x20Insignia','description':a60i(0x192)},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':a60i(0x1e8)},'exits':[{'direction':a60i(0x1f0),'targetRoom':'Downtown\x20Seattle'},{'direction':a60i(0x1aa),'targetRoom':a60i(0x1b0)}]},{'name':'Corp\x20Enclave','description':a60i(0x1ae),'roomType':a60i(0x18f),'items':[{'type':a60i(0x1c2),'name':a60i(0x1c0),'description':a60i(0x1af)},{'type':a60i(0x1a7),'name':a60i(0x185),'description':a60i(0x186)}],'exits':[{'direction':a60i(0x19c),'targetRoom':a60i(0x1e7)}]},{'name':a60i(0x1b0),'description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':a60i(0x1bd),'items':[{'type':a60i(0x1c5),'name':a60i(0x1ab),'description':a60i(0x1e4)}],'exits':[{'direction':a60i(0x1e3),'targetRoom':a60i(0x1c3)},{'direction':'north','targetRoom':a60i(0x1ea)},{'direction':'east','targetRoom':a60i(0x180)}]},{'name':a60i(0x1ea),'description':a60i(0x1cf),'roomType':a60i(0x18f),'puzzle':{'requiredPhrase':a60i(0x1f4),'riddle':a60i(0x19e),'rewardItem':{'type':a60i(0x1e2),'name':'Amulet\x20of\x20Awakening','description':a60i(0x1b5)},'successMessage':a60i(0x182),'failureMessage':a60i(0x1bc)},'exits':[{'direction':a60i(0x1e3),'targetRoom':a60i(0x1b0)}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x195),'roomType':'inside','items':[{'type':'drone','name':a60i(0x1a1),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x1f0),'targetRoom':a60i(0x1b0)}]}];
1
+ const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0xdd))/0x1*(-parseInt(f(0xe8))/0x2)+parseInt(f(0xb0))/0x3*(-parseInt(f(0xb1))/0x4)+parseInt(f(0xaa))/0x5*(parseInt(f(0x9b))/0x6)+-parseInt(f(0x8d))/0x7+-parseInt(f(0xd2))/0x8*(-parseInt(f(0xd5))/0x9)+parseInt(f(0xfe))/0xa*(-parseInt(f(0x8e))/0xb)+-parseInt(f(0xbf))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x29d45));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0xe4)]()[h(0xa5)](h(0xd3))[h(0xe4)]()[h(0xc5)](a60a)[h(0xa5)](h(0xd3));});function a60c(){const j=['Jackpoint\x20Login','Treasure\x20Room','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Matrix\x20Data\x20Haven','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','A\x20key\x20stained\x20with\x20old\x20blood.','166285tWuFVm','22YbopZX','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','show\x20loyalty','south','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Golden\x20Key','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Gang\x20Insignia','Central\x20Chamber\x20Key','Barrens\x20Entrance','key','223638YkXQqF','Riddle\x20Book','A\x20thin\x20log\x20book','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','SOUTH','creditstick','A\x20creditstick\x20loaded\x20with\x20nuyen.','A\x20chalice\x20made\x20of\x20pure\x20gold.','disenchant','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','search','Holy\x20Grail','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Rigger\x27s\x20Workshop','inside','35DaAEfA','Secret\x20Passage','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Blood-stained\x20Key','open\x20sesame','secret123','542319dWhTXk','4Uimojn','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','drone','Corporate\x20Creditstick','A\x20clear\x20glass\x20vial.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Corp\x20Enclave','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','sword','Chad\x20the\x20stupid\x20guard','decrypt','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','54072OaGhYs','amulet','document','Ares\x20Predator','north','CorpSec\x20Plans','constructor','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','east','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','cup','Watch\x20Tower','Guard\x27s\x20Log\x20Book','A\x20long-range\x20weapon.','Central\x20Chamber','Library','Alchemy\x20Lab','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','book','1430752tDOriH','(((.+)+)+)+$','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','9usdSjX','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Golden\x20Chalice','Empty\x20vial','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Armory','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Barrens\x20Hideout','28ctuSKd','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','NORTH','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','apply','down','toString','The\x20chest\x20remains\x20firmly\x20shut.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','release','14332MvLobL','gem','Rusted\x20Sword','Amulet\x20of\x20Awakening','Sniper\x20Rifle','The\x20legendary\x20Holy\x20Grail.','insert\x20gem','Nothing\x20happens.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Entrance\x20Hall','west','shield','Study','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','MCT\x20Fly-Spy','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Mage\x27s\x20Lair','Torture\x20Chamber','holyGrail','1300180uBvrsE','Downtown\x20Seattle','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','outside','Courtyard','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.'];a60c=function(){return j;};return a60c();}a60a();function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x8a;let f=c[d];return f;},a60d(a,b);}export const rooms=[{'name':a60i(0xce),'description':a60i(0xe6),'isStartRoom':!![],'items':[{'type':a60i(0x9a),'name':a60i(0x93),'description':a60i(0xa4)},{'type':a60i(0xd1),'name':a60i(0xcb),'description':a60i(0x9d),'content':a60i(0xba)}],'exits':[{'direction':'EAST','targetRoom':a60i(0xab)}]},{'name':a60i(0xab),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0xdf),'targetRoom':a60i(0x105),'keyRequired':a60i(0x93)},{'direction':a60i(0x9f),'targetRoom':a60i(0x102)}]},{'name':a60i(0x105),'description':a60i(0x96),'items':[{'type':a60i(0xfd),'name':a60i(0xa6),'description':a60i(0xed)}]},{'name':'Courtyard','description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60i(0xca)}]},{'name':'Watch\x20Tower','description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':'OUTSIDE','puzzle':{'requiredPhrase':a60i(0xaf),'riddle':a60i(0xf8),'rewardItem':{'type':'rifle','name':a60i(0xec),'description':a60i(0xcc)},'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'}}];export const dungeonConfig=[{'name':a60i(0xf1),'description':a60i(0xc8),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a60i(0xae),'riddle':a60i(0xf5),'rewardItem':{'type':a60i(0x9a),'name':a60i(0x98),'description':a60i(0xde)},'successMessage':a60i(0xbc),'failureMessage':a60i(0xef)},'exits':[{'direction':a60i(0xc3),'targetRoom':'Study'},{'direction':a60i(0xc7),'targetRoom':a60i(0xcd),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0xf4),'description':a60i(0x100),'roomType':'inside','items':[{'type':a60i(0xd1),'name':a60i(0x9c),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x9e)},{'type':a60i(0x9a),'name':'Central\x20Chamber\x20Key','description':a60i(0xde)}],'exits':[{'direction':a60i(0x91),'targetRoom':a60i(0xf1)},{'direction':a60i(0xc7),'targetRoom':a60i(0xcf)}]},{'name':a60i(0xcf),'description':'A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','roomType':a60i(0xa9),'items':[{'type':'basic','name':a60i(0xd8),'description':a60i(0xb5)}],'exits':[{'direction':a60i(0xf2),'targetRoom':a60i(0xf4)},{'direction':a60i(0xc3),'targetRoom':a60i(0xda)}]},{'name':a60i(0xda),'description':a60i(0x103),'roomType':'inside','items':[{'type':a60i(0xf3),'name':'Emblem\x20Shield','description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':a60i(0xb9),'name':a60i(0xea),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':a60i(0x91),'targetRoom':a60i(0xcf)},{'direction':a60i(0xc7),'targetRoom':a60i(0xcd)}]},{'name':'Central\x20Chamber','description':a60i(0xac),'roomType':a60i(0xa9),'exits':[{'direction':a60i(0xf2),'targetRoom':a60i(0xda)},{'direction':a60i(0x91),'targetRoom':a60i(0xf1)},{'direction':'north','targetRoom':a60i(0xfc)},{'direction':a60i(0xc7),'targetRoom':'Treasure\x20Room'}]},{'name':a60i(0xfc),'description':a60i(0xbd),'roomType':a60i(0xa9),'items':[{'type':a60i(0x9a),'name':a60i(0xad),'description':a60i(0x8c)}],'puzzle':{'requiredPhrase':a60i(0xe7),'riddle':a60i(0xf0),'rewardItem':{'type':a60i(0xe9),'name':'Ancient\x20Gem','description':a60i(0xb6)},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':a60i(0x106)},'exits':[{'direction':'south','targetRoom':a60i(0xcd)}]},{'name':a60i(0x105),'description':a60i(0x94),'roomType':a60i(0xa9),'puzzle':{'requiredPhrase':a60i(0xee),'riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60i(0xc9),'name':a60i(0xd7),'description':a60i(0xa2)},'successMessage':a60i(0xbe),'failureMessage':a60i(0xe5)},'exits':[{'direction':'west','targetRoom':a60i(0xcd)}]}];export const shadowrunConfig=[{'name':a60i(0x104),'description':a60i(0xd9),'isStartRoom':!![],'roomType':a60i(0xa9),'exits':[{'direction':a60i(0xc3),'targetRoom':a60i(0xff)},{'direction':'up','targetRoom':a60i(0x107)}]},{'name':'Matrix\x20Data\x20Haven','description':a60i(0xfa),'roomType':a60i(0xa9),'puzzle':{'requiredPhrase':a60i(0xbb),'riddle':a60i(0x8b),'rewardItem':{'type':a60i(0x9a),'name':'Encrypted\x20Data\x20Key','description':a60i(0xd0)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60i(0xe3),'targetRoom':'Jackpoint\x20Login'}]},{'name':'Downtown\x20Seattle','description':a60i(0xa7),'roomType':a60i(0x101),'exits':[{'direction':a60i(0x91),'targetRoom':a60i(0x104)},{'direction':a60i(0xc7),'targetRoom':a60i(0x99)},{'direction':a60i(0xf2),'targetRoom':a60i(0xb7)}]},{'name':'Barrens\x20Entrance','description':a60i(0xb2),'roomType':'outside','puzzle':{'requiredPhrase':a60i(0x90),'riddle':a60i(0x8a),'rewardItem':{'type':a60i(0x9a),'name':a60i(0x97),'description':a60i(0xf7)},'successMessage':a60i(0xf9),'failureMessage':a60i(0xd4)},'exits':[{'direction':a60i(0xf2),'targetRoom':'Downtown\x20Seattle'},{'direction':'north','targetRoom':a60i(0xdc)}]},{'name':a60i(0xb7),'description':a60i(0x95),'roomType':a60i(0xa9),'items':[{'type':a60i(0xa0),'name':a60i(0xb4),'description':a60i(0xa1)},{'type':a60i(0xc1),'name':a60i(0xc4),'description':a60i(0xe1)}],'exits':[{'direction':a60i(0xc7),'targetRoom':a60i(0xff)}]},{'name':a60i(0xdc),'description':a60i(0xe0),'roomType':a60i(0x101),'items':[{'type':'weapon','name':a60i(0xc2),'description':a60i(0xdb)}],'exits':[{'direction':a60i(0x91),'targetRoom':a60i(0x99)},{'direction':a60i(0xc3),'targetRoom':a60i(0xfb)},{'direction':'east','targetRoom':a60i(0xa8)}]},{'name':a60i(0xfb),'description':a60i(0xc6),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0xa3),'riddle':a60i(0x92),'rewardItem':{'type':a60i(0xc0),'name':a60i(0xeb),'description':a60i(0xb8)},'successMessage':a60i(0x8f),'failureMessage':'The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.'},'exits':[{'direction':a60i(0x91),'targetRoom':'Barrens\x20Hideout'}]},{'name':a60i(0xa8),'description':a60i(0xd6),'roomType':a60i(0xa9),'items':[{'type':a60i(0xb3),'name':a60i(0xf6),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0xf2),'targetRoom':'Barrens\x20Hideout'}]}];
@@ -1 +1 @@
1
- var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0xd3))/0x1*(-parseInt(f(0xe8))/0x2)+-parseInt(f(0xe7))/0x3+-parseInt(f(0xd6))/0x4*(parseInt(f(0xdb))/0x5)+parseInt(f(0xe5))/0x6+parseInt(f(0xdd))/0x7*(parseInt(f(0xea))/0x8)+-parseInt(f(0xde))/0x9*(-parseInt(f(0xed))/0xa)+-parseInt(f(0xe6))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x72b75));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var g=a61d;return a61a[g(0xd1)]()[g(0xda)]('(((.+)+)+)+$')['toString']()[g(0xdc)](a61a)[g(0xda)](g(0xc8));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0xe2)];['player'];[a61h(0xe3)];[a61h(0xee)];}export class AbstractRoom extends EventEmitter{[a61h(0xe1)];[a61h(0xcf)];[a61h(0xce)];[a61h(0xd0)];['puzzle'];[a61h(0xd2)];[a61h(0xec)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0xc8;var f=c[d];return f;},a61d(a,b);}export class AbstractDoor{['roomA'];[a61h(0xd4)];[a61h(0xd5)];['unlockItemOrSolution'];[a61h(0xe1)];[a61h(0xe3)];[a61h(0xd7)];}export class AbstractInventory{[a61h(0xd8)];[a61h(0xe3)];}export class AbstractItem{[a61h(0xeb)];['name'];['description'];[a61h(0xcb)];['category'];[a61h(0xcc)];[a61h(0xe0)];[a61h(0xdf)];[a61h(0xe9)];[a61h(0xd9)];}function a61c(){var i=['inventory','toString','roomType','24578DqBtdD','roomB','isLocked','4FBFNFV','isLockable','items','weight','search','3853455bJzflu','constructor','14147TTMtPz','9WoFOsk','texture','color','name','rooms','logger','solved','3093450jOoqGE','3099008VlQKBk','533061SEGhRo','30jRqzNV','rating','3240SUDGpe','uuid','isStartRoom','7345730lroHen','characterLocations','(((.+)+)+)+$','_equipment','_maxCarryingWeight','size','shape','_logger','exits','description'];a61c=function(){return i;};return a61c();}export class AbstractPlayer{['_playerName'];['_currentLocation'];['_inventory'];[a61h(0xc9)];[a61h(0xca)];[a61h(0xcd)];}export class AbstractPuzzle{[a61h(0xe3)];[a61h(0xe4)];}
1
+ var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x162))/0x1*(-parseInt(f(0x16a))/0x2)+-parseInt(f(0x157))/0x3+-parseInt(f(0x164))/0x4+-parseInt(f(0x166))/0x5*(-parseInt(f(0x15f))/0x6)+-parseInt(f(0x14f))/0x7*(-parseInt(f(0x16f))/0x8)+parseInt(f(0x171))/0x9*(parseInt(f(0x161))/0xa)+parseInt(f(0x15c))/0xb*(parseInt(f(0x154))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x4e187));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var g=a61d;return a61a[g(0x156)]()[g(0x167)]('(((.+)+)+)+$')['toString']()[g(0x14e)](a61a)['search'](g(0x163));});function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x14c;var f=c[d];return f;},a61d(a,b);}a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x165)];[a61h(0x15e)];[a61h(0x16c)];[a61h(0x168)];}export class AbstractRoom extends EventEmitter{[a61h(0x16b)];['description'];[a61h(0x155)];[a61h(0x16e)];['puzzle'];['roomType'];[a61h(0x15a)];}export class AbstractDoor{[a61h(0x158)];[a61h(0x14d)];[a61h(0x160)];[a61h(0x14c)];[a61h(0x16b)];[a61h(0x16c)];[a61h(0x15d)];}export class AbstractInventory{['items'];['logger'];}function a61c(){var i=['615oLrIoQ','(((.+)+)+)+$','1113440hUttNl','rooms','155965cJEISV','search','characterLocations','_maxCarryingWeight','1956peYddo','name','logger','_logger','inventory','728qFzyfK','rating','630837UlYDEw','shape','unlockItemOrSolution','roomB','constructor','238JlhYOW','description','category','uuid','_playerName','22764cLXzAI','exits','toString','547524XZmjuN','roomA','color','isStartRoom','solved','5918yXeuom','isLockable','player','42VWKQeW','isLocked','20SiPMXt'];a61c=function(){return i;};return a61c();}export class AbstractItem{[a61h(0x152)];[a61h(0x16b)];[a61h(0x150)];['size'];[a61h(0x151)];[a61h(0x172)];[a61h(0x159)];['texture'];[a61h(0x170)];['weight'];}export class AbstractPlayer{[a61h(0x153)];['_currentLocation'];['_inventory'];['_equipment'];[a61h(0x169)];[a61h(0x16d)];}export class AbstractPuzzle{[a61h(0x16c)];[a61h(0x15b)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x19b))/0x1*(-parseInt(k(0x171))/0x2)+-parseInt(k(0x1b7))/0x3*(parseInt(k(0x18a))/0x4)+parseInt(k(0x182))/0x5*(parseInt(k(0x16e))/0x6)+parseInt(k(0x19f))/0x7*(-parseInt(k(0x197))/0x8)+parseInt(k(0x1bb))/0x9+parseInt(k(0x1b3))/0xa*(-parseInt(k(0x178))/0xb)+parseInt(k(0x177))/0xc*(parseInt(k(0x1a3))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x2faa0));export var Size;(function(a){var l=a62d;a[l(0x1bd)]=l(0x172),a[l(0x1ac)]=l(0x1c4),a[l(0x17b)]='medium',a[l(0x180)]=l(0x1ae),a[l(0x1af)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x198)]='common',a[m(0x19c)]=m(0x18b),a[m(0x1ab)]='legendary';}(Rating||(Rating={})));export var Category;(function(c){var p=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var n=a62d;if(h){var j=h[n(0x1cd)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var o=a62d;return e[o(0x196)]()['search'](o(0x1a4))[o(0x196)]()[o(0x18e)](e)[o(0x1c5)](o(0x1a4));});e(),c[p(0x1b9)]='weapon',c[p(0x1a7)]=p(0x17c),c[p(0x1c2)]='key',c['Gloves']=p(0x1b8),c[p(0x1c7)]='helmet',c[p(0x1b2)]=p(0x176),c[p(0x16f)]=p(0x186),c[p(0x1b1)]=p(0x189),c['ArmArmor']=p(0x1c3),c[p(0x1aa)]='body\x20armor',c[p(0x183)]=p(0x1b0),c[p(0x19d)]=p(0x195),c['Unknown']=p(0x17a);}(Category||(Category={})));export var Shape;(function(a){var q=a62d;a[q(0x179)]=q(0x19e),a[q(0x1bc)]=q(0x187),a[q(0x190)]=q(0x1cf),a[q(0x1b4)]=q(0x1ca),a[q(0x193)]='blade',a[q(0x194)]='rifle';}(Shape||(Shape={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x16d;var f=c[d];return f;},a62d(a,b);}export var Color;function a62c(){var v=['FOREST','837144eFJgjb','Square','Tiny','Fuzzy','Grey','west','yellow','Key','arm\x20armor','small','search','brown','Helmet','UNDERGROUND','OUTSIDE','rectangle','Red','red','apply','underground','triangle','grey','Blue','CAVE','bumpy','18CoSSuM','Boots','NORTH','162bHtwhP','tiny','Purple','forest','south','hat','3686916TwxUaw','27313ptDtDE','Circle','unknown','Medium','shield','gold','BEACH','Brown','Large','orange','125270URMGOz','Book','Metallic','Gold','boots','square','purple','leg\x20armor','4876JNgfbP','rare','SOUTH','outside','constructor','grainy','Triangle','fuzzy','EAST','Blade','Rifle','cup','toString','2111048XGXHYF','Common','Smooth','Rough','4602IcvIGd','Rare','Cup','circle','7UsBMcG','INSIDE','MOUNTAIN','DOWN','13YCFtdS','(((.+)+)+)+$','sea','tower','Shield','blue','inside','BodyArmor','Legendary','Small','Orange','large','VeryLarge','book','LegArmor','Hat','1130uAStIw','Rectangle','metallic','north','267dxqREE','gloves','Weapon'];a62c=function(){return v;};return a62c();}(function(a){var r=a62d;a[r(0x1cb)]=r(0x1cc),a[r(0x1d1)]=r(0x1a8),a['Green']='green',a['Yellow']=r(0x1c1),a[r(0x1ad)]=r(0x181),a[r(0x173)]=r(0x188),a[r(0x1bf)]=r(0x1d0),a[r(0x17f)]=r(0x1c6),a[r(0x185)]=r(0x17d);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a[s(0x199)]='smooth',a[s(0x19a)]='rough',a['Bumpy']=s(0x16d),a[s(0x1be)]=s(0x191),a['Grainy']=s(0x18f),a[s(0x184)]=s(0x1b5);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x1a0)]=t(0x1a9),a[t(0x1c9)]=t(0x18d),a[t(0x1c8)]=t(0x1ce),a[t(0x1d2)]='cave',a['TOWER']=t(0x1a6),a[t(0x1ba)]=t(0x174),a['DESERT']='desert',a[t(0x1a1)]='mountain',a[t(0x17e)]='beach',a['SEA']=t(0x1a5);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x170)]=u(0x1b6),a[u(0x192)]='east',a[u(0x18c)]=u(0x175),a['WEST']=u(0x1c0),a['UP']='up',a[u(0x1a2)]='down';}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x169))/0x1+parseInt(k(0x153))/0x2*(-parseInt(k(0x151))/0x3)+parseInt(k(0x131))/0x4*(-parseInt(k(0x16f))/0x5)+-parseInt(k(0x12e))/0x6*(parseInt(k(0x16a))/0x7)+parseInt(k(0x10f))/0x8*(parseInt(k(0x12f))/0x9)+parseInt(k(0x146))/0xa+parseInt(k(0x10e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x64608));export var Size;(function(a){var l=a62d;a[l(0x137)]=l(0x139),a['Small']=l(0x127),a['Medium']='medium',a[l(0x143)]=l(0x16d),a[l(0x14a)]=l(0x12d);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x125)]=m(0x148),a['Rare']=m(0x124),a[m(0x129)]=m(0x15f);}(Rating||(Rating={})));export var Category;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x10d;var f=c[d];return f;},a62d(a,b);}(function(a){var n=a62d;a[n(0x15a)]='weapon',a[n(0x12c)]=n(0x149),a[n(0x13a)]=n(0x13b),a[n(0x113)]=n(0x147),a[n(0x15e)]=n(0x11f),a[n(0x133)]=n(0x119),a['Boots']='boots',a[n(0x123)]='leg\x20armor',a[n(0x14b)]='arm\x20armor',a[n(0x165)]=n(0x11d),a[n(0x116)]='book',a[n(0x140)]=n(0x14e),a[n(0x14d)]=n(0x144);}(Category||(Category={})));export var Shape;(function(c){var p=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 o=a62d;return e[o(0x114)]()[o(0x11c)](o(0x110))[o(0x114)]()[o(0x128)](e)['search']('(((.+)+)+)+$');});e(),c[p(0x166)]=p(0x158),c['Square']=p(0x155),c[p(0x132)]=p(0x136),c[p(0x138)]=p(0x163),c[p(0x141)]=p(0x154),c[p(0x112)]=p(0x11e);}(Shape||(Shape={})));export var Color;(function(a){var q=a62d;a['Red']=q(0x120),a[q(0x11a)]='blue',a[q(0x164)]='green',a[q(0x14f)]='yellow',a['Orange']='orange',a[q(0x168)]=q(0x122),a['Grey']=q(0x12a),a[q(0x15d)]=q(0x16b),a[q(0x115)]='gold';}(Color||(Color={})));export var Texture;(function(a){var r=a62d;a['Smooth']=r(0x13c),a[r(0x117)]=r(0x16c),a[r(0x142)]='bumpy',a['Fuzzy']=r(0x13e),a[r(0x15c)]=r(0x160),a[r(0x130)]=r(0x126);}(Texture||(Texture={})));export var RoomType;(function(a){var s=a62d;a[s(0x162)]=s(0x16e),a[s(0x157)]=s(0x121),a[s(0x11b)]=s(0x15b),a[s(0x10d)]=s(0x13d),a[s(0x161)]='tower',a[s(0x134)]='forest',a[s(0x135)]=s(0x14c),a['MOUNTAIN']=s(0x111),a['BEACH']='beach',a[s(0x152)]=s(0x150);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a[t(0x167)]=t(0x118),a[t(0x13f)]='east',a[t(0x12b)]='south',a[t(0x145)]=t(0x159),a['UP']='up',a['DOWN']=t(0x156);}(Direction||(Direction={})));function a62c(){var u=['search','body\x20armor','rifle','helmet','red','outside','purple','LegArmor','rare','Common','metallic','small','constructor','Legendary','grey','SOUTH','Shield','very\x20large','30fYSkZJ','37350nixYjC','Metallic','13752GmHHGW','Triangle','Hat','FOREST','DESERT','triangle','Tiny','Rectangle','tiny','Key','key','smooth','cave','fuzzy','EAST','Cup','Blade','Bumpy','Large','unknown','WEST','7620950xyaQeG','gloves','common','shield','VeryLarge','ArmArmor','desert','Unknown','cup','Yellow','sea','18fNLAio','SEA','6186uuMYLB','blade','square','down','OUTSIDE','circle','west','Weapon','underground','Grainy','Brown','Helmet','legendary','grainy','TOWER','INSIDE','rectangle','Green','BodyArmor','Circle','NORTH','Purple','755775tIeoRo','1039241lQbOsd','brown','rough','large','inside','1145eKBArN','CAVE','16415839iHOWDj','888jXWeSW','(((.+)+)+)+$','mountain','Rifle','Gloves','toString','Gold','Book','Rough','north','hat','Blue','UNDERGROUND'];a62c=function(){return u;};return a62c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xee))/0x1+parseInt(f(0xf1))/0x2*(-parseInt(f(0xec))/0x3)+-parseInt(f(0xf3))/0x4+-parseInt(f(0xf2))/0x5*(parseInt(f(0xeb))/0x6)+-parseInt(f(0xf0))/0x7+-parseInt(f(0xe7))/0x8*(-parseInt(f(0xed))/0x9)+-parseInt(f(0xe8))/0xa*(-parseInt(f(0xef))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xe00b5));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0xea)]()['search'](g(0xe9))['toString']()['constructor'](a63a)['search'](g(0xe9));});a63a();export{};function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xe7;var f=c[d];return f;},a63d(a,b);}function a63c(){var h=['toString','24FiBjEZ','3546735hokYfA','6681321dnBPFJ','206416JgCULD','1757030XoAqCK','5585237CXQWaj','2SxNyqS','2115455LhYfAQ','3364468jFQvZC','16LOCnTR','260PqFvnh','(((.+)+)+)+$'];a63c=function(){return h;};return a63c();}
1
+ function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x148;var f=c[d];return f;},a63d(a,b);}function a63c(){var h=['42550VSEQMJ','64185bCIwvS','toString','1844298IiGMlQ','88197QRWmAJ','2zZBDkN','search','500440TacALl','(((.+)+)+)+$','3KsiJBm','663272PPVpCN','1647810pnNOAp','35bfpDaX','297hFOTti'];a63c=function(){return h;};return a63c();}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x148))/0x1*(-parseInt(f(0x149))/0x2)+-parseInt(f(0x14d))/0x3*(parseInt(f(0x14e))/0x4)+parseInt(f(0x14f))/0x5+parseInt(f(0x155))/0x6+parseInt(f(0x150))/0x7*(-parseInt(f(0x14b))/0x8)+-parseInt(f(0x151))/0x9*(-parseInt(f(0x152))/0xa)+-parseInt(f(0x153))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x31fbf));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0x154)]()['search'](g(0x14c))[g(0x154)]()['constructor'](a63a)[g(0x14a)](g(0x14c));});a63a();export{};
@@ -1 +1 @@
1
- function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x69;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x6a))/0x1*(parseInt(f(0x75))/0x2)+parseInt(f(0x72))/0x3+parseInt(f(0x73))/0x4*(-parseInt(f(0x6d))/0x5)+-parseInt(f(0x6c))/0x6+-parseInt(f(0x6b))/0x7*(parseInt(f(0x76))/0x8)+-parseInt(f(0x74))/0x9+-parseInt(f(0x69))/0xa*(-parseInt(f(0x71))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x58e1a));function a64c(){var h=['constructor','search','(((.+)+)+)+$','396pPuhdu','1673121xuwvXc','4460MslXMC','889497QTIFTf','4996XsECiG','5032LLOsta','305990arMpKQ','187hHnhxT','1799NciUog','2328516dstDLU','805SElrQN'];a64c=function(){return h;};return a64c();}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var g=a64d;return a64a['toString']()['search'](g(0x70))['toString']()[g(0x6e)](a64a)[g(0x6f)]('(((.+)+)+)+$');});a64a();export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x11b))/0x1*(parseInt(f(0x11a))/0x2)+-parseInt(f(0x11c))/0x3+parseInt(f(0x11d))/0x4+parseInt(f(0x116))/0x5+-parseInt(f(0x118))/0x6+-parseInt(f(0x119))/0x7*(-parseInt(f(0x120))/0x8)+parseInt(f(0x117))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xda19a));function a64c(){var i=['7031710GGBBff','1869228WsRQOi','9830076TkPoyl','11166911wVCzNm','2PFUEif','645951tgulLo','1704339DyaBlx','2145764XwxRvS','(((.+)+)+)+$','apply','8uGwsZE','constructor','toString','search'];a64c=function(){return i;};return a64c();}function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x116;var f=c[d];return f;},a64d(a,b);}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x11f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x122)]()[h(0x123)](h(0x11e))[h(0x122)]()[h(0x121)](a64a)['search'](h(0x11e));});a64a();export{};
@@ -1 +1 @@
1
- const a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x134))/0x1+parseInt(y(0x104))/0x2*(-parseInt(y(0xe6))/0x3)+-parseInt(y(0x11e))/0x4+-parseInt(y(0x10a))/0x5*(parseInt(y(0x106))/0x6)+parseInt(y(0x10b))/0x7+-parseInt(y(0xef))/0x8*(-parseInt(y(0xee))/0x9)+-parseInt(y(0xf4))/0xa*(-parseInt(y(0x107))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x84f3a));function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0xe3;let f=c[d];return f;},a65d(a,b);}import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a65d;return g[z(0xf8)]()[z(0x12e)](z(0xf6))[z(0xf8)]()[z(0x101)](g)[z(0x12e)](z(0xf6));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':A(0x108)}),i=a65e[A(0xfe)]({'top':'0%','left':A(0xe5),'width':A(0x127),'height':A(0xf2),'border':{'type':A(0x135)},'label':'\x20Inventory\x20','content':A(0x12f),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x129)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x12c)]()[B(0x12b)](v=>v['name']);i[B(0x133)](u[B(0x119)]('\x0a')),h[B(0x10c)]();};h[A(0x10e)](i);const k=a65e[A(0xfe)]({'top':A(0xf2),'left':A(0xe5),'width':A(0x127),'height':A(0x127),'border':{'type':A(0x135)},'label':'\x20Equipment\x20','content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x129)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x10e)](k);const l=t=>{const C=A;k[C(0x133)]('Head:\x20'+(t[C(0xf5)]?t['head'][C(0xf7)]:C(0x125))+'\x0a'+(C(0xf3)+(t[C(0x128)]?t['torso']['name']:'None')+'\x0a')+('Legs:\x20'+(t[C(0x11a)]?t['legs'][C(0xf7)]:C(0x125))+'\x0a')+(C(0x116)+(t[C(0xeb)]?t[C(0xeb)][C(0xf7)]:C(0x125))+'\x0a')+('Arms:\x20'+(t[C(0x114)]?t[C(0x114)][C(0xf7)]:C(0x125))+'\x0a')+(C(0xf9)+(t[C(0xec)]?t[C(0xec)][C(0xf7)]:C(0x125))+'\x0a')+('Left\x20Hand:\x20'+(t[C(0xe9)]?t[C(0xe9)][C(0xf7)]:C(0x125))+'\x0a')+('Right\x20Hand:\x20'+(t['rightHand']?t['rightHand'][C(0xf7)]:'None')+'\x0a')),h[C(0x10c)]();},m=a65e[A(0xfe)]({'top':'70%','left':A(0xe5),'width':A(0x127),'height':A(0x126),'border':{'type':A(0x135)},'label':'\x20Map\x20','content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x129)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x10e)](m);const n=t=>{const D=A;let u=D(0xe3)+t[D(0xf7)]+'\x0a\x0a';u+=D(0x102),t[D(0x117)][D(0xed)]>0x0?t[D(0x117)][D(0x112)]((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x121)](t);x['roomType']===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[E(0xf7)];if(v['checkIfLocked']())u+=E(0xfb);else v[E(0x130)]()&&(u+=E(0x118));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x105),m['setContent'](u),h[D(0x10c)]();},o=a65e[A(0xfe)]({'id':A(0x10f),'top':'0%','left':'0%','width':'75%','height':A(0x122),'border':{'type':A(0x135)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](A(0x11c)),h[A(0x10e)](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':A(0x100),'height':A(0xf0),'tags':!![],'border':{'type':A(0x135)},'style':{'fg':'white','border':{'fg':A(0x12d)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x10e)](p),h[A(0x136)]([A(0x132),A(0xf1)],()=>process['exit'](0x0)),p[A(0x124)](),h['render']();const q=Logger[A(0x11f)](e[A(0x103)],h),r=new Player({'playerName':c});q[A(0xfd)](A(0x110));const s=a65f[A(0x11f)](r,d);o['setContent'](s[A(0x11d)]()),l(s[A(0x11b)]['equipment']),j(s[A(0x11b)][A(0xea)]),n(s[A(0x11b)][A(0x131)]),p[A(0x136)](['enter'],async()=>{const F=A,t=p['getValue'](),u=s[F(0xfa)](t);(t[F(0x123)]('\x20')[0x0]===F(0x109)||'equip'||F(0xe7))&&(j(s['player'][F(0xea)]),l(s[F(0x11b)][F(0x10d)])),(t['split']('\x20')[0x0]==='go'||'lock'||F(0xfc))&&n(s[F(0x11b)][F(0x131)]),t['split']('\x20')[0x0]===F(0x111)&&o[F(0x133)](''),u===null&&(console[F(0x120)](F(0xe8)),h[F(0x10c)](),q[F(0xfd)]('<<<<<<<<---------\x20Terminating\x20game'),process[F(0xe4)](0x0)),o[F(0x113)](u),o['scroll'](0x1),p[F(0x115)](),p['focus'](),h[F(0x10c)]();});}catch(t){console[A(0x120)](t),process[A(0xe4)](0x1);}}function a65c(){const H=['90%','split','focus','None','20%','25%','torso','yellow','slice','map','getAllItems','cyan','search','Your\x20items\x20will\x20be\x20listed\x20here...','checkIfLockable','currentLocation','escape','setContent','852462oGLHKR','line','key','Currently\x20in:\x20','exit','75%','1677YbQvLL','unequip','Thanks\x20for\x20playing!','leftHand','inventory','feet','gloves','size','21609IPEKaA','3344TWlJHW','10%','C-c','45%','Torso:\x20','8961460fvyMAk','head','(((.+)+)+)+$','name','toString','Gloves:\x20','handleInput','\x20(Locked)','unlock','write','box','parse','100%','constructor','-----\x20Exits\x20------\x0a','logFilePath','2426uoEuGL','\x0aThere\x20are\x20no\x20exits\x20here.','195090UTFXIj','22fwbxHq','Side\x20Quest\x20Adventure\x20Game','take','45NTyDht','1140125yAvSmp','render','equipment','append','logBox','----->>>>>>\x20Initializing\x20Game','clear','forEach','pushLine','arms','clearValue','Feet:\x20','exits','\x20(Unlocked)','join','legs','player','mousemove','getWelcomeMessage','2364204OZOPCN','getInstance','log','getOtherSide'];a65c=function(){return H;};return a65c();}const args=process['argv'][a65G(0x12a)](0x2);main(args[0x0],JSON[a65G(0xff)](args[0x1]),JSON[a65G(0xff)](args[0x2]));
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x1b8))/0x1*(parseInt(y(0x197))/0x2)+-parseInt(y(0x195))/0x3*(-parseInt(y(0x1ad))/0x4)+-parseInt(y(0x1ba))/0x5*(-parseInt(y(0x16e))/0x6)+-parseInt(y(0x1b1))/0x7+-parseInt(y(0x179))/0x8*(parseInt(y(0x193))/0x9)+-parseInt(y(0x188))/0xa+parseInt(y(0x1c4))/0xb*(parseInt(y(0x1a9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xc500c));import a65e from'blessed';function a65c(){const I=['Side\x20Quest\x20Adventure\x20Game','13135080FwqLCj','clearValue','take','key','rightHand','line','mousemove','Gloves:\x20','unequip','apply','Currently\x20in:\x20','611343njAkOA','escape','60qMJYvd','getInstance','91098qsuyRQ','leftHand','OUTSIDE','setContent','constructor','name','pushLine','Legs:\x20','box','head','checkIfLocked','Thanks\x20for\x20playing!','25%','logBox','Torso:\x20','(((.+)+)+)+$','exits','enter','48NitoLU','scroll','append','render','306652SSbhzs','exit','slice','arms','10627120EUUhWP','logFilePath','75%','yellow','split','\x0aThere\x20are\x20no\x20exits\x20here.','clear','26NWZzaI','white','5mxMQyU','join','write','size','getAllItems','45%','toString','<<<<<<<<---------\x20Terminating\x20game','getWelcomeMessage','\x20Equipment\x20','5705711SeWnHN','inventory','\x20(Locked)','\x20Inventory\x20','gloves','currentLocation','unlock','C-c','8511498uLjsSx','handleInput','lock','textbox','\x20(Unlocked)','player','100%','equipment','Available\x20exits\x20will\x20be\x20shown\x20here...','argv','torso','24drKngk','focus','\x20Map\x20','map','equip','legs','Right\x20Hand:\x20','checkIfLockable','cyan','parse','search','feet','70%','None'];a65c=function(){return I;};return a65c();}function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x16e;let f=c[d];return f;},a65d(a,b);}import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x191)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x1c0)]()[A(0x183)]('(((.+)+)+)+$')[A(0x1c0)]()[A(0x19b)](g)[A(0x183)](A(0x1a6));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':B(0x187)}),i=a65e[B(0x19f)]({'top':'0%','left':B(0x1b3),'width':B(0x1a3),'height':'45%','border':{'type':'line'},'label':B(0x1c7),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1be)]()[C(0x17c)](v=>v[C(0x19c)]);i[C(0x19a)](u[C(0x1bb)]('\x0a')),h['render']();};h[B(0x1ab)](i);const k=a65e[B(0x19f)]({'top':B(0x1bf),'left':'75%','width':'25%','height':B(0x1a3),'border':{'type':'line'},'label':B(0x1c3),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1ab)](k);const l=t=>{const D=B;k[D(0x19a)]('Head:\x20'+(t[D(0x1a0)]?t[D(0x1a0)][D(0x19c)]:D(0x186))+'\x0a'+(D(0x1a5)+(t[D(0x178)]?t[D(0x178)][D(0x19c)]:D(0x186))+'\x0a')+(D(0x19e)+(t[D(0x17e)]?t[D(0x17e)][D(0x19c)]:D(0x186))+'\x0a')+('Feet:\x20'+(t['feet']?t[D(0x184)][D(0x19c)]:D(0x186))+'\x0a')+('Arms:\x20'+(t[D(0x1b0)]?t['arms'][D(0x19c)]:'None')+'\x0a')+(D(0x18f)+(t[D(0x1c8)]?t[D(0x1c8)]['name']:D(0x186))+'\x0a')+('Left\x20Hand:\x20'+(t[D(0x198)]?t[D(0x198)][D(0x19c)]:D(0x186))+'\x0a')+(D(0x17f)+(t[D(0x18c)]?t[D(0x18c)][D(0x19c)]:'None')+'\x0a')),h[D(0x1ac)]();},m=a65e[B(0x19f)]({'top':B(0x185),'left':B(0x1b3),'width':B(0x1a3),'height':'20%','border':{'type':'line'},'label':B(0x17b),'content':B(0x176),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1ab)](m);const n=t=>{const E=B;let u=E(0x192)+t[E(0x19c)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[E(0x1a7)][E(0x1bd)]>0x0?t[E(0x1a7)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x['roomType']===RoomType[F(0x199)]?u+=capitalCase(w)+':\x20'+x[F(0x19c)]:u+=capitalCase(w)+':\x20'+v[F(0x19c)];if(v[F(0x1a1)]())u+=F(0x1c6);else v[F(0x180)]()&&(u+=F(0x172));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1b6),m[E(0x19a)](u),h[E(0x1ac)]();},o=a65e[B(0x19f)]({'id':B(0x1a4),'top':'0%','left':'0%','width':'75%','height':'90%','border':{'type':B(0x18d)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](B(0x18e)),h[B(0x1ab)](o);const p=a65e[B(0x171)]({'bottom':0x0,'left':0x0,'width':B(0x174),'height':'10%','tags':!![],'border':{'type':B(0x18d)},'style':{'fg':B(0x1b9),'border':{'fg':B(0x181)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1ab)](p),h[B(0x18b)]([B(0x194),B(0x1cb)],()=>process[B(0x1ae)](0x0)),p[B(0x17a)](),h[B(0x1ac)]();const q=Logger[B(0x196)](e[B(0x1b2)],h),r=new Player({'playerName':c});q['write']('----->>>>>>\x20Initializing\x20Game');const s=a65f['getInstance'](r,d);o[B(0x19a)](s[B(0x1c2)]()),l(s[B(0x173)][B(0x175)]),j(s[B(0x173)][B(0x1c5)]),n(s['player']['currentLocation']),p[B(0x18b)]([B(0x1a8)],async()=>{const G=B,t=p['getValue'](),u=s[G(0x16f)](t);(t['split']('\x20')[0x0]===G(0x18a)||G(0x17d)||G(0x190))&&(j(s[G(0x173)][G(0x1c5)]),l(s[G(0x173)][G(0x175)])),(t[G(0x1b5)]('\x20')[0x0]==='go'||G(0x170)||G(0x1ca))&&n(s[G(0x173)][G(0x1c9)]),t['split']('\x20')[0x0]===G(0x1b7)&&o['setContent'](''),u===null&&(console['log'](G(0x1a2)),h[G(0x1ac)](),q[G(0x1bc)](G(0x1c1)),process[G(0x1ae)](0x0)),o[G(0x19d)](u),o[G(0x1aa)](0x1),p[G(0x189)](),p[G(0x17a)](),h[G(0x1ac)]();});}catch(t){console['log'](t),process['exit'](0x1);}}const args=process[a65H(0x177)][a65H(0x1af)](0x2);main(args[0x0],JSON[a65H(0x182)](args[0x1]),JSON[a65H(0x182)](args[0x2]));
@@ -1 +1 @@
1
- const a66j=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x1d4))/0x1+parseInt(h(0x1d7))/0x2*(parseInt(h(0x1f8))/0x3)+-parseInt(h(0x1ed))/0x4*(parseInt(h(0x1de))/0x5)+-parseInt(h(0x1ee))/0x6*(parseInt(h(0x1ea))/0x7)+parseInt(h(0x1e6))/0x8+-parseInt(h(0x1d8))/0x9+-parseInt(h(0x1f6))/0xa*(-parseInt(h(0x1dc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xa3a19));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)]()['search'](i(0x1d9))['toString']()[i(0x1eb)](a66a)[i(0x1e2)](i(0x1d9));});a66a();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1d0;let f=c[d];return f;},a66d(a,b);}import a66e from'fs';import a66f from'os';import a66g from'path';function a66c(){const q=['mkdirSync','7046344JYUWhr','hasScreen','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','type','266PMKFgK','constructor','[INFO]\x20[','66436YNgdtg','192978vEGkuV','error','The\x20logbox\x20','side-quest.log','toString','.maka','instance','logBox','12000ihqsln','log','5733SNyJmm','existsSync','appendFileSync','toISOString','content','write','options','scrollTo','572010YWkExN','box','screen','530fGfCVO','5232150gSyaGC','(((.+)+)+)+$','join','dirname','12177ZmbmPT','children','245VoPXjm','ensureLogFileExists','filePath','getScrollHeight','search','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','setContent'];a66c=function(){return q;};return a66c();}const homeDir=a66f['homedir']();export class Logger{static [a66j(0x1f4)];[a66j(0x1e0)];[a66j(0x1d6)];constructor(a,b){const k=a66j;this[k(0x1e0)]=a,this[k(0x1d6)]=b,this['ensureLogFileExists']();}static['getInstance'](a=a66g[a66j(0x1da)](homeDir,a66j(0x1f3),a66j(0x1f1)),b){const l=a66j;if(!Logger[l(0x1f4)]){if(!b)throw new Error(l(0x1e3));Logger['instance']=new Logger(a,b);}return Logger[l(0x1f4)];}[a66j(0x1df)](){const m=a66j,a=a66g[m(0x1db)](this[m(0x1e0)]);!a66e['existsSync'](a)&&a66e[m(0x1e5)](a,{'recursive':!![]}),!a66e[m(0x1f9)](this[m(0x1e0)])&&a66e['writeFileSync'](this[m(0x1e0)],'');}[a66j(0x1d1)](a){const n=a66j,b=new Date()[n(0x1fb)](),c=n(0x1ec)+b+']\x20'+a+'\x0a';a66e[n(0x1fa)](this['filePath'],c);}[a66j(0x1ef)](a){const o=a66j,b=new Date()['toISOString'](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a66e[o(0x1fa)](this[o(0x1e0)],c);}[a66j(0x1f7)](a){const p=a66j,b=this[p(0x1d6)]?.[p(0x1dd)]['find'](c=>c[p(0x1e9)]===p(0x1d5)&&c[p(0x1d2)]['id']===p(0x1f5));b?(b[p(0x1e4)](b[p(0x1d0)]+'\x0a'+a),b[p(0x1d3)](b[p(0x1e1)]()),this[p(0x1d6)]?.['render']()):this[p(0x1ef)](p(0x1f0)+b+p(0x1e8)+this[p(0x1d6)]),this[p(0x1d1)](a);}[a66j(0x1e7)](){return!!this['screen'];}}
1
+ const a66k=a66d;function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x9f;let f=c[d];return f;},a66d(a,b);}(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0xa0))/0x1+-parseInt(h(0xae))/0x2*(parseInt(h(0xc0))/0x3)+parseInt(h(0xa1))/0x4+parseInt(h(0xbb))/0x5+-parseInt(h(0xa9))/0x6*(-parseInt(h(0xba))/0x7)+-parseInt(h(0xa4))/0x8+-parseInt(h(0xb8))/0x9*(-parseInt(h(0xa3))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x81d22));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0xa8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0xc6)]()[j(0xab)]('(((.+)+)+)+$')['toString']()[j(0xb2)](a66a)[j(0xab)]('(((.+)+)+)+$');});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0xaf)]();export class Logger{static [a66k(0xa6)];['filePath'];['screen'];constructor(a,b){const l=a66k;this[l(0xb6)]=a,this['screen']=b,this[l(0xc4)]();}static[a66k(0xbe)](a=a66g['join'](homeDir,a66k(0xc1),a66k(0xc7)),b){const m=a66k;if(!Logger[m(0xa6)]){if(!b)throw new Error(m(0xa5));Logger[m(0xa6)]=new Logger(a,b);}return Logger[m(0xa6)];}['ensureLogFileExists'](){const n=a66k,a=a66g[n(0xb0)](this[n(0xb6)]);!a66e['existsSync'](a)&&a66e[n(0xbd)](a,{'recursive':!![]}),!a66e[n(0xbf)](this[n(0xb6)])&&a66e[n(0xb4)](this[n(0xb6)],'');}['write'](a){const o=a66k,b=new Date()[o(0xc2)](),c=o(0xad)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this['filePath'],c);}[a66k(0xca)](a){const p=a66k,b=new Date()['toISOString'](),c=p(0xc5)+b+']\x20'+a+'\x0a';a66e[p(0xc3)](this[p(0xb6)],c);}['log'](a){const q=a66k,b=this[q(0xb5)]?.[q(0xbc)][q(0xa2)](c=>c[q(0xc8)]===q(0xa7)&&c[q(0xb1)]['id']==='logBox');b?(b['setContent'](b[q(0xc9)]+'\x0a'+a),b[q(0xb3)](b['getScrollHeight']()),this['screen']?.[q(0xb9)]()):this[q(0xca)](q(0xb7)+b+q(0x9f)+this[q(0xb5)]),this[q(0xaa)](a);}[a66k(0xac)](){const r=a66k;return!!this[r(0xb5)];}}function a66c(){const s=['dirname','options','constructor','scrollTo','writeFileSync','screen','filePath','The\x20logbox\x20','3294198bHOPnz','render','7287406NEGKPf','4905150DGmEaq','children','mkdirSync','getInstance','existsSync','1904109qtUxaY','.maka','toISOString','appendFileSync','ensureLogFileExists','[ERROR]\x20[','toString','side-quest.log','type','content','error','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','611205WWDHre','1357228jMDXoZ','find','10pblwmd','7598104DNWKbO','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','instance','box','apply','6czjOgt','write','search','hasScreen','[INFO]\x20[','2AuOFIB','homedir'];a66c=function(){return s;};return a66c();}
@@ -1 +1 @@
1
- const a67n=a67d;function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xda;let f=c[d];return f;},a67d(a,b);}(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0xfd))/0x1+-parseInt(k(0xf5))/0x2*(parseInt(k(0xde))/0x3)+parseInt(k(0xe7))/0x4*(-parseInt(k(0xf0))/0x5)+-parseInt(k(0xe1))/0x6*(parseInt(k(0xe6))/0x7)+parseInt(k(0xe5))/0x8+parseInt(k(0xf6))/0x9*(parseInt(k(0xfa))/0xa)+parseInt(k(0xdd))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xc745b));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0xf9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a['toString']()['search'](m(0xda))[m(0xe9)]()[m(0xe0)](a67a)['search'](m(0xda));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';function a67c(){const q=['player','maka\x20play:side-quest','1642280OmlLey','side-quest.log','url','Thanks\x20for\x20playing!','Commoner','300826WTUKMx','70155aTOSDr','create','sideQuestAnswer','apply','1440DGOeLb','side-quest','Play\x20a\x20little\x20side-quest','1501903zhYBad','stringify','(((.+)+)+)+$','resolve','dungeon','19181239sOkukk','6MinYTA','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','constructor','2027622aufcLx','exit','getGlobalMakaDir','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','6056392RuyjPA','14PzCcwN','4dtrSGP','list','toString','shadowrun','options','./sideQuest/ui.js','ask'];a67c=function(){return q;};return a67c();}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67n(0xf2)]),__dirname=dirname(__filename);Command[a67n(0xf7)]({'name':a67n(0xfb),'usage':a67n(0xef),'shortDesc':a67n(0xfc),'aliases':['sq'],'description':a67n(0xe4),'validOpts':[a67n(0xee)]},async function(a,b){const o=a67n;try{const c=this['fsi'][o(0xe3)](),d=a67e['join'](c,o(0xf1)),e=b[o(0xee)]?b[o(0xee)]:await Actions[o(0xed)]('What\x20is\x20your\x20name?')||o(0xf4),f={...b,'logFilePath':d},g={'type':o(0xe8),'name':o(0xf8),'message':o(0xdf),'choices':[{'name':o(0xdc),'value':dungeonConfig},{'name':o(0xea),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xeb)](g);if(e&&h){const i=spawn('node',[a67e[o(0xdb)](__dirname,o(0xec)),e,JSON[o(0xfe)](h),JSON[o(0xfe)](f)],{'stdio':'inherit'});i['on'](o(0xe2),()=>{const p=o;console['log'](p(0xf3));});}}catch(j){console['log'](j);}},a67f);
1
+ const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0x132))/0x1*(parseInt(k(0x147))/0x2)+-parseInt(k(0x14b))/0x3+parseInt(k(0x150))/0x4*(parseInt(k(0x141))/0x5)+parseInt(k(0x140))/0x6*(parseInt(k(0x14a))/0x7)+parseInt(k(0x131))/0x8+parseInt(k(0x146))/0x9+parseInt(k(0x14d))/0xa*(-parseInt(k(0x13d))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x5b737));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x148)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a['toString']()[m(0x137)](m(0x143))['toString']()[m(0x13f)](a67a)[m(0x137)](m(0x143));});function a67c(){const q=['exit','stringify','getGlobalMakaDir','814Khpbws','player','constructor','25698LzSWFO','1226505LpzwYx','Play\x20a\x20little\x20side-quest','(((.+)+)+)+$','Commoner','sideQuestAnswer','2544210ACmbaz','10OiVRts','apply','Thanks\x20for\x20playing!','469hKmkcn','855792huLAVx','create','114060qyyHVt','resolve','options','12DfuaiO','dungeon','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...','node','360616EOWart','30652EoFbmp','shadowrun','url','list','side-quest','search','join','log'];a67c=function(){return q;};return a67c();}a67a();import a67e from'path';import{spawn}from'child_process';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x12e;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{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67n(0x134)]),__dirname=dirname(__filename);Command[a67n(0x14c)]({'name':a67n(0x136),'usage':'maka\x20play:side-quest','shortDesc':a67n(0x142),'aliases':['sq'],'description':a67n(0x12f),'validOpts':['player']},async function(a,b){const o=a67n;try{const c=this['fsi'][o(0x13c)](),d=a67e[o(0x138)](c,'side-quest.log'),e=b[o(0x13e)]?b[o(0x13e)]:await Actions['ask']('What\x20is\x20your\x20name?')||o(0x144),f={...b,'logFilePath':d},g={'type':o(0x135),'name':o(0x145),'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':o(0x12e),'value':dungeonConfig},{'name':o(0x133),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x14f)](g);if(e&&h){const i=spawn(o(0x130),[a67e[o(0x14e)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x13b)](h),JSON[o(0x13b)](f)],{'stdio':'inherit'});i['on'](o(0x13a),()=>{const p=o;console[p(0x139)](p(0x149));});}}catch(j){console[o(0x139)](j);}},a67f);
@@ -1 +1 @@
1
- var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0xb7))/0x1+parseInt(f(0xb4))/0x2+-parseInt(f(0xbc))/0x3+-parseInt(f(0xb0))/0x4*(parseInt(f(0xae))/0x5)+parseInt(f(0xba))/0x6+-parseInt(f(0xb9))/0x7*(-parseInt(f(0xb2))/0x8)+parseInt(f(0xb6))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x83034));function a68c(){var k=['(((.+)+)+)+$','77bJwkwr','1255614lbbysr','search','2224866rcCmyM','apply','create','npx\x20command-line-snake','snake','toString','720CzNEvn','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','7904SZAWWu','maka\x20game:snake','73568poKxem','inherit','1044318GzVGtQ','constructor','5607621oCHTFG','107141GEAhmM'];a68c=function(){return k;};return a68c();}function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xab;var f=c[d];return f;},a68d(a,b);}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xbd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a['toString']()[h(0xbb)]('(((.+)+)+)+$')[h(0xad)]()[h(0xb5)](a68a)[h(0xbb)](h(0xb8));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0xbe)]({'name':a68i(0xac),'usage':a68i(0xb1),'shortDesc':a68i(0xaf),'validOpts':[]},async function(){var j=a68i;execSync(j(0xab),{'stdio':j(0xb3)});},a68e);
1
+ var a68i=a68d;function a68c(){var k=['1429860xCMBVT','15xvjJNg','maka\x20game:snake','search','593976nhnikj','create','8lEwocx','npx\x20command-line-snake','4767984QKKCCk','33GkwOfr','2178iwjNpr','(((.+)+)+)+$','400136zvJMOI','344735dMGwiF','toString','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','1068431jPvNtH','1838TpRDTV','apply','snake'];a68c=function(){return k;};return a68c();}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x1ec))/0x1+-parseInt(f(0x1f0))/0x2*(-parseInt(f(0x1e9))/0x3)+parseInt(f(0x1eb))/0x4+parseInt(f(0x1e0))/0x5*(-parseInt(f(0x1e3))/0x6)+-parseInt(f(0x1ef))/0x7*(-parseInt(f(0x1e5))/0x8)+parseInt(f(0x1e7))/0x9+parseInt(f(0x1df))/0xa*(-parseInt(f(0x1e8))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x5c84c));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x1f1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x1ed)]()[h(0x1e2)](h(0x1ea))['toString']()['constructor'](a68a)['search'](h(0x1ea));});a68a();import a68e from'./play.command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x1de;var f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x1e4)]({'name':a68i(0x1de),'usage':a68i(0x1e1),'shortDesc':a68i(0x1ee),'validOpts':[]},async function(){var j=a68i;execSync(j(0x1e6),{'stdio':'inherit'});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x1d2))/0x1+parseInt(f(0x1d7))/0x2*(parseInt(f(0x1cd))/0x3)+parseInt(f(0x1de))/0x4+parseInt(f(0x1dc))/0x5*(parseInt(f(0x1df))/0x6)+-parseInt(f(0x1d1))/0x7+parseInt(f(0x1d6))/0x8+parseInt(f(0x1db))/0x9*(-parseInt(f(0x1d5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x7ac3e));function a69c(){var k=['3419425wqybrP','search','1605064fXYzgp','6BdMSMS','inherit','380631KzLwyB','(((.+)+)+)+$','toString','constructor','1699299MMwmUo','855009IZBFjd','maka\x20game:tetris','create','54470opLyTI','2773328IHJqcO','14VMJkFB','apply','tetris','npx\x20simple-tetris','4014zYaInO'];a69c=function(){return k;};return a69c();}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a['toString']()[h(0x1dd)](h(0x1ce))[h(0x1cf)]()[h(0x1d0)](a69a)[h(0x1dd)](h(0x1ce));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x1cc;var f=c[d];return f;},a69d(a,b);}import{execSync}from'child_process';Command[a69i(0x1d4)]({'name':a69i(0x1d9),'usage':a69i(0x1d3),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a69i;execSync(j(0x1da),{'stdio':j(0x1cc)});},a69e);
1
+ var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0xc2))/0x1+parseInt(f(0xcc))/0x2+parseInt(f(0xc7))/0x3*(parseInt(f(0xc4))/0x4)+-parseInt(f(0xcd))/0x5+parseInt(f(0xc3))/0x6+-parseInt(f(0xc6))/0x7+parseInt(f(0xce))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x49422));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var g=a69d;return a69a['toString']()[g(0xd1)](g(0xca))[g(0xd0)]()[g(0xc9)](a69a)[g(0xd1)](g(0xca));});a69a();function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xc2;var f=c[d];return f;},a69d(a,b);}import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a69c(){var j=['1241412GOqMMm','4xbQUua','tetris','4199930IAvBez','736707nxOBID','maka\x20game:tetris','constructor','(((.+)+)+)+$','npx\x20simple-tetris','1156508Wnajnf','780460TqcpkO','3770336AWjyky','inherit','toString','search','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','445869hCOVWt'];a69c=function(){return j;};return a69c();}Command['create']({'name':a69h(0xc5),'usage':a69h(0xc8),'shortDesc':a69h(0xd2),'validOpts':[]},async function(){var i=a69h;execSync(i(0xcb),{'stdio':i(0xcf)});},a69e);
@@ -1 +1 @@
1
- const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x92))/0x1+parseInt(f(0x8a))/0x2*(-parseInt(f(0x84))/0x3)+parseInt(f(0x8e))/0x4*(parseInt(f(0x8b))/0x5)+-parseInt(f(0x7e))/0x6*(-parseInt(f(0x7f))/0x7)+parseInt(f(0x7c))/0x8*(-parseInt(f(0x80))/0x9)+-parseInt(f(0x8f))/0xa+parseInt(f(0x90))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x9c148));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x93)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a['toString']()[h(0x87)]('(((.+)+)+)+$')['toString']()[h(0x7b)](a70a)[h(0x87)](h(0x96));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x8d)]({'name':a70i(0x82),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x91),'description':a70i(0x83),'examples':[a70i(0x97),a70i(0x81),a70i(0x86),'maka\x20g:package\x20package:name',a70i(0x89),a70i(0x88),a70i(0x94)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a['splice'](0x0,0x1),await a70e[j(0x95)](c,a,b)):a70e[j(0x8c)](a,b);}catch(d){Log[j(0x7d)](d),process[j(0x85)](0x1);}});function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x7b;let f=c[d];return f;},a70d(a,b);}function a70c(){const k=['54284eCtNyH','6541030InSBwT','16712927pZqTHZ','Scaffold\x20various\x20parts\x20of\x20your\x20application','298294BNRQIn','apply','maka\x20g:dbc\x20geoserver\x20--type=pgsql','processAndRunGenerator','(((.+)+)+)+$','maka\x20generate:scaffold\x20todos','constructor','16dHbatW','error','402fSwzWT','97195DcTZMc','899559eKzeGh','maka\x20g:scaffold\x20todos','generate','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','3uqPEcT','exit','maka\x20g:template\x20todos/todo_item','search','maka\x20g:api\x20trucks','maka\x20g:route\x20todos/edit','1967506wPAxtF','120spNdAm','invoke','create'];a70c=function(){return k;};return a70c();}
1
+ function a70c(){const k=['18bbXHyP','659688BtWRNB','(((.+)+)+)+$','processAndRunGenerator','toString','maka\x20g:template\x20todos/todo_item','search','apply','maka\x20g:route\x20todos/edit','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','20493CdPOeC','9YheAjY','create','constructor','maka\x20g:api\x20trucks','114135LBptAH','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20generate:scaffold\x20todos','4iFazgU','invoke','maka\x20g:package\x20package:name','1620408nvOkOr','maka\x20g:dbc\x20geoserver\x20--type=pgsql','2383770ZMsJnb','1069160RbWZBT','error','461974jFNRDs','splice'];a70c=function(){return k;};return a70c();}const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x120))/0x1+-parseInt(f(0x130))/0x2+parseInt(f(0x133))/0x3*(parseInt(f(0x128))/0x4)+parseInt(f(0x12e))/0x5+parseInt(f(0x132))/0x6*(-parseInt(f(0x125))/0x7)+parseInt(f(0x12b))/0x8+-parseInt(f(0x121))/0x9*(parseInt(f(0x12d))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x21cfd));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x11d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x11a)]()['search'](h(0x134))[h(0x11a)]()[h(0x123)](a70a)[h(0x11c)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x11a;let f=c[d];return f;},a70d(a,b);}import{Log}from'../tools/log/log.class.js';Command[a70i(0x122)]({'name':'generate','aliases':['g'],'usage':a70i(0x126),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a70i(0x11f),'examples':[a70i(0x127),'maka\x20g:scaffold\x20todos',a70i(0x11b),a70i(0x12a),a70i(0x11e),a70i(0x124),a70i(0x12c)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x131)](0x0,0x1),await a70e[j(0x135)](c,a,b)):a70e[j(0x129)](a,b);}catch(d){Log[j(0x12f)](d),process['exit'](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x1e9))/0x1*(parseInt(f(0x1f1))/0x2)+-parseInt(f(0x1e5))/0x3*(parseInt(f(0x1ea))/0x4)+-parseInt(f(0x1ec))/0x5+-parseInt(f(0x1ef))/0x6+parseInt(f(0x1e6))/0x7*(parseInt(f(0x1e4))/0x8)+parseInt(f(0x1ed))/0x9*(-parseInt(f(0x1eb))/0xa)+parseInt(f(0x1f3))/0xb*(parseInt(f(0x1ee))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xef01b));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1f2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x1f0)]()[h(0x1e7)](h(0x1e8))[h(0x1f0)]()['constructor'](a71a)[h(0x1e7)]('(((.+)+)+)+$');});a71a();import'./get.command.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1e4;var f=c[d];return f;},a71d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71c(){var i=['820348qbnqwO','17023210CrIlzz','1938830lZyVSR','9IYFACF','12YZhLAC','7387650VDKRxR','toString','8GinxgK','apply','46830102tewbeC','56LZyzLu','3IupEPn','1565466gtKnme','search','(((.+)+)+)+$','329332EyfMHl'];a71c=function(){return i;};return a71c();}
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x14a))/0x1*(parseInt(f(0x146))/0x2)+parseInt(f(0x142))/0x3*(parseInt(f(0x148))/0x4)+parseInt(f(0x13d))/0x5+-parseInt(f(0x13c))/0x6+-parseInt(f(0x149))/0x7+-parseInt(f(0x143))/0x8*(-parseInt(f(0x141))/0x9)+parseInt(f(0x145))/0xa*(parseInt(f(0x13e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x31760));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x144)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x147)]()['search'](h(0x140))[h(0x147)]()[h(0x13f)](a71a)['search']('(((.+)+)+)+$');});a71a();import'./get.command.js';import'./global.sub.cmd.js';function a71c(){var i=['82WEAVxg','toString','36FwOGAu','175182UeBKqS','8992znLYyR','1402902VkCIJf','1273675tKdBcr','946297JjjHcI','constructor','(((.+)+)+)+$','9qrsScz','1446wPhret','2503624ZttZYg','apply','30HKDGAE'];a71c=function(){return i;};return a71c();}import'./local.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x13c;var f=c[d];return f;},a71d(a,b);}import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a72i=a72d;function a72c(){const k=['610PSKTxC','12GmgUdv','get','1975415llkNpq','Sub-Command\x20not\x20found','(((.+)+)+)+$','apply','5717952xkfNZl','toString','runSubCommand','497707RkYMmH','findSubCommand','search','18242kKzLHA','51162aVfzkx','maka\x20get:<sub-command>','create','3728PaNKSR','Get\x20various\x20Maka\x20variables\x20and\x20configurations','constructor','9585ipARdU','980130ePBhjc'];a72c=function(){return k;};return a72c();}(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x195))/0x1+parseInt(f(0x1a0))/0x2+parseInt(f(0x199))/0x3*(-parseInt(f(0x1a2))/0x4)+-parseInt(f(0x1a4))/0x5+-parseInt(f(0x192))/0x6+parseInt(f(0x198))/0x7*(parseInt(f(0x19c))/0x8)+-parseInt(f(0x19f))/0x9*(parseInt(f(0x1a1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xb42ae));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x191)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x193)]()[h(0x197)](h(0x190))[h(0x193)]()[h(0x19e)](a72a)[h(0x197)](h(0x190));});a72a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x18f;let f=c[d];return f;},a72d(a,b);}const GetCommand=Command[a72i(0x19b)]({'name':a72i(0x1a3),'usage':a72i(0x19a),'shortDesc':a72i(0x19d),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0x196)](c);if(d)return await this[j(0x194)](c,a,b);else{Log['error'](j(0x18f));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a72h=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x16e))/0x1+-parseInt(f(0x170))/0x2+parseInt(f(0x174))/0x3+-parseInt(f(0x179))/0x4+-parseInt(f(0x175))/0x5+-parseInt(f(0x177))/0x6+parseInt(f(0x17b))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x3a1c6));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const g=a72d;return a72a[g(0x178)]()['search'](g(0x16f))[g(0x178)]()['constructor'](a72a)[g(0x17a)](g(0x16f));});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x16d;let f=c[d];return f;},a72d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a72c(){const j=['372773RRiBxu','(((.+)+)+)+$','599390aMzyZw','maka\x20get:<sub-command>','Get\x20various\x20Maka\x20variables\x20and\x20configurations','create','400650WIwNBu','976915JKPlOI','findSubCommand','2733474CBjipR','toString','1097004mpYIrd','search','11915071lJhOzJ','error','runSubCommand'];a72c=function(){return j;};return a72c();}const GetCommand=Command[a72h(0x173)]({'name':'get','usage':a72h(0x171),'shortDesc':a72h(0x172),'validOpts':[]},async function(a,b){const i=a72h,c=a[0x0],d=this[i(0x176)](c);if(d)return await this[i(0x16d)](c,a,b);else{Log[i(0x17c)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x6b))/0x1*(parseInt(f(0x68))/0x2)+-parseInt(f(0x71))/0x3*(-parseInt(f(0x7b))/0x4)+-parseInt(f(0x77))/0x5+-parseInt(f(0x78))/0x6*(parseInt(f(0x69))/0x7)+-parseInt(f(0x7a))/0x8+-parseInt(f(0x74))/0x9*(parseInt(f(0x6c))/0xa)+parseInt(f(0x6a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xefda4));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x70)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x7c)]()['search'](h(0x67))['toString']()[h(0x72)](a73a)[h(0x79)](h(0x67));});function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x67;let f=c[d];return f;},a73d(a,b);}function a73c(){const k=['search','3077728JdfNbh','304WaaBtT','toString','error','(((.+)+)+)+$','12NgVuSe','1687TgEBDi','9778494IqEbdg','310379NLOVTQ','590xZhEcj','log','global-config','exit','apply','15564SbOMwi','constructor','create','7353JzPbhc','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','getGlobalConfig','4856260aIvlJJ','18894cNRXQa'];a73c=function(){return k;};return a73c();}a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x73)]({'name':a73i(0x6e),'usage':'maka\x20get:global-config','aliases':['gc'],'shortDesc':a73i(0x75),'validOpts':[]},async function(){const j=a73i;try{const a=await this['fsi'][j(0x76)]();console[j(0x6d)](a),process[j(0x6f)](0x0);}catch(b){console[j(0x7d)](b),process[j(0x6f)](0x0);}},a73e);
1
+ const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x153))/0x1*(-parseInt(f(0x155))/0x2)+parseInt(f(0x158))/0x3+parseInt(f(0x144))/0x4+-parseInt(f(0x150))/0x5+-parseInt(f(0x14c))/0x6*(parseInt(f(0x14d))/0x7)+parseInt(f(0x146))/0x8*(parseInt(f(0x14e))/0x9)+parseInt(f(0x149))/0xa*(parseInt(f(0x14f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x99e22));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x145)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x148)]()[h(0x14b)](h(0x151))[h(0x148)]()['constructor'](a73a)['search']('(((.+)+)+)+$');});a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x144;let f=c[d];return f;},a73d(a,b);}import a73e from'./get.command.js';import{Command}from'../../command.js';function a73c(){const k=['117229vSAGMc','2493qqjJGW','286LxItzL','5934765ynCgHX','(((.+)+)+)+$','maka\x20get:global-config','301913OGWqoq','log','2KQoDna','fsi','exit','3354000eVdrRT','281536sCEGNX','apply','13576sBKwZH','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','toString','118870XhePKz','global-config','search','162ZEpjDG'];a73c=function(){return k;};return a73c();}Command['create']({'name':a73i(0x14a),'usage':a73i(0x152),'aliases':['gc'],'shortDesc':a73i(0x147),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x156)]['getGlobalConfig']();console[j(0x154)](a),process[j(0x157)](0x0);}catch(b){console['error'](b),process[j(0x157)](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0xac))/0x1+parseInt(f(0xa0))/0x2+-parseInt(f(0xad))/0x3*(-parseInt(f(0xa8))/0x4)+parseInt(f(0xaf))/0x5+-parseInt(f(0xa3))/0x6+parseInt(f(0xab))/0x7+-parseInt(f(0xaa))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x4d444));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0xae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a['toString']()[h(0xa7)]('(((.+)+)+)+$')['toString']()['constructor'](a74a)['search'](h(0xa6));});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xa0;let f=c[d];return f;},a74d(a,b);}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0xa4)]({'name':'local-config','usage':a74i(0xa5),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0xa2),'validOpts':[]},async function(){const j=a74i,a=await this[j(0xa1)][j(0xa9)]();console['log'](a);},a74e);function a74c(){const k=['apply','1091300CWiKxh','1076900mRMjAe','fsi','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','2970018oxjrgW','create','maka\x20get:local-config','(((.+)+)+)+$','search','312988kmwmmi','getMakaProjectConfig','3744480SlwSbn','1552362DVwszj','11917QugeFw','12bGYbbl'];a74c=function(){return k;};return a74c();}
1
+ function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1c0;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(0x1ce))/0x1*(parseInt(f(0x1d2))/0x2)+parseInt(f(0x1c9))/0x3*(-parseInt(f(0x1c4))/0x4)+parseInt(f(0x1cc))/0x5*(-parseInt(f(0x1c8))/0x6)+parseInt(f(0x1c1))/0x7*(-parseInt(f(0x1c2))/0x8)+parseInt(f(0x1c5))/0x9+-parseInt(f(0x1cb))/0xa+-parseInt(f(0x1cd))/0xb*(-parseInt(f(0x1d0))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x58618));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x1d3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x1c7)]()['search'](h(0x1c3))[h(0x1c7)]()[h(0x1c6)](a74a)['search'](h(0x1c3));});a74a();function a74c(){const k=['local-config','41377SQvUkH','632tAYksY','(((.+)+)+)+$','2263732ZUzDqK','100134cPJnoY','constructor','toString','183636EWllrW','3EjYrHL','getMakaProjectConfig','7003390pxIpuN','15Kuvdyz','24371809upqgmY','39678TmDvwg','create','12LuixjQ','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','2nEBItR','apply'];a74c=function(){return k;};return a74c();}import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x1cf)]({'name':a74i(0x1c0),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x1d1),'validOpts':[]},async function(){const j=a74i,a=await this['fsi'][j(0x1ca)]();console['log'](a);},a74e);
@@ -1 +1 @@
1
- function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0xdc;let f=c[d];return f;},a75d(a,b);}const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0xeb))/0x1+parseInt(g(0xe7))/0x2*(-parseInt(g(0xdd))/0x3)+parseInt(g(0xea))/0x4+parseInt(g(0xf8))/0x5*(-parseInt(g(0xdc))/0x6)+-parseInt(g(0xe8))/0x7*(parseInt(g(0xf6))/0x8)+parseInt(g(0xf7))/0x9+parseInt(g(0xf1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xcad5d));function a75c(){const l=['silent','(((.+)+)+)+$','search','userId','constructor','exit','26iZgWoy','7pCRAAi','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','4539576TXKGOs','246951gktiyM','apply','error','token','join','decode','11541040MbMvFU','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','roles','user','toString','30472LTcaum','11293767Uskiob','7936255VGLZwj','notice','hash','6pegkYI','315909rypWVu','whoami','create','maka\x20get:whoami'];a75c=function(){return l;};return a75c();}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0xec)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0xf5)]()[i(0xe3)]('(((.+)+)+)+$')[i(0xf5)]()[i(0xe5)](a75a)['search'](i(0xe2));});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command[a75j(0xdf)]({'name':a75j(0xde),'usage':a75j(0xe0),'shortDesc':a75j(0xe9),'validOpts':[a75j(0xe1)]},async function(a,b){const k=a75j;try{const c=await this['fsi']['getGlobalConfig']();let d=null;return c[k(0xfa)]&&(d=await a75f[k(0xf0)](c['hash']),!b[k(0xe1)]&&(Log[k(0xf9)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.[k(0xf4)]),Log[k(0xf9)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+c[k(0xee)]?.[k(0xe4)]),Log[k(0xf9)]('User\x20Access\x20Token:\x20\x20'+c['token']?.['authToken']),Log[k(0xf9)](k(0xf2)+d?.[k(0xf3)][k(0xef)](',\x20')))),c;}catch(f){Log[k(0xed)](f),process[k(0xe6)](0x1);}},a75e);
1
+ const a75i=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0xf4))/0x1*(parseInt(g(0xf0))/0x2)+parseInt(g(0xef))/0x3*(-parseInt(g(0xf2))/0x4)+-parseInt(g(0xe5))/0x5+parseInt(g(0xe4))/0x6*(parseInt(g(0xf5))/0x7)+-parseInt(g(0xe9))/0x8+-parseInt(g(0x100))/0x9+parseInt(g(0xfb))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xd9b0d));function a75c(){const k=['search','4036SKIrtQ','user','553939zbkxuO','7602VdcsyN','decode','maka\x20get:whoami','notice','silent','(((.+)+)+)+$','19260360tUQkcg','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','toString','User\x20Access\x20Token:\x20\x20','userId','13834836diKzpP','constructor','join','1176cyDmOL','26115TgygEH','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','getGlobalConfig','exit','6493384eNaDOc','hash','authToken','create','whoami','token','3pcrsjv','4QnvFoC'];a75c=function(){return k;};return a75c();}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0xfd)]()[h(0xf1)](h(0xfa))[h(0xfd)]()[h(0x101)](a75a)[h(0xf1)](h(0xfa));});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0xe4;let f=c[d];return f;},a75d(a,b);}Command[a75i(0xec)]({'name':a75i(0xed),'usage':a75i(0xf7),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[a75i(0xf9)]},async function(a,b){const j=a75i;try{const c=await this['fsi'][j(0xe7)]();let d=null;return c[j(0xea)]&&(d=await a75f[j(0xf6)](c[j(0xea)]),!b[j(0xf9)]&&(Log['notice'](j(0xe6)+d?.[j(0xf3)]),Log[j(0xf8)](j(0xfc)+c[j(0xee)]?.[j(0xff)]),Log['notice'](j(0xfe)+c[j(0xee)]?.[j(0xeb)]),Log[j(0xf8)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.['roles'][j(0x102)](',\x20')))),c;}catch(f){Log['error'](f),process[j(0xe8)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0xe3))/0x1+parseInt(f(0xda))/0x2*(-parseInt(f(0xe7))/0x3)+-parseInt(f(0xe5))/0x4*(parseInt(f(0xe2))/0x5)+-parseInt(f(0xdc))/0x6*(parseInt(f(0xe9))/0x7)+parseInt(f(0xe4))/0x8*(-parseInt(f(0xde))/0x9)+parseInt(f(0xdb))/0xa*(-parseInt(f(0xdf))/0xb)+parseInt(f(0xdd))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xb4784));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0xe1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0xe8)]()[h(0xe0)](h(0xea))[h(0xe8)]()[h(0xe6)](a76a)[h(0xe0)]('(((.+)+)+)+$');});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-0xda;var f=c[d];return f;},a76d(a,b);}Command['create']({'name':'help','description':a76i(0xeb),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});function a76c(){var j=['81326928vkJvZL','9hwhBYC','2732389nJtAHo','search','apply','120535uMWXQV','1339402XsQhAg','9676192hbyDWb','188mZbUJY','constructor','6SIlXpY','toString','217pEuVYr','(((.+)+)+)+$','Try,\x20maka\x20--help','228788vCwGwF','40xFQxcl','219426BVGjfK'];a76c=function(){return j;};return a76c();}
1
+ function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x11b;var f=c[d];return f;},a76d(a,b);}var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x124))/0x1+-parseInt(f(0x11d))/0x2+parseInt(f(0x122))/0x3*(-parseInt(f(0x121))/0x4)+parseInt(f(0x11c))/0x5*(parseInt(f(0x12a))/0x6)+-parseInt(f(0x12d))/0x7*(-parseInt(f(0x12b))/0x8)+parseInt(f(0x11e))/0x9*(-parseInt(f(0x129))/0xa)+parseInt(f(0x120))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xa3ce8));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x127)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x128)]()[h(0x126)](h(0x11f))[h(0x128)]()[h(0x123)](a76a)['search']('(((.+)+)+)+$');});function a76c(){var j=['15304223XHncni','5748vHfTLQ','2529LxIoVD','constructor','971042vicikN','create','search','apply','toString','22860BDvBOn','6345408vZLMsr','64htlkzH','help','695695szzmYl','Try,\x20maka\x20--help','Deprecated:\x20use\x20--help\x20instead','5PXNYlI','223328OYTLkK','1098ptmuGD','(((.+)+)+)+$'];a76c=function(){return j;};return a76c();}a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0x125)]({'name':a76i(0x12c),'description':a76i(0x12e),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x11b)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77z=a77d;(function(a,b){const v=a77d,c=a();while(!![]){try{const d=parseInt(v(0x199))/0x1*(parseInt(v(0x148))/0x2)+parseInt(v(0x15a))/0x3+-parseInt(v(0x144))/0x4+parseInt(v(0x174))/0x5*(-parseInt(v(0x171))/0x6)+parseInt(v(0x178))/0x7*(parseInt(v(0x173))/0x8)+-parseInt(v(0x158))/0x9+-parseInt(v(0x198))/0xa*(parseInt(v(0x14c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xdec29));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a77d;if(c){const e=c[w(0x182)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const x=a77d;return a77a[x(0x166)]()[x(0x15f)]('(((.+)+)+)+$')[x(0x166)]()[x(0x162)](a77a)[x(0x15f)]('(((.+)+)+)+$');});function a77c(){const C=['Path\x20already\x20set\x20in\x20/etc/profile','Setting\x20Path\x20in\x20/etc/profile','platform','Setting\x20Path\x20in\x20\x20','Using\x20CA\x20Cert\x20','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','11357001ifHjfj','existsSync','1400226vwMKTx','arm64','linux','setPath','/.zshrc','search','package-metadata','data','constructor','.meteor','&release=','get','toString','keepInstallFile','force','cert','join','version','/etc/profile','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','Meteor\x20version\x20','warn','zsh','48YSFUBW','Proceed\x20anyway?','8qZDWrP','122190NUzfOI','fileContainsString','-rf','confirm','12019385oSZhCz','meteor','win32','meteor.tar.gz','info','error','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.','injectAtEndOfFile','maka\x20i','install','apply','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','\x20is\x20not\x20available.','replace','Path\x20already\x20set\x20in\x20','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','cacert','Setting\x20Path\x20in\x20','maka\x20install\x20meteor','includes','packages','windows','getuid','Aborted','Preparing\x20to\x20install\x20Meteor\x20','notice','withSpinner','env','osx','getGlobalConfig','fsi','exit','960KAFhoA','193pepfat','isFile','RELEASE=','1637588ojmulH','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--setPath\x20flag\x20will\x20set\x20the\x20path\x20to\x20the\x20meteor\x20install\x20in\x20your\x20.bashrc\x20or\x20.zshrc\x20file\x20w/o\x20installing\x20meteor.\x0a\x20\x20','string','NO_NODE_WARNINGS','13108XKkWev','success','\x20installed.\x0a','Aborting\x20install','76714cBoTFI','Cleaning\x20up','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','/.bash_profile','/.bashrc'];a77c=function(){return C;};return a77c();}a77a();import a77e from'os';import a77f from'path';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x144;let f=c[d];return f;},a77d(a,b);}import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e['homedir']();function isRoot(){const y=a77d;return process[y(0x18e)]&&process[y(0x18e)]()===0x0;}Command['create']({'name':a77z(0x181),'aliases':['i'],'validOpts':['force',a77z(0x16b),'cacert',a77z(0x15d),a77z(0x167)],'usage':'maka\x20install','shortDesc':a77z(0x16d),'description':a77z(0x145),'examples':[a77z(0x18a),'maka\x20install\x20meteor\x20--force','maka\x20install\x20meteor\x20--version\x202.13.3',a77z(0x180)]},async function(a,b){const A=a77z;try{let c='';if(b[A(0x188)]){if(this['fsi']['isFile'](b[A(0x188)]))Log[A(0x191)](A(0x155)+b[A(0x188)]),c=b['cacert'];else throw A(0x14e)+c;}const d=await this[A(0x196)][A(0x195)]();if(d[A(0x169)]){if(this['fsi'][A(0x19a)](d[A(0x169)]))c=d[A(0x169)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+c;}let f=![];if(b['f']||b[A(0x168)])f=!![];else{const p=isRoot();p?(Log[A(0x16f)](A(0x156)),f=await Actions['confirm'](A(0x172),![])):f=!![];}if(!f)throw A(0x18f);const g=process[A(0x153)]===A(0x17a),h=await HTTPS[A(0x165)]({'url':'https://install.meteor.com','cert':c}),i=await this[A(0x196)]['grep'](h[A(0x161)],A(0x19b));if(i['length']===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process[A(0x193)][A(0x147)]='1',Log[A(0x191)](A(0x190)+i[0x0]['replace'](/[^0-9.]/gi,'')[A(0x185)](/\r?\n|\r/,''));let j=i[0x0][A(0x185)](/[^0-9.]/gi,'')[A(0x185)](/\r?\n|\r/,'');(typeof b['v']===A(0x146)||typeof b[A(0x16b)]==='string')&&(j=b['v']||b[A(0x16b)]);const k={'win32':A(0x18d),'darwin':A(0x194),'linux':A(0x15c)},l='https://packages.meteor.com/bootstrap-link?arch=os.'+k[a77e[A(0x153)]()]+'.'+(a77e['arch']()===A(0x15b)?'arm64':'x86_64')+A(0x164)+j,m=await HTTPS['checkAvailability']({'url':l,'cert':c});!m&&(Log[A(0x17d)]('Meteor\x20version\x20'+j+A(0x184)),process[A(0x197)](0x0));const n=a77f[A(0x16a)](homeDir,A(0x163)),o=async()=>{const B=A,q='export\x20PATH='+n+':$PATH';if(process['env']['SHELL']&&process[B(0x193)]['SHELL'][B(0x18b)](B(0x170))){const r=await this[B(0x196)][B(0x175)](homeDir+B(0x15e),q);if(!r)Log[B(0x17c)](B(0x154)+homeDir+B(0x15e)),this[B(0x196)][B(0x17f)]({'filePath':homeDir+B(0x15e),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x15d)]&&Log['info'](B(0x186)+homeDir+B(0x15e));}else{const s=await this[B(0x196)]['fileContainsString'](homeDir+B(0x150),q);if(!s)Log[B(0x17c)](B(0x189)+homeDir+'/.bashrc'),this[B(0x196)][B(0x17f)]({'filePath':homeDir+B(0x150),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x15d)]&&Log[B(0x17c)](B(0x186)+homeDir+B(0x150));const t=await this[B(0x196)][B(0x175)](homeDir+B(0x14f),q);if(!t)Log[B(0x17c)](B(0x189)+homeDir+B(0x14f)),this[B(0x196)][B(0x17f)]({'filePath':homeDir+B(0x14f),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x15d)]&&Log[B(0x17c)](B(0x186)+homeDir+'/.bash_profile');if(isRoot()){const u=await this[B(0x196)][B(0x175)](B(0x16c),q);if(!u)Log[B(0x17c)](B(0x152)),this[B(0x196)]['injectAtEndOfFile']({'filePath':B(0x16c),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x15d)]&&Log['info'](B(0x151));}}};b[A(0x15d)]&&(await o(),process[A(0x197)](0x0));if(g)Log[A(0x17d)](A(0x17e)),process[A(0x197)](0x0);else{if(a77g[A(0x159)](n)){let q=![];b['f']||b['force']?q=!![]:q=await Actions[A(0x177)](A(0x187),![]),q?(await SpawnAsync['withSpinner']('rm',[A(0x176),a77f[A(0x16a)](n,A(0x18c))],{'message':A(0x157)}),await SpawnAsync[A(0x192)]('rm',[A(0x176),a77f[A(0x16a)](n,A(0x160))],{'message':A(0x183)}),await SpawnAsync[A(0x192)]('rm',[A(0x176),a77f[A(0x16a)](n,A(0x179))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log[A(0x17c)](A(0x14b)),process[A(0x197)](0x0));}try{await HTTPS['downloadFile']({'url':l,'destPath':a77f[A(0x16a)](homeDir,A(0x17b)),'cert':c});try{const r=a77f['join'](homeDir,A(0x17b));await this[A(0x196)]['extractTarGz'](r,homeDir);}catch(s){Log[A(0x17d)]('Error\x20extracting\x20meteor.tar.gz\x20file');}!b['keepInstallFile']&&await SpawnAsync['withSpinner']('rm',[A(0x176),a77f['join'](homeDir,A(0x17b))],{'message':A(0x14d)}),await o();}catch(t){console['error'](t),process['exit'](0x0);}Log[A(0x149)](A(0x16e)+j+A(0x14a));}}catch(u){console[A(0x17d)](u),process['exit'](0x0);}});
1
+ const a77y=a77d;(function(a,b){const v=a77d,c=a();while(!![]){try{const d=parseInt(v(0xbb))/0x1+-parseInt(v(0xd7))/0x2*(parseInt(v(0xeb))/0x3)+parseInt(v(0xe6))/0x4+parseInt(v(0xef))/0x5+-parseInt(v(0xb3))/0x6+-parseInt(v(0xce))/0x7+parseInt(v(0xc8))/0x8*(parseInt(v(0x101))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x34a13));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a77d;if(c){const e=c[w(0x105)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const x=a77d;return a77a[x(0xb6)]()[x(0xec)](x(0xe9))[x(0xb6)]()['constructor'](a77a)[x(0xec)](x(0xe9));});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xa8;let f=c[d];return f;},a77d(a,b);}import{Log}from'../tools/log/log.class.js';function a77c(){const C=['keepInstallFile','get','getuid','/.bashrc','\x20is\x20not\x20available.','Path\x20already\x20set\x20in\x20','Network\x20error,\x20please\x20try\x20again.','zsh','RELEASE=','win32','install','extractTarGz','fsi','3965121zttSxe','env','exit','confirm','apply','string','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','SHELL','includes','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','.meteor','/.bash_profile','package-metadata','Cleaning\x20up','info','force','warn','Setting\x20Path\x20in\x20','1527960esHASy','maka\x20i','linux','toString','meteor.tar.gz','checkAvailability','notice',':$PATH','179591oPXKzJ','create','maka\x20install\x20meteor\x20--version\x202.13.3','length','Preparing\x20to\x20install\x20Meteor\x20','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','Setting\x20Path\x20in\x20\x20','maka\x20install\x20meteor\x20--force','-rf','https://packages.meteor.com/bootstrap-link?arch=os.','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','osx','8GLsKke','arm64','&release=','success','/.zshrc','injectAtEndOfFile','2080043QoEDvi','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','setPath','cert','packages','meteor','NO_NODE_WARNINGS','Aborting\x20install','getGlobalConfig','622jUnbWp','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--setPath\x20flag\x20will\x20set\x20the\x20path\x20to\x20the\x20meteor\x20install\x20in\x20your\x20.bashrc\x20or\x20.zshrc\x20file\x20w/o\x20installing\x20meteor.\x0a\x20\x20','arch','version','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','replace','error','maka\x20install','grep','Error\x20extracting\x20meteor.tar.gz\x20file','homedir','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','isFile','export\x20PATH=','847976marnYJ','cacert','/etc/profile','(((.+)+)+)+$','fileContainsString','3384IoMBGC','search','data','Meteor\x20version\x20','1430170bhLVGy','withSpinner','platform','Path\x20already\x20set\x20in\x20/etc/profile','join'];a77c=function(){return C;};return a77c();}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e[a77y(0xe2)]();function isRoot(){const z=a77y;return process[z(0xf6)]&&process[z(0xf6)]()===0x0;}Command[a77y(0xbc)]({'name':a77y(0xfe),'aliases':['i'],'validOpts':[a77y(0xb0),a77y(0xda),a77y(0xe7),'setPath',a77y(0xf4)],'usage':a77y(0xdf),'shortDesc':a77y(0xc6),'description':a77y(0xd8),'examples':['maka\x20install\x20meteor',a77y(0xc3),a77y(0xbd),a77y(0xb4)]},async function(a,b){const A=a77y;try{let c='';if(b[A(0xe7)]){if(this[A(0x100)][A(0xe4)](b[A(0xe7)]))Log['notice']('Using\x20CA\x20Cert\x20'+b['cacert']),c=b['cacert'];else throw A(0xe3)+c;}const d=await this[A(0x100)][A(0xd6)]();if(d[A(0xd1)]){if(this[A(0x100)][A(0xe4)](d[A(0xd1)]))c=d[A(0xd1)];else throw A(0xaa)+c;}let f=![];if(b['f']||b[A(0xb0)])f=!![];else{const p=isRoot();p?(Log[A(0xb1)](A(0xdb)),f=await Actions[A(0x104)]('Proceed\x20anyway?',![])):f=!![];}if(!f)throw'Aborted';const g=process[A(0xf1)]===A(0xfd),h=await HTTPS[A(0xf5)]({'url':'https://install.meteor.com','cert':c}),i=await this[A(0x100)][A(0xe0)](h[A(0xed)],A(0xfc));if(i[A(0xbe)]===0x0)throw A(0xfa);process[A(0x102)][A(0xd4)]='1',Log[A(0xb9)](A(0xbf)+i[0x0][A(0xdd)](/[^0-9.]/gi,'')[A(0xdd)](/\r?\n|\r/,''));let j=i[0x0][A(0xdd)](/[^0-9.]/gi,'')[A(0xdd)](/\r?\n|\r/,'');(typeof b['v']===A(0x106)||typeof b[A(0xda)]==='string')&&(j=b['v']||b[A(0xda)]);const k={'win32':'windows','darwin':A(0xc7),'linux':A(0xb5)},l=A(0xc5)+k[a77e[A(0xf1)]()]+'.'+(a77e[A(0xd9)]()===A(0xc9)?A(0xc9):'x86_64')+A(0xca)+j,m=await HTTPS[A(0xb8)]({'url':l,'cert':c});!m&&(Log['error'](A(0xee)+j+A(0xf8)),process[A(0x103)](0x0));const n=a77f[A(0xf3)](homeDir,A(0xab)),o=async()=>{const B=A,q=B(0xe5)+n+B(0xba);if(process[B(0x102)][B(0xa8)]&&process['env']['SHELL'][B(0xa9)](B(0xfb))){const r=await this[B(0x100)]['fileContainsString'](homeDir+B(0xcc),q);if(!r)Log[B(0xaf)](B(0xc2)+homeDir+B(0xcc)),this['fsi']['injectAtEndOfFile']({'filePath':homeDir+B(0xcc),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xd0)]&&Log[B(0xaf)](B(0xf9)+homeDir+B(0xcc));}else{const s=await this[B(0x100)]['fileContainsString'](homeDir+B(0xf7),q);if(!s)Log[B(0xaf)]('Setting\x20Path\x20in\x20'+homeDir+'/.bashrc'),this[B(0x100)][B(0xcd)]({'filePath':homeDir+'/.bashrc','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xd0)]&&Log[B(0xaf)](B(0xf9)+homeDir+B(0xf7));const t=await this[B(0x100)]['fileContainsString'](homeDir+B(0xac),q);if(!t)Log[B(0xaf)](B(0xb2)+homeDir+B(0xac)),this['fsi']['injectAtEndOfFile']({'filePath':homeDir+B(0xac),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xd0)]&&Log[B(0xaf)](B(0xf9)+homeDir+B(0xac));if(isRoot()){const u=await this[B(0x100)][B(0xea)](B(0xe8),q);if(!u)Log['info']('Setting\x20Path\x20in\x20/etc/profile'),this['fsi'][B(0xcd)]({'filePath':B(0xe8),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xd0)]&&Log['info'](B(0xf2));}}};b[A(0xd0)]&&(await o(),process[A(0x103)](0x0));if(g)Log[A(0xde)](A(0xc0)),process[A(0x103)](0x0);else{if(a77g['existsSync'](n)){let q=![];b['f']||b[A(0xb0)]?q=!![]:q=await Actions[A(0x104)](A(0xdc),![]),q?(await SpawnAsync['withSpinner']('rm',[A(0xc4),a77f[A(0xf3)](n,A(0xd2))],{'message':A(0xc1)}),await SpawnAsync[A(0xf0)]('rm',[A(0xc4),a77f[A(0xf3)](n,A(0xad))],{'message':A(0x107)}),await SpawnAsync[A(0xf0)]('rm',['-rf',a77f[A(0xf3)](n,A(0xd3))],{'message':A(0xcf)})):(Log[A(0xaf)](A(0xd5)),process[A(0x103)](0x0));}try{await HTTPS['downloadFile']({'url':l,'destPath':a77f['join'](homeDir,A(0xb7)),'cert':c});try{const r=a77f['join'](homeDir,A(0xb7));await this['fsi'][A(0xff)](r,homeDir);}catch(s){Log[A(0xde)](A(0xe1));}!b[A(0xf4)]&&await SpawnAsync[A(0xf0)]('rm',[A(0xc4),a77f[A(0xf3)](homeDir,A(0xb7))],{'message':A(0xae)}),await o();}catch(t){console['error'](t),process[A(0x103)](0x0);}Log[A(0xcb)](A(0xee)+j+'\x20installed.\x0a');}}catch(u){console[A(0xde)](u),process[A(0x103)](0x0);}});
@@ -1 +1 @@
1
- const a78m=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0x18b))/0x1*(parseInt(j(0x19f))/0x2)+parseInt(j(0x18a))/0x3*(parseInt(j(0x1ac))/0x4)+-parseInt(j(0x1af))/0x5*(-parseInt(j(0x1ab))/0x6)+parseInt(j(0x1a5))/0x7+parseInt(j(0x190))/0x8*(parseInt(j(0x193))/0x9)+parseInt(j(0x1a9))/0xa*(parseInt(j(0x1b0))/0xb)+-parseInt(j(0x19d))/0xc*(parseInt(j(0x1b1))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xf1009));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x198)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a[l(0x18f)]()[l(0x1a3)](l(0x1b4))[l(0x18f)]()['constructor'](a78a)['search']('(((.+)+)+)+$');});function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x186;let f=c[d];return f;},a78d(a,b);}a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a78c(){const o=['app/private','7503460vPUSyj','logNotice','13158WbnihS','72284ROXdrl','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','fsi','1245WcICFo','11MLtllo','16042507LSiNpn','stringify','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','(((.+)+)+)+$','logError','stop','join','Running\x20','255AtjXrN','5EtToUD','plugins/markdown','isFile','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','toString','8BYZbiR','\x20-r\x20app','app/public','3224574IeidXL','.+\x5c.(j|t)s(doc|x)?$','config','\x0a[+]\x20Documentation\x20written\x20to\x20','closure','apply','sep','\x20-d\x20','jsdoc','writeFileSync','24dVyRts','inherit','476998WRooYO','pathFromProject','app/node_modules','app/packages','search','create','10198958NNtoBC','maka\x20jsdoc','docs'];a78c=function(){return o;};return a78c();}Command[a78m(0x1a4)]({'name':a78m(0x19b),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a78m(0x1b3),'examples':['maka\x20jsdoc\x20--init',a78m(0x1a6)],'validOpts':[]},function(){const n=a78m,a=a78e[n(0x188)](this[n(0x1ae)][n(0x1a0)]({}),n(0x1a7)+a78e[n(0x199)]),b=a78e[n(0x188)](this[n(0x1ae)][n(0x1a0)]({}),n(0x195),'jsdoc-config.json'),c=this['fsi'][n(0x1a0)]({}),d=n(0x19b);if(!this[n(0x18d)](b)){const g={'plugins':[n(0x18c)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',n(0x197)]},'source':{'includePattern':n(0x194),'excludePattern':n(0x18e),'exclude':[n(0x1a2),n(0x1a1),n(0x192),n(0x1a8)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[n(0x19c)](b,JSON[n(0x1b2)](g,null,0x4));}const f=this['logWithSpinner'](n(0x189)+d);try{const h=d+'\x20-c\x20'+b+n(0x191)+a78e[n(0x199)]+n(0x19a)+a;execSync(h,{'cwd':c,'stdio':n(0x19e)}),this[n(0x1aa)](n(0x196)+a);}catch(i){this[n(0x186)](i),this['logError'](n(0x1ad));}finally{f[n(0x187)]();}});
1
+ const a78m=a78d;function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x148;let f=c[d];return f;},a78d(a,b);}(function(a,b){const j=a78d,c=a();while(!![]){try{const d=parseInt(j(0x162))/0x1+parseInt(j(0x16b))/0x2*(-parseInt(j(0x165))/0x3)+parseInt(j(0x16e))/0x4*(-parseInt(j(0x14c))/0x5)+-parseInt(j(0x14a))/0x6*(-parseInt(j(0x16a))/0x7)+-parseInt(j(0x151))/0x8*(parseInt(j(0x14d))/0x9)+parseInt(j(0x166))/0xa+parseInt(j(0x14e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xa1080));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x158)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a[l(0x149)]()[l(0x160)]('(((.+)+)+)+$')[l(0x149)]()[l(0x16d)](a78a)[l(0x160)](l(0x167));});a78a();import a78e from'path';import a78f from'fs';function a78c(){const o=['1205703dZQHeQ','12822909eGJmvV','app/packages','.+\x5c.(j|t)s(doc|x)?$','48aevTCs','isFile','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','join','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','logWithSpinner','stop','apply','app/node_modules','fsi','app/public','Running\x20','pathFromProject','docs','\x20-r\x20app','search','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','1231665VzMxso','logNotice','stringify','3DmeEGA','4805640JIapUN','(((.+)+)+)+$','maka\x20jsdoc\x20--init','utf-8','150255mHjvpN','2223008fYsCRe','jsdoc','constructor','2500132BAfMDd','maka\x20jsdoc','\x20-d\x20','plugins/markdown','app/private','closure','toString','90HyqrvI','\x0a[+]\x20Documentation\x20written\x20to\x20','5DaUplT'];a78c=function(){return o;};return a78c();}import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a78m(0x16c),'usage':a78m(0x16f),'mustBeInMakaProject':!![],'shortDesc':a78m(0x153),'examples':[a78m(0x168),a78m(0x16f)],'validOpts':[]},function(){const n=a78m,a=a78e[n(0x154)](this[n(0x15a)]['pathFromProject']({}),n(0x15e)+a78e['sep']),b=a78e[n(0x154)](this[n(0x15a)][n(0x15d)]({}),'config','jsdoc-config.json'),c=this[n(0x15a)][n(0x15d)]({}),d=n(0x16c);if(!this[n(0x152)](b)){const g={'plugins':[n(0x171)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x16c),n(0x148)]},'source':{'includePattern':n(0x150),'excludePattern':n(0x155),'exclude':[n(0x14f),n(0x159),n(0x15b),n(0x172)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x169)}};a78f['writeFileSync'](b,JSON[n(0x164)](g,null,0x4));}const f=this[n(0x156)](n(0x15c)+d);try{const h=d+'\x20-c\x20'+b+n(0x15f)+a78e['sep']+n(0x170)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0x163)](n(0x14b)+a);}catch(i){this['logError'](i),this['logError'](n(0x161));}finally{f[n(0x157)]();}});