@maka/maka-cli 4.12.17 → 4.12.18

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 (160) 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/templates/meteor/config/docker-compose.yaml +1 -1
  140. package/bundle/obf/src/templates/service/docker/Dockerfile +1 -1
  141. package/bundle/obf/src/tool.js +1 -1
  142. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  143. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  144. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  145. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  146. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  147. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  148. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  149. package/bundle/obf/src/tools/https/https.class.js +1 -1
  150. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  151. package/bundle/obf/src/tools/log/log.class.js +1 -1
  152. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  153. package/bundle/obf/src/tools/options/options.class.js +1 -1
  154. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  155. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  156. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  157. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  158. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  159. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  160. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x123))/0x1+-parseInt(f(0x132))/0x2*(parseInt(f(0x11f))/0x3)+-parseInt(f(0x135))/0x4*(parseInt(f(0x119))/0x5)+parseInt(f(0x142))/0x6+-parseInt(f(0x12d))/0x7+parseInt(f(0x13f))/0x8*(-parseInt(f(0x11d))/0x9)+-parseInt(f(0x12a))/0xa*(-parseInt(f(0x111))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xcc9f7));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x112)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0x131)](h(0x11e))[h(0x116)]()['constructor'](a58a)[h(0x131)]('(((.+)+)+)+$');});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';function a58c(){var C=['toString','Metallic','Unknown','26905rGBfeM','Rare','Brown','Boots','9vPZkfq','(((.+)+)+)+$','382299SKzibi','Rectangle','Blade','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','951838DWXpmy','name','Legendary','author','Key','Cup','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','20ZUxaed','Book','You\x20hold\x20the\x20','4458860dBGXPH','Grey','Circle','Weapon','search','16NhIePa','Yellow','Large','948gyRMDX','Common','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Rifle','publishDate','Small','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Gloves','Medium','10685072oYYxSc','pageCount','BodyArmor','375600LleMTF','Sniper\x20Rifle','Short\x20Sword','Smooth','32971114AGTVVL','apply','Tiny','ArmArmor','use'];a58c=function(){return C;};return a58c();}import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size[i(0x13e)],'category':Category[i(0x118)],'shape':Shape[i(0x120)],'color':Color['Yellow'],'texture':Texture[i(0x145)],'rating':Rating[i(0x136)],'weight':0x1});}[a58j(0x115)](){return this['description'];}}export class Sword extends Item{constructor(a,b){var k=a58j;super({'name':a,'description':b,'size':Size[k(0x13e)],'category':Category[k(0x130)],'shape':Shape[k(0x121)],'color':Color['Grey'],'texture':Texture[k(0x117)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x134)],'category':Category[l(0x130)],'shape':Shape[l(0x139)],'color':Color[l(0x11b)],'texture':Texture[l(0x117)],'rating':Rating[l(0x11a)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x13e)],'category':Category['Helmet'],'shape':Shape[m(0x12f)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[m(0x136)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x134)],'category':Category[n(0x141)],'shape':Shape[n(0x120)],'color':Color[n(0x12e)],'texture':Texture[n(0x117)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x13e)],'category':Category['LegArmor'],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[o(0x117)],'rating':Rating['Common'],'weight':0x6});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x111;var f=c[d];return f;},a58d(a,b);}export class Boots extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x13e)],'category':Category[p(0x11c)],'shape':Shape[p(0x12f)],'color':Color[p(0x11b)],'texture':Texture['Smooth'],'rating':Rating[p(0x136)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x13b)],'category':Category[q(0x13d)],'shape':Shape[q(0x12f)],'color':Color['Brown'],'texture':Texture[q(0x145)],'rating':Rating[q(0x136)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x13e)],'category':Category[r(0x114)],'shape':Shape[r(0x120)],'color':Color[r(0x12e)],'texture':Texture[r(0x117)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x113)],'category':Category[s(0x127)],'shape':Shape[s(0x120)],'color':Color[s(0x133)],'texture':Texture[s(0x145)],'rating':Rating[s(0x136)],'weight':0x0});}[a58j(0x115)](){var t=a58j;return t(0x137);}}export class Weapon extends Item{constructor(a,b){var u=a58j;super({'name':a,'description':b,'size':Size[u(0x13e)],'category':Category[u(0x130)],'shape':Shape[u(0x121)],'color':Color[u(0x12e)],'texture':Texture[u(0x117)],'rating':Rating[u(0x136)],'weight':0x3});}['use'](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a58j(0x126)];[a58j(0x13a)];[a58j(0x140)];constructor(a,b='A\x20mysterious\x20book.',c='Unknown\x20Author'){var v=a58j;super({'name':a,'description':b,'size':Size[v(0x13e)],'category':Category[v(0x12b)],'shape':Shape['Rectangle'],'color':Color[v(0x11b)],'texture':Texture[v(0x145)],'rating':Rating[v(0x136)],'weight':0x1}),this['author']=c,this[v(0x13a)]=new Date(),this[v(0x140)]=0x64;}[a58j(0x115)](){var w=a58j;return w(0x122);}}export class ShortSword extends Item{constructor(){var x=a58j;super({'name':x(0x144),'description':x(0x129),'size':Size[x(0x13e)],'category':Category[x(0x130)],'shape':Shape[x(0x121)],'color':Color[x(0x12e)],'texture':Texture[x(0x117)],'rating':Rating[x(0x136)],'weight':0x3});}[a58j(0x115)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var y=a58j;super({'name':y(0x143),'description':y(0x138),'size':Size[y(0x134)],'category':Category[y(0x130)],'shape':Shape[y(0x139)],'color':Color['Brown'],'texture':Texture[y(0x145)],'rating':Rating[y(0x136)],'weight':0x5});}[a58j(0x115)](){var z=a58j;return z(0x13c);}}export class HolyGrail extends Item{constructor(){var A=a58j;super({'name':'Holy\x20Grail','description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[A(0x13b)],'category':Category[A(0x128)],'shape':Shape['Circle'],'color':Color['Gold'],'texture':Texture[A(0x117)],'rating':Rating[A(0x125)],'weight':0x1});}[a58j(0x115)](){var B=a58j;return B(0x12c)+this[B(0x124)]+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
1
+ var a58t=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0xa4))/0x1*(parseInt(f(0xa8))/0x2)+parseInt(f(0x7e))/0x3*(parseInt(f(0x83))/0x4)+parseInt(f(0xa7))/0x5*(parseInt(f(0x94))/0x6)+-parseInt(f(0x85))/0x7+-parseInt(f(0x91))/0x8+parseInt(f(0x8a))/0x9+-parseInt(f(0x8c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x7dbf0));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x8f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x7a)]()[h(0xa9)](h(0x82))[h(0x7a)]()[h(0x84)](a58a)[h(0xa9)](h(0x82));});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x79;var f=c[d];return f;},a58d(a,b);}a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size[i(0xa5)],'category':Category[i(0x81)],'shape':Shape[i(0xa3)],'color':Color[i(0x80)],'texture':Texture[i(0x88)],'rating':Rating[i(0x7d)],'weight':0x1});}['use'](){var j=a58d;return this[j(0x7f)];}}export class Sword extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size[k(0xa5)],'category':Category[k(0x8e)],'shape':Shape[k(0x8b)],'color':Color[k(0x98)],'texture':Texture[k(0xa0)],'rating':Rating[k(0x7d)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size['Large'],'category':Category['Weapon'],'shape':Shape[l(0x9d)],'color':Color['Brown'],'texture':Texture[l(0xa0)],'rating':Rating[l(0x89)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size[m(0xa5)],'category':Category[m(0x9c)],'shape':Shape[m(0x92)],'color':Color[m(0x98)],'texture':Texture['Metallic'],'rating':Rating[m(0x7d)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size[n(0x9f)],'category':Category['BodyArmor'],'shape':Shape['Rectangle'],'color':Color[n(0x98)],'texture':Texture[n(0xa0)],'rating':Rating[n(0x7d)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[o(0xa1)],'shape':Shape['Rectangle'],'color':Color[o(0x98)],'texture':Texture[o(0xa0)],'rating':Rating[o(0x7d)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[p(0xa2)],'shape':Shape[p(0x92)],'color':Color[p(0x95)],'texture':Texture[p(0x88)],'rating':Rating[p(0x7d)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size[q(0xac)],'category':Category['Gloves'],'shape':Shape[q(0x92)],'color':Color[q(0x95)],'texture':Texture[q(0x88)],'rating':Rating[q(0x7d)],'weight':0x1});}}function a58c(){var D=['Medium','Cup','541435CcHpAr','11786mQrgPf','search','Short\x20Sword','You\x20hold\x20the\x20','Small','pageCount','Legendary','toString','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Common','3weRFwO','description','Yellow','Unknown','(((.+)+)+)+$','3298328ErUugF','constructor','3525767VSvICW','Holy\x20Grail','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Smooth','Rare','8321751VdVtqX','Blade','4408730dSWIsJ','publishDate','Weapon','apply','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','543120xcLofX','Circle','use','6oqNkFW','Brown','author','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Grey','A\x20mysterious\x20book.','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Gold','Helmet','Rifle','Key','Large','Metallic','LegArmor','Boots','Rectangle','56dvQoLn'];a58c=function(){return D;};return a58c();}export class Gauntlets extends Item{constructor(a,b){var r=a58d;super({'name':a,'description':b,'size':Size[r(0xa5)],'category':Category['ArmArmor'],'shape':Shape[r(0xa3)],'color':Color[r(0x98)],'texture':Texture[r(0xa0)],'rating':Rating[r(0x7d)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58d;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[s(0x9e)],'shape':Shape[s(0xa3)],'color':Color[s(0x80)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x0});}[a58t(0x93)](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}export class Weapon extends Item{constructor(a,b){var u=a58t;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[u(0x8e)],'shape':Shape[u(0x8b)],'color':Color[u(0x98)],'texture':Texture[u(0xa0)],'rating':Rating[u(0x7d)],'weight':0x3});}[a58t(0x93)](){var v=a58t;return v(0x7c);}}export class Book extends Item{['author'];[a58t(0x8d)];[a58t(0xad)];constructor(a,b=a58t(0x99),c='Unknown\x20Author'){var w=a58t;super({'name':a,'description':b,'size':Size[w(0xa5)],'category':Category['Book'],'shape':Shape[w(0xa3)],'color':Color[w(0x95)],'texture':Texture[w(0x88)],'rating':Rating[w(0x7d)],'weight':0x1}),this[w(0x96)]=c,this['publishDate']=new Date(),this[w(0xad)]=0x64;}[a58t(0x93)](){var x=a58t;return x(0x7b);}}export class ShortSword extends Item{constructor(){var y=a58t;super({'name':y(0xaa),'description':y(0x87),'size':Size[y(0xa5)],'category':Category['Weapon'],'shape':Shape[y(0x8b)],'color':Color[y(0x98)],'texture':Texture[y(0xa0)],'rating':Rating['Common'],'weight':0x3});}[a58t(0x93)](){var z=a58t;return z(0x7c);}}export class SniperRifle extends Item{constructor(){var A=a58t;super({'name':'Sniper\x20Rifle','description':A(0x90),'size':Size[A(0x9f)],'category':Category['Weapon'],'shape':Shape[A(0x9d)],'color':Color[A(0x95)],'texture':Texture['Smooth'],'rating':Rating[A(0x7d)],'weight':0x5});}['use'](){return'You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22';}}export class HolyGrail extends Item{constructor(){var B=a58t;super({'name':B(0x86),'description':B(0x9a),'size':Size[B(0xac)],'category':Category[B(0xa6)],'shape':Shape[B(0x92)],'color':Color[B(0x9b)],'texture':Texture['Metallic'],'rating':Rating[B(0x79)],'weight':0x1});}[a58t(0x93)](){var C=a58t;return C(0xab)+this['name']+C(0x97);}}
@@ -1 +1 @@
1
- function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1f4;let f=c[d];return f;},a60d(a,b);}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x1fe))/0x1*(-parseInt(f(0x257))/0x2)+-parseInt(f(0x21d))/0x3+-parseInt(f(0x225))/0x4+-parseInt(f(0x229))/0x5*(-parseInt(f(0x22b))/0x6)+parseInt(f(0x263))/0x7*(-parseInt(f(0x26f))/0x8)+-parseInt(f(0x25c))/0x9*(parseInt(f(0x24d))/0xa)+-parseInt(f(0x227))/0xb*(-parseInt(f(0x201))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x3281c));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x249)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x241)]()[h(0x1fb)](h(0x20d))[h(0x241)]()[h(0x254)](a60a)['search'](h(0x20d));});a60a();export const rooms=[{'name':a60i(0x238),'description':a60i(0x259),'isStartRoom':!![],'items':[{'type':a60i(0x1fd),'name':a60i(0x235),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':a60i(0x26b),'name':a60i(0x240),'description':a60i(0x204),'content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':'EAST','targetRoom':'Secret\x20Passage'}]},{'name':a60i(0x213),'description':a60i(0x222),'exits':[{'direction':a60i(0x200),'targetRoom':a60i(0x258),'keyRequired':a60i(0x235)},{'direction':'SOUTH','targetRoom':a60i(0x220)}]},{'name':a60i(0x258),'description':a60i(0x217),'items':[{'type':a60i(0x250),'name':a60i(0x25b),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0x220),'description':a60i(0x20a),'roomType':a60i(0x239),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a60i(0x22c),'description':a60i(0x264),'roomType':a60i(0x239),'puzzle':{'requiredPhrase':a60i(0x233),'riddle':a60i(0x219),'rewardItem':{'type':'rifle','name':'Sniper\x20Rifle','description':a60i(0x21b)},'successMessage':a60i(0x21c),'failureMessage':a60i(0x256)}}];export const dungeonConfig=[{'name':a60i(0x230),'description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':a60i(0x1fc),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0x1fd),'name':a60i(0x205),'description':a60i(0x1f5)},'successMessage':a60i(0x207),'failureMessage':a60i(0x25f)},'exits':[{'direction':'north','targetRoom':a60i(0x21e)},{'direction':a60i(0x212),'targetRoom':'Central\x20Chamber','keyRequired':a60i(0x205)}]},{'name':a60i(0x21e),'description':a60i(0x242),'roomType':'inside','items':[{'type':a60i(0x26b),'name':a60i(0x210),'description':a60i(0x236),'content':a60i(0x26a)},{'type':a60i(0x1fd),'name':'Central\x20Chamber\x20Key','description':a60i(0x1f5)}],'exits':[{'direction':a60i(0x203),'targetRoom':a60i(0x230)},{'direction':a60i(0x212),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0x268),'description':a60i(0x228),'roomType':a60i(0x1fc),'items':[{'type':a60i(0x243),'name':a60i(0x202),'description':a60i(0x234)}],'exits':[{'direction':a60i(0x22a),'targetRoom':a60i(0x21e)},{'direction':a60i(0x24a),'targetRoom':a60i(0x24f)}]},{'name':'Armory','description':a60i(0x24e),'roomType':'inside','items':[{'type':a60i(0x23e),'name':'Emblem\x20Shield','description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':'sword','name':a60i(0x1f6),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':a60i(0x203),'targetRoom':'Alchemy\x20Lab'},{'direction':'east','targetRoom':a60i(0x25d)}]},{'name':a60i(0x25d),'description':a60i(0x265),'roomType':'inside','exits':[{'direction':a60i(0x22a),'targetRoom':a60i(0x24f)},{'direction':a60i(0x203),'targetRoom':a60i(0x230)},{'direction':a60i(0x24a),'targetRoom':'Torture\x20Chamber'},{'direction':a60i(0x212),'targetRoom':'Treasure\x20Room'}]},{'name':a60i(0x214),'description':a60i(0x20b),'roomType':a60i(0x1fc),'items':[{'type':a60i(0x1fd),'name':'Blood-stained\x20Key','description':a60i(0x247)}],'puzzle':{'requiredPhrase':a60i(0x245),'riddle':a60i(0x23f),'rewardItem':{'type':a60i(0x20f),'name':a60i(0x255),'description':a60i(0x23a)},'successMessage':a60i(0x22d),'failureMessage':a60i(0x252)},'exits':[{'direction':a60i(0x203),'targetRoom':a60i(0x25d)}]},{'name':a60i(0x258),'description':a60i(0x261),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x216),'riddle':a60i(0x1f4),'rewardItem':{'type':a60i(0x231),'name':a60i(0x244),'description':a60i(0x20c)},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a60i(0x21a)},'exits':[{'direction':a60i(0x22a),'targetRoom':a60i(0x25d)}]}];function a60c(){const j=['Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','weapon','search','inside','key','11317aGTQQX','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','NORTH','5796OGpxpr','Empty\x20vial','south','A\x20thin\x20log\x20book','Central\x20Chamber\x20Key','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','amulet','disenchant','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20chalice\x20made\x20of\x20pure\x20gold.','(((.+)+)+)+$','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','gem','Riddle\x20Book','Barrens\x20Entrance','east','Secret\x20Passage','Torture\x20Chamber','Corporate\x20Creditstick','insert\x20gem','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Amulet\x20of\x20Awakening','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','The\x20chest\x20remains\x20firmly\x20shut.','A\x20long-range\x20weapon.','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','502881nIjbja','Study','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Courtyard','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','decrypt','Barrens\x20Hideout','72208HhxwTw','Matrix\x20Data\x20Haven','3586frujis','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','1335RYYxnB','west','8088xcggKx','Watch\x20Tower','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','CorpSec\x20Plans','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Entrance\x20Hall','cup','A\x20creditstick\x20loaded\x20with\x20nuyen.','secret123','A\x20clear\x20glass\x20vial.','Golden\x20Key','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Jackpoint\x20Login','Library','OUTSIDE','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Downtown\x20Seattle','down','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','shield','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Guard\x27s\x20Log\x20Book','toString','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','basic','Golden\x20Chalice','release','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20key\x20stained\x20with\x20old\x20blood.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','apply','north','Corp\x20Enclave','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','10rVqwMW','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Armory','holyGrail','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','The\x20data\x20remains\x20encrypted.','constructor','Ancient\x20Gem','That\x20passcode\x20is\x20incorrect','2fNZmma','Treasure\x20Room','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Mage\x27s\x20Lair','Holy\x20Grail','15723dYafkI','Central\x20Chamber','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Nothing\x20happens.','Encrypted\x20Data\x20Key','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Ares\x20Predator','22351HjmLqL','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Alchemy\x20Lab','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','book','MCT\x20Fly-Spy','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Gang\x20Insignia','280ZrCSpT','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Rusted\x20Sword','Rigger\x27s\x20Workshop','outside'];a60c=function(){return j;};return a60c();}export const shadowrunConfig=[{'name':a60i(0x237),'description':a60i(0x266),'isStartRoom':!![],'roomType':a60i(0x1fc),'exits':[{'direction':'north','targetRoom':a60i(0x23b)},{'direction':'up','targetRoom':a60i(0x226)}]},{'name':a60i(0x226),'description':a60i(0x21f),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x223),'riddle':a60i(0x1f9),'rewardItem':{'type':a60i(0x1fd),'name':a60i(0x260),'description':a60i(0x23d)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a60i(0x253)},'exits':[{'direction':a60i(0x23c),'targetRoom':a60i(0x237)}]},{'name':a60i(0x23b),'description':'The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','roomType':a60i(0x1f8),'exits':[{'direction':'south','targetRoom':a60i(0x237)},{'direction':'east','targetRoom':a60i(0x211)},{'direction':a60i(0x22a),'targetRoom':a60i(0x24b)}]},{'name':a60i(0x211),'description':a60i(0x267),'roomType':a60i(0x1f8),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a60i(0x1ff),'rewardItem':{'type':a60i(0x1fd),'name':a60i(0x26e),'description':a60i(0x25e)},'successMessage':a60i(0x251),'failureMessage':a60i(0x20e)},'exits':[{'direction':'west','targetRoom':a60i(0x23b)},{'direction':a60i(0x24a),'targetRoom':a60i(0x224)}]},{'name':'Corp\x20Enclave','description':'The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','roomType':'inside','items':[{'type':'creditstick','name':a60i(0x215),'description':a60i(0x232)},{'type':'document','name':a60i(0x22e),'description':a60i(0x24c)}],'exits':[{'direction':a60i(0x212),'targetRoom':a60i(0x23b)}]},{'name':a60i(0x224),'description':a60i(0x269),'roomType':a60i(0x1f8),'items':[{'type':a60i(0x1fa),'name':a60i(0x262),'description':a60i(0x26d)}],'exits':[{'direction':'south','targetRoom':a60i(0x211)},{'direction':a60i(0x24a),'targetRoom':a60i(0x25a)},{'direction':a60i(0x212),'targetRoom':a60i(0x1f7)}]},{'name':a60i(0x25a),'description':a60i(0x221),'roomType':a60i(0x1fc),'puzzle':{'requiredPhrase':a60i(0x209),'riddle':a60i(0x206),'rewardItem':{'type':a60i(0x208),'name':a60i(0x218),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a60i(0x246),'failureMessage':a60i(0x22f)},'exits':[{'direction':'south','targetRoom':a60i(0x224)}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x248),'roomType':a60i(0x1fc),'items':[{'type':'drone','name':a60i(0x26c),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x22a),'targetRoom':a60i(0x224)}]}];
1
+ const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x19e))/0x1+-parseInt(f(0x1eb))/0x2*(-parseInt(f(0x1a5))/0x3)+parseInt(f(0x174))/0x4+-parseInt(f(0x18c))/0x5*(parseInt(f(0x1d8))/0x6)+-parseInt(f(0x180))/0x7+parseInt(f(0x17b))/0x8+-parseInt(f(0x1c2))/0x9*(-parseInt(f(0x1d2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xb981a));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x1be)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x1a2)]()[h(0x1e5)](h(0x1d5))[h(0x1a2)]()[h(0x1c4)](a60a)[h(0x1e5)](h(0x1d5));});function a60c(){const j=['Barrens\x20Hideout','Riddle\x20Book','2154576XRfnFV','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20creditstick\x20loaded\x20with\x20nuyen.','north','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','1843904oFhdaQ','Courtyard','show\x20loyalty','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','1445920ILpweW','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','gem','holyGrail','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Emblem\x20Shield','That\x20passcode\x20is\x20incorrect','decrypt','Treasure\x20Room','Corp\x20Enclave','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Matrix\x20Data\x20Haven','515485NzRDcM','Chad\x20the\x20stupid\x20guard','The\x20chest\x20remains\x20firmly\x20shut.','Alchemy\x20Lab','A\x20key\x20stained\x20with\x20old\x20blood.','CorpSec\x20Plans','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Jackpoint\x20Login','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Rigger\x27s\x20Workshop','Ancient\x20Gem','A\x20clear\x20glass\x20vial.','book','sword','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','277835EPFQyP','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Barrens\x20Entrance','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','toString','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','down','1832871AiFSNb','weapon','key','Torture\x20Chamber','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','cup','Corporate\x20Creditstick','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Secret\x20Passage','NORTH','Armory','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','creditstick','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','inside','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Guard\x27s\x20Log\x20Book','Ares\x20Predator','shield','Entrance\x20Hall','Watch\x20Tower','Encrypted\x20Data\x20Key','Gang\x20Insignia','apply','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','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\x20thin\x20log\x20book','633006rgSdyN','south','constructor','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','east','Downtown\x20Seattle','disenchant','Mage\x27s\x20Lair','A\x20small\x20surveillance\x20drone.','MCT\x20Fly-Spy','OUTSIDE','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Sniper\x20Rifle','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','document','10jrhwuc','The\x20data\x20remains\x20encrypted.','Central\x20Chamber','(((.+)+)+)+$','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','secret123','12yOSJTD','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Amulet\x20of\x20Awakening','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Library','basic','Study','Blood-stained\x20Key','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Rusted\x20Sword','west','Central\x20Chamber\x20Key','drone','search','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','EAST','outside','A\x20chalice\x20made\x20of\x20pure\x20gold.','insert\x20gem','2DRIkcv'];a60c=function(){return j;};return a60c();}a60a();export const rooms=[{'name':a60i(0x1dc),'description':a60i(0x1b4),'isStartRoom':!![],'items':[{'type':a60i(0x1a7),'name':'Golden\x20Key','description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':a60i(0x19a),'name':a60i(0x1b7),'description':a60i(0x1c1),'content':a60i(0x18d)}],'exits':[{'direction':a60i(0x1e7),'targetRoom':a60i(0x1ae)}]},{'name':a60i(0x1ae),'description':a60i(0x19c),'exits':[{'direction':a60i(0x1af),'targetRoom':'Treasure\x20Room','keyRequired':'Golden\x20Key'},{'direction':'SOUTH','targetRoom':a60i(0x17c)}]},{'name':'Treasure\x20Room','description':a60i(0x1b6),'items':[{'type':a60i(0x183),'name':'Holy\x20Grail','description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0x17c),'description':a60i(0x181),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60i(0x1bb)}]},{'name':'Watch\x20Tower','description':a60i(0x1d0),'roomType':a60i(0x1cd),'puzzle':{'requiredPhrase':a60i(0x1d7),'riddle':a60i(0x178),'rewardItem':{'type':'rifle','name':a60i(0x1cf),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x1c0),'failureMessage':a60i(0x186)}}];export const dungeonConfig=[{'name':a60i(0x1ba),'description':a60i(0x1a9),'isStartRoom':!![],'roomType':a60i(0x1b5),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0x192),'rewardItem':{'type':a60i(0x1a7),'name':'Central\x20Chamber\x20Key','description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0x184),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x1de)},{'direction':a60i(0x1c7),'targetRoom':a60i(0x1d4),'keyRequired':a60i(0x1e3)}]},{'name':a60i(0x1de),'description':a60i(0x1bf),'roomType':a60i(0x1b5),'items':[{'type':a60i(0x19a),'name':a60i(0x173),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x1ac)},{'type':a60i(0x1a7),'name':a60i(0x1e3),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x1c3),'targetRoom':a60i(0x1ba)},{'direction':'east','targetRoom':a60i(0x18f)}]},{'name':a60i(0x18f),'description':a60i(0x1d6),'roomType':a60i(0x1b5),'items':[{'type':a60i(0x1dd),'name':'Empty\x20vial','description':a60i(0x199)}],'exits':[{'direction':a60i(0x1e2),'targetRoom':'Study'},{'direction':a60i(0x177),'targetRoom':a60i(0x1b0)}]},{'name':a60i(0x1b0),'description':a60i(0x1ce),'roomType':a60i(0x1b5),'items':[{'type':a60i(0x1b9),'name':a60i(0x185),'description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':a60i(0x19b),'name':a60i(0x1e1),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':a60i(0x1c3),'targetRoom':a60i(0x18f)},{'direction':'east','targetRoom':'Central\x20Chamber'}]},{'name':'Central\x20Chamber','description':a60i(0x17a),'roomType':a60i(0x1b5),'exits':[{'direction':a60i(0x1e2),'targetRoom':a60i(0x1b0)},{'direction':a60i(0x1c3),'targetRoom':'Entrance\x20Hall'},{'direction':'north','targetRoom':a60i(0x1a8)},{'direction':a60i(0x1c7),'targetRoom':a60i(0x188)}]},{'name':'Torture\x20Chamber','description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a60i(0x1b5),'items':[{'type':a60i(0x1a7),'name':a60i(0x1df),'description':a60i(0x190)}],'puzzle':{'requiredPhrase':'release','riddle':a60i(0x194),'rewardItem':{'type':a60i(0x182),'name':a60i(0x198),'description':a60i(0x17e)},'successMessage':a60i(0x18a),'failureMessage':a60i(0x1b1)},'exits':[{'direction':a60i(0x1c3),'targetRoom':a60i(0x1d4)}]},{'name':a60i(0x188),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x1b5),'puzzle':{'requiredPhrase':a60i(0x1ea),'riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60i(0x1aa),'name':'Golden\x20Chalice','description':a60i(0x1e9)},'successMessage':a60i(0x1d9),'failureMessage':a60i(0x18e)},'exits':[{'direction':a60i(0x1e2),'targetRoom':a60i(0x1d4)}]}];function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x173;let f=c[d];return f;},a60d(a,b);}export const shadowrunConfig=[{'name':a60i(0x195),'description':a60i(0x19f),'isStartRoom':!![],'roomType':a60i(0x1b5),'exits':[{'direction':a60i(0x177),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0x18b)}]},{'name':a60i(0x18b),'description':a60i(0x196),'roomType':a60i(0x1b5),'puzzle':{'requiredPhrase':a60i(0x187),'riddle':a60i(0x193),'rewardItem':{'type':a60i(0x1a7),'name':a60i(0x1bc),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0x1db),'failureMessage':a60i(0x1d3)},'exits':[{'direction':a60i(0x1a4),'targetRoom':a60i(0x195)}]},{'name':'Downtown\x20Seattle','description':a60i(0x1a1),'roomType':'outside','exits':[{'direction':'south','targetRoom':a60i(0x195)},{'direction':a60i(0x1c7),'targetRoom':a60i(0x1a0)},{'direction':a60i(0x1e2),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x1a0),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0x1e8),'puzzle':{'requiredPhrase':a60i(0x17d),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60i(0x1a7),'name':a60i(0x1bd),'description':a60i(0x19d)},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':a60i(0x1b2)},'exits':[{'direction':'west','targetRoom':a60i(0x1c8)},{'direction':a60i(0x177),'targetRoom':'Barrens\x20Hideout'}]},{'name':a60i(0x189),'description':a60i(0x175),'roomType':a60i(0x1b5),'items':[{'type':a60i(0x1b3),'name':a60i(0x1ab),'description':a60i(0x176)},{'type':a60i(0x1d1),'name':a60i(0x191),'description':a60i(0x1a3)}],'exits':[{'direction':a60i(0x1c7),'targetRoom':a60i(0x1c8)}]},{'name':'Barrens\x20Hideout','description':a60i(0x17f),'roomType':a60i(0x1e8),'items':[{'type':a60i(0x1a6),'name':a60i(0x1b8),'description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':a60i(0x1c3),'targetRoom':a60i(0x1a0)},{'direction':a60i(0x177),'targetRoom':a60i(0x1ca)},{'direction':a60i(0x1c7),'targetRoom':a60i(0x197)}]},{'name':a60i(0x1ca),'description':a60i(0x1e6),'roomType':a60i(0x1b5),'puzzle':{'requiredPhrase':a60i(0x1c9),'riddle':a60i(0x179),'rewardItem':{'type':'amulet','name':a60i(0x1da),'description':a60i(0x1e0)},'successMessage':a60i(0x1ad),'failureMessage':a60i(0x1c5)},'exits':[{'direction':a60i(0x1c3),'targetRoom':a60i(0x1ec)}]},{'name':a60i(0x197),'description':a60i(0x1c6),'roomType':a60i(0x1b5),'items':[{'type':a60i(0x1e4),'name':a60i(0x1cc),'description':a60i(0x1cb)}],'exits':[{'direction':a60i(0x1e2),'targetRoom':a60i(0x1ec)}]}];
@@ -1 +1 @@
1
- var a61i=a61d;function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0xe9;var f=c[d];return f;},a61d(a,b);}(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0xf6))/0x1+-parseInt(f(0x10b))/0x2*(-parseInt(f(0xf1))/0x3)+parseInt(f(0x107))/0x4*(parseInt(f(0xf8))/0x5)+parseInt(f(0xf7))/0x6*(-parseInt(f(0xfa))/0x7)+parseInt(f(0x106))/0x8*(parseInt(f(0xf4))/0x9)+parseInt(f(0xfd))/0xa*(parseInt(f(0xe9))/0xb)+-parseInt(f(0x103))/0xc*(parseInt(f(0xf9))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xd4b54));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0xf5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a['toString']()[h(0xef)]('(((.+)+)+)+$')['toString']()[h(0x10d)](a61a)[h(0xef)](h(0x10c));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0xf0)];[a61i(0xed)];[a61i(0x10f)];[a61i(0x102)];}export class AbstractRoom extends EventEmitter{['name'];[a61i(0xeb)];[a61i(0xff)];[a61i(0x110)];[a61i(0xf2)];[a61i(0xee)];[a61i(0x108)];}export class AbstractDoor{[a61i(0xea)];['roomB'];[a61i(0xfe)];['unlockItemOrSolution'];[a61i(0x105)];['logger'];[a61i(0x100)];}export class AbstractInventory{[a61i(0x104)];[a61i(0x10f)];}function a61c(){var j=['apply','921133enhIhR','1254eKPDjz','335ONIDUr','91169GzZZDa','41188yERWSp','rating','color','441140kslWWi','isLocked','exits','isLockable','_inventory','characterLocations','2712FtTidV','items','name','8skJwaW','25340qNyZcN','isStartRoom','weight','shape','2298opqPZM','(((.+)+)+)+$','constructor','uuid','logger','inventory','209nIHXBC','roomA','description','size','player','roomType','search','rooms','939UXQrPP','puzzle','_logger','10283085POkHbe'];a61c=function(){return j;};return a61c();}export class AbstractItem{[a61i(0x10e)];[a61i(0x105)];['description'];[a61i(0xec)];['category'];[a61i(0x10a)];[a61i(0xfc)];['texture'];[a61i(0xfb)];[a61i(0x109)];}export class AbstractPlayer{['_playerName'];['_currentLocation'];[a61i(0x101)];['_equipment'];['_maxCarryingWeight'];[a61i(0xf3)];}export class AbstractPuzzle{[a61i(0x10f)];['solved'];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x1f5))/0x1*(parseInt(f(0x1f7))/0x2)+-parseInt(f(0x1ee))/0x3*(-parseInt(f(0x1f6))/0x4)+-parseInt(f(0x1d8))/0x5*(parseInt(f(0x1f4))/0x6)+-parseInt(f(0x1fc))/0x7*(-parseInt(f(0x1f0))/0x8)+parseInt(f(0x1de))/0x9*(parseInt(f(0x1ed))/0xa)+parseInt(f(0x1ea))/0xb+-parseInt(f(0x1d7))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x6d8c3));function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1d5;var f=c[d];return f;},a61d(a,b);}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1e0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x1e1)]()[h(0x1f2)]('(((.+)+)+)+$')['toString']()[h(0x1e9)](a61a)[h(0x1f2)](h(0x1e8));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x1d5)];[a61i(0x1eb)];[a61i(0x1f8)];[a61i(0x1db)];}export class AbstractRoom extends EventEmitter{['name'];['description'];[a61i(0x1e3)];['inventory'];[a61i(0x1e2)];['roomType'];[a61i(0x1ef)];}export class AbstractDoor{[a61i(0x1dc)];[a61i(0x1d9)];['isLocked'];[a61i(0x1e6)];['name'];[a61i(0x1f8)];[a61i(0x1da)];}function a61c(){var j=['roomA','_equipment','99SNdKFC','_playerName','apply','toString','puzzle','exits','solved','description','unlockItemOrSolution','color','(((.+)+)+)+$','constructor','3269332MLcmxB','player','texture','342530hjibUi','291177BfJFOY','isStartRoom','560CGNLSs','category','search','_logger','6KFKtBf','1asoxIW','24Bbfshi','847420CbjTTh','logger','_currentLocation','_maxCarryingWeight','rating','21133trNtYR','weight','rooms','shape','3594816PysUxD','1478470QbUQHY','roomB','isLockable','characterLocations'];a61c=function(){return j;};return a61c();}export class AbstractInventory{['items'];[a61i(0x1f8)];}export class AbstractItem{['uuid'];['name'];[a61i(0x1e5)];['size'];[a61i(0x1f1)];[a61i(0x1d6)];[a61i(0x1e7)];[a61i(0x1ec)];[a61i(0x1fb)];[a61i(0x1fd)];}export class AbstractPlayer{[a61i(0x1df)];[a61i(0x1f9)];['_inventory'];[a61i(0x1dd)];[a61i(0x1fa)];[a61i(0x1f3)];}export class AbstractPuzzle{[a61i(0x1f8)];[a61i(0x1e4)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x20e))/0x1*(parseInt(k(0x209))/0x2)+parseInt(k(0x1fe))/0x3*(parseInt(k(0x21b))/0x4)+parseInt(k(0x20c))/0x5+-parseInt(k(0x1f1))/0x6*(parseInt(k(0x211))/0x7)+parseInt(k(0x253))/0x8*(parseInt(k(0x205))/0x9)+-parseInt(k(0x221))/0xa*(-parseInt(k(0x223))/0xb)+-parseInt(k(0x22d))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x7dc2a));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1ed;var f=c[d];return f;},a62d(a,b);}export var Size;(function(a){var l=a62d;a[l(0x225)]=l(0x206),a[l(0x22c)]='small',a[l(0x23d)]=l(0x23e),a[l(0x214)]=l(0x242),a[l(0x245)]=l(0x207);}(Size||(Size={})));export var Rating;(function(c){var o=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var m=a62d;if(h){var j=h[m(0x1fa)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var n=a62d;return e[n(0x1fb)]()[n(0x22f)](n(0x215))[n(0x1fb)]()[n(0x20a)](e)[n(0x22f)](n(0x215));});e(),c[o(0x23c)]=o(0x21f),c['Rare']=o(0x24a),c[o(0x226)]=o(0x21e);}(Rating||(Rating={})));export var Category;(function(a){var p=a62d;a[p(0x1ee)]=p(0x208),a['Shield']=p(0x239),a['Key']=p(0x1fd),a[p(0x1f6)]=p(0x21a),a[p(0x23b)]=p(0x24d),a[p(0x238)]=p(0x22e),a['Boots']=p(0x246),a['LegArmor']=p(0x204),a[p(0x24b)]=p(0x218),a[p(0x22b)]=p(0x1f8),a[p(0x202)]=p(0x222),a['Cup']=p(0x23f),a['Unknown']=p(0x1f7);}(Category||(Category={})));function a62c(){var v=['west','Hat','shield','mountain','Helmet','Common','Medium','medium','cup','underground','OUTSIDE','large','CAVE','bumpy','VeryLarge','boots','red','Metallic','Orange','rare','ArmArmor','east','helmet','Fuzzy','FOREST','orange','circle','Rectangle','64lJFjjx','SEA','Weapon','desert','EAST','24btIjfD','tower','UNDERGROUND','square','brown','Gloves','unknown','body\x20armor','Green','apply','toString','sea','key','101037qcnvrM','DESERT','grey','BEACH','Book','yellow','leg\x20armor','1141002rlWFYs','tiny','very\x20large','weapon','2nJVpXQ','constructor','WEST','3189710XqbkFB','triangle','928337IzIOKc','Grey','beach','1339296PyLOhh','INSIDE','rough','Large','(((.+)+)+)+$','purple','DOWN','arm\x20armor','Circle','gloves','120wjLShq','green','outside','legendary','common','metallic','8750MAFqEo','book','9427ilNukp','down','Tiny','Legendary','blue','MOUNTAIN','Bumpy','Gold','BodyArmor','Small','14443776ehbcXk','hat','search','rectangle','Purple','north','Rifle','Smooth','TOWER','Square'];a62c=function(){return v;};return a62c();}export var Shape;(function(a){var q=a62d;a[q(0x219)]=q(0x251),a[q(0x236)]=q(0x1f4),a['Triangle']=q(0x20d),a[q(0x252)]=q(0x230),a['Blade']='blade',a[q(0x233)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a['Red']=r(0x247),a['Blue']=r(0x227),a[r(0x1f9)]=r(0x21c),a['Yellow']=r(0x203),a[r(0x249)]=r(0x250),a[r(0x231)]=r(0x216),a[r(0x20f)]=r(0x200),a['Brown']=r(0x1f5),a[r(0x22a)]='gold';}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a[s(0x234)]='smooth',a['Rough']=s(0x213),a[s(0x229)]=s(0x244),a[s(0x24e)]='fuzzy',a['Grainy']='grainy',a[s(0x248)]=s(0x220);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x212)]='inside',a[t(0x241)]=t(0x21d),a[t(0x1f3)]=t(0x240),a[t(0x243)]='cave',a[t(0x235)]=t(0x1f2),a[t(0x24f)]='forest',a[t(0x1ff)]=t(0x1ef),a[t(0x228)]=t(0x23a),a[t(0x201)]=t(0x210),a[t(0x1ed)]=t(0x1fc);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a['NORTH']=u(0x232),a[u(0x1f0)]=u(0x24c),a['SOUTH']='south',a[u(0x20b)]=u(0x237),a['UP']='up',a[u(0x217)]=u(0x224);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x1ed))/0x1*(parseInt(k(0x1d7))/0x2)+parseInt(k(0x212))/0x3*(parseInt(k(0x1c8))/0x4)+-parseInt(k(0x1f6))/0x5+-parseInt(k(0x1db))/0x6+-parseInt(k(0x20b))/0x7+parseInt(k(0x1d9))/0x8+parseInt(k(0x1d6))/0x9*(parseInt(k(0x20c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xd12d4));export var Size;(function(a){var l=a62d;a[l(0x21a)]=l(0x1c1),a['Small']='small',a[l(0x1c9)]=l(0x1d3),a[l(0x1dc)]='large',a[l(0x205)]=l(0x1c2);}(Size||(Size={})));export var Rating;function a62c(){var v=['Tiny','key','Square','triangle','Shield','Purple','search','LegArmor','mountain','WEST','west','Weapon','east','blade','unknown','body\x20armor','Red','tiny','very\x20large','grainy','purple','OUTSIDE','blue','north','364eggoik','Medium','common','SOUTH','EAST','Boots','grey','Blue','Rectangle','metallic','cup','medium','FOREST','Cup','9JQcxOE','83254vEqxaZ','desert','412136dkKBHP','shield','1821156SYmqri','Large','circle','Triangle','DESERT','Rough','sea','Smooth','rough','rare','helmet','Green','boots','BEACH','square','hat','Rare','red','5thBUBZ','underground','south','rifle','toString','INSIDE','Grainy','Blade','book','4654765ImIuZd','bumpy','Book','NORTH','tower','Legendary','apply','gloves','SEA','Key','weapon','smooth','yellow','(((.+)+)+)+$','outside','VeryLarge','gold','leg\x20armor','Unknown','green','Grey','10094175iKqzJa','23264570uEmRpn','MOUNTAIN','Gloves','DOWN','Circle','forest','44949efHOcT','ArmArmor','Brown','TOWER','arm\x20armor','fuzzy','rectangle','BodyArmor'];a62c=function(){return v;};return a62c();}(function(a){var m=a62d;a['Common']=m(0x1ca),a[m(0x1eb)]=m(0x1e4),a[m(0x1fb)]='legendary';}(Rating||(Rating={})));export var Category;(function(c){var p=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var n=a62d;if(h){var j=h[n(0x1fc)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var o=a62d;return e[o(0x1f1)]()[o(0x1b6)](o(0x203))[o(0x1f1)]()['constructor'](e)[o(0x1b6)]('(((.+)+)+)+$');});e(),c[p(0x1bb)]=p(0x200),c[p(0x1b4)]=p(0x1da),c[p(0x1ff)]=p(0x21b),c[p(0x20e)]=p(0x1fd),c['Helmet']=p(0x1e5),c['Hat']=p(0x1ea),c[p(0x1cd)]=p(0x1e7),c[p(0x1b7)]=p(0x207),c[p(0x213)]=p(0x216),c[p(0x219)]=p(0x1bf),c[p(0x1f8)]=p(0x1f5),c[p(0x1d5)]=p(0x1d2),c[p(0x208)]=p(0x1be);}(Category||(Category={})));export var Shape;(function(a){var q=a62d;a[q(0x210)]=q(0x1dd),a[q(0x1b2)]=q(0x1e9),a[q(0x1de)]=q(0x1b3),a[q(0x1d0)]=q(0x218),a[q(0x1f4)]=q(0x1bd),a['Rifle']=q(0x1f0);}(Shape||(Shape={})));export var Color;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1b2;var f=c[d];return f;},a62d(a,b);}(function(a){var r=a62d;a[r(0x1c0)]=r(0x1ec),a[r(0x1cf)]=r(0x1c6),a[r(0x1e6)]=r(0x209),a['Yellow']=r(0x202),a['Orange']='orange',a[r(0x1b5)]=r(0x1c4),a[r(0x20a)]=r(0x1ce),a[r(0x214)]='brown',a['Gold']=r(0x206);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a[s(0x1e2)]=s(0x201),a[s(0x1e0)]=s(0x1e3),a['Bumpy']=s(0x1f7),a['Fuzzy']=s(0x217),a[s(0x1f3)]=s(0x1c3),a['Metallic']=s(0x1d1);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x1f2)]='inside',a[t(0x1c5)]=t(0x204),a['UNDERGROUND']=t(0x1ee),a['CAVE']='cave',a[t(0x215)]=t(0x1fa),a[t(0x1d4)]=t(0x211),a[t(0x1df)]=t(0x1d8),a[t(0x20d)]=t(0x1b8),a[t(0x1e8)]='beach',a[t(0x1fe)]=t(0x1e1);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x1f9)]=u(0x1c7),a[u(0x1cc)]=u(0x1bc),a[u(0x1cb)]=u(0x1ef),a[u(0x1b9)]=u(0x1ba),a['UP']='up',a[u(0x20f)]='down';}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x137))/0x1*(parseInt(f(0x141))/0x2)+-parseInt(f(0x140))/0x3+parseInt(f(0x13e))/0x4+parseInt(f(0x13d))/0x5+-parseInt(f(0x13a))/0x6+-parseInt(f(0x13c))/0x7+parseInt(f(0x13b))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x7f904));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0x13f)]()['search'](g(0x142))[g(0x13f)]()[g(0x139)](a63a)[g(0x138)](g(0x142));});function a63c(){var h=['search','constructor','3100944HSHmRx','4098024rNSOPe','3869782cnFgab','4254210aZCmpx','2745652yuieca','toString','201048aAbdfh','268ozOKzQ','(((.+)+)+)+$','2913NkpwTy'];a63c=function(){return h;};return a63c();}a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x137;var f=c[d];return f;},a63d(a,b);}export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xad))/0x1+parseInt(f(0xb5))/0x2*(parseInt(f(0xae))/0x3)+parseInt(f(0xb4))/0x4+parseInt(f(0xb1))/0x5+parseInt(f(0xb8))/0x6+parseInt(f(0xb6))/0x7+-parseInt(f(0xb9))/0x8*(parseInt(f(0xb3))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x7e4f1));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xb7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0xb0)]()[h(0xaf)]('(((.+)+)+)+$')['toString']()['constructor'](a63a)[h(0xaf)](h(0xb2));});function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xad;var f=c[d];return f;},a63d(a,b);}a63a();export{};function a63c(){var i=['toString','4909520lEsAIA','(((.+)+)+)+$','617409mNVVrh','419684mJykmG','28OfFmoF','451584zlzqvk','apply','2355108XbFwbk','104qWNCUw','239681IBhyYj','22500RKDKqA','search'];a63c=function(){return i;};return a63c();}
@@ -1 +1 @@
1
- function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x128;var f=c[d];return f;},a64d(a,b);}function a64c(){var i=['3GbbuNj','3719128XicDaM','constructor','toString','(((.+)+)+)+$','2600715oPtyhO','1947984hvlBlp','64359dYQHJa','search','1624kqRXnH','apply','471240AuoSBa','1606404IxATOD','325111rzAPMr'];a64c=function(){return i;};return a64c();}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x12d))/0x1+-parseInt(f(0x12c))/0x2*(parseInt(f(0x12e))/0x3)+-parseInt(f(0x12b))/0x4+parseInt(f(0x133))/0x5+parseInt(f(0x134))/0x6+-parseInt(f(0x12f))/0x7+parseInt(f(0x129))/0x8*(parseInt(f(0x135))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x7eb79));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x12a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x131)]()[h(0x128)](h(0x132))['toString']()[h(0x130)](a64a)[h(0x128)](h(0x132));});a64a();export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x8a))/0x1+parseInt(f(0x82))/0x2*(-parseInt(f(0x85))/0x3)+-parseInt(f(0x83))/0x4+parseInt(f(0x8b))/0x5+-parseInt(f(0x8d))/0x6*(parseInt(f(0x8e))/0x7)+parseInt(f(0x86))/0x8*(parseInt(f(0x8c))/0x9)+parseInt(f(0x88))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x8c7f0));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var g=a64d;return a64a[g(0x89)]()['search'](g(0x84))[g(0x89)]()[g(0x87)](a64a)['search'](g(0x84));});a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x82;var f=c[d];return f;},a64d(a,b);}export{};function a64c(){var h=['14770840tLsHXV','toString','298465euIIEr','4829965rNHIXV','2503719Lknefd','438xDibnA','62391wbvWIM','2wekDaW','4470052ZXYkgb','(((.+)+)+)+$','2741226gmIjqK','32QaSFfR','constructor'];a64c=function(){return h;};return a64c();}
@@ -1 +1 @@
1
- const a65H=a65d;function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x100;let f=c[d];return f;},a65d(a,b);}(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x129))/0x1+-parseInt(y(0x13b))/0x2+-parseInt(y(0x104))/0x3*(-parseInt(y(0x141))/0x4)+-parseInt(y(0x154))/0x5*(parseInt(y(0x115))/0x6)+-parseInt(y(0x144))/0x7+-parseInt(y(0x143))/0x8+parseInt(y(0x114))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xeb1b2));function a65c(){const I=['7308400pECsTc','11656211tyHtlh','yellow','forEach','70%','rightHand','toString','head','Head:\x20','scroll','-----\x20Exits\x20------\x0a','20%','render','gloves','write','getInstance','lock','2585945YJwFQa','enter','None','setContent','torso','----->>>>>>\x20Initializing\x20Game','focus','exits','name','10%','currentLocation','roomType','Thanks\x20for\x20playing!','48bfwxDI','append','getValue','equip','\x20Game\x20Log\x20','constructor','\x20Inventory\x20','size','arms','white','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','getWelcomeMessage','Right\x20Hand:\x20','mousemove','exit','75%','58501386CluUpw','12piofjL','\x20Equipment\x20','line','feet','getAllItems','Left\x20Hand:\x20','argv','map','key','clear','25%','90%','slice','(((.+)+)+)+$','clearValue','inventory','player','Your\x20items\x20will\x20be\x20listed\x20here...','Available\x20exits\x20will\x20be\x20shown\x20here...','screen','1025849ByaXxk','apply','leftHand','removeAllListeners','logBox','handleInput','legs','100%','textbox','unlock','logFilePath','pushLine','parse','split','checkIfLockable','log','box','Torso:\x20','2191396lWPSYz','search','\x20(Unlocked)','<<<<<<<<---------\x20Terminating\x20game','unequip','getOtherSide','49372kidASB','join'];a65c=function(){return I;};return a65c();}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(0x12a)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g['toString']()[A(0x13c)]('(((.+)+)+)+$')[A(0x149)]()[A(0x109)](g)[A(0x13c)](A(0x122));});g();try{const h=a65e[B(0x128)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a65e[B(0x139)]({'top':'0%','left':B(0x113),'width':B(0x11f),'height':'45%','border':{'type':B(0x117)},'label':B(0x10a),'content':B(0x126),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x145)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x119)]()[C(0x11c)](v=>v[C(0x15c)]);i[C(0x157)](u[C(0x142)]('\x0a')),h['render']();};h[B(0x105)](i);const k=a65e[B(0x139)]({'top':'45%','left':'75%','width':B(0x11f),'height':B(0x11f),'border':{'type':B(0x117)},'label':B(0x116),'content':B(0x10e),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x105)](k);const l=t=>{const D=B;k['setContent'](D(0x14b)+(t['head']?t[D(0x14a)][D(0x15c)]:D(0x156))+'\x0a'+(D(0x13a)+(t['torso']?t[D(0x158)][D(0x15c)]:D(0x156))+'\x0a')+('Legs:\x20'+(t['legs']?t[D(0x12f)][D(0x15c)]:'None')+'\x0a')+('Feet:\x20'+(t[D(0x118)]?t[D(0x118)][D(0x15c)]:'None')+'\x0a')+('Arms:\x20'+(t['arms']?t[D(0x10c)][D(0x15c)]:D(0x156))+'\x0a')+('Gloves:\x20'+(t[D(0x150)]?t[D(0x150)][D(0x15c)]:'None')+'\x0a')+(D(0x11a)+(t[D(0x12b)]?t[D(0x12b)]['name']:D(0x156))+'\x0a')+(D(0x110)+(t['rightHand']?t[D(0x148)]['name']:'None')+'\x0a')),h['render']();},m=a65e[B(0x139)]({'top':B(0x147),'left':'75%','width':B(0x11f),'height':B(0x14e),'border':{'type':'line'},'label':'\x20Map\x20','content':B(0x127),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x145)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x105)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x15c)]+'\x0a\x0a';u+=E(0x14d),t[E(0x15b)][E(0x10b)]>0x0?t[E(0x15b)][E(0x146)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x140)](t);x[F(0x102)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x[F(0x15c)]:u+=capitalCase(w)+':\x20'+v[F(0x15c)];if(v['checkIfLocked']())u+='\x20(Locked)';else v[F(0x137)]()&&(u+=F(0x13d));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m[E(0x157)](u),h['render']();},o=a65e[B(0x139)]({'id':B(0x12d),'top':'0%','left':'0%','width':B(0x113),'height':B(0x120),'border':{'type':'line'},'label':B(0x108),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x145)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x12c)](B(0x111)),h[B(0x105)](o);const p=a65e[B(0x131)]({'bottom':0x0,'left':0x0,'width':B(0x130),'height':B(0x100),'tags':!![],'border':{'type':B(0x117)},'style':{'fg':B(0x10d),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x105)](p),h[B(0x11d)](['escape','C-c'],()=>process['exit'](0x0)),p[B(0x15a)](),h['render']();const q=Logger['getInstance'](e[B(0x133)],h),r=new Player({'playerName':c});q[B(0x151)](B(0x159));const s=a65f[B(0x152)](r,d);o['setContent'](s[B(0x10f)]()),l(s[B(0x125)]['equipment']),j(s[B(0x125)][B(0x124)]),n(s[B(0x125)]['currentLocation']),p[B(0x11d)]([B(0x155)],async()=>{const G=B,t=p[G(0x106)](),u=s[G(0x12e)](t);(t[G(0x136)]('\x20')[0x0]==='take'||G(0x107)||G(0x13f))&&(j(s['player'][G(0x124)]),l(s['player']['equipment'])),(t['split']('\x20')[0x0]==='go'||G(0x153)||G(0x132))&&n(s[G(0x125)][G(0x101)]),t[G(0x136)]('\x20')[0x0]===G(0x11e)&&o[G(0x157)](''),u===null&&(console['log'](G(0x103)),h[G(0x14f)](),q[G(0x151)](G(0x13e)),process[G(0x112)](0x0)),o[G(0x134)](u),o[G(0x14c)](0x1),p[G(0x123)](),p[G(0x15a)](),h[G(0x14f)]();});}catch(t){console[B(0x138)](t),process['exit'](0x1);}}const args=process[a65H(0x11b)][a65H(0x121)](0x2);main(args[0x0],JSON[a65H(0x135)](args[0x1]),JSON[a65H(0x135)](args[0x2]));
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x186))/0x1+-parseInt(y(0x19c))/0x2+parseInt(y(0x18d))/0x3*(-parseInt(y(0x1be))/0x4)+parseInt(y(0x1c2))/0x5*(-parseInt(y(0x19b))/0x6)+parseInt(y(0x17f))/0x7+parseInt(y(0x1c7))/0x8*(-parseInt(y(0x1cc))/0x9)+parseInt(y(0x1c3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x32929));import a65e from'blessed';import{capitalCase}from'change-case';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x175;let f=c[d];return f;},a65d(a,b);}import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a65c(){const I=['\x20(Unlocked)','join','getAllItems','lock','head','currentLocation','scroll','feet','pushLine','write','clear','split','exits','20%','screen','argv','100%','90%','Arms:\x20','render','C-c','25%','Left\x20Hand:\x20','----->>>>>>\x20Initializing\x20Game','slice','None','size','constructor','escape','17828xImaUj','yellow','getOtherSide','box','60OuYoiG','10304740wrqeEf','legs','apply','logBox','132576GyVufw','unequip','player','Legs:\x20','roomType','117bjPTbt','name','textbox','Feet:\x20','OUTSIDE','<<<<<<<<---------\x20Terminating\x20game','\x0aThere\x20are\x20no\x20exits\x20here.','key','clearValue','70%','log','equipment','handleInput','arms','10%','rightHand','\x20Equipment\x20','equip','forEach','line','2372755bynRfx','search','\x20Inventory\x20','setContent','focus','-----\x20Exits\x20------\x0a','getWelcomeMessage','250366dcgFYb','\x20Game\x20Log\x20','getInstance','torso','logFilePath','checkIfLockable','cyan','273uqvcmK','parse','75%','append','(((.+)+)+)+$','exit','unlock','leftHand','mousemove','checkIfLocked','inventory','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Head:\x20','Torso:\x20','19002HSZMID','505802FISMoa','Side\x20Quest\x20Adventure\x20Game','Available\x20exits\x20will\x20be\x20shown\x20here...','map','toString'];a65c=function(){return I;};return a65c();}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(0x1c5)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g['toString']()[A(0x180)](A(0x191))[A(0x1a0)]()[A(0x1bc)](g)[A(0x180)](A(0x191));});g();try{const h=a65e[B(0x1af)]({'smartCSR':!![],'title':B(0x19d)}),i=a65e[B(0x1c1)]({'top':'0%','left':B(0x18f),'width':B(0x1b6),'height':'45%','border':{'type':'line'},'label':B(0x181),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1bf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1a3)]()[C(0x19f)](v=>v['name']);i[C(0x182)](u[C(0x1a2)]('\x0a')),h['render']();};h[B(0x190)](i);const k=a65e[B(0x1c1)]({'top':'45%','left':'75%','width':'25%','height':'25%','border':{'type':B(0x17e)},'label':B(0x17b),'content':B(0x198),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1bf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x190)](k);const l=t=>{const D=B;k[D(0x182)](D(0x199)+(t[D(0x1a5)]?t[D(0x1a5)][D(0x1cd)]:D(0x1ba))+'\x0a'+(D(0x19a)+(t['torso']?t[D(0x189)][D(0x1cd)]:'None')+'\x0a')+(D(0x1ca)+(t['legs']?t[D(0x1c4)][D(0x1cd)]:'None')+'\x0a')+(D(0x1cf)+(t[D(0x1a8)]?t[D(0x1a8)]['name']:D(0x1ba))+'\x0a')+(D(0x1b3)+(t[D(0x178)]?t['arms'][D(0x1cd)]:D(0x1ba))+'\x0a')+('Gloves:\x20'+(t['gloves']?t['gloves']['name']:D(0x1ba))+'\x0a')+(D(0x1b7)+(t['leftHand']?t[D(0x194)]['name']:D(0x1ba))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x17a)]?t['rightHand']['name']:'None')+'\x0a')),h[D(0x1b4)]();},m=a65e['box']({'top':B(0x1d5),'left':B(0x18f),'width':B(0x1b6),'height':B(0x1ae),'border':{'type':'line'},'label':'\x20Map\x20','content':B(0x19e),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1bf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x190)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t['name']+'\x0a\x0a';u+=E(0x184),t[E(0x1ad)][E(0x1bb)]>0x0?t[E(0x1ad)][E(0x17d)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1c0)](t);x[F(0x1cb)]===RoomType[F(0x1d0)]?u+=capitalCase(w)+':\x20'+x[F(0x1cd)]:u+=capitalCase(w)+':\x20'+v[F(0x1cd)];if(v[F(0x196)]())u+='\x20(Locked)';else v[F(0x18b)]()&&(u+=F(0x1a1));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1d2),m[E(0x182)](u),h[E(0x1b4)]();},o=a65e[B(0x1c1)]({'id':B(0x1c6),'top':'0%','left':'0%','width':B(0x18f),'height':B(0x1b2),'border':{'type':B(0x17e)},'label':B(0x187),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](B(0x195)),h[B(0x190)](o);const p=a65e[B(0x1ce)]({'bottom':0x0,'left':0x0,'width':B(0x1b1),'height':B(0x179),'tags':!![],'border':{'type':'line'},'style':{'fg':'white','border':{'fg':B(0x18c)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x190)](p),h[B(0x1d3)]([B(0x1bd),B(0x1b5)],()=>process[B(0x192)](0x0)),p[B(0x183)](),h[B(0x1b4)]();const q=Logger[B(0x188)](e[B(0x18a)],h),r=new Player({'playerName':c});q[B(0x1aa)](B(0x1b8));const s=a65f[B(0x188)](r,d);o['setContent'](s[B(0x185)]()),l(s[B(0x1c9)][B(0x176)]),j(s[B(0x1c9)][B(0x197)]),n(s[B(0x1c9)][B(0x1a6)]),p[B(0x1d3)](['enter'],async()=>{const G=B,t=p['getValue'](),u=s[G(0x177)](t);(t['split']('\x20')[0x0]==='take'||G(0x17c)||G(0x1c8))&&(j(s[G(0x1c9)][G(0x197)]),l(s[G(0x1c9)]['equipment'])),(t[G(0x1ac)]('\x20')[0x0]==='go'||G(0x1a4)||G(0x193))&&n(s[G(0x1c9)][G(0x1a6)]),t[G(0x1ac)]('\x20')[0x0]===G(0x1ab)&&o[G(0x182)](''),u===null&&(console[G(0x175)]('Thanks\x20for\x20playing!'),h[G(0x1b4)](),q[G(0x1aa)](G(0x1d1)),process[G(0x192)](0x0)),o[G(0x1a9)](u),o[G(0x1a7)](0x1),p[G(0x1d4)](),p[G(0x183)](),h['render']();});}catch(t){console['log'](t),process[B(0x192)](0x1);}}const args=process[a65H(0x1b0)][a65H(0x1b9)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a65H(0x18e)](args[0x2]));
@@ -1 +1 @@
1
- const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x81))/0x1+-parseInt(h(0x76))/0x2*(-parseInt(h(0x69))/0x3)+parseInt(h(0x74))/0x4+parseInt(h(0x6f))/0x5+parseInt(h(0x78))/0x6+-parseInt(h(0x75))/0x7*(parseInt(h(0x82))/0x8)+parseInt(h(0x79))/0x9*(-parseInt(h(0x7c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x29b57));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x80)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x70)]()['search'](j(0x87))['toString']()['constructor'](a66a)[j(0x7a)](j(0x87));});a66a();import a66e from'fs';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x65;let f=c[d];return f;},a66d(a,b);}function a66c(){const r=['7044129rzcvcX','search','error','10lXCtqV','dirname','toISOString','instance','apply','290047fgMZIz','8ZvouDR','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','filePath','existsSync','side-quest.log','(((.+)+)+)+$','.maka','find','appendFileSync','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','content','screen','200247ehAWJU','write','log','children','[INFO]\x20[','logBox','1623105paJVcg','toString','ensureLogFileExists','join','homedir','122864ZJbXOB','1488431Obdqkz','8myoqNS','box','1522638wRJbhn'];a66c=function(){return r;};return a66c();}import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x73)]();export class Logger{static [a66k(0x7f)];[a66k(0x84)];[a66k(0x68)];constructor(a,b){const l=a66k;this[l(0x84)]=a,this['screen']=b,this[l(0x71)]();}static['getInstance'](a=a66g[a66k(0x72)](homeDir,a66k(0x88),a66k(0x86)),b){const m=a66k;if(!Logger[m(0x7f)]){if(!b)throw new Error(m(0x66));Logger['instance']=new Logger(a,b);}return Logger[m(0x7f)];}[a66k(0x71)](){const n=a66k,a=a66g[n(0x7d)](this[n(0x84)]);!a66e[n(0x85)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e['existsSync'](this[n(0x84)])&&a66e['writeFileSync'](this[n(0x84)],'');}[a66k(0x6a)](a){const o=a66k,b=new Date()[o(0x7e)](),c=o(0x6d)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[o(0x84)],c);}['error'](a){const p=a66k,b=new Date()[p(0x7e)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a66e[p(0x65)](this['filePath'],c);}[a66k(0x6b)](a){const q=a66k,b=this[q(0x68)]?.[q(0x6c)][q(0x89)](c=>c['type']===q(0x77)&&c['options']['id']===q(0x6e));b?(b['setContent'](b[q(0x67)]+'\x0a'+a),b['scrollTo'](b['getScrollHeight']()),this['screen']?.['render']()):this[q(0x7b)]('The\x20logbox\x20'+b+q(0x83)+this[q(0x68)]),this['write'](a);}['hasScreen'](){return!!this['screen'];}}
1
+ const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0xab))/0x1+-parseInt(h(0xbd))/0x2+parseInt(h(0xa3))/0x3+-parseInt(h(0x9a))/0x4+parseInt(h(0xaa))/0x5*(parseInt(h(0xa2))/0x6)+-parseInt(h(0x99))/0x7*(-parseInt(h(0x98))/0x8)+parseInt(h(0x90))/0x9*(-parseInt(h(0xac))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xd142e));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x91)]()[j(0x9d)](j(0x92))[j(0x91)]()[j(0xbb)](a66a)[j(0x9d)](j(0x92));});function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x90;let f=c[d];return f;},a66d(a,b);}a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0xb6)]();export class Logger{static [a66k(0xb9)];[a66k(0xb3)];[a66k(0xa7)];constructor(a,b){const l=a66k;this[l(0xb3)]=a,this[l(0xa7)]=b,this[l(0xa9)]();}static[a66k(0xa0)](a=a66g[a66k(0x94)](homeDir,a66k(0xb2),a66k(0x96)),b){const m=a66k;if(!Logger[m(0xb9)]){if(!b)throw new Error(m(0xbc));Logger[m(0xb9)]=new Logger(a,b);}return Logger['instance'];}['ensureLogFileExists'](){const n=a66k,a=a66g['dirname'](this['filePath']);!a66e['existsSync'](a)&&a66e[n(0xb7)](a,{'recursive':!![]}),!a66e[n(0x9e)](this[n(0xb3)])&&a66e[n(0x93)](this[n(0xb3)],'');}[a66k(0xa1)](a){const o=a66k,b=new Date()['toISOString'](),c=o(0xae)+b+']\x20'+a+'\x0a';a66e[o(0xb4)](this['filePath'],c);}[a66k(0x9f)](a){const p=a66k,b=new Date()[p(0x95)](),c=p(0xb5)+b+']\x20'+a+'\x0a';a66e[p(0xb4)](this['filePath'],c);}[a66k(0x9b)](a){const q=a66k,b=this[q(0xa7)]?.[q(0x9c)][q(0xad)](c=>c[q(0xa4)]==='box'&&c[q(0xaf)]['id']===q(0xa5));b?(b['setContent'](b['content']+'\x0a'+a),b[q(0x97)](b[q(0xb1)]()),this[q(0xa7)]?.[q(0xb8)]()):this[q(0x9f)](q(0xba)+b+q(0xb0)+this[q(0xa7)]),this[q(0xa1)](a);}[a66k(0xa8)](){return!!this['screen'];}}function a66c(){const r=['getInstance','write','66YvfNPu','5121579DRQBRa','type','logBox','apply','screen','hasScreen','ensureLogFileExists','398965cbuMEZ','256873VKjafx','190PvXDMd','find','[INFO]\x20[','options','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','getScrollHeight','.maka','filePath','appendFileSync','[ERROR]\x20[','homedir','mkdirSync','render','instance','The\x20logbox\x20','constructor','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','1545362QTQibk','659322zGBDbN','toString','(((.+)+)+)+$','writeFileSync','join','toISOString','side-quest.log','scrollTo','200HFFKgh','437899hJSLBI','3481004BBbQAz','log','children','search','existsSync','error'];a66c=function(){return r;};return a66c();}
@@ -1 +1 @@
1
- const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0x16b))/0x1+parseInt(k(0x16d))/0x2+-parseInt(k(0x171))/0x3*(parseInt(k(0x172))/0x4)+-parseInt(k(0x17a))/0x5+parseInt(k(0x15f))/0x6+parseInt(k(0x170))/0x7+parseInt(k(0x167))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xdf5ea));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0x16e)]()[m(0x164)](m(0x17b))['toString']()[m(0x165)](a67a)[m(0x164)](m(0x17b));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x15a;let f=c[d];return f;},a67d(a,b);}import{fileURLToPath}from'url';import{dirname}from'path';function a67c(){const q=['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...','shadowrun','sideQuestAnswer','dungeon','stringify','url','8407542brxlrp','Thanks\x20for\x20playing!','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','exit','list','search','constructor','inherit','290416Kzpimi','getGlobalMakaDir','options','apply','177919aKZHyI','create','1729132XQJRuD','toString','Commoner','8253784hcKBLk','7428rYKbvi','2876yXJRJU','Play\x20a\x20little\x20side-quest','join','maka\x20play:side-quest','ask','player','side-quest','fsi','3040760KmJrGe','(((.+)+)+)+$','log'];a67c=function(){return q;};return a67c();}const __filename=fileURLToPath(import.meta[a67n(0x15e)]),__dirname=dirname(__filename);Command[a67n(0x16c)]({'name':a67n(0x178),'usage':a67n(0x175),'shortDesc':a67n(0x173),'aliases':['sq'],'description':a67n(0x17d),'validOpts':[a67n(0x177)]},async function(a,b){const o=a67n;try{const c=this[o(0x179)][o(0x168)](),d=a67e[o(0x174)](c,'side-quest.log'),e=b[o(0x177)]?b[o(0x177)]:await Actions[o(0x176)]('What\x20is\x20your\x20name?')||o(0x16f),f={...b,'logFilePath':d},g={'type':o(0x163),'name':o(0x15b),'message':o(0x161),'choices':[{'name':o(0x15c),'value':dungeonConfig},{'name':o(0x15a),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x169)](g);if(e&&h){const i=spawn('node',[a67e['resolve'](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x15d)](h),JSON[o(0x15d)](f)],{'stdio':o(0x166)});i['on'](o(0x162),()=>{const p=o;console[p(0x17c)](p(0x160));});}}catch(j){console[o(0x17c)](j);}},a67f);
1
+ const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0x19c))/0x1*(parseInt(k(0x194))/0x2)+parseInt(k(0x18f))/0x3+-parseInt(k(0x1a0))/0x4*(parseInt(k(0x197))/0x5)+parseInt(k(0x198))/0x6*(parseInt(k(0x187))/0x7)+parseInt(k(0x190))/0x8*(parseInt(k(0x189))/0x9)+parseInt(k(0x188))/0xa+parseInt(k(0x193))/0xb*(-parseInt(k(0x182))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x92e7f));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x19b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0x17f)]()[m(0x19e)](m(0x192))[m(0x17f)]()['constructor'](a67a)['search'](m(0x192));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x17e;let f=c[d];return f;},a67d(a,b);}import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';function a67c(){const q=['What\x20is\x20your\x20name?','url','stringify','Thanks\x20for\x20playing!','log','1641024JGJids','200uYqHSN','node','(((.+)+)+)+$','21348283sItGsA','131142RPfhQK','inherit','side-quest.log','5xvKcOY','5087622nEOUWC','create','sideQuestAnswer','apply','11sRtYqk','dungeon','search','ask','1259736vHskmY','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...','shadowrun','side-quest','toString','./sideQuest/ui.js','player','12ZxEWMI','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','join','Play\x20a\x20little\x20side-quest','list','7SNUgjZ','3928130mdmSyA','125415bLfBVY'];a67c=function(){return q;};return a67c();}import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67n(0x18b)]),__dirname=dirname(__filename);Command[a67n(0x199)]({'name':a67n(0x17e),'usage':'maka\x20play:side-quest','shortDesc':a67n(0x185),'aliases':['sq'],'description':a67n(0x1a1),'validOpts':[a67n(0x181)]},async function(a,b){const o=a67n;try{const c=this['fsi']['getGlobalMakaDir'](),d=a67e[o(0x184)](c,o(0x196)),e=b[o(0x181)]?b['player']:await Actions[o(0x19f)](o(0x18a))||'Commoner',f={...b,'logFilePath':d},g={'type':o(0x186),'name':o(0x19a),'message':o(0x183),'choices':[{'name':o(0x19d),'value':dungeonConfig},{'name':o(0x1a2),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(o(0x191),[a67e['resolve'](__dirname,o(0x180)),e,JSON[o(0x18c)](h),JSON[o(0x18c)](f)],{'stdio':o(0x195)});i['on']('exit',()=>{const p=o;console[p(0x18e)](p(0x18d));});}}catch(j){console['log'](j);}},a67f);
@@ -1 +1 @@
1
- var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0xfb))/0x1+-parseInt(f(0x104))/0x2+parseInt(f(0xff))/0x3+parseInt(f(0x103))/0x4+-parseInt(f(0x105))/0x5+-parseInt(f(0x107))/0x6+-parseInt(f(0xfe))/0x7*(-parseInt(f(0x101))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xb9597));function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xfb;var f=c[d];return f;},a68d(a,b);}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x102)]()[h(0xfc)]('(((.+)+)+)+$')[h(0x102)]()['constructor'](a68a)[h(0xfc)]('(((.+)+)+)+$');});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0xfd)]({'name':'snake','usage':a68i(0x106),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a68i;execSync(j(0x108),{'stdio':'inherit'});},a68e);function a68c(){var k=['npx\x20command-line-snake','1202673MzoNEa','search','create','36106Yrdzgo','1062300daKIrl','apply','1144GdzoPy','toString','1400504xHzBFf','333452VecDwC','6688515zwPxQc','maka\x20game:snake','2285238AcRMaD'];a68c=function(){return k;};return a68c();}
1
+ var a68h=a68d;function a68c(){var j=['6462970WciYel','snake','search','174170ymdFwO','416134pRpREh','223007TnbsML','16618eVVebD','constructor','create','npx\x20command-line-snake','maka\x20game:snake','3vKKHnl','24pLJYLN','toString','65256vmoeKr','147321IyefPH','120RzGWsZ','(((.+)+)+)+$'];a68c=function(){return j;};return a68c();}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0xd0))/0x1+-parseInt(f(0xe1))/0x2*(parseInt(f(0xd6))/0x3)+-parseInt(f(0xd9))/0x4+parseInt(f(0xe0))/0x5+parseInt(f(0xdb))/0x6*(-parseInt(f(0xd1))/0x7)+-parseInt(f(0xd7))/0x8*(parseInt(f(0xda))/0x9)+parseInt(f(0xdd))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x217c4));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(0xd8)]()[g(0xdf)](g(0xdc))[g(0xd8)]()[g(0xd2)](a68a)[g(0xdf)]('(((.+)+)+)+$');});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xd0;var f=c[d];return f;},a68d(a,b);}import{execSync}from'child_process';Command[a68h(0xd3)]({'name':a68h(0xde),'usage':a68h(0xd5),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var i=a68h;execSync(i(0xd4),{'stdio':'inherit'});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x150))/0x1*(-parseInt(f(0x153))/0x2)+parseInt(f(0x161))/0x3*(-parseInt(f(0x158))/0x4)+-parseInt(f(0x156))/0x5+-parseInt(f(0x15a))/0x6+parseInt(f(0x15f))/0x7+parseInt(f(0x15d))/0x8*(parseInt(f(0x159))/0x9)+parseInt(f(0x155))/0xa*(parseInt(f(0x14f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x831fb));function a69c(){var k=['4637826QvhZIi','4143336cHhUrT','(((.+)+)+)+$','inherit','8yRGKMF','tetris','1650187jseapO','apply','1053867iiTIaf','77jchKTq','250NlAbMQ','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','search','2470xVhEGC','toString','3589030FhhmCM','5122045YtdBVz','constructor','8eemOyw'];a69c=function(){return k;};return a69c();}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x160)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x154)]()[h(0x152)]('(((.+)+)+)+$')[h(0x154)]()[h(0x157)](a69a)[h(0x152)](h(0x15b));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x14f;var f=c[d];return f;},a69d(a,b);}import{execSync}from'child_process';Command['create']({'name':a69i(0x15e),'usage':'maka\x20game:tetris','shortDesc':a69i(0x151),'validOpts':[]},async function(){var j=a69i;execSync('npx\x20simple-tetris',{'stdio':j(0x15c)});},a69e);
1
+ var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0xee))/0x1+parseInt(f(0xef))/0x2+parseInt(f(0xf2))/0x3+parseInt(f(0xe8))/0x4+-parseInt(f(0xe7))/0x5*(-parseInt(f(0xf0))/0x6)+parseInt(f(0xea))/0x7+parseInt(f(0xe3))/0x8*(-parseInt(f(0xed))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x702bd));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(0xf3)]()['search']('(((.+)+)+)+$')['toString']()[g(0xe6)](a69a)[g(0xe2)](g(0xe4));});a69a();function a69c(){var j=['inherit','9251379ythpuh','482888oJatKG','1492544BxrWvJ','150762ZLtYAG','create','2731182uvbHOH','toString','search','8MuaGBR','(((.+)+)+)+$','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','constructor','5bmijPw','789564UIWgux','maka\x20game:tetris','637616TMOTOX','npx\x20simple-tetris'];a69c=function(){return j;};return a69c();}function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xe2;var f=c[d];return f;},a69d(a,b);}import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69h(0xf1)]({'name':'tetris','usage':a69h(0xe9),'shortDesc':a69h(0xe5),'validOpts':[]},async function(){var i=a69h;execSync(i(0xeb),{'stdio':i(0xec)});},a69e);
@@ -1 +1 @@
1
- const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x111))/0x1*(parseInt(f(0x115))/0x2)+-parseInt(f(0x116))/0x3*(-parseInt(f(0x123))/0x4)+parseInt(f(0x112))/0x5*(-parseInt(f(0x119))/0x6)+-parseInt(f(0x12b))/0x7+-parseInt(f(0x122))/0x8+-parseInt(f(0x129))/0x9*(-parseInt(f(0x128))/0xa)+-parseInt(f(0x125))/0xb*(-parseInt(f(0x117))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x6ae32));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x10f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x126)]()[h(0x113)](h(0x11b))[h(0x126)]()[h(0x11e)](a70a)[h(0x113)](h(0x11b));});a70a();function a70c(){const k=['maka\x20{generate,\x20g}:<generator>\x20<name>','2838024fWowoi','error','apply','invoke','5775ksrTZK','545zxNvIl','search','Scaffold\x20various\x20parts\x20of\x20your\x20application','146BkPpRC','1742382qBfxsE','1012236WgfcWn','maka\x20g:template\x20todos/todo_item','36354TFsgUo','generate','(((.+)+)+)+$','create','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','constructor','maka\x20g:scaffold\x20todos','maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20g:route\x20todos/edit','3338448IMhtPK','4AlrmIC','processAndRunGenerator','77DqjVvM','toString','exit','10HQQjzq','2953251gilBDB'];a70c=function(){return k;};return a70c();}import{Command}from'../command.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x10e;let f=c[d];return f;},a70d(a,b);}import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x11c)]({'name':a70i(0x11a),'aliases':['g'],'usage':a70i(0x12a),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x114),'description':a70i(0x11d),'examples':['maka\x20generate:scaffold\x20todos',a70i(0x11f),a70i(0x118),'maka\x20g:package\x20package:name',a70i(0x121),'maka\x20g:api\x20trucks',a70i(0x120)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a['splice'](0x0,0x1),await a70e[j(0x124)](c,a,b)):a70e[j(0x110)](a,b);}catch(d){Log[j(0x10e)](d),process[j(0x127)](0x1);}});
1
+ function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xfe;let f=c[d];return f;},a70d(a,b);}function a70c(){const k=['3749082hTfbwq','maka\x20g:scaffold\x20todos','splice','constructor','maka\x20{generate,\x20g}:<generator>\x20<name>','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:api\x20trucks','1559007BTEVKg','exit','128xqVmIM','590301enKFOA','3309146jzkWSI','toString','apply','maka\x20g:route\x20todos/edit','285900CTsPoy','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','maka\x20g:package\x20package:name','10638120jjbsgY','4hJhVNR','invoke','42HYSPEh','error','10065881wsHIOA','generate','(((.+)+)+)+$'];a70c=function(){return k;};return a70c();}const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x108))/0x1+-parseInt(f(0x10c))/0x2+-parseInt(f(0x101))/0x3*(-parseInt(f(0x114))/0x4)+-parseInt(f(0x110))/0x5*(-parseInt(f(0x116))/0x6)+parseInt(f(0xfe))/0x7+parseInt(f(0x10a))/0x8*(-parseInt(f(0x10b))/0x9)+-parseInt(f(0x113))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xd6a1f));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x10e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a['toString']()['search'](h(0x100))[h(0x10d)]()[h(0x104)](a70a)['search']('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':a70i(0xff),'aliases':['g'],'usage':a70i(0x105),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x106),'description':a70i(0x111),'examples':['maka\x20generate:scaffold\x20todos',a70i(0x102),'maka\x20g:template\x20todos/todo_item',a70i(0x112),a70i(0x10f),a70i(0x107),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x103)](0x0,0x1),await a70e['processAndRunGenerator'](c,a,b)):a70e[j(0x115)](a,b);}catch(d){Log[j(0x117)](d),process[j(0x109)](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x1be))/0x1+parseInt(f(0x1bf))/0x2+parseInt(f(0x1c7))/0x3+parseInt(f(0x1c3))/0x4+-parseInt(f(0x1c2))/0x5+-parseInt(f(0x1ba))/0x6*(-parseInt(f(0x1c0))/0x7)+parseInt(f(0x1c1))/0x8*(-parseInt(f(0x1bd))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x2ee12));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1c5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a['toString']()[h(0x1c4)](h(0x1bc))[h(0x1c6)]()[h(0x1bb)](a71a)[h(0x1c4)](h(0x1bc));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1ba;var f=c[d];return f;},a71d(a,b);}function a71c(){var i=['72ASEBlL','1423740KParwv','1018260PNMnEU','search','apply','toString','1066692DLwMbs','1288986NiUbXx','constructor','(((.+)+)+)+$','218682gtFEde','380793NaRAfV','502562rHjvml','7ToAmyq'];a71c=function(){return i;};return a71c();}
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x154))/0x1+parseInt(f(0x156))/0x2+parseInt(f(0x151))/0x3+parseInt(f(0x152))/0x4+-parseInt(f(0x14e))/0x5*(-parseInt(f(0x158))/0x6)+-parseInt(f(0x14f))/0x7+parseInt(f(0x153))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x61f12));var a71b=(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;};}()),a71a=a71b(this,function(){var g=a71d;return a71a['toString']()[g(0x150)](g(0x155))[g(0x157)]()[g(0x14d)](a71a)[g(0x150)](g(0x155));});a71a();import'./get.command.js';import'./global.sub.cmd.js';function a71c(){var h=['search','285756mWIoiA','1504prGQPL','5063272NKwvdS','714696OoPVGL','(((.+)+)+)+$','1349538GNUasv','toString','18iZgltL','constructor','420735rVpOiZ','3779167zaBqLT'];a71c=function(){return h;};return a71c();}function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x14d;var f=c[d];return f;},a71d(a,b);}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(0x127))/0x1*(parseInt(f(0x12c))/0x2)+-parseInt(f(0x122))/0x3+parseInt(f(0x11f))/0x4+parseInt(f(0x128))/0x5+-parseInt(f(0x126))/0x6+-parseInt(f(0x129))/0x7+-parseInt(f(0x12d))/0x8*(-parseInt(f(0x120))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x3a71d));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x12b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x11b)]()[h(0x121)]('(((.+)+)+)+$')[h(0x11b)]()[h(0x11d)](a72a)[h(0x121)](h(0x123));});a72a();import{Command}from'../../command.js';function a72c(){const k=['runSubCommand','apply','2VkMCky','5235216bRszqc','toString','maka\x20get:<sub-command>','constructor','create','1672552bOeXUU','9lGWWvT','search','1255404okqxff','(((.+)+)+)+$','findSubCommand','get','2253378urpkpF','174843HvVsyo','302950znRBLi','1921871acJVYk'];a72c=function(){return k;};return a72c();}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a72i(0x11e)]({'name':a72i(0x125),'usage':a72i(0x11c),'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0x124)](c);if(d)return await this[j(0x12a)](c,a,b);else{Log['error']('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x11b;let f=c[d];return f;},a72d(a,b);}export default GetCommand;
1
+ const a72i=a72d;function a72c(){const k=['1394218ciXLBH','Get\x20various\x20Maka\x20variables\x20and\x20configurations','9377065pAfrvY','constructor','(((.+)+)+)+$','1469551KCjjSF','33099064nhmQNq','maka\x20get:<sub-command>','3270584dGkuDc','error','search','9pcGiww','18lxJCdi','2537610KyYTKg','Sub-Command\x20not\x20found','apply','findSubCommand','612028OiLqcM'];a72c=function(){return k;};return a72c();}function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x183;let f=c[d];return f;},a72d(a,b);}(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x192))/0x1+-parseInt(f(0x183))/0x2+parseInt(f(0x187))/0x3*(-parseInt(f(0x18c))/0x4)+-parseInt(f(0x18f))/0x5+-parseInt(f(0x188))/0x6+parseInt(f(0x18d))/0x7+-parseInt(f(0x193))/0x8*(-parseInt(f(0x186))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xe903a));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x18a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()['search'](h(0x191))['toString']()[h(0x190)](a72a)[h(0x185)](h(0x191));});a72a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':'get','usage':a72i(0x194),'shortDesc':a72i(0x18e),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0x18b)](c);if(d)return await this['runSubCommand'](c,a,b);else{Log[j(0x184)](j(0x189));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(0x1e0))/0x1+-parseInt(f(0x1dc))/0x2+-parseInt(f(0x1d8))/0x3+parseInt(f(0x1dd))/0x4+-parseInt(f(0x1d3))/0x5*(-parseInt(f(0x1e2))/0x6)+parseInt(f(0x1e3))/0x7*(parseInt(f(0x1db))/0x8)+-parseInt(f(0x1df))/0x9*(parseInt(f(0x1da))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x694c8));function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1d3;let f=c[d];return f;},a73d(a,b);}function a73c(){const k=['690274FZUoFb','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','5298JdJgCK','34769rnAzHS','create','exit','fsi','2480tjYpPv','maka\x20get:global-config','toString','apply','(((.+)+)+)+$','2420613tvQoBz','error','600700CfyCGe','872gIqxcf','392968ENAzlH','2183696xQGcdb','getGlobalConfig','117blxgDG'];a73c=function(){return k;};return a73c();}const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x1d6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x1d5)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a73a)['search'](h(0x1d7));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x1e4)]({'name':'global-config','usage':a73i(0x1d4),'aliases':['gc'],'shortDesc':a73i(0x1e1),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x1e6)][j(0x1de)]();console['log'](a),process[j(0x1e5)](0x0);}catch(b){console[j(0x1d9)](b),process['exit'](0x0);}},a73e);
1
+ function a73c(){const k=['2331492svSIou','search','57pDzfOw','(((.+)+)+)+$','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','3364paqQOF','apply','maka\x20get:global-config','18972592oEgcOq','constructor','2770740BbmHNd','toString','log','global-config','687107WIhdJV','create','8934402adpltn','getGlobalConfig','5389839icklLd','exit','error'];a73c=function(){return k;};return a73c();}const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x11d))/0x1+parseInt(f(0x124))/0x2+parseInt(f(0x111))/0x3*(parseInt(f(0x114))/0x4)+parseInt(f(0x119))/0x5+parseInt(f(0x11f))/0x6+-parseInt(f(0x121))/0x7+-parseInt(f(0x117))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xbc1c0));function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x110;let f=c[d];return f;},a73d(a,b);}const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x115)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x11a)]()[h(0x110)](h(0x112))['toString']()[h(0x118)](a73a)[h(0x110)](h(0x112));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x11e)]({'name':a73i(0x11c),'usage':a73i(0x116),'aliases':['gc'],'shortDesc':a73i(0x113),'validOpts':[]},async function(){const j=a73i;try{const a=await this['fsi'][j(0x120)]();console[j(0x11b)](a),process[j(0x122)](0x0);}catch(b){console[j(0x123)](b),process[j(0x122)](0x0);}},a73e);
@@ -1 +1 @@
1
- function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x10a;let f=c[d];return f;},a74d(a,b);}const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x11b))/0x1+-parseInt(f(0x116))/0x2*(-parseInt(f(0x10a))/0x3)+parseInt(f(0x118))/0x4+parseInt(f(0x110))/0x5*(-parseInt(f(0x10b))/0x6)+-parseInt(f(0x11a))/0x7+parseInt(f(0x10f))/0x8+parseInt(f(0x11d))/0x9*(parseInt(f(0x113))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xe3ada));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x112)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x114)]()['search'](h(0x115))[h(0x114)]()[h(0x111)](a74a)[h(0x10d)](h(0x115));});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x11e)]({'name':a74i(0x117),'usage':a74i(0x119),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x11c),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x10c)][j(0x10e)]();console['log'](a);},a74e);function a74c(){const k=['108dRGErN','354uIlMgl','fsi','search','getMakaProjectConfig','11761672XWGedu','135065ZnHUGP','constructor','apply','10gAZiWa','toString','(((.+)+)+)+$','36354WIefpy','local-config','6092244UaJKAr','maka\x20get:local-config','6335455QViQrP','371351uqVccJ','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','1395999rqrIHW','create'];a74c=function(){return k;};return a74c();}
1
+ const a74i=a74d;function a74c(){const k=['log','5RzoHGe','maka\x20get:local-config','1939drfmGN','1496352mqpzVm','toString','5917293jzWxjg','184384NHvrle','fsi','3552PAQfpo','231906vtAZmS','1470400Mdcsvd','constructor','getMakaProjectConfig','create','621042SbuIac','apply','search'];a74c=function(){return k;};return a74c();}(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x14b))/0x1+parseInt(f(0x153))/0x2+-parseInt(f(0x14e))/0x3+-parseInt(f(0x14f))/0x4+parseInt(f(0x145))/0x5*(-parseInt(f(0x148))/0x6)+-parseInt(f(0x147))/0x7*(parseInt(f(0x14d))/0x8)+parseInt(f(0x14a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x51cfc));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x154)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a['toString']()[h(0x143)]('(((.+)+)+)+$')[h(0x149)]()[h(0x150)](a74a)[h(0x143)]('(((.+)+)+)+$');});a74a();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x143;let f=c[d];return f;},a74d(a,b);}import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x152)]({'name':'local-config','usage':a74i(0x146),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[]},async function(){const j=a74i,a=await this[j(0x14c)][j(0x151)]();console[j(0x144)](a);},a74e);
@@ -1 +1 @@
1
- const a75i=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0x188))/0x1*(-parseInt(g(0x181))/0x2)+-parseInt(g(0x173))/0x3*(-parseInt(g(0x177))/0x4)+-parseInt(g(0x182))/0x5*(parseInt(g(0x17b))/0x6)+parseInt(g(0x17c))/0x7*(parseInt(g(0x17d))/0x8)+-parseInt(g(0x18f))/0x9*(-parseInt(g(0x17e))/0xa)+parseInt(g(0x178))/0xb+-parseInt(g(0x179))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x62164));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a['toString']()['search'](h(0x18b))['toString']()[h(0x185)](a75a)['search'](h(0x18b));});a75a();import a75e from'./get.command.js';function a75c(){const k=['token','user','995294DxWltz','113225VmQrIB','decode','silent','constructor','create','exit','1ctiPfS','notice','authToken','(((.+)+)+)+$','User\x20Access\x20Token:\x20\x20','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','117QDrplK','userId','error','maka\x20get:whoami','fsi','roles','3IApSit','join','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','hash','1164036QGFLRY','1438811nIBlzG','3987636RqPOrM','whoami','174uQCpQW','7qlqIeq','5975744GDeRXB','553570SXgmee'];a75c=function(){return k;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x16e;let f=c[d];return f;},a75d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command[a75i(0x186)]({'name':a75i(0x17a),'usage':a75i(0x170),'shortDesc':a75i(0x175),'validOpts':[a75i(0x184)]},async function(a,b){const j=a75i;try{const c=await this[j(0x171)]['getGlobalConfig']();let d=null;return c[j(0x176)]&&(d=await a75f[j(0x183)](c[j(0x176)]),!b[j(0x184)]&&(Log[j(0x189)](j(0x18d)+d?.[j(0x180)]),Log[j(0x189)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+c[j(0x17f)]?.[j(0x16e)]),Log['notice'](j(0x18c)+c['token']?.[j(0x18a)]),Log[j(0x189)](j(0x18e)+d?.[j(0x172)][j(0x174)](',\x20')))),c;}catch(f){Log[j(0x16f)](f),process[j(0x187)](0x1);}},a75e);
1
+ const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0x1bb))/0x1*(parseInt(g(0x1c6))/0x2)+parseInt(g(0x1b7))/0x3*(-parseInt(g(0x1c8))/0x4)+-parseInt(g(0x1d7))/0x5+parseInt(g(0x1ce))/0x6*(-parseInt(g(0x1c4))/0x7)+-parseInt(g(0x1c3))/0x8*(-parseInt(g(0x1d0))/0x9)+parseInt(g(0x1b9))/0xa+parseInt(g(0x1cf))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xbe615));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x1bf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x1cc)]()[i(0x1ca)](i(0x1b8))[i(0x1cc)]()[i(0x1bc)](a75a)[i(0x1ca)](i(0x1b8));});function a75c(){const l=['User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','toString','userId','360ZhBXGM','36985773BKeRvL','192591LHkzDU','fsi','join','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','error','hash','getGlobalConfig','7004650VyLHiu','327423ECQkNP','(((.+)+)+)+$','10878000yJyMZu','authToken','297938nXkqYG','constructor','create','User\x20Access\x20Token:\x20\x20','apply','decode','silent','token','104zrkOMz','78344BdwZer','roles','6XJYppf','maka\x20get:whoami','36bIIhfV','notice','search'];a75c=function(){return l;};return a75c();}a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1b7;let f=c[d];return f;},a75d(a,b);}import a75f from'jsonwebtoken';Command[a75j(0x1bd)]({'name':'whoami','usage':a75j(0x1c7),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[a75j(0x1c1)]},async function(a,b){const k=a75j;try{const c=await this[k(0x1d1)][k(0x1d6)]();let d=null;return c[k(0x1d5)]&&(d=await a75f[k(0x1c0)](c[k(0x1d5)]),!b['silent']&&(Log['notice']('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.['user']),Log[k(0x1c9)](k(0x1cb)+c[k(0x1c2)]?.[k(0x1cd)]),Log[k(0x1c9)](k(0x1be)+c['token']?.[k(0x1ba)]),Log[k(0x1c9)](k(0x1d3)+d?.[k(0x1c5)][k(0x1d2)](',\x20')))),c;}catch(f){Log[k(0x1d4)](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(0x19b))/0x1+parseInt(f(0x19e))/0x2*(parseInt(f(0x1a3))/0x3)+-parseInt(f(0x1a1))/0x4*(parseInt(f(0x1ab))/0x5)+-parseInt(f(0x1a4))/0x6+parseInt(f(0x1aa))/0x7+-parseInt(f(0x19c))/0x8+parseInt(f(0x1a0))/0x9*(-parseInt(f(0x1a6))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xb61a5));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x19f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a['toString']()[h(0x1a2)](h(0x19d))['toString']()[h(0x1a9)](a76a)['search'](h(0x19d));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a76c(){var j=['search','1885692lhVGUI','2369988LXRmim','create','290lUEtXR','Try,\x20maka\x20--help','Deprecated:\x20use\x20--help\x20instead','constructor','8967742vRsNHr','155vnKaxS','174806pMHuWO','2863808xHFNEi','(((.+)+)+)+$','4saVHmR','apply','229635YfrFPj','61192MeDORB'];a76c=function(){return j;};return a76c();}function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x19b;var f=c[d];return f;},a76d(a,b);}Command[a76i(0x1a5)]({'name':'help','description':a76i(0x1a7),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x1a8)},async function(){throw new UsageError();});
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0xf4))/0x1+parseInt(f(0xfa))/0x2+parseInt(f(0x101))/0x3*(-parseInt(f(0xf6))/0x4)+parseInt(f(0x100))/0x5*(parseInt(f(0xf7))/0x6)+-parseInt(f(0xf8))/0x7+-parseInt(f(0xf3))/0x8*(parseInt(f(0xfc))/0x9)+parseInt(f(0xfe))/0xa*(parseInt(f(0xff))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x41efa));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0xfd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0xf9)]()['search'](h(0xf2))['toString']()[h(0xf5)](a76a)[h(0x102)](h(0xf2));});a76a();function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0xf2;var f=c[d];return f;},a76d(a,b);}function a76c(){var j=['5804sldolm','1441542qAkmvZ','2853620eLYcXX','toString','763974PrLDWT','help','8595mPDaSf','apply','4157310mpUPda','11PhfeOl','5tnkPZA','921BztIZr','search','Try,\x20maka\x20--help','(((.+)+)+)+$','344gWvgMF','126281yceiqj','constructor'];a76c=function(){return j;};return a76c();}import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a76i(0xfb),'description':a76i(0x103),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},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(0x20f))/0x1*(-parseInt(v(0x22d))/0x2)+-parseInt(v(0x205))/0x3*(-parseInt(v(0x201))/0x4)+parseInt(v(0x20c))/0x5+-parseInt(v(0x1ec))/0x6+parseInt(v(0x215))/0x7*(-parseInt(v(0x211))/0x8)+parseInt(v(0x214))/0x9+parseInt(v(0x1f6))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xc2456));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a77d;if(c){const e=c[w(0x209)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const x=a77d;return a77a[x(0x207)]()[x(0x22b)]('(((.+)+)+)+$')['toString']()['constructor'](a77a)[x(0x22b)](x(0x227));});a77a();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-0x1e6;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[a77y(0x1ee)]();function a77c(){const B=['homedir','&release=','package-metadata','replace','linux','maka\x20install','getuid','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','32406000ZYAKRW','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','checkAvailability','RELEASE=','https://install.meteor.com','\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','Aborting\x20install','exit','getUserDataDirectory','arch','Using\x20CA\x20Cert\x20','4JmPNha','length','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','getMeteorInstallPath','2383731nXManT','error','toString','env','apply','arm64','grep','441010QgSNjp','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','meteor.tar.gz','3579vnrjoG','withSpinner','7256ZmsaMj','meteor','maka\x20i','7846560PdxtHC','10409AnmIlm','Meteor\x20version\x20','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','x86_64','packages','keepInstallFile','Cleaning\x20up','string','warn','platform','confirm','install','get','windows','fsi','notice','join','force','(((.+)+)+)+$','create','existsSync','cacert','search','cert','718zLEHBy','-rf','isFile','maka\x20install\x20meteor\x20--version\x202.13.3','maka\x20install\x20meteor','version','downloadFile','Preparing\x20to\x20install\x20Meteor\x20','9395490NjvewJ','getMeteorExePath'];a77c=function(){return B;};return a77c();}function isRoot(){const z=a77y;return process[z(0x1f4)]&&process[z(0x1f4)]()===0x0;}Command[a77y(0x228)]({'name':a77y(0x220),'aliases':['i'],'validOpts':[a77y(0x226),a77y(0x1e9),a77y(0x22a),a77y(0x21a)],'usage':a77y(0x1f3),'shortDesc':a77y(0x1f5),'description':a77y(0x1fb),'examples':[a77y(0x1e8),'maka\x20install\x20meteor\x20--force',a77y(0x1e7),a77y(0x213)]},async function(a,b){const A=a77y;try{let c='';if(b[A(0x22a)]){if(this['fsi'][A(0x1e6)](b['cacert']))Log[A(0x224)](A(0x200)+b['cacert']),c=b['cacert'];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+c;}const d=await this[A(0x223)]['getGlobalConfig']();if(d[A(0x22c)]){if(this[A(0x223)][A(0x1e6)](d[A(0x22c)]))c=d[A(0x22c)];else throw A(0x1f7)+c;}let f=![];if(b['f']||b[A(0x226)])f=!![];else{const p=isRoot();p?(Log[A(0x21d)](A(0x20d)),f=await Actions['confirm']('Proceed\x20anyway?',![])):f=!![];}if(!f)throw'Aborted';const g=await HTTPS[A(0x221)]({'url':A(0x1fa),'cert':c}),h=await this[A(0x223)][A(0x20b)](g['data'],A(0x1f9));if(h[A(0x202)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process[A(0x208)]['NO_NODE_WARNINGS']='1',Log[A(0x224)](A(0x1eb)+h[0x0]['replace'](/[^0-9.]/gi,'')[A(0x1f1)](/\r?\n|\r/,''));let i=h[0x0][A(0x1f1)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,'');(typeof b['v']===A(0x21c)||typeof b[A(0x1e9)]==='string')&&(i=b['v']||b['version']);const j={'win32':A(0x222),'darwin':'osx','linux':A(0x1f2)},k='https://packages.meteor.com/bootstrap-link?arch=os.'+j[a77e[A(0x21e)]()]+'.'+(a77e[A(0x1ff)]()===A(0x20a)?A(0x20a):A(0x218))+A(0x1ef)+i,l=await HTTPS[A(0x1f8)]({'url':k,'cert':c});!l&&(Log[A(0x206)]('Meteor\x20version\x20'+i+'\x20is\x20not\x20available.'),process[A(0x1fd)](0x0));const m=this[A(0x223)][A(0x204)](),n=this[A(0x223)][A(0x1ed)](),o=this['fsi'][A(0x1fe)]();if(a77g[A(0x229)](n)){let q=![];b['f']||b[A(0x226)]?q=!![]:q=await Actions[A(0x21f)](A(0x203),![]),q?(await SpawnAsync[A(0x210)]('rm',['-rf',a77f['join'](m,A(0x219))],{'message':A(0x217)}),await SpawnAsync[A(0x210)]('rm',[A(0x22e),a77f['join'](m,A(0x1f0))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync['withSpinner']('rm',[A(0x22e),a77f[A(0x225)](m,A(0x212))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log['info'](A(0x1fc)),process['exit'](0x0));}try{await HTTPS[A(0x1ea)]({'url':k,'destPath':a77f[A(0x225)](homeDir,'meteor.tar.gz'),'cert':c});try{const r=a77f[A(0x225)](homeDir,A(0x20e));await this[A(0x223)]['extractTarGz'](r,o);}catch(s){Log[A(0x206)]('Error\x20extracting\x20meteor.tar.gz\x20file');}!b[A(0x21a)]&&await SpawnAsync[A(0x210)]('rm',[A(0x22e),a77f[A(0x225)](homeDir,'meteor.tar.gz')],{'message':A(0x21b)});}catch(t){console[A(0x206)](t),process['exit'](0x0);}Log['success'](A(0x216)+i+'\x20installed.\x0a');}catch(u){console['error'](u),process[A(0x1fd)](0x0);}});
1
+ const a77y=a77d;(function(a,b){const v=a77d,c=a();while(!![]){try{const d=-parseInt(v(0x13a))/0x1*(parseInt(v(0x12e))/0x2)+parseInt(v(0x113))/0x3*(-parseInt(v(0x13c))/0x4)+-parseInt(v(0x12a))/0x5+-parseInt(v(0x109))/0x6*(-parseInt(v(0x142))/0x7)+parseInt(v(0x118))/0x8+parseInt(v(0xfe))/0x9+parseInt(v(0x104))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x7ef92));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a77d;if(c){const e=c[w(0x10b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const x=a77d;return a77a[x(0x110)]()[x(0x10f)](x(0x10a))[x(0x110)]()[x(0x135)](a77a)[x(0x10f)]('(((.+)+)+)+$');});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';function a77c(){const B=['(((.+)+)+)+$','apply','fsi','&release=','Proceed\x20anyway?','search','toString','arm64','-rf','309OfVpGa','getGlobalConfig','extractTarGz','RELEASE=','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','6005488sXRNdK','join','replace','Preparing\x20to\x20install\x20Meteor\x20','isFile','Cleaning\x20up','create','string','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','error','homedir','NO_NODE_WARNINGS','windows','cacert','exit','notice','cert','Using\x20CA\x20Cert\x20','2117750voGldW','maka\x20install\x20meteor','\x20installed.\x0a','Aborted','2DGjPTn','getMeteorInstallPath','Network\x20error,\x20please\x20try\x20again.','get','withSpinner','packages','\x20is\x20not\x20available.','constructor','grep','linux','package-metadata','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','903199VNLbNr','getuid','14380GRmLqO','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','maka\x20i','install','downloadFile','7WXuXSA','force','getMeteorExePath','getUserDataDirectory','confirm','meteor.tar.gz','5151267oSSbGT','https://install.meteor.com','https://packages.meteor.com/bootstrap-link?arch=os.','maka\x20install','Error\x20extracting\x20meteor.tar.gz\x20file','Aborting\x20install','4772040lMjoel','version','platform','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','maka\x20install\x20meteor\x20--force','2501178MWiqwf'];a77c=function(){return B;};return a77c();}function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xfc;let f=c[d];return f;},a77d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e[a77y(0x122)]();function isRoot(){const z=a77y;return process[z(0x13b)]&&process[z(0x13b)]()===0x0;}Command[a77y(0x11e)]({'name':a77y(0x140),'aliases':['i'],'validOpts':[a77y(0x143),a77y(0x105),a77y(0x125),'keepInstallFile'],'usage':a77y(0x101),'shortDesc':a77y(0x13e),'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':[a77y(0x12b),a77y(0x108),'maka\x20install\x20meteor\x20--version\x202.13.3',a77y(0x13f)]},async function(a,b){const A=a77y;try{let c='';if(b[A(0x125)]){if(this[A(0x10c)][A(0x11c)](b['cacert']))Log[A(0x127)](A(0x129)+b[A(0x125)]),c=b['cacert'];else throw A(0x120)+c;}const d=await this['fsi'][A(0x114)]();if(d['cert']){if(this[A(0x10c)][A(0x11c)](d[A(0x128)]))c=d[A(0x128)];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(0x143)])f=!![];else{const p=isRoot();p?(Log['warn']('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),f=await Actions['confirm'](A(0x10e),![])):f=!![];}if(!f)throw A(0x12d);const g=await HTTPS[A(0x131)]({'url':A(0xff),'cert':c}),h=await this['fsi'][A(0x136)](g['data'],A(0x116));if(h['length']===0x0)throw A(0x130);process['env'][A(0x123)]='1',Log[A(0x127)](A(0x11b)+h[0x0][A(0x11a)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''));let i=h[0x0]['replace'](/[^0-9.]/gi,'')[A(0x11a)](/\r?\n|\r/,'');(typeof b['v']===A(0x11f)||typeof b['version']==='string')&&(i=b['v']||b['version']);const j={'win32':A(0x124),'darwin':'osx','linux':A(0x137)},k=A(0x100)+j[a77e[A(0x106)]()]+'.'+(a77e['arch']()===A(0x111)?'arm64':'x86_64')+A(0x10d)+i,l=await HTTPS['checkAvailability']({'url':k,'cert':c});!l&&(Log[A(0x121)]('Meteor\x20version\x20'+i+A(0x134)),process[A(0x126)](0x0));const m=this[A(0x10c)][A(0x12f)](),n=this[A(0x10c)][A(0x144)](),o=this['fsi'][A(0x145)]();if(a77g['existsSync'](n)){let q=![];b['f']||b[A(0x143)]?q=!![]:q=await Actions[A(0xfc)](A(0x117),![]),q?(await SpawnAsync[A(0x132)]('rm',[A(0x112),a77f[A(0x119)](m,A(0x133))],{'message':A(0x139)}),await SpawnAsync['withSpinner']('rm',['-rf',a77f[A(0x119)](m,A(0x138))],{'message':A(0x107)}),await SpawnAsync[A(0x132)]('rm',['-rf',a77f['join'](m,'meteor')],{'message':A(0x13d)})):(Log['info'](A(0x103)),process[A(0x126)](0x0));}try{await HTTPS[A(0x141)]({'url':k,'destPath':a77f[A(0x119)](homeDir,A(0xfd)),'cert':c});try{const r=a77f['join'](homeDir,A(0xfd));await this[A(0x10c)][A(0x115)](r,o);}catch(s){Log[A(0x121)](A(0x102));}!b['keepInstallFile']&&await SpawnAsync[A(0x132)]('rm',['-rf',a77f[A(0x119)](homeDir,A(0xfd))],{'message':A(0x11d)});}catch(t){console[A(0x121)](t),process[A(0x126)](0x0);}Log['success']('Meteor\x20version\x20'+i+A(0x12c));}catch(u){console['error'](u),process[A(0x126)](0x0);}});
@@ -1 +1 @@
1
- const a78m=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=parseInt(j(0xa8))/0x1+parseInt(j(0xc3))/0x2*(-parseInt(j(0xc6))/0x3)+-parseInt(j(0xbd))/0x4+-parseInt(j(0xa7))/0x5*(-parseInt(j(0xb3))/0x6)+-parseInt(j(0xb9))/0x7*(parseInt(j(0xa1))/0x8)+-parseInt(j(0xb6))/0x9*(-parseInt(j(0xa6))/0xa)+-parseInt(j(0xba))/0xb*(parseInt(j(0xa0))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x86f37));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x9c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a[l(0xbb)]()['search'](l(0xa5))[l(0xbb)]()[l(0x9b)](a78a)['search'](l(0xa5));});a78a();import a78e from'path';import a78f from'fs';function a78c(){const o=['\x0a[+]\x20Documentation\x20written\x20to\x20','.+\x5c.(j|t)s(doc|x)?$','app/packages','app/node_modules','\x20-r\x20app','docs','267354uPlfyY','logWithSpinner','isFile','1827iNmxup','fsi','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','596057xSStzd','352AjYUWD','toString','sep','2822600sALBKF','create','jsdoc','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','maka\x20jsdoc','\x20-d\x20','2aWnkvC','config','pathFromProject','416517Fncxcd','logNotice','logError','constructor','apply','Running\x20','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','plugins/markdown','187836AIMIXg','56ICbFdF','closure','\x20-c\x20','jsdoc-config.json','(((.+)+)+)+$','49580FywdLJ','75tMdxNN','819342cvBCwm','utf-8','maka\x20jsdoc\x20--init','app/private','join'];a78c=function(){return o;};return a78c();}import{execSync}from'child_process';import{Command}from'../command.js';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x9a;let f=c[d];return f;},a78d(a,b);}Command[a78m(0xbe)]({'name':a78m(0xbf),'usage':a78m(0xc1),'mustBeInMakaProject':!![],'shortDesc':a78m(0xc0),'examples':[a78m(0xaa),a78m(0xc1)],'validOpts':[]},function(){const n=a78m,a=a78e[n(0xac)](this[n(0xb7)][n(0xc5)]({}),n(0xb2)+a78e[n(0xbc)]),b=a78e[n(0xac)](this[n(0xb7)][n(0xc5)]({}),n(0xc4),n(0xa4)),c=this['fsi']['pathFromProject']({}),d='jsdoc';if(!this[n(0xb5)](b)){const g={'plugins':[n(0x9f)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',n(0xa2)]},'source':{'includePattern':n(0xae),'excludePattern':n(0xb8),'exclude':[n(0xaf),n(0xb0),'app/public',n(0xab)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xa9)}};a78f['writeFileSync'](b,JSON['stringify'](g,null,0x4));}const f=this[n(0xb4)](n(0x9d)+d);try{const h=d+n(0xa3)+b+n(0xb1)+a78e['sep']+n(0xc2)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0xc7)](n(0xad)+a);}catch(i){this[n(0x9a)](i),this[n(0x9a)](n(0x9e));}finally{f['stop']();}});
1
+ const a78l=a78d;function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0xbf;let f=c[d];return f;},a78d(a,b);}(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0xdf))/0x1+-parseInt(j(0xc7))/0x2*(parseInt(j(0xc4))/0x3)+-parseInt(j(0xde))/0x4+parseInt(j(0xd4))/0x5*(parseInt(j(0xd9))/0x6)+parseInt(j(0xd3))/0x7*(-parseInt(j(0xd2))/0x8)+-parseInt(j(0xc9))/0x9+parseInt(j(0xe7))/0xa*(parseInt(j(0xe2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xe2d31));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(0xe0)]()['search'](k(0xd0))['toString']()[k(0xd1)](a78a)[k(0xbf)](k(0xd0));});a78a();function a78c(){const n=['3629135TqSvdi','sep','logNotice','\x20-c\x20','logError','12VChzAJ','app/private','create','app/public','fsi','660056qCHiHm','113145nfFeOy','toString','inherit','30063187JnYInt','maka\x20jsdoc\x20--init','utf-8','join','\x20-d\x20','10sPyfsv','plugins/markdown','app/node_modules','.+\x5c.(j|t)s(doc|x)?$','config','search','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','maka\x20jsdoc','jsdoc','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','31011zLDcDo','jsdoc-config.json','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','94sAxkMk','stringify','15748272JQzxfq','\x0a[+]\x20Documentation\x20written\x20to\x20','stop','pathFromProject','isFile','writeFileSync','\x20-r\x20app','(((.+)+)+)+$','constructor','64epmuJT','649068BzfbmE'];a78c=function(){return n;};return a78c();}import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a78l(0xdb)]({'name':a78l(0xc2),'usage':a78l(0xc1),'mustBeInMakaProject':!![],'shortDesc':a78l(0xc6),'examples':[a78l(0xe3),'maka\x20jsdoc'],'validOpts':[]},function(){const m=a78l,a=a78e['join'](this[m(0xdd)][m(0xcc)]({}),'docs'+a78e[m(0xd5)]),b=a78e[m(0xe5)](this[m(0xdd)][m(0xcc)]({}),m(0xeb),m(0xc5)),c=this[m(0xdd)][m(0xcc)]({}),d='jsdoc';if(!this[m(0xcd)](b)){const g={'plugins':[m(0xe8)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0xc2),'closure']},'source':{'includePattern':m(0xea),'excludePattern':m(0xc0),'exclude':['app/packages',m(0xe9),m(0xdc),m(0xda)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0xe4)}};a78f[m(0xce)](b,JSON[m(0xc8)](g,null,0x4));}const f=this['logWithSpinner']('Running\x20'+d);try{const h=d+m(0xd7)+b+m(0xcf)+a78e[m(0xd5)]+m(0xe6)+a;execSync(h,{'cwd':c,'stdio':m(0xe1)}),this[m(0xd6)](m(0xca)+a);}catch(i){this['logError'](i),this[m(0xd8)](m(0xc3));}finally{f[m(0xcb)]();}});
@@ -1 +1 @@
1
- const a79o=a79d;(function(a,b){const l=a79d,c=a();while(!![]){try{const d=parseInt(l(0x181))/0x1+-parseInt(l(0x184))/0x2*(-parseInt(l(0x170))/0x3)+-parseInt(l(0x180))/0x4*(-parseInt(l(0x165))/0x5)+-parseInt(l(0x17f))/0x6*(-parseInt(l(0x167))/0x7)+parseInt(l(0x174))/0x8*(parseInt(l(0x162))/0x9)+-parseInt(l(0x17e))/0xa+parseInt(l(0x188))/0xb*(-parseInt(l(0x16b))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0xe84e5));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a79d;if(c){const e=c[m(0x18b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const n=a79d;return a79a['toString']()['search']('(((.+)+)+)+$')[n(0x189)]()[n(0x182)](a79a)[n(0x179)](n(0x173));});a79a();import a79e from'path';function a79c(){const q=['eslint/eslintrc.json','eslint-plugin-jsx-a11y','(((.+)+)+)+$','168CTjhHj','eslint','loadFormatter','notice','eslint-plugin-react','search','fix','checkNpmPackage','findAppDirectory','outputFixes','10328420tangWR','7300158hCRahJ','614324yNQand','1139022roFcrG','constructor','maka\x20lint','316406MPyUMN','maka\x20lint\x20--fix','join','/imports','34199BgJEts','toString','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','apply','create','fsi','stylish','format','lintFiles','eslint-plugin-css','807327VqVqQC','.eslintrc.json','eslint-plugin-import','25ogPvfA','error','7PCoDLd','isFile','All\x20good!\x20:)','success','13500YhNFxd','Lint\x20results\x20for\x20','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','service','9JXhZWD'];a79c=function(){return q;};return a79c();}import{ESLint}from'eslint';function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x161;let f=c[d];return f;},a79d(a,b);}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a79o(0x18c)]({'name':'lint','usage':a79o(0x183),'maxArgLength':0x1,'validOpts':[a79o(0x17a)],'mustBeInMakaProject':!![],'shortDesc':a79o(0x18a),'description':a79o(0x16e),'examples':[a79o(0x185)]},async function(a,b){const p=a79o;try{const c=this[p(0x18d)][p(0x17c)]();await this['fsi'][p(0x17b)]([p(0x175),p(0x164),p(0x178),p(0x161),p(0x172),'eslint-config-airbnb'],{'cwd':c,'shouldInstall':!![],'dev':!![]});const d=this[p(0x18d)][p(0x168)](a79e[p(0x186)](c,p(0x163)));if(!d){const j={'noRename':!![]};await this[p(0x18d)]['template']({'srcPath':p(0x171),'destPath':a79e[p(0x186)](c,p(0x163)),'framework':p(0x16f),'context':j});}const f=new ESLint({'fix':b[p(0x17a)]}),g=await f[p(0x190)]([a79e[p(0x186)](c,'imports','**')]),h=await f[p(0x176)](p(0x18e)),i=await h[p(0x18f)](g);i['length']>0x0?Log['bright'](i):Log[p(0x16a)](p(0x169)),Log[p(0x177)](p(0x16c)+c+p(0x187)),b['fix']?await ESLint[p(0x17d)](g):Log[p(0x177)](p(0x16d));}catch(k){console[p(0x166)](k);}});
1
+ function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x1df;let f=c[d];return f;},a79d(a,b);}const a79n=a79d;(function(a,b){const l=a79d,c=a();while(!![]){try{const d=parseInt(l(0x1f7))/0x1*(parseInt(l(0x1e3))/0x2)+parseInt(l(0x1ef))/0x3*(-parseInt(l(0x1f8))/0x4)+-parseInt(l(0x1f9))/0x5+parseInt(l(0x1ed))/0x6+parseInt(l(0x1ff))/0x7*(parseInt(l(0x1f2))/0x8)+parseInt(l(0x1e8))/0x9*(-parseInt(l(0x1e5))/0xa)+parseInt(l(0x1e4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x97e83));const a79b=(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;};}()),a79a=a79b(this,function(){const m=a79d;return a79a[m(0x201)]()[m(0x1e6)](m(0x203))['toString']()[m(0x1f0)](a79a)['search'](m(0x203));});a79a();import a79e from'path';import{ESLint}from'eslint';function a79c(){const p=['2723898QpAVmS','error','3gScFiB','constructor','create','8VmNaqD','.eslintrc.json','eslint-plugin-react','All\x20good!\x20:)','eslint-plugin-css','1VBEAFK','4403416FamygF','1632445oOSpsK','success','eslint','join','findAppDirectory','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','3602893keCMqi','template','toString','stylish','(((.+)+)+)+$','format','fsi','loadFormatter','checkNpmPackage','277626XkYbeW','16548994TQZxBv','1874650MfoBsp','search','eslint-config-airbnb','27HgKnXG','eslint/eslintrc.json','maka\x20lint\x20--fix','isFile','notice'];a79c=function(){return p;};return a79c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a79n(0x1f1)]({'name':'lint','usage':'maka\x20lint','maxArgLength':0x1,'validOpts':['fix'],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':'\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','examples':[a79n(0x1ea)]},async function(a,b){const o=a79n;try{const c=this[o(0x1e0)][o(0x1fd)]();await this[o(0x1e0)][o(0x1e2)]([o(0x1fb),'eslint-plugin-import',o(0x1f4),o(0x1f6),'eslint-plugin-jsx-a11y',o(0x1e7)],{'cwd':c,'shouldInstall':!![],'dev':!![]});const d=this['fsi'][o(0x1eb)](a79e[o(0x1fc)](c,o(0x1f3)));if(!d){const j={'noRename':!![]};await this[o(0x1e0)][o(0x200)]({'srcPath':o(0x1e9),'destPath':a79e[o(0x1fc)](c,o(0x1f3)),'framework':'service','context':j});}const f=new ESLint({'fix':b['fix']}),g=await f['lintFiles']([a79e[o(0x1fc)](c,'imports','**')]),h=await f[o(0x1e1)](o(0x202)),i=await h[o(0x1df)](g);i['length']>0x0?Log['bright'](i):Log[o(0x1fa)](o(0x1f5)),Log[o(0x1ec)]('Lint\x20results\x20for\x20'+c+'/imports'),b['fix']?await ESLint['outputFixes'](g):Log[o(0x1ec)](o(0x1fe));}catch(k){console[o(0x1ee)](k);}});