@maka/maka-cli 4.7.21 → 4.7.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/README.md +2 -0
  2. package/bundle/obf/package.json +1 -1
  3. package/bundle/obf/src/README.md +2 -0
  4. package/bundle/obf/src/command.js +1 -1
  5. package/bundle/obf/src/commands/_index.js +1 -1
  6. package/bundle/obf/src/commands/ai.js +1 -1
  7. package/bundle/obf/src/commands/aws/_index.js +1 -1
  8. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  9. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/csg.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/rbi.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/build/_index.js +1 -1
  22. package/bundle/obf/src/commands/build/build.js +1 -1
  23. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  24. package/bundle/obf/src/commands/create.js +1 -1
  25. package/bundle/obf/src/commands/debug.js +1 -1
  26. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  27. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  28. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/game/_index.js +1 -1
  31. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  32. package/bundle/obf/src/commands/game/play.command.js +1 -1
  33. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  68. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/generate.js +1 -1
  71. package/bundle/obf/src/commands/get/_index.js +1 -1
  72. package/bundle/obf/src/commands/get/get.command.js +1 -1
  73. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  74. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/help.js +1 -1
  77. package/bundle/obf/src/commands/install.js +1 -1
  78. package/bundle/obf/src/commands/jsdoc.js +1 -1
  79. package/bundle/obf/src/commands/lint.js +1 -1
  80. package/bundle/obf/src/commands/login.js +1 -1
  81. package/bundle/obf/src/commands/logout.js +1 -1
  82. package/bundle/obf/src/commands/logs.js +1 -1
  83. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  84. package/bundle/obf/src/commands/murder.js +1 -1
  85. package/bundle/obf/src/commands/proxy.js +1 -1
  86. package/bundle/obf/src/commands/reconfig.js +1 -1
  87. package/bundle/obf/src/commands/run/_index.js +1 -1
  88. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  89. package/bundle/obf/src/commands/run/run.command.js +1 -1
  90. package/bundle/obf/src/commands/set/_index.js +1 -1
  91. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  93. package/bundle/obf/src/commands/set/set.command.js +1 -1
  94. package/bundle/obf/src/commands/ssh.js +1 -1
  95. package/bundle/obf/src/commands/ssl.js +1 -1
  96. package/bundle/obf/src/commands/test.js +1 -1
  97. package/bundle/obf/src/commands/version.js +1 -1
  98. package/bundle/obf/src/error.js +1 -1
  99. package/bundle/obf/src/exec.js +1 -1
  100. package/bundle/obf/src/generator.js +1 -1
  101. package/bundle/obf/src/generators/_index.js +1 -1
  102. package/bundle/obf/src/generators/api.js +1 -1
  103. package/bundle/obf/src/generators/collection.js +1 -1
  104. package/bundle/obf/src/generators/component.js +1 -1
  105. package/bundle/obf/src/generators/config.js +1 -1
  106. package/bundle/obf/src/generators/dbc.js +1 -1
  107. package/bundle/obf/src/generators/dockerfile.js +1 -1
  108. package/bundle/obf/src/generators/hook.js +1 -1
  109. package/bundle/obf/src/generators/kits/_index.js +1 -1
  110. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  111. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  112. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  113. package/bundle/obf/src/generators/kits/kit.js +1 -1
  114. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  115. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  116. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  117. package/bundle/obf/src/generators/layout.js +1 -1
  118. package/bundle/obf/src/generators/maka.gen.js +1 -1
  119. package/bundle/obf/src/generators/methods.js +1 -1
  120. package/bundle/obf/src/generators/package.js +1 -1
  121. package/bundle/obf/src/generators/page.js +1 -1
  122. package/bundle/obf/src/generators/publish.js +1 -1
  123. package/bundle/obf/src/generators/route.js +1 -1
  124. package/bundle/obf/src/generators/service.js +1 -1
  125. package/bundle/obf/src/generators/services/_index.js +1 -1
  126. package/bundle/obf/src/generators/services/openssl.js +1 -1
  127. package/bundle/obf/src/generators/services/translation.js +1 -1
  128. package/bundle/obf/src/maka.js +1 -1
  129. package/bundle/obf/src/templates/meteor/project/package.json +3 -2
  130. package/bundle/obf/src/tool.js +1 -1
  131. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  132. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  133. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  134. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  135. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  136. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  137. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  138. package/bundle/obf/src/tools/https/https.class.js +1 -1
  139. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  140. package/bundle/obf/src/tools/log/log.class.js +1 -1
  141. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  142. package/bundle/obf/src/tools/options/options.class.js +1 -1
  143. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  144. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  145. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  146. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  147. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  148. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  149. package/package.json +1 -1
