@maka/maka-cli 5.0.12 → 5.0.13

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 (163) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/patreon.js +1 -1
  87. package/bundle/obf/src/commands/profile.js +1 -1
  88. package/bundle/obf/src/commands/proxy.js +1 -1
  89. package/bundle/obf/src/commands/reconfig.js +1 -1
  90. package/bundle/obf/src/commands/register.js +1 -1
  91. package/bundle/obf/src/commands/run/_index.js +1 -1
  92. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  93. package/bundle/obf/src/commands/run/run.command.js +1 -1
  94. package/bundle/obf/src/commands/set/_index.js +1 -1
  95. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  97. package/bundle/obf/src/commands/set/set.command.js +1 -1
  98. package/bundle/obf/src/commands/ssh.js +1 -1
  99. package/bundle/obf/src/commands/ssl.js +1 -1
  100. package/bundle/obf/src/commands/test.js +1 -1
  101. package/bundle/obf/src/commands/undo.js +1 -1
  102. package/bundle/obf/src/commands/version.js +1 -1
  103. package/bundle/obf/src/error.js +1 -1
  104. package/bundle/obf/src/exec.js +1 -1
  105. package/bundle/obf/src/generator.js +1 -1
  106. package/bundle/obf/src/generators/_index.js +1 -1
  107. package/bundle/obf/src/generators/api.js +1 -1
  108. package/bundle/obf/src/generators/aws/_index.js +1 -1
  109. package/bundle/obf/src/generators/aws/aws.js +1 -1
  110. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  111. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  112. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  113. package/bundle/obf/src/generators/collection.js +1 -1
  114. package/bundle/obf/src/generators/component.js +1 -1
  115. package/bundle/obf/src/generators/config.js +1 -1
  116. package/bundle/obf/src/generators/dbc.js +1 -1
  117. package/bundle/obf/src/generators/dockerfile.js +1 -1
  118. package/bundle/obf/src/generators/hook.js +1 -1
  119. package/bundle/obf/src/generators/kits/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  121. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  123. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  125. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  126. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  127. package/bundle/obf/src/generators/kits/kit.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  129. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  131. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  132. package/bundle/obf/src/generators/layout.js +1 -1
  133. package/bundle/obf/src/generators/maka.gen.js +1 -1
  134. package/bundle/obf/src/generators/methods.js +1 -1
  135. package/bundle/obf/src/generators/package.js +1 -1
  136. package/bundle/obf/src/generators/page.js +1 -1
  137. package/bundle/obf/src/generators/publish.js +1 -1
  138. package/bundle/obf/src/generators/route.js +1 -1
  139. package/bundle/obf/src/generators/service.js +1 -1
  140. package/bundle/obf/src/generators/services/_index.js +1 -1
  141. package/bundle/obf/src/generators/services/openssl.js +1 -1
  142. package/bundle/obf/src/generators/services/translation.js +1 -1
  143. package/bundle/obf/src/maka.js +1 -1
  144. package/bundle/obf/src/tool.js +1 -1
  145. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  146. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  147. package/bundle/obf/src/tools/aws/aws.interfaces.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/options/options.class.js +1 -1
  157. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  158. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  159. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  160. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  161. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  162. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  163. 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(0xfa))/0x1+parseInt(f(0xeb))/0x2+-parseInt(f(0xdb))/0x3+parseInt(f(0xe4))/0x4*(-parseInt(f(0xf4))/0x5)+parseInt(f(0xd2))/0x6*(parseInt(f(0xc8))/0x7)+-parseInt(f(0xe7))/0x8*(parseInt(f(0xe0))/0x9)+parseInt(f(0xef))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xaee0f));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0xe3)]()[h(0xf8)](h(0xda))[h(0xe3)]()['constructor'](a58a)['search'](h(0xda));});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(0xdf)],'category':Category[i(0xf5)],'shape':Shape[i(0xd6)],'color':Color[i(0xd0)],'texture':Texture[i(0xfe)],'rating':Rating[i(0xd5)],'weight':0x1});}[a58j(0xd1)](){return this['description'];}}export class Sword extends Item{constructor(a,b){var k=a58j;super({'name':a,'description':b,'size':Size[k(0xdf)],'category':Category[k(0xd9)],'shape':Shape['Blade'],'color':Color[k(0xee)],'texture':Texture[k(0xe1)],'rating':Rating[k(0xd5)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0xca)],'category':Category[l(0xd9)],'shape':Shape[l(0xe6)],'color':Color[l(0xed)],'texture':Texture[l(0xe1)],'rating':Rating[l(0xc9)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[m(0xcc)],'shape':Shape[m(0xcd)],'color':Color[m(0xee)],'texture':Texture['Metallic'],'rating':Rating[m(0xd5)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0xca)],'category':Category[n(0xfb)],'shape':Shape[n(0xd6)],'color':Color[n(0xee)],'texture':Texture[n(0xe1)],'rating':Rating[n(0xd5)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0xdf)],'category':Category[o(0xe8)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[o(0xe1)],'rating':Rating[o(0xd5)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0xdf)],'category':Category[p(0xf2)],'shape':Shape[p(0xcd)],'color':Color['Brown'],'texture':Texture[p(0xfe)],'rating':Rating[p(0xd5)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0xfc)],'category':Category[q(0xdc)],'shape':Shape[q(0xcd)],'color':Color[q(0xed)],'texture':Texture[q(0xfe)],'rating':Rating[q(0xd5)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0xdf)],'category':Category[r(0xd8)],'shape':Shape[r(0xd6)],'color':Color[r(0xee)],'texture':Texture[r(0xe1)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0xea)],'category':Category[s(0xe9)],'shape':Shape[s(0xd6)],'color':Color[s(0xd0)],'texture':Texture[s(0xfe)],'rating':Rating[s(0xd5)],'weight':0x0});}[a58j(0xd1)](){var t=a58j;return t(0xf3);}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xc8;var f=c[d];return f;},a58d(a,b);}function a58c(){var C=['Blade','Common','Rectangle','Short\x20Sword','ArmArmor','Weapon','(((.+)+)+)+$','997815XBRRtb','Gloves','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Holy\x20Grail','Medium','2008953MqcBns','Metallic','apply','toString','4KgaXRe','Sniper\x20Rifle','Rifle','32cmqFPE','LegArmor','Key','Tiny','1333518dOOqKt','Unknown\x20Author','Brown','Grey','9224770KpcqSb','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Boots','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','3480485WcnmYV','Unknown','pageCount','publishDate','search','Cup','54092APuLQR','BodyArmor','Small','You\x20hold\x20the\x20','Smooth','7719103eAtryd','Rare','Large','author','Helmet','Circle','Legendary','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Yellow','use','6jHGUiK','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22'];a58c=function(){return C;};return a58c();}export class Weapon extends Item{constructor(a,b){var u=a58j;super({'name':a,'description':b,'size':Size[u(0xdf)],'category':Category[u(0xd9)],'shape':Shape[u(0xd4)],'color':Color[u(0xee)],'texture':Texture[u(0xe1)],'rating':Rating[u(0xd5)],'weight':0x3});}[a58j(0xd1)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a58j(0xcb)];[a58j(0xf7)];[a58j(0xf6)];constructor(a,b='A\x20mysterious\x20book.',c=a58j(0xec)){var v=a58j;super({'name':a,'description':b,'size':Size[v(0xdf)],'category':Category['Book'],'shape':Shape['Rectangle'],'color':Color[v(0xed)],'texture':Texture[v(0xfe)],'rating':Rating['Common'],'weight':0x1}),this[v(0xcb)]=c,this[v(0xf7)]=new Date(),this[v(0xf6)]=0x64;}['use'](){var w=a58j;return w(0xf0);}}export class ShortSword extends Item{constructor(){var x=a58j;super({'name':x(0xd7),'description':x(0xdd),'size':Size[x(0xdf)],'category':Category[x(0xd9)],'shape':Shape['Blade'],'color':Color[x(0xee)],'texture':Texture[x(0xe1)],'rating':Rating[x(0xd5)],'weight':0x3});}['use'](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var y=a58j;super({'name':y(0xe5),'description':'An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','size':Size['Large'],'category':Category[y(0xd9)],'shape':Shape[y(0xe6)],'color':Color[y(0xed)],'texture':Texture[y(0xfe)],'rating':Rating['Common'],'weight':0x5});}[a58j(0xd1)](){var z=a58j;return z(0xd3);}}export class HolyGrail extends Item{constructor(){var A=a58j;super({'name':A(0xde),'description':A(0xcf),'size':Size[A(0xfc)],'category':Category[A(0xf9)],'shape':Shape[A(0xcd)],'color':Color['Gold'],'texture':Texture[A(0xe1)],'rating':Rating[A(0xce)],'weight':0x1});}['use'](){var B=a58j;return B(0xfd)+this['name']+B(0xf1);}}
