@maka/maka-cli 5.1.5 → 5.1.7

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 (171) 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/profile.js +1 -1
  87. package/bundle/obf/src/commands/proxy.js +1 -1
  88. package/bundle/obf/src/commands/reconfig.js +1 -1
  89. package/bundle/obf/src/commands/register.js +1 -1
  90. package/bundle/obf/src/commands/run/_index.js +1 -1
  91. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/run/run.command.js +1 -1
  93. package/bundle/obf/src/commands/set/_index.js +1 -1
  94. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  95. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/set.command.js +1 -1
  97. package/bundle/obf/src/commands/ssh.js +1 -1
  98. package/bundle/obf/src/commands/ssl.js +1 -1
  99. package/bundle/obf/src/commands/test/_index.js +1 -1
  100. package/bundle/obf/src/commands/test/jest.sub.cmd.js +1 -1
  101. package/bundle/obf/src/commands/test/mocha.sub.cmd.js +1 -1
  102. package/bundle/obf/src/commands/test/test.command.js +1 -1
  103. package/bundle/obf/src/commands/undo.js +1 -1
  104. package/bundle/obf/src/commands/version.js +1 -1
  105. package/bundle/obf/src/error.js +1 -1
  106. package/bundle/obf/src/exec.js +1 -1
  107. package/bundle/obf/src/generator.js +1 -1
  108. package/bundle/obf/src/generators/_index.js +1 -1
  109. package/bundle/obf/src/generators/api.js +1 -1
  110. package/bundle/obf/src/generators/aws/_index.js +1 -1
  111. package/bundle/obf/src/generators/aws/aws.js +1 -1
  112. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  113. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  114. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  115. package/bundle/obf/src/generators/collection.js +1 -1
  116. package/bundle/obf/src/generators/component.js +1 -1
  117. package/bundle/obf/src/generators/config.js +1 -1
  118. package/bundle/obf/src/generators/dbc.js +1 -1
  119. package/bundle/obf/src/generators/dockerfile.js +1 -1
  120. package/bundle/obf/src/generators/hook.js +1 -1
  121. package/bundle/obf/src/generators/kits/_index.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  123. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  124. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  125. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  127. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  128. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/kit.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  131. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  132. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  133. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  134. package/bundle/obf/src/generators/layout.js +1 -1
  135. package/bundle/obf/src/generators/maka.gen.js +1 -1
  136. package/bundle/obf/src/generators/methods.js +1 -1
  137. package/bundle/obf/src/generators/package.js +1 -1
  138. package/bundle/obf/src/generators/page.js +1 -1
  139. package/bundle/obf/src/generators/publish.js +1 -1
  140. package/bundle/obf/src/generators/route.js +1 -1
  141. package/bundle/obf/src/generators/service.js +1 -1
  142. package/bundle/obf/src/generators/services/_index.js +1 -1
  143. package/bundle/obf/src/generators/services/openssl.js +1 -1
  144. package/bundle/obf/src/generators/services/translation.js +1 -1
  145. package/bundle/obf/src/maka.js +1 -1
  146. package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.jsx +4 -1
  147. package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.tsx +4 -1
  148. package/bundle/obf/src/tool.js +1 -1
  149. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  150. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  151. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  152. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  153. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  154. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  155. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  156. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  157. package/bundle/obf/src/tools/https/https.class.js +1 -1
  158. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  159. package/bundle/obf/src/tools/log/log.class.js +1 -1
  160. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  161. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  162. package/bundle/obf/src/tools/options/options.class.js +1 -1
  163. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  164. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  165. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  166. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  167. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  168. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  169. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  170. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  171. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58i=a58d;function a58c(){var C=['Book','author','Smooth','description','7987236AuunFg','10805LyWGVC','(((.+)+)+)+$','Legendary','Key','1143824ruDqqg','6oBxcbS','1758GbaJNa','Boots','Large','Common','ArmArmor','4602DeytDm','Tiny','Brown','search','218304fACtmX','Rifle','Metallic','2308vIufid','Circle','publishDate','Small','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Rectangle','Rare','Blade','Grey','937509CTuYOF','Yellow','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','use','4196822MbGXIW','20LjrUUI','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Medium','Weapon','Unknown','11xkulud','Short\x20Sword','A\x20mysterious\x20book.','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','\x20aloft,\x20feeling\x20its\x20immense\x20power.','toString','pageCount','You\x20hold\x20the\x20','Gold'];a58c=function(){return C;};return a58c();}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x104;var f=c[d];return f;},a58d(a,b);}(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x108))/0x1+-parseInt(f(0x126))/0x2*(-parseInt(f(0x12b))/0x3)+-parseInt(f(0x132))/0x4*(parseInt(f(0x120))/0x5)+-parseInt(f(0x125))/0x6*(parseInt(f(0x10c))/0x7)+-parseInt(f(0x124))/0x8+parseInt(f(0x12f))/0x9*(-parseInt(f(0x10d))/0xa)+parseInt(f(0x112))/0xb*(parseInt(f(0x11f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xdf09d));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a[g(0x117)]()[g(0x12e)]('(((.+)+)+)+$')[g(0x117)]()['constructor'](a58a)['search'](g(0x121));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0x10f)],'category':Category[h(0x111)],'shape':Shape['Rectangle'],'color':Color[h(0x109)],'texture':Texture[h(0x11d)],'rating':Rating[h(0x129)],'weight':0x1});}[a58i(0x10b)](){var j=a58i;return this[j(0x11e)];}}export class Sword extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Weapon'],'shape':Shape[k(0x106)],'color':Color['Grey'],'texture':Texture[k(0x131)],'rating':Rating[k(0x129)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size[l(0x128)],'category':Category[l(0x110)],'shape':Shape[l(0x130)],'color':Color['Brown'],'texture':Texture[l(0x131)],'rating':Rating[l(0x105)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size[m(0x10f)],'category':Category['Helmet'],'shape':Shape[m(0x133)],'color':Color[m(0x107)],'texture':Texture[m(0x131)],'rating':Rating[m(0x129)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size[n(0x128)],'category':Category['BodyArmor'],'shape':Shape[n(0x104)],'color':Color[n(0x107)],'texture':Texture[n(0x131)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size[o(0x10f)],'category':Category['LegArmor'],'shape':Shape[o(0x104)],'color':Color[o(0x107)],'texture':Texture[o(0x131)],'rating':Rating[o(0x129)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0x10f)],'category':Category[p(0x127)],'shape':Shape[p(0x133)],'color':Color[p(0x12d)],'texture':Texture[p(0x11d)],'rating':Rating[p(0x129)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size[q(0x135)],'category':Category['Gloves'],'shape':Shape[q(0x133)],'color':Color[q(0x12d)],'texture':Texture[q(0x11d)],'rating':Rating[q(0x129)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0x10f)],'category':Category[r(0x12a)],'shape':Shape[r(0x104)],'color':Color[r(0x107)],'texture':Texture[r(0x131)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58i;super({'name':a,'description':b,'size':Size[s(0x12c)],'category':Category[s(0x123)],'shape':Shape['Rectangle'],'color':Color[s(0x109)],'texture':Texture[s(0x11d)],'rating':Rating[s(0x129)],'weight':0x0});}[a58i(0x10b)](){var t=a58i;return t(0x10a);}}export class Weapon extends Item{constructor(a,b){var u=a58i;super({'name':a,'description':b,'size':Size[u(0x10f)],'category':Category[u(0x110)],'shape':Shape[u(0x106)],'color':Color[u(0x107)],'texture':Texture[u(0x131)],'rating':Rating[u(0x129)],'weight':0x3});}[a58i(0x10b)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a58i(0x11c)];[a58i(0x134)];[a58i(0x118)];constructor(a,b=a58i(0x114),c='Unknown\x20Author'){var v=a58i;super({'name':a,'description':b,'size':Size[v(0x10f)],'category':Category[v(0x11b)],'shape':Shape['Rectangle'],'color':Color[v(0x12d)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1}),this[v(0x11c)]=c,this[v(0x134)]=new Date(),this[v(0x118)]=0x64;}[a58i(0x10b)](){var w=a58i;return w(0x136);}}export class ShortSword extends Item{constructor(){var x=a58i;super({'name':x(0x113),'description':'A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','size':Size[x(0x10f)],'category':Category[x(0x110)],'shape':Shape[x(0x106)],'color':Color[x(0x107)],'texture':Texture['Metallic'],'rating':Rating[x(0x129)],'weight':0x3});}[a58i(0x10b)](){var y=a58i;return y(0x115);}}export class SniperRifle extends Item{constructor(){var z=a58i;super({'name':'Sniper\x20Rifle','description':z(0x10e),'size':Size[z(0x128)],'category':Category['Weapon'],'shape':Shape['Rifle'],'color':Color[z(0x12d)],'texture':Texture[z(0x11d)],'rating':Rating[z(0x129)],'weight':0x5});}['use'](){return'You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22';}}export class HolyGrail extends Item{constructor(){var A=a58i;super({'name':'Holy\x20Grail','description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[A(0x135)],'category':Category['Cup'],'shape':Shape[A(0x133)],'color':Color[A(0x11a)],'texture':Texture[A(0x131)],'rating':Rating[A(0x122)],'weight':0x1});}[a58i(0x10b)](){var B=a58i;return B(0x119)+this['name']+B(0x116);}}
