@maka/maka-cli 4.12.12 → 4.12.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/patreon.js +1 -1
  87. package/bundle/obf/src/commands/profile.js +1 -1
  88. package/bundle/obf/src/commands/proxy.js +1 -1
  89. package/bundle/obf/src/commands/reconfig.js +1 -1
  90. package/bundle/obf/src/commands/register.js +1 -1
  91. package/bundle/obf/src/commands/run/_index.js +1 -1
  92. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  93. package/bundle/obf/src/commands/run/run.command.js +1 -1
  94. package/bundle/obf/src/commands/set/_index.js +1 -1
  95. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  97. package/bundle/obf/src/commands/set/set.command.js +1 -1
  98. package/bundle/obf/src/commands/ssh.js +1 -1
  99. package/bundle/obf/src/commands/ssl.js +1 -1
  100. package/bundle/obf/src/commands/test.js +1 -1
  101. package/bundle/obf/src/commands/undo.js +1 -1
  102. package/bundle/obf/src/commands/version.js +1 -1
  103. package/bundle/obf/src/error.js +1 -1
  104. package/bundle/obf/src/exec.js +1 -1
  105. package/bundle/obf/src/generator.js +1 -1
  106. package/bundle/obf/src/generators/_index.js +1 -1
  107. package/bundle/obf/src/generators/api.js +1 -1
  108. package/bundle/obf/src/generators/collection.js +1 -1
  109. package/bundle/obf/src/generators/component.js +1 -1
  110. package/bundle/obf/src/generators/config.js +1 -1
  111. package/bundle/obf/src/generators/dbc.js +1 -1
  112. package/bundle/obf/src/generators/dockerfile.js +1 -1
  113. package/bundle/obf/src/generators/hook.js +1 -1
  114. package/bundle/obf/src/generators/kits/_index.js +1 -1
  115. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  116. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  117. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  118. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  119. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  121. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  122. package/bundle/obf/src/generators/kits/kit.js +1 -1
  123. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  124. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  125. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  127. package/bundle/obf/src/generators/layout.js +1 -1
  128. package/bundle/obf/src/generators/maka.gen.js +1 -1
  129. package/bundle/obf/src/generators/methods.js +1 -1
  130. package/bundle/obf/src/generators/package.js +1 -1
  131. package/bundle/obf/src/generators/page.js +1 -1
  132. package/bundle/obf/src/generators/publish.js +1 -1
  133. package/bundle/obf/src/generators/route.js +1 -1
  134. package/bundle/obf/src/generators/service.js +1 -1
  135. package/bundle/obf/src/generators/services/_index.js +1 -1
  136. package/bundle/obf/src/generators/services/openssl.js +1 -1
  137. package/bundle/obf/src/generators/services/translation.js +1 -1
  138. package/bundle/obf/src/maka.js +1 -1
  139. package/bundle/obf/src/tool.js +1 -1
  140. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  141. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  142. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  143. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  144. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  145. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  146. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  147. package/bundle/obf/src/tools/https/https.class.js +1 -1
  148. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  149. package/bundle/obf/src/tools/log/log.class.js +1 -1
  150. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  151. package/bundle/obf/src/tools/options/options.class.js +1 -1
  152. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  153. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  154. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  155. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  156. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  157. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  158. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x131))/0x1*(parseInt(f(0x109))/0x2)+-parseInt(f(0x10e))/0x3+parseInt(f(0x120))/0x4*(-parseInt(f(0x12b))/0x5)+-parseInt(f(0x102))/0x6*(parseInt(f(0x122))/0x7)+-parseInt(f(0x121))/0x8*(-parseInt(f(0x129))/0x9)+parseInt(f(0x134))/0xa+parseInt(f(0x103))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xe0e5e));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a[g(0x127)]()[g(0x10f)]('(((.+)+)+)+$')[g(0x127)]()[g(0x101)](a58a)['search'](g(0x10b));});a58a();function a58c(){var D=['Gloves','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Rare','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','BodyArmor','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Sniper\x20Rifle','Legendary','A\x20mysterious\x20book.','ArmArmor','Tiny','Circle','8tlZlZu','488KxEbcy','14ParxVV','publishDate','Common','Holy\x20Grail','Blade','toString','Smooth','9594KQmWIN','Yellow','45515ReeyiM','author','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Brown','Short\x20Sword','Grey','1kCTVHz','Key','Unknown','12070720ShLpEy','Large','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Boots','description','constructor','2893458kpmpKn','21619939LRPQos','You\x20hold\x20the\x20','Medium','name','Rectangle','Metallic','1803218AJoBsq','Small','(((.+)+)+)+$','use','Helmet','1296192Vcrkng','search','Weapon','Book','Unknown\x20Author','LegArmor'];a58c=function(){return D;};return a58c();}import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0x105)],'category':Category[h(0x133)],'shape':Shape['Rectangle'],'color':Color[h(0x12a)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1});}[a58i(0x10c)](){var j=a58i;return this[j(0x100)];}}export class Sword extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size[k(0x105)],'category':Category[k(0x110)],'shape':Shape['Blade'],'color':Color[k(0x130)],'texture':Texture[k(0x108)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size['Large'],'category':Category[l(0x110)],'shape':Shape['Rifle'],'color':Color['Brown'],'texture':Texture[l(0x108)],'rating':Rating[l(0x116)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[m(0x10d)],'shape':Shape['Circle'],'color':Color[m(0x130)],'texture':Texture[m(0x108)],'rating':Rating[m(0x124)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size['Large'],'category':Category[n(0x118)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[n(0x108)],'rating':Rating[n(0x124)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size[o(0x105)],'category':Category[o(0x113)],'shape':Shape['Rectangle'],'color':Color[o(0x130)],'texture':Texture[o(0x108)],'rating':Rating[o(0x124)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0x105)],'category':Category[p(0xff)],'shape':Shape[p(0x11f)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[p(0x124)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size[q(0x10a)],'category':Category[q(0x114)],'shape':Shape[q(0x11f)],'color':Color[q(0x12e)],'texture':Texture[q(0x128)],'rating':Rating['Common'],'weight':0x1});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xfe;var f=c[d];return f;},a58d(a,b);}export class Gauntlets extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0x105)],'category':Category[r(0x11d)],'shape':Shape[r(0x107)],'color':Color[r(0x130)],'texture':Texture[r(0x108)],'rating':Rating[r(0x124)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58i;super({'name':a,'description':b,'size':Size[s(0x11e)],'category':Category[s(0x132)],'shape':Shape[s(0x107)],'color':Color[s(0x12a)],'texture':Texture[s(0x128)],'rating':Rating[s(0x124)],'weight':0x0});}[a58i(0x10c)](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}export class Weapon extends Item{constructor(a,b){var t=a58i;super({'name':a,'description':b,'size':Size[t(0x105)],'category':Category[t(0x110)],'shape':Shape[t(0x126)],'color':Color[t(0x130)],'texture':Texture[t(0x108)],'rating':Rating['Common'],'weight':0x3});}['use'](){var u=a58i;return u(0x115);}}export class Book extends Item{[a58i(0x12c)];[a58i(0x123)];['pageCount'];constructor(a,b=a58i(0x11c),c=a58i(0x112)){var v=a58i;super({'name':a,'description':b,'size':Size[v(0x105)],'category':Category[v(0x111)],'shape':Shape[v(0x107)],'color':Color[v(0x12e)],'texture':Texture[v(0x128)],'rating':Rating[v(0x124)],'weight':0x1}),this[v(0x12c)]=c,this[v(0x123)]=new Date(),this['pageCount']=0x64;}[a58i(0x10c)](){var w=a58i;return w(0x12d);}}export class ShortSword extends Item{constructor(){var x=a58i;super({'name':x(0x12f),'description':x(0x136),'size':Size[x(0x105)],'category':Category[x(0x110)],'shape':Shape['Blade'],'color':Color[x(0x130)],'texture':Texture[x(0x108)],'rating':Rating[x(0x124)],'weight':0x3});}['use'](){var y=a58i;return y(0x115);}}export class SniperRifle extends Item{constructor(){var z=a58i;super({'name':z(0x11a),'description':z(0x117),'size':Size[z(0x135)],'category':Category['Weapon'],'shape':Shape['Rifle'],'color':Color[z(0x12e)],'texture':Texture[z(0x128)],'rating':Rating[z(0x124)],'weight':0x5});}[a58i(0x10c)](){var A=a58i;return A(0xfe);}}export class HolyGrail extends Item{constructor(){var B=a58i;super({'name':B(0x125),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[B(0x10a)],'category':Category['Cup'],'shape':Shape[B(0x11f)],'color':Color['Gold'],'texture':Texture['Metallic'],'rating':Rating[B(0x11b)],'weight':0x1});}[a58i(0x10c)](){var C=a58i;return C(0x104)+this[C(0x106)]+C(0x119);}}
