@maka/maka-cli 5.0.3 → 5.0.5

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 (164) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/patreon.js +1 -1
  87. package/bundle/obf/src/commands/profile.js +1 -1
  88. package/bundle/obf/src/commands/proxy.js +1 -1
  89. package/bundle/obf/src/commands/reconfig.js +1 -1
  90. package/bundle/obf/src/commands/register.js +1 -1
  91. package/bundle/obf/src/commands/run/_index.js +1 -1
  92. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  93. package/bundle/obf/src/commands/run/run.command.js +1 -1
  94. package/bundle/obf/src/commands/set/_index.js +1 -1
  95. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  97. package/bundle/obf/src/commands/set/set.command.js +1 -1
  98. package/bundle/obf/src/commands/ssh.js +1 -1
  99. package/bundle/obf/src/commands/ssl.js +1 -1
  100. package/bundle/obf/src/commands/test.js +1 -1
  101. package/bundle/obf/src/commands/undo.js +1 -1
  102. package/bundle/obf/src/commands/version.js +1 -1
  103. package/bundle/obf/src/error.js +1 -1
  104. package/bundle/obf/src/exec.js +1 -1
  105. package/bundle/obf/src/generator.js +1 -1
  106. package/bundle/obf/src/generators/_index.js +1 -1
  107. package/bundle/obf/src/generators/api.js +1 -1
  108. package/bundle/obf/src/generators/aws/_index.js +1 -1
  109. package/bundle/obf/src/generators/aws/aws.js +1 -1
  110. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  111. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  112. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  113. package/bundle/obf/src/generators/collection.js +1 -1
  114. package/bundle/obf/src/generators/component.js +1 -1
  115. package/bundle/obf/src/generators/config.js +1 -1
  116. package/bundle/obf/src/generators/dbc.js +1 -1
  117. package/bundle/obf/src/generators/dockerfile.js +1 -1
  118. package/bundle/obf/src/generators/hook.js +1 -1
  119. package/bundle/obf/src/generators/kits/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  121. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  123. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  125. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  126. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  127. package/bundle/obf/src/generators/kits/kit.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  129. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  131. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  132. package/bundle/obf/src/generators/layout.js +1 -1
  133. package/bundle/obf/src/generators/maka.gen.js +1 -1
  134. package/bundle/obf/src/generators/methods.js +1 -1
  135. package/bundle/obf/src/generators/package.js +1 -1
  136. package/bundle/obf/src/generators/page.js +1 -1
  137. package/bundle/obf/src/generators/publish.js +1 -1
  138. package/bundle/obf/src/generators/route.js +1 -1
  139. package/bundle/obf/src/generators/service.js +1 -1
  140. package/bundle/obf/src/generators/services/_index.js +1 -1
  141. package/bundle/obf/src/generators/services/openssl.js +1 -1
  142. package/bundle/obf/src/generators/services/translation.js +1 -1
  143. package/bundle/obf/src/maka.js +1 -1
  144. package/bundle/obf/src/templates/react/kit/mui/auth/password-reset/basic-password-reset-page.js.jsx +15 -9
  145. package/bundle/obf/src/tool.js +1 -1
  146. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  147. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  148. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  149. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  150. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  151. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  152. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  153. package/bundle/obf/src/tools/https/https.class.js +1 -1
  154. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  155. package/bundle/obf/src/tools/log/log.class.js +1 -1
  156. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  157. package/bundle/obf/src/tools/options/options.class.js +1 -1
  158. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  159. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  160. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  161. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  162. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  163. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  164. 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(0x1ca))/0x1+-parseInt(f(0x1c4))/0x2*(-parseInt(f(0x1d7))/0x3)+parseInt(f(0x1c0))/0x4*(parseInt(f(0x1d4))/0x5)+parseInt(f(0x1d8))/0x6+parseInt(f(0x1cb))/0x7*(parseInt(f(0x1e6))/0x8)+-parseInt(f(0x1cf))/0x9*(-parseInt(f(0x1e2))/0xa)+-parseInt(f(0x1e4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x629a3));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1bb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0x1e9)](h(0x1c3))[h(0x1dd)]()[h(0x1c8)](a58a)['search'](h(0x1c3));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[i(0x1c1)],'shape':Shape[i(0x1c7)],'color':Color[i(0x1ba)],'texture':Texture[i(0x1de)],'rating':Rating[i(0x1bc)],'weight':0x1});}[a58j(0x1dc)](){var k=a58j;return this[k(0x1ea)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x1cc)],'category':Category[l(0x1d5)],'shape':Shape[l(0x1ec)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[l(0x1bc)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x1e3)],'category':Category[m(0x1d5)],'shape':Shape[m(0x1e7)],'color':Color[m(0x1bf)],'texture':Texture['Metallic'],'rating':Rating[m(0x1d1)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x1cc)],'category':Category[n(0x1ed)],'shape':Shape[n(0x1e8)],'color':Color[n(0x1e0)],'texture':Texture[n(0x1d9)],'rating':Rating[n(0x1bc)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x1e3)],'category':Category[o(0x1c9)],'shape':Shape[o(0x1c7)],'color':Color[o(0x1e0)],'texture':Texture[o(0x1d9)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x1cc)],'category':Category[p(0x1d2)],'shape':Shape[p(0x1c7)],'color':Color[p(0x1e0)],'texture':Texture[p(0x1d9)],'rating':Rating[p(0x1bc)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x1cc)],'category':Category[q(0x1be)],'shape':Shape['Circle'],'color':Color[q(0x1bf)],'texture':Texture[q(0x1de)],'rating':Rating[q(0x1bc)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x1c2)],'category':Category[r(0x1ef)],'shape':Shape[r(0x1e8)],'color':Color[r(0x1bf)],'texture':Texture[r(0x1de)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x1cc)],'category':Category[s(0x1c5)],'shape':Shape[s(0x1c7)],'color':Color[s(0x1e0)],'texture':Texture[s(0x1d9)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[t(0x1e1)],'shape':Shape[t(0x1c7)],'color':Color[t(0x1ba)],'texture':Texture[t(0x1de)],'rating':Rating[t(0x1bc)],'weight':0x0});}['use'](){var u=a58j;return u(0x1d0);}}export class Weapon extends Item{constructor(a,b){var v=a58j;super({'name':a,'description':b,'size':Size[v(0x1cc)],'category':Category[v(0x1d5)],'shape':Shape[v(0x1ec)],'color':Color[v(0x1e0)],'texture':Texture[v(0x1d9)],'rating':Rating[v(0x1bc)],'weight':0x3});}[a58j(0x1dc)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a58j(0x1d6)];['publishDate'];[a58j(0x1e5)];constructor(a,b='A\x20mysterious\x20book.',c=a58j(0x1eb)){var w=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Book'],'shape':Shape[w(0x1c7)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[w(0x1bc)],'weight':0x1}),this['author']=c,this['publishDate']=new Date(),this[w(0x1e5)]=0x64;}[a58j(0x1dc)](){var x=a58j;return x(0x1b9);}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1b6;var f=c[d];return f;},a58d(a,b);}export class ShortSword extends Item{constructor(){var y=a58j;super({'name':'Short\x20Sword','description':y(0x1ee),'size':Size['Medium'],'category':Category[y(0x1d5)],'shape':Shape['Blade'],'color':Color[y(0x1e0)],'texture':Texture[y(0x1d9)],'rating':Rating[y(0x1bc)],'weight':0x3});}['use'](){var z=a58j;return z(0x1ce);}}export class SniperRifle extends Item{constructor(){var A=a58j;super({'name':A(0x1d3),'description':'An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','size':Size['Large'],'category':Category['Weapon'],'shape':Shape['Rifle'],'color':Color[A(0x1bf)],'texture':Texture['Smooth'],'rating':Rating[A(0x1bc)],'weight':0x5});}[a58j(0x1dc)](){var B=a58j;return B(0x1b7);}}export class HolyGrail extends Item{constructor(){var C=a58j;super({'name':C(0x1bd),'description':C(0x1b6),'size':Size[C(0x1c2)],'category':Category[C(0x1da)],'shape':Shape[C(0x1e8)],'color':Color[C(0x1b8)],'texture':Texture[C(0x1d9)],'rating':Rating[C(0x1df)],'weight':0x1});}['use'](){var D=a58j;return D(0x1c6)+this[D(0x1db)]+D(0x1cd);}}function a58c(){var E=['Common','Holy\x20Grail','Boots','Brown','12gstHqp','Unknown','Small','(((.+)+)+)+$','4XFGhOG','ArmArmor','You\x20hold\x20the\x20','Rectangle','constructor','BodyArmor','304326jTQvMX','35HkUDwE','Medium','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','117edZZJr','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Rare','LegArmor','Sniper\x20Rifle','823265RbTjll','Weapon','author','922191CpOJBZ','580356vUeJPI','Metallic','Cup','name','use','toString','Smooth','Legendary','Grey','Key','71830neInpj','Large','11206382SyhPGP','pageCount','684968HUURrj','Rifle','Circle','search','description','Unknown\x20Author','Blade','Helmet','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Gloves','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Gold','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Yellow','apply'];a58c=function(){return E;};return a58c();}
1
+ var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1fd))/0x1*(-parseInt(f(0x1f5))/0x2)+parseInt(f(0x1eb))/0x3+-parseInt(f(0x220))/0x4*(parseInt(f(0x218))/0x5)+-parseInt(f(0x1fe))/0x6*(parseInt(f(0x1fb))/0x7)+-parseInt(f(0x223))/0x8*(parseInt(f(0x1ef))/0x9)+parseInt(f(0x1fa))/0xa+parseInt(f(0x1f0))/0xb*(parseInt(f(0x20a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xc5fe5));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x202)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x1f3)]()[h(0x20b)]('(((.+)+)+)+$')[h(0x1f3)]()['constructor'](a58a)[h(0x20b)](h(0x203));});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1eb;var f=c[d];return f;},a58d(a,b);}a58a();function a58c(){var F=['Medium','author','Helmet','Rare','12RRVMtV','search','Smooth','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Sniper\x20Rifle','publishDate','Rectangle','Common','A\x20mysterious\x20book.','ArmArmor','Brown','use','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','35PULPds','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Metallic','description','pageCount','Blade','Short\x20Sword','name','510332BMzalH','Key','Grey','8ZhQHeH','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','BodyArmor','274782xbInMK','Holy\x20Grail','Legendary','Circle','1564038eGsrqS','34088703oGaOWj','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','You\x20hold\x20the\x20','toString','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','2634796kSoXnx','Unknown\x20Author','Book','Weapon','Large','12136470BirGpm','28KaCkgC','Tiny','1flNScb','1813458RAKyXV','Yellow','Small','Rifle','apply','(((.+)+)+)+$','Unknown','Boots'];a58c=function(){return F;};return a58c();}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(0x206)],'category':Category[i(0x204)],'shape':Shape[i(0x210)],'color':Color[i(0x1ff)],'texture':Texture['Smooth'],'rating':Rating[i(0x211)],'weight':0x1});}[a58j(0x215)](){var k=a58j;return this[k(0x21b)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x206)],'category':Category[l(0x1f8)],'shape':Shape[l(0x21d)],'color':Color['Grey'],'texture':Texture[l(0x21a)],'rating':Rating[l(0x211)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x1f9)],'category':Category[m(0x1f8)],'shape':Shape[m(0x201)],'color':Color[m(0x214)],'texture':Texture['Metallic'],'rating':Rating[m(0x209)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x206)],'category':Category[n(0x208)],'shape':Shape[n(0x1ee)],'color':Color['Grey'],'texture':Texture[n(0x21a)],'rating':Rating[n(0x211)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x1f9)],'category':Category[o(0x225)],'shape':Shape[o(0x210)],'color':Color[o(0x222)],'texture':Texture[o(0x21a)],'rating':Rating[o(0x211)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x206)],'category':Category['LegArmor'],'shape':Shape[p(0x210)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x206)],'category':Category[q(0x205)],'shape':Shape[q(0x1ee)],'color':Color[q(0x214)],'texture':Texture[q(0x20c)],'rating':Rating['Common'],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x200)],'category':Category['Gloves'],'shape':Shape[r(0x1ee)],'color':Color[r(0x214)],'texture':Texture['Smooth'],'rating':Rating[r(0x211)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x206)],'category':Category[s(0x213)],'shape':Shape[s(0x210)],'color':Color['Grey'],'texture':Texture[s(0x21a)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size[t(0x1fc)],'category':Category[t(0x221)],'shape':Shape[t(0x210)],'color':Color[t(0x1ff)],'texture':Texture[t(0x20c)],'rating':Rating['Common'],'weight':0x0});}[a58j(0x215)](){var u=a58j;return u(0x224);}}export class Weapon extends Item{constructor(a,b){var v=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[v(0x1f8)],'shape':Shape[v(0x21d)],'color':Color[v(0x222)],'texture':Texture['Metallic'],'rating':Rating[v(0x211)],'weight':0x3});}[a58j(0x215)](){var w=a58j;return w(0x1f4);}}export class Book extends Item{[a58j(0x207)];[a58j(0x20f)];[a58j(0x21c)];constructor(a,b=a58j(0x212),c=a58j(0x1f6)){var x=a58j;super({'name':a,'description':b,'size':Size[x(0x206)],'category':Category[x(0x1f7)],'shape':Shape[x(0x210)],'color':Color[x(0x214)],'texture':Texture[x(0x20c)],'rating':Rating[x(0x211)],'weight':0x1}),this[x(0x207)]=c,this[x(0x20f)]=new Date(),this[x(0x21c)]=0x64;}[a58j(0x215)](){var y=a58j;return y(0x219);}}export class ShortSword extends Item{constructor(){var z=a58j;super({'name':z(0x21e),'description':z(0x216),'size':Size[z(0x206)],'category':Category[z(0x1f8)],'shape':Shape[z(0x21d)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x3});}['use'](){var A=a58j;return A(0x1f4);}}export class SniperRifle extends Item{constructor(){var B=a58j;super({'name':B(0x20e),'description':B(0x1f1),'size':Size['Large'],'category':Category[B(0x1f8)],'shape':Shape[B(0x201)],'color':Color[B(0x214)],'texture':Texture[B(0x20c)],'rating':Rating[B(0x211)],'weight':0x5});}['use'](){var C=a58j;return C(0x20d);}}export class HolyGrail extends Item{constructor(){var D=a58j;super({'name':D(0x1ec),'description':D(0x217),'size':Size[D(0x200)],'category':Category['Cup'],'shape':Shape[D(0x1ee)],'color':Color['Gold'],'texture':Texture['Metallic'],'rating':Rating[D(0x1ed)],'weight':0x1});}[a58j(0x215)](){var E=a58j;return E(0x1f2)+this[E(0x21f)]+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
@@ -1 +1 @@
1
- const a60h=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x10e))/0x1*(parseInt(f(0xe3))/0x2)+-parseInt(f(0x10b))/0x3+-parseInt(f(0xd2))/0x4*(parseInt(f(0xef))/0x5)+-parseInt(f(0xc3))/0x6+parseInt(f(0x12c))/0x7+parseInt(f(0xed))/0x8+parseInt(f(0xf2))/0x9*(parseInt(f(0xf4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x9cda3));function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xbb;let f=c[d];return f;},a60d(a,b);}function a60c(){const i=['The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Secret\x20Passage','434giyRpM','Armory','Amulet\x20of\x20Awakening','Rusted\x20Sword','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','search','creditstick','outside','Ares\x20Predator','9036296NUkEzK','Ancient\x20Gem','5JuGWCT','OUTSIDE','rifle','2061HKxsVq','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','11430audGYX','MCT\x20Fly-Spy','cup','inside','toString','shield','Study','Barrens\x20Entrance','west','key','Gang\x20Insignia','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Watch\x20Tower','CorpSec\x20Plans','Golden\x20Chalice','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','A\x20key\x20stained\x20with\x20old\x20blood.','Treasure\x20Room','Emblem\x20Shield','A\x20long-range\x20weapon.','Encrypted\x20Data\x20Key','east','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','3651603hZMhuG','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','amulet','2086QrfpqT','Corp\x20Enclave','Riddle\x20Book','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Torture\x20Chamber','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Chad\x20the\x20stupid\x20guard','Mage\x27s\x20Lair','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20thin\x20log\x20book','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','EAST','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Guard\x27s\x20Log\x20Book','book','holyGrail','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Matrix\x20Data\x20Haven','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','A\x20small\x20surveillance\x20drone.','NORTH','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Corporate\x20Creditstick','5428192Wmlpab','Entrance\x20Hall','Downtown\x20Seattle','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','A\x20clear\x20glass\x20vial.','A\x20chalice\x20made\x20of\x20pure\x20gold.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','constructor','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Central\x20Chamber','insert\x20gem','release','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','1156722RHHdTS','Sniper\x20Rifle','north','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Library','south','decrypt','drone','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Central\x20Chamber\x20Key','Blood-stained\x20Key','Jackpoint\x20Login','The\x20chest\x20remains\x20firmly\x20shut.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Barrens\x20Hideout','2267788kbgsZv','show\x20loyalty','Nothing\x20happens.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','The\x20data\x20remains\x20encrypted.','(((.+)+)+)+$','Courtyard','Rigger\x27s\x20Workshop','A\x20creditstick\x20loaded\x20with\x20nuyen.','sword','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Golden\x20Key','Holy\x20Grail','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.'];a60c=function(){return i;};return a60c();}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const g=a60d;return a60a[g(0xf8)]()[g(0xe9)](g(0xd8))[g(0xf8)]()[g(0xbd)](a60a)[g(0xe9)](g(0xd8));});a60a();export const rooms=[{'name':a60h(0xc7),'description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':'key','name':a60h(0xde),'description':a60h(0xd6)},{'type':a60h(0x122),'name':a60h(0x121),'description':a60h(0x11d),'content':a60h(0x116)}],'exits':[{'direction':a60h(0x11f),'targetRoom':a60h(0xe2)}]},{'name':a60h(0xe2),'description':a60h(0xbc),'exits':[{'direction':a60h(0x129),'targetRoom':a60h(0x105),'keyRequired':a60h(0xde)},{'direction':'SOUTH','targetRoom':'Courtyard'}]},{'name':a60h(0x105),'description':a60h(0x124),'items':[{'type':a60h(0x123),'name':a60h(0xdf),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60h(0xd9),'description':a60h(0x120),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60h(0x100)}]},{'name':a60h(0x100),'description':a60h(0x12f),'roomType':a60h(0xf0),'puzzle':{'requiredPhrase':'secret123','riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60h(0xf1),'name':a60h(0xc4),'description':a60h(0x107)},'successMessage':a60h(0xe7),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':a60h(0x12d),'description':a60h(0x112),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60h(0x11e),'rewardItem':{'type':a60h(0xfd),'name':a60h(0xcc),'description':a60h(0x127)},'successMessage':a60h(0x103),'failureMessage':a60h(0xd4)},'exits':[{'direction':a60h(0xc5),'targetRoom':a60h(0xfa)},{'direction':'east','targetRoom':'Central\x20Chamber','keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60h(0xfa),'description':a60h(0xe8),'roomType':'inside','items':[{'type':a60h(0x122),'name':a60h(0x110),'description':a60h(0xd0),'content':a60h(0xff)},{'type':a60h(0xfd),'name':a60h(0xcc),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60h(0xc8),'targetRoom':a60h(0x12d)},{'direction':a60h(0x109),'targetRoom':'Alchemy\x20Lab'}]},{'name':'Alchemy\x20Lab','description':a60h(0x114),'roomType':a60h(0xf7),'items':[{'type':'basic','name':'Empty\x20vial','description':a60h(0x130)}],'exits':[{'direction':a60h(0xfc),'targetRoom':a60h(0xfa)},{'direction':a60h(0xc5),'targetRoom':a60h(0xe4)}]},{'name':a60h(0xe4),'description':a60h(0x10a),'roomType':'inside','items':[{'type':a60h(0xf9),'name':a60h(0x106),'description':a60h(0x115)},{'type':a60h(0xdc),'name':a60h(0xe6),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':'south','targetRoom':'Alchemy\x20Lab'},{'direction':a60h(0x109),'targetRoom':a60h(0xbf)}]},{'name':a60h(0xbf),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a60h(0xf7),'exits':[{'direction':a60h(0xfc),'targetRoom':'Armory'},{'direction':'south','targetRoom':a60h(0x12d)},{'direction':a60h(0xc5),'targetRoom':'Torture\x20Chamber'},{'direction':a60h(0x109),'targetRoom':a60h(0x105)}]},{'name':a60h(0x113),'description':a60h(0xdd),'roomType':'inside','items':[{'type':'key','name':a60h(0xcd),'description':a60h(0x104)}],'puzzle':{'requiredPhrase':a60h(0xc1),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':'gem','name':a60h(0xee),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a60h(0xf3),'failureMessage':a60h(0xe1)},'exits':[{'direction':'south','targetRoom':'Central\x20Chamber'}]},{'name':'Treasure\x20Room','description':a60h(0x11b),'roomType':'inside','puzzle':{'requiredPhrase':a60h(0xc0),'riddle':a60h(0x118),'rewardItem':{'type':a60h(0xf6),'name':a60h(0x102),'description':a60h(0xbb)},'successMessage':a60h(0x11c),'failureMessage':a60h(0xcf)},'exits':[{'direction':'west','targetRoom':a60h(0xbf)}]}];export const shadowrunConfig=[{'name':a60h(0xce),'description':a60h(0x111),'isStartRoom':!![],'roomType':a60h(0xf7),'exits':[{'direction':a60h(0xc5),'targetRoom':a60h(0x12e)},{'direction':'up','targetRoom':a60h(0x125)}]},{'name':a60h(0x125),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a60h(0xf7),'puzzle':{'requiredPhrase':a60h(0xc9),'riddle':a60h(0xbe),'rewardItem':{'type':a60h(0xfd),'name':a60h(0x108),'description':a60h(0xd5)},'successMessage':a60h(0x119),'failureMessage':a60h(0xd7)},'exits':[{'direction':'down','targetRoom':a60h(0xce)}]},{'name':'Downtown\x20Seattle','description':'The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','roomType':a60h(0xeb),'exits':[{'direction':a60h(0xc8),'targetRoom':a60h(0xce)},{'direction':a60h(0x109),'targetRoom':a60h(0xfb)},{'direction':a60h(0xfc),'targetRoom':a60h(0x10f)}]},{'name':'Barrens\x20Entrance','description':a60h(0xcb),'roomType':a60h(0xeb),'puzzle':{'requiredPhrase':a60h(0xd3),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60h(0xfd),'name':a60h(0xfe),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60h(0xfc),'targetRoom':a60h(0x12e)},{'direction':a60h(0xc5),'targetRoom':a60h(0xd1)}]},{'name':a60h(0x10f),'description':a60h(0xc2),'roomType':a60h(0xf7),'items':[{'type':a60h(0xea),'name':a60h(0x12b),'description':a60h(0xdb)},{'type':'document','name':a60h(0x101),'description':a60h(0x126)}],'exits':[{'direction':a60h(0x109),'targetRoom':a60h(0x12e)}]},{'name':'Barrens\x20Hideout','description':a60h(0x10c),'roomType':a60h(0xeb),'items':[{'type':'weapon','name':a60h(0xec),'description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':'south','targetRoom':'Barrens\x20Entrance'},{'direction':a60h(0xc5),'targetRoom':'Mage\x27s\x20Lair'},{'direction':a60h(0x109),'targetRoom':a60h(0xda)}]},{'name':a60h(0x117),'description':a60h(0x11a),'roomType':a60h(0xf7),'puzzle':{'requiredPhrase':'disenchant','riddle':a60h(0xc6),'rewardItem':{'type':a60h(0x10d),'name':a60h(0xe5),'description':a60h(0x12a)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a60h(0xe0)},'exits':[{'direction':a60h(0xc8),'targetRoom':'Barrens\x20Hideout'}]},{'name':'Rigger\x27s\x20Workshop','description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a60h(0xf7),'items':[{'type':a60h(0xca),'name':a60h(0xf5),'description':a60h(0x128)}],'exits':[{'direction':a60h(0xfc),'targetRoom':a60h(0xd1)}]}];
1
+ const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x228))/0x1*(-parseInt(f(0x21b))/0x2)+-parseInt(f(0x205))/0x3+parseInt(f(0x236))/0x4+parseInt(f(0x262))/0x5*(parseInt(f(0x230))/0x6)+parseInt(f(0x24d))/0x7+parseInt(f(0x23a))/0x8+-parseInt(f(0x260))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x8fede));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x25d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a['toString']()[h(0x254)]('(((.+)+)+)+$')[h(0x1fa)]()[h(0x249)](a60a)[h(0x254)](h(0x216));});function a60c(){const j=['The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Barrens\x20Entrance','cup','Courtyard','Library','2426514VVGmLj','That\x20passcode\x20is\x20incorrect','Treasure\x20Room','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Central\x20Chamber','A\x20small\x20surveillance\x20drone.','Riddle\x20Book','Jackpoint\x20Login','Mage\x27s\x20Lair','A\x20long-range\x20weapon.','key','MCT\x20Fly-Spy','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','A\x20chalice\x20made\x20of\x20pure\x20gold.','inside','CorpSec\x20Plans','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','(((.+)+)+)+$','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','release','south','2WIhkyG','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','The\x20chest\x20remains\x20firmly\x20shut.','north','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','gem','drone','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Watch\x20Tower','east','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','478096ktLLaI','Barrens\x20Hideout','NORTH','outside','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','decrypt','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','114KoXDku','Central\x20Chamber\x20Key','Corp\x20Enclave','Rusted\x20Sword','document','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','3249536pSKieM','Golden\x20Key','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','6985624fKqmuD','insert\x20gem','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Amulet\x20of\x20Awakening','creditstick','Nothing\x20happens.','Empty\x20vial','down','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','A\x20key\x20stained\x20with\x20old\x20blood.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','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','Alchemy\x20Lab','constructor','Matrix\x20Data\x20Haven','Secret\x20Passage','amulet','4464201GsjBWS','Entrance\x20Hall','Study','Armory','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Sniper\x20Rifle','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','search','The\x20data\x20remains\x20encrypted.','Torture\x20Chamber','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','A\x20clear\x20glass\x20vial.','Blood-stained\x20Key','Ancient\x20Gem','Chad\x20the\x20stupid\x20guard','disenchant','apply','Holy\x20Grail','Downtown\x20Seattle','14444874agTIME','Guard\x27s\x20Log\x20Book','53140yWeZOd','west','SOUTH','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Ares\x20Predator','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','sword','Gang\x20Insignia','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','show\x20loyalty','toString','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Rigger\x27s\x20Workshop','secret123','rifle','book'];a60c=function(){return j;};return a60c();}a60a();export const rooms=[{'name':a60i(0x204),'description':a60i(0x21d),'isStartRoom':!![],'items':[{'type':a60i(0x20f),'name':'Golden\x20Key','description':a60i(0x239)},{'type':a60i(0x1ff),'name':a60i(0x261),'description':'A\x20thin\x20log\x20book','content':a60i(0x25b)}],'exits':[{'direction':'EAST','targetRoom':a60i(0x24b)}]},{'name':a60i(0x24b),'description':a60i(0x235),'exits':[{'direction':a60i(0x22a),'targetRoom':'Treasure\x20Room','keyRequired':a60i(0x237)},{'direction':a60i(0x264),'targetRoom':a60i(0x203)}]},{'name':a60i(0x207),'description':a60i(0x223),'items':[{'type':'holyGrail','name':a60i(0x25e),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0x203),'description':a60i(0x246),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60i(0x225)}]},{'name':a60i(0x225),'description':a60i(0x22f),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':a60i(0x1fd),'riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60i(0x1fe),'name':a60i(0x252),'description':a60i(0x20e)},'successMessage':a60i(0x247),'failureMessage':a60i(0x206)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60i(0x1f5),'isStartRoom':!![],'roomType':a60i(0x213),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0x20f),'name':'Central\x20Chamber\x20Key','description':a60i(0x257)},'successMessage':a60i(0x217),'failureMessage':a60i(0x240)},'exits':[{'direction':a60i(0x21f),'targetRoom':a60i(0x24f)},{'direction':a60i(0x226),'targetRoom':'Central\x20Chamber','keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0x24f),'description':a60i(0x243),'roomType':a60i(0x213),'items':[{'type':'book','name':a60i(0x20b),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x20f),'name':a60i(0x231),'description':a60i(0x257)}],'exits':[{'direction':a60i(0x21a),'targetRoom':a60i(0x24e)},{'direction':a60i(0x226),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0x248),'description':a60i(0x1f3),'roomType':'inside','items':[{'type':'basic','name':a60i(0x241),'description':a60i(0x258)}],'exits':[{'direction':'west','targetRoom':a60i(0x24f)},{'direction':a60i(0x21f),'targetRoom':a60i(0x250)}]},{'name':a60i(0x250),'description':a60i(0x238),'roomType':'inside','items':[{'type':'shield','name':'Emblem\x20Shield','description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':a60i(0x1f6),'name':a60i(0x233),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':a60i(0x21a),'targetRoom':a60i(0x248)},{'direction':a60i(0x226),'targetRoom':'Central\x20Chamber'}]},{'name':a60i(0x209),'description':a60i(0x23d),'roomType':a60i(0x213),'exits':[{'direction':a60i(0x263),'targetRoom':a60i(0x250)},{'direction':a60i(0x21a),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x21f),'targetRoom':a60i(0x256)},{'direction':a60i(0x226),'targetRoom':a60i(0x207)}]},{'name':a60i(0x256),'description':a60i(0x23c),'roomType':a60i(0x213),'items':[{'type':a60i(0x20f),'name':a60i(0x259),'description':a60i(0x244)}],'puzzle':{'requiredPhrase':a60i(0x219),'riddle':a60i(0x220),'rewardItem':{'type':a60i(0x221),'name':a60i(0x25a),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a60i(0x227),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0x21a),'targetRoom':a60i(0x209)}]},{'name':a60i(0x207),'description':a60i(0x1f8),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x23b),'riddle':a60i(0x200),'rewardItem':{'type':a60i(0x202),'name':'Golden\x20Chalice','description':a60i(0x212)},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a60i(0x21e)},'exits':[{'direction':a60i(0x263),'targetRoom':a60i(0x209)}]}];function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1f2;let f=c[d];return f;},a60d(a,b);}export const shadowrunConfig=[{'name':a60i(0x20c),'description':a60i(0x265),'isStartRoom':!![],'roomType':a60i(0x213),'exits':[{'direction':a60i(0x21f),'targetRoom':a60i(0x25f)},{'direction':'up','targetRoom':a60i(0x24a)}]},{'name':'Matrix\x20Data\x20Haven','description':a60i(0x1fb),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x22e),'riddle':a60i(0x1f4),'rewardItem':{'type':a60i(0x20f),'name':'Encrypted\x20Data\x20Key','description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a60i(0x255)},'exits':[{'direction':a60i(0x242),'targetRoom':a60i(0x20c)}]},{'name':'Downtown\x20Seattle','description':'The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','roomType':a60i(0x22b),'exits':[{'direction':a60i(0x21a),'targetRoom':a60i(0x20c)},{'direction':a60i(0x226),'targetRoom':a60i(0x201)},{'direction':a60i(0x263),'targetRoom':a60i(0x232)}]},{'name':'Barrens\x20Entrance','description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0x22b),'puzzle':{'requiredPhrase':a60i(0x1f9),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60i(0x20f),'name':a60i(0x1f7),'description':a60i(0x253)},'successMessage':a60i(0x224),'failureMessage':a60i(0x218)},'exits':[{'direction':a60i(0x263),'targetRoom':a60i(0x25f)},{'direction':a60i(0x21f),'targetRoom':a60i(0x229)}]},{'name':a60i(0x232),'description':a60i(0x208),'roomType':'inside','items':[{'type':a60i(0x23f),'name':'Corporate\x20Creditstick','description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a60i(0x234),'name':a60i(0x214),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a60i(0x226),'targetRoom':a60i(0x25f)}]},{'name':a60i(0x229),'description':a60i(0x251),'roomType':a60i(0x22b),'items':[{'type':'weapon','name':a60i(0x1f2),'description':a60i(0x21c)}],'exits':[{'direction':a60i(0x21a),'targetRoom':'Barrens\x20Entrance'},{'direction':'north','targetRoom':a60i(0x20d)},{'direction':a60i(0x226),'targetRoom':a60i(0x1fc)}]},{'name':a60i(0x20d),'description':a60i(0x245),'roomType':a60i(0x213),'puzzle':{'requiredPhrase':a60i(0x25c),'riddle':a60i(0x22c),'rewardItem':{'type':a60i(0x24c),'name':a60i(0x23e),'description':a60i(0x211)},'successMessage':a60i(0x215),'failureMessage':a60i(0x22d)},'exits':[{'direction':a60i(0x21a),'targetRoom':a60i(0x229)}]},{'name':a60i(0x1fc),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':'inside','items':[{'type':a60i(0x222),'name':a60i(0x210),'description':a60i(0x20a)}],'exits':[{'direction':a60i(0x263),'targetRoom':a60i(0x229)}]}];
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x185))/0x1+-parseInt(f(0x180))/0x2+parseInt(f(0x17c))/0x3*(parseInt(f(0x16f))/0x4)+-parseInt(f(0x18b))/0x5+parseInt(f(0x176))/0x6+-parseInt(f(0x16d))/0x7+-parseInt(f(0x174))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x49056));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x16e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x175)]()['search'](h(0x17d))[h(0x175)]()['constructor'](a61a)[h(0x187)](h(0x17d));});a61a();import{EventEmitter}from'events';function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x165;var f=c[d];return f;},a61d(a,b);}export class AbstractScene{[a61i(0x170)];[a61i(0x18e)];[a61i(0x18c)];[a61i(0x17e)];}export class AbstractRoom extends EventEmitter{[a61i(0x17a)];[a61i(0x188)];[a61i(0x171)];[a61i(0x172)];[a61i(0x173)];[a61i(0x184)];[a61i(0x18d)];}export class AbstractDoor{[a61i(0x17b)];[a61i(0x183)];[a61i(0x181)];[a61i(0x182)];[a61i(0x17a)];[a61i(0x18c)];[a61i(0x169)];}export class AbstractInventory{[a61i(0x167)];['logger'];}function a61c(){var j=['_logger','search','description','_inventory','category','585195FHkMeM','logger','isStartRoom','player','size','_maxCarryingWeight','items','weight','isLockable','shape','_currentLocation','uuid','164675xLpNrr','apply','1864QsXeGC','rooms','exits','inventory','puzzle','3719672harJrr','toString','452070zgKxLE','solved','rating','_playerName','name','roomA','2334iHGSsR','(((.+)+)+)+$','characterLocations','color','148852faDPPQ','isLocked','unlockItemOrSolution','roomB','roomType','541150zqvuyA'];a61c=function(){return j;};return a61c();}export class AbstractItem{[a61i(0x16c)];[a61i(0x17a)];['description'];[a61i(0x165)];[a61i(0x18a)];[a61i(0x16a)];[a61i(0x17f)];['texture'];[a61i(0x178)];[a61i(0x168)];}export class AbstractPlayer{[a61i(0x179)];[a61i(0x16b)];[a61i(0x189)];['_equipment'];[a61i(0x166)];[a61i(0x186)];}export class AbstractPuzzle{[a61i(0x18c)];[a61i(0x177)];}
1
+ var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0xb1))/0x1*(-parseInt(f(0xa3))/0x2)+parseInt(f(0x9b))/0x3+-parseInt(f(0x9f))/0x4+-parseInt(f(0xac))/0x5*(parseInt(f(0xa9))/0x6)+parseInt(f(0xb5))/0x7+-parseInt(f(0xa2))/0x8*(parseInt(f(0xb9))/0x9)+parseInt(f(0xbe))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x9ea5e));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(0xbd)]()['search'](g(0xb4))[g(0xbd)]()[g(0xae)](a61a)[g(0xba)](g(0xb4));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x9e)];[a61h(0xab)];[a61h(0xa8)];['characterLocations'];}export class AbstractRoom extends EventEmitter{['name'];[a61h(0xa7)];[a61h(0xa0)];[a61h(0xa5)];['puzzle'];[a61h(0x9d)];[a61h(0xb3)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x9a;var f=c[d];return f;},a61d(a,b);}export class AbstractDoor{[a61h(0x9a)];['roomB'];[a61h(0xb2)];[a61h(0xaa)];['name'];[a61h(0xa8)];[a61h(0xa4)];}function a61c(){var i=['(((.+)+)+)+$','3765468Hyrhkp','_currentLocation','name','_maxCarryingWeight','153udNlok','search','_equipment','_inventory','toString','2071220bKgIzz','roomA','3887106uoQdMk','size','roomType','rooms','4584312ujXOla','exits','rating','47624CustHZ','2Ifbqci','isLockable','inventory','category','description','logger','690vtrUFl','unlockItemOrSolution','player','29335QbqDQx','_playerName','constructor','solved','weight','531058LNLZFZ','isLocked','isStartRoom'];a61c=function(){return i;};return a61c();}export class AbstractInventory{['items'];[a61h(0xa8)];}export class AbstractItem{['uuid'];[a61h(0xb7)];[a61h(0xa7)];[a61h(0x9c)];[a61h(0xa6)];['shape'];['color'];['texture'];[a61h(0xa1)];[a61h(0xb0)];}export class AbstractPlayer{[a61h(0xad)];[a61h(0xb6)];[a61h(0xbc)];[a61h(0xbb)];[a61h(0xb8)];['_logger'];}export class AbstractPuzzle{[a61h(0xa8)];[a61h(0xaf)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x1f8))/0x1+parseInt(k(0x1d4))/0x2+-parseInt(k(0x1d8))/0x3+-parseInt(k(0x1de))/0x4*(parseInt(k(0x1df))/0x5)+parseInt(k(0x1db))/0x6+-parseInt(k(0x213))/0x7+parseInt(k(0x1c6))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xa808a));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1c4;var f=c[d];return f;},a62d(a,b);}export var Size;(function(c){var n=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var l=a62d;if(h){var j=h[l(0x1da)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var m=a62d;return e[m(0x216)]()[m(0x214)](m(0x1c5))['toString']()[m(0x1cd)](e)[m(0x214)](m(0x1c5));});e(),c[n(0x1d6)]='tiny',c['Small']='small',c['Medium']=n(0x1d9),c[n(0x212)]='large',c['VeryLarge']='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var o=a62d;a[o(0x1fd)]='common',a[o(0x1d1)]=o(0x1d7),a[o(0x1cb)]=o(0x1e3);}(Rating||(Rating={})));export var Category;function a62c(){var v=['Circle','Book','brown','Grainy','Common','Rough','rough','rifle','down','metallic','CAVE','arm\x20armor','north','inside','ArmArmor','shield','Brown','tower','grey','mountain','bumpy','Weapon','Grey','DESERT','Unknown','Large','6150557TRpJPt','search','INSIDE','toString','Hat','(((.+)+)+)+$','21035824MJdnnZ','OUTSIDE','UNDERGROUND','Metallic','gold','Legendary','Rectangle','constructor','unknown','SOUTH','Green','Rare','TOWER','LegArmor','2376122IKjfPx','outside','Tiny','rare','1717950JmgcVu','medium','apply','3263394BPVkoG','Gold','BodyArmor','2235348pmlKSC','10bVmloT','gloves','Key','leg\x20armor','legendary','Square','Purple','cave','key','green','Fuzzy','square','purple','weapon','NORTH','south','sea','Shield','blue','triangle','FOREST','beach','red','hat','MOUNTAIN','1104197hIHZsY'];a62c=function(){return v;};return a62c();}(function(a){var p=a62d;a[p(0x20e)]=p(0x1ec),a[p(0x1f0)]=p(0x208),a[p(0x1e1)]=p(0x1e7),a['Gloves']=p(0x1e0),a['Helmet']='helmet',a[p(0x1c4)]=p(0x1f6),a['Boots']='boots',a[p(0x1d3)]=p(0x1e2),a[p(0x207)]=p(0x204),a[p(0x1dd)]='body\x20armor',a[p(0x1fa)]='book',a['Cup']='cup',a[p(0x211)]=p(0x1ce);}(Category||(Category={})));export var Shape;(function(a){var q=a62d;a[q(0x1f9)]='circle',a[q(0x1e4)]=q(0x1ea),a['Triangle']=q(0x1f2),a[q(0x1cc)]='rectangle',a['Blade']='blade',a['Rifle']=q(0x200);}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a['Red']=r(0x1f5),a['Blue']=r(0x1f1),a[r(0x1d0)]=r(0x1e8),a['Yellow']='yellow',a['Orange']='orange',a[r(0x1e5)]=r(0x1eb),a[r(0x20f)]=r(0x20b),a[r(0x209)]=r(0x1fb),a[r(0x1dc)]=r(0x1ca);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a['Smooth']='smooth',a[s(0x1fe)]=s(0x1ff),a['Bumpy']=s(0x20d),a[s(0x1e9)]='fuzzy',a[s(0x1fc)]='grainy',a[s(0x1c9)]=s(0x202);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x215)]=t(0x206),a[t(0x1c7)]=t(0x1d5),a[t(0x1c8)]='underground',a[t(0x203)]=t(0x1e6),a[t(0x1d2)]=t(0x20a),a[t(0x1f3)]='forest',a[t(0x210)]='desert',a[t(0x1f7)]=t(0x20c),a['BEACH']=t(0x1f4),a['SEA']=t(0x1ef);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x1ed)]=u(0x205),a['EAST']='east',a[u(0x1cf)]=u(0x1ee),a['WEST']='west',a['UP']='up',a['DOWN']=u(0x201);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x109))/0x1*(-parseInt(k(0xda))/0x2)+-parseInt(k(0xdd))/0x3*(-parseInt(k(0xc6))/0x4)+parseInt(k(0xed))/0x5+parseInt(k(0xe9))/0x6+parseInt(k(0xf5))/0x7*(parseInt(k(0xc4))/0x8)+parseInt(k(0x111))/0x9*(parseInt(k(0xde))/0xa)+parseInt(k(0xe4))/0xb*(-parseInt(k(0xe8))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xf3263));export var Size;(function(a){var l=a62d;a[l(0x127)]=l(0x125),a['Small']=l(0xfa),a['Medium']=l(0x126),a[l(0xc3)]='large',a['VeryLarge']=l(0x10f);}(Size||(Size={})));export var Rating;(function(c){var o=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var m=a62d;if(h){var j=h[m(0xc7)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var n=a62d;return e[n(0xf9)]()['search'](n(0x128))[n(0xf9)]()[n(0x129)](e)[n(0x10d)](n(0x128));});e(),c[o(0x100)]=o(0xf7),c[o(0x107)]=o(0xf1),c[o(0xd9)]=o(0xce);}(Rating||(Rating={})));export var Category;(function(a){var p=a62d;a['Weapon']=p(0xd3),a[p(0xca)]=p(0x10e),a['Key']='key',a[p(0xf8)]=p(0xd5),a[p(0x11e)]=p(0x105),a[p(0x119)]=p(0x115),a[p(0x11c)]='boots',a[p(0x117)]=p(0xd7),a[p(0xd0)]=p(0xf2),a['BodyArmor']=p(0xcb),a['Book']=p(0xe5),a[p(0x116)]=p(0xc5),a[p(0xf3)]=p(0x113);}(Category||(Category={})));export var Shape;(function(a){var q=a62d;a['Circle']='circle',a[q(0xe7)]='square',a[q(0x110)]=q(0xfc),a['Rectangle']='rectangle',a[q(0x108)]=q(0xd2),a[q(0xff)]=q(0x10c);}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a[r(0xec)]='red',a['Blue']=r(0xcd),a[r(0x11a)]=r(0xc9),a[r(0x118)]=r(0x123),a['Orange']=r(0xd8),a['Purple']=r(0x124),a[r(0xfb)]=r(0x114),a[r(0xe0)]=r(0x102),a[r(0x106)]=r(0xc8);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a['Smooth']=s(0x112),a[s(0xea)]='rough',a[s(0xd6)]='bumpy',a[s(0x10b)]=s(0x103),a[s(0xcc)]=s(0x11f),a['Metallic']=s(0x121);}(Texture||(Texture={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xc2;var f=c[d];return f;},a62d(a,b);}export var RoomType;function a62c(){var v=['yellow','purple','tiny','medium','Tiny','(((.+)+)+)+$','constructor','forest','Large','8KiBiCc','cup','274600nkWsDQ','apply','gold','green','Shield','body\x20armor','Grainy','blue','legendary','DOWN','ArmArmor','BEACH','blade','weapon','OUTSIDE','gloves','Bumpy','leg\x20armor','orange','Legendary','3302478FHYgkF','WEST','MOUNTAIN','9TWEnyq','6980GlCviC','NORTH','Brown','tower','TOWER','beach','13035gKGaqE','book','down','Square','49428fnDrOt','3886002oKuPvc','Rough','south','Red','2876665gmBUdF','outside','cave','sea','rare','arm\x20armor','Unknown','SEA','13855849mbZuch','desert','common','Gloves','toString','small','Grey','triangle','UNDERGROUND','INSIDE','Rifle','Common','mountain','brown','fuzzy','north','helmet','Gold','Rare','Blade','1OcNSrt','east','Fuzzy','rifle','search','shield','very\x20large','Triangle','10539aLbtli','smooth','unknown','grey','hat','Cup','LegArmor','Yellow','Hat','Green','inside','Boots','underground','Helmet','grainy','FOREST','metallic','SOUTH'];a62c=function(){return v;};return a62c();}(function(a){var t=a62d;a[t(0xfe)]=t(0x11b),a[t(0xd4)]=t(0xee),a[t(0xfd)]=t(0x11d),a['CAVE']=t(0xef),a[t(0xe2)]=t(0xe1),a[t(0x120)]=t(0xc2),a['DESERT']=t(0xf6),a[t(0xdc)]=t(0x101),a[t(0xd1)]=t(0xe3),a[t(0xf4)]=t(0xf0);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0xdf)]=u(0x104),a['EAST']=u(0x10a),a[u(0x122)]=u(0xeb),a[u(0xdb)]='west',a['UP']='up',a[u(0xcf)]=u(0xe6);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x1f1))/0x1*(parseInt(f(0x1f4))/0x2)+parseInt(f(0x1fe))/0x3+parseInt(f(0x1fa))/0x4*(-parseInt(f(0x1f6))/0x5)+-parseInt(f(0x1f9))/0x6*(-parseInt(f(0x200))/0x7)+-parseInt(f(0x1fd))/0x8*(parseInt(f(0x201))/0x9)+parseInt(f(0x1f7))/0xa*(-parseInt(f(0x1fc))/0xb)+-parseInt(f(0x1f3))/0xc*(-parseInt(f(0x1f0))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x27f3c));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x1f5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x1f2)]()[h(0x1f8)](h(0x1fb))[h(0x1f2)]()[h(0x1ff)](a63a)[h(0x1f8)](h(0x1fb));});function a63c(){var i=['(((.+)+)+)+$','22zGxSoU','8gGINzu','585762eTTBay','constructor','7OCzmJD','169731ahgLEA','2977VatVhn','6wSySfM','toString','29004bUUdxS','35132aPKSEb','apply','5ygPlZx','1359530yBTmKF','search','601374ddkvlq','1156684yXZCJE'];a63c=function(){return i;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1f0;var f=c[d];return f;},a63d(a,b);}a63a();export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x8d))/0x1*(parseInt(f(0x91))/0x2)+-parseInt(f(0x90))/0x3+parseInt(f(0x93))/0x4+parseInt(f(0x99))/0x5*(-parseInt(f(0x8e))/0x6)+parseInt(f(0x9a))/0x7+-parseInt(f(0x94))/0x8*(-parseInt(f(0x97))/0x9)+parseInt(f(0x92))/0xa*(parseInt(f(0x96))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x6771a));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0x8c)]()[g(0x95)](g(0x98))[g(0x8c)]()[g(0x8f)](a63a)[g(0x95)]('(((.+)+)+)+$');});function a63c(){var h=['1qZFUaL','3918nyfwUs','constructor','2525160lfXoYI','131012VpHaTK','230Wxidme','2483888ODABLV','4040EBSnvj','search','398343pVgBmU','1269QIrcsJ','(((.+)+)+)+$','3220bGIMWl','667632xvvVRw','toString'];a63c=function(){return h;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x8c;var f=c[d];return f;},a63d(a,b);}a63a();export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0xfb))/0x1*(parseInt(f(0xff))/0x2)+parseInt(f(0xf6))/0x3*(-parseInt(f(0xf9))/0x4)+parseInt(f(0x101))/0x5*(-parseInt(f(0xf8))/0x6)+-parseInt(f(0xfd))/0x7+-parseInt(f(0xf4))/0x8+-parseInt(f(0xf3))/0x9*(-parseInt(f(0x102))/0xa)+parseInt(f(0xf5))/0xb*(parseInt(f(0xfe))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x42737));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0xfc)]()[h(0x103)](h(0xf7))[h(0xfc)]()[h(0xfa)](a64a)[h(0x103)](h(0xf7));});a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xf3;var f=c[d];return f;},a64d(a,b);}export{};function a64c(){var i=['constructor','36memSmG','toString','2991128BrkhzR','48tDnXsc','1562OWmaJn','apply','269915bWztOr','3530elnMrn','search','10899EBmcrZ','1421352DLqdtS','3296337gQtBKp','7215fDLgMe','(((.+)+)+)+$','42fCLfXo','664sfhlfq'];a64c=function(){return i;};return a64c();}
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x82))/0x1*(-parseInt(f(0x81))/0x2)+-parseInt(f(0x84))/0x3+parseInt(f(0x86))/0x4*(parseInt(f(0x7d))/0x5)+-parseInt(f(0x7b))/0x6+-parseInt(f(0x79))/0x7+parseInt(f(0x7c))/0x8*(-parseInt(f(0x7a))/0x9)+parseInt(f(0x80))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xc8a90));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x79;var f=c[d];return f;},a64d(a,b);}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x7e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x83)]()['search']('(((.+)+)+)+$')[h(0x83)]()[h(0x85)](a64a)[h(0x7f)]('(((.+)+)+)+$');});function a64c(){var i=['16724WZDHAu','7643482JjzWNX','428265dqtReB','9556422bzSElB','48cklwHF','70iPAjLH','apply','search','37905470KbUEog','204132mOjqPa','4CPioMZ','toString','1395804kbLGRf','constructor'];a64c=function(){return i;};return a64c();}a64a();export{};
@@ -1 +1 @@
1
- const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x1ff))/0x1+parseInt(y(0x1da))/0x2+parseInt(y(0x1af))/0x3*(-parseInt(y(0x1d7))/0x4)+-parseInt(y(0x1e9))/0x5*(-parseInt(y(0x1e5))/0x6)+parseInt(y(0x1bf))/0x7+-parseInt(y(0x1ee))/0x8*(-parseInt(y(0x1fc))/0x9)+parseInt(y(0x1c4))/0xa*(-parseInt(y(0x1c5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x1b45e));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x1aa;let f=c[d];return f;},a65d(a,b);}function a65c(){const I=['inventory','box','feet','yellow','log','393180LOpZaE','setContent','join','9356PeSqHd','player','Arms:\x20','None','write','clearValue','75%','constructor','25%','\x20Game\x20Log\x20','slice','281502OnkNTS','pushLine','OUTSIDE','Your\x20items\x20will\x20be\x20listed\x20here...','10JHzabX','map','\x0aThere\x20are\x20no\x20exits\x20here.','<<<<<<<<---------\x20Terminating\x20game','getInstance','8UmcSql','(((.+)+)+)+$','equipment','torso','100%','Thanks\x20for\x20playing!','checkIfLocked','search','Left\x20Hand:\x20','currentLocation','mousemove','key','roomType','Available\x20exits\x20will\x20be\x20shown\x20here...','1116333sFBNYq','exit','10%','187560NYZjXE','gloves','apply','scroll','removeAllListeners','line','take','getOtherSide','exits','getValue','lock','Feet:\x20','enter','3KLmCWd','Head:\x20','45%','forEach','toString','unlock','logFilePath','20%','-----\x20Exits\x20------\x0a','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','focus','textbox','unequip','append','name','cyan','1430457olLPYm','head','render','parse','----->>>>>>\x20Initializing\x20Game','35170vJEvDx','1265efwGps','Legs:\x20','\x20(Locked)','arms','Gloves:\x20','screen','\x20(Unlocked)','\x20Map\x20','legs','split','getWelcomeMessage','rightHand','leftHand'];a65c=function(){return I;};return a65c();}import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x201)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x1b3)]()[A(0x1f5)](A(0x1ef))[A(0x1b3)]()[A(0x1e1)](g)[A(0x1f5)]('(((.+)+)+)+$');});g();try{const h=a65e[B(0x1ca)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a65e[B(0x1d3)]({'top':'0%','left':B(0x1e0),'width':'25%','height':B(0x1b1),'border':{'type':B(0x204)},'label':'\x20Inventory\x20','content':B(0x1e8),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1d5)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x1ea)](v=>v[C(0x1bd)]);i[C(0x1d8)](u[C(0x1d9)]('\x0a')),h['render']();};h['append'](i);const k=a65e[B(0x1d3)]({'top':B(0x1b1),'left':B(0x1e0),'width':'25%','height':'25%','border':{'type':B(0x204)},'label':'\x20Equipment\x20','content':B(0x1b8),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1d5)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1bc)](k);const l=t=>{const D=B;k[D(0x1d8)](D(0x1b0)+(t[D(0x1c0)]?t['head']['name']:D(0x1dd))+'\x0a'+('Torso:\x20'+(t[D(0x1f1)]?t['torso'][D(0x1bd)]:D(0x1dd))+'\x0a')+(D(0x1c6)+(t[D(0x1cd)]?t['legs'][D(0x1bd)]:D(0x1dd))+'\x0a')+(D(0x1ad)+(t[D(0x1d4)]?t[D(0x1d4)][D(0x1bd)]:'None')+'\x0a')+(D(0x1dc)+(t[D(0x1c8)]?t[D(0x1c8)][D(0x1bd)]:D(0x1dd))+'\x0a')+(D(0x1c9)+(t['gloves']?t[D(0x200)][D(0x1bd)]:'None')+'\x0a')+(D(0x1f6)+(t[D(0x1d1)]?t['leftHand'][D(0x1bd)]:D(0x1dd))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x1d0)]?t[D(0x1d0)][D(0x1bd)]:D(0x1dd))+'\x0a')),h[D(0x1c1)]();},m=a65e[B(0x1d3)]({'top':'70%','left':'75%','width':B(0x1e2),'height':B(0x1b6),'border':{'type':B(0x204)},'label':B(0x1cc),'content':B(0x1fb),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1d5)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1bc)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x1bd)]+'\x0a\x0a';u+=E(0x1b7),t['exits']['size']>0x0?t[E(0x1aa)][E(0x1b2)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x206)](t);x[F(0x1fa)]===RoomType[F(0x1e7)]?u+=capitalCase(w)+':\x20'+x[F(0x1bd)]:u+=capitalCase(w)+':\x20'+v[F(0x1bd)];if(v[F(0x1f4)]())u+=F(0x1c7);else v['checkIfLockable']()&&(u+=F(0x1cb));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1eb),m[E(0x1d8)](u),h[E(0x1c1)]();},o=a65e[B(0x1d3)]({'id':'logBox','top':'0%','left':'0%','width':B(0x1e0),'height':'90%','border':{'type':B(0x204)},'label':B(0x1e3),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x203)](B(0x1f8)),h[B(0x1bc)](o);const p=a65e[B(0x1ba)]({'bottom':0x0,'left':0x0,'width':B(0x1f2),'height':B(0x1fe),'tags':!![],'border':{'type':B(0x204)},'style':{'fg':'white','border':{'fg':B(0x1be)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x1f9)](['escape','C-c'],()=>process[B(0x1fd)](0x0)),p[B(0x1b9)](),h[B(0x1c1)]();const q=Logger['getInstance'](e[B(0x1b5)],h),r=new Player({'playerName':c});q[B(0x1de)](B(0x1c3));const s=a65f[B(0x1ed)](r,d);o['setContent'](s[B(0x1cf)]()),l(s[B(0x1db)][B(0x1f0)]),j(s[B(0x1db)][B(0x1d2)]),n(s[B(0x1db)][B(0x1f7)]),p[B(0x1f9)]([B(0x1ae)],async()=>{const G=B,t=p[G(0x1ab)](),u=s['handleInput'](t);(t[G(0x1ce)]('\x20')[0x0]===G(0x205)||'equip'||G(0x1bb))&&(j(s[G(0x1db)][G(0x1d2)]),l(s[G(0x1db)][G(0x1f0)])),(t['split']('\x20')[0x0]==='go'||G(0x1ac)||G(0x1b4))&&n(s[G(0x1db)][G(0x1f7)]),t[G(0x1ce)]('\x20')[0x0]==='clear'&&o[G(0x1d8)](''),u===null&&(console[G(0x1d6)](G(0x1f3)),h[G(0x1c1)](),q[G(0x1de)](G(0x1ec)),process[G(0x1fd)](0x0)),o[G(0x1e6)](u),o[G(0x202)](0x1),p[G(0x1df)](),p[G(0x1b9)](),h[G(0x1c1)]();});}catch(t){console[B(0x1d6)](t),process[B(0x1fd)](0x1);}}const args=process['argv'][a65H(0x1e4)](0x2);main(args[0x0],JSON[a65H(0x1c2)](args[0x1]),JSON['parse'](args[0x2]));
1
+ const a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0xa5))/0x1*(-parseInt(y(0xa9))/0x2)+parseInt(y(0xf3))/0x3+parseInt(y(0xab))/0x4+-parseInt(y(0xf0))/0x5+-parseInt(y(0xb6))/0x6+-parseInt(y(0xe2))/0x7*(parseInt(y(0xa6))/0x8)+parseInt(y(0xda))/0x9*(parseInt(y(0xd3))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x3c03c));import a65e from'blessed';function a65c(){const H=['4OvdXdC','box','132788ZraQsr','Arms:\x20','\x0aThere\x20are\x20no\x20exits\x20here.','exits','\x20(Unlocked)','split','checkIfLockable','Gloves:\x20','arms','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','enter','990180LMHjTh','toString','exit','inventory','legs','Thanks\x20for\x20playing!','clearValue','Side\x20Quest\x20Adventure\x20Game','45%','25%','Left\x20Hand:\x20','(((.+)+)+)+$','Torso:\x20','leftHand','90%','write','100%','logBox','equipment','name','\x20Map\x20','unequip','slice','Right\x20Hand:\x20','key','torso','parse','yellow','mousemove','12370DqIpud','log','handleInput','Feet:\x20','head','clear','getInstance','4977QqSUDx','C-c','constructor','getAllItems','currentLocation','line','append','take','59150sTjYIV','OUTSIDE','<<<<<<<<---------\x20Terminating\x20game','size','\x20Inventory\x20','screen','setContent','map','forEach','Currently\x20in:\x20','\x20Equipment\x20','feet','75%','Legs:\x20','479625QRnaRm','player','Your\x20items\x20will\x20be\x20listed\x20here...','77643dTggOF','removeAllListeners','search','render','roomType','rightHand','getWelcomeMessage','None','unlock','gloves','\x20Game\x20Log\x20','20%','equip','white','textbox','Available\x20exits\x20will\x20be\x20shown\x20here...','getOtherSide','getValue','12793IQmDLn','248ixNdFp','70%','logFilePath'];a65c=function(){return H;};return a65c();}import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x9f;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 A=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a65d;return g[z(0xb7)]()[z(0xf5)](z(0xc1))[z(0xb7)]()[z(0xdc)](g)[z(0xf5)](z(0xc1));});g();try{const h=a65e[A(0xe7)]({'smartCSR':!![],'title':A(0xbd)}),i=a65e[A(0xaa)]({'top':'0%','left':A(0xee),'width':A(0xbf),'height':A(0xbe),'border':{'type':A(0xdf)},'label':A(0xe6),'content':A(0xf2),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xd1)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0xdd)]()[B(0xe9)](v=>v['name']);i[B(0xe8)](u['join']('\x0a')),h[B(0xf6)]();};h[A(0xe0)](i);const k=a65e[A(0xaa)]({'top':A(0xbe),'left':A(0xee),'width':A(0xbf),'height':A(0xbf),'border':{'type':A(0xdf)},'label':A(0xec),'content':A(0xb4),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xd1)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0xe0)](k);const l=t=>{const C=A;k[C(0xe8)]('Head:\x20'+(t['head']?t[C(0xd7)][C(0xc9)]:C(0xfa))+'\x0a'+(C(0xc2)+(t[C(0xcf)]?t[C(0xcf)]['name']:C(0xfa))+'\x0a')+(C(0xef)+(t[C(0xba)]?t[C(0xba)][C(0xc9)]:C(0xfa))+'\x0a')+(C(0xd6)+(t['feet']?t[C(0xed)][C(0xc9)]:C(0xfa))+'\x0a')+(C(0xac)+(t[C(0xb3)]?t[C(0xb3)]['name']:'None')+'\x0a')+(C(0xb2)+(t[C(0xfc)]?t[C(0xfc)][C(0xc9)]:C(0xfa))+'\x0a')+(C(0xc0)+(t[C(0xc3)]?t['leftHand'][C(0xc9)]:C(0xfa))+'\x0a')+(C(0xcd)+(t[C(0xf8)]?t['rightHand'][C(0xc9)]:C(0xfa))+'\x0a')),h[C(0xf6)]();},m=a65e[A(0xaa)]({'top':A(0xa7),'left':'75%','width':A(0xbf),'height':A(0xfe),'border':{'type':A(0xdf)},'label':A(0xca),'content':A(0xa2),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xd1)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const D=A;let u=D(0xeb)+t[D(0xc9)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[D(0xae)][D(0xe5)]>0x0?t[D(0xae)][D(0xea)]((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0xa3)](t);x[E(0xf7)]===RoomType[E(0xe3)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v['name'];if(v['checkIfLocked']())u+='\x20(Locked)';else v[E(0xb1)]()&&(u+=E(0xaf));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0xad),m[D(0xe8)](u),h[D(0xf6)]();},o=a65e['box']({'id':A(0xc7),'top':'0%','left':'0%','width':A(0xee),'height':A(0xc4),'border':{'type':'line'},'label':A(0xfd),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xd1)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0xf4)](A(0xd2)),h[A(0xe0)](o);const p=a65e[A(0xa1)]({'bottom':0x0,'left':0x0,'width':A(0xc6),'height':'10%','tags':!![],'border':{'type':'line'},'style':{'fg':A(0xa0),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0xe0)](p),h[A(0xce)](['escape',A(0xdb)],()=>process[A(0xb8)](0x0)),p['focus'](),h[A(0xf6)]();const q=Logger[A(0xd9)](e[A(0xa8)],h),r=new Player({'playerName':c});q[A(0xc5)]('----->>>>>>\x20Initializing\x20Game');const s=a65f[A(0xd9)](r,d);o['setContent'](s[A(0xf9)]()),l(s['player']['equipment']),j(s[A(0xf1)][A(0xb9)]),n(s[A(0xf1)]['currentLocation']),p['key']([A(0xb5)],async()=>{const F=A,t=p[F(0xa4)](),u=s[F(0xd5)](t);(t['split']('\x20')[0x0]===F(0xe1)||F(0x9f)||F(0xcb))&&(j(s[F(0xf1)]['inventory']),l(s[F(0xf1)][F(0xc8)])),(t[F(0xb0)]('\x20')[0x0]==='go'||'lock'||F(0xfb))&&n(s['player'][F(0xde)]),t[F(0xb0)]('\x20')[0x0]===F(0xd8)&&o['setContent'](''),u===null&&(console[F(0xd4)](F(0xbb)),h[F(0xf6)](),q[F(0xc5)](F(0xe4)),process[F(0xb8)](0x0)),o['pushLine'](u),o['scroll'](0x1),p[F(0xbc)](),p['focus'](),h[F(0xf6)]();});}catch(t){console['log'](t),process[A(0xb8)](0x1);}}const args=process['argv'][a65G(0xcc)](0x2);main(args[0x0],JSON[a65G(0xd0)](args[0x1]),JSON[a65G(0xd0)](args[0x2]));
@@ -1 +1 @@
1
- const a66k=a66d;function a66c(){const s=['The\x20logbox\x20','search','.maka','7000FxBHqT','ensureLogFileExists','9261952BGLQqE','12483016jTAJXR','render','[INFO]\x20[','1645dLsJGc','100390tYPcml','write','scrollTo','238223TnVEbK','screen','writeFileSync','appendFileSync','instance','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','log','setContent','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','logBox','hasScreen','filePath','157958DiWrdB','homedir','existsSync','content','find','error','toISOString','57NErUDP','[ERROR]\x20[','(((.+)+)+)+$','6zcmgDX','type','mkdirSync','toString','apply','29959974AQnRqs','1251fOAvIX','constructor'];a66c=function(){return s;};return a66c();}(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0xe9))/0x1+-parseInt(h(0xca))/0x2*(parseInt(h(0xd1))/0x3)+parseInt(h(0xdf))/0x4*(parseInt(h(0xe5))/0x5)+parseInt(h(0xd4))/0x6*(-parseInt(h(0xe1))/0x7)+parseInt(h(0xe2))/0x8+parseInt(h(0xda))/0x9*(-parseInt(h(0xe6))/0xa)+parseInt(h(0xd9))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xd68ea));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0xd8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0xd7)]()[j(0xdd)](j(0xd3))['toString']()[j(0xdb)](a66a)[j(0xdd)](j(0xd3));});a66a();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xca;let f=c[d];return f;},a66d(a,b);}import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0xcb)]();export class Logger{static [a66k(0xed)];[a66k(0xf4)];[a66k(0xea)];constructor(a,b){const l=a66k;this[l(0xf4)]=a,this[l(0xea)]=b,this['ensureLogFileExists']();}static['getInstance'](a=a66g['join'](homeDir,a66k(0xde),'side-quest.log'),b){const m=a66k;if(!Logger[m(0xed)]){if(!b)throw new Error(m(0xf1));Logger[m(0xed)]=new Logger(a,b);}return Logger[m(0xed)];}[a66k(0xe0)](){const n=a66k,a=a66g['dirname'](this[n(0xf4)]);!a66e['existsSync'](a)&&a66e[n(0xd6)](a,{'recursive':!![]}),!a66e[n(0xcc)](this[n(0xf4)])&&a66e[n(0xeb)](this['filePath'],'');}[a66k(0xe7)](a){const o=a66k,b=new Date()[o(0xd0)](),c=o(0xe4)+b+']\x20'+a+'\x0a';a66e[o(0xec)](this['filePath'],c);}[a66k(0xcf)](a){const p=a66k,b=new Date()[p(0xd0)](),c=p(0xd2)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[p(0xf4)],c);}[a66k(0xef)](a){const q=a66k,b=this[q(0xea)]?.['children'][q(0xce)](c=>c[q(0xd5)]==='box'&&c['options']['id']===q(0xf2));b?(b[q(0xf0)](b[q(0xcd)]+'\x0a'+a),b[q(0xe8)](b['getScrollHeight']()),this['screen']?.[q(0xe3)]()):this[q(0xcf)](q(0xdc)+b+q(0xee)+this[q(0xea)]),this[q(0xe7)](a);}[a66k(0xf3)](){const r=a66k;return!!this[r(0xea)];}}
1
+ const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x6b))/0x1+parseInt(h(0x83))/0x2*(-parseInt(h(0x69))/0x3)+parseInt(h(0x6f))/0x4*(parseInt(h(0x77))/0x5)+parseInt(h(0x82))/0x6*(parseInt(h(0x72))/0x7)+parseInt(h(0x7a))/0x8*(-parseInt(h(0x6a))/0x9)+-parseInt(h(0x67))/0xa*(-parseInt(h(0x80))/0xb)+-parseInt(h(0x70))/0xc*(parseInt(h(0x6e))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x2fdaf));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x78)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x8f)](j(0x8c))[j(0x87)]()[j(0x90)](a66a)[j(0x8f)](j(0x8c));});a66a();import a66e from'fs';import a66f from'os';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x67;let f=c[d];return f;},a66d(a,b);}function a66c(){const s=['72TUZckx','241874pyPYDT','scrollTo','render','13enpoeu','89188hezVAK','2413428KExByr','toISOString','7yXWxaF','hasScreen','The\x20logbox\x20','write','ensureLogFileExists','10lvmEtl','apply','logBox','196296jBXoVo','homedir','existsSync','content','filePath','options','121gcLEUm','appendFileSync','1145544idyZZs','66514rfrqhL','join','children','[ERROR]\x20[','toString','type','box','setContent','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','(((.+)+)+)+$','side-quest.log','find','search','constructor','[INFO]\x20[','instance','error','log','writeFileSync','screen','196190QOzjiY','getScrollHeight','9qnNskX'];a66c=function(){return s;};return a66c();}import a66g from'path';const homeDir=a66f[a66k(0x7b)]();export class Logger{static ['instance'];[a66k(0x7e)];[a66k(0x96)];constructor(a,b){const l=a66k;this[l(0x7e)]=a,this[l(0x96)]=b,this[l(0x76)]();}static['getInstance'](a=a66g[a66k(0x84)](homeDir,'.maka',a66k(0x8d)),b){const m=a66k;if(!Logger['instance']){if(!b)throw new Error(m(0x8b));Logger[m(0x92)]=new Logger(a,b);}return Logger[m(0x92)];}[a66k(0x76)](){const n=a66k,a=a66g['dirname'](this['filePath']);!a66e[n(0x7c)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e['existsSync'](this[n(0x7e)])&&a66e[n(0x95)](this[n(0x7e)],'');}[a66k(0x75)](a){const o=a66k,b=new Date()[o(0x71)](),c=o(0x91)+b+']\x20'+a+'\x0a';a66e[o(0x81)](this['filePath'],c);}[a66k(0x93)](a){const p=a66k,b=new Date()[p(0x71)](),c=p(0x86)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[p(0x7e)],c);}[a66k(0x94)](a){const q=a66k,b=this[q(0x96)]?.[q(0x85)][q(0x8e)](c=>c[q(0x88)]===q(0x89)&&c[q(0x7f)]['id']===q(0x79));b?(b[q(0x8a)](b[q(0x7d)]+'\x0a'+a),b[q(0x6c)](b[q(0x68)]()),this[q(0x96)]?.[q(0x6d)]()):this[q(0x93)](q(0x74)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0x96)]),this[q(0x75)](a);}[a66k(0x73)](){const r=a66k;return!!this[r(0x96)];}}
@@ -1 +1 @@
1
- const a67m=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0x1c9))/0x1*(-parseInt(k(0x1bc))/0x2)+parseInt(k(0x1dc))/0x3+-parseInt(k(0x1c2))/0x4+-parseInt(k(0x1be))/0x5*(-parseInt(k(0x1d8))/0x6)+parseInt(k(0x1cc))/0x7+parseInt(k(0x1c0))/0x8*(-parseInt(k(0x1c7))/0x9)+-parseInt(k(0x1c8))/0xa*(parseInt(k(0x1c5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xe9ec2));function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1bb;let f=c[d];return f;},a67d(a,b);}const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x1ca)]()[l(0x1c3)]('(((.+)+)+)+$')['toString']()['constructor'](a67a)[l(0x1c3)]('(((.+)+)+)+$');});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';function a67c(){const p=['1QTYVDp','toString','Commoner','5114501HdtzHe','list','create','ask','stringify','maka\x20play:side-quest','player','side-quest.log','shadowrun','Play\x20a\x20little\x20side-quest','fsi','inherit','9746694xQIDNR','dungeon','Thanks\x20for\x20playing!','getGlobalMakaDir','1226163YeYUea','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','log','join','url','side-quest','./sideQuest/ui.js','3109748zRKnFf','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','5hhRifQ','bright','1432RHXkQP','exit','3804960dYzhjs','search','resolve','66BZaNZK','What\x20is\x20your\x20name?','26613PHrVKH','3133330kWlSlH'];a67c=function(){return p;};return a67c();}const __filename=fileURLToPath(import.meta[a67m(0x1e0)]),__dirname=dirname(__filename);Command[a67m(0x1ce)]({'name':a67m(0x1e1),'usage':a67m(0x1d1),'shortDesc':a67m(0x1d5),'aliases':['sq'],'description':a67m(0x1bd),'validOpts':[a67m(0x1d2)]},async function(a,b){const n=a67m;try{const c=this[n(0x1d6)][n(0x1db)](),d=a67e[n(0x1df)](c,n(0x1d3)),e=b['player']?b[n(0x1d2)]:await Actions[n(0x1cf)](n(0x1c6))||n(0x1cb),f={...b,'logFilePath':d},g={'type':n(0x1cd),'name':'sideQuestAnswer','message':n(0x1dd),'choices':[{'name':n(0x1d9),'value':dungeonConfig},{'name':n(0x1d4),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn('node',[a67e[n(0x1c4)](__dirname,n(0x1bb)),e,JSON[n(0x1d0)](h),JSON[n(0x1d0)](f)],{'stdio':n(0x1d7)});i['on'](n(0x1c1),()=>{const o=n;Log[o(0x1bf)](o(0x1da));});}}catch(j){console[n(0x1de)](j);}},a67f);
1
+ const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0x1df))/0x1*(parseInt(k(0x1c0))/0x2)+parseInt(k(0x1c1))/0x3*(parseInt(k(0x1d0))/0x4)+-parseInt(k(0x1c4))/0x5*(-parseInt(k(0x1c6))/0x6)+-parseInt(k(0x1bb))/0x7*(-parseInt(k(0x1d3))/0x8)+parseInt(k(0x1ce))/0x9*(-parseInt(k(0x1cf))/0xa)+-parseInt(k(0x1c8))/0xb+parseInt(k(0x1d1))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x478fc));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x1d7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0x1de)]()[m(0x1cc)]('(((.+)+)+)+$')[m(0x1de)]()['constructor'](a67a)[m(0x1cc)](m(0x1ca));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1bb;let f=c[d];return f;},a67d(a,b);}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67n(0x1dd)]),__dirname=dirname(__filename);Command[a67n(0x1bf)]({'name':a67n(0x1da),'usage':'maka\x20play:side-quest','shortDesc':a67n(0x1dc),'aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':[a67n(0x1d6)]},async function(a,b){const o=a67n;try{const c=this[o(0x1cb)][o(0x1bd)](),d=a67e[o(0x1bc)](c,o(0x1cd)),e=b[o(0x1d6)]?b[o(0x1d6)]:await Actions[o(0x1db)](o(0x1d4))||o(0x1be),f={...b,'logFilePath':d},g={'type':o(0x1e0),'name':'sideQuestAnswer','message':o(0x1d2),'choices':[{'name':o(0x1c5),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x1c2)](g);if(e&&h){const i=spawn('node',[a67e[o(0x1c9)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x1d9)](h),JSON['stringify'](f)],{'stdio':o(0x1c3)});i['on']('exit',()=>{const p=o;Log[p(0x1c7)](p(0x1d5));});}}catch(j){console[o(0x1d8)](j);}},a67f);function a67c(){const q=['apply','log','stringify','side-quest','ask','Play\x20a\x20little\x20side-quest','url','toString','31ZBJetH','list','7SaXPNv','join','getGlobalMakaDir','Commoner','create','1138uyTjci','21GdKzgg','options','inherit','590680WCYbuJ','dungeon','6lQNHck','bright','6250079RWsBVc','resolve','(((.+)+)+)+$','fsi','search','side-quest.log','4563aToFHm','7150vYyiwS','90604DKIcRa','6268116UTYcVd','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','3539304iPdSSs','What\x20is\x20your\x20name?','Thanks\x20for\x20playing!','player'];a67c=function(){return q;};return a67c();}
@@ -1 +1 @@
1
- var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0xb7))/0x1*(parseInt(f(0xae))/0x2)+-parseInt(f(0xab))/0x3*(parseInt(f(0xa9))/0x4)+parseInt(f(0xa3))/0x5*(parseInt(f(0xb5))/0x6)+-parseInt(f(0xa5))/0x7+-parseInt(f(0xb1))/0x8*(-parseInt(f(0xad))/0x9)+-parseInt(f(0xaa))/0xa*(-parseInt(f(0xa6))/0xb)+parseInt(f(0xa8))/0xc*(-parseInt(f(0xa7))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x48ee3));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0xb3)]()[h(0xb9)]('(((.+)+)+)+$')[h(0xb3)]()[h(0xa4)](a68a)['search'](h(0xb8));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';function a68c(){var k=['toString','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','294fOwEul','maka\x20game:snake','117554PrxDla','(((.+)+)+)+$','search','create','27905ucCyAZ','constructor','3486672TaKfrq','22iAaliz','3757Bebxmf','12372ZTXYHc','161740IlRqxN','349010bHZyFl','9SRNRcc','apply','3623364qnCYcg','8FCHxFV','inherit','snake','8rRMZep','npx\x20command-line-snake'];a68c=function(){return k;};return a68c();}function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xa2;var f=c[d];return f;},a68d(a,b);}import{execSync}from'child_process';Command[a68i(0xa2)]({'name':a68i(0xb0),'usage':a68i(0xb6),'shortDesc':a68i(0xb4),'validOpts':[]},async function(){var j=a68i;execSync(j(0xb2),{'stdio':j(0xaf)});},a68e);
1
+ function a68c(){var k=['16ewUoWs','388777fClRwN','2bSTwWl','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','apply','7572187SVHBNp','8962608ztGDjY','30FDLmIr','(((.+)+)+)+$','55xZHfKi','maka\x20game:snake','create','npx\x20command-line-snake','toString','2853342fxRFyu','constructor','search','70068Tnthnn','54363PsKUek','inherit','snake','5993280wfDhIC','545nMFpsh'];a68c=function(){return k;};return a68c();}var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0xb8))/0x1*(-parseInt(f(0xb9))/0x2)+parseInt(f(0xc9))/0x3*(parseInt(f(0xce))/0x4)+parseInt(f(0xcd))/0x5*(parseInt(f(0xc8))/0x6)+parseInt(f(0xbc))/0x7+parseInt(f(0xcc))/0x8+parseInt(f(0xc5))/0x9*(parseInt(f(0xbe))/0xa)+parseInt(f(0xc0))/0xb*(-parseInt(f(0xbd))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xbedbe));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xbb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a['toString']()[h(0xc7)]('(((.+)+)+)+$')[h(0xc4)]()[h(0xc6)](a68a)[h(0xc7)](h(0xbf));});a68a();import a68e from'./play.command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xb8;var f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0xc2)]({'name':a68i(0xcb),'usage':a68i(0xc1),'shortDesc':a68i(0xba),'validOpts':[]},async function(){var j=a68i;execSync(j(0xc3),{'stdio':j(0xca)});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x153))/0x1+-parseInt(f(0x146))/0x2+parseInt(f(0x149))/0x3+-parseInt(f(0x14c))/0x4+parseInt(f(0x151))/0x5*(parseInt(f(0x14b))/0x6)+-parseInt(f(0x14e))/0x7+parseInt(f(0x145))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x52f4b));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x14f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x144)]()[h(0x14a)](h(0x150))['toString']()[h(0x147)](a69a)[h(0x14a)](h(0x150));});a69a();function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x144;var f=c[d];return f;},a69d(a,b);}import a69e from'./play.command.js';function a69c(){var k=['979856JGmmNq','constructor','npx\x20simple-tetris','161496PjJHbW','search','42SoSItX','1453168rFnrKN','tetris','2115421WyEcti','apply','(((.+)+)+)+$','168115Hehgtk','maka\x20game:tetris','291300ooTlEt','toString','7317736ORQlAa'];a69c=function(){return k;};return a69c();}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a69i(0x14d),'usage':a69i(0x152),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a69i;execSync(j(0x148),{'stdio':'inherit'});},a69e);
1
+ var a69i=a69d;function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x1e8;var f=c[d];return f;},a69d(a,b);}(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x1f1))/0x1*(parseInt(f(0x1eb))/0x2)+-parseInt(f(0x1f0))/0x3+-parseInt(f(0x1ec))/0x4+parseInt(f(0x1e9))/0x5*(-parseInt(f(0x1fd))/0x6)+parseInt(f(0x1fa))/0x7*(parseInt(f(0x1f5))/0x8)+-parseInt(f(0x1f8))/0x9*(parseInt(f(0x1f2))/0xa)+-parseInt(f(0x1ea))/0xb*(-parseInt(f(0x1ef))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x50fe4));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x1f7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x1f9)]()[h(0x1f4)](h(0x1e8))['toString']()[h(0x1f3)](a69a)[h(0x1f4)]('(((.+)+)+)+$');});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x1ee)]({'name':a69i(0x1ed),'usage':a69i(0x1fc),'shortDesc':a69i(0x1f6),'validOpts':[]},async function(){var j=a69i;execSync(j(0x1fb),{'stdio':'inherit'});},a69e);function a69c(){var k=['2649015lNebxD','14687497xAOqIa','2UimbtO','734444STChMF','tetris','create','12vNWBdo','371298RtEutd','5204lGGHfp','40tYlHBZ','constructor','search','8pysBLn','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','apply','1334691hMsGZn','toString','3024707zrpYfA','npx\x20simple-tetris','maka\x20game:tetris','6VsTjAG','(((.+)+)+)+$'];a69c=function(){return k;};return a69c();}
@@ -1 +1 @@
1
- const a70i=a70d;function a70c(){const k=['3704656iJxtnX','5689817wbQcPu','exit','24690eCltfR','1397gjMNvW','42GsRxMa','maka\x20g:api\x20trucks','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','maka\x20g:template\x20todos/todo_item','generate','27DAURaX','search','maka\x20g:scaffold\x20todos','maka\x20{generate,\x20g}:<generator>\x20<name>','12219aVnfpt','45QhwCdn','invoke','toString','maka\x20generate:scaffold\x20todos','646482veupPj','create','1188798FwIeNL','Scaffold\x20various\x20parts\x20of\x20your\x20application','constructor','1297336WrFUtS','splice','apply','maka\x20g:dbc\x20geoserver\x20--type=pgsql','error','(((.+)+)+)+$','maka\x20g:package\x20package:name'];a70c=function(){return k;};return a70c();}function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x197;let f=c[d];return f;},a70d(a,b);}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x19c))/0x1*(parseInt(f(0x1b2))/0x2)+-parseInt(f(0x1a3))/0x3+-parseInt(f(0x1ad))/0x4+parseInt(f(0x19d))/0x5*(parseInt(f(0x1a1))/0x6)+parseInt(f(0x1ae))/0x7+-parseInt(f(0x1a6))/0x8*(parseInt(f(0x198))/0x9)+parseInt(f(0x1b0))/0xa*(parseInt(f(0x1b1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x84c29));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1a8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x19f)]()[h(0x199)](h(0x1ab))[h(0x19f)]()[h(0x1a5)](a70a)[h(0x199)](h(0x1ab));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x1a2)]({'name':a70i(0x197),'aliases':['g'],'usage':a70i(0x19b),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x1a4),'description':a70i(0x1b4),'examples':[a70i(0x1a0),a70i(0x19a),a70i(0x1b5),a70i(0x1ac),'maka\x20g:route\x20todos/edit',a70i(0x1b3),a70i(0x1a9)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x1a7)](0x0,0x1),await a70e['processAndRunGenerator'](c,a,b)):a70e[j(0x19e)](a,b);}catch(d){Log[j(0x1aa)](d),process[j(0x1af)](0x1);}});
1
+ function a70c(){const k=['search','maka\x20g:package\x20package:name','11466243HlUeBp','1byPwJa','14959dtZtHt','2014388LyRjAV','generate','splice','maka\x20g:dbc\x20geoserver\x20--type=pgsql','30NXCLds','maka\x20g:template\x20todos/todo_item','toString','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','constructor','invoke','8rsqXYJ','3077990PSdCZh','4tDwtOE','836rGuPzk','processAndRunGenerator','maka\x20generate:scaffold\x20todos','10570308UGFzUC','160130VdjhIG','maka\x20g:route\x20todos/edit','maka\x20g:scaffold\x20todos','maka\x20{generate,\x20g}:<generator>\x20<name>','create','(((.+)+)+)+$','444579FAmynv','exit','apply','maka\x20g:api\x20trucks'];a70c=function(){return k;};return a70c();}const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x156))/0x1*(-parseInt(f(0x158))/0x2)+parseInt(f(0x16f))/0x3*(-parseInt(f(0x164))/0x4)+parseInt(f(0x163))/0x5+parseInt(f(0x15c))/0x6*(-parseInt(f(0x157))/0x7)+-parseInt(f(0x162))/0x8*(-parseInt(f(0x155))/0x9)+parseInt(f(0x169))/0xa*(-parseInt(f(0x165))/0xb)+-parseInt(f(0x168))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x9c45e));function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x154;let f=c[d];return f;},a70d(a,b);}const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x171)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x15e)]()[h(0x173)](h(0x16e))[h(0x15e)]()[h(0x160)](a70a)[h(0x173)](h(0x16e));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x16d)]({'name':a70i(0x159),'aliases':['g'],'usage':a70i(0x16c),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a70i(0x15f),'examples':[a70i(0x167),a70i(0x16b),a70i(0x15d),a70i(0x154),a70i(0x16a),a70i(0x172),a70i(0x15b)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x15a)](0x0,0x1),await a70e[j(0x166)](c,a,b)):a70e[j(0x161)](a,b);}catch(d){Log['error'](d),process[j(0x170)](0x1);}});
@@ -1 +1 @@
1
- function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x93;var f=c[d];return f;},a71d(a,b);}(function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x97))/0x1*(-parseInt(f(0x98))/0x2)+-parseInt(f(0x95))/0x3+parseInt(f(0x93))/0x4+parseInt(f(0x9c))/0x5+-parseInt(f(0x9b))/0x6+-parseInt(f(0x9a))/0x7+parseInt(f(0x99))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x29eaf));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x9d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x96)]()['search']('(((.+)+)+)+$')[h(0x96)]()['constructor'](a71a)['search'](h(0x94));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71c(){var i=['2512416VLAAlD','56518lOxSKM','1422192YwqVAZ','590955YeEOIl','apply','1174124PYlaBF','(((.+)+)+)+$','212010uVAAZf','toString','299QMnoFr','1594KRYszz'];a71c=function(){return i;};return a71c();}
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x172))/0x1+-parseInt(f(0x163))/0x2*(-parseInt(f(0x165))/0x3)+parseInt(f(0x168))/0x4*(-parseInt(f(0x171))/0x5)+-parseInt(f(0x164))/0x6*(parseInt(f(0x16c))/0x7)+parseInt(f(0x170))/0x8+parseInt(f(0x16b))/0x9*(parseInt(f(0x16d))/0xa)+-parseInt(f(0x166))/0xb*(parseInt(f(0x167))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x556ee));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x162)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a['toString']()['search'](h(0x169))[h(0x16a)]()[h(0x16f)](a71a)[h(0x16e)](h(0x169));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x162;var f=c[d];return f;},a71d(a,b);}function a71c(){var i=['205290CnUXjx','187rNyaNs','422724cLzCIf','170804VeNCvZ','(((.+)+)+)+$','toString','493866DfxMQM','1816171xHtYwZ','70cjXxFl','search','constructor','1957192khoQcR','5ioeFkV','6310PGuxWM','apply','18PCdKrO','6fcQfHH'];a71c=function(){return i;};return a71c();}
@@ -1 +1 @@
1
- const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x10f))/0x1*(-parseInt(f(0x104))/0x2)+-parseInt(f(0x10e))/0x3*(parseInt(f(0x109))/0x4)+-parseInt(f(0x102))/0x5+-parseInt(f(0x10b))/0x6+-parseInt(f(0x106))/0x7+parseInt(f(0x100))/0x8*(-parseInt(f(0x103))/0x9)+parseInt(f(0x108))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x7d5c1));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x10d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()[h(0x112)](h(0x105))[h(0x101)]()[h(0xff)](a72a)['search'](h(0x105));});a72a();function a72c(){const k=['constructor','1827352YMjRBC','toString','2496275JjXaXS','9uApLxh','282218GtbmFE','(((.+)+)+)+$','574315PxJFYe','create','28643990pfgcAX','864IQwlHn','findSubCommand','5691384mPLaAC','Get\x20various\x20Maka\x20variables\x20and\x20configurations','apply','10191VwkNHr','1TpeApw','runSubCommand','maka\x20get:<sub-command>','search','error','Sub-Command\x20not\x20found'];a72c=function(){return k;};return a72c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xfd;let f=c[d];return f;},a72d(a,b);}const GetCommand=Command[a72i(0x107)]({'name':'get','usage':a72i(0x111),'shortDesc':a72i(0x10c),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0x10a)](c);if(d)return await this[j(0x110)](c,a,b);else{Log[j(0xfd)](j(0xfe));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ function a72c(){const k=['maka\x20get:<sub-command>','search','runSubCommand','122650SunSVW','create','3396616LTUNJt','(((.+)+)+)+$','513QgfSGB','196BPJpdk','error','apply','2363856fulWLc','2239MYwVVX','378702mGXqcV','1864275eFoZKR','toString','7BtlPUy','1563822MeCKPi'];a72c=function(){return k;};return a72c();}const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x75))/0x1*(parseInt(f(0x71))/0x2)+-parseInt(f(0x76))/0x3+parseInt(f(0x74))/0x4+-parseInt(f(0x77))/0x5+parseInt(f(0x7a))/0x6+-parseInt(f(0x79))/0x7*(-parseInt(f(0x6e))/0x8)+parseInt(f(0x70))/0x9*(-parseInt(f(0x7e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x489be));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x73)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x78)]()[h(0x7c)](h(0x6f))[h(0x78)]()['constructor'](a72a)[h(0x7c)](h(0x6f));});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x6e;let f=c[d];return f;},a72d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a72i(0x7f)]({'name':'get','usage':a72i(0x7b),'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this['findSubCommand'](c);if(d)return await this[j(0x7d)](c,a,b);else{Log[j(0x72)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x9e))/0x1+-parseInt(f(0x9c))/0x2+-parseInt(f(0xa1))/0x3+parseInt(f(0x92))/0x4+-parseInt(f(0xa0))/0x5+-parseInt(f(0x99))/0x6*(-parseInt(f(0x94))/0x7)+parseInt(f(0xa2))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xb3d9e));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x9f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x98)]()['search'](h(0x9d))['toString']()[h(0xa4)](a73a)[h(0x91)](h(0x9d));});a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x91;let f=c[d];return f;},a73d(a,b);}import a73e from'./get.command.js';function a73c(){const k=['25363480lIblmy','exit','constructor','search','909176QwaGqP','maka\x20get:global-config','7qqCiqQ','error','global-config','getGlobalConfig','toString','7153818YbqqWY','log','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','2823144fwlbwO','(((.+)+)+)+$','1224071VQajJA','apply','5607490hNUtrb','288663WZYEkB'];a73c=function(){return k;};return a73c();}import{Command}from'../../command.js';Command['create']({'name':a73i(0x96),'usage':a73i(0x93),'aliases':['gc'],'shortDesc':a73i(0x9b),'validOpts':[]},async function(){const j=a73i;try{const a=await this['fsi'][j(0x97)]();console[j(0x9a)](a),process[j(0xa3)](0x0);}catch(b){console[j(0x95)](b),process[j(0xa3)](0x0);}},a73e);
1
+ const a73h=a73d;function a73c(){const j=['toString','16600BMQegZ','61522zhIvBd','search','835380DLwLeT','6eiCHwm','error','global-config','maka\x20get:global-config','fsi','(((.+)+)+)+$','exit','getGlobalConfig','126702nnZcKX','610694ITwVUa','168lUQbKA','138025YBivCj','24hwPzDy','constructor','1064496ISkHkc','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file'];a73c=function(){return j;};return a73c();}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x10d))/0x1+parseInt(f(0x10e))/0x2*(parseInt(f(0x108))/0x3)+parseInt(f(0x10a))/0x4+-parseInt(f(0x107))/0x5*(parseInt(f(0xfc))/0x6)+parseInt(f(0x105))/0x7+-parseInt(f(0x106))/0x8*(parseInt(f(0x104))/0x9)+-parseInt(f(0xfb))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x2afc9));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const g=a73d;return a73a[g(0x10c)]()[g(0xfa)](g(0x101))['toString']()[g(0x109)](a73a)[g(0xfa)](g(0x101));});a73a();import a73e from'./get.command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xfa;let f=c[d];return f;},a73d(a,b);}import{Command}from'../../command.js';Command['create']({'name':a73h(0xfe),'usage':a73h(0xff),'aliases':['gc'],'shortDesc':a73h(0x10b),'validOpts':[]},async function(){const i=a73h;try{const a=await this[i(0x100)][i(0x103)]();console['log'](a),process[i(0x102)](0x0);}catch(b){console[i(0xfd)](b),process[i(0x102)](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x6a))/0x1*(-parseInt(f(0x73))/0x2)+parseInt(f(0x7a))/0x3*(-parseInt(f(0x69))/0x4)+parseInt(f(0x7c))/0x5*(parseInt(f(0x75))/0x6)+parseInt(f(0x70))/0x7+parseInt(f(0x6c))/0x8*(parseInt(f(0x7d))/0x9)+-parseInt(f(0x76))/0xa*(parseInt(f(0x7b))/0xb)+-parseInt(f(0x77))/0xc*(parseInt(f(0x78))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x9e80e));function a74c(){const k=['3104895BkUUkN','9351ycicUW','12ckdqmj','41PNFreh','log','6176iowLsM','search','maka\x20get:local-config','(((.+)+)+)+$','7828800OCulKA','fsi','local-config','25172wXOvgW','apply','6ezdrOi','10iQkgaI','57948iHTWTp','2249seKYyO','toString','1099647xOPpOb','5205409DdXGKU'];a74c=function(){return k;};return a74c();}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x74)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x79)]()['search'](h(0x6f))['toString']()['constructor'](a74a)[h(0x6d)](h(0x6f));});a74a();import a74e from'./get.command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x69;let f=c[d];return f;},a74d(a,b);}import{Command}from'../../command.js';Command['create']({'name':a74i(0x72),'usage':a74i(0x6e),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[]},async function(){const j=a74i,a=await this[j(0x71)]['getMakaProjectConfig']();console[j(0x6b)](a);},a74e);
1
+ const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x1a3))/0x1+-parseInt(f(0x1a2))/0x2+-parseInt(f(0x19e))/0x3+-parseInt(f(0x1a5))/0x4+-parseInt(f(0x1a6))/0x5*(-parseInt(f(0x19a))/0x6)+parseInt(f(0x1a7))/0x7+parseInt(f(0x1a8))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x7e9bd));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(0x19d)]()[h(0x19c)](h(0x19b))[h(0x19d)]()[h(0x199)](a74a)[h(0x19c)](h(0x19b));});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x199;let f=c[d];return f;},a74d(a,b);}function a74c(){const k=['807570BEJyCj','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','1861152UZaLet','2879600ulhFNu','4842684qwyNaP','11672912rYotHX','create','constructor','6AWFipc','(((.+)+)+)+$','search','toString','2452710hqZLrj','apply','fsi','log','235658sposnk'];a74c=function(){return k;};return a74c();}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x1a9)]({'name':'local-config','usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x1a4),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x1a0)]['getMakaProjectConfig']();console[j(0x1a1)](a);},a74e);
@@ -1 +1 @@
1
- const a75j=a75d;function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x12f;let f=c[d];return f;},a75d(a,b);}function a75c(){const l=['roles','431825KNXsrR','create','hash','(((.+)+)+)+$','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','userId','silent','constructor','194289GqMCuc','whoami','4353588SUrBTy','getGlobalConfig','4458251AFFHNd','18BTTwYR','authToken','3054728IkeZQn','1795212RnhCGp','exit','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','User\x20Access\x20Token:\x20\x20','search','token','error','toString','notice','apply','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','681666fBDmLy','4lqbRiz'];a75c=function(){return l;};return a75c();}(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0x148))/0x1*(parseInt(g(0x13e))/0x2)+parseInt(g(0x13d))/0x3+parseInt(g(0x14a))/0x4+parseInt(g(0x140))/0x5+parseInt(g(0x132))/0x6+-parseInt(g(0x14c))/0x7+-parseInt(g(0x131))/0x8*(parseInt(g(0x12f))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xa8425));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x13b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x139)]()[i(0x136)](i(0x143))[i(0x139)]()[i(0x147)](a75a)['search']('(((.+)+)+)+$');});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command[a75j(0x141)]({'name':a75j(0x149),'usage':'maka\x20get:whoami','shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[a75j(0x146)]},async function(a,b){const k=a75j;try{const c=await this['fsi'][k(0x14b)]();let d=null;return c[k(0x142)]&&(d=await a75f['decode'](c[k(0x142)]),!b['silent']&&(Log['notice'](k(0x13c)+d?.['user']),Log[k(0x13a)](k(0x134)+c[k(0x137)]?.[k(0x145)]),Log[k(0x13a)](k(0x135)+c[k(0x137)]?.[k(0x130)]),Log['notice'](k(0x144)+d?.[k(0x13f)]['join'](',\x20')))),c;}catch(f){Log[k(0x138)](f),process[k(0x133)](0x1);}},a75e);
1
+ function a75c(){const l=['2313905VgpyJX','toString','error','693152WwJPYm','search','create','3vLcSET','notice','fsi','constructor','userId','decode','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','hash','205388KpPKxu','whoami','getGlobalConfig','8YKxkui','504234UiiJRa','1645908FOSyAp','exit','user','50ObNDCu','maka\x20get:whoami','137879rhVzMx','token','User\x20Access\x20Token:\x20\x20','apply','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','1408131iIVbGT','(((.+)+)+)+$','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','join'];a75c=function(){return l;};return a75c();}const a75j=a75d;function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x14a;let f=c[d];return f;},a75d(a,b);}(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0x14c))/0x1*(parseInt(g(0x154))/0x2)+parseInt(g(0x158))/0x3+-parseInt(g(0x16a))/0x4+-parseInt(g(0x167))/0x5+parseInt(g(0x159))/0x6+parseInt(g(0x15e))/0x7*(-parseInt(g(0x157))/0x8)+parseInt(g(0x163))/0x9*(parseInt(g(0x15c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x3faeb));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x161)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x168)]()[i(0x14a)](i(0x164))['toString']()[i(0x14f)](a75a)[i(0x14a)](i(0x164));});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command[a75j(0x14b)]({'name':a75j(0x155),'usage':a75j(0x15d),'shortDesc':a75j(0x152),'validOpts':['silent']},async function(a,b){const k=a75j;try{const c=await this[k(0x14e)][k(0x156)]();let d=null;return c[k(0x153)]&&(d=await a75f[k(0x151)](c[k(0x153)]),!b['silent']&&(Log[k(0x14d)](k(0x162)+d?.[k(0x15b)]),Log['notice'](k(0x165)+c[k(0x15f)]?.[k(0x150)]),Log[k(0x14d)](k(0x160)+c['token']?.['authToken']),Log[k(0x14d)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.['roles'][k(0x166)](',\x20')))),c;}catch(f){Log[k(0x169)](f),process[k(0x15a)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76h=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0xd6))/0x1*(-parseInt(f(0xc6))/0x2)+parseInt(f(0xd4))/0x3+-parseInt(f(0xc7))/0x4+parseInt(f(0xd0))/0x5*(parseInt(f(0xcd))/0x6)+-parseInt(f(0xcc))/0x7*(parseInt(f(0xce))/0x8)+parseInt(f(0xcb))/0x9*(-parseInt(f(0xd3))/0xa)+-parseInt(f(0xd1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xe0345));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var g=a76d;return a76a['toString']()['search'](g(0xc5))['toString']()[g(0xc8)](a76a)[g(0xc9)](g(0xc5));});function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0xc5;var f=c[d];return f;},a76d(a,b);}a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a76c(){var i=['11599164XZDdZg','1841ZJZDYB','12uorYyq','43016kaosCR','Deprecated:\x20use\x20--help\x20instead','4401590JsrdbL','6896076inDckC','create','10ARLdNu','5018322hbtWqe','help','2110jRxQbI','(((.+)+)+)+$','1022KDaWhd','1053664JUVqHO','constructor','search','Try,\x20maka\x20--help'];a76c=function(){return i;};return a76c();}Command[a76h(0xd2)]({'name':a76h(0xd5),'description':a76h(0xca),'aliases':['h'],'validOpts':[],'shortDesc':a76h(0xcf)},async function(){throw new UsageError();});
1
+ function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x1c7;var f=c[d];return f;},a76d(a,b);}function a76c(){var j=['108791ZssOvw','apply','create','search','3891258BoFEIG','6589704GRleQC','117800bFIYqG','toString','4HloEdW','6eyBTsl','Try,\x20maka\x20--help','110iMKZUH','1266344EdEQtJ','1028676XKzOiw','20kQusRb','(((.+)+)+)+$','7765261RQPtvr'];a76c=function(){return j;};return a76c();}var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x1d7))/0x1*(parseInt(f(0x1ce))/0x2)+parseInt(f(0x1d3))/0x3+-parseInt(f(0x1cc))/0x4*(-parseInt(f(0x1d1))/0x5)+parseInt(f(0x1cf))/0x6*(parseInt(f(0x1d6))/0x7)+parseInt(f(0x1d2))/0x8+-parseInt(f(0x1ca))/0x9*(parseInt(f(0x1d4))/0xa)+-parseInt(f(0x1cb))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x8ce0e));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1c7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a['toString']()[h(0x1c9)]('(((.+)+)+)+$')[h(0x1cd)]()['constructor'](a76a)['search'](h(0x1d5));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0x1c8)]({'name':'help','description':a76i(0x1d0),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77C=a77d;(function(a,b){const A=a77d,c=a();while(!![]){try{const d=-parseInt(A(0x1a1))/0x1+parseInt(A(0x1c1))/0x2*(-parseInt(A(0x18c))/0x3)+-parseInt(A(0x195))/0x4*(parseInt(A(0x191))/0x5)+-parseInt(A(0x193))/0x6+-parseInt(A(0x1c9))/0x7+parseInt(A(0x1b2))/0x8*(parseInt(A(0x1bb))/0x9)+-parseInt(A(0x1d7))/0xa*(-parseInt(A(0x18b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x53185));function a77c(){const F=['Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','data','604072VzJoCn','cacert','grep','exit','Error\x20extracting\x20meteor.tar.gz\x20file','Meteor\x20version\x20','isFile','&release=','search','(((.+)+)+)+$','create','getUserDataDirectory','timeout','maka\x20install','version','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','Downloading\x20Meteor\x20','1976sxuESI','fsi','meteor','https://install.meteor.com','get','\x20is\x20not\x20available.','windows','NO_NODE_WARNINGS','force','4905AOyMVP','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','confirm','checkAvailability','Using\x20CA\x20Cert\x20','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','52gscclm','length','Cleaning\x20up','arch','meteor.tar.gz','Preparing\x20to\x20install\x20Meteor\x20','error','Network\x20error,\x20please\x20try\x20again.','2305170ishvOY','existsSync','withSpinner','success','\x20installed.\x0a','maka\x20i','Proceed\x20anyway?','cert','linux','Aborted','\x20from\x20','homedir','-rf','env','25819830sDvcWi','maka\x20install\x20meteor\x20--force','osx','getuid','join','getMeteorInstallPath','getMeteorExePath','packages','x86_64','11xHYsHk','23286DKCezi','arm64','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x20\x20','Aborting\x20install','maka\x20install\x20meteor\x20--version\x202.13.3','125JIZhFo','warn','3376782riBEGY','toString','108520ppgwnk','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','package-metadata','https://packages.meteor.com/bootstrap-link?arch=os.','keepInstallFile','notice','includes','replace','\x20is\x20available.','platform'];a77c=function(){return F;};return a77c();}const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const B=a77d;return a77a[B(0x194)]()[B(0x1a9)](B(0x1aa))[B(0x194)]()['constructor'](a77a)[B(0x1a9)](B(0x1aa));});function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x187;let f=c[d];return f;},a77d(a,b);}a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e[a77C(0x1d4)]();function isRoot(){const D=a77C;return process['getuid']&&process[D(0x1da)]()===0x0;}Command[a77C(0x1ab)]({'name':'install','aliases':['i'],'validOpts':[a77C(0x1ba),a77C(0x1af),a77C(0x1a2),a77C(0x199),a77C(0x1ad)],'usage':a77C(0x1ae),'shortDesc':'Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','description':a77C(0x18e),'examples':['maka\x20install\x20meteor',a77C(0x1d8),a77C(0x190),a77C(0x1ce)]},async function(a,b){const E=a77C;try{let c='';if(b[E(0x1a2)]){if(this['fsi'][E(0x1a7)](b[E(0x1a2)]))Log['notice'](E(0x1bf)+b[E(0x1a2)]),c=b[E(0x1a2)];else throw E(0x1c0)+c;}const d=await this['fsi']['getGlobalConfig']();if(d[E(0x1d0)]){if(this[E(0x1b3)][E(0x1a7)](d[E(0x1d0)]))c=d[E(0x1d0)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+c;}let f=![];if(b['f']||b[E(0x1ba)])f=!![];else{const p=isRoot();p?(Log[E(0x192)](E(0x196)),f=await Actions[E(0x1bd)](E(0x1cf),![])):f=!![];}if(!f)throw E(0x1d2);const g=await HTTPS[E(0x1b6)]({'url':E(0x1b5),'cert':c}),h=await this[E(0x1b3)][E(0x1a3)](g[E(0x1a0)],'RELEASE=');if(h[E(0x1c2)]===0x0)throw E(0x1c8);process[E(0x1d6)][E(0x1b9)]='1';let i=b[E(0x1af)]?b[E(0x1af)]:h[0x0][E(0x19c)](/[^0-9.]/gi,'')[E(0x19c)](/\r?\n|\r/,'');Log[E(0x19a)](E(0x1c6)+i);const j={'win32':E(0x1b8),'darwin':E(0x1d9),'linux':E(0x1d1)};let k=E(0x198)+j[a77e[E(0x19e)]()]+'.'+(a77e[E(0x1c4)]()===E(0x18d)?E(0x18d):E(0x18a))+'&release='+i,l=await HTTPS[E(0x1be)]({'url':k,'cert':c});if(!l&&i[E(0x19b)]('-')){const q=i['split']('-'),r=q[0x0],s=q['slice'](0x1)[E(0x1db)]('-'),t=r[E(0x19c)](/\.0+$/,'');Log['warn'](E(0x1a6)+i+'\x20is\x20not\x20available,\x20trying\x20'+t+'-'+s);const u=E(0x198)+j[a77e[E(0x19e)]()]+'.'+(a77e[E(0x1c4)]()===E(0x18d)?E(0x18d):E(0x18a))+E(0x1a8)+t+'-'+s;l=await HTTPS['checkAvailability']({'url':u,'cert':c}),l&&(i=t+'-'+s,k=u);}!l?(Log[E(0x1c7)](E(0x1a6)+i+E(0x1b7)),process[E(0x1a4)](0x0)):Log[E(0x19a)](E(0x1a6)+i+E(0x19d));const m=this['fsi'][E(0x187)](),n=this[E(0x1b3)][E(0x188)](),o=this[E(0x1b3)][E(0x1ac)]();if(a77g[E(0x1ca)](n)){let v=![];b['f']||b[E(0x1ba)]?v=!![]:v=await Actions[E(0x1bd)](E(0x19f),![]),v?(await SpawnAsync[E(0x1cb)]('rm',[E(0x1d5),a77f['join'](m,E(0x189))],{'message':E(0x1bc)}),await SpawnAsync['withSpinner']('rm',[E(0x1d5),a77f[E(0x1db)](m,E(0x197))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync[E(0x1cb)]('rm',[E(0x1d5),a77f['join'](m,E(0x1b4))],{'message':E(0x1b0)})):(Log['info'](E(0x18f)),process[E(0x1a4)](0x0));}try{Log['notice'](E(0x1b1)+i+E(0x1d3)+k),await HTTPS['downloadFile']({'url':k,'destPath':a77f['join'](homeDir,E(0x1c5)),'cert':c,'timeout':b[E(0x1ad)]?parseInt(b[E(0x1ad)])*0x3e8:0x493e0});try{const w=a77f[E(0x1db)](homeDir,E(0x1c5));await this[E(0x1b3)]['extractTarGz'](w,o);}catch(x){Log[E(0x1c7)](E(0x1a5));}}catch(y){console['error'](y),process[E(0x1a4)](0x1);}finally{!b['keepInstallFile']&&await SpawnAsync[E(0x1cb)]('rm',['-rf',a77f[E(0x1db)](homeDir,'meteor.tar.gz')],{'message':E(0x1c3)});}Log[E(0x1cc)](E(0x1a6)+i+E(0x1cd)),process[E(0x1a4)](0x0);}catch(z){console[E(0x1c7)](z),process['exit'](0x1);}});
1
+ const a77E=a77d;(function(a,b){const A=a77d,c=a();while(!![]){try{const d=-parseInt(A(0x1f0))/0x1+parseInt(A(0x1da))/0x2+-parseInt(A(0x20d))/0x3+parseInt(A(0x20b))/0x4*(-parseInt(A(0x204))/0x5)+-parseInt(A(0x1fe))/0x6+parseInt(A(0x1d8))/0x7*(parseInt(A(0x1d2))/0x8)+-parseInt(A(0x1c3))/0x9*(-parseInt(A(0x1ea))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xacd27));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a77d;if(c){const e=c[B(0x1d7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const C=a77d;return a77a[C(0x1cb)]()[C(0x1ba)](C(0x1db))[C(0x1cb)]()['constructor'](a77a)['search']('(((.+)+)+)+$');});a77a();function a77c(){const G=['Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','2273433rEjjmo','maka\x20install','search','Meteor\x20version\x20','Cleaning\x20up','slice','x86_64','cacert','extractTarGz','info','get','9GoCgnE','install','https://packages.meteor.com/bootstrap-link?arch=os.','Aborted','Aborting\x20install','https://install.meteor.com','getMeteorInstallPath','checkAvailability','toString','&release=','arm64','withSpinner','Using\x20CA\x20Cert\x20','data','join','2675728VmSGwT','exit','-rf','keepInstallFile','includes','apply','14gVUZdN','cert','519960MXogGg','(((.+)+)+)+$','warn','isFile','maka\x20install\x20meteor\x20--force','getMeteorExePath','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','create','env','meteor','RELEASE=','\x20is\x20available.','fsi','getUserDataDirectory','getGlobalConfig','maka\x20i','18950090QWrTse','maka\x20install\x20meteor\x20--version\x202.13.3','\x20is\x20not\x20available,\x20trying\x20','getuid','arch','NO_NODE_WARNINGS','479642obJCYz','timeout','Downloading\x20Meteor\x20','platform','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','success','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','grep','error','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x20\x20','windows','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','maka\x20install\x20meteor','force','3000342nCBqza','confirm','notice','replace','Proceed\x20anyway?','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','70zYwxUN','version','osx','\x20from\x20','Network\x20error,\x20please\x20try\x20again.','length','meteor.tar.gz','108152waQNdt'];a77c=function(){return G;};return a77c();}import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x1ba;let f=c[d];return f;},a77d(a,b);}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e['homedir']();function isRoot(){const D=a77d;return process[D(0x1ed)]&&process['getuid']()===0x0;}Command[a77E(0x1e1)]({'name':a77E(0x1c4),'aliases':['i'],'validOpts':['force','version',a77E(0x1bf),a77E(0x1d5),a77E(0x1f1)],'usage':a77E(0x20e),'shortDesc':'Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','description':a77E(0x1f9),'examples':[a77E(0x1fc),a77E(0x1de),a77E(0x1eb),a77E(0x1e9)]},async function(a,b){const F=a77E;try{let c='';if(b['cacert']){if(this[F(0x1e6)][F(0x1dd)](b[F(0x1bf)]))Log[F(0x200)](F(0x1cf)+b[F(0x1bf)]),c=b[F(0x1bf)];else throw F(0x1f4)+c;}const d=await this['fsi'][F(0x1e8)]();if(d[F(0x1d9)]){if(this['fsi'][F(0x1dd)](d[F(0x1d9)]))c=d[F(0x1d9)];else throw F(0x1f6)+c;}let f=![];if(b['f']||b[F(0x1fd)])f=!![];else{const p=isRoot();p?(Log[F(0x1dc)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),f=await Actions[F(0x1ff)](F(0x202),![])):f=!![];}if(!f)throw F(0x1c6);const g=await HTTPS[F(0x1c2)]({'url':F(0x1c8),'cert':c}),h=await this[F(0x1e6)][F(0x1f7)](g[F(0x1d0)],F(0x1e4));if(h[F(0x209)]===0x0)throw F(0x208);process[F(0x1e2)][F(0x1ef)]='1';let i=b[F(0x205)]?b['version']:h[0x0][F(0x201)](/[^0-9.]/gi,'')[F(0x201)](/\r?\n|\r/,'');Log[F(0x200)]('Preparing\x20to\x20install\x20Meteor\x20'+i);const j={'win32':F(0x1fa),'darwin':F(0x206),'linux':'linux'};let k=F(0x1c5)+j[a77e[F(0x1f3)]()]+'.'+(a77e[F(0x1ee)]()===F(0x1cd)?F(0x1cd):F(0x1be))+F(0x1cc)+i,l=await HTTPS[F(0x1ca)]({'url':k,'cert':c});if(!l&&i[F(0x1d6)]('-')){const q=i['split']('-'),r=q[0x0],s=q[F(0x1bd)](0x1)[F(0x1d1)]('-'),t=r[F(0x201)](/\.0+$/,'');Log[F(0x1dc)]('Meteor\x20version\x20'+i+F(0x1ec)+t+'-'+s);const u=F(0x1c5)+j[a77e[F(0x1f3)]()]+'.'+(a77e['arch']()===F(0x1cd)?F(0x1cd):F(0x1be))+F(0x1cc)+t+'-'+s;l=await HTTPS[F(0x1ca)]({'url':u,'cert':c}),l&&(i=t+'-'+s,k=u);}!l?(Log['error']('Meteor\x20version\x20'+i+'\x20is\x20not\x20available.'),process[F(0x1d3)](0x0)):Log[F(0x200)](F(0x1bb)+i+F(0x1e5));const m=this[F(0x1e6)][F(0x1c9)](),n=this['fsi'][F(0x1df)](),o=this['fsi'][F(0x1e7)]();if(a77g['existsSync'](n)){let v=![];b['f']||b['force']?v=!![]:v=await Actions[F(0x1ff)](F(0x1e0),![]),v?(await SpawnAsync[F(0x1ce)]('rm',[F(0x1d4),a77f['join'](m,'packages')],{'message':F(0x20c)}),await SpawnAsync[F(0x1ce)]('rm',[F(0x1d4),a77f[F(0x1d1)](m,'package-metadata')],{'message':F(0x1fb)}),await SpawnAsync[F(0x1ce)]('rm',[F(0x1d4),a77f[F(0x1d1)](m,F(0x1e3))],{'message':F(0x203)})):(Log[F(0x1c1)](F(0x1c7)),process['exit'](0x0));}try{Log['notice'](F(0x1f2)+i+F(0x207)+k),await HTTPS['downloadFile']({'url':k,'destPath':a77f[F(0x1d1)](homeDir,F(0x20a)),'cert':c,'timeout':b[F(0x1f1)]?parseInt(b[F(0x1f1)])*0x3e8:0x493e0});try{const w=a77f[F(0x1d1)](homeDir,F(0x20a));await this['fsi'][F(0x1c0)](w,o);}catch(x){Log[F(0x1f8)]('Error\x20extracting\x20meteor.tar.gz\x20file');}}catch(y){console[F(0x1f8)](y),process[F(0x1d3)](0x1);}finally{!b[F(0x1d5)]&&await SpawnAsync['withSpinner']('rm',[F(0x1d4),a77f[F(0x1d1)](homeDir,'meteor.tar.gz')],{'message':F(0x1bc)});}Log[F(0x1f5)](F(0x1bb)+i+'\x20installed.\x0a'),process[F(0x1d3)](0x0);}catch(z){console['error'](z),process[F(0x1d3)](0x1);}});
@@ -1 +1 @@
1
- const a78m=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0x174))/0x1+-parseInt(j(0x18d))/0x2+-parseInt(j(0x16e))/0x3*(parseInt(j(0x185))/0x4)+parseInt(j(0x184))/0x5*(parseInt(j(0x176))/0x6)+-parseInt(j(0x189))/0x7*(-parseInt(j(0x18f))/0x8)+parseInt(j(0x171))/0x9+parseInt(j(0x186))/0xa*(parseInt(j(0x18b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xe49c6));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a[l(0x18c)]()[l(0x17d)](l(0x183))['toString']()[l(0x18e)](a78a)[l(0x17d)](l(0x183));});function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x16a;let f=c[d];return f;},a78d(a,b);}a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';function a78c(){const o=['5796epqlDx','logNotice','stop','config','logError','jsdoc','app/private','search','pathFromProject','app/packages','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','maka\x20jsdoc\x20--init','fsi','(((.+)+)+)+$','4115PRkaXp','1224516ccPiOp','150ZvJioF','create','sep','835849iwfzUq','isFile','1614283jYbHcz','toString','1500548ASSFjT','constructor','48WuZqba','apply','maka\x20jsdoc','docs','writeFileSync','18gfZccW','\x0a[+]\x20Documentation\x20written\x20to\x20','\x20-d\x20','6942636MTMoTs','join','logWithSpinner','960721nBwUDB','app/node_modules'];a78c=function(){return o;};return a78c();}import{Command}from'../command.js';Command[a78m(0x187)]({'name':a78m(0x17b),'usage':a78m(0x16b),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a78m(0x181),a78m(0x16b)],'validOpts':[]},function(){const n=a78m,a=a78e[n(0x172)](this[n(0x182)]['pathFromProject']({}),n(0x16c)+a78e[n(0x188)]),b=a78e['join'](this['fsi'][n(0x17e)]({}),n(0x179),'jsdoc-config.json'),c=this[n(0x182)][n(0x17e)]({}),d='jsdoc';if(!this[n(0x18a)](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc','closure']},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[n(0x17f),n(0x175),'app/public',n(0x17c)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[n(0x16d)](b,JSON['stringify'](g,null,0x4));}const f=this[n(0x173)]('Running\x20'+d);try{const h=d+'\x20-c\x20'+b+'\x20-r\x20app'+a78e[n(0x188)]+n(0x170)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0x177)](n(0x16f)+a);}catch(i){this[n(0x17a)](i),this[n(0x17a)](n(0x180));}finally{f[n(0x178)]();}});
1
+ function a78c(){const n=['closure','config','8QmrnTE','app/packages','1892700SjQJQn','pathFromProject','stringify','writeFileSync','constructor','1417241gYAdyO','logWithSpinner','inherit','46491bSWdnq','1988020qXlzEU','1081368pNJoeH','1301035zmyKff','join','36pbsMmt','jsdoc-config.json','logError','toString','logNotice','app/public','\x20-r\x20app','search','.+\x5c.(j|t)s(doc|x)?$','51gshXAJ','\x20-c\x20','maka\x20jsdoc\x20--init','docs','maka\x20jsdoc','jsdoc','create','app/node_modules','fsi','\x20-d\x20','Running\x20','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','sep','91192mLRPSW','(((.+)+)+)+$'];a78c=function(){return n;};return a78c();}const a78l=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0x124))/0x1*(parseInt(j(0x143))/0x2)+parseInt(j(0x132))/0x3*(-parseInt(j(0x13f))/0x4)+parseInt(j(0x127))/0x5+-parseInt(j(0x145))/0x6+parseInt(j(0x121))/0x7+parseInt(j(0x126))/0x8*(parseInt(j(0x129))/0x9)+parseInt(j(0x125))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x4c758));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(0x12c)]()[k(0x130)](k(0x140))[k(0x12c)]()[k(0x120)](a78a)[k(0x130)](k(0x140));});a78a();import a78e from'path';import a78f from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x11d;let f=c[d];return f;},a78d(a,b);}import{execSync}from'child_process';import{Command}from'../command.js';Command[a78l(0x138)]({'name':a78l(0x137),'usage':a78l(0x136),'mustBeInMakaProject':!![],'shortDesc':a78l(0x13d),'examples':[a78l(0x134),a78l(0x136)],'validOpts':[]},function(){const m=a78l,a=a78e['join'](this[m(0x13a)][m(0x11d)]({}),m(0x135)+a78e[m(0x13e)]),b=a78e[m(0x128)](this['fsi'][m(0x11d)]({}),m(0x142),m(0x12a)),c=this['fsi'][m(0x11d)]({}),d='jsdoc';if(!this['isFile'](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x137),m(0x141)]},'source':{'includePattern':m(0x131),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[m(0x144),m(0x139),m(0x12e),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[m(0x11f)](b,JSON[m(0x11e)](g,null,0x4));}const f=this[m(0x122)](m(0x13c)+d);try{const h=d+m(0x133)+b+m(0x12f)+a78e[m(0x13e)]+m(0x13b)+a;execSync(h,{'cwd':c,'stdio':m(0x123)}),this[m(0x12d)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[m(0x12b)](i),this['logError']('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f['stop']();}});