@maka/maka-cli 5.0.32 → 5.0.34

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 (166) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/profile.js +1 -1
  87. package/bundle/obf/src/commands/proxy.js +1 -1
  88. package/bundle/obf/src/commands/reconfig.js +1 -1
  89. package/bundle/obf/src/commands/register.js +1 -1
  90. package/bundle/obf/src/commands/run/_index.js +1 -1
  91. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/run/run.command.js +1 -1
  93. package/bundle/obf/src/commands/set/_index.js +1 -1
  94. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  95. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/set.command.js +1 -1
  97. package/bundle/obf/src/commands/ssh.js +1 -1
  98. package/bundle/obf/src/commands/ssl.js +1 -1
  99. package/bundle/obf/src/commands/test.js +1 -1
  100. package/bundle/obf/src/commands/undo.js +1 -1
  101. package/bundle/obf/src/commands/version.js +1 -1
  102. package/bundle/obf/src/error.js +1 -1
  103. package/bundle/obf/src/exec.js +1 -1
  104. package/bundle/obf/src/generator.js +1 -1
  105. package/bundle/obf/src/generators/_index.js +1 -1
  106. package/bundle/obf/src/generators/api.js +1 -1
  107. package/bundle/obf/src/generators/aws/_index.js +1 -1
  108. package/bundle/obf/src/generators/aws/aws.js +1 -1
  109. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  110. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  111. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  112. package/bundle/obf/src/generators/collection.js +1 -1
  113. package/bundle/obf/src/generators/component.js +1 -1
  114. package/bundle/obf/src/generators/config.js +1 -1
  115. package/bundle/obf/src/generators/dbc.js +1 -1
  116. package/bundle/obf/src/generators/dockerfile.js +1 -1
  117. package/bundle/obf/src/generators/hook.js +1 -1
  118. package/bundle/obf/src/generators/kits/_index.js +1 -1
  119. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  121. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  123. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  125. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/kit.js +1 -1
  127. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  131. package/bundle/obf/src/generators/layout.js +1 -1
  132. package/bundle/obf/src/generators/maka.gen.js +1 -1
  133. package/bundle/obf/src/generators/methods.js +1 -1
  134. package/bundle/obf/src/generators/package.js +1 -1
  135. package/bundle/obf/src/generators/page.js +1 -1
  136. package/bundle/obf/src/generators/publish.js +1 -1
  137. package/bundle/obf/src/generators/route.js +1 -1
  138. package/bundle/obf/src/generators/service.js +1 -1
  139. package/bundle/obf/src/generators/services/_index.js +1 -1
  140. package/bundle/obf/src/generators/services/openssl.js +1 -1
  141. package/bundle/obf/src/generators/services/translation.js +1 -1
  142. package/bundle/obf/src/maka.js +1 -1
  143. package/bundle/obf/src/tool.js +1 -1
  144. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  145. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  146. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  147. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  148. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  149. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  150. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  151. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  152. package/bundle/obf/src/tools/https/https.class.js +1 -1
  153. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  154. package/bundle/obf/src/tools/log/log.class.js +1 -1
  155. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  156. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  157. package/bundle/obf/src/tools/options/options.class.js +1 -1
  158. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  159. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  160. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  161. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  162. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  163. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  164. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  165. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  166. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x181))/0x1*(-parseInt(f(0x18a))/0x2)+parseInt(f(0x19d))/0x3*(-parseInt(f(0x177))/0x4)+parseInt(f(0x191))/0x5+parseInt(f(0x16d))/0x6+parseInt(f(0x17e))/0x7*(-parseInt(f(0x187))/0x8)+parseInt(f(0x182))/0x9*(-parseInt(f(0x16e))/0xa)+parseInt(f(0x19e))/0xb*(parseInt(f(0x197))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xc270f));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x185)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0x18c)](h(0x1a0))['toString']()[h(0x194)](a58a)[h(0x18c)](h(0x1a0));});function a58c(){var E=['Rare','Gold','Small','Brown','name','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','7skoDiY','\x20aloft,\x20feeling\x20its\x20immense\x20power.','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','3Zttjyj','565965bwpjZj','Yellow','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','apply','pageCount','8191912WFUdJr','Legendary','You\x20hold\x20the\x20','226232JZwaEz','Holy\x20Grail','search','Blade','Grey','author','Rectangle','2135270yZbZci','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Unknown','constructor','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Weapon','12qBXZuW','Medium','Large','Common','Circle','description','1191FIDgwt','6778684GRQJCa','Gloves','(((.+)+)+)+$','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Smooth','6131520uljDAg','10XGJqZy','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','publishDate','ArmArmor','LegArmor','BodyArmor','Book','use','Metallic','5252ztmGio'];a58c=function(){return E;};return a58c();}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(0x198)],'category':Category[i(0x193)],'shape':Shape[i(0x190)],'color':Color['Yellow'],'texture':Texture[i(0x16c)],'rating':Rating[i(0x19a)],'weight':0x1});}[a58j(0x175)](){var k=a58j;return this[k(0x19c)];}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x16c;var f=c[d];return f;},a58d(a,b);}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x198)],'category':Category[l(0x196)],'shape':Shape[l(0x18d)],'color':Color[l(0x18e)],'texture':Texture[l(0x176)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x199)],'category':Category[m(0x196)],'shape':Shape['Rifle'],'color':Color[m(0x17b)],'texture':Texture['Metallic'],'rating':Rating[m(0x178)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Helmet'],'shape':Shape[n(0x19b)],'color':Color['Grey'],'texture':Texture[n(0x176)],'rating':Rating['Common'],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x199)],'category':Category[o(0x173)],'shape':Shape[o(0x190)],'color':Color['Grey'],'texture':Texture[o(0x176)],'rating':Rating[o(0x19a)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x198)],'category':Category[p(0x172)],'shape':Shape['Rectangle'],'color':Color[p(0x18e)],'texture':Texture['Metallic'],'rating':Rating[p(0x19a)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x198)],'category':Category['Boots'],'shape':Shape[q(0x19b)],'color':Color[q(0x17b)],'texture':Texture[q(0x16c)],'rating':Rating['Common'],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x17a)],'category':Category[r(0x19f)],'shape':Shape[r(0x19b)],'color':Color[r(0x17b)],'texture':Texture[r(0x16c)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x198)],'category':Category[s(0x171)],'shape':Shape[s(0x190)],'color':Color['Grey'],'texture':Texture[s(0x176)],'rating':Rating[s(0x19a)],'weight':0x3});}}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(0x190)],'color':Color[t(0x183)],'texture':Texture[t(0x16c)],'rating':Rating[t(0x19a)],'weight':0x0});}[a58j(0x175)](){var u=a58j;return u(0x17d);}}export class Weapon extends Item{constructor(a,b){var v=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Weapon'],'shape':Shape[v(0x18d)],'color':Color['Grey'],'texture':Texture[v(0x176)],'rating':Rating[v(0x19a)],'weight':0x3});}[a58j(0x175)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a58j(0x18f)];['publishDate'];[a58j(0x186)];constructor(a,b='A\x20mysterious\x20book.',c='Unknown\x20Author'){var w=a58j;super({'name':a,'description':b,'size':Size[w(0x198)],'category':Category[w(0x174)],'shape':Shape['Rectangle'],'color':Color[w(0x17b)],'texture':Texture[w(0x16c)],'rating':Rating['Common'],'weight':0x1}),this[w(0x18f)]=c,this[w(0x170)]=new Date(),this[w(0x186)]=0x64;}[a58j(0x175)](){var x=a58j;return x(0x16f);}}export class ShortSword extends Item{constructor(){var y=a58j;super({'name':'Short\x20Sword','description':y(0x180),'size':Size[y(0x198)],'category':Category[y(0x196)],'shape':Shape[y(0x18d)],'color':Color[y(0x18e)],'texture':Texture[y(0x176)],'rating':Rating[y(0x19a)],'weight':0x3});}[a58j(0x175)](){var z=a58j;return z(0x184);}}export class SniperRifle extends Item{constructor(){var A=a58j;super({'name':'Sniper\x20Rifle','description':A(0x192),'size':Size[A(0x199)],'category':Category['Weapon'],'shape':Shape['Rifle'],'color':Color[A(0x17b)],'texture':Texture[A(0x16c)],'rating':Rating[A(0x19a)],'weight':0x5});}['use'](){var B=a58j;return B(0x1a1);}}export class HolyGrail extends Item{constructor(){var C=a58j;super({'name':C(0x18b),'description':C(0x195),'size':Size['Small'],'category':Category['Cup'],'shape':Shape[C(0x19b)],'color':Color[C(0x179)],'texture':Texture[C(0x176)],'rating':Rating[C(0x188)],'weight':0x1});}[a58j(0x175)](){var D=a58j;return D(0x189)+this[D(0x17c)]+D(0x17f);}}
