@maka/maka-cli 4.12.16 → 4.12.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/patreon.js +1 -1
  87. package/bundle/obf/src/commands/profile.js +1 -1
  88. package/bundle/obf/src/commands/proxy.js +1 -1
  89. package/bundle/obf/src/commands/reconfig.js +1 -1
  90. package/bundle/obf/src/commands/register.js +1 -1
  91. package/bundle/obf/src/commands/run/_index.js +1 -1
  92. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  93. package/bundle/obf/src/commands/run/run.command.js +1 -1
  94. package/bundle/obf/src/commands/set/_index.js +1 -1
  95. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  97. package/bundle/obf/src/commands/set/set.command.js +1 -1
  98. package/bundle/obf/src/commands/ssh.js +1 -1
  99. package/bundle/obf/src/commands/ssl.js +1 -1
  100. package/bundle/obf/src/commands/test.js +1 -1
  101. package/bundle/obf/src/commands/undo.js +1 -1
  102. package/bundle/obf/src/commands/version.js +1 -1
  103. package/bundle/obf/src/error.js +1 -1
  104. package/bundle/obf/src/exec.js +1 -1
  105. package/bundle/obf/src/generator.js +1 -1
  106. package/bundle/obf/src/generators/_index.js +1 -1
  107. package/bundle/obf/src/generators/api.js +1 -1
  108. package/bundle/obf/src/generators/collection.js +1 -1
  109. package/bundle/obf/src/generators/component.js +1 -1
  110. package/bundle/obf/src/generators/config.js +1 -1
  111. package/bundle/obf/src/generators/dbc.js +1 -1
  112. package/bundle/obf/src/generators/dockerfile.js +1 -1
  113. package/bundle/obf/src/generators/hook.js +1 -1
  114. package/bundle/obf/src/generators/kits/_index.js +1 -1
  115. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  116. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  117. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  118. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  119. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  121. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  122. package/bundle/obf/src/generators/kits/kit.js +1 -1
  123. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  124. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  125. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  127. package/bundle/obf/src/generators/layout.js +1 -1
  128. package/bundle/obf/src/generators/maka.gen.js +1 -1
  129. package/bundle/obf/src/generators/methods.js +1 -1
  130. package/bundle/obf/src/generators/package.js +1 -1
  131. package/bundle/obf/src/generators/page.js +1 -1
  132. package/bundle/obf/src/generators/publish.js +1 -1
  133. package/bundle/obf/src/generators/route.js +1 -1
  134. package/bundle/obf/src/generators/service.js +1 -1
  135. package/bundle/obf/src/generators/services/_index.js +1 -1
  136. package/bundle/obf/src/generators/services/openssl.js +1 -1
  137. package/bundle/obf/src/generators/services/translation.js +1 -1
  138. package/bundle/obf/src/maka.js +1 -1
  139. package/bundle/obf/src/templates/service/docker/Dockerfile +1 -1
  140. package/bundle/obf/src/tool.js +1 -1
  141. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  142. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  143. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  144. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  145. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  146. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  147. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  148. package/bundle/obf/src/tools/https/https.class.js +1 -1
  149. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  150. package/bundle/obf/src/tools/log/log.class.js +1 -1
  151. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  152. package/bundle/obf/src/tools/options/options.class.js +1 -1
  153. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  154. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  155. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  156. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  157. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  158. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  159. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x10c))/0x1*(parseInt(f(0x10b))/0x2)+parseInt(f(0xea))/0x3*(-parseInt(f(0xfc))/0x4)+parseInt(f(0x106))/0x5*(-parseInt(f(0xf1))/0x6)+-parseInt(f(0x111))/0x7*(parseInt(f(0xf7))/0x8)+parseInt(f(0x102))/0x9*(-parseInt(f(0xf4))/0xa)+-parseInt(f(0xf5))/0xb*(parseInt(f(0xe9))/0xc)+-parseInt(f(0x107))/0xd*(-parseInt(f(0x110))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x58fdf));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xe7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0xff)]('(((.+)+)+)+$')[h(0xdd)]()[h(0xf2)](a58a)[h(0xff)]('(((.+)+)+)+$');});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size[i(0x104)],'category':Category['Unknown'],'shape':Shape[i(0xde)],'color':Color[i(0x10f)],'texture':Texture[i(0x108)],'rating':Rating[i(0xf6)],'weight':0x1});}[a58j(0x10d)](){var k=a58j;return this[k(0x10a)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[l(0xfa)],'shape':Shape[l(0xe1)],'color':Color[l(0x112)],'texture':Texture[l(0xec)],'rating':Rating[l(0xf6)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x105)],'category':Category[m(0xfa)],'shape':Shape['Rifle'],'color':Color[m(0x114)],'texture':Texture[m(0xec)],'rating':Rating[m(0xe5)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x104)],'category':Category[n(0xfd)],'shape':Shape[n(0xef)],'color':Color[n(0x112)],'texture':Texture[n(0xec)],'rating':Rating[n(0xf6)],'weight':0x2});}}function a58c(){var E=['toString','Rectangle','Short\x20Sword','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Blade','Legendary','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Gloves','Rare','You\x20hold\x20the\x20','apply','Small','12252VsZLQv','24537jFZXtC','Tiny','Metallic','\x20aloft,\x20feeling\x20its\x20immense\x20power.','pageCount','Circle','publishDate','486426FEgadg','constructor','LegArmor','6092150mglwGr','4213mRjgqi','Common','4339760mKZZJP','BodyArmor','Gold','Weapon','author','8NmCDuj','Helmet','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','search','Unknown\x20Author','Sniper\x20Rifle','9CLzBEp','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Medium','Large','35hVMXcN','13UgAkMK','Smooth','Cup','description','1306718rccZeO','1BxvGuF','use','name','Yellow','25728290EJwhef','7SregJj','Grey','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Brown'];a58c=function(){return E;};return a58c();}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x105)],'category':Category[o(0xf8)],'shape':Shape[o(0xde)],'color':Color['Grey'],'texture':Texture[o(0xec)],'rating':Rating[o(0xf6)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x104)],'category':Category[p(0xf3)],'shape':Shape[p(0xde)],'color':Color[p(0x112)],'texture':Texture[p(0xec)],'rating':Rating[p(0xf6)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x104)],'category':Category['Boots'],'shape':Shape['Circle'],'color':Color[q(0x114)],'texture':Texture[q(0x108)],'rating':Rating[q(0xf6)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0xe8)],'category':Category[r(0xe4)],'shape':Shape[r(0xef)],'color':Color['Brown'],'texture':Texture[r(0x108)],'rating':Rating[r(0xf6)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x104)],'category':Category['ArmArmor'],'shape':Shape[s(0xde)],'color':Color[s(0x112)],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size[t(0xeb)],'category':Category['Key'],'shape':Shape[t(0xde)],'color':Color[t(0x10f)],'texture':Texture[t(0x108)],'rating':Rating[t(0xf6)],'weight':0x0});}[a58j(0x10d)](){var u=a58j;return u(0x103);}}export class Weapon extends Item{constructor(a,b){var v=a58j;super({'name':a,'description':b,'size':Size[v(0x104)],'category':Category[v(0xfa)],'shape':Shape[v(0xe1)],'color':Color[v(0x112)],'texture':Texture[v(0xec)],'rating':Rating[v(0xf6)],'weight':0x3});}[a58j(0x10d)](){var w=a58j;return w(0xfe);}}export class Book extends Item{[a58j(0xfb)];[a58j(0xf0)];['pageCount'];constructor(a,b='A\x20mysterious\x20book.',c=a58j(0x100)){var x=a58j;super({'name':a,'description':b,'size':Size[x(0x104)],'category':Category['Book'],'shape':Shape[x(0xde)],'color':Color['Brown'],'texture':Texture[x(0x108)],'rating':Rating[x(0xf6)],'weight':0x1}),this[x(0xfb)]=c,this['publishDate']=new Date(),this[x(0xee)]=0x64;}[a58j(0x10d)](){var y=a58j;return y(0xe0);}}export class ShortSword extends Item{constructor(){var z=a58j;super({'name':z(0xdf),'description':'A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','size':Size[z(0x104)],'category':Category[z(0xfa)],'shape':Shape['Blade'],'color':Color['Grey'],'texture':Texture[z(0xec)],'rating':Rating['Common'],'weight':0x3});}[a58j(0x10d)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xdd;var f=c[d];return f;},a58d(a,b);}export class SniperRifle extends Item{constructor(){var A=a58j;super({'name':A(0x101),'description':'An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','size':Size[A(0x105)],'category':Category['Weapon'],'shape':Shape['Rifle'],'color':Color[A(0x114)],'texture':Texture[A(0x108)],'rating':Rating[A(0xf6)],'weight':0x5});}[a58j(0x10d)](){var B=a58j;return B(0xe3);}}export class HolyGrail extends Item{constructor(){var C=a58j;super({'name':'Holy\x20Grail','description':C(0x113),'size':Size[C(0xe8)],'category':Category[C(0x109)],'shape':Shape['Circle'],'color':Color[C(0xf9)],'texture':Texture[C(0xec)],'rating':Rating[C(0xe2)],'weight':0x1});}['use'](){var D=a58j;return D(0xe6)+this[D(0x10e)]+D(0xed);}}