1
+ var a58t=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x180))/0x1*(-parseInt(f(0x175))/0x2)+parseInt(f(0x174))/0x3+-parseInt(f(0x1a2))/0x4*(-parseInt(f(0x17f))/0x5)+parseInt(f(0x193))/0x6+parseInt(f(0x186))/0x7*(parseInt(f(0x19b))/0x8)+parseInt(f(0x172))/0x9*(parseInt(f(0x170))/0xa)+parseInt(f(0x196))/0xb*(-parseInt(f(0x182))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x2a0a6));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x17c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x177)]()['search'](h(0x16f))[h(0x177)]()[h(0x191)](a58a)[h(0x18d)](h(0x16f));});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(0x17b)],'category':Category[i(0x16b)],'shape':Shape[i(0x16d)],'color':Color['Yellow'],'texture':Texture[i(0x18e)],'rating':Rating[i(0x19a)],'weight':0x1});}['use'](){var j=a58d;return this[j(0x199)];}}export class Sword extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size[k(0x17b)],'category':Category[k(0x1a3)],'shape':Shape[k(0x18b)],'color':Color[k(0x19c)],'texture':Texture[k(0x190)],'rating':Rating[k(0x19a)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size['Large'],'category':Category[l(0x1a3)],'shape':Shape['Rifle'],'color':Color[l(0x171)],'texture':Texture[l(0x190)],'rating':Rating[l(0x1a6)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size[m(0x17b)],'category':Category[m(0x176)],'shape':Shape[m(0x178)],'color':Color[m(0x19c)],'texture':Texture['Metallic'],'rating':Rating[m(0x19a)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size['Large'],'category':Category[n(0x188)],'shape':Shape['Rectangle'],'color':Color[n(0x19c)],'texture':Texture[n(0x190)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[o(0x197)],'shape':Shape[o(0x16d)],'color':Color[o(0x19c)],'texture':Texture[o(0x190)],'rating':Rating[o(0x19a)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size[p(0x17b)],'category':Category[p(0x183)],'shape':Shape[p(0x178)],'color':Color[p(0x171)],'texture':Texture[p(0x18e)],'rating':Rating[p(0x19a)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size[q(0x1a5)],'category':Category[q(0x17a)],'shape':Shape[q(0x178)],'color':Color['Brown'],'texture':Texture[q(0x18e)],'rating':Rating[q(0x19a)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58d;super({'name':a,'description':b,'size':Size[r(0x17b)],'category':Category[r(0x19e)],'shape':Shape['Rectangle'],'color':Color[r(0x19c)],'texture':Texture[r(0x190)],'rating':Rating[r(0x19a)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58d;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[s(0x173)],'shape':Shape[s(0x16d)],'color':Color[s(0x198)],'texture':Texture[s(0x18e)],'rating':Rating[s(0x19a)],'weight':0x0});}[a58t(0x195)](){var u=a58t;return u(0x192);}}export class Weapon extends Item{constructor(a,b){var v=a58t;super({'name':a,'description':b,'size':Size[v(0x17b)],'category':Category[v(0x1a3)],'shape':Shape[v(0x18b)],'color':Color[v(0x19c)],'texture':Texture['Metallic'],'rating':Rating[v(0x19a)],'weight':0x3});}['use'](){var w=a58t;return w(0x18f);}}export class Book extends Item{[a58t(0x16e)];['publishDate'];[a58t(0x179)];constructor(a,b='A\x20mysterious\x20book.',c=a58t(0x19d)){var x=a58t;super({'name':a,'description':b,'size':Size[x(0x17b)],'category':Category[x(0x187)],'shape':Shape[x(0x16d)],'color':Color[x(0x171)],'texture':Texture[x(0x18e)],'rating':Rating[x(0x19a)],'weight':0x1}),this[x(0x16e)]=c,this[x(0x18c)]=new Date(),this[x(0x179)]=0x64;}[a58t(0x195)](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}function a58c(){var E=['Rifle','12tKiYIT','Boots','Holy\x20Grail','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','53914FCKTsI','Book','BodyArmor','You\x20hold\x20the\x20','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Blade','publishDate','search','Smooth','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Metallic','constructor','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','1671150UONteH','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','use','13325752WUzSMK','LegArmor','Yellow','description','Common','184rWqNGc','Grey','Unknown\x20Author','ArmArmor','Short\x20Sword','name','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','762364MoDgso','Weapon','Legendary','Small','Rare','Unknown','Gold','Rectangle','author','(((.+)+)+)+$','170WBbglO','Brown','97947fxPOsR','Key','822777FIyFyH','422zTWyzn','Helmet','toString','Circle','pageCount','Gloves','Medium','apply','Large','Sniper\x20Rifle','5BEouEg','1318ferXYw'];a58c=function(){return E;};return a58c();}export class ShortSword extends Item{constructor(){var y=a58t;super({'name':y(0x19f),'description':y(0x185),'size':Size[y(0x17b)],'category':Category['Weapon'],'shape':Shape[y(0x18b)],'color':Color[y(0x19c)],'texture':Texture[y(0x190)],'rating':Rating[y(0x19a)],'weight':0x3});}[a58t(0x195)](){var z=a58t;return z(0x18f);}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x16b;var f=c[d];return f;},a58d(a,b);}export class SniperRifle extends Item{constructor(){var A=a58t;super({'name':A(0x17e),'description':A(0x18a),'size':Size[A(0x17d)],'category':Category['Weapon'],'shape':Shape[A(0x181)],'color':Color['Brown'],'texture':Texture[A(0x18e)],'rating':Rating[A(0x19a)],'weight':0x5});}[a58t(0x195)](){var B=a58t;return B(0x1a1);}}export class HolyGrail extends Item{constructor(){var C=a58t;super({'name':C(0x184),'description':C(0x194),'size':Size[C(0x1a5)],'category':Category['Cup'],'shape':Shape[C(0x178)],'color':Color[C(0x16c)],'texture':Texture[C(0x190)],'rating':Rating[C(0x1a4)],'weight':0x1});}[a58t(0x195)](){var D=a58t;return D(0x189)+this[D(0x1a0)]+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
@@ -1 +1 @@
1
- function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x10a;let f=c[d];return f;},a60d(a,b);}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x164))/0x1*(-parseInt(f(0x134))/0x2)+parseInt(f(0x172))/0x3*(parseInt(f(0x136))/0x4)+-parseInt(f(0x117))/0x5*(parseInt(f(0x176))/0x6)+parseInt(f(0x17c))/0x7+-parseInt(f(0x173))/0x8+-parseInt(f(0x157))/0x9+parseInt(f(0x17b))/0xa*(parseInt(f(0x156))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x39835));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x11d)]()[h(0x153)](h(0x14b))[h(0x11d)]()[h(0x171)](a60a)[h(0x153)](h(0x14b));});a60a();export const rooms=[{'name':'Library','description':a60i(0x16d),'isStartRoom':!![],'items':[{'type':a60i(0x132),'name':a60i(0x13b),'description':a60i(0x13e)},{'type':a60i(0x165),'name':a60i(0x13a),'description':a60i(0x17a),'content':a60i(0x162)}],'exits':[{'direction':a60i(0x131),'targetRoom':'Secret\x20Passage'}]},{'name':a60i(0x14e),'description':a60i(0x174),'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x168),'keyRequired':a60i(0x13b)},{'direction':'SOUTH','targetRoom':a60i(0x180)}]},{'name':a60i(0x168),'description':a60i(0x12b),'items':[{'type':a60i(0x111),'name':a60i(0x120),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':'Courtyard','description':a60i(0x152),'roomType':a60i(0x15d),'exits':[{'direction':'UP','targetRoom':a60i(0x160)}]},{'name':a60i(0x160),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0x15d),'puzzle':{'requiredPhrase':'secret123','riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60i(0x146),'name':a60i(0x11a),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x113),'failureMessage':a60i(0x15e)}}];export const dungeonConfig=[{'name':a60i(0x125),'description':a60i(0x144),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x13d),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':'key','name':a60i(0x147),'description':a60i(0x15a)},'successMessage':a60i(0x16e),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60i(0x14f),'targetRoom':a60i(0x142)},{'direction':a60i(0x15c),'targetRoom':a60i(0x135),'keyRequired':a60i(0x147)}]},{'name':a60i(0x142),'description':a60i(0x14d),'roomType':a60i(0x154),'items':[{'type':a60i(0x165),'name':a60i(0x179),'description':a60i(0x128),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x132),'name':a60i(0x147),'description':a60i(0x15a)}],'exits':[{'direction':a60i(0x15b),'targetRoom':a60i(0x125)},{'direction':a60i(0x15c),'targetRoom':a60i(0x181)}]},{'name':a60i(0x181),'description':a60i(0x17d),'roomType':a60i(0x154),'items':[{'type':a60i(0x163),'name':a60i(0x166),'description':a60i(0x126)}],'exits':[{'direction':a60i(0x10e),'targetRoom':a60i(0x142)},{'direction':a60i(0x14f),'targetRoom':'Armory'}]},{'name':a60i(0x114),'description':a60i(0x14a),'roomType':a60i(0x154),'items':[{'type':a60i(0x161),'name':'Emblem\x20Shield','description':a60i(0x143)},{'type':a60i(0x11f),'name':'Rusted\x20Sword','description':a60i(0x175)}],'exits':[{'direction':'south','targetRoom':a60i(0x181)},{'direction':a60i(0x15c),'targetRoom':'Central\x20Chamber'}]},{'name':'Central\x20Chamber','description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':'inside','exits':[{'direction':a60i(0x10e),'targetRoom':a60i(0x114)},{'direction':a60i(0x15b),'targetRoom':a60i(0x125)},{'direction':a60i(0x14f),'targetRoom':a60i(0x10d)},{'direction':a60i(0x15c),'targetRoom':a60i(0x168)}]},{'name':a60i(0x10d),'description':a60i(0x123),'roomType':a60i(0x154),'items':[{'type':a60i(0x132),'name':a60i(0x148),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x14c),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a60i(0x149),'name':'Ancient\x20Gem','description':a60i(0x16b)},'successMessage':a60i(0x124),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0x15b),'targetRoom':'Central\x20Chamber'}]},{'name':'Treasure\x20Room','description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x154),'puzzle':{'requiredPhrase':a60i(0x127),'riddle':a60i(0x12f),'rewardItem':{'type':a60i(0x178),'name':a60i(0x150),'description':a60i(0x139)},'successMessage':a60i(0x115),'failureMessage':a60i(0x137)},'exits':[{'direction':a60i(0x10e),'targetRoom':a60i(0x135)}]}];function a60c(){const j=['The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','EAST','key','Jackpoint\x20Login','6148jsQsii','Central\x20Chamber','4WgXbPy','The\x20chest\x20remains\x20firmly\x20shut.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','A\x20chalice\x20made\x20of\x20pure\x20gold.','Guard\x27s\x20Log\x20Book','Golden\x20Key','Ares\x20Predator','open\x20sesame','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Mage\x27s\x20Lair','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','outside','Study','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','rifle','Central\x20Chamber\x20Key','Blood-stained\x20Key','gem','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','(((.+)+)+)+$','release','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Secret\x20Passage','north','Golden\x20Chalice','down','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','search','inside','Amulet\x20of\x20Awakening','55zgLBuN','2590911FNvkKG','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','show\x20loyalty','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','south','east','OUTSIDE','That\x20passcode\x20is\x20incorrect','Barrens\x20Entrance','Watch\x20Tower','shield','Chad\x20the\x20stupid\x20guard','basic','29eTEiqY','book','Empty\x20vial','CorpSec\x20Plans','Treasure\x20Room','Downtown\x20Seattle','apply','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','decrypt','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','constructor','854439RDjzKc','3305000jkiMOE','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','An\x20old\x20and\x20rusted\x20sword.','24ijQMSg','NORTH','cup','Riddle\x20Book','A\x20thin\x20log\x20book','1106450FKhsWY','185675OhFWJQ','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Corp\x20Enclave','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Courtyard','Alchemy\x20Lab','Barrens\x20Hideout','A\x20small\x20surveillance\x20drone.','drone','Torture\x20Chamber','west','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','holyGrail','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','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','Armory','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','21415QdBXWT','Gang\x20Insignia','Encrypted\x20Data\x20Key','Sniper\x20Rifle','The\x20data\x20remains\x20encrypted.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','toString','Rigger\x27s\x20Workshop','sword','Holy\x20Grail','MCT\x20Fly-Spy','weapon','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Entrance\x20Hall','A\x20clear\x20glass\x20vial.','insert\x20gem','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','amulet','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20creditstick\x20loaded\x20with\x20nuyen.'];a60c=function(){return j;};return a60c();}export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a60i(0x129),'isStartRoom':!![],'roomType':a60i(0x154),'exits':[{'direction':a60i(0x14f),'targetRoom':a60i(0x169)},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':'Matrix\x20Data\x20Haven','description':a60i(0x12d),'roomType':a60i(0x154),'puzzle':{'requiredPhrase':a60i(0x16f),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60i(0x132),'name':a60i(0x119),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0x130),'failureMessage':a60i(0x11b)},'exits':[{'direction':a60i(0x151),'targetRoom':a60i(0x133)}]},{'name':a60i(0x169),'description':a60i(0x16c),'roomType':'outside','exits':[{'direction':'south','targetRoom':'Jackpoint\x20Login'},{'direction':'east','targetRoom':'Barrens\x20Entrance'},{'direction':'west','targetRoom':a60i(0x17e)}]},{'name':a60i(0x15f),'description':a60i(0x12a),'roomType':'outside','puzzle':{'requiredPhrase':a60i(0x159),'riddle':a60i(0x138),'rewardItem':{'type':a60i(0x132),'name':a60i(0x118),'description':a60i(0x158)},'successMessage':a60i(0x110),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':'west','targetRoom':a60i(0x169)},{'direction':a60i(0x14f),'targetRoom':a60i(0x10a)}]},{'name':a60i(0x17e),'description':a60i(0x140),'roomType':a60i(0x154),'items':[{'type':'creditstick','name':'Corporate\x20Creditstick','description':a60i(0x12e)},{'type':'document','name':a60i(0x167),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':'east','targetRoom':'Downtown\x20Seattle'}]},{'name':'Barrens\x20Hideout','description':a60i(0x10f),'roomType':a60i(0x141),'items':[{'type':a60i(0x122),'name':a60i(0x13c),'description':a60i(0x145)}],'exits':[{'direction':a60i(0x15b),'targetRoom':a60i(0x15f)},{'direction':a60i(0x14f),'targetRoom':a60i(0x13f)},{'direction':a60i(0x15c),'targetRoom':a60i(0x11e)}]},{'name':a60i(0x13f),'description':a60i(0x11c),'roomType':a60i(0x154),'puzzle':{'requiredPhrase':'disenchant','riddle':a60i(0x116),'rewardItem':{'type':a60i(0x12c),'name':a60i(0x155),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a60i(0x112),'failureMessage':a60i(0x170)},'exits':[{'direction':'south','targetRoom':a60i(0x10a)}]},{'name':a60i(0x11e),'description':a60i(0x17f),'roomType':a60i(0x154),'items':[{'type':a60i(0x10c),'name':a60i(0x121),'description':a60i(0x10b)}],'exits':[{'direction':'west','targetRoom':a60i(0x10a)}]}];
1
+ const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x13c))/0x1*(-parseInt(f(0x153))/0x2)+parseInt(f(0x148))/0x3*(-parseInt(f(0x15f))/0x4)+-parseInt(f(0x199))/0x5*(parseInt(f(0x178))/0x6)+-parseInt(f(0x186))/0x7+parseInt(f(0x164))/0x8+-parseInt(f(0x18a))/0x9+parseInt(f(0x185))/0xa*(parseInt(f(0x188))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xe8711));function a60c(){const j=['Matrix\x20Data\x20Haven','Amulet\x20of\x20Awakening','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','290YGnzvQ','3623837eCDpcr','weapon','1414457zvRQUl','Alchemy\x20Lab','5651190DrJTOt','creditstick','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Golden\x20Key','Ares\x20Predator','Central\x20Chamber','toString','Mage\x27s\x20Lair','A\x20clear\x20glass\x20vial.','Golden\x20Chalice','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','shield','A\x20key\x20stained\x20with\x20old\x20blood.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','10Zoqzbj','insert\x20gem','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Watch\x20Tower','inside','Empty\x20vial','Corp\x20Enclave','down','The\x20chest\x20remains\x20firmly\x20shut.','rifle','(((.+)+)+)+$','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','north','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','east','key','Central\x20Chamber\x20Key','Barrens\x20Entrance','Entrance\x20Hall','book','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Nothing\x20happens.','A\x20thin\x20log\x20book','Torture\x20Chamber','10djyzmk','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','A\x20long-range\x20weapon.','open\x20sesame','outside','Rigger\x27s\x20Workshop','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','A\x20small\x20surveillance\x20drone.','Treasure\x20Room','That\x20passcode\x20is\x20incorrect','Riddle\x20Book','Secret\x20Passage','3nxDlsA','apply','west','Armory','holyGrail','Encrypted\x20Data\x20Key','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Library','CorpSec\x20Plans','amulet','164462uTXFhJ','Jackpoint\x20Login','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','secret123','NORTH','constructor','The\x20data\x20remains\x20encrypted.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','basic','Study','drone','A\x20creditstick\x20loaded\x20with\x20nuyen.','5212724RehoRN','disenchant','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Rusted\x20Sword','Guard\x27s\x20Log\x20Book','14658080scjdvY','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Barrens\x20Hideout','SOUTH','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','MCT\x20Fly-Spy','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','A\x20chalice\x20made\x20of\x20pure\x20gold.','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','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','OUTSIDE','Downtown\x20Seattle','Sniper\x20Rifle','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','cup','south','4014330VXqIti','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','The\x20legendary\x20Holy\x20Grail.','search','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','EAST','Courtyard','Corporate\x20Creditstick'];a60c=function(){return j;};return a60c();}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x190)]()[h(0x17c)](h(0x1a3))['toString']()[h(0x158)](a60a)[h(0x17c)]('(((.+)+)+)+$');});a60a();export const rooms=[{'name':a60i(0x150),'description':a60i(0x175),'isStartRoom':!![],'items':[{'type':a60i(0x1a8),'name':a60i(0x18d),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':a60i(0x1ac),'name':a60i(0x163),'description':a60i(0x1af),'content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a60i(0x17e),'targetRoom':a60i(0x147)}]},{'name':a60i(0x147),'description':a60i(0x142),'exits':[{'direction':a60i(0x157),'targetRoom':a60i(0x144),'keyRequired':a60i(0x18d)},{'direction':a60i(0x167),'targetRoom':a60i(0x17f)}]},{'name':a60i(0x144),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x14c),'name':'Holy\x20Grail','description':a60i(0x17b)}]},{'name':a60i(0x17f),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a60i(0x171),'exits':[{'direction':'UP','targetRoom':a60i(0x19c)}]},{'name':a60i(0x19c),'description':a60i(0x19b),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':a60i(0x156),'riddle':a60i(0x168),'rewardItem':{'type':a60i(0x1a2),'name':a60i(0x173),'description':a60i(0x13e)},'successMessage':a60i(0x16f),'failureMessage':a60i(0x145)}}];function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x13b;let f=c[d];return f;},a60d(a,b);}export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60i(0x16c),'isStartRoom':!![],'roomType':a60i(0x19d),'puzzle':{'requiredPhrase':a60i(0x13f),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':'key','name':a60i(0x1a9),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0x16d),'failureMessage':a60i(0x1ae)},'exits':[{'direction':a60i(0x1a5),'targetRoom':a60i(0x15c)},{'direction':'east','targetRoom':a60i(0x18f),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':'Study','description':a60i(0x18c),'roomType':a60i(0x19d),'items':[{'type':a60i(0x1ac),'name':a60i(0x146),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x1ad)},{'type':a60i(0x1a8),'name':a60i(0x1a9),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x1ab)},{'direction':'east','targetRoom':a60i(0x189)}]},{'name':a60i(0x189),'description':a60i(0x174),'roomType':a60i(0x19d),'items':[{'type':a60i(0x15b),'name':a60i(0x19e),'description':a60i(0x192)}],'exits':[{'direction':a60i(0x14a),'targetRoom':a60i(0x15c)},{'direction':a60i(0x1a5),'targetRoom':'Armory'}]},{'name':a60i(0x14b),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a60i(0x19d),'items':[{'type':a60i(0x196),'name':'Emblem\x20Shield','description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':'sword','name':a60i(0x162),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x189)},{'direction':'east','targetRoom':a60i(0x18f)}]},{'name':a60i(0x18f),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':'inside','exits':[{'direction':a60i(0x14a),'targetRoom':'Armory'},{'direction':a60i(0x177),'targetRoom':a60i(0x1ab)},{'direction':a60i(0x1a5),'targetRoom':a60i(0x13b)},{'direction':a60i(0x1a7),'targetRoom':a60i(0x144)}]},{'name':a60i(0x13b),'description':a60i(0x183),'roomType':a60i(0x19d),'items':[{'type':a60i(0x1a8),'name':'Blood-stained\x20Key','description':a60i(0x197)}],'puzzle':{'requiredPhrase':'release','riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':'gem','name':'Ancient\x20Gem','description':a60i(0x1a4)},'successMessage':a60i(0x17d),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x18f)}]},{'name':a60i(0x144),'description':a60i(0x161),'roomType':a60i(0x19d),'puzzle':{'requiredPhrase':a60i(0x19a),'riddle':a60i(0x198),'rewardItem':{'type':a60i(0x176),'name':a60i(0x193),'description':a60i(0x16e)},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a60i(0x1a1)},'exits':[{'direction':a60i(0x14a),'targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a60i(0x1a6),'isStartRoom':!![],'roomType':a60i(0x19d),'exits':[{'direction':a60i(0x1a5),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0x181)}]},{'name':a60i(0x181),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':'inside','puzzle':{'requiredPhrase':'decrypt','riddle':a60i(0x16b),'rewardItem':{'type':a60i(0x1a8),'name':a60i(0x14d),'description':a60i(0x195)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a60i(0x159)},'exits':[{'direction':a60i(0x1a0),'targetRoom':a60i(0x154)}]},{'name':'Downtown\x20Seattle','description':a60i(0x15a),'roomType':'outside','exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x154)},{'direction':a60i(0x1a7),'targetRoom':a60i(0x1aa)},{'direction':a60i(0x14a),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x1aa),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':'outside','puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a60i(0x169),'rewardItem':{'type':a60i(0x1a8),'name':'Gang\x20Insignia','description':a60i(0x13d)},'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':'Downtown\x20Seattle'},{'direction':a60i(0x1a5),'targetRoom':a60i(0x166)}]},{'name':a60i(0x19f),'description':a60i(0x184),'roomType':a60i(0x19d),'items':[{'type':a60i(0x18b),'name':a60i(0x180),'description':a60i(0x15e)},{'type':'document','name':a60i(0x151),'description':a60i(0x170)}],'exits':[{'direction':a60i(0x1a7),'targetRoom':a60i(0x172)}]},{'name':a60i(0x166),'description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':a60i(0x140),'items':[{'type':a60i(0x187),'name':a60i(0x18e),'description':a60i(0x165)}],'exits':[{'direction':a60i(0x177),'targetRoom':'Barrens\x20Entrance'},{'direction':'north','targetRoom':a60i(0x191)},{'direction':a60i(0x1a7),'targetRoom':'Rigger\x27s\x20Workshop'}]},{'name':a60i(0x191),'description':a60i(0x17a),'roomType':a60i(0x19d),'puzzle':{'requiredPhrase':a60i(0x160),'riddle':a60i(0x14f),'rewardItem':{'type':a60i(0x152),'name':a60i(0x182),'description':a60i(0x14e)},'successMessage':a60i(0x155),'failureMessage':a60i(0x194)},'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x166)}]},{'name':a60i(0x141),'description':a60i(0x179),'roomType':a60i(0x19d),'items':[{'type':a60i(0x15d),'name':a60i(0x16a),'description':a60i(0x143)}],'exits':[{'direction':a60i(0x14a),'targetRoom':a60i(0x166)}]}];
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x14d))/0x1+parseInt(f(0x136))/0x2+-parseInt(f(0x146))/0x3*(-parseInt(f(0x142))/0x4)+parseInt(f(0x13d))/0x5+parseInt(f(0x152))/0x6+-parseInt(f(0x138))/0x7*(parseInt(f(0x144))/0x8)+-parseInt(f(0x155))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x454f7));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x139)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x159)]()[h(0x151)]('(((.+)+)+)+$')[h(0x159)]()[h(0x140)](a61a)[h(0x151)](h(0x145));});function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x136;var f=c[d];return f;},a61d(a,b);}a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x15b)];[a61i(0x15a)];[a61i(0x149)];[a61i(0x148)];}export class AbstractRoom extends EventEmitter{[a61i(0x14a)];['description'];[a61i(0x153)];['inventory'];[a61i(0x157)];[a61i(0x141)];['isStartRoom'];}export class AbstractDoor{[a61i(0x14b)];['roomB'];[a61i(0x143)];[a61i(0x150)];[a61i(0x14a)];[a61i(0x149)];['isLockable'];}export class AbstractInventory{[a61i(0x147)];['logger'];}export class AbstractItem{[a61i(0x13c)];[a61i(0x14a)];[a61i(0x13e)];['size'];[a61i(0x158)];[a61i(0x14e)];[a61i(0x137)];['texture'];[a61i(0x14c)];['weight'];}export class AbstractPlayer{[a61i(0x13b)];[a61i(0x13f)];[a61i(0x14f)];[a61i(0x154)];[a61i(0x156)];['_logger'];}export class AbstractPuzzle{[a61i(0x149)];[a61i(0x13a)];}function a61c(){var j=['168679mPqnrP','apply','solved','_playerName','uuid','1984760KQNayM','description','_currentLocation','constructor','roomType','4sLCCfO','isLocked','8SKOlCe','(((.+)+)+)+$','28806bNMWeZ','items','characterLocations','logger','name','roomA','rating','384757AJLizE','shape','_inventory','unlockItemOrSolution','search','34362kFdZHy','exits','_equipment','5815800nEVQFl','_maxCarryingWeight','puzzle','category','toString','player','rooms','314308qdbfXk','color'];a61c=function(){return j;};return a61c();}
1
+ var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x1a1))/0x1+parseInt(f(0x194))/0x2*(-parseInt(f(0x1aa))/0x3)+-parseInt(f(0x18f))/0x4+-parseInt(f(0x19e))/0x5+-parseInt(f(0x1a7))/0x6*(parseInt(f(0x197))/0x7)+parseInt(f(0x1a0))/0x8+-parseInt(f(0x1ab))/0x9*(-parseInt(f(0x1a2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x320d7));function a61c(){var i=['unlockItemOrSolution','name','toString','isStartRoom','logger','(((.+)+)+)+$','_maxCarryingWeight','player','uuid','roomB','description','_inventory','25060IRCNTf','_playerName','items','rooms','roomType','111596VHgggU','weight','exits','2824493uZGMfo','constructor','category','texture','isLocked','solved','inventory','350605QUHtZW','rating','3092336YsPdlk','399646bSVjdL','2335000iXNfaN','_currentLocation','shape','search','_logger','6smmNwG','isLockable','roomA','18CoXjSE','9pCOPxW'];a61c=function(){return i;};return a61c();}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var g=a61d;return a61a[g(0x1ae)]()[g(0x1a5)](g(0x1b1))['toString']()[g(0x198)](a61a)[g(0x1a5)](g(0x1b1));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x192)];[a61h(0x1b3)];[a61h(0x1b0)];['characterLocations'];}export class AbstractRoom extends EventEmitter{[a61h(0x1ad)];[a61h(0x18d)];[a61h(0x196)];[a61h(0x19d)];['puzzle'];[a61h(0x193)];[a61h(0x1af)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x18b;var f=c[d];return f;},a61d(a,b);}export class AbstractDoor{[a61h(0x1a9)];[a61h(0x18c)];[a61h(0x19b)];[a61h(0x1ac)];[a61h(0x1ad)];[a61h(0x1b0)];[a61h(0x1a8)];}export class AbstractInventory{[a61h(0x191)];[a61h(0x1b0)];}export class AbstractItem{[a61h(0x18b)];[a61h(0x1ad)];['description'];['size'];[a61h(0x199)];[a61h(0x1a4)];['color'];[a61h(0x19a)];[a61h(0x19f)];[a61h(0x195)];}export class AbstractPlayer{[a61h(0x190)];[a61h(0x1a3)];[a61h(0x18e)];['_equipment'];[a61h(0x1b2)];[a61h(0x1a6)];}export class AbstractPuzzle{[a61h(0x1b0)];[a61h(0x19c)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x1d2))/0x1+parseInt(k(0x1c9))/0x2*(parseInt(k(0x1c4))/0x3)+-parseInt(k(0x192))/0x4*(-parseInt(k(0x1b3))/0x5)+parseInt(k(0x1f0))/0x6*(parseInt(k(0x1dc))/0x7)+parseInt(k(0x1a9))/0x8*(parseInt(k(0x1d6))/0x9)+-parseInt(k(0x1d5))/0xa+parseInt(k(0x1dd))/0xb*(-parseInt(k(0x1b7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xaa922));export var Size;(function(a){var l=a62d;a['Tiny']=l(0x1cc),a[l(0x1f1)]='small',a[l(0x1b8)]=l(0x1b6),a[l(0x1ba)]=l(0x1c0),a[l(0x1a3)]=l(0x1d1);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x1ee)]=m(0x1a8),a[m(0x1ab)]=m(0x1c5),a[m(0x190)]=m(0x1c7);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x1d0)]=n(0x1ea),a[n(0x1af)]=n(0x1d9),a[n(0x1e9)]='key',a[n(0x1c6)]=n(0x1df),a['Helmet']='helmet',a['Hat']='hat',a[n(0x1ca)]='boots',a[n(0x1a6)]=n(0x1c3),a[n(0x191)]=n(0x196),a[n(0x18b)]='body\x20armor',a[n(0x1ac)]=n(0x1b1),a[n(0x1bd)]=n(0x1a2),a[n(0x1e7)]=n(0x18e);}(Category||(Category={})));function a62c(){var u=['INSIDE','Circle','medium','12VelKyW','Medium','cave','Large','DESERT','inside','Cup','Brown','Rough','large','east','search','leg\x20armor','3gwPxOw','rare','Gloves','legendary','Green','2060556ZtLQYw','Boots','circle','tiny','red','BEACH','fuzzy','Weapon','very\x20large','455650rcZMcr','bumpy','(((.+)+)+)+$','8130140ltEcTw','228879aBNQgt','underground','Grey','shield','outside','blade','651Qobayx','17370804dGMWfG','Rifle','gloves','constructor','tower','MOUNTAIN','TOWER','yellow','rectangle','CAVE','Unknown','WEST','Key','weapon','smooth','triangle','south','Common','grainy','79242MrZfwx','Small','BodyArmor','gold','rough','unknown','mountain','Legendary','ArmArmor','1236NdcMWP','EAST','forest','NORTH','arm\x20armor','brown','toString','purple','Grainy','sea','beach','Blue','SEA','square','west','rifle','cup','VeryLarge','Square','blue','LegArmor','grey','common','376NLZjep','Fuzzy','Rare','Book','green','orange','Shield','Orange','book','down','1500upnjgU'];a62c=function(){return u;};return a62c();}export var Shape;(function(c){var p=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 o=a62d;return e[o(0x198)]()[o(0x1c2)](o(0x1d4))[o(0x198)]()[o(0x1e0)](e)['search']('(((.+)+)+)+$');});e(),c[p(0x1b5)]=p(0x1cb),c[p(0x1a4)]=p(0x19f),c['Triangle']=p(0x1ec),c['Rectangle']=p(0x1e5),c['Blade']=p(0x1db),c[p(0x1de)]=p(0x1a1);}(Shape||(Shape={})));export var Color;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x18b;var f=c[d];return f;},a62d(a,b);}(function(a){var q=a62d;a['Red']=q(0x1cd),a[q(0x19d)]=q(0x1a5),a[q(0x1c8)]=q(0x1ad),a['Yellow']=q(0x1e4),a[q(0x1b0)]=q(0x1ae),a['Purple']=q(0x199),a[q(0x1d8)]=q(0x1a7),a[q(0x1be)]=q(0x197),a['Gold']=q(0x18c);}(Color||(Color={})));export var Texture;(function(a){var r=a62d;a['Smooth']=r(0x1eb),a[r(0x1bf)]=r(0x18d),a['Bumpy']=r(0x1d3),a[r(0x1aa)]=r(0x1cf),a[r(0x19a)]=r(0x1ef),a['Metallic']='metallic';}(Texture||(Texture={})));export var RoomType;(function(a){var s=a62d;a[s(0x1b4)]=s(0x1bc),a['OUTSIDE']=s(0x1da),a['UNDERGROUND']=s(0x1d7),a[s(0x1e6)]=s(0x1b9),a[s(0x1e3)]=s(0x1e1),a['FOREST']=s(0x194),a[s(0x1bb)]='desert',a[s(0x1e2)]=s(0x18f),a[s(0x1ce)]=s(0x19c),a[s(0x19e)]=s(0x19b);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a[t(0x195)]='north',a[t(0x193)]=t(0x1c1),a['SOUTH']=t(0x1ed),a[t(0x1e8)]=t(0x1a0),a['UP']='up',a['DOWN']=t(0x1b2);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0xc0))/0x1*(-parseInt(k(0x92))/0x2)+parseInt(k(0xb0))/0x3+-parseInt(k(0xa1))/0x4*(-parseInt(k(0xd7))/0x5)+parseInt(k(0x86))/0x6*(-parseInt(k(0xe6))/0x7)+parseInt(k(0xd8))/0x8+parseInt(k(0x8b))/0x9*(-parseInt(k(0x95))/0xa)+parseInt(k(0xde))/0xb*(parseInt(k(0xc3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x60394));export var Size;(function(c){var n=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var l=a62d;if(h){var j=h[l(0xb8)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var m=a62d;return e[m(0xae)]()[m(0xbd)](m(0xa0))['toString']()[m(0xa9)](e)[m(0xbd)]('(((.+)+)+)+$');});e(),c[n(0x9d)]=n(0xc5),c[n(0xb3)]='small',c[n(0xb9)]=n(0xdb),c[n(0xcc)]='large',c[n(0x9b)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var o=a62d;a[o(0xe3)]=o(0xa6),a['Rare']='rare',a[o(0xd6)]=o(0xa3);}(Rating||(Rating={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x84;var f=c[d];return f;},a62d(a,b);}export var Category;(function(a){var p=a62d;a[p(0x87)]=p(0x9c),a[p(0xe1)]='shield',a[p(0x96)]='key',a[p(0xb1)]='gloves',a[p(0xa2)]=p(0xbc),a[p(0xc1)]=p(0xd1),a[p(0xac)]=p(0x97),a[p(0xc7)]=p(0x91),a[p(0x85)]='arm\x20armor',a[p(0xdc)]=p(0x89),a[p(0xa4)]=p(0x9f),a[p(0x90)]=p(0xca),a[p(0xb4)]=p(0xad);}(Category||(Category={})));export var Shape;(function(a){var q=a62d;a[q(0x8a)]=q(0xba),a['Square']=q(0xcb),a['Triangle']=q(0xc6),a[q(0xaa)]=q(0xe4),a[q(0xe7)]=q(0xe5),a[q(0xd9)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a['Red']=r(0xc4),a[r(0xc2)]=r(0xd0),a['Green']=r(0xd3),a['Yellow']=r(0x98),a[r(0xb7)]=r(0xdf),a[r(0xc8)]=r(0xd2),a['Grey']=r(0xcf),a[r(0xe2)]=r(0xbf),a[r(0x84)]='gold';}(Color||(Color={})));function a62c(){var v=['488081qDLJvM','orange','grainy','Shield','Brown','Common','rectangle','blade','14wbUrKN','Blade','underground','Gold','ArmArmor','2350452xMYjPY','Weapon','inside','body\x20armor','Circle','22950fDXvkS','MOUNTAIN','bumpy','cave','south','Cup','leg\x20armor','36aGfKSB','sea','Fuzzy','100tocVCu','Key','boots','yellow','north','UNDERGROUND','VeryLarge','weapon','Tiny','desert','book','(((.+)+)+)+$','28vPTlTX','Helmet','legendary','Book','down','common','CAVE','Bumpy','constructor','Rectangle','rough','Boots','unknown','toString','east','2364558cIrRjp','Gloves','SOUTH','Small','Unknown','DOWN','BEACH','Orange','apply','Medium','circle','metallic','helmet','search','beach','brown','40594vgiNaL','Hat','Blue','204GSPXQy','red','tiny','triangle','LegArmor','Purple','NORTH','cup','square','Large','INSIDE','fuzzy','grey','blue','hat','purple','green','smooth','Smooth','Legendary','180245zYPXAt','1111776laCTIW','Rifle','Rough','medium','BodyArmor','EAST'];a62c=function(){return v;};return a62c();}export var Texture;(function(a){var s=a62d;a[s(0xd5)]=s(0xd4),a[s(0xda)]=s(0xab),a[s(0xa8)]=s(0x8d),a[s(0x94)]=s(0xce),a['Grainy']=s(0xe0),a['Metallic']=s(0xbb);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0xcd)]=t(0x88),a['OUTSIDE']='outside',a[t(0x9a)]=t(0xe8),a[t(0xa7)]=t(0x8e),a['TOWER']='tower',a['FOREST']='forest',a['DESERT']=t(0x9e),a[t(0x8c)]='mountain',a[t(0xb6)]=t(0xbe),a['SEA']=t(0x93);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0xc9)]=u(0x99),a[u(0xdd)]=u(0xaf),a[u(0xb2)]=u(0x8f),a['WEST']='west',a['UP']='up',a[u(0xb5)]=u(0xa5);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0xc0))/0x1+-parseInt(f(0xb8))/0x2+-parseInt(f(0xbd))/0x3*(parseInt(f(0xc4))/0x4)+parseInt(f(0xbb))/0x5*(parseInt(f(0xbf))/0x6)+-parseInt(f(0xbe))/0x7*(parseInt(f(0xc6))/0x8)+parseInt(f(0xc3))/0x9+parseInt(f(0xc2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x2efa8));function a63c(){var i=['240963wtmIkO','apply','2428640eSQzGd','3395475LtxgWy','32QjvyFZ','search','16ztzkAX','731478XEcunB','(((.+)+)+)+$','toString','231055xQdkjv','constructor','90198wYboJP','380177ydyhaN','6uHPMkV'];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(0xc1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0xc5)](h(0xb9))[h(0xba)]()[h(0xbc)](a63a)[h(0xc5)](h(0xb9));});function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xb8;var f=c[d];return f;},a63d(a,b);}a63a();export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xb4))/0x1+parseInt(f(0xb0))/0x2+-parseInt(f(0xae))/0x3*(parseInt(f(0xac))/0x4)+parseInt(f(0xaa))/0x5+-parseInt(f(0xb1))/0x6+parseInt(f(0xb3))/0x7*(parseInt(f(0xa9))/0x8)+parseInt(f(0xaf))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x5e10a));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xb5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0xab)](h(0xad))[h(0xb2)]()[h(0xb6)](a63a)['search'](h(0xad));});a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xa9;var f=c[d];return f;},a63d(a,b);}export{};function a63c(){var i=['1034055UAlEOs','search','8BIwUHG','(((.+)+)+)+$','856308mMBinV','10560483PzmmUp','44558ytdTbY','2749722fmgmaV','toString','5275333ExdyCR','741647bevgUW','apply','constructor','8uctQiD'];a63c=function(){return i;};return a63c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x126))/0x1+parseInt(f(0x124))/0x2+parseInt(f(0x12c))/0x3+-parseInt(f(0x12e))/0x4*(parseInt(f(0x12b))/0x5)+parseInt(f(0x127))/0x6+parseInt(f(0x12d))/0x7*(parseInt(f(0x123))/0x8)+-parseInt(f(0x12a))/0x9*(parseInt(f(0x125))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xd83c0));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x123;var f=c[d];return f;},a64d(a,b);}function a64c(){var h=['search','15534BzUvnt','92605PnyMsU','2937168qsuuQM','10548559ZhoLEU','244HNKEpy','toString','(((.+)+)+)+$','8ItDFSq','3348258aHvfJO','30220twXjsn','1583863gAVDvY','8924784YOesBC','constructor'];a64c=function(){return h;};return a64c();}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']()['search'](g(0x130))[g(0x12f)]()[g(0x128)](a64a)[g(0x129)](g(0x130));});a64a();export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x19a))/0x1+-parseInt(f(0x193))/0x2*(parseInt(f(0x195))/0x3)+parseInt(f(0x19c))/0x4+parseInt(f(0x197))/0x5+-parseInt(f(0x191))/0x6+-parseInt(f(0x19b))/0x7*(-parseInt(f(0x19d))/0x8)+parseInt(f(0x198))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xbeba2));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x196)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x192)]()[h(0x190)](h(0x199))[h(0x192)]()[h(0x194)](a64a)[h(0x190)]('(((.+)+)+)+$');});a64a();function a64c(){var i=['search','7310076pMyYBd','toString','4nciARq','constructor','568569FzwJzY','apply','509985EraYEW','2330784vlyiAe','(((.+)+)+)+$','285679BitBAs','161gXbXpX','4773436SwgFfV','386072neyfTT'];a64c=function(){return i;};return a64c();}function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x190;var f=c[d];return f;},a64d(a,b);}export{};
@@ -1 +1 @@
1
- const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x149))/0x1*(-parseInt(y(0x142))/0x2)+parseInt(y(0x12a))/0x3+-parseInt(y(0x15e))/0x4*(-parseInt(y(0x13a))/0x5)+-parseInt(y(0x133))/0x6+parseInt(y(0x128))/0x7*(parseInt(y(0x15a))/0x8)+-parseInt(y(0x147))/0x9*(parseInt(y(0x170))/0xa)+parseInt(y(0x160))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xda9bb));import a65e from'blessed';import{capitalCase}from'change-case';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x126;let f=c[d];return f;},a65d(a,b);}import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a65c(){const I=['20oihgOC','OUTSIDE','17159802tEhktX','Gloves:\x20','checkIfLocked','Your\x20items\x20will\x20be\x20listed\x20here...','legs','clear','lock','Available\x20exits\x20will\x20be\x20shown\x20here...','player','name','mousemove','white','argv','25%','focus','checkIfLockable','15175550VBcymi','textbox','map','Torso:\x20','scroll','gloves','None','unequip','head','rightHand','torso','key','(((.+)+)+)+$','exit','exits','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','1178849CtxpSi','logBox','4292229MvLeHF','getInstance','apply','roomType','getAllItems','unlock','Left\x20Hand:\x20','-----\x20Exits\x20------\x0a','equipment','5685960TchmZf','setContent','render','search','size','split','line','1707320JMMVlv','leftHand','10%','feet','toString','log','Legs:\x20','<<<<<<<<---------\x20Terminating\x20game','3150acbjpw','\x20Equipment\x20','removeAllListeners','inventory','clearValue','9RALUfQ','getOtherSide','1063Tceaqo','20%','\x20Map\x20','write','screen','75%','enter','box','Head:\x20','Currently\x20in:\x20','getWelcomeMessage','arms','90%','append','parse','cyan','getValue','16XgwxQV','handleInput','currentLocation','\x20(Locked)'];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(0x12c)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g['toString']()[A(0x136)](A(0x17c))[A(0x13e)]()['constructor'](g)[A(0x136)](A(0x17c));});g();try{const h=a65e[B(0x14d)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a65e[B(0x150)]({'top':'0%','left':'75%','width':B(0x16d),'height':'45%','border':{'type':B(0x139)},'label':'\x20Inventory\x20','content':B(0x163),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x12e)]()[C(0x172)](v=>v['name']);i['setContent'](u['join']('\x0a')),h[C(0x135)]();};h[B(0x156)](i);const k=a65e['box']({'top':'45%','left':B(0x14e),'width':B(0x16d),'height':'25%','border':{'type':B(0x139)},'label':B(0x143),'content':B(0x127),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x156)](k);const l=t=>{const D=B;k[D(0x134)](D(0x151)+(t['head']?t[D(0x178)][D(0x169)]:D(0x176))+'\x0a'+(D(0x173)+(t[D(0x17a)]?t[D(0x17a)][D(0x169)]:D(0x176))+'\x0a')+(D(0x140)+(t[D(0x164)]?t[D(0x164)]['name']:D(0x176))+'\x0a')+('Feet:\x20'+(t[D(0x13d)]?t[D(0x13d)]['name']:'None')+'\x0a')+('Arms:\x20'+(t[D(0x154)]?t[D(0x154)][D(0x169)]:D(0x176))+'\x0a')+(D(0x161)+(t[D(0x175)]?t[D(0x175)][D(0x169)]:D(0x176))+'\x0a')+(D(0x130)+(t[D(0x13b)]?t[D(0x13b)]['name']:'None')+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x179)]?t[D(0x179)][D(0x169)]:D(0x176))+'\x0a')),h[D(0x135)]();},m=a65e[B(0x150)]({'top':'70%','left':'75%','width':B(0x16d),'height':B(0x14a),'border':{'type':'line'},'label':B(0x14b),'content':B(0x167),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x156)](m);const n=t=>{const E=B;let u=E(0x152)+t[E(0x169)]+'\x0a\x0a';u+=E(0x131),t[E(0x126)][E(0x137)]>0x0?t[E(0x126)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x148)](t);x[F(0x12d)]===RoomType[F(0x15f)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x169)];if(v[F(0x162)]())u+=F(0x15d);else v[F(0x16f)]()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m['setContent'](u),h[E(0x135)]();},o=a65e['box']({'id':B(0x129),'top':'0%','left':'0%','width':'75%','height':B(0x155),'border':{'type':B(0x139)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x144)](B(0x16a)),h[B(0x156)](o);const p=a65e[B(0x171)]({'bottom':0x0,'left':0x0,'width':'100%','height':B(0x13c),'tags':!![],'border':{'type':'line'},'style':{'fg':B(0x16b),'border':{'fg':B(0x158)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x17b)](['escape','C-c'],()=>process[B(0x17d)](0x0)),p[B(0x16e)](),h[B(0x135)]();const q=Logger[B(0x12b)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0x14c)]('----->>>>>>\x20Initializing\x20Game');const s=a65f[B(0x12b)](r,d);o[B(0x134)](s[B(0x153)]()),l(s[B(0x168)][B(0x132)]),j(s[B(0x168)][B(0x145)]),n(s[B(0x168)][B(0x15c)]),p[B(0x17b)]([B(0x14f)],async()=>{const G=B,t=p[G(0x159)](),u=s[G(0x15b)](t);(t[G(0x138)]('\x20')[0x0]==='take'||'equip'||G(0x177))&&(j(s[G(0x168)][G(0x145)]),l(s[G(0x168)][G(0x132)])),(t[G(0x138)]('\x20')[0x0]==='go'||G(0x166)||G(0x12f))&&n(s[G(0x168)][G(0x15c)]),t[G(0x138)]('\x20')[0x0]===G(0x165)&&o['setContent'](''),u===null&&(console[G(0x13f)]('Thanks\x20for\x20playing!'),h[G(0x135)](),q[G(0x14c)](G(0x141)),process['exit'](0x0)),o['pushLine'](u),o[G(0x174)](0x1),p[G(0x146)](),p[G(0x16e)](),h[G(0x135)]();});}catch(t){console[B(0x13f)](t),process[B(0x17d)](0x1);}}const args=process[a65H(0x16c)]['slice'](0x2);main(args[0x0],JSON[a65H(0x157)](args[0x1]),JSON[a65H(0x157)](args[0x2]));
1
+ const a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x12f))/0x1*(-parseInt(y(0x12c))/0x2)+parseInt(y(0x134))/0x3+parseInt(y(0x135))/0x4+-parseInt(y(0x12d))/0x5+parseInt(y(0x13e))/0x6+-parseInt(y(0x125))/0x7+parseInt(y(0x144))/0x8*(-parseInt(y(0x147))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x244fd));import a65e from'blessed';function a65c(){const H=['getWelcomeMessage','slice','write','append','Arms:\x20','torso','textbox','white','pushLine','name','forEach','join','currentLocation','player','equipment','head','Head:\x20','\x20(Unlocked)','exits','25%','constructor','exit','lock','toString','1504524xmABLz','20%','removeAllListeners','enter','\x0aThere\x20are\x20no\x20exits\x20here.','getAllItems','escape','2jBkqXZ','1328495mWYBDZ','scroll','72253BkMSaq','split','setContent','----->>>>>>\x20Initializing\x20Game','C-c','774729viLBTU','250724FFUxwy','Thanks\x20for\x20playing!','45%','argv','line','checkIfLocked','getValue','\x20(Locked)','(((.+)+)+)+$','1767552ruGXGi','90%','None','take','yellow','logBox','467240TkrpYd','Left\x20Hand:\x20','gloves','9VsIHGp','mousemove','getInstance','70%','<<<<<<<<---------\x20Terminating\x20game','unequip','legs','key','handleInput','10%','render','clear','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Available\x20exits\x20will\x20be\x20shown\x20here...','rightHand','feet','Legs:\x20','Feet:\x20','size','100%','Gloves:\x20','equip','focus','Right\x20Hand:\x20','parse','Your\x20items\x20will\x20be\x20listed\x20here...','Currently\x20in:\x20','logFilePath','leftHand','Torso:\x20','search','checkIfLockable','75%','box','inventory'];a65c=function(){return H;};return a65c();}import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x103;let f=c[d];return f;},a65d(a,b);}export async function main(c,d,e){const A=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a65d;return g[z(0x124)]()['search'](z(0x13d))[z(0x124)]()[z(0x121)](g)[z(0x108)](z(0x13d));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a65e['box']({'top':'0%','left':'75%','width':A(0x120),'height':'45%','border':{'type':A(0x139)},'label':'\x20Inventory\x20','content':A(0x103),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x142)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x12a)]()['map'](v=>v[B(0x116)]);i[B(0x131)](u[B(0x118)]('\x0a')),h[B(0x151)]();};h['append'](i);const k=a65e[A(0x10b)]({'top':A(0x137),'left':A(0x10a),'width':A(0x120),'height':A(0x120),'border':{'type':A(0x139)},'label':'\x20Equipment\x20','content':A(0x153),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x142)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x110)](k);const l=t=>{const C=A;k[C(0x131)](C(0x11d)+(t[C(0x11c)]?t['head'][C(0x116)]:C(0x140))+'\x0a'+(C(0x107)+(t[C(0x112)]?t['torso'][C(0x116)]:C(0x140))+'\x0a')+(C(0x157)+(t[C(0x14d)]?t[C(0x14d)][C(0x116)]:C(0x140))+'\x0a')+(C(0x158)+(t[C(0x156)]?t[C(0x156)]['name']:C(0x140))+'\x0a')+(C(0x111)+(t['arms']?t['arms']['name']:C(0x140))+'\x0a')+(C(0x15b)+(t[C(0x146)]?t[C(0x146)][C(0x116)]:C(0x140))+'\x0a')+(C(0x145)+(t[C(0x106)]?t['leftHand'][C(0x116)]:'None')+'\x0a')+(C(0x15e)+(t[C(0x155)]?t['rightHand'][C(0x116)]:'None')+'\x0a')),h[C(0x151)]();},m=a65e[A(0x10b)]({'top':A(0x14a),'left':A(0x10a),'width':A(0x120),'height':A(0x126),'border':{'type':A(0x139)},'label':'\x20Map\x20','content':A(0x154),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x142)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const D=A;let u=D(0x104)+t[D(0x116)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t['exits'][D(0x159)]>0x0?t[D(0x11f)][D(0x117)]((v,w)=>{const E=D;if(v instanceof Door){const x=v['getOtherSide'](t);x['roomType']===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[E(0x116)];if(v[E(0x13a)]())u+=E(0x13c);else v[E(0x109)]()&&(u+=E(0x11e));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x129),m['setContent'](u),h[D(0x151)]();},o=a65e[A(0x10b)]({'id':A(0x143),'top':'0%','left':'0%','width':A(0x10a),'height':A(0x13f),'border':{'type':A(0x139)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x127)](A(0x148)),h[A(0x110)](o);const p=a65e[A(0x113)]({'bottom':0x0,'left':0x0,'width':A(0x15a),'height':A(0x150),'tags':!![],'border':{'type':A(0x139)},'style':{'fg':A(0x114),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x110)](p),h['key']([A(0x12b),A(0x133)],()=>process[A(0x122)](0x0)),p[A(0x15d)](),h[A(0x151)]();const q=Logger[A(0x149)](e[A(0x105)],h),r=new Player({'playerName':c});q[A(0x10f)](A(0x132));const s=a65f[A(0x149)](r,d);o[A(0x131)](s[A(0x10d)]()),l(s[A(0x11a)][A(0x11b)]),j(s[A(0x11a)]['inventory']),n(s[A(0x11a)][A(0x119)]),p[A(0x14e)]([A(0x128)],async()=>{const F=A,t=p[F(0x13b)](),u=s[F(0x14f)](t);(t[F(0x130)]('\x20')[0x0]===F(0x141)||F(0x15c)||F(0x14c))&&(j(s['player'][F(0x10c)]),l(s['player']['equipment'])),(t['split']('\x20')[0x0]==='go'||F(0x123)||'unlock')&&n(s[F(0x11a)][F(0x119)]),t[F(0x130)]('\x20')[0x0]===F(0x152)&&o['setContent'](''),u===null&&(console['log'](F(0x136)),h[F(0x151)](),q[F(0x10f)](F(0x14b)),process[F(0x122)](0x0)),o[F(0x115)](u),o[F(0x12e)](0x1),p['clearValue'](),p[F(0x15d)](),h[F(0x151)]();});}catch(t){console['log'](t),process[A(0x122)](0x1);}}const args=process[a65G(0x138)][a65G(0x10e)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a65G(0x15f)](args[0x2]));
@@ -1 +1 @@
1
- function a66c(){const r=['toString','393sRuqxy','find','writeFileSync','7083280cqOIYw','The\x20logbox\x20','content','setContent','filePath','render','instance','type','4591836bGTnNZ','12iHyHrb','3777510wKPIVG','93757rDDjwp','getScrollHeight','dirname','box','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','ensureLogFileExists','join','.maka','error','existsSync','42VJFaxh','homedir','hasScreen','[INFO]\x20[','[ERROR]\x20[','side-quest.log','1583936uQVFzN','screen','appendFileSync','2916wBeLpN','search','891534Zwdksd','constructor','(((.+)+)+)+$','getInstance','children','write'];a66c=function(){return r;};return a66c();}const a66j=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x204))/0x1*(-parseInt(h(0x202))/0x2)+-parseInt(h(0x1f6))/0x3*(parseInt(h(0x217))/0x4)+-parseInt(h(0x203))/0x5+parseInt(h(0x219))/0x6*(parseInt(h(0x20e))/0x7)+-parseInt(h(0x214))/0x8+parseInt(h(0x201))/0x9+parseInt(h(0x1f9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x79b63));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const i=a66d;return a66a[i(0x1f5)]()[i(0x218)](i(0x21b))['toString']()[i(0x21a)](a66a)['search']('(((.+)+)+)+$');});a66a();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1f3;let f=c[d];return f;},a66d(a,b);}import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66j(0x20f)]();export class Logger{static [a66j(0x1ff)];[a66j(0x1fd)];[a66j(0x215)];constructor(a,b){const k=a66j;this[k(0x1fd)]=a,this[k(0x215)]=b,this['ensureLogFileExists']();}static[a66j(0x21c)](a=a66g[a66j(0x20a)](homeDir,a66j(0x20b),a66j(0x213)),b){const l=a66j;if(!Logger[l(0x1ff)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger['instance']=new Logger(a,b);}return Logger[l(0x1ff)];}[a66j(0x209)](){const m=a66j,a=a66g[m(0x206)](this['filePath']);!a66e[m(0x20d)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e[m(0x20d)](this[m(0x1fd)])&&a66e[m(0x1f8)](this[m(0x1fd)],'');}[a66j(0x1f4)](a){const n=a66j,b=new Date()['toISOString'](),c=n(0x211)+b+']\x20'+a+'\x0a';a66e[n(0x216)](this['filePath'],c);}[a66j(0x20c)](a){const o=a66j,b=new Date()['toISOString'](),c=o(0x212)+b+']\x20'+a+'\x0a';a66e[o(0x216)](this[o(0x1fd)],c);}['log'](a){const p=a66j,b=this[p(0x215)]?.[p(0x1f3)][p(0x1f7)](c=>c[p(0x200)]===p(0x207)&&c['options']['id']==='logBox');b?(b[p(0x1fc)](b[p(0x1fb)]+'\x0a'+a),b['scrollTo'](b[p(0x205)]()),this[p(0x215)]?.[p(0x1fe)]()):this['error'](p(0x1fa)+b+p(0x208)+this[p(0x215)]),this['write'](a);}[a66j(0x210)](){const q=a66j;return!!this[q(0x215)];}}
1
+ const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x1d2))/0x1+-parseInt(h(0x1c6))/0x2+-parseInt(h(0x1c4))/0x3*(-parseInt(h(0x1cc))/0x4)+-parseInt(h(0x1cf))/0x5+-parseInt(h(0x1d8))/0x6+-parseInt(h(0x1d7))/0x7*(parseInt(h(0x1cb))/0x8)+-parseInt(h(0x1ca))/0x9*(-parseInt(h(0x1e0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xb121d));function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1c2;let f=c[d];return f;},a66d(a,b);}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x1da)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x1ed)](j(0x1d9))[j(0x1ce)]()['constructor'](a66a)[j(0x1ed)](j(0x1d9));});a66a();import a66e from'fs';function a66c(){const s=['getScrollHeight','96813wsANco','115608lqCHdJ','3028NDNhVU','instance','toString','4804665xvDtka','write','join','968880vNXmIK','dirname','render','appendFileSync','screen','427FaajOJ','3597810UKtseP','(((.+)+)+)+$','apply','content','[ERROR]\x20[','options','[INFO]\x20[','log','3900YlngJH','children','existsSync','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','error','hasScreen','find','toISOString','filePath','setContent','getInstance','scrollTo','writeFileSync','search','.maka','ensureLogFileExists','4737zBSVyo','box','2508082smyfhS','side-quest.log','The\x20logbox\x20'];a66c=function(){return s;};return a66c();}import a66f from'os';import a66g from'path';const homeDir=a66f['homedir']();export class Logger{static [a66k(0x1cd)];[a66k(0x1e8)];[a66k(0x1d6)];constructor(a,b){const l=a66k;this[l(0x1e8)]=a,this[l(0x1d6)]=b,this['ensureLogFileExists']();}static[a66k(0x1ea)](a=a66g[a66k(0x1d1)](homeDir,a66k(0x1c2),a66k(0x1c7)),b){const m=a66k;if(!Logger[m(0x1cd)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0x1cd)]=new Logger(a,b);}return Logger[m(0x1cd)];}[a66k(0x1c3)](){const n=a66k,a=a66g[n(0x1d3)](this[n(0x1e8)]);!a66e[n(0x1e2)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e['existsSync'](this['filePath'])&&a66e[n(0x1ec)](this[n(0x1e8)],'');}[a66k(0x1d0)](a){const o=a66k,b=new Date()[o(0x1e7)](),c=o(0x1de)+b+']\x20'+a+'\x0a';a66e[o(0x1d5)](this[o(0x1e8)],c);}[a66k(0x1e4)](a){const p=a66k,b=new Date()[p(0x1e7)](),c=p(0x1dc)+b+']\x20'+a+'\x0a';a66e[p(0x1d5)](this[p(0x1e8)],c);}[a66k(0x1df)](a){const q=a66k,b=this[q(0x1d6)]?.[q(0x1e1)][q(0x1e6)](c=>c['type']===q(0x1c5)&&c[q(0x1dd)]['id']==='logBox');b?(b[q(0x1e9)](b[q(0x1db)]+'\x0a'+a),b[q(0x1eb)](b[q(0x1c9)]()),this[q(0x1d6)]?.[q(0x1d4)]()):this[q(0x1e4)](q(0x1c8)+b+q(0x1e3)+this[q(0x1d6)]),this[q(0x1d0)](a);}[a66k(0x1e5)](){const r=a66k;return!!this[r(0x1d6)];}}
@@ -1 +1 @@
1
- const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0x96))/0x1+-parseInt(k(0x8c))/0x2+-parseInt(k(0x97))/0x3*(-parseInt(k(0xa0))/0x4)+-parseInt(k(0x89))/0x5*(parseInt(k(0xa9))/0x6)+parseInt(k(0xaa))/0x7+-parseInt(k(0x90))/0x8+-parseInt(k(0xa7))/0x9*(-parseInt(k(0x91))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x31c20));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x8e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0xae)]()[m(0xa8)](m(0xaf))[m(0xae)]()[m(0xa2)](a67a)[m(0xa8)](m(0xaf));});a67a();function a67c(){const q=['2464378KriafL','stringify','url','getGlobalMakaDir','toString','(((.+)+)+)+$','5BkObaG','player','resolve','438332xRzwtI','maka\x20play:side-quest','apply','dungeon','2149128wzMKnS','10TzsdMq','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...','inherit','Play\x20a\x20little\x20side-quest','node','105477vmtNiw','7017PBPOpa','sideQuestAnswer','fsi','exit','./sideQuest/ui.js','What\x20is\x20your\x20name?','list','ask','side-quest','468huwSQS','shadowrun','constructor','options','log','bright','join','3300228OjUwWM','search','2437626bjnsSV'];a67c=function(){return q;};return a67c();}function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x89;let f=c[d];return f;},a67d(a,b);}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[a67n(0xac)]),__dirname=dirname(__filename);Command['create']({'name':a67n(0x9f),'usage':a67n(0x8d),'shortDesc':a67n(0x94),'aliases':['sq'],'description':a67n(0x92),'validOpts':[a67n(0x8a)]},async function(a,b){const o=a67n;try{const c=this[o(0x99)][o(0xad)](),d=a67e[o(0xa6)](c,'side-quest.log'),e=b[o(0x8a)]?b['player']:await Actions[o(0x9e)](o(0x9c))||'Commoner',f={...b,'logFilePath':d},g={'type':o(0x9d),'name':o(0x98),'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':o(0x8f),'value':dungeonConfig},{'name':o(0xa1),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xa3)](g);if(e&&h){const i=spawn(o(0x95),[a67e[o(0x8b)](__dirname,o(0x9b)),e,JSON[o(0xab)](h),JSON[o(0xab)](f)],{'stdio':o(0x93)});i['on'](o(0x9a),()=>{const p=o;Log[p(0xa5)]('Thanks\x20for\x20playing!');});}}catch(j){console[o(0xa4)](j);}},a67f);
1
+ const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0x13b))/0x1+-parseInt(k(0x138))/0x2*(-parseInt(k(0x149))/0x3)+-parseInt(k(0x132))/0x4+-parseInt(k(0x146))/0x5+parseInt(k(0x13c))/0x6+parseInt(k(0x145))/0x7*(-parseInt(k(0x130))/0x8)+-parseInt(k(0x141))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x4cd09));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x14a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0x13e)]()[m(0x14d)](m(0x142))[m(0x13e)]()[m(0x12f)](a67a)[m(0x14d)]('(((.+)+)+)+$');});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-0x12f;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';function a67c(){const q=['181928vYWySM','inherit','join','node','list','sideQuestAnswer','4dVYKhx','stringify','Play\x20a\x20little\x20side-quest','34385wyuQPa','1954452VLGuCo','Thanks\x20for\x20playing!','toString','player','./sideQuest/ui.js','2020158NcJMxq','(((.+)+)+)+$','exit','shadowrun','7wcBCWJ','73355RBVPPF','side-quest.log','side-quest','438063RvpNiu','apply','ask','url','search','fsi','bright','constructor','423368YwYenP','maka\x20play:side-quest'];a67c=function(){return q;};return a67c();}const __filename=fileURLToPath(import.meta[a67n(0x14c)]),__dirname=dirname(__filename);Command['create']({'name':a67n(0x148),'usage':a67n(0x131),'shortDesc':a67n(0x13a),'aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':[a67n(0x13f)]},async function(a,b){const o=a67n;try{const c=this[o(0x14e)]['getGlobalMakaDir'](),d=a67e[o(0x134)](c,o(0x147)),e=b[o(0x13f)]?b['player']:await Actions[o(0x14b)]('What\x20is\x20your\x20name?')||'Commoner',f={...b,'logFilePath':d},g={'type':o(0x136),'name':o(0x137),'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':'dungeon','value':dungeonConfig},{'name':o(0x144),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(o(0x135),[a67e['resolve'](__dirname,o(0x140)),e,JSON[o(0x139)](h),JSON[o(0x139)](f)],{'stdio':o(0x133)});i['on'](o(0x143),()=>{const p=o;Log[p(0x14f)](p(0x13d));});}}catch(j){console['log'](j);}},a67f);
@@ -1 +1 @@
1
- function a68c(){var k=['483RdgvoS','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','(((.+)+)+)+$','npx\x20command-line-snake','10270RhUOCo','apply','constructor','toString','150AOZKes','107MKeFYf','63805UZiXNC','1822744LsdhCi','8771085wzHNjb','search','snake','46408oPUvvf','35012395VfitUD','282438jNHhOL','10iJPANU'];a68c=function(){return k;};return a68c();}var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0xc4))/0x1*(parseInt(f(0xbf))/0x2)+parseInt(f(0xcc))/0x3+-parseInt(f(0xc6))/0x4+parseInt(f(0xc5))/0x5*(-parseInt(f(0xc3))/0x6)+-parseInt(f(0xce))/0x7*(parseInt(f(0xca))/0x8)+-parseInt(f(0xc7))/0x9+-parseInt(f(0xcd))/0xa*(-parseInt(f(0xcb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x8d235));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xc0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a['toString']()[h(0xc8)](h(0xbd))[h(0xc2)]()[h(0xc1)](a68a)['search']('(((.+)+)+)+$');});function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xbc;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['create']({'name':a68i(0xc9),'usage':'maka\x20game:snake','shortDesc':a68i(0xbc),'validOpts':[]},async function(){var j=a68i;execSync(j(0xbe),{'stdio':'inherit'});},a68e);
1
+ (function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x178))/0x1+-parseInt(f(0x17c))/0x2*(-parseInt(f(0x17e))/0x3)+parseInt(f(0x182))/0x4+-parseInt(f(0x17f))/0x5*(-parseInt(f(0x17d))/0x6)+-parseInt(f(0x181))/0x7+-parseInt(f(0x180))/0x8*(parseInt(f(0x183))/0x9)+-parseInt(f(0x179))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x789cd));function a68c(){var j=['6nUwOIj','572103medpgG','3186865dPrqyp','5656YWGDJJ','4661111jvedXR','1471516QtAYIb','4599kjXchv','(((.+)+)+)+$','search','constructor','npx\x20command-line-snake','452239fdSvxf','1270130wEOOiQ','apply','inherit','2RBSTJt'];a68c=function(){return j;};return a68c();}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x17a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a['toString']()[h(0x175)](h(0x174))['toString']()[h(0x176)](a68a)[h(0x175)]('(((.+)+)+)+$');});a68a();import a68e from'./play.command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x174;var f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':'snake','usage':'maka\x20game:snake','shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var i=a68d;execSync(i(0x177),{'stdio':i(0x17b)});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x163))/0x1*(parseInt(f(0x166))/0x2)+-parseInt(f(0x172))/0x3+parseInt(f(0x16d))/0x4+parseInt(f(0x174))/0x5*(-parseInt(f(0x176))/0x6)+-parseInt(f(0x173))/0x7+parseInt(f(0x16e))/0x8*(-parseInt(f(0x16a))/0x9)+-parseInt(f(0x169))/0xa*(-parseInt(f(0x16c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x91412));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x168)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x16f)]()[h(0x164)](h(0x167))[h(0x16f)]()[h(0x170)](a69a)[h(0x164)](h(0x167));});a69a();import a69e from'./play.command.js';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x163;var f=c[d];return f;},a69d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x165)]({'name':'tetris','usage':a69i(0x177),'shortDesc':a69i(0x171),'validOpts':[]},async function(){var j=a69i;execSync(j(0x175),{'stdio':j(0x16b)});},a69e);function a69c(){var k=['(((.+)+)+)+$','apply','7871010ZqWTdi','3239199ixvDgE','inherit','33WTaTqn','3145012oqGiWI','24GPZwSg','toString','constructor','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','2075568GrDZmV','3851351cKGasW','290DAGtUv','npx\x20simple-tetris','66084kLLtRC','maka\x20game:tetris','1275EFzvhd','search','create','640XbVPbI'];a69c=function(){return k;};return a69c();}
1
+ function a69c(){var k=['3694302DefQOT','3132572DGNkRR','apply','tetris','18778930REjlAJ','5mbMiHi','create','maka\x20game:tetris','12694851QvdLdf','16LOrVDe','inherit','toString','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','constructor','(((.+)+)+)+$','3TDLExW','528570sNmusA','461993ecuqXU','615362MRBWTI'];a69c=function(){return k;};return a69c();}var a69i=a69d;function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x1b9;var f=c[d];return f;},a69d(a,b);}(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x1c5))/0x1+-parseInt(f(0x1c7))/0x2*(parseInt(f(0x1c4))/0x3)+-parseInt(f(0x1c9))/0x4*(-parseInt(f(0x1ba))/0x5)+-parseInt(f(0x1c8))/0x6+parseInt(f(0x1c6))/0x7*(parseInt(f(0x1be))/0x8)+-parseInt(f(0x1bd))/0x9+parseInt(f(0x1b9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xf1213));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x1ca)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a['toString']()['search']('(((.+)+)+)+$')[h(0x1c0)]()[h(0x1c2)](a69a)['search'](h(0x1c3));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x1bb)]({'name':a69i(0x1cb),'usage':a69i(0x1bc),'shortDesc':a69i(0x1c1),'validOpts':[]},async function(){var j=a69i;execSync('npx\x20simple-tetris',{'stdio':j(0x1bf)});},a69e);
@@ -1 +1 @@
1
- const a70h=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0xea))/0x1*(-parseInt(f(0xf1))/0x2)+-parseInt(f(0xf2))/0x3*(-parseInt(f(0xe7))/0x4)+parseInt(f(0xf8))/0x5*(-parseInt(f(0xf7))/0x6)+parseInt(f(0xe8))/0x7+parseInt(f(0xeb))/0x8*(parseInt(f(0xef))/0x9)+-parseInt(f(0xe6))/0xa+-parseInt(f(0xe9))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xf3de0));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['toString']()[g(0xed)](g(0xf4))[g(0xee)]()[g(0xf9)](a70a)['search'](g(0xf4));});function a70c(){const j=['maka\x20g:dbc\x20geoserver\x20--type=pgsql','Scaffold\x20various\x20parts\x20of\x20your\x20application','error','9097310gnbaCr','20CERpfD','9914723iuBiyp','10828147bPKPID','1198033XrkRSz','24EqiKvs','maka\x20g:api\x20trucks','search','toString','1427175YEmQfa','generate','2ICtUSZ','949491WxMQdC','maka\x20{generate,\x20g}:<generator>\x20<name>','(((.+)+)+)+$','processAndRunGenerator','exit','534sCIHQi','99980UbGQiq','constructor','invoke'];a70c=function(){return j;};return a70c();}a70a();import{Command}from'../command.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xe4;let f=c[d];return f;},a70d(a,b);}import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':a70h(0xf0),'aliases':['g'],'usage':a70h(0xf3),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70h(0xe4),'description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos','maka\x20g:template\x20todos/todo_item','maka\x20g:package\x20package:name','maka\x20g:route\x20todos/edit',a70h(0xec),a70h(0xfb)]},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a['splice'](0x0,0x1),await a70e[i(0xf5)](c,a,b)):a70e[i(0xfa)](a,b);}catch(d){Log[i(0xe5)](d),process[i(0xf6)](0x1);}});
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0xe3))/0x1+-parseInt(f(0xe4))/0x2*(parseInt(f(0xed))/0x3)+parseInt(f(0xf3))/0x4*(-parseInt(f(0xe0))/0x5)+parseInt(f(0xf6))/0x6+parseInt(f(0xdf))/0x7*(parseInt(f(0xe1))/0x8)+parseInt(f(0xe6))/0x9*(parseInt(f(0xe2))/0xa)+parseInt(f(0xe8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xcd802));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0xf2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0xec)]()[h(0xe9)]('(((.+)+)+)+$')[h(0xec)]()['constructor'](a70a)[h(0xe9)](h(0xdd));});a70a();function a70c(){const k=['\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','apply','40ZUqJOB','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20{generate,\x20g}:<generator>\x20<name>','1991706uoEVCs','(((.+)+)+)+$','generate','2461046pYcQwP','295675ZwtRSZ','24qghXLC','8377540qGxSjV','1657643ehaWoA','12230dpWWqI','maka\x20g:package\x20package:name','18UfQqCy','maka\x20g:dbc\x20geoserver\x20--type=pgsql','1255540Vhdcgh','search','maka\x20g:api\x20trucks','maka\x20generate:scaffold\x20todos','toString','42qAMuJp','splice','maka\x20g:scaffold\x20todos','maka\x20g:template\x20todos/todo_item'];a70c=function(){return k;};return a70c();}function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xdd;let f=c[d];return f;},a70d(a,b);}import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':a70i(0xde),'aliases':['g'],'usage':a70i(0xf5),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0xf4),'description':a70i(0xf1),'examples':[a70i(0xeb),a70i(0xef),a70i(0xf0),a70i(0xe5),'maka\x20g:route\x20todos/edit',a70i(0xea),a70i(0xe7)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0xee)](0x0,0x1),await a70e['processAndRunGenerator'](c,a,b)):a70e['invoke'](a,b);}catch(d){Log['error'](d),process['exit'](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x8c))/0x1+-parseInt(f(0x7f))/0x2*(-parseInt(f(0x80))/0x3)+parseInt(f(0x87))/0x4*(parseInt(f(0x84))/0x5)+parseInt(f(0x85))/0x6+parseInt(f(0x88))/0x7+parseInt(f(0x8a))/0x8*(-parseInt(f(0x81))/0x9)+-parseInt(f(0x8b))/0xa*(parseInt(f(0x86))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x664fc));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var g=a71d;return a71a[g(0x8d)]()[g(0x82)](g(0x83))[g(0x8d)]()[g(0x89)](a71a)[g(0x82)](g(0x83));});function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x7f;var f=c[d];return f;},a71d(a,b);}function a71c(){var h=['597923pdkWrs','toString','771824ycezZr','3fGoWLV','302481wKMWWX','search','(((.+)+)+)+$','12575rYuxaL','1210140jJamDC','5423NPXJQk','488ZIGpzL','3341681tRhAQT','constructor','80GFKYEp','380ekssiw'];a71c=function(){return h;};return a71c();}a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0xe1))/0x1+-parseInt(f(0xdd))/0x2+-parseInt(f(0xdb))/0x3+-parseInt(f(0xd9))/0x4+parseInt(f(0xe2))/0x5+-parseInt(f(0xd8))/0x6+parseInt(f(0xe0))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x32eb0));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0xde)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0xd7)]()[h(0xdc)]('(((.+)+)+)+$')[h(0xd7)]()[h(0xdf)](a71a)[h(0xdc)](h(0xda));});a71a();function a71c(){var i=['1581414PLoELj','469624pFPLVM','(((.+)+)+)+$','1136652bbaGAz','search','248136aGIsGU','apply','constructor','5333307XPQojY','71666qUSpjh','2011260YqUvza','toString'];a71c=function(){return i;};return a71c();}import'./get.command.js';import'./global.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0xd7;var f=c[d];return f;},a71d(a,b);}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x19a))/0x1*(-parseInt(f(0x1a6))/0x2)+parseInt(f(0x1a4))/0x3*(-parseInt(f(0x1ab))/0x4)+parseInt(f(0x19d))/0x5*(-parseInt(f(0x1a9))/0x6)+-parseInt(f(0x19f))/0x7*(-parseInt(f(0x1aa))/0x8)+-parseInt(f(0x1a5))/0x9+-parseInt(f(0x19c))/0xa+parseInt(f(0x1a2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xdc1f7));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x19e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x1a7)]()[h(0x1ac)](h(0x198))[h(0x1a7)]()[h(0x197)](a72a)[h(0x1ac)](h(0x198));});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x197;let f=c[d];return f;},a72d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a72i(0x1a0),'usage':a72i(0x199),'shortDesc':a72i(0x1a3),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0x19b)](c);if(d)return await this[j(0x1a8)](c,a,b);else{Log[j(0x1a1)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});function a72c(){const k=['search','constructor','(((.+)+)+)+$','maka\x20get:<sub-command>','373207uiHaXK','findSubCommand','4794070aEOTYW','16345srKQTB','apply','10283EDXAcN','get','error','27055347JrksEI','Get\x20various\x20Maka\x20variables\x20and\x20configurations','121197QZVEIR','846837RZXSJM','4VbefSP','toString','runSubCommand','2118PQTgcg','5648qoKCeX','12SajVSD'];a72c=function(){return k;};return a72c();}export default GetCommand;
1
+ const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x97))/0x1*(-parseInt(f(0x90))/0x2)+parseInt(f(0x94))/0x3+parseInt(f(0x96))/0x4*(parseInt(f(0x92))/0x5)+-parseInt(f(0x9e))/0x6*(-parseInt(f(0x8c))/0x7)+-parseInt(f(0x9a))/0x8*(-parseInt(f(0xa0))/0x9)+-parseInt(f(0x8f))/0xa+-parseInt(f(0x8d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x5aaf5));function a72c(){const k=['Get\x20various\x20Maka\x20variables\x20and\x20configurations','77uWzfak','20824727llSHlL','create','863340yvOPaq','188qlCOEi','Sub-Command\x20not\x20found','135jStOdO','search','2122035eeoaMD','apply','81964cdnOtr','2424LNpCfB','toString','get','474312KxtpUb','findSubCommand','maka\x20get:<sub-command>','(((.+)+)+)+$','147048zOpBTM','runSubCommand','90yitHZL'];a72c=function(){return k;};return a72c();}const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x95)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x98)]()[h(0x93)](h(0x9d))['toString']()['constructor'](a72a)[h(0x93)](h(0x9d));});a72a();import{Command}from'../../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x8b;let f=c[d];return f;},a72d(a,b);}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a72i(0x8e)]({'name':a72i(0x99),'usage':a72i(0x9c),'shortDesc':a72i(0x8b),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0x9b)](c);if(d)return await this[j(0x9f)](c,a,b);else{Log['error'](j(0x91));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a73h=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x7f))/0x1+-parseInt(f(0x6b))/0x2*(-parseInt(f(0x7a))/0x3)+parseInt(f(0x76))/0x4*(-parseInt(f(0x78))/0x5)+-parseInt(f(0x73))/0x6+-parseInt(f(0x75))/0x7*(parseInt(f(0x71))/0x8)+-parseInt(f(0x79))/0x9+parseInt(f(0x7b))/0xa*(parseInt(f(0x6f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x8df6b));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(0x6e)]()[g(0x70)](g(0x7e))[g(0x6e)]()[g(0x6d)](a73a)['search']('(((.+)+)+)+$');});a73a();import a73e from'./get.command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x6a;let f=c[d];return f;},a73d(a,b);}import{Command}from'../../command.js';Command[a73h(0x7d)]({'name':a73h(0x7c),'usage':'maka\x20get:global-config','aliases':['gc'],'shortDesc':a73h(0x77),'validOpts':[]},async function(){const i=a73h;try{const a=await this[i(0x72)][i(0x80)]();console[i(0x6c)](a),process[i(0x74)](0x0);}catch(b){console[i(0x6a)](b),process['exit'](0x0);}},a73e);function a73c(){const j=['3089988saTIdl','2597631EFbTWU','126550TuuZWB','global-config','create','(((.+)+)+)+$','547694hGsjyx','getGlobalConfig','error','2oUBxgF','log','constructor','toString','3047BvCZwS','search','8705552yzbjjD','fsi','5667756fzEVkc','exit','7lrVoAu','3463932zYgHgb','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','5npgDoq'];a73c=function(){return j;};return a73c();}
1
+ const a73i=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1a9;let f=c[d];return f;},a73d(a,b);}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x1bd))/0x1*(-parseInt(f(0x1ba))/0x2)+parseInt(f(0x1b8))/0x3+-parseInt(f(0x1a9))/0x4*(-parseInt(f(0x1be))/0x5)+-parseInt(f(0x1b3))/0x6+-parseInt(f(0x1ad))/0x7+parseInt(f(0x1bf))/0x8*(parseInt(f(0x1af))/0x9)+parseInt(f(0x1b1))/0xa*(-parseInt(f(0x1aa))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x60091));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x1b9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a['toString']()[h(0x1bb)](h(0x1ac))[h(0x1b5)]()[h(0x1c0)](a73a)[h(0x1bb)]('(((.+)+)+)+$');});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x1b0)]({'name':a73i(0x1b7),'usage':a73i(0x1b4),'aliases':['gc'],'shortDesc':a73i(0x1b2),'validOpts':[]},async function(){const j=a73i;try{const a=await this['fsi'][j(0x1bc)]();console[j(0x1ab)](a),process[j(0x1b6)](0x0);}catch(b){console[j(0x1ae)](b),process[j(0x1b6)](0x0);}},a73e);function a73c(){const k=['search','getGlobalConfig','1knkUyy','169775NNtler','1318808zVmVpU','constructor','92IfFYTO','11NQVMeg','log','(((.+)+)+)+$','1900073rrNlGc','error','18kdDGxM','create','5678810VkWQvX','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','2257140AJHjpX','maka\x20get:global-config','toString','exit','global-config','1214655FQlQPF','apply','186638MrLORE'];a73c=function(){return k;};return a73c();}
@@ -1 +1 @@
1
- const a74i=a74d;function a74c(){const k=['4611220GdSNQj','create','5007448aqlYym','getMakaProjectConfig','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','fsi','176637EIKnhJ','constructor','search','toString','169056ebiDrN','apply','local-config','44wkWwEM','3814zmObTr','maka\x20get:local-config','643SgDKiE','5136895dxwQFl','570032hZwysm','259CuAGLc','18zXxwFn'];a74c=function(){return k;};return a74c();}(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0xdf))/0x1*(-parseInt(f(0xdd))/0x2)+-parseInt(f(0xd5))/0x3+parseInt(f(0xe1))/0x4+-parseInt(f(0xe0))/0x5+-parseInt(f(0xd9))/0x6*(-parseInt(f(0xe2))/0x7)+-parseInt(f(0xd1))/0x8*(-parseInt(f(0xe3))/0x9)+parseInt(f(0xe4))/0xa*(-parseInt(f(0xdc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xb2cb1));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0xda)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0xd8)]()[h(0xd7)]('(((.+)+)+)+$')['toString']()[h(0xd6)](a74a)[h(0xd7)]('(((.+)+)+)+$');});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xd0;let f=c[d];return f;},a74d(a,b);}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0xd0)]({'name':a74i(0xdb),'usage':a74i(0xde),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0xd3),'validOpts':[]},async function(){const j=a74i,a=await this[j(0xd4)][j(0xd2)]();console['log'](a);},a74e);
1
+ const a74i=a74d;function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1b2;let f=c[d];return f;},a74d(a,b);}(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x1c6))/0x1+parseInt(f(0x1c0))/0x2*(parseInt(f(0x1b3))/0x3)+parseInt(f(0x1b8))/0x4+-parseInt(f(0x1b5))/0x5*(-parseInt(f(0x1bf))/0x6)+-parseInt(f(0x1c7))/0x7*(-parseInt(f(0x1bc))/0x8)+-parseInt(f(0x1ba))/0x9+-parseInt(f(0x1b9))/0xa*(-parseInt(f(0x1c2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xccd62));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x1b2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x1b4)]()[h(0x1c1)](h(0x1c5))[h(0x1b4)]()['constructor'](a74a)[h(0x1c1)](h(0x1c5));});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';function a74c(){const k=['10427562wUmbCn','create','3811480iUjJbe','local-config','getMakaProjectConfig','1104RvvZdP','16xmwKma','search','462nuSqBl','maka\x20get:local-config','log','(((.+)+)+)+$','858595ZUJzSZ','7GSpPil','apply','271758hTUnEH','toString','27895QVmreJ','fsi','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','2443360WbCkat','4220EefMSD'];a74c=function(){return k;};return a74c();}Command[a74i(0x1bb)]({'name':a74i(0x1bd),'usage':a74i(0x1c3),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x1b7),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x1b6)][j(0x1be)]();console[j(0x1c4)](a);},a74e);
@@ -1 +1 @@
1
- function a75c(){const l=['hash','1926250DUyguU','110kZKGxF','2256465aZPXEk','913011RtUnte','7014awGRFo','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','8017443LutyzH','silent','error','exit','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','user','constructor','8jACsGH','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','search','notice','8393eYXSIX','getGlobalConfig','toString','apply','token','467650ffeupt','decode','whoami','2636045wsyWgX','4lygCII','maka\x20get:whoami','create','fsi','userId','roles'];a75c=function(){return l;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x15c;let f=c[d];return f;},a75d(a,b);}const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0x179))/0x1+-parseInt(g(0x16b))/0x2+-parseInt(g(0x178))/0x3*(parseInt(g(0x16f))/0x4)+parseInt(g(0x16e))/0x5+-parseInt(g(0x17a))/0x6*(-parseInt(g(0x166))/0x7)+parseInt(g(0x162))/0x8*(parseInt(g(0x17c))/0x9)+-parseInt(g(0x176))/0xa*(parseInt(g(0x177))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xc84e0));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x169)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x168)]()[i(0x164)]('(((.+)+)+)+$')['toString']()[i(0x161)](a75a)[i(0x164)]('(((.+)+)+)+$');});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command[a75j(0x171)]({'name':a75j(0x16d),'usage':a75j(0x170),'shortDesc':a75j(0x15f),'validOpts':[a75j(0x15c)]},async function(a,b){const k=a75j;try{const c=await this[k(0x172)][k(0x167)]();let d=null;return c[k(0x175)]&&(d=await a75f[k(0x16c)](c[k(0x175)]),!b[k(0x15c)]&&(Log[k(0x165)](k(0x163)+d?.[k(0x160)]),Log[k(0x165)](k(0x17b)+c[k(0x16a)]?.[k(0x173)]),Log[k(0x165)]('User\x20Access\x20Token:\x20\x20'+c[k(0x16a)]?.['authToken']),Log['notice']('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.[k(0x174)]['join'](',\x20')))),c;}catch(f){Log[k(0x15d)](f),process[k(0x15e)](0x1);}},a75e);
1
+ const a75i=a75d;function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x14d;let f=c[d];return f;},a75d(a,b);}function a75c(){const k=['fsi','(((.+)+)+)+$','notice','create','getGlobalConfig','constructor','21EJQtVn','silent','hash','10zYogAY','169628NXpOwW','decode','110808flLhPJ','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','join','user','2796123oLmfER','3RoQbRv','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','roles','userId','maka\x20get:whoami','User\x20Access\x20Token:\x20\x20','8924697PxFlXu','170TpdetV','736388sbaDGu','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','whoami','token','search','2124030MtDsTM','authToken','toString','712108JMvEpo'];a75c=function(){return k;};return a75c();}(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0x14e))/0x1+parseInt(g(0x156))/0x2*(parseInt(g(0x168))/0x3)+parseInt(g(0x161))/0x4*(-parseInt(g(0x14d))/0x5)+parseInt(g(0x153))/0x6+parseInt(g(0x15d))/0x7*(parseInt(g(0x163))/0x8)+parseInt(g(0x16e))/0x9+parseInt(g(0x160))/0xa*(-parseInt(g(0x167))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xbf4f2));const a75b=(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;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x155)]()['search'](h(0x158))[h(0x155)]()[h(0x15c)](a75a)[h(0x152)]('(((.+)+)+)+$');});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command[a75i(0x15a)]({'name':a75i(0x150),'usage':a75i(0x16c),'shortDesc':a75i(0x14f),'validOpts':[a75i(0x15e)]},async function(a,b){const j=a75i;try{const c=await this[j(0x157)][j(0x15b)]();let d=null;return c[j(0x15f)]&&(d=await a75f[j(0x162)](c[j(0x15f)]),!b[j(0x15e)]&&(Log[j(0x159)](j(0x169)+d?.[j(0x166)]),Log['notice']('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+c[j(0x151)]?.[j(0x16b)]),Log[j(0x159)](j(0x16d)+c[j(0x151)]?.[j(0x154)]),Log['notice'](j(0x164)+d?.[j(0x16a)][j(0x165)](',\x20')))),c;}catch(f){Log['error'](f),process['exit'](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76i=a76d;function a76c(){var j=['22395440UfXkXK','create','toString','apply','9669051ozFAlY','search','help','1572uEywiu','Deprecated:\x20use\x20--help\x20instead','720903diDbRS','3793404PjQFvE','505560RDhFeW','4610OfAySn','91755CfljDr'];a76c=function(){return j;};return a76c();}function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x19f;var f=c[d];return f;},a76d(a,b);}(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x1a7))/0x1+-parseInt(f(0x1a5))/0x2+parseInt(f(0x1a3))/0x3+-parseInt(f(0x1a4))/0x4+parseInt(f(0x1a6))/0x5*(parseInt(f(0x1a1))/0x6)+-parseInt(f(0x1ac))/0x7+parseInt(f(0x1a8))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xc1062));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1ab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x1aa)]()['search']('(((.+)+)+)+$')[h(0x1aa)]()['constructor'](a76a)[h(0x19f)]('(((.+)+)+)+$');});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0x1a9)]({'name':a76i(0x1a0),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a76i(0x1a2)},async function(){throw new UsageError();});
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x1bd))/0x1+-parseInt(f(0x1bb))/0x2+parseInt(f(0x1bf))/0x3*(parseInt(f(0x1c2))/0x4)+parseInt(f(0x1ba))/0x5+-parseInt(f(0x1b7))/0x6*(parseInt(f(0x1b8))/0x7)+parseInt(f(0x1bc))/0x8*(-parseInt(f(0x1b6))/0x9)+parseInt(f(0x1b4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x433f0));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1b9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x1b1)]()[h(0x1b3)](h(0x1c1))['toString']()[h(0x1b5)](a76a)['search']('(((.+)+)+)+$');});a76a();function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x1b1;var f=c[d];return f;},a76d(a,b);}function a76c(){var j=['toString','create','search','3140020zGzVUd','constructor','360kgUGBi','84YQNkNX','192451EoSFlx','apply','1035100MTVDYz','877288rqlLyL','29888wwqKbv','354341ALjvdy','Try,\x20maka\x20--help','1119189XRpHfb','help','(((.+)+)+)+$','4nvpybB'];a76c=function(){return j;};return a76c();}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0x1b2)]({'name':a76i(0x1c0),'description':a76i(0x1be),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77F=a77d;(function(a,b){const C=a77d,c=a();while(!![]){try{const d=parseInt(C(0x14f))/0x1+-parseInt(C(0x15f))/0x2+parseInt(C(0x145))/0x3*(-parseInt(C(0x140))/0x4)+parseInt(C(0x160))/0x5+-parseInt(C(0x138))/0x6+-parseInt(C(0x15a))/0x7*(-parseInt(C(0x177))/0x8)+parseInt(C(0x163))/0x9*(parseInt(C(0x13a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x3810a));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const D=a77d;if(c){const e=c[D(0x151)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const E=a77d;return a77a[E(0x154)]()[E(0x173)]('(((.+)+)+)+$')[E(0x154)]()[E(0x159)](a77a)[E(0x173)](E(0x156));});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';function a77c(){const J=['arch','error','includes','getUserDataDirectory','notice','maka\x20install\x20meteor\x20--release\x203.0.1','getGlobalConfig','Meteor\x20version\x20','grep','osx','search','keepInstallFile','exit','-rf','5696sTzaWB','maka\x20install\x20meteor\x20--force','downloadFile','https://packages.meteor.com/bootstrap-link?arch=os.','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','create','Cleaning\x20up','install','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','withSpinner','max','map','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','get','length','\x20is\x20available.','success','data','Proceed\x20anyway?','\x20is\x20not\x20available,\x20trying\x20','x86_64','2259846LkJQzS','join','21960Svfunj','checkAvailability','maka\x20install','\x20installed.\x0a','release','homedir','443628QepHfL','fsi','isFile','package-metadata','Using\x20CA\x20Cert\x20','9gkncdB','Preparing\x20to\x20install\x20Meteor\x20','packages','linux','&release=','Aborted','slice','timeout','arm64','meteor.tar.gz','414261gNpHBm','platform','apply','cacert','warn','toString','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','(((.+)+)+)+$','Aborting\x20install','cert','constructor','973VGdONj','NO_NODE_WARNINGS','getMeteorExePath','https://install.meteor.com','Downloading\x20Meteor\x20','558052WBEzzJ','1525645rDXBCo','getuid','confirm','1638iSkwyW','split','replace','maka\x20i','force','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'];a77c=function(){return J;};return a77c();}function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x130;let f=c[d];return f;},a77d(a,b);}import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e[a77F(0x13f)]();function isRoot(){const G=a77F;return process[G(0x161)]&&process['getuid']()===0x0;}function compareVersions(a,b){const H=a77F,c=a[H(0x164)]('.')[H(0x182)](Number),d=b['split']('.')[H(0x182)](Number);for(let e=0x0;e<Math[H(0x181)](c[H(0x131)],d[H(0x131)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77F(0x17c)]({'name':a77F(0x17e),'aliases':['i'],'validOpts':[a77F(0x167),a77F(0x13e),a77F(0x152),'keepInstallFile',a77F(0x14c)],'usage':a77F(0x13c),'shortDesc':a77F(0x183),'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\x20\x20','examples':['maka\x20install\x20meteor',a77F(0x178),a77F(0x16e),a77F(0x166)]},async function(a,b){const I=a77F;try{let c='';if(b[I(0x152)]){if(this['fsi'][I(0x142)](b['cacert']))Log[I(0x16d)](I(0x144)+b[I(0x152)]),c=b[I(0x152)];else throw I(0x17b)+c;}const d=await this['fsi'][I(0x16f)]();if(d[I(0x158)]){if(this[I(0x141)][I(0x142)](d[I(0x158)]))c=d['cert'];else throw I(0x155)+c;}let f=![];if(b['f']||b[I(0x167)])f=!![];else{const r=isRoot();r?(Log['warn'](I(0x168)),f=await Actions[I(0x162)](I(0x135),![])):f=!![];}if(!f)throw I(0x14a);const g=await HTTPS[I(0x130)]({'url':I(0x15d),'cert':c}),h=await this[I(0x141)][I(0x171)](g[I(0x134)],'RELEASE=');if(h[I(0x131)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process['env'][I(0x15b)]='1';const i=h[0x0][I(0x165)](/[^0-9.]/gi,'')[I(0x165)](/\r?\n|\r/,''),j='3.0.1';let k;b[I(0x13e)]?k=b[I(0x13e)]:compareVersions(i,j)<0x0?k=j:k=i;Log[I(0x16d)](I(0x146)+k);const l={'win32':'windows','darwin':I(0x172),'linux':I(0x148)};let m='https://packages.meteor.com/bootstrap-link?arch=os.'+l[a77e[I(0x150)]()]+'.'+(a77e[I(0x169)]()==='arm64'?I(0x14d):I(0x137))+I(0x149)+k,n=await HTTPS['checkAvailability']({'url':m,'cert':c});if(!n&&k[I(0x16b)]('-')){const s=k['split']('-'),t=s[0x0],u=s[I(0x14b)](0x1)['join']('-'),v=t[I(0x165)](/\.0+$/,'');Log[I(0x153)](I(0x170)+k+I(0x136)+v+'-'+u);const w=I(0x17a)+l[a77e[I(0x150)]()]+'.'+(a77e[I(0x169)]()===I(0x14d)?'arm64':I(0x137))+I(0x149)+v+'-'+u;n=await HTTPS[I(0x13b)]({'url':w,'cert':c}),n&&(k=v+'-'+u,m=w);}!n?(Log['error'](I(0x170)+k+'\x20is\x20not\x20available.'),process[I(0x175)](0x0)):Log[I(0x16d)](I(0x170)+k+I(0x132));const o=this[I(0x141)]['getMeteorInstallPath'](),p=this[I(0x141)][I(0x15c)](),q=this[I(0x141)][I(0x16c)]();if(a77g['existsSync'](p)){let x=![];b['f']||b[I(0x167)]?x=!![]:x=await Actions[I(0x162)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),x?(await SpawnAsync[I(0x180)]('rm',[I(0x176),a77f[I(0x139)](o,I(0x147))],{'message':I(0x17f)}),await SpawnAsync['withSpinner']('rm',[I(0x176),a77f[I(0x139)](o,I(0x143))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync[I(0x180)]('rm',[I(0x176),a77f[I(0x139)](o,'meteor')],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log['info'](I(0x157)),process[I(0x175)](0x0));}try{Log[I(0x16d)](I(0x15e)+k+'\x20from\x20'+m),await HTTPS[I(0x179)]({'url':m,'destPath':a77f[I(0x139)](homeDir,I(0x14e)),'cert':c,'timeout':b['timeout']?parseInt(b[I(0x14c)])*0x3e8:0x493e0});try{const y=a77f['join'](homeDir,I(0x14e));await this[I(0x141)]['extractTarGz'](y,q);}catch(z){Log[I(0x16a)]('Error\x20extracting\x20meteor.tar.gz\x20file');}}catch(A){console[I(0x16a)](A),process[I(0x175)](0x1);}finally{!b[I(0x174)]&&await SpawnAsync[I(0x180)]('rm',[I(0x176),a77f[I(0x139)](homeDir,I(0x14e))],{'message':I(0x17d)});}Log[I(0x133)](I(0x170)+k+I(0x13d)),process[I(0x175)](0x0);}catch(B){console['error'](B),process[I(0x175)](0x1);}});
1
+ const a77G=a77d;(function(a,b){const C=a77d,c=a();while(!![]){try{const d=parseInt(C(0xf6))/0x1+parseInt(C(0x112))/0x2*(parseInt(C(0xe5))/0x3)+-parseInt(C(0x10e))/0x4+parseInt(C(0xee))/0x5+-parseInt(C(0xea))/0x6*(-parseInt(C(0xe1))/0x7)+-parseInt(C(0xc4))/0x8*(-parseInt(C(0xf2))/0x9)+-parseInt(C(0x105))/0xa*(-parseInt(C(0x108))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x9506b));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const D=a77d;return a77a[D(0x10c)]()[D(0x10a)](D(0x101))[D(0x10c)]()['constructor'](a77a)[D(0x10a)](D(0x101));});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';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xb9;let f=c[d];return f;},a77d(a,b);}function a77c(){const I=['Cleaning\x20up','2142mDQqlN','get','linux','osx','199226RIQMqF','isFile','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Aborted','Meteor\x20version\x20','split','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','error','join','timeout','getGlobalConfig','(((.+)+)+)+$','cert','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','Error\x20extracting\x20meteor.tar.gz\x20file','212390MHfesJ','package-metadata','existsSync','11mqblwr','getMeteorInstallPath','search','meteor.tar.gz','toString','slice','1708032paXgnQ','x86_64','\x20from\x20','exit','36ldTmLu','Aborting\x20install','maka\x20i','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','https://packages.meteor.com/bootstrap-link?arch=os.','getMeteorExePath','maka\x20install\x20meteor\x20--release\x203.0.1','length','cacert','includes','windows','maka\x20install','296NxgOYZ','Preparing\x20to\x20install\x20Meteor\x20','warn','-rf','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','\x20is\x20not\x20available.','withSpinner','checkAvailability','3.0.1','getUserDataDirectory','&release=','Using\x20CA\x20Cert\x20','NO_NODE_WARNINGS','Network\x20error,\x20please\x20try\x20again.','Proceed\x20anyway?','downloadFile','arch','data','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','\x20is\x20available.','extractTarGz','install','https://install.meteor.com','release','map','keepInstallFile','notice','confirm','create','113239XrFLog','RELEASE=','info','\x20is\x20not\x20available,\x20trying\x20','101958qbqyiq','success','packages','replace','arm64','48mVkdUX','Downloading\x20Meteor\x20','force','fsi','334920mzRDRF','getuid','env'];a77c=function(){return I;};return a77c();}import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e['homedir']();function isRoot(){const E=a77d;return process[E(0xef)]&&process[E(0xef)]()===0x0;}function compareVersions(a,b){const F=a77d,c=a[F(0xfb)]('.')[F(0xdc)](Number),d=b[F(0xfb)]('.')[F(0xdc)](Number);for(let e=0x0;e<Math['max'](c['length'],d[F(0xbf)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77G(0xe0)]({'name':a77G(0xd9),'aliases':['i'],'validOpts':[a77G(0xec),'release',a77G(0xc0),'keepInstallFile',a77G(0xff)],'usage':a77G(0xc3),'shortDesc':a77G(0x103),'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\x20\x20','examples':['maka\x20install\x20meteor','maka\x20install\x20meteor\x20--force',a77G(0xbe),a77G(0xba)]},async function(a,b){const H=a77G;try{let c='';if(b[H(0xc0)]){if(this[H(0xed)][H(0xf7)](b[H(0xc0)]))Log[H(0xde)](H(0xcf)+b['cacert']),c=b[H(0xc0)];else throw H(0xf8)+c;}const d=await this['fsi'][H(0x100)]();if(d['cert']){if(this['fsi'][H(0xf7)](d['cert']))c=d[H(0x102)];else throw H(0xc8)+c;}let f=![];if(b['f']||b[H(0xec)])f=!![];else{const r=isRoot();r?(Log[H(0xc6)](H(0xd6)),f=await Actions[H(0xdf)](H(0xd2),![])):f=!![];}if(!f)throw H(0xf9);const g=await HTTPS[H(0xf3)]({'url':H(0xda),'cert':c}),h=await this['fsi']['grep'](g[H(0xd5)],H(0xe2));if(h[H(0xbf)]===0x0)throw H(0xd1);process[H(0xf0)][H(0xd0)]='1';const i=h[0x0][H(0xe8)](/[^0-9.]/gi,'')[H(0xe8)](/\r?\n|\r/,''),j=H(0xcc);let k;b[H(0xdb)]?k=b[H(0xdb)]:compareVersions(i,j)<0x0?k=j:k=i;Log[H(0xde)](H(0xc5)+k);const l={'win32':H(0xc2),'darwin':H(0xf5),'linux':H(0xf4)};let m=H(0xbc)+l[a77e['platform']()]+'.'+(a77e[H(0xd4)]()===H(0xe9)?'arm64':H(0x10f))+'&release='+k,n=await HTTPS[H(0xcb)]({'url':m,'cert':c});if(!n&&k[H(0xc1)]('-')){const s=k[H(0xfb)]('-'),t=s[0x0],u=s[H(0x10d)](0x1)['join']('-'),v=t[H(0xe8)](/\.0+$/,'');Log[H(0xc6)](H(0xfa)+k+H(0xe4)+v+'-'+u);const w='https://packages.meteor.com/bootstrap-link?arch=os.'+l[a77e['platform']()]+'.'+(a77e[H(0xd4)]()===H(0xe9)?H(0xe9):'x86_64')+H(0xce)+v+'-'+u;n=await HTTPS['checkAvailability']({'url':w,'cert':c}),n&&(k=v+'-'+u,m=w);}!n?(Log[H(0xfd)]('Meteor\x20version\x20'+k+H(0xc9)),process['exit'](0x0)):Log[H(0xde)]('Meteor\x20version\x20'+k+H(0xd7));const o=this[H(0xed)][H(0x109)](),p=this[H(0xed)][H(0xbd)](),q=this['fsi'][H(0xcd)]();if(a77g[H(0x107)](p)){let x=![];b['f']||b['force']?x=!![]:x=await Actions[H(0xdf)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),x?(await SpawnAsync['withSpinner']('rm',['-rf',a77f[H(0xfe)](o,H(0xe7))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(packages)'}),await SpawnAsync[H(0xca)]('rm',[H(0xc7),a77f[H(0xfe)](o,H(0x106))],{'message':H(0xbb)}),await SpawnAsync['withSpinner']('rm',[H(0xc7),a77f['join'](o,'meteor')],{'message':H(0xfc)})):(Log[H(0xe3)](H(0xb9)),process[H(0x111)](0x0));}try{Log[H(0xde)](H(0xeb)+k+H(0x110)+m),await HTTPS[H(0xd3)]({'url':m,'destPath':a77f[H(0xfe)](homeDir,'meteor.tar.gz'),'cert':c,'timeout':b[H(0xff)]?parseInt(b[H(0xff)])*0x3e8:0x493e0});try{const y=a77f[H(0xfe)](homeDir,H(0x10b));await this[H(0xed)][H(0xd8)](y,q);}catch(z){Log[H(0xfd)](H(0x104));}}catch(A){console[H(0xfd)](A),process[H(0x111)](0x1);}finally{!b[H(0xdd)]&&await SpawnAsync[H(0xca)]('rm',[H(0xc7),a77f[H(0xfe)](homeDir,H(0x10b))],{'message':H(0xf1)});}Log[H(0xe6)](H(0xfa)+k+'\x20installed.\x0a'),process[H(0x111)](0x0);}catch(B){console[H(0xfd)](B),process[H(0x111)](0x1);}});
@@ -1 +1 @@
1
- const a78m=a78d;function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x16a;let f=c[d];return f;},a78d(a,b);}(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0x180))/0x1+-parseInt(j(0x173))/0x2+-parseInt(j(0x16e))/0x3+-parseInt(j(0x188))/0x4+-parseInt(j(0x185))/0x5+-parseInt(j(0x17d))/0x6*(-parseInt(j(0x190))/0x7)+parseInt(j(0x16b))/0x8*(parseInt(j(0x181))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xa32b7));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x18b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a[l(0x16a)]()['search'](l(0x172))[l(0x16a)]()['constructor'](a78a)[l(0x17f)](l(0x172));});function a78c(){const o=['stringify','writeFileSync','5429270TaCvGT','logWithSpinner','inherit','1681480sMLNyk','app/private','fsi','apply','docs','\x20-c\x20','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','plugins/markdown','7BYhRiZ','logNotice','toString','37692520jdJfLY','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','pathFromProject','3913653hJaEov','app/packages','sep','.+\x5c.(j|t)s(doc|x)?$','(((.+)+)+)+$','2137268EVvHTH','logError','jsdoc-config.json','isFile','closure','Running\x20','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','stop','app/public','create','2360472brbcli','maka\x20jsdoc\x20--init','search','557225sfzBaq','9sfEFFv','maka\x20jsdoc'];a78c=function(){return o;};return a78c();}a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a78m(0x17c)]({'name':'jsdoc','usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a78m(0x18e),'examples':[a78m(0x17e),a78m(0x182)],'validOpts':[]},function(){const n=a78m,a=a78e['join'](this[n(0x18a)][n(0x16d)]({}),n(0x18c)+a78e[n(0x170)]),b=a78e['join'](this[n(0x18a)]['pathFromProject']({}),'config',n(0x175)),c=this[n(0x18a)]['pathFromProject']({}),d='jsdoc';if(!this[n(0x176)](b)){const g={'plugins':[n(0x18f)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',n(0x177)]},'source':{'includePattern':n(0x171),'excludePattern':n(0x179),'exclude':[n(0x16f),'app/node_modules',n(0x17b),n(0x189)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[n(0x184)](b,JSON[n(0x183)](g,null,0x4));}const f=this[n(0x186)](n(0x178)+d);try{const h=d+n(0x18d)+b+'\x20-r\x20app'+a78e[n(0x170)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0x187)}),this[n(0x191)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[n(0x174)](i),this['logError'](n(0x16c));}finally{f[n(0x17a)]();}});
1
+ const a78m=a78d;function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1ee;let f=c[d];return f;},a78d(a,b);}(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0x1fd))/0x1*(-parseInt(j(0x1f1))/0x2)+-parseInt(j(0x1f5))/0x3*(-parseInt(j(0x208))/0x4)+parseInt(j(0x20d))/0x5+-parseInt(j(0x200))/0x6+-parseInt(j(0x201))/0x7+-parseInt(j(0x1fa))/0x8+parseInt(j(0x202))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xa2b87));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x210)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a[l(0x1fb)]()['search']('(((.+)+)+)+$')[l(0x1fb)]()[l(0x205)](a78a)[l(0x211)](l(0x1fc));});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':'jsdoc','usage':a78m(0x206),'mustBeInMakaProject':!![],'shortDesc':a78m(0x20c),'examples':[a78m(0x20a),'maka\x20jsdoc'],'validOpts':[]},function(){const n=a78m,a=a78e[n(0x207)](this['fsi'][n(0x1f3)]({}),n(0x20f)+a78e[n(0x203)]),b=a78e['join'](this[n(0x204)]['pathFromProject']({}),n(0x1f9),'jsdoc-config.json'),c=this[n(0x204)]['pathFromProject']({}),d=n(0x1f0);if(!this[n(0x20b)](b)){const g={'plugins':[n(0x213)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x1f0),n(0x1f6)]},'source':{'includePattern':n(0x1f4),'excludePattern':n(0x1fe),'exclude':[n(0x209),n(0x20e),'app/public',n(0x1f7)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x1ff)}};a78f[n(0x212)](b,JSON['stringify'](g,null,0x4));}const f=this['logWithSpinner']('Running\x20'+d);try{const h=d+'\x20-c\x20'+b+'\x20-r\x20app'+a78e[n(0x203)]+n(0x1ee)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this['logNotice']('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[n(0x1ef)](i),this[n(0x1ef)](n(0x1f8));}finally{f[n(0x1f2)]();}});function a78c(){const o=['2FNWDIn','stop','pathFromProject','.+\x5c.(j|t)s(doc|x)?$','3fiGvnE','closure','app/private','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','config','7858224xrOVbr','toString','(((.+)+)+)+$','494089igVJQY','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','utf-8','2125362hWywfQ','3209710mytTgj','14727132oezbrD','sep','fsi','constructor','maka\x20jsdoc','join','1185308yNcMFi','app/packages','maka\x20jsdoc\x20--init','isFile','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','173870HxOTrJ','app/node_modules','docs','apply','search','writeFileSync','plugins/markdown','\x20-d\x20','logError','jsdoc'];a78c=function(){return o;};return a78c();}