@maka/maka-cli 5.1.16 → 5.1.17

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 (173) 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/testCmd/_index.js +1 -1
  100. package/bundle/obf/src/commands/testCmd/jest.sub.cmd.js +1 -1
  101. package/bundle/obf/src/commands/testCmd/mocha.sub.cmd.js +1 -1
  102. package/bundle/obf/src/commands/testCmd/test.command.js +1 -1
  103. package/bundle/obf/src/commands/undo.js +1 -1
  104. package/bundle/obf/src/commands/uninstall.js +1 -1
  105. package/bundle/obf/src/commands/version/_index.js +1 -1
  106. package/bundle/obf/src/commands/version/list.sub.cmd.js +1 -1
  107. package/bundle/obf/src/commands/version/use.sub.cmd.js +1 -1
  108. package/bundle/obf/src/commands/version/version.js +1 -1
  109. package/bundle/obf/src/error.js +1 -1
  110. package/bundle/obf/src/exec.js +1 -1
  111. package/bundle/obf/src/generator.js +1 -1
  112. package/bundle/obf/src/generators/_index.js +1 -1
  113. package/bundle/obf/src/generators/api.js +1 -1
  114. package/bundle/obf/src/generators/aws/_index.js +1 -1
  115. package/bundle/obf/src/generators/aws/aws.js +1 -1
  116. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  117. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  118. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  119. package/bundle/obf/src/generators/collection.js +1 -1
  120. package/bundle/obf/src/generators/component.js +1 -1
  121. package/bundle/obf/src/generators/config.js +1 -1
  122. package/bundle/obf/src/generators/dbc.js +1 -1
  123. package/bundle/obf/src/generators/dockerfile.js +1 -1
  124. package/bundle/obf/src/generators/hook.js +1 -1
  125. package/bundle/obf/src/generators/kits/_index.js +1 -1
  126. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  127. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  128. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  131. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  132. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  133. package/bundle/obf/src/generators/kits/kit.js +1 -1
  134. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  135. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  136. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  137. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  138. package/bundle/obf/src/generators/layout.js +1 -1
  139. package/bundle/obf/src/generators/maka.gen.js +1 -1
  140. package/bundle/obf/src/generators/methods.js +1 -1
  141. package/bundle/obf/src/generators/package.js +1 -1
  142. package/bundle/obf/src/generators/page.js +1 -1
  143. package/bundle/obf/src/generators/publish.js +1 -1
  144. package/bundle/obf/src/generators/route.js +1 -1
  145. package/bundle/obf/src/generators/service.js +1 -1
  146. package/bundle/obf/src/generators/services/_index.js +1 -1
  147. package/bundle/obf/src/generators/services/openssl.js +1 -1
  148. package/bundle/obf/src/generators/services/translation.js +1 -1
  149. package/bundle/obf/src/maka.js +1 -1
  150. package/bundle/obf/src/tool.js +1 -1
  151. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  152. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  153. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  154. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  155. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  156. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  157. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  158. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  159. package/bundle/obf/src/tools/https/https.class.js +1 -1
  160. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  161. package/bundle/obf/src/tools/log/log.class.js +1 -1
  162. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  163. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  164. package/bundle/obf/src/tools/options/options.class.js +1 -1
  165. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  166. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  167. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  168. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  169. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  170. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  171. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  172. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  173. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58r=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x14b))/0x1*(-parseInt(f(0x137))/0x2)+parseInt(f(0x126))/0x3+-parseInt(f(0x145))/0x4*(-parseInt(f(0x136))/0x5)+-parseInt(f(0x143))/0x6+parseInt(f(0x144))/0x7+parseInt(f(0x151))/0x8+-parseInt(f(0x139))/0x9*(parseInt(f(0x132))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x3609a));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a['toString']()[g(0x13b)](g(0x12a))[g(0x14a)]()['constructor'](a58a)['search']('(((.+)+)+)+$');});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';function a58c(){var B=['Legendary','Book','2092280NYVwsf','Holy\x20Grail','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Large','Small','Metallic','Gold','Smooth','Boots','ArmArmor','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Common','51609CvEvkw','You\x20hold\x20the\x20','A\x20mysterious\x20book.','Rifle','(((.+)+)+)+$','Grey','Short\x20Sword','Rare','Blade','Rectangle','BodyArmor','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','50jmQqTU','Yellow','Unknown\x20Author','Circle','125WQfFmq','728142IiFwIl','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','829071HBacDY','use','search','Medium','Gloves','Sniper\x20Rifle','LegArmor','Weapon','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Tiny','2632614ecEPkz','2512776akNGnx','19028WQLTYR','author','Brown','\x20aloft,\x20feeling\x20its\x20immense\x20power.','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','toString','1nqLhjX','Cup','Helmet','publishDate'];a58c=function(){return B;};return a58c();}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(0x13c)],'category':Category['Unknown'],'shape':Shape['Rectangle'],'color':Color[h(0x133)],'texture':Texture[h(0x158)],'rating':Rating[h(0x125)],'weight':0x1});}['use'](){return this['description'];}}export class Sword extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Weapon'],'shape':Shape['Blade'],'color':Color['Grey'],'texture':Texture[i(0x156)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var j=a58d;super({'name':a,'description':b,'size':Size[j(0x154)],'category':Category[j(0x140)],'shape':Shape['Rifle'],'color':Color[j(0x147)],'texture':Texture[j(0x156)],'rating':Rating[j(0x12d)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size[k(0x13c)],'category':Category[k(0x14d)],'shape':Shape['Circle'],'color':Color['Grey'],'texture':Texture[k(0x156)],'rating':Rating[k(0x125)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size[l(0x154)],'category':Category[l(0x130)],'shape':Shape[l(0x12f)],'color':Color['Grey'],'texture':Texture[l(0x156)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size[m(0x13c)],'category':Category[m(0x13f)],'shape':Shape[m(0x12f)],'color':Color['Grey'],'texture':Texture[m(0x156)],'rating':Rating[m(0x125)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size[n(0x13c)],'category':Category[n(0x122)],'shape':Shape['Circle'],'color':Color['Brown'],'texture':Texture[n(0x158)],'rating':Rating[n(0x125)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var o=a58d;super({'name':a,'description':b,'size':Size[o(0x155)],'category':Category[o(0x13d)],'shape':Shape[o(0x135)],'color':Color[o(0x147)],'texture':Texture[o(0x158)],'rating':Rating[o(0x125)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[p(0x123)],'shape':Shape[p(0x12f)],'color':Color[p(0x12b)],'texture':Texture[p(0x156)],'rating':Rating[p(0x125)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size[q(0x142)],'category':Category['Key'],'shape':Shape[q(0x12f)],'color':Color[q(0x133)],'texture':Texture[q(0x158)],'rating':Rating[q(0x125)],'weight':0x0});}[a58r(0x13a)](){var s=a58r;return s(0x124);}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x122;var f=c[d];return f;},a58d(a,b);}export class Weapon extends Item{constructor(a,b){var t=a58r;super({'name':a,'description':b,'size':Size[t(0x13c)],'category':Category[t(0x140)],'shape':Shape[t(0x12e)],'color':Color[t(0x12b)],'texture':Texture[t(0x156)],'rating':Rating['Common'],'weight':0x3});}[a58r(0x13a)](){var u=a58r;return u(0x131);}}export class Book extends Item{[a58r(0x146)];[a58r(0x14e)];['pageCount'];constructor(a,b=a58r(0x128),c=a58r(0x134)){var v=a58r;super({'name':a,'description':b,'size':Size[v(0x13c)],'category':Category[v(0x150)],'shape':Shape[v(0x12f)],'color':Color['Brown'],'texture':Texture[v(0x158)],'rating':Rating[v(0x125)],'weight':0x1}),this['author']=c,this['publishDate']=new Date(),this['pageCount']=0x64;}[a58r(0x13a)](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var w=a58r;super({'name':w(0x12c),'description':w(0x138),'size':Size[w(0x13c)],'category':Category['Weapon'],'shape':Shape[w(0x12e)],'color':Color['Grey'],'texture':Texture[w(0x156)],'rating':Rating[w(0x125)],'weight':0x3});}[a58r(0x13a)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var x=a58r;super({'name':x(0x13e),'description':x(0x153),'size':Size[x(0x154)],'category':Category[x(0x140)],'shape':Shape[x(0x129)],'color':Color[x(0x147)],'texture':Texture[x(0x158)],'rating':Rating[x(0x125)],'weight':0x5});}['use'](){var y=a58r;return y(0x149);}}export class HolyGrail extends Item{constructor(){var z=a58r;super({'name':z(0x152),'description':z(0x141),'size':Size['Small'],'category':Category[z(0x14c)],'shape':Shape[z(0x135)],'color':Color[z(0x157)],'texture':Texture[z(0x156)],'rating':Rating[z(0x14f)],'weight':0x1});}[a58r(0x13a)](){var A=a58r;return A(0x127)+this['name']+A(0x148);}}
1
+ var a58j=a58d;function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1e9;var f=c[d];return f;},a58d(a,b);}(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1f5))/0x1+parseInt(f(0x20b))/0x2*(parseInt(f(0x201))/0x3)+parseInt(f(0x21a))/0x4+parseInt(f(0x1ee))/0x5+parseInt(f(0x204))/0x6+parseInt(f(0x1f9))/0x7*(parseInt(f(0x211))/0x8)+parseInt(f(0x20e))/0x9*(-parseInt(f(0x21e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x574d2));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1ed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x21c)]()[h(0x1ea)](h(0x1f3))['toString']()[h(0x205)](a58a)[h(0x1ea)](h(0x1f3));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size[i(0x21b)],'category':Category['Unknown'],'shape':Shape[i(0x1f4)],'color':Color[i(0x1ef)],'texture':Texture[i(0x20c)],'rating':Rating[i(0x20f)],'weight':0x1});}[a58j(0x215)](){var k=a58j;return this[k(0x1fa)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[l(0x218)],'shape':Shape[l(0x20d)],'color':Color[l(0x1ff)],'texture':Texture[l(0x207)],'rating':Rating[l(0x20f)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x20a)],'category':Category[m(0x218)],'shape':Shape[m(0x210)],'color':Color[m(0x208)],'texture':Texture[m(0x207)],'rating':Rating[m(0x1f8)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x21b)],'category':Category['Helmet'],'shape':Shape[n(0x1f2)],'color':Color[n(0x1ff)],'texture':Texture[n(0x207)],'rating':Rating[n(0x20f)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x20a)],'category':Category[o(0x1f0)],'shape':Shape[o(0x1f4)],'color':Color['Grey'],'texture':Texture[o(0x207)],'rating':Rating[o(0x20f)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x21b)],'category':Category[p(0x1fc)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[p(0x207)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x21b)],'category':Category[q(0x1fe)],'shape':Shape[q(0x1f2)],'color':Color[q(0x208)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x209)],'category':Category[r(0x1f1)],'shape':Shape[r(0x1f2)],'color':Color[r(0x208)],'texture':Texture[r(0x20c)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x21b)],'category':Category[s(0x1fd)],'shape':Shape[s(0x1f4)],'color':Color[s(0x1ff)],'texture':Texture[s(0x207)],'rating':Rating[s(0x20f)],'weight':0x3});}}function a58c(){var F=['BodyArmor','Gloves','Circle','(((.+)+)+)+$','Rectangle','407875DhxEjC','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','publishDate','Rare','7245HzNHZK','description','Legendary','LegArmor','ArmArmor','Boots','Grey','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','37347dYkUGL','\x20aloft,\x20feeling\x20its\x20immense\x20power.','pageCount','1812150VLajiI','constructor','author','Metallic','Brown','Small','Large','2BvLzHx','Smooth','Blade','18rowiiC','Common','Rifle','2024HBIACF','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','A\x20mysterious\x20book.','use','Cup','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Weapon','Unknown\x20Author','2028368vGOCdt','Medium','toString','Book','8903780AzozdU','Holy\x20Grail','search','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Gold','apply','3235230LYZDjl','Yellow'];a58c=function(){return F;};return a58c();}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category['Key'],'shape':Shape[t(0x1f4)],'color':Color['Yellow'],'texture':Texture[t(0x20c)],'rating':Rating['Common'],'weight':0x0});}[a58j(0x215)](){var u=a58j;return u(0x213);}}export class Weapon extends Item{constructor(a,b){var v=a58j;super({'name':a,'description':b,'size':Size[v(0x21b)],'category':Category[v(0x218)],'shape':Shape['Blade'],'color':Color[v(0x1ff)],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x3});}[a58j(0x215)](){var w=a58j;return w(0x1eb);}}export class Book extends Item{[a58j(0x206)];[a58j(0x1f7)];[a58j(0x203)];constructor(a,b=a58j(0x214),c=a58j(0x219)){var x=a58j;super({'name':a,'description':b,'size':Size[x(0x21b)],'category':Category[x(0x21d)],'shape':Shape[x(0x1f4)],'color':Color[x(0x208)],'texture':Texture[x(0x20c)],'rating':Rating[x(0x20f)],'weight':0x1}),this['author']=c,this['publishDate']=new Date(),this[x(0x203)]=0x64;}[a58j(0x215)](){var y=a58j;return y(0x200);}}export class ShortSword extends Item{constructor(){var z=a58j;super({'name':'Short\x20Sword','description':z(0x217),'size':Size[z(0x21b)],'category':Category[z(0x218)],'shape':Shape[z(0x20d)],'color':Color[z(0x1ff)],'texture':Texture[z(0x207)],'rating':Rating[z(0x20f)],'weight':0x3});}[a58j(0x215)](){var A=a58j;return A(0x1eb);}}export class SniperRifle extends Item{constructor(){var B=a58j;super({'name':'Sniper\x20Rifle','description':B(0x1f6),'size':Size['Large'],'category':Category[B(0x218)],'shape':Shape[B(0x210)],'color':Color[B(0x208)],'texture':Texture['Smooth'],'rating':Rating[B(0x20f)],'weight':0x5});}['use'](){var C=a58j;return C(0x212);}}export class HolyGrail extends Item{constructor(){var D=a58j;super({'name':D(0x1e9),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[D(0x209)],'category':Category[D(0x216)],'shape':Shape[D(0x1f2)],'color':Color[D(0x1ec)],'texture':Texture['Metallic'],'rating':Rating[D(0x1fb)],'weight':0x1});}[a58j(0x215)](){var E=a58j;return'You\x20hold\x20the\x20'+this['name']+E(0x202);}}
@@ -1 +1 @@
1
- function a60c(){const j=['book','decrypt','Golden\x20Chalice','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','show\x20loyalty','Chad\x20the\x20stupid\x20guard','rifle','Emblem\x20Shield','209951PovLts','Study','(((.+)+)+)+$','Blood-stained\x20Key','cup','The\x20legendary\x20Holy\x20Grail.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','That\x20passcode\x20is\x20incorrect','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','insert\x20gem','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','west','Matrix\x20Data\x20Haven','An\x20old\x20and\x20rusted\x20sword.','Holy\x20Grail','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Ancient\x20Gem','Secret\x20Passage','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','outside','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Treasure\x20Room','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Central\x20Chamber\x20Key','amulet','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','NORTH','A\x20thin\x20log\x20book','2IrrEMm','search','Sniper\x20Rifle','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Alchemy\x20Lab','Jackpoint\x20Login','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','249696mVMrPg','Library','release','78qMeNHp','weapon','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','inside','creditstick','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','CorpSec\x20Plans','Amulet\x20of\x20Awakening','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','key','sword','apply','Entrance\x20Hall','837448TPhepW','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Armory','434694VCWSeh','Barrens\x20Entrance','Gang\x20Insignia','EAST','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Golden\x20Key','603072lGgDXZ','Guard\x27s\x20Log\x20Book','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','MCT\x20Fly-Spy','Rigger\x27s\x20Workshop','constructor','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','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','holyGrail','101615rNcMYc','152qdLufd','east','north','Nothing\x20happens.','Ares\x20Predator','A\x20creditstick\x20loaded\x20with\x20nuyen.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Central\x20Chamber','shield','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','down','The\x20chest\x20remains\x20firmly\x20shut.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Torture\x20Chamber','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','south','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','secret123','Mage\x27s\x20Lair','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Rusted\x20Sword','A\x20clear\x20glass\x20vial.','Watch\x20Tower','6653850sDlhai','Riddle\x20Book','toString','OUTSIDE','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Downtown\x20Seattle','Barrens\x20Hideout','gem','A\x20chalice\x20made\x20of\x20pure\x20gold.','disenchant','Courtyard'];a60c=function(){return j;};return a60c();}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x10a))/0x1+parseInt(f(0x103))/0x2*(parseInt(f(0x11f))/0x3)+parseInt(f(0x11b))/0x4+parseInt(f(0x12e))/0x5*(-parseInt(f(0x10d))/0x6)+parseInt(f(0x15c))/0x7*(parseInt(f(0x12f))/0x8)+parseInt(f(0x125))/0x9+-parseInt(f(0x147))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x4bfcf));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x119)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x149)]()[h(0x104)](h(0x15e))['toString']()[h(0x12a)](a60a)[h(0x104)]('(((.+)+)+)+$');});function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xfb;let f=c[d];return f;},a60d(a,b);}a60a();export const rooms=[{'name':a60i(0x10b),'description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':a60i(0x117),'name':a60i(0x124),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':'book','name':a60i(0x126),'description':a60i(0x102),'content':a60i(0x159)}],'exits':[{'direction':a60i(0x122),'targetRoom':a60i(0x16e)}]},{'name':'Secret\x20Passage','description':a60i(0x135),'exits':[{'direction':a60i(0x101),'targetRoom':a60i(0xfc),'keyRequired':a60i(0x124)},{'direction':'SOUTH','targetRoom':'Courtyard'}]},{'name':a60i(0xfc),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x12d),'name':a60i(0x16b),'description':a60i(0x161)}]},{'name':a60i(0x151),'description':a60i(0x13f),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a60i(0x146),'description':a60i(0x11d),'roomType':a60i(0x14a),'puzzle':{'requiredPhrase':a60i(0x141),'riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60i(0x15a),'name':a60i(0x105),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x12c),'failureMessage':a60i(0x163)}}];export const dungeonConfig=[{'name':a60i(0x11a),'description':a60i(0x143),'isStartRoom':!![],'roomType':a60i(0x110),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0x109),'rewardItem':{'type':'key','name':'Central\x20Chamber\x20Key','description':a60i(0xfd)},'successMessage':a60i(0xfb),'failureMessage':a60i(0x132)},'exits':[{'direction':a60i(0x131),'targetRoom':'Study'},{'direction':a60i(0x130),'targetRoom':a60i(0x136),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0x15d),'description':a60i(0x16c),'roomType':a60i(0x110),'items':[{'type':a60i(0x152),'name':a60i(0x148),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x112)},{'type':a60i(0x117),'name':a60i(0xfe),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x13e),'targetRoom':a60i(0x11a)},{'direction':a60i(0x130),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0x107),'description':a60i(0x162),'roomType':a60i(0x110),'items':[{'type':'basic','name':'Empty\x20vial','description':a60i(0x145)}],'exits':[{'direction':a60i(0x168),'targetRoom':a60i(0x15d)},{'direction':'north','targetRoom':a60i(0x11e)}]},{'name':a60i(0x11e),'description':a60i(0x127),'roomType':a60i(0x110),'items':[{'type':a60i(0x137),'name':a60i(0x15b),'description':a60i(0x13b)},{'type':a60i(0x118),'name':a60i(0x144),'description':a60i(0x16a)}],'exits':[{'direction':a60i(0x13e),'targetRoom':a60i(0x107)},{'direction':a60i(0x130),'targetRoom':a60i(0x136)}]},{'name':a60i(0x136),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a60i(0x110),'exits':[{'direction':a60i(0x168),'targetRoom':a60i(0x11e)},{'direction':a60i(0x13e),'targetRoom':a60i(0x11a)},{'direction':a60i(0x131),'targetRoom':a60i(0x13c)},{'direction':a60i(0x130),'targetRoom':'Treasure\x20Room'}]},{'name':'Torture\x20Chamber','description':a60i(0x11c),'roomType':a60i(0x110),'items':[{'type':'key','name':a60i(0x15f),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x10c),'riddle':a60i(0x100),'rewardItem':{'type':a60i(0x14e),'name':a60i(0x16d),'description':a60i(0x14b)},'successMessage':a60i(0x10f),'failureMessage':a60i(0x106)},'exits':[{'direction':'south','targetRoom':'Central\x20Chamber'}]},{'name':a60i(0xfc),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':'inside','puzzle':{'requiredPhrase':a60i(0x166),'riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60i(0x160),'name':a60i(0x154),'description':a60i(0x14f)},'successMessage':a60i(0x115),'failureMessage':a60i(0x13a)},'exits':[{'direction':a60i(0x168),'targetRoom':a60i(0x136)}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a60i(0x116),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':a60i(0x131),'targetRoom':a60i(0x14c)},{'direction':'up','targetRoom':a60i(0x169)}]},{'name':a60i(0x169),'description':a60i(0x167),'roomType':a60i(0x110),'puzzle':{'requiredPhrase':a60i(0x153),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60i(0x117),'name':'Encrypted\x20Data\x20Key','description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60i(0x139),'targetRoom':a60i(0x108)}]},{'name':'Downtown\x20Seattle','description':a60i(0x170),'roomType':a60i(0x171),'exits':[{'direction':'south','targetRoom':a60i(0x108)},{'direction':'east','targetRoom':a60i(0x120)},{'direction':'west','targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x120),'description':a60i(0x13d),'roomType':a60i(0x171),'puzzle':{'requiredPhrase':a60i(0x158),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':'key','name':a60i(0x121),'description':a60i(0x156)},'successMessage':a60i(0x123),'failureMessage':a60i(0x155)},'exits':[{'direction':a60i(0x168),'targetRoom':'Downtown\x20Seattle'},{'direction':a60i(0x131),'targetRoom':'Barrens\x20Hideout'}]},{'name':'Corp\x20Enclave','description':'The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','roomType':a60i(0x110),'items':[{'type':a60i(0x111),'name':'Corporate\x20Creditstick','description':a60i(0x134)},{'type':'document','name':a60i(0x113),'description':a60i(0x138)}],'exits':[{'direction':a60i(0x130),'targetRoom':'Downtown\x20Seattle'}]},{'name':'Barrens\x20Hideout','description':a60i(0x157),'roomType':a60i(0x171),'items':[{'type':a60i(0x10e),'name':a60i(0x133),'description':a60i(0x165)}],'exits':[{'direction':a60i(0x13e),'targetRoom':'Barrens\x20Entrance'},{'direction':a60i(0x131),'targetRoom':a60i(0x142)},{'direction':'east','targetRoom':a60i(0x129)}]},{'name':a60i(0x142),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x110),'puzzle':{'requiredPhrase':a60i(0x150),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a60i(0xff),'name':a60i(0x114),'description':a60i(0x12b)},'successMessage':a60i(0x16f),'failureMessage':a60i(0x140)},'exits':[{'direction':a60i(0x13e),'targetRoom':a60i(0x14d)}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x164),'roomType':a60i(0x110),'items':[{'type':'drone','name':a60i(0x128),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x168),'targetRoom':'Barrens\x20Hideout'}]}];
1
+ const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0xb0))/0x1*(parseInt(f(0xc3))/0x2)+parseInt(f(0xb2))/0x3+parseInt(f(0xd9))/0x4+parseInt(f(0xbd))/0x5+-parseInt(f(0xe4))/0x6*(parseInt(f(0xfc))/0x7)+parseInt(f(0xb3))/0x8+-parseInt(f(0xd8))/0x9*(parseInt(f(0xc6))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xc9af8));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x10c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x101)]()['search'](h(0xb4))['toString']()[h(0xe8)](a60a)[h(0xaa)]('(((.+)+)+)+$');});a60a();function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x97;let f=c[d];return f;},a60d(a,b);}export const rooms=[{'name':a60i(0xd2),'description':a60i(0xb5),'isStartRoom':!![],'items':[{'type':a60i(0x102),'name':a60i(0x10f),'description':a60i(0xbc)},{'type':a60i(0xed),'name':a60i(0xeb),'description':a60i(0xc7),'content':a60i(0xa5)}],'exits':[{'direction':a60i(0xfb),'targetRoom':a60i(0x100)}]},{'name':a60i(0x100),'description':a60i(0xa2),'exits':[{'direction':a60i(0xbb),'targetRoom':a60i(0x98),'keyRequired':a60i(0x10f)},{'direction':a60i(0xa7),'targetRoom':a60i(0x9c)}]},{'name':a60i(0x98),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0xd1),'name':'Holy\x20Grail','description':a60i(0xdd)}]},{'name':'Courtyard','description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a60i(0xba),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0xe2),'puzzle':{'requiredPhrase':a60i(0xa3),'riddle':a60i(0x104),'rewardItem':{'type':'rifle','name':a60i(0xfe),'description':a60i(0xb9)},'successMessage':'You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','failureMessage':a60i(0x10d)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60i(0xd0),'isStartRoom':!![],'roomType':a60i(0xca),'puzzle':{'requiredPhrase':a60i(0xfd),'riddle':a60i(0xdb),'rewardItem':{'type':a60i(0x102),'name':a60i(0xa1),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0x10e),'failureMessage':a60i(0x113)},'exits':[{'direction':'north','targetRoom':a60i(0xf0)},{'direction':a60i(0x9f),'targetRoom':'Central\x20Chamber','keyRequired':a60i(0xa1)}]},{'name':a60i(0xf0),'description':a60i(0x10a),'roomType':a60i(0xca),'items':[{'type':a60i(0xed),'name':'Riddle\x20Book','description':a60i(0xe1),'content':a60i(0x106)},{'type':a60i(0x102),'name':a60i(0xa1),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0xb8),'targetRoom':a60i(0xf2)},{'direction':a60i(0x9f),'targetRoom':a60i(0xf9)}]},{'name':a60i(0xf9),'description':a60i(0xb1),'roomType':a60i(0xca),'items':[{'type':a60i(0xdc),'name':a60i(0x9e),'description':a60i(0xa8)}],'exits':[{'direction':a60i(0xb7),'targetRoom':a60i(0xf0)},{'direction':'north','targetRoom':'Armory'}]},{'name':a60i(0x99),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a60i(0xca),'items':[{'type':a60i(0xf5),'name':a60i(0xc1),'description':a60i(0xd3)},{'type':a60i(0xa4),'name':a60i(0xae),'description':a60i(0xc8)}],'exits':[{'direction':'south','targetRoom':'Alchemy\x20Lab'},{'direction':a60i(0x9f),'targetRoom':a60i(0xc2)}]},{'name':'Central\x20Chamber','description':a60i(0xcb),'roomType':'inside','exits':[{'direction':a60i(0xb7),'targetRoom':a60i(0x99)},{'direction':a60i(0xb8),'targetRoom':a60i(0xf2)},{'direction':a60i(0x10b),'targetRoom':a60i(0xd4)},{'direction':a60i(0x9f),'targetRoom':a60i(0x98)}]},{'name':a60i(0xd4),'description':a60i(0x108),'roomType':a60i(0xca),'items':[{'type':'key','name':a60i(0xcf),'description':a60i(0xe3)}],'puzzle':{'requiredPhrase':a60i(0xd7),'riddle':a60i(0xdf),'rewardItem':{'type':'gem','name':a60i(0xec),'description':a60i(0xf3)},'successMessage':a60i(0xde),'failureMessage':a60i(0xab)},'exits':[{'direction':a60i(0xb8),'targetRoom':a60i(0xc2)}]},{'name':a60i(0x98),'description':a60i(0x109),'roomType':a60i(0xca),'puzzle':{'requiredPhrase':'insert\x20gem','riddle':a60i(0x114),'rewardItem':{'type':a60i(0xce),'name':a60i(0xef),'description':a60i(0x110)},'successMessage':a60i(0xaf),'failureMessage':a60i(0xee)},'exits':[{'direction':'west','targetRoom':a60i(0xc2)}]}];export const shadowrunConfig=[{'name':a60i(0xa9),'description':a60i(0xa6),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':a60i(0x10b),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0xc5)}]},{'name':'Matrix\x20Data\x20Haven','description':a60i(0xa0),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x9b),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60i(0x102),'name':a60i(0x112),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0xb6),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60i(0xe5),'targetRoom':a60i(0xa9)}]},{'name':a60i(0xcd),'description':'The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','roomType':a60i(0x107),'exits':[{'direction':'south','targetRoom':a60i(0xa9)},{'direction':'east','targetRoom':a60i(0xe0)},{'direction':a60i(0xb7),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0xe0),'description':a60i(0xff),'roomType':'outside','puzzle':{'requiredPhrase':a60i(0x9a),'riddle':a60i(0x97),'rewardItem':{'type':'key','name':a60i(0xad),'description':a60i(0xf1)},'successMessage':a60i(0x105),'failureMessage':a60i(0xe6)},'exits':[{'direction':a60i(0xb7),'targetRoom':'Downtown\x20Seattle'},{'direction':a60i(0x10b),'targetRoom':'Barrens\x20Hideout'}]},{'name':a60i(0x111),'description':a60i(0xbe),'roomType':a60i(0xca),'items':[{'type':'creditstick','name':a60i(0xd6),'description':a60i(0xf7)},{'type':a60i(0xf8),'name':a60i(0xea),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a60i(0x9f),'targetRoom':a60i(0xcd)}]},{'name':a60i(0x103),'description':a60i(0xfa),'roomType':'outside','items':[{'type':a60i(0xc9),'name':a60i(0xc0),'description':a60i(0xda)}],'exits':[{'direction':a60i(0xb8),'targetRoom':a60i(0xe0)},{'direction':a60i(0x10b),'targetRoom':a60i(0xd5)},{'direction':a60i(0x9f),'targetRoom':a60i(0xe9)}]},{'name':a60i(0xd5),'description':a60i(0xf6),'roomType':a60i(0xca),'puzzle':{'requiredPhrase':a60i(0x9d),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a60i(0xcc),'name':a60i(0xbf),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a60i(0xe7),'failureMessage':a60i(0xc4)},'exits':[{'direction':a60i(0xb8),'targetRoom':a60i(0x103)}]},{'name':a60i(0xe9),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':'inside','items':[{'type':'drone','name':a60i(0xac),'description':a60i(0xf4)}],'exits':[{'direction':'west','targetRoom':a60i(0x103)}]}];function a60c(){const j=['Nothing\x20happens.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','Treasure\x20Room','Armory','show\x20loyalty','decrypt','Courtyard','disenchant','Empty\x20vial','east','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Central\x20Chamber\x20Key','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','secret123','sword','Chad\x20the\x20stupid\x20guard','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','SOUTH','A\x20clear\x20glass\x20vial.','Jackpoint\x20Login','search','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','MCT\x20Fly-Spy','Gang\x20Insignia','Rusted\x20Sword','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','110361NMcUgK','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','3234465vIxjUr','11086176nQKkft','(((.+)+)+)+$','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','west','south','A\x20long-range\x20weapon.','Watch\x20Tower','NORTH','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','7891040waLxNP','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Amulet\x20of\x20Awakening','Ares\x20Predator','Emblem\x20Shield','Central\x20Chamber','6XNCyNt','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Matrix\x20Data\x20Haven','20491490DdSKSL','A\x20thin\x20log\x20book','An\x20old\x20and\x20rusted\x20sword.','weapon','inside','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','amulet','Downtown\x20Seattle','cup','Blood-stained\x20Key','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','holyGrail','Library','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Torture\x20Chamber','Mage\x27s\x20Lair','Corporate\x20Creditstick','release','9fWSWAk','28704oiDxgX','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','basic','The\x20legendary\x20Holy\x20Grail.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Barrens\x20Entrance','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','OUTSIDE','A\x20key\x20stained\x20with\x20old\x20blood.','30822YjpNtE','down','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','constructor','Rigger\x27s\x20Workshop','CorpSec\x20Plans','Guard\x27s\x20Log\x20Book','Ancient\x20Gem','book','The\x20chest\x20remains\x20firmly\x20shut.','Golden\x20Chalice','Study','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Entrance\x20Hall','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','A\x20small\x20surveillance\x20drone.','shield','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','A\x20creditstick\x20loaded\x20with\x20nuyen.','document','Alchemy\x20Lab','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','EAST','2051FIabgA','open\x20sesame','Sniper\x20Rifle','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Secret\x20Passage','toString','key','Barrens\x20Hideout','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','outside','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','north','apply','That\x20passcode\x20is\x20incorrect','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Golden\x20Key','A\x20chalice\x20made\x20of\x20pure\x20gold.','Corp\x20Enclave','Encrypted\x20Data\x20Key'];a60c=function(){return j;};return a60c();}
@@ -1 +1 @@
1
- var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x17b))/0x1+-parseInt(f(0x182))/0x2*(-parseInt(f(0x18d))/0x3)+parseInt(f(0x174))/0x4+parseInt(f(0x191))/0x5+parseInt(f(0x17f))/0x6*(-parseInt(f(0x192))/0x7)+parseInt(f(0x196))/0x8*(parseInt(f(0x172))/0x9)+-parseInt(f(0x188))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x87dd8));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var g=a61d;return a61a[g(0x18a)]()[g(0x189)](g(0x180))[g(0x18a)]()['constructor'](a61a)[g(0x189)](g(0x180));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x181)];[a61h(0x193)];[a61h(0x184)];['characterLocations'];}export class AbstractRoom extends EventEmitter{['name'];[a61h(0x185)];['exits'];['inventory'];[a61h(0x183)];[a61h(0x18c)];[a61h(0x186)];}export class AbstractDoor{['roomA'];[a61h(0x177)];[a61h(0x171)];[a61h(0x17c)];[a61h(0x187)];[a61h(0x184)];[a61h(0x17e)];}export class AbstractInventory{[a61h(0x18b)];[a61h(0x184)];}export class AbstractItem{[a61h(0x173)];[a61h(0x187)];[a61h(0x185)];[a61h(0x18e)];[a61h(0x195)];[a61h(0x190)];[a61h(0x176)];[a61h(0x17a)];[a61h(0x194)];[a61h(0x175)];}function a61c(){var i=['player','rating','category','2723576XfipAd','_equipment','isLocked','27KYoBzs','uuid','1562164bYeqbL','weight','color','roomB','_inventory','_maxCarryingWeight','texture','333333NsHBao','unlockItemOrSolution','_playerName','isLockable','1491186hhnTfQ','(((.+)+)+)+$','rooms','18102vcBNam','puzzle','logger','description','isStartRoom','name','6678830mGzQbh','search','toString','items','roomType','273pJBRZS','size','_logger','shape','1581605ohGZWD','28UfHhNg'];a61c=function(){return i;};return a61c();}export class AbstractPlayer{[a61h(0x17d)];['_currentLocation'];[a61h(0x178)];[a61h(0x197)];[a61h(0x179)];[a61h(0x18f)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x171;var f=c[d];return f;},a61d(a,b);}export class AbstractPuzzle{[a61h(0x184)];['solved'];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x132))/0x1+parseInt(f(0x127))/0x2+parseInt(f(0x136))/0x3+-parseInt(f(0x12b))/0x4+parseInt(f(0x128))/0x5+-parseInt(f(0x129))/0x6+parseInt(f(0x141))/0x7*(-parseInt(f(0x14b))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xd7bc2));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x14a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x147)]()['search'](h(0x137))[h(0x147)]()[h(0x12f)](a61a)[h(0x13a)](h(0x137));});function a61c(){var j=['items','constructor','roomB','roomA','1752282ZQOldv','_equipment','roomType','description','707019oPRMjk','(((.+)+)+)+$','weight','isStartRoom','search','_inventory','rooms','_logger','solved','_maxCarryingWeight','name','749OWoplC','isLockable','shape','category','uuid','color','toString','inventory','texture','apply','123144iDroKB','exits','player','3212622SZcmgs','7488545dXhVvz','6346602fZnMDg','logger','6014028zTMukr','unlockItemOrSolution','_playerName'];a61c=function(){return j;};return a61c();}a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x13c)];[a61i(0x14d)];[a61i(0x12a)];['characterLocations'];}export class AbstractRoom extends EventEmitter{[a61i(0x140)];['description'];[a61i(0x14c)];[a61i(0x148)];['puzzle'];[a61i(0x134)];[a61i(0x139)];}export class AbstractDoor{[a61i(0x131)];[a61i(0x130)];['isLocked'];[a61i(0x12c)];[a61i(0x140)];[a61i(0x12a)];[a61i(0x142)];}export class AbstractInventory{[a61i(0x12e)];[a61i(0x12a)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x127;var f=c[d];return f;},a61d(a,b);}export class AbstractItem{[a61i(0x145)];[a61i(0x140)];[a61i(0x135)];['size'];[a61i(0x144)];[a61i(0x143)];[a61i(0x146)];[a61i(0x149)];['rating'];[a61i(0x138)];}export class AbstractPlayer{[a61i(0x12d)];['_currentLocation'];[a61i(0x13b)];[a61i(0x133)];[a61i(0x13f)];[a61i(0x13d)];}export class AbstractPuzzle{['logger'];[a61i(0x13e)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x119))/0x1*(-parseInt(k(0xcb))/0x2)+-parseInt(k(0x105))/0x3+-parseInt(k(0x102))/0x4*(-parseInt(k(0xdc))/0x5)+-parseInt(k(0x114))/0x6+parseInt(k(0xd9))/0x7+-parseInt(k(0xcf))/0x8+parseInt(k(0x10c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xda68e));function a62c(){var v=['UNDERGROUND','constructor','Gloves','Tiny','green','3046628EEByps','NORTH','beach','203679fIcfrz','rare','Blue','gold','SEA','body\x20armor','CAVE','22060116GEDwYD','(((.+)+)+)+$','Grey','grainy','large','arm\x20armor','DOWN','west','3475608CteNNZ','Weapon','Square','ArmArmor','tower','1mjyein','Legendary','Brown','small','mountain','boots','purple','Yellow','Large','Rough','legendary','very\x20large','Helmet','apply','south','3305410NHhIsg','unknown','INSIDE','hat','9784712lTeZBz','Circle','search','OUTSIDE','FOREST','WEST','smooth','Gold','orange','Rectangle','8433460DjcTkd','Rare','helmet','5ySmJZw','Orange','EAST','grey','Grainy','LegArmor','blade','Hat','east','Small','blue','Green','rough','cave','rifle','common','inside','Rifle','tiny','book','red','triangle','MOUNTAIN','key','Key','toString','forest','yellow','Bumpy','Metallic','Fuzzy','Purple','Shield'];a62c=function(){return v;};return a62c();}export var Size;(function(a){var l=a62d;a[l(0x100)]=l(0xee),a[l(0xe5)]=l(0x11c),a['Medium']='medium',a[l(0x121)]=l(0x110),a['VeryLarge']=l(0x124);}(Size||(Size={})));export var Rating;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xc8;var f=c[d];return f;},a62d(a,b);}(function(a){var m=a62d;a['Common']=m(0xeb),a[m(0xda)]=m(0x106),a[m(0x11a)]=m(0x123);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x115)]='weapon',a[n(0xfc)]='shield',a[n(0xf4)]=n(0xf3),a[n(0xff)]='gloves',a[n(0xc8)]=n(0xdb),a[n(0xe3)]=n(0xce),a['Boots']=n(0x11e),a[n(0xe1)]='leg\x20armor',a[n(0x117)]=n(0x111),a['BodyArmor']=n(0x10a),a['Book']=n(0xef),a['Cup']='cup',a['Unknown']=n(0xcc);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0xd0)]='circle',a[o(0x116)]='square',a['Triangle']=o(0xf1),a[o(0xd8)]='rectangle',a['Blade']=o(0xe2),a[o(0xed)]=o(0xea);}(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(0xc9)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a62d;return e['toString']()[q(0xd1)]('(((.+)+)+)+$')[q(0xf5)]()[q(0xfe)](e)[q(0xd1)](q(0x10d));});e(),c['Red']=r(0xf0),c[r(0x107)]=r(0xe6),c[r(0xe7)]=r(0x101),c[r(0x120)]=r(0xf7),c[r(0xdd)]=r(0xd7),c[r(0xfb)]=r(0x11f),c[r(0x10e)]=r(0xdf),c[r(0x11b)]='brown',c[r(0xd6)]=r(0x108);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a['Smooth']=s(0xd5),a[s(0x122)]=s(0xe8),a[s(0xf8)]='bumpy',a[s(0xfa)]='fuzzy',a[s(0xe0)]=s(0x10f),a[s(0xf9)]='metallic';}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0xcd)]=t(0xec),a[t(0xd2)]='outside',a[t(0xfd)]='underground',a[t(0x10b)]=t(0xe9),a['TOWER']=t(0x118),a[t(0xd3)]=t(0xf6),a['DESERT']='desert',a[t(0xf2)]=t(0x11d),a['BEACH']=t(0x104),a[t(0x109)]='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x103)]='north',a[u(0xde)]=u(0xe4),a['SOUTH']=u(0xca),a[u(0xd4)]=u(0x113),a['UP']='up',a[u(0x112)]='down';}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x1b7))/0x1+parseInt(k(0x1fc))/0x2*(parseInt(k(0x202))/0x3)+-parseInt(k(0x200))/0x4*(parseInt(k(0x20e))/0x5)+-parseInt(k(0x1b9))/0x6*(-parseInt(k(0x216))/0x7)+-parseInt(k(0x1b4))/0x8+parseInt(k(0x1c9))/0x9*(parseInt(k(0x1d3))/0xa)+parseInt(k(0x1d2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x9223a));export var Size;(function(a){var l=a62d;a['Tiny']=l(0x1c5),a[l(0x218)]=l(0x1bc),a[l(0x20b)]=l(0x1ce),a['Large']=l(0x212),a[l(0x210)]=l(0x203);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x20f)]=m(0x1c3),a[m(0x1fe)]='rare',a[m(0x1de)]=m(0x1d6);}(Rating||(Rating={})));export var Category;function a62c(){var u=['(((.+)+)+)+$','legendary','BEACH','rectangle','bumpy','OUTSIDE','DOWN','Grainy','smooth','Legendary','Rough','Circle','circle','Red','Metallic','grainy','UNDERGROUND','purple','search','helmet','hat','triangle','down','rifle','constructor','forest','MOUNTAIN','rough','Green','Weapon','blue','SEA','key','square','desert','orange','east','grey','blade','240NsLWIK','Orange','Rare','Square','3950164EyOahS','cave','16752XiLfhb','very\x20large','SOUTH','cup','unknown','Hat','Boots','INSIDE','toString','Medium','body\x20armor','Bumpy','5agcMQY','Common','VeryLarge','TOWER','large','Unknown','ArmArmor','FOREST','6824349gUiHWT','WEST','Small','Rectangle','red','inside','Gloves','leg\x20armor','6723616Gdpqhv','weapon','CAVE','889601luOpnB','boots','6nXUJdv','gold','west','small','metallic','Rifle','Grey','Gold','arm\x20armor','Smooth','common','Blue','tiny','fuzzy','beach','EAST','9vxUIHH','gloves','green','south','Book','medium','mountain','yellow','sea','5504884EaEdrL','11707490GwbIRS','Key'];a62c=function(){return u;};return a62c();}(function(a){var n=a62d;a[n(0x1f2)]=n(0x1b5),a['Shield']='shield',a[n(0x1d4)]=n(0x1f5),a[n(0x1b2)]=n(0x1ca),a['Helmet']=n(0x1e8),a[n(0x207)]=n(0x1e9),a[n(0x208)]=n(0x1b8),a['LegArmor']=n(0x1b3),a[n(0x214)]=n(0x1c1),a['BodyArmor']=n(0x20c),a[n(0x1cd)]='book',a['Cup']=n(0x205),a[n(0x213)]=n(0x206);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x1e0)]=o(0x1e1),a[o(0x1ff)]=o(0x1f6),a['Triangle']=o(0x1ea),a[o(0x219)]=o(0x1d8),a['Blade']=o(0x1fb),a[o(0x1be)]=o(0x1ec);}(Shape||(Shape={})));export var Color;(function(c){var q=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 p=a62d;return e[p(0x20a)]()[p(0x1e7)](p(0x1d5))['toString']()[p(0x1ed)](e)[p(0x1e7)](p(0x1d5));});e(),c[q(0x1e2)]=q(0x21a),c[q(0x1c4)]=q(0x1f3),c[q(0x1f1)]=q(0x1cb),c['Yellow']=q(0x1d0),c[q(0x1fd)]=q(0x1f8),c['Purple']=q(0x1e6),c[q(0x1bf)]=q(0x1fa),c['Brown']='brown',c[q(0x1c0)]=q(0x1ba);}(Color||(Color={})));export var Texture;(function(a){var r=a62d;a[r(0x1c2)]=r(0x1dd),a[r(0x1df)]=r(0x1f0),a[r(0x20d)]=r(0x1d9),a['Fuzzy']=r(0x1c6),a[r(0x1dc)]=r(0x1e4),a[r(0x1e3)]=r(0x1bd);}(Texture||(Texture={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1b1;var f=c[d];return f;},a62d(a,b);}export var RoomType;(function(a){var s=a62d;a[s(0x209)]=s(0x1b1),a[s(0x1da)]='outside',a[s(0x1e5)]='underground',a[s(0x1b6)]=s(0x201),a[s(0x211)]='tower',a[s(0x215)]=s(0x1ee),a['DESERT']=s(0x1f7),a[s(0x1ef)]=s(0x1cf),a[s(0x1d7)]=s(0x1c7),a[s(0x1f4)]=s(0x1d1);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a['NORTH']='north',a[t(0x1c8)]=t(0x1f9),a[t(0x204)]=t(0x1cc),a[t(0x217)]=t(0x1bb),a['UP']='up',a[t(0x1db)]=t(0x1eb);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a63c(){var h=['2AZryoB','392143HpuHkJ','6VPfIGN','706604BINfYw','toString','5OFSXUJ','10WhGQAa','2956288FokuLC','(((.+)+)+)+$','search','2886849sNQRUU','720549XeXhDG','33300RJRMPO','626382wDiyMM','407ETFsPr'];a63c=function(){return h;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xf3;var f=c[d];return f;},a63d(a,b);}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xf5))/0x1*(parseInt(f(0xf4))/0x2)+parseInt(f(0x101))/0x3+parseInt(f(0xf7))/0x4*(parseInt(f(0xf9))/0x5)+-parseInt(f(0xf6))/0x6*(-parseInt(f(0xfe))/0x7)+-parseInt(f(0xfb))/0x8+-parseInt(f(0xff))/0x9*(-parseInt(f(0xfa))/0xa)+parseInt(f(0xf3))/0xb*(parseInt(f(0x100))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x3571d));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0xf8)]()[g(0xfd)](g(0xfc))['toString']()['constructor'](a63a)[g(0xfd)](g(0xfc));});a63a();export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x80))/0x1+parseInt(f(0x7e))/0x2+-parseInt(f(0x84))/0x3+-parseInt(f(0x88))/0x4+parseInt(f(0x7c))/0x5*(-parseInt(f(0x86))/0x6)+parseInt(f(0x7f))/0x7+parseInt(f(0x81))/0x8*(parseInt(f(0x85))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x6a816));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x83)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x7d)]()[h(0x87)](h(0x82))[h(0x7d)]()['constructor'](a63a)[h(0x87)]('(((.+)+)+)+$');});a63a();function a63c(){var i=['5MiwEmH','toString','418792bcYgEb','3386817LvDppv','845157DgrBRO','8WcUyrg','(((.+)+)+)+$','apply','503223WxWAOC','1264293KHQCHo','2686854gMuHaa','search','2508260acmXlL'];a63c=function(){return i;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x7c;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(0x1ad))/0x1*(-parseInt(f(0x1b6))/0x2)+-parseInt(f(0x1ab))/0x3*(-parseInt(f(0x1b8))/0x4)+-parseInt(f(0x1b7))/0x5*(parseInt(f(0x1ac))/0x6)+-parseInt(f(0x1ae))/0x7+-parseInt(f(0x1b9))/0x8*(-parseInt(f(0x1b2))/0x9)+-parseInt(f(0x1b3))/0xa*(-parseInt(f(0x1b0))/0xb)+-parseInt(f(0x1af))/0xc*(-parseInt(f(0x1b4))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x1cc45));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x1ba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x1b5)]()[h(0x1a9)]('(((.+)+)+)+$')[h(0x1b5)]()[h(0x1b1)](a64a)[h(0x1a9)](h(0x1aa));});function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x1a9;var f=c[d];return f;},a64d(a,b);}function a64c(){var i=['16cKcSkE','739352hpzpde','apply','search','(((.+)+)+)+$','54066uRWWIe','444uXLRbB','177231uwASvQ','695716kzwMMx','3481068TsHrcf','11jeeTTu','constructor','18aTtVnK','188910LCRhKS','13XYmtSk','toString','2iPqSGW','11585lOmaKA'];a64c=function(){return i;};return a64c();}a64a();export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x183))/0x1*(-parseInt(f(0x18f))/0x2)+parseInt(f(0x192))/0x3+-parseInt(f(0x18a))/0x4*(parseInt(f(0x188))/0x5)+-parseInt(f(0x189))/0x6*(parseInt(f(0x185))/0x7)+-parseInt(f(0x190))/0x8*(parseInt(f(0x18b))/0x9)+parseInt(f(0x193))/0xa*(parseInt(f(0x18e))/0xb)+parseInt(f(0x191))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x792d7));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x183;var f=c[d];return f;},a64d(a,b);}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x18d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x18c)]()[h(0x184)]('(((.+)+)+)+$')[h(0x18c)]()[h(0x187)](a64a)['search'](h(0x186));});a64a();function a64c(){var i=['constructor','130535SCXwqh','1589292IJlrXk','148RFPNSd','9TIaVHo','toString','apply','257587eZENts','638YLecve','4642664BhIAKP','25970088XLanTJ','293652pWmJFf','340uUtmXS','1523PngyPb','search','14VvliGB','(((.+)+)+)+$'];a64c=function(){return i;};return a64c();}export{};
@@ -1 +1 @@
1
- const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x157))/0x1+-parseInt(y(0x132))/0x2*(parseInt(y(0x180))/0x3)+parseInt(y(0x16e))/0x4*(-parseInt(y(0x173))/0x5)+-parseInt(y(0x179))/0x6+parseInt(y(0x168))/0x7*(-parseInt(y(0x165))/0x8)+parseInt(y(0x158))/0x9+parseInt(y(0x182))/0xa*(parseInt(y(0x188))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xecd4d));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';function a65c(){const I=['append','apply','checkIfLockable','focus','15144dMhrzg','toString','5771930RxgjaA','\x20Equipment\x20','\x20Game\x20Log\x20','Side\x20Quest\x20Adventure\x20Game','None','search','66bLyboE','\x20(Locked)','torso','argv','key','enter','leftHand','exit','20%','getWelcomeMessage','forEach','lock','632XOMLLv','exits','Legs:\x20','90%','legs','rightHand','feet','10%','split','Left\x20Hand:\x20','cyan','Arms:\x20','box','checkIfLocked','yellow','----->>>>>>\x20Initializing\x20Game','setContent','\x20Inventory\x20','parse','inventory','OUTSIDE','write','mousemove','Your\x20items\x20will\x20be\x20listed\x20here...','gloves','unequip','-----\x20Exits\x20------\x0a','size','render','pushLine','Torso:\x20','100%','<<<<<<<<---------\x20Terminating\x20game','head','getInstance','getAllItems','getValue','291702rNDAgb','17149887BYAeew','25%','Available\x20exits\x20will\x20be\x20shown\x20here...','currentLocation','roomType','logFilePath','\x20(Unlocked)','screen','\x0aThere\x20are\x20no\x20exits\x20here.','slice','line','player','removeAllListeners','6603632NrmuMj','handleInput','textbox','14vTzmOt','clearValue','unlock','C-c','constructor','arms','4WAspef','escape','log','(((.+)+)+)+$','logBox','817900cYuPSR','map','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','70%','Feet:\x20','equipment','7684116xUxsMR','name','45%'];a65c=function(){return I;};return a65c();}function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x132;let f=c[d];return f;},a65d(a,b);}export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x17d)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x181)]()[A(0x187)]('(((.+)+)+)+$')[A(0x181)]()[A(0x16c)](g)[A(0x187)](A(0x171));});g();try{const h=a65e[B(0x15f)]({'smartCSR':!![],'title':B(0x185)}),i=a65e[B(0x13e)]({'top':'0%','left':'75%','width':B(0x159),'height':'45%','border':{'type':B(0x162)},'label':B(0x143),'content':B(0x149),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x155)]()[C(0x174)](v=>v[C(0x17a)]);i[C(0x142)](u['join']('\x0a')),h[C(0x14e)]();};h[B(0x17c)](i);const k=a65e[B(0x13e)]({'top':B(0x17b),'left':'75%','width':B(0x159),'height':'25%','border':{'type':B(0x162)},'label':B(0x183),'content':B(0x175),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x140)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x17c)](k);const l=t=>{const D=B;k[D(0x142)]('Head:\x20'+(t[D(0x153)]?t[D(0x153)][D(0x17a)]:D(0x186))+'\x0a'+(D(0x150)+(t['torso']?t[D(0x18a)][D(0x17a)]:D(0x186))+'\x0a')+(D(0x134)+(t['legs']?t[D(0x136)][D(0x17a)]:D(0x186))+'\x0a')+(D(0x177)+(t[D(0x138)]?t['feet']['name']:D(0x186))+'\x0a')+(D(0x13d)+(t[D(0x16d)]?t[D(0x16d)][D(0x17a)]:'None')+'\x0a')+('Gloves:\x20'+(t[D(0x14a)]?t[D(0x14a)]['name']:'None')+'\x0a')+(D(0x13b)+(t[D(0x18e)]?t[D(0x18e)][D(0x17a)]:D(0x186))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x137)]?t[D(0x137)][D(0x17a)]:D(0x186))+'\x0a')),h[D(0x14e)]();},m=a65e[B(0x13e)]({'top':B(0x176),'left':'75%','width':B(0x159),'height':B(0x190),'border':{'type':B(0x162)},'label':'\x20Map\x20','content':B(0x15a),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x140)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x17c)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x17a)]+'\x0a\x0a';u+=E(0x14c),t[E(0x133)][E(0x14d)]>0x0?t[E(0x133)][E(0x192)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0x15c)]===RoomType[F(0x146)]?u+=capitalCase(w)+':\x20'+x[F(0x17a)]:u+=capitalCase(w)+':\x20'+v['name'];if(v[F(0x13f)]())u+=F(0x189);else v[F(0x17e)]()&&(u+=F(0x15e));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x160),m[E(0x142)](u),h[E(0x14e)]();},o=a65e['box']({'id':B(0x172),'top':'0%','left':'0%','width':'75%','height':B(0x135),'border':{'type':B(0x162)},'label':B(0x184),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x140)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x164)](B(0x148)),h[B(0x17c)](o);const p=a65e[B(0x167)]({'bottom':0x0,'left':0x0,'width':B(0x151),'height':B(0x139),'tags':!![],'border':{'type':B(0x162)},'style':{'fg':'white','border':{'fg':B(0x13c)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x17c)](p),h[B(0x18c)]([B(0x16f),B(0x16b)],()=>process['exit'](0x0)),p[B(0x17f)](),h[B(0x14e)]();const q=Logger[B(0x154)](e[B(0x15d)],h),r=new Player({'playerName':c});q[B(0x147)](B(0x141));const s=a65f[B(0x154)](r,d);o['setContent'](s[B(0x191)]()),l(s[B(0x163)][B(0x178)]),j(s[B(0x163)]['inventory']),n(s[B(0x163)][B(0x15b)]),p[B(0x18c)]([B(0x18d)],async()=>{const G=B,t=p[G(0x156)](),u=s[G(0x166)](t);(t[G(0x13a)]('\x20')[0x0]==='take'||'equip'||G(0x14b))&&(j(s[G(0x163)][G(0x145)]),l(s[G(0x163)][G(0x178)])),(t['split']('\x20')[0x0]==='go'||G(0x193)||G(0x16a))&&n(s[G(0x163)]['currentLocation']),t[G(0x13a)]('\x20')[0x0]==='clear'&&o['setContent'](''),u===null&&(console[G(0x170)]('Thanks\x20for\x20playing!'),h[G(0x14e)](),q[G(0x147)](G(0x152)),process[G(0x18f)](0x0)),o[G(0x14f)](u),o['scroll'](0x1),p[G(0x169)](),p[G(0x17f)](),h[G(0x14e)]();});}catch(t){console[B(0x170)](t),process[B(0x18f)](0x1);}}const args=process[a65H(0x18b)][a65H(0x161)](0x2);main(args[0x0],JSON[a65H(0x144)](args[0x1]),JSON[a65H(0x144)](args[0x2]));
1
+ const a65H=a65d;function a65c(){const I=['equipment','map','legs','783113ygbOIO','checkIfLocked','focus','\x20Equipment\x20','roomType','take','10972DJRQVl','7LwzCgl','391179njNjYA','log','forEach','escape','1115CgQSxr','unequip','\x20(Unlocked)','70%','Torso:\x20','getWelcomeMessage','\x20Inventory\x20','22458FXGsGv','1463143ReOpmP','gloves','yellow','player','white','render','8iALbVX','4291312XaiciK','Legs:\x20','-----\x20Exits\x20------\x0a','Available\x20exits\x20will\x20be\x20shown\x20here...','\x20Game\x20Log\x20','5457780HjQYzH','exit','exits','C-c','90%','search','getAllItems','Head:\x20','append','write','parse','pushLine','feet','OUTSIDE','inventory','leftHand','(((.+)+)+)+$','Gloves:\x20','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','name','handleInput','currentLocation','logFilePath','arms','Side\x20Quest\x20Adventure\x20Game','45%','mousemove','slice','Your\x20items\x20will\x20be\x20listed\x20here...','\x0aThere\x20are\x20no\x20exits\x20here.','cyan','20%','25%','split','None','clearValue','head','key','getValue','join','40KovCoz','apply','torso','Right\x20Hand:\x20','toString','75%','Thanks\x20for\x20playing!','line','getOtherSide','setContent','enter','Left\x20Hand:\x20','\x20(Locked)','Feet:\x20','box','argv','checkIfLockable','\x20Map\x20','rightHand'];a65c=function(){return I;};return a65c();}(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x1b9))/0x1+parseInt(y(0x175))/0x2*(parseInt(y(0x1c1))/0x3)+-parseInt(y(0x1bf))/0x4+parseInt(y(0x1c5))/0x5*(parseInt(y(0x1cc))/0x6)+-parseInt(y(0x1c0))/0x7*(parseInt(y(0x176))/0x8)+-parseInt(y(0x17b))/0x9+-parseInt(y(0x1a3))/0xa*(parseInt(y(0x1cd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x70bb1));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 B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x1a4)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x1a7)]()[A(0x180)](A(0x18b))[A(0x1a7)]()['constructor'](g)['search'](A(0x18b));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':B(0x193)}),i=a65e[B(0x1b1)]({'top':'0%','left':B(0x1a8),'width':B(0x19b),'height':B(0x194),'border':{'type':B(0x1aa)},'label':B(0x1cb),'content':B(0x197),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1cf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x181)]()[C(0x1b7)](v=>v['name']);i[C(0x1ac)](u[C(0x1a2)]('\x0a')),h[C(0x174)]();};h[B(0x183)](i);const k=a65e[B(0x1b1)]({'top':B(0x194),'left':'75%','width':B(0x19b),'height':B(0x19b),'border':{'type':B(0x1aa)},'label':B(0x1bc),'content':B(0x18d),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1cf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x183)](k);const l=t=>{const D=B;k['setContent'](D(0x182)+(t['head']?t[D(0x19f)][D(0x18e)]:'None')+'\x0a'+(D(0x1c9)+(t['torso']?t[D(0x1a5)]['name']:D(0x19d))+'\x0a')+(D(0x177)+(t[D(0x1b8)]?t[D(0x1b8)]['name']:'None')+'\x0a')+(D(0x1b0)+(t[D(0x187)]?t[D(0x187)]['name']:'None')+'\x0a')+('Arms:\x20'+(t['arms']?t[D(0x192)]['name']:D(0x19d))+'\x0a')+(D(0x18c)+(t[D(0x1ce)]?t[D(0x1ce)]['name']:D(0x19d))+'\x0a')+(D(0x1ae)+(t['leftHand']?t[D(0x18a)][D(0x18e)]:D(0x19d))+'\x0a')+(D(0x1a6)+(t['rightHand']?t[D(0x1b5)][D(0x18e)]:D(0x19d))+'\x0a')),h['render']();},m=a65e[B(0x1b1)]({'top':B(0x1c8),'left':B(0x1a8),'width':B(0x19b),'height':B(0x19a),'border':{'type':B(0x1aa)},'label':B(0x1b4),'content':B(0x179),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1cf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x183)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x18e)]+'\x0a\x0a';u+=E(0x178),t['exits']['size']>0x0?t[E(0x17d)][E(0x1c3)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1ab)](t);x[F(0x1bd)]===RoomType[F(0x188)]?u+=capitalCase(w)+':\x20'+x[F(0x18e)]:u+=capitalCase(w)+':\x20'+v[F(0x18e)];if(v[F(0x1ba)]())u+=F(0x1af);else v[F(0x1b3)]()&&(u+=F(0x1c7));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x198),m[E(0x1ac)](u),h[E(0x174)]();},o=a65e[B(0x1b1)]({'id':'logBox','top':'0%','left':'0%','width':B(0x1a8),'height':B(0x17f),'border':{'type':B(0x1aa)},'label':B(0x17a),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](B(0x195)),h['append'](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':'100%','height':'10%','tags':!![],'border':{'type':B(0x1aa)},'style':{'fg':B(0x173),'border':{'fg':B(0x199)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x1a0)]([B(0x1c4),B(0x17e)],()=>process[B(0x17c)](0x0)),p[B(0x1bb)](),h['render']();const q=Logger['getInstance'](e[B(0x191)],h),r=new Player({'playerName':c});q[B(0x184)]('----->>>>>>\x20Initializing\x20Game');const s=a65f['getInstance'](r,d);o[B(0x1ac)](s[B(0x1ca)]()),l(s['player'][B(0x1b6)]),j(s[B(0x172)][B(0x189)]),n(s[B(0x172)][B(0x190)]),p['key']([B(0x1ad)],async()=>{const G=B,t=p[G(0x1a1)](),u=s[G(0x18f)](t);(t[G(0x19c)]('\x20')[0x0]===G(0x1be)||'equip'||G(0x1c6))&&(j(s[G(0x172)]['inventory']),l(s[G(0x172)][G(0x1b6)])),(t['split']('\x20')[0x0]==='go'||'lock'||'unlock')&&n(s[G(0x172)][G(0x190)]),t[G(0x19c)]('\x20')[0x0]==='clear'&&o[G(0x1ac)](''),u===null&&(console[G(0x1c2)](G(0x1a9)),h[G(0x174)](),q[G(0x184)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x17c)](0x0)),o[G(0x186)](u),o['scroll'](0x1),p[G(0x19e)](),p[G(0x1bb)](),h[G(0x174)]();});}catch(t){console[B(0x1c2)](t),process['exit'](0x1);}}const args=process[a65H(0x1b2)][a65H(0x196)](0x2);function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x172;let f=c[d];return f;},a65d(a,b);}main(args[0x0],JSON[a65H(0x185)](args[0x1]),JSON[a65H(0x185)](args[0x2]));
@@ -1 +1 @@
1
- function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1d0;let f=c[d];return f;},a66d(a,b);}const a66j=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x1d7))/0x1+parseInt(h(0x1d9))/0x2+parseInt(h(0x1da))/0x3+parseInt(h(0x1d8))/0x4*(parseInt(h(0x1e2))/0x5)+-parseInt(h(0x1e0))/0x6*(parseInt(h(0x1ef))/0x7)+-parseInt(h(0x1e1))/0x8+parseInt(h(0x1f0))/0x9*(parseInt(h(0x1dc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x4528f));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const i=a66d;return a66a[i(0x1f5)]()['search']('(((.+)+)+)+$')[i(0x1f5)]()[i(0x1e3)](a66a)['search'](i(0x1d4));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';function a66c(){const q=['ensureLogFileExists','type','find','[ERROR]\x20[','filePath','writeFileSync','.maka','scrollTo','join','write','render','842779qeFdPf','883629GyhQhU','mkdirSync','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','instance','toString','homedir','screen','existsSync','options','(((.+)+)+)+$','children','getInstance','320091KQiGgs','11880UFMene','714112SbhZnh','738723ccSusB','box','20LWpqMA','logBox','log','toISOString','18YZHSMS','4111120kVNhPM','65yLpXkq','constructor'];a66c=function(){return q;};return a66c();}const homeDir=a66f[a66j(0x1d0)]();export class Logger{static [a66j(0x1f4)];[a66j(0x1e8)];[a66j(0x1d1)];constructor(a,b){const k=a66j;this[k(0x1e8)]=a,this[k(0x1d1)]=b,this[k(0x1e4)]();}static[a66j(0x1d6)](a=a66g[a66j(0x1ec)](homeDir,a66j(0x1ea),'side-quest.log'),b){const l=a66j;if(!Logger['instance']){if(!b)throw new Error(l(0x1f3));Logger['instance']=new Logger(a,b);}return Logger['instance'];}[a66j(0x1e4)](){const m=a66j,a=a66g['dirname'](this['filePath']);!a66e['existsSync'](a)&&a66e[m(0x1f1)](a,{'recursive':!![]}),!a66e[m(0x1d2)](this[m(0x1e8)])&&a66e[m(0x1e9)](this[m(0x1e8)],'');}['write'](a){const n=a66j,b=new Date()['toISOString'](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[n(0x1e8)],c);}['error'](a){const o=a66j,b=new Date()[o(0x1df)](),c=o(0x1e7)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[o(0x1e8)],c);}[a66j(0x1de)](a){const p=a66j,b=this[p(0x1d1)]?.[p(0x1d5)][p(0x1e6)](c=>c[p(0x1e5)]===p(0x1db)&&c[p(0x1d3)]['id']===p(0x1dd));b?(b['setContent'](b['content']+'\x0a'+a),b[p(0x1eb)](b['getScrollHeight']()),this['screen']?.[p(0x1ee)]()):this['error']('The\x20logbox\x20'+b+p(0x1f2)+this[p(0x1d1)]),this[p(0x1ed)](a);}['hasScreen'](){return!!this['screen'];}}
1
+ const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x1a1))/0x1*(-parseInt(h(0x1bf))/0x2)+parseInt(h(0x1cd))/0x3+parseInt(h(0x1a3))/0x4*(-parseInt(h(0x1a2))/0x5)+parseInt(h(0x1b7))/0x6+parseInt(h(0x1a4))/0x7*(parseInt(h(0x1be))/0x8)+-parseInt(h(0x1c8))/0x9*(-parseInt(h(0x1b3))/0xa)+parseInt(h(0x1b2))/0xb*(-parseInt(h(0x1b1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x7424f));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x1ae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x1c5)]()[j(0x1a8)]('(((.+)+)+)+$')[j(0x1c5)]()[j(0x1ac)](a66a)[j(0x1a8)]('(((.+)+)+)+$');});a66a();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1a0;let f=c[d];return f;},a66d(a,b);}function a66c(){const s=['screen','2188479vgEYUW','instance','893303bGODJI','395kebqWo','36436YvTHPi','14NfbBqL','error','log','existsSync','search','homedir','children','find','constructor','toISOString','apply','options','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','492696lAXqOn','583JTJQpX','347570hIxbRZ','write','ensureLogFileExists','The\x20logbox\x20','4177068AsdzNB','logBox','getInstance','[ERROR]\x20[','render','getScrollHeight','dirname','595024mDuvSX','2iUHWnT','content','.maka','setContent','hasScreen','appendFileSync','toString','side-quest.log','mkdirSync','234zyIxyR','writeFileSync','filePath','scrollTo'];a66c=function(){return s;};return a66c();}import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x1a9)]();export class Logger{static [a66k(0x1a0)];[a66k(0x1ca)];[a66k(0x1cc)];constructor(a,b){const l=a66k;this[l(0x1ca)]=a,this['screen']=b,this['ensureLogFileExists']();}static[a66k(0x1b9)](a=a66g['join'](homeDir,a66k(0x1c1),a66k(0x1c6)),b){const m=a66k;if(!Logger[m(0x1a0)]){if(!b)throw new Error(m(0x1b0));Logger[m(0x1a0)]=new Logger(a,b);}return Logger[m(0x1a0)];}[a66k(0x1b5)](){const n=a66k,a=a66g[n(0x1bd)](this['filePath']);!a66e[n(0x1a7)](a)&&a66e[n(0x1c7)](a,{'recursive':!![]}),!a66e[n(0x1a7)](this[n(0x1ca)])&&a66e[n(0x1c9)](this[n(0x1ca)],'');}[a66k(0x1b4)](a){const o=a66k,b=new Date()[o(0x1ad)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e[o(0x1c4)](this[o(0x1ca)],c);}['error'](a){const p=a66k,b=new Date()[p(0x1ad)](),c=p(0x1ba)+b+']\x20'+a+'\x0a';a66e[p(0x1c4)](this['filePath'],c);}[a66k(0x1a6)](a){const q=a66k,b=this[q(0x1cc)]?.[q(0x1aa)][q(0x1ab)](c=>c['type']==='box'&&c[q(0x1af)]['id']===q(0x1b8));b?(b[q(0x1c2)](b[q(0x1c0)]+'\x0a'+a),b[q(0x1cb)](b[q(0x1bc)]()),this[q(0x1cc)]?.[q(0x1bb)]()):this[q(0x1a5)](q(0x1b6)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0x1cc)]),this[q(0x1b4)](a);}[a66k(0x1c3)](){const r=a66k;return!!this[r(0x1cc)];}}
@@ -1 +1 @@
1
- const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0x15a))/0x1+parseInt(j(0x15d))/0x2+parseInt(j(0x151))/0x3+parseInt(j(0x144))/0x4+parseInt(j(0x158))/0x5*(parseInt(j(0x14c))/0x6)+parseInt(j(0x152))/0x7+-parseInt(j(0x13c))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x964ba));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x160)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x15f)]()[l(0x14b)](l(0x15c))[l(0x15f)]()[l(0x147)](a67a)[l(0x14b)](l(0x15c));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';function a67c(){const p=['stringify','What\x20is\x20your\x20name?','./sideQuest/ui.js','join','exit','shadowrun','resolve','3905376WqDpsz','getGlobalMakaDir','select','constructor','fsi','player','sideQuestAnswer','search','3186gsdHLb','side-quest','Thanks\x20for\x20playing!','Commoner','Play\x20a\x20little\x20side-quest','3289683ihSsFI','887936hRXpoe','create','bright','dungeon','log','inherit','70qObwMF','url','56881sRHDhZ','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...','(((.+)+)+)+$','832244WKyHMY','maka\x20play:side-quest','toString','apply','16516640tRoOmN'];a67c=function(){return p;};return a67c();}const __filename=fileURLToPath(import.meta[a67m(0x159)]),__dirname=dirname(__filename);function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x13c;let f=c[d];return f;},a67d(a,b);}Command[a67m(0x153)]({'name':a67m(0x14d),'usage':a67m(0x15e),'shortDesc':a67m(0x150),'aliases':['sq'],'description':a67m(0x15b),'validOpts':[a67m(0x149)]},async function(a,b){const n=a67m;try{const c=this[n(0x148)][n(0x145)](),d=a67e[n(0x140)](c,'side-quest.log'),e=b[n(0x149)]?b[n(0x149)]:await Actions['ask'](n(0x13e))||n(0x14f),f={...b,'logFilePath':d},g=await Actions[n(0x146)]({'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','name':n(0x14a),'choices':[{'name':n(0x155),'value':dungeonConfig},{'name':n(0x142),'value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e[n(0x143)](__dirname,n(0x13f)),e,JSON[n(0x13d)](g),JSON['stringify'](f)],{'stdio':n(0x157)});h['on'](n(0x141),()=>{const o=n;Log[o(0x154)](o(0x14e));});}}catch(i){console[n(0x156)](i);}},a67f);
1
+ function a67c(){const p=['1152979thsFjD','21573643CSizRL','maka\x20play:side-quest','resolve','3516205gblbWv','fsi','7FheBKm','sideQuestAnswer','log','select','2304TCiaKW','bright','9CQaRKP','node','dungeon','apply','4408616PmeNmB','stringify','create','player','search','constructor','10kdwWkP','6265uiqpzt','Commoner','join','url','side-quest.log','20418ssyWEX','Play\x20a\x20little\x20side-quest','2nOSWgo','24TssEVW','shadowrun','toString','Thanks\x20for\x20playing!','4664187LqBwWP','./sideQuest/ui.js','What\x20is\x20your\x20name?','exit','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...','getGlobalMakaDir','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','(((.+)+)+)+$','ask'];a67c=function(){return p;};return a67c();}const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0x1c9))/0x1*(parseInt(j(0x1bb))/0x2)+parseInt(j(0x1c0))/0x3+-parseInt(j(0x1d3))/0x4*(-parseInt(j(0x1b4))/0x5)+-parseInt(j(0x1b9))/0x6*(parseInt(j(0x1cf))/0x7)+parseInt(j(0x1d9))/0x8*(parseInt(j(0x1d5))/0x9)+-parseInt(j(0x1b3))/0xa*(-parseInt(j(0x1cd))/0xb)+-parseInt(j(0x1bc))/0xc*(parseInt(j(0x1ca))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xeeb4f));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x1be)]()[l(0x1dd)](l(0x1c7))['toString']()[l(0x1b2)](a67a)[l(0x1dd)](l(0x1c7));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1b2;let f=c[d];return f;},a67d(a,b);}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x1b7)]),__dirname=dirname(__filename);Command[a67m(0x1db)]({'name':'side-quest','usage':a67m(0x1cb),'shortDesc':a67m(0x1ba),'aliases':['sq'],'description':a67m(0x1c4),'validOpts':[a67m(0x1dc)]},async function(a,b){const n=a67m;try{const c=this[n(0x1ce)][n(0x1c5)](),d=a67e[n(0x1b6)](c,n(0x1b8)),e=b['player']?b[n(0x1dc)]:await Actions[n(0x1c8)](n(0x1c2))||n(0x1b5),f={...b,'logFilePath':d},g=await Actions[n(0x1d2)]({'message':n(0x1c6),'name':n(0x1d0),'choices':[{'name':n(0x1d7),'value':dungeonConfig},{'name':n(0x1bd),'value':shadowrunConfig}]});if(e&&g){const h=spawn(n(0x1d6),[a67e[n(0x1cc)](__dirname,n(0x1c1)),e,JSON[n(0x1da)](g),JSON[n(0x1da)](f)],{'stdio':'inherit'});h['on'](n(0x1c3),()=>{const o=n;Log[o(0x1d4)](o(0x1bf));});}}catch(i){console[n(0x1d1)](i);}},a67f);
@@ -1 +1 @@
1
- var a68i=a68d;function a68c(){var k=['snake','181800WvlJnB','create','230xETpWj','apply','maka\x20game:snake','4840875qyNCvc','778849MGszln','constructor','1804743pCpxsi','inherit','48598xgEeLd','npx\x20command-line-snake','144fcIewe','7730128gWjLjV','search','(((.+)+)+)+$','2jhoPzD','8JBaPyy','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','toString','4699146JfguSr'];a68c=function(){return k;};return a68c();}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0xbc))/0x1*(parseInt(f(0xc6))/0x2)+-parseInt(f(0xbe))/0x3+parseInt(f(0xc2))/0x4*(parseInt(f(0xb6))/0x5)+parseInt(f(0xb4))/0x6+parseInt(f(0xc3))/0x7*(-parseInt(f(0xc7))/0x8)+-parseInt(f(0xbb))/0x9+parseInt(f(0xb8))/0xa*(parseInt(f(0xc0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xb1f16));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xb9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0xc9)]()['search'](h(0xc5))[h(0xc9)]()[h(0xbd)](a68a)[h(0xc4)](h(0xc5));});a68a();function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xb4;var f=c[d];return f;},a68d(a,b);}import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0xb7)]({'name':a68i(0xb5),'usage':a68i(0xba),'shortDesc':a68i(0xc8),'validOpts':[]},async function(){var j=a68i;execSync(j(0xc1),{'stdio':j(0xbf)});},a68e);
1
+ var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0xb3))/0x1+parseInt(f(0xbd))/0x2*(-parseInt(f(0xc0))/0x3)+-parseInt(f(0xbb))/0x4*(-parseInt(f(0xb2))/0x5)+parseInt(f(0xc1))/0x6*(-parseInt(f(0xb6))/0x7)+parseInt(f(0xb1))/0x8*(-parseInt(f(0xaf))/0x9)+-parseInt(f(0xb9))/0xa*(-parseInt(f(0xae))/0xb)+parseInt(f(0xbe))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x6c46b));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xbc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a['toString']()['search'](h(0xbf))[h(0xb5)]()[h(0xc2)](a68a)[h(0xba)]('(((.+)+)+)+$');});a68a();function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xad;var f=c[d];return f;},a68d(a,b);}import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0xb8)]({'name':a68i(0xad),'usage':a68i(0xb4),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a68i;execSync(j(0xb7),{'stdio':j(0xb0)});},a68e);function a68c(){var k=['search','317396wmPdAk','apply','27578rsTkcX','13749636DdtfST','(((.+)+)+)+$','90XfJLZu','66JvFwkR','constructor','snake','473fPBRzh','23742JiQjhm','inherit','2608biAGbE','55RKqjlR','258543vqxjGq','maka\x20game:snake','toString','175063jTZJvl','npx\x20command-line-snake','create','53990MfZewG'];a68c=function(){return k;};return a68c();}
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0xba))/0x1+-parseInt(f(0xb7))/0x2+parseInt(f(0xbe))/0x3+parseInt(f(0xc0))/0x4+parseInt(f(0xb6))/0x5*(-parseInt(f(0xbf))/0x6)+-parseInt(f(0xb8))/0x7+parseInt(f(0xbb))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x6d4e0));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xb4;var f=c[d];return f;},a69d(a,b);}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0xb4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0xc1)]()['search'](h(0xb5))[h(0xc1)]()['constructor'](a69a)['search'](h(0xb5));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0xb9)]({'name':a69i(0xbc),'usage':a69i(0xbd),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){execSync('npx\x20simple-tetris',{'stdio':'inherit'});},a69e);function a69c(){var j=['apply','(((.+)+)+)+$','310195KJbSHB','290552vCALeb','5953745jdlWcz','create','739436JHXAPj','9922632beqspw','tetris','maka\x20game:tetris','2546577OsKDnQ','36vaYzYd','1864020DIgQyy','toString'];a69c=function(){return j;};return a69c();}
1
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x165))/0x1*(-parseInt(f(0x163))/0x2)+parseInt(f(0x16c))/0x3*(parseInt(f(0x169))/0x4)+parseInt(f(0x16f))/0x5*(parseInt(f(0x167))/0x6)+-parseInt(f(0x164))/0x7*(parseInt(f(0x161))/0x8)+-parseInt(f(0x15e))/0x9*(parseInt(f(0x16a))/0xa)+-parseInt(f(0x171))/0xb*(-parseInt(f(0x16d))/0xc)+parseInt(f(0x16b))/0xd*(parseInt(f(0x170))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x64010));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x15d;var f=c[d];return f;},a69d(a,b);}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x166)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x162)]()[h(0x15f)](h(0x168))['toString']()[h(0x16e)](a69a)[h(0x15f)](h(0x168));});function a69c(){var k=['3707pCboLg','inherit','tetris','135PbQyUO','search','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','24vkunxH','toString','1646BJviIC','1714377QqDGAs','213rXhMuj','apply','15558XpxlaZ','(((.+)+)+)+$','564wWyvLG','243550QfvzEU','2684422JaNpGE','1659QyqmUl','20556BTPJli','constructor','115wiLBpG','42Qytrvp'];a69c=function(){return k;};return a69c();}a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a69i(0x15d),'usage':'maka\x20game:tetris','shortDesc':a69i(0x160),'validOpts':[]},async function(){var j=a69i;execSync('npx\x20simple-tetris',{'stdio':j(0x172)});},a69e);
@@ -1 +1 @@
1
- const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x1cb))/0x1*(-parseInt(f(0x1e7))/0x2)+parseInt(f(0x1e3))/0x3+parseInt(f(0x1d6))/0x4*(parseInt(f(0x1e1))/0x5)+-parseInt(f(0x1cc))/0x6*(-parseInt(f(0x1d3))/0x7)+parseInt(f(0x1d5))/0x8*(parseInt(f(0x1e6))/0x9)+-parseInt(f(0x1d2))/0xa*(-parseInt(f(0x1e5))/0xb)+parseInt(f(0x1e4))/0xc*(-parseInt(f(0x1ca))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xb7c0e));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1d4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1d0)]()[h(0x1da)](h(0x1df))['toString']()[h(0x1db)](a70a)[h(0x1da)](h(0x1df));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1c9;let f=c[d];return f;},a70d(a,b);}function a70c(){const k=['create','Scaffold\x20various\x20parts\x20of\x20your\x20application','toString','maka\x20{generate,\x20g}:<generator>\x20<name>','360440WXcoOU','1725367AGsjrc','apply','344KJaeLB','4dBfbPu','invoke','processAndRunGenerator','generate','search','constructor','exit','splice','maka\x20g:template\x20todos/todo_item','(((.+)+)+)+$','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','3301415MtJonq','maka\x20g:package\x20package:name','1098429OKVPSX','6684kuNKiS','319MFeChH','297495viqobu','30hKstPg','maka\x20g:api\x20trucks','38441MhkCAn','89323ybjQqy','6TLmBxm','error'];a70c=function(){return k;};return a70c();}Command[a70i(0x1ce)]({'name':a70i(0x1d9),'aliases':['g'],'usage':a70i(0x1d1),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0x1cf),'description':a70i(0x1e0),'examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos',a70i(0x1de),a70i(0x1e2),'maka\x20g:route\x20todos/edit',a70i(0x1c9),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x1dd)](0x0,0x1),await a70e[j(0x1d8)](c,a,b)):a70e[j(0x1d7)](a,b);}catch(d){Log[j(0x1cd)](d),process[j(0x1dc)](0x1);}});
1
+ const a70h=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x79))/0x1+parseInt(f(0x82))/0x2+-parseInt(f(0x87))/0x3*(-parseInt(f(0x73))/0x4)+-parseInt(f(0x88))/0x5+parseInt(f(0x7b))/0x6+-parseInt(f(0x80))/0x7*(parseInt(f(0x7f))/0x8)+-parseInt(f(0x84))/0x9*(parseInt(f(0x7a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x6d6f2));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(0x81)]()[g(0x7d)](g(0x7e))[g(0x81)]()['constructor'](a70a)[g(0x7d)](g(0x7e));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';function a70c(){const j=['error','generate','2362569DYEbBt','3450230XBgEaw','maka\x20g:package\x20package:name','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:route\x20todos/edit','exit','maka\x20generate:scaffold\x20todos','processAndRunGenerator','4aNlQdI','maka\x20g:scaffold\x20todos','maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20g:template\x20todos/todo_item','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','606103PbOiVg','11170RuzXse','2982702cWBITD','splice','search','(((.+)+)+)+$','1275088JuUgtB','35JNxigK','toString','933402NzBbZw','Scaffold\x20various\x20parts\x20of\x20your\x20application','3402eWVoNw'];a70c=function(){return j;};return a70c();}function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x72;let f=c[d];return f;},a70d(a,b);}import{Log}from'../tools/log/log.class.js';Command['create']({'name':a70h(0x86),'aliases':['g'],'usage':a70h(0x8a),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70h(0x83),'description':a70h(0x78),'examples':[a70h(0x8d),a70h(0x74),a70h(0x77),a70h(0x89),a70h(0x8b),a70h(0x75),a70h(0x76)]},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a[i(0x7c)](0x0,0x1),await a70e[i(0x72)](c,a,b)):a70e['invoke'](a,b);}catch(d){Log[i(0x85)](d),process[i(0x8c)](0x1);}});
@@ -1 +1 @@
1
- function a71c(){var i=['2502BHmLBW','50056hHXsyg','apply','(((.+)+)+)+$','1741360PcItKi','search','288285DBUApl','147HTAygI','452987keyvaZ','121970EofNmT','1340feGZWH','108zXDEUz','369dyLsyo','1204599yGhMMl','toString','12uCReFe'];a71c=function(){return i;};return a71c();}(function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x1c3))/0x1+parseInt(f(0x1c5))/0x2*(-parseInt(f(0x1cb))/0x3)+-parseInt(f(0x1bf))/0x4+-parseInt(f(0x1c1))/0x5*(-parseInt(f(0x1ca))/0x6)+parseInt(f(0x1c2))/0x7*(parseInt(f(0x1cc))/0x8)+parseInt(f(0x1c7))/0x9*(parseInt(f(0x1c4))/0xa)+parseInt(f(0x1c8))/0xb*(parseInt(f(0x1c6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x45a4e));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1bd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x1c9)]()[h(0x1c0)](h(0x1be))[h(0x1c9)]()['constructor'](a71a)[h(0x1c0)](h(0x1be));});function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1bd;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(0x1cd))/0x1*(-parseInt(f(0x1c6))/0x2)+-parseInt(f(0x1c4))/0x3+parseInt(f(0x1cb))/0x4+parseInt(f(0x1c3))/0x5+parseInt(f(0x1c9))/0x6+-parseInt(f(0x1cc))/0x7*(-parseInt(f(0x1c2))/0x8)+-parseInt(f(0x1ca))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x40213));function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1c1;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(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x1c5)]()[h(0x1c8)](h(0x1c7))[h(0x1c5)]()[h(0x1ce)](a71a)['search'](h(0x1c7));});a71a();function a71c(){var i=['5389947wWgcoU','1575052VKTaHV','1093169eSetDa','1IVGZkf','constructor','apply','8HzINfa','1457620tahDZS','1270347nhPknM','toString','470506awupYu','(((.+)+)+)+$','search','1249800nQdqYo'];a71c=function(){return i;};return a71c();}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x1ff))/0x1*(-parseInt(f(0x1ee))/0x2)+parseInt(f(0x1ef))/0x3+-parseInt(f(0x1f8))/0x4*(-parseInt(f(0x1f9))/0x5)+-parseInt(f(0x1fa))/0x6+-parseInt(f(0x200))/0x7+-parseInt(f(0x1f0))/0x8*(parseInt(f(0x1fe))/0x9)+-parseInt(f(0x1f5))/0xa*(-parseInt(f(0x1fd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x6f2a5));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x1f2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x1fc)]()['search'](h(0x1f7))[h(0x1fc)]()[h(0x1f4)](a72a)['search'](h(0x1f7));});a72a();import{Command}from'../../command.js';const GetCommand=Command[a72i(0x1fb)]({'name':a72i(0x1f1),'usage':a72i(0x1f3),'shortDesc':a72i(0x1f6),'validOpts':[]},async function(a){const b=a[0x0];await this['processAndRunCommand'](b);});export default GetCommand;function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1ee;let f=c[d];return f;},a72d(a,b);}function a72c(){const j=['apply','maka\x20get:<sub-command>','constructor','6352340jdRAeC','Get\x20various\x20Maka\x20variables\x20and\x20configurations','(((.+)+)+)+$','8ACKAwK','1617355GFNnxp','3785178llINnn','create','toString','11tPLfef','18odIlTJ','5PzpMiE','2061920CZdDsm','236666VMtaoK','1071507totkkw','3401016BRYoep','get'];a72c=function(){return j;};return a72c();}
1
+ const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x1d5))/0x1+parseInt(f(0x1d2))/0x2+parseInt(f(0x1df))/0x3+parseInt(f(0x1d9))/0x4+parseInt(f(0x1d3))/0x5*(parseInt(f(0x1dd))/0x6)+parseInt(f(0x1d0))/0x7+-parseInt(f(0x1d8))/0x8*(parseInt(f(0x1da))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x8e58f));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x1d7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()[h(0x1dc)](h(0x1de))[h(0x1ce)]()[h(0x1d1)](a72a)[h(0x1dc)](h(0x1de));});a72a();import{Command}from'../../command.js';const GetCommand=Command[a72i(0x1db)]({'name':a72i(0x1d4),'usage':a72i(0x1cf),'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0x1d6)](b);});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1ce;let f=c[d];return f;},a72d(a,b);}function a72c(){const k=['constructor','1565934HWwIyl','365050tlhdDL','get','1030658tFvNFZ','processAndRunCommand','apply','25137256pdlXAH','3835000jDoBED','9XlksWq','create','search','30cokvxS','(((.+)+)+)+$','718737CwhvOn','toString','maka\x20get:<sub-command>','2437456HZQgmx'];a72c=function(){return k;};return a72c();}export default GetCommand;
@@ -1 +1 @@
1
- const a73i=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x11c;let f=c[d];return f;},a73d(a,b);}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x125))/0x1+parseInt(f(0x12e))/0x2+parseInt(f(0x122))/0x3*(parseInt(f(0x12a))/0x4)+parseInt(f(0x121))/0x5+parseInt(f(0x127))/0x6+-parseInt(f(0x131))/0x7*(-parseInt(f(0x12b))/0x8)+-parseInt(f(0x123))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x3e950));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x128)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a['toString']()[h(0x130)](h(0x126))[h(0x11d)]()['constructor'](a73a)[h(0x130)](h(0x126));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x11c)]({'name':a73i(0x124),'usage':a73i(0x12d),'aliases':['gc'],'shortDesc':a73i(0x12f),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x12c)][j(0x11e)]();console[j(0x129)](a),process[j(0x120)](0x0);}catch(b){console[j(0x11f)](b),process[j(0x120)](0x0);}},a73e);function a73c(){const k=['error','exit','933195dnJPss','8151rUcNYH','13041999eNVVcN','global-config','374109iKFErk','(((.+)+)+)+$','868854KLVMkq','apply','log','724LuaXmj','40EULvDP','cfg','maka\x20get:global-config','79276ZqnBaQ','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','search','655865yAXWBS','create','toString','getGlobalConfig'];a73c=function(){return k;};return a73c();}
1
+ const a73i=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x8f;let f=c[d];return f;},a73d(a,b);}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x94))/0x1*(-parseInt(f(0x8f))/0x2)+parseInt(f(0x9f))/0x3*(-parseInt(f(0x9b))/0x4)+-parseInt(f(0xa1))/0x5+-parseInt(f(0x9c))/0x6*(parseInt(f(0x99))/0x7)+parseInt(f(0x97))/0x8*(-parseInt(f(0x90))/0x9)+-parseInt(f(0x9d))/0xa+-parseInt(f(0x93))/0xb*(-parseInt(f(0xa7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xddc88));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x9e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0xa8)]()[h(0xa4)](h(0xa3))[h(0xa8)]()[h(0xa0)](a73a)[h(0xa4)]('(((.+)+)+)+$');});a73a();function a73c(){const k=['5iLmMzx','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','getGlobalConfig','12009736MyLYnp','error','377951qDtYOq','global-config','432GqRLLz','36dslDCR','17143300fWjMid','apply','50037jUBvzr','constructor','3924945IauOFP','exit','(((.+)+)+)+$','search','log','cfg','12cCTMms','toString','18096JyWpIM','9BOirvm','create','maka\x20get:global-config','76879110LVJmph'];a73c=function(){return k;};return a73c();}import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x91)]({'name':a73i(0x9a),'usage':a73i(0x92),'aliases':['gc'],'shortDesc':a73i(0x95),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0xa6)][j(0x96)]();console[j(0xa5)](a),process['exit'](0x0);}catch(b){console[j(0x98)](b),process[j(0xa2)](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74h=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x130))/0x1*(parseInt(f(0x138))/0x2)+parseInt(f(0x12a))/0x3+-parseInt(f(0x133))/0x4+parseInt(f(0x12d))/0x5+-parseInt(f(0x12b))/0x6+-parseInt(f(0x131))/0x7+-parseInt(f(0x136))/0x8*(-parseInt(f(0x13a))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xa6614));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(0x12c)]()[g(0x135)](g(0x132))['toString']()['constructor'](a74a)[g(0x135)](g(0x132));});a74a();import a74e from'./get.command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x12a;let f=c[d];return f;},a74d(a,b);}import{Command}from'../../command.js';Command[a74h(0x12e)]({'name':a74h(0x137),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74h(0x12f),'validOpts':[]},async function(){const i=a74h,a=await this[i(0x134)]['getMakaProjectConfig']();console[i(0x139)](a);},a74e);function a74c(){const j=['create','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','593549yzSwOw','7994602JBTnrA','(((.+)+)+)+$','3411788XEITZC','cfg','search','28743672ICUxtg','local-config','4XyoIQS','log','9kWVigt','100971NwTwDl','3433692RgNofI','toString','4046445PocoXh'];a74c=function(){return j;};return a74c();}
1
+ const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x1b9))/0x1*(-parseInt(f(0x1b0))/0x2)+parseInt(f(0x1b1))/0x3+parseInt(f(0x1b6))/0x4+-parseInt(f(0x1b4))/0x5+parseInt(f(0x1ac))/0x6*(-parseInt(f(0x1bb))/0x7)+parseInt(f(0x1ba))/0x8*(-parseInt(f(0x1a9))/0x9)+parseInt(f(0x1aa))/0xa*(parseInt(f(0x1ab))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x4a335));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x1b5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x1ad)]()[h(0x1b3)](h(0x1bd))['toString']()[h(0x1b7)](a74a)[h(0x1b3)](h(0x1bd));});a74a();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1a8;let f=c[d];return f;},a74d(a,b);}import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x1b2)]({'name':a74i(0x1ae),'usage':a74i(0x1af),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x1bc),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x1b8)][j(0x1a8)]();console['log'](a);},a74e);function a74c(){const k=['maka\x20get:local-config','68BRNtkD','1266762sSkitI','create','search','193050tyWVXy','apply','1174152TwbSKT','constructor','cfg','14964JDbhCI','8NyjlIL','641613ONZErD','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','(((.+)+)+)+$','getMakaProjectConfig','3030561EphVYS','4650JjWdmU','110rjUxul','36LpZvwK','toString','local-config'];a74c=function(){return k;};return a74c();}
@@ -1 +1 @@
1
- const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x149))/0x1+-parseInt(f(0x152))/0x2*(parseInt(f(0x153))/0x3)+-parseInt(f(0x14a))/0x4*(parseInt(f(0x158))/0x5)+parseInt(f(0x14d))/0x6*(-parseInt(f(0x156))/0x7)+-parseInt(f(0x146))/0x8*(-parseInt(f(0x14b))/0x9)+parseInt(f(0x14e))/0xa+-parseInt(f(0x154))/0xb*(-parseInt(f(0x151))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x1dac0));function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x144;let f=c[d];return f;},a75d(a,b);}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x150)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x145)]()[h(0x147)](h(0x148))['toString']()['constructor'](a75a)['search']('(((.+)+)+)+$');});a75a();function a75c(){const k=['80ljwERT','9DzfROx','cfg','138BJrstH','1445470oIjfvo','create','apply','48zNuLQL','758SApadP','1497wKszmf','53471JgYGng','getGlobalConfig','4746oovqvc','maka\x20get:whoami','19910VfEiNE','error','silent','toString','1497104qPTwsn','search','(((.+)+)+)+$','54762YKekMa'];a75c=function(){return k;};return a75c();}import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75i(0x14f)]({'name':'whoami','usage':a75i(0x157),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[a75i(0x144)]},async function(){const j=a75i;try{const a=await this[j(0x14c)][j(0x155)]();return a;}catch(b){Log[j(0x159)](b),process['exit'](0x1);}},a75e);
1
+ const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0x1ce))/0x1+-parseInt(f(0x1dd))/0x2+parseInt(f(0x1d7))/0x3+-parseInt(f(0x1d9))/0x4+-parseInt(f(0x1cd))/0x5*(parseInt(f(0x1d8))/0x6)+-parseInt(f(0x1d6))/0x7+parseInt(f(0x1da))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x497c2));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x1cc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x1db)]()['search'](h(0x1dc))[h(0x1db)]()[h(0x1d4)](a75a)[h(0x1d0)](h(0x1dc));});a75a();function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1cc;let f=c[d];return f;},a75d(a,b);}import a75e from'./get.command.js';function a75c(){const k=['exit','search','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','whoami','error','constructor','getGlobalConfig','2270373Qzclzc','69291Krxnwm','30nQoopM','683624xVtWvp','16289672PWIwhf','toString','(((.+)+)+)+$','401250RlrjWl','cfg','maka\x20get:whoami','apply','559695cOhHAB','502747dugaVK'];a75c=function(){return k;};return a75c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command['create']({'name':a75i(0x1d2),'usage':a75i(0x1df),'shortDesc':a75i(0x1d1),'validOpts':['silent']},async function(){const j=a75i;try{const a=await this[j(0x1de)][j(0x1d5)]();return a;}catch(b){Log[j(0x1d3)](b),process[j(0x1cf)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76h=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x166))/0x1*(parseInt(f(0x163))/0x2)+-parseInt(f(0x15c))/0x3*(-parseInt(f(0x15b))/0x4)+parseInt(f(0x167))/0x5*(parseInt(f(0x162))/0x6)+-parseInt(f(0x16c))/0x7*(parseInt(f(0x15f))/0x8)+parseInt(f(0x169))/0x9*(parseInt(f(0x15e))/0xa)+parseInt(f(0x15d))/0xb+-parseInt(f(0x16b))/0xc*(-parseInt(f(0x161))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x824b4));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var g=a76d;return a76a['toString']()['search'](g(0x168))[g(0x164)]()[g(0x16a)](a76a)['search']('(((.+)+)+)+$');});function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x15b;var f=c[d];return f;},a76d(a,b);}function a76c(){var i=['356378DrjycG','20GNTNZq','3810392JwjxAo','Deprecated:\x20use\x20--help\x20instead','2829047eWmpeY','30UpMKbT','60634OUfWyx','toString','Try,\x20maka\x20--help','34hIeiKD','492430dJnmfc','(((.+)+)+)+$','1462221vchuRt','constructor','60BfKfIj','7NZMJhA','196qDXjjq','6300JGgekx'];a76c=function(){return i;};return a76c();}a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':'help','description':a76h(0x165),'aliases':['h'],'validOpts':[],'shortDesc':a76h(0x160)},async function(){throw new UsageError();});
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x192))/0x1+parseInt(f(0x199))/0x2*(parseInt(f(0x19d))/0x3)+parseInt(f(0x195))/0x4*(parseInt(f(0x190))/0x5)+-parseInt(f(0x18e))/0x6+-parseInt(f(0x194))/0x7+-parseInt(f(0x193))/0x8+-parseInt(f(0x191))/0x9*(-parseInt(f(0x19c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x6e0d4));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x196)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x197)]()[h(0x19e)](h(0x19b))['toString']()[h(0x18f)](a76a)[h(0x19e)](h(0x19b));});a76a();function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x18e;var f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';function a76c(){var j=['342404LQaxvu','Try,\x20maka\x20--help','(((.+)+)+)+$','150lGDvCQ','6SQNwEz','search','Deprecated:\x20use\x20--help\x20instead','2342148pSuNSM','constructor','65PUgurp','921519giptNm','846125POmusx','963688VosOlx','1769236HRxjDp','56060LHFdHw','apply','toString','create'];a76c=function(){return j;};return a76c();}import{UsageError}from'../error.js';Command[a76i(0x198)]({'name':'help','description':a76i(0x19a),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x19f)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77K=a77d;(function(a,b){const H=a77d,c=a();while(!![]){try{const d=parseInt(H(0x116))/0x1*(parseInt(H(0xe2))/0x2)+parseInt(H(0xbb))/0x3+-parseInt(H(0x112))/0x4+-parseInt(H(0xf9))/0x5+parseInt(H(0xdb))/0x6*(-parseInt(H(0xc2))/0x7)+parseInt(H(0xef))/0x8*(-parseInt(H(0xd3))/0x9)+parseInt(H(0xdf))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x4c7bd));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const I=a77d;if(c){const e=c[I(0xeb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const J=a77d;return a77a[J(0xec)]()[J(0xc0)](J(0xfe))[J(0xec)]()[J(0xe8)](a77a)[J(0xc0)](J(0xfe));});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';function a77c(){const P=['mkdirSync','550233KkNyjf','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','arch','checkAvailability','Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.','search','Added\x20Meteor\x20path\x20to\x20','11949zXmFDO','3.3','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','maka\x20install\x20meteor','packages','extractTarGz','platform','Meteor\x20path\x20updated.','\x5c.meteor\x5cmeteor','setPath','isFile','maka\x20install\x20meteor\x20--set-path','readFileSync','map','Cleaning\x20up','exit','PATH','9oSmiqi','\x20is\x20not\x20available,\x20trying\x20','grep','release','error','utf8','cert','success','1446zKGHZf','create','Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.','meteor.tar.gz','13222920IVdlPZ','includes','downloadFile','2358alpRiF','notice','NO_NODE_WARNINGS','\x20is\x20not\x20available.','Install\x20the\x20specified\x20version\x20of\x20meteor.','join','constructor','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','RELEASE=','apply','toString','log','&release=','2889528iEbthw','windows','Preparing\x20to\x20install\x20Meteor\x20','confirm','releases','homedir','getMeteorInstallPath','withSpinner','replace','https://packages.meteor.com/bootstrap-link?arch=os.','1851630ddtTny','force','package-metadata','getuid','length','(((.+)+)+)+$','slice','osx','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','cacert','max','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','getGlobalConfig','.bashrc','install','Meteor\x20version\x20','maka\x20install\x20meteor\x20--force','split','timeout','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','Downloading\x20Meteor\x20','Error\x20extracting\x20meteor.tar.gz\x20file','.zshrc','3.0','1028104sGqFUv','\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','linux','Proceed\x20anyway?','176sRnVUZ','warn','x86_64','\x20from\x20','-rf','Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','existsSync','appendFileSync','\x20installed.\x0a','https://install.meteor.com','setx\x20PATH\x20\x22','arm64','env','Aborting\x20install','meteor','Meteor\x20is\x20'];a77c=function(){return P;};return a77c();}import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77K(0xf4)]();function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xb0;let f=c[d];return f;},a77d(a,b);}function isRoot(){const L=a77K;return process[L(0xfc)]&&process['getuid']()===0x0;}function compareVersions(a,b){const M=a77K,c=a[M(0x10b)]('.')[M(0xcf)](Number),d=b[M(0x10b)]('.')[M(0xcf)](Number);for(let e=0x0;e<Math[M(0x103)](c[M(0xfd)],d[M(0xfd)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77K(0xdc)]({'name':a77K(0x108),'aliases':['i'],'validOpts':[{'name':a77K(0xfa),'boolFlag':!![],'description':a77K(0xdd)},{'name':a77K(0xd6),'description':a77K(0xe6)},{'name':'cacert','description':a77K(0x11b)},{'name':'keepInstallFile','boolFlag':!![],'description':'Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.'},{'name':'timeout','description':a77K(0xbf)},{'name':a77K(0xcb),'boolFlag':!![],'description':'Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.'}],'validArgs':[a77K(0xb8)],'minArgLength':0x1,'usage':'maka\x20install\x20meteor','shortDesc':'Maka\x27s\x20Installer\x20for\x20Meteor.','examples':[a77K(0xc5),a77K(0x10a),'maka\x20install\x20meteor\x20--release\x203.0.1',a77K(0xcd)]},async function(a,b){const N=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b[N(0xcb)]&&(updatePath(),Log[N(0xda)](N(0xc9)),process[N(0xd1)](0x0));let g='';if(b[N(0x102)]){if(f[N(0xcc)](b[N(0x102)]))Log['notice']('Using\x20CA\x20Cert\x20'+b[N(0x102)]),g=b[N(0x102)];else throw N(0x101)+g;}const h=await d[N(0x106)]();if(h[N(0xd9)]){if(f[N(0xcc)](h['cert']))g=h['cert'];else throw N(0xbc)+g;}let i=![];if(b['f']||b[N(0xfa)])i=!![];else{const t=isRoot();t?(Log[N(0x117)](N(0x105)),i=await Actions[N(0xf2)](N(0x115),![])):i=!![];}if(!i)throw'Aborted';const j=await HTTPS['get']({'url':N(0xb3),'cert':g}),k=f[N(0xd5)](j['data'],N(0xea));if(k[N(0xfd)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process[N(0xb6)][N(0xe4)]='1';const l=k[0x0][N(0xf7)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''),m=N(0xc3);let n;b[N(0xd6)]?n=b[N(0xd6)]:compareVersions(l,m)<0x0?n=m:n=l;Log[N(0xe3)](N(0xf1)+n);const o={'win32':N(0xf0),'darwin':N(0x100),'linux':N(0x114)};let p=N(0xf8)+o[a77e[N(0xc8)]()]+'.'+(a77e[N(0xbd)]()==='arm64'?N(0xb5):N(0x118))+N(0xee)+n,q=await HTTPS[N(0xbe)]({'url':p,'cert':g});n=n[N(0xec)]();n==='3'&&(n=N(0x111));if(!q&&n['includes']('-')){const u=n[N(0x10b)]('-'),v=u[0x0],w=u[N(0xff)](0x1)[N(0xe7)]('-'),x=v['replace'](/\.0+$/,'');Log[N(0x117)](N(0x109)+n+N(0xd4)+x+'-'+w);const y=N(0xf8)+o[a77e[N(0xc8)]()]+'.'+(a77e[N(0xbd)]()===N(0xb5)?N(0xb5):N(0x118))+N(0xee)+x+'-'+w;q=await HTTPS['checkAvailability']({'url':y,'cert':g}),q&&(n=x+'-'+w,p=y);}!q?(Log[N(0xd7)](N(0x109)+n+N(0xe5)),process[N(0xd1)](0x0)):Log['notice'](N(0x109)+n+'\x20is\x20available.');const r=f[N(0xf5)](),s=c['getInstalledMeteorVersion'](n);if(a77g[N(0xb0)](s)){let z=![];b['f']||b[N(0xfa)]?z=!![]:z=await Actions[N(0xf2)](N(0xb9)+n+N(0x113),![]),z?(await SpawnAsync[N(0xf6)]('rm',[N(0x11a),a77f[N(0xe7)](r,N(0xc6))],{'message':N(0x104)}),await SpawnAsync[N(0xf6)]('rm',[N(0x11a),a77f[N(0xe7)](r,N(0xfb))],{'message':N(0xe9)}),await SpawnAsync[N(0xf6)]('rm',[N(0x11a),a77f['join'](r,'meteor')],{'message':N(0x11c)})):(Log['info']('Aborting\x20install'),process['exit'](0x0));}try{const A=process['platform']==='win32';if(A){let B=await Actions[N(0xf2)]('Symlinking\x20is\x20only\x20permitted\x20with\x20Administrator\x20permission.\x20\x20Please\x20run\x20this\x20in\x20an\x20Admin\x20Shell.',![]);!B&&(Log['info'](N(0xb7)),process[N(0xd1)](0x0));}Log[N(0xe3)](N(0x10e)+n+N(0x119)+p),await HTTPS[N(0xe1)]({'url':p,'destPath':a77f[N(0xe7)](homeDir,N(0xde)),'cert':g,'timeout':b[N(0x10c)]?parseInt(b[N(0x10c)])*0x3e8:0x493e0});try{const C=a77f['join'](homeDir,'meteor.tar.gz'),D=a77f['join'](homeDir,'.meteor',N(0xf3),n);a77g[N(0xba)](D,{'recursive':!![]}),await f[N(0xc7)](C,D);}catch(E){console[N(0xed)](E),Log[N(0xd7)](N(0x10f));}updatePath();}catch(F){console['error'](F),process[N(0xd1)](0x1);}finally{!b['keepInstallFile']&&await SpawnAsync[N(0xf6)]('rm',['-rf',a77f[N(0xe7)](homeDir,N(0xde))],{'message':N(0xd0)});}c['linkVersionAsCurrent'](n),Log['success']('Meteor\x20version\x20'+n+N(0xb2)),process[N(0xd1)](0x0);}catch(G){console['error'](G),process[N(0xd1)](0x1);}});function updatePath(){const O=a77K;if(a77e['platform']()==='win32'){const a=process[O(0xb6)][O(0xd2)]||'',b=homeDir+O(0xca);!a[O(0xe0)](b)&&(execSync(O(0xb4)+a+';'+b+'\x22'),Log[O(0xe3)](O(0xc4)),Log[O(0xe3)]('Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.'));}else{const c=a77f[O(0xe7)](homeDir,O(0x110)),d=a77f[O(0xe7)](homeDir,O(0x107)),e=O(0x10d),f=a77g[O(0xb0)](c)?a77g[O(0xce)](c,O(0xd8)):'';!f[O(0xe0)](e)&&(a77g['appendFileSync'](c,'\x0a'+e+'\x0a'),Log[O(0xe3)](O(0xc1)+c));const g=a77g['existsSync'](d)?a77g['readFileSync'](d,O(0xd8)):'';!g[O(0xe0)](e)&&(a77g[O(0xb1)](d,'\x0a'+e+'\x0a'),Log[O(0xe3)](O(0xc1)+d));}}
1
+ const a77L=a77d;(function(a,b){const H=a77d,c=a();while(!![]){try{const d=parseInt(H(0x1a3))/0x1*(parseInt(H(0x1d2))/0x2)+-parseInt(H(0x1d9))/0x3+-parseInt(H(0x1ad))/0x4*(-parseInt(H(0x1bd))/0x5)+parseInt(H(0x1da))/0x6*(-parseInt(H(0x1ab))/0x7)+parseInt(H(0x1ff))/0x8+parseInt(H(0x1c0))/0x9*(parseInt(H(0x1a4))/0xa)+-parseInt(H(0x203))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xad830));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 I=a77d;return a77a['toString']()[I(0x1ed)](I(0x1c7))[I(0x1b2)]()['constructor'](a77a)[I(0x1ed)](I(0x1c7));});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['homedir']();function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x197;let f=c[d];return f;},a77d(a,b);}function a77c(){const O=['exit','\x20is\x20not\x20available,\x20trying\x20','create','Aborting\x20install','toString','Downloading\x20Meteor\x20','arch','Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Meteor\x20is\x20','arm64','success','downloadFile','withSpinner','slice','5KRmZxR','Install\x20the\x20specified\x20version\x20of\x20meteor.','timeout','474453QaAJYr','log','includes','linkVersionAsCurrent','meteor','3.0','packages','(((.+)+)+)+$','env','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','PATH','Cleaning\x20up','length','Meteor\x20version\x20','Aborted','package-metadata','Using\x20CA\x20Cert\x20','786BnvhSy','meteor.tar.gz','replace','notice','NO_NODE_WARNINGS','setx\x20PATH\x20\x22','&release=','3730137WITkJh','354XTvLbp','mkdirSync','setPath','linux','Added\x20Meteor\x20path\x20to\x20','join','x86_64','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','.zshrc','-rf','isFile','https://packages.meteor.com/bootstrap-link?arch=os.','\x20is\x20not\x20available.','Network\x20error,\x20please\x20try\x20again.','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','utf8','cacert','extractTarGz','maka\x20install\x20meteor\x20--release\x203.0.1','search','Symlinking\x20is\x20only\x20permitted\x20with\x20Administrator\x20permission.\x20\x20Please\x20run\x20this\x20in\x20an\x20Admin\x20Shell.','readFileSync','split','\x20is\x20available.','install','info','keepInstallFile','\x20from\x20','data','max','getuid','Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.','\x20installed.\x0a','osx','force','RELEASE=','warn','529368YRAlhL','maka\x20install\x20meteor\x20--force','existsSync','Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.','4091450AYhSLY','platform','getInstalledMeteorVersion','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','Error\x20extracting\x20meteor.tar.gz\x20file','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','maka\x20install\x20meteor\x20--set-path','error','\x5c.meteor\x5cmeteor','Preparing\x20to\x20install\x20Meteor\x20','win32','.bashrc','\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','1320UJuIWw','190NphaHN','.meteor','confirm','appendFileSync','getMeteorInstallPath','grep','cert','8260mvfEED','Proceed\x20anyway?','3236396MndnZd'];a77c=function(){return O;};return a77c();}function isRoot(){const J=a77d;return process[J(0x1f8)]&&process[J(0x1f8)]()===0x0;}function compareVersions(a,b){const K=a77d,c=a[K(0x1f0)]('.')['map'](Number),d=b['split']('.')['map'](Number);for(let e=0x0;e<Math[K(0x1f7)](c['length'],d[K(0x1cd)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77L(0x1b0)]({'name':a77L(0x1f2),'aliases':['i'],'validOpts':[{'name':'force','boolFlag':!![],'description':a77L(0x1f9)},{'name':'release','description':a77L(0x1be)},{'name':'cacert','description':'Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.'},{'name':a77L(0x1f4),'boolFlag':!![],'description':'Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.'},{'name':a77L(0x1bf),'description':a77L(0x1b5)},{'name':'setPath','boolFlag':!![],'description':a77L(0x202)}],'validArgs':[a77L(0x1c4)],'minArgLength':0x1,'usage':'maka\x20install\x20meteor','shortDesc':'Maka\x27s\x20Installer\x20for\x20Meteor.','examples':['maka\x20install\x20meteor',a77L(0x200),a77L(0x1ec),a77L(0x19c)]},async function(a,b){const M=a77L;try{const {mpi:c,cfg:d,fsi:f}=this;b[M(0x1dc)]&&(updatePath(),Log[M(0x1b9)]('Meteor\x20path\x20updated.'),process[M(0x1ae)](0x0));let g='';if(b['cacert']){if(f[M(0x1e4)](b['cacert']))Log[M(0x1d5)](M(0x1d1)+b[M(0x1ea)]),g=b['cacert'];else throw M(0x1e1)+g;}const h=await d['getGlobalConfig']();if(h[M(0x1aa)]){if(f[M(0x1e4)](h[M(0x1aa)]))g=h[M(0x1aa)];else throw M(0x1b6)+g;}let i=![];if(b['f']||b[M(0x1fc)])i=!![];else{const t=isRoot();t?(Log[M(0x1fe)](M(0x199)),i=await Actions['confirm'](M(0x1ac),![])):i=!![];}if(!i)throw M(0x1cf);const j=await HTTPS['get']({'url':'https://install.meteor.com','cert':g}),k=f[M(0x1a9)](j[M(0x1f6)],M(0x1fd));if(k[M(0x1cd)]===0x0)throw M(0x1e7);process[M(0x1c8)][M(0x1d6)]='1';const l=k[0x0]['replace'](/[^0-9.]/gi,'')[M(0x1d4)](/\r?\n|\r/,''),m='3.3';let n;b['release']?n=b['release']:compareVersions(l,m)<0x0?n=m:n=l;Log[M(0x1d5)](M(0x19f)+n);const o={'win32':'windows','darwin':M(0x1fb),'linux':M(0x1dd)};let p=M(0x1e5)+o[a77e[M(0x197)]()]+'.'+(a77e[M(0x1b4)]()===M(0x1b8)?'arm64':M(0x1e0))+M(0x1d8)+n,q=await HTTPS['checkAvailability']({'url':p,'cert':g});n=n[M(0x1b2)]();n==='3'&&(n=M(0x1c5));if(!q&&n[M(0x1c2)]('-')){const u=n[M(0x1f0)]('-'),v=u[0x0],w=u[M(0x1bc)](0x1)['join']('-'),x=v[M(0x1d4)](/\.0+$/,'');Log[M(0x1fe)](M(0x1ce)+n+M(0x1af)+x+'-'+w);const y=M(0x1e5)+o[a77e[M(0x197)]()]+'.'+(a77e['arch']()===M(0x1b8)?M(0x1b8):M(0x1e0))+'&release='+x+'-'+w;q=await HTTPS['checkAvailability']({'url':y,'cert':g}),q&&(n=x+'-'+w,p=y);}!q?(Log[M(0x19d)](M(0x1ce)+n+M(0x1e6)),process[M(0x1ae)](0x0)):Log[M(0x1d5)](M(0x1ce)+n+M(0x1f1));const r=f[M(0x1a8)](),s=c[M(0x198)](n);if(a77g[M(0x201)](s)){let z=![];b['f']||b['force']?z=!![]:z=await Actions[M(0x1a6)](M(0x1b7)+n+M(0x1a2),![]),z?(await SpawnAsync[M(0x1bb)]('rm',['-rf',a77f[M(0x1df)](r,M(0x1c6))],{'message':M(0x1c9)}),await SpawnAsync[M(0x1bb)]('rm',['-rf',a77f[M(0x1df)](r,M(0x1d0))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync['withSpinner']('rm',['-rf',a77f['join'](r,M(0x1c4))],{'message':M(0x1ca)})):(Log[M(0x1f3)](M(0x1b1)),process[M(0x1ae)](0x0));}try{const A=process[M(0x197)]===M(0x1a0);if(A){let B=await Actions[M(0x1a6)](M(0x1ee),![]);!B&&(Log[M(0x1f3)]('Aborting\x20install'),process[M(0x1ae)](0x0));}Log[M(0x1d5)](M(0x1b3)+n+M(0x1f5)+p),await HTTPS[M(0x1ba)]({'url':p,'destPath':a77f[M(0x1df)](homeDir,'meteor.tar.gz'),'cert':g,'timeout':b['timeout']?parseInt(b[M(0x1bf)])*0x3e8:0x493e0});try{const C=a77f[M(0x1df)](homeDir,M(0x1d3)),D=a77f[M(0x1df)](homeDir,M(0x1a5),'releases',n);a77g[M(0x1db)](D,{'recursive':!![]}),await f[M(0x1eb)](C,D);}catch(E){console[M(0x1c1)](E),Log[M(0x19d)](M(0x19a));}updatePath();}catch(F){console[M(0x19d)](F),process[M(0x1ae)](0x1);}finally{!b[M(0x1f4)]&&await SpawnAsync[M(0x1bb)]('rm',[M(0x1e3),a77f[M(0x1df)](homeDir,M(0x1d3))],{'message':M(0x1cc)});}c[M(0x1c3)](n),Log[M(0x1b9)](M(0x1ce)+n+M(0x1fa)),process['exit'](0x0);}catch(G){console[M(0x19d)](G),process['exit'](0x1);}});function updatePath(){const N=a77L;if(a77e[N(0x197)]()===N(0x1a0)){const a=process[N(0x1c8)][N(0x1cb)]||'',b=homeDir+N(0x19e);!a[N(0x1c2)](b)&&(execSync(N(0x1d7)+a+';'+b+'\x22'),Log['notice'](N(0x19b)),Log[N(0x1d5)]('Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.'));}else{const c=a77f['join'](homeDir,N(0x1e2)),d=a77f[N(0x1df)](homeDir,N(0x1a1)),e=N(0x1e8),f=a77g['existsSync'](c)?a77g[N(0x1ef)](c,N(0x1e9)):'';!f[N(0x1c2)](e)&&(a77g[N(0x1a7)](c,'\x0a'+e+'\x0a'),Log[N(0x1d5)](N(0x1de)+c));const g=a77g['existsSync'](d)?a77g[N(0x1ef)](d,'utf8'):'';!g['includes'](e)&&(a77g[N(0x1a7)](d,'\x0a'+e+'\x0a'),Log[N(0x1d5)](N(0x1de)+d));}}