@maka/maka-cli 5.0.0-beta.7 → 5.0.1

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 (163) 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/aws/_index.js +1 -1
  109. package/bundle/obf/src/generators/aws/aws.js +1 -1
  110. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  111. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  112. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  113. package/bundle/obf/src/generators/collection.js +1 -1
  114. package/bundle/obf/src/generators/component.js +1 -1
  115. package/bundle/obf/src/generators/config.js +1 -1
  116. package/bundle/obf/src/generators/dbc.js +1 -1
  117. package/bundle/obf/src/generators/dockerfile.js +1 -1
  118. package/bundle/obf/src/generators/hook.js +1 -1
  119. package/bundle/obf/src/generators/kits/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  121. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  123. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  125. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  126. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  127. package/bundle/obf/src/generators/kits/kit.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  129. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  131. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  132. package/bundle/obf/src/generators/layout.js +1 -1
  133. package/bundle/obf/src/generators/maka.gen.js +1 -1
  134. package/bundle/obf/src/generators/methods.js +1 -1
  135. package/bundle/obf/src/generators/package.js +1 -1
  136. package/bundle/obf/src/generators/page.js +1 -1
  137. package/bundle/obf/src/generators/publish.js +1 -1
  138. package/bundle/obf/src/generators/route.js +1 -1
  139. package/bundle/obf/src/generators/service.js +1 -1
  140. package/bundle/obf/src/generators/services/_index.js +1 -1
  141. package/bundle/obf/src/generators/services/openssl.js +1 -1
  142. package/bundle/obf/src/generators/services/translation.js +1 -1
  143. package/bundle/obf/src/maka.js +1 -1
  144. package/bundle/obf/src/tool.js +1 -1
  145. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  146. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  147. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  148. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  149. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  150. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  151. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  152. package/bundle/obf/src/tools/https/https.class.js +1 -1
  153. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  154. package/bundle/obf/src/tools/log/log.class.js +1 -1
  155. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  156. package/bundle/obf/src/tools/options/options.class.js +1 -1
  157. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  158. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  159. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  160. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  161. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  162. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  163. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58r=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x1f7))/0x1*(parseInt(f(0x1f1))/0x2)+-parseInt(f(0x1fc))/0x3+parseInt(f(0x1fa))/0x4+parseInt(f(0x207))/0x5*(parseInt(f(0x1e0))/0x6)+-parseInt(f(0x1e4))/0x7*(-parseInt(f(0x201))/0x8)+parseInt(f(0x1f3))/0x9*(-parseInt(f(0x1dd))/0xa)+parseInt(f(0x1da))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xde6d4));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a['toString']()['search'](g(0x1fe))[g(0x203)]()[g(0x1f8)](a58a)[g(0x1e1)](g(0x1fe));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Unknown'],'shape':Shape['Rectangle'],'color':Color[h(0x205)],'texture':Texture[h(0x1ed)],'rating':Rating[h(0x1ff)],'weight':0x1});}['use'](){return this['description'];}}export class Sword extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size[i(0x1db)],'category':Category[i(0x1eb)],'shape':Shape[i(0x1e8)],'color':Color[i(0x1de)],'texture':Texture[i(0x1e6)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var j=a58d;super({'name':a,'description':b,'size':Size['Large'],'category':Category[j(0x1eb)],'shape':Shape[j(0x1dc)],'color':Color['Brown'],'texture':Texture[j(0x1e6)],'rating':Rating[j(0x1ef)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size[k(0x1db)],'category':Category['Helmet'],'shape':Shape[k(0x1fd)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size['Large'],'category':Category['BodyArmor'],'shape':Shape[l(0x206)],'color':Color[l(0x1de)],'texture':Texture[l(0x1e6)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size[m(0x1db)],'category':Category[m(0x1f6)],'shape':Shape[m(0x206)],'color':Color[m(0x1de)],'texture':Texture[m(0x1e6)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[n(0x1f2)],'shape':Shape[n(0x1fd)],'color':Color[n(0x1e2)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x2});}}function a58c(){var C=['Yellow','Rectangle','65qDmMgo','Small','Legendary','use','20027403JAzbNR','Medium','Rifle','1077910ZBMUIy','Grey','Large','52098OKrtTn','search','Brown','ArmArmor','9681lDduvT','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Metallic','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Blade','Book','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Weapon','author','Smooth','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Rare','Tiny','225966qtdiNr','Boots','54ZCvKET','A\x20mysterious\x20book.','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','LegArmor','3CziKwP','constructor','Gloves','6041824RQXnAR','pageCount','4770378ChsiwQ','Circle','(((.+)+)+)+$','Common','Gold','248IIoqoo','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','toString','publishDate'];a58c=function(){return C;};return a58c();}export class Gloves extends Item{constructor(a,b){var o=a58d;super({'name':a,'description':b,'size':Size[o(0x208)],'category':Category[o(0x1f9)],'shape':Shape['Circle'],'color':Color[o(0x1e2)],'texture':Texture[o(0x1ed)],'rating':Rating[o(0x1ff)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size[p(0x1db)],'category':Category[p(0x1e3)],'shape':Shape[p(0x206)],'color':Color[p(0x1de)],'texture':Texture[p(0x1e6)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size[q(0x1f0)],'category':Category['Key'],'shape':Shape[q(0x206)],'color':Color['Yellow'],'texture':Texture[q(0x1ed)],'rating':Rating[q(0x1ff)],'weight':0x0});}[a58r(0x20a)](){var s=a58r;return s(0x1e5);}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1da;var f=c[d];return f;},a58d(a,b);}export class Weapon extends Item{constructor(a,b){var t=a58r;super({'name':a,'description':b,'size':Size[t(0x1db)],'category':Category[t(0x1eb)],'shape':Shape[t(0x1e8)],'color':Color['Grey'],'texture':Texture[t(0x1e6)],'rating':Rating[t(0x1ff)],'weight':0x3});}[a58r(0x20a)](){var u=a58r;return u(0x202);}}export class Book extends Item{[a58r(0x1ec)];[a58r(0x204)];[a58r(0x1fb)];constructor(a,b=a58r(0x1f4),c='Unknown\x20Author'){var v=a58r;super({'name':a,'description':b,'size':Size[v(0x1db)],'category':Category[v(0x1e9)],'shape':Shape[v(0x206)],'color':Color[v(0x1e2)],'texture':Texture[v(0x1ed)],'rating':Rating[v(0x1ff)],'weight':0x1}),this['author']=c,this[v(0x204)]=new Date(),this[v(0x1fb)]=0x64;}['use'](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var w=a58r;super({'name':'Short\x20Sword','description':w(0x1ea),'size':Size[w(0x1db)],'category':Category[w(0x1eb)],'shape':Shape[w(0x1e8)],'color':Color[w(0x1de)],'texture':Texture[w(0x1e6)],'rating':Rating['Common'],'weight':0x3});}['use'](){var x=a58r;return x(0x202);}}export class SniperRifle extends Item{constructor(){var y=a58r;super({'name':'Sniper\x20Rifle','description':'An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','size':Size[y(0x1df)],'category':Category[y(0x1eb)],'shape':Shape[y(0x1dc)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[y(0x1ff)],'weight':0x5});}[a58r(0x20a)](){var z=a58r;return z(0x1ee);}}export class HolyGrail extends Item{constructor(){var A=a58r;super({'name':'Holy\x20Grail','description':A(0x1f5),'size':Size['Small'],'category':Category['Cup'],'shape':Shape[A(0x1fd)],'color':Color[A(0x200)],'texture':Texture['Metallic'],'rating':Rating[A(0x209)],'weight':0x1});}['use'](){var B=a58r;return'You\x20hold\x20the\x20'+this['name']+B(0x1e7);}}
