@maka/maka-cli 5.1.5 → 5.1.6

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(0x1a0))/0x1+-parseInt(f(0x1bb))/0x2+-parseInt(f(0x1bd))/0x3+-parseInt(f(0x1c6))/0x4+-parseInt(f(0x1a3))/0x5*(parseInt(f(0x19c))/0x6)+parseInt(f(0x1c1))/0x7*(parseInt(f(0x1c5))/0x8)+parseInt(f(0x19e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x53af3));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(0x1ac)]()[g(0x1c9)](g(0x1aa))[g(0x1ac)]()[g(0x1c2)](a58a)[g(0x1c9)](g(0x1aa));});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(0x1c4)],'category':Category[h(0x1c7)],'shape':Shape[h(0x1b5)],'color':Color[h(0x1ad)],'texture':Texture[h(0x1c0)],'rating':Rating[h(0x1a4)],'weight':0x1});}[a58i(0x1cc)](){return this['description'];}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x19c;var f=c[d];return f;},a58d(a,b);}export class Sword extends Item{constructor(a,b){var j=a58i;super({'name':a,'description':b,'size':Size[j(0x1c4)],'category':Category[j(0x1b1)],'shape':Shape[j(0x1ce)],'color':Color[j(0x1cd)],'texture':Texture[j(0x1b0)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size[k(0x1c3)],'category':Category[k(0x1b1)],'shape':Shape['Rifle'],'color':Color[k(0x1b9)],'texture':Texture[k(0x1b0)],'rating':Rating[k(0x1d1)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[l(0x1ae)],'shape':Shape['Circle'],'color':Color[l(0x1cd)],'texture':Texture['Metallic'],'rating':Rating[l(0x1a4)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size[m(0x1c3)],'category':Category['BodyArmor'],'shape':Shape[m(0x1b5)],'color':Color['Grey'],'texture':Texture[m(0x1b0)],'rating':Rating[m(0x1a4)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[n(0x1b8)],'shape':Shape[n(0x1b5)],'color':Color[n(0x1cd)],'texture':Texture[n(0x1b0)],'rating':Rating[n(0x1a4)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size[o(0x1c4)],'category':Category[o(0x1bf)],'shape':Shape[o(0x1af)],'color':Color[o(0x1b9)],'texture':Texture[o(0x1c0)],'rating':Rating[o(0x1a4)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size['Small'],'category':Category['Gloves'],'shape':Shape[p(0x1af)],'color':Color[p(0x1b9)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size[q(0x1c4)],'category':Category['ArmArmor'],'shape':Shape[q(0x1b5)],'color':Color[q(0x1cd)],'texture':Texture[q(0x1b0)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0x1d0)],'category':Category[r(0x1ca)],'shape':Shape['Rectangle'],'color':Color[r(0x1ad)],'texture':Texture[r(0x1c0)],'rating':Rating[r(0x1a4)],'weight':0x0});}[a58i(0x1cc)](){var s=a58i;return s(0x1a6);}}export class Weapon extends Item{constructor(a,b){var t=a58i;super({'name':a,'description':b,'size':Size[t(0x1c4)],'category':Category[t(0x1b1)],'shape':Shape['Blade'],'color':Color[t(0x1cd)],'texture':Texture[t(0x1b0)],'rating':Rating[t(0x1a4)],'weight':0x3});}[a58i(0x1cc)](){var u=a58i;return u(0x1a1);}}export class Book extends Item{[a58i(0x1a7)];[a58i(0x1a2)];[a58i(0x1a8)];constructor(a,b=a58i(0x1ba),c=a58i(0x1b2)){var v=a58i;super({'name':a,'description':b,'size':Size[v(0x1c4)],'category':Category[v(0x19d)],'shape':Shape[v(0x1b5)],'color':Color[v(0x1b9)],'texture':Texture[v(0x1c0)],'rating':Rating['Common'],'weight':0x1}),this[v(0x1a7)]=c,this[v(0x1a2)]=new Date(),this[v(0x1a8)]=0x64;}['use'](){var w=a58i;return w(0x1cf);}}function a58c(){var C=['Boots','Smooth','217YLPZaE','constructor','Large','Medium','30776IKCpmY','2647956BKhDro','Unknown','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','search','Key','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','use','Grey','Blade','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Tiny','Rare','123678oIEBLX','Book','15279687CfsjEr','Gold','199470yStrLz','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','publishDate','15zuwKHb','Common','Rifle','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','author','pageCount','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','(((.+)+)+)+$','Small','toString','Yellow','Helmet','Circle','Metallic','Weapon','Unknown\x20Author','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Cup','Rectangle','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Legendary','LegArmor','Brown','A\x20mysterious\x20book.','788192pQpkEJ','Short\x20Sword','1667325WHvWVu','You\x20hold\x20the\x20'];a58c=function(){return C;};return a58c();}export class ShortSword extends Item{constructor(){var x=a58i;super({'name':x(0x1bc),'description':x(0x1cb),'size':Size[x(0x1c4)],'category':Category[x(0x1b1)],'shape':Shape[x(0x1ce)],'color':Color[x(0x1cd)],'texture':Texture['Metallic'],'rating':Rating[x(0x1a4)],'weight':0x3});}['use'](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var y=a58i;super({'name':'Sniper\x20Rifle','description':y(0x1b3),'size':Size[y(0x1c3)],'category':Category[y(0x1b1)],'shape':Shape[y(0x1a5)],'color':Color[y(0x1b9)],'texture':Texture[y(0x1c0)],'rating':Rating[y(0x1a4)],'weight':0x5});}[a58i(0x1cc)](){var z=a58i;return z(0x1c8);}}export class HolyGrail extends Item{constructor(){var A=a58i;super({'name':'Holy\x20Grail','description':A(0x1a9),'size':Size[A(0x1ab)],'category':Category[A(0x1b4)],'shape':Shape[A(0x1af)],'color':Color[A(0x19f)],'texture':Texture[A(0x1b0)],'rating':Rating[A(0x1b7)],'weight':0x1});}[a58i(0x1cc)](){var B=a58i;return B(0x1be)+this['name']+B(0x1b6);}}
@@ -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
+ function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x12f;let f=c[d];return f;},a60d(a,b);}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x17c))/0x1*(-parseInt(f(0x181))/0x2)+-parseInt(f(0x135))/0x3*(-parseInt(f(0x1a0))/0x4)+-parseInt(f(0x19f))/0x5+parseInt(f(0x18b))/0x6+parseInt(f(0x182))/0x7+-parseInt(f(0x176))/0x8*(-parseInt(f(0x162))/0x9)+parseInt(f(0x19a))/0xa*(-parseInt(f(0x13b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xcd916));function a60c(){const j=['Central\x20Chamber\x20Key','east','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','west','Ares\x20Predator','Chad\x20the\x20stupid\x20guard','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','OUTSIDE','Armory','501QznCeF','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Jackpoint\x20Login','NORTH','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','That\x20passcode\x20is\x20incorrect','99YynPbi','holyGrail','creditstick','Emblem\x20Shield','Courtyard','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','amulet','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','The\x20data\x20remains\x20encrypted.','show\x20loyalty','Sniper\x20Rifle','A\x20thin\x20log\x20book','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','apply','Corporate\x20Creditstick','Blood-stained\x20Key','SOUTH','rifle','A\x20chalice\x20made\x20of\x20pure\x20gold.','Corp\x20Enclave','outside','Rigger\x27s\x20Workshop','A\x20key\x20stained\x20with\x20old\x20blood.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Amulet\x20of\x20Awakening','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Library','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Guard\x27s\x20Log\x20Book','Holy\x20Grail','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','basic','The\x20chest\x20remains\x20firmly\x20shut.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Torture\x20Chamber','Golden\x20Chalice','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Central\x20Chamber','1900647PuOwlN','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','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','Ancient\x20Gem','Rusted\x20Sword','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Golden\x20Key','gem','(((.+)+)+)+$','Barrens\x20Entrance','Barrens\x20Hideout','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','insert\x20gem','Matrix\x20Data\x20Haven','Mage\x27s\x20Lair','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','Entrance\x20Hall','Encrypted\x20Data\x20Key','8wUxuPP','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','drone','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','toString','1vVQcoJ','search','constructor','down','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','319950OgAcIY','10613085VLEhez','book','Secret\x20Passage','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20clear\x20glass\x20vial.','document','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','north','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','942978mrECEN','Alchemy\x20Lab','key','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','south','cup','Treasure\x20Room','sword','open\x20sesame','decrypt','Downtown\x20Seattle','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','The\x20legendary\x20Holy\x20Grail.','1653390aIwblI','CorpSec\x20Plans','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Study','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','4344450RTQEuG','27652mcmxdn','An\x20old\x20and\x20rusted\x20sword.','inside','Watch\x20Tower'];a60c=function(){return j;};return a60c();}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a['toString']()['search'](h(0x16b))[h(0x17b)]()[h(0x17e)](a60a)[h(0x17d)](h(0x16b));});a60a();export const rooms=[{'name':a60i(0x156),'description':a60i(0x190),'isStartRoom':!![],'items':[{'type':a60i(0x18d),'name':a60i(0x169),'description':a60i(0x1a6)},{'type':'book','name':a60i(0x158),'description':a60i(0x146),'content':a60i(0x12f)}],'exits':[{'direction':'EAST','targetRoom':a60i(0x184)}]},{'name':a60i(0x184),'description':a60i(0x15a),'exits':[{'direction':a60i(0x138),'targetRoom':a60i(0x193),'keyRequired':a60i(0x169)},{'direction':a60i(0x14c),'targetRoom':'Courtyard'}]},{'name':a60i(0x193),'description':a60i(0x131),'items':[{'type':a60i(0x13c),'name':a60i(0x159),'description':a60i(0x199)}]},{'name':a60i(0x13f),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a60i(0x133),'exits':[{'direction':'UP','targetRoom':a60i(0x1a3)}]},{'name':a60i(0x1a3),'description':a60i(0x18a),'roomType':a60i(0x133),'puzzle':{'requiredPhrase':'secret123','riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60i(0x14d),'name':a60i(0x145),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x164),'failureMessage':a60i(0x13a)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60i(0x198),'isStartRoom':!![],'roomType':a60i(0x1a2),'puzzle':{'requiredPhrase':a60i(0x195),'riddle':a60i(0x16e),'rewardItem':{'type':a60i(0x18d),'name':a60i(0x1a4),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0x163),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':'north','targetRoom':a60i(0x19d)},{'direction':'east','targetRoom':a60i(0x161),'keyRequired':a60i(0x1a4)}]},{'name':a60i(0x19d),'description':a60i(0x148),'roomType':'inside','items':[{'type':a60i(0x183),'name':'Riddle\x20Book','description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x157)},{'type':'key','name':a60i(0x1a4),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x191),'targetRoom':a60i(0x174)},{'direction':a60i(0x1a5),'targetRoom':a60i(0x18c)}]},{'name':a60i(0x18c),'description':a60i(0x153),'roomType':'inside','items':[{'type':a60i(0x15b),'name':'Empty\x20vial','description':a60i(0x186)}],'exits':[{'direction':a60i(0x1a7),'targetRoom':a60i(0x19d)},{'direction':a60i(0x189),'targetRoom':a60i(0x134)}]},{'name':a60i(0x134),'description':a60i(0x17a),'roomType':a60i(0x1a2),'items':[{'type':'shield','name':a60i(0x13e),'description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':a60i(0x194),'name':a60i(0x166),'description':a60i(0x1a1)}],'exits':[{'direction':a60i(0x191),'targetRoom':a60i(0x18c)},{'direction':a60i(0x1a5),'targetRoom':a60i(0x161)}]},{'name':a60i(0x161),'description':a60i(0x139),'roomType':a60i(0x1a2),'exits':[{'direction':a60i(0x1a7),'targetRoom':a60i(0x134)},{'direction':a60i(0x191),'targetRoom':a60i(0x174)},{'direction':a60i(0x189),'targetRoom':a60i(0x15e)},{'direction':'east','targetRoom':a60i(0x193)}]},{'name':'Torture\x20Chamber','description':a60i(0x132),'roomType':a60i(0x1a2),'items':[{'type':'key','name':a60i(0x14b),'description':a60i(0x152)}],'puzzle':{'requiredPhrase':'release','riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a60i(0x16a),'name':a60i(0x165),'description':a60i(0x142)},'successMessage':a60i(0x188),'failureMessage':a60i(0x147)},'exits':[{'direction':a60i(0x191),'targetRoom':a60i(0x161)}]},{'name':a60i(0x193),'description':a60i(0x177),'roomType':a60i(0x1a2),'puzzle':{'requiredPhrase':a60i(0x170),'riddle':a60i(0x19c),'rewardItem':{'type':a60i(0x192),'name':a60i(0x15f),'description':a60i(0x14e)},'successMessage':a60i(0x18e),'failureMessage':a60i(0x15c)},'exits':[{'direction':a60i(0x1a7),'targetRoom':a60i(0x161)}]}];export const shadowrunConfig=[{'name':a60i(0x137),'description':a60i(0x15d),'isStartRoom':!![],'roomType':a60i(0x1a2),'exits':[{'direction':a60i(0x189),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0x171)}]},{'name':'Matrix\x20Data\x20Haven','description':a60i(0x155),'roomType':a60i(0x1a2),'puzzle':{'requiredPhrase':a60i(0x196),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60i(0x18d),'name':a60i(0x175),'description':a60i(0x173)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a60i(0x143)},'exits':[{'direction':a60i(0x17f),'targetRoom':a60i(0x137)}]},{'name':a60i(0x197),'description':a60i(0x130),'roomType':a60i(0x150),'exits':[{'direction':a60i(0x191),'targetRoom':a60i(0x137)},{'direction':a60i(0x1a5),'targetRoom':'Barrens\x20Entrance'},{'direction':a60i(0x1a7),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x16c),'description':a60i(0x160),'roomType':a60i(0x150),'puzzle':{'requiredPhrase':a60i(0x144),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':'key','name':'Gang\x20Insignia','description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a60i(0x168),'failureMessage':a60i(0x180)},'exits':[{'direction':'west','targetRoom':a60i(0x197)},{'direction':a60i(0x189),'targetRoom':a60i(0x16d)}]},{'name':a60i(0x14f),'description':a60i(0x185),'roomType':a60i(0x1a2),'items':[{'type':a60i(0x13d),'name':a60i(0x14a),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a60i(0x187),'name':a60i(0x19b),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a60i(0x1a5),'targetRoom':'Downtown\x20Seattle'}]},{'name':a60i(0x16d),'description':a60i(0x19e),'roomType':'outside','items':[{'type':'weapon','name':a60i(0x1a8),'description':a60i(0x136)}],'exits':[{'direction':a60i(0x191),'targetRoom':a60i(0x16c)},{'direction':a60i(0x189),'targetRoom':a60i(0x172)},{'direction':a60i(0x1a5),'targetRoom':'Rigger\x27s\x20Workshop'}]},{'name':'Mage\x27s\x20Lair','description':a60i(0x167),'roomType':a60i(0x1a2),'puzzle':{'requiredPhrase':'disenchant','riddle':a60i(0x18f),'rewardItem':{'type':a60i(0x141),'name':a60i(0x154),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a60i(0x16f),'failureMessage':a60i(0x140)},'exits':[{'direction':a60i(0x191),'targetRoom':a60i(0x16d)}]},{'name':a60i(0x151),'description':a60i(0x179),'roomType':a60i(0x1a2),'items':[{'type':a60i(0x178),'name':'MCT\x20Fly-Spy','description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x1a7),'targetRoom':a60i(0x16d)}]}];
@@ -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
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0xb3))/0x1+parseInt(f(0xb4))/0x2*(-parseInt(f(0xce))/0x3)+parseInt(f(0xad))/0x4*(parseInt(f(0xb5))/0x5)+-parseInt(f(0xb6))/0x6*(-parseInt(f(0xc8))/0x7)+parseInt(f(0xc5))/0x8*(-parseInt(f(0xbe))/0x9)+parseInt(f(0xb7))/0xa*(-parseInt(f(0xd1))/0xb)+parseInt(f(0xd4))/0xc*(parseInt(f(0xac))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xd19e7));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0xc9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0xba)]()[h(0xb1)](h(0xc4))[h(0xba)]()[h(0xcc)](a61a)[h(0xb1)](h(0xc4));});a61a();import{EventEmitter}from'events';function a61c(){var j=['unlockItemOrSolution','toString','isLockable','logger','isStartRoom','337374vqRcDf','description','solved','player','roomB','isLocked','(((.+)+)+)+$','344GtQwxW','name','roomA','399FYCUPg','apply','_logger','category','constructor','shape','111ABIwrP','_playerName','roomType','31273NqwrTc','_inventory','items','12055116ZMOMGF','_currentLocation','puzzle','65UCEIkq','4MpYUMk','weight','uuid','rooms','search','inventory','352100XwNZOK','90148YRMivB','181715FzDqWR','40062DeaTga','3340FHfgDb','characterLocations'];a61c=function(){return j;};return a61c();}export class AbstractScene{[a61i(0xb0)];[a61i(0xc1)];[a61i(0xbc)];[a61i(0xb8)];}export class AbstractRoom extends EventEmitter{[a61i(0xc6)];[a61i(0xbf)];['exits'];[a61i(0xb2)];[a61i(0xab)];[a61i(0xd0)];[a61i(0xbd)];}export class AbstractDoor{[a61i(0xc7)];[a61i(0xc2)];[a61i(0xc3)];[a61i(0xb9)];[a61i(0xc6)];['logger'];[a61i(0xbb)];}export class AbstractInventory{[a61i(0xd3)];[a61i(0xbc)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0xaa;var f=c[d];return f;},a61d(a,b);}export class AbstractItem{[a61i(0xaf)];[a61i(0xc6)];[a61i(0xbf)];['size'];[a61i(0xcb)];[a61i(0xcd)];['color'];['texture'];['rating'];[a61i(0xae)];}export class AbstractPlayer{[a61i(0xcf)];[a61i(0xaa)];[a61i(0xd2)];['_equipment'];['_maxCarryingWeight'];[a61i(0xca)];}export class AbstractPuzzle{[a61i(0xbc)];[a61i(0xc0)];}
@@ -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(0x13d))/0x1*(parseInt(k(0x167))/0x2)+-parseInt(k(0x13f))/0x3+parseInt(k(0x133))/0x4*(parseInt(k(0x12d))/0x5)+-parseInt(k(0x151))/0x6*(-parseInt(k(0x132))/0x7)+parseInt(k(0x143))/0x8*(-parseInt(k(0x12a))/0x9)+-parseInt(k(0x161))/0xa*(parseInt(k(0x123))/0xb)+-parseInt(k(0x155))/0xc*(-parseInt(k(0x126))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xe184c));export var Size;(function(a){var l=a62d;a[l(0x16d)]=l(0x150),a['Small']=l(0x154),a['Medium']=l(0x10f),a[l(0x15e)]=l(0x12e),a[l(0x11d)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x171)]=m(0x15d),a[m(0x163)]=m(0x157),a[m(0x138)]=m(0x166);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x172)]='weapon',a[n(0x16c)]=n(0x127),a[n(0x15a)]=n(0x162),a[n(0x165)]=n(0x134),a['Helmet']='helmet',a['Hat']=n(0x12f),a[n(0x10e)]='boots',a[n(0x136)]=n(0x144),a['ArmArmor']=n(0x137),a[n(0x121)]='body\x20armor',a[n(0x122)]=n(0x13b),a[n(0x149)]=n(0x164),a[n(0x168)]=n(0x14f);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x145)]='circle',a['Square']=o(0x14b),a['Triangle']=o(0x15c),a[o(0x14c)]=o(0x16f),a[o(0x146)]=o(0x16e),a['Rifle']='rifle';}(Shape||(Shape={})));export var Color;(function(c){var r=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var p=a62d;if(h){var j=h[p(0x15b)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a62d;return e['toString']()[q(0x128)](q(0x13e))[q(0x12b)]()[q(0x115)](e)[q(0x128)]('(((.+)+)+)+$');});e(),c['Red']=r(0x15f),c['Blue']=r(0x11c),c['Green']=r(0x141),c[r(0x14a)]='yellow',c[r(0x113)]=r(0x16b),c[r(0x116)]=r(0x139),c[r(0x114)]=r(0x124),c[r(0x11b)]='brown',c['Gold']='gold';}(Color||(Color={})));export var Texture;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x10d;var f=c[d];return f;},a62d(a,b);}(function(a){var s=a62d;a[s(0x160)]=s(0x156),a[s(0x13a)]=s(0x16a),a[s(0x142)]='bumpy',a[s(0x13c)]='fuzzy',a[s(0x12c)]=s(0x153),a[s(0x147)]=s(0x14e);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x130)]=t(0x119),a[t(0x11f)]='outside',a[t(0x10d)]=t(0x14d),a[t(0x152)]='cave',a[t(0x131)]=t(0x148),a['FOREST']=t(0x159),a[t(0x110)]=t(0x158),a['MOUNTAIN']=t(0x112),a[t(0x170)]=t(0x125),a['SEA']=t(0x135);}(RoomType||(RoomType={})));export var Direction;function a62c(){var v=['24HNZtDK','CAVE','grainy','small','181932yrxNbh','smooth','rare','desert','forest','Key','apply','triangle','common','Large','red','Smooth','17518990tDIeqK','key','Rare','cup','Gloves','legendary','8tKeYlB','Unknown','SOUTH','rough','orange','Shield','Tiny','blade','rectangle','BEACH','Common','Weapon','UNDERGROUND','Boots','medium','DESERT','WEST','mountain','Orange','Grey','constructor','Purple','east','west','inside','north','Brown','blue','VeryLarge','NORTH','OUTSIDE','DOWN','BodyArmor','Book','11rxlPRF','grey','beach','3133gkmsbA','shield','search','south','9vzrLUn','toString','Grainy','3829755mRuDan','large','hat','INSIDE','TOWER','384461KoFSXp','8nkttnB','gloves','sea','LegArmor','arm\x20armor','Legendary','purple','Rough','book','Fuzzy','119751mizzFA','(((.+)+)+)+$','1413813CbpNYl','down','green','Bumpy','14235976HhEzaq','leg\x20armor','Circle','Blade','Metallic','tower','Cup','Yellow','square','Rectangle','underground','metallic','unknown','tiny'];a62c=function(){return v;};return a62c();}(function(a){var u=a62d;a[u(0x11e)]=u(0x11a),a['EAST']=u(0x117),a[u(0x169)]=u(0x129),a[u(0x111)]=u(0x118),a['UP']='up',a[u(0x120)]=u(0x140);}(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(0x1f4))/0x1*(parseInt(f(0x1f5))/0x2)+-parseInt(f(0x1f8))/0x3+parseInt(f(0x1ef))/0x4+-parseInt(f(0x1f9))/0x5*(-parseInt(f(0x1fa))/0x6)+parseInt(f(0x1f2))/0x7*(-parseInt(f(0x1f0))/0x8)+parseInt(f(0x1fc))/0x9+parseInt(f(0x1f1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x3b9fa));function a63c(){var h=['798326UwNeca','(((.+)+)+)+$','toString','509655NEyOaq','1017155gHxaHL','6wgudDJ','search','2586708GWnVRL','1143940gniSjj','20344btNrez','3136250UxfQZt','763rTvwmF','constructor','1RMfwji'];a63c=function(){return h;};return a63c();}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a['toString']()[g(0x1fb)](g(0x1f6))[g(0x1f7)]()[g(0x1f3)](a63a)[g(0x1fb)]('(((.+)+)+)+$');});a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1ef;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-0x1d9;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x1e4))/0x1*(-parseInt(f(0x1e0))/0x2)+-parseInt(f(0x1e2))/0x3+-parseInt(f(0x1dd))/0x4*(-parseInt(f(0x1dc))/0x5)+-parseInt(f(0x1e8))/0x6+parseInt(f(0x1e7))/0x7*(-parseInt(f(0x1de))/0x8)+-parseInt(f(0x1e5))/0x9+parseInt(f(0x1da))/0xa*(parseInt(f(0x1df))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xa7821));function a64c(){var i=['2202684HqsyAL','(((.+)+)+)+$','30EobMEw','toString','430ZNZPhO','47888JJfnVk','944LeGrwC','12448689YcNdfl','22IMKfSL','apply','2779992eKTdml','constructor','111827zBKmIg','6417747QjShSH','search','29757VmKHwE'];a64c=function(){return i;};return a64c();}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x1e1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a['toString']()['search'](h(0x1d9))[h(0x1db)]()[h(0x1e3)](a64a)[h(0x1e6)](h(0x1d9));});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 a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x216))/0x1*(-parseInt(y(0x1fa))/0x2)+-parseInt(y(0x20c))/0x3*(-parseInt(y(0x222))/0x4)+parseInt(y(0x221))/0x5+-parseInt(y(0x20e))/0x6+parseInt(y(0x22e))/0x7*(-parseInt(y(0x1dd))/0x8)+parseInt(y(0x1d3))/0x9+parseInt(y(0x1d6))/0xa*(-parseInt(y(0x21c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xe2969));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(0x1da)]()['search'](z(0x208))[z(0x1da)]()[z(0x1f2)](g)[z(0x1db)](z(0x208));});g();try{const h=a65e[A(0x215)]({'smartCSR':!![],'title':A(0x232)}),i=a65e[A(0x22a)]({'top':'0%','left':'75%','width':A(0x1ea),'height':'45%','border':{'type':A(0x1f1)},'label':A(0x1e2),'content':A(0x1ee),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1ec)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x22d)]()[B(0x209)](v=>v[B(0x22f)]);i['setContent'](u[B(0x1fb)]('\x0a')),h[B(0x1e5)]();};h[A(0x1de)](i);const k=a65e[A(0x22a)]({'top':A(0x229),'left':A(0x1f3),'width':A(0x1ea),'height':'25%','border':{'type':A(0x1f1)},'label':'\x20Equipment\x20','content':A(0x1fe),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1de)](k);const l=t=>{const C=A;k['setContent'](C(0x226)+(t[C(0x1e1)]?t[C(0x1e1)][C(0x22f)]:C(0x1d2))+'\x0a'+(C(0x224)+(t[C(0x219)]?t['torso'][C(0x22f)]:'None')+'\x0a')+(C(0x233)+(t[C(0x200)]?t[C(0x200)][C(0x22f)]:C(0x1d2))+'\x0a')+(C(0x1e3)+(t[C(0x225)]?t[C(0x225)]['name']:'None')+'\x0a')+(C(0x207)+(t[C(0x1f9)]?t['arms'][C(0x22f)]:C(0x1d2))+'\x0a')+('Gloves:\x20'+(t['gloves']?t[C(0x230)][C(0x22f)]:'None')+'\x0a')+(C(0x1f4)+(t[C(0x1e4)]?t['leftHand'][C(0x22f)]:C(0x1d2))+'\x0a')+(C(0x21f)+(t[C(0x227)]?t[C(0x227)][C(0x22f)]:'None')+'\x0a')),h[C(0x1e5)]();},m=a65e['box']({'top':A(0x1d9),'left':'75%','width':A(0x1ea),'height':A(0x220),'border':{'type':A(0x1f1)},'label':A(0x212),'content':A(0x21a),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1ec)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const D=A;let u='Currently\x20in:\x20'+t['name']+'\x0a\x0a';u+=D(0x1d4),t[D(0x203)][D(0x214)]>0x0?t[D(0x203)][D(0x1e6)]((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x1e8)](t);x[E(0x1f7)]===RoomType[E(0x1ef)]?u+=capitalCase(w)+':\x20'+x[E(0x22f)]:u+=capitalCase(w)+':\x20'+v[E(0x22f)];if(v[E(0x1df)]())u+=E(0x201);else v[E(0x231)]()&&(u+=E(0x1f5));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x202),m[D(0x206)](u),h[D(0x1e5)]();},o=a65e[A(0x22a)]({'id':'logBox','top':'0%','left':'0%','width':A(0x1f3),'height':A(0x20a),'border':{'type':A(0x1f1)},'label':A(0x210),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x1e9)]('mousemove'),h['append'](o);const p=a65e[A(0x1f6)]({'bottom':0x0,'left':0x0,'width':A(0x20b),'height':A(0x1ed),'tags':!![],'border':{'type':A(0x1f1)},'style':{'fg':'white','border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x1de)](p),h[A(0x205)](['escape',A(0x1eb)],()=>process[A(0x228)](0x0)),p['focus'](),h[A(0x1e5)]();const q=Logger[A(0x21e)](e[A(0x22c)],h),r=new Player({'playerName':c});q[A(0x217)](A(0x218));const s=a65f[A(0x21e)](r,d);o[A(0x206)](s[A(0x21b)]()),l(s['player'][A(0x1e7)]),j(s['player'][A(0x1dc)]),n(s[A(0x1d8)]['currentLocation']),p[A(0x205)]([A(0x22b)],async()=>{const F=A,t=p[F(0x1f0)](),u=s['handleInput'](t);(t[F(0x1fc)]('\x20')[0x0]===F(0x1fd)||F(0x1d5)||'unequip')&&(j(s['player'][F(0x1dc)]),l(s[F(0x1d8)]['equipment'])),(t[F(0x1fc)]('\x20')[0x0]==='go'||'lock'||F(0x1e0))&&n(s[F(0x1d8)]['currentLocation']),t['split']('\x20')[0x0]===F(0x211)&&o[F(0x206)](''),u===null&&(console['log'](F(0x1ff)),h[F(0x1e5)](),q[F(0x217)]('<<<<<<<<---------\x20Terminating\x20game'),process[F(0x228)](0x0)),o[F(0x1f8)](u),o[F(0x223)](0x1),p[F(0x20d)](),p[F(0x1d7)](),h[F(0x1e5)]();});}catch(t){console[A(0x213)](t),process[A(0x228)](0x1);}}const args=process[a65G(0x204)][a65G(0x20f)](0x2);main(args[0x0],JSON[a65G(0x21d)](args[0x1]),JSON[a65G(0x21d)](args[0x2]));function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x1d2;let f=c[d];return f;},a65d(a,b);}function a65c(){const H=['Arms:\x20','(((.+)+)+)+$','map','90%','100%','3333SuNcup','clearValue','5126202qodCUy','slice','\x20Game\x20Log\x20','clear','\x20Map\x20','log','size','screen','151wHpSkq','write','----->>>>>>\x20Initializing\x20Game','torso','Available\x20exits\x20will\x20be\x20shown\x20here...','getWelcomeMessage','1510091yFLoEi','parse','getInstance','Right\x20Hand:\x20','20%','3696680bvwOii','508FCHMmo','scroll','Torso:\x20','feet','Head:\x20','rightHand','exit','45%','box','enter','logFilePath','getAllItems','85519tnkFQX','name','gloves','checkIfLockable','Side\x20Quest\x20Adventure\x20Game','Legs:\x20','None','16125255cnhksD','-----\x20Exits\x20------\x0a','equip','140ydfErY','focus','player','70%','toString','search','inventory','24MiFOCU','append','checkIfLocked','unlock','head','\x20Inventory\x20','Feet:\x20','leftHand','render','forEach','equipment','getOtherSide','removeAllListeners','25%','C-c','yellow','10%','Your\x20items\x20will\x20be\x20listed\x20here...','OUTSIDE','getValue','line','constructor','75%','Left\x20Hand:\x20','\x20(Unlocked)','textbox','roomType','pushLine','arms','14158xGaTlG','join','split','take','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Thanks\x20for\x20playing!','legs','\x20(Locked)','\x0aThere\x20are\x20no\x20exits\x20here.','exits','argv','key','setContent'];a65c=function(){return H;};return a65c();}
@@ -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
+ const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x1a4))/0x1+parseInt(h(0x1b7))/0x2*(parseInt(h(0x1b1))/0x3)+-parseInt(h(0x1b0))/0x4*(parseInt(h(0x1b4))/0x5)+parseInt(h(0x190))/0x6+-parseInt(h(0x193))/0x7+parseInt(h(0x192))/0x8+parseInt(h(0x19c))/0x9*(parseInt(h(0x18e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x33e5a));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x19b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x191)]()[j(0x1a6)](j(0x19e))[j(0x191)]()[j(0x1b8)](a66a)[j(0x1a6)](j(0x19e));});function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x18e;let f=c[d];return f;},a66d(a,b);}a66a();function a66c(){const s=['existsSync','212887wqJMve','getInstance','search','find','type','filePath','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','dirname','[INFO]\x20[','join','mkdirSync','[ERROR]\x20[','128452ekmBpT','7617MkqMZB','hasScreen','render','55Vmvsmf','.maka','homedir','230hCmuja','constructor','scrollTo','box','content','18670AAZJsQ','writeFileSync','40830wuGRnB','toString','41632SzHrUk','1604757tRHrsv','ensureLogFileExists','children','options','The\x20logbox\x20','getScrollHeight','appendFileSync','screen','apply','1341vhirHY','setContent','(((.+)+)+)+$','instance','error','logBox','write'];a66c=function(){return s;};return a66c();}import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x1b6)]();export class Logger{static [a66k(0x19f)];['filePath'];[a66k(0x19a)];constructor(a,b){const l=a66k;this['filePath']=a,this['screen']=b,this[l(0x194)]();}static[a66k(0x1a5)](a=a66g[a66k(0x1ad)](homeDir,a66k(0x1b5),'side-quest.log'),b){const m=a66k;if(!Logger[m(0x19f)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0x19f)]=new Logger(a,b);}return Logger[m(0x19f)];}[a66k(0x194)](){const n=a66k,a=a66g[n(0x1ab)](this[n(0x1a9)]);!a66e['existsSync'](a)&&a66e[n(0x1ae)](a,{'recursive':!![]}),!a66e[n(0x1a3)](this['filePath'])&&a66e[n(0x18f)](this[n(0x1a9)],'');}[a66k(0x1a2)](a){const o=a66k,b=new Date()['toISOString'](),c=o(0x1ac)+b+']\x20'+a+'\x0a';a66e[o(0x199)](this[o(0x1a9)],c);}[a66k(0x1a0)](a){const p=a66k,b=new Date()['toISOString'](),c=p(0x1af)+b+']\x20'+a+'\x0a';a66e[p(0x199)](this['filePath'],c);}['log'](a){const q=a66k,b=this['screen']?.[q(0x195)][q(0x1a7)](c=>c[q(0x1a8)]===q(0x1ba)&&c[q(0x196)]['id']===q(0x1a1));b?(b[q(0x19d)](b[q(0x1bb)]+'\x0a'+a),b[q(0x1b9)](b[q(0x198)]()),this[q(0x19a)]?.[q(0x1b3)]()):this[q(0x1a0)](q(0x197)+b+q(0x1aa)+this[q(0x19a)]),this[q(0x1a2)](a);}[a66k(0x1b2)](){const r=a66k;return!!this[r(0x19a)];}}
@@ -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 a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=-parseInt(j(0x157))/0x1*(-parseInt(j(0x149))/0x2)+-parseInt(j(0x159))/0x3*(-parseInt(j(0x141))/0x4)+parseInt(j(0x13f))/0x5*(-parseInt(j(0x165))/0x6)+parseInt(j(0x15f))/0x7*(-parseInt(j(0x147))/0x8)+-parseInt(j(0x160))/0x9+parseInt(j(0x15e))/0xa*(parseInt(j(0x164))/0xb)+parseInt(j(0x14f))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x2debb));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x158)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x146)]()[l(0x15c)]('(((.+)+)+)+$')['toString']()[l(0x150)](a67a)[l(0x15c)](l(0x162));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';function a67c(){const p=['16yWFYYJ','ask','4aHMFzO','node','select','dungeon','bright','url','3556656eUfKrM','constructor','exit','resolve','Commoner','join','./sideQuest/ui.js','Play\x20a\x20little\x20side-quest','51664BjbKLQ','apply','3RrANxI','side-quest','side-quest.log','search','What\x20is\x20your\x20name?','130xnMcMa','391979bgRXwT','3122604BuOaAp','Thanks\x20for\x20playing!','(((.+)+)+)+$','create','79123FCdJNK','48rtYqJr','shadowrun','123330pTIkgc','fsi','1404576gErdXu','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','inherit','stringify','toString'];a67c=function(){return p;};return a67c();}import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x13f;let f=c[d];return f;},a67d(a,b);}const __filename=fileURLToPath(import.meta[a67m(0x14e)]),__dirname=dirname(__filename);Command[a67m(0x163)]({'name':a67m(0x15a),'usage':'maka\x20play:side-quest','shortDesc':a67m(0x156),'aliases':['sq'],'description':a67m(0x142),'validOpts':['player']},async function(a,b){const n=a67m;try{const c=this[n(0x140)]['getGlobalMakaDir'](),d=a67e[n(0x154)](c,n(0x15b)),e=b['player']?b['player']:await Actions[n(0x148)](n(0x15d))||n(0x153),f={...b,'logFilePath':d},g=await Actions[n(0x14b)]({'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','name':n(0x143),'choices':[{'name':n(0x14c),'value':dungeonConfig},{'name':n(0x166),'value':shadowrunConfig}]});if(e&&g){const h=spawn(n(0x14a),[a67e[n(0x152)](__dirname,n(0x155)),e,JSON[n(0x145)](g),JSON['stringify'](f)],{'stdio':n(0x144)});h['on'](n(0x151),()=>{const o=n;Log[o(0x14d)](o(0x161));});}}catch(i){console['log'](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(0x100))/0x1+-parseInt(f(0x10c))/0x2+-parseInt(f(0x10b))/0x3*(-parseInt(f(0xfb))/0x4)+parseInt(f(0x109))/0x5*(-parseInt(f(0x10a))/0x6)+parseInt(f(0xff))/0x7*(-parseInt(f(0xfe))/0x8)+parseInt(f(0x101))/0x9+-parseInt(f(0xfd))/0xa*(-parseInt(f(0xfc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xb499c));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x10d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x104)]()[h(0x107)](h(0x103))['toString']()['constructor'](a68a)[h(0x107)](h(0x103));});a68a();function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xfb;var f=c[d];return f;},a68d(a,b);}import a68e from'./play.command.js';import{Command}from'../../command.js';function a68c(){var k=['6109736cjaAEf','7FovxrQ','712235Tthgmd','8099586JBQBoX','npx\x20command-line-snake','(((.+)+)+)+$','toString','inherit','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','search','create','3527795GweHwu','6uKikEf','4098mucTaU','1336904SJVjzz','apply','3564keDuDD','529903UvZPXw','10uOmwtx'];a68c=function(){return k;};return a68c();}import{execSync}from'child_process';Command[a68i(0x108)]({'name':'snake','usage':'maka\x20game:snake','shortDesc':a68i(0x106),'validOpts':[]},async function(){var j=a68i;execSync(j(0x102),{'stdio':j(0x105)});},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(0x97))/0x1*(-parseInt(f(0xa0))/0x2)+parseInt(f(0xa2))/0x3*(-parseInt(f(0x99))/0x4)+parseInt(f(0x95))/0x5+-parseInt(f(0x9e))/0x6*(parseInt(f(0x94))/0x7)+-parseInt(f(0x9b))/0x8+parseInt(f(0xa1))/0x9*(parseInt(f(0x9d))/0xa)+parseInt(f(0xa4))/0xb*(parseInt(f(0x9a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x334c3));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(0xa5)]('(((.+)+)+)+$')['toString']()[h(0xa3)](a69a)[h(0xa5)](h(0x96));});function a69c(){var j=['maka\x20game:tetris','1490MiqHok','2964ggKvns','tetris','64924TVlNHD','7605FjVJOg','1179609nSshbh','constructor','11wIvkMH','search','create','toString','apply','5537GOkgzO','119215VZiKFx','(((.+)+)+)+$','1PnVbJM','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','4mMQedD','11640036evxHZT','1265128ISaVrG'];a69c=function(){return j;};return a69c();}a69a();function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x94;var f=c[d];return f;},a69d(a,b);}import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0xa6)]({'name':a69i(0x9f),'usage':a69i(0x9c),'shortDesc':a69i(0x98),'validOpts':[]},async function(){execSync('npx\x20simple-tetris',{'stdio':'inherit'});},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(0x98))/0x1+-parseInt(f(0x9c))/0x2+parseInt(f(0xab))/0x3+parseInt(f(0xa8))/0x4+-parseInt(f(0x96))/0x5+parseInt(f(0x9e))/0x6+parseInt(f(0x9b))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x2f03b));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(0xa6)]()[g(0xa0)]('(((.+)+)+)+$')[g(0xa6)]()['constructor'](a70a)[g(0xa0)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';function a70c(){const j=['1837130OJhDoS','create','290161UUJSBp','maka\x20g:package\x20package:name','Scaffold\x20various\x20parts\x20of\x20your\x20application','4965751LIYiUV','607724WZvIeH','maka\x20g:route\x20todos/edit','298674JtWQlr','invoke','search','maka\x20g:scaffold\x20todos','generate','exit','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','error','toString','splice','979540sIfpQm','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20generate:scaffold\x20todos','449889pEKFdf','maka\x20g:template\x20todos/todo_item'];a70c=function(){return j;};return a70c();}function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x96;let f=c[d];return f;},a70d(a,b);}import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70h(0x97)]({'name':a70h(0xa2),'aliases':['g'],'usage':a70h(0xa9),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70h(0x9a),'description':a70h(0xa4),'examples':[a70h(0xaa),a70h(0xa1),a70h(0xac),a70h(0x99),a70h(0x9d),'maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a[i(0xa7)](0x0,0x1),await a70e['processAndRunGenerator'](c,a,b)):a70e[i(0x9f)](a,b);}catch(d){Log[i(0xa5)](d),process[i(0xa3)](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(0x123))/0x1*(parseInt(f(0x122))/0x2)+-parseInt(f(0x12c))/0x3+parseInt(f(0x127))/0x4*(-parseInt(f(0x12b))/0x5)+parseInt(f(0x128))/0x6*(-parseInt(f(0x126))/0x7)+-parseInt(f(0x129))/0x8+parseInt(f(0x121))/0x9+parseInt(f(0x12a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x76dcd));function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x120;var f=c[d];return f;},a71d(a,b);}var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x125)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x12e)]()[h(0x124)](h(0x12d))['toString']()[h(0x120)](a71a)['search'](h(0x12d));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71c(){var i=['4314DJbPOi','4812792LjZAaU','17409800XmnsMY','5fwIZxZ','1851249cRPONS','(((.+)+)+)+$','toString','constructor','5036166Dtnttm','38ftHRfE','25763gPFrsf','search','apply','5411sgaNfo','2114884cYhdyW'];a71c=function(){return i;};return a71c();}
@@ -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 a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x121))/0x1+parseInt(f(0x116))/0x2*(-parseInt(f(0x125))/0x3)+parseInt(f(0x11d))/0x4*(-parseInt(f(0x11f))/0x5)+parseInt(f(0x128))/0x6*(-parseInt(f(0x123))/0x7)+-parseInt(f(0x11b))/0x8*(parseInt(f(0x126))/0x9)+parseInt(f(0x124))/0xa*(-parseInt(f(0x11c))/0xb)+-parseInt(f(0x11a))/0xc*(-parseInt(f(0x119))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x8745e));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x120)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x118)]()['search']('(((.+)+)+)+$')['toString']()[h(0x117)](a72a)[h(0x129)](h(0x127));});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x116;let f=c[d];return f;},a72d(a,b);}a72a();import{Command}from'../../command.js';const GetCommand=Command[a72i(0x11e)]({'name':'get','usage':a72i(0x122),'shortDesc':a72i(0x12a),'validOpts':[]},async function(a){const b=a[0x0];await this['processAndRunCommand'](b);});function a72c(){const j=['constructor','toString','13VhNtLb','50019756myCgjt','6978592RVCOwp','22GGZyZT','14620KPXYkX','create','545hzPlHz','apply','500080ividoO','maka\x20get:<sub-command>','7BdAasP','2192410niUtIv','118128uWtLjK','9OPxrUn','(((.+)+)+)+$','4413372MWcYNq','search','Get\x20various\x20Maka\x20variables\x20and\x20configurations','34uurFEd'];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 a73h=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x194))/0x1*(parseInt(f(0x196))/0x2)+parseInt(f(0x19b))/0x3+parseInt(f(0x198))/0x4+-parseInt(f(0x19d))/0x5+parseInt(f(0x192))/0x6+parseInt(f(0x19e))/0x7*(-parseInt(f(0x195))/0x8)+parseInt(f(0x1a4))/0x9*(parseInt(f(0x197))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x6af70));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const g=a73d;return a73a[g(0x1a2)]()[g(0x19a)](g(0x19f))['toString']()[g(0x193)](a73a)[g(0x19a)](g(0x19f));});a73a();import a73e from'./get.command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x191;let f=c[d];return f;},a73d(a,b);}import{Command}from'../../command.js';Command[a73h(0x199)]({'name':a73h(0x191),'usage':a73h(0x1a1),'aliases':['gc'],'shortDesc':a73h(0x19c),'validOpts':[]},async function(){const i=a73h;try{const a=await this[i(0x1a3)]['getGlobalConfig']();console[i(0x1a0)](a),process['exit'](0x0);}catch(b){console['error'](b),process['exit'](0x0);}},a73e);function a73c(){const j=['7GTcNwy','(((.+)+)+)+$','log','maka\x20get:global-config','toString','cfg','9SWERyi','global-config','4624932AOmLeH','constructor','1IswviE','1252016JqsjZi','1721746ZMalWN','7444310ycocbu','1693216sRhYlj','create','search','942876yHRmfW','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','3986730RxfPap'];a73c=function(){return j;};return a73c();}
@@ -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 a74h=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x8a))/0x1*(parseInt(f(0x8b))/0x2)+parseInt(f(0x86))/0x3+-parseInt(f(0x88))/0x4+-parseInt(f(0x90))/0x5*(-parseInt(f(0x85))/0x6)+-parseInt(f(0x91))/0x7+parseInt(f(0x8f))/0x8+-parseInt(f(0x92))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x70a8a));const a74b=(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;};}()),a74a=a74b(this,function(){const g=a74d;return a74a[g(0x89)]()[g(0x8d)]('(((.+)+)+)+$')['toString']()[g(0x84)](a74a)['search'](g(0x93));});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x84;let f=c[d];return f;},a74d(a,b);}function a74c(){const j=['create','2106332gAaeng','toString','585noBpms','1022qrITGW','cfg','search','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','6013152fgbgqI','5XoGNHM','4487742tiQGnv','4396878dXOGbN','(((.+)+)+)+$','constructor','1874748YBUdOv','2263932fIPSAR'];a74c=function(){return j;};return a74c();}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74h(0x87)]({'name':'local-config','usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74h(0x8e),'validOpts':[]},async function(){const i=a74h,a=await this[i(0x8c)]['getMakaProjectConfig']();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(0x186))/0x1+parseInt(f(0x17c))/0x2*(parseInt(f(0x176))/0x3)+-parseInt(f(0x17e))/0x4+-parseInt(f(0x178))/0x5+parseInt(f(0x179))/0x6+-parseInt(f(0x184))/0x7+-parseInt(f(0x17b))/0x8*(-parseInt(f(0x17a))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x44b5a));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x17f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x175)]()[h(0x188)](h(0x174))['toString']()['constructor'](a75a)[h(0x188)](h(0x174));});a75a();import a75e from'./get.command.js';function a75c(){const k=['If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','1101200MDqLMG','apply','exit','cfg','silent','whoami','3862593BLPZXp','error','293874rVtxkm','maka\x20get:whoami','search','(((.+)+)+)+$','toString','7863vocUfE','getGlobalConfig','2190285Gmahnn','2751732irapoL','54ACNkQk','974920AsvSqY','48jdHQdc'];a75c=function(){return k;};return a75c();}import{Command}from'../../command.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x174;let f=c[d];return f;},a75d(a,b);}import{Log}from'../../tools/log/log.class.js';Command['create']({'name':a75i(0x183),'usage':a75i(0x187),'shortDesc':a75i(0x17d),'validOpts':[a75i(0x182)]},async function(){const j=a75i;try{const a=await this[j(0x181)][j(0x177)]();return a;}catch(b){Log[j(0x185)](b),process[j(0x180)](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 a76c(){var j=['27wqtYvc','130334EqrSns','5782808yJMBcC','2200228pEKaHl','toString','help','(((.+)+)+)+$','search','1471187RptRgD','11UDApnv','102NaFjWp','31385290zCWYNi','5yFnPTC','385679xNVXKZ','6700590swjknM','Try,\x20maka\x20--help','apply','constructor'];a76c=function(){return j;};return a76c();}function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x156;var f=c[d];return f;},a76d(a,b);}(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x165))/0x1+parseInt(f(0x15e))/0x2*(parseInt(f(0x15d))/0x3)+-parseInt(f(0x160))/0x4*(parseInt(f(0x157))/0x5)+parseInt(f(0x167))/0x6*(parseInt(f(0x158))/0x7)+parseInt(f(0x15f))/0x8+parseInt(f(0x159))/0x9+-parseInt(f(0x156))/0xa*(parseInt(f(0x166))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xbcbfa));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x15b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a['toString']()[h(0x164)](h(0x163))[h(0x161)]()[h(0x15c)](a76a)['search']('(((.+)+)+)+$');});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a76i(0x162),'description':a76i(0x15a),'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(0x116))/0x1+-parseInt(F(0x109))/0x2*(-parseInt(F(0xef))/0x3)+-parseInt(F(0xbe))/0x4+parseInt(F(0xf9))/0x5*(-parseInt(F(0xe7))/0x6)+parseInt(F(0xc6))/0x7*(parseInt(F(0xc1))/0x8)+-parseInt(F(0x105))/0x9*(-parseInt(F(0x107))/0xa)+-parseInt(F(0x10e))/0xb*(parseInt(F(0xd4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x24dc9));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0xf3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a['toString']()[H(0x11a)]('(((.+)+)+)+$')[H(0xd9)]()[H(0xe2)](a77a)[H(0x11a)]('(((.+)+)+)+$');});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77I(0xf7)]();function a77c(){const N=['https://packages.meteor.com/bootstrap-link?arch=os.','meteor','meteor.tar.gz','apply','Meteor\x20version\x20','arm64','slice','homedir','release','325AVPSTJ','cacert','env','exit','timeout','maka\x20install\x20meteor\x20--set-path','maka\x20install\x20meteor','maka\x20i','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','arch','setPath','existsSync','6642hNgZzr','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','970sPeXkw','split','47526osGOZn','warn','error','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','maka\x20install\x20meteor\x20--force','957VdIDIE','Meteor\x20path\x20updated.','Network\x20error,\x20please\x20try\x20again.','success','x86_64','readFileSync','info','map','143074VXeGyJ','length','maka\x20install','Error\x20extracting\x20meteor.tar.gz\x20file','search','join','getMeteorInstallPath','\x20is\x20available.','.zshrc','force','15892fYCKxB','data','keepInstallFile','8SXgjhj','RELEASE=','extractTarGz','3.1.1','osx','454433ZdFszq','setMeteorReleaseVersion','\x20is\x20not\x20available.','downloadFile','linux','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','notice','-rf','Proceed\x20anyway?','Cleaning\x20up','&release=','Added\x20Meteor\x20path\x20to\x20','platform','setx\x20PATH\x20\x22','29076nuWdUh','maka\x20install\x20meteor\x20--release\x203.0.1','install','create','cert','toString','replace','confirm','getGlobalConfig','Aborting\x20install','isFile','Downloading\x20Meteor\x20','checkAvailability','includes','constructor','appendFileSync','\x20from\x20','package-metadata','get','13980vCLNKM','withSpinner','max','Preparing\x20to\x20install\x20Meteor\x20','Aborted','NO_NODE_WARNINGS','getuid','PATH','30CfQBhX'];a77c=function(){return N;};return a77c();}function isRoot(){const J=a77I;return process['getuid']&&process[J(0xed)]()===0x0;}function compareVersions(a,b){const K=a77I,c=a[K(0x108)]('.')[K(0x115)](Number),d=b[K(0x108)]('.')[K(0x115)](Number);for(let e=0x0;e<Math[K(0xe9)](c[K(0x117)],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(0xd7)]({'name':a77I(0xd6),'aliases':['i'],'validOpts':[a77I(0xbd),a77I(0xf8),a77I(0xfa),a77I(0xc0),a77I(0xfd),'setPath'],'usage':a77I(0x118),'shortDesc':'Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','description':'\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--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','examples':[a77I(0xff),a77I(0x10d),a77I(0xd5),a77I(0xfe),a77I(0x100)]},async function(a,b){const L=a77I;try{const {mpi:c,cfg:d,fsi:f}=this;b[L(0x103)]&&(updatePath(),Log[L(0x111)](L(0x10f)),process[L(0xfc)](0x0));let g='';if(b[L(0xfa)]){if(f[L(0xde)](b[L(0xfa)]))Log[L(0xcc)]('Using\x20CA\x20Cert\x20'+b[L(0xfa)]),g=b[L(0xfa)];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+g;}const h=await d[L(0xdc)]();if(h[L(0xd8)]){if(f[L(0xde)](h[L(0xd8)]))g=h[L(0xd8)];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(0xbd)])i=!![];else{const u=isRoot();u?(Log[L(0x10a)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),i=await Actions[L(0xdb)](L(0xce),![])):i=!![];}if(!i)throw L(0xeb);const j=await HTTPS[L(0xe6)]({'url':'https://install.meteor.com','cert':g}),k=await f['grep'](j[L(0xbf)],L(0xc2));if(k[L(0x117)]===0x0)throw L(0x110);process[L(0xfb)][L(0xec)]='1';const l=k[0x0][L(0xda)](/[^0-9.]/gi,'')[L(0xda)](/\r?\n|\r/,''),m=L(0xc4);let n;b['release']?n=b[L(0xf8)]:compareVersions(l,m)<0x0?n=m:n=l;Log['notice'](L(0xea)+n);const o={'win32':'windows','darwin':L(0xc5),'linux':L(0xca)};let p=L(0xf0)+o[a77e[L(0xd2)]()]+'.'+(a77e[L(0x102)]()===L(0xf5)?'arm64':L(0x112))+L(0xd0)+n,q=await HTTPS['checkAvailability']({'url':p,'cert':g});if(!q&&n['includes']('-')){const v=n[L(0x108)]('-'),w=v[0x0],x=v[L(0xf6)](0x1)['join']('-'),y=w[L(0xda)](/\.0+$/,'');Log[L(0x10a)](L(0xf4)+n+'\x20is\x20not\x20available,\x20trying\x20'+y+'-'+x);const z=L(0xf0)+o[a77e[L(0xd2)]()]+'.'+(a77e['arch']()===L(0xf5)?L(0xf5):L(0x112))+L(0xd0)+y+'-'+x;q=await HTTPS[L(0xe0)]({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log[L(0x10b)](L(0xf4)+n+L(0xc8)),process[L(0xfc)](0x0)):Log['notice']('Meteor\x20version\x20'+n+L(0x11d));const r=f[L(0x11c)](),s=c['getMeteorExePath'](),t=f['getUserDataDirectory']();if(a77g[L(0x104)](s)){let A=![];b['f']||b[L(0xbd)]?A=!![]:A=await Actions[L(0xdb)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),A?(await SpawnAsync[L(0xe8)]('rm',[L(0xcd),a77f['join'](r,'packages')],{'message':L(0xcb)}),await SpawnAsync[L(0xe8)]('rm',['-rf',a77f[L(0x11b)](r,L(0xe5))],{'message':L(0x101)}),await SpawnAsync[L(0xe8)]('rm',[L(0xcd),a77f[L(0x11b)](r,L(0xf1))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log[L(0x114)](L(0xdd)),process['exit'](0x0));}try{Log[L(0xcc)](L(0xdf)+n+L(0xe4)+p),await HTTPS[L(0xc9)]({'url':p,'destPath':a77f[L(0x11b)](homeDir,L(0xf2)),'cert':g,'timeout':b[L(0xfd)]?parseInt(b[L(0xfd)])*0x3e8:0x493e0});try{const B=a77f[L(0x11b)](homeDir,L(0xf2));await f[L(0xc3)](B,t);}catch(C){Log[L(0x10b)](L(0x119));}updatePath();}catch(D){console[L(0x10b)](D),process['exit'](0x1);}finally{!b['keepInstallFile']&&await SpawnAsync['withSpinner']('rm',[L(0xcd),a77f['join'](homeDir,L(0xf2))],{'message':L(0xcf)});}c[L(0xc7)](n),Log['success'](L(0xf4)+n+'\x20installed.\x0a'),process[L(0xfc)](0x0);}catch(E){console[L(0x10b)](E),process[L(0xfc)](0x1);}});function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xbc;let f=c[d];return f;},a77d(a,b);}function updatePath(){const M=a77I;if(a77e[M(0xd2)]()==='win32'){const a=process[M(0xfb)][M(0xee)]||'',b=homeDir+'\x5c.meteor\x5cmeteor';!a['includes'](b)&&(execSync(M(0xd3)+a+';'+b+'\x22'),Log[M(0xcc)]('Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.'),Log['notice'](M(0x106)));}else{const c=a77f['join'](homeDir,M(0xbc)),d=a77f['join'](homeDir,'.bashrc'),e=M(0x10c),f=a77g[M(0x104)](c)?a77g[M(0x113)](c,'utf8'):'';!f[M(0xe1)](e)&&(a77g[M(0xe3)](c,'\x0a'+e+'\x0a'),Log['notice'](M(0xd1)+c));const g=a77g['existsSync'](d)?a77g[M(0x113)](d,'utf8'):'';!g[M(0xe1)](e)&&(a77g['appendFileSync'](d,'\x0a'+e+'\x0a'),Log[M(0xcc)](M(0xd1)+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-0x123;let f=c[d];return f;},a78d(a,b);}(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0x12f))/0x1*(-parseInt(i(0x12d))/0x2)+parseInt(i(0x141))/0x3+-parseInt(i(0x124))/0x4*(-parseInt(i(0x125))/0x5)+-parseInt(i(0x14a))/0x6+-parseInt(i(0x13c))/0x7*(-parseInt(i(0x13a))/0x8)+parseInt(i(0x12a))/0x9+-parseInt(i(0x134))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xd491f));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x143)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x128)]()[k(0x12c)]('(((.+)+)+)+$')[k(0x128)]()[k(0x135)](a78a)['search']('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';function a78c(){const n=['constructor','docs','writeFileSync','maka\x20jsdoc','.+\x5c.(j|t)s(doc|x)?$','1947032tCKqRg','jsdoc','21zvjgDk','closure','error','maka\x20jsdoc\x20--init','plugins/markdown','542223xgibnt','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','apply','stringify','findAppDirectory','create','stop','utf-8','config','5174910zojVtm','fsi','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','\x0a[+]\x20Documentation\x20written\x20to\x20','5476tvqQQS','5465gBsURA','jsdoc-config.json','Running\x20','toString','\x20-c\x20','869391zfqXWt','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','search','72778ydKeHH','app/node_modules','7ajCmzm','join','app/packages','\x20-r\x20app','sep','10253450sDQJSE'];a78c=function(){return n;};return a78c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0x146)]({'name':a78l(0x13b),'usage':a78l(0x138),'mustBeInMakaProject':!![],'shortDesc':a78l(0x14c),'examples':[a78l(0x13f),'maka\x20jsdoc'],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x130)](this[m(0x14b)][m(0x145)](),m(0x136)+a78e[m(0x133)]),b=a78e['join'](this[m(0x14b)][m(0x145)](),m(0x149),m(0x126)),c='jsdoc';if(!this['fsi']['isFile'](b)){const f={'plugins':[m(0x140)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x13b),m(0x13d)]},'source':{'includePattern':m(0x139),'excludePattern':m(0x142),'exclude':[m(0x131),m(0x12e),'app/public','app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x148)}};a78f[m(0x137)](b,JSON[m(0x144)](f,null,0x4));}const d=Log['withSpinner'](m(0x127)+c);try{const g=c+m(0x129)+b+m(0x132)+a78e[m(0x133)]+'\x20-d\x20'+a;execSync(g,{'stdio':'inherit'}),Log['notice'](m(0x123)+a);}catch(h){Log[m(0x13e)](h),Log['error'](m(0x12b));}finally{d[m(0x147)]();}});