1
+ var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1ee))/0x1*(parseInt(f(0x1e9))/0x2)+-parseInt(f(0x1ff))/0x3+-parseInt(f(0x202))/0x4*(-parseInt(f(0x1f2))/0x5)+-parseInt(f(0x209))/0x6+parseInt(f(0x1eb))/0x7+-parseInt(f(0x1e8))/0x8*(-parseInt(f(0x1ef))/0x9)+-parseInt(f(0x214))/0xa*(parseInt(f(0x20c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xefa3c));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a[g(0x1e6)]()[g(0x208)](g(0x201))[g(0x1e6)]()[g(0x1fa)](a58a)[g(0x208)](g(0x201));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[h(0x211)],'shape':Shape[h(0x20e)],'color':Color['Yellow'],'texture':Texture[h(0x1f9)],'rating':Rating[h(0x21d)],'weight':0x1});}[a58i(0x219)](){var j=a58i;return this[j(0x204)];}}export class Sword extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Weapon'],'shape':Shape[k(0x20a)],'color':Color[k(0x216)],'texture':Texture[k(0x1ec)],'rating':Rating[k(0x21d)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size[l(0x1f8)],'category':Category[l(0x1fe)],'shape':Shape[l(0x1f3)],'color':Color[l(0x1f7)],'texture':Texture[l(0x1ec)],'rating':Rating[l(0x21e)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[m(0x1fd)],'shape':Shape[m(0x1f1)],'color':Color['Grey'],'texture':Texture[m(0x1ec)],'rating':Rating[m(0x21d)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size[n(0x1f8)],'category':Category[n(0x1f5)],'shape':Shape['Rectangle'],'color':Color[n(0x216)],'texture':Texture[n(0x1ec)],'rating':Rating[n(0x21d)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[o(0x205)],'shape':Shape[o(0x20e)],'color':Color[o(0x216)],'texture':Texture['Metallic'],'rating':Rating[o(0x21d)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[p(0x207)],'shape':Shape[p(0x1f1)],'color':Color[p(0x1f7)],'texture':Texture[p(0x1f9)],'rating':Rating['Common'],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size[q(0x210)],'category':Category[q(0x1f6)],'shape':Shape[q(0x1f1)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[q(0x21d)],'weight':0x1});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1e6;var f=c[d];return f;},a58d(a,b);}export class Gauntlets extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0x206)],'category':Category[r(0x203)],'shape':Shape[r(0x20e)],'color':Color[r(0x216)],'texture':Texture[r(0x1ec)],'rating':Rating[r(0x21d)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58i;super({'name':a,'description':b,'size':Size[s(0x220)],'category':Category[s(0x212)],'shape':Shape[s(0x20e)],'color':Color[s(0x21f)],'texture':Texture[s(0x1f9)],'rating':Rating[s(0x21d)],'weight':0x0});}['use'](){var t=a58i;return t(0x213);}}export class Weapon extends Item{constructor(a,b){var u=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[u(0x1fe)],'shape':Shape['Blade'],'color':Color[u(0x216)],'texture':Texture[u(0x1ec)],'rating':Rating[u(0x21d)],'weight':0x3});}[a58i(0x219)](){var v=a58i;return v(0x1ea);}}export class Book extends Item{[a58i(0x1e7)];[a58i(0x21b)];['pageCount'];constructor(a,b='A\x20mysterious\x20book.',c=a58i(0x1fc)){var w=a58i;super({'name':a,'description':b,'size':Size[w(0x206)],'category':Category['Book'],'shape':Shape[w(0x20e)],'color':Color['Brown'],'texture':Texture[w(0x1f9)],'rating':Rating['Common'],'weight':0x1}),this[w(0x1e7)]=c,this['publishDate']=new Date(),this[w(0x215)]=0x64;}['use'](){var x=a58i;return x(0x20f);}}export class ShortSword extends Item{constructor(){var y=a58i;super({'name':y(0x218),'description':y(0x200),'size':Size[y(0x206)],'category':Category[y(0x1fe)],'shape':Shape[y(0x20a)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x3});}[a58i(0x219)](){var z=a58i;return z(0x1ea);}}function a58c(){var D=['Small','Unknown','Key','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','30GJqfvS','pageCount','Grey','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Short\x20Sword','use','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','publishDate','Cup','Common','Rare','Yellow','Tiny','toString','author','12585992wRGGaw','81118LjuktR','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','3075695oOoboG','Metallic','Holy\x20Grail','37GOVYpj','9UfbUqX','Legendary','Circle','4663255eSQTnW','Rifle','\x20aloft,\x20feeling\x20its\x20immense\x20power.','BodyArmor','Gloves','Brown','Large','Smooth','constructor','Gold','Unknown\x20Author','Helmet','Weapon','3965880HQmzlV','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','(((.+)+)+)+$','4ZEnkua','ArmArmor','description','LegArmor','Medium','Boots','search','3493800alaiyT','Blade','Sniper\x20Rifle','5720528CsxXIj','name','Rectangle','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22'];a58c=function(){return D;};return a58c();}export class SniperRifle extends Item{constructor(){var A=a58i;super({'name':A(0x20b),'description':A(0x21a),'size':Size[A(0x1f8)],'category':Category['Weapon'],'shape':Shape[A(0x1f3)],'color':Color[A(0x1f7)],'texture':Texture[A(0x1f9)],'rating':Rating['Common'],'weight':0x5});}[a58i(0x219)](){return'You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22';}}export class HolyGrail extends Item{constructor(){var B=a58i;super({'name':B(0x1ed),'description':B(0x217),'size':Size['Small'],'category':Category[B(0x21c)],'shape':Shape[B(0x1f1)],'color':Color[B(0x1fb)],'texture':Texture['Metallic'],'rating':Rating[B(0x1f0)],'weight':0x1});}[a58i(0x219)](){var C=a58i;return'You\x20hold\x20the\x20'+this[C(0x20d)]+C(0x1f4);}}
@@ -1 +1 @@
1
- const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x16a))/0x1*(parseInt(f(0x136))/0x2)+-parseInt(f(0x161))/0x3+parseInt(f(0x162))/0x4*(parseInt(f(0x139))/0x5)+parseInt(f(0x159))/0x6*(parseInt(f(0x103))/0x7)+parseInt(f(0x104))/0x8*(-parseInt(f(0x113))/0x9)+parseInt(f(0x137))/0xa+-parseInt(f(0x163))/0xb*(parseInt(f(0x14a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xd5c47));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x127)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a['toString']()[h(0x12a)](h(0xfa))['toString']()[h(0x116)](a60a)['search'](h(0xfa));});a60a();export const rooms=[{'name':'Library','description':a60i(0x12e),'isStartRoom':!![],'items':[{'type':a60i(0x122),'name':a60i(0x157),'description':a60i(0x101)},{'type':a60i(0x128),'name':a60i(0x14e),'description':a60i(0x12d),'content':a60i(0x131)}],'exits':[{'direction':a60i(0x11f),'targetRoom':a60i(0x160)}]},{'name':a60i(0x160),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0x114),'targetRoom':'Treasure\x20Room','keyRequired':a60i(0x157)},{'direction':a60i(0x110),'targetRoom':a60i(0x167)}]},{'name':a60i(0x141),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x13d),'name':a60i(0x158),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0x167),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a60i(0x14b),'exits':[{'direction':'UP','targetRoom':a60i(0x10a)}]},{'name':a60i(0x10a),'description':a60i(0x135),'roomType':a60i(0x14b),'puzzle':{'requiredPhrase':a60i(0x147),'riddle':a60i(0x10e),'rewardItem':{'type':a60i(0x165),'name':'Sniper\x20Rifle','description':a60i(0x154)},'successMessage':a60i(0x151),'failureMessage':a60i(0x120)}}];function a60c(){const j=['5YAUFFi','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','drone','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','holyGrail','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','show\x20loyalty','release','Treasure\x20Room','Golden\x20Chalice','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Riddle\x20Book','secret123','insert\x20gem','Corp\x20Enclave','11892gWTWur','OUTSIDE','Emblem\x20Shield','south','Guard\x27s\x20Log\x20Book','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','An\x20old\x20and\x20rusted\x20sword.','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Matrix\x20Data\x20Haven','A\x20long-range\x20weapon.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','north','Golden\x20Key','Holy\x20Grail','1190328MTYjwC','Barrens\x20Hideout','outside','open\x20sesame','gem','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Central\x20Chamber\x20Key','Secret\x20Passage','4791591jwhGtC','4394252gfHfuD','13387KKdVbO','basic','rifle','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Courtyard','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Nothing\x20happens.','3cxFMWO','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','(((.+)+)+)+$','A\x20creditstick\x20loaded\x20with\x20nuyen.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Corporate\x20Creditstick','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Rigger\x27s\x20Workshop','Entrance\x20Hall','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Alchemy\x20Lab','21EtHNHO','89224TPRjYh','creditstick','Ares\x20Predator','A\x20key\x20stained\x20with\x20old\x20blood.','A\x20clear\x20glass\x20vial.','west','Watch\x20Tower','Blood-stained\x20Key','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','The\x20data\x20remains\x20encrypted.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','east','SOUTH','Downtown\x20Seattle','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','711PiUVeW','NORTH','down','constructor','Central\x20Chamber','CorpSec\x20Plans','weapon','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Jackpoint\x20Login','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Barrens\x20Entrance','Torture\x20Chamber','EAST','That\x20passcode\x20is\x20incorrect','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','key','disenchant','cup','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Armory','apply','book','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','search','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Mage\x27s\x20Lair','A\x20thin\x20log\x20book','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','inside','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Chad\x20the\x20stupid\x20guard','Study','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','929074oYWyIg','14725840LVPQDN','document'];a60c=function(){return j;};return a60c();}export const dungeonConfig=[{'name':'Entrance\x20Hall','description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':a60i(0x12f),'puzzle':{'requiredPhrase':a60i(0x15c),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0x122),'name':'Central\x20Chamber\x20Key','description':a60i(0x14f)},'successMessage':a60i(0x155),'failureMessage':a60i(0x169)},'exits':[{'direction':a60i(0x156),'targetRoom':a60i(0x132)},{'direction':a60i(0x10f),'targetRoom':a60i(0x117),'keyRequired':a60i(0x15f)}]},{'name':'Study','description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':a60i(0x12f),'items':[{'type':'book','name':a60i(0x146),'description':a60i(0x15e),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x122),'name':a60i(0x15f),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x14d),'targetRoom':a60i(0x100)},{'direction':a60i(0x10f),'targetRoom':a60i(0x102)}]},{'name':'Alchemy\x20Lab','description':a60i(0x168),'roomType':a60i(0x12f),'items':[{'type':a60i(0x164),'name':'Empty\x20vial','description':a60i(0x108)}],'exits':[{'direction':a60i(0x109),'targetRoom':'Study'},{'direction':a60i(0x156),'targetRoom':a60i(0x126)}]},{'name':a60i(0x126),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a60i(0x12f),'items':[{'type':'shield','name':a60i(0x14c),'description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':'sword','name':'Rusted\x20Sword','description':a60i(0x150)}],'exits':[{'direction':'south','targetRoom':a60i(0x102)},{'direction':a60i(0x10f),'targetRoom':a60i(0x117)}]},{'name':a60i(0x117),'description':a60i(0x134),'roomType':a60i(0x12f),'exits':[{'direction':a60i(0x109),'targetRoom':a60i(0x126)},{'direction':a60i(0x14d),'targetRoom':a60i(0x100)},{'direction':a60i(0x156),'targetRoom':a60i(0x11e)},{'direction':a60i(0x10f),'targetRoom':'Treasure\x20Room'}]},{'name':'Torture\x20Chamber','description':a60i(0x12b),'roomType':a60i(0x12f),'items':[{'type':a60i(0x122),'name':a60i(0x10b),'description':a60i(0x107)}],'puzzle':{'requiredPhrase':a60i(0x140),'riddle':a60i(0x11a),'rewardItem':{'type':a60i(0x15d),'name':'Ancient\x20Gem','description':a60i(0x13e)},'successMessage':a60i(0x11c),'failureMessage':a60i(0x10c)},'exits':[{'direction':a60i(0x14d),'targetRoom':a60i(0x117)}]},{'name':a60i(0x141),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x12f),'puzzle':{'requiredPhrase':a60i(0x148),'riddle':a60i(0x130),'rewardItem':{'type':a60i(0x124),'name':a60i(0x142),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a60i(0x145),'failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':a60i(0x109),'targetRoom':'Central\x20Chamber'}]}];function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xfa;let f=c[d];return f;},a60d(a,b);}export const shadowrunConfig=[{'name':a60i(0x11b),'description':a60i(0x152),'isStartRoom':!![],'roomType':a60i(0x12f),'exits':[{'direction':'north','targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0x153)}]},{'name':a60i(0x153),'description':a60i(0x144),'roomType':a60i(0x12f),'puzzle':{'requiredPhrase':'decrypt','riddle':a60i(0x112),'rewardItem':{'type':a60i(0x122),'name':'Encrypted\x20Data\x20Key','description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0x125),'failureMessage':a60i(0x10d)},'exits':[{'direction':a60i(0x115),'targetRoom':a60i(0x11b)}]},{'name':'Downtown\x20Seattle','description':a60i(0xfe),'roomType':a60i(0x15b),'exits':[{'direction':'south','targetRoom':a60i(0x11b)},{'direction':a60i(0x10f),'targetRoom':a60i(0x11d)},{'direction':a60i(0x109),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x11d),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0x15b),'puzzle':{'requiredPhrase':a60i(0x13f),'riddle':a60i(0x143),'rewardItem':{'type':'key','name':'Gang\x20Insignia','description':a60i(0x13a)},'successMessage':a60i(0x16b),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60i(0x109),'targetRoom':a60i(0x111)},{'direction':'north','targetRoom':a60i(0x15a)}]},{'name':a60i(0x149),'description':a60i(0x166),'roomType':'inside','items':[{'type':a60i(0x105),'name':a60i(0xfd),'description':a60i(0xfb)},{'type':a60i(0x138),'name':a60i(0x118),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a60i(0x10f),'targetRoom':a60i(0x111)}]},{'name':a60i(0x15a),'description':a60i(0x13c),'roomType':a60i(0x15b),'items':[{'type':a60i(0x119),'name':a60i(0x106),'description':a60i(0x121)}],'exits':[{'direction':a60i(0x14d),'targetRoom':a60i(0x11d)},{'direction':'north','targetRoom':a60i(0x12c)},{'direction':a60i(0x10f),'targetRoom':a60i(0xff)}]},{'name':a60i(0x12c),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x12f),'puzzle':{'requiredPhrase':a60i(0x123),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':'amulet','name':'Amulet\x20of\x20Awakening','description':a60i(0x133)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a60i(0xfc)},'exits':[{'direction':a60i(0x14d),'targetRoom':a60i(0x15a)}]},{'name':a60i(0xff),'description':a60i(0x129),'roomType':a60i(0x12f),'items':[{'type':a60i(0x13b),'name':'MCT\x20Fly-Spy','description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x109),'targetRoom':a60i(0x15a)}]}];
1
+ const a60i=a60d;function a60c(){const j=['Central\x20Chamber\x20Key','Entrance\x20Hall','north','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Holy\x20Grail','Sniper\x20Rifle','3185092TWMhwb','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','outside','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','7476256MSFPFk','Chad\x20the\x20stupid\x20guard','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','Barrens\x20Hideout','Courtyard','holyGrail','Riddle\x20Book','Rusted\x20Sword','A\x20long-range\x20weapon.','Alchemy\x20Lab','Empty\x20vial','inside','toString','east','gem','Central\x20Chamber','secret123','The\x20chest\x20remains\x20firmly\x20shut.','book','Jackpoint\x20Login','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','amulet','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Secret\x20Passage','5252916dLzGBS','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','2548ZXXEGf','Study','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','OUTSIDE','Encrypted\x20Data\x20Key','weapon','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','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','cup','creditstick','3061205rAkEIa','The\x20legendary\x20Holy\x20Grail.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Armory','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','disenchant','Torture\x20Chamber','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Barrens\x20Entrance','document','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Downtown\x20Seattle','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','An\x20old\x20and\x20rusted\x20sword.','Watch\x20Tower','(((.+)+)+)+$','3fYtUqP','Treasure\x20Room','EAST','A\x20thin\x20log\x20book','NORTH','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','A\x20small\x20surveillance\x20drone.','apply','insert\x20gem','show\x20loyalty','rifle','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','west','open\x20sesame','Golden\x20Key','key','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','south','3709270lwWFrf','A\x20creditstick\x20loaded\x20with\x20nuyen.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','drone','down','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','decrypt','That\x20passcode\x20is\x20incorrect','SOUTH','constructor','160410vkswYQ','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Emblem\x20Shield','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','CorpSec\x20Plans','A\x20key\x20stained\x20with\x20old\x20blood.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Blood-stained\x20Key','Matrix\x20Data\x20Haven','Corp\x20Enclave','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','search','Library','A\x20chalice\x20made\x20of\x20pure\x20gold.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Gang\x20Insignia','shield','release'];a60c=function(){return j;};return a60c();}(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x1b2))/0x1+-parseInt(f(0x1ee))/0x2*(parseInt(f(0x1d0))/0x3)+parseInt(f(0x192))/0x4+-parseInt(f(0x1e3))/0x5+-parseInt(f(0x1b0))/0x6+parseInt(f(0x1be))/0x7+parseInt(f(0x196))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x7243b));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x1d7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x1a4)]()['search'](h(0x1cf))[h(0x1a4)]()[h(0x1ed)](a60a)[h(0x185)](h(0x1cf));});a60a();export const rooms=[{'name':a60i(0x186),'description':a60i(0x1db),'isStartRoom':!![],'items':[{'type':a60i(0x1e0),'name':'Golden\x20Key','description':a60i(0x18f)},{'type':'book','name':'Guard\x27s\x20Log\x20Book','description':a60i(0x1d3),'content':a60i(0x197)}],'exits':[{'direction':a60i(0x1d2),'targetRoom':a60i(0x1af)}]},{'name':a60i(0x1af),'description':a60i(0x198),'exits':[{'direction':a60i(0x1d4),'targetRoom':a60i(0x1d1),'keyRequired':a60i(0x1df)},{'direction':a60i(0x1ec),'targetRoom':a60i(0x19c)}]},{'name':a60i(0x1d1),'description':a60i(0x193),'items':[{'type':a60i(0x19d),'name':a60i(0x190),'description':a60i(0x1bf)}]},{'name':a60i(0x19c),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a60i(0x1b7),'exits':[{'direction':'UP','targetRoom':a60i(0x1ce)}]},{'name':a60i(0x1ce),'description':a60i(0x1c2),'roomType':a60i(0x1b7),'puzzle':{'requiredPhrase':a60i(0x1a8),'riddle':a60i(0x1cc),'rewardItem':{'type':a60i(0x1da),'name':a60i(0x191),'description':a60i(0x1a0)},'successMessage':a60i(0x1ba),'failureMessage':a60i(0x1eb)}}];function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x17a;let f=c[d];return f;},a60d(a,b);}export const dungeonConfig=[{'name':a60i(0x18d),'description':a60i(0x1c3),'isStartRoom':!![],'roomType':a60i(0x1a3),'puzzle':{'requiredPhrase':a60i(0x1de),'riddle':a60i(0x1c9),'rewardItem':{'type':a60i(0x1e0),'name':a60i(0x18c),'description':a60i(0x1d5)},'successMessage':a60i(0x17e),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':'north','targetRoom':'Study'},{'direction':'east','targetRoom':a60i(0x1a7),'keyRequired':a60i(0x18c)}]},{'name':a60i(0x1b3),'description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':'inside','items':[{'type':a60i(0x1aa),'name':a60i(0x19e),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x1e0),'name':'Central\x20Chamber\x20Key','description':a60i(0x1d5)}],'exits':[{'direction':a60i(0x1e2),'targetRoom':'Entrance\x20Hall'},{'direction':'east','targetRoom':a60i(0x1a1)}]},{'name':a60i(0x1a1),'description':a60i(0x183),'roomType':a60i(0x1a3),'items':[{'type':'basic','name':a60i(0x1a2),'description':'A\x20clear\x20glass\x20vial.'}],'exits':[{'direction':'west','targetRoom':'Study'},{'direction':'north','targetRoom':a60i(0x1c1)}]},{'name':'Armory','description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':'inside','items':[{'type':a60i(0x18a),'name':a60i(0x17a),'description':a60i(0x1ae)},{'type':'sword','name':a60i(0x19f),'description':a60i(0x1cd)}],'exits':[{'direction':a60i(0x1e2),'targetRoom':'Alchemy\x20Lab'},{'direction':a60i(0x1a5),'targetRoom':'Central\x20Chamber'}]},{'name':a60i(0x1a7),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a60i(0x1a3),'exits':[{'direction':'west','targetRoom':a60i(0x1c1)},{'direction':'south','targetRoom':a60i(0x18d)},{'direction':'north','targetRoom':a60i(0x1c5)},{'direction':a60i(0x1a5),'targetRoom':a60i(0x1d1)}]},{'name':'Torture\x20Chamber','description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a60i(0x1a3),'items':[{'type':a60i(0x1e0),'name':a60i(0x180),'description':a60i(0x17d)}],'puzzle':{'requiredPhrase':a60i(0x18b),'riddle':a60i(0x1c0),'rewardItem':{'type':a60i(0x1a6),'name':'Ancient\x20Gem','description':a60i(0x195)},'successMessage':a60i(0x1b1),'failureMessage':a60i(0x1bb)},'exits':[{'direction':a60i(0x1e2),'targetRoom':a60i(0x1a7)}]},{'name':a60i(0x1d1),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x1a3),'puzzle':{'requiredPhrase':a60i(0x1d8),'riddle':a60i(0x1cb),'rewardItem':{'type':a60i(0x1bc),'name':'Golden\x20Chalice','description':a60i(0x187)},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a60i(0x1a9)},'exits':[{'direction':a60i(0x1dd),'targetRoom':a60i(0x1a7)}]}];export const shadowrunConfig=[{'name':a60i(0x1ab),'description':a60i(0x1ac),'isStartRoom':!![],'roomType':a60i(0x1a3),'exits':[{'direction':a60i(0x18e),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':a60i(0x181),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a60i(0x1a3),'puzzle':{'requiredPhrase':a60i(0x1ea),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60i(0x1e0),'name':a60i(0x1b8),'description':a60i(0x1e1)},'successMessage':a60i(0x199),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60i(0x1e7),'targetRoom':'Jackpoint\x20Login'}]},{'name':a60i(0x1ca),'description':a60i(0x1b5),'roomType':a60i(0x194),'exits':[{'direction':a60i(0x1e2),'targetRoom':a60i(0x1ab)},{'direction':'east','targetRoom':a60i(0x1c7)},{'direction':'west','targetRoom':a60i(0x182)}]},{'name':a60i(0x1c7),'description':a60i(0x17b),'roomType':'outside','puzzle':{'requiredPhrase':a60i(0x1d9),'riddle':a60i(0x19a),'rewardItem':{'type':a60i(0x1e0),'name':a60i(0x189),'description':a60i(0x1dc)},'successMessage':a60i(0x1b4),'failureMessage':a60i(0x1e9)},'exits':[{'direction':'west','targetRoom':a60i(0x1ca)},{'direction':a60i(0x18e),'targetRoom':'Barrens\x20Hideout'}]},{'name':a60i(0x182),'description':'The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','roomType':a60i(0x1a3),'items':[{'type':a60i(0x1bd),'name':'Corporate\x20Creditstick','description':a60i(0x1e4)},{'type':a60i(0x1c8),'name':a60i(0x17c),'description':a60i(0x1b6)}],'exits':[{'direction':'east','targetRoom':a60i(0x1ca)}]},{'name':a60i(0x19b),'description':a60i(0x1e5),'roomType':a60i(0x194),'items':[{'type':a60i(0x1b9),'name':'Ares\x20Predator','description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':a60i(0x1e2),'targetRoom':a60i(0x1c7)},{'direction':a60i(0x18e),'targetRoom':'Mage\x27s\x20Lair'},{'direction':'east','targetRoom':'Rigger\x27s\x20Workshop'}]},{'name':'Mage\x27s\x20Lair','description':a60i(0x1e8),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x1c4),'riddle':a60i(0x1c6),'rewardItem':{'type':a60i(0x1ad),'name':'Amulet\x20of\x20Awakening','description':a60i(0x184)},'successMessage':a60i(0x17f),'failureMessage':a60i(0x1ef)},'exits':[{'direction':'south','targetRoom':a60i(0x19b)}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x188),'roomType':a60i(0x1a3),'items':[{'type':a60i(0x1e6),'name':'MCT\x20Fly-Spy','description':a60i(0x1d6)}],'exits':[{'direction':'west','targetRoom':a60i(0x19b)}]}];
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x70))/0x1*(parseInt(f(0x6e))/0x2)+parseInt(f(0x7a))/0x3+-parseInt(f(0x67))/0x4+-parseInt(f(0x75))/0x5+parseInt(f(0x7f))/0x6+-parseInt(f(0x82))/0x7+parseInt(f(0x88))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xe79ea));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x78)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x87)]()[h(0x89)](h(0x85))[h(0x87)]()[h(0x83)](a61a)[h(0x89)](h(0x85));});a61a();function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x67;var f=c[d];return f;},a61d(a,b);}function a61c(){var j=['4122028yxVODn','roomType','isLocked','puzzle','category','items','player','134xPCuVM','isLockable','3976ENAGyl','characterLocations','isStartRoom','_currentLocation','name','5485105FrcxHH','_equipment','unlockItemOrSolution','apply','exits','1680555AbHAHM','rating','color','roomA','logger','8831682GVTKZt','inventory','_logger','5616226HoQHdJ','constructor','_inventory','(((.+)+)+)+$','size','toString','16902560FyaPMn','search','solved','_maxCarryingWeight','rooms'];a61c=function(){return j;};return a61c();}import{EventEmitter}from'events';export class AbstractScene{[a61i(0x8c)];[a61i(0x6d)];[a61i(0x7e)];[a61i(0x71)];}export class AbstractRoom extends EventEmitter{[a61i(0x74)];['description'];[a61i(0x79)];[a61i(0x80)];[a61i(0x6a)];[a61i(0x68)];[a61i(0x72)];}export class AbstractDoor{[a61i(0x7d)];['roomB'];[a61i(0x69)];[a61i(0x77)];['name'];[a61i(0x7e)];[a61i(0x6f)];}export class AbstractInventory{[a61i(0x6c)];['logger'];}export class AbstractItem{['uuid'];[a61i(0x74)];['description'];[a61i(0x86)];[a61i(0x6b)];['shape'];[a61i(0x7c)];['texture'];[a61i(0x7b)];['weight'];}export class AbstractPlayer{['_playerName'];[a61i(0x73)];[a61i(0x84)];[a61i(0x76)];[a61i(0x8b)];[a61i(0x81)];}export class AbstractPuzzle{[a61i(0x7e)];[a61i(0x8a)];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x13d))/0x1+parseInt(f(0x135))/0x2*(parseInt(f(0x143))/0x3)+parseInt(f(0x129))/0x4*(parseInt(f(0x12a))/0x5)+parseInt(f(0x144))/0x6+-parseInt(f(0x140))/0x7*(parseInt(f(0x12d))/0x8)+parseInt(f(0x130))/0x9*(-parseInt(f(0x12b))/0xa)+-parseInt(f(0x134))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x59d6a));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x142)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a['toString']()[h(0x13b)](h(0x149))[h(0x145)]()[h(0x132)](a61a)[h(0x13b)](h(0x149));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x127)];['player'];['logger'];[a61i(0x139)];}function a61c(){var j=['constructor','name','6070383SqPdAG','38tjesBn','logger','_equipment','exits','characterLocations','isLockable','search','uuid','218812aSqGsS','size','category','1822849RCHFSo','isStartRoom','apply','68919JSbQUE','2844570uFKsHh','toString','rating','unlockItemOrSolution','_currentLocation','(((.+)+)+)+$','_inventory','_playerName','rooms','roomType','151408aWXXCc','35VvqYTb','100pjERqa','description','8WFTFTZ','isLocked','color','192708inLiyx','solved'];a61c=function(){return j;};return a61c();}export class AbstractRoom extends EventEmitter{[a61i(0x133)];[a61i(0x12c)];[a61i(0x138)];['inventory'];['puzzle'];[a61i(0x128)];[a61i(0x141)];}export class AbstractDoor{['roomA'];['roomB'];[a61i(0x12e)];[a61i(0x147)];[a61i(0x133)];[a61i(0x136)];[a61i(0x13a)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x126;var f=c[d];return f;},a61d(a,b);}export class AbstractInventory{['items'];['logger'];}export class AbstractItem{[a61i(0x13c)];[a61i(0x133)];['description'];[a61i(0x13e)];[a61i(0x13f)];['shape'];[a61i(0x12f)];['texture'];[a61i(0x146)];['weight'];}export class AbstractPlayer{[a61i(0x126)];[a61i(0x148)];[a61i(0x14a)];[a61i(0x137)];['_maxCarryingWeight'];['_logger'];}export class AbstractPuzzle{[a61i(0x136)];[a61i(0x131)];}
@@ -1 +1 @@
1
- function a62c(){var v=['DOWN','Cup','BodyArmor','Legendary','toString','Red','green','Shield','rough','NORTH','bumpy','outside','helmet','UNDERGROUND','MOUNTAIN','orange','BEACH','Rectangle','OUTSIDE','893VzINnp','east','Purple','Bumpy','652140dQVkoZ','Gold','DESERT','large','Hat','Common','204290HfLXcJ','TOWER','smooth','Rifle','Rough','tower','Grainy','Fuzzy','tiny','EAST','LegArmor','gold','Book','sea','418IOdzkj','book','circle','south','inside','shield','SOUTH','down','Grey','Circle','INSIDE','Weapon','840UUkCKO','Blue','FOREST','underground','rectangle','Large','VeryLarge','Triangle','765800xrHGzg','hat','constructor','grainy','unknown','square','94232hDMgkM','3721377WARLNF','red','(((.+)+)+)+$','forest','Yellow','cave','common','grey','CAVE','Orange','rifle','search','apply','beach','99RPbcLW','112CmtuNO','body\x20armor','brown','Green','purple','metallic','blue','8124VuxKjE','very\x20large','Unknown','cup','medium'];a62c=function(){return v;};return a62c();}(function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x1a3))/0x1*(parseInt(k(0x1bb))/0x2)+parseInt(k(0x1a7))/0x3+-parseInt(k(0x1cf))/0x4+-parseInt(k(0x1c7))/0x5*(-parseInt(k(0x1ec))/0x6)+-parseInt(k(0x1e5))/0x7*(-parseInt(k(0x1d5))/0x8)+parseInt(k(0x1e4))/0x9*(parseInt(k(0x1ad))/0xa)+-parseInt(k(0x1d6))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x22949));export var Size;(function(c){var n=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var l=a62d;if(h){var j=h[l(0x1e2)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var m=a62d;return e[m(0x1f5)]()['search']('(((.+)+)+)+$')[m(0x1f5)]()[m(0x1d1)](e)[m(0x1e1)](m(0x1d8));});e(),c['Tiny']=n(0x1b5),c['Small']='small',c['Medium']=n(0x1f0),c[n(0x1cc)]=n(0x1aa),c[n(0x1cd)]=n(0x1ed);}(Size||(Size={})));export var Rating;(function(a){var o=a62d;a[o(0x1ac)]=o(0x1dc),a['Rare']='rare',a[o(0x1f4)]='legendary';}(Rating||(Rating={})));export var Category;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x19b;var f=c[d];return f;},a62d(a,b);}(function(a){var p=a62d;a[p(0x1c6)]='weapon',a[p(0x1f8)]=p(0x1c0),a['Key']='key',a['Gloves']='gloves',a['Helmet']=p(0x19c),a[p(0x1ab)]=p(0x1d0),a['Boots']='boots',a[p(0x1b7)]='leg\x20armor',a['ArmArmor']='arm\x20armor',a[p(0x1f3)]=p(0x1e6),a[p(0x1b9)]=p(0x1bc),a[p(0x1f2)]=p(0x1ef),a[p(0x1ee)]=p(0x1d3);}(Category||(Category={})));export var Shape;(function(a){var q=a62d;a[q(0x1c4)]=q(0x1bd),a['Square']=q(0x1d4),a[q(0x1ce)]='triangle',a[q(0x1a1)]=q(0x1cb),a['Blade']='blade',a[q(0x1b0)]=q(0x1e0);}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a[r(0x1f6)]=r(0x1d7),a[r(0x1c8)]=r(0x1eb),a[r(0x1e8)]=r(0x1f7),a[r(0x1da)]='yellow',a[r(0x1df)]=r(0x19f),a[r(0x1a5)]=r(0x1e9),a[r(0x1c3)]=r(0x1dd),a['Brown']=r(0x1e7),a[r(0x1a8)]=r(0x1b8);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a['Smooth']=s(0x1af),a[s(0x1b1)]=s(0x1f9),a[s(0x1a6)]=s(0x1fb),a[s(0x1b4)]='fuzzy',a[s(0x1b3)]=s(0x1d2),a['Metallic']=s(0x1ea);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x1c5)]=t(0x1bf),a[t(0x1a2)]=t(0x19b),a[t(0x19d)]=t(0x1ca),a[t(0x1de)]=t(0x1db),a[t(0x1ae)]=t(0x1b2),a[t(0x1c9)]=t(0x1d9),a[t(0x1a9)]='desert',a[t(0x19e)]='mountain',a[t(0x1a0)]=t(0x1e3),a['SEA']=t(0x1ba);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x1fa)]='north',a[u(0x1b6)]=u(0x1a4),a[u(0x1c1)]=u(0x1be),a['WEST']='west',a['UP']='up',a[u(0x1f1)]=u(0x1c2);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x15a))/0x1+-parseInt(k(0x14b))/0x2*(-parseInt(k(0x15f))/0x3)+parseInt(k(0x132))/0x4*(parseInt(k(0x166))/0x5)+-parseInt(k(0x161))/0x6+-parseInt(k(0x170))/0x7*(-parseInt(k(0x138))/0x8)+parseInt(k(0x133))/0x9*(-parseInt(k(0x17d))/0xa)+-parseInt(k(0x141))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x83d59));export var Size;(function(a){var l=a62d;a[l(0x122)]=l(0x120),a[l(0x12c)]=l(0x159),a[l(0x126)]='medium',a[l(0x157)]=l(0x130),a[l(0x168)]=l(0x136);}(Size||(Size={})));function a62c(){var u=['mountain','Gloves','tiny','gloves','Tiny','red','bumpy','shield','Medium','rare','square','blade','TOWER','Rare','Small','east','smooth','toString','large','west','6764Cwkqey','18IGHmnJ','sea','LegArmor','very\x20large','DOWN','8hWHLhY','arm\x20armor','triangle','boots','EAST','metallic','tower','down','Red','13788522iXvzrc','rectangle','search','Rectangle','grainy','body\x20armor','UNDERGROUND','Rifle','Cup','Weapon','40hCkZwI','Blue','inside','weapon','grey','common','Triangle','WEST','NORTH','Rough','ArmArmor','legendary','Large','OUTSIDE','small','444400nyWCfM','gold','Helmet','Orange','Yellow','38469yIUpGm','(((.+)+)+)+$','3799188MOKvSy','beach','underground','Grey','Hat','2165ypFGDl','Grainy','VeryLarge','CAVE','helmet','rough','cave','cup','fuzzy','outside','6959512cCoCSW','Bumpy','orange','Purple','blue','yellow','Fuzzy','desert','FOREST','BodyArmor','forest','Smooth','key','2930ZpwNYy','Unknown','Legendary','MOUNTAIN','Gold','Blade','book','rifle','Green','Square','green','DESERT'];a62c=function(){return u;};return a62c();}export var Rating;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x115;var f=c[d];return f;},a62d(a,b);}(function(a){var m=a62d;a['Common']=m(0x150),a[m(0x12b)]=m(0x127),a[m(0x17f)]=m(0x156);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x14a)]=n(0x14e),a['Shield']=n(0x125),a['Key']=n(0x17c),a[n(0x11f)]=n(0x121),a[n(0x15c)]=n(0x16a),a[n(0x165)]='hat',a['Boots']=n(0x13b),a[n(0x135)]='leg\x20armor',a[n(0x155)]=n(0x139),a[n(0x179)]=n(0x146),a['Book']=n(0x118),a[n(0x149)]=n(0x16d),a[n(0x17e)]='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a['Circle']='circle',a[o(0x11b)]=o(0x128),a[o(0x151)]=o(0x13a),a[o(0x144)]=o(0x142),a[o(0x117)]=o(0x129),a[o(0x148)]=o(0x119);}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a[p(0x140)]=p(0x123),a[p(0x14c)]=p(0x174),a[p(0x11a)]=p(0x11c),a[p(0x15e)]=p(0x175),a[p(0x15d)]=p(0x172),a[p(0x173)]='purple',a[p(0x164)]=p(0x14f),a['Brown']='brown',a[p(0x116)]=p(0x15b);}(Color||(Color={})));export var Texture;(function(a){var q=a62d;a[q(0x17b)]=q(0x12e),a[q(0x154)]=q(0x16b),a[q(0x171)]=q(0x124),a[q(0x176)]=q(0x16e),a[q(0x167)]=q(0x145),a['Metallic']=q(0x13d);}(Texture||(Texture={})));export var RoomType;(function(c){var s=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var r=a62d;return e[r(0x12f)]()['search']('(((.+)+)+)+$')[r(0x12f)]()['constructor'](e)[r(0x143)](r(0x160));});e(),c['INSIDE']=s(0x14d),c[s(0x158)]=s(0x16f),c[s(0x147)]=s(0x163),c[s(0x169)]=s(0x16c),c[s(0x12a)]=s(0x13e),c[s(0x178)]=s(0x17a),c[s(0x11d)]=s(0x177),c[s(0x115)]=s(0x11e),c['BEACH']=s(0x162),c['SEA']=s(0x134);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a[t(0x153)]='north',a[t(0x13c)]=t(0x12d),a['SOUTH']='south',a[t(0x152)]=t(0x131),a['UP']='up',a[t(0x137)]=t(0x13f);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x10a))/0x1*(parseInt(f(0x103))/0x2)+-parseInt(f(0xff))/0x3*(-parseInt(f(0xfd))/0x4)+parseInt(f(0xfe))/0x5*(-parseInt(f(0x105))/0x6)+-parseInt(f(0x106))/0x7+parseInt(f(0x107))/0x8+-parseInt(f(0x104))/0x9*(parseInt(f(0x108))/0xa)+parseInt(f(0x109))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xa16ff));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xfd;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0x102)](h(0x101))[h(0x10b)]()['constructor'](a63a)[h(0x102)]('(((.+)+)+)+$');});a63a();function a63c(){var i=['2953560fgGUca','2560XEyKjs','30153277yOBrNB','5Urmhju','toString','4lgxvrZ','513630DRBLzt','73599BvRGGK','apply','(((.+)+)+)+$','search','158786GNUKtq','22824hOitOu','42WCkkMk','4958975aGroNa'];a63c=function(){return i;};return a63c();}export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x1a5))/0x1*(parseInt(f(0x1a4))/0x2)+-parseInt(f(0x1a7))/0x3*(parseInt(f(0x1a8))/0x4)+-parseInt(f(0x1af))/0x5+-parseInt(f(0x1a6))/0x6+parseInt(f(0x1aa))/0x7+-parseInt(f(0x1ae))/0x8+parseInt(f(0x1ac))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x89b35));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x1a3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x1a9)]()[h(0x1ab)](h(0x1ad))[h(0x1a9)]()['constructor'](a63a)[h(0x1ab)]('(((.+)+)+)+$');});a63a();function a63c(){var i=['2640168wGkSVL','1832950OxOHGd','apply','14VXcCuM','68881anhByt','4197120ORxahf','2163453LvZjcT','4IQzJsB','toString','573720zJcsyB','search','27733590QgsQpN','(((.+)+)+)+$'];a63c=function(){return i;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1a3;var f=c[d];return f;},a63d(a,b);}export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x11a))/0x1*(parseInt(f(0x11e))/0x2)+-parseInt(f(0x11b))/0x3*(-parseInt(f(0x124))/0x4)+parseInt(f(0x125))/0x5*(-parseInt(f(0x119))/0x6)+-parseInt(f(0x120))/0x7+-parseInt(f(0x117))/0x8+parseInt(f(0x122))/0x9+-parseInt(f(0x11f))/0xa*(-parseInt(f(0x123))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x5093b));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x121)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a['toString']()['search']('(((.+)+)+)+$')[h(0x118)]()['constructor'](a64a)[h(0x11c)](h(0x11d));});function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x117;var f=c[d];return f;},a64d(a,b);}a64a();function a64c(){var i=['3124494IRvanx','1331xXMEGT','224xydbVn','52525HUXKTb','3004344ILuXGJ','toString','12SIjHzM','16925BWiwZn','12057xEWYtN','search','(((.+)+)+)+$','70eTblbA','9320PMpBrP','3855467FfZJkd','apply'];a64c=function(){return i;};return a64c();}export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x181))/0x1+parseInt(f(0x17b))/0x2*(parseInt(f(0x176))/0x3)+parseInt(f(0x182))/0x4+parseInt(f(0x178))/0x5+parseInt(f(0x177))/0x6*(-parseInt(f(0x17d))/0x7)+-parseInt(f(0x17e))/0x8+parseInt(f(0x175))/0x9*(parseInt(f(0x179))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x823bc));function a64c(){var i=['2007416FKTvbV','toString','3821247zDdowV','3eWdRht','124284JhmunY','4610510mJgeed','10tRmkqn','search','675334hRUeTd','apply','91nXcJyb','7998296YhhTDm','constructor','(((.+)+)+)+$','383701ZvgCYs'];a64c=function(){return i;};return a64c();}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x17c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x174)]()[h(0x17a)](h(0x180))[h(0x174)]()[h(0x17f)](a64a)['search'](h(0x180));});function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x174;var f=c[d];return f;},a64d(a,b);}a64a();export{};
@@ -1 +1 @@
1
- const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0xdb))/0x1+parseInt(y(0xda))/0x2*(parseInt(y(0xd6))/0x3)+-parseInt(y(0xcd))/0x4*(parseInt(y(0xdc))/0x5)+-parseInt(y(0xbc))/0x6*(parseInt(y(0xec))/0x7)+parseInt(y(0xe1))/0x8+-parseInt(y(0x102))/0x9+parseInt(y(0xb8))/0xa*(-parseInt(y(0xc9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x9f799));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0xe2)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x101)]()['search'](A(0xc5))[A(0x101)]()[A(0xb1)](g)[A(0xb7)](A(0xc5));});g();try{const h=a65e[B(0xcc)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a65e[B(0xd4)]({'top':'0%','left':B(0xf0),'width':B(0xcb),'height':B(0xed),'border':{'type':B(0xc4)},'label':B(0xbe),'content':B(0xdd),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0xb5)]()['map'](v=>v[C(0x104)]);i[C(0xb9)](u[C(0xdf)]('\x0a')),h[C(0x100)]();};h[B(0xe9)](i);const k=a65e['box']({'top':B(0xed),'left':B(0xf0),'width':B(0xcb),'height':B(0xcb),'border':{'type':B(0xc4)},'label':'\x20Equipment\x20','content':B(0xfe),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x108)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xe9)](k);const l=t=>{const D=B;k[D(0xb9)](D(0xef)+(t[D(0xf4)]?t['head'][D(0x104)]:D(0xe3))+'\x0a'+(D(0xf8)+(t[D(0xf3)]?t[D(0xf3)][D(0x104)]:D(0xe3))+'\x0a')+('Legs:\x20'+(t['legs']?t['legs'][D(0x104)]:D(0xe3))+'\x0a')+(D(0xe4)+(t['feet']?t[D(0x106)]['name']:D(0xe3))+'\x0a')+('Arms:\x20'+(t[D(0x107)]?t['arms']['name']:D(0xe3))+'\x0a')+('Gloves:\x20'+(t[D(0x105)]?t[D(0x105)][D(0x104)]:D(0xe3))+'\x0a')+(D(0xb0)+(t[D(0xd7)]?t[D(0xd7)][D(0x104)]:D(0xe3))+'\x0a')+(D(0xff)+(t[D(0xd5)]?t['rightHand'][D(0x104)]:D(0xe3))+'\x0a')),h['render']();},m=a65e[B(0xd4)]({'top':B(0xf9),'left':'75%','width':B(0xcb),'height':B(0xc8),'border':{'type':B(0xc4)},'label':'\x20Map\x20','content':B(0xfd),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xe9)](m);const n=t=>{const E=B;let u=E(0x10a)+t[E(0x104)]+'\x0a\x0a';u+=E(0xfc),t[E(0xd8)]['size']>0x0?t[E(0xd8)][E(0xf7)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0xd0)]===RoomType[F(0xc7)]?u+=capitalCase(w)+':\x20'+x[F(0x104)]:u+=capitalCase(w)+':\x20'+v[F(0x104)];if(v[F(0xd3)]())u+=F(0xc3);else v['checkIfLockable']()&&(u+=F(0xe8));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0xc2),m[E(0xb9)](u),h['render']();},o=a65e['box']({'id':'logBox','top':'0%','left':'0%','width':B(0xf0),'height':'90%','border':{'type':B(0xc4)},'label':B(0x103),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x108)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x109)]('mousemove'),h[B(0xe9)](o);const p=a65e[B(0xe0)]({'bottom':0x0,'left':0x0,'width':B(0xee),'height':'10%','tags':!![],'border':{'type':'line'},'style':{'fg':'white','border':{'fg':B(0xe6)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0xe9)](p),h[B(0xeb)]([B(0xbd),'C-c'],()=>process[B(0xba)](0x0)),p[B(0xc6)](),h[B(0x100)]();const q=Logger[B(0xbb)](e[B(0xb3)],h),r=new Player({'playerName':c});q[B(0xd9)](B(0xe5));const s=a65f['getInstance'](r,d);o['setContent'](s[B(0xc0)]()),l(s[B(0xfa)]['equipment']),j(s[B(0xfa)][B(0xe7)]),n(s['player'][B(0xf1)]),p['key']([B(0xea)],async()=>{const G=B,t=p[G(0xf5)](),u=s[G(0xf6)](t);(t[G(0xc1)]('\x20')[0x0]===G(0xca)||'equip'||G(0xf2))&&(j(s[G(0xfa)][G(0xe7)]),l(s['player'][G(0xbf)])),(t[G(0xc1)]('\x20')[0x0]==='go'||G(0xce)||'unlock')&&n(s['player'][G(0xf1)]),t[G(0xc1)]('\x20')[0x0]===G(0xfb)&&o[G(0xb9)](''),u===null&&(console['log'](G(0xde)),h['render'](),q[G(0xd9)](G(0xb4)),process['exit'](0x0)),o[G(0xb6)](u),o[G(0xb2)](0x1),p[G(0x10b)](),p[G(0xc6)](),h['render']();});}catch(t){console[B(0xd2)](t),process[B(0xba)](0x1);}}function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0xb0;let f=c[d];return f;},a65d(a,b);}function a65c(){const I=['----->>>>>>\x20Initializing\x20Game','cyan','inventory','\x20(Unlocked)','append','enter','key','380597QhukqN','45%','100%','Head:\x20','75%','currentLocation','unequip','torso','head','getValue','handleInput','forEach','Torso:\x20','70%','player','clear','-----\x20Exits\x20------\x0a','Available\x20exits\x20will\x20be\x20shown\x20here...','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Right\x20Hand:\x20','render','toString','3489894vGzjBJ','\x20Game\x20Log\x20','name','gloves','feet','arms','yellow','removeAllListeners','Currently\x20in:\x20','clearValue','Left\x20Hand:\x20','constructor','scroll','logFilePath','<<<<<<<<---------\x20Terminating\x20game','getAllItems','pushLine','search','10MmXkll','setContent','exit','getInstance','66NGcoVm','escape','\x20Inventory\x20','equipment','getWelcomeMessage','split','\x0aThere\x20are\x20no\x20exits\x20here.','\x20(Locked)','line','(((.+)+)+)+$','focus','OUTSIDE','20%','335555pjZsrm','take','25%','screen','4eaLQdL','lock','parse','roomType','slice','log','checkIfLocked','box','rightHand','2593176AIdTmC','leftHand','exits','write','2hkHwyw','470717dnWxeb','11705RFTwdq','Your\x20items\x20will\x20be\x20listed\x20here...','Thanks\x20for\x20playing!','join','textbox','10225816vLRPuo','apply','None','Feet:\x20'];a65c=function(){return I;};return a65c();}const args=process['argv'][a65H(0xd1)](0x2);main(args[0x0],JSON[a65H(0xcf)](args[0x1]),JSON[a65H(0xcf)](args[0x2]));
1
+ const a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0xc8))/0x1*(-parseInt(y(0x7c))/0x2)+-parseInt(y(0xc0))/0x3+-parseInt(y(0x9f))/0x4*(-parseInt(y(0xb4))/0x5)+-parseInt(y(0x8d))/0x6*(parseInt(y(0xa1))/0x7)+-parseInt(y(0xae))/0x8+parseInt(y(0x90))/0x9*(-parseInt(y(0x8f))/0xa)+parseInt(y(0xc9))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xf0ae8));import a65e from'blessed';import{capitalCase}from'change-case';function a65c(){const H=['90%','take','11335nQZNxX','leftHand','75%','getWelcomeMessage','checkIfLocked','name','white','legs','10%','Legs:\x20','player','split','3346179BXOtJL','Head:\x20','\x20Equipment\x20','torso','getInstance','write','yellow','argv','41UcDbfm','23528593ERMQdB','Gloves:\x20','join','currentLocation','45%','head','textbox','Currently\x20in:\x20','map','checkIfLockable','getValue','\x20Inventory\x20','C-c','unequip','clearValue','exits','inventory','key','41378ZYhCYD','Side\x20Quest\x20Adventure\x20Game','clear','forEach','escape','arms','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','exit','size','Feet:\x20','25%','line','log','mousemove','-----\x20Exits\x20------\x0a','\x20(Unlocked)','None','6PWxqei','roomType','83570poqdws','216lUhmtc','lock','OUTSIDE','(((.+)+)+)+$','render','Left\x20Hand:\x20','focus','----->>>>>>\x20Initializing\x20Game','Your\x20items\x20will\x20be\x20listed\x20here...','logFilePath','slice','toString','rightHand','feet','pushLine','1324opERaL','getAllItems','5727673vvWuYa','Right\x20Hand:\x20','gloves','70%','100%','setContent','unlock','\x20Game\x20Log\x20','20%','box','cyan','parse','append','4940456FSeMHt','constructor','enter','getOtherSide'];a65c=function(){return H;};return a65c();}import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x6d;let f=c[d];return f;},a65d(a,b);}export async function main(c,d,e){const A=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a65d;return g['toString']()['search'](z(0x93))[z(0x9b)]()[z(0xaf)](g)['search'](z(0x93));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':A(0x7d)}),i=a65e[A(0xaa)]({'top':'0%','left':A(0xb6),'width':'25%','height':A(0x6e),'border':{'type':'line'},'label':A(0x75),'content':A(0x98),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xc6)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0xa0)]()[B(0x72)](v=>v[B(0xb9)]);i[B(0xa6)](u[B(0xcb)]('\x0a')),h[B(0x94)]();};h['append'](i);const k=a65e[A(0xaa)]({'top':A(0x6e),'left':A(0xb6),'width':'25%','height':A(0x86),'border':{'type':'line'},'label':A(0xc2),'content':A(0x82),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0xad)](k);const l=t=>{const C=A;k[C(0xa6)](C(0xc1)+(t['head']?t[C(0x6f)]['name']:C(0x8c))+'\x0a'+('Torso:\x20'+(t[C(0xc3)]?t['torso'][C(0xb9)]:C(0x8c))+'\x0a')+(C(0xbd)+(t[C(0xbb)]?t['legs'][C(0xb9)]:C(0x8c))+'\x0a')+(C(0x85)+(t[C(0x9d)]?t[C(0x9d)][C(0xb9)]:'None')+'\x0a')+('Arms:\x20'+(t[C(0x81)]?t['arms']['name']:C(0x8c))+'\x0a')+(C(0xca)+(t[C(0xa3)]?t[C(0xa3)][C(0xb9)]:C(0x8c))+'\x0a')+(C(0x95)+(t[C(0xb5)]?t['leftHand'][C(0xb9)]:C(0x8c))+'\x0a')+(C(0xa2)+(t[C(0x9c)]?t[C(0x9c)]['name']:C(0x8c))+'\x0a')),h[C(0x94)]();},m=a65e[A(0xaa)]({'top':A(0xa4),'left':A(0xb6),'width':A(0x86),'height':A(0xa9),'border':{'type':A(0x87)},'label':'\x20Map\x20','content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xc6)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0xad)](m);const n=t=>{const D=A;let u=D(0x71)+t[D(0xb9)]+'\x0a\x0a';u+=D(0x8a),t[D(0x79)][D(0x84)]>0x0?t['exits'][D(0x7f)]((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0xb1)](t);x[E(0x8e)]===RoomType[E(0x92)]?u+=capitalCase(w)+':\x20'+x[E(0xb9)]:u+=capitalCase(w)+':\x20'+v[E(0xb9)];if(v[E(0xb8)]())u+='\x20(Locked)';else v[E(0x73)]()&&(u+=E(0x8b));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m[D(0xa6)](u),h['render']();},o=a65e['box']({'id':'logBox','top':'0%','left':'0%','width':A(0xb6),'height':A(0xb2),'border':{'type':A(0x87)},'label':A(0xa8),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](A(0x89)),h[A(0xad)](o);const p=a65e[A(0x70)]({'bottom':0x0,'left':0x0,'width':A(0xa5),'height':A(0xbc),'tags':!![],'border':{'type':A(0x87)},'style':{'fg':A(0xba),'border':{'fg':A(0xab)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0xad)](p),h[A(0x7b)]([A(0x80),A(0x76)],()=>process[A(0x83)](0x0)),p[A(0x96)](),h['render']();const q=Logger[A(0xc4)](e[A(0x99)],h),r=new Player({'playerName':c});q[A(0xc5)](A(0x97));const s=a65f[A(0xc4)](r,d);o['setContent'](s[A(0xb7)]()),l(s['player']['equipment']),j(s[A(0xbe)]['inventory']),n(s[A(0xbe)][A(0x6d)]),p[A(0x7b)]([A(0xb0)],async()=>{const F=A,t=p[F(0x74)](),u=s['handleInput'](t);(t['split']('\x20')[0x0]===F(0xb3)||'equip'||F(0x77))&&(j(s['player'][F(0x7a)]),l(s[F(0xbe)]['equipment'])),(t[F(0xbf)]('\x20')[0x0]==='go'||F(0x91)||F(0xa7))&&n(s[F(0xbe)]['currentLocation']),t['split']('\x20')[0x0]===F(0x7e)&&o[F(0xa6)](''),u===null&&(console[F(0x88)]('Thanks\x20for\x20playing!'),h[F(0x94)](),q[F(0xc5)]('<<<<<<<<---------\x20Terminating\x20game'),process['exit'](0x0)),o[F(0x9e)](u),o['scroll'](0x1),p[F(0x78)](),p[F(0x96)](),h[F(0x94)]();});}catch(t){console[A(0x88)](t),process['exit'](0x1);}}const args=process[a65G(0xc7)][a65G(0x9a)](0x2);main(args[0x0],JSON[a65G(0xac)](args[0x1]),JSON[a65G(0xac)](args[0x2]));
@@ -1 +1 @@
1
- const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x95))/0x1*(-parseInt(h(0x81))/0x2)+parseInt(h(0x9a))/0x3*(-parseInt(h(0x92))/0x4)+parseInt(h(0x7f))/0x5+parseInt(h(0x9d))/0x6+-parseInt(h(0x9c))/0x7*(-parseInt(h(0x7a))/0x8)+parseInt(h(0x85))/0x9*(parseInt(h(0x80))/0xa)+parseInt(h(0x77))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x65ba6));function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x72;let f=c[d];return f;},a66d(a,b);}function a66c(){const s=['hasScreen','type','[ERROR]\x20[','getScrollHeight','instance','content','children','existsSync','screen','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','1183796wfbPhI','The\x20logbox\x20','filePath','1wpUkOr','writeFileSync','setContent','appendFileSync','scrollTo','6RPxWNn','error','3738826iJkgtZ','782760XYMarc','toISOString','[INFO]\x20[','dirname','homedir','mkdirSync','3844709iuVviK','ensureLogFileExists','apply','8EHjiAT','search','options','(((.+)+)+)+$','logBox','451625TGFFlg','30dcGpCW','1407238hfynBc','join','find','getInstance','1823319EpyPWK','render','.maka'];a66c=function(){return s;};return a66c();}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x79)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x7b)](j(0x7d))['toString']()['constructor'](a66a)['search'](j(0x7d));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x75)]();export class Logger{static [a66k(0x8c)];[a66k(0x94)];[a66k(0x90)];constructor(a,b){const l=a66k;this[l(0x94)]=a,this[l(0x90)]=b,this['ensureLogFileExists']();}static[a66k(0x84)](a=a66g[a66k(0x82)](homeDir,a66k(0x87),'side-quest.log'),b){const m=a66k;if(!Logger[m(0x8c)]){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['instance'];}[a66k(0x78)](){const n=a66k,a=a66g[n(0x74)](this['filePath']);!a66e[n(0x8f)](a)&&a66e[n(0x76)](a,{'recursive':!![]}),!a66e[n(0x8f)](this[n(0x94)])&&a66e[n(0x96)](this[n(0x94)],'');}['write'](a){const o=a66k,b=new Date()[o(0x72)](),c=o(0x73)+b+']\x20'+a+'\x0a';a66e[o(0x98)](this['filePath'],c);}[a66k(0x9b)](a){const p=a66k,b=new Date()[p(0x72)](),c=p(0x8a)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[p(0x94)],c);}['log'](a){const q=a66k,b=this[q(0x90)]?.[q(0x8e)][q(0x83)](c=>c[q(0x89)]==='box'&&c[q(0x7c)]['id']===q(0x7e));b?(b[q(0x97)](b[q(0x8d)]+'\x0a'+a),b[q(0x99)](b[q(0x8b)]()),this[q(0x90)]?.[q(0x86)]()):this[q(0x9b)](q(0x93)+b+q(0x91)+this['screen']),this['write'](a);}[a66k(0x88)](){const r=a66k;return!!this[r(0x90)];}}
1
+ const a66k=a66d;function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xc6;let f=c[d];return f;},a66d(a,b);}(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0xcb))/0x1*(-parseInt(h(0xf1))/0x2)+parseInt(h(0xe9))/0x3+-parseInt(h(0xea))/0x4*(-parseInt(h(0xe6))/0x5)+parseInt(h(0xe2))/0x6*(parseInt(h(0xec))/0x7)+-parseInt(h(0xd3))/0x8*(-parseInt(h(0xd1))/0x9)+-parseInt(h(0xed))/0xa+-parseInt(h(0xf0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x8a3dd));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0xc6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0xf3)]()[j(0xda)](j(0xca))[j(0xf3)]()[j(0xd9)](a66a)[j(0xda)](j(0xca));});a66a();import a66e from'fs';import a66f from'os';function a66c(){const r=['apply','existsSync','toISOString','filePath','(((.+)+)+)+$','121eaXNSF','join','error','type','.maka','mkdirSync','9BpivCn','dirname','5841512mQcLpV','side-quest.log','find','log','homedir','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','constructor','search','logBox','write','render','ensureLogFileExists','getInstance','hasScreen','children','42kPCLCj','instance','box','The\x20logbox\x20','20srTUwF','screen','[INFO]\x20[','2790648XDyUoO','319252VjgIvW','appendFileSync','652841uzhrwg','2034710cQsyRL','getScrollHeight','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','22600325RedTjG','3170wecSij','setContent','toString','scrollTo'];a66c=function(){return r;};return a66c();}import a66g from'path';const homeDir=a66f[a66k(0xd7)]();export class Logger{static ['instance'];['filePath'];[a66k(0xe7)];constructor(a,b){const l=a66k;this['filePath']=a,this['screen']=b,this[l(0xde)]();}static[a66k(0xdf)](a=a66g[a66k(0xcc)](homeDir,a66k(0xcf),a66k(0xd4)),b){const m=a66k;if(!Logger[m(0xe3)]){if(!b)throw new Error(m(0xd8));Logger['instance']=new Logger(a,b);}return Logger['instance'];}[a66k(0xde)](){const n=a66k,a=a66g[n(0xd2)](this[n(0xc9)]);!a66e['existsSync'](a)&&a66e[n(0xd0)](a,{'recursive':!![]}),!a66e[n(0xc7)](this[n(0xc9)])&&a66e['writeFileSync'](this[n(0xc9)],'');}[a66k(0xdc)](a){const o=a66k,b=new Date()[o(0xc8)](),c=o(0xe8)+b+']\x20'+a+'\x0a';a66e[o(0xeb)](this[o(0xc9)],c);}['error'](a){const p=a66k,b=new Date()[p(0xc8)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a66e[p(0xeb)](this[p(0xc9)],c);}[a66k(0xd6)](a){const q=a66k,b=this[q(0xe7)]?.[q(0xe1)][q(0xd5)](c=>c[q(0xce)]===q(0xe4)&&c['options']['id']===q(0xdb));b?(b[q(0xf2)](b['content']+'\x0a'+a),b[q(0xf4)](b[q(0xee)]()),this[q(0xe7)]?.[q(0xdd)]()):this[q(0xcd)](q(0xe5)+b+q(0xef)+this[q(0xe7)]),this[q(0xdc)](a);}[a66k(0xe0)](){return!!this['screen'];}}
@@ -1 +1 @@
1
- function a67c(){const q=['sideQuestAnswer','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...','side-quest','126CdQrJU','99SVqRnK','Commoner','3029215nnmDzR','apply','What\x20is\x20your\x20name?','search','shadowrun','list','maka\x20play:side-quest','3454300BhpdTe','exit','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','510979EOqIMN','stringify','node','3TupbNM','Thanks\x20for\x20playing!','88934BlKwXc','9gLAdxs','4501200eLndCB','2207376DeuGFA','inherit','dungeon','35kfiuuj','toString','side-quest.log','ask','join','(((.+)+)+)+$','player','log','options','./sideQuest/ui.js','create','3016584XXMGEk'];a67c=function(){return q;};return a67c();}const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0xc5))/0x1*(parseInt(k(0xbf))/0x2)+parseInt(k(0xbd))/0x3*(parseInt(k(0xb7))/0x4)+-parseInt(k(0xb0))/0x5+-parseInt(k(0xad))/0x6*(-parseInt(k(0xba))/0x7)+-parseInt(k(0xa9))/0x8*(parseInt(k(0xc0))/0x9)+-parseInt(k(0xc1))/0xa+parseInt(k(0xae))/0xb*(-parseInt(k(0xc2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xd3021));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0xb1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0xc6)]()[m(0xb3)](m(0xca))[m(0xc6)]()['constructor'](a67a)[m(0xb3)](m(0xca));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xa4;let f=c[d];return f;},a67d(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['url']),__dirname=dirname(__filename);Command[a67n(0xa8)]({'name':a67n(0xac),'usage':a67n(0xb6),'shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':a67n(0xab),'validOpts':[a67n(0xa4)]},async function(a,b){const o=a67n;try{const c=this['fsi']['getGlobalMakaDir'](),d=a67e[o(0xc9)](c,o(0xc7)),e=b[o(0xa4)]?b[o(0xa4)]:await Actions[o(0xc8)](o(0xb2))||o(0xaf),f={...b,'logFilePath':d},g={'type':o(0xb5),'name':o(0xaa),'message':o(0xb9),'choices':[{'name':o(0xc4),'value':dungeonConfig},{'name':o(0xb4),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xa6)](g);if(e&&h){const i=spawn(o(0xbc),[a67e['resolve'](__dirname,o(0xa7)),e,JSON['stringify'](h),JSON[o(0xbb)](f)],{'stdio':o(0xc3)});i['on'](o(0xb8),()=>{const p=o;console[p(0xa5)](p(0xbe));});}}catch(j){console[o(0xa5)](j);}},a67f);
1
+ const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0x1a9))/0x1*(-parseInt(k(0x1b4))/0x2)+parseInt(k(0x1aa))/0x3*(parseInt(k(0x1a0))/0x4)+parseInt(k(0x197))/0x5+parseInt(k(0x19d))/0x6+parseInt(k(0x1ab))/0x7*(parseInt(k(0x19c))/0x8)+parseInt(k(0x19a))/0x9+-parseInt(k(0x1ac))/0xa*(parseInt(k(0x1a6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x231b9));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x1ae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0x193)]()[m(0x1b7)](m(0x198))['toString']()[m(0x1b5)](a67a)[m(0x1b7)](m(0x198));});a67a();import a67e from'path';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x193;let f=c[d];return f;},a67d(a,b);}import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';function a67c(){const q=['ask','create','side-quest','node','1092993idpbqI','fsi','What\x20is\x20your\x20name?','3QOKLtL','903lYVDgt','31591HJoAeT','40qngXQX','player','apply','resolve','Play\x20a\x20little\x20side-quest','stringify','side-quest.log','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...','172762CqDaAP','constructor','maka\x20play:side-quest','search','toString','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','log','dungeon','630770DWfPsx','(((.+)+)+)+$','Thanks\x20for\x20playing!','544284oSdTJz','Commoner','264OfBCzU','1273788tpzOLG','shadowrun','inherit','3356FrFFze','exit'];a67c=function(){return q;};return a67c();}import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command[a67n(0x1a3)]({'name':a67n(0x1a4),'usage':a67n(0x1b6),'shortDesc':a67n(0x1b0),'aliases':['sq'],'description':a67n(0x1b3),'validOpts':[a67n(0x1ad)]},async function(a,b){const o=a67n;try{const c=this[o(0x1a7)]['getGlobalMakaDir'](),d=a67e['join'](c,o(0x1b2)),e=b[o(0x1ad)]?b[o(0x1ad)]:await Actions[o(0x1a2)](o(0x1a8))||o(0x19b),f={...b,'logFilePath':d},g={'type':'list','name':'sideQuestAnswer','message':o(0x194),'choices':[{'name':o(0x196),'value':dungeonConfig},{'name':o(0x19e),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(o(0x1a5),[a67e[o(0x1af)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x1b1)](h),JSON[o(0x1b1)](f)],{'stdio':o(0x19f)});i['on'](o(0x1a1),()=>{const p=o;console['log'](p(0x199));});}}catch(j){console[o(0x195)](j);}},a67f);
@@ -1 +1 @@
1
- var a68h=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x179))/0x1*(-parseInt(f(0x16f))/0x2)+parseInt(f(0x172))/0x3*(-parseInt(f(0x178))/0x4)+parseInt(f(0x171))/0x5+parseInt(f(0x176))/0x6+parseInt(f(0x16b))/0x7+parseInt(f(0x175))/0x8*(-parseInt(f(0x16c))/0x9)+-parseInt(f(0x17b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x8e30c));function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x16a;var f=c[d];return f;},a68d(a,b);}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var g=a68d;return a68a[g(0x177)]()['search'](g(0x16e))[g(0x177)]()['constructor'](a68a)[g(0x173)](g(0x16e));});function a68c(){var j=['754jxmYhj','create','2331325PCmcRp','108762JrJPeJ','search','inherit','208808CSGiUb','268596zGTWbY','toString','28QKJNpA','622gtwMIr','maka\x20game:snake','5645580KCXTHb','snake','7144459jJGWbW','126fCuisr','npx\x20command-line-snake','(((.+)+)+)+$'];a68c=function(){return j;};return a68c();}a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68h(0x170)]({'name':a68h(0x16a),'usage':a68h(0x17a),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var i=a68h;execSync(i(0x16d),{'stdio':i(0x174)});},a68e);
1
+ function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x10c;var f=c[d];return f;},a68d(a,b);}var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x10c))/0x1*(-parseInt(f(0x112))/0x2)+-parseInt(f(0x10e))/0x3+-parseInt(f(0x11c))/0x4*(parseInt(f(0x111))/0x5)+-parseInt(f(0x114))/0x6*(-parseInt(f(0x11f))/0x7)+parseInt(f(0x11a))/0x8*(parseInt(f(0x118))/0x9)+-parseInt(f(0x110))/0xa+parseInt(f(0x117))/0xb*(parseInt(f(0x116))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x955a4));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x10d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a['toString']()['search']('(((.+)+)+)+$')[h(0x113)]()[h(0x115)](a68a)[h(0x10f)](h(0x11e));});a68a();import a68e from'./play.command.js';function a68c(){var k=['14892uAfwmI','constructor','4212QtxvwQ','64053QqCOIf','351RgvcGK','snake','36552ucUfZA','inherit','12zsQcFN','npx\x20command-line-snake','(((.+)+)+)+$','2898dNAjPn','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','5nXaYhM','apply','2492712fTLLuw','search','4477900ZctqPn','271175iSdLgj','478586nROBjQ','toString'];a68c=function(){return k;};return a68c();}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a68i(0x119),'usage':'maka\x20game:snake','shortDesc':a68i(0x120),'validOpts':[]},async function(){var j=a68i;execSync(j(0x11d),{'stdio':j(0x11b)});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x96))/0x1+parseInt(f(0x97))/0x2+-parseInt(f(0x99))/0x3+-parseInt(f(0x9c))/0x4*(-parseInt(f(0x9f))/0x5)+parseInt(f(0x9a))/0x6+-parseInt(f(0x9d))/0x7*(parseInt(f(0x90))/0x8)+-parseInt(f(0x92))/0x9*(parseInt(f(0x93))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xb6225));function a69c(){var j=['maka\x20game:tetris','869949mQxIoW','10DewdRk','toString','search','181062sGGjSJ','2746854CenoTO','tetris','487398UZHeAL','4551852mvNrJM','apply','76TtPusb','10766ypaEcy','create','4455DNsRNg','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','(((.+)+)+)+$','5008qPfrwR'];a69c=function(){return j;};return a69c();}function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x8e;var f=c[d];return f;},a69d(a,b);}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x9b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x94)]()[h(0x95)](h(0x8f))[h(0x94)]()['constructor'](a69a)[h(0x95)](h(0x8f));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x9e)]({'name':a69i(0x98),'usage':a69i(0x91),'shortDesc':a69i(0x8e),'validOpts':[]},async function(){execSync('npx\x20simple-tetris',{'stdio':'inherit'});},a69e);
1
+ var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x72))/0x1*(parseInt(f(0x7b))/0x2)+-parseInt(f(0x75))/0x3*(parseInt(f(0x7a))/0x4)+parseInt(f(0x7c))/0x5*(parseInt(f(0x78))/0x6)+-parseInt(f(0x76))/0x7+parseInt(f(0x83))/0x8+parseInt(f(0x7e))/0x9*(-parseInt(f(0x79))/0xa)+-parseInt(f(0x74))/0xb*(-parseInt(f(0x7d))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xba271));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var g=a69d;return a69a[g(0x81)]()[g(0x7f)](g(0x77))[g(0x81)]()[g(0x80)](a69a)[g(0x7f)](g(0x77));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x6f;var f=c[d];return f;},a69d(a,b);}Command[a69h(0x71)]({'name':a69h(0x82),'usage':a69h(0x6f),'shortDesc':a69h(0x70),'validOpts':[]},async function(){var i=a69h;execSync('npx\x20simple-tetris',{'stdio':i(0x73)});},a69e);function a69c(){var j=['1107566RXBCmJ','6876035WlwxRW','12lLxVOA','292023zlCILY','search','constructor','toString','tetris','6157904nnkYRe','maka\x20game:tetris','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','create','1eTOatB','inherit','7765571FwtgVL','2054757lzNiUi','8679461OMyHzs','(((.+)+)+)+$','6OWlFCj','10GuGISA','8AKczDj'];a69c=function(){return j;};return a69c();}
@@ -1 +1 @@
1
- const a70i=a70d;function a70c(){const k=['Scaffold\x20various\x20parts\x20of\x20your\x20application','33DYrKzk','invoke','498ORONGA','search','maka\x20g:scaffold\x20todos','30JCqZoT','maka\x20g:dbc\x20geoserver\x20--type=pgsql','exit','383553woZtWF','552772zYcYeG','1101243vvnElG','apply','24OAHsKc','266kudGoj','maka\x20g:template\x20todos/todo_item','toString','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','7rcJMuA','374228JfuzZM','(((.+)+)+)+$','6421YFxIEt','maka\x20g:route\x20todos/edit','106pmgZbZ','790168YgNiqk','splice','50515pxhhAX'];a70c=function(){return k;};return a70c();}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x19a))/0x1*(parseInt(f(0x19c))/0x2)+-parseInt(f(0x1a1))/0x3*(parseInt(f(0x198))/0x4)+-parseInt(f(0x19f))/0x5*(-parseInt(f(0x1a3))/0x6)+-parseInt(f(0x197))/0x7*(parseInt(f(0x19d))/0x8)+parseInt(f(0x1a9))/0x9*(-parseInt(f(0x1a6))/0xa)+parseInt(f(0x1aa))/0xb*(parseInt(f(0x192))/0xc)+parseInt(f(0x190))/0xd*(parseInt(f(0x193))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xe88b4));function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x190;let f=c[d];return f;},a70d(a,b);}const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x191)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x195)]()[h(0x1a4)](h(0x199))[h(0x195)]()['constructor'](a70a)[h(0x1a4)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':'generate','aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x1a0),'description':a70i(0x196),'examples':['maka\x20generate:scaffold\x20todos',a70i(0x1a5),a70i(0x194),'maka\x20g:package\x20package:name',a70i(0x19b),'maka\x20g:api\x20trucks',a70i(0x1a7)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x19e)](0x0,0x1),await a70e['processAndRunGenerator'](c,a,b)):a70e[j(0x1a2)](a,b);}catch(d){Log['error'](d),process[j(0x1a8)](0x1);}});
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x17c))/0x1+-parseInt(f(0x18b))/0x2+parseInt(f(0x189))/0x3*(-parseInt(f(0x178))/0x4)+-parseInt(f(0x176))/0x5+parseInt(f(0x186))/0x6*(-parseInt(f(0x18d))/0x7)+parseInt(f(0x18c))/0x8*(-parseInt(f(0x175))/0x9)+-parseInt(f(0x185))/0xa*(-parseInt(f(0x187))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xb39f4));function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x175;let f=c[d];return f;},a70d(a,b);}function a70c(){const k=['create','apply','1142216vPcVpK','maka\x20generate:scaffold\x20todos','toString','error','constructor','maka\x20g:api\x20trucks','maka\x20g:route\x20todos/edit','maka\x20g:template\x20todos/todo_item','(((.+)+)+)+$','207840HUDtaO','138YXGdrQ','2673vGqxGi','maka\x20{generate,\x20g}:<generator>\x20<name>','3YJPYeD','maka\x20g:dbc\x20geoserver\x20--type=pgsql','1593570FxSZgX','8XoulMv','368711JcanNg','splice','maka\x20g:scaffold\x20todos','1141074SQwPfc','2959880LHpPTm','Scaffold\x20various\x20parts\x20of\x20your\x20application','1782152irqwjD','search'];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(0x17b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x17e)]()[h(0x179)](h(0x184))[h(0x17e)]()[h(0x180)](a70a)[h(0x179)](h(0x184));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x17a)]({'name':'generate','aliases':['g'],'usage':a70i(0x188),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x177),'description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':[a70i(0x17d),a70i(0x18f),a70i(0x183),'maka\x20g:package\x20package:name',a70i(0x182),a70i(0x181),a70i(0x18a)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x18e)](0x0,0x1),await a70e['processAndRunGenerator'](c,a,b)):a70e['invoke'](a,b);}catch(d){Log[j(0x17f)](d),process['exit'](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0xd6))/0x1*(parseInt(f(0xd2))/0x2)+parseInt(f(0xd8))/0x3+parseInt(f(0xd5))/0x4*(parseInt(f(0xdc))/0x5)+-parseInt(f(0xd3))/0x6+-parseInt(f(0xd4))/0x7+parseInt(f(0xcf))/0x8*(parseInt(f(0xdb))/0x9)+-parseInt(f(0xd1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xae723));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0xdd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a['toString']()[h(0xda)](h(0xd7))[h(0xd9)]()[h(0xd0)](a71a)[h(0xda)]('(((.+)+)+)+$');});a71a();import'./get.command.js';function a71c(){var i=['1021684fEsHtI','286YGRUVg','(((.+)+)+)+$','3020703SLBXCw','toString','search','940239rJViRx','20LBZKSb','apply','56IGKPGT','constructor','7942850UtmiNs','3814UkPOxF','1015470zfsZcG','3754933SxOHpr'];a71c=function(){return i;};return a71c();}function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0xcf;var f=c[d];return f;},a71d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0xdf))/0x1*(parseInt(f(0xe3))/0x2)+parseInt(f(0xe4))/0x3*(parseInt(f(0xdc))/0x4)+parseInt(f(0xdd))/0x5*(parseInt(f(0xd6))/0x6)+-parseInt(f(0xd5))/0x7*(parseInt(f(0xe2))/0x8)+-parseInt(f(0xda))/0x9+-parseInt(f(0xe1))/0xa+-parseInt(f(0xd9))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x45856));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0xde)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0xdb)]()['search']('(((.+)+)+)+$')[h(0xdb)]()[h(0xe0)](a71a)[h(0xd8)](h(0xd7));});function a71c(){var i=['615614lYqFEF','8205AmCLQH','7AjyMco','2238MPwHLW','(((.+)+)+)+$','search','5802577CTjiOe','737082FKVRey','toString','792KPDwhb','7300XYurlC','apply','1TsgZGn','constructor','3142070klxwSL','1484376cYJdTg'];a71c=function(){return i;};return a71c();}a71a();function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0xd5;var f=c[d];return f;},a71d(a,b);}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0xb5))/0x1+-parseInt(f(0xae))/0x2+-parseInt(f(0xba))/0x3+parseInt(f(0xac))/0x4*(-parseInt(f(0xb6))/0x5)+parseInt(f(0xbc))/0x6*(parseInt(f(0xb2))/0x7)+-parseInt(f(0xad))/0x8+parseInt(f(0xbb))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x1cc9c));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0xb8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0xb0)]()[h(0xa8)](h(0xb9))['toString']()[h(0xaf)](a72a)['search']('(((.+)+)+)+$');});a72a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xa7;let f=c[d];return f;},a72d(a,b);}const GetCommand=Command[a72i(0xaa)]({'name':a72i(0xb1),'usage':a72i(0xb4),'shortDesc':a72i(0xa9),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0xb3)](c);if(d)return await this[j(0xab)](c,a,b);else{Log[j(0xa7)](j(0xb7));throw new UsageErrorWithSubs();}});function a72c(){const k=['create','runSubCommand','15284lNgJpZ','546448zEkJmV','70654gWdMil','constructor','toString','get','15967IMtAhH','findSubCommand','maka\x20get:<sub-command>','139053CGjVxs','305cSvHbE','Sub-Command\x20not\x20found','apply','(((.+)+)+)+$','383859HRTMuH','5611977PbCHlO','258ucgrNf','error','search','Get\x20various\x20Maka\x20variables\x20and\x20configurations'];a72c=function(){return k;};return a72c();}export default GetCommand;
1
+ const a72h=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x1ab))/0x1*(-parseInt(f(0x1af))/0x2)+parseInt(f(0x1a1))/0x3*(-parseInt(f(0x19e))/0x4)+parseInt(f(0x1a6))/0x5*(-parseInt(f(0x1ac))/0x6)+-parseInt(f(0x1a8))/0x7+-parseInt(f(0x1a9))/0x8*(parseInt(f(0x1aa))/0x9)+parseInt(f(0x1ad))/0xa+-parseInt(f(0x1a5))/0xb*(-parseInt(f(0x1a7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xe768e));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const g=a72d;return a72a['toString']()['search'](g(0x1a2))['toString']()['constructor'](a72a)[g(0x19d)](g(0x1a2));});a72a();import{Command}from'../../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x19d;let f=c[d];return f;},a72d(a,b);}function a72c(){const j=['68752EpREfe','504bKuzhN','244072JOshvX','54966QfmcUt','9728930qHDOpS','maka\x20get:<sub-command>','2gqevpD','search','60XWvFIX','Get\x20various\x20Maka\x20variables\x20and\x20configurations','create','347961WhyArZ','(((.+)+)+)+$','error','findSubCommand','4565sJVgDN','840MTAXaW','118248Fudqmj','771820fWIXEg'];a72c=function(){return j;};return a72c();}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a72h(0x1a0)]({'name':'get','usage':a72h(0x1ae),'shortDesc':a72h(0x19f),'validOpts':[]},async function(a,b){const i=a72h,c=a[0x0],d=this[i(0x1a4)](c);if(d)return await this['runSubCommand'](c,a,b);else{Log[i(0x1a3)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0xd6))/0x1*(parseInt(f(0xd5))/0x2)+parseInt(f(0xd1))/0x3+-parseInt(f(0xd7))/0x4+parseInt(f(0xcd))/0x5+-parseInt(f(0xd4))/0x6+parseInt(f(0xcb))/0x7*(-parseInt(f(0xcf))/0x8)+parseInt(f(0xd0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x7a48b));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0xce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0xc9)]()[h(0xd8)](h(0xd3))[h(0xc9)]()[h(0xc8)](a73a)['search']('(((.+)+)+)+$');});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xc8;let f=c[d];return f;},a73d(a,b);}Command[a73i(0xcc)]({'name':'global-config','usage':a73i(0xca),'aliases':['gc'],'shortDesc':a73i(0xda),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0xd2)]['getGlobalConfig']();console['log'](a),process['exit'](0x0);}catch(b){console['error'](b),process[j(0xd9)](0x0);}},a73e);function a73c(){const k=['create','93345DMnFoD','apply','5759448NKXcrb','14536485OxNgxA','884394Itcxgo','fsi','(((.+)+)+)+$','1054158YWOOKc','2NcNuKw','311435hEkdIK','882792kFQfNC','search','exit','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','constructor','toString','maka\x20get:global-config','7cdkOhL'];a73c=function(){return k;};return a73c();}
1
+ function a73c(){const j=['547yTEsQN','log','toString','1108sWRNRv','exit','error','1377114Fkaxab','24KOLVGY','(((.+)+)+)+$','1370922XNPwnL','34800Ekvfjw','maka\x20get:global-config','11IYdOia','search','create','5413180uxVcHm','360315QEdqPs','constructor','150KtEqLF','getGlobalConfig','3039512gzijIS'];a73c=function(){return j;};return a73c();}const a73h=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x19f))/0x1*(-parseInt(f(0x1a2))/0x2)+-parseInt(f(0x1a5))/0x3+-parseInt(f(0x1a9))/0x4*(-parseInt(f(0x19c))/0x5)+parseInt(f(0x1a8))/0x6+parseInt(f(0x19e))/0x7+parseInt(f(0x1a6))/0x8*(parseInt(f(0x19a))/0x9)+parseInt(f(0x199))/0xa*(-parseInt(f(0x1ab))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x5497a));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const g=a73d;return a73a[g(0x1a1)]()['search'](g(0x1a7))[g(0x1a1)]()[g(0x19b)](a73a)[g(0x1ac)](g(0x1a7));});a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x198;let f=c[d];return f;},a73d(a,b);}import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73h(0x198)]({'name':'global-config','usage':a73h(0x1aa),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[]},async function(){const i=a73h;try{const a=await this['fsi'][i(0x19d)]();console[i(0x1a0)](a),process[i(0x1a3)](0x0);}catch(b){console[i(0x1a4)](b),process[i(0x1a3)](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x7d))/0x1*(-parseInt(f(0x91))/0x2)+parseInt(f(0x86))/0x3+parseInt(f(0x7c))/0x4*(parseInt(f(0x8d))/0x5)+-parseInt(f(0x8b))/0x6+parseInt(f(0x82))/0x7*(parseInt(f(0x8f))/0x8)+-parseInt(f(0x8c))/0x9*(-parseInt(f(0x84))/0xa)+-parseInt(f(0x8e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x8360b));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x88)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a['toString']()[h(0x8a)](h(0x85))[h(0x87)]()[h(0x92)](a74a)[h(0x8a)](h(0x85));});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x7c;let f=c[d];return f;},a74d(a,b);}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';function a74c(){const k=['local-config','30ObTDyR','(((.+)+)+)+$','2485329aRIAkX','toString','apply','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','search','4724226qdzMDN','2866689rbswfL','45KhwWzT','16907902PIhPGr','253144amUOHT','fsi','133418RYzyZv','constructor','283996mVGuBO','1YptWVo','maka\x20get:local-config','create','getMakaProjectConfig','log','112FmuJWp'];a74c=function(){return k;};return a74c();}Command[a74i(0x7f)]({'name':a74i(0x83),'usage':a74i(0x7e),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x89),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x90)][j(0x80)]();console[j(0x81)](a);},a74e);
1
+ const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x173))/0x1*(-parseInt(f(0x16b))/0x2)+parseInt(f(0x16e))/0x3+-parseInt(f(0x172))/0x4*(parseInt(f(0x16f))/0x5)+-parseInt(f(0x174))/0x6+parseInt(f(0x16d))/0x7*(-parseInt(f(0x169))/0x8)+-parseInt(f(0x171))/0x9+parseInt(f(0x16c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x5aab2));function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x169;let f=c[d];return f;},a74d(a,b);}function a74c(){const k=['search','1478888BqAENb','apply','9854JmxLnu','6184420QuMjty','7SLMXHO','1592283iJLchi','1590895xJLrvw','constructor','1830528FkumXB','4IpoSzo','59rHPOFz','2172516IGlbQh','create','toString','log','getMakaProjectConfig','(((.+)+)+)+$','maka\x20get:local-config'];a74c=function(){return k;};return a74c();}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x176)]()[h(0x17b)](h(0x179))[h(0x176)]()[h(0x170)](a74a)[h(0x17b)](h(0x179));});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x175)]({'name':'local-config','usage':a74i(0x17a),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[]},async function(){const j=a74i,a=await this['fsi'][j(0x178)]();console[j(0x177)](a);},a74e);
@@ -1 +1 @@
1
- function a75c(){const l=['1261047euQRVP','148547LnpdJu','8796414RZFIuQ','constructor','silent','error','apply','user','hash','7xsJhUw','3369280yRyWGL','create','maka\x20get:whoami','search','token','1450568FxwgxE','20JurrED','1013220npLpPc','join','2vbcCKq','roles','6648030KXmQYC','8JmDwbd','(((.+)+)+)+$','toString','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','notice','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','whoami','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','User\x20Access\x20Token:\x20\x20'];a75c=function(){return l;};return a75c();}const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0x149))/0x1*(parseInt(g(0x15b))/0x2)+-parseInt(g(0x148))/0x3*(-parseInt(g(0x15e))/0x4)+parseInt(g(0x152))/0x5+-parseInt(g(0x159))/0x6+-parseInt(g(0x151))/0x7*(-parseInt(g(0x157))/0x8)+parseInt(g(0x15d))/0x9+-parseInt(g(0x158))/0xa*(parseInt(g(0x14a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x7e694));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x14e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x160)]()[i(0x155)](i(0x15f))[i(0x160)]()[i(0x14b)](a75a)[i(0x155)](i(0x15f));});a75a();function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x147;let f=c[d];return f;},a75d(a,b);}import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command[a75j(0x153)]({'name':a75j(0x164),'usage':a75j(0x154),'shortDesc':a75j(0x161),'validOpts':[a75j(0x14c)]},async function(a,b){const k=a75j;try{const c=await this['fsi']['getGlobalConfig']();let d=null;return c['hash']&&(d=await a75f['decode'](c[k(0x150)]),!b['silent']&&(Log[k(0x162)](k(0x163)+d?.[k(0x14f)]),Log[k(0x162)](k(0x165)+c[k(0x156)]?.['userId']),Log[k(0x162)](k(0x147)+c[k(0x156)]?.['authToken']),Log[k(0x162)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.[k(0x15c)][k(0x15a)](',\x20')))),c;}catch(f){Log[k(0x14d)](f),process['exit'](0x1);}},a75e);
1
+ const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0xd1))/0x1*(-parseInt(g(0xcd))/0x2)+-parseInt(g(0xdf))/0x3*(parseInt(g(0xc4))/0x4)+parseInt(g(0xc5))/0x5*(parseInt(g(0xe2))/0x6)+parseInt(g(0xd5))/0x7*(parseInt(g(0xd2))/0x8)+parseInt(g(0xd7))/0x9*(-parseInt(g(0xc9))/0xa)+-parseInt(g(0xdd))/0xb*(parseInt(g(0xe4))/0xc)+parseInt(g(0xcf))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xcd460));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0xc6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0xe0)]()[i(0xc7)](i(0xd9))['toString']()[i(0xc8)](a75a)[i(0xc7)](i(0xd9));});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0xc4;let f=c[d];return f;},a75d(a,b);}function a75c(){const l=['214NwKyaA','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','36884679dbYnmH','decode','1849kmnQTr','4270832adMFee','notice','error','7Ewcpgu','whoami','1446417qbuaXs','create','(((.+)+)+)+$','hash','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','silent','8475478jiQrcN','User\x20Access\x20Token:\x20\x20','3867hAPnnZ','toString','authToken','24euhrmL','maka\x20get:whoami','12eTHZXr','getGlobalConfig','join','roles','4844DgsntV','910360rMouAN','apply','search','constructor','70SRusEK','fsi','token','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information'];a75c=function(){return l;};return a75c();}Command[a75j(0xd8)]({'name':a75j(0xd6),'usage':a75j(0xe3),'shortDesc':a75j(0xcc),'validOpts':[a75j(0xdc)]},async function(a,b){const k=a75j;try{const c=await this[k(0xca)][k(0xe5)]();let d=null;return c[k(0xda)]&&(d=await a75f[k(0xd0)](c[k(0xda)]),!b[k(0xdc)]&&(Log[k(0xd3)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.['user']),Log[k(0xd3)](k(0xce)+c['token']?.['userId']),Log[k(0xd3)](k(0xde)+c[k(0xcb)]?.[k(0xe1)]),Log[k(0xd3)](k(0xdb)+d?.[k(0xe7)][k(0xe6)](',\x20')))),c;}catch(f){Log[k(0xd4)](f),process['exit'](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x1b9))/0x1+parseInt(f(0x1bb))/0x2+-parseInt(f(0x1b8))/0x3*(parseInt(f(0x1be))/0x4)+parseInt(f(0x1c3))/0x5+parseInt(f(0x1bc))/0x6+-parseInt(f(0x1c2))/0x7*(-parseInt(f(0x1b7))/0x8)+-parseInt(f(0x1c4))/0x9*(parseInt(f(0x1ba))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x7b5e8));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1b6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x1bf)]()[h(0x1c5)](h(0x1c0))['toString']()[h(0x1b5)](a76a)['search'](h(0x1c0));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':'help','description':a76i(0x1c1),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x1bd)},async function(){throw new UsageError();});function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x1b5;var f=c[d];return f;},a76d(a,b);}function a76c(){var j=['4059798QAprys','Deprecated:\x20use\x20--help\x20instead','42928pDwOwd','toString','(((.+)+)+)+$','Try,\x20maka\x20--help','1274693UFYRxq','2394080mUqJwh','9PzNNDR','search','constructor','apply','8wTKZZW','42LFDilR','67634XbwifX','13131180XTqLND','1397544CIvunP'];a76c=function(){return j;};return a76c();}
1
+ function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0xa1;var f=c[d];return f;},a76d(a,b);}var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0xaa))/0x1+-parseInt(f(0xad))/0x2+-parseInt(f(0xb2))/0x3*(parseInt(f(0xb0))/0x4)+-parseInt(f(0xa4))/0x5+parseInt(f(0xae))/0x6*(parseInt(f(0xa2))/0x7)+parseInt(f(0xb1))/0x8*(-parseInt(f(0xa5))/0x9)+-parseInt(f(0xa7))/0xa*(-parseInt(f(0xab))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xb97a4));function a76c(){var j=['530oGoECu','help','create','965626mAjfQd','662211NMqgDU','Deprecated:\x20use\x20--help\x20instead','2694136ejwpcI','1685238JWuTFE','toString','8nXBJnO','28688FvvOOi','828777RhhrNj','search','7KJkMvC','apply','7042460cQsxVp','927XYOLQT','(((.+)+)+)+$'];a76c=function(){return j;};return a76c();}var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0xa3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0xaf)]()[h(0xa1)](h(0xa6))[h(0xaf)]()['constructor'](a76a)[h(0xa1)](h(0xa6));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0xa9)]({'name':a76i(0xa8),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a76i(0xac)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77y=a77d;(function(a,b){const v=a77d,c=a();while(!![]){try{const d=-parseInt(v(0x199))/0x1+-parseInt(v(0x16b))/0x2*(parseInt(v(0x16e))/0x3)+-parseInt(v(0x18e))/0x4*(-parseInt(v(0x1b6))/0x5)+-parseInt(v(0x1bb))/0x6+-parseInt(v(0x19f))/0x7*(-parseInt(v(0x1a7))/0x8)+parseInt(v(0x194))/0x9+parseInt(v(0x1c3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x6bf91));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a77d;if(c){const e=c[w(0x177)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const x=a77d;return a77a['toString']()[x(0x179)](x(0x196))['toString']()[x(0x16c)](a77a)[x(0x179)](x(0x196));});a77a();import a77e from'os';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x16b;let f=c[d];return f;},a77d(a,b);}import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';function a77c(){const C=[':$PATH','818350ZSujqt','notice','success','keepInstallFile','maka\x20install\x20meteor','/.zshrc','681240IAgeFw','Using\x20CA\x20Cert\x20','grep','platform','exit','zsh','\x20is\x20not\x20available.','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','72CbFHdU','Setting\x20Path\x20in\x20','force','Meteor\x20version\x20','checkAvailability','\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','/etc/profile','Preparing\x20to\x20install\x20Meteor\x20','-rf','/.bash_profile','warn','confirm','getuid','https://install.meteor.com','meteor.tar.gz','40025BbpxpR','Error\x20extracting\x20meteor.tar.gz\x20file','replace','.meteor','cert','2896896aSDxlZ','Path\x20already\x20set\x20in\x20/etc/profile','isFile','get','fileContainsString','Cleaning\x20up','error','cacert','4056470nWjSWx','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','Network\x20error,\x20please\x20try\x20again.','extractTarGz','14DXdhCU','constructor','env','121677OyUdvk','Proceed\x20anyway?','injectAtEndOfFile','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','export\x20PATH=','arm64','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','packages','SHELL','apply','NO_NODE_WARNINGS','search','create','info','/.bashrc','includes','withSpinner','setPath','existsSync','downloadFile','arch','maka\x20install','homedir','Path\x20already\x20set\x20in\x20','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','meteor','linux','package-metadata','RELEASE=','string','win32','maka\x20install\x20meteor\x20--version\x202.13.3','356bQYtku','fsi','install','join','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','version','300276iRjDfL','osx','(((.+)+)+)+$','Setting\x20Path\x20in\x20/etc/profile'];a77c=function(){return C;};return a77c();}import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e[a77y(0x184)]();function isRoot(){const z=a77y;return process[z(0x1b3)]&&process[z(0x1b3)]()===0x0;}Command[a77y(0x17a)]({'name':a77y(0x190),'aliases':['i'],'validOpts':[a77y(0x1a9),'version',a77y(0x1c2),a77y(0x17f),a77y(0x19c)],'usage':a77y(0x183),'shortDesc':a77y(0x1a6),'description':a77y(0x1ac),'examples':[a77y(0x19d),'maka\x20install\x20meteor\x20--force',a77y(0x18d),'maka\x20i']},async function(a,b){const A=a77y;try{let c='';if(b['cacert']){if(this[A(0x18f)][A(0x1bd)](b[A(0x1c2)]))Log[A(0x19a)](A(0x1a0)+b[A(0x1c2)]),c=b['cacert'];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+c;}const d=await this['fsi']['getGlobalConfig']();if(d[A(0x1ba)]){if(this[A(0x18f)][A(0x1bd)](d[A(0x1ba)]))c=d['cert'];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+c;}let f=![];if(b['f']||b[A(0x1a9)])f=!![];else{const p=isRoot();p?(Log[A(0x1b1)](A(0x192)),f=await Actions[A(0x1b2)](A(0x16f),![])):f=!![];}if(!f)throw'Aborted';const g=process[A(0x1a2)]===A(0x18c),h=await HTTPS[A(0x1be)]({'url':A(0x1b4),'cert':c}),i=await this['fsi'][A(0x1a1)](h['data'],A(0x18a));if(i['length']===0x0)throw A(0x1c5);process[A(0x16d)][A(0x178)]='1',Log[A(0x19a)](A(0x1ae)+i[0x0][A(0x1b8)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''));let j=i[0x0][A(0x1b8)](/[^0-9.]/gi,'')[A(0x1b8)](/\r?\n|\r/,'');(typeof b['v']===A(0x18b)||typeof b[A(0x193)]===A(0x18b))&&(j=b['v']||b[A(0x193)]);const k={'win32':'windows','darwin':A(0x195),'linux':A(0x188)},l='https://packages.meteor.com/bootstrap-link?arch=os.'+k[a77e[A(0x1a2)]()]+'.'+(a77e[A(0x182)]()===A(0x173)?A(0x173):'x86_64')+'&release='+j,m=await HTTPS[A(0x1ab)]({'url':l,'cert':c});!m&&(Log[A(0x1c1)](A(0x1aa)+j+A(0x1a5)),process[A(0x1a3)](0x0));const n=a77f['join'](homeDir,A(0x1b9)),o=async()=>{const B=A,q=B(0x172)+n+B(0x198);if(process[B(0x16d)]['SHELL']&&process['env'][B(0x176)][B(0x17d)](B(0x1a4))){const r=await this[B(0x18f)][B(0x1bf)](homeDir+B(0x19e),q);if(!r)Log[B(0x17b)]('Setting\x20Path\x20in\x20\x20'+homeDir+B(0x19e)),this[B(0x18f)][B(0x170)]({'filePath':homeDir+B(0x19e),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x17f)]&&Log[B(0x17b)](B(0x185)+homeDir+B(0x19e));}else{const s=await this['fsi'][B(0x1bf)](homeDir+B(0x17c),q);if(!s)Log[B(0x17b)](B(0x1a8)+homeDir+B(0x17c)),this['fsi'][B(0x170)]({'filePath':homeDir+B(0x17c),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x17f)]&&Log['info']('Path\x20already\x20set\x20in\x20'+homeDir+B(0x17c));const t=await this[B(0x18f)][B(0x1bf)](homeDir+B(0x1b0),q);if(!t)Log[B(0x17b)](B(0x1a8)+homeDir+B(0x1b0)),this[B(0x18f)]['injectAtEndOfFile']({'filePath':homeDir+'/.bash_profile','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x17f)]&&Log[B(0x17b)](B(0x185)+homeDir+B(0x1b0));if(isRoot()){const u=await this[B(0x18f)][B(0x1bf)](B(0x1ad),q);if(!u)Log[B(0x17b)](B(0x197)),this[B(0x18f)][B(0x170)]({'filePath':B(0x1ad),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x17f)]&&Log[B(0x17b)](B(0x1bc));}}};b[A(0x17f)]&&(await o(),process[A(0x1a3)](0x0));if(g)Log[A(0x1c1)]('Windows\x20is\x20not\x20supported\x20at\x20this\x20time.'),process['exit'](0x0);else{if(a77g[A(0x180)](n)){let q=![];b['f']||b['force']?q=!![]:q=await Actions[A(0x1b2)](A(0x186),![]),q?(await SpawnAsync['withSpinner']('rm',[A(0x1af),a77f[A(0x191)](n,A(0x175))],{'message':A(0x171)}),await SpawnAsync[A(0x17e)]('rm',['-rf',a77f['join'](n,A(0x189))],{'message':A(0x1c4)}),await SpawnAsync['withSpinner']('rm',[A(0x1af),a77f[A(0x191)](n,A(0x187))],{'message':A(0x174)})):(Log[A(0x17b)]('Aborting\x20install'),process[A(0x1a3)](0x0));}try{await HTTPS[A(0x181)]({'url':l,'destPath':a77f[A(0x191)](homeDir,A(0x1b5)),'cert':c});try{const r=a77f[A(0x191)](homeDir,'meteor.tar.gz');await this['fsi'][A(0x1c6)](r,homeDir);}catch(s){Log[A(0x1c1)](A(0x1b7));}!b[A(0x19c)]&&await SpawnAsync['withSpinner']('rm',[A(0x1af),a77f[A(0x191)](homeDir,A(0x1b5))],{'message':A(0x1c0)}),await o();}catch(t){console[A(0x1c1)](t),process[A(0x1a3)](0x0);}Log[A(0x19b)]('Meteor\x20version\x20'+j+'\x20installed.\x0a');}}catch(u){console[A(0x1c1)](u),process[A(0x1a3)](0x0);}});
1
+ const a77x=a77d;(function(a,b){const t=a77d,c=a();while(!![]){try{const d=-parseInt(t(0x186))/0x1+-parseInt(t(0x179))/0x2+-parseInt(t(0x16a))/0x3*(parseInt(t(0x168))/0x4)+parseInt(t(0x184))/0x5+parseInt(t(0x161))/0x6+-parseInt(t(0x164))/0x7+parseInt(t(0x153))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x684ab));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const u=a77d;if(c){const e=c[u(0x17f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const v=a77d;return a77a[v(0x157)]()[v(0x18f)](v(0x18e))['toString']()[v(0x189)](a77a)[v(0x18f)](v(0x18e));});a77a();function a77c(){const z=['Network\x20error,\x20please\x20try\x20again.','maka\x20install','Cleaning\x20up','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','get','maka\x20install\x20meteor\x20--version\x202.13.3','16940680WtqnNz','grep','force','exit','toString','maka\x20install\x20meteor','\x20is\x20not\x20available.','NO_NODE_WARNINGS','https://install.meteor.com','replace','confirm','env','downloadFile','https://packages.meteor.com/bootstrap-link?arch=os.','3968358xVIDbB','string','install','3634085lFFfNi','success','extractTarGz','x86_64','177564EnOWOn','create','51QpfFQd','Proceed\x20anyway?','meteor.tar.gz','maka\x20i','version','error','join','Aborted','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Aborting\x20install','isFile','checkAvailability','windows','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','1054450JlDnns','packages','warn','getGlobalConfig','keepInstallFile','linux','apply','package-metadata','notice','RELEASE=','data','1376980uzLMQX','withSpinner','826168aTDIuz','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','Using\x20CA\x20Cert\x20','constructor','getuid','fsi','cert','Meteor\x20version\x20','(((.+)+)+)+$','search','existsSync','-rf','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','cacert'];a77c=function(){return z;};return a77c();}import a77e from'os';import a77f from'path';import a77g from'fs';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x149;let f=c[d];return f;},a77d(a,b);}import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e['homedir']();function isRoot(){const w=a77d;return process[w(0x18a)]&&process['getuid']()===0x0;}Command[a77x(0x169)]({'name':a77x(0x163),'aliases':['i'],'validOpts':[a77x(0x155),a77x(0x16e),'cacert','keepInstallFile'],'usage':a77x(0x14e),'shortDesc':a77x(0x178),'description':'\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\x20\x20','examples':[a77x(0x158),'maka\x20install\x20meteor\x20--force',a77x(0x152),a77x(0x16d)]},async function(a,b){const y=a77x;try{let c='';if(b[y(0x14c)]){if(this[y(0x18b)][y(0x174)](b[y(0x14c)]))Log[y(0x181)](y(0x188)+b[y(0x14c)]),c=b[y(0x14c)];else throw y(0x172)+c;}const d=await this['fsi'][y(0x17c)]();if(d[y(0x18c)]){if(this[y(0x18b)][y(0x174)](d[y(0x18c)]))c=d[y(0x18c)];else throw y(0x14b)+c;}let f=![];if(b['f']||b[y(0x155)])f=!![];else{const n=isRoot();n?(Log[y(0x17b)](y(0x177)),f=await Actions[y(0x15d)](y(0x16b),![])):f=!![];}if(!f)throw y(0x171);const g=await HTTPS[y(0x151)]({'url':y(0x15b),'cert':c}),h=await this[y(0x18b)][y(0x154)](g[y(0x183)],y(0x182));if(h['length']===0x0)throw y(0x14d);process[y(0x15e)][y(0x15a)]='1',Log['notice']('Preparing\x20to\x20install\x20Meteor\x20'+h[0x0][y(0x15c)](/[^0-9.]/gi,'')[y(0x15c)](/\r?\n|\r/,''));let i=h[0x0][y(0x15c)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,'');(typeof b['v']==='string'||typeof b[y(0x16e)]===y(0x162))&&(i=b['v']||b[y(0x16e)]);const j={'win32':y(0x176),'darwin':'osx','linux':y(0x17e)},k=y(0x160)+j[a77e['platform']()]+'.'+(a77e['arch']()==='arm64'?'arm64':y(0x167))+'&release='+i,l=await HTTPS[y(0x175)]({'url':k,'cert':c});!l&&(Log[y(0x16f)]('Meteor\x20version\x20'+i+y(0x159)),process['exit'](0x0));const m=this[y(0x18b)]['getMeteorInstallPath']();if(a77g[y(0x149)](m)){let o=![];b['f']||b[y(0x155)]?o=!![]:o=await Actions['confirm'](y(0x187),![]),o?(await SpawnAsync[y(0x185)]('rm',[y(0x14a),a77f[y(0x170)](m,y(0x17a))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(packages)'}),await SpawnAsync[y(0x185)]('rm',[y(0x14a),a77f[y(0x170)](m,y(0x180))],{'message':y(0x150)}),await SpawnAsync[y(0x185)]('rm',['-rf',a77f['join'](m,'meteor')],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log['info'](y(0x173)),process[y(0x156)](0x0));}try{await HTTPS[y(0x15f)]({'url':k,'destPath':a77f[y(0x170)](homeDir,y(0x16c)),'cert':c});try{const p=a77f[y(0x170)](homeDir,y(0x16c));await this['fsi'][y(0x166)](p,homeDir);}catch(q){Log[y(0x16f)]('Error\x20extracting\x20meteor.tar.gz\x20file');}!b[y(0x17d)]&&await SpawnAsync[y(0x185)]('rm',[y(0x14a),a77f[y(0x170)](homeDir,y(0x16c))],{'message':y(0x14f)});}catch(r){console[y(0x16f)](r),process['exit'](0x0);}Log[y(0x165)](y(0x18d)+i+'\x20installed.\x0a');}catch(s){console[y(0x16f)](s),process[y(0x156)](0x0);}});
@@ -1 +1 @@
1
- const a78m=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0x1fc))/0x1+-parseInt(j(0x204))/0x2+parseInt(j(0x1f5))/0x3*(-parseInt(j(0x209))/0x4)+-parseInt(j(0x1ef))/0x5*(parseInt(j(0x202))/0x6)+parseInt(j(0x1f2))/0x7*(parseInt(j(0x20b))/0x8)+-parseInt(j(0x1f1))/0x9+parseInt(j(0x210))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xb85e4));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x20d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a[l(0x205)]()['search']('(((.+)+)+)+$')[l(0x205)]()[l(0x207)](a78a)[l(0x1fd)](l(0x214));});a78a();import a78e from'path';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a78d(a,b);}import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a78c(){const o=['logError','36926180lABEWY','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','\x20-r\x20app','plugins/markdown','(((.+)+)+)+$','\x0a[+]\x20Documentation\x20written\x20to\x20','app/node_modules','isFile','fsi','2020TvKNFy','maka\x20jsdoc','7816329oqzPNP','7LJAfFa','inherit','Running\x20','456LuloYz','join','jsdoc-config.json','maka\x20jsdoc\x20--init','stringify','app/private','utf-8','51817zlxswN','search','sep','pathFromProject','docs','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','3174NMvKAb','logWithSpinner','2807338oTXMRU','toString','jsdoc','constructor','closure','38940DkMyDC','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','8639656KsCCJG','writeFileSync','apply','stop'];a78c=function(){return o;};return a78c();}Command['create']({'name':'jsdoc','usage':a78m(0x1f0),'mustBeInMakaProject':!![],'shortDesc':a78m(0x211),'examples':[a78m(0x1f8),a78m(0x1f0)],'validOpts':[]},function(){const n=a78m,a=a78e[n(0x1f6)](this[n(0x1ee)][n(0x1ff)]({}),n(0x200)+a78e[n(0x1fe)]),b=a78e[n(0x1f6)](this['fsi'][n(0x1ff)]({}),'config',n(0x1f7)),c=this[n(0x1ee)][n(0x1ff)]({}),d=n(0x206);if(!this[n(0x1ed)](b)){const g={'plugins':[n(0x213)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x206),n(0x208)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':n(0x201),'exclude':['app/packages',n(0x1ec),'app/public',n(0x1fa)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x1fb)}};a78f[n(0x20c)](b,JSON[n(0x1f9)](g,null,0x4));}const f=this[n(0x203)](n(0x1f4)+d);try{const h=d+'\x20-c\x20'+b+n(0x212)+a78e['sep']+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0x1f3)}),this['logNotice'](n(0x215)+a);}catch(i){this[n(0x20f)](i),this[n(0x20f)](n(0x20a));}finally{f[n(0x20e)]();}});
1
+ const a78l=a78d;function a78c(){const n=['8163081nSLgAP','search','app/private','inherit','396543enEVPF','utf-8','898870xCeIUT','config','logWithSpinner','logError','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','create','sep','12gZuOYn','toString','jsdoc-config.json','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','27483204eBtfxc','fsi','pathFromProject','11wYQRYK','closure','plugins/markdown','logNotice','isFile','jsdoc','stringify','12hzfAgI','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','Running\x20','constructor','stop','maka\x20jsdoc','4367830smSEug','\x20-r\x20app','app/node_modules','(((.+)+)+)+$','\x20-d\x20','41360iuCCEP','1811KsJyQs','.+\x5c.(j|t)s(doc|x)?$','118oKRSzz','\x0a[+]\x20Documentation\x20written\x20to\x20','join','833Ygevpc'];a78c=function(){return n;};return a78c();}(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0xbc))/0x1*(-parseInt(j(0xbe))/0x2)+parseInt(j(0xc6))/0x3*(parseInt(j(0xb0))/0x4)+parseInt(j(0xc8))/0x5*(-parseInt(j(0xa2))/0x6)+parseInt(j(0xc1))/0x7*(-parseInt(j(0xbb))/0x8)+-parseInt(j(0xc2))/0x9+-parseInt(j(0xb6))/0xa+parseInt(j(0xa9))/0xb*(parseInt(j(0xa6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x73fd1));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0xa3)]()[k(0xc3)](k(0xb9))[k(0xa3)]()[k(0xb3)](a78a)[k(0xc3)](k(0xb9));});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x9f;let f=c[d];return f;},a78d(a,b);}Command[a78l(0xa0)]({'name':a78l(0xae),'usage':a78l(0xb5),'mustBeInMakaProject':!![],'shortDesc':a78l(0xa5),'examples':['maka\x20jsdoc\x20--init',a78l(0xb5)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0xc0)](this[m(0xa7)][m(0xa8)]({}),'docs'+a78e[m(0xa1)]),b=a78e[m(0xc0)](this[m(0xa7)][m(0xa8)]({}),m(0xc9),m(0xa4)),c=this[m(0xa7)][m(0xa8)]({}),d=m(0xae);if(!this[m(0xad)](b)){const g={'plugins':[m(0xab)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0xae),m(0xaa)]},'source':{'includePattern':m(0xbd),'excludePattern':m(0x9f),'exclude':['app/packages',m(0xb8),'app/public',m(0xc4)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0xc7)}};a78f['writeFileSync'](b,JSON[m(0xaf)](g,null,0x4));}const f=this[m(0xca)](m(0xb2)+d);try{const h=d+'\x20-c\x20'+b+m(0xb7)+a78e[m(0xa1)]+m(0xba)+a;execSync(h,{'cwd':c,'stdio':m(0xc5)}),this[m(0xac)](m(0xbf)+a);}catch(i){this[m(0xcb)](i),this[m(0xcb)](m(0xb1));}finally{f[m(0xb4)]();}});