@@ -1 +1 @@
1
- var a55j=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0xfa))/0x1*(parseInt(f(0xfd))/0x2)+parseInt(f(0x10a))/0x3*(parseInt(f(0xf1))/0x4)+-parseInt(f(0x11d))/0x5+parseInt(f(0x111))/0x6*(-parseInt(f(0x115))/0x7)+parseInt(f(0xef))/0x8+-parseInt(f(0x112))/0x9+parseInt(f(0x103))/0xa*(parseInt(f(0x11f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x9dca1));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0xf7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x108)]()['search'](h(0x11c))[h(0x108)]()[h(0x10f)](a55a)[h(0x10d)](h(0x11c));});a55a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a55d;super({'name':a,'description':b,'size':Size[i(0x11e)],'category':Category['Unknown'],'shape':Shape[i(0x10c)],'color':Color[i(0x100)],'texture':Texture[i(0x114)],'rating':Rating['Common'],'weight':0x1});}[a55j(0x11a)](){var k=a55j;return this[k(0xfe)];}}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0xec;var f=c[d];return f;},a55d(a,b);}export class Sword extends Item{constructor(a,b){var l=a55j;super({'name':a,'description':b,'size':Size[l(0x11e)],'category':Category[l(0x101)],'shape':Shape['Blade'],'color':Color[l(0x117)],'texture':Texture[l(0xfb)],'rating':Rating[l(0x124)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a55j;super({'name':a,'description':b,'size':Size['Large'],'category':Category[m(0x101)],'shape':Shape[m(0x110)],'color':Color[m(0xf4)],'texture':Texture['Metallic'],'rating':Rating['Rare'],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a55j;super({'name':a,'description':b,'size':Size[n(0x11e)],'category':Category[n(0xf9)],'shape':Shape['Circle'],'color':Color['Grey'],'texture':Texture[n(0xfb)],'rating':Rating['Common'],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a55j;super({'name':a,'description':b,'size':Size[o(0xf0)],'category':Category[o(0x104)],'shape':Shape[o(0x10c)],'color':Color[o(0x117)],'texture':Texture[o(0xfb)],'rating':Rating[o(0x124)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a55j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[p(0xff)],'shape':Shape[p(0x10c)],'color':Color[p(0x117)],'texture':Texture[p(0xfb)],'rating':Rating[p(0x124)],'weight':0x6});}}function a55c(){var E=['169576SwplQE','Gold','Legendary','Book','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Common','Key','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','publishDate','5714432UVyBKD','Large','1023812Gbtymb','You\x20hold\x20the\x20','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Brown','Cup','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','apply','ArmArmor','Helmet','30911xtmrtS','Metallic','pageCount','22iNLiRl','description','LegArmor','Yellow','Weapon','Circle','1760NrQCEM','BodyArmor','Short\x20Sword','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Tiny','toString','Unknown\x20Author','3ZJtIrX','Gloves','Rectangle','search','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','constructor','Rifle','26958CRKzRM','7545843AlxyWg','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Smooth','1253nMkDjc','Small','Grey','author','Blade','use','Holy\x20Grail','(((.+)+)+)+$','5272365Ppcyxs','Medium'];a55c=function(){return E;};return a55c();}export class Boots extends Item{constructor(a,b){var q=a55j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Boots'],'shape':Shape[q(0x102)],'color':Color[q(0xf4)],'texture':Texture[q(0x114)],'rating':Rating['Common'],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a55j;super({'name':a,'description':b,'size':Size[r(0x116)],'category':Category[r(0x10b)],'shape':Shape[r(0x102)],'color':Color[r(0xf4)],'texture':Texture[r(0x114)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a55j;super({'name':a,'description':b,'size':Size[s(0x11e)],'category':Category[s(0xf8)],'shape':Shape[s(0x10c)],'color':Color[s(0x117)],'texture':Texture[s(0xfb)],'rating':Rating[s(0x124)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a55j;super({'name':a,'description':b,'size':Size[t(0x107)],'category':Category[t(0xec)],'shape':Shape[t(0x10c)],'color':Color[t(0x100)],'texture':Texture[t(0x114)],'rating':Rating[t(0x124)],'weight':0x0});}[a55j(0x11a)](){var u=a55j;return u(0x113);}}export class Weapon extends Item{constructor(a,b){var v=a55j;super({'name':a,'description':b,'size':Size[v(0x11e)],'category':Category[v(0x101)],'shape':Shape[v(0x119)],'color':Color[v(0x117)],'texture':Texture[v(0xfb)],'rating':Rating[v(0x124)],'weight':0x3});}['use'](){var w=a55j;return w(0xf3);}}export class Book extends Item{[a55j(0x118)];[a55j(0xee)];[a55j(0xfc)];constructor(a,b='A\x20mysterious\x20book.',c=a55j(0x109)){var x=a55j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[x(0x122)],'shape':Shape['Rectangle'],'color':Color[x(0xf4)],'texture':Texture[x(0x114)],'rating':Rating[x(0x124)],'weight':0x1}),this[x(0x118)]=c,this['publishDate']=new Date(),this['pageCount']=0x64;}[a55j(0x11a)](){var y=a55j;return y(0x10e);}}export class ShortSword extends Item{constructor(){var z=a55j;super({'name':z(0x105),'description':z(0xed),'size':Size[z(0x11e)],'category':Category['Weapon'],'shape':Shape['Blade'],'color':Color[z(0x117)],'texture':Texture[z(0xfb)],'rating':Rating[z(0x124)],'weight':0x3});}['use'](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var A=a55j;super({'name':'Sniper\x20Rifle','description':A(0xf6),'size':Size[A(0xf0)],'category':Category[A(0x101)],'shape':Shape[A(0x110)],'color':Color[A(0xf4)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x5});}[a55j(0x11a)](){var B=a55j;return B(0x123);}}export class HolyGrail extends Item{constructor(){var C=a55j;super({'name':C(0x11b),'description':C(0x106),'size':Size[C(0x116)],'category':Category[C(0xf5)],'shape':Shape[C(0x102)],'color':Color[C(0x120)],'texture':Texture[C(0xfb)],'rating':Rating[C(0x121)],'weight':0x1});}[a55j(0x11a)](){var D=a55j;return D(0xf2)+this['name']+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
1
+ var a55t=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x211))/0x1*(-parseInt(f(0x207))/0x2)+-parseInt(f(0x215))/0x3*(parseInt(f(0x1e8))/0x4)+parseInt(f(0x21a))/0x5+parseInt(f(0x1ee))/0x6*(-parseInt(f(0x1f8))/0x7)+-parseInt(f(0x209))/0x8*(-parseInt(f(0x1f9))/0x9)+-parseInt(f(0x202))/0xa+parseInt(f(0x218))/0xb*(parseInt(f(0x20d))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x51576));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x20f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x1fa)]()[h(0x201)](h(0x1e4))['toString']()[h(0x20e)](a55a)[h(0x201)](h(0x1e4));});a55a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a55d;super({'name':a,'description':b,'size':Size[i(0x1e3)],'category':Category[i(0x1f4)],'shape':Shape[i(0x1e1)],'color':Color['Yellow'],'texture':Texture['Smooth'],'rating':Rating[i(0x203)],'weight':0x1});}['use'](){var j=a55d;return this[j(0x1fd)];}}function a55c(){var E=['A\x20mysterious\x20book.','Rifle','Circle','19164EQBvwb','constructor','apply','Legendary','79xBTeRQ','Blade','name','Holy\x20Grail','120351igyCco','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Large','2816fRFybE','Brown','2625260cOcKNX','Rectangle','Boots','Medium','(((.+)+)+)+$','Key','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Metallic','52YiYbEH','Short\x20Sword','Grey','ArmArmor','publishDate','Gloves','12hbrgvM','Sniper\x20Rifle','Book','Gold','Small','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Unknown','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','You\x20hold\x20the\x20','author','1567293JfvUIv','18KbRlkL','toString','Smooth','BodyArmor','description','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','use','pageCount','search','2689760fglEfS','Common','Unknown\x20Author','Tiny','Weapon','5242hZAGgd','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','1722104YsIXoZ'];a55c=function(){return E;};return a55c();}export class Sword extends Item{constructor(a,b){var k=a55d;super({'name':a,'description':b,'size':Size[k(0x1e3)],'category':Category[k(0x206)],'shape':Shape['Blade'],'color':Color[k(0x1ea)],'texture':Texture[k(0x1e7)],'rating':Rating[k(0x203)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a55d;super({'name':a,'description':b,'size':Size[l(0x217)],'category':Category[l(0x206)],'shape':Shape[l(0x20b)],'color':Color['Brown'],'texture':Texture[l(0x1e7)],'rating':Rating['Rare'],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a55d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Helmet'],'shape':Shape[m(0x20c)],'color':Color[m(0x1ea)],'texture':Texture[m(0x1e7)],'rating':Rating[m(0x203)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a55d;super({'name':a,'description':b,'size':Size[n(0x217)],'category':Category[n(0x1fc)],'shape':Shape[n(0x1e1)],'color':Color[n(0x1ea)],'texture':Texture[n(0x1e7)],'rating':Rating[n(0x203)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a55d;super({'name':a,'description':b,'size':Size[o(0x1e3)],'category':Category['LegArmor'],'shape':Shape[o(0x1e1)],'color':Color[o(0x1ea)],'texture':Texture[o(0x1e7)],'rating':Rating[o(0x203)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a55d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[p(0x1e2)],'shape':Shape[p(0x20c)],'color':Color[p(0x219)],'texture':Texture[p(0x1fb)],'rating':Rating[p(0x203)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a55d;super({'name':a,'description':b,'size':Size[q(0x1f2)],'category':Category[q(0x1ed)],'shape':Shape[q(0x20c)],'color':Color['Brown'],'texture':Texture[q(0x1fb)],'rating':Rating[q(0x203)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a55d;super({'name':a,'description':b,'size':Size[r(0x1e3)],'category':Category[r(0x1eb)],'shape':Shape[r(0x1e1)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[r(0x203)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a55d;super({'name':a,'description':b,'size':Size[s(0x205)],'category':Category[s(0x1e5)],'shape':Shape[s(0x1e1)],'color':Color['Yellow'],'texture':Texture[s(0x1fb)],'rating':Rating['Common'],'weight':0x0});}[a55t(0x1ff)](){var u=a55t;return u(0x208);}}export class Weapon extends Item{constructor(a,b){var v=a55t;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[v(0x206)],'shape':Shape[v(0x212)],'color':Color[v(0x1ea)],'texture':Texture[v(0x1e7)],'rating':Rating[v(0x203)],'weight':0x3});}[a55t(0x1ff)](){var w=a55t;return w(0x1e6);}}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x1e1;var f=c[d];return f;},a55d(a,b);}export class Book extends Item{[a55t(0x1f7)];[a55t(0x1ec)];['pageCount'];constructor(a,b=a55t(0x20a),c=a55t(0x204)){var x=a55t;super({'name':a,'description':b,'size':Size[x(0x1e3)],'category':Category[x(0x1f0)],'shape':Shape['Rectangle'],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[x(0x203)],'weight':0x1}),this[x(0x1f7)]=c,this[x(0x1ec)]=new Date(),this[x(0x200)]=0x64;}[a55t(0x1ff)](){var y=a55t;return y(0x216);}}export class ShortSword extends Item{constructor(){var z=a55t;super({'name':z(0x1e9),'description':z(0x1f5),'size':Size[z(0x1e3)],'category':Category[z(0x206)],'shape':Shape[z(0x212)],'color':Color[z(0x1ea)],'texture':Texture[z(0x1e7)],'rating':Rating[z(0x203)],'weight':0x3});}[a55t(0x1ff)](){var A=a55t;return A(0x1e6);}}export class SniperRifle extends Item{constructor(){var B=a55t;super({'name':B(0x1ef),'description':B(0x1f3),'size':Size[B(0x217)],'category':Category[B(0x206)],'shape':Shape[B(0x20b)],'color':Color[B(0x219)],'texture':Texture[B(0x1fb)],'rating':Rating[B(0x203)],'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 C=a55t;super({'name':C(0x214),'description':C(0x1fe),'size':Size[C(0x1f2)],'category':Category['Cup'],'shape':Shape[C(0x20c)],'color':Color[C(0x1f1)],'texture':Texture['Metallic'],'rating':Rating[C(0x210)],'weight':0x1});}[a55t(0x1ff)](){var D=a55t;return D(0x1f6)+this[D(0x213)]+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
@@ -1 +1 @@
1
- function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0xd6;let f=c[d];return f;},a57d(a,b);}function a57c(){const j=['A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','disenchant','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','show\x20loyalty','5115984SoVrne','Holy\x20Grail','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','The\x20chest\x20remains\x20firmly\x20shut.','book','Watch\x20Tower','66528IYZlLV','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Armory','creditstick','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','open\x20sesame','Blood-stained\x20Key','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','35dzFlit','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','The\x20data\x20remains\x20encrypted.','Treasure\x20Room','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','SOUTH','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Central\x20Chamber','Gang\x20Insignia','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','A\x20creditstick\x20loaded\x20with\x20nuyen.','CorpSec\x20Plans','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Barrens\x20Hideout','The\x20legendary\x20Holy\x20Grail.','east','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Alchemy\x20Lab','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','2BwHwWQ','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','1332872TYOkjO','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','shield','409347vLoGpN','That\x20passcode\x20is\x20incorrect','10mqpfMK','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','1650630jxnbdI','amulet','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','outside','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','OUTSIDE','Encrypted\x20Data\x20Key','Matrix\x20Data\x20Haven','Corporate\x20Creditstick','Guard\x27s\x20Log\x20Book','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','EAST','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','Entrance\x20Hall','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Rigger\x27s\x20Workshop','Jackpoint\x20Login','Chad\x20the\x20stupid\x20guard','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','basic','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','inside','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Ancient\x20Gem','south','Study','MCT\x20Fly-Spy','Courtyard','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','decrypt','5kUalPE','Barrens\x20Entrance','apply','Corp\x20Enclave','Empty\x20vial','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Nothing\x20happens.','Central\x20Chamber\x20Key','(((.+)+)+)+$','key','down','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','insert\x20gem','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','drone','cup','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','8231597YTRQQx','search','Torture\x20Chamber','Mage\x27s\x20Lair','Golden\x20Key','gem','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','A\x20small\x20surveillance\x20drone.','constructor','Rusted\x20Sword','west','north','toString','Downtown\x20Seattle','475441jMeaAF','Secret\x20Passage','holyGrail','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20key\x20stained\x20with\x20old\x20blood.'];a57c=function(){return j;};return a57c();}const a57i=a57d;(function(a,b){const f=a57d,c=a();while(!![]){try{const d=parseInt(f(0x131))/0x1*(parseInt(f(0xea))/0x2)+parseInt(f(0xf4))/0x3+-parseInt(f(0xed))/0x4+-parseInt(f(0x112))/0x5*(parseInt(f(0x13b))/0x6)+-parseInt(f(0x149))/0x7*(parseInt(f(0x141))/0x8)+-parseInt(f(0xf0))/0x9+parseInt(f(0xf2))/0xa*(parseInt(f(0x123))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x7a529));const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a57d;if(c){const e=c[g(0x114)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const h=a57d;return a57a[h(0x12f)]()[h(0x124)](h(0x11a))[h(0x12f)]()[h(0x12b)](a57a)['search'](h(0x11a));});a57a();export const rooms=[{'name':'Library','description':a57i(0xee),'isStartRoom':!![],'items':[{'type':'key','name':a57i(0x127),'description':a57i(0x11f)},{'type':'book','name':a57i(0xfd),'description':'A\x20thin\x20log\x20book','content':a57i(0x105)}],'exits':[{'direction':a57i(0xff),'targetRoom':a57i(0x132)}]},{'name':a57i(0x132),'description':a57i(0xf6),'exits':[{'direction':'NORTH','targetRoom':'Treasure\x20Room','keyRequired':'Golden\x20Key'},{'direction':a57i(0xdb),'targetRoom':a57i(0x10f)}]},{'name':a57i(0xd8),'description':a57i(0xec),'items':[{'type':a57i(0x133),'name':a57i(0x13c),'description':a57i(0xe5)}]},{'name':a57i(0x10f),'description':a57i(0x148),'roomType':a57i(0xf9),'exits':[{'direction':'UP','targetRoom':a57i(0x140)}]},{'name':'Watch\x20Tower','description':a57i(0xe0),'roomType':a57i(0xf9),'puzzle':{'requiredPhrase':'secret123','riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':'rifle','name':'Sniper\x20Rifle','description':'A\x20long-range\x20weapon.'},'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':a57i(0xf1)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a57i(0x142),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a57i(0x146),'riddle':a57i(0x145),'rewardItem':{'type':a57i(0x11b),'name':a57i(0x119),'description':a57i(0x108)},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':a57i(0x118)},'exits':[{'direction':a57i(0x12e),'targetRoom':a57i(0x10d)},{'direction':a57i(0xe6),'targetRoom':a57i(0xde),'keyRequired':a57i(0x119)}]},{'name':a57i(0x10d),'description':a57i(0x122),'roomType':a57i(0x109),'items':[{'type':a57i(0x13f),'name':'Riddle\x20Book','description':a57i(0xeb),'content':a57i(0xfe)},{'type':'key','name':'Central\x20Chamber\x20Key','description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a57i(0x10c),'targetRoom':a57i(0x101)},{'direction':a57i(0xe6),'targetRoom':'Alchemy\x20Lab'}]},{'name':a57i(0xe8),'description':a57i(0xdc),'roomType':a57i(0x109),'items':[{'type':a57i(0x107),'name':a57i(0x116),'description':'A\x20clear\x20glass\x20vial.'}],'exits':[{'direction':a57i(0x12d),'targetRoom':a57i(0x10d)},{'direction':a57i(0x12e),'targetRoom':a57i(0x143)}]},{'name':a57i(0x143),'description':a57i(0xd6),'roomType':a57i(0x109),'items':[{'type':a57i(0xef),'name':'Emblem\x20Shield','description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':'sword','name':a57i(0x12c),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':a57i(0x10c),'targetRoom':a57i(0xe8)},{'direction':'east','targetRoom':a57i(0xde)}]},{'name':a57i(0xde),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a57i(0x109),'exits':[{'direction':a57i(0x12d),'targetRoom':a57i(0x143)},{'direction':'south','targetRoom':a57i(0x101)},{'direction':a57i(0x12e),'targetRoom':a57i(0x125)},{'direction':a57i(0xe6),'targetRoom':a57i(0xd8)}]},{'name':a57i(0x125),'description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a57i(0x109),'items':[{'type':a57i(0x11b),'name':a57i(0x147),'description':a57i(0x135)}],'puzzle':{'requiredPhrase':'release','riddle':a57i(0x117),'rewardItem':{'type':a57i(0x128),'name':a57i(0x10b),'description':a57i(0x110)},'successMessage':a57i(0xe9),'failureMessage':a57i(0x106)},'exits':[{'direction':a57i(0x10c),'targetRoom':a57i(0xde)}]},{'name':a57i(0xd8),'description':a57i(0x102),'roomType':a57i(0x109),'puzzle':{'requiredPhrase':a57i(0x11e),'riddle':a57i(0x14a),'rewardItem':{'type':a57i(0x121),'name':'Golden\x20Chalice','description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a57i(0x13e)},'exits':[{'direction':a57i(0x12d),'targetRoom':a57i(0xde)}]}];export const shadowrunConfig=[{'name':a57i(0x104),'description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':a57i(0x109),'exits':[{'direction':a57i(0x12e),'targetRoom':a57i(0x130)},{'direction':'up','targetRoom':a57i(0xfb)}]},{'name':a57i(0xfb),'description':a57i(0x134),'roomType':a57i(0x109),'puzzle':{'requiredPhrase':a57i(0x111),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a57i(0x11b),'name':a57i(0xfa),'description':a57i(0xf8)},'successMessage':a57i(0x129),'failureMessage':a57i(0xd7)},'exits':[{'direction':a57i(0x11c),'targetRoom':a57i(0x104)}]},{'name':a57i(0x130),'description':a57i(0xdd),'roomType':a57i(0xf7),'exits':[{'direction':'south','targetRoom':a57i(0x104)},{'direction':a57i(0xe6),'targetRoom':a57i(0x113)},{'direction':a57i(0x12d),'targetRoom':a57i(0x115)}]},{'name':a57i(0x113),'description':a57i(0x138),'roomType':a57i(0xf7),'puzzle':{'requiredPhrase':a57i(0x13a),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a57i(0x11b),'name':a57i(0xdf),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':a57i(0xe7)},'exits':[{'direction':'west','targetRoom':a57i(0x130)},{'direction':a57i(0x12e),'targetRoom':a57i(0xe4)}]},{'name':a57i(0x115),'description':a57i(0x139),'roomType':a57i(0x109),'items':[{'type':a57i(0x144),'name':a57i(0xfc),'description':a57i(0xe1)},{'type':'document','name':a57i(0xe2),'description':a57i(0x100)}],'exits':[{'direction':a57i(0xe6),'targetRoom':a57i(0x130)}]},{'name':'Barrens\x20Hideout','description':a57i(0xe3),'roomType':'outside','items':[{'type':'weapon','name':'Ares\x20Predator','description':a57i(0x136)}],'exits':[{'direction':'south','targetRoom':a57i(0x113)},{'direction':a57i(0x12e),'targetRoom':a57i(0x126)},{'direction':a57i(0xe6),'targetRoom':a57i(0x103)}]},{'name':a57i(0x126),'description':a57i(0x11d),'roomType':a57i(0x109),'puzzle':{'requiredPhrase':a57i(0x137),'riddle':a57i(0xd9),'rewardItem':{'type':a57i(0xf5),'name':'Amulet\x20of\x20Awakening','description':a57i(0x13d)},'successMessage':a57i(0xda),'failureMessage':a57i(0xf3)},'exits':[{'direction':a57i(0x10c),'targetRoom':a57i(0xe4)}]},{'name':a57i(0x103),'description':a57i(0x10a),'roomType':'inside','items':[{'type':a57i(0x120),'name':a57i(0x10e),'description':a57i(0x12a)}],'exits':[{'direction':a57i(0x12d),'targetRoom':a57i(0xe4)}]}];
1
+ const a57i=a57d;(function(a,b){const f=a57d,c=a();while(!![]){try{const d=parseInt(f(0x87))/0x1*(-parseInt(f(0x8e))/0x2)+parseInt(f(0xd3))/0x3*(parseInt(f(0xb5))/0x4)+parseInt(f(0x90))/0x5+parseInt(f(0xc8))/0x6+parseInt(f(0x95))/0x7+-parseInt(f(0xe4))/0x8+parseInt(f(0x81))/0x9*(-parseInt(f(0xad))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x58cfa));function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x7a;let f=c[d];return f;},a57d(a,b);}const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a57d;if(c){const e=c[g(0x92)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const h=a57d;return a57a[h(0xd5)]()['search'](h(0xdc))[h(0xd5)]()[h(0xbc)](a57a)[h(0xe6)](h(0xdc));});a57a();function a57c(){const j=['Downtown\x20Seattle','4104152rDjLQv','cup','search','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','OUTSIDE','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','creditstick','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','An\x20old\x20and\x20rusted\x20sword.','book','The\x20data\x20remains\x20encrypted.','CorpSec\x20Plans','Ares\x20Predator','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Treasure\x20Room','rifle','A\x20long-range\x20weapon.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','disenchant','north','702mQqmNP','Encrypted\x20Data\x20Key','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','inside','open\x20sesame','A\x20chalice\x20made\x20of\x20pure\x20gold.','2jSIKlA','Jackpoint\x20Login','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','secret123','Entrance\x20Hall','shield','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','244542NFRkKy','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','1719670aOovqL','document','apply','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','342034aiIwQp','Rigger\x27s\x20Workshop','Mage\x27s\x20Lair','A\x20clear\x20glass\x20vial.','Courtyard','A\x20small\x20surveillance\x20drone.','A\x20thin\x20log\x20book','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','EAST','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Nothing\x20happens.','Matrix\x20Data\x20Haven','Barrens\x20Entrance','west','Riddle\x20Book','Empty\x20vial','holyGrail','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Study','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','SOUTH','Armory','20030GPiXSb','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','A\x20key\x20stained\x20with\x20old\x20blood.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','The\x20legendary\x20Holy\x20Grail.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Torture\x20Chamber','619876pizzTr','decrypt','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Watch\x20Tower','Library','Amulet\x20of\x20Awakening','Guard\x27s\x20Log\x20Book','constructor','Chad\x20the\x20stupid\x20guard','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','south','basic','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','outside','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Alchemy\x20Lab','Golden\x20Key','A\x20creditstick\x20loaded\x20with\x20nuyen.','3448986vteoYo','Corporate\x20Creditstick','east','That\x20passcode\x20is\x20incorrect','Central\x20Chamber','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','key','Secret\x20Passage','NORTH','Holy\x20Grail','down','6vwRzsb','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','toString','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Blood-stained\x20Key','Central\x20Chamber\x20Key','Barrens\x20Hideout','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','(((.+)+)+)+$','Corp\x20Enclave','show\x20loyalty','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'];a57c=function(){return j;};return a57c();}export const rooms=[{'name':a57i(0xb9),'description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':a57i(0xce),'name':a57i(0xc6),'description':a57i(0xe2)},{'type':a57i(0xef),'name':a57i(0xbb),'description':a57i(0x9b),'content':a57i(0xbd)}],'exits':[{'direction':a57i(0x9d),'targetRoom':a57i(0xcf)}]},{'name':'Secret\x20Passage','description':a57i(0xb0),'exits':[{'direction':a57i(0xd0),'targetRoom':'Treasure\x20Room','keyRequired':'Golden\x20Key'},{'direction':a57i(0xab),'targetRoom':a57i(0x99)}]},{'name':'Treasure\x20Room','description':a57i(0xa8),'items':[{'type':a57i(0xa6),'name':a57i(0xd1),'description':a57i(0xb2)}]},{'name':a57i(0x99),'description':a57i(0xb7),'roomType':a57i(0xe8),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a57i(0xb8),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a57i(0xe8),'puzzle':{'requiredPhrase':a57i(0x8a),'riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a57i(0x7c),'name':'Sniper\x20Rifle','description':a57i(0x7d)},'successMessage':a57i(0x9c),'failureMessage':a57i(0xcb)}}];export const dungeonConfig=[{'name':a57i(0x8b),'description':a57i(0x9e),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a57i(0x85),'riddle':a57i(0xda),'rewardItem':{'type':a57i(0xce),'name':a57i(0xd8),'description':a57i(0x94)},'successMessage':a57i(0x93),'failureMessage':a57i(0xa0)},'exits':[{'direction':'north','targetRoom':a57i(0xa9)},{'direction':a57i(0xca),'targetRoom':a57i(0xcc),'keyRequired':a57i(0xd8)}]},{'name':'Study','description':a57i(0xe9),'roomType':a57i(0x84),'items':[{'type':a57i(0xef),'name':a57i(0xa4),'description':a57i(0x9f),'content':a57i(0xcd)},{'type':a57i(0xce),'name':'Central\x20Chamber\x20Key','description':a57i(0x94)}],'exits':[{'direction':'south','targetRoom':a57i(0x8b)},{'direction':a57i(0xca),'targetRoom':a57i(0xc5)}]},{'name':a57i(0xc5),'description':'A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','roomType':a57i(0x84),'items':[{'type':a57i(0xc1),'name':a57i(0xa5),'description':a57i(0x98)}],'exits':[{'direction':a57i(0xa3),'targetRoom':a57i(0xa9)},{'direction':'north','targetRoom':a57i(0xac)}]},{'name':'Armory','description':a57i(0xd4),'roomType':'inside','items':[{'type':a57i(0x8c),'name':'Emblem\x20Shield','description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':'sword','name':'Rusted\x20Sword','description':a57i(0xee)}],'exits':[{'direction':a57i(0xc0),'targetRoom':a57i(0xc5)},{'direction':'east','targetRoom':'Central\x20Chamber'}]},{'name':'Central\x20Chamber','description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':'inside','exits':[{'direction':'west','targetRoom':a57i(0xac)},{'direction':'south','targetRoom':a57i(0x8b)},{'direction':'north','targetRoom':a57i(0xb4)},{'direction':a57i(0xca),'targetRoom':a57i(0x7b)}]},{'name':'Torture\x20Chamber','description':a57i(0xa7),'roomType':a57i(0x84),'items':[{'type':a57i(0xce),'name':a57i(0xd7),'description':a57i(0xaf)}],'puzzle':{'requiredPhrase':'release','riddle':a57i(0xec),'rewardItem':{'type':'gem','name':'Ancient\x20Gem','description':a57i(0xe1)},'successMessage':a57i(0xc2),'failureMessage':a57i(0x8d)},'exits':[{'direction':a57i(0xc0),'targetRoom':a57i(0xcc)}]},{'name':a57i(0x7b),'description':a57i(0xae),'roomType':'inside','puzzle':{'requiredPhrase':'insert\x20gem','riddle':a57i(0xe7),'rewardItem':{'type':a57i(0xe5),'name':'Golden\x20Chalice','description':a57i(0x86)},'successMessage':a57i(0x8f),'failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':a57i(0xa3),'targetRoom':a57i(0xcc)}]}];export const shadowrunConfig=[{'name':a57i(0x88),'description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':'inside','exits':[{'direction':a57i(0x80),'targetRoom':a57i(0xe3)},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':a57i(0xa1),'description':a57i(0x7a),'roomType':'inside','puzzle':{'requiredPhrase':a57i(0xb6),'riddle':a57i(0xea),'rewardItem':{'type':'key','name':a57i(0x82),'description':a57i(0xbe)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a57i(0xf0)},'exits':[{'direction':a57i(0xd2),'targetRoom':a57i(0x88)}]},{'name':a57i(0xe3),'description':a57i(0xd6),'roomType':a57i(0xc3),'exits':[{'direction':a57i(0xc0),'targetRoom':a57i(0x88)},{'direction':a57i(0xca),'targetRoom':a57i(0xa2)},{'direction':a57i(0xa3),'targetRoom':'Corp\x20Enclave'}]},{'name':'Barrens\x20Entrance','description':a57i(0xed),'roomType':a57i(0xc3),'puzzle':{'requiredPhrase':a57i(0xde),'riddle':a57i(0xbf),'rewardItem':{'type':a57i(0xce),'name':'Gang\x20Insignia','description':a57i(0xaa)},'successMessage':a57i(0x83),'failureMessage':a57i(0x7e)},'exits':[{'direction':a57i(0xa3),'targetRoom':a57i(0xe3)},{'direction':a57i(0x80),'targetRoom':'Barrens\x20Hideout'}]},{'name':a57i(0xdd),'description':a57i(0xdf),'roomType':a57i(0x84),'items':[{'type':a57i(0xeb),'name':a57i(0xc9),'description':a57i(0xc7)},{'type':a57i(0x91),'name':a57i(0xf1),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':'east','targetRoom':a57i(0xe3)}]},{'name':'Barrens\x20Hideout','description':a57i(0x89),'roomType':a57i(0xc3),'items':[{'type':'weapon','name':a57i(0xf2),'description':a57i(0xe0)}],'exits':[{'direction':'south','targetRoom':a57i(0xa2)},{'direction':a57i(0x80),'targetRoom':a57i(0x97)},{'direction':a57i(0xca),'targetRoom':a57i(0x96)}]},{'name':a57i(0x97),'description':a57i(0xb1),'roomType':'inside','puzzle':{'requiredPhrase':a57i(0x7f),'riddle':a57i(0xc4),'rewardItem':{'type':'amulet','name':a57i(0xba),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a57i(0xdb),'failureMessage':a57i(0xb3)},'exits':[{'direction':a57i(0xc0),'targetRoom':a57i(0xd9)}]},{'name':a57i(0x96),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a57i(0x84),'items':[{'type':'drone','name':'MCT\x20Fly-Spy','description':a57i(0x9a)}],'exits':[{'direction':a57i(0xa3),'targetRoom':'Barrens\x20Hideout'}]}];
@@ -1 +1 @@
1
- function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x156;var f=c[d];return f;},a58d(a,b);}function a58c(){var j=['isStartRoom','player','solved','(((.+)+)+)+$','rating','toString','rooms','texture','isLockable','inventory','1631fCsGTs','17210NSpSib','apply','_maxCarryingWeight','logger','13912497knsSzz','_equipment','search','_currentLocation','color','category','_logger','5206376VlfETZ','_inventory','constructor','characterLocations','roomA','33662150vfHEto','items','5CwrlVf','exits','_playerName','238398yWbCHc','description','name','isLocked','shape','29BXuyTy','11GCfYAg','roomType','49352kIMLtW','5487330tbRdOG','roomB','weight'];a58c=function(){return j;};return a58c();}var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x17a))/0x1*(-parseInt(f(0x160))/0x2)+-parseInt(f(0x175))/0x3+-parseInt(f(0x16b))/0x4+parseInt(f(0x172))/0x5*(-parseInt(f(0x17e))/0x6)+-parseInt(f(0x15f))/0x7*(parseInt(f(0x17d))/0x8)+parseInt(f(0x164))/0x9+parseInt(f(0x170))/0xa*(parseInt(f(0x17b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xe2ee7));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x161)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x15a)]()[h(0x166)]('(((.+)+)+)+$')[h(0x15a)]()[h(0x16d)](a58a)['search'](h(0x158));});a58a();import{EventEmitter}from'events';export class AbstractScene{[a58i(0x15b)];[a58i(0x156)];['logger'];[a58i(0x16e)];}export class AbstractRoom extends EventEmitter{[a58i(0x177)];[a58i(0x176)];[a58i(0x173)];[a58i(0x15e)];['puzzle'];[a58i(0x17c)];[a58i(0x181)];}export class AbstractDoor{[a58i(0x16f)];[a58i(0x17f)];[a58i(0x178)];['unlockItemOrSolution'];[a58i(0x177)];[a58i(0x163)];[a58i(0x15d)];}export class AbstractInventory{[a58i(0x171)];['logger'];}export class AbstractItem{['uuid'];['name'];['description'];['size'];[a58i(0x169)];[a58i(0x179)];[a58i(0x168)];[a58i(0x15c)];[a58i(0x159)];[a58i(0x180)];}export class AbstractPlayer{[a58i(0x174)];[a58i(0x167)];[a58i(0x16c)];[a58i(0x165)];[a58i(0x162)];[a58i(0x16a)];}export class AbstractPuzzle{[a58i(0x163)];[a58i(0x157)];}
1
+ var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1d4))/0x1*(parseInt(f(0x1d8))/0x2)+-parseInt(f(0x1ba))/0x3+-parseInt(f(0x1d6))/0x4+parseInt(f(0x1c6))/0x5*(-parseInt(f(0x1dd))/0x6)+-parseInt(f(0x1e2))/0x7*(parseInt(f(0x1ca))/0x8)+-parseInt(f(0x1c3))/0x9*(parseInt(f(0x1b9))/0xa)+-parseInt(f(0x1de))/0xb*(-parseInt(f(0x1bc))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x7640f));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1da)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x1c4)]()[h(0x1be)](h(0x1d9))['toString']()['constructor'](a58a)['search'](h(0x1d9));});a58a();import{EventEmitter}from'events';function a58c(){var j=['toString','rating','5PqdvEc','puzzle','description','category','32vMuCNS','_equipment','isLocked','weight','_logger','_maxCarryingWeight','roomType','exits','unlockItemOrSolution','size','2otzqoE','texture','2412156IGLXXY','color','269690GYrcly','(((.+)+)+)+$','apply','logger','rooms','2492886DhzNoP','990FPKZCb','uuid','solved','items','84098RbbhNM','20cZAXmf','2270295LGhttT','shape','299544ijMYtp','name','search','roomB','isLockable','inventory','player','938529CScCvx'];a58c=function(){return j;};return a58c();}export class AbstractScene{[a58i(0x1dc)];[a58i(0x1c2)];[a58i(0x1db)];['characterLocations'];}export class AbstractRoom extends EventEmitter{['name'];[a58i(0x1c8)];[a58i(0x1d1)];[a58i(0x1c1)];[a58i(0x1c7)];[a58i(0x1d0)];['isStartRoom'];}export class AbstractDoor{['roomA'];[a58i(0x1bf)];[a58i(0x1cc)];[a58i(0x1d2)];[a58i(0x1bd)];[a58i(0x1db)];[a58i(0x1c0)];}export class AbstractInventory{[a58i(0x1e1)];[a58i(0x1db)];}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1b9;var f=c[d];return f;},a58d(a,b);}export class AbstractItem{[a58i(0x1df)];['name'];[a58i(0x1c8)];[a58i(0x1d3)];[a58i(0x1c9)];[a58i(0x1bb)];[a58i(0x1d7)];[a58i(0x1d5)];[a58i(0x1c5)];[a58i(0x1cd)];}export class AbstractPlayer{['_playerName'];['_currentLocation'];['_inventory'];[a58i(0x1cb)];[a58i(0x1cf)];[a58i(0x1ce)];}export class AbstractPuzzle{[a58i(0x1db)];[a58i(0x1e0)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a59d,c=a();while(!![]){try{var d=-parseInt(k(0x123))/0x1*(-parseInt(k(0x129))/0x2)+-parseInt(k(0xcf))/0x3+parseInt(k(0xe0))/0x4+-parseInt(k(0xc9))/0x5+parseInt(k(0x105))/0x6+-parseInt(k(0x10c))/0x7+parseInt(k(0xfe))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x25cc5));export var Size;(function(a){var l=a59d;a[l(0x107)]='tiny',a[l(0xcc)]=l(0x121),a[l(0x124)]=l(0x111),a[l(0xe3)]=l(0x119),a[l(0xfb)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a59d;a[m(0xca)]=m(0xe7),a[m(0xda)]=m(0x122),a[m(0xf1)]=m(0x126);}(Rating||(Rating={})));function a59c(){var v=['south','purple','Weapon','common','BEACH','search','west','Red','body\x20armor','LegArmor','OUTSIDE','mountain','blue','Legendary','bumpy','CAVE','Grey','Book','Grainy','rough','red','book','Gold','VeryLarge','Smooth','leg\x20armor','1552376EqPePI','Square','down','forest','triangle','orange','NORTH','1158666XsrRRQ','key','Tiny','Cup','BodyArmor','EAST','INSIDE','2136085ElfaOk','beach','cup','helmet','blade','medium','hat','green','toString','grainy','yellow','square','Blue','large','cave','Gloves','Rifle','Yellow','TOWER','Brown','shield','small','rare','1943nqSNnZ','Medium','tower','legendary','east','Circle','232mqyRJe','constructor','Shield','1298920xMuXiH','Common','Purple','Small','grey','ArmArmor','346206gZtGHo','FOREST','Metallic','DESERT','Fuzzy','arm\x20armor','north','inside','Key','apply','Bumpy','Rare','Triangle','Orange','DOWN','smooth','metallic','890464vKqfRU','underground','circle','Large'];a59c=function(){return v;};return a59c();}export var Category;(function(a){var n=a59d;a[n(0xe6)]='weapon',a[n(0x12b)]=n(0x120),a[n(0xd7)]=n(0x106),a[n(0x11b)]='gloves',a['Helmet']=n(0x10f),a['Hat']=n(0x112),a['Boots']='boots',a[n(0xed)]=n(0xfd),a[n(0xce)]=n(0xd4),a[n(0x109)]=n(0xec),a[n(0xf5)]=n(0xf9),a[n(0x108)]=n(0x10e),a['Unknown']='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a59d;a[o(0x128)]=o(0xe2),a[o(0xff)]=o(0x117),a[o(0xdb)]=o(0x102),a['Rectangle']='rectangle',a['Blade']=o(0x110),a[o(0x11c)]='rifle';}(Shape||(Shape={})));export var Color;function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0xc9;var f=c[d];return f;},a59d(a,b);}(function(a){var p=a59d;a[p(0xeb)]=p(0xf8),a[p(0x118)]=p(0xf0),a['Green']=p(0x113),a[p(0x11d)]=p(0x116),a[p(0xdc)]=p(0x103),a[p(0xcb)]=p(0xe5),a[p(0xf4)]=p(0xcd),a[p(0x11f)]='brown',a[p(0xfa)]='gold';}(Color||(Color={})));export var Texture;(function(c){var s=a59d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var q=a59d;if(h){var j=h[q(0xd8)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var r=a59d;return e[r(0x114)]()[r(0xe9)]('(((.+)+)+)+$')[r(0x114)]()[r(0x12a)](e)[r(0xe9)]('(((.+)+)+)+$');});e(),c[s(0xfc)]=s(0xde),c['Rough']=s(0xf7),c[s(0xd9)]=s(0xf2),c[s(0xd3)]='fuzzy',c[s(0xf6)]=s(0x115),c[s(0xd1)]=s(0xdf);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a59d;a[t(0x10b)]=t(0xd6),a[t(0xee)]='outside',a['UNDERGROUND']=t(0xe1),a[t(0xf3)]=t(0x11a),a[t(0x11e)]=t(0x125),a[t(0xd0)]=t(0x101),a[t(0xd2)]='desert',a['MOUNTAIN']=t(0xef),a[t(0xe8)]=t(0x10d),a['SEA']='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a59d;a[u(0x104)]=u(0xd5),a[u(0x10a)]=u(0x127),a['SOUTH']=u(0xe4),a['WEST']=u(0xea),a['UP']='up',a[u(0xdd)]=u(0x100);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a59d,c=a();while(!![]){try{var d=-parseInt(k(0x1c5))/0x1+-parseInt(k(0x183))/0x2+parseInt(k(0x1c3))/0x3+parseInt(k(0x1e0))/0x4+parseInt(k(0x1b8))/0x5+-parseInt(k(0x1b4))/0x6*(-parseInt(k(0x1da))/0x7)+-parseInt(k(0x189))/0x8*(parseInt(k(0x185))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x9f205));export var Size;function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0x182;var f=c[d];return f;},a59d(a,b);}(function(a){var l=a59d;a[l(0x1b6)]=l(0x1d6),a[l(0x1ac)]=l(0x184),a[l(0x1b3)]='medium',a[l(0x1ae)]=l(0x1b5),a[l(0x19d)]=l(0x1a8);}(Size||(Size={})));export var Rating;(function(a){var m=a59d;a[m(0x1df)]=m(0x1a5),a[m(0x1cf)]=m(0x1ba),a[m(0x1bf)]=m(0x19f);}(Rating||(Rating={})));export var Category;(function(a){var n=a59d;a['Weapon']=n(0x1c8),a['Shield']=n(0x18a),a[n(0x186)]='key',a[n(0x199)]='gloves',a['Helmet']=n(0x1bc),a['Hat']='hat',a[n(0x1c7)]=n(0x191),a[n(0x1ce)]='leg\x20armor',a[n(0x1ca)]=n(0x188),a[n(0x194)]=n(0x19c),a[n(0x18d)]=n(0x19e),a[n(0x1c2)]=n(0x1d4),a['Unknown']='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a59d;a['Circle']='circle',a['Square']=o(0x1d5),a[o(0x1ab)]=o(0x19a),a[o(0x1a7)]=o(0x1a6),a['Blade']=o(0x182),a[o(0x190)]=o(0x1b1);}(Shape||(Shape={})));export var Color;(function(a){var p=a59d;a['Red']=p(0x197),a[p(0x1d2)]='blue',a[p(0x1a4)]=p(0x1cd),a[p(0x18c)]=p(0x1c0),a['Orange']=p(0x1e3),a[p(0x1e1)]='purple',a[p(0x1bb)]=p(0x1b0),a[p(0x1d7)]=p(0x1b2),a[p(0x1de)]=p(0x1cb);}(Color||(Color={})));export var Texture;(function(a){var q=a59d;a[q(0x1a2)]='smooth',a['Rough']='rough',a['Bumpy']=q(0x1ad),a[q(0x18e)]=q(0x187),a[q(0x1e2)]=q(0x1c6),a[q(0x1db)]=q(0x1c1);}(Texture||(Texture={})));export var RoomType;(function(c){var t=a59d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var r=a59d;if(h){var j=h[r(0x1aa)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a59d;return e[s(0x1cc)]()[s(0x1b9)](s(0x195))[s(0x1cc)]()[s(0x1af)](e)[s(0x1b9)](s(0x195));});e(),c[t(0x1dd)]=t(0x198),c['OUTSIDE']=t(0x1d8),c[t(0x192)]=t(0x1c4),c['CAVE']=t(0x193),c['TOWER']=t(0x1bd),c[t(0x18f)]=t(0x1d3),c[t(0x1a3)]=t(0x1d0),c[t(0x1a1)]=t(0x1dc),c['BEACH']=t(0x1a0),c[t(0x1c9)]='sea';}(RoomType||(RoomType={})));function a59c(){var v=['MOUNTAIN','Smooth','DESERT','Green','common','rectangle','Rectangle','very\x20large','down','apply','Triangle','Small','bumpy','Large','constructor','grey','rifle','brown','Medium','693534KPXvTF','large','Tiny','DOWN','6081515dHMaYk','search','rare','Grey','helmet','tower','west','Legendary','yellow','metallic','Cup','2914176ywWuHf','underground','863968XcoMPX','grainy','Boots','weapon','SEA','ArmArmor','gold','toString','green','LegArmor','Rare','desert','WEST','Blue','forest','cup','square','tiny','Brown','outside','NORTH','77jUiMTx','Metallic','mountain','INSIDE','Gold','Common','1394368JUGVaJ','Purple','Grainy','orange','blade','72144zqdgaE','small','45DOYhRh','Key','fuzzy','arm\x20armor','3609512UnInEs','shield','east','Yellow','Book','Fuzzy','FOREST','Rifle','boots','UNDERGROUND','cave','BodyArmor','(((.+)+)+)+$','south','red','inside','Gloves','triangle','SOUTH','body\x20armor','VeryLarge','book','legendary','beach'];a59c=function(){return v;};return a59c();}export var Direction;(function(a){var u=a59d;a[u(0x1d9)]='north',a['EAST']=u(0x18b),a[u(0x19b)]=u(0x196),a[u(0x1d1)]=u(0x1be),a['UP']='up',a[u(0x1b7)]=u(0x1a9);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0xf5;var f=c[d];return f;},a60d(a,b);}function a60c(){var h=['1102797uCgaDU','5HuTVmM','3vEvyel','constructor','214202VfchMA','2343187dMcVdd','search','toString','533668EOEhPe','36tBjdVg','1502277YEVpZo','6XJPnrq','56196IRcnmW','776660qHpDrk','16DcQCjS','(((.+)+)+)+$'];a60c=function(){return h;};return a60c();}(function(a,b){var f=a60d,c=a();while(!![]){try{var d=-parseInt(f(0x100))/0x1+parseInt(f(0x104))/0x2*(parseInt(f(0xfe))/0x3)+-parseInt(f(0xf8))/0x4*(parseInt(f(0xfd))/0x5)+parseInt(f(0xf7))/0x6*(-parseInt(f(0xf6))/0x7)+-parseInt(f(0xfa))/0x8*(parseInt(f(0xfc))/0x9)+-parseInt(f(0xf9))/0xa+-parseInt(f(0x101))/0xb*(-parseInt(f(0xf5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x22403));var a60b=(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;};}()),a60a=a60b(this,function(){var g=a60d;return a60a[g(0x103)]()['search'](g(0xfb))['toString']()[g(0xff)](a60a)[g(0x102)](g(0xfb));});a60a();export{};
1
+ (function(a,b){var f=a60d,c=a();while(!![]){try{var d=-parseInt(f(0xcf))/0x1+-parseInt(f(0xd1))/0x2+-parseInt(f(0xd5))/0x3+-parseInt(f(0xd8))/0x4*(-parseInt(f(0xd4))/0x5)+-parseInt(f(0xd9))/0x6*(-parseInt(f(0xd0))/0x7)+-parseInt(f(0xce))/0x8+-parseInt(f(0xd2))/0x9*(-parseInt(f(0xd6))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x2c58f));function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0xcc;var f=c[d];return f;},a60d(a,b);}var a60b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a60d;if(c){var e=c[g(0xd3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){var h=a60d;return a60a[h(0xd7)]()['search']('(((.+)+)+)+$')['toString']()[h(0xcc)](a60a)['search'](h(0xcd));});a60a();function a60c(){var i=['142587OCCuXK','7YqmSmp','330178dHSNCd','54Knddtn','apply','71105NkJqyN','369339vfRdMy','1024470RZEXts','toString','4zSpHBi','1169562DtybJB','constructor','(((.+)+)+)+$','1691152jzkjNO'];a60c=function(){return i;};return a60c();}export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0xf8))/0x1+-parseInt(f(0xff))/0x2+-parseInt(f(0x101))/0x3*(-parseInt(f(0x100))/0x4)+-parseInt(f(0x104))/0x5*(parseInt(f(0x106))/0x6)+-parseInt(f(0xfd))/0x7*(-parseInt(f(0xfc))/0x8)+-parseInt(f(0x107))/0x9*(-parseInt(f(0xf9))/0xa)+parseInt(f(0xfb))/0xb*(parseInt(f(0xfe))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x5d802));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(0x105)]()['search']('(((.+)+)+)+$')[g(0x105)]()[g(0x103)](a61a)[g(0x102)](g(0xfa));});a61a();function a61c(){var h=['63iGwMZW','1064928NvRNei','1524290RTqEpp','3752DtGSpI','1707HgLDlf','search','constructor','10435dZuxlg','toString','1770aNdLyb','1377zPcKOe','214380MpCgWl','31070iUpZMU','(((.+)+)+)+$','66InuGjB','385432RkaLDJ'];a61c=function(){return h;};return a61c();}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0xf8;var f=c[d];return f;},a61d(a,b);}export{};
1
+ (function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0xb3))/0x1*(-parseInt(f(0xb6))/0x2)+-parseInt(f(0xb2))/0x3+parseInt(f(0xae))/0x4+-parseInt(f(0xb9))/0x5*(-parseInt(f(0xad))/0x6)+-parseInt(f(0xb1))/0x7*(parseInt(f(0xb5))/0x8)+parseInt(f(0xb7))/0x9*(-parseInt(f(0xb4))/0xa)+parseInt(f(0xbb))/0xb*(parseInt(f(0xab))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x797f1));function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0xab;var f=c[d];return f;},a61d(a,b);}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0xac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0xb8)]()[h(0xb0)](h(0xaf))['toString']()[h(0xba)](a61a)[h(0xb0)]('(((.+)+)+)+$');});a61a();export{};function a61c(){var i=['2420504xycKiw','22kmaqvM','45CLnajY','toString','365FaiFXC','constructor','319dmaohk','905172OhYqZR','apply','50052kFOkft','69236GKUbbr','(((.+)+)+)+$','search','7XOarBC','2649567QemvSt','79223VdTvqQ','517840FuAyaK'];a61c=function(){return i;};return a61c();}
@@ -1 +1 @@
1
- const a62G=a62d;function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0x1c1;let f=c[d];return f;},a62d(a,b);}(function(a,b){const y=a62d,c=a();while(!![]){try{const d=-parseInt(y(0x1da))/0x1+-parseInt(y(0x1e9))/0x2*(parseInt(y(0x1cc))/0x3)+parseInt(y(0x1c1))/0x4*(-parseInt(y(0x21c))/0x5)+-parseInt(y(0x1eb))/0x6*(parseInt(y(0x1cd))/0x7)+parseInt(y(0x1dd))/0x8*(parseInt(y(0x1c7))/0x9)+parseInt(y(0x1ee))/0xa*(parseInt(y(0x1ce))/0xb)+parseInt(y(0x1f0))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xc320a));import a62e from'blessed';import{capitalCase}from'change-case';import a62f from'./game.js';function a62c(){const H=['OUTSIDE','focus','feet','<<<<<<<<---------\x20Terminating\x20game','90%','Thanks\x20for\x20playing!','map','74345xGgyPr','cyan','arms','376MYAGBX','45%','Your\x20items\x20will\x20be\x20listed\x20here...','textbox','75%','escape','3530583JfalGc','getOtherSide','append','\x20Equipment\x20','logFilePath','281235dOEqwZ','3871511xgCUBo','110YgtFAd','leftHand','key','\x20Map\x20','log','rightHand','player','Side\x20Quest\x20Adventure\x20Game','----->>>>>>\x20Initializing\x20Game','\x20(Unlocked)','line','equipment','1102981cJTaym','yellow','getWelcomeMessage','32ZqZMWS','C-c','write','gloves','lock','split','pushLine','forEach','Available\x20exits\x20will\x20be\x20shown\x20here...','Feet:\x20','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','\x20Inventory\x20','26wnEPHI','exit','6mZzbKJ','head','legs','1288370eXDZBD','box','26569788zKoyFE','currentLocation','Right\x20Hand:\x20','size','\x20Game\x20Log\x20','clearValue','clear','(((.+)+)+)+$','unequip','None','getInstance','join','25%','name','Torso:\x20','torso','setContent','render','Currently\x20in:\x20','removeAllListeners','mousemove','exits','inventory','Head:\x20','roomType','scroll','unlock','Gloves:\x20','-----\x20Exits\x20------\x0a','logBox','parse','constructor','equip','\x0aThere\x20are\x20no\x20exits\x20here.','search','Left\x20Hand:\x20','enter'];a62c=function(){return H;};return a62c();}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=a62d,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=a62d;return g['toString']()[z(0x212)]('(((.+)+)+)+$')['toString']()[z(0x20f)](g)[z(0x212)](z(0x1f7));});g();try{const h=a62e['screen']({'smartCSR':!![],'title':A(0x1d5)}),i=a62e[A(0x1ef)]({'top':'0%','left':A(0x1c5),'width':A(0x1fc),'height':A(0x1c2),'border':{'type':A(0x1d8)},'label':A(0x1e8),'content':A(0x1c3),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1db)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t['getAllItems']()[B(0x21b)](v=>v[B(0x1fd)]);i[B(0x200)](u[B(0x1fb)]('\x0a')),h[B(0x201)]();};h[A(0x1c9)](i);const k=a62e[A(0x1ef)]({'top':'45%','left':A(0x1c5),'width':A(0x1fc),'height':A(0x1fc),'border':{'type':'line'},'label':A(0x1ca),'content':A(0x1e7),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1db)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1c9)](k);const l=t=>{const C=A;k[C(0x200)](C(0x207)+(t[C(0x1ec)]?t[C(0x1ec)]['name']:C(0x1f9))+'\x0a'+(C(0x1fe)+(t[C(0x1ff)]?t['torso'][C(0x1fd)]:C(0x1f9))+'\x0a')+('Legs:\x20'+(t[C(0x1ed)]?t['legs'][C(0x1fd)]:'None')+'\x0a')+(C(0x1e6)+(t['feet']?t[C(0x217)][C(0x1fd)]:C(0x1f9))+'\x0a')+('Arms:\x20'+(t[C(0x21e)]?t[C(0x21e)][C(0x1fd)]:'None')+'\x0a')+(C(0x20b)+(t[C(0x1e0)]?t[C(0x1e0)][C(0x1fd)]:C(0x1f9))+'\x0a')+(C(0x213)+(t[C(0x1cf)]?t['leftHand']['name']:'None')+'\x0a')+(C(0x1f2)+(t[C(0x1d3)]?t[C(0x1d3)][C(0x1fd)]:C(0x1f9))+'\x0a')),h[C(0x201)]();},m=a62e['box']({'top':'70%','left':'75%','width':A(0x1fc),'height':'20%','border':{'type':'line'},'label':A(0x1d1),'content':A(0x1e5),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1db)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const D=A;let u=D(0x202)+t[D(0x1fd)]+'\x0a\x0a';u+=D(0x20c),t[D(0x205)][D(0x1f3)]>0x0?t[D(0x205)][D(0x1e4)]((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x1c8)](t);x[E(0x208)]===RoomType[E(0x215)]?u+=capitalCase(w)+':\x20'+x[E(0x1fd)]:u+=capitalCase(w)+':\x20'+v[E(0x1fd)];if(v['checkIfLocked']())u+='\x20(Locked)';else v['checkIfLockable']()&&(u+=E(0x1d7));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x211),m['setContent'](u),h[D(0x201)]();},o=a62e[A(0x1ef)]({'id':A(0x20d),'top':'0%','left':'0%','width':'75%','height':A(0x219),'border':{'type':A(0x1d8)},'label':A(0x1f4),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1db)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x203)](A(0x204)),h['append'](o);const p=a62e[A(0x1c4)]({'bottom':0x0,'left':0x0,'width':'100%','height':'10%','tags':!![],'border':{'type':'line'},'style':{'fg':'white','border':{'fg':A(0x21d)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x1c9)](p),h[A(0x1d0)]([A(0x1c6),A(0x1de)],()=>process[A(0x1ea)](0x0)),p[A(0x216)](),h[A(0x201)]();const q=Logger[A(0x1fa)](e[A(0x1cb)],h),r=new Player({'playerName':c});q[A(0x1df)](A(0x1d6));const s=a62f['getInstance'](r,d);o['setContent'](s[A(0x1dc)]()),l(s[A(0x1d4)]['equipment']),j(s[A(0x1d4)][A(0x206)]),n(s['player'][A(0x1f1)]),p['key']([A(0x214)],async()=>{const F=A,t=p['getValue'](),u=s['handleInput'](t);(t[F(0x1e2)]('\x20')[0x0]==='take'||F(0x210)||F(0x1f8))&&(j(s['player'][F(0x206)]),l(s[F(0x1d4)][F(0x1d9)])),(t[F(0x1e2)]('\x20')[0x0]==='go'||F(0x1e1)||F(0x20a))&&n(s[F(0x1d4)]['currentLocation']),t[F(0x1e2)]('\x20')[0x0]===F(0x1f6)&&o[F(0x200)](''),u===null&&(console[F(0x1d2)](F(0x21a)),h[F(0x201)](),q[F(0x1df)](F(0x218)),process['exit'](0x0)),o[F(0x1e3)](u),o[F(0x209)](0x1),p[F(0x1f5)](),p[F(0x216)](),h['render']();});}catch(t){console[A(0x1d2)](t),process[A(0x1ea)](0x1);}}const args=process['argv']['slice'](0x2);main(args[0x0],JSON[a62G(0x20e)](args[0x1]),JSON[a62G(0x20e)](args[0x2]));
1
+ const a62H=a62d;(function(a,b){const y=a62d,c=a();while(!![]){try{const d=parseInt(y(0xfe))/0x1+parseInt(y(0x137))/0x2*(parseInt(y(0x105))/0x3)+-parseInt(y(0x133))/0x4*(parseInt(y(0xff))/0x5)+parseInt(y(0xe2))/0x6*(parseInt(y(0x104))/0x7)+-parseInt(y(0xf1))/0x8+parseInt(y(0x134))/0x9+parseInt(y(0x124))/0xa*(parseInt(y(0x120))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xb6798));import a62e from'blessed';import{capitalCase}from'change-case';import a62f from'./game.js';function a62c(){const I=['key','cyan','toString','removeAllListeners','75%','\x20(Locked)','argv','log','getAllItems','render','getOtherSide','\x20Equipment\x20','Torso:\x20','1009532cfnivs','7905330lmQwYt','OUTSIDE','10%','4RQFlJS','pushLine','25%','setContent','\x20(Unlocked)','45%','size','take','rightHand','6261186FOiELx','write','equipment','player','Thanks\x20for\x20playing!','----->>>>>>\x20Initializing\x20Game','Gloves:\x20','unequip','Head:\x20','70%','-----\x20Exits\x20------\x0a','roomType','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','feet','C-c','10447688lUcSLV','focus','legs','currentLocation','inventory','constructor','search','logBox','clearValue','100%','getValue','torso','getInstance','36036nfYRlL','15VCCohY','<<<<<<<<---------\x20Terminating\x20game','getWelcomeMessage','20%','exit','7mUyYbj','517653EtYvmC','exits','head','(((.+)+)+)+$','\x20Inventory\x20','Legs:\x20','Right\x20Hand:\x20','unlock','join','line','append','name','box','\x20Game\x20Log\x20','Currently\x20in:\x20','screen','Side\x20Quest\x20Adventure\x20Game','None','apply','mousemove','split','Left\x20Hand:\x20','arms','yellow','white','handleInput','checkIfLocked','5582357hKUDCX','escape','Feet:\x20','logFilePath','10zddTBj','equip'];a62c=function(){return I;};return a62c();}import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0xe2;let f=c[d];return f;},a62d(a,b);}import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a62d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a62d;if(j){const l=j[z(0x117)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a62d;return g['toString']()['search'](A(0x108))[A(0x128)]()[A(0xf6)](g)[A(0xf7)]('(((.+)+)+)+$');});g();try{const h=a62e[B(0x114)]({'smartCSR':!![],'title':B(0x115)}),i=a62e['box']({'top':'0%','left':B(0x12a),'width':B(0x139),'height':B(0x13c),'border':{'type':B(0x10e)},'label':B(0x109),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x12e)]()['map'](v=>v['name']);i[C(0x13a)](u[C(0x10d)]('\x0a')),h[C(0x12f)]();};h['append'](i);const k=a62e[B(0x111)]({'top':B(0x13c),'left':B(0x12a),'width':B(0x139),'height':B(0x139),'border':{'type':'line'},'label':B(0x131),'content':B(0xee),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x11c)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x10f)](k);const l=t=>{const D=B;k['setContent'](D(0xea)+(t[D(0x107)]?t[D(0x107)]['name']:D(0x116))+'\x0a'+(D(0x132)+(t[D(0xfc)]?t['torso'][D(0x110)]:'None')+'\x0a')+(D(0x10a)+(t[D(0xf3)]?t[D(0xf3)]['name']:D(0x116))+'\x0a')+(D(0x122)+(t['feet']?t[D(0xef)][D(0x110)]:'None')+'\x0a')+('Arms:\x20'+(t['arms']?t[D(0x11b)][D(0x110)]:D(0x116))+'\x0a')+(D(0xe8)+(t['gloves']?t['gloves']['name']:D(0x116))+'\x0a')+(D(0x11a)+(t['leftHand']?t['leftHand'][D(0x110)]:'None')+'\x0a')+(D(0x10b)+(t[D(0x13f)]?t['rightHand'][D(0x110)]:D(0x116))+'\x0a')),h[D(0x12f)]();},m=a62e[B(0x111)]({'top':B(0xeb),'left':B(0x12a),'width':B(0x139),'height':B(0x102),'border':{'type':B(0x10e)},'label':'\x20Map\x20','content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x11c)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x10f)](m);const n=t=>{const E=B;let u=E(0x113)+t['name']+'\x0a\x0a';u+=E(0xec),t[E(0x106)][E(0x13d)]>0x0?t[E(0x106)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x130)](t);x[F(0xed)]===RoomType[F(0x135)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x110)];if(v[F(0x11f)]())u+=F(0x12b);else v['checkIfLockable']()&&(u+=F(0x13b));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m['setContent'](u),h[E(0x12f)]();},o=a62e[B(0x111)]({'id':B(0xf8),'top':'0%','left':'0%','width':'75%','height':'90%','border':{'type':B(0x10e)},'label':B(0x112),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x11c)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x129)](B(0x118)),h[B(0x10f)](o);const p=a62e['textbox']({'bottom':0x0,'left':0x0,'width':B(0xfa),'height':B(0x136),'tags':!![],'border':{'type':B(0x10e)},'style':{'fg':B(0x11d),'border':{'fg':B(0x127)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x10f)](p),h[B(0x126)]([B(0x121),B(0xf0)],()=>process[B(0x103)](0x0)),p[B(0xf2)](),h[B(0x12f)]();const q=Logger[B(0xfd)](e[B(0x123)],h),r=new Player({'playerName':c});q[B(0xe3)](B(0xe7));const s=a62f[B(0xfd)](r,d);o[B(0x13a)](s[B(0x101)]()),l(s[B(0xe5)][B(0xe4)]),j(s[B(0xe5)]['inventory']),n(s[B(0xe5)][B(0xf4)]),p[B(0x126)](['enter'],async()=>{const G=B,t=p[G(0xfb)](),u=s[G(0x11e)](t);(t[G(0x119)]('\x20')[0x0]===G(0x13e)||G(0x125)||G(0xe9))&&(j(s[G(0xe5)][G(0xf5)]),l(s[G(0xe5)][G(0xe4)])),(t[G(0x119)]('\x20')[0x0]==='go'||'lock'||G(0x10c))&&n(s[G(0xe5)][G(0xf4)]),t[G(0x119)]('\x20')[0x0]==='clear'&&o[G(0x13a)](''),u===null&&(console[G(0x12d)](G(0xe6)),h[G(0x12f)](),q[G(0xe3)](G(0x100)),process[G(0x103)](0x0)),o[G(0x138)](u),o['scroll'](0x1),p[G(0xf9)](),p[G(0xf2)](),h[G(0x12f)]();});}catch(t){console[B(0x12d)](t),process[B(0x103)](0x1);}}const args=process[a62H(0x12c)]['slice'](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON['parse'](args[0x2]));
@@ -1 +1 @@
1
- function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x1e1;let f=c[d];return f;},a63d(a,b);}const a63k=a63d;(function(a,b){const h=a63d,c=a();while(!![]){try{const d=-parseInt(h(0x201))/0x1+parseInt(h(0x1fa))/0x2+-parseInt(h(0x1f2))/0x3+-parseInt(h(0x1f7))/0x4+parseInt(h(0x1fe))/0x5+-parseInt(h(0x1f9))/0x6*(parseInt(h(0x1e4))/0x7)+parseInt(h(0x1e6))/0x8*(parseInt(h(0x1ea))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x45053));const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a63d;if(c){const e=c[i(0x1e1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const j=a63d;return a63a[j(0x1e2)]()[j(0x1fb)](j(0x1f6))[j(0x1e2)]()[j(0x1f3)](a63a)[j(0x1fb)](j(0x1f6));});a63a();function a63c(){const s=['mkdirSync','431403bJavaB','find','hasScreen','screen','apply','toString','ensureLogFileExists','3953201NWzVZx','error','496CPwejx','logBox','setContent','appendFileSync','167364aAhXER','getScrollHeight','instance','filePath','log','writeFileSync','[ERROR]\x20[','write','392274lVadxX','constructor','existsSync','content','(((.+)+)+)+$','1798428mQCVVI','dirname','6vJzkQg','786108UrGgMJ','search','join','options','1566060JSIHfx','type'];a63c=function(){return s;};return a63c();}import a63e from'fs';import a63f from'os';import a63g from'path';const homeDir=a63f['homedir']();export class Logger{static ['instance'];[a63k(0x1ed)];[a63k(0x204)];constructor(a,b){const l=a63k;this[l(0x1ed)]=a,this['screen']=b,this[l(0x1e3)]();}static['getInstance'](a=a63g[a63k(0x1fc)](homeDir,'.maka','side-quest.log'),b){const m=a63k;if(!Logger['instance']){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger['instance']=new Logger(a,b);}return Logger[m(0x1ec)];}[a63k(0x1e3)](){const n=a63k,a=a63g[n(0x1f8)](this[n(0x1ed)]);!a63e['existsSync'](a)&&a63e[n(0x200)](a,{'recursive':!![]}),!a63e[n(0x1f4)](this[n(0x1ed)])&&a63e[n(0x1ef)](this[n(0x1ed)],'');}[a63k(0x1f1)](a){const o=a63k,b=new Date()['toISOString'](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a63e[o(0x1e9)](this[o(0x1ed)],c);}[a63k(0x1e5)](a){const p=a63k,b=new Date()['toISOString'](),c=p(0x1f0)+b+']\x20'+a+'\x0a';a63e[p(0x1e9)](this['filePath'],c);}[a63k(0x1ee)](a){const q=a63k,b=this[q(0x204)]?.['children'][q(0x202)](c=>c[q(0x1ff)]==='box'&&c[q(0x1fd)]['id']===q(0x1e7));b?(b[q(0x1e8)](b[q(0x1f5)]+'\x0a'+a),b['scrollTo'](b[q(0x1eb)]()),this[q(0x204)]?.['render']()):this[q(0x1e5)]('The\x20logbox\x20'+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0x204)]),this[q(0x1f1)](a);}[a63k(0x203)](){const r=a63k;return!!this[r(0x204)];}}
1
+ function a63c(){const s=['getInstance','write','The\x20logbox\x20','error','toISOString','29144643AHTXlR','getScrollHeight','30424rykugx','content','instance','1796734fQatLW','writeFileSync','ensureLogFileExists','render','find','scrollTo','.maka','logBox','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','search','(((.+)+)+)+$','3439950NcqQHp','children','80cpgasr','1DaxQcS','apply','side-quest.log','919827koMfYy','filePath','[ERROR]\x20[','join','2681wRrhNQ','5732644vCOCqh','5tUTdrM','type','5418bpLaGK','setContent','existsSync','screen','appendFileSync','mkdirSync','log','[INFO]\x20[','options'];a63c=function(){return s;};return a63c();}const a63k=a63d;(function(a,b){const h=a63d,c=a();while(!![]){try{const d=-parseInt(h(0x1b9))/0x1*(-parseInt(h(0x1d7))/0x2)+-parseInt(h(0x1b6))/0x3+parseInt(h(0x1c1))/0x4+parseInt(h(0x1c2))/0x5*(-parseInt(h(0x1c4))/0x6)+-parseInt(h(0x1c0))/0x7*(-parseInt(h(0x1d4))/0x8)+-parseInt(h(0x1bc))/0x9*(-parseInt(h(0x1b8))/0xa)+-parseInt(h(0x1d2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xc56bb));const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a63d;if(c){const e=c[i(0x1ba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const j=a63d;return a63a['toString']()[j(0x1b4)](j(0x1b5))['toString']()['constructor'](a63a)[j(0x1b4)](j(0x1b5));});a63a();import a63e from'fs';import a63f from'os';import a63g from'path';function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x1b0;let f=c[d];return f;},a63d(a,b);}const homeDir=a63f['homedir']();export class Logger{static [a63k(0x1d6)];[a63k(0x1bd)];[a63k(0x1c7)];constructor(a,b){const l=a63k;this[l(0x1bd)]=a,this['screen']=b,this[l(0x1d9)]();}static[a63k(0x1cd)](a=a63g[a63k(0x1bf)](homeDir,a63k(0x1b1),a63k(0x1bb)),b){const m=a63k;if(!Logger['instance']){if(!b)throw new Error(m(0x1b3));Logger[m(0x1d6)]=new Logger(a,b);}return Logger[m(0x1d6)];}['ensureLogFileExists'](){const n=a63k,a=a63g['dirname'](this[n(0x1bd)]);!a63e[n(0x1c6)](a)&&a63e[n(0x1c9)](a,{'recursive':!![]}),!a63e[n(0x1c6)](this[n(0x1bd)])&&a63e[n(0x1d8)](this[n(0x1bd)],'');}[a63k(0x1ce)](a){const o=a63k,b=new Date()[o(0x1d1)](),c=o(0x1cb)+b+']\x20'+a+'\x0a';a63e[o(0x1c8)](this[o(0x1bd)],c);}[a63k(0x1d0)](a){const p=a63k,b=new Date()[p(0x1d1)](),c=p(0x1be)+b+']\x20'+a+'\x0a';a63e['appendFileSync'](this[p(0x1bd)],c);}[a63k(0x1ca)](a){const q=a63k,b=this[q(0x1c7)]?.[q(0x1b7)][q(0x1db)](c=>c[q(0x1c3)]==='box'&&c[q(0x1cc)]['id']===q(0x1b2));b?(b[q(0x1c5)](b[q(0x1d5)]+'\x0a'+a),b[q(0x1b0)](b[q(0x1d3)]()),this[q(0x1c7)]?.[q(0x1da)]()):this[q(0x1d0)](q(0x1cf)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0x1c7)]),this[q(0x1ce)](a);}['hasScreen'](){const r=a63k;return!!this[r(0x1c7)];}}
@@ -1 +1 @@
1
- const a64n=a64d;(function(a,b){const k=a64d,c=a();while(!![]){try{const d=parseInt(k(0xcd))/0x1*(parseInt(k(0xca))/0x2)+parseInt(k(0xbf))/0x3*(parseInt(k(0xba))/0x4)+-parseInt(k(0xd5))/0x5*(-parseInt(k(0xc0))/0x6)+-parseInt(k(0xc4))/0x7*(parseInt(k(0xce))/0x8)+parseInt(k(0xc3))/0x9*(parseInt(k(0xb7))/0xa)+-parseInt(k(0xb6))/0xb+parseInt(k(0xb5))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xeb495));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a64d;if(c){const e=c[l(0xcc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const m=a64d;return a64a[m(0xc5)]()[m(0xd1)]('(((.+)+)+)+$')[m(0xc5)]()[m(0xbe)](a64a)['search']('(((.+)+)+)+$');});a64a();import a64e from'path';import{spawn}from'child_process';function a64c(){const q=['shadowrun','inherit','stringify','10427880eolvvD','18247746OgapWq','4872090ohNxgH','Play\x20a\x20little\x20side-quest','exit','2231960rGXXTc','options','log','./sideQuest/ui.js','constructor','3swFBuq','6aFnQly','What\x20is\x20your\x20name?','side-quest.log','18VdqyaT','4658206ADLKcD','toString','list','fsi','player','create','91112eMXzmZ','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','apply','10qAaOiX','8owGyAd','node','Thanks\x20for\x20playing!','search','url','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...','Commoner','2155595xxzOmk','join','side-quest'];a64c=function(){return q;};return a64c();}import a64f from'./play.command.js';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0xb3;let f=c[d];return f;},a64d(a,b);}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[a64n(0xd2)]),__dirname=dirname(__filename);Command[a64n(0xc9)]({'name':a64n(0xd7),'usage':'maka\x20play:side-quest','shortDesc':a64n(0xb8),'aliases':['sq'],'description':a64n(0xd3),'validOpts':[a64n(0xc8)]},async function(a,b){const o=a64n;try{const c=this[o(0xc7)]['getGlobalMakaDir'](),d=a64e[o(0xd6)](c,o(0xc2)),e=b['player']?b[o(0xc8)]:await Actions['ask'](o(0xc1))||o(0xd4),f={...b,'logFilePath':d},g={'type':o(0xc6),'name':'sideQuestAnswer','message':o(0xcb),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':o(0xd8),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xbb)](g);if(e&&h){const i=spawn(o(0xcf),[a64e['resolve'](__dirname,o(0xbd)),e,JSON[o(0xb4)](h),JSON[o(0xb4)](f)],{'stdio':o(0xb3)});i['on'](o(0xb9),()=>{const p=o;console['log'](p(0xd0));});}}catch(j){console[o(0xbc)](j);}},a64f);
1
+ function a64c(){const p=['629999iaOSau','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','resolve','Play\x20a\x20little\x20side-quest','search','sideQuestAnswer','9tFEhTw','97515VPawGv','side-quest','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...','5603240GWzNux','12TcjbVs','list','908742pejNYI','50bhazyZ','dungeon','2930438jBVtcv','(((.+)+)+)+$','side-quest.log','inherit','Commoner','log','shadowrun','node','options','constructor','exit','fsi','create','getGlobalMakaDir','2FCtTEX','ask','player','850804VGphQT','484630bOxcpo'];a64c=function(){return p;};return a64c();}const a64m=a64d;(function(a,b){const k=a64d,c=a();while(!![]){try{const d=-parseInt(k(0x9e))/0x1*(parseInt(k(0x99))/0x2)+-parseInt(k(0xab))/0x3+parseInt(k(0x9c))/0x4+-parseInt(k(0x9d))/0x5+parseInt(k(0xa9))/0x6*(parseInt(k(0xae))/0x7)+-parseInt(k(0xa8))/0x8*(-parseInt(k(0xa4))/0x9)+-parseInt(k(0xac))/0xa*(parseInt(k(0xa5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xa5172));const a64b=(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;};}()),a64a=a64b(this,function(){const l=a64d;return a64a['toString']()['search'](l(0xaf))['toString']()[l(0x94)](a64a)[l(0xa2)](l(0xaf));});a64a();import a64e from'path';import{spawn}from'child_process';import a64f 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';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x8e;let f=c[d];return f;},a64d(a,b);}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command[a64m(0x97)]({'name':a64m(0xa6),'usage':'maka\x20play:side-quest','shortDesc':a64m(0xa1),'aliases':['sq'],'description':a64m(0xa7),'validOpts':[a64m(0x9b)]},async function(a,b){const n=a64m;try{const c=this[n(0x96)][n(0x98)](),d=a64e['join'](c,n(0xb0)),e=b['player']?b[n(0x9b)]:await Actions[n(0x9a)]('What\x20is\x20your\x20name?')||n(0x8f),f={...b,'logFilePath':d},g={'type':n(0xaa),'name':n(0xa3),'message':n(0x9f),'choices':[{'name':n(0xad),'value':dungeonConfig},{'name':n(0x91),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[n(0x93)](g);if(e&&h){const i=spawn(n(0x92),[a64e[n(0xa0)](__dirname,'./sideQuest/ui.js'),e,JSON['stringify'](h),JSON['stringify'](f)],{'stdio':n(0x8e)});i['on'](n(0x95),()=>{const o=n;console[o(0x90)]('Thanks\x20for\x20playing!');});}}catch(j){console['log'](j);}},a64f);
@@ -1 +1 @@
1
- function a65c(){var k=['2948445VghXME','toString','8dkRYjS','snake','apply','19048kGPjpD','44jIgCHi','(((.+)+)+)+$','create','23469jFggus','3899623hcASEy','maka\x20game:snake','7248610TKGYCb','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','constructor','5437530UsdqSc','6GVdWgH','1bXrTLL','53548WqPHan','search','inherit','npx\x20command-line-snake'];a65c=function(){return k;};return a65c();}var a65i=a65d;function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0xcc;var f=c[d];return f;},a65d(a,b);}(function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0xd4))/0x1*(-parseInt(f(0xde))/0x2)+-parseInt(f(0xcc))/0x3*(-parseInt(f(0xdf))/0x4)+-parseInt(f(0xd2))/0x5+-parseInt(f(0xd3))/0x6*(-parseInt(f(0xcd))/0x7)+parseInt(f(0xdb))/0x8*(parseInt(f(0xd9))/0x9)+parseInt(f(0xcf))/0xa+-parseInt(f(0xd5))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x90f2e));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0xdd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0xda)]()[h(0xd6)](h(0xe0))[h(0xda)]()[h(0xd1)](a65a)[h(0xd6)](h(0xe0));});a65a();import a65e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a65i(0xe1)]({'name':a65i(0xdc),'usage':a65i(0xce),'shortDesc':a65i(0xd0),'validOpts':[]},async function(){var j=a65i;execSync(j(0xd8),{'stdio':j(0xd7)});},a65e);
1
+ var a65i=a65d;function a65c(){var k=['1504220MACogX','search','4CpOxjU','765592uwilnV','2675001zyRGOF','488eEDLWu','constructor','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','22HAxxLO','181783PdCflt','snake','18085rNoxle','npx\x20command-line-snake','(((.+)+)+)+$','create','apply','14962581OjjldG','2118KdMHPO','inherit','1202254rcowhi','maka\x20game:snake','toString'];a65c=function(){return k;};return a65c();}function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x64;var f=c[d];return f;},a65d(a,b);}(function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(0x6b))/0x1+-parseInt(f(0x71))/0x2+-parseInt(f(0x72))/0x3*(-parseInt(f(0x70))/0x4)+parseInt(f(0x79))/0x5*(parseInt(f(0x69))/0x6)+parseInt(f(0x77))/0x7*(-parseInt(f(0x73))/0x8)+parseInt(f(0x68))/0x9+-parseInt(f(0x6e))/0xa*(-parseInt(f(0x76))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xeb066));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x67)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x6d)]()[h(0x6f)](h(0x65))['toString']()[h(0x74)](a65a)[h(0x6f)](h(0x65));});a65a();import a65e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a65i(0x66)]({'name':a65i(0x78),'usage':a65i(0x6c),'shortDesc':a65i(0x75),'validOpts':[]},async function(){var j=a65i;execSync(j(0x64),{'stdio':j(0x6a)});},a65e);
@@ -1 +1 @@
1
- var a66i=a66d;(function(a,b){var f=a66d,c=a();while(!![]){try{var d=-parseInt(f(0x19c))/0x1*(parseInt(f(0x1a2))/0x2)+-parseInt(f(0x1a5))/0x3*(-parseInt(f(0x19b))/0x4)+parseInt(f(0x1a4))/0x5+-parseInt(f(0x192))/0x6*(-parseInt(f(0x1a3))/0x7)+-parseInt(f(0x199))/0x8*(-parseInt(f(0x193))/0x9)+parseInt(f(0x19a))/0xa+-parseInt(f(0x197))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x79eaf));var a66b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a66d;if(c){var e=c[g(0x1a1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){var h=a66d;return a66a[h(0x1a6)]()['search']('(((.+)+)+)+$')[h(0x1a6)]()[h(0x198)](a66a)['search'](h(0x196));});function a66c(){var k=['7804010SElLsO','546608CkykNq','752938Zqczfi','maka\x20game:tetris','tetris','inherit','create','apply','2MTfuEE','7ZuXVSl','1153100FhoOmB','3WtzNLa','toString','3829566pjmnSC','525843RNjJsE','npx\x20simple-tetris','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','(((.+)+)+)+$','7155225eMYfYI','constructor','16mHWTFa'];a66c=function(){return k;};return a66c();}a66a();function a66d(a,b){var c=a66c();return a66d=function(d,e){d=d-0x192;var f=c[d];return f;},a66d(a,b);}import a66e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a66i(0x1a0)]({'name':a66i(0x19e),'usage':a66i(0x19d),'shortDesc':a66i(0x195),'validOpts':[]},async function(){var j=a66i;execSync(j(0x194),{'stdio':j(0x19f)});},a66e);
1
+ function a66c(){var k=['32vPfaAM','maka\x20game:tetris','search','apply','constructor','20066673QhWzoL','toString','3045162lSlymF','inherit','(((.+)+)+)+$','create','55528dbPAnJ','241206kuroEr','592564cwmKoB','9KcRUNG','20elUINy','1325752wItcVT','npx\x20simple-tetris','6565190NmpfFE','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','28OqChYN'];a66c=function(){return k;};return a66c();}var a66i=a66d;(function(a,b){var f=a66d,c=a();while(!![]){try{var d=-parseInt(f(0xcf))/0x1*(-parseInt(f(0xdb))/0x2)+-parseInt(f(0xdc))/0x3+parseInt(f(0xe0))/0x4*(-parseInt(f(0xdf))/0x5)+parseInt(f(0xd7))/0x6+-parseInt(f(0xdd))/0x7*(parseInt(f(0xd0))/0x8)+parseInt(f(0xde))/0x9*(-parseInt(f(0xcd))/0xa)+parseInt(f(0xd5))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xacd29));var a66b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a66d;if(c){var e=c[g(0xd3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){var h=a66d;return a66a[h(0xd6)]()['search']('(((.+)+)+)+$')[h(0xd6)]()[h(0xd4)](a66a)[h(0xd2)](h(0xd9));});function a66d(a,b){var c=a66c();return a66d=function(d,e){d=d-0xcc;var f=c[d];return f;},a66d(a,b);}a66a();import a66e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a66i(0xda)]({'name':'tetris','usage':a66i(0xd1),'shortDesc':a66i(0xce),'validOpts':[]},async function(){var j=a66i;execSync(j(0xcc),{'stdio':j(0xd8)});},a66e);
@@ -1 +1 @@
1
- const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x10d))/0x1*(-parseInt(f(0x11c))/0x2)+parseInt(f(0x112))/0x3*(-parseInt(f(0x11b))/0x4)+parseInt(f(0x10e))/0x5+-parseInt(f(0x122))/0x6*(parseInt(f(0x11d))/0x7)+parseInt(f(0x11a))/0x8*(-parseInt(f(0x123))/0x9)+-parseInt(f(0x126))/0xa+-parseInt(f(0x110))/0xb*(-parseInt(f(0x120))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xa94d2));function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x10b;let f=c[d];return f;},a67d(a,b);}function a67c(){const k=['maka\x20g:package\x20package:name','exit','20964KLzRUK','maka\x20generate:scaffold\x20todos','613362YKcZLf','9BMXgOe','search','splice','4936720LMUvOI','error','maka\x20{generate,\x20g}:<generator>\x20<name>','194IJnDjj','129885bPNFMU','generate','20834ajgEtP','invoke','528273khfimx','apply','maka\x20g:api\x20trucks','processAndRunGenerator','maka\x20g:template\x20todos/todo_item','maka\x20g:dbc\x20geoserver\x20--type=pgsql','(((.+)+)+)+$','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','9046616xsufRt','12uOOKSR','6556PAVHlG','77nzHGxh'];a67c=function(){return k;};return a67c();}const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x113)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a['toString']()[h(0x124)]('(((.+)+)+)+$')['toString']()['constructor'](a67a)[h(0x124)](h(0x118));});a67a();import{Command}from'../command.js';import a67e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':a67i(0x10f),'aliases':['g'],'usage':a67i(0x10c),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a67i(0x119),'examples':[a67i(0x121),'maka\x20g:scaffold\x20todos',a67i(0x116),a67i(0x11e),'maka\x20g:route\x20todos/edit',a67i(0x114),a67i(0x117)]},async function(a,b){const j=a67i;try{const c=a[0x0];c?(a[j(0x125)](0x0,0x1),await a67e[j(0x115)](c,a,b)):a67e[j(0x111)](a,b);}catch(d){Log[j(0x10b)](d),process[j(0x11f)](0x1);}});
1
+ function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x19a;let f=c[d];return f;},a67d(a,b);}const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x1a1))/0x1*(parseInt(f(0x1a0))/0x2)+-parseInt(f(0x1b9))/0x3*(-parseInt(f(0x1ac))/0x4)+parseInt(f(0x1b1))/0x5+-parseInt(f(0x1ab))/0x6+-parseInt(f(0x1ba))/0x7*(parseInt(f(0x1b2))/0x8)+parseInt(f(0x19d))/0x9*(-parseInt(f(0x1b8))/0xa)+parseInt(f(0x1a7))/0xb*(parseInt(f(0x19c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x94660));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x1a6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a['toString']()['search']('(((.+)+)+)+$')[h(0x1a2)]()[h(0x1b4)](a67a)[h(0x1a4)](h(0x1a9));});a67a();function a67c(){const k=['maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20g:route\x20todos/edit','26iYNwYo','75191iIAGrE','toString','exit','search','maka\x20{generate,\x20g}:<generator>\x20<name>','apply','11bWbQiC','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','(((.+)+)+)+$','error','2640102JeoDvG','69972LNymlO','splice','maka\x20g:template\x20todos/todo_item','maka\x20g:api\x20trucks','generate','5088515oTZKUH','24WZHRoT','maka\x20g:scaffold\x20todos','constructor','maka\x20generate:scaffold\x20todos','maka\x20g:package\x20package:name','create','10HSSJxO','39kmEjao','2381757lXtUSL','Scaffold\x20various\x20parts\x20of\x20your\x20application','invoke','22283700PeDJII','503946vfvYhj'];a67c=function(){return k;};return a67c();}import{Command}from'../command.js';import a67e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a67i(0x1b7)]({'name':a67i(0x1b0),'aliases':['g'],'usage':a67i(0x1a5),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a67i(0x19a),'description':a67i(0x1a8),'examples':[a67i(0x1b5),a67i(0x1b3),a67i(0x1ae),a67i(0x1b6),a67i(0x19f),a67i(0x1af),a67i(0x19e)]},async function(a,b){const j=a67i;try{const c=a[0x0];c?(a[j(0x1ad)](0x0,0x1),await a67e['processAndRunGenerator'](c,a,b)):a67e[j(0x19b)](a,b);}catch(d){Log[j(0x1aa)](d),process[j(0x1a3)](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x1fc))/0x1*(parseInt(f(0x1f2))/0x2)+parseInt(f(0x1f8))/0x3+parseInt(f(0x1f3))/0x4+-parseInt(f(0x1fe))/0x5*(-parseInt(f(0x1f6))/0x6)+-parseInt(f(0x201))/0x7*(parseInt(f(0x1f4))/0x8)+-parseInt(f(0x1fa))/0x9*(parseInt(f(0x200))/0xa)+-parseInt(f(0x1ff))/0xb*(parseInt(f(0x1f1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x8f904));function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x1f1;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(0x1f5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x1fb)]()[h(0x1fd)](h(0x1f7))[h(0x1fb)]()[h(0x1f9)](a68a)[h(0x1fd)](h(0x1f7));});a68a();import'./get.command.js';import'./global.sub.cmd.js';function a68c(){var i=['998072sSlKXD','apply','2778618looPNt','(((.+)+)+)+$','2474304nqlpaX','constructor','580194dsNjqQ','toString','17LpvyQM','search','5NOcWQA','4200889uxiwQJ','170AVgajC','14XEgyKd','36puSGjI','79052aEYXmn','4477440EFqRjs'];a68c=function(){return i;};return a68c();}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x192))/0x1*(parseInt(f(0x1a1))/0x2)+-parseInt(f(0x19d))/0x3*(-parseInt(f(0x196))/0x4)+parseInt(f(0x19c))/0x5*(parseInt(f(0x191))/0x6)+parseInt(f(0x197))/0x7*(-parseInt(f(0x199))/0x8)+parseInt(f(0x19a))/0x9+-parseInt(f(0x19e))/0xa*(-parseInt(f(0x19f))/0xb)+-parseInt(f(0x195))/0xc*(parseInt(f(0x193))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x1ca9e));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x194)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x19b)]()[h(0x1a0)]('(((.+)+)+)+$')['toString']()[h(0x190)](a68a)[h(0x1a0)](h(0x198));});a68a();import'./get.command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x190;var f=c[d];return f;},a68d(a,b);}import'./global.sub.cmd.js';function a68c(){var i=['13WjkJGG','apply','7333704zFFrsk','80OLKzic','144249leNatY','(((.+)+)+)+$','24hiHezF','1617777RHsvii','toString','44455FiKwtZ','34761vrrHii','50090tvCivC','11BTSUjU','search','2iYYhRp','constructor','96wspFLU','231611UyTXfm'];a68c=function(){return i;};return a68c();}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a69i=a69d;(function(a,b){const f=a69d,c=a();while(!![]){try{const d=-parseInt(f(0x11b))/0x1+parseInt(f(0x119))/0x2+parseInt(f(0x116))/0x3+parseInt(f(0x126))/0x4+-parseInt(f(0x11d))/0x5*(-parseInt(f(0x11e))/0x6)+-parseInt(f(0x123))/0x7*(parseInt(f(0x11f))/0x8)+parseInt(f(0x118))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x6d01c));function a69c(){const k=['1255aWWSxq','12qKHHAF','34648VanHlj','Get\x20various\x20Maka\x20variables\x20and\x20configurations','get','runSubCommand','1337UEjtsN','findSubCommand','Sub-Command\x20not\x20found','306192CBaYRQ','error','(((.+)+)+)+$','search','1696368nSIPeH','maka\x20get:<sub-command>','6495975GFqHKR','401700ZQfiGa','apply','291418umVFlH','create'];a69c=function(){return k;};return a69c();}const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a69d;if(c){const e=c[g(0x11a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const h=a69d;return a69a['toString']()[h(0x115)](h(0x128))['toString']()['constructor'](a69a)[h(0x115)](h(0x128));});a69a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x115;let f=c[d];return f;},a69d(a,b);}import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a69i(0x11c)]({'name':a69i(0x121),'usage':a69i(0x117),'shortDesc':a69i(0x120),'validOpts':[]},async function(a,b){const j=a69i,c=a[0x0],d=this[j(0x124)](c);if(d)this[j(0x122)](c,a,b);else{Log[j(0x127)](j(0x125));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a69i=a69d;(function(a,b){const f=a69d,c=a();while(!![]){try{const d=parseInt(f(0x113))/0x1*(parseInt(f(0x10b))/0x2)+parseInt(f(0x106))/0x3+-parseInt(f(0x110))/0x4+parseInt(f(0x10a))/0x5+parseInt(f(0xff))/0x6*(parseInt(f(0x10d))/0x7)+parseInt(f(0x105))/0x8+-parseInt(f(0x102))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x875df));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a69d;if(c){const e=c[g(0x109)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const h=a69d;return a69a['toString']()[h(0x101)](h(0x108))[h(0x107)]()[h(0x10c)](a69a)[h(0x101)]('(((.+)+)+)+$');});function a69c(){const k=['181014Zayyeb','error','search','22521438nXouuU','Get\x20various\x20Maka\x20variables\x20and\x20configurations','runSubCommand','3375368AHKcYn','2371620KcGpRr','toString','(((.+)+)+)+$','apply','5024755cweMcA','232546jVMtiw','constructor','56sMqQIm','maka\x20get:<sub-command>','findSubCommand','1793504dagKnE','Sub-Command\x20not\x20found','get','9yeYTGZ','create'];a69c=function(){return k;};return a69c();}a69a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0xfe;let f=c[d];return f;},a69d(a,b);}const GetCommand=Command[a69i(0xfe)]({'name':a69i(0x112),'usage':a69i(0x10e),'shortDesc':a69i(0x103),'validOpts':[]},async function(a,b){const j=a69i,c=a[0x0],d=this[j(0x10f)](c);if(d)this[j(0x104)](c,a,b);else{Log[j(0x100)](j(0x111));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x1e1))/0x1+parseInt(f(0x1e2))/0x2*(-parseInt(f(0x1ea))/0x3)+parseInt(f(0x1e5))/0x4*(-parseInt(f(0x1ed))/0x5)+-parseInt(f(0x1e6))/0x6*(-parseInt(f(0x1dd))/0x7)+parseInt(f(0x1e3))/0x8*(-parseInt(f(0x1de))/0x9)+parseInt(f(0x1ee))/0xa+-parseInt(f(0x1df))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xe83a8));function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1db;let f=c[d];return f;},a70d(a,b);}function a70c(){const k=['global-config','apply','log','330OvWTOF','fsi','maka\x20get:global-config','5GqZsuS','15509590NTsaep','create','search','(((.+)+)+)+$','7HXfEVb','266769LGCBcr','16032973eFVxOS','toString','1360980oJfYGd','9274BfsDbi','16iRSPKJ','error','2768316Bsrfix','4549458yfixhB'];a70c=function(){return k;};return a70c();}const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1e8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1e0)]()[h(0x1db)](h(0x1dc))[h(0x1e0)]()['constructor'](a70a)[h(0x1db)](h(0x1dc));});a70a();import a70e from'./get.command.js';import{Command}from'../../command.js';Command[a70i(0x1ef)]({'name':a70i(0x1e7),'usage':a70i(0x1ec),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[]},async function(){const j=a70i;try{const a=await this[j(0x1eb)]['getGlobalConfig']();console[j(0x1e9)](a),process['exit'](0x0);}catch(b){console[j(0x1e4)](b),process['exit'](0x0);}},a70e);
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0xa5))/0x1+parseInt(f(0xa1))/0x2+-parseInt(f(0x9c))/0x3*(-parseInt(f(0xa7))/0x4)+-parseInt(f(0x98))/0x5*(parseInt(f(0x9f))/0x6)+parseInt(f(0x9a))/0x7*(parseInt(f(0xa2))/0x8)+-parseInt(f(0xa4))/0x9*(-parseInt(f(0x9e))/0xa)+-parseInt(f(0x99))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x3bc3f));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x9d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0xa6)]()[h(0xa9)](h(0x97))['toString']()['constructor'](a70a)[h(0xa9)](h(0x97));});a70a();import a70e from'./get.command.js';import{Command}from'../../command.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x96;let f=c[d];return f;},a70d(a,b);}Command[a70i(0xa8)]({'name':'global-config','usage':a70i(0xaa),'aliases':['gc'],'shortDesc':a70i(0x96),'validOpts':[]},async function(){const j=a70i;try{const a=await this['fsi'][j(0xa3)]();console[j(0x9b)](a),process['exit'](0x0);}catch(b){console[j(0xa0)](b),process['exit'](0x0);}},a70e);function a70c(){const k=['create','search','maka\x20get:global-config','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','(((.+)+)+)+$','1964085snMkLA','3796914buHNUE','45052ifoNEc','log','12BpryNw','apply','870fxGWVH','6eXJXCJ','error','771384FLiugp','536gAhxsW','getGlobalConfig','10809dgXMdf','57615vzaQnt','toString','3784YEKWjc'];a70c=function(){return k;};return a70c();}
@@ -1 +1 @@
1
- const a71h=a71d;(function(a,b){const f=a71d,c=a();while(!![]){try{const d=parseInt(f(0x111))/0x1*(-parseInt(f(0x117))/0x2)+parseInt(f(0x115))/0x3*(-parseInt(f(0x11d))/0x4)+parseInt(f(0x11b))/0x5*(parseInt(f(0x118))/0x6)+parseInt(f(0x110))/0x7+parseInt(f(0x113))/0x8*(parseInt(f(0x11c))/0x9)+parseInt(f(0x119))/0xa+-parseInt(f(0x122))/0xb*(-parseInt(f(0x114))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x58e20));const a71b=(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;};}()),a71a=a71b(this,function(){const g=a71d;return a71a[g(0x112)]()[g(0x11e)](g(0x11f))['toString']()['constructor'](a71a)[g(0x11e)](g(0x11f));});a71a();import a71e from'./get.command.js';function a71c(){const j=['4fAvtrF','search','(((.+)+)+)+$','maka\x20get:local-config','create','11GlUlPX','96684HHmFfn','598881GKIUAf','toString','4456TocOrh','6362508EFBFPD','1014855xgwoBa','fsi','2JWyUel','1167042BbhRqr','3003550EHMJPQ','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','5vMdNUp','4239hKVbEa'];a71c=function(){return j;};return a71c();}function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x110;let f=c[d];return f;},a71d(a,b);}import{Command}from'../../command.js';Command[a71h(0x121)]({'name':'local-config','usage':a71h(0x120),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a71h(0x11a),'validOpts':[]},async function(){const i=a71h,a=await this[i(0x116)]['getMakaProjectConfig']();console['log'](a);},a71e);
1
+ const a71i=a71d;(function(a,b){const f=a71d,c=a();while(!![]){try{const d=-parseInt(f(0x1b4))/0x1+-parseInt(f(0x1b3))/0x2+-parseInt(f(0x1b7))/0x3+-parseInt(f(0x1a9))/0x4*(-parseInt(f(0x1b9))/0x5)+parseInt(f(0x1ac))/0x6+-parseInt(f(0x1b6))/0x7+parseInt(f(0x1b1))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x1d80f));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a71d;if(c){const e=c[g(0x1aa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const h=a71d;return a71a[h(0x1ad)]()[h(0x1ae)](h(0x1af))['toString']()[h(0x1ab)](a71a)[h(0x1ae)](h(0x1af));});a71a();import a71e from'./get.command.js';import{Command}from'../../command.js';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x1a8;let f=c[d];return f;},a71d(a,b);}function a71c(){const k=['73195PqMONE','fsi','24JuDahE','apply','constructor','575700rLrYmH','toString','search','(((.+)+)+)+$','log','2336960PbirpE','getMakaProjectConfig','60074UXfFVS','109187zcAEZF','create','1160831fpXfAI','150000cItyIy','local-config'];a71c=function(){return k;};return a71c();}Command[a71i(0x1b5)]({'name':a71i(0x1b8),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[]},async function(){const j=a71i,a=await this[j(0x1a8)][j(0x1b2)]();console[j(0x1b0)](a);},a71e);
@@ -1 +1 @@
1
- const a72j=a72d;(function(a,b){const g=a72d,c=a();while(!![]){try{const d=-parseInt(g(0x1c3))/0x1*(parseInt(g(0x1bc))/0x2)+-parseInt(g(0x1bb))/0x3+-parseInt(g(0x1c6))/0x4+-parseInt(g(0x1b5))/0x5+-parseInt(g(0x1c9))/0x6+parseInt(g(0x1b6))/0x7*(-parseInt(g(0x1bd))/0x8)+-parseInt(g(0x1cb))/0x9*(-parseInt(g(0x1b9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x857f2));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a72d;if(c){const e=c[h(0x1c5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const i=a72d;return a72a['toString']()[i(0x1c8)](i(0x1cd))[i(0x1c7)]()[i(0x1c0)](a72a)[i(0x1c8)]('(((.+)+)+)+$');});a72a();import a72e from'./get.command.js';function a72c(){const l=['notice','5101305PnmdhQ','91vfqzCh','decode','hash','43077220AfwzjO','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','1822251mpXxRp','11480mSOEfS','235608qKuMnQ','exit','roles','constructor','token','fsi','79fFeeLE','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','apply','3539288cBbFQg','toString','search','2472582SornRT','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','9YisRBi','error','(((.+)+)+)+$','User\x20Access\x20Token:\x20\x20','authToken','join','create','user'];a72c=function(){return l;};return a72c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1b0;let f=c[d];return f;},a72d(a,b);}import a72f from'jsonwebtoken';Command[a72j(0x1b2)]({'name':'whoami','usage':'maka\x20get:whoami','shortDesc':a72j(0x1ba),'validOpts':[]},async function(){const k=a72j;try{const a=await this[k(0x1c2)]['getGlobalConfig']();if(a[k(0x1b8)]){const b=a72f[k(0x1b7)](a[k(0x1b8)]);Log[k(0x1b4)](k(0x1c4)+b?.[k(0x1b3)]),Log[k(0x1b4)](k(0x1ca)+a[k(0x1c1)]?.['userId']),Log[k(0x1b4)](k(0x1ce)+a[k(0x1c1)]?.[k(0x1b0)]),Log[k(0x1b4)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x1bf)][k(0x1b1)](',\x20'));}}catch(c){console[k(0x1cc)](c),process[k(0x1be)](0x0);}},a72e);
1
+ const a72j=a72d;(function(a,b){const g=a72d,c=a();while(!![]){try{const d=-parseInt(g(0x15b))/0x1*(-parseInt(g(0x172))/0x2)+-parseInt(g(0x16f))/0x3*(parseInt(g(0x164))/0x4)+-parseInt(g(0x174))/0x5*(-parseInt(g(0x170))/0x6)+parseInt(g(0x167))/0x7*(parseInt(g(0x16b))/0x8)+-parseInt(g(0x15d))/0x9+-parseInt(g(0x169))/0xa+parseInt(g(0x16e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x3e0b0));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a72d;if(c){const e=c[h(0x162)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const i=a72d;return a72a[i(0x171)]()[i(0x177)]('(((.+)+)+)+$')[i(0x171)]()[i(0x161)](a72a)[i(0x177)](i(0x15a));});a72a();import a72e from'./get.command.js';import{Command}from'../../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x15a;let f=c[d];return f;},a72d(a,b);}function a72c(){const l=['59085ohJNRh','roles','fsi','search','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','(((.+)+)+)+$','3574RXQwNt','error','796635ZNhhqU','token','notice','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','constructor','apply','hash','100HkCVnb','maka\x20get:whoami','join','35lHYYmT','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','2470700KQAhpH','create','232072SvVUDS','exit','decode','1706364YmrzUK','26121vmCQDn','18lPWhgm','toString','264dXKSkz','whoami'];a72c=function(){return l;};return a72c();}import{Log}from'../../tools/log/log.class.js';import a72f from'jsonwebtoken';Command[a72j(0x16a)]({'name':a72j(0x173),'usage':a72j(0x165),'shortDesc':a72j(0x178),'validOpts':[]},async function(){const k=a72j;try{const a=await this[k(0x176)]['getGlobalConfig']();if(a[k(0x163)]){const b=a72f[k(0x16d)](a['hash']);Log[k(0x15f)](k(0x160)+b?.['user']),Log['notice'](k(0x168)+a[k(0x15e)]?.['userId']),Log[k(0x15f)]('User\x20Access\x20Token:\x20\x20'+a[k(0x15e)]?.['authToken']),Log[k(0x15f)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x175)][k(0x166)](',\x20'));}}catch(c){console[k(0x15c)](c),process[k(0x16c)](0x0);}},a72e);
@@ -1 +1 @@
1
- function a73d(a,b){var c=a73c();return a73d=function(d,e){d=d-0x1d9;var f=c[d];return f;},a73d(a,b);}var a73i=a73d;(function(a,b){var f=a73d,c=a();while(!![]){try{var d=-parseInt(f(0x1e4))/0x1*(parseInt(f(0x1da))/0x2)+parseInt(f(0x1dc))/0x3+-parseInt(f(0x1df))/0x4*(-parseInt(f(0x1e0))/0x5)+-parseInt(f(0x1e5))/0x6*(-parseInt(f(0x1e3))/0x7)+parseInt(f(0x1dd))/0x8*(-parseInt(f(0x1e7))/0x9)+-parseInt(f(0x1d9))/0xa*(parseInt(f(0x1eb))/0xb)+-parseInt(f(0x1e6))/0xc*(-parseInt(f(0x1e1))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x52b4a));var a73b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a73d;if(c){var e=c[g(0x1de)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){var h=a73d;return a73a[h(0x1ea)]()[h(0x1e2)](h(0x1db))[h(0x1ea)]()['constructor'](a73a)['search'](h(0x1db));});a73a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a73c(){var j=['2OlPCdB','280182tEUkrK','2196oZuogS','27HqOLgZ','Try,\x20maka\x20--help','create','toString','5937723uUADuq','10kwhvWM','285958cnvajW','(((.+)+)+)+$','948432ckOGUr','632192fZGoYd','apply','86392ofwtUP','5iZNGpa','68939FQsbdW','search','14AYCScD'];a73c=function(){return j;};return a73c();}Command[a73i(0x1e9)]({'name':'help','description':a73i(0x1e8),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ var a73h=a73d;(function(a,b){var f=a73d,c=a();while(!![]){try{var d=-parseInt(f(0x151))/0x1+parseInt(f(0x149))/0x2+-parseInt(f(0x142))/0x3*(-parseInt(f(0x14a))/0x4)+-parseInt(f(0x146))/0x5*(-parseInt(f(0x14d))/0x6)+-parseInt(f(0x150))/0x7*(-parseInt(f(0x14b))/0x8)+parseInt(f(0x14c))/0x9+parseInt(f(0x148))/0xa*(parseInt(f(0x14f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x4695a));var a73b=(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;};}()),a73a=a73b(this,function(){var g=a73d;return a73a[g(0x14e)]()[g(0x147)](g(0x145))[g(0x14e)]()['constructor'](a73a)['search'](g(0x145));});function a73d(a,b){var c=a73c();return a73d=function(d,e){d=d-0x142;var f=c[d];return f;},a73d(a,b);}a73a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a73h(0x143)]({'name':'help','description':a73h(0x144),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});function a73c(){var i=['2259323qEtZnk','644wEFCrM','476961iUNzWj','74013jASKpJ','create','Try,\x20maka\x20--help','(((.+)+)+)+$','5hWNVbF','search','10oMLMuQ','76418YXNvvH','8ZyUwbf','11328qRhHFS','1133883lOkODo','1301232wXLcrc','toString'];a73c=function(){return i;};return a73c();}
@@ -1 +1 @@
1
- const a74y=a74d;(function(a,b){const v=a74d,c=a();while(!![]){try{const d=-parseInt(v(0xd3))/0x1+-parseInt(v(0xbc))/0x2+parseInt(v(0xa2))/0x3*(-parseInt(v(0xb1))/0x4)+parseInt(v(0xa4))/0x5+-parseInt(v(0xc5))/0x6+-parseInt(v(0xcc))/0x7+-parseInt(v(0xbd))/0x8*(-parseInt(v(0x91))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x4578d));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a74d;if(c){const e=c[w(0xdc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const x=a74d;return a74a[x(0xd5)]()[x(0xa1)](x(0xd6))[x(0xd5)]()[x(0xad)](a74a)[x(0xa1)](x(0xd6));});a74a();function a74c(){const C=['search','21ZADfYB','getuid','2683990aUcmEY','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.','error','Meteor\x20version\x20','export\x20PATH=','env','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','checkAvailability','arm64','constructor','NO_NODE_WARNINGS','Proceed\x20anyway?','grep','200612CNlxns','.meteor','fileContainsString','exit','injectAtEndOfFile','maka\x20install\x20meteor\x20--version\x202.13.3','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','setPath','\x20installed.\x0a','downloadFile','version','1016858DbdtOS','343192ovDmtc','Error\x20extracting\x20meteor.tar.gz\x20file','withSpinner','RELEASE=','Setting\x20Path\x20in\x20','warn','create','https://packages.meteor.com/bootstrap-link?arch=os.','960504jcCtcp','package-metadata','replace','x86_64','existsSync','getGlobalConfig','https://install.meteor.com','3506888IztSAL','Aborted','Cleaning\x20up','homedir','force','confirm','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','490532puOwEN','extractTarGz','toString','(((.+)+)+)+$','Path\x20already\x20set\x20in\x20','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','keepInstallFile','-rf','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','apply','cert','cacert','meteor.tar.gz','maka\x20install\x20meteor\x20--force','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','string','success','&release=','install','\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','includes','/.bashrc','Path\x20already\x20set\x20in\x20/etc/profile','Network\x20error,\x20please\x20try\x20again.','fsi','369IXwLFB','/.bash_profile','/.zshrc','/etc/profile','join','platform','info','linux','isFile','maka\x20install','Using\x20CA\x20Cert\x20','\x20is\x20not\x20available.','notice','meteor','data',':$PATH'];a74c=function(){return C;};return a74c();}function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x85;let f=c[d];return f;},a74d(a,b);}import a74e from'os';import a74f from'path';import a74g 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=a74e[a74y(0xcf)]();function isRoot(){const z=a74y;return process[z(0xa3)]&&process[z(0xa3)]()===0x0;}Command[a74y(0xc3)]({'name':a74y(0x8a),'aliases':['i'],'validOpts':[a74y(0xd0),a74y(0xbb),a74y(0xde),a74y(0xb8),a74y(0xd9)],'usage':a74y(0x9a),'shortDesc':a74y(0xd8),'description':a74y(0x8b),'examples':['maka\x20install\x20meteor',a74y(0x85),a74y(0xb6),'maka\x20i']},async function(a,b){const A=a74y;try{let c='';if(b[A(0xde)]){if(this['fsi'][A(0x99)](b[A(0xde)]))Log['notice'](A(0x9b)+b[A(0xde)]),c=b['cacert'];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+c;}const d=await this[A(0x90)][A(0xca)]();if(d[A(0xdd)]){if(this[A(0x90)][A(0x99)](d['cert']))c=d['cert'];else throw A(0x86)+c;}let f=![];if(b['f']||b['force'])f=!![];else{const p=isRoot();p?(Log[A(0xc2)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),f=await Actions[A(0xd1)](A(0xaf),![])):f=!![];}if(!f)throw A(0xcd);const g=process[A(0x96)]==='win32',h=await HTTPS['get']({'url':A(0xcb),'cert':c}),i=await this[A(0x90)][A(0xb0)](h[A(0x9f)],A(0xc0));if(i['length']===0x0)throw A(0x8f);process[A(0xa9)][A(0xae)]='1',Log[A(0x9d)]('Preparing\x20to\x20install\x20Meteor\x20'+i[0x0][A(0xc7)](/[^0-9.]/gi,'')[A(0xc7)](/\r?\n|\r/,''));let j=i[0x0][A(0xc7)](/[^0-9.]/gi,'')[A(0xc7)](/\r?\n|\r/,'');(typeof b['v']===A(0x87)||typeof b[A(0xbb)]===A(0x87))&&(j=b['v']||b[A(0xbb)]);const k={'win32':'windows','darwin':'osx','linux':A(0x98)},l=A(0xc4)+k[a74e['platform']()]+'.'+(a74e['arch']()===A(0xac)?A(0xac):A(0xc8))+A(0x89)+j,m=await HTTPS[A(0xab)]({'url':l,'cert':c});!m&&(Log[A(0xa6)](A(0xa7)+j+A(0x9c)),process['exit'](0x0));const n=a74f[A(0x95)](homeDir,A(0xb2)),o=async()=>{const B=A,q=B(0xa8)+n+B(0xa0);if(process[B(0xa9)]['SHELL']&&process[B(0xa9)]['SHELL'][B(0x8c)]('zsh')){const r=await this[B(0x90)][B(0xb3)](homeDir+'/.zshrc',q);if(!r)Log[B(0x97)]('Setting\x20Path\x20in\x20\x20'+homeDir+'/.zshrc'),this[B(0x90)][B(0xb5)]({'filePath':homeDir+B(0x93),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb8)]&&Log[B(0x97)](B(0xd7)+homeDir+B(0x93));}else{const s=await this['fsi'][B(0xb3)](homeDir+'/.bashrc',q);if(!s)Log['info']('Setting\x20Path\x20in\x20'+homeDir+'/.bashrc'),this[B(0x90)][B(0xb5)]({'filePath':homeDir+B(0x8d),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb8)]&&Log[B(0x97)](B(0xd7)+homeDir+B(0x8d));const t=await this[B(0x90)][B(0xb3)](homeDir+B(0x92),q);if(!t)Log['info'](B(0xc1)+homeDir+'/.bash_profile'),this['fsi']['injectAtEndOfFile']({'filePath':homeDir+B(0x92),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log[B(0x97)](B(0xd7)+homeDir+B(0x92));if(isRoot()){const u=await this[B(0x90)]['fileContainsString'](B(0x94),q);if(!u)Log[B(0x97)]('Setting\x20Path\x20in\x20/etc/profile'),this['fsi'][B(0xb5)]({'filePath':B(0x94),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb8)]&&Log[B(0x97)](B(0x8e));}}};b[A(0xb8)]&&(await o(),process[A(0xb4)](0x0));if(g)Log[A(0xa6)](A(0xa5)),process[A(0xb4)](0x0);else{if(a74g[A(0xc9)](n)){let q=![];b['f']||b['force']?q=!![]:q=await Actions[A(0xd1)](A(0xd2),![]),q?(await SpawnAsync[A(0xbf)]('rm',[A(0xda),a74f['join'](n,'packages')],{'message':A(0xaa)}),await SpawnAsync[A(0xbf)]('rm',[A(0xda),a74f[A(0x95)](n,A(0xc6))],{'message':A(0xb7)}),await SpawnAsync[A(0xbf)]('rm',[A(0xda),a74f['join'](n,A(0x9e))],{'message':A(0xdb)})):(Log['info']('Aborting\x20install'),process[A(0xb4)](0x0));}try{await HTTPS[A(0xba)]({'url':l,'destPath':a74f['join'](homeDir,'meteor.tar.gz'),'cert':c});try{const r=a74f[A(0x95)](homeDir,A(0xdf));await this[A(0x90)][A(0xd4)](r,homeDir);}catch(s){Log['error'](A(0xbe));}!b[A(0xd9)]&&await SpawnAsync['withSpinner']('rm',['-rf',a74f[A(0x95)](homeDir,'meteor.tar.gz')],{'message':A(0xce)}),await o();}catch(t){console[A(0xa6)](t),process[A(0xb4)](0x0);}Log[A(0x88)](A(0xa7)+j+A(0xb9));}}catch(u){console[A(0xa6)](u),process['exit'](0x0);}});
1
+ const a74z=a74d;(function(a,b){const v=a74d,c=a();while(!![]){try{const d=parseInt(v(0x1cb))/0x1*(parseInt(v(0x1b3))/0x2)+-parseInt(v(0x1a7))/0x3*(-parseInt(v(0x1b8))/0x4)+-parseInt(v(0x1c1))/0x5+-parseInt(v(0x1e8))/0x6+parseInt(v(0x1fb))/0x7+parseInt(v(0x1f7))/0x8+-parseInt(v(0x1b0))/0x9*(parseInt(v(0x1fd))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x94947));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a74d;if(c){const e=c[w(0x1d0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const x=a74d;return a74a[x(0x1cd)]()[x(0x1f3)](x(0x1c4))['toString']()['constructor'](a74a)[x(0x1f3)](x(0x1c4));});a74a();import a74e from'os';import a74f from'path';import a74g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1a4;let f=c[d];return f;},a74d(a,b);}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=a74e['homedir']();function a74c(){const C=['windows','zsh','string','https://packages.meteor.com/bootstrap-link?arch=os.','extractTarGz','Setting\x20Path\x20in\x20/etc/profile','Path\x20already\x20set\x20in\x20','2397610GJxWeF','keepInstallFile','Preparing\x20to\x20install\x20Meteor\x20','(((.+)+)+)+$','warn','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','exit','NO_NODE_WARNINGS','maka\x20install\x20meteor\x20--force','https://install.meteor.com','410671zcmaos','info','toString','\x20is\x20not\x20available.','replace','apply','Error\x20extracting\x20meteor.tar.gz\x20file','Setting\x20Path\x20in\x20','Aborting\x20install','Cleaning\x20up','packages','Meteor\x20version\x20','checkAvailability','confirm','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','length','Setting\x20Path\x20in\x20\x20','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.','env','meteor','success','setPath','getuid',':$PATH','join','withSpinner','fileContainsString','install','725784OhawPV','&release=','meteor.tar.gz','downloadFile','/.zshrc','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','error','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','cert','cacert','/.bash_profile','search','x86_64','SHELL','get','5048128XqByRC','\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','/.bashrc','force','6548794xEsYvK','maka\x20install\x20meteor','2944310BkaTrQ','arm64','notice','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','maka\x20i','2111985aeqpeT','fsi','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','create','Path\x20already\x20set\x20in\x20/etc/profile','injectAtEndOfFile','data','platform','includes','45hfTbHK','-rf','grep','2QustHo','version','Aborted','win32','isFile','4hplMYP','Using\x20CA\x20Cert\x20'];a74c=function(){return C;};return a74c();}function isRoot(){const y=a74d;return process[y(0x1e2)]&&process[y(0x1e2)]()===0x0;}Command[a74z(0x1aa)]({'name':a74z(0x1e7),'aliases':['i'],'validOpts':['force',a74z(0x1b4),'cacert','setPath',a74z(0x1c2)],'usage':'maka\x20install','shortDesc':a74z(0x1ef),'description':a74z(0x1f8),'examples':[a74z(0x1fc),a74z(0x1c9),'maka\x20install\x20meteor\x20--version\x202.13.3',a74z(0x1a6)]},async function(a,b){const A=a74z;try{let c='';if(b[A(0x1f1)]){if(this[A(0x1a8)][A(0x1b7)](b['cacert']))Log['notice'](A(0x1b9)+b['cacert']),c=b[A(0x1f1)];else throw A(0x1ed)+c;}const d=await this[A(0x1a8)]['getGlobalConfig']();if(d[A(0x1f0)]){if(this[A(0x1a8)][A(0x1b7)](d[A(0x1f0)]))c=d[A(0x1f0)];else throw A(0x1c6)+c;}let f=![];if(b['f']||b[A(0x1fa)])f=!![];else{const p=isRoot();p?(Log[A(0x1c5)](A(0x1d9)),f=await Actions[A(0x1d8)]('Proceed\x20anyway?',![])):f=!![];}if(!f)throw A(0x1b5);const g=process[A(0x1ae)]===A(0x1b6),h=await HTTPS[A(0x1f6)]({'url':A(0x1ca),'cert':c}),i=await this[A(0x1a8)][A(0x1b2)](h[A(0x1ad)],'RELEASE=');if(i[A(0x1da)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process[A(0x1de)][A(0x1c8)]='1',Log[A(0x1a4)](A(0x1c3)+i[0x0][A(0x1cf)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''));let j=i[0x0][A(0x1cf)](/[^0-9.]/gi,'')[A(0x1cf)](/\r?\n|\r/,'');(typeof b['v']===A(0x1bc)||typeof b[A(0x1b4)]==='string')&&(j=b['v']||b[A(0x1b4)]);const k={'win32':A(0x1ba),'darwin':'osx','linux':'linux'},l=A(0x1bd)+k[a74e[A(0x1ae)]()]+'.'+(a74e['arch']()==='arm64'?A(0x1fe):A(0x1f4))+A(0x1e9)+j,m=await HTTPS[A(0x1d7)]({'url':l,'cert':c});!m&&(Log[A(0x1ee)]('Meteor\x20version\x20'+j+A(0x1ce)),process[A(0x1c7)](0x0));const n=a74f['join'](homeDir,'.meteor'),o=async()=>{const B=A,q='export\x20PATH='+n+B(0x1e3);if(process[B(0x1de)]['SHELL']&&process[B(0x1de)][B(0x1f5)][B(0x1af)](B(0x1bb))){const r=await this['fsi'][B(0x1e6)](homeDir+B(0x1ec),q);if(!r)Log[B(0x1cc)](B(0x1db)+homeDir+B(0x1ec)),this['fsi'][B(0x1ac)]({'filePath':homeDir+B(0x1ec),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1e1)]&&Log['info'](B(0x1c0)+homeDir+B(0x1ec));}else{const s=await this[B(0x1a8)]['fileContainsString'](homeDir+B(0x1f9),q);if(!s)Log['info'](B(0x1d2)+homeDir+B(0x1f9)),this[B(0x1a8)][B(0x1ac)]({'filePath':homeDir+B(0x1f9),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1e1)]&&Log[B(0x1cc)](B(0x1c0)+homeDir+B(0x1f9));const t=await this['fsi'][B(0x1e6)](homeDir+B(0x1f2),q);if(!t)Log[B(0x1cc)](B(0x1d2)+homeDir+B(0x1f2)),this[B(0x1a8)]['injectAtEndOfFile']({'filePath':homeDir+B(0x1f2),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1e1)]&&Log[B(0x1cc)](B(0x1c0)+homeDir+B(0x1f2));if(isRoot()){const u=await this['fsi']['fileContainsString']('/etc/profile',q);if(!u)Log['info'](B(0x1bf)),this['fsi'][B(0x1ac)]({'filePath':'/etc/profile','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1e1)]&&Log[B(0x1cc)](B(0x1ab));}}};b[A(0x1e1)]&&(await o(),process[A(0x1c7)](0x0));if(g)Log[A(0x1ee)](A(0x1dd)),process['exit'](0x0);else{if(a74g['existsSync'](n)){let q=![];b['f']||b[A(0x1fa)]?q=!![]:q=await Actions[A(0x1d8)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),q?(await SpawnAsync[A(0x1e5)]('rm',[A(0x1b1),a74f[A(0x1e4)](n,A(0x1d5))],{'message':A(0x1a9)}),await SpawnAsync[A(0x1e5)]('rm',[A(0x1b1),a74f[A(0x1e4)](n,'package-metadata')],{'message':A(0x1a5)}),await SpawnAsync['withSpinner']('rm',[A(0x1b1),a74f[A(0x1e4)](n,A(0x1df))],{'message':A(0x1dc)})):(Log['info'](A(0x1d3)),process[A(0x1c7)](0x0));}try{await HTTPS[A(0x1eb)]({'url':l,'destPath':a74f[A(0x1e4)](homeDir,A(0x1ea)),'cert':c});try{const r=a74f[A(0x1e4)](homeDir,A(0x1ea));await this[A(0x1a8)][A(0x1be)](r,homeDir);}catch(s){Log[A(0x1ee)](A(0x1d1));}!b['keepInstallFile']&&await SpawnAsync[A(0x1e5)]('rm',[A(0x1b1),a74f['join'](homeDir,'meteor.tar.gz')],{'message':A(0x1d4)}),await o();}catch(t){console[A(0x1ee)](t),process[A(0x1c7)](0x0);}Log[A(0x1e0)](A(0x1d6)+j+'\x20installed.\x0a');}}catch(u){console[A(0x1ee)](u),process[A(0x1c7)](0x0);}});
@@ -1 +1 @@
1
- const a75m=a75d;(function(a,b){const j=a75d,c=a();while(!![]){try{const d=parseInt(j(0x16a))/0x1*(-parseInt(j(0x16f))/0x2)+parseInt(j(0x171))/0x3*(parseInt(j(0x166))/0x4)+parseInt(j(0x154))/0x5+parseInt(j(0x163))/0x6*(-parseInt(j(0x14f))/0x7)+-parseInt(j(0x156))/0x8*(parseInt(j(0x178))/0x9)+-parseInt(j(0x173))/0xa*(parseInt(j(0x14d))/0xb)+-parseInt(j(0x17c))/0xc*(-parseInt(j(0x179))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x1c8b6));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a75d;if(c){const e=c[k(0x15a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const l=a75d;return a75a[l(0x177)]()[l(0x160)](l(0x162))[l(0x177)]()[l(0x15c)](a75a)[l(0x160)](l(0x162));});a75a();import a75e from'path';import a75f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x14c;let f=c[d];return f;},a75d(a,b);}Command[a75m(0x172)]({'name':a75m(0x164),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a75m(0x15e),'examples':[a75m(0x175),a75m(0x15b)],'validOpts':[]},function(){const n=a75m,a=a75e[n(0x17a)](this[n(0x15d)][n(0x169)]({}),n(0x159)+a75e[n(0x152)]),b=a75e[n(0x17a)](this['fsi']['pathFromProject']({}),n(0x14e),n(0x165)),c=this[n(0x15d)]['pathFromProject']({}),d=n(0x164);if(!this[n(0x15f)](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x164),n(0x157)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':n(0x176),'exclude':[n(0x170),n(0x16d),n(0x17b),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x168)}};a75f[n(0x14c)](b,JSON[n(0x155)](g,null,0x4));}const f=this[n(0x16e)](n(0x167)+d);try{const h=d+n(0x150)+b+n(0x161)+a75e[n(0x152)]+n(0x16c)+a;execSync(h,{'cwd':c,'stdio':n(0x17d)}),this[n(0x174)](n(0x151)+a);}catch(i){this[n(0x158)](i),this['logError'](n(0x153));}finally{f[n(0x16b)]();}});function a75c(){const o=['117ilWFwF','join','app/public','406956QBQxtG','inherit','writeFileSync','2046121bjDxJy','config','7IgwTXJ','\x20-c\x20','\x0a[+]\x20Documentation\x20written\x20to\x20','sep','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','946485zwbrbU','stringify','784376cXUPVm','closure','logError','docs','apply','maka\x20jsdoc','constructor','fsi','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','isFile','search','\x20-r\x20app','(((.+)+)+)+$','364884Eflteq','jsdoc','jsdoc-config.json','139468pyVePq','Running\x20','utf-8','pathFromProject','86096ECTSWu','stop','\x20-d\x20','app/node_modules','logWithSpinner','4dxdWYu','app/packages','12QgpLRG','create','10WebKvs','logNotice','maka\x20jsdoc\x20--init','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','toString','9CgBdzL'];a75c=function(){return o;};return a75c();}
1
+ const a75m=a75d;(function(a,b){const j=a75d,c=a();while(!![]){try{const d=parseInt(j(0x1a1))/0x1*(-parseInt(j(0x199))/0x2)+-parseInt(j(0x19b))/0x3*(-parseInt(j(0x1b1))/0x4)+parseInt(j(0x1ae))/0x5+-parseInt(j(0x18f))/0x6+-parseInt(j(0x1b2))/0x7*(parseInt(j(0x1a9))/0x8)+-parseInt(j(0x191))/0x9+parseInt(j(0x1b0))/0xa*(parseInt(j(0x1a7))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xe0d92));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a75d;if(c){const e=c[k(0x19f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const l=a75d;return a75a[l(0x1a2)]()['search'](l(0x1a5))[l(0x1a2)]()[l(0x192)](a75a)[l(0x1a3)]('(((.+)+)+)+$');});function a75c(){const o=['search','isFile','(((.+)+)+)+$','utf-8','11RAYuYI','logNotice','88gPeZVl','closure','stop','jsdoc','app/packages','5999300xGWFdo','logError','18987110HuwxHY','3582996ZeIygC','858473hzYsGd','config','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','maka\x20jsdoc\x20--init','\x20-c\x20','join','app/node_modules','.+\x5c.(j|t)s(doc|x)?$','344958qwUzMb','sep','15350850gSnErr','constructor','\x20-r\x20app','\x0a[+]\x20Documentation\x20written\x20to\x20','writeFileSync','docs','inherit','maka\x20jsdoc','14IybcUi','app/private','6rWSAxv','stringify','logWithSpinner','fsi','apply','pathFromProject','122417QvLmyO','toString'];a75c=function(){return o;};return a75c();}a75a();import a75e from'path';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x18e;let f=c[d];return f;},a75d(a,b);}import a75f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a75m(0x1ac),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a75m(0x1b4),'examples':[a75m(0x1b6),a75m(0x198)],'validOpts':[]},function(){const n=a75m,a=a75e[n(0x1b8)](this[n(0x19e)]['pathFromProject']({}),n(0x196)+a75e[n(0x190)]),b=a75e[n(0x1b8)](this[n(0x19e)][n(0x1a0)]({}),n(0x1b3),'jsdoc-config.json'),c=this[n(0x19e)]['pathFromProject']({}),d=n(0x1ac);if(!this[n(0x1a4)](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x1ac),n(0x1aa)]},'source':{'includePattern':n(0x18e),'excludePattern':n(0x1b5),'exclude':[n(0x1ad),n(0x1b9),'app/public',n(0x19a)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x1a6)}};a75f[n(0x195)](b,JSON[n(0x19c)](g,null,0x4));}const f=this[n(0x19d)]('Running\x20'+d);try{const h=d+n(0x1b7)+b+n(0x193)+a75e[n(0x190)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0x197)}),this[n(0x1a8)](n(0x194)+a);}catch(i){this[n(0x1af)](i),this[n(0x1af)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[n(0x1ab)]();}});