@maka/maka-cli 4.13.11 → 4.13.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/patreon.js +1 -1
  87. package/bundle/obf/src/commands/profile.js +1 -1
  88. package/bundle/obf/src/commands/proxy.js +1 -1
  89. package/bundle/obf/src/commands/reconfig.js +1 -1
  90. package/bundle/obf/src/commands/register.js +1 -1
  91. package/bundle/obf/src/commands/run/_index.js +1 -1
  92. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  93. package/bundle/obf/src/commands/run/run.command.js +1 -1
  94. package/bundle/obf/src/commands/set/_index.js +1 -1
  95. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  97. package/bundle/obf/src/commands/set/set.command.js +1 -1
  98. package/bundle/obf/src/commands/ssh.js +1 -1
  99. package/bundle/obf/src/commands/ssl.js +1 -1
  100. package/bundle/obf/src/commands/test.js +1 -1
  101. package/bundle/obf/src/commands/undo.js +1 -1
  102. package/bundle/obf/src/commands/version.js +1 -1
  103. package/bundle/obf/src/error.js +1 -1
  104. package/bundle/obf/src/exec.js +1 -1
  105. package/bundle/obf/src/generator.js +1 -1
  106. package/bundle/obf/src/generators/_index.js +1 -1
  107. package/bundle/obf/src/generators/api.js +1 -1
  108. package/bundle/obf/src/generators/aws/_index.js +1 -1
  109. package/bundle/obf/src/generators/aws/aws.js +1 -1
  110. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  111. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  112. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  113. package/bundle/obf/src/generators/collection.js +1 -1
  114. package/bundle/obf/src/generators/component.js +1 -1
  115. package/bundle/obf/src/generators/config.js +1 -1
  116. package/bundle/obf/src/generators/dbc.js +1 -1
  117. package/bundle/obf/src/generators/dockerfile.js +1 -1
  118. package/bundle/obf/src/generators/hook.js +1 -1
  119. package/bundle/obf/src/generators/kits/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  121. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  123. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  125. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  126. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  127. package/bundle/obf/src/generators/kits/kit.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  129. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  131. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  132. package/bundle/obf/src/generators/layout.js +1 -1
  133. package/bundle/obf/src/generators/maka.gen.js +1 -1
  134. package/bundle/obf/src/generators/methods.js +1 -1
  135. package/bundle/obf/src/generators/package.js +1 -1
  136. package/bundle/obf/src/generators/page.js +1 -1
  137. package/bundle/obf/src/generators/publish.js +1 -1
  138. package/bundle/obf/src/generators/route.js +1 -1
  139. package/bundle/obf/src/generators/service.js +1 -1
  140. package/bundle/obf/src/generators/services/_index.js +1 -1
  141. package/bundle/obf/src/generators/services/openssl.js +1 -1
  142. package/bundle/obf/src/generators/services/translation.js +1 -1
  143. package/bundle/obf/src/maka.js +1 -1
  144. package/bundle/obf/src/tool.js +1 -1
  145. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  146. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  147. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  148. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  149. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  150. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  151. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  152. package/bundle/obf/src/tools/https/https.class.js +1 -1
  153. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  154. package/bundle/obf/src/tools/log/log.class.js +1 -1
  155. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  156. package/bundle/obf/src/tools/options/options.class.js +1 -1
  157. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  158. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  159. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  160. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  161. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  162. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  163. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58r=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1e6))/0x1*(parseInt(f(0x1e7))/0x2)+-parseInt(f(0x1cb))/0x3+-parseInt(f(0x1dc))/0x4+parseInt(f(0x1f6))/0x5+parseInt(f(0x1ef))/0x6*(parseInt(f(0x1cf))/0x7)+-parseInt(f(0x1d7))/0x8*(parseInt(f(0x1f3))/0x9)+-parseInt(f(0x1f4))/0xa*(-parseInt(f(0x1db))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x57c6d));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a[g(0x1e0)]()[g(0x1d4)]('(((.+)+)+)+$')[g(0x1e0)]()[g(0x1e3)](a58a)[g(0x1d4)](g(0x1f8));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0x1f2)],'category':Category[h(0x1da)],'shape':Shape[h(0x1de)],'color':Color['Yellow'],'texture':Texture[h(0x1d9)],'rating':Rating['Common'],'weight':0x1});}['use'](){return this['description'];}}export class Sword extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[i(0x1f5)],'shape':Shape[i(0x1ca)],'color':Color[i(0x1e8)],'texture':Texture[i(0x1f0)],'rating':Rating[i(0x1d6)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var j=a58d;super({'name':a,'description':b,'size':Size[j(0x1d3)],'category':Category[j(0x1f5)],'shape':Shape['Rifle'],'color':Color[j(0x1eb)],'texture':Texture[j(0x1f0)],'rating':Rating[j(0x1f7)],'weight':0x7});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1ca;var f=c[d];return f;},a58d(a,b);}export class Helmet extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size[k(0x1f2)],'category':Category[k(0x1fa)],'shape':Shape['Circle'],'color':Color['Grey'],'texture':Texture[k(0x1f0)],'rating':Rating['Common'],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size[l(0x1d3)],'category':Category['BodyArmor'],'shape':Shape['Rectangle'],'color':Color[l(0x1e8)],'texture':Texture[l(0x1f0)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[m(0x1ce)],'shape':Shape[m(0x1de)],'color':Color['Grey'],'texture':Texture[m(0x1f0)],'rating':Rating[m(0x1d6)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Boots'],'shape':Shape[n(0x1f9)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[n(0x1d6)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var o=a58d;super({'name':a,'description':b,'size':Size[o(0x1ee)],'category':Category['Gloves'],'shape':Shape[o(0x1f9)],'color':Color['Brown'],'texture':Texture[o(0x1d9)],'rating':Rating[o(0x1d6)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size[p(0x1f2)],'category':Category[p(0x1ec)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[p(0x1d6)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[q(0x1d2)],'shape':Shape[q(0x1de)],'color':Color[q(0x1ea)],'texture':Texture[q(0x1d9)],'rating':Rating['Common'],'weight':0x0});}[a58r(0x1e4)](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}export class Weapon extends Item{constructor(a,b){var s=a58r;super({'name':a,'description':b,'size':Size[s(0x1f2)],'category':Category[s(0x1f5)],'shape':Shape[s(0x1ca)],'color':Color[s(0x1e8)],'texture':Texture[s(0x1f0)],'rating':Rating[s(0x1d6)],'weight':0x3});}['use'](){var t=a58r;return t(0x1d1);}}export class Book extends Item{[a58r(0x1d8)];[a58r(0x1e1)];[a58r(0x1d0)];constructor(a,b='A\x20mysterious\x20book.',c=a58r(0x1e9)){var u=a58r;super({'name':a,'description':b,'size':Size[u(0x1f2)],'category':Category[u(0x1e2)],'shape':Shape['Rectangle'],'color':Color[u(0x1eb)],'texture':Texture['Smooth'],'rating':Rating[u(0x1d6)],'weight':0x1}),this['author']=c,this[u(0x1e1)]=new Date(),this[u(0x1d0)]=0x64;}['use'](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}function a58c(){var A=['toString','publishDate','Book','constructor','use','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','5bgIpmU','190426JJQGEo','Grey','Unknown\x20Author','Yellow','Brown','ArmArmor','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Small','600RCTBgQ','Metallic','Cup','Medium','746370BRjfUf','2240330ybWius','Weapon','1289320vkiOtF','Rare','(((.+)+)+)+$','Circle','Helmet','Blade','224511wcUSLH','Rifle','name','LegArmor','47383UCDHim','pageCount','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Key','Large','search','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Common','56JmZjqy','author','Smooth','Unknown','11YxMROW','2479928hMSkWw','Holy\x20Grail','Rectangle','Short\x20Sword'];a58c=function(){return A;};return a58c();}export class ShortSword extends Item{constructor(){var v=a58r;super({'name':v(0x1df),'description':'A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','size':Size[v(0x1f2)],'category':Category['Weapon'],'shape':Shape[v(0x1ca)],'color':Color[v(0x1e8)],'texture':Texture['Metallic'],'rating':Rating[v(0x1d6)],'weight':0x3});}[a58r(0x1e4)](){var w=a58r;return w(0x1d1);}}export class SniperRifle extends Item{constructor(){var x=a58r;super({'name':'Sniper\x20Rifle','description':x(0x1e5),'size':Size[x(0x1d3)],'category':Category[x(0x1f5)],'shape':Shape[x(0x1cc)],'color':Color[x(0x1eb)],'texture':Texture[x(0x1d9)],'rating':Rating[x(0x1d6)],'weight':0x5});}[a58r(0x1e4)](){return'You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22';}}export class HolyGrail extends Item{constructor(){var y=a58r;super({'name':y(0x1dd),'description':y(0x1d5),'size':Size[y(0x1ee)],'category':Category[y(0x1f1)],'shape':Shape[y(0x1f9)],'color':Color['Gold'],'texture':Texture['Metallic'],'rating':Rating['Legendary'],'weight':0x1});}[a58r(0x1e4)](){var z=a58r;return'You\x20hold\x20the\x20'+this[z(0x1cd)]+z(0x1ed);}}
1
+ var a58u=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x97))/0x1+parseInt(f(0x94))/0x2+-parseInt(f(0xae))/0x3+-parseInt(f(0x98))/0x4*(-parseInt(f(0xb7))/0x5)+-parseInt(f(0x95))/0x6+-parseInt(f(0xa2))/0x7*(parseInt(f(0xa4))/0x8)+-parseInt(f(0x93))/0x9*(-parseInt(f(0xab))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x9368a));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a[g(0xac)]()['search'](g(0xbb))[g(0xac)]()[g(0xa7)](a58a)['search']('(((.+)+)+)+$');});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0xb8)],'category':Category[h(0xb1)],'shape':Shape['Rectangle'],'color':Color[h(0xb4)],'texture':Texture[h(0xa9)],'rating':Rating['Common'],'weight':0x1});}['use'](){var i=a58d;return this[i(0xaf)];}}export class Sword extends Item{constructor(a,b){var j=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Weapon'],'shape':Shape[j(0xbf)],'color':Color[j(0xbd)],'texture':Texture['Metallic'],'rating':Rating[j(0x9d)],'weight':0x3});}}function a58c(){var D=['A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Unknown','Rectangle','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Yellow','A\x20mysterious\x20book.','You\x20hold\x20the\x20','5695PsPtkm','Medium','Brown','use','(((.+)+)+)+$','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Grey','BodyArmor','Blade','ArmArmor','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','author','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','18tCdGIl','396024xUsxRe','3338922feelRk','Unknown\x20Author','426225nbJzph','3148uxFXKv','Key','Metallic','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Weapon','Common','Circle','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Small','Holy\x20Grail','126329MKkXqu','Book','472spSCvc','Large','Gold','constructor','Cup','Smooth','Rifle','5537890AHdadF','toString','publishDate','1209486DBBqBC','description'];a58c=function(){return D;};return a58c();}export class Rifle extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size['Large'],'category':Category[k(0x9c)],'shape':Shape[k(0xaa)],'color':Color[k(0xb9)],'texture':Texture[k(0x9a)],'rating':Rating['Rare'],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size[l(0xb8)],'category':Category['Helmet'],'shape':Shape[l(0x9e)],'color':Color[l(0xbd)],'texture':Texture[l(0x9a)],'rating':Rating['Common'],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size['Large'],'category':Category[m(0xbe)],'shape':Shape[m(0xb2)],'color':Color[m(0xbd)],'texture':Texture[m(0x9a)],'rating':Rating[m(0x9d)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size[n(0xb8)],'category':Category['LegArmor'],'shape':Shape[n(0xb2)],'color':Color[n(0xbd)],'texture':Texture[n(0x9a)],'rating':Rating[n(0x9d)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var o=a58d;super({'name':a,'description':b,'size':Size[o(0xb8)],'category':Category['Boots'],'shape':Shape['Circle'],'color':Color[o(0xb9)],'texture':Texture[o(0xa9)],'rating':Rating[o(0x9d)],'weight':0x2});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x90;var f=c[d];return f;},a58d(a,b);}export class Gloves extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size[p(0xa0)],'category':Category['Gloves'],'shape':Shape['Circle'],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size[q(0xb8)],'category':Category[q(0xc0)],'shape':Shape['Rectangle'],'color':Color[q(0xbd)],'texture':Texture[q(0x9a)],'rating':Rating[q(0x9d)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var r=a58d;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[r(0x99)],'shape':Shape[r(0xb2)],'color':Color['Yellow'],'texture':Texture[r(0xa9)],'rating':Rating[r(0x9d)],'weight':0x0});}['use'](){var s=a58d;return s(0x92);}}export class Weapon extends Item{constructor(a,b){var t=a58d;super({'name':a,'description':b,'size':Size[t(0xb8)],'category':Category['Weapon'],'shape':Shape['Blade'],'color':Color[t(0xbd)],'texture':Texture['Metallic'],'rating':Rating[t(0x9d)],'weight':0x3});}[a58u(0xba)](){var v=a58u;return v(0x9b);}}export class Book extends Item{[a58u(0x91)];[a58u(0xad)];['pageCount'];constructor(a,b=a58u(0xb5),c=a58u(0x96)){var w=a58u;super({'name':a,'description':b,'size':Size[w(0xb8)],'category':Category[w(0xa3)],'shape':Shape['Rectangle'],'color':Color[w(0xb9)],'texture':Texture[w(0xa9)],'rating':Rating[w(0x9d)],'weight':0x1}),this[w(0x91)]=c,this['publishDate']=new Date(),this['pageCount']=0x64;}['use'](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var x=a58u;super({'name':'Short\x20Sword','description':x(0xb3),'size':Size[x(0xb8)],'category':Category['Weapon'],'shape':Shape[x(0xbf)],'color':Color[x(0xbd)],'texture':Texture[x(0x9a)],'rating':Rating[x(0x9d)],'weight':0x3});}['use'](){var y=a58u;return y(0x9b);}}export class SniperRifle extends Item{constructor(){var z=a58u;super({'name':'Sniper\x20Rifle','description':z(0xbc),'size':Size[z(0xa5)],'category':Category[z(0x9c)],'shape':Shape['Rifle'],'color':Color['Brown'],'texture':Texture[z(0xa9)],'rating':Rating[z(0x9d)],'weight':0x5});}[a58u(0xba)](){var A=a58u;return A(0x90);}}export class HolyGrail extends Item{constructor(){var B=a58u;super({'name':B(0xa1),'description':B(0xb0),'size':Size['Small'],'category':Category[B(0xa8)],'shape':Shape[B(0x9e)],'color':Color[B(0xa6)],'texture':Texture['Metallic'],'rating':Rating['Legendary'],'weight':0x1});}['use'](){var C=a58u;return C(0xb6)+this['name']+C(0x9f);}}
@@ -1 +1 @@
1
- function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1f4;let f=c[d];return f;},a60d(a,b);}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x21f))/0x1*(-parseInt(f(0x1f4))/0x2)+parseInt(f(0x210))/0x3+-parseInt(f(0x23a))/0x4*(parseInt(f(0x222))/0x5)+-parseInt(f(0x217))/0x6*(-parseInt(f(0x24a))/0x7)+-parseInt(f(0x256))/0x8*(-parseInt(f(0x21e))/0x9)+-parseInt(f(0x23b))/0xa*(parseInt(f(0x249))/0xb)+-parseInt(f(0x214))/0xc*(parseInt(f(0x233))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xab44f));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x245)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x258)]()[h(0x253)](h(0x243))[h(0x258)]()['constructor'](a60a)[h(0x253)](h(0x243));});a60a();export const rooms=[{'name':a60i(0x238),'description':a60i(0x22f),'isStartRoom':!![],'items':[{'type':a60i(0x23d),'name':'Golden\x20Key','description':a60i(0x208)},{'type':a60i(0x1f6),'name':a60i(0x204),'description':a60i(0x20b),'content':a60i(0x20f)}],'exits':[{'direction':a60i(0x25f),'targetRoom':a60i(0x20e)}]},{'name':a60i(0x20e),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0x260),'targetRoom':'Treasure\x20Room','keyRequired':a60i(0x1fe)},{'direction':'SOUTH','targetRoom':'Courtyard'}]},{'name':a60i(0x266),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x252),'name':a60i(0x224),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0x242),'description':a60i(0x1fd),'roomType':a60i(0x255),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a60i(0x24e),'description':a60i(0x209),'roomType':a60i(0x255),'puzzle':{'requiredPhrase':'secret123','riddle':a60i(0x211),'rewardItem':{'type':a60i(0x21a),'name':'Sniper\x20Rifle','description':a60i(0x231)},'successMessage':a60i(0x200),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':a60i(0x244),'description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x268),'riddle':a60i(0x213),'rewardItem':{'type':a60i(0x23d),'name':'Central\x20Chamber\x20Key','description':a60i(0x24d)},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':a60i(0x22b)},'exits':[{'direction':a60i(0x1f9),'targetRoom':a60i(0x1f8)},{'direction':a60i(0x22d),'targetRoom':a60i(0x203),'keyRequired':a60i(0x235)}]},{'name':a60i(0x1f8),'description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':a60i(0x246),'items':[{'type':a60i(0x1f6),'name':a60i(0x1fb),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x229)},{'type':'key','name':'Central\x20Chamber\x20Key','description':a60i(0x24d)}],'exits':[{'direction':a60i(0x1fc),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x22d),'targetRoom':a60i(0x23f)}]},{'name':a60i(0x23f),'description':a60i(0x247),'roomType':a60i(0x246),'items':[{'type':a60i(0x265),'name':a60i(0x25a),'description':a60i(0x254)}],'exits':[{'direction':a60i(0x22c),'targetRoom':a60i(0x1f8)},{'direction':a60i(0x1f9),'targetRoom':a60i(0x1fa)}]},{'name':'Armory','description':a60i(0x24b),'roomType':a60i(0x246),'items':[{'type':a60i(0x24f),'name':'Emblem\x20Shield','description':a60i(0x226)},{'type':a60i(0x23c),'name':a60i(0x227),'description':a60i(0x25e)}],'exits':[{'direction':a60i(0x1fc),'targetRoom':'Alchemy\x20Lab'},{'direction':'east','targetRoom':a60i(0x203)}]},{'name':'Central\x20Chamber','description':a60i(0x230),'roomType':'inside','exits':[{'direction':a60i(0x22c),'targetRoom':a60i(0x1fa)},{'direction':'south','targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x1f9),'targetRoom':'Torture\x20Chamber'},{'direction':a60i(0x22d),'targetRoom':a60i(0x266)}]},{'name':'Torture\x20Chamber','description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':'inside','items':[{'type':'key','name':'Blood-stained\x20Key','description':a60i(0x239)}],'puzzle':{'requiredPhrase':a60i(0x22a),'riddle':a60i(0x251),'rewardItem':{'type':a60i(0x240),'name':a60i(0x22e),'description':a60i(0x234)},'successMessage':a60i(0x212),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0x1fc),'targetRoom':'Central\x20Chamber'}]},{'name':a60i(0x266),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':'inside','puzzle':{'requiredPhrase':'insert\x20gem','riddle':a60i(0x206),'rewardItem':{'type':'cup','name':'Golden\x20Chalice','description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':a60i(0x22c),'targetRoom':a60i(0x203)}]}];function a60c(){const j=['show\x20loyalty','A\x20thin\x20log\x20book','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Secret\x20Passage','Chad\x20the\x20stupid\x20guard','3505761KoQoFR','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','3103452vZkIFA','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','document','12JVQPqq','Rigger\x27s\x20Workshop','amulet','rifle','Barrens\x20Hideout','weapon','Downtown\x20Seattle','666YMSKMT','170339OrwLVB','Corp\x20Enclave','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','20CSAnie','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Holy\x20Grail','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Rusted\x20Sword','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','release','Nothing\x20happens.','west','east','Ancient\x20Gem','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','A\x20long-range\x20weapon.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','117Znxmwr','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Central\x20Chamber\x20Key','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Library','A\x20key\x20stained\x20with\x20old\x20blood.','411316XPoPLw','1710kICaIw','sword','key','decrypt','Alchemy\x20Lab','gem','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Courtyard','(((.+)+)+)+$','Entrance\x20Hall','apply','inside','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','47597LEFbGQ','4675629wJsgNn','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','The\x20data\x20remains\x20encrypted.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Watch\x20Tower','shield','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','holyGrail','search','A\x20clear\x20glass\x20vial.','OUTSIDE','144344OYHVsX','Amulet\x20of\x20Awakening','toString','CorpSec\x20Plans','Empty\x20vial','Jackpoint\x20Login','Matrix\x20Data\x20Haven','creditstick','An\x20old\x20and\x20rusted\x20sword.','EAST','NORTH','outside','MCT\x20Fly-Spy','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Encrypted\x20Data\x20Key','basic','Treasure\x20Room','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','open\x20sesame','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','4rbSeKr','Mage\x27s\x20Lair','book','Barrens\x20Entrance','Study','north','Armory','Riddle\x20Book','south','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Golden\x20Key','drone','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Corporate\x20Creditstick','Central\x20Chamber','Guard\x27s\x20Log\x20Book','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Gang\x20Insignia','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.'];a60c=function(){return j;};return a60c();}export const shadowrunConfig=[{'name':a60i(0x25b),'description':a60i(0x221),'isStartRoom':!![],'roomType':a60i(0x246),'exits':[{'direction':a60i(0x1f9),'targetRoom':a60i(0x21d)},{'direction':'up','targetRoom':a60i(0x25c)}]},{'name':a60i(0x25c),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a60i(0x246),'puzzle':{'requiredPhrase':a60i(0x23e),'riddle':a60i(0x248),'rewardItem':{'type':a60i(0x23d),'name':a60i(0x264),'description':a60i(0x20c)},'successMessage':a60i(0x232),'failureMessage':a60i(0x24c)},'exits':[{'direction':'down','targetRoom':'Jackpoint\x20Login'}]},{'name':a60i(0x21d),'description':'The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','roomType':a60i(0x261),'exits':[{'direction':'south','targetRoom':a60i(0x25b)},{'direction':'east','targetRoom':a60i(0x1f7)},{'direction':a60i(0x22c),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x1f7),'description':a60i(0x225),'roomType':a60i(0x261),'puzzle':{'requiredPhrase':a60i(0x20a),'riddle':a60i(0x236),'rewardItem':{'type':a60i(0x23d),'name':a60i(0x207),'description':a60i(0x267)},'successMessage':a60i(0x237),'failureMessage':a60i(0x228)},'exits':[{'direction':'west','targetRoom':'Downtown\x20Seattle'},{'direction':a60i(0x1f9),'targetRoom':a60i(0x21b)}]},{'name':a60i(0x220),'description':a60i(0x201),'roomType':a60i(0x246),'items':[{'type':a60i(0x25d),'name':a60i(0x202),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a60i(0x216),'name':a60i(0x259),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a60i(0x22d),'targetRoom':a60i(0x21d)}]},{'name':a60i(0x21b),'description':a60i(0x223),'roomType':a60i(0x261),'items':[{'type':a60i(0x21c),'name':'Ares\x20Predator','description':a60i(0x241)}],'exits':[{'direction':a60i(0x1fc),'targetRoom':a60i(0x1f7)},{'direction':a60i(0x1f9),'targetRoom':a60i(0x1f5)},{'direction':a60i(0x22d),'targetRoom':a60i(0x218)}]},{'name':a60i(0x1f5),'description':a60i(0x269),'roomType':'inside','puzzle':{'requiredPhrase':'disenchant','riddle':a60i(0x250),'rewardItem':{'type':a60i(0x219),'name':a60i(0x257),'description':a60i(0x263)},'successMessage':a60i(0x20d),'failureMessage':a60i(0x215)},'exits':[{'direction':a60i(0x1fc),'targetRoom':a60i(0x21b)}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x205),'roomType':a60i(0x246),'items':[{'type':a60i(0x1ff),'name':a60i(0x262),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x22c),'targetRoom':'Barrens\x20Hideout'}]}];
1
+ const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x106))/0x1*(-parseInt(f(0x122))/0x2)+parseInt(f(0xee))/0x3*(-parseInt(f(0xf9))/0x4)+-parseInt(f(0xcb))/0x5*(parseInt(f(0x110))/0x6)+parseInt(f(0xe1))/0x7*(parseInt(f(0x12b))/0x8)+parseInt(f(0xc2))/0x9*(-parseInt(f(0xd7))/0xa)+parseInt(f(0xf2))/0xb*(parseInt(f(0xc7))/0xc)+-parseInt(f(0xb7))/0xd*(-parseInt(f(0x129))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xb592e));function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xb5;let f=c[d];return f;},a60d(a,b);}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0xf0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0xb6)]()[h(0x10d)](h(0x12c))[h(0xb6)]()[h(0x105)](a60a)[h(0x10d)](h(0x12c));});a60a();export const rooms=[{'name':a60i(0x11f),'description':a60i(0xf6),'isStartRoom':!![],'items':[{'type':'key','name':'Golden\x20Key','description':a60i(0xed)},{'type':a60i(0xd3),'name':a60i(0xcc),'description':a60i(0xba),'content':a60i(0xfe)}],'exits':[{'direction':a60i(0xca),'targetRoom':a60i(0xb5)}]},{'name':'Secret\x20Passage','description':a60i(0xc6),'exits':[{'direction':a60i(0xd9),'targetRoom':a60i(0xc3),'keyRequired':'Golden\x20Key'},{'direction':a60i(0x103),'targetRoom':a60i(0xc1)}]},{'name':a60i(0xc3),'description':a60i(0x10a),'items':[{'type':a60i(0xcd),'name':'Holy\x20Grail','description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0xc1),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a60i(0xf8),'exits':[{'direction':'UP','targetRoom':a60i(0xde)}]},{'name':a60i(0xde),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0xf8),'puzzle':{'requiredPhrase':a60i(0xff),'riddle':a60i(0x119),'rewardItem':{'type':a60i(0xea),'name':'Sniper\x20Rifle','description':a60i(0xb8)},'successMessage':a60i(0xb9),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];function a60c(){const j=['A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Study','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','search','document','Jackpoint\x20Login','158538jYkbaL','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','The\x20chest\x20remains\x20firmly\x20shut.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','A\x20creditstick\x20loaded\x20with\x20nuyen.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','inside','An\x20old\x20and\x20rusted\x20sword.','key','Matrix\x20Data\x20Haven','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Library','Entrance\x20Hall','show\x20loyalty','3986IGNMDu','Ares\x20Predator','Central\x20Chamber\x20Key','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','south','drone','6422822hhRCxX','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','8qujEgI','(((.+)+)+)+$','north','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Barrens\x20Hideout','Secret\x20Passage','toString','13GEDJMM','A\x20long-range\x20weapon.','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','A\x20thin\x20log\x20book','Rigger\x27s\x20Workshop','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','sword','east','Downtown\x20Seattle','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Courtyard','38673HodoUH','Treasure\x20Room','Riddle\x20Book','Rusted\x20Sword','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','12XqYkhT','CorpSec\x20Plans','weapon','EAST','45EosekN','Guard\x27s\x20Log\x20Book','holyGrail','disenchant','A\x20chalice\x20made\x20of\x20pure\x20gold.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Blood-stained\x20Key','book','Emblem\x20Shield','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','west','260IaAZwq','insert\x20gem','NORTH','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','shield','A\x20clear\x20glass\x20vial.','Empty\x20vial','Watch\x20Tower','Ancient\x20Gem','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','2377081LXIOMl','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20small\x20surveillance\x20drone.','Torture\x20Chamber','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Corporate\x20Creditstick','basic','Alchemy\x20Lab','rifle','The\x20data\x20remains\x20encrypted.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','2922YlBfhv','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','apply','open\x20sesame','4380332gANTto','Central\x20Chamber','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','outside','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Armory','OUTSIDE','4132iLlbtI','Mage\x27s\x20Lair','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Amulet\x20of\x20Awakening','Barrens\x20Entrance','Chad\x20the\x20stupid\x20guard','secret123','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','SOUTH','Encrypted\x20Data\x20Key','constructor','453REplAB','down'];a60c=function(){return j;};return a60c();}export const dungeonConfig=[{'name':a60i(0x120),'description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':a60i(0x11a),'puzzle':{'requiredPhrase':a60i(0xf1),'riddle':a60i(0x12e),'rewardItem':{'type':a60i(0x11c),'name':a60i(0x124),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60i(0x12d),'targetRoom':a60i(0x10b)},{'direction':'east','targetRoom':a60i(0xf3),'keyRequired':a60i(0x124)}]},{'name':a60i(0x10b),'description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':a60i(0x11a),'items':[{'type':a60i(0xd3),'name':a60i(0xc4),'description':a60i(0x111),'content':a60i(0xe6)},{'type':a60i(0x11c),'name':a60i(0x124),'description':a60i(0x101)}],'exits':[{'direction':a60i(0x127),'targetRoom':a60i(0x120)},{'direction':a60i(0xbe),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0xe9),'description':'A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','roomType':a60i(0x11a),'items':[{'type':a60i(0xe8),'name':a60i(0xdd),'description':a60i(0xdc)}],'exits':[{'direction':'west','targetRoom':'Study'},{'direction':a60i(0x12d),'targetRoom':a60i(0xf7)}]},{'name':a60i(0xf7),'description':a60i(0xbc),'roomType':a60i(0x11a),'items':[{'type':a60i(0xdb),'name':a60i(0xd4),'description':a60i(0xe5)},{'type':a60i(0xbd),'name':a60i(0xc5),'description':a60i(0x11b)}],'exits':[{'direction':a60i(0x127),'targetRoom':a60i(0xe9)},{'direction':a60i(0xbe),'targetRoom':a60i(0xf3)}]},{'name':'Central\x20Chamber','description':a60i(0xd5),'roomType':a60i(0x11a),'exits':[{'direction':a60i(0xd6),'targetRoom':a60i(0xf7)},{'direction':a60i(0x127),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x12d),'targetRoom':a60i(0xe4)},{'direction':'east','targetRoom':a60i(0xc3)}]},{'name':'Torture\x20Chamber','description':a60i(0xc0),'roomType':a60i(0x11a),'items':[{'type':a60i(0x11c),'name':a60i(0xd2),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':'release','riddle':a60i(0x109),'rewardItem':{'type':'gem','name':a60i(0xdf),'description':a60i(0x112)},'successMessage':a60i(0x126),'failureMessage':a60i(0x125)},'exits':[{'direction':'south','targetRoom':a60i(0xf3)}]},{'name':'Treasure\x20Room','description':a60i(0xe0),'roomType':a60i(0x11a),'puzzle':{'requiredPhrase':a60i(0xd8),'riddle':a60i(0xef),'rewardItem':{'type':'cup','name':'Golden\x20Chalice','description':a60i(0xcf)},'successMessage':a60i(0x116),'failureMessage':a60i(0x115)},'exits':[{'direction':a60i(0xd6),'targetRoom':a60i(0xf3)}]}];export const shadowrunConfig=[{'name':a60i(0x10f),'description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':a60i(0x11a),'exits':[{'direction':'north','targetRoom':a60i(0xbf)},{'direction':'up','targetRoom':a60i(0x11d)}]},{'name':a60i(0x11d),'description':a60i(0xe2),'roomType':a60i(0x11a),'puzzle':{'requiredPhrase':'decrypt','riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':'key','name':a60i(0x104),'description':a60i(0x114)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a60i(0xeb)},'exits':[{'direction':a60i(0x107),'targetRoom':a60i(0x10f)}]},{'name':a60i(0xbf),'description':a60i(0xf4),'roomType':a60i(0xf5),'exits':[{'direction':a60i(0x127),'targetRoom':a60i(0x10f)},{'direction':a60i(0xbe),'targetRoom':a60i(0xfd)},{'direction':a60i(0xd6),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0xfd),'description':a60i(0xec),'roomType':a60i(0xf5),'puzzle':{'requiredPhrase':a60i(0x121),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60i(0x11c),'name':'Gang\x20Insignia','description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a60i(0x100),'failureMessage':a60i(0xd0)},'exits':[{'direction':a60i(0xd6),'targetRoom':a60i(0xbf)},{'direction':'north','targetRoom':a60i(0x12f)}]},{'name':'Corp\x20Enclave','description':a60i(0x10c),'roomType':'inside','items':[{'type':'creditstick','name':a60i(0xe7),'description':a60i(0x118)},{'type':a60i(0x10e),'name':a60i(0xc8),'description':a60i(0xda)}],'exits':[{'direction':a60i(0xbe),'targetRoom':a60i(0xbf)}]},{'name':a60i(0x12f),'description':a60i(0xfb),'roomType':a60i(0xf5),'items':[{'type':a60i(0xc9),'name':a60i(0x123),'description':a60i(0xd1)}],'exits':[{'direction':a60i(0x127),'targetRoom':a60i(0xfd)},{'direction':a60i(0x12d),'targetRoom':a60i(0xfa)},{'direction':a60i(0xbe),'targetRoom':'Rigger\x27s\x20Workshop'}]},{'name':a60i(0xfa),'description':a60i(0x102),'roomType':a60i(0x11a),'puzzle':{'requiredPhrase':a60i(0xce),'riddle':a60i(0x117),'rewardItem':{'type':'amulet','name':a60i(0xfc),'description':a60i(0x108)},'successMessage':a60i(0x12a),'failureMessage':a60i(0x113)},'exits':[{'direction':a60i(0x127),'targetRoom':a60i(0x12f)}]},{'name':a60i(0xbb),'description':a60i(0x11e),'roomType':'inside','items':[{'type':a60i(0x128),'name':'MCT\x20Fly-Spy','description':a60i(0xe3)}],'exits':[{'direction':a60i(0xd6),'targetRoom':'Barrens\x20Hideout'}]}];
@@ -1 +1 @@
1
- function a61c(){var j=['rooms','1589bYaiJx','toString','_maxCarryingWeight','_equipment','items','917825UXvfOd','constructor','search','2928052GWnKSv','apply','logger','1935sVSAEY','category','description','roomA','size','uuid','inventory','color','texture','(((.+)+)+)+$','exits','152690YZdIKW','name','isLockable','21416rVNZYM','roomType','1613938PYdnfh','4490208lqHIMa','_currentLocation','_logger','_playerName','210lcXXKN','144954NVDmdK'];a61c=function(){return j;};return a61c();}var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x7b))/0x1+parseInt(f(0x6e))/0x2+parseInt(f(0x6f))/0x3+-parseInt(f(0x7e))/0x4+parseInt(f(0x73))/0x5*(parseInt(f(0x74))/0x6)+parseInt(f(0x76))/0x7*(parseInt(f(0x6c))/0x8)+-parseInt(f(0x81))/0x9*(parseInt(f(0x8c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xca66f));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x7f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x77)]()[h(0x7d)](h(0x8a))[h(0x77)]()[h(0x7c)](a61a)[h(0x7d)](h(0x8a));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x75)];['player'];[a61i(0x80)];['characterLocations'];}export class AbstractRoom extends EventEmitter{['name'];[a61i(0x83)];[a61i(0x8b)];[a61i(0x87)];['puzzle'];[a61i(0x6d)];['isStartRoom'];}export class AbstractDoor{[a61i(0x84)];['roomB'];['isLocked'];['unlockItemOrSolution'];[a61i(0x8d)];[a61i(0x80)];[a61i(0x8e)];}export class AbstractInventory{[a61i(0x7a)];[a61i(0x80)];}export class AbstractItem{[a61i(0x86)];[a61i(0x8d)];[a61i(0x83)];[a61i(0x85)];[a61i(0x82)];['shape'];[a61i(0x88)];[a61i(0x89)];['rating'];['weight'];}export class AbstractPlayer{[a61i(0x72)];[a61i(0x70)];['_inventory'];[a61i(0x79)];[a61i(0x78)];[a61i(0x71)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x6c;var f=c[d];return f;},a61d(a,b);}export class AbstractPuzzle{['logger'];['solved'];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x152))/0x1*(-parseInt(f(0x145))/0x2)+parseInt(f(0x150))/0x3*(parseInt(f(0x15f))/0x4)+parseInt(f(0x14e))/0x5+-parseInt(f(0x141))/0x6+parseInt(f(0x140))/0x7*(parseInt(f(0x14c))/0x8)+-parseInt(f(0x15b))/0x9*(-parseInt(f(0x14f))/0xa)+-parseInt(f(0x157))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x26c39));function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x13e;var f=c[d];return f;},a61d(a,b);}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x153)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x15d)]()[h(0x151)]('(((.+)+)+)+$')[h(0x15d)]()[h(0x154)](a61a)[h(0x151)]('(((.+)+)+)+$');});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x14d)];[a61i(0x149)];[a61i(0x147)];['characterLocations'];}function a61c(){var j=['logger','size','player','weight','isLocked','56eCopue','rooms','699630fIpEgO','31500ndsNUn','6aJRXZY','search','28081IpYPix','apply','constructor','_playerName','description','2686783kFpDJH','items','shape','texture','576mwArGq','_logger','toString','isLockable','330988flNDrQ','name','_inventory','157962yEiBkJ','223824RlYCWS','_equipment','roomType','inventory','16kFkAyZ','solved'];a61c=function(){return j;};return a61c();}export class AbstractRoom extends EventEmitter{['name'];[a61i(0x156)];['exits'];[a61i(0x144)];['puzzle'];[a61i(0x143)];['isStartRoom'];}export class AbstractDoor{['roomA'];['roomB'];[a61i(0x14b)];['unlockItemOrSolution'];[a61i(0x13e)];[a61i(0x147)];[a61i(0x15e)];}export class AbstractInventory{[a61i(0x158)];[a61i(0x147)];}export class AbstractItem{['uuid'];[a61i(0x13e)];[a61i(0x156)];[a61i(0x148)];['category'];[a61i(0x159)];['color'];[a61i(0x15a)];['rating'];[a61i(0x14a)];}export class AbstractPlayer{[a61i(0x155)];['_currentLocation'];[a61i(0x13f)];[a61i(0x142)];['_maxCarryingWeight'];[a61i(0x15c)];}export class AbstractPuzzle{[a61i(0x147)];[a61i(0x146)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x124))/0x1*(-parseInt(k(0x102))/0x2)+-parseInt(k(0x126))/0x3+-parseInt(k(0x134))/0x4+parseInt(k(0x117))/0x5*(-parseInt(k(0xe6))/0x6)+parseInt(k(0x10b))/0x7+parseInt(k(0x110))/0x8+parseInt(k(0x128))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x38753));export var Size;(function(a){var l=a62d;a[l(0x139)]='tiny',a[l(0x11b)]=l(0x100),a[l(0xf9)]='medium',a[l(0xfa)]=l(0x127),a['VeryLarge']=l(0xf2);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0xef)]='common',a['Rare']=m(0x13c),a[m(0x10f)]='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x138)]='weapon',a[n(0xec)]=n(0xff),a[n(0xf6)]=n(0xfe),a['Gloves']=n(0x11d),a['Helmet']=n(0x129),a[n(0x122)]=n(0x13a),a[n(0x106)]='boots',a[n(0x13f)]=n(0x13e),a[n(0x13d)]=n(0x10a),a[n(0xf7)]=n(0x135),a['Book']=n(0x12d),a[n(0xe8)]=n(0xe4),a[n(0xe5)]=n(0x107);}(Category||(Category={})));export var Shape;(function(c){var q=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var o=a62d;if(h){var j=h[o(0xf5)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var p=a62d;return e[p(0x13b)]()[p(0xe3)](p(0x104))['toString']()[p(0x112)](e)[p(0xe3)](p(0x104));});e(),c['Circle']=q(0xe7),c[q(0xed)]='square',c[q(0x11a)]=q(0x12c),c[q(0x116)]=q(0x136),c[q(0xf0)]=q(0xeb),c['Rifle']='rifle';}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a[r(0xf1)]=r(0xf3),a[r(0x109)]=r(0x11c),a['Green']=r(0x12f),a[r(0xe2)]='yellow',a['Orange']=r(0x133),a[r(0x113)]=r(0x108),a[r(0x125)]=r(0xfb),a[r(0x123)]=r(0xf4),a[r(0xfd)]=r(0x103);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a[s(0x11e)]=s(0x12b),a['Rough']=s(0x130),a[s(0x131)]='bumpy',a['Fuzzy']=s(0x111),a['Grainy']='grainy',a['Metallic']=s(0x114);}(Texture||(Texture={})));function a62c(){var v=['outside','EAST','Triangle','Small','blue','gloves','Smooth','inside','west','DESERT','Hat','Brown','1NuuBbh','Grey','930204hUcmhm','large','244107KxZYhI','helmet','OUTSIDE','smooth','triangle','book','WEST','green','rough','Bumpy','MOUNTAIN','orange','858936qNxtpC','body\x20armor','rectangle','cave','Weapon','Tiny','hat','toString','rare','ArmArmor','leg\x20armor','LegArmor','FOREST','Yellow','search','cup','Unknown','354YvNYqa','circle','Cup','sea','forest','blade','Shield','Square','CAVE','Common','Blade','Red','very\x20large','red','brown','apply','Key','BodyArmor','south','Medium','Large','grey','mountain','Gold','key','shield','small','NORTH','498544vkulnu','gold','(((.+)+)+)+$','underground','Boots','unknown','purple','Blue','arm\x20armor','1936795xXPevF','TOWER','down','SEA','Legendary','2580528yRFzwu','fuzzy','constructor','Purple','metallic','tower','Rectangle','10135fseZou'];a62c=function(){return v;};return a62c();}function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xe2;var f=c[d];return f;},a62d(a,b);}export var RoomType;(function(a){var t=a62d;a['INSIDE']=t(0x11f),a[t(0x12a)]=t(0x118),a['UNDERGROUND']=t(0x105),a[t(0xee)]=t(0x137),a[t(0x10c)]=t(0x115),a[t(0x140)]=t(0xea),a[t(0x121)]='desert',a[t(0x132)]=t(0xfc),a['BEACH']='beach',a[t(0x10e)]=t(0xe9);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x101)]='north',a[u(0x119)]='east',a['SOUTH']=u(0xf8),a[u(0x12e)]=u(0x120),a['UP']='up',a['DOWN']=u(0x10d);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x12b))/0x1+-parseInt(k(0xde))/0x2+parseInt(k(0xef))/0x3+parseInt(k(0x10d))/0x4*(-parseInt(k(0xf3))/0x5)+-parseInt(k(0x12d))/0x6*(parseInt(k(0xf4))/0x7)+parseInt(k(0x117))/0x8*(-parseInt(k(0x110))/0x9)+parseInt(k(0xdc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x42196));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xd9;var f=c[d];return f;},a62d(a,b);}export var Size;(function(a){var l=a62d;a[l(0x127)]=l(0xdf),a[l(0x124)]=l(0xdd),a[l(0xf5)]=l(0xf0),a[l(0x100)]='large',a[l(0xd9)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x10a)]=m(0xf2),a[m(0xdb)]='rare',a[m(0x112)]=m(0xfb);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x10b)]=n(0xe9),a['Shield']='shield',a[n(0x114)]=n(0x12f),a[n(0xe4)]=n(0x130),a[n(0x135)]='helmet',a[n(0x118)]=n(0x107),a[n(0x131)]=n(0x126),a[n(0x10c)]=n(0xff),a['ArmArmor']=n(0x121),a[n(0x123)]=n(0xe8),a[n(0xe0)]=n(0x111),a[n(0xed)]=n(0xeb),a['Unknown']=n(0x11d);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a['Circle']='circle',a['Square']=o(0x120),a[o(0x106)]=o(0x119),a[o(0xe3)]=o(0xf1),a[o(0x115)]='blade',a[o(0x113)]=o(0x12c);}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a[p(0xfd)]=p(0xe2),a[p(0x13d)]='blue',a[p(0x13e)]=p(0x102),a[p(0xfa)]=p(0x116),a[p(0xe1)]=p(0x136),a[p(0x137)]=p(0xfe),a[p(0xf8)]=p(0xe5),a['Brown']=p(0x139),a[p(0x109)]='gold';}(Color||(Color={})));export var Texture;function a62c(){var v=['Blade','yellow','16ODNlgo','Hat','triangle','CAVE','mountain','UNDERGROUND','unknown','south','(((.+)+)+)+$','square','arm\x20armor','OUTSIDE','BodyArmor','Small','apply','boots','Tiny','metallic','DOWN','TOWER','441590rYWtQV','rifle','150WuQamM','north','key','gloves','Boots','fuzzy','forest','search','Helmet','orange','Purple','SOUTH','brown','BEACH','bumpy','outside','Blue','Green','VeryLarge','down','Rare','15582070yTvEVb','small','135442ERdiIn','tiny','Book','Orange','red','Rectangle','Gloves','grey','beach','desert','body\x20armor','weapon','smooth','cup','Bumpy','Cup','inside','336156RWcnGe','medium','rectangle','common','40xraUgx','19936TmcxAI','Medium','toString','underground','Grey','FOREST','Yellow','legendary','sea','Red','purple','leg\x20armor','Large','Grainy','green','EAST','tower','Fuzzy','Triangle','hat','rough','Gold','Common','Weapon','LegArmor','158764fTlSCK','INSIDE','Smooth','2256651YSkUoh','book','Legendary','Rifle','Key'];a62c=function(){return v;};return a62c();}(function(c){var s=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var q=a62d;if(h){var j=h[q(0x125)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var r=a62d;return e[r(0xf6)]()[r(0x134)](r(0x11f))[r(0xf6)]()['constructor'](e)['search'](r(0x11f));});e(),c[s(0x10f)]=s(0xea),c['Rough']=s(0x108),c[s(0xec)]=s(0x13b),c[s(0x105)]=s(0x132),c[s(0x101)]='grainy',c['Metallic']=s(0x128);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x10e)]=t(0xee),a[t(0x122)]=t(0x13c),a[t(0x11c)]=t(0xf7),a[t(0x11a)]='cave',a[t(0x12a)]=t(0x104),a[t(0xf9)]=t(0x133),a['DESERT']=t(0xe7),a['MOUNTAIN']=t(0x11b),a[t(0x13a)]=t(0xe6),a['SEA']=t(0xfc);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a['NORTH']=u(0x12e),a[u(0x103)]='east',a[u(0x138)]=u(0x11e),a['WEST']='west',a['UP']='up',a[u(0x129)]=u(0xda);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x114))/0x1+-parseInt(f(0x11c))/0x2+-parseInt(f(0x11d))/0x3+-parseInt(f(0x11e))/0x4+-parseInt(f(0x113))/0x5*(-parseInt(f(0x11b))/0x6)+parseInt(f(0x118))/0x7*(-parseInt(f(0x115))/0x8)+parseInt(f(0x11a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xbb370));function a63c(){var i=['2719770ItJbPN','4874788HkvtZH','search','1810YGSUYI','410906PoeImE','8GUVogt','constructor','apply','7012649GtgKBW','(((.+)+)+)+$','50525505BPssRb','198FKohYO','2642118pmbyXV'];a63c=function(){return i;};return a63c();}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x117)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0x11f)](h(0x119))['toString']()[h(0x116)](a63a)['search']('(((.+)+)+)+$');});a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x113;var f=c[d];return f;},a63d(a,b);}export{};
1
+ function a63c(){var h=['constructor','15uAUPSW','708462TxVIrl','4989313BYYTbZ','12yAyXxB','2TuSlRZ','41270EDHIYF','417618WQNDHy','14895HtwIwa','584HXxFoH','search','711050QGeghh','8627340lpnqZl','1089soqMVZ'];a63c=function(){return h;};return a63c();}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x19b))/0x1*(parseInt(f(0x195))/0x2)+parseInt(f(0x197))/0x3*(parseInt(f(0x1a2))/0x4)+parseInt(f(0x19f))/0x5*(-parseInt(f(0x1a0))/0x6)+parseInt(f(0x1a1))/0x7+parseInt(f(0x199))/0x8*(parseInt(f(0x198))/0x9)+-parseInt(f(0x196))/0xa*(parseInt(f(0x19d))/0xb)+-parseInt(f(0x19c))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x754ed));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a['toString']()[g(0x19a)]('(((.+)+)+)+$')['toString']()[g(0x19e)](a63a)[g(0x19a)]('(((.+)+)+)+$');});function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x195;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(0x1a4))/0x1*(-parseInt(f(0x1a6))/0x2)+parseInt(f(0x1a2))/0x3+parseInt(f(0x1a3))/0x4*(-parseInt(f(0x1a0))/0x5)+-parseInt(f(0x1a8))/0x6+parseInt(f(0x1a1))/0x7*(parseInt(f(0x1a7))/0x8)+-parseInt(f(0x1a5))/0x9*(-parseInt(f(0x19c))/0xa)+-parseInt(f(0x1a9))/0xb*(parseInt(f(0x19f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x71fea));function a64c(){var h=['search','toString','12gcFvcp','135KdhmFR','6364106cmHEaU','294393QuPxza','105580OnyLxM','9111BRHaoc','9LjHygH','172cFiGsX','8WsmpqP','4436676Hkakre','3254691ouJnGV','constructor','4240790gWmGlh'];a64c=function(){return h;};return a64c();}function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x19c;var f=c[d];return f;},a64d(a,b);}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var g=a64d;return a64a[g(0x19e)]()[g(0x19d)]('(((.+)+)+)+$')[g(0x19e)]()[g(0x1aa)](a64a)[g(0x19d)]('(((.+)+)+)+$');});a64a();export{};
1
+ function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xf6;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x100))/0x1*(parseInt(f(0xfe))/0x2)+-parseInt(f(0xfb))/0x3*(-parseInt(f(0xff))/0x4)+parseInt(f(0x104))/0x5+parseInt(f(0x102))/0x6+-parseInt(f(0xf6))/0x7+-parseInt(f(0xfd))/0x8+-parseInt(f(0xf9))/0x9*(parseInt(f(0xfa))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xb870f));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x103)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x101)]()[h(0xf7)](h(0xf8))[h(0x101)]()[h(0xfc)](a64a)['search'](h(0xf8));});a64a();export{};function a64c(){var i=['728624BwUxGK','142yJdJwa','toString','518718MkCtPk','apply','5349140PvOazV','5685589vpgJDe','search','(((.+)+)+)+$','71343bpiPbu','640llsCbA','24AUnplk','constructor','8303336PlwqsA','7034sKPANC'];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(0x224))/0x1*(-parseInt(y(0x215))/0x2)+parseInt(y(0x228))/0x3+-parseInt(y(0x212))/0x4*(parseInt(y(0x222))/0x5)+-parseInt(y(0x22a))/0x6+parseInt(y(0x1cd))/0x7+parseInt(y(0x205))/0x8*(parseInt(y(0x21a))/0x9)+-parseInt(y(0x1e8))/0xa*(-parseInt(y(0x1e6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xd4b41));import a65e from'blessed';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x1cc;let f=c[d];return f;},a65d(a,b);}import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';function a65c(){const I=['pushLine','parse','1695YZClbN','split','1buekbY','size','10%','roomType','147831bCbPiw','handleInput','475656NcCDbx','70%','\x20Equipment\x20','3408013HXMHcR','Torso:\x20','feet','key','\x20(Unlocked)','\x20Map\x20','inventory','\x0aThere\x20are\x20no\x20exits\x20here.','getValue','clear','legs','Your\x20items\x20will\x20be\x20listed\x20here...','C-c','100%','currentLocation','20%','90%','log','getOtherSide','scroll','apply','Legs:\x20','search','None','getInstance','23023cLzNpH','(((.+)+)+)+$','5300XVEuwb','removeAllListeners','OUTSIDE','render','Left\x20Hand:\x20','Side\x20Quest\x20Adventure\x20Game','exits','25%','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','mousemove','name','getWelcomeMessage','white','box','rightHand','player','torso','constructor','-----\x20Exits\x20------\x0a','slice','unequip','line','checkIfLocked','logBox','arms','cyan','Currently\x20in:\x20','take','Thanks\x20for\x20playing!','8fQpOLz','write','yellow','45%','focus','toString','75%','enter','gloves','setContent','leftHand','append','clearValue','9084WJZXIZ','unlock','equipment','7738AUdohP','equip','map','exit','<<<<<<<<---------\x20Terminating\x20game','709389rQISYS','Available\x20exits\x20will\x20be\x20shown\x20here...','forEach','head','argv','escape'];a65c=function(){return I;};return a65c();}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(0x1e1)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x20a)]()[A(0x1e3)](A(0x1e7))[A(0x20a)]()[A(0x1f9)](g)['search'](A(0x1e7));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':B(0x1ed)}),i=a65e['box']({'top':'0%','left':B(0x20b),'width':B(0x1ef),'height':B(0x208),'border':{'type':B(0x1fd)},'label':'\x20Inventory\x20','content':B(0x1d8),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x207)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x217)](v=>v[C(0x1f2)]);i['setContent'](u['join']('\x0a')),h['render']();};h[B(0x210)](i);const k=a65e[B(0x1f5)]({'top':'45%','left':'75%','width':B(0x1ef),'height':B(0x1ef),'border':{'type':B(0x1fd)},'label':B(0x1cc),'content':B(0x1f0),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x207)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x210)](k);const l=t=>{const D=B;k[D(0x20e)]('Head:\x20'+(t[D(0x21d)]?t[D(0x21d)][D(0x1f2)]:D(0x1e4))+'\x0a'+(D(0x1ce)+(t[D(0x1f8)]?t[D(0x1f8)][D(0x1f2)]:D(0x1e4))+'\x0a')+(D(0x1e2)+(t[D(0x1d7)]?t[D(0x1d7)][D(0x1f2)]:D(0x1e4))+'\x0a')+('Feet:\x20'+(t['feet']?t[D(0x1cf)][D(0x1f2)]:D(0x1e4))+'\x0a')+('Arms:\x20'+(t[D(0x200)]?t['arms']['name']:D(0x1e4))+'\x0a')+('Gloves:\x20'+(t[D(0x20d)]?t[D(0x20d)]['name']:D(0x1e4))+'\x0a')+(D(0x1ec)+(t[D(0x20f)]?t[D(0x20f)][D(0x1f2)]:D(0x1e4))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x1f6)]?t['rightHand'][D(0x1f2)]:'None')+'\x0a')),h['render']();},m=a65e[B(0x1f5)]({'top':B(0x22b),'left':B(0x20b),'width':B(0x1ef),'height':B(0x1dc),'border':{'type':B(0x1fd)},'label':B(0x1d2),'content':B(0x21b),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x207)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x210)](m);const n=t=>{const E=B;let u=E(0x202)+t['name']+'\x0a\x0a';u+=E(0x1fa),t[E(0x1ee)][E(0x225)]>0x0?t['exits'][E(0x21c)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1df)](t);x[F(0x227)]===RoomType[F(0x1ea)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v['name'];if(v[F(0x1fe)]())u+='\x20(Locked)';else v['checkIfLockable']()&&(u+=F(0x1d1));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1d4),m[E(0x20e)](u),h[E(0x1eb)]();},o=a65e[B(0x1f5)]({'id':B(0x1ff),'top':'0%','left':'0%','width':B(0x20b),'height':B(0x1dd),'border':{'type':B(0x1fd)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x1e9)](B(0x1f1)),h[B(0x210)](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':B(0x1da),'height':B(0x226),'tags':!![],'border':{'type':B(0x1fd)},'style':{'fg':B(0x1f4),'border':{'fg':B(0x201)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x210)](p),h[B(0x1d0)]([B(0x21f),B(0x1d9)],()=>process[B(0x218)](0x0)),p[B(0x209)](),h['render']();const q=Logger[B(0x1e5)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0x206)]('----->>>>>>\x20Initializing\x20Game');const s=a65f[B(0x1e5)](r,d);o[B(0x20e)](s[B(0x1f3)]()),l(s[B(0x1f7)][B(0x214)]),j(s['player']['inventory']),n(s[B(0x1f7)][B(0x1db)]),p[B(0x1d0)]([B(0x20c)],async()=>{const G=B,t=p[G(0x1d5)](),u=s[G(0x229)](t);(t[G(0x223)]('\x20')[0x0]===G(0x203)||G(0x216)||G(0x1fc))&&(j(s[G(0x1f7)][G(0x1d3)]),l(s[G(0x1f7)][G(0x214)])),(t[G(0x223)]('\x20')[0x0]==='go'||'lock'||G(0x213))&&n(s['player'][G(0x1db)]),t[G(0x223)]('\x20')[0x0]===G(0x1d6)&&o[G(0x20e)](''),u===null&&(console[G(0x1de)](G(0x204)),h[G(0x1eb)](),q[G(0x206)](G(0x219)),process[G(0x218)](0x0)),o[G(0x220)](u),o[G(0x1e0)](0x1),p[G(0x211)](),p[G(0x209)](),h[G(0x1eb)]();});}catch(t){console[B(0x1de)](t),process[B(0x218)](0x1);}}const args=process[a65H(0x21e)][a65H(0x1fb)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a65H(0x221)](args[0x2]));
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x128))/0x1+parseInt(y(0xcc))/0x2*(-parseInt(y(0x11b))/0x3)+-parseInt(y(0xeb))/0x4*(parseInt(y(0x11d))/0x5)+-parseInt(y(0xf3))/0x6+-parseInt(y(0xd7))/0x7*(parseInt(y(0x120))/0x8)+parseInt(y(0xd2))/0x9*(parseInt(y(0x11e))/0xa)+parseInt(y(0x107))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xc6b41));import a65e from'blessed';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0xc8;let f=c[d];return f;},a65d(a,b);}import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0xff)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0xc9)]()['search'](A(0xed))['toString']()[A(0xfd)](g)['search'](A(0xed));});g();try{const h=a65e[B(0x126)]({'smartCSR':!![],'title':B(0x10c)}),i=a65e[B(0xe6)]({'top':'0%','left':'75%','width':B(0xfe),'height':'45%','border':{'type':'line'},'label':'\x20Inventory\x20','content':B(0x119),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x116)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0xca)]()[C(0x103)](v=>v[C(0xde)]);i[C(0xd0)](u['join']('\x0a')),h[C(0xf4)]();};h[B(0x114)](i);const k=a65e[B(0xe6)]({'top':B(0xce),'left':B(0xdf),'width':B(0xfe),'height':B(0xfe),'border':{'type':B(0x122)},'label':B(0xdd),'content':B(0xe4),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x116)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x114)](k);const l=t=>{const D=B;k[D(0xd0)](D(0xf5)+(t[D(0x110)]?t[D(0x110)][D(0xde)]:D(0x10e))+'\x0a'+(D(0xf7)+(t[D(0x108)]?t[D(0x108)][D(0xde)]:'None')+'\x0a')+(D(0xd5)+(t['legs']?t[D(0xf1)][D(0xde)]:'None')+'\x0a')+('Feet:\x20'+(t[D(0xdb)]?t[D(0xdb)][D(0xde)]:D(0x10e))+'\x0a')+(D(0x105)+(t[D(0xdc)]?t[D(0xdc)][D(0xde)]:D(0x10e))+'\x0a')+(D(0x11f)+(t['gloves']?t[D(0xcd)][D(0xde)]:D(0x10e))+'\x0a')+(D(0x11c)+(t[D(0x115)]?t[D(0x115)][D(0xde)]:D(0x10e))+'\x0a')+('Right\x20Hand:\x20'+(t['rightHand']?t['rightHand'][D(0xde)]:D(0x10e))+'\x0a')),h[D(0xf4)]();},m=a65e[B(0xe6)]({'top':B(0xf2),'left':B(0xdf),'width':B(0xfe),'height':B(0xef),'border':{'type':B(0x122)},'label':B(0x10a),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x116)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x114)](m);const n=t=>{const E=B;let u=E(0xe0)+t[E(0xde)]+'\x0a\x0a';u+=E(0x10b),t[E(0x10f)][E(0xee)]>0x0?t[E(0x10f)][E(0x101)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0xea)]===RoomType[F(0x127)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0xde)];if(v[F(0xd1)]())u+=F(0x10d);else v[F(0xd4)]()&&(u+=F(0xf6));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0xd6),m[E(0xd0)](u),h[E(0xf4)]();},o=a65e[B(0xe6)]({'id':B(0xfa),'top':'0%','left':'0%','width':B(0xdf),'height':B(0xf9),'border':{'type':B(0x122)},'label':B(0xf8),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x116)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0xd8)]('mousemove'),h[B(0x114)](o);const p=a65e[B(0x125)]({'bottom':0x0,'left':0x0,'width':B(0x104),'height':B(0xf0),'tags':!![],'border':{'type':B(0x122)},'style':{'fg':B(0x121),'border':{'fg':B(0xe3)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x114)](p),h[B(0x111)](['escape',B(0xcf)],()=>process[B(0x118)](0x0)),p[B(0xfc)](),h[B(0xf4)]();const q=Logger['getInstance'](e[B(0xe9)],h),r=new Player({'playerName':c});q['write']('----->>>>>>\x20Initializing\x20Game');const s=a65f[B(0x109)](r,d);o[B(0xd0)](s[B(0x117)]()),l(s[B(0x11a)][B(0xe1)]),j(s[B(0x11a)][B(0x123)]),n(s[B(0x11a)][B(0x106)]),p[B(0x111)](['enter'],async()=>{const G=B,t=p[G(0xd9)](),u=s['handleInput'](t);(t[G(0xfb)]('\x20')[0x0]===G(0xe8)||G(0xec)||G(0xe2))&&(j(s[G(0x11a)][G(0x123)]),l(s[G(0x11a)][G(0xe1)])),(t['split']('\x20')[0x0]==='go'||'lock'||G(0xcb))&&n(s['player']['currentLocation']),t[G(0xfb)]('\x20')[0x0]===G(0xda)&&o[G(0xd0)](''),u===null&&(console['log'](G(0xe7)),h['render'](),q[G(0x113)](G(0xc8)),process[G(0x118)](0x0)),o[G(0x100)](u),o[G(0xd3)](0x1),p[G(0x124)](),p[G(0xfc)](),h[G(0xf4)]();});}catch(t){console[B(0x112)](t),process[B(0x118)](0x1);}}const args=process['argv'][a65H(0xe5)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a65H(0x102)](args[0x2]));function a65c(){const I=['10%','legs','70%','3613278TQyBPQ','render','Head:\x20','\x20(Unlocked)','Torso:\x20','\x20Game\x20Log\x20','90%','logBox','split','focus','constructor','25%','apply','pushLine','forEach','parse','map','100%','Arms:\x20','currentLocation','13378387zIQaKf','torso','getInstance','\x20Map\x20','-----\x20Exits\x20------\x0a','Side\x20Quest\x20Adventure\x20Game','\x20(Locked)','None','exits','head','key','log','write','append','leftHand','yellow','getWelcomeMessage','exit','Your\x20items\x20will\x20be\x20listed\x20here...','player','9CWSgJn','Left\x20Hand:\x20','250ZouOAI','10090JIBusu','Gloves:\x20','16xVqerC','white','line','inventory','clearValue','textbox','screen','OUTSIDE','1350525vdHUso','<<<<<<<<---------\x20Terminating\x20game','toString','getAllItems','unlock','207158WnMXzI','gloves','45%','C-c','setContent','checkIfLocked','4581DNhlQV','scroll','checkIfLockable','Legs:\x20','\x0aThere\x20are\x20no\x20exits\x20here.','3682119GxCpWI','removeAllListeners','getValue','clear','feet','arms','\x20Equipment\x20','name','75%','Currently\x20in:\x20','equipment','unequip','cyan','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','slice','box','Thanks\x20for\x20playing!','take','logFilePath','roomType','24116MuKJzE','equip','(((.+)+)+)+$','size','20%'];a65c=function(){return I;};return a65c();}
@@ -1 +1 @@
1
- const a66j=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0xbc))/0x1+parseInt(h(0xbf))/0x2*(-parseInt(h(0xb8))/0x3)+parseInt(h(0xc4))/0x4+-parseInt(h(0xaa))/0x5+parseInt(h(0xa6))/0x6+-parseInt(h(0xae))/0x7*(-parseInt(h(0xc2))/0x8)+-parseInt(h(0xad))/0x9*(parseInt(h(0xbe))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x73ede));const a66b=(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;};}()),a66a=a66b(this,function(){const i=a66d;return a66a['toString']()[i(0xc9)]('(((.+)+)+)+$')['toString']()[i(0xbb)](a66a)[i(0xc9)](i(0xa8));});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-0xa4;let f=c[d];return f;},a66d(a,b);}const homeDir=a66f[a66j(0xbd)]();function a66c(){const q=['constructor','319167jnrbPe','homedir','520160NHLEXu','10ebJYyA','write','instance','690728RnwMRR','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','3196432kwQGex','getInstance','existsSync','type','filePath','search','ensureLogFileExists','box','mkdirSync','1816764rWcCfq','getScrollHeight','(((.+)+)+)+$','The\x20logbox\x20','906855unwEJB','side-quest.log','error','36EQIJaZ','7gAfmzU','toISOString','find','options','content','join','[ERROR]\x20[','writeFileSync','dirname','log','2877Bfntcu','render','screen'];a66c=function(){return q;};return a66c();}export class Logger{static [a66j(0xc1)];[a66j(0xc8)];[a66j(0xba)];constructor(a,b){const k=a66j;this[k(0xc8)]=a,this[k(0xba)]=b,this[k(0xca)]();}static[a66j(0xc5)](a=a66g[a66j(0xb3)](homeDir,'.maka',a66j(0xab)),b){const l=a66j;if(!Logger[l(0xc1)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[l(0xc1)]=new Logger(a,b);}return Logger['instance'];}[a66j(0xca)](){const m=a66j,a=a66g[m(0xb6)](this[m(0xc8)]);!a66e[m(0xc6)](a)&&a66e[m(0xa5)](a,{'recursive':!![]}),!a66e[m(0xc6)](this['filePath'])&&a66e[m(0xb5)](this[m(0xc8)],'');}[a66j(0xc0)](a){const n=a66j,b=new Date()['toISOString'](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[n(0xc8)],c);}[a66j(0xac)](a){const o=a66j,b=new Date()[o(0xaf)](),c=o(0xb4)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[o(0xc8)],c);}[a66j(0xb7)](a){const p=a66j,b=this[p(0xba)]?.['children'][p(0xb0)](c=>c[p(0xc7)]===p(0xa4)&&c[p(0xb1)]['id']==='logBox');b?(b['setContent'](b[p(0xb2)]+'\x0a'+a),b['scrollTo'](b[p(0xa7)]()),this[p(0xba)]?.[p(0xb9)]()):this[p(0xac)](p(0xa9)+b+p(0xc3)+this[p(0xba)]),this[p(0xc0)](a);}['hasScreen'](){return!!this['screen'];}}
1
+ const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x11b))/0x1*(-parseInt(h(0x13a))/0x2)+parseInt(h(0x123))/0x3*(-parseInt(h(0x131))/0x4)+parseInt(h(0x127))/0x5*(parseInt(h(0x112))/0x6)+-parseInt(h(0x12a))/0x7*(parseInt(h(0x139))/0x8)+-parseInt(h(0x129))/0x9+parseInt(h(0x12e))/0xa*(-parseInt(h(0x114))/0xb)+parseInt(h(0x111))/0xc*(parseInt(h(0x13f))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x2968d));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x113)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x119)](j(0x11f))[j(0x136)]()[j(0x115)](a66a)[j(0x119)]('(((.+)+)+)+$');});a66a();import a66e from'fs';import a66f from'os';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x111;let f=c[d];return f;},a66d(a,b);}function a66c(){const s=['[ERROR]\x20[','homedir','setContent','6543VgJjyw','filePath','find','The\x20logbox\x20','6415Jyogqv','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','2048373YuQaUA','63gHePar','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','content','scrollTo','10QaSsnC','type','mkdirSync','324JfSipA','screen','write','error','render','toString','writeFileSync','toISOString','117704qDhPXj','2IbXuIJ','log','box','dirname','appendFileSync','178321kDZGJH','756RLvedv','48jSMkdB','apply','2571074VFntDJ','constructor','ensureLogFileExists','hasScreen','logBox','search','existsSync','65587sRHIlN','children','getInstance','instance','(((.+)+)+)+$'];a66c=function(){return s;};return a66c();}import a66g from'path';const homeDir=a66f[a66k(0x121)]();export class Logger{static [a66k(0x11e)];[a66k(0x124)];[a66k(0x132)];constructor(a,b){const l=a66k;this[l(0x124)]=a,this[l(0x132)]=b,this[l(0x116)]();}static[a66k(0x11d)](a=a66g['join'](homeDir,'.maka','side-quest.log'),b){const m=a66k;if(!Logger['instance']){if(!b)throw new Error(m(0x12b));Logger[m(0x11e)]=new Logger(a,b);}return Logger[m(0x11e)];}[a66k(0x116)](){const n=a66k,a=a66g[n(0x13d)](this[n(0x124)]);!a66e[n(0x11a)](a)&&a66e[n(0x130)](a,{'recursive':!![]}),!a66e['existsSync'](this[n(0x124)])&&a66e[n(0x137)](this['filePath'],'');}[a66k(0x133)](a){const o=a66k,b=new Date()[o(0x138)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this['filePath'],c);}[a66k(0x134)](a){const p=a66k,b=new Date()['toISOString'](),c=p(0x120)+b+']\x20'+a+'\x0a';a66e[p(0x13e)](this[p(0x124)],c);}[a66k(0x13b)](a){const q=a66k,b=this[q(0x132)]?.[q(0x11c)][q(0x125)](c=>c[q(0x12f)]===q(0x13c)&&c['options']['id']===q(0x118));b?(b[q(0x122)](b[q(0x12c)]+'\x0a'+a),b[q(0x12d)](b['getScrollHeight']()),this[q(0x132)]?.[q(0x135)]()):this[q(0x134)](q(0x126)+b+q(0x128)+this[q(0x132)]),this[q(0x133)](a);}[a66k(0x117)](){const r=a66k;return!!this[r(0x132)];}}
@@ -1 +1 @@
1
- const a67m=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0xe3))/0x1*(-parseInt(k(0xe6))/0x2)+-parseInt(k(0xd6))/0x3*(-parseInt(k(0xd7))/0x4)+-parseInt(k(0xdc))/0x5+parseInt(k(0xd3))/0x6*(-parseInt(k(0xd8))/0x7)+parseInt(k(0xf3))/0x8+parseInt(k(0xef))/0x9+parseInt(k(0xea))/0xa*(parseInt(k(0xd1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x7ad7a));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(0xeb)]()[l(0xe1)](l(0xf0))[l(0xeb)]()[l(0xe8)](a67a)[l(0xe1)](l(0xf0));});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 a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xd1;let f=c[d];return f;},a67d(a,b);}const __filename=fileURLToPath(import.meta[a67m(0xd5)]),__dirname=dirname(__filename);Command[a67m(0xd4)]({'name':'side-quest','usage':a67m(0xec),'shortDesc':a67m(0xe0),'aliases':['sq'],'description':'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...','validOpts':[a67m(0xdd)]},async function(a,b){const n=a67m;try{const c=this[n(0xe9)][n(0xe4)](),d=a67e['join'](c,n(0xdf)),e=b[n(0xdd)]?b[n(0xdd)]:await Actions[n(0xe2)](n(0xd9))||'Commoner',f={...b,'logFilePath':d},g={'type':n(0xd2),'name':n(0xf1),'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':n(0xdb),'value':dungeonConfig},{'name':n(0xda),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(n(0xe7),[a67e['resolve'](__dirname,n(0xde)),e,JSON[n(0xf2)](h),JSON['stringify'](f)],{'stdio':n(0xed)});i['on'](n(0xe5),()=>{Log['bright']('Thanks\x20for\x20playing!');});}}catch(j){console[n(0xee)](j);}},a67f);function a67c(){const o=['./sideQuest/ui.js','side-quest.log','Play\x20a\x20little\x20side-quest','search','ask','3pmjHtP','getGlobalMakaDir','exit','36458XKHvKL','node','constructor','fsi','60kefdVm','toString','maka\x20play:side-quest','inherit','log','6320115PwHUJw','(((.+)+)+)+$','sideQuestAnswer','stringify','5204216vUCVoM','1104961FOIGTO','list','42eTBdKp','create','url','66NnZARt','968pKmhFR','818489kashTi','What\x20is\x20your\x20name?','shadowrun','dungeon','2922270jNDeHg','player'];a67c=function(){return o;};return a67c();}
1
+ const a67m=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0x1c8))/0x1*(-parseInt(k(0x1d0))/0x2)+parseInt(k(0x1dd))/0x3*(parseInt(k(0x1e0))/0x4)+parseInt(k(0x1dc))/0x5+-parseInt(k(0x1d9))/0x6*(parseInt(k(0x1d8))/0x7)+parseInt(k(0x1c5))/0x8*(-parseInt(k(0x1ca))/0x9)+parseInt(k(0x1e5))/0xa+-parseInt(k(0x1d5))/0xb*(parseInt(k(0x1e1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x77462));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['toString']()[l(0x1da)]('(((.+)+)+)+$')[l(0x1c9)]()[l(0x1e3)](a67a)['search'](l(0x1c6));});a67a();function a67c(){const p=['dungeon','options','./sideQuest/ui.js','join','11lIvWQe','node','stringify','1461243uBRMfU','12cEOmiO','search','Thanks\x20for\x20playing!','3606795EFjtQn','290211DhjwSS','shadowrun','player','20FoDESl','17592204xYjcjv','exit','constructor','bright','8847810KdrPzE','What\x20is\x20your\x20name?','ask','3189464RjHioO','(((.+)+)+)+$','log','11541JMRxdD','toString','9weMqqF','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...','resolve','url','fsi','Commoner','118mMEvPs'];a67c=function(){return p;};return a67c();}import a67e from'path';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1c4;let f=c[d];return f;},a67d(a,b);}import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{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(0x1cd)]),__dirname=dirname(__filename);Command['create']({'name':'side-quest','usage':'maka\x20play:side-quest','shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':a67m(0x1cb),'validOpts':[a67m(0x1df)]},async function(a,b){const n=a67m;try{const c=this[n(0x1ce)]['getGlobalMakaDir'](),d=a67e[n(0x1d4)](c,'side-quest.log'),e=b[n(0x1df)]?b[n(0x1df)]:await Actions[n(0x1c4)](n(0x1e6))||n(0x1cf),f={...b,'logFilePath':d},g={'type':'list','name':'sideQuestAnswer','message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':n(0x1d1),'value':dungeonConfig},{'name':n(0x1de),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[n(0x1d2)](g);if(e&&h){const i=spawn(n(0x1d6),[a67e[n(0x1cc)](__dirname,n(0x1d3)),e,JSON[n(0x1d7)](h),JSON[n(0x1d7)](f)],{'stdio':'inherit'});i['on'](n(0x1e2),()=>{const o=n;Log[o(0x1e4)](o(0x1db));});}}catch(j){console[n(0x1c7)](j);}},a67f);
@@ -1 +1 @@
1
- var a68i=a68d;function a68c(){var k=['384cYJnJq','inherit','snake','135140YGthFy','npx\x20command-line-snake','create','44RXNMIG','toString','46281qzpevg','2895YYvaiV','296leZrce','1692918hWBPtw','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','477238NFjWYk','constructor','8940074aMuKFV','2fFdFON','apply','(((.+)+)+)+$','57533EEKDGD','search'];a68c=function(){return k;};return a68c();}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x153))/0x1*(-parseInt(f(0x156))/0x2)+parseInt(f(0x14e))/0x3*(-parseInt(f(0x14c))/0x4)+-parseInt(f(0x14f))/0x5*(-parseInt(f(0x15b))/0x6)+-parseInt(f(0x159))/0x7*(-parseInt(f(0x150))/0x8)+-parseInt(f(0x151))/0x9+-parseInt(f(0x15e))/0xa+parseInt(f(0x155))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x4a8be));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x157)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x14d)]()['search'](h(0x158))[h(0x14d)]()[h(0x154)](a68a)[h(0x15a)](h(0x158));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x14b;var f=c[d];return f;},a68d(a,b);}Command[a68i(0x14b)]({'name':a68i(0x15d),'usage':'maka\x20game:snake','shortDesc':a68i(0x152),'validOpts':[]},async function(){var j=a68i;execSync(j(0x15f),{'stdio':j(0x15c)});},a68e);
1
+ var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x189))/0x1+parseInt(f(0x186))/0x2*(parseInt(f(0x185))/0x3)+-parseInt(f(0x18d))/0x4+-parseInt(f(0x18a))/0x5*(parseInt(f(0x18b))/0x6)+-parseInt(f(0x18c))/0x7*(-parseInt(f(0x187))/0x8)+parseInt(f(0x194))/0x9+parseInt(f(0x197))/0xa*(-parseInt(f(0x184))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xef23d));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x18f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x18e)]()['search'](h(0x193))['toString']()[h(0x195)](a68a)[h(0x191)](h(0x193));});function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x184;var f=c[d];return f;},a68d(a,b);}a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';function a68c(){var k=['inherit','8558nRLTQy','1713fEuEQy','6854tKhpyU','14056LZPimC','maka\x20game:snake','400566KRjTzt','5BqMFwi','57516mMOuuc','4809aWfhbu','7375156ljHuPi','toString','apply','create','search','npx\x20command-line-snake','(((.+)+)+)+$','13504788nQlHgP','constructor','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','28690CFYyIb'];a68c=function(){return k;};return a68c();}import{execSync}from'child_process';Command[a68i(0x190)]({'name':'snake','usage':a68i(0x188),'shortDesc':a68i(0x196),'validOpts':[]},async function(){var j=a68i;execSync(j(0x192),{'stdio':j(0x198)});},a68e);
@@ -1 +1 @@
1
- var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0xc6))/0x1+-parseInt(f(0xd3))/0x2*(-parseInt(f(0xd2))/0x3)+parseInt(f(0xcb))/0x4+parseInt(f(0xce))/0x5*(-parseInt(f(0xca))/0x6)+-parseInt(f(0xcf))/0x7*(-parseInt(f(0xc7))/0x8)+parseInt(f(0xc9))/0x9+-parseInt(f(0xd1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xcf287));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var g=a69d;return a69a[g(0xcc)]()['search'](g(0xd6))[g(0xcc)]()[g(0xd5)](a69a)['search'](g(0xd6));});a69a();function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xc5;var f=c[d];return f;},a69d(a,b);}import a69e from'./play.command.js';import{Command}from'../../command.js';function a69c(){var j=['4707124tuVLMv','toString','create','795weGLgZ','1071hwkNqH','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','7723440gsRpEP','21GAIeJV','187166dPZhLM','npx\x20simple-tetris','constructor','(((.+)+)+)+$','tetris','547740WjumPB','5872qKTirI','maka\x20game:tetris','4871934fToLru','11958yEFYID'];a69c=function(){return j;};return a69c();}import{execSync}from'child_process';Command[a69h(0xcd)]({'name':a69h(0xc5),'usage':a69h(0xc8),'shortDesc':a69h(0xd0),'validOpts':[]},async function(){var i=a69h;execSync(i(0xd4),{'stdio':'inherit'});},a69e);
1
+ var a69h=a69d;function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xab;var f=c[d];return f;},a69d(a,b);}function a69c(){var j=['search','8679UrQqdu','(((.+)+)+)+$','70548rBLcOh','6255EWuBxQ','toString','create','2EQsNsg','134286kAbkZy','788910nnjnAt','inherit','constructor','422814LvQblg','584iwQFzR','12UQSBYi','4344aAoNTi','7908OyLcQR','maka\x20game:tetris','tetris','85NTOXtX'];a69c=function(){return j;};return a69c();}(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0xaf))/0x1*(parseInt(f(0xae))/0x2)+-parseInt(f(0xbe))/0x3*(parseInt(f(0xb5))/0x4)+parseInt(f(0xba))/0x5*(-parseInt(f(0xb6))/0x6)+-parseInt(f(0xb3))/0x7+parseInt(f(0xb4))/0x8*(-parseInt(f(0xab))/0x9)+-parseInt(f(0xb0))/0xa+parseInt(f(0xbc))/0xb*(parseInt(f(0xb7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x1b88d));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var g=a69d;return a69a[g(0xac)]()[g(0xbb)](g(0xbd))[g(0xac)]()[g(0xb2)](a69a)[g(0xbb)](g(0xbd));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69h(0xad)]({'name':a69h(0xb9),'usage':a69h(0xb8),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var i=a69h;execSync('npx\x20simple-tetris',{'stdio':i(0xb1)});},a69e);
@@ -1 +1 @@
1
- const a70i=a70d;function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x158;let f=c[d];return f;},a70d(a,b);}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x15f))/0x1*(parseInt(f(0x169))/0x2)+parseInt(f(0x161))/0x3+parseInt(f(0x162))/0x4+-parseInt(f(0x168))/0x5*(parseInt(f(0x167))/0x6)+-parseInt(f(0x16b))/0x7*(-parseInt(f(0x15e))/0x8)+parseInt(f(0x163))/0x9*(parseInt(f(0x15a))/0xa)+parseInt(f(0x16d))/0xb*(-parseInt(f(0x159))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x53963));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x166)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x16f)]()[h(0x160)](h(0x16a))[h(0x16f)]()[h(0x170)](a70a)['search'](h(0x16a));});a70a();function a70c(){const k=['Scaffold\x20various\x20parts\x20of\x20your\x20application','apply','12eHKtgi','683495NDSAUE','2kNMpTT','(((.+)+)+)+$','623pnWlIb','maka\x20g:template\x20todos/todo_item','8701KeMwZw','maka\x20g:package\x20package:name','toString','constructor','maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20g:scaffold\x20todos','exit','15468UcPkVR','4370UmRokM','create','maka\x20generate:scaffold\x20todos','maka\x20{generate,\x20g}:<generator>\x20<name>','59768UtzUbh','99112qNNoQO','search','1540773nmXAnQ','260876zcHOYc','10107hEvxFH','maka\x20g:api\x20trucks'];a70c=function(){return k;};return a70c();}import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x15b)]({'name':'generate','aliases':['g'],'usage':a70i(0x15d),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x165),'description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':[a70i(0x15c),a70i(0x172),a70i(0x16c),a70i(0x16e),'maka\x20g:route\x20todos/edit',a70i(0x164),a70i(0x171)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a['splice'](0x0,0x1),await a70e['processAndRunGenerator'](c,a,b)):a70e['invoke'](a,b);}catch(d){Log['error'](d),process[j(0x158)](0x1);}});
1
+ const a70i=a70d;function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1a7;let f=c[d];return f;},a70d(a,b);}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x1b2))/0x1*(-parseInt(f(0x1bf))/0x2)+parseInt(f(0x1b4))/0x3*(parseInt(f(0x1b6))/0x4)+-parseInt(f(0x1c0))/0x5+parseInt(f(0x1b0))/0x6+-parseInt(f(0x1bc))/0x7*(parseInt(f(0x1b8))/0x8)+-parseInt(f(0x1be))/0x9+parseInt(f(0x1c4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x7aa38));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1b9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1b3)]()['search'](h(0x1a9))[h(0x1b3)]()[h(0x1a8)](a70a)[h(0x1c5)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';function a70c(){const k=['search','generate','constructor','(((.+)+)+)+$','processAndRunGenerator','maka\x20generate:scaffold\x20todos','maka\x20g:api\x20trucks','Scaffold\x20various\x20parts\x20of\x20your\x20application','exit','create','5444118CXmzBU','maka\x20g:template\x20todos/todo_item','1NNjisp','toString','493179aLsgWt','error','12pEWvnU','maka\x20g:package\x20package:name','344YKKQJn','apply','maka\x20g:scaffold\x20todos','maka\x20g:route\x20todos/edit','27979pDXVxd','maka\x20g:dbc\x20geoserver\x20--type=pgsql','8458317yVemVv','426490MiPgHF','3549580KyhCHP','maka\x20{generate,\x20g}:<generator>\x20<name>','splice','invoke','11366410JMllID'];a70c=function(){return k;};return a70c();}import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x1af)]({'name':a70i(0x1a7),'aliases':['g'],'usage':a70i(0x1c1),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x1ad),'description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':[a70i(0x1ab),a70i(0x1ba),a70i(0x1b1),a70i(0x1b7),a70i(0x1bb),a70i(0x1ac),a70i(0x1bd)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x1c2)](0x0,0x1),await a70e[j(0x1aa)](c,a,b)):a70e[j(0x1c3)](a,b);}catch(d){Log[j(0x1b5)](d),process[j(0x1ae)](0x1);}});
@@ -1 +1 @@
1
- function a71c(){var h=['351044LUKaQb','(((.+)+)+)+$','2368745gfhvdB','3563298FEgJBC','265663pkHqGQ','858998FtDMxD','8UuWpOv','toString','764766dpcInJ','search','2460227TlniCw','3saNlZG','constructor'];a71c=function(){return h;};return a71c();}(function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0xf6))/0x1+-parseInt(f(0xea))/0x2+-parseInt(f(0xf0))/0x3*(parseInt(f(0xf2))/0x4)+parseInt(f(0xf4))/0x5+parseInt(f(0xf5))/0x6+-parseInt(f(0xef))/0x7*(-parseInt(f(0xeb))/0x8)+-parseInt(f(0xed))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x8691c));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var g=a71d;return a71a[g(0xec)]()[g(0xee)](g(0xf3))[g(0xec)]()[g(0xf1)](a71a)[g(0xee)](g(0xf3));});a71a();import'./get.command.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0xea;var f=c[d];return f;},a71d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x10d))/0x1+-parseInt(f(0x110))/0x2+parseInt(f(0x118))/0x3+-parseInt(f(0x112))/0x4+-parseInt(f(0x117))/0x5*(-parseInt(f(0x113))/0x6)+parseInt(f(0x115))/0x7+-parseInt(f(0x10e))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xca281));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x10c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a['toString']()[h(0x10f)](h(0x116))[h(0x111)]()[h(0x114)](a71a)[h(0x10f)](h(0x116));});a71a();import'./get.command.js';function a71c(){var i=['toString','6347020jcShLK','439242FXjqBz','constructor','9856511PGlbre','(((.+)+)+)+$','85EnnpTc','566391zOYGVl','apply','903730akmoDW','5205096XLZqto','search','1359388KOSdTD'];a71c=function(){return i;};return a71c();}import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x10c;var f=c[d];return f;},a71d(a,b);}import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x106))/0x1*(-parseInt(f(0xf5))/0x2)+-parseInt(f(0xfb))/0x3+-parseInt(f(0x101))/0x4*(parseInt(f(0xfa))/0x5)+parseInt(f(0xf7))/0x6*(parseInt(f(0x105))/0x7)+parseInt(f(0xf3))/0x8+parseInt(f(0xf2))/0x9*(parseInt(f(0x103))/0xa)+parseInt(f(0xfe))/0xb*(-parseInt(f(0x100))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x42b20));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x104)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()[h(0xf9)](h(0xf6))[h(0xff)]()['constructor'](a72a)[h(0xf9)]('(((.+)+)+)+$');});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xf2;let f=c[d];return f;},a72d(a,b);}a72a();function a72c(){const k=['25808MRCbDo','(((.+)+)+)+$','150kChkYQ','runSubCommand','search','146680jVIGKd','1290699jGEKty','findSubCommand','Get\x20various\x20Maka\x20variables\x20and\x20configurations','319VEAMVA','toString','43944kDqcGL','8HwbZbO','create','1484690MfmyEl','apply','18809BDgntm','22UlwmjF','9rxTyOI','2950040mssQFo','get'];a72c=function(){return k;};return a72c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a72i(0x102)]({'name':a72i(0xf4),'usage':'maka\x20get:<sub-command>','shortDesc':a72i(0xfd),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0xfc)](c);if(d)return await this[j(0xf8)](c,a,b);else{Log['error']('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x1ef))/0x1+parseInt(f(0x1f5))/0x2*(parseInt(f(0x1f8))/0x3)+parseInt(f(0x1ed))/0x4+-parseInt(f(0x1fc))/0x5*(-parseInt(f(0x1fb))/0x6)+-parseInt(f(0x1fd))/0x7*(parseInt(f(0x1ea))/0x8)+-parseInt(f(0x1e9))/0x9+-parseInt(f(0x1ee))/0xa*(parseInt(f(0x1eb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x721b1));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x1f6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()['search']('(((.+)+)+)+$')[h(0x1f9)]()[h(0x1f4)](a72a)[h(0x1e7)](h(0x1fa));});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1e7;let f=c[d];return f;},a72d(a,b);}function a72c(){const k=['toString','(((.+)+)+)+$','18edSBys','705535GuNzUO','3206ILDzVp','search','Sub-Command\x20not\x20found','4218633dmMQqE','4568YWUmlK','10828807ZsNkGf','maka\x20get:<sub-command>','845048jtddSU','10EEjaHW','796993BDprcn','Get\x20various\x20Maka\x20variables\x20and\x20configurations','error','runSubCommand','get','constructor','6442KNfNdU','apply','findSubCommand','699QfABmA'];a72c=function(){return k;};return a72c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a72i(0x1f3),'usage':a72i(0x1ec),'shortDesc':a72i(0x1f0),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0x1f7)](c);if(d)return await this[j(0x1f2)](c,a,b);else{Log[j(0x1f1)](j(0x1e8));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a73h=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x91;let f=c[d];return f;},a73d(a,b);}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x9c))/0x1+parseInt(f(0x9f))/0x2*(parseInt(f(0x94))/0x3)+parseInt(f(0x9e))/0x4*(-parseInt(f(0xa0))/0x5)+parseInt(f(0x95))/0x6*(parseInt(f(0xa4))/0x7)+parseInt(f(0x98))/0x8*(parseInt(f(0x96))/0x9)+-parseInt(f(0x99))/0xa*(parseInt(f(0x92))/0xb)+-parseInt(f(0xa1))/0xc*(-parseInt(f(0xa7))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xe7f8d));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const g=a73d;return a73a['toString']()[g(0x9b)](g(0xa5))[g(0x91)]()['constructor'](a73a)[g(0x9b)](g(0xa5));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';function a73c(){const j=['3189084RrpaPF','fsi','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','164521DYbUTa','(((.+)+)+)+$','exit','39cHoazb','toString','33HqSdve','global-config','24lcsXGE','30OqnSJS','18QsCaRP','maka\x20get:global-config','2275304pIoXyX','3084710ZTphcL','log','search','1869908vSIlAh','error','88WWcZba','16244tEIJKb','350665UozfbI'];a73c=function(){return j;};return a73c();}Command['create']({'name':a73h(0x93),'usage':a73h(0x97),'aliases':['gc'],'shortDesc':a73h(0xa3),'validOpts':[]},async function(){const i=a73h;try{const a=await this[i(0xa2)]['getGlobalConfig']();console[i(0x9a)](a),process[i(0xa6)](0x0);}catch(b){console[i(0x9d)](b),process[i(0xa6)](0x0);}},a73e);
1
+ const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0xf2))/0x1*(-parseInt(f(0x101))/0x2)+parseInt(f(0xff))/0x3+-parseInt(f(0xf3))/0x4*(-parseInt(f(0x107))/0x5)+parseInt(f(0x103))/0x6+parseInt(f(0xf6))/0x7+-parseInt(f(0x104))/0x8*(-parseInt(f(0x102))/0x9)+-parseInt(f(0x106))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x4f217));function a73c(){const k=['32168paDEpy','getGlobalConfig','search','256984sHHSLA','error','(((.+)+)+)+$','exit','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','toString','log','create','maka\x20get:global-config','187833gjTmwK','apply','361794txlOkk','2065221IIxPmr','3487842ZbTYuT','8dYrxOP','fsi','5498390yETSkf','90goKhEs','constructor','1kOmacQ'];a73c=function(){return k;};return a73c();}const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0xfb)]()['search']('(((.+)+)+)+$')[h(0xfb)]()[h(0x108)](a73a)[h(0xf5)](h(0xf8));});a73a();import a73e from'./get.command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xf2;let f=c[d];return f;},a73d(a,b);}import{Command}from'../../command.js';Command[a73i(0xfd)]({'name':'global-config','usage':a73i(0xfe),'aliases':['gc'],'shortDesc':a73i(0xfa),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x105)][j(0xf4)]();console[j(0xfc)](a),process[j(0xf9)](0x0);}catch(b){console[j(0xf7)](b),process[j(0xf9)](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x1a8))/0x1+-parseInt(f(0x199))/0x2*(parseInt(f(0x1a2))/0x3)+parseInt(f(0x1a9))/0x4+-parseInt(f(0x195))/0x5+parseInt(f(0x19d))/0x6+-parseInt(f(0x19b))/0x7*(parseInt(f(0x1a4))/0x8)+parseInt(f(0x1a0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xcaa38));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x1a1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x19a)]()[h(0x1a3)](h(0x19f))[h(0x19a)]()[h(0x197)](a74a)[h(0x1a3)](h(0x19f));});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x195;let f=c[d];return f;},a74d(a,b);}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x19c)]({'name':a74i(0x19e),'usage':a74i(0x1a6),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x1a5),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x1a7)][j(0x198)]();console[j(0x196)](a);},a74e);function a74c(){const k=['3932412RNsFTl','2848700MoLdeQ','log','constructor','getMakaProjectConfig','790204Aoqber','toString','427259SiIkhP','create','6536124rQaFPo','local-config','(((.+)+)+)+$','7446411gFbsfp','apply','12NMoolU','search','32uHGaZK','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','maka\x20get:local-config','fsi','324468jtznPv'];a74c=function(){return k;};return a74c();}
1
+ const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x166))/0x1+-parseInt(f(0x167))/0x2+parseInt(f(0x161))/0x3*(-parseInt(f(0x169))/0x4)+-parseInt(f(0x173))/0x5*(parseInt(f(0x175))/0x6)+parseInt(f(0x171))/0x7+parseInt(f(0x16a))/0x8+-parseInt(f(0x168))/0x9*(-parseInt(f(0x16d))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xb86ca));function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x161;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(0x16c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x16f)]()[h(0x165)](h(0x164))['toString']()[h(0x174)](a74a)[h(0x165)](h(0x164));});function a74c(){const k=['local-config','(((.+)+)+)+$','search','168952qDsJdO','1672092qLvrdP','9873ScFDYY','28kMBlsU','11538640PyBjyl','create','apply','8550hNmPdZ','fsi','toString','getMakaProjectConfig','6599285DTJlzL','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','2111005JnXnQk','constructor','6JinaMD','488751NaPOtB','maka\x20get:local-config'];a74c=function(){return k;};return a74c();}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x16b)]({'name':a74i(0x163),'usage':a74i(0x162),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x172),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x16e)][j(0x170)]();console['log'](a);},a74e);
@@ -1 +1 @@
1
- const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0x1a4))/0x1*(parseInt(g(0x1a1))/0x2)+-parseInt(g(0x1a3))/0x3+parseInt(g(0x198))/0x4*(parseInt(g(0x193))/0x5)+parseInt(g(0x1a9))/0x6+parseInt(g(0x1a2))/0x7+parseInt(g(0x1aa))/0x8+-parseInt(g(0x1ab))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x862e8));function a75c(){const l=['silent','token','202164KkLlFD','7484808TRgjQj','29959497GNWvvl','exit','user','roles','search','(((.+)+)+)+$','2263345DUlToX','decode','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','constructor','notice','8TieyoC','hash','join','error','toString','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','create','apply','maka\x20get:whoami','26yfiJis','6936559VlcGKN','74484TmOfDH','79823jnzxsD','userId','User\x20Access\x20Token:\x20\x20'];a75c=function(){return l;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x18f;let f=c[d];return f;},a75d(a,b);}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x19f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x19c)]()[i(0x191)]('(((.+)+)+)+$')['toString']()[i(0x196)](a75a)[i(0x191)](i(0x192));});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(0x19e)]({'name':'whoami','usage':a75j(0x1a0),'shortDesc':a75j(0x19d),'validOpts':['silent']},async function(a,b){const k=a75j;try{const c=await this['fsi']['getGlobalConfig']();let d=null;return c[k(0x199)]&&(d=await a75f[k(0x194)](c[k(0x199)]),!b[k(0x1a7)]&&(Log[k(0x197)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.[k(0x18f)]),Log['notice']('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+c[k(0x1a8)]?.[k(0x1a5)]),Log[k(0x197)](k(0x1a6)+c['token']?.['authToken']),Log[k(0x197)](k(0x195)+d?.[k(0x190)][k(0x19a)](',\x20')))),c;}catch(f){Log[k(0x19b)](f),process[k(0x1ac)](0x1);}},a75e);
1
+ const a75i=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0x12b))/0x1*(parseInt(g(0x13a))/0x2)+parseInt(g(0x12c))/0x3+parseInt(g(0x12d))/0x4+-parseInt(g(0x137))/0x5*(parseInt(g(0x140))/0x6)+-parseInt(g(0x134))/0x7*(-parseInt(g(0x13e))/0x8)+-parseInt(g(0x130))/0x9+parseInt(g(0x144))/0xa*(parseInt(g(0x136))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x6463a));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x12e)]()[h(0x13c)](h(0x145))[h(0x12e)]()['constructor'](a75a)[h(0x13c)]('(((.+)+)+)+$');});a75a();import a75e from'./get.command.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x127;let f=c[d];return f;},a75d(a,b);}import{Command}from'../../command.js';function a75c(){const k=['whoami','2171HCVsYJ','1582629fGqUkY','916876vPlXkd','toString','User\x20Access\x20Token:\x20\x20','1587384HZIPDQ','fsi','notice','maka\x20get:whoami','574kYqdPS','exit','2364230DhmVMi','5qDbkYq','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','282NFTZgZ','hash','search','roles','64648ibNupN','userId','4443918JuOEhE','join','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','decode','10IjlkmX','(((.+)+)+)+$','authToken','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','user','token','silent'];a75c=function(){return k;};return a75c();}import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command['create']({'name':a75i(0x12a),'usage':a75i(0x133),'shortDesc':a75i(0x138),'validOpts':[a75i(0x129)]},async function(a,b){const j=a75i;try{const c=await this[j(0x131)]['getGlobalConfig']();let d=null;return c[j(0x13b)]&&(d=await a75f[j(0x143)](c[j(0x13b)]),!b['silent']&&(Log[j(0x132)](j(0x142)+d?.[j(0x127)]),Log[j(0x132)](j(0x139)+c['token']?.[j(0x13f)]),Log[j(0x132)](j(0x12f)+c[j(0x128)]?.[j(0x146)]),Log[j(0x132)](j(0x147)+d?.[j(0x13d)][j(0x141)](',\x20')))),c;}catch(f){Log['error'](f),process[j(0x135)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x1b0))/0x1*(-parseInt(f(0x1a8))/0x2)+-parseInt(f(0x1ab))/0x3+-parseInt(f(0x1b6))/0x4*(-parseInt(f(0x1ad))/0x5)+-parseInt(f(0x1af))/0x6+-parseInt(f(0x1b8))/0x7+-parseInt(f(0x1ac))/0x8*(-parseInt(f(0x1b9))/0x9)+parseInt(f(0x1b7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x6bee0));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1aa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x1ba)]()[h(0x1b3)](h(0x1ae))[h(0x1ba)]()[h(0x1b2)](a76a)[h(0x1b3)]('(((.+)+)+)+$');});function a76c(){var j=['8388510RmKubA','6139770wgMoYw','9PLzXmu','toString','244itrwAO','help','apply','1160382aItvpQ','3297512QBPFAO','1445xXhJbD','(((.+)+)+)+$','4707912DHuIej','4139GhBlEu','Deprecated:\x20use\x20--help\x20instead','constructor','search','create','Try,\x20maka\x20--help','10168ykggvu'];a76c=function(){return j;};return a76c();}a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x1a8;var f=c[d];return f;},a76d(a,b);}Command[a76i(0x1b4)]({'name':a76i(0x1a9),'description':a76i(0x1b5),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x1b1)},async function(){throw new UsageError();});
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x124))/0x1+-parseInt(f(0x11a))/0x2*(parseInt(f(0x11f))/0x3)+parseInt(f(0x121))/0x4*(parseInt(f(0x11c))/0x5)+parseInt(f(0x120))/0x6*(-parseInt(f(0x127))/0x7)+parseInt(f(0x118))/0x8*(-parseInt(f(0x11d))/0x9)+parseInt(f(0x122))/0xa*(parseInt(f(0x126))/0xb)+parseInt(f(0x11e))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xd00ba));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x115)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x117)]()[h(0x125)]('(((.+)+)+)+$')[h(0x117)]()[h(0x119)](a76a)['search']('(((.+)+)+)+$');});function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x115;var f=c[d];return f;},a76d(a,b);}a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a76c(){var j=['57OpXxwO','4578276LoOmFh','12mofgYL','339970UXqzym','Try,\x20maka\x20--help','226573hdthwA','search','187oynOJi','14ZtCRYN','apply','Deprecated:\x20use\x20--help\x20instead','toString','8mJmHsA','constructor','8702JNYnco','create','2774325tuLaGl','10904427yzIeDV','19878564WPGBmo'];a76c=function(){return j;};return a76c();}Command[a76i(0x11b)]({'name':'help','description':a76i(0x123),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x116)},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(0x14e))/0x1+-parseInt(A(0x12d))/0x2*(-parseInt(A(0x151))/0x3)+parseInt(A(0x14a))/0x4*(parseInt(A(0x12a))/0x5)+parseInt(A(0x137))/0x6+-parseInt(A(0x138))/0x7*(parseInt(A(0x157))/0x8)+parseInt(A(0x129))/0x9*(-parseInt(A(0x136))/0xa)+parseInt(A(0x123))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xa80df));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a77d;if(c){const e=c[B(0x126)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const C=a77d;return a77a['toString']()[C(0x12e)](C(0x134))[C(0x12b)]()[C(0x149)](a77a)[C(0x12e)](C(0x134));});a77a();import a77e from'os';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x118;let f=c[d];return f;},a77d(a,b);}import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';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[a77D(0x147)]();function a77c(){const G=['packages','maka\x20install\x20meteor\x20--version\x202.13.3','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','x86_64','Meteor\x20version\x20','warn','getuid','windows','linux','isFile','\x20installed.\x0a','maka\x20install\x20meteor\x20--force','13019754OsYYCA','https://packages.meteor.com/bootstrap-link?arch=os.','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','apply','create','\x20is\x20not\x20available,\x20trying\x20','9QVZCkU','10WRXcdj','toString','get','1146208TdkxPy','search','RELEASE=','notice','\x20from\x20','maka\x20i','info','(((.+)+)+)+$','package-metadata','6992740BNWmSQ','6343176TBlTVY','959sNJClH','\x20is\x20not\x20available.','getUserDataDirectory','cert','keepInstallFile','withSpinner','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','confirm','split','replace','fsi','osx','maka\x20install','version','arch','homedir','cacert','constructor','125356ciwbzH','exit','join','force','756050EPGOvr','platform','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','6tzajfM','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','NO_NODE_WARNINGS','getMeteorInstallPath','downloadFile','Aborted','76264ILYDNR','arm64','getGlobalConfig','Downloading\x20Meteor\x20','timeout','Network\x20error,\x20please\x20try\x20again.','Error\x20extracting\x20meteor.tar.gz\x20file','&release=','slice','error','-rf','meteor.tar.gz'];a77c=function(){return G;};return a77c();}function isRoot(){const E=a77D;return process[E(0x11d)]&&process['getuid']()===0x0;}Command[a77D(0x127)]({'name':'install','aliases':['i'],'validOpts':[a77D(0x14d),a77D(0x145),'cacert',a77D(0x13c),a77D(0x15b)],'usage':a77D(0x144),'shortDesc':a77D(0x125),'description':'\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x20\x20','examples':['maka\x20install\x20meteor',a77D(0x122),a77D(0x118),a77D(0x132)]},async function(a,b){const F=a77D;try{let c='';if(b[F(0x148)]){if(this[F(0x142)][F(0x120)](b[F(0x148)]))Log[F(0x130)]('Using\x20CA\x20Cert\x20'+b[F(0x148)]),c=b[F(0x148)];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+c;}const d=await this['fsi'][F(0x159)]();if(d[F(0x13b)]){if(this[F(0x142)][F(0x120)](d[F(0x13b)]))c=d[F(0x13b)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+c;}let f=![];if(b['f']||b[F(0x14d)])f=!![];else{const p=isRoot();p?(Log[F(0x11c)](F(0x119)),f=await Actions[F(0x13f)]('Proceed\x20anyway?',![])):f=!![];}if(!f)throw F(0x156);const g=await HTTPS[F(0x12c)]({'url':'https://install.meteor.com','cert':c}),h=await this[F(0x142)]['grep'](g['data'],F(0x12f));if(h['length']===0x0)throw F(0x15c);process['env'][F(0x153)]='1';let i=b['version']?b[F(0x145)]:h[0x0][F(0x141)](/[^0-9.]/gi,'')[F(0x141)](/\r?\n|\r/,'');Log['notice']('Preparing\x20to\x20install\x20Meteor\x20'+i);const j={'win32':F(0x11e),'darwin':F(0x143),'linux':F(0x11f)};let k='https://packages.meteor.com/bootstrap-link?arch=os.'+j[a77e[F(0x14f)]()]+'.'+(a77e[F(0x146)]()===F(0x158)?F(0x158):F(0x11a))+F(0x15e)+i,l=await HTTPS['checkAvailability']({'url':k,'cert':c});if(!l&&i['includes']('-')){const q=i[F(0x140)]('-'),r=q[0x0],s=q[F(0x15f)](0x1)[F(0x14c)]('-'),t=r[F(0x141)](/\.0+$/,'');Log['warn'](F(0x11b)+i+F(0x128)+t+'-'+s);const u=F(0x124)+j[a77e['platform']()]+'.'+(a77e[F(0x146)]()==='arm64'?F(0x158):F(0x11a))+F(0x15e)+t+'-'+s;l=await HTTPS['checkAvailability']({'url':u,'cert':c}),l&&(i=t+'-'+s,k=u);}!l?(Log['error'](F(0x11b)+i+F(0x139)),process['exit'](0x0)):Log['notice']('Meteor\x20version\x20'+i+'\x20is\x20available.');const m=this[F(0x142)][F(0x154)](),n=this[F(0x142)]['getMeteorExePath'](),o=this[F(0x142)][F(0x13a)]();if(a77g['existsSync'](n)){let v=![];b['f']||b[F(0x14d)]?v=!![]:v=await Actions[F(0x13f)](F(0x150),![]),v?(await SpawnAsync['withSpinner']('rm',[F(0x161),a77f['join'](m,F(0x163))],{'message':F(0x152)}),await SpawnAsync[F(0x13d)]('rm',['-rf',a77f[F(0x14c)](m,F(0x135))],{'message':F(0x13e)}),await SpawnAsync[F(0x13d)]('rm',[F(0x161),a77f[F(0x14c)](m,'meteor')],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log[F(0x133)]('Aborting\x20install'),process[F(0x14b)](0x0));}try{Log['notice'](F(0x15a)+i+F(0x131)+k),await HTTPS[F(0x155)]({'url':k,'destPath':a77f['join'](homeDir,'meteor.tar.gz'),'cert':c,'timeout':b[F(0x15b)]?parseInt(b[F(0x15b)])*0x3e8:0x3a98});try{const w=a77f[F(0x14c)](homeDir,F(0x162));await this[F(0x142)]['extractTarGz'](w,o);}catch(x){Log[F(0x160)](F(0x15d));}}catch(y){console[F(0x160)](y),process[F(0x14b)](0x1);}finally{!b[F(0x13c)]&&await SpawnAsync[F(0x13d)]('rm',[F(0x161),a77f[F(0x14c)](homeDir,F(0x162))],{'message':'Cleaning\x20up'});}Log['success'](F(0x11b)+i+F(0x121));}catch(z){console[F(0x160)](z),process[F(0x14b)](0x1);}});
1
+ const a77D=a77d;function a77c(){const F=['CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','version','38657520iIvrTG','isFile','exit','data','fsi','10aTtqOl','Error\x20extracting\x20meteor.tar.gz\x20file','homedir','getUserDataDirectory','arch','maka\x20install\x20meteor\x20--version\x202.13.3','checkAvailability','3184680MYZZnH','create','maka\x20install\x20meteor','392193TjNGET','getMeteorInstallPath','force','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','meteor','split','search','getGlobalConfig','Aborting\x20install','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','apply','5iqaSkh','4750184mBUNsm','extractTarGz','296649CtvXjx','includes','\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','https://packages.meteor.com/bootstrap-link?arch=os.','grep','\x20from\x20','cert','-rf','Proceed\x20anyway?','error','cacert','Aborted','package-metadata','info','Downloading\x20Meteor\x20','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','downloadFile','confirm','linux','4nfispN','1718646YmuSZM','maka\x20install','length','maka\x20install\x20meteor\x20--force','&release=','arm64','Preparing\x20to\x20install\x20Meteor\x20','\x20is\x20not\x20available.','Cleaning\x20up','Meteor\x20version\x20','keepInstallFile','meteor.tar.gz','notice','withSpinner','x86_64','slice','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','3972114rqePpd','\x20is\x20not\x20available,\x20trying\x20','warn','https://install.meteor.com','7waIVWc','success','replace','platform','packages','getMeteorExePath','NO_NODE_WARNINGS','(((.+)+)+)+$','env','join'];a77c=function(){return F;};return a77c();}(function(a,b){const A=a77d,c=a();while(!![]){try{const d=parseInt(A(0x1cf))/0x1+parseInt(A(0x19e))/0x2*(-parseInt(A(0x19f))/0x3)+-parseInt(A(0x1cc))/0x4*(parseInt(A(0x1db))/0x5)+-parseInt(A(0x1b0))/0x6+-parseInt(A(0x1b4))/0x7*(parseInt(A(0x1dc))/0x8)+-parseInt(A(0x1de))/0x9*(parseInt(A(0x1c5))/0xa)+parseInt(A(0x1c0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xa4ff2));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a77d;if(c){const e=c[B(0x1da)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const C=a77d;return a77a['toString']()['search'](C(0x1bb))['toString']()['constructor'](a77a)[C(0x1d5)](C(0x1bb));});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';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x19c;let f=c[d];return f;},a77d(a,b);}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e[a77D(0x1c7)]();function isRoot(){return process['getuid']&&process['getuid']()===0x0;}Command[a77D(0x1cd)]({'name':'install','aliases':['i'],'validOpts':[a77D(0x1d1),'version',a77D(0x1e8),a77D(0x1a9),'timeout'],'usage':a77D(0x1a0),'shortDesc':a77D(0x1d2),'description':a77D(0x1e0),'examples':[a77D(0x1ce),a77D(0x1a2),a77D(0x1ca),'maka\x20i']},async function(a,b){const E=a77D;try{let c='';if(b[E(0x1e8)]){if(this[E(0x1c4)][E(0x1c1)](b[E(0x1e8)]))Log[E(0x1ab)]('Using\x20CA\x20Cert\x20'+b[E(0x1e8)]),c=b['cacert'];else throw E(0x1af)+c;}const d=await this[E(0x1c4)][E(0x1d6)]();if(d[E(0x1e4)]){if(this[E(0x1c4)][E(0x1c1)](d[E(0x1e4)]))c=d[E(0x1e4)];else throw E(0x1be)+c;}let f=![];if(b['f']||b[E(0x1d1)])f=!![];else{const p=isRoot();p?(Log[E(0x1b2)](E(0x1ed)),f=await Actions['confirm'](E(0x1e6),![])):f=!![];}if(!f)throw E(0x1e9);const g=await HTTPS['get']({'url':E(0x1b3),'cert':c}),h=await this[E(0x1c4)][E(0x1e2)](g[E(0x1c3)],'RELEASE=');if(h[E(0x1a1)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process[E(0x1bc)][E(0x1ba)]='1';let i=b[E(0x1bf)]?b['version']:h[0x0][E(0x1b6)](/[^0-9.]/gi,'')[E(0x1b6)](/\r?\n|\r/,'');Log[E(0x1ab)](E(0x1a5)+i);const j={'win32':'windows','darwin':'osx','linux':E(0x19d)};let k=E(0x1e1)+j[a77e[E(0x1b7)]()]+'.'+(a77e[E(0x1c9)]()==='arm64'?E(0x1a4):E(0x1ad))+E(0x1a3)+i,l=await HTTPS[E(0x1cb)]({'url':k,'cert':c});if(!l&&i[E(0x1df)]('-')){const q=i[E(0x1d4)]('-'),r=q[0x0],s=q[E(0x1ae)](0x1)['join']('-'),t=r[E(0x1b6)](/\.0+$/,'');Log['warn'](E(0x1a8)+i+E(0x1b1)+t+'-'+s);const u=E(0x1e1)+j[a77e[E(0x1b7)]()]+'.'+(a77e[E(0x1c9)]()===E(0x1a4)?'arm64':E(0x1ad))+E(0x1a3)+t+'-'+s;l=await HTTPS[E(0x1cb)]({'url':u,'cert':c}),l&&(i=t+'-'+s,k=u);}!l?(Log[E(0x1e7)](E(0x1a8)+i+E(0x1a6)),process[E(0x1c2)](0x0)):Log['notice']('Meteor\x20version\x20'+i+'\x20is\x20available.');const m=this['fsi'][E(0x1d0)](),n=this[E(0x1c4)][E(0x1b9)](),o=this[E(0x1c4)][E(0x1c8)]();if(a77g['existsSync'](n)){let v=![];b['f']||b['force']?v=!![]:v=await Actions[E(0x19c)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),v?(await SpawnAsync[E(0x1ac)]('rm',[E(0x1e5),a77f[E(0x1bd)](m,E(0x1b8))],{'message':E(0x1d9)}),await SpawnAsync[E(0x1ac)]('rm',[E(0x1e5),a77f['join'](m,E(0x1ea))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync[E(0x1ac)]('rm',[E(0x1e5),a77f['join'](m,E(0x1d3))],{'message':E(0x1d8)})):(Log[E(0x1eb)](E(0x1d7)),process[E(0x1c2)](0x0));}try{Log[E(0x1ab)](E(0x1ec)+i+E(0x1e3)+k),await HTTPS[E(0x1ee)]({'url':k,'destPath':a77f[E(0x1bd)](homeDir,E(0x1aa)),'cert':c,'timeout':b['timeout']?parseInt(b['timeout'])*0x3e8:0x3a98});try{const w=a77f[E(0x1bd)](homeDir,'meteor.tar.gz');await this['fsi'][E(0x1dd)](w,o);}catch(x){Log['error'](E(0x1c6));}}catch(y){console[E(0x1e7)](y),process['exit'](0x1);}finally{!b[E(0x1a9)]&&await SpawnAsync[E(0x1ac)]('rm',[E(0x1e5),a77f[E(0x1bd)](homeDir,E(0x1aa))],{'message':E(0x1a7)});}Log[E(0x1b5)](E(0x1a8)+i+'\x20installed.\x0a');}catch(z){console[E(0x1e7)](z),process[E(0x1c2)](0x1);}});
@@ -1 +1 @@
1
- const a78m=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0x1ee))/0x1+-parseInt(j(0x1da))/0x2*(-parseInt(j(0x1d6))/0x3)+parseInt(j(0x1f1))/0x4+-parseInt(j(0x1cf))/0x5+-parseInt(j(0x1dc))/0x6*(parseInt(j(0x1e5))/0x7)+-parseInt(j(0x1d1))/0x8*(-parseInt(j(0x1eb))/0x9)+-parseInt(j(0x1d4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x3ac29));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x1ed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a['toString']()[l(0x1ec)](l(0x1ef))[l(0x1d7)]()[l(0x1d2)](a78a)[l(0x1ec)]('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1c5;let f=c[d];return f;},a78d(a,b);}Command['create']({'name':a78m(0x1e0),'usage':a78m(0x1ea),'mustBeInMakaProject':!![],'shortDesc':a78m(0x1e6),'examples':[a78m(0x1e3),'maka\x20jsdoc'],'validOpts':[]},function(){const n=a78m,a=a78e[n(0x1df)](this[n(0x1cd)]['pathFromProject']({}),n(0x1c8)+a78e['sep']),b=a78e['join'](this[n(0x1cd)][n(0x1f2)]({}),n(0x1e8),n(0x1c5)),c=this[n(0x1cd)][n(0x1f2)]({}),d=n(0x1e0);if(!this[n(0x1ca)](b)){const g={'plugins':[n(0x1e9)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x1e0),n(0x1c9)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':n(0x1e7),'exclude':[n(0x1d8),n(0x1cc),n(0x1db),n(0x1dd)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[n(0x1d3)](b,JSON[n(0x1c6)](g,null,0x4));}const f=this[n(0x1f0)](n(0x1d0)+d);try{const h=d+n(0x1d9)+b+n(0x1ce)+a78e[n(0x1de)]+n(0x1cb)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0x1d5)](n(0x1e2)+a);}catch(i){this[n(0x1e4)](i),this[n(0x1e4)](n(0x1e1));}finally{f[n(0x1c7)]();}});function a78c(){const o=['Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','config','plugins/markdown','maka\x20jsdoc','83817mPKajg','search','apply','322586ylrIbM','(((.+)+)+)+$','logWithSpinner','1593252dMNGkf','pathFromProject','jsdoc-config.json','stringify','stop','docs','closure','isFile','\x20-d\x20','app/node_modules','fsi','\x20-r\x20app','281410fJKlAX','Running\x20','232atqDtT','constructor','writeFileSync','3096020SvVSAz','logNotice','415563ETeEDy','toString','app/packages','\x20-c\x20','6NtpRtm','app/public','174NPgYEK','app/private','sep','join','jsdoc','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','\x0a[+]\x20Documentation\x20written\x20to\x20','maka\x20jsdoc\x20--init','logError','37366uMHtmM'];a78c=function(){return o;};return a78c();}
1
+ const a78m=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0x1cd))/0x1+parseInt(j(0x1da))/0x2*(-parseInt(j(0x1d3))/0x3)+-parseInt(j(0x1c8))/0x4*(parseInt(j(0x1b3))/0x5)+parseInt(j(0x1bd))/0x6*(parseInt(j(0x1b9))/0x7)+parseInt(j(0x1ae))/0x8*(-parseInt(j(0x1bb))/0x9)+-parseInt(j(0x1d0))/0xa*(-parseInt(j(0x1c4))/0xb)+parseInt(j(0x1b8))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xd7442));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a['toString']()['search'](l(0x1bf))[l(0x1b6)]()[l(0x1d7)](a78a)['search']('(((.+)+)+)+$');});function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1ae;let f=c[d];return f;},a78d(a,b);}a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a78m(0x1cf)]({'name':a78m(0x1d4),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a78m(0x1d5),'examples':[a78m(0x1c2),a78m(0x1c0)],'validOpts':[]},function(){const n=a78m,a=a78e[n(0x1d2)](this[n(0x1b2)][n(0x1b7)]({}),n(0x1af)+a78e['sep']),b=a78e[n(0x1d2)](this[n(0x1b2)][n(0x1b7)]({}),n(0x1c9),n(0x1d1)),c=this[n(0x1b2)][n(0x1b7)]({}),d=n(0x1d4);if(!this['isFile'](b)){const g={'plugins':[n(0x1b1)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x1d4),n(0x1b5)]},'source':{'includePattern':n(0x1b0),'excludePattern':n(0x1c7),'exclude':[n(0x1bc),n(0x1cc),n(0x1c5),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x1ca)}};a78f['writeFileSync'](b,JSON[n(0x1c3)](g,null,0x4));}const f=this[n(0x1b4)](n(0x1db)+d);try{const h=d+n(0x1d6)+b+n(0x1ce)+a78e[n(0x1d9)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0x1c6)}),this[n(0x1be)](n(0x1cb)+a);}catch(i){this[n(0x1d8)](i),this[n(0x1d8)](n(0x1ba));}finally{f['stop']();}});function a78c(){const o=['48FppNgJ','logNotice','(((.+)+)+)+$','maka\x20jsdoc','apply','maka\x20jsdoc\x20--init','stringify','18443557psxpPD','app/public','inherit','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','264QWOWVP','config','utf-8','\x0a[+]\x20Documentation\x20written\x20to\x20','app/node_modules','1038501Easayk','\x20-r\x20app','create','10VxSKje','jsdoc-config.json','join','222417FWAZYH','jsdoc','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','\x20-c\x20','constructor','logError','sep','2okXSbS','Running\x20','40kxxkQO','docs','.+\x5c.(j|t)s(doc|x)?$','plugins/markdown','fsi','4095xUXoBA','logWithSpinner','closure','toString','pathFromProject','1399368LoFxVo','1434517srNcfr','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','2491785tfHxCZ','app/packages'];a78c=function(){return o;};return a78c();}
@@ -1 +1 @@
1
- const a79o=a79d;function a79c(){const q=['checkNpmPackage','1993599jwBtxf','maka\x20lint\x20--fix','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','toString','11zWPjhW','constructor','eslint-plugin-react','3810kKYmSw','lint','92PHsIFY','loadFormatter','success','imports','fsi','error','/imports','lintFiles','search','stylish','notice','(((.+)+)+)+$','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','37566CYgkpw','107704hVRZlG','4564YKjUMf','eslint-plugin-import','maka\x20lint','6052kkqmhy','format','template','findAppDirectory','296BgIrxV','join','21204408lfOpEb','outputFixes','bright','fix','eslint/eslintrc.json','isFile','eslint-plugin-css','eslint','105VfpZfI','apply','Lint\x20results\x20for\x20','.eslintrc.json','exit','5244860WFNvdq','create'];a79c=function(){return q;};return a79c();}(function(a,b){const l=a79d,c=a();while(!![]){try{const d=parseInt(l(0x116))/0x1*(-parseInt(l(0x104))/0x2)+parseInt(l(0xfb))/0x3+parseInt(l(0x112))/0x4*(-parseInt(l(0xf3))/0x5)+parseInt(l(0x102))/0x6*(-parseInt(l(0x113))/0x7)+parseInt(l(0x11a))/0x8*(-parseInt(l(0x111))/0x9)+-parseInt(l(0xf8))/0xa+-parseInt(l(0xff))/0xb*(-parseInt(l(0x11c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x78cc1));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a79d;if(c){const e=c[m(0xf4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const n=a79d;return a79a[n(0xfe)]()[n(0x10c)](n(0x10f))[n(0xfe)]()[n(0x100)](a79a)[n(0x10c)](n(0x10f));});function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0xf2;let f=c[d];return f;},a79d(a,b);}a79a();import a79e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a79o(0xf9)]({'name':a79o(0x103),'usage':a79o(0x115),'maxArgLength':0x1,'validOpts':[a79o(0x11f)],'mustBeInMakaProject':!![],'shortDesc':a79o(0x110),'description':'\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','examples':[a79o(0xfc)]},async function(a,b){const p=a79o;try{const c=this[p(0x108)][p(0x119)]();await this['fsi'][p(0xfa)]([p(0xf2),p(0x114),p(0x101),p(0x122),'eslint-plugin-jsx-a11y','eslint-config-airbnb'],{'cwd':c,'shouldInstall':!![],'dev':!![]});const d=this[p(0x108)][p(0x121)](a79e[p(0x11b)](c,p(0xf6)));if(!d){const j={'noRename':!![]};await this[p(0x108)][p(0x118)]({'srcPath':p(0x120),'destPath':a79e[p(0x11b)](c,p(0xf6)),'framework':'service','context':j});}const f=new ESLint({'fix':b[p(0x11f)]}),g=await f[p(0x10b)]([a79e[p(0x11b)](c,p(0x107),'**')]),h=await f[p(0x105)](p(0x10d)),i=await h[p(0x117)](g);i['length']>0x0?Log[p(0x11e)](i):Log[p(0x106)]('All\x20good!\x20:)'),Log[p(0x10e)](p(0xf5)+c+p(0x10a)),b[p(0x11f)]?await ESLint[p(0x11d)](g):Log[p(0x10e)](p(0xfd));}catch(k){console[p(0x109)](k),process[p(0xf7)](0x1);}});
1
+ const a79o=a79d;(function(a,b){const l=a79d,c=a();while(!![]){try{const d=parseInt(l(0xc2))/0x1*(parseInt(l(0xcd))/0x2)+parseInt(l(0xc3))/0x3*(parseInt(l(0xe4))/0x4)+parseInt(l(0xea))/0x5+parseInt(l(0xc7))/0x6+parseInt(l(0xc4))/0x7*(parseInt(l(0xdb))/0x8)+parseInt(l(0xdd))/0x9+parseInt(l(0xca))/0xa*(-parseInt(l(0xc5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0xc4164));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a79d;if(c){const e=c[m(0xe6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const n=a79d;return a79a[n(0xe8)]()[n(0xd1)](n(0xd3))['toString']()[n(0xde)](a79a)['search'](n(0xd3));});a79a();import a79e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';function a79c(){const q=['stylish','eslint','maka\x20lint\x20--fix','loadFormatter','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','109vrASFL','246RwrSNL','19957fjhaGr','9460NqEjvj','create','2065254ZkKfga','length','exit','33270IbQLpJ','notice','error','11062NDepAq','/imports','isFile','findAppDirectory','search','fsi','(((.+)+)+)+$','join','fix','All\x20good!\x20:)','maka\x20lint','eslint-plugin-css','eslint-plugin-react','service','1696NjANXw','template','10417779hImXlx','constructor','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','lint','eslint-config-airbnb','bright','success','4748ldtCHm','Lint\x20results\x20for\x20','apply','eslint-plugin-import','toString','.eslintrc.json','4290135MJzBBX'];a79c=function(){return q;};return a79c();}import{Command}from'../command.js';function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0xc2;let f=c[d];return f;},a79d(a,b);}Command[a79o(0xc6)]({'name':a79o(0xe0),'usage':a79o(0xd7),'maxArgLength':0x1,'validOpts':[a79o(0xd5)],'mustBeInMakaProject':!![],'shortDesc':a79o(0xdf),'description':'\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','examples':[a79o(0xed)]},async function(a,b){const p=a79o;try{const c=this[p(0xd2)][p(0xd0)]();await this[p(0xd2)]['checkNpmPackage']([p(0xec),p(0xe7),p(0xd9),p(0xd8),'eslint-plugin-jsx-a11y',p(0xe1)],{'cwd':c,'shouldInstall':!![],'dev':!![]});const d=this[p(0xd2)][p(0xcf)](a79e[p(0xd4)](c,p(0xe9)));if(!d){const j={'noRename':!![]};await this[p(0xd2)][p(0xdc)]({'srcPath':'eslint/eslintrc.json','destPath':a79e[p(0xd4)](c,p(0xe9)),'framework':p(0xda),'context':j});}const f=new ESLint({'fix':b['fix']}),g=await f['lintFiles']([a79e[p(0xd4)](c,'imports','**')]),h=await f[p(0xee)](p(0xeb)),i=await h['format'](g);i[p(0xc8)]>0x0?Log[p(0xe2)](i):Log[p(0xe3)](p(0xd6)),Log['notice'](p(0xe5)+c+p(0xce)),b[p(0xd5)]?await ESLint['outputFixes'](g):Log[p(0xcb)](p(0xef));}catch(k){console[p(0xcc)](k),process[p(0xc9)](0x1);}});