@maka/maka-cli 5.0.1 → 5.0.3

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 (166) 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/templates/react/component/component.js.jsx +1 -1
  145. package/bundle/obf/src/templates/react/component/component.js.tsx +1 -1
  146. package/bundle/obf/src/templates/react/hook/hook.js.tsx +1 -1
  147. package/bundle/obf/src/tool.js +1 -1
  148. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  149. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  150. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  151. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  152. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  153. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  154. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  155. package/bundle/obf/src/tools/https/https.class.js +1 -1
  156. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  157. package/bundle/obf/src/tools/log/log.class.js +1 -1
  158. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  159. package/bundle/obf/src/tools/options/options.class.js +1 -1
  160. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  161. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  162. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  163. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  164. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  165. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  166. package/package.json +1 -1
@@ -1 +1 @@
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
+ var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x1ca))/0x1+-parseInt(f(0x1c4))/0x2*(-parseInt(f(0x1d7))/0x3)+parseInt(f(0x1c0))/0x4*(parseInt(f(0x1d4))/0x5)+parseInt(f(0x1d8))/0x6+parseInt(f(0x1cb))/0x7*(parseInt(f(0x1e6))/0x8)+-parseInt(f(0x1cf))/0x9*(-parseInt(f(0x1e2))/0xa)+-parseInt(f(0x1e4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x629a3));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1bb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0x1e9)](h(0x1c3))[h(0x1dd)]()[h(0x1c8)](a58a)['search'](h(0x1c3));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[i(0x1c1)],'shape':Shape[i(0x1c7)],'color':Color[i(0x1ba)],'texture':Texture[i(0x1de)],'rating':Rating[i(0x1bc)],'weight':0x1});}[a58j(0x1dc)](){var k=a58j;return this[k(0x1ea)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x1cc)],'category':Category[l(0x1d5)],'shape':Shape[l(0x1ec)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[l(0x1bc)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x1e3)],'category':Category[m(0x1d5)],'shape':Shape[m(0x1e7)],'color':Color[m(0x1bf)],'texture':Texture['Metallic'],'rating':Rating[m(0x1d1)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x1cc)],'category':Category[n(0x1ed)],'shape':Shape[n(0x1e8)],'color':Color[n(0x1e0)],'texture':Texture[n(0x1d9)],'rating':Rating[n(0x1bc)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x1e3)],'category':Category[o(0x1c9)],'shape':Shape[o(0x1c7)],'color':Color[o(0x1e0)],'texture':Texture[o(0x1d9)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x1cc)],'category':Category[p(0x1d2)],'shape':Shape[p(0x1c7)],'color':Color[p(0x1e0)],'texture':Texture[p(0x1d9)],'rating':Rating[p(0x1bc)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x1cc)],'category':Category[q(0x1be)],'shape':Shape['Circle'],'color':Color[q(0x1bf)],'texture':Texture[q(0x1de)],'rating':Rating[q(0x1bc)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x1c2)],'category':Category[r(0x1ef)],'shape':Shape[r(0x1e8)],'color':Color[r(0x1bf)],'texture':Texture[r(0x1de)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x1cc)],'category':Category[s(0x1c5)],'shape':Shape[s(0x1c7)],'color':Color[s(0x1e0)],'texture':Texture[s(0x1d9)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[t(0x1e1)],'shape':Shape[t(0x1c7)],'color':Color[t(0x1ba)],'texture':Texture[t(0x1de)],'rating':Rating[t(0x1bc)],'weight':0x0});}['use'](){var u=a58j;return u(0x1d0);}}export class Weapon extends Item{constructor(a,b){var v=a58j;super({'name':a,'description':b,'size':Size[v(0x1cc)],'category':Category[v(0x1d5)],'shape':Shape[v(0x1ec)],'color':Color[v(0x1e0)],'texture':Texture[v(0x1d9)],'rating':Rating[v(0x1bc)],'weight':0x3});}[a58j(0x1dc)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a58j(0x1d6)];['publishDate'];[a58j(0x1e5)];constructor(a,b='A\x20mysterious\x20book.',c=a58j(0x1eb)){var w=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Book'],'shape':Shape[w(0x1c7)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[w(0x1bc)],'weight':0x1}),this['author']=c,this['publishDate']=new Date(),this[w(0x1e5)]=0x64;}[a58j(0x1dc)](){var x=a58j;return x(0x1b9);}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1b6;var f=c[d];return f;},a58d(a,b);}export class ShortSword extends Item{constructor(){var y=a58j;super({'name':'Short\x20Sword','description':y(0x1ee),'size':Size['Medium'],'category':Category[y(0x1d5)],'shape':Shape['Blade'],'color':Color[y(0x1e0)],'texture':Texture[y(0x1d9)],'rating':Rating[y(0x1bc)],'weight':0x3});}['use'](){var z=a58j;return z(0x1ce);}}export class SniperRifle extends Item{constructor(){var A=a58j;super({'name':A(0x1d3),'description':'An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','size':Size['Large'],'category':Category['Weapon'],'shape':Shape['Rifle'],'color':Color[A(0x1bf)],'texture':Texture['Smooth'],'rating':Rating[A(0x1bc)],'weight':0x5});}[a58j(0x1dc)](){var B=a58j;return B(0x1b7);}}export class HolyGrail extends Item{constructor(){var C=a58j;super({'name':C(0x1bd),'description':C(0x1b6),'size':Size[C(0x1c2)],'category':Category[C(0x1da)],'shape':Shape[C(0x1e8)],'color':Color[C(0x1b8)],'texture':Texture[C(0x1d9)],'rating':Rating[C(0x1df)],'weight':0x1});}['use'](){var D=a58j;return D(0x1c6)+this[D(0x1db)]+D(0x1cd);}}function a58c(){var E=['Common','Holy\x20Grail','Boots','Brown','12gstHqp','Unknown','Small','(((.+)+)+)+$','4XFGhOG','ArmArmor','You\x20hold\x20the\x20','Rectangle','constructor','BodyArmor','304326jTQvMX','35HkUDwE','Medium','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','117edZZJr','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Rare','LegArmor','Sniper\x20Rifle','823265RbTjll','Weapon','author','922191CpOJBZ','580356vUeJPI','Metallic','Cup','name','use','toString','Smooth','Legendary','Grey','Key','71830neInpj','Large','11206382SyhPGP','pageCount','684968HUURrj','Rifle','Circle','search','description','Unknown\x20Author','Blade','Helmet','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Gloves','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Gold','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Yellow','apply'];a58c=function(){return E;};return a58c();}
@@ -1 +1 @@
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
+ const a60h=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x10e))/0x1*(parseInt(f(0xe3))/0x2)+-parseInt(f(0x10b))/0x3+-parseInt(f(0xd2))/0x4*(parseInt(f(0xef))/0x5)+-parseInt(f(0xc3))/0x6+parseInt(f(0x12c))/0x7+parseInt(f(0xed))/0x8+parseInt(f(0xf2))/0x9*(parseInt(f(0xf4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x9cda3));function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xbb;let f=c[d];return f;},a60d(a,b);}function a60c(){const i=['The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Secret\x20Passage','434giyRpM','Armory','Amulet\x20of\x20Awakening','Rusted\x20Sword','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','search','creditstick','outside','Ares\x20Predator','9036296NUkEzK','Ancient\x20Gem','5JuGWCT','OUTSIDE','rifle','2061HKxsVq','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','11430audGYX','MCT\x20Fly-Spy','cup','inside','toString','shield','Study','Barrens\x20Entrance','west','key','Gang\x20Insignia','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Watch\x20Tower','CorpSec\x20Plans','Golden\x20Chalice','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','A\x20key\x20stained\x20with\x20old\x20blood.','Treasure\x20Room','Emblem\x20Shield','A\x20long-range\x20weapon.','Encrypted\x20Data\x20Key','east','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','3651603hZMhuG','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','amulet','2086QrfpqT','Corp\x20Enclave','Riddle\x20Book','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Torture\x20Chamber','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Chad\x20the\x20stupid\x20guard','Mage\x27s\x20Lair','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20thin\x20log\x20book','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','EAST','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Guard\x27s\x20Log\x20Book','book','holyGrail','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Matrix\x20Data\x20Haven','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','A\x20small\x20surveillance\x20drone.','NORTH','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Corporate\x20Creditstick','5428192Wmlpab','Entrance\x20Hall','Downtown\x20Seattle','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','A\x20clear\x20glass\x20vial.','A\x20chalice\x20made\x20of\x20pure\x20gold.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','constructor','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Central\x20Chamber','insert\x20gem','release','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','1156722RHHdTS','Sniper\x20Rifle','north','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Library','south','decrypt','drone','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Central\x20Chamber\x20Key','Blood-stained\x20Key','Jackpoint\x20Login','The\x20chest\x20remains\x20firmly\x20shut.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Barrens\x20Hideout','2267788kbgsZv','show\x20loyalty','Nothing\x20happens.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','The\x20data\x20remains\x20encrypted.','(((.+)+)+)+$','Courtyard','Rigger\x27s\x20Workshop','A\x20creditstick\x20loaded\x20with\x20nuyen.','sword','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Golden\x20Key','Holy\x20Grail','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.'];a60c=function(){return i;};return a60c();}const a60b=(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;};}()),a60a=a60b(this,function(){const g=a60d;return a60a[g(0xf8)]()[g(0xe9)](g(0xd8))[g(0xf8)]()[g(0xbd)](a60a)[g(0xe9)](g(0xd8));});a60a();export const rooms=[{'name':a60h(0xc7),'description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':'key','name':a60h(0xde),'description':a60h(0xd6)},{'type':a60h(0x122),'name':a60h(0x121),'description':a60h(0x11d),'content':a60h(0x116)}],'exits':[{'direction':a60h(0x11f),'targetRoom':a60h(0xe2)}]},{'name':a60h(0xe2),'description':a60h(0xbc),'exits':[{'direction':a60h(0x129),'targetRoom':a60h(0x105),'keyRequired':a60h(0xde)},{'direction':'SOUTH','targetRoom':'Courtyard'}]},{'name':a60h(0x105),'description':a60h(0x124),'items':[{'type':a60h(0x123),'name':a60h(0xdf),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60h(0xd9),'description':a60h(0x120),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60h(0x100)}]},{'name':a60h(0x100),'description':a60h(0x12f),'roomType':a60h(0xf0),'puzzle':{'requiredPhrase':'secret123','riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60h(0xf1),'name':a60h(0xc4),'description':a60h(0x107)},'successMessage':a60h(0xe7),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':a60h(0x12d),'description':a60h(0x112),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60h(0x11e),'rewardItem':{'type':a60h(0xfd),'name':a60h(0xcc),'description':a60h(0x127)},'successMessage':a60h(0x103),'failureMessage':a60h(0xd4)},'exits':[{'direction':a60h(0xc5),'targetRoom':a60h(0xfa)},{'direction':'east','targetRoom':'Central\x20Chamber','keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60h(0xfa),'description':a60h(0xe8),'roomType':'inside','items':[{'type':a60h(0x122),'name':a60h(0x110),'description':a60h(0xd0),'content':a60h(0xff)},{'type':a60h(0xfd),'name':a60h(0xcc),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60h(0xc8),'targetRoom':a60h(0x12d)},{'direction':a60h(0x109),'targetRoom':'Alchemy\x20Lab'}]},{'name':'Alchemy\x20Lab','description':a60h(0x114),'roomType':a60h(0xf7),'items':[{'type':'basic','name':'Empty\x20vial','description':a60h(0x130)}],'exits':[{'direction':a60h(0xfc),'targetRoom':a60h(0xfa)},{'direction':a60h(0xc5),'targetRoom':a60h(0xe4)}]},{'name':a60h(0xe4),'description':a60h(0x10a),'roomType':'inside','items':[{'type':a60h(0xf9),'name':a60h(0x106),'description':a60h(0x115)},{'type':a60h(0xdc),'name':a60h(0xe6),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':'south','targetRoom':'Alchemy\x20Lab'},{'direction':a60h(0x109),'targetRoom':a60h(0xbf)}]},{'name':a60h(0xbf),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a60h(0xf7),'exits':[{'direction':a60h(0xfc),'targetRoom':'Armory'},{'direction':'south','targetRoom':a60h(0x12d)},{'direction':a60h(0xc5),'targetRoom':'Torture\x20Chamber'},{'direction':a60h(0x109),'targetRoom':a60h(0x105)}]},{'name':a60h(0x113),'description':a60h(0xdd),'roomType':'inside','items':[{'type':'key','name':a60h(0xcd),'description':a60h(0x104)}],'puzzle':{'requiredPhrase':a60h(0xc1),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':'gem','name':a60h(0xee),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a60h(0xf3),'failureMessage':a60h(0xe1)},'exits':[{'direction':'south','targetRoom':'Central\x20Chamber'}]},{'name':'Treasure\x20Room','description':a60h(0x11b),'roomType':'inside','puzzle':{'requiredPhrase':a60h(0xc0),'riddle':a60h(0x118),'rewardItem':{'type':a60h(0xf6),'name':a60h(0x102),'description':a60h(0xbb)},'successMessage':a60h(0x11c),'failureMessage':a60h(0xcf)},'exits':[{'direction':'west','targetRoom':a60h(0xbf)}]}];export const shadowrunConfig=[{'name':a60h(0xce),'description':a60h(0x111),'isStartRoom':!![],'roomType':a60h(0xf7),'exits':[{'direction':a60h(0xc5),'targetRoom':a60h(0x12e)},{'direction':'up','targetRoom':a60h(0x125)}]},{'name':a60h(0x125),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a60h(0xf7),'puzzle':{'requiredPhrase':a60h(0xc9),'riddle':a60h(0xbe),'rewardItem':{'type':a60h(0xfd),'name':a60h(0x108),'description':a60h(0xd5)},'successMessage':a60h(0x119),'failureMessage':a60h(0xd7)},'exits':[{'direction':'down','targetRoom':a60h(0xce)}]},{'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':a60h(0xeb),'exits':[{'direction':a60h(0xc8),'targetRoom':a60h(0xce)},{'direction':a60h(0x109),'targetRoom':a60h(0xfb)},{'direction':a60h(0xfc),'targetRoom':a60h(0x10f)}]},{'name':'Barrens\x20Entrance','description':a60h(0xcb),'roomType':a60h(0xeb),'puzzle':{'requiredPhrase':a60h(0xd3),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60h(0xfd),'name':a60h(0xfe),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60h(0xfc),'targetRoom':a60h(0x12e)},{'direction':a60h(0xc5),'targetRoom':a60h(0xd1)}]},{'name':a60h(0x10f),'description':a60h(0xc2),'roomType':a60h(0xf7),'items':[{'type':a60h(0xea),'name':a60h(0x12b),'description':a60h(0xdb)},{'type':'document','name':a60h(0x101),'description':a60h(0x126)}],'exits':[{'direction':a60h(0x109),'targetRoom':a60h(0x12e)}]},{'name':'Barrens\x20Hideout','description':a60h(0x10c),'roomType':a60h(0xeb),'items':[{'type':'weapon','name':a60h(0xec),'description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':'south','targetRoom':'Barrens\x20Entrance'},{'direction':a60h(0xc5),'targetRoom':'Mage\x27s\x20Lair'},{'direction':a60h(0x109),'targetRoom':a60h(0xda)}]},{'name':a60h(0x117),'description':a60h(0x11a),'roomType':a60h(0xf7),'puzzle':{'requiredPhrase':'disenchant','riddle':a60h(0xc6),'rewardItem':{'type':a60h(0x10d),'name':a60h(0xe5),'description':a60h(0x12a)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a60h(0xe0)},'exits':[{'direction':a60h(0xc8),'targetRoom':'Barrens\x20Hideout'}]},{'name':'Rigger\x27s\x20Workshop','description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a60h(0xf7),'items':[{'type':a60h(0xca),'name':a60h(0xf5),'description':a60h(0x128)}],'exits':[{'direction':a60h(0xfc),'targetRoom':a60h(0xd1)}]}];
@@ -1 +1 @@
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
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x185))/0x1+-parseInt(f(0x180))/0x2+parseInt(f(0x17c))/0x3*(parseInt(f(0x16f))/0x4)+-parseInt(f(0x18b))/0x5+parseInt(f(0x176))/0x6+-parseInt(f(0x16d))/0x7+-parseInt(f(0x174))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x49056));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x16e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x175)]()['search'](h(0x17d))[h(0x175)]()['constructor'](a61a)[h(0x187)](h(0x17d));});a61a();import{EventEmitter}from'events';function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x165;var f=c[d];return f;},a61d(a,b);}export class AbstractScene{[a61i(0x170)];[a61i(0x18e)];[a61i(0x18c)];[a61i(0x17e)];}export class AbstractRoom extends EventEmitter{[a61i(0x17a)];[a61i(0x188)];[a61i(0x171)];[a61i(0x172)];[a61i(0x173)];[a61i(0x184)];[a61i(0x18d)];}export class AbstractDoor{[a61i(0x17b)];[a61i(0x183)];[a61i(0x181)];[a61i(0x182)];[a61i(0x17a)];[a61i(0x18c)];[a61i(0x169)];}export class AbstractInventory{[a61i(0x167)];['logger'];}function a61c(){var j=['_logger','search','description','_inventory','category','585195FHkMeM','logger','isStartRoom','player','size','_maxCarryingWeight','items','weight','isLockable','shape','_currentLocation','uuid','164675xLpNrr','apply','1864QsXeGC','rooms','exits','inventory','puzzle','3719672harJrr','toString','452070zgKxLE','solved','rating','_playerName','name','roomA','2334iHGSsR','(((.+)+)+)+$','characterLocations','color','148852faDPPQ','isLocked','unlockItemOrSolution','roomB','roomType','541150zqvuyA'];a61c=function(){return j;};return a61c();}export class AbstractItem{[a61i(0x16c)];[a61i(0x17a)];['description'];[a61i(0x165)];[a61i(0x18a)];[a61i(0x16a)];[a61i(0x17f)];['texture'];[a61i(0x178)];[a61i(0x168)];}export class AbstractPlayer{[a61i(0x179)];[a61i(0x16b)];[a61i(0x189)];['_equipment'];[a61i(0x166)];[a61i(0x186)];}export class AbstractPuzzle{[a61i(0x18c)];[a61i(0x177)];}
@@ -1 +1 @@
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
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x1f8))/0x1+parseInt(k(0x1d4))/0x2+-parseInt(k(0x1d8))/0x3+-parseInt(k(0x1de))/0x4*(parseInt(k(0x1df))/0x5)+parseInt(k(0x1db))/0x6+-parseInt(k(0x213))/0x7+parseInt(k(0x1c6))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xa808a));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1c4;var f=c[d];return f;},a62d(a,b);}export var Size;(function(c){var n=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var l=a62d;if(h){var j=h[l(0x1da)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var m=a62d;return e[m(0x216)]()[m(0x214)](m(0x1c5))['toString']()[m(0x1cd)](e)[m(0x214)](m(0x1c5));});e(),c[n(0x1d6)]='tiny',c['Small']='small',c['Medium']=n(0x1d9),c[n(0x212)]='large',c['VeryLarge']='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var o=a62d;a[o(0x1fd)]='common',a[o(0x1d1)]=o(0x1d7),a[o(0x1cb)]=o(0x1e3);}(Rating||(Rating={})));export var Category;function a62c(){var v=['Circle','Book','brown','Grainy','Common','Rough','rough','rifle','down','metallic','CAVE','arm\x20armor','north','inside','ArmArmor','shield','Brown','tower','grey','mountain','bumpy','Weapon','Grey','DESERT','Unknown','Large','6150557TRpJPt','search','INSIDE','toString','Hat','(((.+)+)+)+$','21035824MJdnnZ','OUTSIDE','UNDERGROUND','Metallic','gold','Legendary','Rectangle','constructor','unknown','SOUTH','Green','Rare','TOWER','LegArmor','2376122IKjfPx','outside','Tiny','rare','1717950JmgcVu','medium','apply','3263394BPVkoG','Gold','BodyArmor','2235348pmlKSC','10bVmloT','gloves','Key','leg\x20armor','legendary','Square','Purple','cave','key','green','Fuzzy','square','purple','weapon','NORTH','south','sea','Shield','blue','triangle','FOREST','beach','red','hat','MOUNTAIN','1104197hIHZsY'];a62c=function(){return v;};return a62c();}(function(a){var p=a62d;a[p(0x20e)]=p(0x1ec),a[p(0x1f0)]=p(0x208),a[p(0x1e1)]=p(0x1e7),a['Gloves']=p(0x1e0),a['Helmet']='helmet',a[p(0x1c4)]=p(0x1f6),a['Boots']='boots',a[p(0x1d3)]=p(0x1e2),a[p(0x207)]=p(0x204),a[p(0x1dd)]='body\x20armor',a[p(0x1fa)]='book',a['Cup']='cup',a[p(0x211)]=p(0x1ce);}(Category||(Category={})));export var Shape;(function(a){var q=a62d;a[q(0x1f9)]='circle',a[q(0x1e4)]=q(0x1ea),a['Triangle']=q(0x1f2),a[q(0x1cc)]='rectangle',a['Blade']='blade',a['Rifle']=q(0x200);}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a['Red']=r(0x1f5),a['Blue']=r(0x1f1),a[r(0x1d0)]=r(0x1e8),a['Yellow']='yellow',a['Orange']='orange',a[r(0x1e5)]=r(0x1eb),a[r(0x20f)]=r(0x20b),a[r(0x209)]=r(0x1fb),a[r(0x1dc)]=r(0x1ca);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a['Smooth']='smooth',a[s(0x1fe)]=s(0x1ff),a['Bumpy']=s(0x20d),a[s(0x1e9)]='fuzzy',a[s(0x1fc)]='grainy',a[s(0x1c9)]=s(0x202);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x215)]=t(0x206),a[t(0x1c7)]=t(0x1d5),a[t(0x1c8)]='underground',a[t(0x203)]=t(0x1e6),a[t(0x1d2)]=t(0x20a),a[t(0x1f3)]='forest',a[t(0x210)]='desert',a[t(0x1f7)]=t(0x20c),a['BEACH']=t(0x1f4),a['SEA']=t(0x1ef);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x1ed)]=u(0x205),a['EAST']='east',a[u(0x1cf)]=u(0x1ee),a['WEST']='west',a['UP']='up',a['DOWN']=u(0x201);}(Direction||(Direction={})));
@@ -1 +1 @@
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
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x1f1))/0x1*(parseInt(f(0x1f4))/0x2)+parseInt(f(0x1fe))/0x3+parseInt(f(0x1fa))/0x4*(-parseInt(f(0x1f6))/0x5)+-parseInt(f(0x1f9))/0x6*(-parseInt(f(0x200))/0x7)+-parseInt(f(0x1fd))/0x8*(parseInt(f(0x201))/0x9)+parseInt(f(0x1f7))/0xa*(-parseInt(f(0x1fc))/0xb)+-parseInt(f(0x1f3))/0xc*(-parseInt(f(0x1f0))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x27f3c));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x1f5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x1f2)]()[h(0x1f8)](h(0x1fb))[h(0x1f2)]()[h(0x1ff)](a63a)[h(0x1f8)](h(0x1fb));});function a63c(){var i=['(((.+)+)+)+$','22zGxSoU','8gGINzu','585762eTTBay','constructor','7OCzmJD','169731ahgLEA','2977VatVhn','6wSySfM','toString','29004bUUdxS','35132aPKSEb','apply','5ygPlZx','1359530yBTmKF','search','601374ddkvlq','1156684yXZCJE'];a63c=function(){return i;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1f0;var f=c[d];return f;},a63d(a,b);}a63a();export{};
@@ -1 +1 @@
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
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0xfb))/0x1*(parseInt(f(0xff))/0x2)+parseInt(f(0xf6))/0x3*(-parseInt(f(0xf9))/0x4)+parseInt(f(0x101))/0x5*(-parseInt(f(0xf8))/0x6)+-parseInt(f(0xfd))/0x7+-parseInt(f(0xf4))/0x8+-parseInt(f(0xf3))/0x9*(-parseInt(f(0x102))/0xa)+parseInt(f(0xf5))/0xb*(parseInt(f(0xfe))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x42737));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0xfc)]()[h(0x103)](h(0xf7))[h(0xfc)]()[h(0xfa)](a64a)[h(0x103)](h(0xf7));});a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xf3;var f=c[d];return f;},a64d(a,b);}export{};function a64c(){var i=['constructor','36memSmG','toString','2991128BrkhzR','48tDnXsc','1562OWmaJn','apply','269915bWztOr','3530elnMrn','search','10899EBmcrZ','1421352DLqdtS','3296337gQtBKp','7215fDLgMe','(((.+)+)+)+$','42fCLfXo','664sfhlfq'];a64c=function(){return i;};return a64c();}
@@ -1 +1 @@
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
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x1ff))/0x1+parseInt(y(0x1da))/0x2+parseInt(y(0x1af))/0x3*(-parseInt(y(0x1d7))/0x4)+-parseInt(y(0x1e9))/0x5*(-parseInt(y(0x1e5))/0x6)+parseInt(y(0x1bf))/0x7+-parseInt(y(0x1ee))/0x8*(-parseInt(y(0x1fc))/0x9)+parseInt(y(0x1c4))/0xa*(-parseInt(y(0x1c5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x1b45e));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x1aa;let f=c[d];return f;},a65d(a,b);}function a65c(){const I=['inventory','box','feet','yellow','log','393180LOpZaE','setContent','join','9356PeSqHd','player','Arms:\x20','None','write','clearValue','75%','constructor','25%','\x20Game\x20Log\x20','slice','281502OnkNTS','pushLine','OUTSIDE','Your\x20items\x20will\x20be\x20listed\x20here...','10JHzabX','map','\x0aThere\x20are\x20no\x20exits\x20here.','<<<<<<<<---------\x20Terminating\x20game','getInstance','8UmcSql','(((.+)+)+)+$','equipment','torso','100%','Thanks\x20for\x20playing!','checkIfLocked','search','Left\x20Hand:\x20','currentLocation','mousemove','key','roomType','Available\x20exits\x20will\x20be\x20shown\x20here...','1116333sFBNYq','exit','10%','187560NYZjXE','gloves','apply','scroll','removeAllListeners','line','take','getOtherSide','exits','getValue','lock','Feet:\x20','enter','3KLmCWd','Head:\x20','45%','forEach','toString','unlock','logFilePath','20%','-----\x20Exits\x20------\x0a','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','focus','textbox','unequip','append','name','cyan','1430457olLPYm','head','render','parse','----->>>>>>\x20Initializing\x20Game','35170vJEvDx','1265efwGps','Legs:\x20','\x20(Locked)','arms','Gloves:\x20','screen','\x20(Unlocked)','\x20Map\x20','legs','split','getWelcomeMessage','rightHand','leftHand'];a65c=function(){return I;};return a65c();}import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x201)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x1b3)]()[A(0x1f5)](A(0x1ef))[A(0x1b3)]()[A(0x1e1)](g)[A(0x1f5)]('(((.+)+)+)+$');});g();try{const h=a65e[B(0x1ca)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a65e[B(0x1d3)]({'top':'0%','left':B(0x1e0),'width':'25%','height':B(0x1b1),'border':{'type':B(0x204)},'label':'\x20Inventory\x20','content':B(0x1e8),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1d5)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x1ea)](v=>v[C(0x1bd)]);i[C(0x1d8)](u[C(0x1d9)]('\x0a')),h['render']();};h['append'](i);const k=a65e[B(0x1d3)]({'top':B(0x1b1),'left':B(0x1e0),'width':'25%','height':'25%','border':{'type':B(0x204)},'label':'\x20Equipment\x20','content':B(0x1b8),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1d5)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1bc)](k);const l=t=>{const D=B;k[D(0x1d8)](D(0x1b0)+(t[D(0x1c0)]?t['head']['name']:D(0x1dd))+'\x0a'+('Torso:\x20'+(t[D(0x1f1)]?t['torso'][D(0x1bd)]:D(0x1dd))+'\x0a')+(D(0x1c6)+(t[D(0x1cd)]?t['legs'][D(0x1bd)]:D(0x1dd))+'\x0a')+(D(0x1ad)+(t[D(0x1d4)]?t[D(0x1d4)][D(0x1bd)]:'None')+'\x0a')+(D(0x1dc)+(t[D(0x1c8)]?t[D(0x1c8)][D(0x1bd)]:D(0x1dd))+'\x0a')+(D(0x1c9)+(t['gloves']?t[D(0x200)][D(0x1bd)]:'None')+'\x0a')+(D(0x1f6)+(t[D(0x1d1)]?t['leftHand'][D(0x1bd)]:D(0x1dd))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x1d0)]?t[D(0x1d0)][D(0x1bd)]:D(0x1dd))+'\x0a')),h[D(0x1c1)]();},m=a65e[B(0x1d3)]({'top':'70%','left':'75%','width':B(0x1e2),'height':B(0x1b6),'border':{'type':B(0x204)},'label':B(0x1cc),'content':B(0x1fb),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1d5)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1bc)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x1bd)]+'\x0a\x0a';u+=E(0x1b7),t['exits']['size']>0x0?t[E(0x1aa)][E(0x1b2)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x206)](t);x[F(0x1fa)]===RoomType[F(0x1e7)]?u+=capitalCase(w)+':\x20'+x[F(0x1bd)]:u+=capitalCase(w)+':\x20'+v[F(0x1bd)];if(v[F(0x1f4)]())u+=F(0x1c7);else v['checkIfLockable']()&&(u+=F(0x1cb));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1eb),m[E(0x1d8)](u),h[E(0x1c1)]();},o=a65e[B(0x1d3)]({'id':'logBox','top':'0%','left':'0%','width':B(0x1e0),'height':'90%','border':{'type':B(0x204)},'label':B(0x1e3),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x203)](B(0x1f8)),h[B(0x1bc)](o);const p=a65e[B(0x1ba)]({'bottom':0x0,'left':0x0,'width':B(0x1f2),'height':B(0x1fe),'tags':!![],'border':{'type':B(0x204)},'style':{'fg':'white','border':{'fg':B(0x1be)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x1f9)](['escape','C-c'],()=>process[B(0x1fd)](0x0)),p[B(0x1b9)](),h[B(0x1c1)]();const q=Logger['getInstance'](e[B(0x1b5)],h),r=new Player({'playerName':c});q[B(0x1de)](B(0x1c3));const s=a65f[B(0x1ed)](r,d);o['setContent'](s[B(0x1cf)]()),l(s[B(0x1db)][B(0x1f0)]),j(s[B(0x1db)][B(0x1d2)]),n(s[B(0x1db)][B(0x1f7)]),p[B(0x1f9)]([B(0x1ae)],async()=>{const G=B,t=p[G(0x1ab)](),u=s['handleInput'](t);(t[G(0x1ce)]('\x20')[0x0]===G(0x205)||'equip'||G(0x1bb))&&(j(s[G(0x1db)][G(0x1d2)]),l(s[G(0x1db)][G(0x1f0)])),(t['split']('\x20')[0x0]==='go'||G(0x1ac)||G(0x1b4))&&n(s[G(0x1db)][G(0x1f7)]),t[G(0x1ce)]('\x20')[0x0]==='clear'&&o[G(0x1d8)](''),u===null&&(console[G(0x1d6)](G(0x1f3)),h[G(0x1c1)](),q[G(0x1de)](G(0x1ec)),process[G(0x1fd)](0x0)),o[G(0x1e6)](u),o[G(0x202)](0x1),p[G(0x1df)](),p[G(0x1b9)](),h[G(0x1c1)]();});}catch(t){console[B(0x1d6)](t),process[B(0x1fd)](0x1);}}const args=process['argv'][a65H(0x1e4)](0x2);main(args[0x0],JSON[a65H(0x1c2)](args[0x1]),JSON['parse'](args[0x2]));
@@ -1 +1 @@
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
+ const a66k=a66d;function a66c(){const s=['The\x20logbox\x20','search','.maka','7000FxBHqT','ensureLogFileExists','9261952BGLQqE','12483016jTAJXR','render','[INFO]\x20[','1645dLsJGc','100390tYPcml','write','scrollTo','238223TnVEbK','screen','writeFileSync','appendFileSync','instance','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','log','setContent','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','logBox','hasScreen','filePath','157958DiWrdB','homedir','existsSync','content','find','error','toISOString','57NErUDP','[ERROR]\x20[','(((.+)+)+)+$','6zcmgDX','type','mkdirSync','toString','apply','29959974AQnRqs','1251fOAvIX','constructor'];a66c=function(){return s;};return a66c();}(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0xe9))/0x1+-parseInt(h(0xca))/0x2*(parseInt(h(0xd1))/0x3)+parseInt(h(0xdf))/0x4*(parseInt(h(0xe5))/0x5)+parseInt(h(0xd4))/0x6*(-parseInt(h(0xe1))/0x7)+parseInt(h(0xe2))/0x8+parseInt(h(0xda))/0x9*(-parseInt(h(0xe6))/0xa)+parseInt(h(0xd9))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xd68ea));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0xd8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0xd7)]()[j(0xdd)](j(0xd3))['toString']()[j(0xdb)](a66a)[j(0xdd)](j(0xd3));});a66a();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xca;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(0xcb)]();export class Logger{static [a66k(0xed)];[a66k(0xf4)];[a66k(0xea)];constructor(a,b){const l=a66k;this[l(0xf4)]=a,this[l(0xea)]=b,this['ensureLogFileExists']();}static['getInstance'](a=a66g['join'](homeDir,a66k(0xde),'side-quest.log'),b){const m=a66k;if(!Logger[m(0xed)]){if(!b)throw new Error(m(0xf1));Logger[m(0xed)]=new Logger(a,b);}return Logger[m(0xed)];}[a66k(0xe0)](){const n=a66k,a=a66g['dirname'](this[n(0xf4)]);!a66e['existsSync'](a)&&a66e[n(0xd6)](a,{'recursive':!![]}),!a66e[n(0xcc)](this[n(0xf4)])&&a66e[n(0xeb)](this['filePath'],'');}[a66k(0xe7)](a){const o=a66k,b=new Date()[o(0xd0)](),c=o(0xe4)+b+']\x20'+a+'\x0a';a66e[o(0xec)](this['filePath'],c);}[a66k(0xcf)](a){const p=a66k,b=new Date()[p(0xd0)](),c=p(0xd2)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[p(0xf4)],c);}[a66k(0xef)](a){const q=a66k,b=this[q(0xea)]?.['children'][q(0xce)](c=>c[q(0xd5)]==='box'&&c['options']['id']===q(0xf2));b?(b[q(0xf0)](b[q(0xcd)]+'\x0a'+a),b[q(0xe8)](b['getScrollHeight']()),this['screen']?.[q(0xe3)]()):this[q(0xcf)](q(0xdc)+b+q(0xee)+this[q(0xea)]),this[q(0xe7)](a);}[a66k(0xf3)](){const r=a66k;return!!this[r(0xea)];}}
@@ -1 +1 @@
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
+ const a67m=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0x1c9))/0x1*(-parseInt(k(0x1bc))/0x2)+parseInt(k(0x1dc))/0x3+-parseInt(k(0x1c2))/0x4+-parseInt(k(0x1be))/0x5*(-parseInt(k(0x1d8))/0x6)+parseInt(k(0x1cc))/0x7+parseInt(k(0x1c0))/0x8*(-parseInt(k(0x1c7))/0x9)+-parseInt(k(0x1c8))/0xa*(parseInt(k(0x1c5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xe9ec2));function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1bb;let f=c[d];return f;},a67d(a,b);}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(0x1ca)]()[l(0x1c3)]('(((.+)+)+)+$')['toString']()['constructor'](a67a)[l(0x1c3)]('(((.+)+)+)+$');});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';import{fileURLToPath}from'url';import{dirname}from'path';function a67c(){const p=['1QTYVDp','toString','Commoner','5114501HdtzHe','list','create','ask','stringify','maka\x20play:side-quest','player','side-quest.log','shadowrun','Play\x20a\x20little\x20side-quest','fsi','inherit','9746694xQIDNR','dungeon','Thanks\x20for\x20playing!','getGlobalMakaDir','1226163YeYUea','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','log','join','url','side-quest','./sideQuest/ui.js','3109748zRKnFf','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...','5hhRifQ','bright','1432RHXkQP','exit','3804960dYzhjs','search','resolve','66BZaNZK','What\x20is\x20your\x20name?','26613PHrVKH','3133330kWlSlH'];a67c=function(){return p;};return a67c();}const __filename=fileURLToPath(import.meta[a67m(0x1e0)]),__dirname=dirname(__filename);Command[a67m(0x1ce)]({'name':a67m(0x1e1),'usage':a67m(0x1d1),'shortDesc':a67m(0x1d5),'aliases':['sq'],'description':a67m(0x1bd),'validOpts':[a67m(0x1d2)]},async function(a,b){const n=a67m;try{const c=this[n(0x1d6)][n(0x1db)](),d=a67e[n(0x1df)](c,n(0x1d3)),e=b['player']?b[n(0x1d2)]:await Actions[n(0x1cf)](n(0x1c6))||n(0x1cb),f={...b,'logFilePath':d},g={'type':n(0x1cd),'name':'sideQuestAnswer','message':n(0x1dd),'choices':[{'name':n(0x1d9),'value':dungeonConfig},{'name':n(0x1d4),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn('node',[a67e[n(0x1c4)](__dirname,n(0x1bb)),e,JSON[n(0x1d0)](h),JSON[n(0x1d0)](f)],{'stdio':n(0x1d7)});i['on'](n(0x1c1),()=>{const o=n;Log[o(0x1bf)](o(0x1da));});}}catch(j){console[n(0x1de)](j);}},a67f);
@@ -1 +1 @@
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
+ var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0xb7))/0x1*(parseInt(f(0xae))/0x2)+-parseInt(f(0xab))/0x3*(parseInt(f(0xa9))/0x4)+parseInt(f(0xa3))/0x5*(parseInt(f(0xb5))/0x6)+-parseInt(f(0xa5))/0x7+-parseInt(f(0xb1))/0x8*(-parseInt(f(0xad))/0x9)+-parseInt(f(0xaa))/0xa*(-parseInt(f(0xa6))/0xb)+parseInt(f(0xa8))/0xc*(-parseInt(f(0xa7))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x48ee3));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0xb3)]()[h(0xb9)]('(((.+)+)+)+$')[h(0xb3)]()[h(0xa4)](a68a)['search'](h(0xb8));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';function a68c(){var k=['toString','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','294fOwEul','maka\x20game:snake','117554PrxDla','(((.+)+)+)+$','search','create','27905ucCyAZ','constructor','3486672TaKfrq','22iAaliz','3757Bebxmf','12372ZTXYHc','161740IlRqxN','349010bHZyFl','9SRNRcc','apply','3623364qnCYcg','8FCHxFV','inherit','snake','8rRMZep','npx\x20command-line-snake'];a68c=function(){return k;};return a68c();}function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xa2;var f=c[d];return f;},a68d(a,b);}import{execSync}from'child_process';Command[a68i(0xa2)]({'name':a68i(0xb0),'usage':a68i(0xb6),'shortDesc':a68i(0xb4),'validOpts':[]},async function(){var j=a68i;execSync(j(0xb2),{'stdio':j(0xaf)});},a68e);
@@ -1 +1 @@
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
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x153))/0x1+-parseInt(f(0x146))/0x2+parseInt(f(0x149))/0x3+-parseInt(f(0x14c))/0x4+parseInt(f(0x151))/0x5*(parseInt(f(0x14b))/0x6)+-parseInt(f(0x14e))/0x7+parseInt(f(0x145))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x52f4b));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x14f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x144)]()[h(0x14a)](h(0x150))['toString']()[h(0x147)](a69a)[h(0x14a)](h(0x150));});a69a();function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x144;var f=c[d];return f;},a69d(a,b);}import a69e from'./play.command.js';function a69c(){var k=['979856JGmmNq','constructor','npx\x20simple-tetris','161496PjJHbW','search','42SoSItX','1453168rFnrKN','tetris','2115421WyEcti','apply','(((.+)+)+)+$','168115Hehgtk','maka\x20game:tetris','291300ooTlEt','toString','7317736ORQlAa'];a69c=function(){return k;};return a69c();}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a69i(0x14d),'usage':a69i(0x152),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a69i;execSync(j(0x148),{'stdio':'inherit'});},a69e);
@@ -1 +1 @@
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
+ const a70i=a70d;function a70c(){const k=['3704656iJxtnX','5689817wbQcPu','exit','24690eCltfR','1397gjMNvW','42GsRxMa','maka\x20g:api\x20trucks','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','maka\x20g:template\x20todos/todo_item','generate','27DAURaX','search','maka\x20g:scaffold\x20todos','maka\x20{generate,\x20g}:<generator>\x20<name>','12219aVnfpt','45QhwCdn','invoke','toString','maka\x20generate:scaffold\x20todos','646482veupPj','create','1188798FwIeNL','Scaffold\x20various\x20parts\x20of\x20your\x20application','constructor','1297336WrFUtS','splice','apply','maka\x20g:dbc\x20geoserver\x20--type=pgsql','error','(((.+)+)+)+$','maka\x20g:package\x20package:name'];a70c=function(){return k;};return a70c();}function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x197;let f=c[d];return f;},a70d(a,b);}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x19c))/0x1*(parseInt(f(0x1b2))/0x2)+-parseInt(f(0x1a3))/0x3+-parseInt(f(0x1ad))/0x4+parseInt(f(0x19d))/0x5*(parseInt(f(0x1a1))/0x6)+parseInt(f(0x1ae))/0x7+-parseInt(f(0x1a6))/0x8*(parseInt(f(0x198))/0x9)+parseInt(f(0x1b0))/0xa*(parseInt(f(0x1b1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x84c29));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1a8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x19f)]()[h(0x199)](h(0x1ab))[h(0x19f)]()[h(0x1a5)](a70a)[h(0x199)](h(0x1ab));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x1a2)]({'name':a70i(0x197),'aliases':['g'],'usage':a70i(0x19b),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x1a4),'description':a70i(0x1b4),'examples':[a70i(0x1a0),a70i(0x19a),a70i(0x1b5),a70i(0x1ac),'maka\x20g:route\x20todos/edit',a70i(0x1b3),a70i(0x1a9)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x1a7)](0x0,0x1),await a70e['processAndRunGenerator'](c,a,b)):a70e[j(0x19e)](a,b);}catch(d){Log[j(0x1aa)](d),process[j(0x1af)](0x1);}});
@@ -1 +1 @@
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
+ function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x93;var f=c[d];return f;},a71d(a,b);}(function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x97))/0x1*(-parseInt(f(0x98))/0x2)+-parseInt(f(0x95))/0x3+parseInt(f(0x93))/0x4+parseInt(f(0x9c))/0x5+-parseInt(f(0x9b))/0x6+-parseInt(f(0x9a))/0x7+parseInt(f(0x99))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x29eaf));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x9d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x96)]()['search']('(((.+)+)+)+$')[h(0x96)]()['constructor'](a71a)['search'](h(0x94));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71c(){var i=['2512416VLAAlD','56518lOxSKM','1422192YwqVAZ','590955YeEOIl','apply','1174124PYlaBF','(((.+)+)+)+$','212010uVAAZf','toString','299QMnoFr','1594KRYszz'];a71c=function(){return i;};return a71c();}
@@ -1 +1 @@
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
+ const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x10f))/0x1*(-parseInt(f(0x104))/0x2)+-parseInt(f(0x10e))/0x3*(parseInt(f(0x109))/0x4)+-parseInt(f(0x102))/0x5+-parseInt(f(0x10b))/0x6+-parseInt(f(0x106))/0x7+parseInt(f(0x100))/0x8*(-parseInt(f(0x103))/0x9)+parseInt(f(0x108))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x7d5c1));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x10d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()[h(0x112)](h(0x105))[h(0x101)]()[h(0xff)](a72a)['search'](h(0x105));});a72a();function a72c(){const k=['constructor','1827352YMjRBC','toString','2496275JjXaXS','9uApLxh','282218GtbmFE','(((.+)+)+)+$','574315PxJFYe','create','28643990pfgcAX','864IQwlHn','findSubCommand','5691384mPLaAC','Get\x20various\x20Maka\x20variables\x20and\x20configurations','apply','10191VwkNHr','1TpeApw','runSubCommand','maka\x20get:<sub-command>','search','error','Sub-Command\x20not\x20found'];a72c=function(){return k;};return a72c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xfd;let f=c[d];return f;},a72d(a,b);}const GetCommand=Command[a72i(0x107)]({'name':'get','usage':a72i(0x111),'shortDesc':a72i(0x10c),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0x10a)](c);if(d)return await this[j(0x110)](c,a,b);else{Log[j(0xfd)](j(0xfe));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
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
+ const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x9e))/0x1+-parseInt(f(0x9c))/0x2+-parseInt(f(0xa1))/0x3+parseInt(f(0x92))/0x4+-parseInt(f(0xa0))/0x5+-parseInt(f(0x99))/0x6*(-parseInt(f(0x94))/0x7)+parseInt(f(0xa2))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xb3d9e));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x9f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x98)]()['search'](h(0x9d))['toString']()[h(0xa4)](a73a)[h(0x91)](h(0x9d));});a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x91;let f=c[d];return f;},a73d(a,b);}import a73e from'./get.command.js';function a73c(){const k=['25363480lIblmy','exit','constructor','search','909176QwaGqP','maka\x20get:global-config','7qqCiqQ','error','global-config','getGlobalConfig','toString','7153818YbqqWY','log','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','2823144fwlbwO','(((.+)+)+)+$','1224071VQajJA','apply','5607490hNUtrb','288663WZYEkB'];a73c=function(){return k;};return a73c();}import{Command}from'../../command.js';Command['create']({'name':a73i(0x96),'usage':a73i(0x93),'aliases':['gc'],'shortDesc':a73i(0x9b),'validOpts':[]},async function(){const j=a73i;try{const a=await this['fsi'][j(0x97)]();console[j(0x9a)](a),process[j(0xa3)](0x0);}catch(b){console[j(0x95)](b),process[j(0xa3)](0x0);}},a73e);
@@ -1 +1 @@
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
+ const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x6a))/0x1*(-parseInt(f(0x73))/0x2)+parseInt(f(0x7a))/0x3*(-parseInt(f(0x69))/0x4)+parseInt(f(0x7c))/0x5*(parseInt(f(0x75))/0x6)+parseInt(f(0x70))/0x7+parseInt(f(0x6c))/0x8*(parseInt(f(0x7d))/0x9)+-parseInt(f(0x76))/0xa*(parseInt(f(0x7b))/0xb)+-parseInt(f(0x77))/0xc*(parseInt(f(0x78))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x9e80e));function a74c(){const k=['3104895BkUUkN','9351ycicUW','12ckdqmj','41PNFreh','log','6176iowLsM','search','maka\x20get:local-config','(((.+)+)+)+$','7828800OCulKA','fsi','local-config','25172wXOvgW','apply','6ezdrOi','10iQkgaI','57948iHTWTp','2249seKYyO','toString','1099647xOPpOb','5205409DdXGKU'];a74c=function(){return k;};return a74c();}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x74)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x79)]()['search'](h(0x6f))['toString']()['constructor'](a74a)[h(0x6d)](h(0x6f));});a74a();import a74e from'./get.command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x69;let f=c[d];return f;},a74d(a,b);}import{Command}from'../../command.js';Command['create']({'name':a74i(0x72),'usage':a74i(0x6e),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[]},async function(){const j=a74i,a=await this[j(0x71)]['getMakaProjectConfig']();console[j(0x6b)](a);},a74e);
@@ -1 +1 @@
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
+ const a75j=a75d;function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x12f;let f=c[d];return f;},a75d(a,b);}function a75c(){const l=['roles','431825KNXsrR','create','hash','(((.+)+)+)+$','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','userId','silent','constructor','194289GqMCuc','whoami','4353588SUrBTy','getGlobalConfig','4458251AFFHNd','18BTTwYR','authToken','3054728IkeZQn','1795212RnhCGp','exit','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','User\x20Access\x20Token:\x20\x20','search','token','error','toString','notice','apply','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','681666fBDmLy','4lqbRiz'];a75c=function(){return l;};return a75c();}(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0x148))/0x1*(parseInt(g(0x13e))/0x2)+parseInt(g(0x13d))/0x3+parseInt(g(0x14a))/0x4+parseInt(g(0x140))/0x5+parseInt(g(0x132))/0x6+-parseInt(g(0x14c))/0x7+-parseInt(g(0x131))/0x8*(parseInt(g(0x12f))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xa8425));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x13b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x139)]()[i(0x136)](i(0x143))[i(0x139)]()[i(0x147)](a75a)['search']('(((.+)+)+)+$');});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command[a75j(0x141)]({'name':a75j(0x149),'usage':'maka\x20get:whoami','shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[a75j(0x146)]},async function(a,b){const k=a75j;try{const c=await this['fsi'][k(0x14b)]();let d=null;return c[k(0x142)]&&(d=await a75f['decode'](c[k(0x142)]),!b['silent']&&(Log['notice'](k(0x13c)+d?.['user']),Log[k(0x13a)](k(0x134)+c[k(0x137)]?.[k(0x145)]),Log[k(0x13a)](k(0x135)+c[k(0x137)]?.[k(0x130)]),Log['notice'](k(0x144)+d?.[k(0x13f)]['join'](',\x20')))),c;}catch(f){Log[k(0x138)](f),process[k(0x133)](0x1);}},a75e);
@@ -1 +1 @@
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
+ var a76h=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0xd6))/0x1*(-parseInt(f(0xc6))/0x2)+parseInt(f(0xd4))/0x3+-parseInt(f(0xc7))/0x4+parseInt(f(0xd0))/0x5*(parseInt(f(0xcd))/0x6)+-parseInt(f(0xcc))/0x7*(parseInt(f(0xce))/0x8)+parseInt(f(0xcb))/0x9*(-parseInt(f(0xd3))/0xa)+-parseInt(f(0xd1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xe0345));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['toString']()['search'](g(0xc5))['toString']()[g(0xc8)](a76a)[g(0xc9)](g(0xc5));});function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0xc5;var f=c[d];return f;},a76d(a,b);}a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a76c(){var i=['11599164XZDdZg','1841ZJZDYB','12uorYyq','43016kaosCR','Deprecated:\x20use\x20--help\x20instead','4401590JsrdbL','6896076inDckC','create','10ARLdNu','5018322hbtWqe','help','2110jRxQbI','(((.+)+)+)+$','1022KDaWhd','1053664JUVqHO','constructor','search','Try,\x20maka\x20--help'];a76c=function(){return i;};return a76c();}Command[a76h(0xd2)]({'name':a76h(0xd5),'description':a76h(0xca),'aliases':['h'],'validOpts':[],'shortDesc':a76h(0xcf)},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(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
+ const a77C=a77d;(function(a,b){const A=a77d,c=a();while(!![]){try{const d=-parseInt(A(0x1a1))/0x1+parseInt(A(0x1c1))/0x2*(-parseInt(A(0x18c))/0x3)+-parseInt(A(0x195))/0x4*(parseInt(A(0x191))/0x5)+-parseInt(A(0x193))/0x6+-parseInt(A(0x1c9))/0x7+parseInt(A(0x1b2))/0x8*(parseInt(A(0x1bb))/0x9)+-parseInt(A(0x1d7))/0xa*(-parseInt(A(0x18b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x53185));function a77c(){const F=['Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','data','604072VzJoCn','cacert','grep','exit','Error\x20extracting\x20meteor.tar.gz\x20file','Meteor\x20version\x20','isFile','&release=','search','(((.+)+)+)+$','create','getUserDataDirectory','timeout','maka\x20install','version','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','Downloading\x20Meteor\x20','1976sxuESI','fsi','meteor','https://install.meteor.com','get','\x20is\x20not\x20available.','windows','NO_NODE_WARNINGS','force','4905AOyMVP','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','confirm','checkAvailability','Using\x20CA\x20Cert\x20','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','52gscclm','length','Cleaning\x20up','arch','meteor.tar.gz','Preparing\x20to\x20install\x20Meteor\x20','error','Network\x20error,\x20please\x20try\x20again.','2305170ishvOY','existsSync','withSpinner','success','\x20installed.\x0a','maka\x20i','Proceed\x20anyway?','cert','linux','Aborted','\x20from\x20','homedir','-rf','env','25819830sDvcWi','maka\x20install\x20meteor\x20--force','osx','getuid','join','getMeteorInstallPath','getMeteorExePath','packages','x86_64','11xHYsHk','23286DKCezi','arm64','\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','Aborting\x20install','maka\x20install\x20meteor\x20--version\x202.13.3','125JIZhFo','warn','3376782riBEGY','toString','108520ppgwnk','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','package-metadata','https://packages.meteor.com/bootstrap-link?arch=os.','keepInstallFile','notice','includes','replace','\x20is\x20available.','platform'];a77c=function(){return F;};return a77c();}const a77b=(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;};}()),a77a=a77b(this,function(){const B=a77d;return a77a[B(0x194)]()[B(0x1a9)](B(0x1aa))[B(0x194)]()['constructor'](a77a)[B(0x1a9)](B(0x1aa));});function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x187;let f=c[d];return f;},a77d(a,b);}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';const homeDir=a77e[a77C(0x1d4)]();function isRoot(){const D=a77C;return process['getuid']&&process[D(0x1da)]()===0x0;}Command[a77C(0x1ab)]({'name':'install','aliases':['i'],'validOpts':[a77C(0x1ba),a77C(0x1af),a77C(0x1a2),a77C(0x199),a77C(0x1ad)],'usage':a77C(0x1ae),'shortDesc':'Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','description':a77C(0x18e),'examples':['maka\x20install\x20meteor',a77C(0x1d8),a77C(0x190),a77C(0x1ce)]},async function(a,b){const E=a77C;try{let c='';if(b[E(0x1a2)]){if(this['fsi'][E(0x1a7)](b[E(0x1a2)]))Log['notice'](E(0x1bf)+b[E(0x1a2)]),c=b[E(0x1a2)];else throw E(0x1c0)+c;}const d=await this['fsi']['getGlobalConfig']();if(d[E(0x1d0)]){if(this[E(0x1b3)][E(0x1a7)](d[E(0x1d0)]))c=d[E(0x1d0)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+c;}let f=![];if(b['f']||b[E(0x1ba)])f=!![];else{const p=isRoot();p?(Log[E(0x192)](E(0x196)),f=await Actions[E(0x1bd)](E(0x1cf),![])):f=!![];}if(!f)throw E(0x1d2);const g=await HTTPS[E(0x1b6)]({'url':E(0x1b5),'cert':c}),h=await this[E(0x1b3)][E(0x1a3)](g[E(0x1a0)],'RELEASE=');if(h[E(0x1c2)]===0x0)throw E(0x1c8);process[E(0x1d6)][E(0x1b9)]='1';let i=b[E(0x1af)]?b[E(0x1af)]:h[0x0][E(0x19c)](/[^0-9.]/gi,'')[E(0x19c)](/\r?\n|\r/,'');Log[E(0x19a)](E(0x1c6)+i);const j={'win32':E(0x1b8),'darwin':E(0x1d9),'linux':E(0x1d1)};let k=E(0x198)+j[a77e[E(0x19e)]()]+'.'+(a77e[E(0x1c4)]()===E(0x18d)?E(0x18d):E(0x18a))+'&release='+i,l=await HTTPS[E(0x1be)]({'url':k,'cert':c});if(!l&&i[E(0x19b)]('-')){const q=i['split']('-'),r=q[0x0],s=q['slice'](0x1)[E(0x1db)]('-'),t=r[E(0x19c)](/\.0+$/,'');Log['warn'](E(0x1a6)+i+'\x20is\x20not\x20available,\x20trying\x20'+t+'-'+s);const u=E(0x198)+j[a77e[E(0x19e)]()]+'.'+(a77e[E(0x1c4)]()===E(0x18d)?E(0x18d):E(0x18a))+E(0x1a8)+t+'-'+s;l=await HTTPS['checkAvailability']({'url':u,'cert':c}),l&&(i=t+'-'+s,k=u);}!l?(Log[E(0x1c7)](E(0x1a6)+i+E(0x1b7)),process[E(0x1a4)](0x0)):Log[E(0x19a)](E(0x1a6)+i+E(0x19d));const m=this['fsi'][E(0x187)](),n=this[E(0x1b3)][E(0x188)](),o=this[E(0x1b3)][E(0x1ac)]();if(a77g[E(0x1ca)](n)){let v=![];b['f']||b[E(0x1ba)]?v=!![]:v=await Actions[E(0x1bd)](E(0x19f),![]),v?(await SpawnAsync[E(0x1cb)]('rm',[E(0x1d5),a77f['join'](m,E(0x189))],{'message':E(0x1bc)}),await SpawnAsync['withSpinner']('rm',[E(0x1d5),a77f[E(0x1db)](m,E(0x197))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync[E(0x1cb)]('rm',[E(0x1d5),a77f['join'](m,E(0x1b4))],{'message':E(0x1b0)})):(Log['info'](E(0x18f)),process[E(0x1a4)](0x0));}try{Log['notice'](E(0x1b1)+i+E(0x1d3)+k),await HTTPS['downloadFile']({'url':k,'destPath':a77f['join'](homeDir,E(0x1c5)),'cert':c,'timeout':b[E(0x1ad)]?parseInt(b[E(0x1ad)])*0x3e8:0x493e0});try{const w=a77f[E(0x1db)](homeDir,E(0x1c5));await this[E(0x1b3)]['extractTarGz'](w,o);}catch(x){Log[E(0x1c7)](E(0x1a5));}}catch(y){console['error'](y),process[E(0x1a4)](0x1);}finally{!b['keepInstallFile']&&await SpawnAsync[E(0x1cb)]('rm',['-rf',a77f[E(0x1db)](homeDir,'meteor.tar.gz')],{'message':E(0x1c3)});}Log[E(0x1cc)](E(0x1a6)+i+E(0x1cd)),process[E(0x1a4)](0x0);}catch(z){console[E(0x1c7)](z),process['exit'](0x1);}});
@@ -1 +1 @@
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']();}});
1
+ const a78m=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0x174))/0x1+-parseInt(j(0x18d))/0x2+-parseInt(j(0x16e))/0x3*(parseInt(j(0x185))/0x4)+parseInt(j(0x184))/0x5*(parseInt(j(0x176))/0x6)+-parseInt(j(0x189))/0x7*(-parseInt(j(0x18f))/0x8)+parseInt(j(0x171))/0x9+parseInt(j(0x186))/0xa*(parseInt(j(0x18b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xe49c6));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a[l(0x18c)]()[l(0x17d)](l(0x183))['toString']()[l(0x18e)](a78a)[l(0x17d)](l(0x183));});function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x16a;let f=c[d];return f;},a78d(a,b);}a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';function a78c(){const o=['5796epqlDx','logNotice','stop','config','logError','jsdoc','app/private','search','pathFromProject','app/packages','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','maka\x20jsdoc\x20--init','fsi','(((.+)+)+)+$','4115PRkaXp','1224516ccPiOp','150ZvJioF','create','sep','835849iwfzUq','isFile','1614283jYbHcz','toString','1500548ASSFjT','constructor','48WuZqba','apply','maka\x20jsdoc','docs','writeFileSync','18gfZccW','\x0a[+]\x20Documentation\x20written\x20to\x20','\x20-d\x20','6942636MTMoTs','join','logWithSpinner','960721nBwUDB','app/node_modules'];a78c=function(){return o;};return a78c();}import{Command}from'../command.js';Command[a78m(0x187)]({'name':a78m(0x17b),'usage':a78m(0x16b),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a78m(0x181),a78m(0x16b)],'validOpts':[]},function(){const n=a78m,a=a78e[n(0x172)](this[n(0x182)]['pathFromProject']({}),n(0x16c)+a78e[n(0x188)]),b=a78e['join'](this['fsi'][n(0x17e)]({}),n(0x179),'jsdoc-config.json'),c=this[n(0x182)][n(0x17e)]({}),d='jsdoc';if(!this[n(0x18a)](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc','closure']},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[n(0x17f),n(0x175),'app/public',n(0x17c)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[n(0x16d)](b,JSON['stringify'](g,null,0x4));}const f=this[n(0x173)]('Running\x20'+d);try{const h=d+'\x20-c\x20'+b+'\x20-r\x20app'+a78e[n(0x188)]+n(0x170)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0x177)](n(0x16f)+a);}catch(i){this[n(0x17a)](i),this[n(0x17a)](n(0x180));}finally{f[n(0x178)]();}});