1
+ var a58t=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0xa4))/0x1*(parseInt(f(0xa8))/0x2)+parseInt(f(0x7e))/0x3*(parseInt(f(0x83))/0x4)+parseInt(f(0xa7))/0x5*(parseInt(f(0x94))/0x6)+-parseInt(f(0x85))/0x7+-parseInt(f(0x91))/0x8+parseInt(f(0x8a))/0x9+-parseInt(f(0x8c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x7dbf0));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x8f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x7a)]()[h(0xa9)](h(0x82))[h(0x7a)]()[h(0x84)](a58a)[h(0xa9)](h(0x82));});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x79;var f=c[d];return f;},a58d(a,b);}a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size[i(0xa5)],'category':Category[i(0x81)],'shape':Shape[i(0xa3)],'color':Color[i(0x80)],'texture':Texture[i(0x88)],'rating':Rating[i(0x7d)],'weight':0x1});}['use'](){var j=a58d;return this[j(0x7f)];}}export class Sword extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size[k(0xa5)],'category':Category[k(0x8e)],'shape':Shape[k(0x8b)],'color':Color[k(0x98)],'texture':Texture[k(0xa0)],'rating':Rating[k(0x7d)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size['Large'],'category':Category['Weapon'],'shape':Shape[l(0x9d)],'color':Color['Brown'],'texture':Texture[l(0xa0)],'rating':Rating[l(0x89)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size[m(0xa5)],'category':Category[m(0x9c)],'shape':Shape[m(0x92)],'color':Color[m(0x98)],'texture':Texture['Metallic'],'rating':Rating[m(0x7d)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size[n(0x9f)],'category':Category['BodyArmor'],'shape':Shape['Rectangle'],'color':Color[n(0x98)],'texture':Texture[n(0xa0)],'rating':Rating[n(0x7d)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[o(0xa1)],'shape':Shape['Rectangle'],'color':Color[o(0x98)],'texture':Texture[o(0xa0)],'rating':Rating[o(0x7d)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[p(0xa2)],'shape':Shape[p(0x92)],'color':Color[p(0x95)],'texture':Texture[p(0x88)],'rating':Rating[p(0x7d)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size[q(0xac)],'category':Category['Gloves'],'shape':Shape[q(0x92)],'color':Color[q(0x95)],'texture':Texture[q(0x88)],'rating':Rating[q(0x7d)],'weight':0x1});}}function a58c(){var D=['Medium','Cup','541435CcHpAr','11786mQrgPf','search','Short\x20Sword','You\x20hold\x20the\x20','Small','pageCount','Legendary','toString','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Common','3weRFwO','description','Yellow','Unknown','(((.+)+)+)+$','3298328ErUugF','constructor','3525767VSvICW','Holy\x20Grail','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Smooth','Rare','8321751VdVtqX','Blade','4408730dSWIsJ','publishDate','Weapon','apply','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','543120xcLofX','Circle','use','6oqNkFW','Brown','author','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Grey','A\x20mysterious\x20book.','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Gold','Helmet','Rifle','Key','Large','Metallic','LegArmor','Boots','Rectangle','56dvQoLn'];a58c=function(){return D;};return a58c();}export class Gauntlets extends Item{constructor(a,b){var r=a58d;super({'name':a,'description':b,'size':Size[r(0xa5)],'category':Category['ArmArmor'],'shape':Shape[r(0xa3)],'color':Color[r(0x98)],'texture':Texture[r(0xa0)],'rating':Rating[r(0x7d)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58d;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[s(0x9e)],'shape':Shape[s(0xa3)],'color':Color[s(0x80)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x0});}[a58t(0x93)](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}export class Weapon extends Item{constructor(a,b){var u=a58t;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[u(0x8e)],'shape':Shape[u(0x8b)],'color':Color[u(0x98)],'texture':Texture[u(0xa0)],'rating':Rating[u(0x7d)],'weight':0x3});}[a58t(0x93)](){var v=a58t;return v(0x7c);}}export class Book extends Item{['author'];[a58t(0x8d)];[a58t(0xad)];constructor(a,b=a58t(0x99),c='Unknown\x20Author'){var w=a58t;super({'name':a,'description':b,'size':Size[w(0xa5)],'category':Category['Book'],'shape':Shape[w(0xa3)],'color':Color[w(0x95)],'texture':Texture[w(0x88)],'rating':Rating[w(0x7d)],'weight':0x1}),this[w(0x96)]=c,this['publishDate']=new Date(),this[w(0xad)]=0x64;}[a58t(0x93)](){var x=a58t;return x(0x7b);}}export class ShortSword extends Item{constructor(){var y=a58t;super({'name':y(0xaa),'description':y(0x87),'size':Size[y(0xa5)],'category':Category['Weapon'],'shape':Shape[y(0x8b)],'color':Color[y(0x98)],'texture':Texture[y(0xa0)],'rating':Rating['Common'],'weight':0x3});}[a58t(0x93)](){var z=a58t;return z(0x7c);}}export class SniperRifle extends Item{constructor(){var A=a58t;super({'name':'Sniper\x20Rifle','description':A(0x90),'size':Size[A(0x9f)],'category':Category['Weapon'],'shape':Shape[A(0x9d)],'color':Color[A(0x95)],'texture':Texture['Smooth'],'rating':Rating[A(0x7d)],'weight':0x5});}['use'](){return'You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22';}}export class HolyGrail extends Item{constructor(){var B=a58t;super({'name':B(0x86),'description':B(0x9a),'size':Size[B(0xac)],'category':Category[B(0xa6)],'shape':Shape[B(0x92)],'color':Color[B(0x9b)],'texture':Texture['Metallic'],'rating':Rating[B(0x79)],'weight':0x1});}[a58t(0x93)](){var C=a58t;return C(0xab)+this['name']+C(0x97);}}
@@ -1 +1 @@
1
- const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x1b7))/0x1*(parseInt(f(0x208))/0x2)+parseInt(f(0x1db))/0x3+parseInt(f(0x1cf))/0x4+-parseInt(f(0x1c4))/0x5*(parseInt(f(0x1f3))/0x6)+-parseInt(f(0x1cc))/0x7*(parseInt(f(0x201))/0x8)+parseInt(f(0x1df))/0x9+-parseInt(f(0x1e0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xb28bb));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x1fb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x217)]()[h(0x1b6)]('(((.+)+)+)+$')[h(0x217)]()[h(0x1bb)](a60a)[h(0x1b6)]('(((.+)+)+)+$');});function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1ac;let f=c[d];return f;},a60d(a,b);}function a60c(){const j=['Central\x20Chamber\x20Key','Jackpoint\x20Login','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','Barrens\x20Entrance','Downtown\x20Seattle','down','south','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Study','basic','A\x20key\x20stained\x20with\x20old\x20blood.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','EAST','SOUTH','sword','show\x20loyalty','Mage\x27s\x20Lair','north','secret123','search','1377851fhwIiN','A\x20thin\x20log\x20book','OUTSIDE','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','constructor','key','The\x20chest\x20remains\x20firmly\x20shut.','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Alchemy\x20Lab','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','CorpSec\x20Plans','A\x20clear\x20glass\x20vial.','creditstick','42865MTpTYa','Rigger\x27s\x20Workshop','Sniper\x20Rifle','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Secret\x20Passage','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Guard\x27s\x20Log\x20Book','3913XqHtAp','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Armory','4814784mUXmDf','Entrance\x20Hall','outside','Watch\x20Tower','Encrypted\x20Data\x20Key','Chad\x20the\x20stupid\x20guard','Courtyard','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','Barrens\x20Hideout','Gang\x20Insignia','west','shield','1747131wSrEYD','The\x20data\x20remains\x20encrypted.','inside','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','12280914cvdURv','25167890koksSR','An\x20old\x20and\x20rusted\x20sword.','NORTH','Rusted\x20Sword','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Emblem\x20Shield','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','MCT\x20Fly-Spy','drone','Empty\x20vial','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Amulet\x20of\x20Awakening','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','222cCRNWJ','east','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','A\x20chalice\x20made\x20of\x20pure\x20gold.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','apply','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','amulet','A\x20long-range\x20weapon.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','13784RXJVCY','Matrix\x20Data\x20Haven','Holy\x20Grail','Nothing\x20happens.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','The\x20legendary\x20Holy\x20Grail.','gem','2JDMqqV','rifle','Treasure\x20Room','disenchant','Central\x20Chamber','book','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','weapon','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Torture\x20Chamber','Corporate\x20Creditstick','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','toString','Ares\x20Predator','document','Corp\x20Enclave'];a60c=function(){return j;};return a60c();}a60a();export const rooms=[{'name':'Library','description':a60i(0x1ec),'isStartRoom':!![],'items':[{'type':a60i(0x1bc),'name':'Golden\x20Key','description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':'book','name':a60i(0x1cb),'description':a60i(0x1b8),'content':a60i(0x1d4)}],'exits':[{'direction':a60i(0x1af),'targetRoom':a60i(0x1c9)}]},{'name':a60i(0x1c9),'description':a60i(0x1f7),'exits':[{'direction':a60i(0x1e2),'targetRoom':'Treasure\x20Room','keyRequired':'Golden\x20Key'},{'direction':a60i(0x1b0),'targetRoom':a60i(0x1d5)}]},{'name':a60i(0x20a),'description':a60i(0x1cd),'items':[{'type':'holyGrail','name':a60i(0x203),'description':a60i(0x206)}]},{'name':a60i(0x1d5),'description':a60i(0x210),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60i(0x1d2)}]},{'name':a60i(0x1d2),'description':a60i(0x212),'roomType':a60i(0x1b9),'puzzle':{'requiredPhrase':a60i(0x1b5),'riddle':a60i(0x20e),'rewardItem':{'type':a60i(0x209),'name':a60i(0x1c6),'description':a60i(0x1fe)},'successMessage':a60i(0x21d),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':a60i(0x1d0),'description':a60i(0x20f),'isStartRoom':!![],'roomType':a60i(0x1dd),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0x1de),'rewardItem':{'type':a60i(0x1bc),'name':'Central\x20Chamber\x20Key','description':a60i(0x1eb)},'successMessage':a60i(0x1ed),'failureMessage':a60i(0x204)},'exits':[{'direction':a60i(0x1b4),'targetRoom':a60i(0x223)},{'direction':'east','targetRoom':a60i(0x20c),'keyRequired':a60i(0x21b)}]},{'name':a60i(0x223),'description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':a60i(0x1dd),'items':[{'type':a60i(0x20d),'name':'Riddle\x20Book','description':a60i(0x1ff),'content':a60i(0x1be)},{'type':'key','name':a60i(0x21b),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x221),'targetRoom':a60i(0x1d0)},{'direction':a60i(0x1f4),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0x1bf),'description':'A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','roomType':a60i(0x1dd),'items':[{'type':a60i(0x1ac),'name':a60i(0x1ea),'description':a60i(0x1c2)}],'exits':[{'direction':a60i(0x1d9),'targetRoom':'Study'},{'direction':a60i(0x1b4),'targetRoom':'Armory'}]},{'name':'Armory','description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a60i(0x1dd),'items':[{'type':a60i(0x1da),'name':a60i(0x1e6),'description':a60i(0x1c0)},{'type':a60i(0x1b1),'name':a60i(0x1e3),'description':a60i(0x1e1)}],'exits':[{'direction':a60i(0x221),'targetRoom':'Alchemy\x20Lab'},{'direction':a60i(0x1f4),'targetRoom':a60i(0x20c)}]},{'name':a60i(0x20c),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a60i(0x1dd),'exits':[{'direction':a60i(0x1d9),'targetRoom':a60i(0x1ce)},{'direction':a60i(0x221),'targetRoom':a60i(0x1d0)},{'direction':a60i(0x1b4),'targetRoom':a60i(0x214)},{'direction':a60i(0x1f4),'targetRoom':a60i(0x20a)}]},{'name':a60i(0x214),'description':a60i(0x1f9),'roomType':a60i(0x1dd),'items':[{'type':a60i(0x1bc),'name':'Blood-stained\x20Key','description':a60i(0x1ad)}],'puzzle':{'requiredPhrase':'release','riddle':a60i(0x205),'rewardItem':{'type':a60i(0x207),'name':'Ancient\x20Gem','description':a60i(0x216)},'successMessage':a60i(0x1ae),'failureMessage':a60i(0x1f2)},'exits':[{'direction':a60i(0x221),'targetRoom':a60i(0x20c)}]},{'name':a60i(0x20a),'description':a60i(0x1f1),'roomType':'inside','puzzle':{'requiredPhrase':'insert\x20gem','riddle':a60i(0x1f5),'rewardItem':{'type':'cup','name':'Golden\x20Chalice','description':a60i(0x1f8)},'successMessage':a60i(0x1c7),'failureMessage':a60i(0x1bd)},'exits':[{'direction':a60i(0x1d9),'targetRoom':a60i(0x20c)}]}];export const shadowrunConfig=[{'name':a60i(0x21c),'description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':a60i(0x1dd),'exits':[{'direction':a60i(0x1b4),'targetRoom':a60i(0x21f)},{'direction':'up','targetRoom':a60i(0x202)}]},{'name':'Matrix\x20Data\x20Haven','description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a60i(0x1dd),'puzzle':{'requiredPhrase':'decrypt','riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60i(0x1bc),'name':a60i(0x1d3),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0x1e5),'failureMessage':a60i(0x1dc)},'exits':[{'direction':a60i(0x220),'targetRoom':a60i(0x21c)}]},{'name':a60i(0x21f),'description':a60i(0x200),'roomType':'outside','exits':[{'direction':'south','targetRoom':a60i(0x21c)},{'direction':a60i(0x1f4),'targetRoom':a60i(0x21e)},{'direction':a60i(0x1d9),'targetRoom':a60i(0x21a)}]},{'name':a60i(0x21e),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0x1d1),'puzzle':{'requiredPhrase':a60i(0x1b2),'riddle':a60i(0x1d6),'rewardItem':{'type':a60i(0x1bc),'name':a60i(0x1d8),'description':a60i(0x1c8)},'successMessage':a60i(0x1fa),'failureMessage':a60i(0x222)},'exits':[{'direction':a60i(0x1d9),'targetRoom':'Downtown\x20Seattle'},{'direction':'north','targetRoom':a60i(0x1d7)}]},{'name':a60i(0x21a),'description':a60i(0x1ca),'roomType':'inside','items':[{'type':a60i(0x1c3),'name':a60i(0x215),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a60i(0x219),'name':a60i(0x1c1),'description':a60i(0x1fc)}],'exits':[{'direction':a60i(0x1f4),'targetRoom':'Downtown\x20Seattle'}]},{'name':a60i(0x1d7),'description':a60i(0x1f6),'roomType':a60i(0x1d1),'items':[{'type':a60i(0x211),'name':a60i(0x218),'description':a60i(0x1ba)}],'exits':[{'direction':a60i(0x221),'targetRoom':a60i(0x21e)},{'direction':a60i(0x1b4),'targetRoom':a60i(0x1b3)},{'direction':a60i(0x1f4),'targetRoom':a60i(0x1c5)}]},{'name':a60i(0x1b3),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x1dd),'puzzle':{'requiredPhrase':a60i(0x20b),'riddle':a60i(0x213),'rewardItem':{'type':a60i(0x1fd),'name':a60i(0x1ef),'description':a60i(0x1e7)},'successMessage':a60i(0x1ee),'failureMessage':a60i(0x1e4)},'exits':[{'direction':a60i(0x221),'targetRoom':a60i(0x1d7)}]},{'name':a60i(0x1c5),'description':a60i(0x1f0),'roomType':'inside','items':[{'type':a60i(0x1e9),'name':a60i(0x1e8),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x1d9),'targetRoom':a60i(0x1d7)}]}];
1
+ const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x19e))/0x1+-parseInt(f(0x1eb))/0x2*(-parseInt(f(0x1a5))/0x3)+parseInt(f(0x174))/0x4+-parseInt(f(0x18c))/0x5*(parseInt(f(0x1d8))/0x6)+-parseInt(f(0x180))/0x7+parseInt(f(0x17b))/0x8+-parseInt(f(0x1c2))/0x9*(-parseInt(f(0x1d2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xb981a));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x1be)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x1a2)]()[h(0x1e5)](h(0x1d5))[h(0x1a2)]()[h(0x1c4)](a60a)[h(0x1e5)](h(0x1d5));});function a60c(){const j=['Barrens\x20Hideout','Riddle\x20Book','2154576XRfnFV','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20creditstick\x20loaded\x20with\x20nuyen.','north','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','1843904oFhdaQ','Courtyard','show\x20loyalty','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','1445920ILpweW','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','gem','holyGrail','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Emblem\x20Shield','That\x20passcode\x20is\x20incorrect','decrypt','Treasure\x20Room','Corp\x20Enclave','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Matrix\x20Data\x20Haven','515485NzRDcM','Chad\x20the\x20stupid\x20guard','The\x20chest\x20remains\x20firmly\x20shut.','Alchemy\x20Lab','A\x20key\x20stained\x20with\x20old\x20blood.','CorpSec\x20Plans','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Jackpoint\x20Login','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Rigger\x27s\x20Workshop','Ancient\x20Gem','A\x20clear\x20glass\x20vial.','book','sword','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','277835EPFQyP','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Barrens\x20Entrance','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','toString','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','down','1832871AiFSNb','weapon','key','Torture\x20Chamber','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','cup','Corporate\x20Creditstick','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Secret\x20Passage','NORTH','Armory','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','creditstick','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','inside','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Guard\x27s\x20Log\x20Book','Ares\x20Predator','shield','Entrance\x20Hall','Watch\x20Tower','Encrypted\x20Data\x20Key','Gang\x20Insignia','apply','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','A\x20thin\x20log\x20book','633006rgSdyN','south','constructor','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','east','Downtown\x20Seattle','disenchant','Mage\x27s\x20Lair','A\x20small\x20surveillance\x20drone.','MCT\x20Fly-Spy','OUTSIDE','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Sniper\x20Rifle','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','document','10jrhwuc','The\x20data\x20remains\x20encrypted.','Central\x20Chamber','(((.+)+)+)+$','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','secret123','12yOSJTD','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Amulet\x20of\x20Awakening','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Library','basic','Study','Blood-stained\x20Key','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Rusted\x20Sword','west','Central\x20Chamber\x20Key','drone','search','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','EAST','outside','A\x20chalice\x20made\x20of\x20pure\x20gold.','insert\x20gem','2DRIkcv'];a60c=function(){return j;};return a60c();}a60a();export const rooms=[{'name':a60i(0x1dc),'description':a60i(0x1b4),'isStartRoom':!![],'items':[{'type':a60i(0x1a7),'name':'Golden\x20Key','description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':a60i(0x19a),'name':a60i(0x1b7),'description':a60i(0x1c1),'content':a60i(0x18d)}],'exits':[{'direction':a60i(0x1e7),'targetRoom':a60i(0x1ae)}]},{'name':a60i(0x1ae),'description':a60i(0x19c),'exits':[{'direction':a60i(0x1af),'targetRoom':'Treasure\x20Room','keyRequired':'Golden\x20Key'},{'direction':'SOUTH','targetRoom':a60i(0x17c)}]},{'name':'Treasure\x20Room','description':a60i(0x1b6),'items':[{'type':a60i(0x183),'name':'Holy\x20Grail','description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0x17c),'description':a60i(0x181),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60i(0x1bb)}]},{'name':'Watch\x20Tower','description':a60i(0x1d0),'roomType':a60i(0x1cd),'puzzle':{'requiredPhrase':a60i(0x1d7),'riddle':a60i(0x178),'rewardItem':{'type':'rifle','name':a60i(0x1cf),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x1c0),'failureMessage':a60i(0x186)}}];export const dungeonConfig=[{'name':a60i(0x1ba),'description':a60i(0x1a9),'isStartRoom':!![],'roomType':a60i(0x1b5),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0x192),'rewardItem':{'type':a60i(0x1a7),'name':'Central\x20Chamber\x20Key','description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0x184),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x1de)},{'direction':a60i(0x1c7),'targetRoom':a60i(0x1d4),'keyRequired':a60i(0x1e3)}]},{'name':a60i(0x1de),'description':a60i(0x1bf),'roomType':a60i(0x1b5),'items':[{'type':a60i(0x19a),'name':a60i(0x173),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x1ac)},{'type':a60i(0x1a7),'name':a60i(0x1e3),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x1c3),'targetRoom':a60i(0x1ba)},{'direction':'east','targetRoom':a60i(0x18f)}]},{'name':a60i(0x18f),'description':a60i(0x1d6),'roomType':a60i(0x1b5),'items':[{'type':a60i(0x1dd),'name':'Empty\x20vial','description':a60i(0x199)}],'exits':[{'direction':a60i(0x1e2),'targetRoom':'Study'},{'direction':a60i(0x177),'targetRoom':a60i(0x1b0)}]},{'name':a60i(0x1b0),'description':a60i(0x1ce),'roomType':a60i(0x1b5),'items':[{'type':a60i(0x1b9),'name':a60i(0x185),'description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':a60i(0x19b),'name':a60i(0x1e1),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':a60i(0x1c3),'targetRoom':a60i(0x18f)},{'direction':'east','targetRoom':'Central\x20Chamber'}]},{'name':'Central\x20Chamber','description':a60i(0x17a),'roomType':a60i(0x1b5),'exits':[{'direction':a60i(0x1e2),'targetRoom':a60i(0x1b0)},{'direction':a60i(0x1c3),'targetRoom':'Entrance\x20Hall'},{'direction':'north','targetRoom':a60i(0x1a8)},{'direction':a60i(0x1c7),'targetRoom':a60i(0x188)}]},{'name':'Torture\x20Chamber','description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a60i(0x1b5),'items':[{'type':a60i(0x1a7),'name':a60i(0x1df),'description':a60i(0x190)}],'puzzle':{'requiredPhrase':'release','riddle':a60i(0x194),'rewardItem':{'type':a60i(0x182),'name':a60i(0x198),'description':a60i(0x17e)},'successMessage':a60i(0x18a),'failureMessage':a60i(0x1b1)},'exits':[{'direction':a60i(0x1c3),'targetRoom':a60i(0x1d4)}]},{'name':a60i(0x188),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x1b5),'puzzle':{'requiredPhrase':a60i(0x1ea),'riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60i(0x1aa),'name':'Golden\x20Chalice','description':a60i(0x1e9)},'successMessage':a60i(0x1d9),'failureMessage':a60i(0x18e)},'exits':[{'direction':a60i(0x1e2),'targetRoom':a60i(0x1d4)}]}];function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x173;let f=c[d];return f;},a60d(a,b);}export const shadowrunConfig=[{'name':a60i(0x195),'description':a60i(0x19f),'isStartRoom':!![],'roomType':a60i(0x1b5),'exits':[{'direction':a60i(0x177),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0x18b)}]},{'name':a60i(0x18b),'description':a60i(0x196),'roomType':a60i(0x1b5),'puzzle':{'requiredPhrase':a60i(0x187),'riddle':a60i(0x193),'rewardItem':{'type':a60i(0x1a7),'name':a60i(0x1bc),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0x1db),'failureMessage':a60i(0x1d3)},'exits':[{'direction':a60i(0x1a4),'targetRoom':a60i(0x195)}]},{'name':'Downtown\x20Seattle','description':a60i(0x1a1),'roomType':'outside','exits':[{'direction':'south','targetRoom':a60i(0x195)},{'direction':a60i(0x1c7),'targetRoom':a60i(0x1a0)},{'direction':a60i(0x1e2),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x1a0),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0x1e8),'puzzle':{'requiredPhrase':a60i(0x17d),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60i(0x1a7),'name':a60i(0x1bd),'description':a60i(0x19d)},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':a60i(0x1b2)},'exits':[{'direction':'west','targetRoom':a60i(0x1c8)},{'direction':a60i(0x177),'targetRoom':'Barrens\x20Hideout'}]},{'name':a60i(0x189),'description':a60i(0x175),'roomType':a60i(0x1b5),'items':[{'type':a60i(0x1b3),'name':a60i(0x1ab),'description':a60i(0x176)},{'type':a60i(0x1d1),'name':a60i(0x191),'description':a60i(0x1a3)}],'exits':[{'direction':a60i(0x1c7),'targetRoom':a60i(0x1c8)}]},{'name':'Barrens\x20Hideout','description':a60i(0x17f),'roomType':a60i(0x1e8),'items':[{'type':a60i(0x1a6),'name':a60i(0x1b8),'description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':a60i(0x1c3),'targetRoom':a60i(0x1a0)},{'direction':a60i(0x177),'targetRoom':a60i(0x1ca)},{'direction':a60i(0x1c7),'targetRoom':a60i(0x197)}]},{'name':a60i(0x1ca),'description':a60i(0x1e6),'roomType':a60i(0x1b5),'puzzle':{'requiredPhrase':a60i(0x1c9),'riddle':a60i(0x179),'rewardItem':{'type':'amulet','name':a60i(0x1da),'description':a60i(0x1e0)},'successMessage':a60i(0x1ad),'failureMessage':a60i(0x1c5)},'exits':[{'direction':a60i(0x1c3),'targetRoom':a60i(0x1ec)}]},{'name':a60i(0x197),'description':a60i(0x1c6),'roomType':a60i(0x1b5),'items':[{'type':a60i(0x1e4),'name':a60i(0x1cc),'description':a60i(0x1cb)}],'exits':[{'direction':a60i(0x1e2),'targetRoom':a60i(0x1ec)}]}];
@@ -1 +1 @@
1
- var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x18d))/0x1*(-parseInt(f(0x178))/0x2)+-parseInt(f(0x173))/0x3*(parseInt(f(0x180))/0x4)+parseInt(f(0x190))/0x5*(-parseInt(f(0x18a))/0x6)+parseInt(f(0x18e))/0x7+-parseInt(f(0x177))/0x8*(parseInt(f(0x18f))/0x9)+parseInt(f(0x189))/0xa+-parseInt(f(0x17c))/0xb*(-parseInt(f(0x188))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x7dcff));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var g=a61d;return a61a[g(0x196)]()['search'](g(0x181))[g(0x196)]()[g(0x175)](a61a)[g(0x17d)](g(0x181));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x194)];[a61h(0x172)];[a61h(0x185)];['characterLocations'];}export class AbstractRoom extends EventEmitter{[a61h(0x18c)];['description'];[a61h(0x17a)];[a61h(0x179)];['puzzle'];['roomType'];['isStartRoom'];}export class AbstractDoor{[a61h(0x18b)];['roomB'];[a61h(0x195)];[a61h(0x174)];[a61h(0x18c)];[a61h(0x185)];[a61h(0x182)];}export class AbstractInventory{[a61h(0x17b)];[a61h(0x185)];}export class AbstractItem{['uuid'];[a61h(0x18c)];[a61h(0x17f)];['size'];['category'];[a61h(0x186)];[a61h(0x183)];['texture'];[a61h(0x176)];[a61h(0x187)];}export class AbstractPlayer{[a61h(0x192)];[a61h(0x191)];['_inventory'];['_equipment'];[a61h(0x193)];[a61h(0x17e)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x172;var f=c[d];return f;},a61d(a,b);}export class AbstractPuzzle{[a61h(0x185)];[a61h(0x184)];}function a61c(){var i=['solved','logger','shape','weight','10243824vvveOa','7476980QKBSsH','6yATWGS','roomA','name','172031WATbZc','3443146ZBDMRX','2817zRKhst','1160585OfoGii','_currentLocation','_playerName','_maxCarryingWeight','rooms','isLocked','toString','player','161058DDBiho','unlockItemOrSolution','constructor','rating','22328DJTjtZ','2bRpaZR','inventory','exits','items','11ZOJoRP','search','_logger','description','48LnziHK','(((.+)+)+)+$','isLockable','color'];a61c=function(){return i;};return a61c();}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x1f5))/0x1*(parseInt(f(0x1f7))/0x2)+-parseInt(f(0x1ee))/0x3*(-parseInt(f(0x1f6))/0x4)+-parseInt(f(0x1d8))/0x5*(parseInt(f(0x1f4))/0x6)+-parseInt(f(0x1fc))/0x7*(-parseInt(f(0x1f0))/0x8)+parseInt(f(0x1de))/0x9*(parseInt(f(0x1ed))/0xa)+parseInt(f(0x1ea))/0xb+-parseInt(f(0x1d7))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x6d8c3));function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1d5;var f=c[d];return f;},a61d(a,b);}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1e0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x1e1)]()[h(0x1f2)]('(((.+)+)+)+$')['toString']()[h(0x1e9)](a61a)[h(0x1f2)](h(0x1e8));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x1d5)];[a61i(0x1eb)];[a61i(0x1f8)];[a61i(0x1db)];}export class AbstractRoom extends EventEmitter{['name'];['description'];[a61i(0x1e3)];['inventory'];[a61i(0x1e2)];['roomType'];[a61i(0x1ef)];}export class AbstractDoor{[a61i(0x1dc)];[a61i(0x1d9)];['isLocked'];[a61i(0x1e6)];['name'];[a61i(0x1f8)];[a61i(0x1da)];}function a61c(){var j=['roomA','_equipment','99SNdKFC','_playerName','apply','toString','puzzle','exits','solved','description','unlockItemOrSolution','color','(((.+)+)+)+$','constructor','3269332MLcmxB','player','texture','342530hjibUi','291177BfJFOY','isStartRoom','560CGNLSs','category','search','_logger','6KFKtBf','1asoxIW','24Bbfshi','847420CbjTTh','logger','_currentLocation','_maxCarryingWeight','rating','21133trNtYR','weight','rooms','shape','3594816PysUxD','1478470QbUQHY','roomB','isLockable','characterLocations'];a61c=function(){return j;};return a61c();}export class AbstractInventory{['items'];[a61i(0x1f8)];}export class AbstractItem{['uuid'];['name'];[a61i(0x1e5)];['size'];[a61i(0x1f1)];[a61i(0x1d6)];[a61i(0x1e7)];[a61i(0x1ec)];[a61i(0x1fb)];[a61i(0x1fd)];}export class AbstractPlayer{[a61i(0x1df)];[a61i(0x1f9)];['_inventory'];[a61i(0x1dd)];[a61i(0x1fa)];[a61i(0x1f3)];}export class AbstractPuzzle{[a61i(0x1f8)];[a61i(0x1e4)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x123))/0x1+-parseInt(k(0xee))/0x2*(parseInt(k(0x10e))/0x3)+-parseInt(k(0x109))/0x4*(-parseInt(k(0xe5))/0x5)+parseInt(k(0x122))/0x6+parseInt(k(0x106))/0x7*(-parseInt(k(0xe1))/0x8)+parseInt(k(0x126))/0x9+parseInt(k(0xe6))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xa1a54));export var Size;function a62c(){var v=['BodyArmor','1020726QloyMZ','252466IzFSeZ','Hat','desert','6057675WwmDOf','shield','down','boots','Grainy','Helmet','TOWER','Green','Weapon','Metallic','green','tiny','grainy','outside','constructor','west','Rifle','Large','FOREST','Unknown','brown','cave','INSIDE','Book','Boots','forest','apply','Gold','rough','large','search','8wyJVCX','Grey','(((.+)+)+)+$','key','15RSywjQ','12704830iaXPuP','body\x20armor','bumpy','Tiny','VeryLarge','Fuzzy','UNDERGROUND','legendary','146jwSIhu','common','OUTSIDE','circle','beach','north','metallic','Common','unknown','ArmArmor','Circle','Blade','gloves','medium','Orange','toString','Smooth','SEA','helmet','sea','grey','Legendary','LegArmor','SOUTH','4342037MFvPBE','arm\x20armor','small','567252xzLpYE','triangle','Shield','east','Square','41271ndRyhE','red','smooth','Medium','underground','Rough','Rectangle','Brown','Blue','purple','mountain','DOWN','inside','MOUNTAIN','hat','leg\x20armor','EAST','blade','gold'];a62c=function(){return v;};return a62c();}(function(c){var n=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var l=a62d;if(h){var j=h[l(0xdc)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var m=a62d;return e[m(0xfd)]()[m(0xe0)](m(0xe3))['toString']()[m(0xd0)](e)['search'](m(0xe3));});e(),c[n(0xe9)]=n(0xcd),c['Small']=n(0x108),c[n(0x111)]=n(0xfb),c[n(0xd3)]=n(0xdf),c[n(0xea)]='very\x20large';}(Size||(Size={})));export var Rating;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xc6;var f=c[d];return f;},a62d(a,b);}(function(a){var o=a62d;a[o(0xf5)]=o(0xef),a['Rare']='rare',a[o(0x103)]=o(0xed);}(Rating||(Rating={})));export var Category;(function(a){var p=a62d;a[p(0xca)]='weapon',a[p(0x10b)]=p(0x127),a['Key']=p(0xe4),a['Gloves']=p(0xfa),a[p(0xc7)]=p(0x100),a[p(0x124)]=p(0x11c),a[p(0xda)]=p(0x129),a[p(0x104)]=p(0x11d),a[p(0xf7)]=p(0x107),a[p(0x121)]=p(0xe7),a[p(0xd9)]='book',a['Cup']='cup',a[p(0xd5)]=p(0xf6);}(Category||(Category={})));export var Shape;(function(a){var q=a62d;a[q(0xf8)]=q(0xf1),a[q(0x10d)]='square',a['Triangle']=q(0x10a),a[q(0x114)]='rectangle',a[q(0xf9)]=q(0x11f),a[q(0xd2)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a['Red']=r(0x10f),a[r(0x116)]='blue',a[r(0xc9)]=r(0xcc),a['Yellow']='yellow',a[r(0xfc)]='orange',a['Purple']=r(0x117),a[r(0xe2)]=r(0x102),a[r(0x115)]=r(0xd6),a[r(0xdd)]=r(0x120);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a[s(0xfe)]=s(0x110),a[s(0x113)]=s(0xde),a['Bumpy']=s(0xe8),a[s(0xeb)]='fuzzy',a[s(0xc6)]=s(0xce),a[s(0xcb)]=s(0xf4);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0xd8)]=t(0x11a),a[t(0xf0)]=t(0xcf),a[t(0xec)]=t(0x112),a['CAVE']=t(0xd7),a[t(0xc8)]='tower',a[t(0xd4)]=t(0xdb),a['DESERT']=t(0x125),a[t(0x11b)]=t(0x118),a['BEACH']=t(0xf2),a[t(0xff)]=t(0x101);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a['NORTH']=u(0xf3),a[u(0x11e)]=u(0x10c),a[u(0x105)]='south',a['WEST']=u(0xd1),a['UP']='up',a[u(0x119)]=u(0x128);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x1ed))/0x1*(parseInt(k(0x1d7))/0x2)+parseInt(k(0x212))/0x3*(parseInt(k(0x1c8))/0x4)+-parseInt(k(0x1f6))/0x5+-parseInt(k(0x1db))/0x6+-parseInt(k(0x20b))/0x7+parseInt(k(0x1d9))/0x8+parseInt(k(0x1d6))/0x9*(parseInt(k(0x20c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xd12d4));export var Size;(function(a){var l=a62d;a[l(0x21a)]=l(0x1c1),a['Small']='small',a[l(0x1c9)]=l(0x1d3),a[l(0x1dc)]='large',a[l(0x205)]=l(0x1c2);}(Size||(Size={})));export var Rating;function a62c(){var v=['Tiny','key','Square','triangle','Shield','Purple','search','LegArmor','mountain','WEST','west','Weapon','east','blade','unknown','body\x20armor','Red','tiny','very\x20large','grainy','purple','OUTSIDE','blue','north','364eggoik','Medium','common','SOUTH','EAST','Boots','grey','Blue','Rectangle','metallic','cup','medium','FOREST','Cup','9JQcxOE','83254vEqxaZ','desert','412136dkKBHP','shield','1821156SYmqri','Large','circle','Triangle','DESERT','Rough','sea','Smooth','rough','rare','helmet','Green','boots','BEACH','square','hat','Rare','red','5thBUBZ','underground','south','rifle','toString','INSIDE','Grainy','Blade','book','4654765ImIuZd','bumpy','Book','NORTH','tower','Legendary','apply','gloves','SEA','Key','weapon','smooth','yellow','(((.+)+)+)+$','outside','VeryLarge','gold','leg\x20armor','Unknown','green','Grey','10094175iKqzJa','23264570uEmRpn','MOUNTAIN','Gloves','DOWN','Circle','forest','44949efHOcT','ArmArmor','Brown','TOWER','arm\x20armor','fuzzy','rectangle','BodyArmor'];a62c=function(){return v;};return a62c();}(function(a){var m=a62d;a['Common']=m(0x1ca),a[m(0x1eb)]=m(0x1e4),a[m(0x1fb)]='legendary';}(Rating||(Rating={})));export var Category;(function(c){var p=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var n=a62d;if(h){var j=h[n(0x1fc)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var o=a62d;return e[o(0x1f1)]()[o(0x1b6)](o(0x203))[o(0x1f1)]()['constructor'](e)[o(0x1b6)]('(((.+)+)+)+$');});e(),c[p(0x1bb)]=p(0x200),c[p(0x1b4)]=p(0x1da),c[p(0x1ff)]=p(0x21b),c[p(0x20e)]=p(0x1fd),c['Helmet']=p(0x1e5),c['Hat']=p(0x1ea),c[p(0x1cd)]=p(0x1e7),c[p(0x1b7)]=p(0x207),c[p(0x213)]=p(0x216),c[p(0x219)]=p(0x1bf),c[p(0x1f8)]=p(0x1f5),c[p(0x1d5)]=p(0x1d2),c[p(0x208)]=p(0x1be);}(Category||(Category={})));export var Shape;(function(a){var q=a62d;a[q(0x210)]=q(0x1dd),a[q(0x1b2)]=q(0x1e9),a[q(0x1de)]=q(0x1b3),a[q(0x1d0)]=q(0x218),a[q(0x1f4)]=q(0x1bd),a['Rifle']=q(0x1f0);}(Shape||(Shape={})));export var Color;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1b2;var f=c[d];return f;},a62d(a,b);}(function(a){var r=a62d;a[r(0x1c0)]=r(0x1ec),a[r(0x1cf)]=r(0x1c6),a[r(0x1e6)]=r(0x209),a['Yellow']=r(0x202),a['Orange']='orange',a[r(0x1b5)]=r(0x1c4),a[r(0x20a)]=r(0x1ce),a[r(0x214)]='brown',a['Gold']=r(0x206);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a[s(0x1e2)]=s(0x201),a[s(0x1e0)]=s(0x1e3),a['Bumpy']=s(0x1f7),a['Fuzzy']=s(0x217),a[s(0x1f3)]=s(0x1c3),a['Metallic']=s(0x1d1);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x1f2)]='inside',a[t(0x1c5)]=t(0x204),a['UNDERGROUND']=t(0x1ee),a['CAVE']='cave',a[t(0x215)]=t(0x1fa),a[t(0x1d4)]=t(0x211),a[t(0x1df)]=t(0x1d8),a[t(0x20d)]=t(0x1b8),a[t(0x1e8)]='beach',a[t(0x1fe)]=t(0x1e1);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x1f9)]=u(0x1c7),a[u(0x1cc)]=u(0x1bc),a[u(0x1cb)]=u(0x1ef),a[u(0x1b9)]=u(0x1ba),a['UP']='up',a[u(0x20f)]='down';}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xea))/0x1+-parseInt(f(0xe4))/0x2*(-parseInt(f(0xe3))/0x3)+parseInt(f(0xe8))/0x4+-parseInt(f(0xe0))/0x5+parseInt(f(0xe2))/0x6*(-parseInt(f(0xe7))/0x7)+parseInt(f(0xec))/0x8+parseInt(f(0xed))/0x9*(-parseInt(f(0xe9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xbafa6));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xe0;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xe5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0xee)]()[h(0xe6)](h(0xeb))[h(0xee)]()[h(0xe1)](a63a)[h(0xe6)]('(((.+)+)+)+$');});function a63c(){var i=['7140096lMnLQn','1510218dcQKfF','toString','7029850aBjoKZ','constructor','42hmuDBZ','1386951sLbpgX','6jdNJpn','apply','search','462854bHorhe','5999996aewVWn','10UNNVUl','976974FMidEo','(((.+)+)+)+$'];a63c=function(){return i;};return a63c();}a63a();export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xad))/0x1+parseInt(f(0xb5))/0x2*(parseInt(f(0xae))/0x3)+parseInt(f(0xb4))/0x4+parseInt(f(0xb1))/0x5+parseInt(f(0xb8))/0x6+parseInt(f(0xb6))/0x7+-parseInt(f(0xb9))/0x8*(parseInt(f(0xb3))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x7e4f1));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xb7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0xb0)]()[h(0xaf)]('(((.+)+)+)+$')['toString']()['constructor'](a63a)[h(0xaf)](h(0xb2));});function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xad;var f=c[d];return f;},a63d(a,b);}a63a();export{};function a63c(){var i=['toString','4909520lEsAIA','(((.+)+)+)+$','617409mNVVrh','419684mJykmG','28OfFmoF','451584zlzqvk','apply','2355108XbFwbk','104qWNCUw','239681IBhyYj','22500RKDKqA','search'];a63c=function(){return i;};return a63c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x16d))/0x1+-parseInt(f(0x170))/0x2+-parseInt(f(0x173))/0x3+-parseInt(f(0x16c))/0x4+parseInt(f(0x16a))/0x5*(parseInt(f(0x16f))/0x6)+parseInt(f(0x171))/0x7+parseInt(f(0x16e))/0x8*(parseInt(f(0x174))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xb4329));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x16b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x169)]()[h(0x176)](h(0x175))[h(0x169)]()[h(0x172)](a64a)[h(0x176)](h(0x175));});a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x169;var f=c[d];return f;},a64d(a,b);}function a64c(){var i=['475VUZcCJ','apply','3915652xEGhjX','468784urmUaH','5656744ncbijL','65442KzdcuO','504878SgmzJl','4443516IGwOQU','constructor','2632167POvztV','9oqwzOB','(((.+)+)+)+$','search','toString'];a64c=function(){return i;};return a64c();}export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x8a))/0x1+parseInt(f(0x82))/0x2*(-parseInt(f(0x85))/0x3)+-parseInt(f(0x83))/0x4+parseInt(f(0x8b))/0x5+-parseInt(f(0x8d))/0x6*(parseInt(f(0x8e))/0x7)+parseInt(f(0x86))/0x8*(parseInt(f(0x8c))/0x9)+parseInt(f(0x88))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x8c7f0));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var g=a64d;return a64a[g(0x89)]()['search'](g(0x84))[g(0x89)]()[g(0x87)](a64a)['search'](g(0x84));});a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x82;var f=c[d];return f;},a64d(a,b);}export{};function a64c(){var h=['14770840tLsHXV','toString','298465euIIEr','4829965rNHIXV','2503719Lknefd','438xDibnA','62391wbvWIM','2wekDaW','4470052ZXYkgb','(((.+)+)+)+$','2741226gmIjqK','32QaSFfR','constructor'];a64c=function(){return h;};return a64c();}
@@ -1 +1 @@
1
- const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0xb8))/0x1+-parseInt(y(0xe8))/0x2+-parseInt(y(0xda))/0x3+parseInt(y(0xaf))/0x4*(parseInt(y(0xc7))/0x5)+-parseInt(y(0x9e))/0x6+parseInt(y(0xca))/0x7+parseInt(y(0xdc))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x3af98));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x8a;let f=c[d];return f;},a65d(a,b);}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x9b)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x9f)]()[A(0xa7)]('(((.+)+)+)+$')[A(0x9f)]()[A(0xbd)](g)[A(0xa7)](A(0xe3));});g();try{const h=a65e[B(0x98)]({'smartCSR':!![],'title':B(0xa3)}),i=a65e['box']({'top':'0%','left':B(0xad),'width':'25%','height':B(0xc9),'border':{'type':B(0xe5)},'label':B(0x8d),'content':B(0xcb),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xd1)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0xb7)]()[C(0xe7)](v=>v[C(0x8c)]);i[C(0xb3)](u['join']('\x0a')),h[C(0xc5)]();};h['append'](i);const k=a65e[B(0xcc)]({'top':B(0xc9),'left':B(0xad),'width':'25%','height':B(0x9d),'border':{'type':B(0xe5)},'label':B(0xe2),'content':B(0xc8),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xd1)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xd9)](k);const l=t=>{const D=B;k[D(0xb3)]('Head:\x20'+(t[D(0xb6)]?t[D(0xb6)][D(0x8c)]:'None')+'\x0a'+('Torso:\x20'+(t['torso']?t[D(0x94)][D(0x8c)]:D(0xe0))+'\x0a')+(D(0xd2)+(t[D(0x92)]?t['legs'][D(0x8c)]:D(0xe0))+'\x0a')+('Feet:\x20'+(t[D(0xbb)]?t[D(0xbb)]['name']:'None')+'\x0a')+('Arms:\x20'+(t[D(0xd4)]?t[D(0xd4)][D(0x8c)]:D(0xe0))+'\x0a')+(D(0x96)+(t['gloves']?t[D(0x97)][D(0x8c)]:'None')+'\x0a')+('Left\x20Hand:\x20'+(t['leftHand']?t[D(0xdf)][D(0x8c)]:D(0xe0))+'\x0a')+(D(0xac)+(t[D(0xd0)]?t[D(0xd0)][D(0x8c)]:D(0xe0))+'\x0a')),h[D(0xc5)]();},m=a65e[B(0xcc)]({'top':B(0xab),'left':'75%','width':'25%','height':B(0xc6),'border':{'type':'line'},'label':B(0xb5),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u=E(0x8e)+t[E(0x8c)]+'\x0a\x0a';u+=E(0x8b),t[E(0xa5)][E(0xc4)]>0x0?t['exits']['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0xe6)](t);x[F(0xdb)]===RoomType[F(0xa0)]?u+=capitalCase(w)+':\x20'+x[F(0x8c)]:u+=capitalCase(w)+':\x20'+v[F(0x8c)];if(v[F(0xc1)]())u+='\x20(Locked)';else v[F(0x99)]()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0xe1),m[E(0xb3)](u),h[E(0xc5)]();},o=a65e['box']({'id':B(0xa8),'top':'0%','left':'0%','width':'75%','height':B(0xb1),'border':{'type':B(0xe5)},'label':B(0xdd),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xd1)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0xcf)]('mousemove'),h[B(0xd9)](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':B(0x8f),'height':B(0xb4),'tags':!![],'border':{'type':B(0xe5)},'style':{'fg':B(0xb2),'border':{'fg':B(0xc3)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x91)]([B(0xa2),B(0xba)],()=>process[B(0xd5)](0x0)),p['focus'](),h[B(0xc5)]();const q=Logger[B(0xce)](e[B(0xa6)],h),r=new Player({'playerName':c});q[B(0xa4)](B(0xd8));const s=a65f[B(0xce)](r,d);o[B(0xb3)](s[B(0xe4)]()),l(s['player'][B(0xd3)]),j(s[B(0x8a)][B(0xbe)]),n(s[B(0x8a)][B(0xc2)]),p[B(0x91)](['enter'],async()=>{const G=B,t=p[G(0xbf)](),u=s[G(0x95)](t);(t[G(0xae)]('\x20')[0x0]===G(0xa9)||G(0x9a)||G(0xcd))&&(j(s['player'][G(0xbe)]),l(s['player'][G(0xd3)])),(t[G(0xae)]('\x20')[0x0]==='go'||G(0xc0)||'unlock')&&n(s[G(0x8a)]['currentLocation']),t[G(0xae)]('\x20')[0x0]===G(0xb9)&&o['setContent'](''),u===null&&(console[G(0xa1)](G(0xd6)),h[G(0xc5)](),q[G(0xa4)](G(0x9c)),process['exit'](0x0)),o[G(0xaa)](u),o[G(0xb0)](0x1),p[G(0xd7)](),p[G(0x93)](),h['render']();});}catch(t){console['log'](t),process['exit'](0x1);}}function a65c(){const I=['None','\x0aThere\x20are\x20no\x20exits\x20here.','\x20Equipment\x20','(((.+)+)+)+$','getWelcomeMessage','line','getOtherSide','map','559996yhQSOL','player','-----\x20Exits\x20------\x0a','name','\x20Inventory\x20','Currently\x20in:\x20','100%','slice','key','legs','focus','torso','handleInput','Gloves:\x20','gloves','screen','checkIfLockable','equip','apply','<<<<<<<<---------\x20Terminating\x20game','25%','1335708jTQxUD','toString','OUTSIDE','log','escape','Side\x20Quest\x20Adventure\x20Game','write','exits','logFilePath','search','logBox','take','pushLine','70%','Right\x20Hand:\x20','75%','split','4quyViq','scroll','90%','white','setContent','10%','\x20Map\x20','head','getAllItems','106081eECKlT','clear','C-c','feet','argv','constructor','inventory','getValue','lock','checkIfLocked','currentLocation','cyan','size','render','20%','2159365eXcbMx','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','45%','1128883dsxwgO','Your\x20items\x20will\x20be\x20listed\x20here...','box','unequip','getInstance','removeAllListeners','rightHand','yellow','Legs:\x20','equipment','arms','exit','Thanks\x20for\x20playing!','clearValue','----->>>>>>\x20Initializing\x20Game','append','1019826OiKsRW','roomType','4776456YJtkkT','\x20Game\x20Log\x20','parse','leftHand'];a65c=function(){return I;};return a65c();}const args=process[a65H(0xbc)][a65H(0x90)](0x2);main(args[0x0],JSON[a65H(0xde)](args[0x1]),JSON['parse'](args[0x2]));
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x186))/0x1+-parseInt(y(0x19c))/0x2+parseInt(y(0x18d))/0x3*(-parseInt(y(0x1be))/0x4)+parseInt(y(0x1c2))/0x5*(-parseInt(y(0x19b))/0x6)+parseInt(y(0x17f))/0x7+parseInt(y(0x1c7))/0x8*(-parseInt(y(0x1cc))/0x9)+parseInt(y(0x1c3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x32929));import a65e from'blessed';import{capitalCase}from'change-case';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x175;let f=c[d];return f;},a65d(a,b);}import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a65c(){const I=['\x20(Unlocked)','join','getAllItems','lock','head','currentLocation','scroll','feet','pushLine','write','clear','split','exits','20%','screen','argv','100%','90%','Arms:\x20','render','C-c','25%','Left\x20Hand:\x20','----->>>>>>\x20Initializing\x20Game','slice','None','size','constructor','escape','17828xImaUj','yellow','getOtherSide','box','60OuYoiG','10304740wrqeEf','legs','apply','logBox','132576GyVufw','unequip','player','Legs:\x20','roomType','117bjPTbt','name','textbox','Feet:\x20','OUTSIDE','<<<<<<<<---------\x20Terminating\x20game','\x0aThere\x20are\x20no\x20exits\x20here.','key','clearValue','70%','log','equipment','handleInput','arms','10%','rightHand','\x20Equipment\x20','equip','forEach','line','2372755bynRfx','search','\x20Inventory\x20','setContent','focus','-----\x20Exits\x20------\x0a','getWelcomeMessage','250366dcgFYb','\x20Game\x20Log\x20','getInstance','torso','logFilePath','checkIfLockable','cyan','273uqvcmK','parse','75%','append','(((.+)+)+)+$','exit','unlock','leftHand','mousemove','checkIfLocked','inventory','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Head:\x20','Torso:\x20','19002HSZMID','505802FISMoa','Side\x20Quest\x20Adventure\x20Game','Available\x20exits\x20will\x20be\x20shown\x20here...','map','toString'];a65c=function(){return I;};return a65c();}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x1c5)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g['toString']()[A(0x180)](A(0x191))[A(0x1a0)]()[A(0x1bc)](g)[A(0x180)](A(0x191));});g();try{const h=a65e[B(0x1af)]({'smartCSR':!![],'title':B(0x19d)}),i=a65e[B(0x1c1)]({'top':'0%','left':B(0x18f),'width':B(0x1b6),'height':'45%','border':{'type':'line'},'label':B(0x181),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1bf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1a3)]()[C(0x19f)](v=>v['name']);i[C(0x182)](u[C(0x1a2)]('\x0a')),h['render']();};h[B(0x190)](i);const k=a65e[B(0x1c1)]({'top':'45%','left':'75%','width':'25%','height':'25%','border':{'type':B(0x17e)},'label':B(0x17b),'content':B(0x198),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1bf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x190)](k);const l=t=>{const D=B;k[D(0x182)](D(0x199)+(t[D(0x1a5)]?t[D(0x1a5)][D(0x1cd)]:D(0x1ba))+'\x0a'+(D(0x19a)+(t['torso']?t[D(0x189)][D(0x1cd)]:'None')+'\x0a')+(D(0x1ca)+(t['legs']?t[D(0x1c4)][D(0x1cd)]:'None')+'\x0a')+(D(0x1cf)+(t[D(0x1a8)]?t[D(0x1a8)]['name']:D(0x1ba))+'\x0a')+(D(0x1b3)+(t[D(0x178)]?t['arms'][D(0x1cd)]:D(0x1ba))+'\x0a')+('Gloves:\x20'+(t['gloves']?t['gloves']['name']:D(0x1ba))+'\x0a')+(D(0x1b7)+(t['leftHand']?t[D(0x194)]['name']:D(0x1ba))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x17a)]?t['rightHand']['name']:'None')+'\x0a')),h[D(0x1b4)]();},m=a65e['box']({'top':B(0x1d5),'left':B(0x18f),'width':B(0x1b6),'height':B(0x1ae),'border':{'type':'line'},'label':'\x20Map\x20','content':B(0x19e),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1bf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x190)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t['name']+'\x0a\x0a';u+=E(0x184),t[E(0x1ad)][E(0x1bb)]>0x0?t[E(0x1ad)][E(0x17d)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1c0)](t);x[F(0x1cb)]===RoomType[F(0x1d0)]?u+=capitalCase(w)+':\x20'+x[F(0x1cd)]:u+=capitalCase(w)+':\x20'+v[F(0x1cd)];if(v[F(0x196)]())u+='\x20(Locked)';else v[F(0x18b)]()&&(u+=F(0x1a1));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1d2),m[E(0x182)](u),h[E(0x1b4)]();},o=a65e[B(0x1c1)]({'id':B(0x1c6),'top':'0%','left':'0%','width':B(0x18f),'height':B(0x1b2),'border':{'type':B(0x17e)},'label':B(0x187),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](B(0x195)),h[B(0x190)](o);const p=a65e[B(0x1ce)]({'bottom':0x0,'left':0x0,'width':B(0x1b1),'height':B(0x179),'tags':!![],'border':{'type':'line'},'style':{'fg':'white','border':{'fg':B(0x18c)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x190)](p),h[B(0x1d3)]([B(0x1bd),B(0x1b5)],()=>process[B(0x192)](0x0)),p[B(0x183)](),h[B(0x1b4)]();const q=Logger[B(0x188)](e[B(0x18a)],h),r=new Player({'playerName':c});q[B(0x1aa)](B(0x1b8));const s=a65f[B(0x188)](r,d);o['setContent'](s[B(0x185)]()),l(s[B(0x1c9)][B(0x176)]),j(s[B(0x1c9)][B(0x197)]),n(s[B(0x1c9)][B(0x1a6)]),p[B(0x1d3)](['enter'],async()=>{const G=B,t=p['getValue'](),u=s[G(0x177)](t);(t['split']('\x20')[0x0]==='take'||G(0x17c)||G(0x1c8))&&(j(s[G(0x1c9)][G(0x197)]),l(s[G(0x1c9)]['equipment'])),(t[G(0x1ac)]('\x20')[0x0]==='go'||G(0x1a4)||G(0x193))&&n(s[G(0x1c9)][G(0x1a6)]),t[G(0x1ac)]('\x20')[0x0]===G(0x1ab)&&o[G(0x182)](''),u===null&&(console[G(0x175)]('Thanks\x20for\x20playing!'),h[G(0x1b4)](),q[G(0x1aa)](G(0x1d1)),process[G(0x192)](0x0)),o[G(0x1a9)](u),o[G(0x1a7)](0x1),p[G(0x1d4)](),p[G(0x183)](),h['render']();});}catch(t){console['log'](t),process[B(0x192)](0x1);}}const args=process[a65H(0x1b0)][a65H(0x1b9)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a65H(0x18e)](args[0x2]));
@@ -1 +1 @@
1
- const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x18a))/0x1*(parseInt(h(0x161))/0x2)+-parseInt(h(0x184))/0x3*(-parseInt(h(0x185))/0x4)+parseInt(h(0x16e))/0x5*(parseInt(h(0x187))/0x6)+-parseInt(h(0x173))/0x7+parseInt(h(0x172))/0x8+-parseInt(h(0x189))/0x9*(-parseInt(h(0x175))/0xa)+-parseInt(h(0x178))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x26dae));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x16b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x17c)](j(0x163))[j(0x180)]()['constructor'](a66a)[j(0x17c)](j(0x163));});a66a();import a66e from'fs';import a66f from'os';function a66c(){const r=['content','dirname','apply','existsSync','error','10470Odzgfn','toISOString','children','screen','1270856auIoKJ','560847CZcoZp','appendFileSync','2322350UFyaTu','ensureLogFileExists','log','5034513KYZGSZ','The\x20logbox\x20','hasScreen','.maka','search','join','filePath','[INFO]\x20[','toString','homedir','setContent','instance','54FUlkqr','32308kkHvco','box','162bSbTnx','logBox','9adeyLd','6114bkHtui','getInstance','write','side-quest.log','34SotUNw','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','(((.+)+)+)+$','render','writeFileSync','scrollTo','mkdirSync','find'];a66c=function(){return r;};return a66c();}import a66g from'path';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x160;let f=c[d];return f;},a66d(a,b);}const homeDir=a66f[a66k(0x181)]();export class Logger{static ['instance'];['filePath'];['screen'];constructor(a,b){const l=a66k;this[l(0x17e)]=a,this[l(0x171)]=b,this[l(0x176)]();}static[a66k(0x18b)](a=a66g[a66k(0x17d)](homeDir,a66k(0x17b),a66k(0x160)),b){const m=a66k;if(!Logger[m(0x183)]){if(!b)throw new Error(m(0x162));Logger[m(0x183)]=new Logger(a,b);}return Logger[m(0x183)];}[a66k(0x176)](){const n=a66k,a=a66g[n(0x16a)](this['filePath']);!a66e[n(0x16c)](a)&&a66e[n(0x167)](a,{'recursive':!![]}),!a66e[n(0x16c)](this[n(0x17e)])&&a66e[n(0x165)](this['filePath'],'');}[a66k(0x18c)](a){const o=a66k,b=new Date()[o(0x16f)](),c=o(0x17f)+b+']\x20'+a+'\x0a';a66e[o(0x174)](this[o(0x17e)],c);}[a66k(0x16d)](a){const p=a66k,b=new Date()['toISOString'](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a66e[p(0x174)](this[p(0x17e)],c);}[a66k(0x177)](a){const q=a66k,b=this['screen']?.[q(0x170)][q(0x168)](c=>c['type']===q(0x186)&&c['options']['id']===q(0x188));b?(b[q(0x182)](b[q(0x169)]+'\x0a'+a),b[q(0x166)](b['getScrollHeight']()),this[q(0x171)]?.[q(0x164)]()):this['error'](q(0x179)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this['screen']),this[q(0x18c)](a);}[a66k(0x17a)](){return!!this['screen'];}}
1
+ const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0xab))/0x1+-parseInt(h(0xbd))/0x2+parseInt(h(0xa3))/0x3+-parseInt(h(0x9a))/0x4+parseInt(h(0xaa))/0x5*(parseInt(h(0xa2))/0x6)+-parseInt(h(0x99))/0x7*(-parseInt(h(0x98))/0x8)+parseInt(h(0x90))/0x9*(-parseInt(h(0xac))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xd142e));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x91)]()[j(0x9d)](j(0x92))[j(0x91)]()[j(0xbb)](a66a)[j(0x9d)](j(0x92));});function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x90;let f=c[d];return f;},a66d(a,b);}a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0xb6)]();export class Logger{static [a66k(0xb9)];[a66k(0xb3)];[a66k(0xa7)];constructor(a,b){const l=a66k;this[l(0xb3)]=a,this[l(0xa7)]=b,this[l(0xa9)]();}static[a66k(0xa0)](a=a66g[a66k(0x94)](homeDir,a66k(0xb2),a66k(0x96)),b){const m=a66k;if(!Logger[m(0xb9)]){if(!b)throw new Error(m(0xbc));Logger[m(0xb9)]=new Logger(a,b);}return Logger['instance'];}['ensureLogFileExists'](){const n=a66k,a=a66g['dirname'](this['filePath']);!a66e['existsSync'](a)&&a66e[n(0xb7)](a,{'recursive':!![]}),!a66e[n(0x9e)](this[n(0xb3)])&&a66e[n(0x93)](this[n(0xb3)],'');}[a66k(0xa1)](a){const o=a66k,b=new Date()['toISOString'](),c=o(0xae)+b+']\x20'+a+'\x0a';a66e[o(0xb4)](this['filePath'],c);}[a66k(0x9f)](a){const p=a66k,b=new Date()[p(0x95)](),c=p(0xb5)+b+']\x20'+a+'\x0a';a66e[p(0xb4)](this['filePath'],c);}[a66k(0x9b)](a){const q=a66k,b=this[q(0xa7)]?.[q(0x9c)][q(0xad)](c=>c[q(0xa4)]==='box'&&c[q(0xaf)]['id']===q(0xa5));b?(b['setContent'](b['content']+'\x0a'+a),b[q(0x97)](b[q(0xb1)]()),this[q(0xa7)]?.[q(0xb8)]()):this[q(0x9f)](q(0xba)+b+q(0xb0)+this[q(0xa7)]),this[q(0xa1)](a);}[a66k(0xa8)](){return!!this['screen'];}}function a66c(){const r=['getInstance','write','66YvfNPu','5121579DRQBRa','type','logBox','apply','screen','hasScreen','ensureLogFileExists','398965cbuMEZ','256873VKjafx','190PvXDMd','find','[INFO]\x20[','options','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','getScrollHeight','.maka','filePath','appendFileSync','[ERROR]\x20[','homedir','mkdirSync','render','instance','The\x20logbox\x20','constructor','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','1545362QTQibk','659322zGBDbN','toString','(((.+)+)+)+$','writeFileSync','join','toISOString','side-quest.log','scrollTo','200HFFKgh','437899hJSLBI','3481004BBbQAz','log','children','search','existsSync','error'];a66c=function(){return r;};return a66c();}
@@ -1 +1 @@
1
- const a67m=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0x15a))/0x1*(-parseInt(k(0x167))/0x2)+-parseInt(k(0x15b))/0x3+-parseInt(k(0x15d))/0x4+parseInt(k(0x16a))/0x5+parseInt(k(0x15e))/0x6+-parseInt(k(0x14d))/0x7+-parseInt(k(0x168))/0x8*(-parseInt(k(0x152))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x35c0c));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(0x154)]()[l(0x160)]('(((.+)+)+)+$')[l(0x154)]()[l(0x165)](a67a)[l(0x160)](l(0x15f));});a67a();import a67e from'path';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x14d;let f=c[d];return f;},a67d(a,b);}import{spawn}from'child_process';import a67f from'./play.command.js';function a67c(){const p=['stringify','12AvdpjU','320xlRDEk','player','1398160ewkdGi','What\x20is\x20your\x20name?','url','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...','ask','node','dungeon','shadowrun','2630222DOXfcX','./sideQuest/ui.js','log','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','getGlobalMakaDir','110457loMnno','exit','toString','list','maka\x20play:side-quest','sideQuestAnswer','Thanks\x20for\x20playing!','side-quest','18082xJqDpX','901719LHFPdL','side-quest.log','292876aIZRAA','543996SEVJUf','(((.+)+)+)+$','search','inherit','Play\x20a\x20little\x20side-quest','create','fsi','constructor'];a67c=function(){return p;};return a67c();}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x16c)]),__dirname=dirname(__filename);Command[a67m(0x163)]({'name':a67m(0x159),'usage':a67m(0x156),'shortDesc':a67m(0x162),'aliases':['sq'],'description':a67m(0x16d),'validOpts':[a67m(0x169)]},async function(a,b){const n=a67m;try{const c=this[n(0x164)][n(0x151)](),d=a67e['join'](c,n(0x15c)),e=b[n(0x169)]?b[n(0x169)]:await Actions[n(0x16e)](n(0x16b))||'Commoner',f={...b,'logFilePath':d},g={'type':n(0x155),'name':n(0x157),'message':n(0x150),'choices':[{'name':n(0x170),'value':dungeonConfig},{'name':n(0x171),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(n(0x16f),[a67e['resolve'](__dirname,n(0x14e)),e,JSON[n(0x166)](h),JSON[n(0x166)](f)],{'stdio':n(0x161)});i['on'](n(0x153),()=>{const o=n;console[o(0x14f)](o(0x158));});}}catch(j){console[n(0x14f)](j);}},a67f);
1
+ const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0x19c))/0x1*(parseInt(k(0x194))/0x2)+parseInt(k(0x18f))/0x3+-parseInt(k(0x1a0))/0x4*(parseInt(k(0x197))/0x5)+parseInt(k(0x198))/0x6*(parseInt(k(0x187))/0x7)+parseInt(k(0x190))/0x8*(parseInt(k(0x189))/0x9)+parseInt(k(0x188))/0xa+parseInt(k(0x193))/0xb*(-parseInt(k(0x182))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x92e7f));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x19b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0x17f)]()[m(0x19e)](m(0x192))[m(0x17f)]()['constructor'](a67a)['search'](m(0x192));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x17e;let f=c[d];return f;},a67d(a,b);}import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';function a67c(){const q=['What\x20is\x20your\x20name?','url','stringify','Thanks\x20for\x20playing!','log','1641024JGJids','200uYqHSN','node','(((.+)+)+)+$','21348283sItGsA','131142RPfhQK','inherit','side-quest.log','5xvKcOY','5087622nEOUWC','create','sideQuestAnswer','apply','11sRtYqk','dungeon','search','ask','1259736vHskmY','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','shadowrun','side-quest','toString','./sideQuest/ui.js','player','12ZxEWMI','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','join','Play\x20a\x20little\x20side-quest','list','7SNUgjZ','3928130mdmSyA','125415bLfBVY'];a67c=function(){return q;};return a67c();}import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67n(0x18b)]),__dirname=dirname(__filename);Command[a67n(0x199)]({'name':a67n(0x17e),'usage':'maka\x20play:side-quest','shortDesc':a67n(0x185),'aliases':['sq'],'description':a67n(0x1a1),'validOpts':[a67n(0x181)]},async function(a,b){const o=a67n;try{const c=this['fsi']['getGlobalMakaDir'](),d=a67e[o(0x184)](c,o(0x196)),e=b[o(0x181)]?b['player']:await Actions[o(0x19f)](o(0x18a))||'Commoner',f={...b,'logFilePath':d},g={'type':o(0x186),'name':o(0x19a),'message':o(0x183),'choices':[{'name':o(0x19d),'value':dungeonConfig},{'name':o(0x1a2),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(o(0x191),[a67e['resolve'](__dirname,o(0x180)),e,JSON[o(0x18c)](h),JSON[o(0x18c)](f)],{'stdio':o(0x195)});i['on']('exit',()=>{const p=o;console[p(0x18e)](p(0x18d));});}}catch(j){console['log'](j);}},a67f);
@@ -1 +1 @@
1
- var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x130))/0x1+-parseInt(f(0x133))/0x2*(parseInt(f(0x132))/0x3)+parseInt(f(0x13f))/0x4*(-parseInt(f(0x134))/0x5)+-parseInt(f(0x13b))/0x6+parseInt(f(0x13a))/0x7*(parseInt(f(0x131))/0x8)+-parseInt(f(0x13d))/0x9+parseInt(f(0x138))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xbb2af));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x135)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x12f)]()[h(0x136)](h(0x137))[h(0x12f)]()[h(0x13c)](a68a)[h(0x136)]('(((.+)+)+)+$');});function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x12d;var f=c[d];return f;},a68d(a,b);}function a68c(){var k=['(((.+)+)+)+$','14799940sTvpfa','create','7SfGCqJ','6287868fbOnei','constructor','4566114zYvUEm','inherit','22488VoUsXe','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','snake','toString','1168854SLPyDR','11388456ukTONV','920697ZpRDsq','8NMLEgZ','465OSoApQ','apply','search'];a68c=function(){return k;};return a68c();}a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x139)]({'name':a68i(0x12e),'usage':'maka\x20game:snake','shortDesc':a68i(0x12d),'validOpts':[]},async function(){var j=a68i;execSync('npx\x20command-line-snake',{'stdio':j(0x13e)});},a68e);
1
+ var a68h=a68d;function a68c(){var j=['6462970WciYel','snake','search','174170ymdFwO','416134pRpREh','223007TnbsML','16618eVVebD','constructor','create','npx\x20command-line-snake','maka\x20game:snake','3vKKHnl','24pLJYLN','toString','65256vmoeKr','147321IyefPH','120RzGWsZ','(((.+)+)+)+$'];a68c=function(){return j;};return a68c();}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0xd0))/0x1+-parseInt(f(0xe1))/0x2*(parseInt(f(0xd6))/0x3)+-parseInt(f(0xd9))/0x4+parseInt(f(0xe0))/0x5+parseInt(f(0xdb))/0x6*(-parseInt(f(0xd1))/0x7)+-parseInt(f(0xd7))/0x8*(parseInt(f(0xda))/0x9)+parseInt(f(0xdd))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x217c4));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var g=a68d;return a68a[g(0xd8)]()[g(0xdf)](g(0xdc))[g(0xd8)]()[g(0xd2)](a68a)[g(0xdf)]('(((.+)+)+)+$');});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xd0;var f=c[d];return f;},a68d(a,b);}import{execSync}from'child_process';Command[a68h(0xd3)]({'name':a68h(0xde),'usage':a68h(0xd5),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var i=a68h;execSync(i(0xd4),{'stdio':'inherit'});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x109))/0x1+parseInt(f(0x10f))/0x2+parseInt(f(0x117))/0x3*(-parseInt(f(0x10b))/0x4)+parseInt(f(0x112))/0x5+parseInt(f(0x111))/0x6*(parseInt(f(0x10c))/0x7)+-parseInt(f(0x11a))/0x8+parseInt(f(0x10d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xd11f9));function a69c(){var k=['Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','constructor','10360304mQjInH','inherit','806145sFvNpV','apply','110008QuYZdO','35wgXUsC','6427683jaKXYS','toString','201886QGStRL','search','506658sQXETQ','5903475uunOlt','tetris','maka\x20game:tetris','npx\x20simple-tetris','(((.+)+)+)+$','117eSNOmN'];a69c=function(){return k;};return a69c();}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x10a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a['toString']()[h(0x110)](h(0x116))[h(0x10e)]()[h(0x119)](a69a)['search'](h(0x116));});a69a();function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x108;var f=c[d];return f;},a69d(a,b);}import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a69i(0x113),'usage':a69i(0x114),'shortDesc':a69i(0x118),'validOpts':[]},async function(){var j=a69i;execSync(j(0x115),{'stdio':j(0x108)});},a69e);
1
+ var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0xee))/0x1+parseInt(f(0xef))/0x2+parseInt(f(0xf2))/0x3+parseInt(f(0xe8))/0x4+-parseInt(f(0xe7))/0x5*(-parseInt(f(0xf0))/0x6)+parseInt(f(0xea))/0x7+parseInt(f(0xe3))/0x8*(-parseInt(f(0xed))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x702bd));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var g=a69d;return a69a[g(0xf3)]()['search']('(((.+)+)+)+$')['toString']()[g(0xe6)](a69a)[g(0xe2)](g(0xe4));});a69a();function a69c(){var j=['inherit','9251379ythpuh','482888oJatKG','1492544BxrWvJ','150762ZLtYAG','create','2731182uvbHOH','toString','search','8MuaGBR','(((.+)+)+)+$','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','constructor','5bmijPw','789564UIWgux','maka\x20game:tetris','637616TMOTOX','npx\x20simple-tetris'];a69c=function(){return j;};return a69c();}function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xe2;var f=c[d];return f;},a69d(a,b);}import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69h(0xf1)]({'name':'tetris','usage':a69h(0xe9),'shortDesc':a69h(0xe5),'validOpts':[]},async function(){var i=a69h;execSync(i(0xeb),{'stdio':i(0xec)});},a69e);
@@ -1 +1 @@
1
- const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x160))/0x1*(parseInt(f(0x16a))/0x2)+parseInt(f(0x165))/0x3*(parseInt(f(0x151))/0x4)+-parseInt(f(0x169))/0x5+parseInt(f(0x15d))/0x6+parseInt(f(0x161))/0x7+-parseInt(f(0x15c))/0x8*(-parseInt(f(0x153))/0x9)+-parseInt(f(0x156))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x47b41));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x162)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x163)]()[h(0x16b)](h(0x158))[h(0x163)]()[h(0x154)](a70a)[h(0x16b)](h(0x158));});a70a();function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x150;let f=c[d];return f;},a70d(a,b);}import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';function a70c(){const k=['maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20generate:scaffold\x20todos','maka\x20g:route\x20todos/edit','88LRwVuk','2303790JrjDqd','generate','maka\x20g:scaffold\x20todos','2JLgawb','1344007CKyVpy','apply','toString','maka\x20g:api\x20trucks','1704axqxKn','create','exit','processAndRunGenerator','106115bmAVrc','83904ABdNBJ','search','maka\x20g:package\x20package:name','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20{generate,\x20g}:<generator>\x20<name>','3108gJKgif','error','269073HajtiM','constructor','splice','11151530gYeLKv','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','(((.+)+)+)+$'];a70c=function(){return k;};return a70c();}Command[a70i(0x166)]({'name':a70i(0x15e),'aliases':['g'],'usage':a70i(0x150),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x16d),'description':a70i(0x157),'examples':[a70i(0x15a),a70i(0x15f),'maka\x20g:template\x20todos/todo_item',a70i(0x16c),a70i(0x15b),a70i(0x164),a70i(0x159)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x155)](0x0,0x1),await a70e[j(0x168)](c,a,b)):a70e['invoke'](a,b);}catch(d){Log[j(0x152)](d),process[j(0x167)](0x1);}});
1
+ function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xfe;let f=c[d];return f;},a70d(a,b);}function a70c(){const k=['3749082hTfbwq','maka\x20g:scaffold\x20todos','splice','constructor','maka\x20{generate,\x20g}:<generator>\x20<name>','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:api\x20trucks','1559007BTEVKg','exit','128xqVmIM','590301enKFOA','3309146jzkWSI','toString','apply','maka\x20g:route\x20todos/edit','285900CTsPoy','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','maka\x20g:package\x20package:name','10638120jjbsgY','4hJhVNR','invoke','42HYSPEh','error','10065881wsHIOA','generate','(((.+)+)+)+$'];a70c=function(){return k;};return a70c();}const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x108))/0x1+-parseInt(f(0x10c))/0x2+-parseInt(f(0x101))/0x3*(-parseInt(f(0x114))/0x4)+-parseInt(f(0x110))/0x5*(-parseInt(f(0x116))/0x6)+parseInt(f(0xfe))/0x7+parseInt(f(0x10a))/0x8*(-parseInt(f(0x10b))/0x9)+-parseInt(f(0x113))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xd6a1f));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x10e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a['toString']()['search'](h(0x100))[h(0x10d)]()[h(0x104)](a70a)['search']('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':a70i(0xff),'aliases':['g'],'usage':a70i(0x105),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x106),'description':a70i(0x111),'examples':['maka\x20generate:scaffold\x20todos',a70i(0x102),'maka\x20g:template\x20todos/todo_item',a70i(0x112),a70i(0x10f),a70i(0x107),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x103)](0x0,0x1),await a70e['processAndRunGenerator'](c,a,b)):a70e[j(0x115)](a,b);}catch(d){Log[j(0x117)](d),process[j(0x109)](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x1bc))/0x1*(parseInt(f(0x1b4))/0x2)+parseInt(f(0x1b7))/0x3*(-parseInt(f(0x1b3))/0x4)+parseInt(f(0x1ba))/0x5*(-parseInt(f(0x1bb))/0x6)+parseInt(f(0x1bd))/0x7*(-parseInt(f(0x1b0))/0x8)+-parseInt(f(0x1be))/0x9+-parseInt(f(0x1b1))/0xa+parseInt(f(0x1b8))/0xb*(parseInt(f(0x1bf))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xb73fa));function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1b0;var f=c[d];return f;},a71d(a,b);}var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1b6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x1b9)]()['search'](h(0x1b2))['toString']()[h(0x1b5)](a71a)['search']('(((.+)+)+)+$');});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71c(){var i=['9217404fGuJyD','1856844ATNWoI','856SfLKGO','14605810GGUuUt','(((.+)+)+)+$','1211988XGROUO','2502590MuDZAM','constructor','apply','6OFgfoi','451vHnWOo','toString','32255oBjTIL','792OUnvNA','1VRhFei','26173otgLVw'];a71c=function(){return i;};return a71c();}
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x154))/0x1+parseInt(f(0x156))/0x2+parseInt(f(0x151))/0x3+parseInt(f(0x152))/0x4+-parseInt(f(0x14e))/0x5*(-parseInt(f(0x158))/0x6)+-parseInt(f(0x14f))/0x7+parseInt(f(0x153))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x61f12));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var g=a71d;return a71a['toString']()[g(0x150)](g(0x155))[g(0x157)]()[g(0x14d)](a71a)[g(0x150)](g(0x155));});a71a();import'./get.command.js';import'./global.sub.cmd.js';function a71c(){var h=['search','285756mWIoiA','1504prGQPL','5063272NKwvdS','714696OoPVGL','(((.+)+)+)+$','1349538GNUasv','toString','18iZgltL','constructor','420735rVpOiZ','3779167zaBqLT'];a71c=function(){return h;};return a71c();}function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x14d;var f=c[d];return f;},a71d(a,b);}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- function a72c(){const k=['toString','constructor','273218QdZGTS','374000xSJWgp','241005rVZMNI','7196152RETsBs','Sub-Command\x20not\x20found','495936PwoPEr','24WoUqqX','get','apply','(((.+)+)+)+$','9vGRNBZ','1375052Ebqhya','Get\x20various\x20Maka\x20variables\x20and\x20configurations','findSubCommand','error','create','maka\x20get:<sub-command>','23564AgSDJZ'];a72c=function(){return k;};return a72c();}const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x170))/0x1+-parseInt(f(0x173))/0x2+-parseInt(f(0x164))/0x3+-parseInt(f(0x174))/0x4+-parseInt(f(0x175))/0x5*(parseInt(f(0x165))/0x6)+-parseInt(f(0x16a))/0x7+parseInt(f(0x176))/0x8*(parseInt(f(0x169))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x21cb6));function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x163;let f=c[d];return f;},a72d(a,b);}const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x167)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x171)]()['search'](h(0x168))[h(0x171)]()[h(0x172)](a72a)['search'](h(0x168));});a72a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a72i(0x16e)]({'name':a72i(0x166),'usage':a72i(0x16f),'shortDesc':a72i(0x16b),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0x16c)](c);if(d)return await this['runSubCommand'](c,a,b);else{Log[j(0x16d)](j(0x163));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a72i=a72d;function a72c(){const k=['1394218ciXLBH','Get\x20various\x20Maka\x20variables\x20and\x20configurations','9377065pAfrvY','constructor','(((.+)+)+)+$','1469551KCjjSF','33099064nhmQNq','maka\x20get:<sub-command>','3270584dGkuDc','error','search','9pcGiww','18lxJCdi','2537610KyYTKg','Sub-Command\x20not\x20found','apply','findSubCommand','612028OiLqcM'];a72c=function(){return k;};return a72c();}function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x183;let f=c[d];return f;},a72d(a,b);}(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x192))/0x1+-parseInt(f(0x183))/0x2+parseInt(f(0x187))/0x3*(-parseInt(f(0x18c))/0x4)+-parseInt(f(0x18f))/0x5+-parseInt(f(0x188))/0x6+parseInt(f(0x18d))/0x7+-parseInt(f(0x193))/0x8*(-parseInt(f(0x186))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xe903a));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x18a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()['search'](h(0x191))['toString']()[h(0x190)](a72a)[h(0x185)](h(0x191));});a72a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':'get','usage':a72i(0x194),'shortDesc':a72i(0x18e),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0x18b)](c);if(d)return await this['runSubCommand'](c,a,b);else{Log[j(0x184)](j(0x189));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- function a73c(){const k=['12529240epEpUq','exit','log','getGlobalConfig','1QRLpgB','1916932wmbnHk','50HEHFhO','create','2303451HuvdfK','2314182zDtOwb','288UNUyqH','39472OblZPm','maka\x20get:global-config','5815370vRUPrS','toString','constructor','(((.+)+)+)+$','fsi','10kxlYgY','search','apply','6999930puzqLo','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file'];a73c=function(){return k;};return a73c();}const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x1a0))/0x1*(-parseInt(f(0x1a1))/0x2)+-parseInt(f(0x18f))/0x3*(-parseInt(f(0x190))/0x4)+parseInt(f(0x197))/0x5*(parseInt(f(0x18e))/0x6)+parseInt(f(0x19a))/0x7+-parseInt(f(0x19c))/0x8+-parseInt(f(0x18d))/0x9*(-parseInt(f(0x1a2))/0xa)+-parseInt(f(0x192))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xe6bdc));function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x18c;let f=c[d];return f;},a73d(a,b);}const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x199)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x193)]()[h(0x198)]('(((.+)+)+)+$')[h(0x193)]()[h(0x194)](a73a)[h(0x198)](h(0x195));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x18c)]({'name':'global-config','usage':a73i(0x191),'aliases':['gc'],'shortDesc':a73i(0x19b),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x196)][j(0x19f)]();console[j(0x19e)](a),process['exit'](0x0);}catch(b){console['error'](b),process[j(0x19d)](0x0);}},a73e);
1
+ function a73c(){const k=['2331492svSIou','search','57pDzfOw','(((.+)+)+)+$','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','3364paqQOF','apply','maka\x20get:global-config','18972592oEgcOq','constructor','2770740BbmHNd','toString','log','global-config','687107WIhdJV','create','8934402adpltn','getGlobalConfig','5389839icklLd','exit','error'];a73c=function(){return k;};return a73c();}const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x11d))/0x1+parseInt(f(0x124))/0x2+parseInt(f(0x111))/0x3*(parseInt(f(0x114))/0x4)+parseInt(f(0x119))/0x5+parseInt(f(0x11f))/0x6+-parseInt(f(0x121))/0x7+-parseInt(f(0x117))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xbc1c0));function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x110;let f=c[d];return f;},a73d(a,b);}const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x115)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x11a)]()[h(0x110)](h(0x112))['toString']()[h(0x118)](a73a)[h(0x110)](h(0x112));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x11e)]({'name':a73i(0x11c),'usage':a73i(0x116),'aliases':['gc'],'shortDesc':a73i(0x113),'validOpts':[]},async function(){const j=a73i;try{const a=await this['fsi'][j(0x120)]();console[j(0x11b)](a),process[j(0x122)](0x0);}catch(b){console[j(0x123)](b),process[j(0x122)](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x1a7))/0x1*(parseInt(f(0x1ad))/0x2)+parseInt(f(0x1a2))/0x3*(parseInt(f(0x1a6))/0x4)+parseInt(f(0x1af))/0x5+parseInt(f(0x1a4))/0x6+-parseInt(f(0x19e))/0x7+parseInt(f(0x19c))/0x8+parseInt(f(0x19d))/0x9*(-parseInt(f(0x1a8))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x2f285));function a74c(){const k=['search','1826994gjEjJA','create','12QaosfZ','118oMTSZA','20zfjAkQ','local-config','(((.+)+)+)+$','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','maka\x20get:local-config','5282PIBruE','constructor','1087345sRMyxL','1446176eIDqMG','1591479yDexbO','403753igSjOS','apply','toString','fsi','213396bcsXKj'];a74c=function(){return k;};return a74c();}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x19f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x1a0)]()[h(0x1a3)](h(0x1aa))[h(0x1a0)]()[h(0x1ae)](a74a)[h(0x1a3)](h(0x1aa));});a74a();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x19c;let f=c[d];return f;},a74d(a,b);}import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x1a5)]({'name':a74i(0x1a9),'usage':a74i(0x1ac),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x1ab),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x1a1)]['getMakaProjectConfig']();console['log'](a);},a74e);
1
+ const a74i=a74d;function a74c(){const k=['log','5RzoHGe','maka\x20get:local-config','1939drfmGN','1496352mqpzVm','toString','5917293jzWxjg','184384NHvrle','fsi','3552PAQfpo','231906vtAZmS','1470400Mdcsvd','constructor','getMakaProjectConfig','create','621042SbuIac','apply','search'];a74c=function(){return k;};return a74c();}(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x14b))/0x1+parseInt(f(0x153))/0x2+-parseInt(f(0x14e))/0x3+-parseInt(f(0x14f))/0x4+parseInt(f(0x145))/0x5*(-parseInt(f(0x148))/0x6)+-parseInt(f(0x147))/0x7*(parseInt(f(0x14d))/0x8)+parseInt(f(0x14a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x51cfc));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x154)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a['toString']()[h(0x143)]('(((.+)+)+)+$')[h(0x149)]()[h(0x150)](a74a)[h(0x143)]('(((.+)+)+)+$');});a74a();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x143;let f=c[d];return f;},a74d(a,b);}import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x152)]({'name':'local-config','usage':a74i(0x146),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[]},async function(){const j=a74i,a=await this[j(0x14c)][j(0x151)]();console[j(0x144)](a);},a74e);
@@ -1 +1 @@
1
- const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0x1da))/0x1+-parseInt(g(0x1e3))/0x2+parseInt(g(0x1ed))/0x3+-parseInt(g(0x1e9))/0x4*(-parseInt(g(0x1df))/0x5)+parseInt(g(0x1d6))/0x6+parseInt(g(0x1f0))/0x7*(parseInt(g(0x1f3))/0x8)+-parseInt(g(0x1e7))/0x9*(parseInt(g(0x1dd))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x23f5c));function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1d6;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(0x1e2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x1f4)]()[i(0x1d9)](i(0x1ea))[i(0x1f4)]()[i(0x1e6)](a75a)[i(0x1d9)]('(((.+)+)+)+$');});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';function a75c(){const l=['getGlobalConfig','8ylWGrQ','(((.+)+)+)+$','maka\x20get:whoami','fsi','244437xcptbK','hash','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','49WKjEdi','User\x20Access\x20Token:\x20\x20','exit','91032cVTwyj','toString','268812mZeNiT','authToken','decode','search','212350hwRxqA','create','error','1812170EUsqDR','silent','395935YHCuMp','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','whoami','apply','496298FELTAQ','roles','token','constructor','9GguPYd'];a75c=function(){return l;};return a75c();}import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command[a75j(0x1db)]({'name':a75j(0x1e1),'usage':a75j(0x1eb),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[a75j(0x1de)]},async function(a,b){const k=a75j;try{const c=await this[k(0x1ec)][k(0x1e8)]();let d=null;return c[k(0x1ee)]&&(d=await a75f[k(0x1d8)](c[k(0x1ee)]),!b[k(0x1de)]&&(Log['notice'](k(0x1e0)+d?.['user']),Log['notice']('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+c[k(0x1e5)]?.['userId']),Log['notice'](k(0x1f1)+c[k(0x1e5)]?.[k(0x1d7)]),Log['notice'](k(0x1ef)+d?.[k(0x1e4)]['join'](',\x20')))),c;}catch(f){Log[k(0x1dc)](f),process[k(0x1f2)](0x1);}},a75e);
1
+ const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0x1bb))/0x1*(parseInt(g(0x1c6))/0x2)+parseInt(g(0x1b7))/0x3*(-parseInt(g(0x1c8))/0x4)+-parseInt(g(0x1d7))/0x5+parseInt(g(0x1ce))/0x6*(-parseInt(g(0x1c4))/0x7)+-parseInt(g(0x1c3))/0x8*(-parseInt(g(0x1d0))/0x9)+parseInt(g(0x1b9))/0xa+parseInt(g(0x1cf))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xbe615));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x1bf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x1cc)]()[i(0x1ca)](i(0x1b8))[i(0x1cc)]()[i(0x1bc)](a75a)[i(0x1ca)](i(0x1b8));});function a75c(){const l=['User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','toString','userId','360ZhBXGM','36985773BKeRvL','192591LHkzDU','fsi','join','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','error','hash','getGlobalConfig','7004650VyLHiu','327423ECQkNP','(((.+)+)+)+$','10878000yJyMZu','authToken','297938nXkqYG','constructor','create','User\x20Access\x20Token:\x20\x20','apply','decode','silent','token','104zrkOMz','78344BdwZer','roles','6XJYppf','maka\x20get:whoami','36bIIhfV','notice','search'];a75c=function(){return l;};return a75c();}a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1b7;let f=c[d];return f;},a75d(a,b);}import a75f from'jsonwebtoken';Command[a75j(0x1bd)]({'name':'whoami','usage':a75j(0x1c7),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[a75j(0x1c1)]},async function(a,b){const k=a75j;try{const c=await this[k(0x1d1)][k(0x1d6)]();let d=null;return c[k(0x1d5)]&&(d=await a75f[k(0x1c0)](c[k(0x1d5)]),!b['silent']&&(Log['notice']('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.['user']),Log[k(0x1c9)](k(0x1cb)+c[k(0x1c2)]?.[k(0x1cd)]),Log[k(0x1c9)](k(0x1be)+c['token']?.[k(0x1ba)]),Log[k(0x1c9)](k(0x1d3)+d?.[k(0x1c5)][k(0x1d2)](',\x20')))),c;}catch(f){Log[k(0x1d4)](f),process['exit'](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x116))/0x1*(-parseInt(f(0x11c))/0x2)+parseInt(f(0x11f))/0x3*(-parseInt(f(0x114))/0x4)+parseInt(f(0x111))/0x5*(parseInt(f(0x120))/0x6)+parseInt(f(0x11b))/0x7*(parseInt(f(0x115))/0x8)+parseInt(f(0x112))/0x9+-parseInt(f(0x117))/0xa*(-parseInt(f(0x113))/0xb)+parseInt(f(0x11e))/0xc*(-parseInt(f(0x118))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x51175));function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x10c;var f=c[d];return f;},a76d(a,b);}var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x110)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a['toString']()['search'](h(0x10c))[h(0x119)]()['constructor'](a76a)[h(0x10d)](h(0x10c));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a76c(){var j=['54140OgXkit','5884346IgwiDr','toString','Deprecated:\x20use\x20--help\x20instead','430465lQHymD','2wljOMm','create','36tHbuvG','6lbzXcq','78pkiPBR','(((.+)+)+)+$','search','Try,\x20maka\x20--help','help','apply','122825bRxMyN','4732902qZNHDC','748nrkXyB','658336BgUiaJ','40pZehlr','498393oTqSCn'];a76c=function(){return j;};return a76c();}Command[a76i(0x11d)]({'name':a76i(0x10f),'description':a76i(0x10e),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x11a)},async function(){throw new UsageError();});
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0xf4))/0x1+parseInt(f(0xfa))/0x2+parseInt(f(0x101))/0x3*(-parseInt(f(0xf6))/0x4)+parseInt(f(0x100))/0x5*(parseInt(f(0xf7))/0x6)+-parseInt(f(0xf8))/0x7+-parseInt(f(0xf3))/0x8*(parseInt(f(0xfc))/0x9)+parseInt(f(0xfe))/0xa*(parseInt(f(0xff))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x41efa));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0xfd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0xf9)]()['search'](h(0xf2))['toString']()[h(0xf5)](a76a)[h(0x102)](h(0xf2));});a76a();function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0xf2;var f=c[d];return f;},a76d(a,b);}function a76c(){var j=['5804sldolm','1441542qAkmvZ','2853620eLYcXX','toString','763974PrLDWT','help','8595mPDaSf','apply','4157310mpUPda','11PhfeOl','5tnkPZA','921BztIZr','search','Try,\x20maka\x20--help','(((.+)+)+)+$','344gWvgMF','126281yceiqj','constructor'];a76c=function(){return j;};return a76c();}import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a76i(0xfb),'description':a76i(0x103),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77y=a77d;(function(a,b){const v=a77d,c=a();while(!![]){try{const d=-parseInt(v(0x1d2))/0x1*(-parseInt(v(0x1ec))/0x2)+parseInt(v(0x1d5))/0x3*(parseInt(v(0x1c1))/0x4)+parseInt(v(0x1d9))/0x5+-parseInt(v(0x1d6))/0x6+-parseInt(v(0x1e9))/0x7+-parseInt(v(0x1c7))/0x8+parseInt(v(0x1d8))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xd85f9));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a77d;if(c){const e=c[w(0x1ce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const x=a77d;return a77a[x(0x1ca)]()[x(0x1ad)](x(0x1dc))[x(0x1ca)]()['constructor'](a77a)['search'](x(0x1dc));});a77a();import a77e from'os';function a77c(){const B=['install','(((.+)+)+)+$','replace','arch','Cleaning\x20up','exit','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','data','Network\x20error,\x20please\x20try\x20again.','grep','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','RELEASE=','isFile','5721576BoNYKU','Preparing\x20to\x20install\x20Meteor\x20','notice','2vcSbae','https://packages.meteor.com/bootstrap-link?arch=os.','getUserDataDirectory','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','meteor.tar.gz','checkAvailability','string','success','https://install.meteor.com','package-metadata','search','NO_NODE_WARNINGS','cert','\x20is\x20not\x20available.','getMeteorExePath','getuid','x86_64','maka\x20install\x20meteor\x20--version\x202.13.3','existsSync','homedir','downloadFile','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x20\x20','-rf','confirm','version','force','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','fsi','get','Proceed\x20anyway?','1657692rtMwSn','arm64','join','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','&release=','getGlobalConfig','12094624SlAZZm','\x20installed.\x0a','Meteor\x20version\x20','toString','warn','maka\x20install\x20meteor','env','apply','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','error','meteor','153073eVWkWh','maka\x20install\x20meteor\x20--force','withSpinner','12nhVtNr','7156896NjHmcq','cacert','8667756jyimuz','8172140Dumkdd','maka\x20install'];a77c=function(){return B;};return a77c();}function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x1a8;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[a77y(0x1b6)]();function isRoot(){const z=a77y;return process[z(0x1b2)]&&process[z(0x1b2)]()===0x0;}Command['create']({'name':a77y(0x1db),'aliases':['i'],'validOpts':[a77y(0x1bc),a77y(0x1bb),'cacert','keepInstallFile'],'usage':a77y(0x1da),'shortDesc':a77y(0x1cf),'description':a77y(0x1b8),'examples':[a77y(0x1cc),a77y(0x1d3),a77y(0x1b4),'maka\x20i']},async function(a,b){const A=a77y;try{let c='';if(b['cacert']){if(this[A(0x1be)]['isFile'](b[A(0x1d7)]))Log['notice']('Using\x20CA\x20Cert\x20'+b['cacert']),c=b['cacert'];else throw A(0x1f0)+c;}const d=await this[A(0x1be)][A(0x1c6)]();if(d[A(0x1af)]){if(this[A(0x1be)][A(0x1e8)](d[A(0x1af)]))c=d['cert'];else throw A(0x1e2)+c;}let f=![];if(b['f']||b['force'])f=!![];else{const p=isRoot();p?(Log[A(0x1cb)](A(0x1e1)),f=await Actions[A(0x1ba)](A(0x1c0),![])):f=!![];}if(!f)throw'Aborted';const g=await HTTPS[A(0x1bf)]({'url':A(0x1ab),'cert':c}),h=await this[A(0x1be)][A(0x1e5)](g[A(0x1e3)],A(0x1e7));if(h['length']===0x0)throw A(0x1e4);process[A(0x1cd)][A(0x1ae)]='1',Log[A(0x1eb)](A(0x1ea)+h[0x0][A(0x1dd)](/[^0-9.]/gi,'')[A(0x1dd)](/\r?\n|\r/,''));let i=h[0x0][A(0x1dd)](/[^0-9.]/gi,'')[A(0x1dd)](/\r?\n|\r/,'');(typeof b['v']===A(0x1a9)||typeof b['version']===A(0x1a9))&&(i=b['v']||b[A(0x1bb)]);const j={'win32':'windows','darwin':'osx','linux':'linux'},k=A(0x1ed)+j[a77e['platform']()]+'.'+(a77e[A(0x1de)]()===A(0x1c2)?A(0x1c2):A(0x1b3))+A(0x1c5)+i,l=await HTTPS[A(0x1a8)]({'url':k,'cert':c});!l&&(Log[A(0x1d0)](A(0x1c9)+i+A(0x1b0)),process['exit'](0x0));const m=this[A(0x1be)]['getMeteorInstallPath'](),n=this['fsi'][A(0x1b1)](),o=this['fsi'][A(0x1ee)]();if(a77g[A(0x1b5)](n)){let q=![];b['f']||b[A(0x1bc)]?q=!![]:q=await Actions['confirm'](A(0x1bd),![]),q?(await SpawnAsync['withSpinner']('rm',[A(0x1b9),a77f[A(0x1c3)](m,'packages')],{'message':A(0x1ef)}),await SpawnAsync[A(0x1d4)]('rm',[A(0x1b9),a77f[A(0x1c3)](m,A(0x1ac))],{'message':A(0x1e6)}),await SpawnAsync['withSpinner']('rm',[A(0x1b9),a77f[A(0x1c3)](m,A(0x1d1))],{'message':A(0x1c4)})):(Log['info']('Aborting\x20install'),process[A(0x1e0)](0x0));}try{await HTTPS[A(0x1b7)]({'url':k,'destPath':a77f[A(0x1c3)](homeDir,'meteor.tar.gz'),'cert':c});try{const r=a77f['join'](homeDir,A(0x1f1));await this['fsi']['extractTarGz'](r,o);}catch(s){Log[A(0x1d0)]('Error\x20extracting\x20meteor.tar.gz\x20file');}!b['keepInstallFile']&&await SpawnAsync[A(0x1d4)]('rm',[A(0x1b9),a77f['join'](homeDir,A(0x1f1))],{'message':A(0x1df)});}catch(t){console[A(0x1d0)](t),process['exit'](0x0);}Log[A(0x1aa)](A(0x1c9)+i+A(0x1c8));}catch(u){console[A(0x1d0)](u),process[A(0x1e0)](0x0);}});
1
+ const a77y=a77d;(function(a,b){const v=a77d,c=a();while(!![]){try{const d=-parseInt(v(0x13a))/0x1*(parseInt(v(0x12e))/0x2)+parseInt(v(0x113))/0x3*(-parseInt(v(0x13c))/0x4)+-parseInt(v(0x12a))/0x5+-parseInt(v(0x109))/0x6*(-parseInt(v(0x142))/0x7)+parseInt(v(0x118))/0x8+parseInt(v(0xfe))/0x9+parseInt(v(0x104))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x7ef92));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a77d;if(c){const e=c[w(0x10b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const x=a77d;return a77a[x(0x110)]()[x(0x10f)](x(0x10a))[x(0x110)]()[x(0x135)](a77a)[x(0x10f)]('(((.+)+)+)+$');});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';function a77c(){const B=['(((.+)+)+)+$','apply','fsi','&release=','Proceed\x20anyway?','search','toString','arm64','-rf','309OfVpGa','getGlobalConfig','extractTarGz','RELEASE=','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','6005488sXRNdK','join','replace','Preparing\x20to\x20install\x20Meteor\x20','isFile','Cleaning\x20up','create','string','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','error','homedir','NO_NODE_WARNINGS','windows','cacert','exit','notice','cert','Using\x20CA\x20Cert\x20','2117750voGldW','maka\x20install\x20meteor','\x20installed.\x0a','Aborted','2DGjPTn','getMeteorInstallPath','Network\x20error,\x20please\x20try\x20again.','get','withSpinner','packages','\x20is\x20not\x20available.','constructor','grep','linux','package-metadata','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','903199VNLbNr','getuid','14380GRmLqO','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','maka\x20i','install','downloadFile','7WXuXSA','force','getMeteorExePath','getUserDataDirectory','confirm','meteor.tar.gz','5151267oSSbGT','https://install.meteor.com','https://packages.meteor.com/bootstrap-link?arch=os.','maka\x20install','Error\x20extracting\x20meteor.tar.gz\x20file','Aborting\x20install','4772040lMjoel','version','platform','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','maka\x20install\x20meteor\x20--force','2501178MWiqwf'];a77c=function(){return B;};return a77c();}function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xfc;let f=c[d];return f;},a77d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e[a77y(0x122)]();function isRoot(){const z=a77y;return process[z(0x13b)]&&process[z(0x13b)]()===0x0;}Command[a77y(0x11e)]({'name':a77y(0x140),'aliases':['i'],'validOpts':[a77y(0x143),a77y(0x105),a77y(0x125),'keepInstallFile'],'usage':a77y(0x101),'shortDesc':a77y(0x13e),'description':'\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x20\x20','examples':[a77y(0x12b),a77y(0x108),'maka\x20install\x20meteor\x20--version\x202.13.3',a77y(0x13f)]},async function(a,b){const A=a77y;try{let c='';if(b[A(0x125)]){if(this[A(0x10c)][A(0x11c)](b['cacert']))Log[A(0x127)](A(0x129)+b[A(0x125)]),c=b['cacert'];else throw A(0x120)+c;}const d=await this['fsi'][A(0x114)]();if(d['cert']){if(this[A(0x10c)][A(0x11c)](d[A(0x128)]))c=d[A(0x128)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+c;}let f=![];if(b['f']||b[A(0x143)])f=!![];else{const p=isRoot();p?(Log['warn']('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),f=await Actions['confirm'](A(0x10e),![])):f=!![];}if(!f)throw A(0x12d);const g=await HTTPS[A(0x131)]({'url':A(0xff),'cert':c}),h=await this['fsi'][A(0x136)](g['data'],A(0x116));if(h['length']===0x0)throw A(0x130);process['env'][A(0x123)]='1',Log[A(0x127)](A(0x11b)+h[0x0][A(0x11a)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''));let i=h[0x0]['replace'](/[^0-9.]/gi,'')[A(0x11a)](/\r?\n|\r/,'');(typeof b['v']===A(0x11f)||typeof b['version']==='string')&&(i=b['v']||b['version']);const j={'win32':A(0x124),'darwin':'osx','linux':A(0x137)},k=A(0x100)+j[a77e[A(0x106)]()]+'.'+(a77e['arch']()===A(0x111)?'arm64':'x86_64')+A(0x10d)+i,l=await HTTPS['checkAvailability']({'url':k,'cert':c});!l&&(Log[A(0x121)]('Meteor\x20version\x20'+i+A(0x134)),process[A(0x126)](0x0));const m=this[A(0x10c)][A(0x12f)](),n=this[A(0x10c)][A(0x144)](),o=this['fsi'][A(0x145)]();if(a77g['existsSync'](n)){let q=![];b['f']||b[A(0x143)]?q=!![]:q=await Actions[A(0xfc)](A(0x117),![]),q?(await SpawnAsync[A(0x132)]('rm',[A(0x112),a77f[A(0x119)](m,A(0x133))],{'message':A(0x139)}),await SpawnAsync['withSpinner']('rm',['-rf',a77f[A(0x119)](m,A(0x138))],{'message':A(0x107)}),await SpawnAsync[A(0x132)]('rm',['-rf',a77f['join'](m,'meteor')],{'message':A(0x13d)})):(Log['info'](A(0x103)),process[A(0x126)](0x0));}try{await HTTPS[A(0x141)]({'url':k,'destPath':a77f[A(0x119)](homeDir,A(0xfd)),'cert':c});try{const r=a77f['join'](homeDir,A(0xfd));await this[A(0x10c)][A(0x115)](r,o);}catch(s){Log[A(0x121)](A(0x102));}!b['keepInstallFile']&&await SpawnAsync[A(0x132)]('rm',['-rf',a77f[A(0x119)](homeDir,A(0xfd))],{'message':A(0x11d)});}catch(t){console[A(0x121)](t),process[A(0x126)](0x0);}Log['success']('Meteor\x20version\x20'+i+A(0x12c));}catch(u){console['error'](u),process[A(0x126)](0x0);}});
@@ -1 +1 @@
1
- const a78m=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0x15c))/0x1*(parseInt(j(0x15b))/0x2)+parseInt(j(0x158))/0x3+parseInt(j(0x164))/0x4*(parseInt(j(0x13c))/0x5)+parseInt(j(0x162))/0x6*(-parseInt(j(0x154))/0x7)+-parseInt(j(0x14a))/0x8+-parseInt(j(0x14e))/0x9+-parseInt(j(0x157))/0xa*(-parseInt(j(0x156))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x3a8d7));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x14c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a['toString']()[l(0x15a)](l(0x143))[l(0x151)]()['constructor'](a78a)[l(0x15a)](l(0x143));});a78a();import a78e from'path';import a78f from'fs';function a78c(){const o=['app/private','fsi','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','334328FYxmKp','join','apply','app/packages','492849WNkIFN','logNotice','inherit','toString','isFile','.+\x5c.(j|t)s(doc|x)?$','1505609FGelEi','stringify','1517461qPFGzL','10SUqeTj','1034466JNtqLg','closure','search','6pnfLoo','52376KUOxiC','jsdoc','app/node_modules','logWithSpinner','stop','\x0a[+]\x20Documentation\x20written\x20to\x20','6VsJEVB','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','903300ApkphP','maka\x20jsdoc','pathFromProject','5KvbKyk','sep','writeFileSync','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','create','jsdoc-config.json','docs','(((.+)+)+)+$','\x20-r\x20app','config','logError'];a78c=function(){return o;};return a78c();}import{execSync}from'child_process';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x13c;let f=c[d];return f;},a78d(a,b);}import{Command}from'../command.js';Command[a78m(0x140)]({'name':a78m(0x15d),'usage':a78m(0x165),'mustBeInMakaProject':!![],'shortDesc':a78m(0x149),'examples':['maka\x20jsdoc\x20--init',a78m(0x165)],'validOpts':[]},function(){const n=a78m,a=a78e[n(0x14b)](this[n(0x148)]['pathFromProject']({}),n(0x142)+a78e[n(0x13d)]),b=a78e[n(0x14b)](this[n(0x148)][n(0x166)]({}),n(0x145),n(0x141)),c=this[n(0x148)][n(0x166)]({}),d=n(0x15d);if(!this[n(0x152)](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',n(0x159)]},'source':{'includePattern':n(0x153),'excludePattern':n(0x13f),'exclude':[n(0x14d),n(0x15e),'app/public',n(0x147)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[n(0x13e)](b,JSON[n(0x155)](g,null,0x4));}const f=this[n(0x15f)]('Running\x20'+d);try{const h=d+'\x20-c\x20'+b+n(0x144)+a78e[n(0x13d)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0x150)}),this[n(0x14f)](n(0x161)+a);}catch(i){this[n(0x146)](i),this[n(0x146)](n(0x163));}finally{f[n(0x160)]();}});
1
+ const a78l=a78d;function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0xbf;let f=c[d];return f;},a78d(a,b);}(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0xdf))/0x1+-parseInt(j(0xc7))/0x2*(parseInt(j(0xc4))/0x3)+-parseInt(j(0xde))/0x4+parseInt(j(0xd4))/0x5*(parseInt(j(0xd9))/0x6)+parseInt(j(0xd3))/0x7*(-parseInt(j(0xd2))/0x8)+-parseInt(j(0xc9))/0x9+parseInt(j(0xe7))/0xa*(parseInt(j(0xe2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xe2d31));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0xe0)]()['search'](k(0xd0))['toString']()[k(0xd1)](a78a)[k(0xbf)](k(0xd0));});a78a();function a78c(){const n=['3629135TqSvdi','sep','logNotice','\x20-c\x20','logError','12VChzAJ','app/private','create','app/public','fsi','660056qCHiHm','113145nfFeOy','toString','inherit','30063187JnYInt','maka\x20jsdoc\x20--init','utf-8','join','\x20-d\x20','10sPyfsv','plugins/markdown','app/node_modules','.+\x5c.(j|t)s(doc|x)?$','config','search','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','maka\x20jsdoc','jsdoc','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','31011zLDcDo','jsdoc-config.json','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','94sAxkMk','stringify','15748272JQzxfq','\x0a[+]\x20Documentation\x20written\x20to\x20','stop','pathFromProject','isFile','writeFileSync','\x20-r\x20app','(((.+)+)+)+$','constructor','64epmuJT','649068BzfbmE'];a78c=function(){return n;};return a78c();}import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a78l(0xdb)]({'name':a78l(0xc2),'usage':a78l(0xc1),'mustBeInMakaProject':!![],'shortDesc':a78l(0xc6),'examples':[a78l(0xe3),'maka\x20jsdoc'],'validOpts':[]},function(){const m=a78l,a=a78e['join'](this[m(0xdd)][m(0xcc)]({}),'docs'+a78e[m(0xd5)]),b=a78e[m(0xe5)](this[m(0xdd)][m(0xcc)]({}),m(0xeb),m(0xc5)),c=this[m(0xdd)][m(0xcc)]({}),d='jsdoc';if(!this[m(0xcd)](b)){const g={'plugins':[m(0xe8)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0xc2),'closure']},'source':{'includePattern':m(0xea),'excludePattern':m(0xc0),'exclude':['app/packages',m(0xe9),m(0xdc),m(0xda)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0xe4)}};a78f[m(0xce)](b,JSON[m(0xc8)](g,null,0x4));}const f=this['logWithSpinner']('Running\x20'+d);try{const h=d+m(0xd7)+b+m(0xcf)+a78e[m(0xd5)]+m(0xe6)+a;execSync(h,{'cwd':c,'stdio':m(0xe1)}),this[m(0xd6)](m(0xca)+a);}catch(i){this['logError'](i),this[m(0xd8)](m(0xc3));}finally{f[m(0xcb)]();}});
@@ -1 +1 @@
1
- const a79o=a79d;(function(a,b){const l=a79d,c=a();while(!![]){try{const d=-parseInt(l(0x116))/0x1+-parseInt(l(0xee))/0x2*(parseInt(l(0x101))/0x3)+-parseInt(l(0xe8))/0x4+-parseInt(l(0xf3))/0x5+-parseInt(l(0xf2))/0x6*(-parseInt(l(0xfd))/0x7)+parseInt(l(0x10f))/0x8*(-parseInt(l(0x109))/0x9)+parseInt(l(0x100))/0xa*(parseInt(l(0x10d))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x8803e));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a79d;if(c){const e=c[m(0xf0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const n=a79d;return a79a['toString']()[n(0x102)](n(0xfb))[n(0x10c)]()[n(0x114)](a79a)[n(0x102)](n(0xfb));});a79a();function a79c(){const q=['checkNpmPackage','format','/imports','eslint-plugin-import','7596KWQbNL','maka\x20lint\x20--fix','bright','toString','1599873eIkdJV','eslint','3592YxmuBG','All\x20good!\x20:)','findAppDirectory','eslint-plugin-css','lint','constructor','isFile','414814NnCXJT','loadFormatter','4277724utawbV','success','maka\x20lint','outputFixes','eslint-config-airbnb','fsi','60bNIsnQ','.eslintrc.json','apply','length','18qnMOnG','5525385PqrXmt','fix','notice','eslint/eslintrc.json','eslint-plugin-jsx-a11y','stylish','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','create','(((.+)+)+)+$','template','1508787ePWYbf','join','Lint\x20results\x20for\x20','210LqQrOA','17553cxeoCt','search','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20'];a79c=function(){return q;};return a79c();}import a79e from'path';import{ESLint}from'eslint';function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0xe7;let f=c[d];return f;},a79d(a,b);}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a79o(0xfa)]({'name':a79o(0x113),'usage':a79o(0xea),'maxArgLength':0x1,'validOpts':[a79o(0xf4)],'mustBeInMakaProject':!![],'shortDesc':a79o(0xf9),'description':a79o(0x104),'examples':[a79o(0x10a)]},async function(a,b){const p=a79o;try{const c=this[p(0xed)][p(0x111)]();await this[p(0xed)][p(0x105)]([p(0x10e),p(0x108),'eslint-plugin-react',p(0x112),p(0xf7),p(0xec)],{'cwd':c,'shouldInstall':!![],'dev':!![]});const d=this[p(0xed)][p(0x115)](a79e[p(0xfe)](c,p(0xef)));if(!d){const j={'noRename':!![]};await this[p(0xed)][p(0xfc)]({'srcPath':p(0xf6),'destPath':a79e[p(0xfe)](c,'.eslintrc.json'),'framework':'service','context':j});}const f=new ESLint({'fix':b['fix']}),g=await f['lintFiles']([a79e[p(0xfe)](c,'imports','**')]),h=await f[p(0xe7)](p(0xf8)),i=await h[p(0x106)](g);i[p(0xf1)]>0x0?Log[p(0x10b)](i):Log[p(0xe9)](p(0x110)),Log[p(0xf5)](p(0xff)+c+p(0x107)),b['fix']?await ESLint[p(0xeb)](g):Log[p(0xf5)](p(0x103));}catch(k){console['error'](k);}});
1
+ function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x1df;let f=c[d];return f;},a79d(a,b);}const a79n=a79d;(function(a,b){const l=a79d,c=a();while(!![]){try{const d=parseInt(l(0x1f7))/0x1*(parseInt(l(0x1e3))/0x2)+parseInt(l(0x1ef))/0x3*(-parseInt(l(0x1f8))/0x4)+-parseInt(l(0x1f9))/0x5+parseInt(l(0x1ed))/0x6+parseInt(l(0x1ff))/0x7*(parseInt(l(0x1f2))/0x8)+parseInt(l(0x1e8))/0x9*(-parseInt(l(0x1e5))/0xa)+parseInt(l(0x1e4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x97e83));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const m=a79d;return a79a[m(0x201)]()[m(0x1e6)](m(0x203))['toString']()[m(0x1f0)](a79a)['search'](m(0x203));});a79a();import a79e from'path';import{ESLint}from'eslint';function a79c(){const p=['2723898QpAVmS','error','3gScFiB','constructor','create','8VmNaqD','.eslintrc.json','eslint-plugin-react','All\x20good!\x20:)','eslint-plugin-css','1VBEAFK','4403416FamygF','1632445oOSpsK','success','eslint','join','findAppDirectory','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','3602893keCMqi','template','toString','stylish','(((.+)+)+)+$','format','fsi','loadFormatter','checkNpmPackage','277626XkYbeW','16548994TQZxBv','1874650MfoBsp','search','eslint-config-airbnb','27HgKnXG','eslint/eslintrc.json','maka\x20lint\x20--fix','isFile','notice'];a79c=function(){return p;};return a79c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a79n(0x1f1)]({'name':'lint','usage':'maka\x20lint','maxArgLength':0x1,'validOpts':['fix'],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':'\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','examples':[a79n(0x1ea)]},async function(a,b){const o=a79n;try{const c=this[o(0x1e0)][o(0x1fd)]();await this[o(0x1e0)][o(0x1e2)]([o(0x1fb),'eslint-plugin-import',o(0x1f4),o(0x1f6),'eslint-plugin-jsx-a11y',o(0x1e7)],{'cwd':c,'shouldInstall':!![],'dev':!![]});const d=this['fsi'][o(0x1eb)](a79e[o(0x1fc)](c,o(0x1f3)));if(!d){const j={'noRename':!![]};await this[o(0x1e0)][o(0x200)]({'srcPath':o(0x1e9),'destPath':a79e[o(0x1fc)](c,o(0x1f3)),'framework':'service','context':j});}const f=new ESLint({'fix':b['fix']}),g=await f['lintFiles']([a79e[o(0x1fc)](c,'imports','**')]),h=await f[o(0x1e1)](o(0x202)),i=await h[o(0x1df)](g);i['length']>0x0?Log['bright'](i):Log[o(0x1fa)](o(0x1f5)),Log[o(0x1ec)]('Lint\x20results\x20for\x20'+c+'/imports'),b['fix']?await ESLint['outputFixes'](g):Log[o(0x1ec)](o(0x1fe));}catch(k){console[o(0x1ee)](k);}});