1
+ var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x87))/0x1*(parseInt(f(0x88))/0x2)+parseInt(f(0x68))/0x3+parseInt(f(0x74))/0x4*(parseInt(f(0x7c))/0x5)+-parseInt(f(0x92))/0x6*(-parseInt(f(0x81))/0x7)+-parseInt(f(0x8f))/0x8*(parseInt(f(0x89))/0x9)+-parseInt(f(0x9a))/0xa+parseInt(f(0x79))/0xb*(-parseInt(f(0x8a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x2c151));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a['toString']()[g(0x83)](g(0x6c))[g(0x7a)]()['constructor'](a58a)[g(0x83)]('(((.+)+)+)+$');});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x67;var f=c[d];return f;},a58d(a,b);}a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0x8b)],'category':Category[h(0x8c)],'shape':Shape[h(0x99)],'color':Color['Yellow'],'texture':Texture[h(0x93)],'rating':Rating[h(0x71)],'weight':0x1});}[a58i(0x98)](){var j=a58i;return this[j(0x67)];}}export class Sword extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size[k(0x8b)],'category':Category[k(0x78)],'shape':Shape[k(0x6e)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[k(0x71)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size['Large'],'category':Category[l(0x78)],'shape':Shape[l(0x77)],'color':Color[l(0x73)],'texture':Texture[l(0x6a)],'rating':Rating[l(0x76)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size[m(0x8b)],'category':Category[m(0x85)],'shape':Shape['Circle'],'color':Color[m(0x86)],'texture':Texture['Metallic'],'rating':Rating[m(0x71)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size[n(0x75)],'category':Category[n(0x91)],'shape':Shape['Rectangle'],'color':Color[n(0x86)],'texture':Texture['Metallic'],'rating':Rating[n(0x71)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['LegArmor'],'shape':Shape[o(0x99)],'color':Color[o(0x86)],'texture':Texture[o(0x6a)],'rating':Rating[o(0x71)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0x8b)],'category':Category[p(0x7d)],'shape':Shape[p(0x6b)],'color':Color[p(0x73)],'texture':Texture[p(0x93)],'rating':Rating[p(0x71)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size['Small'],'category':Category[q(0x6f)],'shape':Shape[q(0x6b)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[q(0x71)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[r(0x97)],'shape':Shape[r(0x99)],'color':Color[r(0x86)],'texture':Texture[r(0x6a)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58i;super({'name':a,'description':b,'size':Size[s(0x9d)],'category':Category[s(0x6d)],'shape':Shape[s(0x99)],'color':Color[s(0x94)],'texture':Texture[s(0x93)],'rating':Rating['Common'],'weight':0x0});}[a58i(0x98)](){var t=a58i;return t(0x80);}}export class Weapon extends Item{constructor(a,b){var u=a58i;super({'name':a,'description':b,'size':Size[u(0x8b)],'category':Category[u(0x78)],'shape':Shape[u(0x6e)],'color':Color[u(0x86)],'texture':Texture['Metallic'],'rating':Rating[u(0x71)],'weight':0x3});}[a58i(0x98)](){var v=a58i;return v(0x70);}}export class Book extends Item{[a58i(0x8e)];[a58i(0x69)];[a58i(0x96)];constructor(a,b=a58i(0x8d),c='Unknown\x20Author'){var w=a58i;super({'name':a,'description':b,'size':Size[w(0x8b)],'category':Category[w(0x72)],'shape':Shape['Rectangle'],'color':Color[w(0x73)],'texture':Texture[w(0x93)],'rating':Rating['Common'],'weight':0x1}),this[w(0x8e)]=c,this[w(0x69)]=new Date(),this['pageCount']=0x64;}[a58i(0x98)](){var x=a58i;return x(0x9c);}}export class ShortSword extends Item{constructor(){var y=a58i;super({'name':y(0x7f),'description':'A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','size':Size[y(0x8b)],'category':Category[y(0x78)],'shape':Shape[y(0x6e)],'color':Color[y(0x86)],'texture':Texture[y(0x6a)],'rating':Rating[y(0x71)],'weight':0x3});}[a58i(0x98)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var z=a58i;super({'name':z(0x7b),'description':'An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','size':Size[z(0x75)],'category':Category[z(0x78)],'shape':Shape[z(0x77)],'color':Color[z(0x73)],'texture':Texture['Smooth'],'rating':Rating[z(0x71)],'weight':0x5});}[a58i(0x98)](){var A=a58i;return A(0x90);}}export class HolyGrail extends Item{constructor(){var B=a58i;super({'name':'Holy\x20Grail','description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[B(0x82)],'category':Category[B(0x84)],'shape':Shape[B(0x6b)],'color':Color[B(0x9b)],'texture':Texture[B(0x6a)],'rating':Rating[B(0x7e)],'weight':0x1});}[a58i(0x98)](){var C=a58i;return'You\x20hold\x20the\x20'+this['name']+C(0x95);}}function a58c(){var D=['2198655jsUjvh','24IpjpXS','Medium','Unknown','A\x20mysterious\x20book.','author','8nFOcrE','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','BodyArmor','351384sdLldf','Smooth','Yellow','\x20aloft,\x20feeling\x20its\x20immense\x20power.','pageCount','ArmArmor','use','Rectangle','2844820JmYfEn','Gold','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Tiny','description','639486cXRZJF','publishDate','Metallic','Circle','(((.+)+)+)+$','Key','Blade','Gloves','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Common','Book','Brown','154532KRiChV','Large','Rare','Rifle','Weapon','34738dbLgUm','toString','Sniper\x20Rifle','15xPVOOF','Boots','Legendary','Short\x20Sword','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','7rPokCc','Small','search','Cup','Helmet','Grey','647MMAipk','1014OOeuyw'];a58c=function(){return D;};return a58c();}
@@ -1 +1 @@
1
- const a60h=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x18f))/0x1+-parseInt(f(0x155))/0x2+parseInt(f(0x199))/0x3*(-parseInt(f(0x143))/0x4)+-parseInt(f(0x1a8))/0x5*(-parseInt(f(0x145))/0x6)+-parseInt(f(0x17d))/0x7+-parseInt(f(0x144))/0x8+parseInt(f(0x1a1))/0x9*(parseInt(f(0x185))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x2736a));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(0x14b)]()[g(0x1a5)](g(0x15b))[g(0x14b)]()[g(0x151)](a60a)[g(0x1a5)](g(0x15b));});a60a();function a60c(){const i=['Encrypted\x20Data\x20Key','50qLZNfz','Alchemy\x20Lab','Mage\x27s\x20Lair','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','Golden\x20Key','Treasure\x20Room','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','decrypt','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','77462ZarKTD','creditstick','book','down','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Barrens\x20Entrance','Jackpoint\x20Login','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Empty\x20vial','201KfwUoY','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Courtyard','document','Riddle\x20Book','That\x20passcode\x20is\x20incorrect','Central\x20Chamber\x20Key','2094462iseqvE','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','cup','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','search','south','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','51055qOZlpA','holyGrail','release','sword','Watch\x20Tower','east','Torture\x20Chamber','Matrix\x20Data\x20Haven','Secret\x20Passage','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Corporate\x20Creditstick','Chad\x20the\x20stupid\x20guard','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Amulet\x20of\x20Awakening','NORTH','Central\x20Chamber','A\x20creditstick\x20loaded\x20with\x20nuyen.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','16988nPSavn','2459616syYNtV','48adTvwC','Gang\x20Insignia','A\x20long-range\x20weapon.','Corp\x20Enclave','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Golden\x20Chalice','toString','drone','Rigger\x27s\x20Workshop','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','The\x20chest\x20remains\x20firmly\x20shut.','constructor','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','show\x20loyalty','581980SYFVgE','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Armory','insert\x20gem','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','(((.+)+)+)+$','Ares\x20Predator','key','Ancient\x20Gem','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Downtown\x20Seattle','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','SOUTH','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','OUTSIDE','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','weapon','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20key\x20stained\x20with\x20old\x20blood.','open\x20sesame','Holy\x20Grail','rifle','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Sniper\x20Rifle','Blood-stained\x20Key','north','Nothing\x20happens.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','gem','Study','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','outside','A\x20clear\x20glass\x20vial.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','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','869449nZjraj','The\x20legendary\x20Holy\x20Grail.','Barrens\x20Hideout','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Entrance\x20Hall','west','inside'];a60c=function(){return i;};return a60c();}export const rooms=[{'name':'Library','description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':a60h(0x15d),'name':a60h(0x189),'description':a60h(0x1b6)},{'type':'book','name':'Guard\x27s\x20Log\x20Book','description':'A\x20thin\x20log\x20book','content':a60h(0x1b3)}],'exits':[{'direction':'EAST','targetRoom':a60h(0x1b0)}]},{'name':a60h(0x1b0),'description':a60h(0x159),'exits':[{'direction':a60h(0x13f),'targetRoom':a60h(0x18a),'keyRequired':'Golden\x20Key'},{'direction':a60h(0x162),'targetRoom':a60h(0x19c)}]},{'name':a60h(0x18a),'description':a60h(0x164),'items':[{'type':a60h(0x1a9),'name':a60h(0x16b),'description':a60h(0x17e)}]},{'name':'Courtyard','description':a60h(0x18e),'roomType':a60h(0x165),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a60h(0x1ac),'description':a60h(0x19b),'roomType':a60h(0x165),'puzzle':{'requiredPhrase':'secret123','riddle':a60h(0x18c),'rewardItem':{'type':a60h(0x16c),'name':a60h(0x16f),'description':a60h(0x147)},'successMessage':a60h(0x17c),'failureMessage':a60h(0x19f)}}];function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x13d;let f=c[d];return f;},a60d(a,b);}export const dungeonConfig=[{'name':a60h(0x181),'description':a60h(0x176),'isStartRoom':!![],'roomType':a60h(0x183),'puzzle':{'requiredPhrase':a60h(0x16a),'riddle':a60h(0x193),'rewardItem':{'type':a60h(0x15d),'name':a60h(0x1a0),'description':a60h(0x1a2)},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':a60h(0x172)},'exits':[{'direction':a60h(0x171),'targetRoom':'Study'},{'direction':a60h(0x1ad),'targetRoom':a60h(0x140),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60h(0x175),'description':a60h(0x166),'roomType':a60h(0x183),'items':[{'type':a60h(0x191),'name':a60h(0x19e),'description':a60h(0x152),'content':a60h(0x161)},{'type':a60h(0x15d),'name':'Central\x20Chamber\x20Key','description':a60h(0x1a2)}],'exits':[{'direction':a60h(0x1a6),'targetRoom':a60h(0x181)},{'direction':'east','targetRoom':a60h(0x186)}]},{'name':a60h(0x186),'description':a60h(0x142),'roomType':'inside','items':[{'type':'basic','name':a60h(0x198),'description':a60h(0x179)}],'exits':[{'direction':a60h(0x182),'targetRoom':'Study'},{'direction':'north','targetRoom':'Armory'}]},{'name':a60h(0x157),'description':a60h(0x19a),'roomType':'inside','items':[{'type':'shield','name':'Emblem\x20Shield','description':a60h(0x180)},{'type':a60h(0x1ab),'name':a60h(0x17b),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':a60h(0x1a6),'targetRoom':'Alchemy\x20Lab'},{'direction':a60h(0x1ad),'targetRoom':a60h(0x140)}]},{'name':a60h(0x140),'description':a60h(0x17a),'roomType':'inside','exits':[{'direction':'west','targetRoom':a60h(0x157)},{'direction':'south','targetRoom':a60h(0x181)},{'direction':a60h(0x171),'targetRoom':a60h(0x1ae)},{'direction':a60h(0x1ad),'targetRoom':a60h(0x18a)}]},{'name':a60h(0x1ae),'description':a60h(0x168),'roomType':a60h(0x183),'items':[{'type':'key','name':a60h(0x170),'description':a60h(0x169)}],'puzzle':{'requiredPhrase':a60h(0x1aa),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a60h(0x174),'name':a60h(0x15e),'description':a60h(0x153)},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60h(0x1a6),'targetRoom':a60h(0x140)}]},{'name':a60h(0x18a),'description':a60h(0x14e),'roomType':a60h(0x183),'puzzle':{'requiredPhrase':a60h(0x158),'riddle':a60h(0x15f),'rewardItem':{'type':a60h(0x1a3),'name':a60h(0x14a),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a60h(0x177),'failureMessage':a60h(0x150)},'exits':[{'direction':a60h(0x182),'targetRoom':a60h(0x140)}]}];export const shadowrunConfig=[{'name':a60h(0x195),'description':a60h(0x163),'isStartRoom':!![],'roomType':a60h(0x183),'exits':[{'direction':a60h(0x171),'targetRoom':a60h(0x160)},{'direction':'up','targetRoom':a60h(0x1af)}]},{'name':a60h(0x1af),'description':a60h(0x197),'roomType':a60h(0x183),'puzzle':{'requiredPhrase':a60h(0x18d),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':'key','name':a60h(0x184),'description':a60h(0x18b)},'successMessage':a60h(0x196),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60h(0x192),'targetRoom':'Jackpoint\x20Login'}]},{'name':'Downtown\x20Seattle','description':a60h(0x156),'roomType':a60h(0x178),'exits':[{'direction':a60h(0x1a6),'targetRoom':'Jackpoint\x20Login'},{'direction':'east','targetRoom':'Barrens\x20Entrance'},{'direction':a60h(0x182),'targetRoom':a60h(0x148)}]},{'name':a60h(0x194),'description':a60h(0x1b4),'roomType':'outside','puzzle':{'requiredPhrase':a60h(0x154),'riddle':a60h(0x1a4),'rewardItem':{'type':'key','name':a60h(0x146),'description':a60h(0x1b5)},'successMessage':a60h(0x1a7),'failureMessage':a60h(0x1b1)},'exits':[{'direction':a60h(0x182),'targetRoom':a60h(0x160)},{'direction':a60h(0x171),'targetRoom':a60h(0x17f)}]},{'name':a60h(0x148),'description':a60h(0x173),'roomType':'inside','items':[{'type':a60h(0x190),'name':a60h(0x1b2),'description':a60h(0x141)},{'type':a60h(0x19d),'name':'CorpSec\x20Plans','description':a60h(0x188)}],'exits':[{'direction':a60h(0x1ad),'targetRoom':a60h(0x160)}]},{'name':a60h(0x17f),'description':a60h(0x13d),'roomType':'outside','items':[{'type':a60h(0x167),'name':a60h(0x15c),'description':a60h(0x149)}],'exits':[{'direction':a60h(0x1a6),'targetRoom':a60h(0x194)},{'direction':a60h(0x171),'targetRoom':a60h(0x187)},{'direction':a60h(0x1ad),'targetRoom':a60h(0x14d)}]},{'name':'Mage\x27s\x20Lair','description':a60h(0x16d),'roomType':'inside','puzzle':{'requiredPhrase':'disenchant','riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':'amulet','name':a60h(0x13e),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a60h(0x15a),'failureMessage':a60h(0x16e)},'exits':[{'direction':a60h(0x1a6),'targetRoom':'Barrens\x20Hideout'}]},{'name':'Rigger\x27s\x20Workshop','description':a60h(0x14f),'roomType':'inside','items':[{'type':a60h(0x14c),'name':'MCT\x20Fly-Spy','description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60h(0x182),'targetRoom':a60h(0x17f)}]}];
1
+ const a60h=a60d;function a60c(){const i=['insert\x20gem','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','A\x20key\x20stained\x20with\x20old\x20blood.','48vqdSHS','Secret\x20Passage','Golden\x20Chalice','2104SZkqaU','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Alchemy\x20Lab','Central\x20Chamber','key','show\x20loyalty','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Ares\x20Predator','A\x20thin\x20log\x20book','Torture\x20Chamber','Treasure\x20Room','release','toString','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Nothing\x20happens.','A\x20creditstick\x20loaded\x20with\x20nuyen.','Empty\x20vial','Riddle\x20Book','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Amulet\x20of\x20Awakening','amulet','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','sword','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Downtown\x20Seattle','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Corporate\x20Creditstick','762dqWZcS','shield','Mage\x27s\x20Lair','117693PRXjbh','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','A\x20long-range\x20weapon.','SOUTH','Blood-stained\x20Key','1049629sRTdvQ','The\x20chest\x20remains\x20firmly\x20shut.','A\x20clear\x20glass\x20vial.','5IkAeGW','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Barrens\x20Hideout','outside','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Encrypted\x20Data\x20Key','inside','creditstick','Corp\x20Enclave','basic','1356SnlDCh','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','MCT\x20Fly-Spy','Rigger\x27s\x20Workshop','open\x20sesame','4031010hxkfOb','secret123','Armory','Watch\x20Tower','The\x20data\x20remains\x20encrypted.','drone','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Matrix\x20Data\x20Haven','Ancient\x20Gem','Chad\x20the\x20stupid\x20guard','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Barrens\x20Entrance','648KCbzQk','Study','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','An\x20old\x20and\x20rusted\x20sword.','search','west','Sniper\x20Rifle','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','gem','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Central\x20Chamber\x20Key','OUTSIDE','Courtyard','holyGrail','NORTH','book','(((.+)+)+)+$','CorpSec\x20Plans','east','462803iYWiPL','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','decrypt','south','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','cup','north','weapon','1871fdwRxn','Emblem\x20Shield','constructor','757250ehSXJl','Jackpoint\x20Login','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.'];a60c=function(){return i;};return a60c();}(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x155))/0x1*(parseInt(f(0x18a))/0x2)+-parseInt(f(0x1a0))/0x3*(parseInt(f(0x162))/0x4)+-parseInt(f(0x195))/0x5*(parseInt(f(0x1a5))/0x6)+parseInt(f(0x192))/0x7+-parseInt(f(0x13a))/0x8*(-parseInt(f(0x18d))/0x9)+-parseInt(f(0x158))/0xa+parseInt(f(0x14d))/0xb*(-parseInt(f(0x15f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xbb9af));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(0x16f)]()[g(0x13e)]('(((.+)+)+)+$')['toString']()[g(0x157)](a60a)[g(0x13e)](g(0x14a));});a60a();function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x132;let f=c[d];return f;},a60d(a,b);}export const rooms=[{'name':'Library','description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':'key','name':'Golden\x20Key','description':a60h(0x164)},{'type':a60h(0x149),'name':'Guard\x27s\x20Log\x20Book','description':a60h(0x16b),'content':a60h(0x137)}],'exits':[{'direction':'EAST','targetRoom':'Secret\x20Passage'}]},{'name':a60h(0x160),'description':a60h(0x176),'exits':[{'direction':a60h(0x148),'targetRoom':a60h(0x16d),'keyRequired':'Golden\x20Key'},{'direction':a60h(0x190),'targetRoom':a60h(0x146)}]},{'name':'Treasure\x20Room','description':a60h(0x184),'items':[{'type':a60h(0x147),'name':'Holy\x20Grail','description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60h(0x146),'description':a60h(0x151),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60h(0x1a8)}]},{'name':a60h(0x1a8),'description':a60h(0x169),'roomType':a60h(0x145),'puzzle':{'requiredPhrase':a60h(0x1a6),'riddle':a60h(0x141),'rewardItem':{'type':'rifle','name':a60h(0x140),'description':a60h(0x18f)},'successMessage':'You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60h(0x15d),'isStartRoom':!![],'roomType':a60h(0x19c),'puzzle':{'requiredPhrase':a60h(0x1a4),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60h(0x167),'name':'Central\x20Chamber\x20Key','description':a60h(0x13c)},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':a60h(0x172)},'exits':[{'direction':a60h(0x153),'targetRoom':a60h(0x13b)},{'direction':a60h(0x14c),'targetRoom':a60h(0x166),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60h(0x13b),'description':a60h(0x134),'roomType':a60h(0x19c),'items':[{'type':a60h(0x149),'name':a60h(0x175),'description':a60h(0x1a1),'content':a60h(0x181)},{'type':'key','name':a60h(0x144),'description':a60h(0x13c)}],'exits':[{'direction':'south','targetRoom':'Entrance\x20Hall'},{'direction':a60h(0x14c),'targetRoom':a60h(0x165)}]},{'name':a60h(0x165),'description':a60h(0x188),'roomType':'inside','items':[{'type':a60h(0x19f),'name':a60h(0x174),'description':a60h(0x194)}],'exits':[{'direction':'west','targetRoom':a60h(0x13b)},{'direction':a60h(0x153),'targetRoom':'Armory'}]},{'name':'Armory','description':a60h(0x14e),'roomType':a60h(0x19c),'items':[{'type':a60h(0x18b),'name':a60h(0x156),'description':a60h(0x163)},{'type':a60h(0x17d),'name':'Rusted\x20Sword','description':a60h(0x13d)}],'exits':[{'direction':a60h(0x150),'targetRoom':a60h(0x165)},{'direction':a60h(0x14c),'targetRoom':a60h(0x166)}]},{'name':a60h(0x166),'description':a60h(0x186),'roomType':a60h(0x19c),'exits':[{'direction':a60h(0x13f),'targetRoom':a60h(0x1a7)},{'direction':'south','targetRoom':'Entrance\x20Hall'},{'direction':a60h(0x153),'targetRoom':a60h(0x16c)},{'direction':a60h(0x14c),'targetRoom':'Treasure\x20Room'}]},{'name':a60h(0x16c),'description':a60h(0x17b),'roomType':a60h(0x19c),'items':[{'type':a60h(0x167),'name':a60h(0x191),'description':a60h(0x15e)}],'puzzle':{'requiredPhrase':a60h(0x16e),'riddle':a60h(0x143),'rewardItem':{'type':a60h(0x142),'name':a60h(0x136),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':a60h(0x18e)},'exits':[{'direction':a60h(0x150),'targetRoom':a60h(0x166)}]},{'name':a60h(0x16d),'description':a60h(0x19a),'roomType':'inside','puzzle':{'requiredPhrase':a60h(0x15c),'riddle':a60h(0x183),'rewardItem':{'type':a60h(0x152),'name':a60h(0x161),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a60h(0x182),'failureMessage':a60h(0x193)},'exits':[{'direction':a60h(0x13f),'targetRoom':a60h(0x166)}]}];export const shadowrunConfig=[{'name':a60h(0x159),'description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':'inside','exits':[{'direction':a60h(0x153),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60h(0x135)}]},{'name':a60h(0x135),'description':a60h(0x170),'roomType':'inside','puzzle':{'requiredPhrase':a60h(0x14f),'riddle':a60h(0x196),'rewardItem':{'type':'key','name':a60h(0x19b),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a60h(0x132)},'exits':[{'direction':'down','targetRoom':a60h(0x159)}]},{'name':a60h(0x180),'description':a60h(0x17f),'roomType':a60h(0x198),'exits':[{'direction':a60h(0x150),'targetRoom':a60h(0x159)},{'direction':a60h(0x14c),'targetRoom':'Barrens\x20Entrance'},{'direction':a60h(0x13f),'targetRoom':a60h(0x19e)}]},{'name':a60h(0x139),'description':a60h(0x138),'roomType':a60h(0x198),'puzzle':{'requiredPhrase':a60h(0x168),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60h(0x167),'name':'Gang\x20Insignia','description':a60h(0x185)},'successMessage':a60h(0x17e),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60h(0x13f),'targetRoom':a60h(0x180)},{'direction':'north','targetRoom':a60h(0x197)}]},{'name':a60h(0x19e),'description':a60h(0x187),'roomType':a60h(0x19c),'items':[{'type':a60h(0x19d),'name':a60h(0x189),'description':a60h(0x173)},{'type':'document','name':a60h(0x14b),'description':a60h(0x17c)}],'exits':[{'direction':'east','targetRoom':'Downtown\x20Seattle'}]},{'name':a60h(0x197),'description':a60h(0x171),'roomType':a60h(0x198),'items':[{'type':a60h(0x154),'name':a60h(0x16a),'description':a60h(0x178)}],'exits':[{'direction':a60h(0x150),'targetRoom':a60h(0x139)},{'direction':'north','targetRoom':'Mage\x27s\x20Lair'},{'direction':'east','targetRoom':a60h(0x1a3)}]},{'name':a60h(0x18c),'description':a60h(0x15b),'roomType':'inside','puzzle':{'requiredPhrase':'disenchant','riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a60h(0x17a),'name':a60h(0x179),'description':a60h(0x15a)},'successMessage':a60h(0x177),'failureMessage':a60h(0x199)},'exits':[{'direction':'south','targetRoom':a60h(0x197)}]},{'name':'Rigger\x27s\x20Workshop','description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a60h(0x19c),'items':[{'type':a60h(0x133),'name':a60h(0x1a2),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60h(0x13f),'targetRoom':'Barrens\x20Hideout'}]}];
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x1e0))/0x1*(parseInt(f(0x1fe))/0x2)+-parseInt(f(0x1fc))/0x3*(parseInt(f(0x1ee))/0x4)+-parseInt(f(0x200))/0x5+parseInt(f(0x1df))/0x6*(-parseInt(f(0x1fa))/0x7)+-parseInt(f(0x1f8))/0x8+parseInt(f(0x1e6))/0x9+parseInt(f(0x1e8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xf10db));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1fd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x1e1)]()[h(0x1e3)](h(0x1ea))[h(0x1e1)]()[h(0x1eb)](a61a)[h(0x1e3)](h(0x1ea));});function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1df;var f=c[d];return f;},a61d(a,b);}a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x1f6)];[a61i(0x1e9)];['logger'];['characterLocations'];}export class AbstractRoom extends EventEmitter{[a61i(0x1e4)];[a61i(0x1ef)];['exits'];[a61i(0x1f3)];[a61i(0x1e7)];['roomType'];[a61i(0x1e2)];}export class AbstractDoor{[a61i(0x1f2)];[a61i(0x1ec)];[a61i(0x1ed)];['unlockItemOrSolution'];[a61i(0x1e4)];[a61i(0x1f7)];['isLockable'];}function a61c(){var j=['5309084GzWMXy','description','_logger','color','roomA','inventory','weight','texture','rooms','logger','7970416BxJDOr','_playerName','21903QmQpAW','items','3zONDMe','apply','376EdtHLb','rating','9361835ZbFPBz','1230Vbxtqi','6861wWpqwc','toString','isStartRoom','search','name','shape','3390021FjuKVI','puzzle','41582030BzCwXH','player','(((.+)+)+)+$','constructor','roomB','isLocked'];a61c=function(){return j;};return a61c();}export class AbstractInventory{[a61i(0x1fb)];[a61i(0x1f7)];}export class AbstractItem{['uuid'];['name'];[a61i(0x1ef)];['size'];['category'];[a61i(0x1e5)];[a61i(0x1f1)];[a61i(0x1f5)];[a61i(0x1ff)];[a61i(0x1f4)];}export class AbstractPlayer{[a61i(0x1f9)];['_currentLocation'];['_inventory'];['_equipment'];['_maxCarryingWeight'];[a61i(0x1f0)];}export class AbstractPuzzle{['logger'];['solved'];}
1
+ function a61c(){var i=['uuid','texture','roomType','size','shape','101384VxXMek','99730IqWsZP','player','138MOqHQg','color','solved','20035OUjOZz','_maxCarryingWeight','147cQBcLq','puzzle','_equipment','1976711ylxJZA','constructor','9rrXaGJ','36eWXQsW','exits','name','characterLocations','items','description','roomA','_inventory','2150600nBTVCe','_logger','_currentLocation','rating','unlockItemOrSolution','384558trzVDG','search','isLocked','18dpzCZn','category','458636XAYGUj','rooms','roomB','logger','_playerName','toString','weight','inventory','isLockable'];a61c=function(){return i;};return a61c();}var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x1ca))/0x1+parseInt(f(0x1de))/0x2+parseInt(f(0x1ea))/0x3*(-parseInt(f(0x1cf))/0x4)+parseInt(f(0x1e3))/0x5*(parseInt(f(0x1e0))/0x6)+-parseInt(f(0x1e5))/0x7*(-parseInt(f(0x1dd))/0x8)+parseInt(f(0x1cd))/0x9*(parseInt(f(0x1f3))/0xa)+parseInt(f(0x1e8))/0xb*(-parseInt(f(0x1eb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x52f2d));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(0x1d4)]()[g(0x1cb)]('(((.+)+)+)+$')['toString']()[g(0x1e9)](a61a)[g(0x1cb)]('(((.+)+)+)+$');});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x1d0)];[a61h(0x1df)];[a61h(0x1d2)];[a61h(0x1ee)];}export class AbstractRoom extends EventEmitter{[a61h(0x1ed)];[a61h(0x1f0)];[a61h(0x1ec)];[a61h(0x1d6)];[a61h(0x1e6)];[a61h(0x1da)];['isStartRoom'];}export class AbstractDoor{[a61h(0x1f1)];[a61h(0x1d1)];[a61h(0x1cc)];[a61h(0x1f7)];[a61h(0x1ed)];[a61h(0x1d2)];[a61h(0x1d7)];}export class AbstractInventory{[a61h(0x1ef)];[a61h(0x1d2)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1ca;var f=c[d];return f;},a61d(a,b);}export class AbstractItem{[a61h(0x1d8)];[a61h(0x1ed)];['description'];[a61h(0x1db)];[a61h(0x1ce)];[a61h(0x1dc)];[a61h(0x1e1)];[a61h(0x1d9)];[a61h(0x1f6)];[a61h(0x1d5)];}export class AbstractPlayer{[a61h(0x1d3)];[a61h(0x1f5)];[a61h(0x1f2)];[a61h(0x1e7)];[a61h(0x1e4)];[a61h(0x1f4)];}export class AbstractPuzzle{['logger'];[a61h(0x1e2)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0xa8))/0x1+parseInt(k(0xd3))/0x2+parseInt(k(0xfa))/0x3*(parseInt(k(0xce))/0x4)+parseInt(k(0xca))/0x5*(-parseInt(k(0xc3))/0x6)+parseInt(k(0xec))/0x7+parseInt(k(0xe6))/0x8+-parseInt(k(0xc8))/0x9*(-parseInt(k(0xaa))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xa168f));export var Size;(function(c){var m=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var l=a62d;return e[l(0xf7)]()[l(0xef)](l(0xcb))[l(0xf7)]()[l(0xa5)](e)[l(0xef)](l(0xcb));});e(),c[m(0xfb)]='tiny',c[m(0xb6)]=m(0xb4),c['Medium']='medium',c['Large']=m(0xd4),c[m(0xb3)]=m(0xb1);}(Size||(Size={})));export var Rating;(function(a){var n=a62d;a['Common']=n(0xc0),a[n(0xdf)]=n(0xe8),a[n(0xe9)]='legendary';}(Rating||(Rating={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xa5;var f=c[d];return f;},a62d(a,b);}export var Category;function a62c(){var u=['underground','fuzzy','inside','9VUqfJn','grainy','3494860YovbvL','(((.+)+)+)+$','Blue','forest','4728PrCeXa','FOREST','tower','SEA','down','164284xIfvMA','large','east','body\x20armor','circle','gloves','desert','yellow','rectangle','Fuzzy','Circle','INSIDE','Rare','Boots','Metallic','Unknown','mountain','Yellow','WEST','4373000DPWYsT','NORTH','rare','Legendary','red','metallic','1040312Lcrobq','west','BEACH','search','outside','DOWN','hat','Gloves','Cup','rifle','Triangle','toString','key','Book','891dtQvas','Tiny','Rough','unknown','shield','Gold','smooth','orange','green','sea','constructor','Bumpy','Key','1235199FBVeDC','purple','14668690EWMzZc','helmet','Green','cave','Weapon','MOUNTAIN','blue','very\x20large','Hat','VeryLarge','small','Rectangle','Small','Brown','Rifle','TOWER','Blade','DESERT','square','Orange','BodyArmor','beach','common','SOUTH','UNDERGROUND','6vrqSzV','south'];a62c=function(){return u;};return a62c();}(function(a){var o=a62d;a[o(0xae)]='weapon',a['Shield']=o(0xfe),a[o(0xa7)]=o(0xf8),a[o(0xf3)]=o(0xd8),a['Helmet']=o(0xab),a[o(0xb2)]=o(0xf2),a[o(0xe0)]='boots',a['LegArmor']='leg\x20armor',a['ArmArmor']='arm\x20armor',a[o(0xbe)]=o(0xd6),a[o(0xf9)]='book',a[o(0xf4)]='cup',a[o(0xe2)]=o(0xfd);}(Category||(Category={})));export var Shape;(function(a){var p=a62d;a[p(0xdd)]=p(0xd7),a['Square']=p(0xbc),a[p(0xf6)]='triangle',a[p(0xb5)]=p(0xdb),a[p(0xba)]='blade',a[p(0xb8)]=p(0xf5);}(Shape||(Shape={})));export var Color;(function(a){var q=a62d;a['Red']=q(0xea),a[q(0xcc)]=q(0xb0),a[q(0xac)]=q(0x102),a[q(0xe4)]=q(0xda),a[q(0xbd)]=q(0x101),a['Purple']=q(0xa9),a['Grey']='grey',a[q(0xb7)]='brown',a[q(0xff)]='gold';}(Color||(Color={})));export var Texture;(function(a){var r=a62d;a['Smooth']=r(0x100),a[r(0xfc)]='rough',a[r(0xa6)]='bumpy',a[r(0xdc)]=r(0xc6),a['Grainy']=r(0xc9),a[r(0xe1)]=r(0xeb);}(Texture||(Texture={})));export var RoomType;(function(a){var s=a62d;a[s(0xde)]=s(0xc7),a['OUTSIDE']=s(0xf0),a[s(0xc2)]=s(0xc5),a['CAVE']=s(0xad),a[s(0xb9)]=s(0xd0),a[s(0xcf)]=s(0xcd),a[s(0xbb)]=s(0xd9),a[s(0xaf)]=s(0xe3),a[s(0xee)]=s(0xbf),a[s(0xd1)]=s(0x103);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a[t(0xe7)]='north',a['EAST']=t(0xd5),a[t(0xc1)]=t(0xc4),a[t(0xe5)]=t(0xed),a['UP']='up',a[t(0xf1)]=t(0xd2);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x93))/0x1*(-parseInt(k(0x6e))/0x2)+parseInt(k(0xaa))/0x3*(parseInt(k(0x97))/0x4)+parseInt(k(0x91))/0x5+parseInt(k(0xb1))/0x6+-parseInt(k(0x9b))/0x7+parseInt(k(0xac))/0x8+parseInt(k(0x84))/0x9*(-parseInt(k(0xc0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xe8e25));export var Size;(function(a){var l=a62d;a['Tiny']=l(0x9d),a[l(0x7a)]=l(0x73),a['Medium']=l(0x9e),a[l(0xb2)]=l(0x87),a[l(0xc4)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0xa2)]=m(0xb6),a[m(0x81)]=m(0x9c),a[m(0x86)]='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a['Weapon']=n(0x9f),a[n(0xb0)]=n(0xcb),a[n(0x89)]=n(0xa9),a[n(0x95)]='gloves',a[n(0xaf)]=n(0xbd),a[n(0x70)]=n(0xc9),a['Boots']=n(0xa6),a[n(0xad)]=n(0xa1),a[n(0x8d)]='arm\x20armor',a[n(0xb8)]='body\x20armor',a[n(0xb7)]=n(0x85),a[n(0xb3)]=n(0xc7),a['Unknown']=n(0xbf);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x8c)]=o(0xa5),a[o(0xb4)]='square',a[o(0x75)]=o(0x90),a[o(0x7d)]=o(0xa0),a[o(0xab)]=o(0x99),a[o(0x8b)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a[p(0xd0)]='red',a[p(0x8e)]=p(0x76),a[p(0xc8)]=p(0xc5),a[p(0x9a)]='yellow',a[p(0x7b)]=p(0x71),a['Purple']=p(0x94),a['Grey']=p(0xbe),a['Brown']='brown',a[p(0xca)]=p(0xa4);}(Color||(Color={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x6e;var f=c[d];return f;},a62d(a,b);}export var Texture;(function(c){var r=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a62d;return e[q(0xbc)]()[q(0xae)](q(0xce))[q(0xbc)]()[q(0xa3)](e)['search'](q(0xce));});e(),c[r(0x7f)]=r(0xb9),c[r(0x82)]=r(0x78),c[r(0x6f)]='bumpy',c['Fuzzy']=r(0x92),c[r(0xb5)]=r(0x7e),c['Metallic']='metallic';}(Texture||(Texture={})));export var RoomType;(function(a){var s=a62d;a['INSIDE']='inside',a[s(0xc3)]=s(0x98),a[s(0x72)]=s(0x96),a['CAVE']=s(0xc6),a[s(0xcd)]=s(0x79),a[s(0xbb)]=s(0x77),a[s(0xcf)]=s(0x8a),a[s(0xa8)]=s(0xc1),a['BEACH']='beach',a[s(0x8f)]=s(0x83);}(RoomType||(RoomType={})));export var Direction;function a62c(){var u=['5690HGgHSR','mountain','down','OUTSIDE','VeryLarge','green','cave','cup','Green','hat','Gold','shield','EAST','TOWER','(((.+)+)+)+$','DESERT','Red','12LqnPwM','Bumpy','Hat','orange','UNDERGROUND','small','south','Triangle','blue','forest','rough','tower','Small','Orange','DOWN','Rectangle','grainy','Smooth','WEST','Rare','Rough','sea','64773sNeBSZ','book','Legendary','large','NORTH','Key','desert','Rifle','Circle','ArmArmor','Blue','SEA','triangle','3073250lLTqHX','fuzzy','149672nzSVxx','purple','Gloves','underground','185048keAfPV','outside','blade','Yellow','764225pCknTo','rare','tiny','medium','weapon','rectangle','leg\x20armor','Common','constructor','gold','circle','boots','west','MOUNTAIN','key','27ZajIqn','Blade','10720576TugYBd','LegArmor','search','Helmet','Shield','11334294VAQRNZ','Large','Cup','Square','Grainy','common','Book','BodyArmor','smooth','east','FOREST','toString','helmet','grey','unknown'];a62c=function(){return u;};return a62c();}(function(a){var t=a62d;a[t(0x88)]='north',a[t(0xcc)]=t(0xba),a['SOUTH']=t(0x74),a[t(0x80)]=t(0xa7),a['UP']='up',a[t(0x7c)]=t(0xc2);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x16b;var f=c[d];return f;},a63d(a,b);}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x172))/0x1+-parseInt(f(0x170))/0x2+-parseInt(f(0x176))/0x3*(parseInt(f(0x174))/0x4)+-parseInt(f(0x178))/0x5*(-parseInt(f(0x16c))/0x6)+parseInt(f(0x175))/0x7+-parseInt(f(0x177))/0x8*(parseInt(f(0x179))/0x9)+parseInt(f(0x16f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x43286));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x16d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x16e)]()[h(0x171)](h(0x173))[h(0x16e)]()[h(0x16b)](a63a)[h(0x171)](h(0x173));});a63a();export{};function a63c(){var i=['1216076nlzAli','2760149UOIYqf','3sOupfW','789088fNyDLT','57755UpDSir','18ABRqlt','constructor','78tiDKnZ','apply','toString','4848330ZXNUwl','1051204eoBHAp','search','272668bhtefb','(((.+)+)+)+$'];a63c=function(){return i;};return a63c();}
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0xeb))/0x1+parseInt(f(0xf1))/0x2+parseInt(f(0xea))/0x3*(-parseInt(f(0xed))/0x4)+-parseInt(f(0xec))/0x5+-parseInt(f(0xf2))/0x6+parseInt(f(0xf0))/0x7*(-parseInt(f(0xf4))/0x8)+parseInt(f(0xf3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x3cf24));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0xe7)]()[h(0xef)](h(0xee))[h(0xe7)]()[h(0xe9)](a63a)[h(0xef)](h(0xee));});a63a();function a63c(){var i=['12SZfIsN','(((.+)+)+)+$','search','14889SlKYTP','547946ULivIi','1535430YMuYHv','1557450LvqTJM','200MEOvzk','toString','apply','constructor','115707BsqUEJ','453572RvksVV','1130860FRRsNM'];a63c=function(){return i;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xe7;var f=c[d];return f;},a63d(a,b);}export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x1c4))/0x1*(parseInt(f(0x1bf))/0x2)+parseInt(f(0x1bd))/0x3*(-parseInt(f(0x1c2))/0x4)+parseInt(f(0x1c8))/0x5+parseInt(f(0x1be))/0x6+parseInt(f(0x1c1))/0x7*(parseInt(f(0x1bb))/0x8)+parseInt(f(0x1c6))/0x9+-parseInt(f(0x1c0))/0xa*(parseInt(f(0x1c5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x8a8d8));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x1c7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a['toString']()[h(0x1c3)](h(0x1bc))['toString']()['constructor'](a64a)['search'](h(0x1bc));});a64a();export{};function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x1bb;var f=c[d];return f;},a64d(a,b);}function a64c(){var i=['45399BWngOC','1275678snvZgx','669442oGukGn','47790cILpOt','6412PNqXgY','52rKzaom','search','3pkiuvC','4202ZGmMft','7165170VoVGcy','apply','1588425QHwvDQ','2264TZCLUE','(((.+)+)+)+$'];a64c=function(){return i;};return a64c();}
1
+ function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xcc;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0xd6))/0x1+parseInt(f(0xd0))/0x2+-parseInt(f(0xcf))/0x3*(-parseInt(f(0xd5))/0x4)+parseInt(f(0xd4))/0x5+parseInt(f(0xd8))/0x6*(-parseInt(f(0xce))/0x7)+parseInt(f(0xd1))/0x8*(-parseInt(f(0xd9))/0x9)+-parseInt(f(0xd7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xcc049));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0xcd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0xd3)]()[h(0xd2)](h(0xcc))[h(0xd3)]()['constructor'](a64a)[h(0xd2)]('(((.+)+)+)+$');});function a64c(){var i=['114198IHIcCh','166197jNBtEt','3047874LCjcsF','56344rfiRtJ','search','toString','2279265YdkPgP','92vlvddG','1369267nnvlEl','28784490jlwAAx','324bivjYI','36eKVunJ','(((.+)+)+)+$','apply'];a64c=function(){return i;};return a64c();}a64a();export{};
@@ -1 +1 @@
1
- const a65G=a65d;function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x1de;let f=c[d];return f;},a65d(a,b);}(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x204))/0x1*(-parseInt(y(0x208))/0x2)+-parseInt(y(0x21e))/0x3+parseInt(y(0x20d))/0x4+parseInt(y(0x1fe))/0x5*(parseInt(y(0x229))/0x6)+-parseInt(y(0x1ff))/0x7+-parseInt(y(0x1f8))/0x8+parseInt(y(0x224))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xb8f83));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';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(0x1f0)]()[z(0x219)](z(0x1e3))[z(0x1f0)]()[z(0x1ef)](g)[z(0x219)](z(0x1e3));});g();try{const h=a65e[A(0x21b)]({'smartCSR':!![],'title':A(0x1e7)}),i=a65e[A(0x1de)]({'top':'0%','left':A(0x217),'width':A(0x1e0),'height':A(0x200),'border':{'type':'line'},'label':A(0x21d),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1f2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x1fb)]()[B(0x213)](v=>v[B(0x210)]);i[B(0x20a)](u['join']('\x0a')),h['render']();};h[A(0x22a)](i);const k=a65e[A(0x1de)]({'top':A(0x200),'left':A(0x217),'width':A(0x1e0),'height':A(0x1e0),'border':{'type':A(0x1f4)},'label':A(0x20f),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1f2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x22a)](k);const l=t=>{const C=A;k[C(0x20a)]('Head:\x20'+(t['head']?t[C(0x1f5)][C(0x210)]:C(0x21f))+'\x0a'+(C(0x221)+(t['torso']?t['torso'][C(0x210)]:C(0x21f))+'\x0a')+(C(0x205)+(t[C(0x236)]?t[C(0x236)][C(0x210)]:C(0x21f))+'\x0a')+(C(0x238)+(t[C(0x1e4)]?t[C(0x1e4)][C(0x210)]:C(0x21f))+'\x0a')+(C(0x226)+(t[C(0x209)]?t[C(0x209)][C(0x210)]:C(0x21f))+'\x0a')+(C(0x222)+(t['gloves']?t['gloves'][C(0x210)]:C(0x21f))+'\x0a')+(C(0x22d)+(t[C(0x23b)]?t[C(0x23b)]['name']:C(0x21f))+'\x0a')+(C(0x212)+(t[C(0x22e)]?t['rightHand'][C(0x210)]:C(0x21f))+'\x0a')),h[C(0x1f7)]();},m=a65e[A(0x1de)]({'top':A(0x215),'left':'75%','width':'25%','height':A(0x227),'border':{'type':A(0x1f4)},'label':'\x20Map\x20','content':A(0x1ea),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1f2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const D=A;let u=D(0x23a)+t[D(0x210)]+'\x0a\x0a';u+=D(0x1e1),t['exits']['size']>0x0?t['exits'][D(0x201)]((v,w)=>{const E=D;if(v instanceof Door){const x=v['getOtherSide'](t);x[E(0x22c)]===RoomType[E(0x1fc)]?u+=capitalCase(w)+':\x20'+x[E(0x210)]:u+=capitalCase(w)+':\x20'+v[E(0x210)];if(v['checkIfLocked']())u+=E(0x1eb);else v[E(0x1f9)]()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x207),m[D(0x20a)](u),h[D(0x1f7)]();},o=a65e[A(0x1de)]({'id':A(0x22b),'top':'0%','left':'0%','width':A(0x217),'height':A(0x230),'border':{'type':A(0x1f4)},'label':A(0x234),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1f2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x233)](A(0x21c)),h[A(0x22a)](o);const p=a65e[A(0x1fa)]({'bottom':0x0,'left':0x0,'width':'100%','height':A(0x237),'tags':!![],'border':{'type':A(0x1f4)},'style':{'fg':A(0x228),'border':{'fg':A(0x232)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x22a)](p),h[A(0x225)]([A(0x1f3),A(0x1e2)],()=>process[A(0x231)](0x0)),p[A(0x20c)](),h['render']();const q=Logger[A(0x1e6)](e[A(0x1e9)],h),r=new Player({'playerName':c});q[A(0x20b)](A(0x1df));const s=a65f[A(0x1e6)](r,d);o[A(0x20a)](s[A(0x1ed)]()),l(s['player']['equipment']),j(s[A(0x223)][A(0x211)]),n(s['player'][A(0x206)]),p[A(0x225)]([A(0x216)],async()=>{const F=A,t=p[F(0x239)](),u=s['handleInput'](t);(t[F(0x22f)]('\x20')[0x0]===F(0x1f1)||F(0x202)||F(0x21a))&&(j(s[F(0x223)][F(0x211)]),l(s['player'][F(0x220)])),(t['split']('\x20')[0x0]==='go'||F(0x203)||F(0x20e))&&n(s[F(0x223)][F(0x206)]),t[F(0x22f)]('\x20')[0x0]===F(0x1e5)&&o[F(0x20a)](''),u===null&&(console[F(0x1e8)](F(0x1ec)),h['render'](),q[F(0x20b)](F(0x235)),process[F(0x231)](0x0)),o[F(0x1fd)](u),o['scroll'](0x1),p[F(0x218)](),p['focus'](),h[F(0x1f7)]();});}catch(t){console[A(0x1e8)](t),process[A(0x231)](0x1);}}const args=process[a65G(0x1ee)][a65G(0x214)](0x2);main(args[0x0],JSON[a65G(0x1f6)](args[0x1]),JSON[a65G(0x1f6)](args[0x2]));function a65c(){const H=['name','inventory','Right\x20Hand:\x20','map','slice','70%','enter','75%','clearValue','search','unequip','screen','mousemove','\x20Inventory\x20','3452889jDfwMt','None','equipment','Torso:\x20','Gloves:\x20','player','15484761yoDSNQ','key','Arms:\x20','20%','white','167388JMxMyg','append','logBox','roomType','Left\x20Hand:\x20','rightHand','split','90%','exit','cyan','removeAllListeners','\x20Game\x20Log\x20','<<<<<<<<---------\x20Terminating\x20game','legs','10%','Feet:\x20','getValue','Currently\x20in:\x20','leftHand','box','----->>>>>>\x20Initializing\x20Game','25%','-----\x20Exits\x20------\x0a','C-c','(((.+)+)+)+$','feet','clear','getInstance','Side\x20Quest\x20Adventure\x20Game','log','logFilePath','Available\x20exits\x20will\x20be\x20shown\x20here...','\x20(Locked)','Thanks\x20for\x20playing!','getWelcomeMessage','argv','constructor','toString','take','yellow','escape','line','head','parse','render','5239656xwemsG','checkIfLockable','textbox','getAllItems','OUTSIDE','pushLine','50SLsqEx','3495814GTcisQ','45%','forEach','equip','lock','115CBAPAK','Legs:\x20','currentLocation','\x0aThere\x20are\x20no\x20exits\x20here.','604FBpqAh','arms','setContent','write','focus','4392712zKSwur','unlock','\x20Equipment\x20'];a65c=function(){return H;};return a65c();}
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x148))/0x1+parseInt(y(0x15e))/0x2*(-parseInt(y(0x156))/0x3)+-parseInt(y(0x16a))/0x4+-parseInt(y(0x17e))/0x5+-parseInt(y(0x16b))/0x6*(parseInt(y(0x188))/0x7)+parseInt(y(0x143))/0x8*(parseInt(y(0x16f))/0x9)+parseInt(y(0x153))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xa9cea));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-0x133;let f=c[d];return f;},a65d(a,b);}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(0x155)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x14c)]()[A(0x144)](A(0x15f))[A(0x14c)]()[A(0x18a)](g)[A(0x144)]('(((.+)+)+)+$');});g();try{const h=a65e[B(0x17b)]({'smartCSR':!![],'title':B(0x15a)}),i=a65e['box']({'top':'0%','left':B(0x17a),'width':B(0x168),'height':B(0x138),'border':{'type':B(0x13c)},'label':B(0x136),'content':B(0x189),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x13d)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x175)](v=>v[C(0x149)]);i['setContent'](u['join']('\x0a')),h['render']();};h[B(0x182)](i);const k=a65e[B(0x170)]({'top':B(0x138),'left':'75%','width':B(0x168),'height':'25%','border':{'type':B(0x13c)},'label':B(0x140),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x182)](k);const l=t=>{const D=B;k[D(0x162)]('Head:\x20'+(t['head']?t[D(0x173)][D(0x149)]:D(0x169))+'\x0a'+(D(0x158)+(t[D(0x167)]?t[D(0x167)][D(0x149)]:D(0x169))+'\x0a')+(D(0x17d)+(t['legs']?t[D(0x159)][D(0x149)]:D(0x169))+'\x0a')+(D(0x14b)+(t[D(0x17c)]?t[D(0x17c)]['name']:D(0x169))+'\x0a')+(D(0x177)+(t[D(0x184)]?t[D(0x184)]['name']:'None')+'\x0a')+(D(0x151)+(t[D(0x139)]?t[D(0x139)][D(0x149)]:D(0x169))+'\x0a')+('Left\x20Hand:\x20'+(t[D(0x185)]?t[D(0x185)][D(0x149)]:D(0x169))+'\x0a')+(D(0x18c)+(t['rightHand']?t['rightHand'][D(0x149)]:D(0x169))+'\x0a')),h[D(0x14a)]();},m=a65e[B(0x170)]({'top':'70%','left':B(0x17a),'width':B(0x168),'height':B(0x160),'border':{'type':'line'},'label':B(0x18b),'content':B(0x15c),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x182)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x149)]+'\x0a\x0a';u+=E(0x164),t['exits']['size']>0x0?t[E(0x183)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x14f)](t);x[F(0x16d)]===RoomType[F(0x142)]?u+=capitalCase(w)+':\x20'+x[F(0x149)]:u+=capitalCase(w)+':\x20'+v[F(0x149)];if(v['checkIfLocked']())u+=F(0x16c);else v[F(0x180)]()&&(u+=F(0x146));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m['setContent'](u),h[E(0x14a)]();},o=a65e[B(0x170)]({'id':'logBox','top':'0%','left':'0%','width':B(0x17a),'height':B(0x172),'border':{'type':B(0x13c)},'label':B(0x137),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x13a)](B(0x15d)),h[B(0x182)](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':B(0x178),'height':B(0x154),'tags':!![],'border':{'type':B(0x13c)},'style':{'fg':'white','border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x182)](p),h[B(0x145)]([B(0x157),B(0x165)],()=>process[B(0x152)](0x0)),p[B(0x13f)](),h[B(0x14a)]();const q=Logger[B(0x134)](e[B(0x187)],h),r=new Player({'playerName':c});q['write'](B(0x161));const s=a65f[B(0x134)](r,d);o[B(0x162)](s['getWelcomeMessage']()),l(s[B(0x174)][B(0x179)]),j(s['player'][B(0x163)]),n(s[B(0x174)]['currentLocation']),p[B(0x145)]([B(0x13b)],async()=>{const G=B,t=p['getValue'](),u=s[G(0x176)](t);(t['split']('\x20')[0x0]===G(0x171)||G(0x181)||G(0x135))&&(j(s[G(0x174)][G(0x163)]),l(s['player'][G(0x179)])),(t['split']('\x20')[0x0]==='go'||G(0x150)||G(0x14e))&&n(s[G(0x174)][G(0x166)]),t[G(0x147)]('\x20')[0x0]==='clear'&&o['setContent'](''),u===null&&(console[G(0x141)](G(0x13e)),h[G(0x14a)](),q[G(0x15b)](G(0x14d)),process['exit'](0x0)),o['pushLine'](u),o[G(0x133)](0x1),p['clearValue'](),p[G(0x13f)](),h[G(0x14a)]();});}catch(t){console[B(0x141)](t),process[B(0x152)](0x1);}}const args=process[a65H(0x16e)][a65H(0x17f)](0x2);function a65c(){const I=['mousemove','948OBgFqv','(((.+)+)+)+$','20%','----->>>>>>\x20Initializing\x20Game','setContent','inventory','-----\x20Exits\x20------\x0a','C-c','currentLocation','torso','25%','None','1004008cKzQnc','422358TNWvIi','\x20(Locked)','roomType','argv','414DdRtrJ','box','take','90%','head','player','map','handleInput','Arms:\x20','100%','equipment','75%','screen','feet','Legs:\x20','2962780QGCjjD','slice','checkIfLockable','equip','append','exits','arms','leftHand','parse','logFilePath','70UUnGDM','Your\x20items\x20will\x20be\x20listed\x20here...','constructor','\x20Map\x20','Right\x20Hand:\x20','scroll','getInstance','unequip','\x20Inventory\x20','\x20Game\x20Log\x20','45%','gloves','removeAllListeners','enter','line','yellow','Thanks\x20for\x20playing!','focus','\x20Equipment\x20','log','OUTSIDE','91992tuEVgR','search','key','\x20(Unlocked)','split','523651GqKFnR','name','render','Feet:\x20','toString','<<<<<<<<---------\x20Terminating\x20game','unlock','getOtherSide','lock','Gloves:\x20','exit','22936470sPbNZj','10%','apply','354EeUVZc','escape','Torso:\x20','legs','Side\x20Quest\x20Adventure\x20Game','write','Available\x20exits\x20will\x20be\x20shown\x20here...'];a65c=function(){return I;};return a65c();}main(args[0x0],JSON[a65H(0x186)](args[0x1]),JSON[a65H(0x186)](args[0x2]));
@@ -1 +1 @@
1
- const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x1c3))/0x1*(-parseInt(h(0x1db))/0x2)+-parseInt(h(0x1e0))/0x3+-parseInt(h(0x1d5))/0x4*(parseInt(h(0x1da))/0x5)+-parseInt(h(0x1c0))/0x6*(parseInt(h(0x1d1))/0x7)+parseInt(h(0x1d4))/0x8*(parseInt(h(0x1bf))/0x9)+-parseInt(h(0x1ca))/0xa+parseInt(h(0x1c1))/0xb*(parseInt(h(0x1bd))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xdef32));function a66c(){const s=['24qYrDUT','12529iajIUk','toString','178947yMOjpc','scrollTo','options','existsSync','.maka','content','screen','16942730xCsuVR','appendFileSync','writeFileSync','setContent','[ERROR]\x20[','error','write','720734awWkOQ','homedir','ensureLogFileExists','50528lcjjsh','295436tErCTq','instance','logBox','toISOString','children','25bsIwwE','8mhKWUp','side-quest.log','box','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','log','4555503HeiJgg','render','join','type','filePath','dirname','(((.+)+)+)+$','53052GqxGbA','apply','837GfGyQs'];a66c=function(){return s;};return a66c();}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x1be)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()['search'](j(0x1e6))[j(0x1c2)]()['constructor'](a66a)['search'](j(0x1e6));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1bd;let f=c[d];return f;},a66d(a,b);}const homeDir=a66f[a66k(0x1d2)]();export class Logger{static [a66k(0x1d6)];[a66k(0x1e4)];[a66k(0x1c9)];constructor(a,b){const l=a66k;this[l(0x1e4)]=a,this[l(0x1c9)]=b,this[l(0x1d3)]();}static['getInstance'](a=a66g[a66k(0x1e2)](homeDir,a66k(0x1c7),a66k(0x1dc)),b){const m=a66k;if(!Logger[m(0x1d6)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0x1d6)]=new Logger(a,b);}return Logger[m(0x1d6)];}[a66k(0x1d3)](){const n=a66k,a=a66g[n(0x1e5)](this[n(0x1e4)]);!a66e[n(0x1c6)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e[n(0x1c6)](this[n(0x1e4)])&&a66e[n(0x1cc)](this[n(0x1e4)],'');}[a66k(0x1d0)](a){const o=a66k,b=new Date()['toISOString'](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e[o(0x1cb)](this[o(0x1e4)],c);}[a66k(0x1cf)](a){const p=a66k,b=new Date()[p(0x1d8)](),c=p(0x1ce)+b+']\x20'+a+'\x0a';a66e[p(0x1cb)](this['filePath'],c);}[a66k(0x1df)](a){const q=a66k,b=this[q(0x1c9)]?.[q(0x1d9)]['find'](c=>c[q(0x1e3)]===q(0x1dd)&&c[q(0x1c5)]['id']===q(0x1d7));b?(b[q(0x1cd)](b[q(0x1c8)]+'\x0a'+a),b[q(0x1c4)](b['getScrollHeight']()),this[q(0x1c9)]?.[q(0x1e1)]()):this[q(0x1cf)]('The\x20logbox\x20'+b+q(0x1de)+this[q(0x1c9)]),this[q(0x1d0)](a);}['hasScreen'](){const r=a66k;return!!this[r(0x1c9)];}}
1
+ function a66c(){const s=['ensureLogFileExists','mkdirSync','box','getInstance','67824FiXfVb','filePath','type','6854127pFezBD','8298910cmCIMJ','write','existsSync','appendFileSync','2958564ANkpJw','5FwpXMV','[ERROR]\x20[','setContent','[INFO]\x20[','constructor','find','400dGEZGD','log','getScrollHeight','instance','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','homedir','join','side-quest.log','children','dirname','options','830481UdPCta','582966cOAiPs','.maka','toISOString','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','screen','scrollTo','2mOTexQ','184846OjNpdK','error','content','search','apply'];a66c=function(){return s;};return a66c();}const a66k=a66d;function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xf7;let f=c[d];return f;},a66d(a,b);}(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x103))/0x1+parseInt(h(0x102))/0x2*(parseInt(h(0xfb))/0x3)+-parseInt(h(0x114))/0x4*(-parseInt(h(0x115))/0x5)+-parseInt(h(0xfc))/0x6+parseInt(h(0x10f))/0x7+-parseInt(h(0x11b))/0x8*(parseInt(h(0x10c))/0x9)+-parseInt(h(0x110))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x7bc33));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x107)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x106)]('(((.+)+)+)+$')['toString']()[j(0x119)](a66a)[j(0x106)]('(((.+)+)+)+$');});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x120)]();export class Logger{static [a66k(0x11e)];[a66k(0x10d)];['screen'];constructor(a,b){const l=a66k;this[l(0x10d)]=a,this[l(0x100)]=b,this[l(0x108)]();}static[a66k(0x10b)](a=a66g[a66k(0x121)](homeDir,a66k(0xfd),a66k(0xf7)),b){const m=a66k;if(!Logger[m(0x11e)]){if(!b)throw new Error(m(0x11f));Logger['instance']=new Logger(a,b);}return Logger[m(0x11e)];}[a66k(0x108)](){const n=a66k,a=a66g[n(0xf9)](this['filePath']);!a66e[n(0x112)](a)&&a66e[n(0x109)](a,{'recursive':!![]}),!a66e[n(0x112)](this[n(0x10d)])&&a66e['writeFileSync'](this['filePath'],'');}[a66k(0x111)](a){const o=a66k,b=new Date()[o(0xfe)](),c=o(0x118)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[o(0x10d)],c);}[a66k(0x104)](a){const p=a66k,b=new Date()['toISOString'](),c=p(0x116)+b+']\x20'+a+'\x0a';a66e[p(0x113)](this[p(0x10d)],c);}[a66k(0x11c)](a){const q=a66k,b=this['screen']?.[q(0xf8)][q(0x11a)](c=>c[q(0x10e)]===q(0x10a)&&c[q(0xfa)]['id']==='logBox');b?(b[q(0x117)](b[q(0x105)]+'\x0a'+a),b[q(0x101)](b[q(0x11d)]()),this[q(0x100)]?.['render']()):this[q(0x104)]('The\x20logbox\x20'+b+q(0xff)+this['screen']),this[q(0x111)](a);}['hasScreen'](){const r=a66k;return!!this[r(0x100)];}}
@@ -1 +1 @@
1
- const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0x10b))/0x1*(parseInt(j(0x11b))/0x2)+-parseInt(j(0x10a))/0x3*(-parseInt(j(0x121))/0x4)+-parseInt(j(0x122))/0x5*(-parseInt(j(0x103))/0x6)+-parseInt(j(0x10d))/0x7+parseInt(j(0x119))/0x8*(parseInt(j(0x106))/0x9)+parseInt(j(0x123))/0xa*(parseInt(j(0xff))/0xb)+-parseInt(j(0x10e))/0xc*(parseInt(j(0x11e))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x8acb0));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x108)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x104)]()[l(0x102)]('(((.+)+)+)+$')['toString']()[l(0x11c)](a67a)[l(0x102)](l(0x11a));});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-0xff;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';function a67c(){const p=['(((.+)+)+)+$','714658vdMNEf','constructor','resolve','18076123TCLgjx','stringify','player','64556PfMklv','5UsjxCT','2010GdKgZx','12749pmDweS','ask','log','search','4295094prlLlB','toString','fsi','9990XKNyPY','select','apply','url','159JzcwuX','3csdBwt','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...','6490295HWaVYz','12YtLvsD','dungeon','bright','Commoner','side-quest','getGlobalMakaDir','create','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','node','exit','side-quest.log','72LZIaXx'];a67c=function(){return p;};return a67c();}import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x109)]),__dirname=dirname(__filename);Command[a67m(0x114)]({'name':a67m(0x112),'usage':'maka\x20play:side-quest','shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':a67m(0x10c),'validOpts':[a67m(0x120)]},async function(a,b){const n=a67m;try{const c=this[n(0x105)][n(0x113)](),d=a67e['join'](c,n(0x118)),e=b[n(0x120)]?b[n(0x120)]:await Actions[n(0x100)]('What\x20is\x20your\x20name?')||n(0x111),f={...b,'logFilePath':d},g=await Actions[n(0x107)]({'message':n(0x115),'name':'sideQuestAnswer','choices':[{'name':n(0x10f),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]});if(e&&g){const h=spawn(n(0x116),[a67e[n(0x11d)](__dirname,'./sideQuest/ui.js'),e,JSON[n(0x11f)](g),JSON['stringify'](f)],{'stdio':'inherit'});h['on'](n(0x117),()=>{const o=n;Log[o(0x110)]('Thanks\x20for\x20playing!');});}}catch(i){console[n(0x101)](i);}},a67f);
1
+ const a67l=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0xb0))/0x1*(parseInt(j(0xad))/0x2)+parseInt(j(0xa3))/0x3*(-parseInt(j(0xa7))/0x4)+parseInt(j(0xbf))/0x5*(-parseInt(j(0xa6))/0x6)+-parseInt(j(0xae))/0x7+parseInt(j(0xb3))/0x8*(-parseInt(j(0xa2))/0x9)+parseInt(j(0xa1))/0xa+parseInt(j(0xaa))/0xb*(parseInt(j(0xb5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x1af21));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 k=a67d;return a67a[k(0xbc)]()[k(0xbb)](k(0xb1))[k(0xbc)]()[k(0xc2)](a67a)['search'](k(0xb1));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';function a67c(){const o=['628670XqbeCa','Play\x20a\x20little\x20side-quest','81nVjFFj','(((.+)+)+)+$','stringify','40ZjctLf','player','110280mqwytx','shadowrun','log','./sideQuest/ui.js','node','What\x20is\x20your\x20name?','search','toString','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...','sideQuestAnswer','15Gbotcs','maka\x20play:side-quest','getGlobalMakaDir','constructor','dungeon','url','1722630jvqDnt','132903NWPfbs','3KeREev','bright','fsi','301674gFxDkH','580484EfNPVP','ask','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','385VTIuvz','resolve','side-quest.log','1878ffrwIb'];a67c=function(){return o;};return a67c();}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[a67l(0xa0)]),__dirname=dirname(__filename);function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xa0;let f=c[d];return f;},a67d(a,b);}Command['create']({'name':'side-quest','usage':a67l(0xc0),'shortDesc':a67l(0xaf),'aliases':['sq'],'description':a67l(0xbd),'validOpts':[a67l(0xb4)]},async function(a,b){const m=a67l;try{const c=this[m(0xa5)][m(0xc1)](),d=a67e['join'](c,m(0xac)),e=b[m(0xb4)]?b[m(0xb4)]:await Actions[m(0xa8)](m(0xba))||'Commoner',f={...b,'logFilePath':d},g=await Actions['select']({'message':m(0xa9),'name':m(0xbe),'choices':[{'name':m(0xc3),'value':dungeonConfig},{'name':m(0xb6),'value':shadowrunConfig}]});if(e&&g){const h=spawn(m(0xb9),[a67e[m(0xab)](__dirname,m(0xb8)),e,JSON[m(0xb2)](g),JSON['stringify'](f)],{'stdio':'inherit'});h['on']('exit',()=>{const n=m;Log[n(0xa4)]('Thanks\x20for\x20playing!');});}}catch(i){console[m(0xb7)](i);}},a67f);
@@ -1 +1 @@
1
- function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xea;var f=c[d];return f;},a68d(a,b);}var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0xea))/0x1+parseInt(f(0xf1))/0x2*(parseInt(f(0xf4))/0x3)+-parseInt(f(0xf2))/0x4*(-parseInt(f(0xf8))/0x5)+parseInt(f(0xfb))/0x6+-parseInt(f(0xee))/0x7+-parseInt(f(0xf3))/0x8+-parseInt(f(0xef))/0x9*(parseInt(f(0xfc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x84300));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xfa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0xf5)]()[h(0xfd)](h(0xed))[h(0xf5)]()[h(0xf7)](a68a)[h(0xfd)](h(0xed));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a68c(){var k=['3158280UPfayR','416244qAlPVB','toString','snake','constructor','300vIrXdH','maka\x20game:snake','apply','4465158dSaeXY','215850PnpCQP','search','408252UOWPwC','create','inherit','(((.+)+)+)+$','2378803KdWgoX','171KrqpJJ','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','6zRCrRc','7832DLybYX'];a68c=function(){return k;};return a68c();}Command[a68i(0xeb)]({'name':a68i(0xf6),'usage':a68i(0xf9),'shortDesc':a68i(0xf0),'validOpts':[]},async function(){var j=a68i;execSync('npx\x20command-line-snake',{'stdio':j(0xec)});},a68e);
1
+ var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x166))/0x1*(parseInt(f(0x169))/0x2)+-parseInt(f(0x177))/0x3*(-parseInt(f(0x165))/0x4)+parseInt(f(0x172))/0x5*(-parseInt(f(0x16c))/0x6)+-parseInt(f(0x176))/0x7+-parseInt(f(0x167))/0x8+-parseInt(f(0x16f))/0x9+-parseInt(f(0x173))/0xa*(-parseInt(f(0x16e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x720f9));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x16b)]()['search'](h(0x16d))[h(0x16b)]()['constructor'](a68a)[h(0x168)](h(0x16d));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';function a68c(){var k=['7850PtzrQT','872680qmScVm','search','130hczJaO','apply','toString','678wtFGhu','(((.+)+)+)+$','11FNwpyW','3284550eWvciy','create','npx\x20command-line-snake','38865xoWmMw','23293740rUHeQP','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','snake','1282036RYGmdZ','50073gArEee','44ZzjwNc'];a68c=function(){return k;};return a68c();}import{execSync}from'child_process';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x165;var f=c[d];return f;},a68d(a,b);}Command[a68i(0x170)]({'name':a68i(0x175),'usage':'maka\x20game:snake','shortDesc':a68i(0x174),'validOpts':[]},async function(){var j=a68i;execSync(j(0x171),{'stdio':'inherit'});},a68e);
@@ -1 +1 @@
1
- var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x1a4))/0x1+-parseInt(f(0x19f))/0x2+-parseInt(f(0x1a3))/0x3*(parseInt(f(0x1a7))/0x4)+parseInt(f(0x1ad))/0x5+parseInt(f(0x1a1))/0x6*(parseInt(f(0x1a9))/0x7)+-parseInt(f(0x1a0))/0x8+parseInt(f(0x1a5))/0x9*(parseInt(f(0x1a2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xbbe9d));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var g=a69d;return a69a['toString']()['search']('(((.+)+)+)+$')['toString']()[g(0x1a8)](a69a)[g(0x1ac)]('(((.+)+)+)+$');});a69a();import a69e from'./play.command.js';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x19f;var f=c[d];return f;},a69d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';function a69c(){var j=['414164YTPITk','9395960QRZBtj','12270jPZbFk','27372790aJliWz','1041IEByAd','1504705BoNxac','9LSQIGq','npx\x20simple-tetris','356twQqBo','constructor','7HgfVec','inherit','create','search','4737670totFMo'];a69c=function(){return j;};return a69c();}Command[a69h(0x1ab)]({'name':'tetris','usage':'maka\x20game:tetris','shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var i=a69h;execSync(i(0x1a6),{'stdio':i(0x1aa)});},a69e);
1
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0xaa))/0x1*(-parseInt(f(0xae))/0x2)+parseInt(f(0xaf))/0x3*(parseInt(f(0xb5))/0x4)+-parseInt(f(0xb4))/0x5+-parseInt(f(0xb7))/0x6*(parseInt(f(0xac))/0x7)+-parseInt(f(0xb0))/0x8+parseInt(f(0xb8))/0x9+-parseInt(f(0xb6))/0xa*(-parseInt(f(0xb2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xe5f52));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0xa8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0xa7)]()[h(0xab)]('(((.+)+)+)+$')[h(0xa7)]()[h(0xa9)](a69a)[h(0xab)](h(0xb9));});function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xa7;var f=c[d];return f;},a69d(a,b);}a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a69c(){var k=['(((.+)+)+)+$','maka\x20game:tetris','toString','apply','constructor','93101HgvNQA','search','7lOLsMx','create','2FQFNoD','1124934VcYjjv','11036072nGxxyv','inherit','11hXOoHe','npx\x20simple-tetris','8843265fsaEEE','8zzMzjS','42198670bJJpdN','10645170fEDcMp','8887869vzUtpp'];a69c=function(){return k;};return a69c();}Command[a69i(0xad)]({'name':'tetris','usage':a69i(0xba),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a69i;execSync(j(0xb3),{'stdio':j(0xb1)});},a69e);
@@ -1 +1 @@
1
- const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x82))/0x1*(parseInt(f(0x72))/0x2)+parseInt(f(0x6d))/0x3+-parseInt(f(0x7c))/0x4*(parseInt(f(0x80))/0x5)+-parseInt(f(0x81))/0x6*(-parseInt(f(0x7a))/0x7)+parseInt(f(0x75))/0x8+-parseInt(f(0x7f))/0x9*(parseInt(f(0x7b))/0xa)+-parseInt(f(0x7e))/0xb*(parseInt(f(0x74))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xb381a));function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x6c;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(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x86)]()['search'](h(0x6c))[h(0x86)]()['constructor'](a70a)['search'](h(0x6c));});a70a();function a70c(){const k=['maka\x20g:api\x20trucks','50FHmHJg','maka\x20generate:scaffold\x20todos','48JGxJZA','7188216jkEZiv','maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20g:route\x20todos/edit','generate','maka\x20g:scaffold\x20todos','429212BEcLPS','15830pzkpkq','184BHcXgf','apply','4510330oeqoPq','3249RmCodF','110BMvXDL','96xXmtUj','38278QpUWmc','splice','maka\x20g:package\x20package:name','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','toString','Scaffold\x20various\x20parts\x20of\x20your\x20application','(((.+)+)+)+$','333960fmlftt','maka\x20g:template\x20todos/todo_item','create','invoke'];a70c=function(){return k;};return a70c();}import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x6f)]({'name':a70i(0x78),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0x87),'description':a70i(0x85),'examples':[a70i(0x73),a70i(0x79),a70i(0x6e),a70i(0x84),a70i(0x77),a70i(0x71),a70i(0x76)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x83)](0x0,0x1),await a70e['processAndRunGenerator'](c,a,b)):a70e[j(0x70)](a,b);}catch(d){Log['error'](d),process['exit'](0x1);}});
1
+ const a70h=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x1c2))/0x1+parseInt(f(0x1c4))/0x2+parseInt(f(0x1c0))/0x3+parseInt(f(0x1ca))/0x4+parseInt(f(0x1cf))/0x5*(-parseInt(f(0x1c3))/0x6)+parseInt(f(0x1c1))/0x7*(-parseInt(f(0x1ce))/0x8)+-parseInt(f(0x1d8))/0x9*(parseInt(f(0x1d0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x5baba));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const g=a70d;return a70a[g(0x1d4)]()['search']('(((.+)+)+)+$')[g(0x1d4)]()[g(0x1d7)](a70a)['search'](g(0x1bf));});function a70c(){const j=['maka\x20generate:scaffold\x20todos','invoke','2310968BdPFVa','generate','maka\x20g:dbc\x20geoserver\x20--type=pgsql','Scaffold\x20various\x20parts\x20of\x20your\x20application','24TwGHmv','10XvaEOd','7780QSHSeS','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:scaffold\x20todos','processAndRunGenerator','toString','maka\x20g:route\x20todos/edit','maka\x20g:package\x20package:name','constructor','2169hlWjQD','maka\x20g:template\x20todos/todo_item','splice','(((.+)+)+)+$','288882vyBtEE','1343811Ynqenr','420810rPYIqW','1175214jBlsYF','871582mCrveZ','error','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','exit'];a70c=function(){return j;};return a70c();}a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1be;let f=c[d];return f;},a70d(a,b);}Command['create']({'name':a70h(0x1cb),'aliases':['g'],'usage':a70h(0x1d1),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70h(0x1cd),'description':a70h(0x1c6),'examples':[a70h(0x1c8),a70h(0x1d2),a70h(0x1d9),a70h(0x1d6),a70h(0x1d5),'maka\x20g:api\x20trucks',a70h(0x1cc)]},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a[i(0x1be)](0x0,0x1),await a70e[i(0x1d3)](c,a,b)):a70e[i(0x1c9)](a,b);}catch(d){Log[i(0x1c5)](d),process[i(0x1c7)](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0xac))/0x1+-parseInt(f(0xa1))/0x2*(-parseInt(f(0xab))/0x3)+parseInt(f(0xa4))/0x4*(parseInt(f(0xa9))/0x5)+parseInt(f(0xa3))/0x6+-parseInt(f(0x9f))/0x7*(-parseInt(f(0xa8))/0x8)+parseInt(f(0xa0))/0x9+-parseInt(f(0xa5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x7f79b));function a71c(){var i=['(((.+)+)+)+$','21UiESWy','6118038XlgKEV','22iRWlgA','constructor','1926888fUVHSh','464172fRGCtf','28008450OIWOmL','toString','apply','2596952LFdXSq','15GaocpN','search','30237tceKBd','889199HRbabN'];a71c=function(){return i;};return a71c();}var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0xa7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0xa6)]()['search'](h(0xad))[h(0xa6)]()[h(0xa2)](a71a)[h(0xaa)](h(0xad));});function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x9f;var f=c[d];return f;},a71d(a,b);}a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x142))/0x1*(-parseInt(f(0x14c))/0x2)+parseInt(f(0x146))/0x3*(-parseInt(f(0x141))/0x4)+parseInt(f(0x140))/0x5+-parseInt(f(0x148))/0x6*(-parseInt(f(0x149))/0x7)+parseInt(f(0x143))/0x8*(parseInt(f(0x144))/0x9)+parseInt(f(0x145))/0xa+parseInt(f(0x147))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xdc6b5));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var g=a71d;return a71a[g(0x14a)]()[g(0x14b)]('(((.+)+)+)+$')['toString']()[g(0x13f)](a71a)[g(0x14b)]('(((.+)+)+)+$');});a71a();import'./get.command.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x13f;var f=c[d];return f;},a71d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a71c(){var h=['constructor','2539320CvqGeO','1321300KQbvsR','74057yRGrJi','40xCphcm','620658QEIpwl','9189810yRzfXA','6TvSeDr','7579583xlIddS','54GKMbIt','569359fTydlp','toString','search','44hdTuAq'];a71c=function(){return h;};return a71c();}import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- function a72c(){const k=['16vSTioj','toString','search','5438910KrUHsB','apply','1278XsSPqw','processAndRunCommand','Get\x20various\x20Maka\x20variables\x20and\x20configurations','get','230083XKjOiV','11162UZqiXQ','87uoXyex','7610ajsZSy','6667938NkEVhq','514476TNkasw','208292BlwgVL','constructor','(((.+)+)+)+$','maka\x20get:<sub-command>'];a72c=function(){return k;};return a72c();}const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0xaf))/0x1+parseInt(f(0xb0))/0x2*(-parseInt(f(0xb1))/0x3)+-parseInt(f(0xb4))/0x4+-parseInt(f(0xb2))/0x5*(-parseInt(f(0xab))/0x6)+parseInt(f(0xb5))/0x7*(-parseInt(f(0xb9))/0x8)+parseInt(f(0xb3))/0x9+-parseInt(f(0xa9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x61f80));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0xaa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0xa7)]()[h(0xa8)](h(0xb7))[h(0xa7)]()[h(0xb6)](a72a)[h(0xa8)]('(((.+)+)+)+$');});a72a();import{Command}from'../../command.js';const GetCommand=Command['create']({'name':a72i(0xae),'usage':a72i(0xb8),'shortDesc':a72i(0xad),'validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0xac)](b);});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xa7;let f=c[d];return f;},a72d(a,b);}export default GetCommand;
1
+ const a72h=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0xf4))/0x1+-parseInt(f(0xef))/0x2*(parseInt(f(0xf2))/0x3)+-parseInt(f(0xe6))/0x4+-parseInt(f(0xe9))/0x5+parseInt(f(0xe7))/0x6*(-parseInt(f(0xf6))/0x7)+parseInt(f(0xf5))/0x8+-parseInt(f(0xeb))/0x9*(-parseInt(f(0xea))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xc1e08));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const g=a72d;return a72a[g(0xec)]()[g(0xed)](g(0xe8))[g(0xec)]()[g(0xee)](a72a)[g(0xed)](g(0xe8));});a72a();import{Command}from'../../command.js';const GetCommand=Command[a72h(0xf3)]({'name':'get','usage':a72h(0xf0),'shortDesc':a72h(0xe5),'validOpts':[]},async function(a){const i=a72h,b=a[0x0];await this[i(0xf1)](b);});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xe5;let f=c[d];return f;},a72d(a,b);}function a72c(){const j=['processAndRunCommand','3NpeyXu','create','1545128pAxcmN','10281464DdDZpM','4509729ZIiHAB','Get\x20various\x20Maka\x20variables\x20and\x20configurations','697580zKnXrH','12NkGYeP','(((.+)+)+)+$','6107070jPzaaB','30bCcOPu','12375657rOHpum','toString','search','constructor','773702krUdkR','maka\x20get:<sub-command>'];a72c=function(){return j;};return a72c();}export default GetCommand;
@@ -1 +1 @@
1
- const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x9a))/0x1+parseInt(f(0x9f))/0x2+parseInt(f(0x91))/0x3+parseInt(f(0x9e))/0x4*(parseInt(f(0x8f))/0x5)+parseInt(f(0x94))/0x6*(parseInt(f(0x95))/0x7)+parseInt(f(0x96))/0x8+-parseInt(f(0x9c))/0x9*(parseInt(f(0x9b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x3c0a0));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x99)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x92)]()[h(0xa0)](h(0x9d))['toString']()[h(0x90)](a73a)[h(0xa0)](h(0x9d));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';function a73c(){const k=['maka\x20get:global-config','exit','cfg','getGlobalConfig','55EUmmFo','constructor','1325811QLxnjZ','toString','global-config','1551642MdJREv','7lGazyJ','2001864OgbJKg','error','create','apply','231087XYhBzt','710mcWDwE','144801kttNKc','(((.+)+)+)+$','33724XcunBN','227268eisIPf','search','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file'];a73c=function(){return k;};return a73c();}function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x8b;let f=c[d];return f;},a73d(a,b);}Command[a73i(0x98)]({'name':a73i(0x93),'usage':a73i(0x8b),'aliases':['gc'],'shortDesc':a73i(0xa1),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x8d)][j(0x8e)]();console['log'](a),process[j(0x8c)](0x0);}catch(b){console[j(0x97)](b),process[j(0x8c)](0x0);}},a73e);
1
+ const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x206))/0x1+-parseInt(f(0x1f8))/0x2*(parseInt(f(0x1fb))/0x3)+-parseInt(f(0x1f7))/0x4+-parseInt(f(0x1fd))/0x5+-parseInt(f(0x1f9))/0x6+-parseInt(f(0x204))/0x7+-parseInt(f(0x202))/0x8*(-parseInt(f(0x203))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xda158));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x205)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a['toString']()[h(0x201)]('(((.+)+)+)+$')[h(0x1f6)]()[h(0x200)](a73a)['search'](h(0x1f5));});a73a();function a73c(){const k=['apply','969185DGhUPU','cfg','error','global-config','(((.+)+)+)+$','toString','4419564bFJJzm','304DNZLsm','10006356kBTQpm','getGlobalConfig','12693kPxUco','maka\x20get:global-config','4507895ousFOD','create','exit','constructor','search','62632736ImVDab','9RdVVSl','11545289OyXoLW'];a73c=function(){return k;};return a73c();}function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1f2;let f=c[d];return f;},a73d(a,b);}import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x1fe)]({'name':a73i(0x1f4),'usage':a73i(0x1fc),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x1f2)][j(0x1fa)]();console['log'](a),process[j(0x1ff)](0x0);}catch(b){console[j(0x1f3)](b),process['exit'](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;function a74c(){const k=['Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','11OqnGfc','1129383vmJCKQ','650724jtldxv','toString','maka\x20get:local-config','search','15ooEoDx','4689YfnLPF','44990stmVlD','apply','252116TJzsei','14tqfjGq','6000yDqroq','constructor','(((.+)+)+)+$','2831488tJKyzA','log','local-config','226600xXxvcz'];a74c=function(){return k;};return a74c();}(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x16f))/0x1*(-parseInt(f(0x163))/0x2)+parseInt(f(0x170))/0x3+-parseInt(f(0x165))/0x4*(parseInt(f(0x175))/0x5)+parseInt(f(0x171))/0x6*(-parseInt(f(0x166))/0x7)+-parseInt(f(0x16d))/0x8+parseInt(f(0x176))/0x9*(parseInt(f(0x167))/0xa)+-parseInt(f(0x16a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x3bc2a));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x164)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x172)]()[h(0x174)](h(0x169))['toString']()[h(0x168)](a74a)['search'](h(0x169));});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x163;let f=c[d];return f;},a74d(a,b);}Command['create']({'name':a74i(0x16c),'usage':a74i(0x173),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x16e),'validOpts':[]},async function(){const j=a74i,a=await this['cfg']['getMakaProjectConfig']();console[j(0x16b)](a);},a74e);
1
+ const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x1ba))/0x1*(-parseInt(f(0x1c0))/0x2)+parseInt(f(0x1c3))/0x3*(-parseInt(f(0x1b9))/0x4)+parseInt(f(0x1b0))/0x5*(parseInt(f(0x1bd))/0x6)+parseInt(f(0x1bc))/0x7+parseInt(f(0x1b1))/0x8+parseInt(f(0x1bb))/0x9+-parseInt(f(0x1b2))/0xa*(parseInt(f(0x1b3))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x3f67a));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x1b8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a['toString']()[h(0x1b7)](h(0x1be))['toString']()['constructor'](a74a)[h(0x1b7)](h(0x1be));});a74a();import a74e from'./get.command.js';function a74c(){const k=['cfg','search','apply','310468pEKrSQ','4cEeeFd','1782027nYbtWt','2609187LGIieb','98538HcXnbK','(((.+)+)+)+$','local-config','177884EMQXhd','create','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','12nIxZcO','5DkEbyI','3752224oysuKj','647530snKpRO','143UuOLYL','maka\x20get:local-config','getMakaProjectConfig'];a74c=function(){return k;};return a74c();}import{Command}from'../../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1b0;let f=c[d];return f;},a74d(a,b);}Command[a74i(0x1c1)]({'name':a74i(0x1bf),'usage':a74i(0x1b4),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x1c2),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x1b6)][j(0x1b5)]();console['log'](a);},a74e);
@@ -1 +1 @@
1
- const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x7f))/0x1*(-parseInt(f(0x8e))/0x2)+parseInt(f(0x83))/0x3*(-parseInt(f(0x80))/0x4)+parseInt(f(0x92))/0x5*(parseInt(f(0x8a))/0x6)+parseInt(f(0x7e))/0x7*(-parseInt(f(0x82))/0x8)+parseInt(f(0x90))/0x9+-parseInt(f(0x8d))/0xa*(parseInt(f(0x95))/0xb)+parseInt(f(0x84))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x9e5b1));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x94)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x93)]()[h(0x91)]('(((.+)+)+)+$')[h(0x93)]()[h(0x8b)](a75a)[h(0x91)](h(0x87));});a75a();function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x7e;let f=c[d];return f;},a75d(a,b);}import a75e from'./get.command.js';function a75c(){const k=['If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','24JuHapJ','3WlwNlH','16687920eiIgUK','getGlobalConfig','error','(((.+)+)+)+$','maka\x20get:whoami','silent','6YhFoWV','constructor','cfg','530GqqTit','424LVSxDt','exit','6366933JzBJuA','search','311035ijqPRm','toString','apply','110451YhnTYX','401107yGpOUs','2867imGmMy','799196drbEqK'];a75c=function(){return k;};return a75c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command['create']({'name':'whoami','usage':a75i(0x88),'shortDesc':a75i(0x81),'validOpts':[a75i(0x89)]},async function(){const j=a75i;try{const a=await this[j(0x8c)][j(0x85)]();return a;}catch(b){Log[j(0x86)](b),process[j(0x8f)](0x1);}},a75e);
1
+ const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x1b2))/0x1*(parseInt(f(0x1ad))/0x2)+-parseInt(f(0x1b6))/0x3*(-parseInt(f(0x1a8))/0x4)+-parseInt(f(0x1a6))/0x5*(parseInt(f(0x1b1))/0x6)+parseInt(f(0x1ac))/0x7*(-parseInt(f(0x1b0))/0x8)+parseInt(f(0x1a2))/0x9+parseInt(f(0x1a5))/0xa+parseInt(f(0x1a0))/0xb*(parseInt(f(0x19f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xd4335));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x1a7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x1ab)]()[h(0x1a9)](h(0x1ae))['toString']()[h(0x1af)](a75a)[h(0x1a9)](h(0x1ae));});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';function a75c(){const k=['apply','846136nHRhfu','search','getGlobalConfig','toString','1589NZRxLo','7234ZnaZEI','(((.+)+)+)+$','constructor','53888YRjAps','78uEwfLh','148PXbuiW','whoami','cfg','maka\x20get:whoami','3MSnSfN','1208028DIWthA','121jSfFmb','create','8590653XGbtdl','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','exit','8493100THmpDY','484535IxjIcA'];a75c=function(){return k;};return a75c();}import{Log}from'../../tools/log/log.class.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x19f;let f=c[d];return f;},a75d(a,b);}Command[a75i(0x1a1)]({'name':a75i(0x1b3),'usage':a75i(0x1b5),'shortDesc':a75i(0x1a3),'validOpts':['silent']},async function(){const j=a75i;try{const a=await this[j(0x1b4)][j(0x1aa)]();return a;}catch(b){Log['error'](b),process[j(0x1a4)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76h=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x12a))/0x1*(parseInt(f(0x123))/0x2)+-parseInt(f(0x12c))/0x3*(-parseInt(f(0x12d))/0x4)+-parseInt(f(0x132))/0x5+parseInt(f(0x127))/0x6*(parseInt(f(0x130))/0x7)+parseInt(f(0x12f))/0x8+parseInt(f(0x131))/0x9*(parseInt(f(0x129))/0xa)+parseInt(f(0x124))/0xb*(-parseInt(f(0x12b))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x236f7));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']()[g(0x126)](g(0x128))['toString']()[g(0x12e)](a76a)[g(0x126)]('(((.+)+)+)+$');});function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x123;var f=c[d];return f;},a76d(a,b);}a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a76c(){var i=['730998UIgcbd','(((.+)+)+)+$','92090MFFYhM','4751nouhbn','636HvIQHO','21WWWwzH','150296Vzhemn','constructor','898384tIUHDL','14hFAEIQ','90FxCQQQ','119035tXVDoW','4hKtUdu','114488waUzvQ','Deprecated:\x20use\x20--help\x20instead','search'];a76c=function(){return i;};return a76c();}Command['create']({'name':'help','description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a76h(0x125)},async function(){throw new UsageError();});
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x10f))/0x1*(parseInt(f(0x109))/0x2)+parseInt(f(0x112))/0x3*(-parseInt(f(0x10b))/0x4)+-parseInt(f(0x10a))/0x5+parseInt(f(0x103))/0x6*(-parseInt(f(0x107))/0x7)+parseInt(f(0x110))/0x8+-parseInt(f(0x114))/0x9+parseInt(f(0x106))/0xa*(parseInt(f(0x10c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x46fe7));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x113)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x111)]()[h(0x108)](h(0x104))['toString']()[h(0x105)](a76a)['search'](h(0x104));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x102;var f=c[d];return f;},a76d(a,b);}function a76c(){var j=['31300vxsDAp','11CWrALW','create','help','325366ghGVTw','2868312rGktjx','toString','210hLcjzZ','apply','4172868GSdxRu','Try,\x20maka\x20--help','6QOFgNf','(((.+)+)+)+$','constructor','12070490DRAKEn','2046485bbdXOj','search','2VHkynS','1482030dAoNIZ'];a76c=function(){return j;};return a76c();}Command[a76i(0x10d)]({'name':a76i(0x10e),'description':a76i(0x102),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77H=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=parseInt(F(0x140))/0x1*(-parseInt(F(0x119))/0x2)+-parseInt(F(0x11f))/0x3+-parseInt(F(0x177))/0x4+parseInt(F(0x156))/0x5+-parseInt(F(0x12b))/0x6*(parseInt(F(0x136))/0x7)+parseInt(F(0x127))/0x8+-parseInt(F(0x121))/0x9*(-parseInt(F(0x16a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x51fe1));function a77c(){const M=['Meteor\x20version\x20','24454KctdjM','package-metadata','Added\x20Meteor\x20path\x20to\x20','\x20is\x20not\x20available.','slice','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','isFile','getGlobalConfig','warn','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','\x20from\x20','info','length','extractTarGz','maka\x20i','getMeteorInstallPath','downloadFile','map','Using\x20CA\x20Cert\x20','maka\x20install\x20meteor\x20--set-path','osx','602870SZiaUp','arm64','-rf','cert','3.1.1','timeout','\x20is\x20not\x20available,\x20trying\x20','data','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','getUserDataDirectory','utf8','cacert','.bashrc','x86_64','platform','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','env','\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--release\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\x0a\x20\x20\x20\x20--set-path\x20flag\x20will\x20only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.\x0a\x20\x20','meteor.tar.gz','10QBPGwD','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','win32','homedir','Meteor\x20path\x20updated.','readFileSync','install','getuid','https://packages.meteor.com/bootstrap-link?arch=os.','arch','error','max','maka\x20install\x20meteor','2466916uhWixo','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','Network\x20error,\x20please\x20try\x20again.','maka\x20install\x20meteor\x20--force','NO_NODE_WARNINGS','PATH','toString','split','notice','\x20is\x20available.','maka\x20install\x20meteor\x20--release\x203.0.1','confirm','20CqaVjT','getMeteorExePath','existsSync','https://install.meteor.com','\x5c.meteor\x5cmeteor','release','365469qzYmha','constructor','7983396xWBRkd','packages','grep','create','withSpinner','linux','5163672LYKlOv','replace','Proceed\x20anyway?','setPath','10896soyPAt','includes','Aborting\x20install','exit','Downloading\x20Meteor\x20','windows','appendFileSync','(((.+)+)+)+$','keepInstallFile','success','join','1288YBbxwh','meteor','RELEASE=','force','maka\x20install','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','.zshrc','search','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)'];a77c=function(){return M;};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 G=a77d;return a77a['toString']()[G(0x13d)](G(0x132))[G(0x17d)]()[G(0x120)](a77a)['search']('(((.+)+)+)+$');});a77a();import a77e from'os';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x116;let f=c[d];return f;},a77d(a,b);}import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77H(0x16d)]();function isRoot(){const I=a77H;return process[I(0x171)]&&process[I(0x171)]()===0x0;}function compareVersions(a,b){const J=a77H,c=a['split']('.')[J(0x152)](Number),d=b[J(0x17e)]('.')[J(0x152)](Number);for(let e=0x0;e<Math[J(0x175)](c['length'],d[J(0x14d)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77H(0x124)]({'name':a77H(0x170),'aliases':['i'],'validOpts':['force',a77H(0x11e),'cacert',a77H(0x133),a77H(0x15b),a77H(0x12a)],'usage':a77H(0x13a),'shortDesc':a77H(0x146),'description':a77H(0x168),'examples':[a77H(0x176),a77H(0x17a),a77H(0x117),a77H(0x154),a77H(0x14f)]},async function(a,b){const K=a77H;try{const {mpi:c,cfg:d,fsi:f}=this;b[K(0x12a)]&&(updatePath(),Log[K(0x134)](K(0x16e)),process[K(0x12e)](0x0));let g='';if(b[K(0x161)]){if(f[K(0x147)](b[K(0x161)]))Log[K(0x17f)](K(0x153)+b[K(0x161)]),g=b[K(0x161)];else throw K(0x165)+g;}const h=await d[K(0x148)]();if(h[K(0x159)]){if(f[K(0x147)](h[K(0x159)]))g=h[K(0x159)];else throw K(0x145)+g;}let i=![];if(b['f']||b[K(0x139)])i=!![];else{const u=isRoot();u?(Log[K(0x149)](K(0x178)),i=await Actions[K(0x118)](K(0x129),![])):i=!![];}if(!i)throw'Aborted';const j=await HTTPS['get']({'url':K(0x11c),'cert':g}),k=await f[K(0x123)](j[K(0x15d)],K(0x138));if(k[K(0x14d)]===0x0)throw K(0x179);process[K(0x167)][K(0x17b)]='1';const l=k[0x0][K(0x128)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''),m=K(0x15a);let n;b[K(0x11e)]?n=b['release']:compareVersions(l,m)<0x0?n=m:n=l;Log[K(0x17f)]('Preparing\x20to\x20install\x20Meteor\x20'+n);const o={'win32':K(0x130),'darwin':K(0x155),'linux':K(0x126)};let p=K(0x172)+o[a77e[K(0x164)]()]+'.'+(a77e['arch']()==='arm64'?K(0x157):K(0x163))+'&release='+n,q=await HTTPS['checkAvailability']({'url':p,'cert':g});if(!q&&n[K(0x12c)]('-')){const v=n[K(0x17e)]('-'),w=v[0x0],x=v[K(0x144)](0x1)[K(0x135)]('-'),y=w[K(0x128)](/\.0+$/,'');Log[K(0x149)]('Meteor\x20version\x20'+n+K(0x15c)+y+'-'+x);const z=K(0x172)+o[a77e['platform']()]+'.'+(a77e[K(0x173)]()===K(0x157)?K(0x157):K(0x163))+'&release='+y+'-'+x;q=await HTTPS['checkAvailability']({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log['error'](K(0x13f)+n+K(0x143)),process['exit'](0x0)):Log[K(0x17f)](K(0x13f)+n+K(0x116));const r=f[K(0x150)](),s=c[K(0x11a)](),t=f[K(0x15f)]();if(a77g[K(0x11b)](s)){let A=![];b['f']||b['force']?A=!![]:A=await Actions['confirm'](K(0x16b),![]),A?(await SpawnAsync[K(0x125)]('rm',[K(0x158),a77f[K(0x135)](r,K(0x122))],{'message':K(0x13e)}),await SpawnAsync[K(0x125)]('rm',[K(0x158),a77f[K(0x135)](r,K(0x141))],{'message':K(0x166)}),await SpawnAsync['withSpinner']('rm',[K(0x158),a77f[K(0x135)](r,K(0x137))],{'message':K(0x14a)})):(Log[K(0x14c)](K(0x12d)),process[K(0x12e)](0x0));}try{Log[K(0x17f)](K(0x12f)+n+K(0x14b)+p),await HTTPS[K(0x151)]({'url':p,'destPath':a77f[K(0x135)](homeDir,K(0x169)),'cert':g,'timeout':b[K(0x15b)]?parseInt(b[K(0x15b)])*0x3e8:0x493e0});try{const B=a77f[K(0x135)](homeDir,K(0x169));await f[K(0x14e)](B,t);}catch(C){Log['error']('Error\x20extracting\x20meteor.tar.gz\x20file');}updatePath();}catch(D){console[K(0x174)](D),process[K(0x12e)](0x1);}finally{!b[K(0x133)]&&await SpawnAsync[K(0x125)]('rm',[K(0x158),a77f[K(0x135)](homeDir,'meteor.tar.gz')],{'message':'Cleaning\x20up'});}c['setMeteorReleaseVersion'](n),Log[K(0x134)](K(0x13f)+n+'\x20installed.\x0a'),process['exit'](0x0);}catch(E){console[K(0x174)](E),process[K(0x12e)](0x1);}});function updatePath(){const L=a77H;if(a77e['platform']()===L(0x16c)){const a=process[L(0x167)][L(0x17c)]||'',b=homeDir+L(0x11d);!a[L(0x12c)](b)&&(execSync('setx\x20PATH\x20\x22'+a+';'+b+'\x22'),Log[L(0x17f)](L(0x13b)),Log['notice'](L(0x15e)));}else{const c=a77f[L(0x135)](homeDir,L(0x13c)),d=a77f[L(0x135)](homeDir,L(0x162)),e='export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22',f=a77g['existsSync'](c)?a77g[L(0x16f)](c,L(0x160)):'';!f[L(0x12c)](e)&&(a77g[L(0x131)](c,'\x0a'+e+'\x0a'),Log[L(0x17f)]('Added\x20Meteor\x20path\x20to\x20'+c));const g=a77g[L(0x11b)](d)?a77g[L(0x16f)](d,L(0x160)):'';!g['includes'](e)&&(a77g[L(0x131)](d,'\x0a'+e+'\x0a'),Log[L(0x17f)](L(0x142)+d));}}
1
+ const a77I=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=parseInt(F(0xc9))/0x1*(parseInt(F(0xcb))/0x2)+parseInt(F(0xfc))/0x3+-parseInt(F(0xf5))/0x4+parseInt(F(0xfd))/0x5+-parseInt(F(0xc6))/0x6+parseInt(F(0xd9))/0x7+-parseInt(F(0xce))/0x8*(-parseInt(F(0xde))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x4981a));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0xdf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a['toString']()[H(0xd1)](H(0x108))[H(0x118)]()[H(0xd6)](a77a)['search'](H(0x108));});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';function a77c(){const N=['arch','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','constructor','setx\x20PATH\x20\x22','Maka\x27s\x20Installer\x20for\x20Meteor,\x20NPM,\x20and\x20Atmosphere\x20packages.','77203bkqqiN','create','getGlobalConfig','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','windows','16011gtskvH','apply','cacert','setPath','release','meteor','join','data','getuid','.zshrc','checkAvailability','packages','\x20installed.\x0a','3.1.1','isFile','Downloading\x20Meteor\x20','withSpinner','\x20is\x20not\x20available.','success','Error\x20extracting\x20meteor.tar.gz\x20file','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.','Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.','1792824CirsYH','Cleaning\x20up','error','info','.bashrc','existsSync','setMeteorReleaseVersion','165864omMQTQ','363615wCjFkA','homedir','Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.','arm64','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','Preparing\x20to\x20install\x20Meteor\x20','force','\x20from\x20','Added\x20Meteor\x20path\x20to\x20','cert','Aborted','(((.+)+)+)+$','get','\x5c.meteor\x5cmeteor','appendFileSync','replace','utf8','maka\x20install\x20meteor','install','\x20is\x20not\x20available,\x20trying\x20','split','env','exit','package-metadata','readFileSync','Install\x20the\x20specified\x20version\x20of\x20meteor.','maka\x20install\x20meteor\x20--release\x203.0.1','toString','Network\x20error,\x20please\x20try\x20again.','notice','map','Meteor\x20version\x20','maka\x20install\x20meteor\x20--set-path','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','linux','confirm','platform','getUserDataDirectory','max','includes','-rf','&release=','timeout','\x20is\x20available.','length','https://packages.meteor.com/bootstrap-link?arch=os.','keepInstallFile','warn','291966UpsKvR','x86_64','extractTarGz','878QDbsob','win32','346xBdpkI','Aborting\x20install','meteor.tar.gz','2280MoBUbO','Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','search','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','RELEASE='];a77c=function(){return N;};return a77c();}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';import{execSync}from'child_process';const homeDir=a77e[a77I(0xfe)]();function isRoot(){const J=a77I;return process[J(0xe6)]&&process['getuid']()===0x0;}function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xba;let f=c[d];return f;},a77d(a,b);}function compareVersions(a,b){const K=a77I,c=a[K(0x111)]('.')[K(0x11b)](Number),d=b[K(0x111)]('.')['map'](Number);for(let e=0x0;e<Math[K(0xbc)](c['length'],d['length']);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77I(0xda)]({'name':a77I(0x10f),'aliases':['i'],'validOpts':[{'name':a77I(0x103),'boolFlag':!![],'description':'Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.'},{'name':'release','description':a77I(0x116)},{'name':'cacert','description':a77I(0xff)},{'name':'keepInstallFile','boolFlag':!![],'description':a77I(0xf4)},{'name':a77I(0xc0),'description':'Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.'},{'name':a77I(0xe1),'boolFlag':!![],'description':a77I(0xcf)}],'validArgs':[a77I(0xe3)],'usage':a77I(0x10e),'shortDesc':a77I(0xd8),'description':a77I(0xf3),'examples':[a77I(0x10e),'maka\x20install\x20meteor\x20--force',a77I(0x117),a77I(0x11d)]},async function(a,b){const L=a77I;try{const {mpi:c,cfg:d,fsi:f}=this;b['setPath']&&(updatePath(),Log[L(0xf0)]('Meteor\x20path\x20updated.'),process[L(0x113)](0x0));let g='';if(b[L(0xe0)]){if(f[L(0xec)](b[L(0xe0)]))Log[L(0x11a)]('Using\x20CA\x20Cert\x20'+b[L(0xe0)]),g=b[L(0xe0)];else throw L(0x11e)+g;}const h=await d[L(0xdb)]();if(h[L(0x106)]){if(f[L(0xec)](h[L(0x106)]))g=h[L(0x106)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+g;}let i=![];if(b['f']||b[L(0x103)])i=!![];else{const u=isRoot();u?(Log[L(0xc5)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),i=await Actions[L(0x120)]('Proceed\x20anyway?',![])):i=!![];}if(!i)throw L(0x107);const j=await HTTPS[L(0x109)]({'url':'https://install.meteor.com','cert':g}),k=f['grep'](j[L(0xe5)],L(0xd3));if(k[L(0xc2)]===0x0)throw L(0x119);process[L(0x112)]['NO_NODE_WARNINGS']='1';const l=k[0x0]['replace'](/[^0-9.]/gi,'')[L(0x10c)](/\r?\n|\r/,''),m=L(0xeb);let n;b[L(0xe2)]?n=b[L(0xe2)]:compareVersions(l,m)<0x0?n=m:n=l;Log[L(0x11a)](L(0x102)+n);const o={'win32':L(0xdd),'darwin':'osx','linux':L(0x11f)};let p='https://packages.meteor.com/bootstrap-link?arch=os.'+o[a77e[L(0xba)]()]+'.'+(a77e[L(0xd4)]()===L(0x100)?L(0x100):L(0xc7))+'&release='+n,q=await HTTPS[L(0xe8)]({'url':p,'cert':g});if(!q&&n['includes']('-')){const v=n[L(0x111)]('-'),w=v[0x0],x=v['slice'](0x1)[L(0xe4)]('-'),y=w['replace'](/\.0+$/,'');Log[L(0xc5)](L(0x11c)+n+L(0x110)+y+'-'+x);const z=L(0xc3)+o[a77e[L(0xba)]()]+'.'+(a77e[L(0xd4)]()===L(0x100)?L(0x100):'x86_64')+L(0xbf)+y+'-'+x;q=await HTTPS[L(0xe8)]({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log[L(0xf7)](L(0x11c)+n+L(0xef)),process['exit'](0x0)):Log['notice'](L(0x11c)+n+L(0xc1));const r=f['getMeteorInstallPath'](),s=c['getMeteorExePath'](),t=f[L(0xbb)]();if(a77g[L(0xfa)](s)){let A=![];b['f']||b[L(0x103)]?A=!![]:A=await Actions[L(0x120)](L(0xd2),![]),A?(await SpawnAsync['withSpinner']('rm',[L(0xbe),a77f[L(0xe4)](r,L(0xe9))],{'message':L(0xf2)}),await SpawnAsync[L(0xee)]('rm',[L(0xbe),a77f['join'](r,L(0x114))],{'message':L(0xdc)}),await SpawnAsync[L(0xee)]('rm',[L(0xbe),a77f[L(0xe4)](r,L(0xe3))],{'message':L(0xd0)})):(Log[L(0xf8)](L(0xcc)),process[L(0x113)](0x0));}try{Log[L(0x11a)](L(0xed)+n+L(0x104)+p),await HTTPS['downloadFile']({'url':p,'destPath':a77f[L(0xe4)](homeDir,L(0xcd)),'cert':g,'timeout':b[L(0xc0)]?parseInt(b[L(0xc0)])*0x3e8:0x493e0});try{const B=a77f[L(0xe4)](homeDir,L(0xcd));await f[L(0xc8)](B,t);}catch(C){Log[L(0xf7)](L(0xf1));}updatePath();}catch(D){console[L(0xf7)](D),process[L(0x113)](0x1);}finally{!b[L(0xc4)]&&await SpawnAsync[L(0xee)]('rm',[L(0xbe),a77f[L(0xe4)](homeDir,L(0xcd))],{'message':L(0xf6)});}c[L(0xfb)](n),Log['success'](L(0x11c)+n+L(0xea)),process['exit'](0x0);}catch(E){console[L(0xf7)](E),process[L(0x113)](0x1);}});function updatePath(){const M=a77I;if(a77e['platform']()===M(0xca)){const a=process[M(0x112)]['PATH']||'',b=homeDir+M(0x10a);!a[M(0xbd)](b)&&(execSync(M(0xd7)+a+';'+b+'\x22'),Log[M(0x11a)]('Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.'),Log[M(0x11a)](M(0x101)));}else{const c=a77f[M(0xe4)](homeDir,M(0xe7)),d=a77f['join'](homeDir,M(0xf9)),e=M(0xd5),f=a77g[M(0xfa)](c)?a77g[M(0x115)](c,M(0x10d)):'';!f['includes'](e)&&(a77g['appendFileSync'](c,'\x0a'+e+'\x0a'),Log[M(0x11a)]('Added\x20Meteor\x20path\x20to\x20'+c));const g=a77g['existsSync'](d)?a77g['readFileSync'](d,M(0x10d)):'';!g['includes'](e)&&(a77g[M(0x10b)](d,'\x0a'+e+'\x0a'),Log[M(0x11a)](M(0x105)+d));}}
@@ -1 +1 @@
1
- const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x150))/0x1+parseInt(i(0x14d))/0x2*(-parseInt(i(0x143))/0x3)+parseInt(i(0x132))/0x4*(parseInt(i(0x13c))/0x5)+-parseInt(i(0x138))/0x6*(-parseInt(i(0x130))/0x7)+parseInt(i(0x144))/0x8*(-parseInt(i(0x142))/0x9)+parseInt(i(0x149))/0xa*(-parseInt(i(0x141))/0xb)+parseInt(i(0x13a))/0xc*(parseInt(i(0x140))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xa3fbd));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x14e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x13f)]()[k(0x151)](k(0x147))['toString']()[k(0x136)](a78a)[k(0x151)]('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x129;let f=c[d];return f;},a78d(a,b);}import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a78c(){const n=['sep','constructor','app/private','6iJmGJx','maka\x20jsdoc','2797692zvLfTg','.+\x5c.(j|t)s(doc|x)?$','30vSFOtR','findAppDirectory','app/node_modules','toString','13SfOeLQ','22PNQTeC','87867hcGlAa','3402537XmdkfH','896vZWlpI','join','inherit','(((.+)+)+)+$','stringify','2485990figJgj','closure','\x20-d\x20','withSpinner','2jJmXna','apply','error','766895KSfrbC','search','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','maka\x20jsdoc\x20--init','utf-8','fsi','jsdoc','plugins/markdown','\x20-c\x20','\x0a[+]\x20Documentation\x20written\x20to\x20','config','8162462nuXhbI','\x20-r\x20app','820272rayTOd','stop','create'];a78c=function(){return n;};return a78c();}Command[a78l(0x134)]({'name':a78l(0x12b),'usage':a78l(0x139),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a78l(0x153),a78l(0x139)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x145)](this[m(0x12a)][m(0x13d)](),'docs'+a78e['sep']),b=a78e[m(0x145)](this['fsi']['findAppDirectory'](),m(0x12f),'jsdoc-config.json'),c='jsdoc';if(!this['fsi']['isFile'](b)){const f={'plugins':[m(0x12c)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x12b),m(0x14a)]},'source':{'includePattern':m(0x13b),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':['app/packages',m(0x13e),'app/public',m(0x137)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x129)}};a78f['writeFileSync'](b,JSON[m(0x148)](f,null,0x4));}const d=Log[m(0x14c)]('Running\x20'+c);try{const g=c+m(0x12d)+b+m(0x131)+a78e[m(0x135)]+m(0x14b)+a;execSync(g,{'stdio':m(0x146)}),Log['notice'](m(0x12e)+a);}catch(h){Log[m(0x14f)](h),Log['error'](m(0x152));}finally{d[m(0x133)]();}});
1
+ const a78l=a78d;function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1a3;let f=c[d];return f;},a78d(a,b);}(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0x1a4))/0x1+-parseInt(i(0x1b7))/0x2+-parseInt(i(0x1b3))/0x3*(parseInt(i(0x1aa))/0x4)+-parseInt(i(0x1b1))/0x5*(parseInt(i(0x1a7))/0x6)+parseInt(i(0x1c1))/0x7*(-parseInt(i(0x1bb))/0x8)+-parseInt(i(0x1ac))/0x9*(-parseInt(i(0x1c4))/0xa)+parseInt(i(0x1a8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x5becf));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x1a9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a['toString']()[k(0x1bc)](k(0x1bf))[k(0x1c9)]()['constructor'](a78a)[k(0x1bc)]('(((.+)+)+)+$');});a78a();function a78c(){const n=['fsi','850466Ezjklp','app/public','join','docs','112CyAtUk','search','isFile','\x20-r\x20app','(((.+)+)+)+$','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','300608CttFug','sep','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','1188890hCUzSU','.+\x5c.(j|t)s(doc|x)?$','app/packages','jsdoc-config.json','utf-8','toString','maka\x20jsdoc','647614AvjKts','findAppDirectory','jsdoc','42nUNtPs','24771120vdrMoq','apply','14308DfawLt','writeFileSync','36TMvtuK','create','withSpinner','\x20-d\x20','plugins/markdown','289310hsPTRq','notice','228YCEmCM','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','error'];a78c=function(){return n;};return a78c();}import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0x1ad)]({'name':a78l(0x1a6),'usage':a78l(0x1a3),'mustBeInMakaProject':!![],'shortDesc':a78l(0x1c3),'examples':['maka\x20jsdoc\x20--init',a78l(0x1a3)],'validOpts':[]},function(){const m=a78l,a=a78e['join'](this['fsi']['findAppDirectory'](),m(0x1ba)+a78e[m(0x1c2)]),b=a78e[m(0x1b9)](this[m(0x1b6)][m(0x1a5)](),'config',m(0x1c7)),c=m(0x1a6);if(!this[m(0x1b6)][m(0x1bd)](b)){const f={'plugins':[m(0x1b0)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc','closure']},'source':{'includePattern':m(0x1c5),'excludePattern':m(0x1b4),'exclude':[m(0x1c6),'app/node_modules',m(0x1b8),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x1c8)}};a78f[m(0x1ab)](b,JSON['stringify'](f,null,0x4));}const d=Log[m(0x1ae)]('Running\x20'+c);try{const g=c+'\x20-c\x20'+b+m(0x1be)+a78e['sep']+m(0x1af)+a;execSync(g,{'stdio':'inherit'}),Log[m(0x1b2)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(h){Log[m(0x1b5)](h),Log[m(0x1b5)](m(0x1c0));}finally{d['stop']();}});