1
+ var a58v=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1aa))/0x1+parseInt(f(0x1b8))/0x2*(-parseInt(f(0x1a5))/0x3)+-parseInt(f(0x1a8))/0x4+-parseInt(f(0x1d0))/0x5*(parseInt(f(0x1cc))/0x6)+parseInt(f(0x1c7))/0x7+parseInt(f(0x1b2))/0x8*(parseInt(f(0x1b7))/0x9)+parseInt(f(0x1c3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xb9ccb));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1d7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x1d6)]()[h(0x1c1)](h(0x1b5))['toString']()[h(0x1b4)](a58a)[h(0x1c1)](h(0x1b5));});function a58c(){var D=['Rectangle','3753379plUfBb','Gloves','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','\x20aloft,\x20feeling\x20its\x20immense\x20power.','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','2417154LSLkHh','Grey','Book','Rifle','15nNOLsw','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','use','Common','author','Cup','toString','apply','Key','3BRSIIs','description','Yellow','2114356XHTbQo','Gold','756035EmgLHy','Tiny','Smooth','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Circle','You\x20hold\x20the\x20','Brown','publishDate','8qFdBFd','Metallic','constructor','(((.+)+)+)+$','A\x20mysterious\x20book.','4424715sZLIGv','91884DQnCfK','Holy\x20Grail','Legendary','Rare','Medium','Small','Blade','Boots','Weapon','search','Short\x20Sword','7602760XOWqZn','pageCount','Large'];a58c=function(){return D;};return a58c();}a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1a5;var f=c[d];return f;},a58d(a,b);}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(0x1bc)],'category':Category['Unknown'],'shape':Shape['Rectangle'],'color':Color[i(0x1a7)],'texture':Texture[i(0x1ac)],'rating':Rating['Common'],'weight':0x1});}['use'](){var j=a58d;return this[j(0x1a6)];}}export class Sword extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[k(0x1c0)],'shape':Shape[k(0x1be)],'color':Color[k(0x1cd)],'texture':Texture[k(0x1b3)],'rating':Rating[k(0x1d3)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size[l(0x1c5)],'category':Category[l(0x1c0)],'shape':Shape[l(0x1cf)],'color':Color[l(0x1b0)],'texture':Texture[l(0x1b3)],'rating':Rating[l(0x1bb)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size[m(0x1bc)],'category':Category['Helmet'],'shape':Shape[m(0x1ae)],'color':Color[m(0x1cd)],'texture':Texture['Metallic'],'rating':Rating[m(0x1d3)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size['Large'],'category':Category['BodyArmor'],'shape':Shape[n(0x1c6)],'color':Color[n(0x1cd)],'texture':Texture[n(0x1b3)],'rating':Rating[n(0x1d3)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58d;super({'name':a,'description':b,'size':Size[o(0x1bc)],'category':Category['LegArmor'],'shape':Shape[o(0x1c6)],'color':Color['Grey'],'texture':Texture[o(0x1b3)],'rating':Rating[o(0x1d3)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size[p(0x1bc)],'category':Category[p(0x1bf)],'shape':Shape[p(0x1ae)],'color':Color[p(0x1b0)],'texture':Texture['Smooth'],'rating':Rating[p(0x1d3)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size['Small'],'category':Category[q(0x1c8)],'shape':Shape[q(0x1ae)],'color':Color[q(0x1b0)],'texture':Texture[q(0x1ac)],'rating':Rating[q(0x1d3)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['ArmArmor'],'shape':Shape[r(0x1c6)],'color':Color[r(0x1cd)],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58d;super({'name':a,'description':b,'size':Size[s(0x1ab)],'category':Category[s(0x1d8)],'shape':Shape[s(0x1c6)],'color':Color[s(0x1a7)],'texture':Texture[s(0x1ac)],'rating':Rating[s(0x1d3)],'weight':0x0});}['use'](){var t=a58d;return t(0x1d1);}}export class Weapon extends Item{constructor(a,b){var u=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[u(0x1c0)],'shape':Shape[u(0x1be)],'color':Color[u(0x1cd)],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x3});}[a58v(0x1d2)](){var w=a58v;return w(0x1ad);}}export class Book extends Item{[a58v(0x1d4)];[a58v(0x1b1)];[a58v(0x1c4)];constructor(a,b=a58v(0x1b6),c='Unknown\x20Author'){var x=a58v;super({'name':a,'description':b,'size':Size[x(0x1bc)],'category':Category[x(0x1ce)],'shape':Shape['Rectangle'],'color':Color[x(0x1b0)],'texture':Texture[x(0x1ac)],'rating':Rating['Common'],'weight':0x1}),this[x(0x1d4)]=c,this[x(0x1b1)]=new Date(),this[x(0x1c4)]=0x64;}[a58v(0x1d2)](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var y=a58v;super({'name':y(0x1c2),'description':y(0x1cb),'size':Size[y(0x1bc)],'category':Category[y(0x1c0)],'shape':Shape[y(0x1be)],'color':Color['Grey'],'texture':Texture[y(0x1b3)],'rating':Rating[y(0x1d3)],'weight':0x3});}['use'](){var z=a58v;return z(0x1ad);}}export class SniperRifle extends Item{constructor(){var A=a58v;super({'name':'Sniper\x20Rifle','description':'An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','size':Size[A(0x1c5)],'category':Category['Weapon'],'shape':Shape[A(0x1cf)],'color':Color[A(0x1b0)],'texture':Texture[A(0x1ac)],'rating':Rating[A(0x1d3)],'weight':0x5});}[a58v(0x1d2)](){return'You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22';}}export class HolyGrail extends Item{constructor(){var B=a58v;super({'name':B(0x1b9),'description':B(0x1c9),'size':Size[B(0x1bd)],'category':Category[B(0x1d5)],'shape':Shape[B(0x1ae)],'color':Color[B(0x1a9)],'texture':Texture[B(0x1b3)],'rating':Rating[B(0x1ba)],'weight':0x1});}['use'](){var C=a58v;return C(0x1af)+this['name']+C(0x1ca);}}
@@ -1 +1 @@
1
- const a60i=a60d;function a60c(){const j=['drone','shield','Corporate\x20Creditstick','rifle','291498gYtiCw','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Downtown\x20Seattle','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','search','Entrance\x20Hall','Golden\x20Key','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Ares\x20Predator','inside','west','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','disenchant','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','A\x20creditstick\x20loaded\x20with\x20nuyen.','2760480sRqZPR','open\x20sesame','MCT\x20Fly-Spy','Emblem\x20Shield','Courtyard','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Blood-stained\x20Key','The\x20data\x20remains\x20encrypted.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Matrix\x20Data\x20Haven','A\x20long-range\x20weapon.','Rusted\x20Sword','Armory','Holy\x20Grail','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Amulet\x20of\x20Awakening','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','decrypt','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','book','Rigger\x27s\x20Workshop','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','(((.+)+)+)+$','weapon','Secret\x20Passage','Jackpoint\x20Login','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','toString','Treasure\x20Room','Torture\x20Chamber','Central\x20Chamber','Golden\x20Chalice','Riddle\x20Book','Study','A\x20small\x20surveillance\x20drone.','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','OUTSIDE','Encrypted\x20Data\x20Key','A\x20chalice\x20made\x20of\x20pure\x20gold.','8CCyFUU','Barrens\x20Hideout','That\x20passcode\x20is\x20incorrect','Library','1830942hjLJle','An\x20old\x20and\x20rusted\x20sword.','amulet','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','outside','creditstick','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','7xXPUoD','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','insert\x20gem','EAST','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','A\x20thin\x20log\x20book','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Alchemy\x20Lab','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Corp\x20Enclave','Central\x20Chamber\x20Key','CorpSec\x20Plans','Ancient\x20Gem','39122sFSwoS','A\x20clear\x20glass\x20vial.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','east','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','A\x20key\x20stained\x20with\x20old\x20blood.','665270CcmYOL','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Guard\x27s\x20Log\x20Book','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','north','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','south','apply','2694vlKPLC','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','down','key','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Chad\x20the\x20stupid\x20guard','511JGLogI','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','157416oJWanl','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Mage\x27s\x20Lair','Watch\x20Tower','cup','Barrens\x20Entrance'];a60c=function(){return j;};return a60c();}(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x178))/0x1*(parseInt(f(0x185))/0x2)+-parseInt(f(0x133))/0x3+parseInt(f(0x19d))/0x4+parseInt(f(0x18c))/0x5+-parseInt(f(0x194))/0x6*(parseInt(f(0x19a))/0x7)+parseInt(f(0x16b))/0x8*(parseInt(f(0x16f))/0x9)+-parseInt(f(0x144))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x1a11e));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x193)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a['toString']()[h(0x138)](h(0x15a))[h(0x15f)]()['constructor'](a60a)[h(0x138)](h(0x15a));});function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x133;let f=c[d];return f;},a60d(a,b);}a60a();export const rooms=[{'name':a60i(0x16e),'description':a60i(0x13b),'isStartRoom':!![],'items':[{'type':'key','name':a60i(0x13a),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':a60i(0x157),'name':a60i(0x18e),'description':a60i(0x17d),'content':a60i(0x199)}],'exits':[{'direction':a60i(0x17b),'targetRoom':a60i(0x15c)}]},{'name':a60i(0x15c),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':'NORTH','targetRoom':a60i(0x160),'keyRequired':a60i(0x13a)},{'direction':'SOUTH','targetRoom':a60i(0x148)}]},{'name':a60i(0x160),'description':a60i(0x135),'items':[{'type':'holyGrail','name':a60i(0x151),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0x148),'description':a60i(0x156),'roomType':a60i(0x168),'exits':[{'direction':'UP','targetRoom':a60i(0x1a0)}]},{'name':a60i(0x1a0),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0x168),'puzzle':{'requiredPhrase':'secret123','riddle':a60i(0x137),'rewardItem':{'type':a60i(0x1a6),'name':'Sniper\x20Rifle','description':a60i(0x14e)},'successMessage':'You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','failureMessage':a60i(0x16d)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60i(0x19e),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x145),'riddle':a60i(0x14c),'rewardItem':{'type':'key','name':a60i(0x182),'description':a60i(0x142)},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60i(0x190),'targetRoom':a60i(0x165)},{'direction':'east','targetRoom':a60i(0x162),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0x165),'description':a60i(0x167),'roomType':a60i(0x13d),'items':[{'type':a60i(0x157),'name':a60i(0x164),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x17e)},{'type':'key','name':a60i(0x182),'description':a60i(0x142)}],'exits':[{'direction':a60i(0x192),'targetRoom':a60i(0x139)},{'direction':'east','targetRoom':a60i(0x17f)}]},{'name':a60i(0x17f),'description':a60i(0x15e),'roomType':a60i(0x13d),'items':[{'type':'basic','name':'Empty\x20vial','description':a60i(0x186)}],'exits':[{'direction':'west','targetRoom':a60i(0x165)},{'direction':a60i(0x190),'targetRoom':a60i(0x150)}]},{'name':a60i(0x150),'description':a60i(0x19b),'roomType':a60i(0x13d),'items':[{'type':a60i(0x1a4),'name':a60i(0x147),'description':a60i(0x195)},{'type':'sword','name':a60i(0x14f),'description':a60i(0x170)}],'exits':[{'direction':'south','targetRoom':'Alchemy\x20Lab'},{'direction':a60i(0x189),'targetRoom':a60i(0x162)}]},{'name':a60i(0x162),'description':a60i(0x177),'roomType':a60i(0x13d),'exits':[{'direction':a60i(0x13e),'targetRoom':'Armory'},{'direction':a60i(0x192),'targetRoom':a60i(0x139)},{'direction':'north','targetRoom':a60i(0x161)},{'direction':a60i(0x189),'targetRoom':a60i(0x160)}]},{'name':'Torture\x20Chamber','description':a60i(0x179),'roomType':a60i(0x13d),'items':[{'type':a60i(0x197),'name':a60i(0x14a),'description':a60i(0x18b)}],'puzzle':{'requiredPhrase':'release','riddle':a60i(0x134),'rewardItem':{'type':'gem','name':a60i(0x184),'description':a60i(0x175)},'successMessage':a60i(0x149),'failureMessage':a60i(0x13f)},'exits':[{'direction':'south','targetRoom':a60i(0x162)}]},{'name':'Treasure\x20Room','description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':'inside','puzzle':{'requiredPhrase':a60i(0x17a),'riddle':a60i(0x159),'rewardItem':{'type':a60i(0x1a1),'name':a60i(0x163),'description':a60i(0x16a)},'successMessage':a60i(0x18d),'failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':a60i(0x13e),'targetRoom':a60i(0x162)}]}];export const shadowrunConfig=[{'name':a60i(0x15d),'description':a60i(0x198),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':a60i(0x190),'targetRoom':a60i(0x136)},{'direction':'up','targetRoom':a60i(0x14d)}]},{'name':a60i(0x14d),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a60i(0x13d),'puzzle':{'requiredPhrase':a60i(0x155),'riddle':a60i(0x154),'rewardItem':{'type':a60i(0x197),'name':a60i(0x169),'description':a60i(0x172)},'successMessage':a60i(0x18f),'failureMessage':a60i(0x14b)},'exits':[{'direction':a60i(0x196),'targetRoom':a60i(0x15d)}]},{'name':'Downtown\x20Seattle','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':'outside','exits':[{'direction':'south','targetRoom':'Jackpoint\x20Login'},{'direction':a60i(0x189),'targetRoom':a60i(0x1a2)},{'direction':'west','targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x1a2),'description':a60i(0x176),'roomType':a60i(0x173),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60i(0x197),'name':'Gang\x20Insignia','description':a60i(0x17c)},'successMessage':a60i(0x191),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60i(0x13e),'targetRoom':a60i(0x136)},{'direction':a60i(0x190),'targetRoom':a60i(0x16c)}]},{'name':a60i(0x181),'description':a60i(0x187),'roomType':'inside','items':[{'type':a60i(0x174),'name':a60i(0x1a5),'description':a60i(0x143)},{'type':'document','name':a60i(0x183),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a60i(0x189),'targetRoom':a60i(0x136)}]},{'name':a60i(0x16c),'description':a60i(0x180),'roomType':'outside','items':[{'type':a60i(0x15b),'name':a60i(0x13c),'description':a60i(0x188)}],'exits':[{'direction':'south','targetRoom':a60i(0x1a2)},{'direction':a60i(0x190),'targetRoom':a60i(0x19f)},{'direction':a60i(0x189),'targetRoom':a60i(0x158)}]},{'name':a60i(0x19f),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x13d),'puzzle':{'requiredPhrase':a60i(0x141),'riddle':a60i(0x18a),'rewardItem':{'type':a60i(0x171),'name':a60i(0x153),'description':a60i(0x140)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a60i(0x19c)},'exits':[{'direction':a60i(0x192),'targetRoom':'Barrens\x20Hideout'}]},{'name':a60i(0x158),'description':a60i(0x152),'roomType':'inside','items':[{'type':a60i(0x1a3),'name':a60i(0x146),'description':a60i(0x166)}],'exits':[{'direction':'west','targetRoom':a60i(0x16c)}]}];
1
+ const a60i=a60d;function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x194;let f=c[d];return f;},a60d(a,b);}(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x195))/0x1+-parseInt(f(0x1c4))/0x2+parseInt(f(0x1bb))/0x3+parseInt(f(0x1cb))/0x4*(parseInt(f(0x204))/0x5)+-parseInt(f(0x1ac))/0x6+parseInt(f(0x1fd))/0x7*(-parseInt(f(0x1ee))/0x8)+-parseInt(f(0x1ed))/0x9*(-parseInt(f(0x1c3))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x68795));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x1ef)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x198)]()[h(0x1d4)]('(((.+)+)+)+$')['toString']()['constructor'](a60a)['search']('(((.+)+)+)+$');});a60a();export const rooms=[{'name':a60i(0x1ab),'description':a60i(0x1f4),'isStartRoom':!![],'items':[{'type':'key','name':a60i(0x1c8),'description':a60i(0x1fe)},{'type':a60i(0x1d6),'name':'Guard\x27s\x20Log\x20Book','description':'A\x20thin\x20log\x20book','content':a60i(0x1b5)}],'exits':[{'direction':a60i(0x1e8),'targetRoom':a60i(0x1ce)}]},{'name':a60i(0x1ce),'description':a60i(0x1f9),'exits':[{'direction':a60i(0x199),'targetRoom':'Treasure\x20Room','keyRequired':a60i(0x1c8)},{'direction':a60i(0x1f3),'targetRoom':'Courtyard'}]},{'name':a60i(0x1bf),'description':a60i(0x1ec),'items':[{'type':a60i(0x19d),'name':'Holy\x20Grail','description':a60i(0x19c)}]},{'name':a60i(0x1f5),'description':a60i(0x1b7),'roomType':a60i(0x1a0),'exits':[{'direction':'UP','targetRoom':a60i(0x1f7)}]},{'name':a60i(0x1f7),'description':a60i(0x1f6),'roomType':a60i(0x1a0),'puzzle':{'requiredPhrase':a60i(0x1de),'riddle':a60i(0x1a3),'rewardItem':{'type':a60i(0x1b8),'name':'Sniper\x20Rifle','description':a60i(0x1da)},'successMessage':a60i(0x202),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':a60i(0x19e),'description':a60i(0x1af),'isStartRoom':!![],'roomType':a60i(0x1b1),'puzzle':{'requiredPhrase':a60i(0x1bd),'riddle':a60i(0x1c7),'rewardItem':{'type':a60i(0x20b),'name':a60i(0x1a8),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0x1b9),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60i(0x1df),'targetRoom':'Study'},{'direction':'east','targetRoom':'Central\x20Chamber','keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0x194),'description':a60i(0x1b4),'roomType':'inside','items':[{'type':'book','name':a60i(0x1ca),'description':a60i(0x1f1),'content':a60i(0x1e3)},{'type':'key','name':a60i(0x1a8),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x200),'targetRoom':a60i(0x19e)},{'direction':'east','targetRoom':a60i(0x1c6)}]},{'name':'Alchemy\x20Lab','description':a60i(0x1a2),'roomType':a60i(0x1b1),'items':[{'type':a60i(0x1cf),'name':'Empty\x20vial','description':a60i(0x1a1)}],'exits':[{'direction':a60i(0x1fc),'targetRoom':'Study'},{'direction':a60i(0x1df),'targetRoom':a60i(0x20a)}]},{'name':a60i(0x20a),'description':a60i(0x1c5),'roomType':a60i(0x1b1),'items':[{'type':'shield','name':a60i(0x1b0),'description':a60i(0x205)},{'type':a60i(0x1e2),'name':a60i(0x1d2),'description':a60i(0x1f8)}],'exits':[{'direction':a60i(0x200),'targetRoom':a60i(0x1c6)},{'direction':'east','targetRoom':a60i(0x1a5)}]},{'name':a60i(0x1a5),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a60i(0x1b1),'exits':[{'direction':a60i(0x1fc),'targetRoom':'Armory'},{'direction':a60i(0x200),'targetRoom':a60i(0x19e)},{'direction':a60i(0x1df),'targetRoom':a60i(0x19f)},{'direction':a60i(0x203),'targetRoom':a60i(0x1bf)}]},{'name':'Torture\x20Chamber','description':a60i(0x1ea),'roomType':a60i(0x1b1),'items':[{'type':'key','name':'Blood-stained\x20Key','description':a60i(0x201)}],'puzzle':{'requiredPhrase':a60i(0x1f0),'riddle':a60i(0x1c9),'rewardItem':{'type':a60i(0x1cc),'name':'Ancient\x20Gem','description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a60i(0x1f2),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0x200),'targetRoom':'Central\x20Chamber'}]},{'name':'Treasure\x20Room','description':a60i(0x1cd),'roomType':a60i(0x1b1),'puzzle':{'requiredPhrase':a60i(0x1d8),'riddle':a60i(0x1c0),'rewardItem':{'type':a60i(0x208),'name':a60i(0x1fa),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a60i(0x1aa)},'exits':[{'direction':a60i(0x1fc),'targetRoom':'Central\x20Chamber'}]}];function a60c(){const j=['The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Rigger\x27s\x20Workshop','Central\x20Chamber\x20Key','Matrix\x20Data\x20Haven','The\x20chest\x20remains\x20firmly\x20shut.','Library','4058520jptnti','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','outside','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Emblem\x20Shield','inside','decrypt','CorpSec\x20Plans','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Chad\x20the\x20stupid\x20guard','Corp\x20Enclave','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','rifle','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','document','930984OOYKYF','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','open\x20sesame','MCT\x20Fly-Spy','Treasure\x20Room','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','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.','11060TVGtLJ','329578nSbCbn','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Alchemy\x20Lab','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Golden\x20Key','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Riddle\x20Book','16paVAYo','gem','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Secret\x20Passage','basic','Gang\x20Insignia','The\x20data\x20remains\x20encrypted.','Rusted\x20Sword','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','search','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','book','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','insert\x20gem','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','A\x20long-range\x20weapon.','Corporate\x20Creditstick','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','secret123','north','drone','Downtown\x20Seattle','sword','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','A\x20small\x20surveillance\x20drone.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','A\x20creditstick\x20loaded\x20with\x20nuyen.','weapon','EAST','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','10566pIUbQE','56EAdrao','apply','release','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','SOUTH','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Courtyard','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Watch\x20Tower','An\x20old\x20and\x20rusted\x20sword.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Golden\x20Chalice','show\x20loyalty','west','758653JtGfxD','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','south','A\x20key\x20stained\x20with\x20old\x20blood.','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','east','447080wkKDXQ','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','cup','amulet','Armory','key','Study','61351RDaYgL','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Jackpoint\x20Login','toString','NORTH','creditstick','Barrens\x20Hideout','The\x20legendary\x20Holy\x20Grail.','holyGrail','Entrance\x20Hall','Torture\x20Chamber','OUTSIDE','A\x20clear\x20glass\x20vial.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Central\x20Chamber'];a60c=function(){return j;};return a60c();}export const shadowrunConfig=[{'name':a60i(0x197),'description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':a60i(0x1b1),'exits':[{'direction':a60i(0x1df),'targetRoom':a60i(0x1e1)},{'direction':'up','targetRoom':a60i(0x1a9)}]},{'name':a60i(0x1a9),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':'inside','puzzle':{'requiredPhrase':a60i(0x1b2),'riddle':a60i(0x1e9),'rewardItem':{'type':a60i(0x20b),'name':'Encrypted\x20Data\x20Key','description':a60i(0x1d3)},'successMessage':a60i(0x1e5),'failureMessage':a60i(0x1d1)},'exits':[{'direction':'down','targetRoom':a60i(0x197)}]},{'name':a60i(0x1e1),'description':a60i(0x1c2),'roomType':a60i(0x1ae),'exits':[{'direction':a60i(0x200),'targetRoom':a60i(0x197)},{'direction':a60i(0x203),'targetRoom':a60i(0x1c1)},{'direction':a60i(0x1fc),'targetRoom':a60i(0x1b6)}]},{'name':'Barrens\x20Entrance','description':a60i(0x1a6),'roomType':a60i(0x1ae),'puzzle':{'requiredPhrase':a60i(0x1fb),'riddle':a60i(0x1d5),'rewardItem':{'type':a60i(0x20b),'name':a60i(0x1d0),'description':a60i(0x1dc)},'successMessage':a60i(0x1ff),'failureMessage':a60i(0x1bc)},'exits':[{'direction':a60i(0x1fc),'targetRoom':a60i(0x1e1)},{'direction':a60i(0x1df),'targetRoom':a60i(0x19b)}]},{'name':a60i(0x1b6),'description':'The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','roomType':a60i(0x1b1),'items':[{'type':a60i(0x19a),'name':a60i(0x1db),'description':a60i(0x1e6)},{'type':a60i(0x1ba),'name':a60i(0x1b3),'description':a60i(0x206)}],'exits':[{'direction':a60i(0x203),'targetRoom':'Downtown\x20Seattle'}]},{'name':a60i(0x19b),'description':a60i(0x196),'roomType':a60i(0x1ae),'items':[{'type':a60i(0x1e7),'name':'Ares\x20Predator','description':a60i(0x1ad)}],'exits':[{'direction':a60i(0x200),'targetRoom':a60i(0x1c1)},{'direction':'north','targetRoom':'Mage\x27s\x20Lair'},{'direction':'east','targetRoom':a60i(0x1a7)}]},{'name':'Mage\x27s\x20Lair','description':a60i(0x1a4),'roomType':a60i(0x1b1),'puzzle':{'requiredPhrase':'disenchant','riddle':a60i(0x1eb),'rewardItem':{'type':a60i(0x209),'name':'Amulet\x20of\x20Awakening','description':a60i(0x1d7)},'successMessage':a60i(0x207),'failureMessage':a60i(0x1d9)},'exits':[{'direction':a60i(0x200),'targetRoom':a60i(0x19b)}]},{'name':a60i(0x1a7),'description':a60i(0x1dd),'roomType':a60i(0x1b1),'items':[{'type':a60i(0x1e0),'name':a60i(0x1be),'description':a60i(0x1e4)}],'exits':[{'direction':a60i(0x1fc),'targetRoom':a60i(0x19b)}]}];
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x1f4))/0x1+-parseInt(f(0x1e9))/0x2+-parseInt(f(0x1f9))/0x3+-parseInt(f(0x1d8))/0x4+parseInt(f(0x1f0))/0x5+parseInt(f(0x1f5))/0x6*(-parseInt(f(0x1df))/0x7)+parseInt(f(0x1f7))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xd0613));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1eb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x1e2)]()[h(0x1ec)](h(0x1f2))[h(0x1e2)]()[h(0x1f8)](a61a)[h(0x1ec)]('(((.+)+)+)+$');});a61a();import{EventEmitter}from'events';export class AbstractScene{['rooms'];['player'];[a61i(0x1e6)];[a61i(0x1e1)];}export class AbstractRoom extends EventEmitter{[a61i(0x1ed)];[a61i(0x1ee)];['exits'];[a61i(0x1fa)];[a61i(0x1e5)];[a61i(0x1d9)];[a61i(0x1e7)];}export class AbstractDoor{[a61i(0x1e3)];[a61i(0x1f1)];['isLocked'];[a61i(0x1d7)];[a61i(0x1ed)];['logger'];[a61i(0x1f6)];}export class AbstractInventory{[a61i(0x1f3)];[a61i(0x1e6)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1d6;var f=c[d];return f;},a61d(a,b);}export class AbstractItem{[a61i(0x1d6)];['name'];['description'];['size'];[a61i(0x1de)];[a61i(0x1e4)];[a61i(0x1db)];[a61i(0x1e8)];[a61i(0x1dc)];[a61i(0x1dd)];}export class AbstractPlayer{[a61i(0x1e0)];[a61i(0x1da)];['_inventory'];[a61i(0x1ef)];['_maxCarryingWeight'];['_logger'];}export class AbstractPuzzle{[a61i(0x1e6)];[a61i(0x1ea)];}function a61c(){var j=['roomB','(((.+)+)+)+$','items','900852MfdlQQ','114BzewXv','isLockable','35675864kVhNgp','constructor','4464369aZWoGV','inventory','uuid','unlockItemOrSolution','709328oRukVh','roomType','_currentLocation','color','rating','weight','category','599354ZUFyps','_playerName','characterLocations','toString','roomA','shape','puzzle','logger','isStartRoom','texture','1803480cCUnbp','solved','apply','search','name','description','_equipment','7444525CKFaoo'];a61c=function(){return j;};return a61c();}
1
+ var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0xf2))/0x1*(parseInt(f(0xe8))/0x2)+parseInt(f(0xfa))/0x3+-parseInt(f(0x105))/0x4+parseInt(f(0xfc))/0x5*(-parseInt(f(0x10a))/0x6)+parseInt(f(0xf7))/0x7+parseInt(f(0x10f))/0x8*(-parseInt(f(0xf9))/0x9)+-parseInt(f(0xf3))/0xa*(-parseInt(f(0xfb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xc3fcc));function a61c(){var i=['solved','10096DViXuS','unlockItemOrSolution','items','1546mesbge','uuid','_playerName','color','category','toString','puzzle','(((.+)+)+)+$','roomA','shape','65aQBoEY','4150940EvKnPm','_inventory','name','roomType','2055165GyRlFR','search','1593dVXrcx','4630707HmTOlM','22ltIMgU','15bSXfhJ','logger','size','weight','characterLocations','_logger','rating','constructor','rooms','2246100wKWveJ','texture','isLocked','_maxCarryingWeight','isLockable','2058888KMNscN','description','_equipment','inventory'];a61c=function(){return i;};return a61c();}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var g=a61d;return a61a[g(0xed)]()[g(0xf8)](g(0xef))[g(0xed)]()[g(0x103)](a61a)[g(0xf8)](g(0xef));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x104)];['player'];[a61h(0xfd)];[a61h(0x100)];}export class AbstractRoom extends EventEmitter{[a61h(0xf5)];[a61h(0x10b)];['exits'];[a61h(0x10d)];[a61h(0xee)];[a61h(0xf6)];['isStartRoom'];}export class AbstractDoor{[a61h(0xf0)];['roomB'];[a61h(0x107)];[a61h(0x110)];[a61h(0xf5)];[a61h(0xfd)];[a61h(0x109)];}export class AbstractInventory{[a61h(0xe7)];[a61h(0xfd)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0xe7;var f=c[d];return f;},a61d(a,b);}export class AbstractItem{[a61h(0xe9)];[a61h(0xf5)];[a61h(0x10b)];[a61h(0xfe)];[a61h(0xec)];[a61h(0xf1)];[a61h(0xeb)];[a61h(0x106)];[a61h(0x102)];[a61h(0xff)];}export class AbstractPlayer{[a61h(0xea)];['_currentLocation'];[a61h(0xf4)];[a61h(0x10c)];[a61h(0x108)];[a61h(0x101)];}export class AbstractPuzzle{[a61h(0xfd)];[a61h(0x10e)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x212))/0x1+parseInt(k(0x20a))/0x2+parseInt(k(0x221))/0x3*(-parseInt(k(0x1d8))/0x4)+parseInt(k(0x1ff))/0x5*(parseInt(k(0x22c))/0x6)+-parseInt(k(0x229))/0x7+parseInt(k(0x1e0))/0x8*(parseInt(k(0x20e))/0x9)+parseInt(k(0x1d1))/0xa*(-parseInt(k(0x1cf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xdb973));export var Size;(function(a){var l=a62d;a[l(0x201)]=l(0x1dc),a[l(0x22a)]='small',a['Medium']=l(0x1d9),a['Large']=l(0x1c9),a[l(0x1d4)]=l(0x1fb);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x1ec)]='common',a[m(0x1e2)]='rare',a[m(0x1fd)]=m(0x1fc);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x202)]=n(0x1f6),a[n(0x218)]=n(0x1cd),a['Key']=n(0x216),a[n(0x1e1)]=n(0x22b),a[n(0x1ea)]='helmet',a[n(0x1f0)]=n(0x213),a[n(0x21b)]='boots',a['LegArmor']='leg\x20armor',a[n(0x1fe)]=n(0x1e4),a[n(0x1da)]=n(0x204),a[n(0x1cc)]=n(0x1df),a[n(0x1d2)]='cup',a[n(0x1e8)]='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x20b)]=o(0x1d6),a[o(0x210)]='square',a[o(0x1fa)]=o(0x224),a[o(0x209)]=o(0x215),a['Blade']='blade',a[o(0x225)]=o(0x1d5);}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a['Red']=p(0x203),a['Blue']=p(0x223),a['Green']=p(0x1eb),a[p(0x219)]='yellow',a[p(0x20d)]=p(0x228),a['Purple']=p(0x1ce),a[p(0x1e3)]=p(0x1ee),a[p(0x214)]=p(0x226),a[p(0x208)]=p(0x21f);}(Color||(Color={})));export var Texture;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1c9;var f=c[d];return f;},a62d(a,b);}function a62c(){var v=['legendary','Legendary','ArmArmor','16540cFocMv','outside','Tiny','Weapon','red','body\x20armor','Grainy','Metallic','Rough','Gold','Rectangle','2315666KSonsa','Circle','east','Orange','14238VzJNus','search','Square','desert','879928FMJGpj','hat','Brown','rectangle','key','Smooth','Shield','Yellow','INSIDE','Boots','UNDERGROUND','DOWN','SOUTH','gold','sea','68604CqLKXE','beach','blue','triangle','Rifle','brown','WEST','orange','1244649OIshXf','Small','gloves','2640QmlBDn','large','cave','north','Book','shield','purple','737BXvKMv','toString','431330JNVrzB','Cup','FOREST','VeryLarge','rifle','circle','rough','4lVSuMO','medium','BodyArmor','Bumpy','tiny','underground','CAVE','book','2512TEWSeU','Gloves','Rare','Grey','arm\x20armor','EAST','SEA','west','Unknown','BEACH','Helmet','green','Common','south','grey','apply','Hat','inside','fuzzy','(((.+)+)+)+$','OUTSIDE','tower','weapon','grainy','bumpy','MOUNTAIN','Triangle','very\x20large'];a62c=function(){return v;};return a62c();}(function(a){var q=a62d;a[q(0x217)]='smooth',a[q(0x207)]=q(0x1d7),a[q(0x1db)]=q(0x1f8),a['Fuzzy']=q(0x1f2),a[q(0x205)]=q(0x1f7),a[q(0x206)]='metallic';}(Texture||(Texture={})));export var RoomType;(function(a){var r=a62d;a[r(0x21a)]=r(0x1f1),a[r(0x1f4)]=r(0x200),a[r(0x21c)]=r(0x1dd),a[r(0x1de)]=r(0x1ca),a['TOWER']=r(0x1f5),a[r(0x1d3)]='forest',a['DESERT']=r(0x211),a[r(0x1f9)]='mountain',a[r(0x1e9)]=r(0x222),a[r(0x1e6)]=r(0x220);}(RoomType||(RoomType={})));export var Direction;(function(c){var u=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var s=a62d;if(h){var j=h[s(0x1ef)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var t=a62d;return e['toString']()[t(0x20f)](t(0x1f3))[t(0x1d0)]()['constructor'](e)[t(0x20f)](t(0x1f3));});e(),c['NORTH']=u(0x1cb),c[u(0x1e5)]=u(0x20c),c[u(0x21e)]=u(0x1ed),c[u(0x227)]=u(0x1e7),c['UP']='up',c[u(0x21d)]='down';}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0xa7))/0x1+-parseInt(k(0xe3))/0x2+-parseInt(k(0xd9))/0x3+parseInt(k(0xe0))/0x4+parseInt(k(0xcd))/0x5+parseInt(k(0x83))/0x6+parseInt(k(0xa6))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xc2ef8));export var Size;(function(a){var l=a62d;a[l(0x88)]=l(0xaf),a[l(0xbc)]=l(0xa5),a[l(0xb3)]=l(0xe4),a[l(0xc7)]=l(0xe8),a['VeryLarge']=l(0xac);}(Size||(Size={})));export var Rating;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x83;var f=c[d];return f;},a62d(a,b);}(function(a){var m=a62d;a[m(0x8f)]=m(0xdc),a['Rare']=m(0xca),a[m(0xab)]=m(0xa3);}(Rating||(Rating={})));export var Category;(function(c){var o=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var n=a62d;return e['toString']()['search'](n(0x9b))[n(0xe7)]()[n(0x85)](e)[n(0xd8)](n(0x9b));});e(),c[o(0xc8)]='weapon',c['Shield']=o(0x8b),c[o(0x99)]=o(0xa9),c['Gloves']=o(0xa1),c[o(0xce)]=o(0xbf),c[o(0xcc)]=o(0xd1),c[o(0xe6)]=o(0xda),c[o(0x86)]=o(0x93),c[o(0xc5)]=o(0xcb),c[o(0xb2)]='body\x20armor',c[o(0xe5)]='book',c[o(0x8c)]=o(0x9d),c[o(0xd4)]=o(0xc6);}(Category||(Category={})));export var Shape;(function(a){var p=a62d;a[p(0xdf)]=p(0xb6),a[p(0xb8)]=p(0xae),a[p(0xd0)]=p(0x92),a[p(0xd7)]=p(0xb5),a[p(0xbe)]=p(0xa4),a[p(0xb1)]=p(0x97);}(Shape||(Shape={})));export var Color;(function(a){var q=a62d;a['Red']=q(0x9f),a[q(0xea)]=q(0xde),a[q(0x8e)]=q(0x84),a[q(0x94)]=q(0xd5),a[q(0xc3)]=q(0x90),a['Purple']=q(0xaa),a['Grey']=q(0x89),a['Brown']='brown',a['Gold']=q(0x8d);}(Color||(Color={})));export var Texture;(function(a){var r=a62d;a[r(0xe9)]=r(0xe1),a[r(0xb9)]=r(0x95),a[r(0xbd)]=r(0xa0),a[r(0xba)]=r(0x91),a[r(0xe2)]=r(0xad),a['Metallic']=r(0x9c);}(Texture||(Texture={})));export var RoomType;function a62c(){var u=['Blade','helmet','desert','forest','mountain','Orange','south','ArmArmor','unknown','Large','Weapon','FOREST','rare','arm\x20armor','Hat','1733535hGNzKp','Helmet','north','Triangle','hat','CAVE','SEA','Unknown','yellow','DOWN','Rectangle','search','1079880XTHyWt','boots','BEACH','common','NORTH','blue','Circle','4620696rFLKXV','smooth','Grainy','1793624vcQsdD','medium','Book','Boots','toString','large','Smooth','Blue','5693868BhDNeO','green','constructor','LegArmor','DESERT','Tiny','grey','outside','shield','Cup','gold','Green','Common','orange','fuzzy','triangle','leg\x20armor','Yellow','rough','east','rifle','INSIDE','Key','inside','(((.+)+)+)+$','metallic','cup','sea','red','bumpy','gloves','tower','legendary','blade','small','3610929HHgyNZ','911478KqDwAm','down','key','purple','Legendary','very\x20large','grainy','square','tiny','beach','Rifle','BodyArmor','Medium','TOWER','rectangle','circle','west','Square','Rough','Fuzzy','UNDERGROUND','Small','Bumpy'];a62c=function(){return u;};return a62c();}(function(a){var s=a62d;a[s(0x98)]=s(0x9a),a['OUTSIDE']=s(0x8a),a[s(0xbb)]='underground',a[s(0xd2)]='cave',a[s(0xb4)]=s(0xa2),a[s(0xc9)]=s(0xc1),a[s(0x87)]=s(0xc0),a['MOUNTAIN']=s(0xc2),a[s(0xdb)]=s(0xb0),a[s(0xd3)]=s(0x9e);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a[t(0xdd)]=t(0xcf),a['EAST']=t(0x96),a['SOUTH']=t(0xc4),a['WEST']=t(0xb7),a['UP']='up',a[t(0xd6)]=t(0xa8);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x6a))/0x1+parseInt(f(0x66))/0x2+-parseInt(f(0x6d))/0x3*(parseInt(f(0x72))/0x4)+-parseInt(f(0x69))/0x5*(parseInt(f(0x6f))/0x6)+-parseInt(f(0x68))/0x7*(parseInt(f(0x73))/0x8)+-parseInt(f(0x67))/0x9*(-parseInt(f(0x64))/0xa)+-parseInt(f(0x70))/0xb*(-parseInt(f(0x65))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xd311d));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x6c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x6b)]()[h(0x71)](h(0x6e))[h(0x6b)]()['constructor'](a63a)['search'](h(0x6e));});a63a();export{};function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x64;var f=c[d];return f;},a63d(a,b);}function a63c(){var i=['(((.+)+)+)+$','7634202acqJMp','20163yNEuZw','search','207040pMLhwg','1488MmdTOt','8550KhPrmX','30048pTbSJX','240262NORWLH','657xUcMcO','50477rtCjpR','5IchBsH','1035424ikvqki','toString','apply','15KGwqeM'];a63c=function(){return i;};return a63c();}
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x84))/0x1+parseInt(f(0x8a))/0x2+parseInt(f(0x82))/0x3*(parseInt(f(0x8e))/0x4)+parseInt(f(0x89))/0x5*(-parseInt(f(0x8d))/0x6)+-parseInt(f(0x8b))/0x7*(-parseInt(f(0x8c))/0x8)+-parseInt(f(0x85))/0x9*(parseInt(f(0x88))/0xa)+parseInt(f(0x80))/0xb*(parseInt(f(0x7e))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x9d242));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x87)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x81)]()['search']('(((.+)+)+)+$')['toString']()[h(0x7f)](a63a)[h(0x83)](h(0x86));});function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x7e;var f=c[d];return f;},a63d(a,b);}a63a();export{};function a63c(){var i=['10oqEeKz','5QzkTYO','534198htzLvJ','3293591KGSKma','8YrOoOl','7701954TSESJN','107444deJwQh','1584GPjoFB','constructor','96767nrkWmD','toString','114lvnIXa','search','733662SHNKoz','2327067zobexZ','(((.+)+)+)+$','apply'];a63c=function(){return i;};return a63c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x144))/0x1+-parseInt(f(0x143))/0x2+parseInt(f(0x14d))/0x3+-parseInt(f(0x14b))/0x4+parseInt(f(0x149))/0x5*(parseInt(f(0x145))/0x6)+parseInt(f(0x14e))/0x7*(-parseInt(f(0x14a))/0x8)+-parseInt(f(0x147))/0x9*(parseInt(f(0x14c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xbf1cd));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x14f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x142)]()[h(0x148)](h(0x146))[h(0x142)]()['constructor'](a64a)['search'](h(0x146));});a64a();function a64c(){var i=['629887raoIbe','7393458oMSLUH','(((.+)+)+)+$','720963fLuMaD','search','5tUhLtz','4432INEtNc','107308eZeUaH','150msZnye','3883089XCjCvV','7595NghfNf','apply','toString','1088348RPnbhN'];a64c=function(){return i;};return a64c();}function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x142;var f=c[d];return f;},a64d(a,b);}export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x120))/0x1+parseInt(f(0x121))/0x2*(parseInt(f(0x124))/0x3)+-parseInt(f(0x126))/0x4*(parseInt(f(0x11b))/0x5)+-parseInt(f(0x11f))/0x6*(parseInt(f(0x119))/0x7)+-parseInt(f(0x125))/0x8+parseInt(f(0x128))/0x9*(parseInt(f(0x11e))/0xa)+-parseInt(f(0x11c))/0xb*(-parseInt(f(0x11a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x38c3e));function a64c(){var i=['constructor','470yNRHcn','18aOsJLl','318671sXelvj','1046oHxzHA','apply','toString','1608rABkgv','18432sDPxQm','11636BerCFE','search','62793swhzwh','(((.+)+)+)+$','1021608HpDXdo','1896qyTaaZ','310FBeAMV','39226gUZBVk'];a64c=function(){return i;};return a64c();}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x122)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x123)]()[h(0x127)](h(0x129))[h(0x123)]()[h(0x11d)](a64a)['search'](h(0x129));});function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x119;var f=c[d];return f;},a64d(a,b);}a64a();export{};
@@ -1 +1 @@
1
- const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0xfd))/0x1+-parseInt(y(0xaa))/0x2+parseInt(y(0xda))/0x3*(-parseInt(y(0xf1))/0x4)+-parseInt(y(0xd0))/0x5+parseInt(y(0xa2))/0x6*(-parseInt(y(0xbb))/0x7)+-parseInt(y(0xbc))/0x8+parseInt(y(0xc0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x511c0));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';function a65c(){const I=['logBox','currentLocation','Head:\x20','handleInput','focus','getWelcomeMessage','pushLine','setContent','90%','\x20Equipment\x20','OUTSIDE','append','\x20Map\x20','log','search','feet','getValue','\x20Inventory\x20','apply','70%','1925044bajCwG','key','box','toString','rightHand','slice','size','C-c','\x20Game\x20Log\x20','Left\x20Hand:\x20','exits','torso','51967QXulYb','75%','20454pzYZkk','45%','unlock','clearValue','split','yellow','<<<<<<<<---------\x20Terminating\x20game','white','836546WnilaI','roomType','head','line','Torso:\x20','100%','\x0aThere\x20are\x20no\x20exits\x20here.','cyan','Arms:\x20','write','None','\x20(Locked)','inventory','parse','\x20(Unlocked)','Currently\x20in:\x20','escape','287FWAgLh','1884792rNXeDG','Side\x20Quest\x20Adventure\x20Game','Available\x20exits\x20will\x20be\x20shown\x20here...','textbox','19107738djdxDm','Feet:\x20','mousemove','arms','exit','equipment','Gloves:\x20','25%','scroll','name','gloves','getInstance','(((.+)+)+)+$','Thanks\x20for\x20playing!','argv','checkIfLocked','2839615ZGvrYG','map','20%','join','forEach','lock','render','enter','getOtherSide','legs','3XFHoaP','leftHand','player'];a65c=function(){return I;};return a65c();}import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0xa2;let f=c[d];return f;},a65d(a,b);}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(0xef)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0xf4)]()[A(0xeb)](A(0xcc))[A(0xf4)]()['constructor'](g)[A(0xeb)](A(0xcc));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':B(0xbd)}),i=a65e[B(0xf3)]({'top':'0%','left':B(0xfe),'width':B(0xc7),'height':'45%','border':{'type':'line'},'label':B(0xee),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0xd1)](v=>v[C(0xc9)]);i[C(0xe4)](u[C(0xd3)]('\x0a')),h[C(0xd6)]();};h[B(0xe8)](i);const k=a65e[B(0xf3)]({'top':B(0xa3),'left':B(0xfe),'width':B(0xc7),'height':B(0xc7),'border':{'type':B(0xad)},'label':B(0xe6),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xa7)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xe8)](k);const l=t=>{const D=B;k[D(0xe4)](D(0xdf)+(t[D(0xac)]?t['head']['name']:D(0xb4))+'\x0a'+(D(0xae)+(t[D(0xfc)]?t[D(0xfc)][D(0xc9)]:'None')+'\x0a')+('Legs:\x20'+(t[D(0xd9)]?t['legs'][D(0xc9)]:D(0xb4))+'\x0a')+(D(0xc1)+(t[D(0xec)]?t[D(0xec)][D(0xc9)]:D(0xb4))+'\x0a')+(D(0xb2)+(t[D(0xc3)]?t[D(0xc3)][D(0xc9)]:D(0xb4))+'\x0a')+(D(0xc6)+(t[D(0xca)]?t[D(0xca)][D(0xc9)]:D(0xb4))+'\x0a')+(D(0xfa)+(t[D(0xdb)]?t[D(0xdb)][D(0xc9)]:D(0xb4))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0xf5)]?t['rightHand'][D(0xc9)]:D(0xb4))+'\x0a')),h[D(0xd6)]();},m=a65e[B(0xf3)]({'top':B(0xf0),'left':B(0xfe),'width':'25%','height':B(0xd2),'border':{'type':B(0xad)},'label':B(0xe9),'content':B(0xbe),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xa7)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xe8)](m);const n=t=>{const E=B;let u=E(0xb9)+t[E(0xc9)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[E(0xfb)][E(0xf7)]>0x0?t[E(0xfb)][E(0xd4)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0xd8)](t);x[F(0xab)]===RoomType[F(0xe7)]?u+=capitalCase(w)+':\x20'+x[F(0xc9)]:u+=capitalCase(w)+':\x20'+v[F(0xc9)];if(v[F(0xcf)]())u+=F(0xb5);else v['checkIfLockable']()&&(u+=F(0xb8));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0xb0),m[E(0xe4)](u),h[E(0xd6)]();},o=a65e[B(0xf3)]({'id':B(0xdd),'top':'0%','left':'0%','width':B(0xfe),'height':B(0xe5),'border':{'type':'line'},'label':B(0xf9),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xa7)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](B(0xc2)),h[B(0xe8)](o);const p=a65e[B(0xbf)]({'bottom':0x0,'left':0x0,'width':B(0xaf),'height':'10%','tags':!![],'border':{'type':B(0xad)},'style':{'fg':B(0xa9),'border':{'fg':B(0xb1)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0xe8)](p),h['key']([B(0xba),B(0xf8)],()=>process[B(0xc4)](0x0)),p[B(0xe1)](),h[B(0xd6)]();const q=Logger[B(0xcb)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0xb3)]('----->>>>>>\x20Initializing\x20Game');const s=a65f[B(0xcb)](r,d);o['setContent'](s[B(0xe2)]()),l(s[B(0xdc)][B(0xc5)]),j(s[B(0xdc)][B(0xb6)]),n(s[B(0xdc)][B(0xde)]),p[B(0xf2)]([B(0xd7)],async()=>{const G=B,t=p[G(0xed)](),u=s[G(0xe0)](t);(t[G(0xa6)]('\x20')[0x0]==='take'||'equip'||'unequip')&&(j(s['player'][G(0xb6)]),l(s['player']['equipment'])),(t[G(0xa6)]('\x20')[0x0]==='go'||G(0xd5)||G(0xa4))&&n(s[G(0xdc)]['currentLocation']),t[G(0xa6)]('\x20')[0x0]==='clear'&&o['setContent'](''),u===null&&(console['log'](G(0xcd)),h[G(0xd6)](),q[G(0xb3)](G(0xa8)),process[G(0xc4)](0x0)),o[G(0xe3)](u),o[G(0xc8)](0x1),p[G(0xa5)](),p[G(0xe1)](),h['render']();});}catch(t){console[B(0xea)](t),process['exit'](0x1);}}const args=process[a65H(0xce)][a65H(0xf6)](0x2);main(args[0x0],JSON[a65H(0xb7)](args[0x1]),JSON[a65H(0xb7)](args[0x2]));
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x11b))/0x1+-parseInt(y(0x128))/0x2+parseInt(y(0xe8))/0x3*(-parseInt(y(0xfb))/0x4)+parseInt(y(0xe2))/0x5+parseInt(y(0x122))/0x6*(parseInt(y(0x11c))/0x7)+parseInt(y(0xec))/0x8*(-parseInt(y(0xd3))/0x9)+-parseInt(y(0x113))/0xa*(-parseInt(y(0xd6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x809e8));import a65e from'blessed';function a65c(){const I=['join','249EjWMBc','arms','45%','setContent','1163640dSrLTw','checkIfLocked','100%','apply','10%','removeAllListeners','Side\x20Quest\x20Adventure\x20Game','legs','box','parse','90%','gloves','textbox','Thanks\x20for\x20playing!','Legs:\x20','27240lFAQQS','take','clearValue','feet','head','20%','getWelcomeMessage','(((.+)+)+)+$','enter','focus','write','rightHand','equipment','size','getOtherSide','torso','mousemove','escape','C-c','\x20Inventory\x20','yellow','screen','exits','Currently\x20in:\x20','10QLPDym','player','Available\x20exits\x20will\x20be\x20shown\x20here...','log','key','split','name','\x20Map\x20','528312OYVZjG','4522UOUyGf','70%','75%','Feet:\x20','Torso:\x20','render','6246xTHCBE','\x20Game\x20Log\x20','\x20(Locked)','Arms:\x20','None','currentLocation','2068968KTulOu','cyan','\x20Equipment\x20','lock','line','constructor','getValue','-----\x20Exits\x20------\x0a','36MKFstq','white','\x20(Unlocked)','27380518LRZaDt','slice','getInstance','exit','inventory','\x0aThere\x20are\x20no\x20exits\x20here.','logBox','append','forEach','25%','Gloves:\x20','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','375230WLmTTX','----->>>>>>\x20Initializing\x20Game','toString','Head:\x20','search'];a65c=function(){return I;};return a65c();}import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0xd2;let f=c[d];return f;},a65d(a,b);}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0xef)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0xe4)]()[A(0xe6)]('(((.+)+)+)+$')['toString']()[A(0x12d)](g)[A(0xe6)](A(0x102));});g();try{const h=a65e[B(0x110)]({'smartCSR':!![],'title':B(0xf2)}),i=a65e[B(0xf4)]({'top':'0%','left':B(0x11e),'width':B(0xdf),'height':'45%','border':{'type':B(0x12c)},'label':B(0x10e),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x10f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()['map'](v=>v[C(0x119)]);i[C(0xeb)](u[C(0xe7)]('\x0a')),h[C(0x121)]();};h[B(0xdd)](i);const k=a65e[B(0xf4)]({'top':B(0xea),'left':'75%','width':B(0xdf),'height':B(0xdf),'border':{'type':B(0x12c)},'label':B(0x12a),'content':B(0xe1),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x10f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xdd)](k);const l=t=>{const D=B;k[D(0xeb)](D(0xe5)+(t[D(0xff)]?t[D(0xff)][D(0x119)]:'None')+'\x0a'+(D(0x120)+(t[D(0x10a)]?t[D(0x10a)][D(0x119)]:'None')+'\x0a')+(D(0xfa)+(t[D(0xf3)]?t[D(0xf3)][D(0x119)]:'None')+'\x0a')+(D(0x11f)+(t[D(0xfe)]?t['feet']['name']:D(0x126))+'\x0a')+(D(0x125)+(t[D(0xe9)]?t[D(0xe9)][D(0x119)]:D(0x126))+'\x0a')+(D(0xe0)+(t[D(0xf7)]?t[D(0xf7)]['name']:D(0x126))+'\x0a')+('Left\x20Hand:\x20'+(t['leftHand']?t['leftHand'][D(0x119)]:'None')+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x106)]?t[D(0x106)][D(0x119)]:D(0x126))+'\x0a')),h[D(0x121)]();},m=a65e[B(0xf4)]({'top':B(0x11d),'left':B(0x11e),'width':'25%','height':B(0x100),'border':{'type':B(0x12c)},'label':B(0x11a),'content':B(0x115),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x10f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xdd)](m);const n=t=>{const E=B;let u=E(0x112)+t[E(0x119)]+'\x0a\x0a';u+=E(0xd2),t[E(0x111)][E(0x108)]>0x0?t[E(0x111)][E(0xde)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x109)](t);x['roomType']===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x[F(0x119)]:u+=capitalCase(w)+':\x20'+v[F(0x119)];if(v[F(0xed)]())u+=F(0x124);else v['checkIfLockable']()&&(u+=F(0xd5));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0xdb),m[E(0xeb)](u),h[E(0x121)]();},o=a65e[B(0xf4)]({'id':B(0xdc),'top':'0%','left':'0%','width':B(0x11e),'height':B(0xf6),'border':{'type':B(0x12c)},'label':B(0x123),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0xf1)](B(0x10b)),h[B(0xdd)](o);const p=a65e[B(0xf8)]({'bottom':0x0,'left':0x0,'width':B(0xee),'height':B(0xf0),'tags':!![],'border':{'type':'line'},'style':{'fg':B(0xd4),'border':{'fg':B(0x129)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0xdd)](p),h['key']([B(0x10c),B(0x10d)],()=>process[B(0xd9)](0x0)),p['focus'](),h[B(0x121)]();const q=Logger[B(0xd8)](e['logFilePath'],h),r=new Player({'playerName':c});q['write'](B(0xe3));const s=a65f[B(0xd8)](r,d);o[B(0xeb)](s[B(0x101)]()),l(s[B(0x114)][B(0x107)]),j(s[B(0x114)][B(0xda)]),n(s[B(0x114)][B(0x127)]),p[B(0x117)]([B(0x103)],async()=>{const G=B,t=p[G(0x12e)](),u=s['handleInput'](t);(t['split']('\x20')[0x0]===G(0xfc)||'equip'||'unequip')&&(j(s[G(0x114)][G(0xda)]),l(s[G(0x114)][G(0x107)])),(t[G(0x118)]('\x20')[0x0]==='go'||G(0x12b)||'unlock')&&n(s['player']['currentLocation']),t[G(0x118)]('\x20')[0x0]==='clear'&&o[G(0xeb)](''),u===null&&(console['log'](G(0xf9)),h[G(0x121)](),q[G(0x105)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0xd9)](0x0)),o['pushLine'](u),o['scroll'](0x1),p[G(0xfd)](),p[G(0x104)](),h[G(0x121)]();});}catch(t){console[B(0x116)](t),process[B(0xd9)](0x1);}}const args=process['argv'][a65H(0xd7)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a65H(0xf5)](args[0x2]));
@@ -1 +1 @@
1
- const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x1eb))/0x1+parseInt(h(0x1d6))/0x2*(-parseInt(h(0x1ef))/0x3)+-parseInt(h(0x1e2))/0x4*(-parseInt(h(0x1d1))/0x5)+-parseInt(h(0x1df))/0x6*(parseInt(h(0x1d9))/0x7)+-parseInt(h(0x1dd))/0x8+-parseInt(h(0x1e3))/0x9+parseInt(h(0x1f2))/0xa*(parseInt(h(0x1f1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xb3dd0));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x1e5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x1c9)]()[j(0x1cb)]('(((.+)+)+)+$')[j(0x1c9)]()['constructor'](a66a)[j(0x1cb)](j(0x1ca));});a66a();function a66c(){const s=['\x20could\x20not\x20be\x20found\x20on\x20screen\x20','type','2077944kYcAWE','The\x20logbox\x20','18RcvTRr','existsSync','content','380bMyYDl','12124314tjPvWV','write','apply','.maka','homedir','log','render','screen','1322993Jhjowy','getInstance','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','[INFO]\x20[','473091NwkJPF','hasScreen','143KRPMDx','4311150JYUvkC','toString','(((.+)+)+)+$','search','filePath','[ERROR]\x20[','ensureLogFileExists','instance','dirname','2330NMDBhv','children','join','logBox','writeFileSync','12IUDkLc','toISOString','side-quest.log','2417289SNKhWS','scrollTo'];a66c=function(){return s;};return a66c();}function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1c9;let f=c[d];return f;},a66d(a,b);}import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x1e7)]();export class Logger{static [a66k(0x1cf)];['filePath'];['screen'];constructor(a,b){const l=a66k;this[l(0x1cc)]=a,this[l(0x1ea)]=b,this[l(0x1ce)]();}static[a66k(0x1ec)](a=a66g[a66k(0x1d3)](homeDir,a66k(0x1e6),a66k(0x1d8)),b){const m=a66k;if(!Logger['instance']){if(!b)throw new Error(m(0x1ed));Logger[m(0x1cf)]=new Logger(a,b);}return Logger[m(0x1cf)];}['ensureLogFileExists'](){const n=a66k,a=a66g[n(0x1d0)](this[n(0x1cc)]);!a66e[n(0x1e0)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e['existsSync'](this[n(0x1cc)])&&a66e[n(0x1d5)](this[n(0x1cc)],'');}[a66k(0x1e4)](a){const o=a66k,b=new Date()[o(0x1d7)](),c=o(0x1ee)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[o(0x1cc)],c);}['error'](a){const p=a66k,b=new Date()['toISOString'](),c=p(0x1cd)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this['filePath'],c);}[a66k(0x1e8)](a){const q=a66k,b=this[q(0x1ea)]?.[q(0x1d2)]['find'](c=>c[q(0x1dc)]==='box'&&c['options']['id']===q(0x1d4));b?(b['setContent'](b[q(0x1e1)]+'\x0a'+a),b[q(0x1da)](b['getScrollHeight']()),this[q(0x1ea)]?.[q(0x1e9)]()):this['error'](q(0x1de)+b+q(0x1db)+this[q(0x1ea)]),this['write'](a);}[a66k(0x1f0)](){const r=a66k;return!!this[r(0x1ea)];}}
1
+ const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x183))/0x1+-parseInt(h(0x180))/0x2+-parseInt(h(0x17f))/0x3*(-parseInt(h(0x16a))/0x4)+parseInt(h(0x168))/0x5+-parseInt(h(0x175))/0x6+parseInt(h(0x17b))/0x7+-parseInt(h(0x167))/0x8*(-parseInt(h(0x160))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x6e61b));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x181)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x16d)](j(0x161))[j(0x15f)]()[j(0x182)](a66a)[j(0x16d)](j(0x161));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x15d;let f=c[d];return f;},a66d(a,b);}const homeDir=a66f[a66k(0x16e)]();export class Logger{static [a66k(0x173)];[a66k(0x179)];[a66k(0x177)];constructor(a,b){const l=a66k;this['filePath']=a,this[l(0x177)]=b,this['ensureLogFileExists']();}static[a66k(0x15d)](a=a66g['join'](homeDir,'.maka',a66k(0x163)),b){const m=a66k;if(!Logger[m(0x173)]){if(!b)throw new Error(m(0x178));Logger[m(0x173)]=new Logger(a,b);}return Logger[m(0x173)];}[a66k(0x16f)](){const n=a66k,a=a66g['dirname'](this['filePath']);!a66e['existsSync'](a)&&a66e[n(0x164)](a,{'recursive':!![]}),!a66e[n(0x174)](this[n(0x179)])&&a66e[n(0x172)](this[n(0x179)],'');}['write'](a){const o=a66k,b=new Date()[o(0x165)](),c=o(0x170)+b+']\x20'+a+'\x0a';a66e[o(0x17e)](this['filePath'],c);}['error'](a){const p=a66k,b=new Date()[p(0x165)](),c=p(0x16c)+b+']\x20'+a+'\x0a';a66e[p(0x17e)](this[p(0x179)],c);}[a66k(0x15e)](a){const q=a66k,b=this[q(0x177)]?.['children'][q(0x162)](c=>c[q(0x17c)]===q(0x176)&&c['options']['id']===q(0x16b));b?(b['setContent'](b[q(0x169)]+'\x0a'+a),b[q(0x17d)](b[q(0x171)]()),this[q(0x177)]?.['render']()):this[q(0x17a)]('The\x20logbox\x20'+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0x177)]),this['write'](a);}[a66k(0x166)](){const r=a66k;return!!this[r(0x177)];}}function a66c(){const s=['getInstance','log','toString','90dympDF','(((.+)+)+)+$','find','side-quest.log','mkdirSync','toISOString','hasScreen','519280bHMGWR','3344215qNSCQX','content','350308wBLjsW','logBox','[ERROR]\x20[','search','homedir','ensureLogFileExists','[INFO]\x20[','getScrollHeight','writeFileSync','instance','existsSync','4134036EgbDkx','box','screen','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','filePath','error','5465663GbheAb','type','scrollTo','appendFileSync','6zZuUgl','934280NpJxBR','apply','constructor','665637sPWwUn'];a66c=function(){return s;};return a66c();}
@@ -1 +1 @@
1
- const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0xaa))/0x1+-parseInt(k(0xa2))/0x2*(parseInt(k(0x94))/0x3)+parseInt(k(0x8b))/0x4+-parseInt(k(0x8f))/0x5+parseInt(k(0xa6))/0x6*(parseInt(k(0x9e))/0x7)+parseInt(k(0xab))/0x8+-parseInt(k(0xa1))/0x9*(-parseInt(k(0x96))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x9e2c8));function a67c(){const q=['side-quest','(((.+)+)+)+$','Thanks\x20for\x20playing!','./sideQuest/ui.js','side-quest.log','5551YLgcgw','What\x20is\x20your\x20name?','fsi','3762LbGpUu','12hjQcjM','options','log','bright','5052fEYtKJ','inherit','list','stringify','347122lUvsQd','530664zvlBgu','maka\x20play:side-quest','dungeon','ask','sideQuestAnswer','toString','521236QyXHud','player','search','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','2494210nZwNsO','resolve','url','getGlobalMakaDir','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','212559wTNwmP','apply','25230oQSPSa','constructor','join'];a67c=function(){return q;};return a67c();}const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x95)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a['toString']()[m(0x8d)](m(0x9a))[m(0x8a)]()[m(0x97)](a67a)['search']('(((.+)+)+)+$');});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{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x88;let f=c[d];return f;},a67d(a,b);}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67n(0x91)]),__dirname=dirname(__filename);Command['create']({'name':a67n(0x99),'usage':a67n(0xac),'shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':a67n(0x93),'validOpts':[a67n(0x8c)]},async function(a,b){const o=a67n;try{const c=this[o(0xa0)][o(0x92)](),d=a67e[o(0x98)](c,o(0x9d)),e=b[o(0x8c)]?b[o(0x8c)]:await Actions[o(0x88)](o(0x9f))||'Commoner',f={...b,'logFilePath':d},g={'type':o(0xa8),'name':o(0x89),'message':o(0x8e),'choices':[{'name':o(0xad),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xa3)](g);if(e&&h){const i=spawn('node',[a67e[o(0x90)](__dirname,o(0x9c)),e,JSON[o(0xa9)](h),JSON['stringify'](f)],{'stdio':o(0xa7)});i['on']('exit',()=>{const p=o;Log[p(0xa5)](p(0x9b));});}}catch(j){console[o(0xa4)](j);}},a67f);
1
+ const a67m=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0x1df))/0x1*(parseInt(k(0x1f1))/0x2)+-parseInt(k(0x1fb))/0x3+parseInt(k(0x1fa))/0x4+parseInt(k(0x202))/0x5+parseInt(k(0x1e1))/0x6+-parseInt(k(0x1e3))/0x7*(-parseInt(k(0x1ff))/0x8)+parseInt(k(0x1ef))/0x9*(-parseInt(k(0x1f2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x5c405));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x1fd)]()[l(0x1f4)](l(0x201))[l(0x1fd)]()[l(0x1e4)](a67a)[l(0x1f4)](l(0x201));});a67a();import a67e from'path';import{spawn}from'child_process';function a67c(){const p=['fsi','Commoner','maka\x20play:side-quest','dungeon','url','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','side-quest.log','985824OaoLqV','./sideQuest/ui.js','24930ATflGn','40LlhRkA','player','search','inherit','join','Thanks\x20for\x20playing!','resolve','options','2493724jnSGSI','1398201rwJyIq','log','toString','getGlobalMakaDir','128WXIbkR','Play\x20a\x20little\x20side-quest','(((.+)+)+)+$','225625RcITKb','side-quest','15VNiHpQ','create','3431202VnDdOc','bright','100023cckhkv','constructor','shadowrun','list','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...'];a67c=function(){return p;};return a67c();}import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1de;let f=c[d];return f;},a67d(a,b);}import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x1ec)]),__dirname=dirname(__filename);Command[a67m(0x1e0)]({'name':a67m(0x1de),'usage':a67m(0x1ea),'shortDesc':a67m(0x200),'aliases':['sq'],'description':a67m(0x1e7),'validOpts':[a67m(0x1f3)]},async function(a,b){const n=a67m;try{const c=this[n(0x1e8)][n(0x1fe)](),d=a67e[n(0x1f6)](c,n(0x1ee)),e=b[n(0x1f3)]?b[n(0x1f3)]:await Actions['ask']('What\x20is\x20your\x20name?')||n(0x1e9),f={...b,'logFilePath':d},g={'type':n(0x1e6),'name':'sideQuestAnswer','message':n(0x1ed),'choices':[{'name':n(0x1eb),'value':dungeonConfig},{'name':n(0x1e5),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[n(0x1f9)](g);if(e&&h){const i=spawn('node',[a67e[n(0x1f8)](__dirname,n(0x1f0)),e,JSON['stringify'](h),JSON['stringify'](f)],{'stdio':n(0x1f5)});i['on']('exit',()=>{const o=n;Log[o(0x1e2)](o(0x1f7));});}}catch(j){console[n(0x1fc)](j);}},a67f);
@@ -1 +1 @@
1
- var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x9c))/0x1+parseInt(f(0xac))/0x2+parseInt(f(0x9e))/0x3*(parseInt(f(0x9d))/0x4)+parseInt(f(0xa8))/0x5+parseInt(f(0xab))/0x6+-parseInt(f(0xa0))/0x7*(-parseInt(f(0xa6))/0x8)+-parseInt(f(0xa2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x6108d));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xa9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0xaa)]()[h(0xa5)](h(0xa1))['toString']()[h(0x9f)](a68a)[h(0xa5)](h(0xa1));});a68a();import a68e from'./play.command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x9c;var f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0xa3)]({'name':a68i(0xa4),'usage':a68i(0xae),'shortDesc':a68i(0xa7),'validOpts':[]},async function(){var j=a68i;execSync('npx\x20command-line-snake',{'stdio':j(0xad)});},a68e);function a68c(){var k=['inherit','maka\x20game:snake','500897JsSbys','68YKLNwN','49971FHfDvH','constructor','7oVHAnt','(((.+)+)+)+$','11047176tjFwnr','create','snake','search','5924608wHPPZU','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','721785IUbUlW','apply','toString','3977670TBDrVS','589534rEygDn'];a68c=function(){return k;};return a68c();}
1
+ function a68c(){var j=['create','inherit','search','npx\x20command-line-snake','2EBOFKk','33432zVRufc','3423789eZVIKb','286JUtYku','753387DEuYRm','maka\x20game:snake','11230IngVuK','(((.+)+)+)+$','743179DISVZJ','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','1052qbsoLs','5149904lOIYUT','284570yqjzul','455PQohlg','toString','snake'];a68c=function(){return j;};return a68c();}var a68h=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x94))/0x1*(parseInt(f(0x8c))/0x2)+-parseInt(f(0x90))/0x3+parseInt(f(0x96))/0x4*(parseInt(f(0x92))/0x5)+-parseInt(f(0x8d))/0x6*(-parseInt(f(0x99))/0x7)+-parseInt(f(0x97))/0x8+parseInt(f(0x8e))/0x9+parseInt(f(0x98))/0xa*(-parseInt(f(0x8f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x6bd81));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(0x9a)]()[g(0x8a)](g(0x93))['toString']()['constructor'](a68a)['search']('(((.+)+)+)+$');});a68a();import a68e from'./play.command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x87;var f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68h(0x88)]({'name':a68h(0x87),'usage':a68h(0x91),'shortDesc':a68h(0x95),'validOpts':[]},async function(){var i=a68h;execSync(i(0x8b),{'stdio':i(0x89)});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x1ef))/0x1*(-parseInt(f(0x1fe))/0x2)+parseInt(f(0x1fb))/0x3+parseInt(f(0x1f1))/0x4*(-parseInt(f(0x1ff))/0x5)+parseInt(f(0x1f2))/0x6+-parseInt(f(0x1f4))/0x7*(-parseInt(f(0x1ee))/0x8)+-parseInt(f(0x200))/0x9*(-parseInt(f(0x1f8))/0xa)+-parseInt(f(0x1f5))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xd9105));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x1ed;var f=c[d];return f;},a69d(a,b);}function a69c(){var j=['27704NINhqA','1561962sWZaeT','create','7yKPgIC','23542926tgncCQ','toString','tetris','22950CutgIJ','(((.+)+)+)+$','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','3700014DwMXgZ','apply','constructor','49250QtYvGS','440xbLexe','4527SqEWxl','search','11866376iSKxcd','20WawAWE','maka\x20game:tetris'];a69c=function(){return j;};return a69c();}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x1fc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x1f6)]()[h(0x1ed)]('(((.+)+)+)+$')[h(0x1f6)]()[h(0x1fd)](a69a)[h(0x1ed)](h(0x1f9));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x1f3)]({'name':a69i(0x1f7),'usage':a69i(0x1f0),'shortDesc':a69i(0x1fa),'validOpts':[]},async function(){execSync('npx\x20simple-tetris',{'stdio':'inherit'});},a69e);
1
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0xfa))/0x1*(parseInt(f(0xf8))/0x2)+-parseInt(f(0xf2))/0x3+parseInt(f(0xeb))/0x4*(-parseInt(f(0xf9))/0x5)+-parseInt(f(0xf7))/0x6*(-parseInt(f(0xf4))/0x7)+-parseInt(f(0xf5))/0x8*(parseInt(f(0xe9))/0x9)+-parseInt(f(0xea))/0xa*(-parseInt(f(0xfb))/0xb)+parseInt(f(0xed))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xcc204));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0xf6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0xf1)]()['search']('(((.+)+)+)+$')[h(0xf1)]()[h(0xef)](a69a)['search'](h(0xf0));});function a69c(){var k=['constructor','(((.+)+)+)+$','toString','127536KVPDOw','inherit','7WdkYXP','8xNAANs','apply','6204936IoemHu','848hBnqGR','333745UnCZpl','2437myzyeG','1844337Toxfsv','14347863PRrsFU','30rsYNNo','12ruyDUA','create','26030364TEdwrp','npx\x20simple-tetris'];a69c=function(){return k;};return a69c();}a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xe9;var f=c[d];return f;},a69d(a,b);}Command[a69i(0xec)]({'name':'tetris','usage':'maka\x20game:tetris','shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a69i;execSync(j(0xee),{'stdio':j(0xf3)});},a69e);
@@ -1 +1 @@
1
- const a70h=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x15e))/0x1+-parseInt(f(0x162))/0x2+-parseInt(f(0x160))/0x3+parseInt(f(0x14d))/0x4+parseInt(f(0x163))/0x5+-parseInt(f(0x165))/0x6+-parseInt(f(0x166))/0x7*(-parseInt(f(0x153))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x96295));const a70b=(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;};}()),a70a=a70b(this,function(){const g=a70d;return a70a[g(0x161)]()[g(0x14f)](g(0x157))[g(0x161)]()[g(0x14e)](a70a)[g(0x14f)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x14d;let f=c[d];return f;},a70d(a,b);}import{Log}from'../tools/log/log.class.js';Command[a70h(0x158)]({'name':a70h(0x150),'aliases':['g'],'usage':a70h(0x156),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':[a70h(0x159),a70h(0x15b),a70h(0x15c),a70h(0x164),a70h(0x152),a70h(0x15a),a70h(0x15f)]},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a[i(0x167)](0x0,0x1),await a70e[i(0x151)](c,a,b)):a70e[i(0x155)](a,b);}catch(d){Log[i(0x154)](d),process[i(0x15d)](0x1);}});function a70c(){const j=['(((.+)+)+)+$','create','maka\x20generate:scaffold\x20todos','maka\x20g:api\x20trucks','maka\x20g:scaffold\x20todos','maka\x20g:template\x20todos/todo_item','exit','262676JZSfdC','maka\x20g:dbc\x20geoserver\x20--type=pgsql','2932317yzmRfz','toString','1930838rsxraf','3555865bfJzjl','maka\x20g:package\x20package:name','3634104fcHyOI','6855331ZfoHkN','splice','4841684wkvyaB','constructor','search','generate','processAndRunGenerator','maka\x20g:route\x20todos/edit','8WUfUjr','error','invoke','maka\x20{generate,\x20g}:<generator>\x20<name>'];a70c=function(){return j;};return a70c();}
1
+ function a70c(){const k=['error','4363752tAbRrT','invoke','1869455MfmMth','maka\x20g:dbc\x20geoserver\x20--type=pgsql','splice','maka\x20g:package\x20package:name','apply','exit','maka\x20g:api\x20trucks','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','toString','8054UqZVnm','maka\x20{generate,\x20g}:<generator>\x20<name>','processAndRunGenerator','Scaffold\x20various\x20parts\x20of\x20your\x20application','constructor','(((.+)+)+)+$','259robCng','6414bBnQaK','search','5573584dTuLdc','generate','1209436jPwLNn','3HfUkHr','2442402LoaEJq','maka\x20g:template\x20todos/todo_item'];a70c=function(){return k;};return a70c();}const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x132))/0x1+-parseInt(f(0x143))/0x2*(-parseInt(f(0x133))/0x3)+-parseInt(f(0x137))/0x4+-parseInt(f(0x139))/0x5+-parseInt(f(0x12e))/0x6*(-parseInt(f(0x12d))/0x7)+parseInt(f(0x130))/0x8+parseInt(f(0x134))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xb8a27));function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x12b;let f=c[d];return f;},a70d(a,b);}const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x13d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a['toString']()[h(0x12f)]('(((.+)+)+)+$')[h(0x142)]()[h(0x12b)](a70a)['search'](h(0x12c));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x140)]({'name':a70i(0x131),'aliases':['g'],'usage':a70i(0x144),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x146),'description':a70i(0x141),'examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos',a70i(0x135),a70i(0x13c),'maka\x20g:route\x20todos/edit',a70i(0x13f),a70i(0x13a)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x13b)](0x0,0x1),await a70e[j(0x145)](c,a,b)):a70e[j(0x138)](a,b);}catch(d){Log[j(0x136)](d),process[j(0x13e)](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x150))/0x1*(-parseInt(f(0x14c))/0x2)+-parseInt(f(0x14a))/0x3*(-parseInt(f(0x157))/0x4)+parseInt(f(0x14e))/0x5+-parseInt(f(0x154))/0x6*(-parseInt(f(0x14d))/0x7)+parseInt(f(0x149))/0x8*(parseInt(f(0x151))/0x9)+parseInt(f(0x152))/0xa*(-parseInt(f(0x155))/0xb)+-parseInt(f(0x14b))/0xc*(parseInt(f(0x156))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x74705));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[g(0x147)]()[g(0x148)](g(0x14f))[g(0x147)]()[g(0x153)](a71a)[g(0x148)](g(0x14f));});a71a();function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x147;var f=c[d];return f;},a71d(a,b);}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71c(){var h=['264791OfCUWf','19314bdCHxS','9501660DBpdUa','constructor','6tcSHFY','11xDPWsD','99697AZuCRp','75876yCLsQu','toString','search','824nqPtUc','117fuXIGY','1092KfaxTw','2azxCEX','1995049lfWLpm','3071755ipootT','(((.+)+)+)+$'];a71c=function(){return h;};return a71c();}
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x17a))/0x1*(parseInt(f(0x170))/0x2)+parseInt(f(0x16f))/0x3+parseInt(f(0x179))/0x4*(parseInt(f(0x173))/0x5)+-parseInt(f(0x176))/0x6*(parseInt(f(0x174))/0x7)+parseInt(f(0x175))/0x8+-parseInt(f(0x177))/0x9*(-parseInt(f(0x178))/0xa)+parseInt(f(0x17b))/0xb*(-parseInt(f(0x16e))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x388b0));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x171)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a['toString']()['search'](h(0x172))[h(0x17c)]()['constructor'](a71a)['search']('(((.+)+)+)+$');});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a71c(){var i=['apply','(((.+)+)+)+$','5IKDQUM','14qgTNzW','3300112TuNDfl','258528opmtlW','1734273yrUviK','10BUirEs','381468xljIZk','3139oRwfVz','9630599LFmuSu','toString','12BeofQW','1016688GdqLSX','98MzUrRj'];a71c=function(){return i;};return a71c();}function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x16e;var f=c[d];return f;},a71d(a,b);}import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a72h=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x178))/0x1+-parseInt(f(0x172))/0x2+-parseInt(f(0x16f))/0x3+parseInt(f(0x174))/0x4*(-parseInt(f(0x17b))/0x5)+parseInt(f(0x16d))/0x6*(parseInt(f(0x16a))/0x7)+-parseInt(f(0x16b))/0x8*(-parseInt(f(0x176))/0x9)+-parseInt(f(0x179))/0xa*(-parseInt(f(0x170))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xde555));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const g=a72d;return a72a[g(0x169)]()[g(0x177)]('(((.+)+)+)+$')[g(0x169)]()[g(0x16e)](a72a)[g(0x177)]('(((.+)+)+)+$');});a72a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a72h(0x17a)]({'name':'get','usage':a72h(0x17c),'shortDesc':a72h(0x175),'validOpts':[]},async function(a,b){const i=a72h,c=a[0x0],d=this[i(0x173)](c);if(d)return await this[i(0x171)](c,a,b);else{Log['error'](i(0x16c));throw new UsageErrorWithSubs();}});export default GetCommand;function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x169;let f=c[d];return f;},a72d(a,b);}function a72c(){const j=['maka\x20get:<sub-command>','toString','4122461OclFOK','144PmSrsG','Sub-Command\x20not\x20found','12PMYdEh','constructor','5218551NgIIem','16932443CXhSAg','runSubCommand','3316840lRhhQD','findSubCommand','78324EukHzQ','Get\x20various\x20Maka\x20variables\x20and\x20configurations','657945aAErPC','search','1078386uRGTDs','10UGcGQh','create','205coLwNY'];a72c=function(){return j;};return a72c();}
1
+ const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x1e1))/0x1*(-parseInt(f(0x1ea))/0x2)+-parseInt(f(0x1da))/0x3+-parseInt(f(0x1e2))/0x4+parseInt(f(0x1d8))/0x5+parseInt(f(0x1e4))/0x6*(-parseInt(f(0x1e6))/0x7)+-parseInt(f(0x1e5))/0x8*(parseInt(f(0x1de))/0x9)+parseInt(f(0x1e3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x46ce2));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x1df)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x1dd)]()[h(0x1e8)]('(((.+)+)+)+$')[h(0x1dd)]()[h(0x1e7)](a72a)['search'](h(0x1e0));});a72a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a72c(){const k=['runSubCommand','toString','4077Tofhqh','apply','(((.+)+)+)+$','57ZoHpgR','549260SLZBjf','7054860zYkYLz','1890VHlAgt','5520ARqWqq','12523OPglsP','constructor','search','maka\x20get:<sub-command>','11722lrHErX','2649120rGSfej','get','797847LEnGIV','Sub-Command\x20not\x20found'];a72c=function(){return k;};return a72c();}import{UsageErrorWithSubs}from'../../error.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1d8;let f=c[d];return f;},a72d(a,b);}const GetCommand=Command['create']({'name':a72i(0x1d9),'usage':a72i(0x1e9),'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this['findSubCommand'](c);if(d)return await this[j(0x1dc)](c,a,b);else{Log['error'](j(0x1db));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(0x90))/0x1+-parseInt(f(0x93))/0x2*(-parseInt(f(0x97))/0x3)+-parseInt(f(0x9a))/0x4+parseInt(f(0x9c))/0x5+parseInt(f(0x94))/0x6*(parseInt(f(0x8f))/0x7)+-parseInt(f(0x92))/0x8*(parseInt(f(0x88))/0x9)+parseInt(f(0x9d))/0xa*(-parseInt(f(0x95))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xbc78e));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x99)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x9e)]()[h(0x87)](h(0x89))['toString']()[h(0x91)](a73a)[h(0x87)](h(0x89));});a73a();import a73e from'./get.command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x86;let f=c[d];return f;},a73d(a,b);}function a73c(){const k=['7716860NDwCPy','10670110nfDBHe','toString','fsi','search','207sceptk','(((.+)+)+)+$','getGlobalConfig','exit','error','maka\x20get:global-config','create','112mwJBmi','1481909pimLxE','constructor','457416EUSrdw','2532rHwvrp','60534jkTkgH','11pEuDYx','log','1116QNRrmf','global-config','apply','2014372sSyvvD','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file'];a73c=function(){return k;};return a73c();}import{Command}from'../../command.js';Command[a73i(0x8e)]({'name':a73i(0x98),'usage':a73i(0x8d),'aliases':['gc'],'shortDesc':a73i(0x9b),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x86)][j(0x8a)]();console[j(0x96)](a),process['exit'](0x0);}catch(b){console[j(0x8c)](b),process[j(0x8b)](0x0);}},a73e);
1
+ function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1bc;let f=c[d];return f;},a73d(a,b);}const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x1cf))/0x1*(parseInt(f(0x1cb))/0x2)+parseInt(f(0x1bf))/0x3+-parseInt(f(0x1d0))/0x4+parseInt(f(0x1d1))/0x5*(parseInt(f(0x1be))/0x6)+parseInt(f(0x1cd))/0x7*(-parseInt(f(0x1c0))/0x8)+parseInt(f(0x1bd))/0x9*(parseInt(f(0x1c3))/0xa)+-parseInt(f(0x1cc))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x627df));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x1ca)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a['toString']()[h(0x1c6)](h(0x1c9))[h(0x1c4)]()[h(0x1d2)](a73a)['search'](h(0x1c9));});a73a();import a73e from'./get.command.js';function a73c(){const k=['1134600gufIip','25dnnHoK','constructor','global-config','create','90225tfIOCy','340854pQZIdN','2003391BIWsOs','9528BFIOoF','log','exit','770RmcMtP','toString','error','search','fsi','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','(((.+)+)+)+$','apply','180FSmMOW','2669656KTSTFh','3696EDiFjw','maka\x20get:global-config','1835wKKaFI'];a73c=function(){return k;};return a73c();}import{Command}from'../../command.js';Command[a73i(0x1bc)]({'name':a73i(0x1d3),'usage':a73i(0x1ce),'aliases':['gc'],'shortDesc':a73i(0x1c8),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x1c7)]['getGlobalConfig']();console[j(0x1c1)](a),process['exit'](0x0);}catch(b){console[j(0x1c5)](b),process[j(0x1c2)](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x8d))/0x1*(parseInt(f(0x83))/0x2)+-parseInt(f(0x85))/0x3*(parseInt(f(0x7b))/0x4)+-parseInt(f(0x7e))/0x5*(parseInt(f(0x7c))/0x6)+-parseInt(f(0x80))/0x7+-parseInt(f(0x89))/0x8+parseInt(f(0x90))/0x9+parseInt(f(0x8e))/0xa*(parseInt(f(0x8c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xd70c2));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x8a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x82)]()['search'](h(0x7f))['toString']()[h(0x87)](a74a)[h(0x88)](h(0x7f));});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x7a;let f=c[d];return f;},a74d(a,b);}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x8f)]({'name':a74i(0x7d),'usage':a74i(0x7a),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x8b),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x86)][j(0x81)]();console[j(0x84)](a);},a74e);function a74c(){const k=['2398512KjQooE','log','3rqSBjh','fsi','constructor','search','4574384SYbsdy','apply','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','7483861qnDJhq','1sXrlZP','20NukkbR','create','3096990DErgnL','maka\x20get:local-config','2651596JqxQdt','6PutKpT','local-config','964165NjgFop','(((.+)+)+)+$','4169928sMUpRu','getMakaProjectConfig','toString'];a74c=function(){return k;};return a74c();}
1
+ const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x16f))/0x1*(-parseInt(f(0x167))/0x2)+parseInt(f(0x171))/0x3*(-parseInt(f(0x166))/0x4)+parseInt(f(0x16b))/0x5+parseInt(f(0x160))/0x6+parseInt(f(0x16c))/0x7+-parseInt(f(0x168))/0x8+parseInt(f(0x16d))/0x9*(-parseInt(f(0x164))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x6e6e3));function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x15f;let f=c[d];return f;},a74d(a,b);}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x170)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x163)]()[h(0x169)]('(((.+)+)+)+$')[h(0x163)]()['constructor'](a74a)['search']('(((.+)+)+)+$');});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';function a74c(){const k=['2746038tajGvB','log','getMakaProjectConfig','toString','61010XpTiOL','local-config','4RBfufq','140ISVNeR','1327360rTvYbV','search','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','334615zUoxNx','4835894nIFAWy','45LOWxui','maka\x20get:local-config','1232JDQLIT','apply','1441350hUHkCP','fsi'];a74c=function(){return k;};return a74c();}Command['create']({'name':a74i(0x165),'usage':a74i(0x16e),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x16a),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x15f)][j(0x162)]();console[j(0x161)](a);},a74e);
@@ -1 +1 @@
1
- const a75i=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0x1b3))/0x1+-parseInt(g(0x1a1))/0x2+parseInt(g(0x1a4))/0x3*(parseInt(g(0x1b0))/0x4)+-parseInt(g(0x199))/0x5*(parseInt(g(0x198))/0x6)+parseInt(g(0x1a8))/0x7*(-parseInt(g(0x1a6))/0x8)+-parseInt(g(0x1ae))/0x9+parseInt(g(0x1af))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x24cb1));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']()[h(0x1a2)]('(((.+)+)+)+$')[h(0x19f)]()['constructor'](a75a)[h(0x1a2)](h(0x19d));});function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x198;let f=c[d];return f;},a75d(a,b);}a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';function a75c(){const k=['silent','269822qTRHUU','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','decode','1289262scaSEp','5YgjTiy','getGlobalConfig','hash','whoami','(((.+)+)+)+$','join','toString','maka\x20get:whoami','577764JpgcxL','search','User\x20Access\x20Token:\x20\x20','3OfaGqk','authToken','377984DkKIfN','error','14rCvVTw','token','notice','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','roles','1774134UgCQBG','9828090OdzwAW','932396Dsbhrw','fsi'];a75c=function(){return k;};return a75c();}Command['create']({'name':a75i(0x19c),'usage':a75i(0x1a0),'shortDesc':a75i(0x1b4),'validOpts':[a75i(0x1b2)]},async function(a,b){const j=a75i;try{const c=await this[j(0x1b1)][j(0x19a)]();let d=null;return c[j(0x19b)]&&(d=await a75f[j(0x1b5)](c['hash']),!b[j(0x1b2)]&&(Log[j(0x1aa)](j(0x1ac)+d?.['user']),Log[j(0x1aa)](j(0x1ab)+c['token']?.['userId']),Log[j(0x1aa)](j(0x1a3)+c[j(0x1a9)]?.[j(0x1a5)]),Log['notice']('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.[j(0x1ad)][j(0x19e)](',\x20')))),c;}catch(f){Log[j(0x1a7)](f),process['exit'](0x1);}},a75e);
1
+ function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0xf6;let f=c[d];return f;},a75d(a,b);}const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0x103))/0x1*(parseInt(g(0x10b))/0x2)+-parseInt(g(0x10c))/0x3+parseInt(g(0xff))/0x4+parseInt(g(0xf8))/0x5+-parseInt(g(0x106))/0x6+-parseInt(g(0x10d))/0x7+parseInt(g(0xf7))/0x8*(parseInt(g(0x101))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xc064d));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0xfb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x104)]()[i(0x107)](i(0x10f))['toString']()[i(0x111)](a75a)[i(0x107)](i(0x10f));});a75a();import a75e from'./get.command.js';function a75c(){const l=['9OWQolH','userId','1vaVjbK','toString','decode','4061862ApYvvO','search','hash','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','authToken','2093576tacqMJ','717132JVrAWM','10523373CpUQfw','silent','(((.+)+)+)+$','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','constructor','join','token','4832312iibOnM','6539260hCoOzO','error','exit','apply','create','notice','fsi','994904eucYqD','getGlobalConfig'];a75c=function(){return l;};return a75c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command[a75j(0xfc)]({'name':'whoami','usage':'maka\x20get:whoami','shortDesc':a75j(0x110),'validOpts':['silent']},async function(a,b){const k=a75j;try{const c=await this[k(0xfe)][k(0x100)]();let d=null;return c[k(0x108)]&&(d=await a75f[k(0x105)](c['hash']),!b[k(0x10e)]&&(Log[k(0xfd)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.['user']),Log[k(0xfd)](k(0x109)+c[k(0xf6)]?.[k(0x102)]),Log[k(0xfd)]('User\x20Access\x20Token:\x20\x20'+c[k(0xf6)]?.[k(0x10a)]),Log['notice']('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.['roles'][k(0x112)](',\x20')))),c;}catch(f){Log[k(0xf9)](f),process[k(0xfa)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76h=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x1e3))/0x1*(parseInt(f(0x1e1))/0x2)+parseInt(f(0x1e2))/0x3*(-parseInt(f(0x1db))/0x4)+-parseInt(f(0x1e7))/0x5*(parseInt(f(0x1e5))/0x6)+parseInt(f(0x1df))/0x7+parseInt(f(0x1e9))/0x8+parseInt(f(0x1e0))/0x9+parseInt(f(0x1e8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x888e4));var a76b=(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;};}()),a76a=a76b(this,function(){var g=a76d;return a76a[g(0x1de)]()[g(0x1ea)](g(0x1e4))[g(0x1de)]()[g(0x1e6)](a76a)[g(0x1ea)]('(((.+)+)+)+$');});function a76c(){var i=['2ywTgFA','993417azwGop','686312gfpZLM','(((.+)+)+)+$','66SrKRZD','constructor','200415iuPTbo','924250uxQlho','418448dVkkOu','search','8pUjujS','create','help','toString','1523046bzKhuz','5525118AOuhFP'];a76c=function(){return i;};return a76c();}a76a();import{Command}from'../command.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x1db;var f=c[d];return f;},a76d(a,b);}import{UsageError}from'../error.js';Command[a76h(0x1dc)]({'name':a76h(0x1dd),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ var a76h=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x176))/0x1+-parseInt(f(0x173))/0x2*(-parseInt(f(0x16d))/0x3)+-parseInt(f(0x170))/0x4*(-parseInt(f(0x174))/0x5)+parseInt(f(0x175))/0x6+parseInt(f(0x168))/0x7*(-parseInt(f(0x178))/0x8)+parseInt(f(0x171))/0x9+parseInt(f(0x16e))/0xa*(-parseInt(f(0x16a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xe38df));function a76c(){var i=['55uSoYoM','Try,\x20maka\x20--help','constructor','1827207qJaQbh','7235720idGMnt','search','5036pEJXAj','8801190VxaxUz','(((.+)+)+)+$','4ttZwxc','5690YijbLR','11135274erUiOu','273616wOhsMI','toString','8ZMUNEI','help','4627910wYPUIA','create'];a76c=function(){return i;};return a76c();}function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x168;var f=c[d];return f;},a76d(a,b);}var a76b=(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;};}()),a76a=a76b(this,function(){var g=a76d;return a76a[g(0x177)]()[g(0x16f)](g(0x172))[g(0x177)]()[g(0x16c)](a76a)[g(0x16f)](g(0x172));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76h(0x169)]({'name':a76h(0x179),'description':a76h(0x16b),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77D=a77d;(function(a,b){const A=a77d,c=a();while(!![]){try{const d=parseInt(A(0xe9))/0x1*(-parseInt(A(0xbf))/0x2)+parseInt(A(0xdf))/0x3+parseInt(A(0xec))/0x4*(-parseInt(A(0xcd))/0x5)+-parseInt(A(0xde))/0x6+-parseInt(A(0xd3))/0x7*(parseInt(A(0x102))/0x8)+parseInt(A(0x108))/0x9+parseInt(A(0xe1))/0xa*(parseInt(A(0xee))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x8d814));function a77c(){const G=['Downloading\x20Meteor\x20','force','notice','search','51534BRDIry','Meteor\x20version\x20','package-metadata','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','meteor.tar.gz','Error\x20extracting\x20meteor.tar.gz\x20file','packages','-rf','meteor','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','maka\x20install\x20meteor\x20--version\x202.13.3','1044606OzVNMN','2669223zjRZxf','arm64','150JczvzW','maka\x20i','constructor','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','success','windows','\x20is\x20not\x20available.','getuid','12233VAUrSy','Aborting\x20install','arch','4684LYywZV','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x20\x20','461351fKuIYz','\x20from\x20','slice','error','\x20is\x20not\x20available,\x20trying\x20','toString','checkAvailability','maka\x20install\x20meteor','exit','grep','version','keepInstallFile','join','isFile','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','install','data','create','existsSync','platform','824iIBYiZ','Using\x20CA\x20Cert\x20','downloadFile','getMeteorExePath','Cleaning\x20up','getMeteorInstallPath','4665933Rueuiu','linux','cert','maka\x20install','replace','Aborted','x86_64','warn','homedir','cacert','apply','https://packages.meteor.com/bootstrap-link?arch=os.','RELEASE=','timeout','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','34rOdtNn','info','NO_NODE_WARNINGS','withSpinner','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','confirm','&release=','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','\x20is\x20available.','includes','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','getGlobalConfig','fsi','get','1355sFShet','https://install.meteor.com'];a77c=function(){return G;};return a77c();}const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a77d;if(c){const e=c[B(0xba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const C=a77d;return a77a['toString']()[C(0xd2)]('(((.+)+)+)+$')[C(0xf3)]()[C(0xe3)](a77a)['search']('(((.+)+)+)+$');});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xb6;let f=c[d];return f;},a77d(a,b);}const homeDir=a77e[a77D(0xb8)]();function isRoot(){const E=a77D;return process['getuid']&&process[E(0xe8)]()===0x0;}Command[a77D(0xff)]({'name':a77D(0xfd),'aliases':['i'],'validOpts':[a77D(0xd0),a77D(0xf8),a77D(0xb9),a77D(0xf9),a77D(0xbd)],'usage':a77D(0x10b),'shortDesc':a77D(0xdc),'description':a77D(0xed),'examples':[a77D(0xf5),'maka\x20install\x20meteor\x20--force',a77D(0xdd),a77D(0xe2)]},async function(a,b){const F=a77D;try{let c='';if(b[F(0xb9)]){if(this[F(0xcb)]['isFile'](b[F(0xb9)]))Log['notice'](F(0x103)+b[F(0xb9)]),c=b[F(0xb9)];else throw F(0xc9)+c;}const d=await this[F(0xcb)][F(0xca)]();if(d[F(0x10a)]){if(this[F(0xcb)][F(0xfb)](d[F(0x10a)]))c=d[F(0x10a)];else throw F(0xe4)+c;}let f=![];if(b['f']||b[F(0xd0)])f=!![];else{const p=isRoot();p?(Log[F(0xb7)](F(0xd6)),f=await Actions[F(0xc4)]('Proceed\x20anyway?',![])):f=!![];}if(!f)throw F(0x10d);const g=await HTTPS[F(0xcc)]({'url':F(0xce),'cert':c}),h=await this[F(0xcb)][F(0xf7)](g[F(0xfe)],F(0xbc));if(h['length']===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process['env'][F(0xc1)]='1';let i=b[F(0xf8)]?b[F(0xf8)]:h[0x0][F(0x10c)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,'');Log['notice']('Preparing\x20to\x20install\x20Meteor\x20'+i);const j={'win32':F(0xe6),'darwin':'osx','linux':F(0x109)};let k=F(0xbb)+j[a77e[F(0x101)]()]+'.'+(a77e[F(0xeb)]()===F(0xe0)?F(0xe0):F(0xb6))+F(0xc5)+i,l=await HTTPS[F(0xf4)]({'url':k,'cert':c});if(!l&&i[F(0xc8)]('-')){const q=i['split']('-'),r=q[0x0],s=q[F(0xf0)](0x1)[F(0xfa)]('-'),t=r[F(0x10c)](/\.0+$/,'');Log[F(0xb7)]('Meteor\x20version\x20'+i+F(0xf2)+t+'-'+s);const u=F(0xbb)+j[a77e[F(0x101)]()]+'.'+(a77e[F(0xeb)]()===F(0xe0)?'arm64':'x86_64')+F(0xc5)+t+'-'+s;l=await HTTPS[F(0xf4)]({'url':u,'cert':c}),l&&(i=t+'-'+s,k=u);}!l?(Log[F(0xf1)](F(0xd4)+i+F(0xe7)),process[F(0xf6)](0x0)):Log[F(0xd1)]('Meteor\x20version\x20'+i+F(0xc7));const m=this[F(0xcb)][F(0x107)](),n=this[F(0xcb)][F(0x105)](),o=this['fsi']['getUserDataDirectory']();if(a77g[F(0x100)](n)){let v=![];b['f']||b['force']?v=!![]:v=await Actions[F(0xc4)](F(0xc3),![]),v?(await SpawnAsync['withSpinner']('rm',[F(0xda),a77f['join'](m,F(0xd9))],{'message':F(0xc6)}),await SpawnAsync['withSpinner']('rm',[F(0xda),a77f[F(0xfa)](m,F(0xd5))],{'message':F(0xfc)}),await SpawnAsync['withSpinner']('rm',[F(0xda),a77f[F(0xfa)](m,F(0xdb))],{'message':F(0xbe)})):(Log[F(0xc0)](F(0xea)),process[F(0xf6)](0x0));}try{Log['notice'](F(0xcf)+i+F(0xef)+k),await HTTPS[F(0x104)]({'url':k,'destPath':a77f['join'](homeDir,'meteor.tar.gz'),'cert':c,'timeout':b[F(0xbd)]?parseInt(b[F(0xbd)])*0x3e8:0x493e0});try{const w=a77f[F(0xfa)](homeDir,F(0xd7));await this[F(0xcb)]['extractTarGz'](w,o);}catch(x){Log[F(0xf1)](F(0xd8));}}catch(y){console[F(0xf1)](y),process['exit'](0x1);}finally{!b[F(0xf9)]&&await SpawnAsync[F(0xc2)]('rm',[F(0xda),a77f[F(0xfa)](homeDir,'meteor.tar.gz')],{'message':F(0x106)});}Log[F(0xe5)]('Meteor\x20version\x20'+i+'\x20installed.\x0a'),process[F(0xf6)](0x0);}catch(z){console[F(0xf1)](z),process[F(0xf6)](0x1);}});
1
+ const a77D=a77d;(function(a,b){const A=a77d,c=a();while(!![]){try{const d=parseInt(A(0x16e))/0x1*(parseInt(A(0x16b))/0x2)+-parseInt(A(0x148))/0x3+parseInt(A(0x172))/0x4*(-parseInt(A(0x13b))/0x5)+parseInt(A(0x133))/0x6+-parseInt(A(0x124))/0x7+parseInt(A(0x121))/0x8+parseInt(A(0x126))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xdb5d2));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a77d;if(c){const e=c[B(0x15b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const C=a77d;return a77a[C(0x12c)]()[C(0x151)]('(((.+)+)+)+$')[C(0x12c)]()[C(0x164)](a77a)[C(0x151)]('(((.+)+)+)+$');});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x11d;let f=c[d];return f;},a77d(a,b);}const homeDir=a77e[a77D(0x12f)]();function a77c(){const F=['cert','getUserDataDirectory','package-metadata','force','env','slice','constructor','x86_64','checkAvailability','getMeteorInstallPath','&release=','https://install.meteor.com','Aborting\x20install','6YmGfnR','\x20is\x20not\x20available.','getMeteorExePath','353810qAJoby','\x20is\x20available.','Meteor\x20version\x20','platform','12GESpHi','https://packages.meteor.com/bootstrap-link?arch=os.','error','Aborted','cacert','3642048zsjBvr','confirm','timeout','4474484hBplUK','install','19769103kxjWmd','-rf','Error\x20extracting\x20meteor.tar.gz\x20file','maka\x20install\x20meteor\x20--force','getGlobalConfig','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','toString','linux','extractTarGz','homedir','maka\x20install','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','\x20is\x20not\x20available,\x20trying\x20','4607874dIJaji','replace','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','join','RELEASE=','info','split','packages','2853765pLKPtz','exit','data','downloadFile','arch','arm64','osx','version','Downloading\x20Meteor\x20','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','length','windows','create','3693741MnSRSQ','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','keepInstallFile','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x20\x20','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','warn','fsi','maka\x20install\x20meteor\x20--version\x202.13.3','grep','search','Cleaning\x20up','\x20installed.\x0a','success','maka\x20i','\x20from\x20','Network\x20error,\x20please\x20try\x20again.','withSpinner','Preparing\x20to\x20install\x20Meteor\x20','meteor.tar.gz','apply','notice','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)'];a77c=function(){return F;};return a77c();}function isRoot(){return process['getuid']&&process['getuid']()===0x0;}Command[a77D(0x147)]({'name':a77D(0x125),'aliases':['i'],'validOpts':[a77D(0x161),a77D(0x142),a77D(0x120),'keepInstallFile',a77D(0x123)],'usage':a77D(0x130),'shortDesc':a77D(0x14c),'description':a77D(0x14b),'examples':['maka\x20install\x20meteor',a77D(0x129),a77D(0x14f),a77D(0x155)]},async function(a,b){const E=a77D;try{let c='';if(b['cacert']){if(this['fsi']['isFile'](b[E(0x120)]))Log[E(0x15c)]('Using\x20CA\x20Cert\x20'+b['cacert']),c=b[E(0x120)];else throw E(0x144)+c;}const d=await this['fsi'][E(0x12a)]();if(d[E(0x15e)]){if(this[E(0x14e)]['isFile'](d[E(0x15e)]))c=d[E(0x15e)];else throw E(0x135)+c;}let f=![];if(b['f']||b[E(0x161)])f=!![];else{const p=isRoot();p?(Log[E(0x14d)](E(0x149)),f=await Actions[E(0x122)]('Proceed\x20anyway?',![])):f=!![];}if(!f)throw E(0x11f);const g=await HTTPS['get']({'url':E(0x169),'cert':c}),h=await this[E(0x14e)][E(0x150)](g[E(0x13d)],E(0x137));if(h[E(0x145)]===0x0)throw E(0x157);process[E(0x162)]['NO_NODE_WARNINGS']='1';let i=b[E(0x142)]?b['version']:h[0x0][E(0x134)](/[^0-9.]/gi,'')[E(0x134)](/\r?\n|\r/,'');Log[E(0x15c)](E(0x159)+i);const j={'win32':E(0x146),'darwin':E(0x141),'linux':E(0x12d)};let k=E(0x11d)+j[a77e[E(0x171)]()]+'.'+(a77e[E(0x13f)]()===E(0x140)?E(0x140):E(0x165))+'&release='+i,l=await HTTPS[E(0x166)]({'url':k,'cert':c});if(!l&&i['includes']('-')){const q=i[E(0x139)]('-'),r=q[0x0],s=q[E(0x163)](0x1)[E(0x136)]('-'),t=r[E(0x134)](/\.0+$/,'');Log[E(0x14d)]('Meteor\x20version\x20'+i+E(0x132)+t+'-'+s);const u=E(0x11d)+j[a77e[E(0x171)]()]+'.'+(a77e['arch']()===E(0x140)?E(0x140):E(0x165))+E(0x168)+t+'-'+s;l=await HTTPS['checkAvailability']({'url':u,'cert':c}),l&&(i=t+'-'+s,k=u);}!l?(Log[E(0x11e)]('Meteor\x20version\x20'+i+E(0x16c)),process[E(0x13c)](0x0)):Log[E(0x15c)](E(0x170)+i+E(0x16f));const m=this[E(0x14e)][E(0x167)](),n=this[E(0x14e)][E(0x16d)](),o=this['fsi'][E(0x15f)]();if(a77g['existsSync'](n)){let v=![];b['f']||b['force']?v=!![]:v=await Actions[E(0x122)](E(0x12b),![]),v?(await SpawnAsync[E(0x158)]('rm',[E(0x127),a77f[E(0x136)](m,E(0x13a))],{'message':E(0x15d)}),await SpawnAsync[E(0x158)]('rm',[E(0x127),a77f['join'](m,E(0x160))],{'message':E(0x131)}),await SpawnAsync[E(0x158)]('rm',[E(0x127),a77f['join'](m,'meteor')],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log[E(0x138)](E(0x16a)),process[E(0x13c)](0x0));}try{Log['notice'](E(0x143)+i+E(0x156)+k),await HTTPS[E(0x13e)]({'url':k,'destPath':a77f[E(0x136)](homeDir,'meteor.tar.gz'),'cert':c,'timeout':b[E(0x123)]?parseInt(b[E(0x123)])*0x3e8:0x493e0});try{const w=a77f[E(0x136)](homeDir,E(0x15a));await this[E(0x14e)][E(0x12e)](w,o);}catch(x){Log[E(0x11e)](E(0x128));}}catch(y){console[E(0x11e)](y),process[E(0x13c)](0x1);}finally{!b[E(0x14a)]&&await SpawnAsync[E(0x158)]('rm',[E(0x127),a77f[E(0x136)](homeDir,E(0x15a))],{'message':E(0x152)});}Log[E(0x154)](E(0x170)+i+E(0x153)),process[E(0x13c)](0x0);}catch(z){console['error'](z),process[E(0x13c)](0x1);}});
@@ -1 +1 @@
1
- function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0xb5;let f=c[d];return f;},a78d(a,b);}const a78m=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0xdc))/0x1*(-parseInt(j(0xd6))/0x2)+-parseInt(j(0xdb))/0x3*(-parseInt(j(0xd9))/0x4)+parseInt(j(0xc1))/0x5*(-parseInt(j(0xde))/0x6)+parseInt(j(0xc6))/0x7*(parseInt(j(0xc3))/0x8)+-parseInt(j(0xd8))/0x9*(-parseInt(j(0xb9))/0xa)+parseInt(j(0xe0))/0xb+-parseInt(j(0xc2))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x9fb23));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0xcf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a[l(0xbb)]()[l(0xbc)](l(0xdd))['toString']()[l(0xbe)](a78a)['search']('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a78c(){const o=['402830SXXWub','config','toString','search','isFile','constructor','maka\x20jsdoc\x20--init','plugins/markdown','1765dTtXSR','5535360zRTyur','13616VUTicL','sep','app/public','189kkqLCy','maka\x20jsdoc','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','utf-8','inherit','\x20-r\x20app','pathFromProject','writeFileSync','stringify','apply','create','join','jsdoc','logNotice','closure','jsdoc-config.json','1050JOfhjK','logError','9QnntYW','299228EiEzwC','Running\x20','27eMXywj','461fOgXOa','(((.+)+)+)+$','6582OyQCYV','\x20-c\x20','5512221aoIlOT','stop','fsi','\x0a[+]\x20Documentation\x20written\x20to\x20','app/packages'];a78c=function(){return o;};return a78c();}Command[a78m(0xd0)]({'name':a78m(0xd2),'usage':a78m(0xc7),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a78m(0xbf),'maka\x20jsdoc'],'validOpts':[]},function(){const n=a78m,a=a78e['join'](this[n(0xb6)][n(0xcc)]({}),'docs'+a78e[n(0xc4)]),b=a78e[n(0xd1)](this[n(0xb6)][n(0xcc)]({}),n(0xba),n(0xd5)),c=this[n(0xb6)]['pathFromProject']({}),d=n(0xd2);if(!this[n(0xbd)](b)){const g={'plugins':[n(0xc0)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0xd2),n(0xd4)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[n(0xb8),'app/node_modules',n(0xc5),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xc9)}};a78f[n(0xcd)](b,JSON[n(0xce)](g,null,0x4));}const f=this['logWithSpinner'](n(0xda)+d);try{const h=d+n(0xdf)+b+n(0xcb)+a78e[n(0xc4)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0xca)}),this[n(0xd3)](n(0xb7)+a);}catch(i){this[n(0xd7)](i),this[n(0xd7)](n(0xc8));}finally{f[n(0xb5)]();}});
1
+ const a78l=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0xa1))/0x1*(-parseInt(j(0xa2))/0x2)+parseInt(j(0xad))/0x3+-parseInt(j(0xab))/0x4+-parseInt(j(0x99))/0x5*(-parseInt(j(0xa0))/0x6)+-parseInt(j(0x91))/0x7*(parseInt(j(0x8a))/0x8)+parseInt(j(0x90))/0x9+-parseInt(j(0x8d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x925c4));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(0xaa)]()[k(0x97)](k(0xa4))['toString']()[k(0xa9)](a78a)['search'](k(0xa4));});function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x89;let f=c[d];return f;},a78d(a,b);}a78a();function a78c(){const n=['27415710OaDpba','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','logWithSpinner','9539667ZdDgGg','735GPwEbJ','\x20-d\x20','plugins/markdown','closure','app/node_modules','\x20-c\x20','search','jsdoc','165dpXXFy','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','\x20-r\x20app','maka\x20jsdoc\x20--init','create','\x0a[+]\x20Documentation\x20written\x20to\x20','maka\x20jsdoc','196206gKcPQn','459617tFQMNm','4thiILk','inherit','(((.+)+)+)+$','stringify','sep','.+\x5c.(j|t)s(doc|x)?$','utf-8','constructor','toString','416944VbrYfd','app/packages','1863042fSSJME','app/public','docs','pathFromProject','app/private','17832OfcRRM','logError','fsi'];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(0x9d)]({'name':a78l(0x98),'usage':a78l(0x9f),'mustBeInMakaProject':!![],'shortDesc':a78l(0x8e),'examples':[a78l(0x9c),a78l(0x9f)],'validOpts':[]},function(){const m=a78l,a=a78e['join'](this[m(0x8c)][m(0xb0)]({}),m(0xaf)+a78e[m(0xa6)]),b=a78e['join'](this[m(0x8c)][m(0xb0)]({}),'config','jsdoc-config.json'),c=this[m(0x8c)][m(0xb0)]({}),d='jsdoc';if(!this['isFile'](b)){const g={'plugins':[m(0x93)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x98),m(0x94)]},'source':{'includePattern':m(0xa7),'excludePattern':m(0x9a),'exclude':[m(0xac),m(0x95),m(0xae),m(0x89)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0xa8)}};a78f['writeFileSync'](b,JSON[m(0xa5)](g,null,0x4));}const f=this[m(0x8f)]('Running\x20'+d);try{const h=d+m(0x96)+b+m(0x9b)+a78e[m(0xa6)]+m(0x92)+a;execSync(h,{'cwd':c,'stdio':m(0xa3)}),this['logNotice'](m(0x9e)+a);}catch(i){this[m(0x8b)](i),this[m(0x8b)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f['stop']();}});