1
+ var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0xbe))/0x1+-parseInt(f(0xc6))/0x2*(parseInt(f(0xd5))/0x3)+-parseInt(f(0xdc))/0x4*(parseInt(f(0xbb))/0x5)+parseInt(f(0xda))/0x6*(-parseInt(f(0xdb))/0x7)+parseInt(f(0xcd))/0x8+-parseInt(f(0xd2))/0x9+parseInt(f(0xd8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xb2cc8));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a[g(0xba)]()[g(0xb9)](g(0xb1))[g(0xba)]()[g(0xcf)](a58a)[g(0xb9)](g(0xb1));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xab;var f=c[d];return f;},a58d(a,b);}export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0xac)],'category':Category['Unknown'],'shape':Shape[h(0xbf)],'color':Color[h(0xaf)],'texture':Texture[h(0xcc)],'rating':Rating[h(0xca)],'weight':0x1});}[a58i(0xd0)](){var j=a58i;return this[j(0xc9)];}}export class Sword extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size[k(0xac)],'category':Category[k(0xb3)],'shape':Shape[k(0xad)],'color':Color[k(0xb4)],'texture':Texture[k(0xc3)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size[l(0xc7)],'category':Category['Weapon'],'shape':Shape[l(0xc0)],'color':Color['Brown'],'texture':Texture[l(0xc3)],'rating':Rating['Rare'],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size[m(0xac)],'category':Category[m(0xde)],'shape':Shape[m(0xb7)],'color':Color['Grey'],'texture':Texture[m(0xc3)],'rating':Rating[m(0xca)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size[n(0xc7)],'category':Category[n(0xd1)],'shape':Shape[n(0xbf)],'color':Color[n(0xb4)],'texture':Texture[n(0xc3)],'rating':Rating[n(0xca)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size[o(0xac)],'category':Category['LegArmor'],'shape':Shape[o(0xbf)],'color':Color[o(0xb4)],'texture':Texture['Metallic'],'rating':Rating[o(0xca)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0xac)],'category':Category[p(0xc2)],'shape':Shape[p(0xb7)],'color':Color[p(0xb6)],'texture':Texture[p(0xcc)],'rating':Rating[p(0xca)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size['Small'],'category':Category[q(0xdd)],'shape':Shape[q(0xb7)],'color':Color['Brown'],'texture':Texture[q(0xcc)],'rating':Rating[q(0xca)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0xac)],'category':Category[r(0xd3)],'shape':Shape[r(0xbf)],'color':Color[r(0xb4)],'texture':Texture[r(0xc3)],'rating':Rating[r(0xca)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58i;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[s(0xd9)],'shape':Shape['Rectangle'],'color':Color['Yellow'],'texture':Texture[s(0xcc)],'rating':Rating[s(0xca)],'weight':0x0});}[a58i(0xd0)](){var t=a58i;return t(0xc1);}}function a58c(){var B=['author','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','26790300MAKYpQ','Key','54BzMMZS','662011MUOwNt','96yaffIz','Gloves','Helmet','Unknown\x20Author','You\x20hold\x20the\x20','Medium','Blade','Legendary','Yellow','Gold','(((.+)+)+)+$','Cup','Weapon','Grey','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Brown','Circle','pageCount','search','toString','295045YCIoch','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Sniper\x20Rifle','1199984jhbsHX','Rectangle','Rifle','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Boots','Metallic','Short\x20Sword','A\x20mysterious\x20book.','36114EhOoiv','Large','Book','description','Common','publishDate','Smooth','2891248oCNmhS','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','constructor','use','BodyArmor','9541053GMrZSC','ArmArmor','Small','30Qcqntz'];a58c=function(){return B;};return a58c();}export class Weapon extends Item{constructor(a,b){var u=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[u(0xb3)],'shape':Shape[u(0xad)],'color':Color[u(0xb4)],'texture':Texture[u(0xc3)],'rating':Rating['Common'],'weight':0x3});}[a58i(0xd0)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a58i(0xd6)];[a58i(0xcb)];[a58i(0xb8)];constructor(a,b=a58i(0xc5),c=a58i(0xdf)){var v=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[v(0xc8)],'shape':Shape[v(0xbf)],'color':Color[v(0xb6)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1}),this[v(0xd6)]=c,this['publishDate']=new Date(),this[v(0xb8)]=0x64;}[a58i(0xd0)](){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=a58i;super({'name':w(0xc4),'description':w(0xd7),'size':Size[w(0xac)],'category':Category['Weapon'],'shape':Shape[w(0xad)],'color':Color[w(0xb4)],'texture':Texture[w(0xc3)],'rating':Rating[w(0xca)],'weight':0x3});}[a58i(0xd0)](){var x=a58i;return x(0xce);}}export class SniperRifle extends Item{constructor(){var y=a58i;super({'name':y(0xbd),'description':y(0xb5),'size':Size[y(0xc7)],'category':Category['Weapon'],'shape':Shape['Rifle'],'color':Color[y(0xb6)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x5});}['use'](){return'You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22';}}export class HolyGrail extends Item{constructor(){var z=a58i;super({'name':'Holy\x20Grail','description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[z(0xd4)],'category':Category[z(0xb2)],'shape':Shape[z(0xb7)],'color':Color[z(0xb0)],'texture':Texture['Metallic'],'rating':Rating[z(0xae)],'weight':0x1});}[a58i(0xd0)](){var A=a58i;return A(0xab)+this['name']+A(0xbc);}}
@@ -1 +1 @@
1
- const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x16d))/0x1+parseInt(f(0x139))/0x2+parseInt(f(0x11c))/0x3+parseInt(f(0x16e))/0x4*(parseInt(f(0x162))/0x5)+parseInt(f(0x14b))/0x6+parseInt(f(0x16f))/0x7*(-parseInt(f(0x120))/0x8)+-parseInt(f(0x159))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xeed7d));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x14f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a['toString']()['search']('(((.+)+)+)+$')[h(0x183)]()[h(0x16c)](a60a)[h(0x134)](h(0x121));});function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x11b;let f=c[d];return f;},a60d(a,b);}function a60c(){const j=['8QJhTJM','(((.+)+)+)+$','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','document','Downtown\x20Seattle','Ancient\x20Gem','Alchemy\x20Lab','MCT\x20Fly-Spy','Encrypted\x20Data\x20Key','Entrance\x20Hall','Golden\x20Key','rifle','A\x20small\x20surveillance\x20drone.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','A\x20chalice\x20made\x20of\x20pure\x20gold.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','A\x20clear\x20glass\x20vial.','show\x20loyalty','south','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','search','east','sword','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','disenchant','2061076JxuTXe','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Central\x20Chamber','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','gem','Emblem\x20Shield','Torture\x20Chamber','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','SOUTH','Armory','Watch\x20Tower','Treasure\x20Room','holyGrail','book','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','2342700kSZZAG','Corp\x20Enclave','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','apply','north','Matrix\x20Data\x20Haven','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','drone','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Golden\x20Chalice','Riddle\x20Book','Blood-stained\x20Key','A\x20key\x20stained\x20with\x20old\x20blood.','20321046kaYNpE','weapon','Secret\x20Passage','creditstick','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Rigger\x27s\x20Workshop','The\x20legendary\x20Holy\x20Grail.','An\x20old\x20and\x20rusted\x20sword.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','130ZYxGil','A\x20long-range\x20weapon.','open\x20sesame','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Rusted\x20Sword','key','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','Study','constructor','384598tyRBIG','256320DALaQH','9945880yvcvZx','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Corporate\x20Creditstick','release','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Mage\x27s\x20Lair','Courtyard','outside','west','Nothing\x20happens.','That\x20passcode\x20is\x20incorrect','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Empty\x20vial','EAST','The\x20data\x20remains\x20encrypted.','inside','Jackpoint\x20Login','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','The\x20chest\x20remains\x20firmly\x20shut.','Central\x20Chamber\x20Key','toString','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Barrens\x20Entrance','OUTSIDE','Ares\x20Predator','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Barrens\x20Hideout','Gang\x20Insignia','3556107SIcgvl','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Sniper\x20Rifle','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.'];a60c=function(){return j;};return a60c();}a60a();export const rooms=[{'name':'Library','description':a60i(0x13d),'isStartRoom':!![],'items':[{'type':'key','name':a60i(0x12a),'description':a60i(0x14d)},{'type':'book','name':'Guard\x27s\x20Log\x20Book','description':'A\x20thin\x20log\x20book','content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a60i(0x17c),'targetRoom':a60i(0x15b)}]},{'name':'Secret\x20Passage','description':a60i(0x184),'exits':[{'direction':'NORTH','targetRoom':'Treasure\x20Room','keyRequired':a60i(0x12a)},{'direction':a60i(0x143),'targetRoom':a60i(0x175)}]},{'name':a60i(0x146),'description':a60i(0x18b),'items':[{'type':a60i(0x147),'name':'Holy\x20Grail','description':a60i(0x15f)}]},{'name':a60i(0x175),'description':a60i(0x13c),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60i(0x145)}]},{'name':'Watch\x20Tower','description':a60i(0x137),'roomType':a60i(0x189),'puzzle':{'requiredPhrase':'secret123','riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60i(0x12b),'name':a60i(0x11e),'description':a60i(0x163)},'successMessage':a60i(0x16a),'failureMessage':a60i(0x179)}}];export const dungeonConfig=[{'name':a60i(0x129),'description':a60i(0x149),'isStartRoom':!![],'roomType':a60i(0x17e),'puzzle':{'requiredPhrase':a60i(0x164),'riddle':a60i(0x12f),'rewardItem':{'type':a60i(0x169),'name':'Central\x20Chamber\x20Key','description':a60i(0x180)},'successMessage':a60i(0x152),'failureMessage':a60i(0x178)},'exits':[{'direction':a60i(0x150),'targetRoom':a60i(0x16b)},{'direction':'east','targetRoom':a60i(0x13b),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0x16b),'description':a60i(0x187),'roomType':'inside','items':[{'type':a60i(0x148),'name':a60i(0x156),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x169),'name':a60i(0x182),'description':a60i(0x180)}],'exits':[{'direction':a60i(0x132),'targetRoom':a60i(0x129)},{'direction':a60i(0x135),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0x126),'description':a60i(0x166),'roomType':a60i(0x17e),'items':[{'type':'basic','name':a60i(0x17b),'description':a60i(0x130)}],'exits':[{'direction':a60i(0x177),'targetRoom':'Study'},{'direction':a60i(0x150),'targetRoom':a60i(0x144)}]},{'name':a60i(0x144),'description':a60i(0x15d),'roomType':'inside','items':[{'type':'shield','name':a60i(0x140),'description':a60i(0x122)},{'type':a60i(0x136),'name':a60i(0x168),'description':a60i(0x160)}],'exits':[{'direction':a60i(0x132),'targetRoom':a60i(0x126)},{'direction':a60i(0x135),'targetRoom':a60i(0x13b)}]},{'name':a60i(0x13b),'description':a60i(0x142),'roomType':a60i(0x17e),'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x144)},{'direction':a60i(0x132),'targetRoom':'Entrance\x20Hall'},{'direction':'north','targetRoom':'Torture\x20Chamber'},{'direction':'east','targetRoom':a60i(0x146)}]},{'name':a60i(0x141),'description':a60i(0x165),'roomType':a60i(0x17e),'items':[{'type':'key','name':a60i(0x157),'description':a60i(0x158)}],'puzzle':{'requiredPhrase':a60i(0x172),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a60i(0x13f),'name':a60i(0x125),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':a60i(0x173)},'exits':[{'direction':a60i(0x132),'targetRoom':a60i(0x13b)}]},{'name':a60i(0x146),'description':a60i(0x185),'roomType':a60i(0x17e),'puzzle':{'requiredPhrase':'insert\x20gem','riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':'cup','name':a60i(0x155),'description':a60i(0x12e)},'successMessage':a60i(0x186),'failureMessage':a60i(0x181)},'exits':[{'direction':'west','targetRoom':a60i(0x13b)}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a60i(0x11d),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':a60i(0x150),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0x151)}]},{'name':a60i(0x151),'description':a60i(0x167),'roomType':'inside','puzzle':{'requiredPhrase':'decrypt','riddle':a60i(0x11f),'rewardItem':{'type':a60i(0x169),'name':a60i(0x128),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0x13e),'failureMessage':a60i(0x17d)},'exits':[{'direction':'down','targetRoom':'Jackpoint\x20Login'}]},{'name':'Downtown\x20Seattle','description':'The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','roomType':a60i(0x176),'exits':[{'direction':a60i(0x132),'targetRoom':a60i(0x17f)},{'direction':a60i(0x135),'targetRoom':a60i(0x188)},{'direction':'west','targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x188),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0x176),'puzzle':{'requiredPhrase':a60i(0x131),'riddle':a60i(0x133),'rewardItem':{'type':'key','name':a60i(0x11b),'description':a60i(0x161)},'successMessage':a60i(0x170),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60i(0x177),'targetRoom':'Downtown\x20Seattle'},{'direction':a60i(0x150),'targetRoom':'Barrens\x20Hideout'}]},{'name':a60i(0x14c),'description':a60i(0x154),'roomType':'inside','items':[{'type':a60i(0x15c),'name':a60i(0x171),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a60i(0x123),'name':'CorpSec\x20Plans','description':a60i(0x14e)}],'exits':[{'direction':a60i(0x135),'targetRoom':a60i(0x124)}]},{'name':'Barrens\x20Hideout','description':a60i(0x13a),'roomType':'outside','items':[{'type':a60i(0x15a),'name':a60i(0x18a),'description':a60i(0x14a)}],'exits':[{'direction':a60i(0x132),'targetRoom':'Barrens\x20Entrance'},{'direction':'north','targetRoom':a60i(0x174)},{'direction':a60i(0x135),'targetRoom':a60i(0x15e)}]},{'name':a60i(0x174),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x17e),'puzzle':{'requiredPhrase':a60i(0x138),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':'amulet','name':'Amulet\x20of\x20Awakening','description':a60i(0x12d)},'successMessage':a60i(0x17a),'failureMessage':'The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.'},'exits':[{'direction':'south','targetRoom':a60i(0x18c)}]},{'name':'Rigger\x27s\x20Workshop','description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':'inside','items':[{'type':a60i(0x153),'name':a60i(0x127),'description':a60i(0x12c)}],'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x18c)}]}];
1
+ const a60i=a60d;function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x73;let f=c[d];return f;},a60d(a,b);}function a60c(){const j=['Treasure\x20Room','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','decrypt','Corp\x20Enclave','Riddle\x20Book','Rigger\x27s\x20Workshop','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Courtyard','release','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','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','Library','13844025ppOAlU','west','Armory','rifle','Empty\x20vial','down','Entrance\x20Hall','search','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','The\x20data\x20remains\x20encrypted.','The\x20legendary\x20Holy\x20Grail.','A\x20creditstick\x20loaded\x20with\x20nuyen.','Guard\x27s\x20Log\x20Book','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','A\x20chalice\x20made\x20of\x20pure\x20gold.','EAST','cup','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','weapon','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','An\x20old\x20and\x20rusted\x20sword.','Downtown\x20Seattle','NORTH','drone','constructor','Corporate\x20Creditstick','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Blood-stained\x20Key','sword','Encrypted\x20Data\x20Key','Rusted\x20Sword','A\x20clear\x20glass\x20vial.','Torture\x20Chamber','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','A\x20thin\x20log\x20book','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','insert\x20gem','outside','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Sniper\x20Rifle','OUTSIDE','north','SOUTH','east','Matrix\x20Data\x20Haven','gem','Holy\x20Grail','(((.+)+)+)+$','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Central\x20Chamber\x20Key','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Secret\x20Passage','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','key','110QhsGWy','Central\x20Chamber','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','amulet','8erHqcH','The\x20chest\x20remains\x20firmly\x20shut.','96430VImcgi','2212847pstKCo','Barrens\x20Hideout','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Study','holyGrail','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Amulet\x20of\x20Awakening','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Alchemy\x20Lab','2064360OGWeQx','Golden\x20Key','toString','A\x20key\x20stained\x20with\x20old\x20blood.','That\x20passcode\x20is\x20incorrect','4293524cHbgqQ','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','creditstick','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','secret123','1ZAtOUS','224682EijpHq','inside','apply','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','south','MCT\x20Fly-Spy','1705702fskwIN','Mage\x27s\x20Lair','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Ares\x20Predator','Barrens\x20Entrance','Gang\x20Insignia','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Emblem\x20Shield','Jackpoint\x20Login'];a60c=function(){return j;};return a60c();}(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x7a))/0x1*(-parseInt(f(0x81))/0x2)+parseInt(f(0xe5))/0x3+-parseInt(f(0x75))/0x4+parseInt(f(0xd4))/0x5*(parseInt(f(0x7b))/0x6)+-parseInt(f(0xdb))/0x7*(parseInt(f(0xd8))/0x8)+parseInt(f(0x98))/0x9+parseInt(f(0xda))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xc793d));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0xe7)]()[h(0x9f)](h(0xc8))['toString']()[h(0xb1)](a60a)[h(0x9f)]('(((.+)+)+)+$');});a60a();export const rooms=[{'name':a60i(0x97),'description':a60i(0x95),'isStartRoom':!![],'items':[{'type':a60i(0xd3),'name':a60i(0xe6),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':'book','name':a60i(0xa5),'description':a60i(0xbb),'content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a60i(0xa8),'targetRoom':'Secret\x20Passage'}]},{'name':a60i(0xd1),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0xaf),'targetRoom':a60i(0x8c),'keyRequired':a60i(0xe6)},{'direction':a60i(0xc3),'targetRoom':'Courtyard'}]},{'name':'Treasure\x20Room','description':a60i(0xbf),'items':[{'type':a60i(0xdf),'name':a60i(0xc7),'description':a60i(0xa3)}]},{'name':a60i(0x93),'description':a60i(0x84),'roomType':a60i(0xc1),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':'Watch\x20Tower','description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0xc1),'puzzle':{'requiredPhrase':a60i(0x79),'riddle':a60i(0xd2),'rewardItem':{'type':a60i(0x9b),'name':a60i(0xc0),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x96),'failureMessage':a60i(0x74)}}];export const dungeonConfig=[{'name':a60i(0x9e),'description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':'open\x20sesame','riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0xd3),'name':a60i(0xcf),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0xe3),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':'north','targetRoom':a60i(0xde)},{'direction':a60i(0xc4),'targetRoom':a60i(0xd5),'keyRequired':a60i(0xcf)}]},{'name':a60i(0xde),'description':a60i(0xe2),'roomType':a60i(0x7c),'items':[{'type':'book','name':a60i(0x90),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x92)},{'type':'key','name':a60i(0xcf),'description':a60i(0xc9)}],'exits':[{'direction':a60i(0x7f),'targetRoom':a60i(0x9e)},{'direction':'east','targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0xe4),'description':a60i(0x76),'roomType':a60i(0x7c),'items':[{'type':'basic','name':a60i(0x9c),'description':a60i(0xb8)}],'exits':[{'direction':a60i(0x99),'targetRoom':'Study'},{'direction':a60i(0xc2),'targetRoom':'Armory'}]},{'name':a60i(0x9a),'description':a60i(0xca),'roomType':a60i(0x7c),'items':[{'type':'shield','name':a60i(0x8a),'description':a60i(0x78)},{'type':a60i(0xb5),'name':a60i(0xb7),'description':a60i(0xad)}],'exits':[{'direction':a60i(0x7f),'targetRoom':a60i(0xe4)},{'direction':a60i(0xc4),'targetRoom':a60i(0xd5)}]},{'name':'Central\x20Chamber','description':a60i(0xcd),'roomType':a60i(0x7c),'exits':[{'direction':a60i(0x99),'targetRoom':a60i(0x9a)},{'direction':a60i(0x7f),'targetRoom':a60i(0x9e)},{'direction':a60i(0xc2),'targetRoom':a60i(0xb9)},{'direction':a60i(0xc4),'targetRoom':a60i(0x8c)}]},{'name':a60i(0xb9),'description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a60i(0x7c),'items':[{'type':'key','name':a60i(0xb4),'description':a60i(0x73)}],'puzzle':{'requiredPhrase':a60i(0x94),'riddle':a60i(0xa1),'rewardItem':{'type':a60i(0xc6),'name':'Ancient\x20Gem','description':a60i(0x89)},'successMessage':a60i(0xe0),'failureMessage':a60i(0xac)},'exits':[{'direction':a60i(0x7f),'targetRoom':a60i(0xd5)}]},{'name':a60i(0x8c),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x7c),'puzzle':{'requiredPhrase':a60i(0xbd),'riddle':a60i(0xd0),'rewardItem':{'type':a60i(0xa9),'name':'Golden\x20Chalice','description':a60i(0xa7)},'successMessage':a60i(0x8d),'failureMessage':a60i(0xd9)},'exits':[{'direction':'west','targetRoom':a60i(0xd5)}]}];export const shadowrunConfig=[{'name':a60i(0x8b),'description':a60i(0xb3),'isStartRoom':!![],'roomType':a60i(0x7c),'exits':[{'direction':a60i(0xc2),'targetRoom':a60i(0xae)},{'direction':'up','targetRoom':a60i(0xc5)}]},{'name':'Matrix\x20Data\x20Haven','description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':'inside','puzzle':{'requiredPhrase':a60i(0x8e),'riddle':a60i(0x88),'rewardItem':{'type':a60i(0xd3),'name':a60i(0xb6),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0xd6),'failureMessage':a60i(0xa2)},'exits':[{'direction':a60i(0x9d),'targetRoom':'Jackpoint\x20Login'}]},{'name':'Downtown\x20Seattle','description':a60i(0xba),'roomType':a60i(0xbe),'exits':[{'direction':a60i(0x7f),'targetRoom':a60i(0x8b)},{'direction':'east','targetRoom':a60i(0x86)},{'direction':'west','targetRoom':a60i(0x8f)}]},{'name':a60i(0x86),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0xbe),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a60i(0xcc),'rewardItem':{'type':a60i(0xd3),'name':a60i(0x87),'description':a60i(0xdd)},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':'west','targetRoom':a60i(0xae)},{'direction':a60i(0xc2),'targetRoom':a60i(0xdc)}]},{'name':a60i(0x8f),'description':a60i(0xcb),'roomType':a60i(0x7c),'items':[{'type':a60i(0x77),'name':a60i(0xb2),'description':a60i(0xa4)},{'type':'document','name':'CorpSec\x20Plans','description':a60i(0xaa)}],'exits':[{'direction':a60i(0xc4),'targetRoom':'Downtown\x20Seattle'}]},{'name':'Barrens\x20Hideout','description':a60i(0x83),'roomType':a60i(0xbe),'items':[{'type':a60i(0xab),'name':a60i(0x85),'description':a60i(0xa0)}],'exits':[{'direction':a60i(0x7f),'targetRoom':a60i(0x86)},{'direction':a60i(0xc2),'targetRoom':a60i(0x82)},{'direction':a60i(0xc4),'targetRoom':a60i(0x91)}]},{'name':a60i(0x82),'description':a60i(0x7e),'roomType':a60i(0x7c),'puzzle':{'requiredPhrase':'disenchant','riddle':a60i(0xbc),'rewardItem':{'type':a60i(0xd7),'name':a60i(0xe1),'description':a60i(0xce)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a60i(0xa6)},'exits':[{'direction':'south','targetRoom':a60i(0xdc)}]},{'name':a60i(0x91),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a60i(0x7c),'items':[{'type':a60i(0xb0),'name':a60i(0x80),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x99),'targetRoom':'Barrens\x20Hideout'}]}];
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x18a))/0x1+-parseInt(f(0x193))/0x2*(-parseInt(f(0x19d))/0x3)+parseInt(f(0x183))/0x4+parseInt(f(0x198))/0x5+parseInt(f(0x181))/0x6+parseInt(f(0x19b))/0x7*(-parseInt(f(0x189))/0x8)+-parseInt(f(0x190))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xd1b42));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x18e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a['toString']()[h(0x191)](h(0x19c))['toString']()[h(0x19f)](a61a)['search'](h(0x19c));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x188)];[a61i(0x192)];['logger'];[a61i(0x185)];}function a61c(){var j=['weight','4268344YnleaO','name','characterLocations','_playerName','_maxCarryingWeight','rooms','8BJsEeL','1622728kSUnvd','exits','roomA','description','apply','roomType','49111380oHPfQL','search','player','916ArcbAG','category','roomB','inventory','_equipment','4796755mlCCOj','texture','logger','1089753gBSTPW','(((.+)+)+)+$','10524ZSJKWi','uuid','constructor','color','_currentLocation','rating','solved','7293696ScSroU'];a61c=function(){return j;};return a61c();}export class AbstractRoom extends EventEmitter{[a61i(0x184)];[a61i(0x18d)];[a61i(0x18b)];[a61i(0x196)];['puzzle'];[a61i(0x18f)];['isStartRoom'];}export class AbstractDoor{[a61i(0x18c)];[a61i(0x195)];['isLocked'];['unlockItemOrSolution'];[a61i(0x184)];[a61i(0x19a)];['isLockable'];}export class AbstractInventory{['items'];['logger'];}export class AbstractItem{[a61i(0x19e)];[a61i(0x184)];[a61i(0x18d)];['size'];[a61i(0x194)];['shape'];[a61i(0x1a0)];[a61i(0x199)];[a61i(0x1a2)];[a61i(0x182)];}export class AbstractPlayer{[a61i(0x186)];[a61i(0x1a1)];['_inventory'];[a61i(0x197)];[a61i(0x187)];['_logger'];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x181;var f=c[d];return f;},a61d(a,b);}export class AbstractPuzzle{[a61i(0x19a)];[a61i(0x1a3)];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x1a7))/0x1+parseInt(f(0x194))/0x2+parseInt(f(0x18a))/0x3*(parseInt(f(0x1a5))/0x4)+parseInt(f(0x18b))/0x5+-parseInt(f(0x19f))/0x6+-parseInt(f(0x19a))/0x7+-parseInt(f(0x1a4))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x786e5));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x19c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x1a2)]()[h(0x1aa)]('(((.+)+)+)+$')[h(0x1a2)]()[h(0x1a1)](a61a)[h(0x1aa)](h(0x19d));});function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x183;var f=c[d];return f;},a61d(a,b);}a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x1a8)];['player'];[a61i(0x185)];[a61i(0x193)];}export class AbstractRoom extends EventEmitter{[a61i(0x1a9)];[a61i(0x1a0)];[a61i(0x188)];[a61i(0x191)];[a61i(0x196)];[a61i(0x19e)];[a61i(0x190)];}export class AbstractDoor{[a61i(0x184)];['roomB'];[a61i(0x186)];[a61i(0x18d)];[a61i(0x1a9)];[a61i(0x185)];[a61i(0x189)];}export class AbstractInventory{[a61i(0x18f)];['logger'];}function a61c(){var j=['isStartRoom','inventory','uuid','characterLocations','1620366QZcHjk','_inventory','puzzle','_playerName','_logger','rating','1881502cnMvMH','_maxCarryingWeight','apply','(((.+)+)+)+$','roomType','4549020dtbzsl','description','constructor','toString','weight','7169520nDozAU','16NtIDuh','category','544988fDWvFR','rooms','name','search','shape','roomA','logger','isLocked','_currentLocation','exits','isLockable','722523HpzElf','489480oezdtI','texture','unlockItemOrSolution','color','items'];a61c=function(){return j;};return a61c();}export class AbstractItem{[a61i(0x192)];[a61i(0x1a9)];[a61i(0x1a0)];['size'];[a61i(0x1a6)];[a61i(0x183)];[a61i(0x18e)];[a61i(0x18c)];[a61i(0x199)];[a61i(0x1a3)];}export class AbstractPlayer{[a61i(0x197)];[a61i(0x187)];[a61i(0x195)];['_equipment'];[a61i(0x19b)];[a61i(0x198)];}export class AbstractPuzzle{['logger'];['solved'];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x1ef))/0x1+parseInt(k(0x1b6))/0x2*(parseInt(k(0x1aa))/0x3)+-parseInt(k(0x1b4))/0x4+parseInt(k(0x198))/0x5+parseInt(k(0x1f8))/0x6+-parseInt(k(0x1cc))/0x7+parseInt(k(0x1a7))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x36d60));export var Size;(function(a){var l=a62d;a[l(0x1cd)]=l(0x1d9),a[l(0x1ca)]=l(0x1a2),a['Medium']=l(0x1b3),a[l(0x1a9)]=l(0x1ce),a[l(0x1cb)]=l(0x1bf);}(Size||(Size={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x195;var f=c[d];return f;},a62d(a,b);}export var Rating;(function(a){var m=a62d;a[m(0x1d2)]=m(0x1b8),a[m(0x1bc)]=m(0x1da),a[m(0x1ab)]=m(0x1e7);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x1b7)]='weapon',a[n(0x1e6)]=n(0x1ba),a['Key']='key',a[n(0x1c6)]=n(0x1e2),a[n(0x1d0)]=n(0x1b9),a[n(0x1c8)]='hat',a['Boots']='boots',a[n(0x1ed)]='leg\x20armor',a[n(0x1f9)]=n(0x195),a[n(0x1d1)]='body\x20armor',a['Book']=n(0x1f4),a[n(0x19a)]=n(0x1d4),a[n(0x1ae)]=n(0x1b2);}(Category||(Category={})));export var Shape;(function(c){var q=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var o=a62d;if(h){var j=h[o(0x1c5)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var p=a62d;return e[p(0x1dc)]()[p(0x1dd)](p(0x1c4))['toString']()[p(0x19c)](e)[p(0x1dd)](p(0x1c4));});e(),c[q(0x1ee)]=q(0x1d6),c[q(0x1e4)]='square',c[q(0x1d5)]='triangle',c[q(0x1f5)]=q(0x1b0),c[q(0x1d8)]='blade',c[q(0x1cf)]=q(0x1f2);}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a[r(0x199)]=r(0x1e8),a['Blue']='blue',a[r(0x1ea)]='green',a[r(0x1f0)]=r(0x1f6),a[r(0x1a6)]=r(0x1a4),a[r(0x196)]=r(0x1eb),a[r(0x1e1)]=r(0x1c1),a['Brown']='brown',a[r(0x1ac)]=r(0x1be);}(Color||(Color={})));function a62c(){var v=['Hat','outside','Small','VeryLarge','2411325EKctyH','Tiny','large','Rifle','Helmet','BodyArmor','Common','Smooth','cup','Triangle','circle','Grainy','Blade','tiny','rare','beach','toString','search','DESERT','SOUTH','north','Grey','gloves','CAVE','Square','tower','Shield','legendary','red','down','Green','purple','MOUNTAIN','LegArmor','Circle','412514JFwvlv','Yellow','BEACH','rifle','underground','book','Rectangle','yellow','east','378732pXoknA','ArmArmor','Bumpy','arm\x20armor','Purple','fuzzy','685410WmoSqu','Red','Cup','DOWN','constructor','Rough','grainy','UNDERGROUND','SEA','Metallic','small','EAST','orange','rough','Orange','822376HGpaha','inside','Large','7350dHnTqR','Legendary','Gold','desert','Unknown','metallic','rectangle','INSIDE','unknown','medium','840528MXZkVT','bumpy','52YgcmFn','Weapon','common','helmet','shield','FOREST','Rare','Fuzzy','gold','very\x20large','forest','grey','west','south','(((.+)+)+)+$','apply','Gloves','TOWER'];a62c=function(){return v;};return a62c();}export var Texture;(function(a){var s=a62d;a[s(0x1d3)]='smooth',a[s(0x19d)]=s(0x1a5),a[s(0x1fa)]=s(0x1b5),a[s(0x1bd)]=s(0x197),a[s(0x1d7)]=s(0x19e),a[s(0x1a1)]=s(0x1af);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x1b1)]=t(0x1a8),a['OUTSIDE']=t(0x1c9),a[t(0x19f)]=t(0x1f3),a[t(0x1e3)]='cave',a[t(0x1c7)]=t(0x1e5),a[t(0x1bb)]=t(0x1c0),a[t(0x1de)]=t(0x1ad),a[t(0x1ec)]='mountain',a[t(0x1f1)]=t(0x1db),a[t(0x1a0)]='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a['NORTH']=u(0x1e0),a[u(0x1a3)]=u(0x1f7),a[u(0x1df)]=u(0x1c3),a['WEST']=u(0x1c2),a['UP']='up',a[u(0x19b)]=u(0x1e9);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x1f2))/0x1*(-parseInt(k(0x1c6))/0x2)+-parseInt(k(0x1f4))/0x3+parseInt(k(0x1ea))/0x4+-parseInt(k(0x1c1))/0x5+parseInt(k(0x1cd))/0x6*(-parseInt(k(0x1e4))/0x7)+parseInt(k(0x1d3))/0x8+parseInt(k(0x219))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x538bd));export var Size;(function(a){var l=a62d;a[l(0x1cc)]=l(0x1d5),a[l(0x213)]=l(0x224),a[l(0x20a)]=l(0x22a),a[l(0x210)]=l(0x1f7),a[l(0x225)]=l(0x1e1);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a['Common']=m(0x21d),a[m(0x1ef)]=m(0x216),a[m(0x212)]=m(0x21a);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x1f6)]=n(0x21e),a['Shield']='shield',a[n(0x20f)]=n(0x201),a[n(0x206)]='gloves',a[n(0x227)]=n(0x1e7),a[n(0x205)]=n(0x208),a[n(0x204)]=n(0x1cf),a[n(0x223)]=n(0x200),a[n(0x215)]=n(0x1e0),a[n(0x1ff)]=n(0x20e),a[n(0x1e3)]='book',a[n(0x217)]='cup',a['Unknown']=n(0x1d9);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x1e6)]=o(0x220),a['Square']=o(0x1ee),a[o(0x1df)]=o(0x1c8),a['Rectangle']='rectangle',a[o(0x1e5)]=o(0x1e8),a[o(0x1f9)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a['Red']=p(0x1d1),a[p(0x211)]=p(0x1d4),a[p(0x209)]=p(0x207),a[p(0x1c5)]=p(0x1d7),a[p(0x229)]=p(0x1fb),a[p(0x1da)]=p(0x1f5),a[p(0x1db)]=p(0x1ce),a[p(0x214)]=p(0x1c3),a[p(0x20d)]=p(0x202);}(Color||(Color={})));export var Texture;(function(a){var q=a62d;a['Smooth']='smooth',a[q(0x1fd)]=q(0x1d2),a[q(0x1dd)]='bumpy',a[q(0x1c4)]=q(0x1f0),a[q(0x1e9)]=q(0x1d0),a[q(0x222)]=q(0x221);}(Texture||(Texture={})));function a62c(){var u=['Rough','north','BodyArmor','leg\x20armor','key','gold','beach','Boots','Hat','Gloves','green','hat','Green','Medium','INSIDE','toString','Gold','body\x20armor','Key','Large','Blue','Legendary','Small','Brown','ArmArmor','rare','Cup','NORTH','271125SlEePX','legendary','MOUNTAIN','SOUTH','common','weapon','inside','circle','metallic','Metallic','LegArmor','small','VeryLarge','BEACH','Helmet','underground','Orange','medium','179075agvrtD','SEA','brown','Fuzzy','Yellow','466976iNqRaL','search','triangle','UNDERGROUND','FOREST','OUTSIDE','Tiny','3368670ZYTJpZ','grey','boots','grainy','red','rough','4758616gPkEUg','blue','tiny','forest','yellow','TOWER','unknown','Purple','Grey','constructor','Bumpy','mountain','Triangle','arm\x20armor','very\x20large','EAST','Book','7WORcsU','Blade','Circle','helmet','blade','Grainy','1802808ZwkGwd','tower','DESERT','cave','square','Rare','fuzzy','CAVE','2Tkdktu','WEST','1809495SAdFLl','purple','Weapon','large','down','Rifle','(((.+)+)+)+$','orange','sea'];a62c=function(){return u;};return a62c();}function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1c1;var f=c[d];return f;},a62d(a,b);}export var RoomType;(function(c){var s=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 r=a62d;return e[r(0x20c)]()['search'](r(0x1fa))[r(0x20c)]()[r(0x1dc)](e)[r(0x1c7)](r(0x1fa));});e(),c[s(0x20b)]=s(0x21f),c[s(0x1cb)]='outside',c[s(0x1c9)]=s(0x228),c[s(0x1f1)]=s(0x1ed),c[s(0x1d8)]=s(0x1eb),c[s(0x1ca)]=s(0x1d6),c[s(0x1ec)]='desert',c[s(0x21b)]=s(0x1de),c[s(0x226)]=s(0x203),c[s(0x1c2)]=s(0x1fc);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a[t(0x218)]=t(0x1fe),a[t(0x1e2)]='east',a[t(0x21c)]='south',a[t(0x1f3)]='west',a['UP']='up',a['DOWN']=t(0x1f8);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0xdd))/0x1+-parseInt(f(0xe4))/0x2*(parseInt(f(0xde))/0x3)+parseInt(f(0xda))/0x4+-parseInt(f(0xdc))/0x5*(parseInt(f(0xe8))/0x6)+-parseInt(f(0xdb))/0x7+-parseInt(f(0xe7))/0x8*(-parseInt(f(0xe5))/0x9)+parseInt(f(0xe0))/0xa*(parseInt(f(0xe6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xcf5cb));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xe9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0xe3)]()['search'](h(0xe2))['toString']()[h(0xdf)](a63a)[h(0xe1)](h(0xe2));});a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xda;var f=c[d];return f;},a63d(a,b);}function a63c(){var i=['24faYPkM','apply','3353532HsJkln','10968755AEeWJv','1178620VZwYkv','616607OCiKcu','165SRmpfk','constructor','10cHmDzA','search','(((.+)+)+)+$','toString','10798tzaEri','99QdQGCU','24203564AJMekk','616rKTlAu'];a63c=function(){return i;};return a63c();}export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x1e5))/0x1*(parseInt(f(0x1e0))/0x2)+-parseInt(f(0x1db))/0x3*(-parseInt(f(0x1dc))/0x4)+-parseInt(f(0x1d7))/0x5*(parseInt(f(0x1d9))/0x6)+-parseInt(f(0x1e4))/0x7*(-parseInt(f(0x1de))/0x8)+-parseInt(f(0x1e2))/0x9*(parseInt(f(0x1dd))/0xa)+-parseInt(f(0x1e3))/0xb+parseInt(f(0x1da))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x1b1f6));function a63c(){var i=['constructor','2aICSJp','(((.+)+)+)+$','1809DZWXrH','126357WHthrC','14osQTbE','31944hapYOv','95oyUXJL','apply','58200GVeQte','1595244yeQvfZ','203082XuoROw','12pDQjEI','8800PgkpqB','718744wGlYCY'];a63c=function(){return i;};return a63c();}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()['search'](h(0x1e1))['toString']()[h(0x1df)](a63a)['search']('(((.+)+)+)+$');});a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1d7;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(0x7b))/0x1*(-parseInt(f(0x7d))/0x2)+-parseInt(f(0x77))/0x3*(-parseInt(f(0x71))/0x4)+parseInt(f(0x7c))/0x5+-parseInt(f(0x79))/0x6*(parseInt(f(0x78))/0x7)+-parseInt(f(0x76))/0x8+parseInt(f(0x7a))/0x9+-parseInt(f(0x72))/0xa*(-parseInt(f(0x73))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xd432f));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var g=a64d;return a64a['toString']()[g(0x74)](g(0x75))['toString']()[g(0x70)](a64a)[g(0x74)]('(((.+)+)+)+$');});a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x70;var f=c[d];return f;},a64d(a,b);}function a64c(){var h=['2463776cPyRxH','10zYyGOd','1807927ozCYoa','search','(((.+)+)+)+$','6513560coYnly','6sHmrYD','7TxVLQD','6179208iuDnsz','10162017HcKkLk','5ebopws','2699085dXVuer','140778acqqUf','constructor'];a64c=function(){return h;};return a64c();}export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x1b3))/0x1+-parseInt(f(0x1b4))/0x2*(parseInt(f(0x1bd))/0x3)+-parseInt(f(0x1bb))/0x4*(-parseInt(f(0x1bf))/0x5)+-parseInt(f(0x1b9))/0x6+parseInt(f(0x1b7))/0x7*(parseInt(f(0x1bc))/0x8)+-parseInt(f(0x1b1))/0x9+-parseInt(f(0x1b2))/0xa*(-parseInt(f(0x1c0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xf2794));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x1b1;var f=c[d];return f;},a64d(a,b);}function a64c(){var i=['search','toString','774865RhoWzn','(((.+)+)+)+$','1631340ingSLI','constructor','292eEARlf','40pkfzhp','33ZLtWuB','apply','74080fMUKzu','2737933XflcGZ','6173568lcNaux','120ieTwmh','720477wgFfPQ','354616ndBoPt'];a64c=function(){return i;};return a64c();}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x1be)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a['toString']()[h(0x1b5)]('(((.+)+)+)+$')[h(0x1b6)]()[h(0x1ba)](a64a)[h(0x1b5)](h(0x1b8));});a64a();export{};
@@ -1 +1 @@
1
- function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x113;let f=c[d];return f;},a65d(a,b);}const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x128))/0x1*(parseInt(y(0x153))/0x2)+parseInt(y(0x125))/0x3+-parseInt(y(0x13a))/0x4*(parseInt(y(0x15b))/0x5)+-parseInt(y(0x150))/0x6*(-parseInt(y(0x13f))/0x7)+-parseInt(y(0x12f))/0x8*(parseInt(y(0x11a))/0x9)+-parseInt(y(0x122))/0xa*(parseInt(y(0x145))/0xb)+parseInt(y(0x117))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xb8239));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a65c(){const I=['arms','\x20(Locked)','10udaPBW','10%','escape','3421407ZeqVfh','search','currentLocation','347447JHuUcj','Head:\x20','exit','leftHand','Side\x20Quest\x20Adventure\x20Game','legs','key','4352KbTgqd','logBox','gloves','<<<<<<<<---------\x20Terminating\x20game','size','roomType','----->>>>>>\x20Initializing\x20Game','20%','player','clearValue','getWelcomeMessage','37980rLbYRH','setContent','equip','unequip','append','8380526lxptGc','constructor','Gloves:\x20','Left\x20Hand:\x20','100%','Legs:\x20','14579037szJjqK','rightHand','-----\x20Exits\x20------\x0a','screen','removeAllListeners','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','render','name','getValue','25%','\x20Game\x20Log\x20','6hVOgHa','Available\x20exits\x20will\x20be\x20shown\x20here...','line','2XUmpcx','clear','yellow','Right\x20Hand:\x20','torso','exits','apply','equipment','75GMXhTH','cyan','pushLine','white','join','argv','focus','Your\x20items\x20will\x20be\x20listed\x20here...','(((.+)+)+)+$','split','\x20Inventory\x20','inventory','None','textbox','handleInput','75%','lock','write','getAllItems','checkIfLocked','\x20Map\x20','90%','getOtherSide','4730820njXQma','log','70%','14184XwCcxr','parse','getInstance','toString','head','box'];a65c=function(){return I;};return a65c();}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x159)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g['toString']()[A(0x126)]('(((.+)+)+)+$')[A(0x11d)]()[A(0x140)](g)[A(0x126)](A(0x163));});g();try{const h=a65e[B(0x148)]({'smartCSR':!![],'title':B(0x12c)}),i=a65e[B(0x11f)]({'top':'0%','left':B(0x16a),'width':B(0x14e),'height':'45%','border':{'type':B(0x152)},'label':B(0x165),'content':B(0x162),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x155)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x16d)]()['map'](v=>v[C(0x14c)]);i['setContent'](u[C(0x15f)]('\x0a')),h['render']();};h[B(0x13e)](i);const k=a65e['box']({'top':'45%','left':'75%','width':B(0x14e),'height':B(0x14e),'border':{'type':B(0x152)},'label':'\x20Equipment\x20','content':B(0x14a),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x155)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x13e)](k);const l=t=>{const D=B;k[D(0x13b)](D(0x129)+(t[D(0x11e)]?t[D(0x11e)][D(0x14c)]:D(0x167))+'\x0a'+('Torso:\x20'+(t[D(0x157)]?t['torso'][D(0x14c)]:'None')+'\x0a')+(D(0x144)+(t[D(0x12d)]?t[D(0x12d)]['name']:D(0x167))+'\x0a')+('Feet:\x20'+(t['feet']?t['feet']['name']:D(0x167))+'\x0a')+('Arms:\x20'+(t['arms']?t[D(0x120)][D(0x14c)]:D(0x167))+'\x0a')+(D(0x141)+(t[D(0x131)]?t['gloves']['name']:'None')+'\x0a')+(D(0x142)+(t[D(0x12b)]?t[D(0x12b)]['name']:'None')+'\x0a')+(D(0x156)+(t[D(0x146)]?t[D(0x146)][D(0x14c)]:D(0x167))+'\x0a')),h[D(0x14b)]();},m=a65e[B(0x11f)]({'top':B(0x119),'left':'75%','width':B(0x14e),'height':B(0x136),'border':{'type':B(0x152)},'label':B(0x114),'content':B(0x151),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x155)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x13e)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x14c)]+'\x0a\x0a';u+=E(0x147),t[E(0x158)][E(0x133)]>0x0?t[E(0x158)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x116)](t);x[F(0x134)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x[F(0x14c)]:u+=capitalCase(w)+':\x20'+v['name'];if(v[F(0x113)]())u+=F(0x121);else v['checkIfLockable']()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m['setContent'](u),h['render']();},o=a65e[B(0x11f)]({'id':B(0x130),'top':'0%','left':'0%','width':B(0x16a),'height':B(0x115),'border':{'type':B(0x152)},'label':B(0x14f),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x155)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x149)]('mousemove'),h[B(0x13e)](o);const p=a65e[B(0x168)]({'bottom':0x0,'left':0x0,'width':B(0x143),'height':B(0x123),'tags':!![],'border':{'type':B(0x152)},'style':{'fg':B(0x15e),'border':{'fg':B(0x15c)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x13e)](p),h[B(0x12e)]([B(0x124),'C-c'],()=>process['exit'](0x0)),p[B(0x161)](),h[B(0x14b)]();const q=Logger[B(0x11c)](e['logFilePath'],h),r=new Player({'playerName':c});q['write'](B(0x135));const s=a65f[B(0x11c)](r,d);o[B(0x13b)](s[B(0x139)]()),l(s[B(0x137)]['equipment']),j(s[B(0x137)][B(0x166)]),n(s['player']['currentLocation']),p[B(0x12e)](['enter'],async()=>{const G=B,t=p[G(0x14d)](),u=s[G(0x169)](t);(t[G(0x164)]('\x20')[0x0]==='take'||G(0x13c)||G(0x13d))&&(j(s[G(0x137)]['inventory']),l(s[G(0x137)][G(0x15a)])),(t[G(0x164)]('\x20')[0x0]==='go'||G(0x16b)||'unlock')&&n(s['player'][G(0x127)]),t[G(0x164)]('\x20')[0x0]===G(0x154)&&o['setContent'](''),u===null&&(console[G(0x118)]('Thanks\x20for\x20playing!'),h[G(0x14b)](),q[G(0x16c)](G(0x132)),process['exit'](0x0)),o[G(0x15d)](u),o['scroll'](0x1),p[G(0x138)](),p[G(0x161)](),h['render']();});}catch(t){console['log'](t),process[B(0x12a)](0x1);}}const args=process[a65H(0x160)]['slice'](0x2);main(args[0x0],JSON[a65H(0x11b)](args[0x1]),JSON['parse'](args[0x2]));
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x17b))/0x1+-parseInt(y(0x1a6))/0x2+parseInt(y(0x19f))/0x3+-parseInt(y(0x19e))/0x4+parseInt(y(0x173))/0x5+-parseInt(y(0x1a5))/0x6+parseInt(y(0x178))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x77d96));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a65c(){const I=['take','player','write','leftHand','Right\x20Hand:\x20','box','key','split','search','3498844SkIzZG','744561kXIqeb','getInstance','None','parse','feet','removeAllListeners','333252TJQgGP','1586472jHWtda','70%','slice','white','25%','\x20Game\x20Log\x20','toString','focus','legs','escape','90%','append','mousemove','torso','apply','screen','line','join','yellow','head','enter','logBox','arms','Currently\x20in:\x20','inventory','\x20(Unlocked)','C-c','equipment','cyan','exits','name','1863385mTGFRp','log','Side\x20Quest\x20Adventure\x20Game','gloves','75%','7321335mxcyyY','\x0aThere\x20are\x20no\x20exits\x20here.','-----\x20Exits\x20------\x0a','547622mgDtQN','\x20Inventory\x20','(((.+)+)+)+$','checkIfLocked','10%','handleInput','size','Torso:\x20','Feet:\x20','Your\x20items\x20will\x20be\x20listed\x20here...','constructor','currentLocation','render','map','lock','45%','scroll','pushLine','setContent','20%','roomType','clear','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','100%','getOtherSide','exit'];a65c=function(){return I;};return a65c();}function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x16d;let f=c[d];return f;},a65d(a,b);}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x1b4)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x1ac)]()['search'](A(0x17d))[A(0x1ac)]()[A(0x185)](g)[A(0x19d)](A(0x17d));});g();try{const h=a65e[B(0x1b5)]({'smartCSR':!![],'title':B(0x175)}),i=a65e[B(0x19a)]({'top':'0%','left':B(0x177),'width':B(0x1aa),'height':B(0x18a),'border':{'type':'line'},'label':B(0x17c),'content':B(0x184),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x188)](v=>v[C(0x172)]);i[C(0x18d)](u[C(0x1b7)]('\x0a')),h[C(0x187)]();};h[B(0x1b1)](i);const k=a65e[B(0x19a)]({'top':B(0x18a),'left':B(0x177),'width':B(0x1aa),'height':B(0x1aa),'border':{'type':B(0x1b6)},'label':'\x20Equipment\x20','content':B(0x191),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1b1)](k);const l=t=>{const D=B;k[D(0x18d)]('Head:\x20'+(t['head']?t[D(0x1b9)][D(0x172)]:D(0x1a1))+'\x0a'+(D(0x182)+(t[D(0x1b3)]?t['torso']['name']:D(0x1a1))+'\x0a')+('Legs:\x20'+(t['legs']?t[D(0x1ae)][D(0x172)]:D(0x1a1))+'\x0a')+(D(0x183)+(t['feet']?t[D(0x1a3)][D(0x172)]:D(0x1a1))+'\x0a')+('Arms:\x20'+(t['arms']?t[D(0x1bc)][D(0x172)]:D(0x1a1))+'\x0a')+('Gloves:\x20'+(t[D(0x176)]?t[D(0x176)][D(0x172)]:'None')+'\x0a')+('Left\x20Hand:\x20'+(t['leftHand']?t[D(0x198)]['name']:'None')+'\x0a')+(D(0x199)+(t['rightHand']?t['rightHand']['name']:D(0x1a1))+'\x0a')),h[D(0x187)]();},m=a65e['box']({'top':B(0x1a7),'left':B(0x177),'width':B(0x1aa),'height':B(0x18e),'border':{'type':B(0x1b6)},'label':'\x20Map\x20','content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b8)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u=E(0x1bd)+t[E(0x172)]+'\x0a\x0a';u+=E(0x17a),t[E(0x171)][E(0x181)]>0x0?t[E(0x171)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x193)](t);x[F(0x18f)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x172)];if(v[F(0x17e)]())u+='\x20(Locked)';else v['checkIfLockable']()&&(u+=F(0x16d));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x179),m['setContent'](u),h[E(0x187)]();},o=a65e['box']({'id':B(0x1bb),'top':'0%','left':'0%','width':B(0x177),'height':B(0x1b0),'border':{'type':B(0x1b6)},'label':B(0x1ab),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x1a4)](B(0x1b2)),h['append'](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':B(0x192),'height':B(0x17f),'tags':!![],'border':{'type':B(0x1b6)},'style':{'fg':B(0x1a9),'border':{'fg':B(0x170)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1b1)](p),h[B(0x19b)]([B(0x1af),B(0x16e)],()=>process[B(0x194)](0x0)),p[B(0x1ad)](),h[B(0x187)]();const q=Logger[B(0x1a0)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0x197)]('----->>>>>>\x20Initializing\x20Game');const s=a65f['getInstance'](r,d);o['setContent'](s['getWelcomeMessage']()),l(s['player'][B(0x16f)]),j(s[B(0x196)]['inventory']),n(s[B(0x196)][B(0x186)]),p[B(0x19b)]([B(0x1ba)],async()=>{const G=B,t=p['getValue'](),u=s[G(0x180)](t);(t[G(0x19c)]('\x20')[0x0]===G(0x195)||'equip'||'unequip')&&(j(s[G(0x196)][G(0x1be)]),l(s[G(0x196)][G(0x16f)])),(t[G(0x19c)]('\x20')[0x0]==='go'||G(0x189)||'unlock')&&n(s[G(0x196)][G(0x186)]),t[G(0x19c)]('\x20')[0x0]===G(0x190)&&o[G(0x18d)](''),u===null&&(console[G(0x174)]('Thanks\x20for\x20playing!'),h[G(0x187)](),q[G(0x197)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x194)](0x0)),o[G(0x18c)](u),o[G(0x18b)](0x1),p['clearValue'](),p[G(0x1ad)](),h[G(0x187)]();});}catch(t){console[B(0x174)](t),process[B(0x194)](0x1);}}const args=process['argv'][a65H(0x1a8)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a65H(0x1a2)](args[0x2]));
@@ -1 +1 @@
1
- function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x68;let f=c[d];return f;},a66d(a,b);}function a66c(){const s=['scrollTo','1926632TjHujP','27YmPniu','toString','join','side-quest.log','toISOString','children','search','existsSync','apply','instance','(((.+)+)+)+$','getScrollHeight','12pKTIpb','render','error','ensureLogFileExists','490512lctsjZ','type','12592500OoQbph','write','logBox','5793018TJmbRN','hasScreen','setContent','[ERROR]\x20[','homedir','options','344101KuZLAA','log','getInstance','.maka','appendFileSync','screen','4572015YBTpeM','The\x20logbox\x20','filePath','4623678eNMAOX','2rPrTBu'];a66c=function(){return s;};return a66c();}const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x8f))/0x1*(parseInt(h(0x71))/0x2)+parseInt(h(0x80))/0x3*(-parseInt(h(0x84))/0x4)+parseInt(h(0x6d))/0x5+parseInt(h(0x70))/0x6+-parseInt(h(0x89))/0x7+-parseInt(h(0x73))/0x8*(parseInt(h(0x74))/0x9)+parseInt(h(0x86))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x889e8));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x7c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x75)]()[j(0x7a)](j(0x7e))['toString']()['constructor'](a66a)[j(0x7a)](j(0x7e));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x8d)]();export class Logger{static [a66k(0x7d)];['filePath'];[a66k(0x6c)];constructor(a,b){const l=a66k;this[l(0x6f)]=a,this[l(0x6c)]=b,this[l(0x83)]();}static[a66k(0x69)](a=a66g[a66k(0x76)](homeDir,a66k(0x6a),a66k(0x77)),b){const m=a66k;if(!Logger[m(0x7d)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0x7d)]=new Logger(a,b);}return Logger[m(0x7d)];}['ensureLogFileExists'](){const n=a66k,a=a66g['dirname'](this['filePath']);!a66e[n(0x7b)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e[n(0x7b)](this[n(0x6f)])&&a66e['writeFileSync'](this[n(0x6f)],'');}['write'](a){const o=a66k,b=new Date()[o(0x78)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e[o(0x6b)](this[o(0x6f)],c);}[a66k(0x82)](a){const p=a66k,b=new Date()['toISOString'](),c=p(0x8c)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this['filePath'],c);}[a66k(0x68)](a){const q=a66k,b=this[q(0x6c)]?.[q(0x79)]['find'](c=>c[q(0x85)]==='box'&&c[q(0x8e)]['id']===q(0x88));b?(b[q(0x8b)](b['content']+'\x0a'+a),b[q(0x72)](b[q(0x7f)]()),this['screen']?.[q(0x81)]()):this[q(0x82)](q(0x6e)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0x6c)]),this[q(0x87)](a);}[a66k(0x8a)](){const r=a66k;return!!this[r(0x6c)];}}
1
+ const a66j=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x1fd))/0x1+-parseInt(h(0x207))/0x2*(-parseInt(h(0x20b))/0x3)+parseInt(h(0x1f4))/0x4+parseInt(h(0x1fa))/0x5+parseInt(h(0x210))/0x6*(parseInt(h(0x209))/0x7)+parseInt(h(0x1f7))/0x8+-parseInt(h(0x1fe))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x341ba));function a66c(){const r=['mkdirSync','1570848OPtNfa','toISOString','box','2095740QvZUNk','existsSync','write','93687FTjJrt','11993535XJdKmw','appendFileSync','find','ensureLogFileExists','content','screen','(((.+)+)+)+$','dirname','[ERROR]\x20[','2DtuBrV','constructor','28oWGQCN','setContent','722883IGJlAr','log','search','[INFO]\x20[','instance','585876gEAZjt','options','scrollTo','.maka','getScrollHeight','error','getInstance','hasScreen','filePath','children','toString','render','821252DZjdwC','writeFileSync'];a66c=function(){return r;};return a66c();}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(0x1f2)]()[i(0x20d)]('(((.+)+)+)+$')[i(0x1f2)]()[i(0x208)](a66a)[i(0x20d)](i(0x204));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f['homedir']();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1f1;let f=c[d];return f;},a66d(a,b);}export class Logger{static [a66j(0x20f)];['filePath'];[a66j(0x203)];constructor(a,b){const k=a66j;this['filePath']=a,this[k(0x203)]=b,this['ensureLogFileExists']();}static[a66j(0x216)](a=a66g['join'](homeDir,a66j(0x213),'side-quest.log'),b){const l=a66j;if(!Logger[l(0x20f)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[l(0x20f)]=new Logger(a,b);}return Logger[l(0x20f)];}[a66j(0x201)](){const m=a66j,a=a66g[m(0x205)](this[m(0x218)]);!a66e[m(0x1fb)](a)&&a66e[m(0x1f6)](a,{'recursive':!![]}),!a66e['existsSync'](this[m(0x218)])&&a66e[m(0x1f5)](this[m(0x218)],'');}[a66j(0x1fc)](a){const n=a66j,b=new Date()[n(0x1f8)](),c=n(0x20e)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[n(0x218)],c);}['error'](a){const o=a66j,b=new Date()[o(0x1f8)](),c=o(0x206)+b+']\x20'+a+'\x0a';a66e[o(0x1ff)](this['filePath'],c);}[a66j(0x20c)](a){const p=a66j,b=this[p(0x203)]?.[p(0x1f1)][p(0x200)](c=>c['type']===p(0x1f9)&&c[p(0x211)]['id']==='logBox');b?(b[p(0x20a)](b[p(0x202)]+'\x0a'+a),b[p(0x212)](b[p(0x214)]()),this[p(0x203)]?.[p(0x1f3)]()):this[p(0x215)]('The\x20logbox\x20'+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[p(0x203)]),this[p(0x1fc)](a);}[a66j(0x217)](){const q=a66j;return!!this[q(0x203)];}}
@@ -1 +1 @@
1
- const a67l=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=-parseInt(j(0x11c))/0x1+-parseInt(j(0x129))/0x2+parseInt(j(0x11f))/0x3+parseInt(j(0x119))/0x4*(-parseInt(j(0x12d))/0x5)+parseInt(j(0x127))/0x6*(-parseInt(j(0x117))/0x7)+-parseInt(j(0x118))/0x8+parseInt(j(0x126))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x87d3e));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const k=a67d;return a67a[k(0x137)]()[k(0x12a)](k(0x123))[k(0x137)]()[k(0x128)](a67a)[k(0x12a)](k(0x123));});function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x117;let f=c[d];return f;},a67d(a,b);}a67a();function a67c(){const o=['log','create','fsi','select','getGlobalMakaDir','side-quest.log','resolve','toString','Thanks\x20for\x20playing!','Commoner','21EHMNYO','624296ijWKwM','31364fkwUkE','stringify','inherit','376816WfHerz','What\x20is\x20your\x20name?','player','3089403emonSS','node','shadowrun','bright','(((.+)+)+)+$','ask','side-quest','15820218CqcUaQ','771468OPdsiv','constructor','1322906Hjtmyy','search','sideQuestAnswer','join','465vlyGkw','./sideQuest/ui.js','exit'];a67c=function(){return o;};return a67c();}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';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command[a67l(0x131)]({'name':a67l(0x125),'usage':'maka\x20play:side-quest','shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':[a67l(0x11e)]},async function(a,b){const m=a67l;try{const c=this[m(0x132)][m(0x134)](),d=a67e[m(0x12c)](c,m(0x135)),e=b[m(0x11e)]?b[m(0x11e)]:await Actions[m(0x124)](m(0x11d))||m(0x139),f={...b,'logFilePath':d},g=await Actions[m(0x133)]({'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','name':m(0x12b),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':m(0x121),'value':shadowrunConfig}]});if(e&&g){const h=spawn(m(0x120),[a67e[m(0x136)](__dirname,m(0x12e)),e,JSON[m(0x11a)](g),JSON[m(0x11a)](f)],{'stdio':m(0x11b)});h['on'](m(0x12f),()=>{const n=m;Log[n(0x122)](n(0x138));});}}catch(i){console[m(0x130)](i);}},a67f);
1
+ const a67l=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0x1c5))/0x1+parseInt(j(0x1c1))/0x2*(parseInt(j(0x1b3))/0x3)+parseInt(j(0x1cb))/0x4*(parseInt(j(0x1c6))/0x5)+parseInt(j(0x1cd))/0x6+parseInt(j(0x1ca))/0x7*(parseInt(j(0x1ad))/0x8)+-parseInt(j(0x1b4))/0x9+-parseInt(j(0x1be))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xbe58b));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const k=a67d;return a67a[k(0x1c9)]()[k(0x1c4)](k(0x1b6))[k(0x1c9)]()[k(0x1cc)](a67a)[k(0x1c4)]('(((.+)+)+)+$');});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1ab;let f=c[d];return f;},a67d(a,b);}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67l(0x1ae)]),__dirname=dirname(__filename);Command[a67l(0x1c7)]({'name':a67l(0x1bb),'usage':a67l(0x1b2),'shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':a67l(0x1bd),'validOpts':[a67l(0x1c2)]},async function(a,b){const m=a67l;try{const c=this[m(0x1b1)][m(0x1b9)](),d=a67e['join'](c,'side-quest.log'),e=b['player']?b['player']:await Actions['ask'](m(0x1b8))||m(0x1b5),f={...b,'logFilePath':d},g=await Actions['select']({'message':m(0x1c0),'name':m(0x1c3),'choices':[{'name':m(0x1ab),'value':dungeonConfig},{'name':m(0x1b7),'value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e[m(0x1bf)](__dirname,m(0x1ba)),e,JSON[m(0x1bc)](g),JSON[m(0x1bc)](f)],{'stdio':m(0x1af)});h['on'](m(0x1b0),()=>{const n=m;Log[n(0x1c8)](n(0x1ac));});}}catch(i){console['log'](i);}},a67f);function a67c(){const o=['exit','fsi','maka\x20play:side-quest','32694tfHHPB','1248030QycXHA','Commoner','(((.+)+)+)+$','shadowrun','What\x20is\x20your\x20name?','getGlobalMakaDir','./sideQuest/ui.js','side-quest','stringify','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...','36365400qtKjFK','resolve','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','170uwKNqC','player','sideQuestAnswer','search','775500KmeJcJ','2006605OgHZAW','create','bright','toString','7fcolyn','12IcQpNo','constructor','8369802jyWBGr','dungeon','Thanks\x20for\x20playing!','2032872EQYjuJ','url','inherit'];a67c=function(){return o;};return a67c();}
@@ -1 +1 @@
1
- var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x85))/0x1+-parseInt(f(0x90))/0x2*(parseInt(f(0x8b))/0x3)+parseInt(f(0x91))/0x4+-parseInt(f(0x8e))/0x5*(parseInt(f(0x8f))/0x6)+parseInt(f(0x96))/0x7+parseInt(f(0x89))/0x8*(-parseInt(f(0x97))/0x9)+parseInt(f(0x93))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x66d7f));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x8a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x95)]()[h(0x98)](h(0x86))['toString']()[h(0x94)](a68a)[h(0x98)](h(0x86));});function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x85;var f=c[d];return f;},a68d(a,b);}a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x92)]({'name':a68i(0x8c),'usage':a68i(0x88),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a68i;execSync(j(0x8d),{'stdio':j(0x87)});},a68e);function a68c(){var k=['6PlsliV','493940bpaGiI','290140PFRjBp','create','3024430GQDyju','constructor','toString','3269924cCkQNC','429174bPAZaP','search','494681loPgiB','(((.+)+)+)+$','inherit','maka\x20game:snake','56FjYjPQ','apply','6OREOfg','snake','npx\x20command-line-snake','439010XwZNFI'];a68c=function(){return k;};return a68c();}
1
+ var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x1b5))/0x1+parseInt(f(0x1ae))/0x2+parseInt(f(0x1b8))/0x3*(-parseInt(f(0x1af))/0x4)+-parseInt(f(0x1b0))/0x5+parseInt(f(0x1a8))/0x6*(parseInt(f(0x1ad))/0x7)+parseInt(f(0x1ba))/0x8+parseInt(f(0x1b2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x397e0));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x1b1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x1b9)]()[h(0x1ab)](h(0x1a9))[h(0x1b9)]()[h(0x1aa)](a68a)[h(0x1ab)](h(0x1a9));});function a68c(){var k=['4pGCHxt','846845zwdmgX','apply','2034342wdZGEL','maka\x20game:snake','snake','398509DbfkVo','create','npx\x20command-line-snake','94731TTdVKF','toString','1321904GZfyVK','2252388tGCKof','(((.+)+)+)+$','constructor','search','inherit','7cBJish','136538IKXSqz'];a68c=function(){return k;};return a68c();}function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x1a8;var f=c[d];return f;},a68d(a,b);}a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x1b6)]({'name':a68i(0x1b4),'usage':a68i(0x1b3),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a68i;execSync(j(0x1b7),{'stdio':j(0x1ac)});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0xc9))/0x1+parseInt(f(0xbf))/0x2+parseInt(f(0xbe))/0x3*(parseInt(f(0xc4))/0x4)+-parseInt(f(0xc0))/0x5+-parseInt(f(0xc2))/0x6*(-parseInt(f(0xb8))/0x7)+parseInt(f(0xba))/0x8*(-parseInt(f(0xbb))/0x9)+parseInt(f(0xc1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xd2a42));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0xc6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a['toString']()[h(0xbd)](h(0xc7))[h(0xb9)]()[h(0xc3)](a69a)[h(0xbd)](h(0xc7));});a69a();import a69e from'./play.command.js';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xb8;var f=c[d];return f;},a69d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';function a69c(){var j=['constructor','2759684HQyoKm','maka\x20game:tetris','apply','(((.+)+)+)+$','tetris','148070ohjuok','467957qXsHNF','toString','2888ggznlk','25281YMPvxt','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','search','3UhHQba','755978DLUADN','8141075PEtEuQ','20216660YdNmbm','24sGKXnp'];a69c=function(){return j;};return a69c();}Command['create']({'name':a69i(0xc8),'usage':a69i(0xc5),'shortDesc':a69i(0xbc),'validOpts':[]},async function(){execSync('npx\x20simple-tetris',{'stdio':'inherit'});},a69e);
1
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x14f))/0x1*(parseInt(f(0x14b))/0x2)+-parseInt(f(0x140))/0x3*(parseInt(f(0x146))/0x4)+parseInt(f(0x144))/0x5*(-parseInt(f(0x141))/0x6)+-parseInt(f(0x151))/0x7*(-parseInt(f(0x152))/0x8)+-parseInt(f(0x14d))/0x9+parseInt(f(0x147))/0xa+parseInt(f(0x142))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xb4259));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x13e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a['toString']()['search']('(((.+)+)+)+$')[h(0x143)]()[h(0x149)](a69a)[h(0x148)](h(0x145));});a69a();import a69e from'./play.command.js';function a69c(){var k=['14683160dZzeqN','search','constructor','tetris','618QEnBFM','create','147717EurZdF','inherit','2399MGesqp','maka\x20game:tetris','14PZAjKh','417352WKQaSE','apply','npx\x20simple-tetris','1461jCQQKY','310542GSENUB','13216379EPkbZG','toString','115plGgXo','(((.+)+)+)+$','724iJFfxw'];a69c=function(){return k;};return a69c();}function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x13e;var f=c[d];return f;},a69d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x14c)]({'name':a69i(0x14a),'usage':a69i(0x150),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a69i;execSync(j(0x13f),{'stdio':j(0x14e)});},a69e);
@@ -1 +1 @@
1
- const a70h=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x173))/0x1+parseInt(f(0x172))/0x2*(parseInt(f(0x17c))/0x3)+parseInt(f(0x170))/0x4+parseInt(f(0x179))/0x5+parseInt(f(0x181))/0x6*(parseInt(f(0x17d))/0x7)+parseInt(f(0x176))/0x8+-parseInt(f(0x178))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xbaf84));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(0x185)]()[g(0x175)](g(0x17b))[g(0x185)]()['constructor'](a70a)[g(0x175)](g(0x17b));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x16e;let f=c[d];return f;},a70d(a,b);}function a70c(){const j=['create','1667968bdiJIG','Scaffold\x20various\x20parts\x20of\x20your\x20application','5042HLiAVe','513099WeemSi','maka\x20g:template\x20todos/todo_item','search','10639840QMcaLi','maka\x20generate:scaffold\x20todos','48561939kIVQtX','5588540EJcryj','splice','(((.+)+)+)+$','1587pVWsHx','7987UBYjmw','exit','generate','processAndRunGenerator','7626OkxuOx','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20{generate,\x20g}:<generator>\x20<name>','toString','error'];a70c=function(){return j;};return a70c();}import{Log}from'../tools/log/log.class.js';Command[a70h(0x16f)]({'name':a70h(0x17f),'aliases':['g'],'usage':a70h(0x184),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70h(0x171),'description':a70h(0x182),'examples':[a70h(0x177),'maka\x20g:scaffold\x20todos',a70h(0x174),'maka\x20g:package\x20package:name','maka\x20g:route\x20todos/edit','maka\x20g:api\x20trucks',a70h(0x183)]},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a[i(0x17a)](0x0,0x1),await a70e[i(0x180)](c,a,b)):a70e['invoke'](a,b);}catch(d){Log[i(0x16e)](d),process[i(0x17e)](0x1);}});
1
+ function a70c(){const k=['maka\x20g:api\x20trucks','Scaffold\x20various\x20parts\x20of\x20your\x20application','4SrPPzR','maka\x20g:template\x20todos/todo_item','processAndRunGenerator','constructor','create','generate','23859ceFzOV','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:dbc\x20geoserver\x20--type=pgsql','3117450hnmbWW','75RJCNRd','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','toString','apply','splice','exit','maka\x20g:scaffold\x20todos','614310wBfUjF','(((.+)+)+)+$','invoke','4016ktdOZS','maka\x20generate:scaffold\x20todos','7620680uQicXj','6937777mzSeij','search','error','438384ZBixQN','2761071pZudGA'];a70c=function(){return k;};return a70c();}const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x1cf))/0x1+parseInt(f(0x1dc))/0x2+parseInt(f(0x1d0))/0x3*(parseInt(f(0x1d3))/0x4)+-parseInt(f(0x1dd))/0x5*(parseInt(f(0x1c6))/0x6)+parseInt(f(0x1cc))/0x7+-parseInt(f(0x1c9))/0x8*(parseInt(f(0x1d9))/0x9)+parseInt(f(0x1cb))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xe2644));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1e0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1df)]()['search'](h(0x1c7))[h(0x1df)]()[h(0x1d6)](a70a)[h(0x1cd)]('(((.+)+)+)+$');});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-0x1c4;let f=c[d];return f;},a70d(a,b);}Command[a70i(0x1d7)]({'name':a70i(0x1d8),'aliases':['g'],'usage':a70i(0x1da),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0x1d2),'description':a70i(0x1de),'examples':[a70i(0x1ca),a70i(0x1c5),a70i(0x1d4),'maka\x20g:package\x20package:name','maka\x20g:route\x20todos/edit',a70i(0x1d1),a70i(0x1db)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x1e1)](0x0,0x1),await a70e[j(0x1d5)](c,a,b)):a70e[j(0x1c8)](a,b);}catch(d){Log[j(0x1ce)](d),process[j(0x1c4)](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0xc5))/0x1+-parseInt(f(0xbd))/0x2+parseInt(f(0xc3))/0x3*(parseInt(f(0xc0))/0x4)+parseInt(f(0xc7))/0x5+parseInt(f(0xbf))/0x6+-parseInt(f(0xc1))/0x7+parseInt(f(0xc2))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xd4554));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0xc4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0xc6)]()['search'](h(0xbb))[h(0xc6)]()[h(0xbe)](a71a)[h(0xbc)](h(0xbb));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0xbb;var f=c[d];return f;},a71d(a,b);}function a71c(){var i=['(((.+)+)+)+$','search','2049980iXkZib','constructor','2283174OFeAjt','28748mrlzKv','9203579StIXrs','8821336snJDBU','609XRtnic','apply','934576gMiMxM','toString','6009610KUtiqg'];a71c=function(){return i;};return a71c();}
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0xde))/0x1+-parseInt(f(0xdd))/0x2*(parseInt(f(0xe8))/0x3)+parseInt(f(0xe2))/0x4*(-parseInt(f(0xeb))/0x5)+-parseInt(f(0xe6))/0x6+-parseInt(f(0xe7))/0x7+-parseInt(f(0xe0))/0x8+-parseInt(f(0xdf))/0x9*(-parseInt(f(0xea))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xd2a47));function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0xdd;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(0xe9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0xe3)]()['search'](h(0xe1))['toString']()[h(0xe5)](a71a)[h(0xe4)](h(0xe1));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71c(){var i=['142dllZUN','918988xjzbEt','99gCsLnC','6019336QlQJPc','(((.+)+)+)+$','93764lJuYRL','toString','search','constructor','8057934DmfPCY','816802DbXxen','44448nMtdMe','apply','3981710GSsbKV','250vcufre'];a71c=function(){return i;};return a71c();}
@@ -1 +1 @@
1
- const a72h=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x1e8))/0x1*(parseInt(f(0x1e1))/0x2)+-parseInt(f(0x1e9))/0x3*(-parseInt(f(0x1dc))/0x4)+parseInt(f(0x1e3))/0x5*(parseInt(f(0x1e2))/0x6)+-parseInt(f(0x1ea))/0x7*(-parseInt(f(0x1ee))/0x8)+parseInt(f(0x1dd))/0x9+parseInt(f(0x1da))/0xa+-parseInt(f(0x1e7))/0xb*(parseInt(f(0x1e5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xa779f));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const g=a72d;return a72a[g(0x1ed)]()[g(0x1eb)](g(0x1e0))[g(0x1ed)]()[g(0x1e4)](a72a)[g(0x1eb)](g(0x1e0));});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1da;let f=c[d];return f;},a72d(a,b);}import{Command}from'../../command.js';const GetCommand=Command[a72h(0x1e6)]({'name':a72h(0x1df),'usage':a72h(0x1db),'shortDesc':a72h(0x1de),'validOpts':[]},async function(a){const i=a72h,b=a[0x0];await this[i(0x1ec)](b);});function a72c(){const j=['7553817JClYTR','Get\x20various\x20Maka\x20variables\x20and\x20configurations','get','(((.+)+)+)+$','2vvSQxD','6908796XtBNnj','5dCcctz','constructor','41953092XMGtiZ','create','11VJZqwJ','51521kHTMku','12rlbjWo','7ZuGrPH','search','processAndRunCommand','toString','1031288uzNDpx','6521270jDMHPh','maka\x20get:<sub-command>','1358736KAzyEu'];a72c=function(){return j;};return a72c();}export default GetCommand;
1
+ const a72i=a72d;function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xaf;let f=c[d];return f;},a72d(a,b);}(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0xb3))/0x1+parseInt(f(0xc1))/0x2*(-parseInt(f(0xc0))/0x3)+-parseInt(f(0xc2))/0x4*(parseInt(f(0xbc))/0x5)+-parseInt(f(0xb8))/0x6*(-parseInt(f(0xb6))/0x7)+-parseInt(f(0xb1))/0x8+-parseInt(f(0xba))/0x9+-parseInt(f(0xbf))/0xa*(-parseInt(f(0xb4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x8f6f0));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0xbb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0xaf)]()[h(0xb2)](h(0xc3))[h(0xaf)]()[h(0xb7)](a72a)[h(0xb2)](h(0xc3));});a72a();import{Command}from'../../command.js';const GetCommand=Command[a72i(0xb5)]({'name':a72i(0xbe),'usage':a72i(0xbd),'shortDesc':a72i(0xb0),'validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0xb9)](b);});function a72c(){const k=['get','10OWLgwY','2935974Ayolxn','2OpRLoY','1451084KtNzbL','(((.+)+)+)+$','toString','Get\x20various\x20Maka\x20variables\x20and\x20configurations','7196576xIPuth','search','471323hBYcbI','23639506cRUIMo','create','3071831HZuwNm','constructor','12ZKhdho','processAndRunCommand','6025770lFQWio','apply','5LdAcxK','maka\x20get:<sub-command>'];a72c=function(){return k;};return a72c();}export default GetCommand;
@@ -1 +1 @@
1
- const a73h=a73d;function a73c(){const j=['585rcXCjx','260rHwNvD','error','(((.+)+)+)+$','constructor','6832987YxrwsV','222837LKHZgI','4FDfqUs','maka\x20get:global-config','100ecBVVd','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','log','89590rYtojD','839828dmDJre','search','create','exit','cfg','47704qcosgG','toString','77775cnQMNn','1791216SWGjnR'];a73c=function(){return j;};return a73c();}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x1a1))/0x1+-parseInt(f(0x19c))/0x2*(parseInt(f(0x19b))/0x3)+-parseInt(f(0x196))/0x4*(-parseInt(f(0x193))/0x5)+parseInt(f(0x194))/0x6+-parseInt(f(0x19a))/0x7+-parseInt(f(0x191))/0x8*(parseInt(f(0x195))/0x9)+parseInt(f(0x19e))/0xa*(parseInt(f(0x1a2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x9ec93));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const g=a73d;return a73a[g(0x192)]()[g(0x1a3)](g(0x198))[g(0x192)]()[g(0x199)](a73a)[g(0x1a3)]('(((.+)+)+)+$');});a73a();import a73e from'./get.command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x190;let f=c[d];return f;},a73d(a,b);}import{Command}from'../../command.js';Command[a73h(0x1a4)]({'name':'global-config','usage':a73h(0x19d),'aliases':['gc'],'shortDesc':a73h(0x19f),'validOpts':[]},async function(){const i=a73h;try{const a=await this[i(0x190)]['getGlobalConfig']();console[i(0x1a0)](a),process[i(0x1a5)](0x0);}catch(b){console[i(0x197)](b),process[i(0x1a5)](0x0);}},a73e);
1
+ const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x14b))/0x1+parseInt(f(0x159))/0x2*(parseInt(f(0x156))/0x3)+-parseInt(f(0x157))/0x4+-parseInt(f(0x14d))/0x5*(-parseInt(f(0x15a))/0x6)+-parseInt(f(0x150))/0x7+parseInt(f(0x155))/0x8*(-parseInt(f(0x152))/0x9)+parseInt(f(0x15b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xdee5f));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x158)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x15d)]()[h(0x14e)](h(0x14a))[h(0x15d)]()[h(0x14f)](a73a)[h(0x14e)]('(((.+)+)+)+$');});a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x14a;let f=c[d];return f;},a73d(a,b);}import a73e from'./get.command.js';import{Command}from'../../command.js';function a73c(){const k=['13962008WqEvVv','3HuvlSh','7198900FtawKw','apply','2752486jOAefM','6PBnfFn','52114080BjGzqV','exit','toString','global-config','create','(((.+)+)+)+$','1797407fUBwLd','getGlobalConfig','6153460gpzZrc','search','constructor','10940783baGvYP','log','9JyYRsC','maka\x20get:global-config','cfg'];a73c=function(){return k;};return a73c();}Command[a73i(0x15f)]({'name':a73i(0x15e),'usage':a73i(0x153),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x154)][j(0x14c)]();console[j(0x151)](a),process[j(0x15c)](0x0);}catch(b){console['error'](b),process[j(0x15c)](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0xf0))/0x1*(-parseInt(f(0xf6))/0x2)+parseInt(f(0xfc))/0x3+parseInt(f(0xf4))/0x4+parseInt(f(0x106))/0x5*(-parseInt(f(0xf9))/0x6)+-parseInt(f(0xf3))/0x7*(parseInt(f(0xf5))/0x8)+parseInt(f(0xf1))/0x9*(-parseInt(f(0x102))/0xa)+-parseInt(f(0x104))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xad202));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0xf2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a['toString']()[h(0x103)](h(0x105))[h(0xf8)]()[h(0xfd)](a74a)[h(0x103)](h(0x105));});a74a();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xf0;let f=c[d];return f;},a74d(a,b);}import a74e from'./get.command.js';function a74c(){const k=['cfg','local-config','log','8026800qWoqJt','search','3811852xGmuog','(((.+)+)+)+$','485lTDiMD','1YHRCpO','9REqEhR','apply','1967ZvlCdy','2638732bYnisl','8576hpOEsv','2505158wkQxHZ','maka\x20get:local-config','toString','53826rfPNIY','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','getMakaProjectConfig','3352473qJHwKK','constructor','create'];a74c=function(){return k;};return a74c();}import{Command}from'../../command.js';Command[a74i(0xfe)]({'name':a74i(0x100),'usage':a74i(0xf7),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0xfa),'validOpts':[]},async function(){const j=a74i,a=await this[j(0xff)][j(0xfb)]();console[j(0x101)](a);},a74e);
1
+ function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x6d;let f=c[d];return f;},a74d(a,b);}const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x70))/0x1*(parseInt(f(0x80))/0x2)+parseInt(f(0x73))/0x3*(-parseInt(f(0x76))/0x4)+-parseInt(f(0x78))/0x5+parseInt(f(0x82))/0x6*(parseInt(f(0x79))/0x7)+-parseInt(f(0x6e))/0x8+parseInt(f(0x84))/0x9*(parseInt(f(0x7b))/0xa)+parseInt(f(0x77))/0xb*(-parseInt(f(0x6d))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x8023f));function a74c(){const k=['log','22185uHihFf','204SeiIjV','6343608imWRPz','(((.+)+)+)+$','2121AHUcNa','getMakaProjectConfig','apply','141QzYfqR','constructor','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','25180YaSepV','201102pzOynj','346065SFsfmz','805973tWuYBe','create','1910SxjfaC','maka\x20get:local-config','search','toString','cfg','676WJhEim','local-config','42pTnRfn'];a74c=function(){return k;};return a74c();}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x72)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x7e)]()[h(0x7d)](h(0x6f))[h(0x7e)]()[h(0x74)](a74a)[h(0x7d)](h(0x6f));});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x7a)]({'name':a74i(0x81),'usage':a74i(0x7c),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x75),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x7f)][j(0x71)]();console[j(0x83)](a);},a74e);
@@ -1 +1 @@
1
- const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x14f))/0x1+parseInt(f(0x155))/0x2*(parseInt(f(0x14c))/0x3)+-parseInt(f(0x156))/0x4*(parseInt(f(0x150))/0x5)+-parseInt(f(0x159))/0x6*(-parseInt(f(0x15e))/0x7)+-parseInt(f(0x15a))/0x8*(-parseInt(f(0x151))/0x9)+parseInt(f(0x14d))/0xa*(-parseInt(f(0x15d))/0xb)+-parseInt(f(0x149))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x441ee));function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x149;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(0x157)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x154)]()[h(0x14a)](h(0x152))[h(0x154)]()[h(0x158)](a75a)['search'](h(0x152));});a75a();function a75c(){const k=['197421mFgshy','1594872SjsjRR','search','error','5898KeWHGq','14880uKnNoX','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','432761sKXuSb','295BBVTZB','324117WRpqiY','(((.+)+)+)+$','whoami','toString','46gIrhOZ','27340unnucA','apply','constructor','78dpktIb','88vNfiWm','silent','maka\x20get:whoami','3146iaSCXD'];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['create']({'name':a75i(0x153),'usage':a75i(0x15c),'shortDesc':a75i(0x14e),'validOpts':[a75i(0x15b)]},async function(){const j=a75i;try{const a=await this['cfg']['getGlobalConfig']();return a;}catch(b){Log[j(0x14b)](b),process['exit'](0x1);}},a75e);
1
+ const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0x1be))/0x1+-parseInt(f(0x1b6))/0x2*(parseInt(f(0x1c8))/0x3)+parseInt(f(0x1c2))/0x4+parseInt(f(0x1b8))/0x5+parseInt(f(0x1c1))/0x6*(-parseInt(f(0x1b4))/0x7)+-parseInt(f(0x1bb))/0x8+parseInt(f(0x1c6))/0x9*(parseInt(f(0x1c3))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x44e58));function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1b2;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(0x1bc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x1bd)]()['search'](h(0x1ba))['toString']()[h(0x1c0)](a75a)[h(0x1b7)](h(0x1ba));});function a75c(){const k=['If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','constructor','489006rBJesB','708660MWUpdD','830vQnaoE','exit','maka\x20get:whoami','97938aTGiZs','getGlobalConfig','317451QlAzjb','error','whoami','21NDkkBR','create','6hKDijn','search','2672435IDSHid','silent','(((.+)+)+)+$','2937120iytyGa','apply','toString','403564AOWMfM'];a75c=function(){return k;};return a75c();}a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75i(0x1b5)]({'name':a75i(0x1b3),'usage':a75i(0x1c5),'shortDesc':a75i(0x1bf),'validOpts':[a75i(0x1b9)]},async function(){const j=a75i;try{const a=await this['cfg'][j(0x1c7)]();return a;}catch(b){Log[j(0x1b2)](b),process[j(0x1c4)](0x1);}},a75e);
@@ -1 +1 @@
1
- function a76c(){var j=['5mLdErB','search','create','(((.+)+)+)+$','1146WKNjWE','566788OGMDWR','2107122YijafB','apply','106nCZRQh','toString','help','Try,\x20maka\x20--help','1078884melwQb','1502685hRuTEr','2014288Wfkfxm','3771551wRcaQw'];a76c=function(){return j;};return a76c();}var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x159))/0x1+parseInt(f(0x15c))/0x2*(-parseInt(f(0x158))/0x3)+parseInt(f(0x150))/0x4+parseInt(f(0x154))/0x5*(-parseInt(f(0x15a))/0x6)+parseInt(f(0x153))/0x7+parseInt(f(0x152))/0x8+parseInt(f(0x151))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x46914));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x15b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x15d)]()[h(0x155)](h(0x157))[h(0x15d)]()['constructor'](a76a)['search'](h(0x157));});a76a();import{Command}from'../command.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x150;var f=c[d];return f;},a76d(a,b);}import{UsageError}from'../error.js';Command[a76i(0x156)]({'name':a76i(0x15e),'description':a76i(0x15f),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x188))/0x1+parseInt(f(0x183))/0x2*(-parseInt(f(0x186))/0x3)+parseInt(f(0x180))/0x4*(-parseInt(f(0x18f))/0x5)+-parseInt(f(0x189))/0x6+parseInt(f(0x18b))/0x7+-parseInt(f(0x18a))/0x8+parseInt(f(0x18d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xe080c));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x187)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x181)]()[h(0x184)](h(0x18e))[h(0x181)]()[h(0x18c)](a76a)[h(0x184)](h(0x18e));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x180;var f=c[d];return f;},a76d(a,b);}Command[a76i(0x185)]({'name':'help','description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a76i(0x182)},async function(){throw new UsageError();});function a76c(){var j=['902149rvaSkS','7108584nduxKL','5867680cnJMHD','5655755vQzkcz','constructor','32566545eqQqKO','(((.+)+)+)+$','15160ciaNYK','1564VoLeXf','toString','Deprecated:\x20use\x20--help\x20instead','90022MlrdSu','search','create','87oIZcAd','apply'];a76c=function(){return j;};return a76c();}
@@ -1 +1 @@
1
- const a77I=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=parseInt(F(0x228))/0x1*(-parseInt(F(0x1f8))/0x2)+-parseInt(F(0x1f3))/0x3+-parseInt(F(0x1ee))/0x4*(parseInt(F(0x1e7))/0x5)+parseInt(F(0x214))/0x6*(-parseInt(F(0x1f6))/0x7)+parseInt(F(0x23c))/0x8*(parseInt(F(0x1f5))/0x9)+-parseInt(F(0x225))/0xa+-parseInt(F(0x201))/0xb*(-parseInt(F(0x1e1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x4dfb7));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0x240)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a[H(0x1e4)]()[H(0x223)]('(((.+)+)+)+$')['toString']()[H(0x239)](a77a)[H(0x223)](H(0x1dd));});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x1dd;let f=c[d];return f;},a77d(a,b);}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';function a77c(){const N=['info','existsSync','getuid','extractTarGz','807012HqfGHI','force','7362FMBdIW','1640499acrDkp','release','1420JeuUXL','readFileSync','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','maka\x20install\x20meteor','success','Meteor\x20version\x20','https://install.meteor.com','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','8077674WaxPAC','map','.bashrc','3.0.2','timeout','\x5c.meteor\x5cmeteor','utf8','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','notice','join','RELEASE=','appendFileSync','homedir','Meteor\x20path\x20updated.','env','win32','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','maka\x20install','split','12DAXVXg','checkAvailability','install','confirm','maka\x20install\x20meteor\x20--release\x203.0.1','PATH','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','create','\x20is\x20not\x20available.','\x20is\x20available.','&release=','Network\x20error,\x20please\x20try\x20again.','keepInstallFile','https://packages.meteor.com/bootstrap-link?arch=os.','exit','search','osx','6261320BnKKcj','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','maka\x20install\x20meteor\x20--set-path','58DAyFRj','platform','Added\x20Meteor\x20path\x20to\x20','-rf','Aborting\x20install','setMeteorReleaseVersion','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','x86_64','slice','arch','meteor','cacert','includes','Cleaning\x20up','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','error','\x20is\x20not\x20available,\x20trying\x20','constructor','downloadFile','meteor.tar.gz','936dfXuTX','withSpinner','length','Aborted','apply','(((.+)+)+)+$','isFile','NO_NODE_WARNINGS','\x20installed.\x0a','36BxZUFd','get','replace','toString','arm64','grep','2871315uvpfAB','setPath','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','Downloading\x20Meteor\x20','warn','Proceed\x20anyway?','data','4yhxlys'];a77c=function(){return N;};return a77c();}const homeDir=a77e[a77I(0x20d)]();function isRoot(){const J=a77I;return process[J(0x1f1)]&&process[J(0x1f1)]()===0x0;}function compareVersions(a,b){const K=a77I,c=a[K(0x213)]('.')[K(0x202)](Number),d=b[K(0x213)]('.')['map'](Number);for(let e=0x0;e<Math['max'](c[K(0x23e)],d[K(0x23e)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77I(0x21b)]({'name':a77I(0x216),'aliases':['i'],'validOpts':['force',a77I(0x1f7),a77I(0x233),'keepInstallFile',a77I(0x205),a77I(0x1e8)],'usage':a77I(0x212),'shortDesc':a77I(0x22e),'description':'\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--release\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x0a\x20\x20\x20\x20--set-path\x20flag\x20will\x20only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.\x0a\x20\x20','examples':[a77I(0x1fb),'maka\x20install\x20meteor\x20--force',a77I(0x218),a77I(0x227),'maka\x20i']},async function(a,b){const L=a77I;try{const {mpi:c,cfg:d,fsi:f}=this;b['setPath']&&(updatePath(),Log[L(0x1fc)](L(0x20e)),process[L(0x222)](0x0));let g='';if(b[L(0x233)]){if(f[L(0x1de)](b[L(0x233)]))Log['notice']('Using\x20CA\x20Cert\x20'+b[L(0x233)]),g=b[L(0x233)];else throw L(0x211)+g;}const h=await d['getGlobalConfig']();if(h['cert']){if(f[L(0x1de)](h['cert']))g=h['cert'];else throw L(0x1fa)+g;}let i=![];if(b['f']||b[L(0x1f4)])i=!![];else{const u=isRoot();u?(Log[L(0x1eb)](L(0x200)),i=await Actions[L(0x217)](L(0x1ec),![])):i=!![];}if(!i)throw L(0x23f);const j=await HTTPS[L(0x1e2)]({'url':L(0x1fe),'cert':g}),k=await f[L(0x1e6)](j[L(0x1ed)],L(0x20b));if(k[L(0x23e)]===0x0)throw L(0x21f);process[L(0x20f)][L(0x1df)]='1';const l=k[0x0][L(0x1e3)](/[^0-9.]/gi,'')[L(0x1e3)](/\r?\n|\r/,''),m=L(0x204);let n;b[L(0x1f7)]?n=b[L(0x1f7)]:compareVersions(l,m)<0x0?n=m:n=l;Log[L(0x209)]('Preparing\x20to\x20install\x20Meteor\x20'+n);const o={'win32':'windows','darwin':L(0x224),'linux':'linux'};let p='https://packages.meteor.com/bootstrap-link?arch=os.'+o[a77e[L(0x229)]()]+'.'+(a77e[L(0x231)]()==='arm64'?L(0x1e5):L(0x22f))+L(0x21e)+n,q=await HTTPS[L(0x215)]({'url':p,'cert':g});if(!q&&n[L(0x234)]('-')){const v=n[L(0x213)]('-'),w=v[0x0],x=v[L(0x230)](0x1)[L(0x20a)]('-'),y=w[L(0x1e3)](/\.0+$/,'');Log[L(0x1eb)](L(0x1fd)+n+L(0x238)+y+'-'+x);const z=L(0x221)+o[a77e[L(0x229)]()]+'.'+(a77e['arch']()===L(0x1e5)?L(0x1e5):L(0x22f))+'&release='+y+'-'+x;q=await HTTPS['checkAvailability']({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log[L(0x237)](L(0x1fd)+n+L(0x21c)),process[L(0x222)](0x0)):Log[L(0x209)](L(0x1fd)+n+L(0x21d));const r=f['getMeteorInstallPath'](),s=c['getMeteorExePath'](),t=f['getUserDataDirectory']();if(a77g[L(0x1f0)](s)){let A=![];b['f']||b['force']?A=!![]:A=await Actions[L(0x217)](L(0x1ff),![]),A?(await SpawnAsync[L(0x23d)]('rm',[L(0x22b),a77f[L(0x20a)](r,'packages')],{'message':L(0x226)}),await SpawnAsync[L(0x23d)]('rm',['-rf',a77f[L(0x20a)](r,'package-metadata')],{'message':L(0x236)}),await SpawnAsync[L(0x23d)]('rm',[L(0x22b),a77f[L(0x20a)](r,L(0x232))],{'message':L(0x1e9)})):(Log[L(0x1ef)](L(0x22c)),process[L(0x222)](0x0));}try{Log[L(0x209)](L(0x1ea)+n+'\x20from\x20'+p),await HTTPS[L(0x23a)]({'url':p,'destPath':a77f['join'](homeDir,L(0x23b)),'cert':g,'timeout':b[L(0x205)]?parseInt(b['timeout'])*0x3e8:0x493e0});try{const B=a77f[L(0x20a)](homeDir,L(0x23b));await f[L(0x1f2)](B,t);}catch(C){Log[L(0x237)]('Error\x20extracting\x20meteor.tar.gz\x20file');}updatePath();}catch(D){console[L(0x237)](D),process[L(0x222)](0x1);}finally{!b[L(0x220)]&&await SpawnAsync[L(0x23d)]('rm',[L(0x22b),a77f[L(0x20a)](homeDir,'meteor.tar.gz')],{'message':L(0x235)});}c[L(0x22d)](n),Log['success'](L(0x1fd)+n+L(0x1e0)),process['exit'](0x0);}catch(E){console[L(0x237)](E),process['exit'](0x1);}});function updatePath(){const M=a77I;if(a77e[M(0x229)]()===M(0x210)){const a=process[M(0x20f)][M(0x219)]||'',b=homeDir+M(0x206);!a[M(0x234)](b)&&(execSync('setx\x20PATH\x20\x22'+a+';'+b+'\x22'),Log[M(0x209)]('Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.'),Log[M(0x209)](M(0x208)));}else{const c=a77f[M(0x20a)](homeDir,'.zshrc'),d=a77f['join'](homeDir,M(0x203)),e=M(0x21a),f=a77g[M(0x1f0)](c)?a77g[M(0x1f9)](c,M(0x207)):'';!f[M(0x234)](e)&&(a77g['appendFileSync'](c,'\x0a'+e+'\x0a'),Log['notice'](M(0x22a)+c));const g=a77g['existsSync'](d)?a77g['readFileSync'](d,'utf8'):'';!g[M(0x234)](e)&&(a77g[M(0x20c)](d,'\x0a'+e+'\x0a'),Log['notice'](M(0x22a)+d));}}
1
+ const a77K=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=parseInt(F(0xbe))/0x1*(parseInt(F(0x113))/0x2)+-parseInt(F(0xd5))/0x3*(parseInt(F(0xbb))/0x4)+parseInt(F(0xf7))/0x5+parseInt(F(0xce))/0x6*(parseInt(F(0xe4))/0x7)+parseInt(F(0xff))/0x8*(parseInt(F(0xe6))/0x9)+parseInt(F(0xe8))/0xa+-parseInt(F(0x100))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x61f51));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0xcd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a[H(0xd2)]()[H(0xd8)](H(0x119))[H(0xd2)]()[H(0xe1)](a77a)['search'](H(0x119));});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';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xb6;let f=c[d];return f;},a77d(a,b);}function a77c(){const N=['7072637TwSqRN','env','arch','warn','confirm','3.0.2','length','\x20from\x20','Preparing\x20to\x20install\x20Meteor\x20','linux','meteor.tar.gz','exit','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','\x5c.meteor\x5cmeteor','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','keepInstallFile','utf8','windows','get','52376fBObhZ','getuid','Meteor\x20version\x20','x86_64','getMeteorExePath','Aborted','(((.+)+)+)+$','maka\x20install\x20meteor\x20--release\x203.0.1','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','maka\x20install\x20meteor\x20--force','-rf','https://packages.meteor.com/bootstrap-link?arch=os.','\x20is\x20available.','32WojKAr','arm64','checkAvailability','13XJyuyd','.bashrc','create','error','install','getGlobalConfig','replace','slice','getMeteorInstallPath','setPath','existsSync','Aborting\x20install','platform','NO_NODE_WARNINGS','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','apply','6MCNGXe','timeout','appendFileSync','Using\x20CA\x20Cert\x20','toString','max','getUserDataDirectory','205785MsXXIb','force','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','search','osx','https://install.meteor.com','map','withSpinner','.zshrc','package-metadata','notice','RELEASE=','constructor','isFile','win32','1686650NugcsK','info','1212642TIvDcI','includes','4742660yuqOpY','PATH','Proceed\x20anyway?','readFileSync','maka\x20install\x20meteor\x20--set-path','downloadFile','grep','join','packages','release','split','cert','cacert','Downloading\x20Meteor\x20','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','2012810ZkxJJA','Added\x20Meteor\x20path\x20to\x20','success','Network\x20error,\x20please\x20try\x20again.','&release=','setMeteorReleaseVersion','Error\x20extracting\x20meteor.tar.gz\x20file','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--release\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x0a\x20\x20\x20\x20--set-path\x20flag\x20will\x20only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.\x0a\x20\x20','8kBOxnL'];a77c=function(){return N;};return a77c();}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 isRoot(){const I=a77d;return process[I(0x114)]&&process[I(0x114)]()===0x0;}function compareVersions(a,b){const J=a77d,c=a[J(0xf2)]('.')[J(0xdb)](Number),d=b[J(0xf2)]('.')[J(0xdb)](Number);for(let e=0x0;e<Math[J(0xd3)](c[J(0x106)],d[J(0x106)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77K(0xc0)]({'name':a77K(0xc2),'aliases':['i'],'validOpts':[a77K(0xd6),a77K(0xf1),a77K(0xf4),a77K(0x10f),a77K(0xcf),a77K(0xc7)],'usage':'maka\x20install','shortDesc':a77K(0xd7),'description':a77K(0xfe),'examples':['maka\x20install\x20meteor',a77K(0xb7),a77K(0x11a),a77K(0xec),'maka\x20i']},async function(a,b){const L=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b[L(0xc7)]&&(updatePath(),Log[L(0xf9)]('Meteor\x20path\x20updated.'),process['exit'](0x0));let g='';if(b[L(0xf4)]){if(f[L(0xe2)](b['cacert']))Log[L(0xdf)](L(0xd1)+b['cacert']),g=b['cacert'];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+g;}const h=await d[L(0xc3)]();if(h[L(0xf3)]){if(f['isFile'](h[L(0xf3)]))g=h[L(0xf3)];else throw L(0xf6)+g;}let i=![];if(b['f']||b[L(0xd6)])i=!![];else{const u=isRoot();u?(Log[L(0x103)](L(0x10e)),i=await Actions['confirm'](L(0xea),![])):i=!![];}if(!i)throw L(0x118);const j=await HTTPS[L(0x112)]({'url':L(0xda),'cert':g}),k=await f[L(0xee)](j['data'],L(0xe0));if(k[L(0x106)]===0x0)throw L(0xfa);process[L(0x101)][L(0xcb)]='1';const l=k[0x0][L(0xc4)](/[^0-9.]/gi,'')[L(0xc4)](/\r?\n|\r/,''),m=L(0x105);let n;b[L(0xf1)]?n=b['release']:compareVersions(l,m)<0x0?n=m:n=l;Log[L(0xdf)](L(0x108)+n);const o={'win32':L(0x111),'darwin':L(0xd9),'linux':L(0x109)};let p=L(0xb9)+o[a77e[L(0xca)]()]+'.'+(a77e[L(0x102)]()===L(0xbc)?L(0xbc):L(0x116))+L(0xfb)+n,q=await HTTPS[L(0xbd)]({'url':p,'cert':g});if(!q&&n[L(0xe7)]('-')){const v=n[L(0xf2)]('-'),w=v[0x0],x=v[L(0xc5)](0x1)['join']('-'),y=w[L(0xc4)](/\.0+$/,'');Log[L(0x103)](L(0x115)+n+'\x20is\x20not\x20available,\x20trying\x20'+y+'-'+x);const z=L(0xb9)+o[a77e['platform']()]+'.'+(a77e['arch']()===L(0xbc)?L(0xbc):L(0x116))+L(0xfb)+y+'-'+x;q=await HTTPS[L(0xbd)]({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log[L(0xc1)](L(0x115)+n+'\x20is\x20not\x20available.'),process[L(0x10b)](0x0)):Log[L(0xdf)](L(0x115)+n+L(0xba));const r=f[L(0xc6)](),s=c[L(0x117)](),t=f[L(0xd4)]();if(a77g[L(0xc8)](s)){let A=![];b['f']||b[L(0xd6)]?A=!![]:A=await Actions[L(0x104)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),A?(await SpawnAsync[L(0xdc)]('rm',['-rf',a77f[L(0xef)](r,L(0xf0))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(packages)'}),await SpawnAsync[L(0xdc)]('rm',['-rf',a77f['join'](r,L(0xde))],{'message':L(0xb6)}),await SpawnAsync[L(0xdc)]('rm',[L(0xb8),a77f['join'](r,'meteor')],{'message':L(0x10c)})):(Log[L(0xe5)](L(0xc9)),process[L(0x10b)](0x0));}try{Log[L(0xdf)](L(0xf5)+n+L(0x107)+p),await HTTPS[L(0xed)]({'url':p,'destPath':a77f[L(0xef)](homeDir,'meteor.tar.gz'),'cert':g,'timeout':b[L(0xcf)]?parseInt(b[L(0xcf)])*0x3e8:0x493e0});try{const B=a77f[L(0xef)](homeDir,'meteor.tar.gz');await f['extractTarGz'](B,t);}catch(C){Log[L(0xc1)](L(0xfd));}updatePath();}catch(D){console[L(0xc1)](D),process['exit'](0x1);}finally{!b[L(0x10f)]&&await SpawnAsync[L(0xdc)]('rm',[L(0xb8),a77f[L(0xef)](homeDir,L(0x10a))],{'message':'Cleaning\x20up'});}c[L(0xfc)](n),Log[L(0xf9)](L(0x115)+n+'\x20installed.\x0a'),process[L(0x10b)](0x0);}catch(E){console[L(0xc1)](E),process[L(0x10b)](0x1);}});function updatePath(){const M=a77K;if(a77e[M(0xca)]()===M(0xe3)){const a=process[M(0x101)][M(0xe9)]||'',b=homeDir+M(0x10d);!a[M(0xe7)](b)&&(execSync('setx\x20PATH\x20\x22'+a+';'+b+'\x22'),Log['notice']('Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.'),Log[M(0xdf)](M(0xcc)));}else{const c=a77f['join'](homeDir,M(0xdd)),d=a77f['join'](homeDir,M(0xbf)),e='export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22',f=a77g[M(0xc8)](c)?a77g[M(0xeb)](c,M(0x110)):'';!f[M(0xe7)](e)&&(a77g[M(0xd0)](c,'\x0a'+e+'\x0a'),Log[M(0xdf)]('Added\x20Meteor\x20path\x20to\x20'+c));const g=a77g['existsSync'](d)?a77g['readFileSync'](d,M(0x110)):'';!g[M(0xe7)](e)&&(a77g[M(0xd0)](d,'\x0a'+e+'\x0a'),Log['notice'](M(0xf8)+d));}}
@@ -1 +1 @@
1
- const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0x1fa))/0x1+parseInt(i(0x1ec))/0x2+-parseInt(i(0x1f3))/0x3+parseInt(i(0x1fe))/0x4*(-parseInt(i(0x207))/0x5)+-parseInt(i(0x20b))/0x6+parseInt(i(0x1f8))/0x7*(parseInt(i(0x20c))/0x8)+-parseInt(i(0x1fb))/0x9*(-parseInt(i(0x204))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x3d087));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x212)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x20e)]()['search'](k(0x208))[k(0x20e)]()[k(0x1ee)](a78a)[k(0x1f9)]('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a78d(a,b);}import{execSync}from'child_process';import{Command}from'../command.js';function a78c(){const n=['findAppDirectory','fsi','1834200mLzKJG','8JMkdtS','isFile','toString','app/node_modules','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','writeFileSync','apply','jsdoc','plugins/markdown','496628IzIzpn','.+\x5c.(j|t)s(doc|x)?$','constructor','Running\x20','inherit','join','notice','203517HwQbdj','docs','app/public','error','maka\x20jsdoc\x20--init','1711031orlSuR','search','377755FxWbHo','189xqhmGc','closure','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','273832ahbDpy','utf-8','stringify','app/private','create','maka\x20jsdoc','274760esyUoC','sep','\x0a[+]\x20Documentation\x20written\x20to\x20','5Ldepfa','(((.+)+)+)+$'];a78c=function(){return n;};return a78c();}import{Log}from'../tools/log/log.class.js';Command[a78l(0x202)]({'name':a78l(0x213),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a78l(0x1f7),a78l(0x203)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x1f1)](this[m(0x20a)][m(0x209)](),m(0x1f4)+a78e[m(0x205)]),b=a78e[m(0x1f1)](this[m(0x20a)][m(0x209)](),'config','jsdoc-config.json'),c=m(0x213);if(!this[m(0x20a)][m(0x20d)](b)){const f={'plugins':[m(0x214)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x213),m(0x1fc)]},'source':{'includePattern':m(0x1ed),'excludePattern':m(0x210),'exclude':['app/packages',m(0x20f),m(0x1f5),m(0x201)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x1ff)}};a78f[m(0x211)](b,JSON[m(0x200)](f,null,0x4));}const d=Log['withSpinner'](m(0x1ef)+c);try{const g=c+'\x20-c\x20'+b+'\x20-r\x20app'+a78e[m(0x205)]+'\x20-d\x20'+a;execSync(g,{'stdio':m(0x1f0)}),Log[m(0x1f2)](m(0x206)+a);}catch(h){Log[m(0x1f6)](h),Log[m(0x1f6)](m(0x1fd));}finally{d['stop']();}});
1
+ function a78c(){const n=['sep','findAppDirectory','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','\x20-r\x20app','.+\x5c.(j|t)s(doc|x)?$','447541fvJtYG','inherit','search','apply','maka\x20jsdoc','3466236CWZMHG','utf-8','fsi','plugins/markdown','1633647UNjINi','316376nxFCWd','jsdoc','create','withSpinner','toString','563730lcTLrP','app/private','docs','join','\x20-c\x20','error','notice','500948shhety','writeFileSync','app/public','app/node_modules','1036932cRsOvC','jsdoc-config.json','maka\x20jsdoc\x20--init','(((.+)+)+)+$','closure'];a78c=function(){return n;};return a78c();}const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x1ca))/0x1+-parseInt(i(0x1d4))/0x2+parseInt(i(0x1d3))/0x3+parseInt(i(0x1c0))/0x4+-parseInt(i(0x1d9))/0x5+-parseInt(i(0x1cf))/0x6+-parseInt(i(0x1bc))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x50d6f));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x1cd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x1d8)]()[k(0x1cc)](k(0x1c3))[k(0x1d8)]()['constructor'](a78a)['search'](k(0x1c3));});a78a();import a78e from'path';import a78f from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1b9;let f=c[d];return f;},a78d(a,b);}import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0x1d6)]({'name':a78l(0x1d5),'usage':a78l(0x1ce),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a78l(0x1c2),a78l(0x1ce)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x1dc)](this['fsi'][m(0x1c6)](),m(0x1db)+a78e[m(0x1c5)]),b=a78e['join'](this[m(0x1d1)]['findAppDirectory'](),'config',m(0x1c1)),c='jsdoc';if(!this[m(0x1d1)]['isFile'](b)){const f={'plugins':[m(0x1d2)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x1d5),m(0x1c4)]},'source':{'includePattern':m(0x1c9),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':['app/packages',m(0x1bf),m(0x1be),m(0x1da)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x1d0)}};a78f[m(0x1bd)](b,JSON['stringify'](f,null,0x4));}const d=Log[m(0x1d7)]('Running\x20'+c);try{const g=c+m(0x1b9)+b+m(0x1c8)+a78e[m(0x1c5)]+'\x20-d\x20'+a;execSync(g,{'stdio':m(0x1cb)}),Log[m(0x1bb)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(h){Log[m(0x1ba)](h),Log[m(0x1ba)](m(0x1c7));}finally{d['stop']();}});