@maka/maka-cli 5.0.40 → 5.0.41

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 (169) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/profile.js +1 -1
  87. package/bundle/obf/src/commands/proxy.js +1 -1
  88. package/bundle/obf/src/commands/reconfig.js +1 -1
  89. package/bundle/obf/src/commands/register.js +1 -1
  90. package/bundle/obf/src/commands/run/_index.js +1 -1
  91. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/run/run.command.js +1 -1
  93. package/bundle/obf/src/commands/set/_index.js +1 -1
  94. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  95. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/set.command.js +1 -1
  97. package/bundle/obf/src/commands/ssh.js +1 -1
  98. package/bundle/obf/src/commands/ssl.js +1 -1
  99. package/bundle/obf/src/commands/test/_index.js +1 -1
  100. package/bundle/obf/src/commands/test/jest.sub.cmd.js +1 -1
  101. package/bundle/obf/src/commands/test/mocha.sub.cmd.js +1 -1
  102. package/bundle/obf/src/commands/test/test.command.js +1 -1
  103. package/bundle/obf/src/commands/undo.js +1 -1
  104. package/bundle/obf/src/commands/version.js +1 -1
  105. package/bundle/obf/src/error.js +1 -1
  106. package/bundle/obf/src/exec.js +1 -1
  107. package/bundle/obf/src/generator.js +1 -1
  108. package/bundle/obf/src/generators/_index.js +1 -1
  109. package/bundle/obf/src/generators/api.js +1 -1
  110. package/bundle/obf/src/generators/aws/_index.js +1 -1
  111. package/bundle/obf/src/generators/aws/aws.js +1 -1
  112. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  113. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  114. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  115. package/bundle/obf/src/generators/collection.js +1 -1
  116. package/bundle/obf/src/generators/component.js +1 -1
  117. package/bundle/obf/src/generators/config.js +1 -1
  118. package/bundle/obf/src/generators/dbc.js +1 -1
  119. package/bundle/obf/src/generators/dockerfile.js +1 -1
  120. package/bundle/obf/src/generators/hook.js +1 -1
  121. package/bundle/obf/src/generators/kits/_index.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  123. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  124. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  125. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  127. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  128. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/kit.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  131. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  132. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  133. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  134. package/bundle/obf/src/generators/layout.js +1 -1
  135. package/bundle/obf/src/generators/maka.gen.js +1 -1
  136. package/bundle/obf/src/generators/methods.js +1 -1
  137. package/bundle/obf/src/generators/package.js +1 -1
  138. package/bundle/obf/src/generators/page.js +1 -1
  139. package/bundle/obf/src/generators/publish.js +1 -1
  140. package/bundle/obf/src/generators/route.js +1 -1
  141. package/bundle/obf/src/generators/service.js +1 -1
  142. package/bundle/obf/src/generators/services/_index.js +1 -1
  143. package/bundle/obf/src/generators/services/openssl.js +1 -1
  144. package/bundle/obf/src/generators/services/translation.js +1 -1
  145. package/bundle/obf/src/maka.js +1 -1
  146. package/bundle/obf/src/tool.js +1 -1
  147. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  148. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  149. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  150. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  151. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  152. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  153. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  154. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  155. package/bundle/obf/src/tools/https/https.class.js +1 -1
  156. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  157. package/bundle/obf/src/tools/log/log.class.js +1 -1
  158. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  159. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  160. package/bundle/obf/src/tools/options/options.class.js +1 -1
  161. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  162. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  163. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  164. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  165. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  166. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  167. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  168. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  169. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58s=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x217))/0x1*(parseInt(f(0x1ef))/0x2)+-parseInt(f(0x219))/0x3*(-parseInt(f(0x1ec))/0x4)+-parseInt(f(0x207))/0x5*(parseInt(f(0x20e))/0x6)+-parseInt(f(0x203))/0x7*(-parseInt(f(0x218))/0x8)+-parseInt(f(0x1f3))/0x9*(-parseInt(f(0x213))/0xa)+-parseInt(f(0x220))/0xb+parseInt(f(0x20f))/0xc*(-parseInt(f(0x202))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x76bf0));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x212)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x1ea)]()[h(0x1f6)](h(0x1f4))['toString']()['constructor'](a58a)['search'](h(0x1f4));});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(0x221)],'category':Category['Unknown'],'shape':Shape[i(0x20b)],'color':Color[i(0x205)],'texture':Texture[i(0x21b)],'rating':Rating[i(0x209)],'weight':0x1});}['use'](){return this['description'];}}export class Sword extends Item{constructor(a,b){var j=a58d;super({'name':a,'description':b,'size':Size[j(0x221)],'category':Category[j(0x21d)],'shape':Shape['Blade'],'color':Color[j(0x204)],'texture':Texture[j(0x21a)],'rating':Rating[j(0x209)],'weight':0x3});}}function a58c(){var D=['Boots','Gold','252AgUISX','(((.+)+)+)+$','Cup','search','use','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Unknown\x20Author','ArmArmor','Circle','Brown','Legendary','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','name','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Rifle','2327aDEPuw','206759KSCEMU','Grey','Yellow','Large','5JmoJTb','Key','Common','Small','Rectangle','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Helmet','4131474rHTDXf','16044IanmWN','publishDate','Sniper\x20Rifle','apply','280690xofoHu','author','Holy\x20Grail','A\x20mysterious\x20book.','2444AOTIhi','16tPjJYf','1026qBmKCI','Metallic','Smooth','Rare','Weapon','pageCount','\x20aloft,\x20feeling\x20its\x20immense\x20power.','10468546spJPpE','Medium','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Tiny','toString','Short\x20Sword','8156LjhymQ','You\x20hold\x20the\x20','Gloves','674eNQiYn','Blade'];a58c=function(){return D;};return a58c();}export class Rifle extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size[k(0x206)],'category':Category[k(0x21d)],'shape':Shape[k(0x201)],'color':Color[k(0x1fc)],'texture':Texture[k(0x21a)],'rating':Rating[k(0x21c)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size[l(0x221)],'category':Category[l(0x20d)],'shape':Shape['Circle'],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[l(0x209)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size[m(0x206)],'category':Category['BodyArmor'],'shape':Shape[m(0x20b)],'color':Color[m(0x204)],'texture':Texture[m(0x21a)],'rating':Rating[m(0x209)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size[n(0x221)],'category':Category['LegArmor'],'shape':Shape[n(0x20b)],'color':Color[n(0x204)],'texture':Texture[n(0x21a)],'rating':Rating[n(0x209)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var o=a58d;super({'name':a,'description':b,'size':Size[o(0x221)],'category':Category[o(0x1f1)],'shape':Shape[o(0x1fb)],'color':Color['Brown'],'texture':Texture[o(0x21b)],'rating':Rating[o(0x209)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size[p(0x20a)],'category':Category[p(0x1ee)],'shape':Shape['Circle'],'color':Color[p(0x1fc)],'texture':Texture['Smooth'],'rating':Rating[p(0x209)],'weight':0x1});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1e8;var f=c[d];return f;},a58d(a,b);}export class Gauntlets extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[q(0x1fa)],'shape':Shape[q(0x20b)],'color':Color[q(0x204)],'texture':Texture['Metallic'],'rating':Rating[q(0x209)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var r=a58d;super({'name':a,'description':b,'size':Size[r(0x1e9)],'category':Category[r(0x208)],'shape':Shape[r(0x20b)],'color':Color[r(0x205)],'texture':Texture[r(0x21b)],'rating':Rating[r(0x209)],'weight':0x0});}[a58s(0x1f7)](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}export class Weapon extends Item{constructor(a,b){var t=a58s;super({'name':a,'description':b,'size':Size[t(0x221)],'category':Category[t(0x21d)],'shape':Shape[t(0x1f0)],'color':Color[t(0x204)],'texture':Texture[t(0x21a)],'rating':Rating[t(0x209)],'weight':0x3});}[a58s(0x1f7)](){var u=a58s;return u(0x1f8);}}export class Book extends Item{[a58s(0x214)];['publishDate'];[a58s(0x21e)];constructor(a,b=a58s(0x216),c=a58s(0x1f9)){var v=a58s;super({'name':a,'description':b,'size':Size[v(0x221)],'category':Category['Book'],'shape':Shape['Rectangle'],'color':Color[v(0x1fc)],'texture':Texture['Smooth'],'rating':Rating[v(0x209)],'weight':0x1}),this[v(0x214)]=c,this[v(0x210)]=new Date(),this[v(0x21e)]=0x64;}[a58s(0x1f7)](){var w=a58s;return w(0x20c);}}export class ShortSword extends Item{constructor(){var x=a58s;super({'name':x(0x1eb),'description':'A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','size':Size[x(0x221)],'category':Category[x(0x21d)],'shape':Shape['Blade'],'color':Color[x(0x204)],'texture':Texture[x(0x21a)],'rating':Rating[x(0x209)],'weight':0x3});}[a58s(0x1f7)](){var y=a58s;return y(0x1f8);}}export class SniperRifle extends Item{constructor(){var z=a58s;super({'name':z(0x211),'description':z(0x1fe),'size':Size['Large'],'category':Category[z(0x21d)],'shape':Shape[z(0x201)],'color':Color[z(0x1fc)],'texture':Texture[z(0x21b)],'rating':Rating[z(0x209)],'weight':0x5});}[a58s(0x1f7)](){var A=a58s;return A(0x200);}}export class HolyGrail extends Item{constructor(){var B=a58s;super({'name':B(0x215),'description':B(0x1e8),'size':Size[B(0x20a)],'category':Category[B(0x1f5)],'shape':Shape[B(0x1fb)],'color':Color[B(0x1f2)],'texture':Texture[B(0x21a)],'rating':Rating[B(0x1fd)],'weight':0x1});}[a58s(0x1f7)](){var C=a58s;return C(0x1ed)+this[C(0x1ff)]+C(0x21f);}}
1
+ var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x1f4))/0x1+-parseInt(f(0x1f6))/0x2+-parseInt(f(0x1f5))/0x3*(-parseInt(f(0x1d3))/0x4)+-parseInt(f(0x1f9))/0x5*(-parseInt(f(0x207))/0x6)+-parseInt(f(0x1d7))/0x7+parseInt(f(0x1d4))/0x8+parseInt(f(0x1f1))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x59755));function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1d3;var f=c[d];return f;},a58d(a,b);}var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1ed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x204)]()[h(0x1eb)]('(((.+)+)+)+$')[h(0x204)]()[h(0x1df)](a58a)[h(0x1eb)](h(0x1ec));});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(0x1f3)],'category':Category[i(0x1f7)],'shape':Shape[i(0x1da)],'color':Color[i(0x1d8)],'texture':Texture[i(0x1e5)],'rating':Rating[i(0x203)],'weight':0x1});}[a58j(0x1de)](){return this['description'];}}export class Sword extends Item{constructor(a,b){var k=a58j;super({'name':a,'description':b,'size':Size[k(0x1f3)],'category':Category[k(0x1e2)],'shape':Shape[k(0x1db)],'color':Color[k(0x1fd)],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x200)],'category':Category[l(0x1e2)],'shape':Shape[l(0x1e0)],'color':Color[l(0x1d9)],'texture':Texture[l(0x1e4)],'rating':Rating['Rare'],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x1f3)],'category':Category[m(0x1dc)],'shape':Shape[m(0x1fe)],'color':Color[m(0x1fd)],'texture':Texture[m(0x1e4)],'rating':Rating[m(0x203)],'weight':0x2});}}function a58c(){var C=['Metallic','Smooth','Cup','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','publishDate','Tiny','search','(((.+)+)+)+$','apply','Small','Boots','Gloves','695493QaorhS','A\x20mysterious\x20book.','Medium','542222vPcCnc','104970pyWmEe','573202HqrkAI','Unknown','\x20aloft,\x20feeling\x20its\x20immense\x20power.','27020jGjdDx','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Legendary','Grey','Circle','BodyArmor','Large','Sniper\x20Rifle','name','Common','toString','Key','LegArmor','612KFfDeY','16UEPayf','4094544nVCHyj','You\x20hold\x20the\x20','Short\x20Sword','595133MgIWQX','Yellow','Brown','Rectangle','Blade','Helmet','Book','use','constructor','Rifle','pageCount','Weapon','Gold'];a58c=function(){return C;};return a58c();}export class BodyArmor extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x200)],'category':Category[n(0x1ff)],'shape':Shape[n(0x1da)],'color':Color[n(0x1fd)],'texture':Texture[n(0x1e4)],'rating':Rating[n(0x203)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x1f3)],'category':Category[o(0x206)],'shape':Shape['Rectangle'],'color':Color[o(0x1fd)],'texture':Texture[o(0x1e4)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x1f3)],'category':Category[p(0x1ef)],'shape':Shape[p(0x1fe)],'color':Color['Brown'],'texture':Texture[p(0x1e5)],'rating':Rating['Common'],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x1ee)],'category':Category[q(0x1f0)],'shape':Shape[q(0x1fe)],'color':Color[q(0x1d9)],'texture':Texture[q(0x1e5)],'rating':Rating[q(0x203)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x1f3)],'category':Category['ArmArmor'],'shape':Shape[r(0x1da)],'color':Color[r(0x1fd)],'texture':Texture[r(0x1e4)],'rating':Rating[r(0x203)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x1ea)],'category':Category[s(0x205)],'shape':Shape[s(0x1da)],'color':Color[s(0x1d8)],'texture':Texture[s(0x1e5)],'rating':Rating[s(0x203)],'weight':0x0});}[a58j(0x1de)](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}export class Weapon extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size[t(0x1f3)],'category':Category['Weapon'],'shape':Shape[t(0x1db)],'color':Color['Grey'],'texture':Texture[t(0x1e4)],'rating':Rating[t(0x203)],'weight':0x3});}[a58j(0x1de)](){var u=a58j;return u(0x1e7);}}export class Book extends Item{['author'];[a58j(0x1e9)];['pageCount'];constructor(a,b=a58j(0x1f2),c='Unknown\x20Author'){var v=a58j;super({'name':a,'description':b,'size':Size[v(0x1f3)],'category':Category[v(0x1dd)],'shape':Shape[v(0x1da)],'color':Color[v(0x1d9)],'texture':Texture[v(0x1e5)],'rating':Rating['Common'],'weight':0x1}),this['author']=c,this[v(0x1e9)]=new Date(),this[v(0x1e1)]=0x64;}[a58j(0x1de)](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var w=a58j;super({'name':w(0x1d6),'description':w(0x1fa),'size':Size[w(0x1f3)],'category':Category[w(0x1e2)],'shape':Shape[w(0x1db)],'color':Color[w(0x1fd)],'texture':Texture[w(0x1e4)],'rating':Rating[w(0x203)],'weight':0x3});}['use'](){var x=a58j;return x(0x1e7);}}export class SniperRifle extends Item{constructor(){var y=a58j;super({'name':y(0x201),'description':'An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','size':Size[y(0x200)],'category':Category[y(0x1e2)],'shape':Shape[y(0x1e0)],'color':Color[y(0x1d9)],'texture':Texture[y(0x1e5)],'rating':Rating['Common'],'weight':0x5});}[a58j(0x1de)](){var z=a58j;return z(0x1fb);}}export class HolyGrail extends Item{constructor(){var A=a58j;super({'name':'Holy\x20Grail','description':A(0x1e8),'size':Size[A(0x1ee)],'category':Category[A(0x1e6)],'shape':Shape[A(0x1fe)],'color':Color[A(0x1e3)],'texture':Texture['Metallic'],'rating':Rating[A(0x1fc)],'weight':0x1});}['use'](){var B=a58j;return B(0x1d5)+this[B(0x202)]+B(0x1f8);}}
@@ -1 +1 @@
1
- const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0xed))/0x1+parseInt(f(0xf7))/0x2+parseInt(f(0x106))/0x3*(-parseInt(f(0xc2))/0x4)+parseInt(f(0x12b))/0x5+parseInt(f(0xe6))/0x6+-parseInt(f(0xff))/0x7+-parseInt(f(0x108))/0x8*(-parseInt(f(0x125))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xebd08));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0xf0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0xfc)]()[h(0x124)](h(0xc8))[h(0xfc)]()[h(0x12d)](a60a)[h(0x124)](h(0xc8));});a60a();export const rooms=[{'name':a60i(0x114),'description':a60i(0x120),'isStartRoom':!![],'items':[{'type':'key','name':a60i(0x10b),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':'book','name':a60i(0xe9),'description':a60i(0xf9),'content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a60i(0x129),'targetRoom':a60i(0xce)}]},{'name':a60i(0xce),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0xd8),'targetRoom':'Treasure\x20Room','keyRequired':'Golden\x20Key'},{'direction':'SOUTH','targetRoom':a60i(0x107)}]},{'name':a60i(0x127),'description':a60i(0xd0),'items':[{'type':a60i(0x10c),'name':a60i(0x111),'description':a60i(0xdd)}]},{'name':a60i(0x107),'description':a60i(0x10d),'roomType':a60i(0x12c),'exits':[{'direction':'UP','targetRoom':a60i(0x131)}]},{'name':'Watch\x20Tower','description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0x12c),'puzzle':{'requiredPhrase':a60i(0xec),'riddle':a60i(0x126),'rewardItem':{'type':a60i(0xeb),'name':a60i(0xe2),'description':a60i(0x123)},'successMessage':'You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','failureMessage':a60i(0x11e)}}];function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xc2;let f=c[d];return f;},a60d(a,b);}export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60i(0x100),'isStartRoom':!![],'roomType':a60i(0xd2),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0x105),'rewardItem':{'type':a60i(0xd3),'name':a60i(0xc7),'description':a60i(0xe4)},'successMessage':a60i(0xc3),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60i(0x116),'targetRoom':a60i(0xd5)},{'direction':a60i(0xe0),'targetRoom':'Central\x20Chamber','keyRequired':a60i(0xc7)}]},{'name':a60i(0xd5),'description':a60i(0xda),'roomType':a60i(0xd2),'items':[{'type':a60i(0xd7),'name':'Riddle\x20Book','description':a60i(0x118),'content':a60i(0xca)},{'type':'key','name':'Central\x20Chamber\x20Key','description':a60i(0xe4)}],'exits':[{'direction':a60i(0xcf),'targetRoom':a60i(0xfb)},{'direction':a60i(0xe0),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0xde),'description':'A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','roomType':a60i(0xd2),'items':[{'type':a60i(0x119),'name':a60i(0x12f),'description':'A\x20clear\x20glass\x20vial.'}],'exits':[{'direction':'west','targetRoom':'Study'},{'direction':a60i(0x116),'targetRoom':a60i(0x11f)}]},{'name':a60i(0x11f),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a60i(0xd2),'items':[{'type':a60i(0x11c),'name':'Emblem\x20Shield','description':a60i(0xc5)},{'type':'sword','name':'Rusted\x20Sword','description':a60i(0xf2)}],'exits':[{'direction':a60i(0xcf),'targetRoom':a60i(0xde)},{'direction':a60i(0xe0),'targetRoom':a60i(0xcc)}]},{'name':a60i(0xcc),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':'inside','exits':[{'direction':'west','targetRoom':'Armory'},{'direction':a60i(0xcf),'targetRoom':a60i(0xfb)},{'direction':a60i(0x116),'targetRoom':a60i(0xdf)},{'direction':a60i(0xe0),'targetRoom':a60i(0x127)}]},{'name':a60i(0xdf),'description':a60i(0xe7),'roomType':a60i(0xd2),'items':[{'type':'key','name':a60i(0xfd),'description':a60i(0x10e)}],'puzzle':{'requiredPhrase':'release','riddle':a60i(0x113),'rewardItem':{'type':'gem','name':a60i(0xf1),'description':a60i(0xcb)},'successMessage':a60i(0xf6),'failureMessage':a60i(0x12e)},'exits':[{'direction':a60i(0xcf),'targetRoom':a60i(0xcc)}]},{'name':a60i(0x127),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0xd2),'puzzle':{'requiredPhrase':a60i(0xd1),'riddle':a60i(0xea),'rewardItem':{'type':a60i(0xdb),'name':a60i(0xd6),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a60i(0x103),'failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':a60i(0xc9),'targetRoom':a60i(0xcc)}]}];export const shadowrunConfig=[{'name':a60i(0x11b),'description':a60i(0xc4),'isStartRoom':!![],'roomType':a60i(0xd2),'exits':[{'direction':a60i(0x116),'targetRoom':a60i(0xef)},{'direction':'up','targetRoom':a60i(0x10f)}]},{'name':a60i(0x10f),'description':a60i(0xf8),'roomType':a60i(0xd2),'puzzle':{'requiredPhrase':'decrypt','riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':'key','name':a60i(0x104),'description':a60i(0x115)},'successMessage':a60i(0xe3),'failureMessage':a60i(0x11a)},'exits':[{'direction':'down','targetRoom':a60i(0x11b)}]},{'name':'Downtown\x20Seattle','description':'The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','roomType':a60i(0x101),'exits':[{'direction':a60i(0xcf),'targetRoom':'Jackpoint\x20Login'},{'direction':'east','targetRoom':a60i(0xe1)},{'direction':a60i(0xc9),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0xe1),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0x101),'puzzle':{'requiredPhrase':a60i(0x11d),'riddle':a60i(0xf4),'rewardItem':{'type':'key','name':a60i(0x128),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a60i(0x110),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60i(0xc9),'targetRoom':'Downtown\x20Seattle'},{'direction':a60i(0x116),'targetRoom':a60i(0x122)}]},{'name':a60i(0x102),'description':a60i(0x112),'roomType':'inside','items':[{'type':'creditstick','name':'Corporate\x20Creditstick','description':a60i(0xcd)},{'type':'document','name':a60i(0xf5),'description':a60i(0x109)}],'exits':[{'direction':a60i(0xe0),'targetRoom':a60i(0xef)}]},{'name':a60i(0x122),'description':a60i(0xdc),'roomType':'outside','items':[{'type':a60i(0x10a),'name':a60i(0x121),'description':a60i(0xf3)}],'exits':[{'direction':a60i(0xcf),'targetRoom':'Barrens\x20Entrance'},{'direction':a60i(0x116),'targetRoom':a60i(0xd4)},{'direction':a60i(0xe0),'targetRoom':a60i(0xc6)}]},{'name':a60i(0xd4),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0xd2),'puzzle':{'requiredPhrase':a60i(0xfa),'riddle':a60i(0x117),'rewardItem':{'type':a60i(0x12a),'name':a60i(0xd9),'description':a60i(0xfe)},'successMessage':a60i(0xe8),'failureMessage':'The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.'},'exits':[{'direction':a60i(0xcf),'targetRoom':'Barrens\x20Hideout'}]},{'name':a60i(0xc6),'description':a60i(0x130),'roomType':a60i(0xd2),'items':[{'type':a60i(0xee),'name':a60i(0xe5),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':'west','targetRoom':a60i(0x122)}]}];function a60c(){const j=['That\x20passcode\x20is\x20incorrect','Armory','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Ares\x20Predator','Barrens\x20Hideout','A\x20long-range\x20weapon.','search','9tbFHiy','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Treasure\x20Room','Gang\x20Insignia','EAST','amulet','4903100sOmbjq','OUTSIDE','constructor','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Empty\x20vial','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Watch\x20Tower','8gtETji','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Rigger\x27s\x20Workshop','Central\x20Chamber\x20Key','(((.+)+)+)+$','west','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Central\x20Chamber','A\x20creditstick\x20loaded\x20with\x20nuyen.','Secret\x20Passage','south','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','insert\x20gem','inside','key','Mage\x27s\x20Lair','Study','Golden\x20Chalice','book','NORTH','Amulet\x20of\x20Awakening','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','cup','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','The\x20legendary\x20Holy\x20Grail.','Alchemy\x20Lab','Torture\x20Chamber','east','Barrens\x20Entrance','Sniper\x20Rifle','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','MCT\x20Fly-Spy','1854252hxqzaj','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Guard\x27s\x20Log\x20Book','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rifle','secret123','571877kVYqOo','drone','Downtown\x20Seattle','apply','Ancient\x20Gem','An\x20old\x20and\x20rusted\x20sword.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','CorpSec\x20Plans','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','3485438PStzzP','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20thin\x20log\x20book','disenchant','Entrance\x20Hall','toString','Blood-stained\x20Key','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','12608862kpDAIM','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','outside','Corp\x20Enclave','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Encrypted\x20Data\x20Key','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','2246658MBBDWv','Courtyard','5285408zGhFun','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','weapon','Golden\x20Key','holyGrail','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','A\x20key\x20stained\x20with\x20old\x20blood.','Matrix\x20Data\x20Haven','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Holy\x20Grail','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Library','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','north','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','basic','The\x20data\x20remains\x20encrypted.','Jackpoint\x20Login','shield','show\x20loyalty'];a60c=function(){return j;};return a60c();}
1
+ const a60h=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x100))/0x1*(-parseInt(f(0x10e))/0x2)+parseInt(f(0xfb))/0x3*(parseInt(f(0xe6))/0x4)+parseInt(f(0x128))/0x5+parseInt(f(0x11e))/0x6+parseInt(f(0x144))/0x7*(parseInt(f(0xde))/0x8)+parseInt(f(0xfe))/0x9+-parseInt(f(0x110))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x9bd40));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const g=a60d;return a60a['toString']()[g(0x14b)](g(0x13e))['toString']()[g(0x148)](a60a)[g(0x14b)](g(0x13e));});function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xd6;let f=c[d];return f;},a60d(a,b);}a60a();function a60c(){const i=['A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Chad\x20the\x20stupid\x20guard','Golden\x20Chalice','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Empty\x20vial','Downtown\x20Seattle','insert\x20gem','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','5052234agXpoA','weapon','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','gem','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','A\x20creditstick\x20loaded\x20with\x20nuyen.','document','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','Library','427770FXsGMe','outside','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Rigger\x27s\x20Workshop','Guard\x27s\x20Log\x20Book','Mage\x27s\x20Lair','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','Corp\x20Enclave','Riddle\x20Book','Study','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','shield','Encrypted\x20Data\x20Key','east','Ares\x20Predator','amulet','Corporate\x20Creditstick','Ancient\x20Gem','disenchant','Central\x20Chamber','Torture\x20Chamber','Watch\x20Tower','(((.+)+)+)+$','inside','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','9891vZjdWa','Barrens\x20Entrance','Central\x20Chamber\x20Key','Secret\x20Passage','constructor','The\x20chest\x20remains\x20firmly\x20shut.','Jackpoint\x20Login','search','A\x20key\x20stained\x20with\x20old\x20blood.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Entrance\x20Hall','west','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Blood-stained\x20Key','south','7096XLHBPw','The\x20data\x20remains\x20encrypted.','key','CorpSec\x20Plans','secret123','Golden\x20Key','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20small\x20surveillance\x20drone.','64784yZsGzv','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','decrypt','Barrens\x20Hideout','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','An\x20old\x20and\x20rusted\x20sword.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Gang\x20Insignia','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Treasure\x20Room','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','release','Holy\x20Grail','MCT\x20Fly-Spy','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','north','Courtyard','The\x20legendary\x20Holy\x20Grail.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','213SGVAwq','SOUTH','down','5608116YZBTBS','creditstick','2VwfFbw','Matrix\x20Data\x20Haven','Armory','Amulet\x20of\x20Awakening','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','OUTSIDE','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Alchemy\x20Lab','A\x20long-range\x20weapon.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','A\x20thin\x20log\x20book','rifle','19778XCIdhc','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','32959140zYIOKp','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','A\x20clear\x20glass\x20vial.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','book'];a60c=function(){return i;};return a60c();}export const rooms=[{'name':a60h(0x127),'description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':'key','name':a60h(0xe3),'description':a60h(0xe7)},{'type':a60h(0x114),'name':a60h(0x12c),'description':a60h(0x10c),'content':a60h(0x116)}],'exits':[{'direction':'EAST','targetRoom':a60h(0x147)}]},{'name':'Secret\x20Passage','description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':'NORTH','targetRoom':a60h(0xf1),'keyRequired':a60h(0xe3)},{'direction':a60h(0xfc),'targetRoom':a60h(0xf8)}]},{'name':a60h(0xf1),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':'holyGrail','name':a60h(0xf4),'description':a60h(0xf9)}]},{'name':a60h(0xf8),'description':a60h(0xf0),'roomType':a60h(0x105),'exits':[{'direction':'UP','targetRoom':a60h(0x13d)}]},{'name':a60h(0x13d),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60h(0x105),'puzzle':{'requiredPhrase':a60h(0xe2),'riddle':a60h(0x111),'rewardItem':{'type':a60h(0x10d),'name':'Sniper\x20Rifle','description':a60h(0x108)},'successMessage':a60h(0x12e),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':a60h(0xd8),'description':a60h(0xd6),'isStartRoom':!![],'roomType':a60h(0x13f),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60h(0x10f),'rewardItem':{'type':a60h(0xe0),'name':a60h(0x146),'description':a60h(0xfa)},'successMessage':a60h(0x120),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60h(0xf7),'targetRoom':'Study'},{'direction':a60h(0x135),'targetRoom':'Central\x20Chamber','keyRequired':a60h(0x146)}]},{'name':a60h(0x131),'description':a60h(0xdb),'roomType':'inside','items':[{'type':'book','name':a60h(0x130),'description':a60h(0x118),'content':a60h(0x132)},{'type':a60h(0xe0),'name':a60h(0x146),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':'south','targetRoom':a60h(0xd8)},{'direction':'east','targetRoom':a60h(0x107)}]},{'name':a60h(0x107),'description':a60h(0xda),'roomType':'inside','items':[{'type':'basic','name':a60h(0x119),'description':a60h(0x112)}],'exits':[{'direction':'west','targetRoom':a60h(0x131)},{'direction':'north','targetRoom':'Armory'}]},{'name':a60h(0x102),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a60h(0x13f),'items':[{'type':a60h(0x133),'name':'Emblem\x20Shield','description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':'sword','name':'Rusted\x20Sword','description':a60h(0xec)}],'exits':[{'direction':'south','targetRoom':a60h(0x107)},{'direction':a60h(0x135),'targetRoom':a60h(0x13b)}]},{'name':a60h(0x13b),'description':a60h(0xd7),'roomType':'inside','exits':[{'direction':a60h(0xd9),'targetRoom':a60h(0x102)},{'direction':a60h(0xdd),'targetRoom':a60h(0xd8)},{'direction':a60h(0xf7),'targetRoom':a60h(0x13c)},{'direction':a60h(0x135),'targetRoom':'Treasure\x20Room'}]},{'name':'Torture\x20Chamber','description':a60h(0xf2),'roomType':a60h(0x13f),'items':[{'type':a60h(0xe0),'name':a60h(0xdc),'description':a60h(0x14c)}],'puzzle':{'requiredPhrase':a60h(0xf3),'riddle':a60h(0x109),'rewardItem':{'type':a60h(0x121),'name':a60h(0x139),'description':a60h(0x11d)},'successMessage':a60h(0x104),'failureMessage':a60h(0xed)},'exits':[{'direction':'south','targetRoom':a60h(0x13b)}]},{'name':a60h(0xf1),'description':a60h(0x106),'roomType':a60h(0x13f),'puzzle':{'requiredPhrase':a60h(0x11b),'riddle':a60h(0x11c),'rewardItem':{'type':'cup','name':a60h(0x117),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a60h(0x122),'failureMessage':a60h(0x149)},'exits':[{'direction':a60h(0xd9),'targetRoom':a60h(0x13b)}]}];export const shadowrunConfig=[{'name':a60h(0x14a),'description':a60h(0x115),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':'north','targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60h(0x101)}]},{'name':a60h(0x101),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a60h(0x13f),'puzzle':{'requiredPhrase':a60h(0xe9),'riddle':a60h(0x123),'rewardItem':{'type':a60h(0xe0),'name':a60h(0x134),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60h(0xee),'failureMessage':a60h(0xdf)},'exits':[{'direction':a60h(0xfd),'targetRoom':a60h(0x14a)}]},{'name':a60h(0x11a),'description':a60h(0x143),'roomType':'outside','exits':[{'direction':a60h(0xdd),'targetRoom':'Jackpoint\x20Login'},{'direction':a60h(0x135),'targetRoom':a60h(0x145)},{'direction':a60h(0xd9),'targetRoom':a60h(0x12f)}]},{'name':a60h(0x145),'description':a60h(0x141),'roomType':a60h(0x129),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60h(0xe0),'name':a60h(0xef),'description':a60h(0x10a)},'successMessage':a60h(0xe8),'failureMessage':a60h(0xeb)},'exits':[{'direction':a60h(0xd9),'targetRoom':a60h(0x11a)},{'direction':a60h(0xf7),'targetRoom':a60h(0xea)}]},{'name':'Corp\x20Enclave','description':a60h(0x12a),'roomType':a60h(0x13f),'items':[{'type':a60h(0xff),'name':a60h(0x138),'description':a60h(0x124)},{'type':a60h(0x125),'name':a60h(0xe1),'description':a60h(0x126)}],'exits':[{'direction':a60h(0x135),'targetRoom':a60h(0x11a)}]},{'name':a60h(0xea),'description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':a60h(0x129),'items':[{'type':a60h(0x11f),'name':a60h(0x136),'description':a60h(0x142)}],'exits':[{'direction':'south','targetRoom':a60h(0x145)},{'direction':a60h(0xf7),'targetRoom':a60h(0x12d)},{'direction':'east','targetRoom':a60h(0x12b)}]},{'name':'Mage\x27s\x20Lair','description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60h(0x13f),'puzzle':{'requiredPhrase':a60h(0x13a),'riddle':a60h(0xf6),'rewardItem':{'type':a60h(0x137),'name':a60h(0x103),'description':a60h(0x113)},'successMessage':a60h(0xe4),'failureMessage':a60h(0x10b)},'exits':[{'direction':a60h(0xdd),'targetRoom':a60h(0xea)}]},{'name':a60h(0x12b),'description':a60h(0x140),'roomType':a60h(0x13f),'items':[{'type':'drone','name':a60h(0xf5),'description':a60h(0xe5)}],'exits':[{'direction':'west','targetRoom':a60h(0xea)}]}];
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x18d))/0x1+parseInt(f(0x18e))/0x2*(-parseInt(f(0x182))/0x3)+parseInt(f(0x188))/0x4*(-parseInt(f(0x179))/0x5)+parseInt(f(0x195))/0x6+parseInt(f(0x19b))/0x7*(parseInt(f(0x17b))/0x8)+parseInt(f(0x18b))/0x9*(-parseInt(f(0x18a))/0xa)+-parseInt(f(0x181))/0xb*(-parseInt(f(0x176))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xccb23));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x185)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x175)]()['search'](h(0x193))['toString']()[h(0x186)](a61a)[h(0x19a)](h(0x193));});a61a();import{EventEmitter}from'events';function a61c(){var j=['unlockItemOrSolution','1047449dDGSHz','4KAGYim','_equipment','description','_currentLocation','solved','(((.+)+)+)+$','category','2201184GPxyUS','name','inventory','isLocked','exits','search','1131697JAQpAO','roomA','characterLocations','isLockable','uuid','toString','2628oImhGc','_playerName','logger','70VBSIrZ','roomType','8IwXJdW','_maxCarryingWeight','_inventory','rooms','shape','size','79046yIDlML','505107FNTgxz','color','_logger','apply','constructor','player','463612XuroiB','puzzle','30gmkvRB','1055709ZSNmtw'];a61c=function(){return j;};return a61c();}export class AbstractScene{[a61i(0x17e)];[a61i(0x187)];[a61i(0x178)];[a61i(0x19d)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x174;var f=c[d];return f;},a61d(a,b);}export class AbstractRoom extends EventEmitter{[a61i(0x196)];[a61i(0x190)];[a61i(0x199)];[a61i(0x197)];[a61i(0x189)];[a61i(0x17a)];['isStartRoom'];}export class AbstractDoor{[a61i(0x19c)];['roomB'];[a61i(0x198)];[a61i(0x18c)];['name'];[a61i(0x178)];[a61i(0x19e)];}export class AbstractInventory{['items'];[a61i(0x178)];}export class AbstractItem{[a61i(0x174)];[a61i(0x196)];[a61i(0x190)];[a61i(0x180)];[a61i(0x194)];[a61i(0x17f)];[a61i(0x183)];['texture'];['rating'];['weight'];}export class AbstractPlayer{[a61i(0x177)];[a61i(0x191)];[a61i(0x17d)];[a61i(0x18f)];[a61i(0x17c)];[a61i(0x184)];}export class AbstractPuzzle{[a61i(0x178)];[a61i(0x192)];}
1
+ var a61i=a61d;function a61c(){var j=['isLockable','_inventory','category','17068220dBcicl','unlockItemOrSolution','shape','roomB','search','6069730iITtkY','20SALLjX','texture','inventory','914510WOvRBp','items','rooms','toString','color','description','16394YwppNS','1674774ODcxuW','717532dfOsVq','weight','rating','roomType','12AtaIaM','_equipment','_playerName','characterLocations','(((.+)+)+)+$','player','22jxvvWG','isStartRoom','6fpkabt','uuid','name','solved','roomA','1IyaaWM','apply','constructor','45CCOMwk','size','1855736XPxeOp','logger','_maxCarryingWeight'];a61c=function(){return j;};return a61c();}(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x195))/0x1*(-parseInt(f(0x17c))/0x2)+parseInt(f(0x183))/0x3+-parseInt(f(0x184))/0x4*(parseInt(f(0x1a6))/0x5)+-parseInt(f(0x190))/0x6*(parseInt(f(0x182))/0x7)+-parseInt(f(0x19a))/0x8*(-parseInt(f(0x198))/0x9)+parseInt(f(0x1a5))/0xa*(-parseInt(f(0x18e))/0xb)+-parseInt(f(0x188))/0xc*(-parseInt(f(0x1a0))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x9c3d6));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x196)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a['toString']()['search'](h(0x18c))[h(0x17f)]()[h(0x197)](a61a)[h(0x1a4)](h(0x18c));});a61a();import{EventEmitter}from'events';function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x17c;var f=c[d];return f;},a61d(a,b);}export class AbstractScene{[a61i(0x17e)];[a61i(0x18d)];[a61i(0x19b)];[a61i(0x18b)];}export class AbstractRoom extends EventEmitter{[a61i(0x192)];[a61i(0x181)];['exits'];[a61i(0x1a8)];['puzzle'];[a61i(0x187)];[a61i(0x18f)];}export class AbstractDoor{[a61i(0x194)];[a61i(0x1a3)];['isLocked'];[a61i(0x1a1)];['name'];[a61i(0x19b)];[a61i(0x19d)];}export class AbstractInventory{[a61i(0x17d)];[a61i(0x19b)];}export class AbstractItem{[a61i(0x191)];['name'];[a61i(0x181)];[a61i(0x199)];[a61i(0x19f)];[a61i(0x1a2)];[a61i(0x180)];[a61i(0x1a7)];[a61i(0x186)];[a61i(0x185)];}export class AbstractPlayer{[a61i(0x18a)];['_currentLocation'];[a61i(0x19e)];[a61i(0x189)];[a61i(0x19c)];['_logger'];}export class AbstractPuzzle{[a61i(0x19b)];[a61i(0x193)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x1e9))/0x1+-parseInt(k(0x20a))/0x2*(parseInt(k(0x225))/0x3)+-parseInt(k(0x224))/0x4*(parseInt(k(0x1e7))/0x5)+-parseInt(k(0x204))/0x6*(parseInt(k(0x1de))/0x7)+-parseInt(k(0x213))/0x8*(parseInt(k(0x1f3))/0x9)+parseInt(k(0x212))/0xa*(-parseInt(k(0x21f))/0xb)+parseInt(k(0x22e))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xe5ed6));function a62c(){var v=['Rifle','shield','sea','Unknown','square','Weapon','Gold','DESERT','gloves','search','tiny','SOUTH','triangle','Rare','west','desert','UNDERGROUND','forest','yellow','133wBjfdl','grainy','Blue','boots','Metallic','MOUNTAIN','Key','metallic','Common','1309835uvCPQd','east','548809GdbOgd','EAST','outside','LegArmor','Medium','Purple','cup','orange','legendary','VeryLarge','252GdcaYF','green','SEA','body\x20armor','unknown','Rectangle','Yellow','ArmArmor','Helmet','Orange','cave','Smooth','TOWER','small','NORTH','Legendary','CAVE','533238vbSEoz','very\x20large','(((.+)+)+)+$','WEST','Green','Hat','23358EccyMH','apply','large','arm\x20armor','Boots','helmet','weapon','Book','15622770RcDLCt','421752vvcUGZ','Blade','Bumpy','BEACH','fuzzy','Gloves','rifle','constructor','toString','Square','grey','book','11NpPvsU','purple','mountain','Red','tower','12WqgEjw','87QphWvm','north','Small','rough','rectangle','circle','leg\x20armor','blue','Triangle','74934732RaHRLW','Large','hat','Rough','brown','red','gold','Cup','key','down'];a62c=function(){return v;};return a62c();}export var Size;(function(a){var l=a62d;a['Tiny']=l(0x1d5),a[l(0x227)]=l(0x200),a[l(0x1ed)]='medium',a[l(0x22f)]=l(0x20c),a[l(0x1f2)]=l(0x205);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x1e6)]='common',a[m(0x1d8)]='rare',a[m(0x202)]=m(0x1f1);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x1d0)]=n(0x210),a['Shield']=n(0x239),a[n(0x1e4)]=n(0x236),a[n(0x218)]=n(0x1d3),a[n(0x1fb)]=n(0x20f),a[n(0x209)]=n(0x230),a[n(0x20e)]=n(0x1e1),a[n(0x1ec)]=n(0x22b),a[n(0x1fa)]=n(0x20d),a['BodyArmor']=n(0x1f6),a[n(0x211)]=n(0x21e),a[n(0x235)]=n(0x1ef),a[n(0x1ce)]=n(0x1f7);}(Category||(Category={})));export var Shape;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1ce;var f=c[d];return f;},a62d(a,b);}(function(a){var o=a62d;a['Circle']=o(0x22a),a[o(0x21c)]=o(0x1cf),a[o(0x22d)]=o(0x1d7),a[o(0x1f8)]=o(0x229),a[o(0x214)]='blade',a[o(0x238)]=o(0x219);}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a[p(0x222)]=p(0x233),a[p(0x1e0)]=p(0x22c),a[p(0x208)]=p(0x1f4),a[p(0x1f9)]=p(0x1dd),a[p(0x1fc)]=p(0x1f0),a[p(0x1ee)]=p(0x220),a['Grey']=p(0x21d),a['Brown']=p(0x232),a[p(0x1d1)]=p(0x234);}(Color||(Color={})));export var Texture;(function(a){var q=a62d;a[q(0x1fe)]='smooth',a[q(0x231)]=q(0x228),a[q(0x215)]='bumpy',a['Fuzzy']=q(0x217),a['Grainy']=q(0x1df),a[q(0x1e2)]=q(0x1e5);}(Texture||(Texture={})));export var RoomType;(function(c){var t=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var r=a62d;if(h){var j=h[r(0x20b)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a62d;return e[s(0x21b)]()['search'](s(0x206))[s(0x21b)]()[s(0x21a)](e)[s(0x1d4)]('(((.+)+)+)+$');});e(),c['INSIDE']='inside',c['OUTSIDE']=t(0x1eb),c[t(0x1db)]='underground',c[t(0x203)]=t(0x1fd),c[t(0x1ff)]=t(0x223),c['FOREST']=t(0x1dc),c[t(0x1d2)]=t(0x1da),c[t(0x1e3)]=t(0x221),c[t(0x216)]='beach',c[t(0x1f5)]=t(0x23a);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x201)]=u(0x226),a[u(0x1ea)]=u(0x1e8),a[u(0x1d6)]='south',a[u(0x207)]=u(0x1d9),a['UP']='up',a['DOWN']=u(0x237);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0xc6))/0x1*(parseInt(k(0xe5))/0x2)+parseInt(k(0x9c))/0x3+-parseInt(k(0x94))/0x4*(-parseInt(k(0xd2))/0x5)+parseInt(k(0xb2))/0x6*(parseInt(k(0xe1))/0x7)+parseInt(k(0xe4))/0x8+-parseInt(k(0xad))/0x9*(-parseInt(k(0xa2))/0xa)+-parseInt(k(0xd0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xf3365));export var Size;(function(a){var l=a62d;a['Tiny']=l(0x9b),a[l(0xc0)]='small',a[l(0x8b)]='medium',a[l(0x95)]='large',a[l(0x9d)]=l(0x8e);}(Size||(Size={})));export var Rating;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x87;var f=c[d];return f;},a62d(a,b);}(function(a){var m=a62d;a[m(0xc2)]=m(0xb8),a[m(0xe8)]=m(0xd4),a[m(0xbd)]=m(0xcd);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0xd5)]='weapon',a[n(0xca)]=n(0xc4),a[n(0xa0)]=n(0xb4),a[n(0x8c)]=n(0xa1),a['Helmet']=n(0xac),a['Hat']=n(0xd7),a['Boots']=n(0xe9),a[n(0xc1)]=n(0xb3),a[n(0xb0)]='arm\x20armor',a[n(0xdd)]=n(0x9f),a[n(0xa9)]=n(0x88),a['Cup']='cup',a[n(0x91)]=n(0xd6);}(Category||(Category={})));export var Shape;(function(c){var q=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var o=a62d;if(h){var j=h[o(0x99)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var p=a62d;return e[p(0x93)]()[p(0xc5)](p(0x8d))[p(0x93)]()[p(0xc7)](e)[p(0xc5)](p(0x8d));});e(),c[q(0xbe)]='circle',c[q(0xa6)]='square',c['Triangle']=q(0x96),c[q(0xe3)]='rectangle',c[q(0xa4)]=q(0xcf),c[q(0xb1)]=q(0xe2);}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a[r(0xe0)]=r(0xba),a['Blue']=r(0xae),a[r(0xdf)]=r(0x8f),a['Yellow']=r(0x98),a[r(0xa8)]=r(0xde),a['Purple']=r(0xb7),a['Grey']=r(0xd9),a['Brown']=r(0xe6),a[r(0xb5)]=r(0x87);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a['Smooth']='smooth',a[s(0x8a)]=s(0x9e),a['Bumpy']=s(0xce),a[s(0xbc)]=s(0xd3),a[s(0xc3)]='grainy',a[s(0x9a)]=s(0xda);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a['INSIDE']='inside',a[t(0xdc)]=t(0xa5),a[t(0xbf)]='underground',a[t(0xcc)]='cave',a['TOWER']=t(0xaa),a[t(0xd8)]=t(0xc9),a[t(0xbb)]=t(0xa3),a[t(0xb9)]=t(0xdb),a[t(0x89)]=t(0xe7),a['SEA']=t(0x90);}(RoomType||(RoomType={})));export var Direction;function a62c(){var v=['FOREST','grey','metallic','mountain','OUTSIDE','BodyArmor','orange','Green','Red','21wuZHKn','rifle','Rectangle','1925240pnwemy','54218hJqumZ','brown','beach','Rare','boots','gold','book','BEACH','Rough','Medium','Gloves','(((.+)+)+)+$','very\x20large','green','sea','Unknown','north','toString','7012916JERFyy','Large','triangle','DOWN','yellow','apply','Metallic','tiny','3618837mmCvzJ','VeryLarge','rough','body\x20armor','Key','gloves','30EUopYj','desert','Blade','outside','Square','SOUTH','Orange','Book','tower','NORTH','helmet','890991CPIGoU','blue','west','ArmArmor','Rifle','436722ZnNeOO','leg\x20armor','key','Gold','EAST','purple','common','MOUNTAIN','red','DESERT','Fuzzy','Legendary','Circle','UNDERGROUND','Small','LegArmor','Common','Grainy','shield','search','73htWDaU','constructor','WEST','forest','Shield','south','CAVE','legendary','bumpy','blade','8144037wdYhwq','down','5krkYly','fuzzy','rare','Weapon','unknown','hat'];a62c=function(){return v;};return a62c();}(function(a){var u=a62d;a[u(0xab)]=u(0x92),a[u(0xb6)]='east',a[u(0xa7)]=u(0xcb),a[u(0xc8)]=u(0xaf),a['UP']='up',a[u(0x97)]=u(0xd1);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a63c(){var h=['toString','6vbrMeI','2NhMUHo','72123YVwlfO','2649031osGxyE','4999587wuMglw','constructor','12JTpsUe','search','7424145JpMHiY','1291020ajIKZx','170xLuIDJ','850234QKgeSU','(((.+)+)+)+$','7563416xWwcNI'];a63c=function(){return h;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x108;var f=c[d];return f;},a63d(a,b);}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x115))/0x1+parseInt(f(0x114))/0x2*(parseInt(f(0x108))/0x3)+parseInt(f(0x10a))/0x4*(-parseInt(f(0x10d))/0x5)+parseInt(f(0x113))/0x6*(-parseInt(f(0x116))/0x7)+parseInt(f(0x111))/0x8+parseInt(f(0x10c))/0x9+-parseInt(f(0x10e))/0xa*(parseInt(f(0x10f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xdb29f));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0x112)]()[g(0x10b)](g(0x110))[g(0x112)]()[g(0x109)](a63a)[g(0x10b)](g(0x110));});a63a();export{};
1
+ function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x81;var f=c[d];return f;},a63d(a,b);}function a63c(){var h=['369670ePZZyc','21558262GPdhwF','3474uUfQWD','1197ENPulu','6tIpUTs','toString','393876UCnaOr','constructor','29830MHoBFn','(((.+)+)+)+$','search','39072lnpdcZ','1072zRxcPM','48zWhpZh','4650620OkmhTP'];a63c=function(){return h;};return a63c();}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x8c))/0x1+-parseInt(f(0x8d))/0x2*(-parseInt(f(0x83))/0x3)+-parseInt(f(0x8f))/0x4+-parseInt(f(0x81))/0x5*(-parseInt(f(0x85))/0x6)+parseInt(f(0x87))/0x7*(-parseInt(f(0x8e))/0x8)+-parseInt(f(0x84))/0x9*(parseInt(f(0x89))/0xa)+parseInt(f(0x82))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xaf636));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0x86)]()[g(0x8b)](g(0x8a))[g(0x86)]()[g(0x88)](a63a)[g(0x8b)](g(0x8a));});a63a();export{};
@@ -1 +1 @@
1
- function a64c(){var i=['2205290jXBcNZ','128026AlNTLs','(((.+)+)+)+$','897069gMCGKZ','search','1784279tJzLZu','367454XuXmxr','863226LWUPqN','2020128TyVyde','apply','toString','constructor','4xcwXQq','8xtKELt'];a64c=function(){return i;};return a64c();}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x1a1))/0x1+-parseInt(f(0x1a6))/0x2+parseInt(f(0x1a3))/0x3+-parseInt(f(0x1ac))/0x4*(parseInt(f(0x1ae))/0x5)+parseInt(f(0x1a8))/0x6+parseInt(f(0x1a5))/0x7*(parseInt(f(0x1ad))/0x8)+parseInt(f(0x1a7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x390ef));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x1a1;var f=c[d];return f;},a64d(a,b);}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x1a9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x1aa)]()[h(0x1a4)]('(((.+)+)+)+$')[h(0x1aa)]()[h(0x1ab)](a64a)[h(0x1a4)](h(0x1a2));});a64a();export{};
1
+ function a64c(){var i=['2786CMayZJ','1461297PEcfuC','4120080zNtwel','9435168OvXvvp','search','toString','apply','2350935hEuWCV','6548430NECNHH','4MzrUWL','6aHvJNi','5658720zieVFu','(((.+)+)+)+$','constructor','319baUyYC'];a64c=function(){return i;};return a64c();}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0xc4))/0x1*(parseInt(f(0xc5))/0x2)+-parseInt(f(0xc6))/0x3*(parseInt(f(0xce))/0x4)+parseInt(f(0xc1))/0x5+-parseInt(f(0xc0))/0x6*(-parseInt(f(0xcd))/0x7)+-parseInt(f(0xc8))/0x8+parseInt(f(0xcc))/0x9+parseInt(f(0xc7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x99b5b));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xc0;var f=c[d];return f;},a64d(a,b);}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0xcb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a['toString']()[h(0xc9)](h(0xc2))[h(0xca)]()[h(0xc3)](a64a)[h(0xc9)](h(0xc2));});a64a();export{};
@@ -1 +1 @@
1
- const a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x1c8))/0x1*(parseInt(y(0x1ba))/0x2)+parseInt(y(0x195))/0x3+parseInt(y(0x1a7))/0x4*(-parseInt(y(0x1b0))/0x5)+-parseInt(y(0x1e0))/0x6+-parseInt(y(0x1a0))/0x7*(-parseInt(y(0x1d1))/0x8)+parseInt(y(0x18e))/0x9+parseInt(y(0x1d4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x236ff));function a65c(){const H=['Side\x20Quest\x20Adventure\x20Game','checkIfLockable','currentLocation','mousemove','focus','screen','None','90%','logFilePath','508518ZcilDd','lock','25%','join','(((.+)+)+)+$','getInstance','torso','443589SXiYli','key','take','Right\x20Hand:\x20','Torso:\x20','getAllItems','\x20Inventory\x20','argv','----->>>>>>\x20Initializing\x20Game','arms','\x20Equipment\x20','49dbNVDb','Thanks\x20for\x20playing!','split','Left\x20Hand:\x20','Available\x20exits\x20will\x20be\x20shown\x20here...','feet','enter','736bTCPea','clear','unequip','Gloves:\x20','\x20(Locked)','\x20Game\x20Log\x20','parse','clearValue','setContent','5155gUrvMa','-----\x20Exits\x20------\x0a','yellow','75%','map','player','Arms:\x20','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','100%','handleInput','111772tfJeKe','gloves','checkIfLocked','render','log','getValue','inventory','write','box','OUTSIDE','legs','line','Legs:\x20','exit','1nFcezF','escape','getWelcomeMessage','append','pushLine','exits','roomType','C-c','equipment','147952VosOww','<<<<<<<<---------\x20Terminating\x20game','logBox','2050580SXgYKv','\x20(Unlocked)','name','toString','70%','20%','size','search','head','leftHand','45%','Your\x20items\x20will\x20be\x20listed\x20here...','888840HWeXBP','getOtherSide','Currently\x20in:\x20','rightHand'];a65c=function(){return H;};return a65c();}import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x186;let f=c[d];return f;},a65d(a,b);}import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a65d;return g[z(0x1d7)]()[z(0x1db)](z(0x192))[z(0x1d7)]()['constructor'](g)[z(0x1db)](z(0x192));});g();try{const h=a65e[A(0x18a)]({'smartCSR':!![],'title':A(0x1e4)}),i=a65e['box']({'top':'0%','left':A(0x1b3),'width':A(0x190),'height':'45%','border':{'type':A(0x1c5)},'label':A(0x19b),'content':A(0x1df),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1b2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x19a)]()[B(0x1b4)](v=>v['name']);i['setContent'](u[B(0x191)]('\x0a')),h['render']();};h[A(0x1cb)](i);const k=a65e[A(0x1c2)]({'top':A(0x1de),'left':'75%','width':A(0x190),'height':A(0x190),'border':{'type':A(0x1c5)},'label':A(0x19f),'content':A(0x1b7),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1b2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1cb)](k);const l=t=>{const C=A;k[C(0x1af)]('Head:\x20'+(t[C(0x1dc)]?t[C(0x1dc)][C(0x1d6)]:C(0x18b))+'\x0a'+(C(0x199)+(t[C(0x194)]?t['torso'][C(0x1d6)]:C(0x18b))+'\x0a')+(C(0x1c6)+(t[C(0x1c4)]?t[C(0x1c4)][C(0x1d6)]:C(0x18b))+'\x0a')+('Feet:\x20'+(t[C(0x1a5)]?t[C(0x1a5)][C(0x1d6)]:'None')+'\x0a')+(C(0x1b6)+(t['arms']?t[C(0x19e)][C(0x1d6)]:C(0x18b))+'\x0a')+(C(0x1aa)+(t[C(0x1bb)]?t[C(0x1bb)][C(0x1d6)]:C(0x18b))+'\x0a')+(C(0x1a3)+(t[C(0x1dd)]?t['leftHand']['name']:C(0x18b))+'\x0a')+(C(0x198)+(t[C(0x1e3)]?t['rightHand'][C(0x1d6)]:C(0x18b))+'\x0a')),h[C(0x1bd)]();},m=a65e[A(0x1c2)]({'top':A(0x1d8),'left':'75%','width':A(0x190),'height':A(0x1d9),'border':{'type':A(0x1c5)},'label':'\x20Map\x20','content':A(0x1a4),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1cb)](m);const n=t=>{const D=A;let u=D(0x1e2)+t[D(0x1d6)]+'\x0a\x0a';u+=D(0x1b1),t['exits'][D(0x1da)]>0x0?t[D(0x1cd)]['forEach']((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x1e1)](t);x[E(0x1ce)]===RoomType[E(0x1c3)]?u+=capitalCase(w)+':\x20'+x[E(0x1d6)]:u+=capitalCase(w)+':\x20'+v[E(0x1d6)];if(v[E(0x1bc)]())u+=E(0x1ab);else v[E(0x186)]()&&(u+=E(0x1d5));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m[D(0x1af)](u),h[D(0x1bd)]();},o=a65e[A(0x1c2)]({'id':A(0x1d3),'top':'0%','left':'0%','width':'75%','height':A(0x18c),'border':{'type':A(0x1c5)},'label':A(0x1ac),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1b2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](A(0x188)),h['append'](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':A(0x1b8),'height':'10%','tags':!![],'border':{'type':A(0x1c5)},'style':{'fg':'white','border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x1cb)](p),h[A(0x196)]([A(0x1c9),A(0x1cf)],()=>process[A(0x1c7)](0x0)),p['focus'](),h[A(0x1bd)]();const q=Logger[A(0x193)](e[A(0x18d)],h),r=new Player({'playerName':c});q[A(0x1c1)](A(0x19d));const s=a65f[A(0x193)](r,d);o[A(0x1af)](s[A(0x1ca)]()),l(s[A(0x1b5)][A(0x1d0)]),j(s[A(0x1b5)][A(0x1c0)]),n(s[A(0x1b5)][A(0x187)]),p['key']([A(0x1a6)],async()=>{const F=A,t=p[F(0x1bf)](),u=s[F(0x1b9)](t);(t[F(0x1a2)]('\x20')[0x0]===F(0x197)||'equip'||F(0x1a9))&&(j(s[F(0x1b5)][F(0x1c0)]),l(s[F(0x1b5)][F(0x1d0)])),(t[F(0x1a2)]('\x20')[0x0]==='go'||F(0x18f)||'unlock')&&n(s[F(0x1b5)][F(0x187)]),t[F(0x1a2)]('\x20')[0x0]===F(0x1a8)&&o[F(0x1af)](''),u===null&&(console[F(0x1be)](F(0x1a1)),h[F(0x1bd)](),q[F(0x1c1)](F(0x1d2)),process[F(0x1c7)](0x0)),o[F(0x1cc)](u),o['scroll'](0x1),p[F(0x1ae)](),p[F(0x189)](),h[F(0x1bd)]();});}catch(t){console[A(0x1be)](t),process[A(0x1c7)](0x1);}}const args=process[a65G(0x19c)]['slice'](0x2);main(args[0x0],JSON[a65G(0x1ad)](args[0x1]),JSON['parse'](args[0x2]));
1
+ const a65H=a65d;function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0xe0;let f=c[d];return f;},a65d(a,b);}(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x111))/0x1*(parseInt(y(0xea))/0x2)+-parseInt(y(0x12c))/0x3+-parseInt(y(0x112))/0x4*(-parseInt(y(0xec))/0x5)+-parseInt(y(0x13f))/0x6+parseInt(y(0x129))/0x7+-parseInt(y(0x125))/0x8*(-parseInt(y(0x13d))/0x9)+-parseInt(y(0xfb))/0xa*(parseInt(y(0x11f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x91fc5));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';function a65c(){const I=['setContent','split','getWelcomeMessage','OUTSIDE','line','getInstance','10%','yellow','25%','cyan','join','Arms:\x20','90%','take','45OfuYUZ','exits','3271278qPdzrL','mousemove','logFilePath','\x20(Unlocked)','gloves','feet','white','checkIfLocked','logBox','75%','\x20(Locked)','key','enter','70%','2oQjhUU','\x20Inventory\x20','7975hxSllD','getAllItems','rightHand','leftHand','parse','clear','\x20Equipment\x20','getValue','Available\x20exits\x20will\x20be\x20shown\x20here...','-----\x20Exits\x20------\x0a','lock','\x20Game\x20Log\x20','equip','\x20Map\x20','(((.+)+)+)+$','80NQvMfV','log','Feet:\x20','legs','exit','Torso:\x20','20%','Currently\x20in:\x20','apply','torso','write','getOtherSide','escape','player','equipment','----->>>>>>\x20Initializing\x20Game','constructor','None','screen','removeAllListeners','Side\x20Quest\x20Adventure\x20Game','toString','699925iVuXjO','824rTiFKf','\x0aThere\x20are\x20no\x20exits\x20here.','search','currentLocation','Gloves:\x20','scroll','45%','arms','Right\x20Hand:\x20','clearValue','focus','append','render','941611jYCqtn','box','Your\x20items\x20will\x20be\x20listed\x20here...','forEach','head','<<<<<<<<---------\x20Terminating\x20game','1025024plbqup','Thanks\x20for\x20playing!','name','slice','2100357JoCwbp','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','unlock','423624McORZO','inventory','Head:\x20'];a65c=function(){return I;};return a65c();}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(0x103)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x110)]()[A(0x114)](A(0xfa))[A(0x110)]()[A(0x10b)](g)[A(0x114)](A(0xfa));});g();try{const h=a65e[B(0x10d)]({'smartCSR':!![],'title':B(0x10f)}),i=a65e[B(0x120)]({'top':'0%','left':B(0xe5),'width':B(0x137),'height':B(0x118),'border':{'type':B(0x133)},'label':B(0xeb),'content':B(0x121),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x136)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0xed)]()['map'](v=>v[C(0x127)]);i['setContent'](u[C(0x139)]('\x0a')),h[C(0x11e)]();};h[B(0x11d)](i);const k=a65e[B(0x120)]({'top':B(0x118),'left':B(0xe5),'width':'25%','height':'25%','border':{'type':'line'},'label':B(0xf2),'content':B(0x12a),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x11d)](k);const l=t=>{const D=B;k[D(0x12f)](D(0x12e)+(t[D(0x123)]?t[D(0x123)][D(0x127)]:'None')+'\x0a'+(D(0x100)+(t[D(0x104)]?t[D(0x104)][D(0x127)]:'None')+'\x0a')+('Legs:\x20'+(t[D(0xfe)]?t[D(0xfe)]['name']:D(0x10c))+'\x0a')+(D(0xfd)+(t[D(0xe1)]?t[D(0xe1)]['name']:D(0x10c))+'\x0a')+(D(0x13a)+(t[D(0x119)]?t['arms']['name']:D(0x10c))+'\x0a')+(D(0x116)+(t[D(0xe0)]?t[D(0xe0)][D(0x127)]:D(0x10c))+'\x0a')+('Left\x20Hand:\x20'+(t['leftHand']?t[D(0xef)][D(0x127)]:D(0x10c))+'\x0a')+(D(0x11a)+(t[D(0xee)]?t['rightHand'][D(0x127)]:D(0x10c))+'\x0a')),h[D(0x11e)]();},m=a65e['box']({'top':B(0xe9),'left':B(0xe5),'width':'25%','height':B(0x101),'border':{'type':B(0x133)},'label':B(0xf9),'content':B(0xf4),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x136)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x11d)](m);const n=t=>{const E=B;let u=E(0x102)+t[E(0x127)]+'\x0a\x0a';u+=E(0xf5),t[E(0x13e)]['size']>0x0?t['exits'][E(0x122)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x106)](t);x['roomType']===RoomType[F(0x132)]?u+=capitalCase(w)+':\x20'+x[F(0x127)]:u+=capitalCase(w)+':\x20'+v[F(0x127)];if(v[F(0xe3)]())u+=F(0xe6);else v['checkIfLockable']()&&(u+=F(0x142));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x113),m[E(0x12f)](u),h[E(0x11e)]();},o=a65e[B(0x120)]({'id':B(0xe4),'top':'0%','left':'0%','width':B(0xe5),'height':B(0x13b),'border':{'type':B(0x133)},'label':B(0xf7),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x136)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x10e)](B(0x140)),h[B(0x11d)](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':'100%','height':B(0x135),'tags':!![],'border':{'type':B(0x133)},'style':{'fg':B(0xe2),'border':{'fg':B(0x138)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x11d)](p),h[B(0xe7)]([B(0x107),'C-c'],()=>process[B(0xff)](0x0)),p[B(0x11c)](),h[B(0x11e)]();const q=Logger[B(0x134)](e[B(0x141)],h),r=new Player({'playerName':c});q['write'](B(0x10a));const s=a65f['getInstance'](r,d);o[B(0x12f)](s[B(0x131)]()),l(s[B(0x108)][B(0x109)]),j(s[B(0x108)][B(0x12d)]),n(s['player']['currentLocation']),p[B(0xe7)]([B(0xe8)],async()=>{const G=B,t=p[G(0xf3)](),u=s['handleInput'](t);(t['split']('\x20')[0x0]===G(0x13c)||G(0xf8)||'unequip')&&(j(s['player'][G(0x12d)]),l(s[G(0x108)]['equipment'])),(t[G(0x130)]('\x20')[0x0]==='go'||G(0xf6)||G(0x12b))&&n(s[G(0x108)][G(0x115)]),t[G(0x130)]('\x20')[0x0]===G(0xf1)&&o[G(0x12f)](''),u===null&&(console[G(0xfc)](G(0x126)),h[G(0x11e)](),q[G(0x105)](G(0x124)),process['exit'](0x0)),o['pushLine'](u),o[G(0x117)](0x1),p[G(0x11b)](),p[G(0x11c)](),h[G(0x11e)]();});}catch(t){console[B(0xfc)](t),process[B(0xff)](0x1);}}const args=process['argv'][a65H(0x128)](0x2);main(args[0x0],JSON[a65H(0xf0)](args[0x1]),JSON[a65H(0xf0)](args[0x2]));
@@ -1 +1 @@
1
- const a66k=a66d;function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x6d;let f=c[d];return f;},a66d(a,b);}(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x79))/0x1+-parseInt(h(0x72))/0x2*(-parseInt(h(0x80))/0x3)+-parseInt(h(0x8b))/0x4*(-parseInt(h(0x97))/0x5)+parseInt(h(0x75))/0x6+parseInt(h(0x7a))/0x7+parseInt(h(0x84))/0x8*(-parseInt(h(0x78))/0x9)+parseInt(h(0x81))/0xa*(parseInt(h(0x6f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x73b9d));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x82)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x73)]()[j(0x7d)](j(0x8c))['toString']()[j(0x96)](a66a)[j(0x7d)]('(((.+)+)+)+$');});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x95)]();export class Logger{static ['instance'];['filePath'];['screen'];constructor(a,b){const l=a66k;this['filePath']=a,this['screen']=b,this[l(0x94)]();}static[a66k(0x8e)](a=a66g[a66k(0x7b)](homeDir,a66k(0x6d),a66k(0x91)),b){const m=a66k;if(!Logger['instance']){if(!b)throw new Error(m(0x98));Logger[m(0x74)]=new Logger(a,b);}return Logger[m(0x74)];}['ensureLogFileExists'](){const n=a66k,a=a66g[n(0x86)](this['filePath']);!a66e[n(0x87)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e[n(0x87)](this[n(0x83)])&&a66e[n(0x85)](this[n(0x83)],'');}[a66k(0x7e)](a){const o=a66k,b=new Date()[o(0x6e)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e[o(0x90)](this['filePath'],c);}['error'](a){const p=a66k,b=new Date()[p(0x6e)](),c=p(0x76)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[p(0x83)],c);}[a66k(0x70)](a){const q=a66k,b=this[q(0x88)]?.[q(0x77)]['find'](c=>c[q(0x7c)]===q(0x89)&&c['options']['id']===q(0x93));b?(b[q(0x7f)](b[q(0x8a)]+'\x0a'+a),b[q(0x8d)](b['getScrollHeight']()),this[q(0x88)]?.['render']()):this[q(0x71)]('The\x20logbox\x20'+b+q(0x8f)+this[q(0x88)]),this[q(0x7e)](a);}[a66k(0x92)](){const r=a66k;return!!this[r(0x88)];}}function a66c(){const s=['instance','2312970aARsIW','[ERROR]\x20[','children','9pNEgJX','712524xDvKfK','684831nlzvBj','join','type','search','write','setContent','39pTHtmg','2946710VplQrS','apply','filePath','4598536XyxItc','writeFileSync','dirname','existsSync','screen','box','content','1396bhQcbj','(((.+)+)+)+$','scrollTo','getInstance','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','appendFileSync','side-quest.log','hasScreen','logBox','ensureLogFileExists','homedir','constructor','3195QnTJES','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','.maka','toISOString','22mCDjqF','log','error','71642pyOhsq','toString'];a66c=function(){return s;};return a66c();}
1
+ function a66c(){const s=['scrollTo','1855248febdVP','(((.+)+)+)+$','instance','apply','[INFO]\x20[','write','ensureLogFileExists','toISOString','children','The\x20logbox\x20','existsSync','filePath','setContent','content','join','18AZFqkQ','6646495PqBGBx','[ERROR]\x20[','getInstance','hasScreen','error','3099945TovTkN','homedir','screen','search','side-quest.log','mkdirSync','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','2363235afNBtF','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','appendFileSync','render','toString','2515608vFwsKj','532834VhfLTE','18232208yPFNIO','find','.maka','options','writeFileSync'];a66c=function(){return s;};return a66c();}const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x207))/0x1+-parseInt(h(0x206))/0x2+-parseInt(h(0x1fa))/0x3+parseInt(h(0x20e))/0x4+-parseInt(h(0x1f5))/0x5+-parseInt(h(0x1f4))/0x6*(-parseInt(h(0x201))/0x7)+parseInt(h(0x208))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xa31a5));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x211)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x1fd)](j(0x20f))[j(0x205)]()['constructor'](a66a)[j(0x1fd)](j(0x20f));});function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a66d(a,b);}a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x1fb)]();export class Logger{static ['instance'];[a66k(0x1f0)];[a66k(0x1fc)];constructor(a,b){const l=a66k;this[l(0x1f0)]=a,this[l(0x1fc)]=b,this[l(0x214)]();}static[a66k(0x1f7)](a=a66g[a66k(0x1f3)](homeDir,a66k(0x20a),a66k(0x1fe)),b){const m=a66k;if(!Logger[m(0x210)]){if(!b)throw new Error(m(0x202));Logger['instance']=new Logger(a,b);}return Logger[m(0x210)];}['ensureLogFileExists'](){const n=a66k,a=a66g['dirname'](this['filePath']);!a66e[n(0x1ef)](a)&&a66e[n(0x1ff)](a,{'recursive':!![]}),!a66e[n(0x1ef)](this['filePath'])&&a66e[n(0x20c)](this['filePath'],'');}[a66k(0x213)](a){const o=a66k,b=new Date()[o(0x1ec)](),c=o(0x212)+b+']\x20'+a+'\x0a';a66e[o(0x203)](this[o(0x1f0)],c);}['error'](a){const p=a66k,b=new Date()[p(0x1ec)](),c=p(0x1f6)+b+']\x20'+a+'\x0a';a66e[p(0x203)](this[p(0x1f0)],c);}['log'](a){const q=a66k,b=this[q(0x1fc)]?.[q(0x1ed)][q(0x209)](c=>c['type']==='box'&&c[q(0x20b)]['id']==='logBox');b?(b[q(0x1f1)](b[q(0x1f2)]+'\x0a'+a),b[q(0x20d)](b['getScrollHeight']()),this[q(0x1fc)]?.[q(0x204)]()):this[q(0x1f9)](q(0x1ee)+b+q(0x200)+this[q(0x1fc)]),this[q(0x213)](a);}[a66k(0x1f8)](){const r=a66k;return!!this[r(0x1fc)];}}
@@ -1 +1 @@
1
- const a67m=a67d;function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x70;let f=c[d];return f;},a67d(a,b);}(function(a,b){const j=a67d,c=a();while(!![]){try{const d=-parseInt(j(0x8c))/0x1+-parseInt(j(0x73))/0x2+parseInt(j(0x70))/0x3*(parseInt(j(0x82))/0x4)+-parseInt(j(0x80))/0x5+parseInt(j(0x75))/0x6*(parseInt(j(0x85))/0x7)+parseInt(j(0x88))/0x8+-parseInt(j(0x78))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xa9da5));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x86)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x7e)]()[l(0x74)](l(0x7c))[l(0x7e)]()[l(0x84)](a67a)[l(0x74)](l(0x7c));});a67a();import a67e from'path';function a67c(){const p=['What\x20is\x20your\x20name?','(((.+)+)+)+$','side-quest','toString','create','6282370xqmydt','Thanks\x20for\x20playing!','28eTRPcd','Play\x20a\x20little\x20side-quest','constructor','1220779OJPcHg','apply','stringify','7874312bBzthj','fsi','dungeon','exit','187253Rtgjfc','player','resolve','maka\x20play:side-quest','sideQuestAnswer','490923YxLAqU','side-quest.log','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','158766GNVikK','search','30NLhaKc','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...','log','7046406ZMzqpG','url','inherit'];a67c=function(){return p;};return a67c();}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[a67m(0x79)]),__dirname=dirname(__filename);Command[a67m(0x7f)]({'name':a67m(0x7d),'usage':a67m(0x8f),'shortDesc':a67m(0x83),'aliases':['sq'],'description':a67m(0x76),'validOpts':[a67m(0x8d)]},async function(a,b){const n=a67m;try{const c=this[n(0x89)]['getGlobalMakaDir'](),d=a67e['join'](c,n(0x71)),e=b['player']?b[n(0x8d)]:await Actions['ask'](n(0x7b))||'Commoner',f={...b,'logFilePath':d},g=await Actions['select']({'message':n(0x72),'name':n(0x90),'choices':[{'name':n(0x8a),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e[n(0x8e)](__dirname,'./sideQuest/ui.js'),e,JSON[n(0x87)](g),JSON[n(0x87)](f)],{'stdio':n(0x7a)});h['on'](n(0x8b),()=>{const o=n;Log['bright'](o(0x81));});}}catch(i){console[n(0x77)](i);}},a67f);
1
+ const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0x121))/0x1*(-parseInt(j(0x118))/0x2)+-parseInt(j(0x128))/0x3+parseInt(j(0x11c))/0x4+parseInt(j(0x11a))/0x5*(parseInt(j(0x124))/0x6)+-parseInt(j(0x10d))/0x7+parseInt(j(0x122))/0x8+parseInt(j(0x12e))/0x9*(parseInt(j(0x12a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xb0dfc));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x10b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a['toString']()[l(0x113)]('(((.+)+)+)+$')[l(0x125)]()['constructor'](a67a)[l(0x113)](l(0x11b));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x10b;let f=c[d];return f;},a67d(a,b);}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x10c)]),__dirname=dirname(__filename);function a67c(){const p=['72nEIYVF','toString','dungeon','player','2257041gbLphg','join','16996110IuBUCg','Thanks\x20for\x20playing!','Play\x20a\x20little\x20side-quest','log','9xwBGka','apply','url','416528kKxfTq','inherit','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','side-quest.log','What\x20is\x20your\x20name?','./sideQuest/ui.js','search','stringify','resolve','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...','bright','1888962YsZarz','fsi','16735kdKvOZ','(((.+)+)+)+$','1219608SLrtbw','ask','sideQuestAnswer','maka\x20play:side-quest','shadowrun','1nlEJQW','3489048OiJrDp','getGlobalMakaDir'];a67c=function(){return p;};return a67c();}Command['create']({'name':'side-quest','usage':a67m(0x11f),'shortDesc':a67m(0x12c),'aliases':['sq'],'description':a67m(0x116),'validOpts':[a67m(0x127)]},async function(a,b){const n=a67m;try{const c=this[n(0x119)][n(0x123)](),d=a67e[n(0x129)](c,n(0x110)),e=b['player']?b[n(0x127)]:await Actions[n(0x11d)](n(0x111))||'Commoner',f={...b,'logFilePath':d},g=await Actions['select']({'message':n(0x10f),'name':n(0x11e),'choices':[{'name':n(0x126),'value':dungeonConfig},{'name':n(0x120),'value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e[n(0x115)](__dirname,n(0x112)),e,JSON['stringify'](g),JSON[n(0x114)](f)],{'stdio':n(0x10e)});h['on']('exit',()=>{const o=n;Log[o(0x117)](o(0x12b));});}}catch(i){console[n(0x12d)](i);}},a67f);
@@ -1 +1 @@
1
- var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0xb0))/0x1+-parseInt(f(0xb1))/0x2+parseInt(f(0xb2))/0x3*(-parseInt(f(0xb4))/0x4)+parseInt(f(0xba))/0x5+-parseInt(f(0xab))/0x6+-parseInt(f(0xaf))/0x7+parseInt(f(0xb7))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x5fa2c));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xbb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0xb6)]()[h(0xac)](h(0xb3))['toString']()['constructor'](a68a)['search'](h(0xb3));});a68a();function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xab;var f=c[d];return f;},a68d(a,b);}function a68c(){var k=['create','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','4263805IoWHeF','628229MaDzPp','128772HGrhPX','3ZmPtnW','(((.+)+)+)+$','1526276RElGZS','npx\x20command-line-snake','toString','6433552LuXoYY','snake','inherit','1151895ClqyfH','apply','1296048hoaTeq','search'];a68c=function(){return k;};return a68c();}import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0xad)]({'name':a68i(0xb8),'usage':'maka\x20game:snake','shortDesc':a68i(0xae),'validOpts':[]},async function(){var j=a68i;execSync(j(0xb5),{'stdio':j(0xb9)});},a68e);
1
+ var a68i=a68d;function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xbb;var f=c[d];return f;},a68d(a,b);}function a68c(){var k=['npx\x20command-line-snake','create','1671245lsexcL','2868684bsJOsD','apply','2240697pTKEzR','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','toString','828186gViiZM','871100bUYZqi','(((.+)+)+)+$','9748109dIeesl','snake','maka\x20game:snake','search','8397000MGukdy'];a68c=function(){return k;};return a68c();}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0xbe))/0x1+-parseInt(f(0xbf))/0x2+-parseInt(f(0xbb))/0x3+parseInt(f(0xc9))/0x4+parseInt(f(0xc8))/0x5+parseInt(f(0xc5))/0x6+-parseInt(f(0xc1))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xabe46));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xca)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0xbd)]()[h(0xc4)](h(0xc0))[h(0xbd)]()['constructor'](a68a)[h(0xc4)](h(0xc0));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0xc7)]({'name':a68i(0xc2),'usage':a68i(0xc3),'shortDesc':a68i(0xbc),'validOpts':[]},async function(){var j=a68i;execSync(j(0xc6),{'stdio':'inherit'});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x1c8))/0x1+parseInt(f(0x1ca))/0x2+parseInt(f(0x1be))/0x3*(parseInt(f(0x1bc))/0x4)+-parseInt(f(0x1c6))/0x5*(parseInt(f(0x1cc))/0x6)+parseInt(f(0x1c3))/0x7+parseInt(f(0x1cb))/0x8+-parseInt(f(0x1c2))/0x9*(parseInt(f(0x1bf))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xe1b85));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x1c0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x1cd)]()[h(0x1c4)](h(0x1c5))[h(0x1cd)]()[h(0x1c9)](a69a)[h(0x1c4)]('(((.+)+)+)+$');});a69a();function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x1bc;var f=c[d];return f;},a69d(a,b);}import a69e from'./play.command.js';import{Command}from'../../command.js';function a69c(){var k=['apply','create','33484833QwLcak','6550978IVuFhV','search','(((.+)+)+)+$','745AkQTuZ','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','500268QxgVId','constructor','3118524KNhXHc','7915904oTsNaF','2544KapKnp','toString','inherit','2893560wfhgKp','maka\x20game:tetris','3pQMSdP','10TMXZer'];a69c=function(){return k;};return a69c();}import{execSync}from'child_process';Command[a69i(0x1c1)]({'name':'tetris','usage':a69i(0x1bd),'shortDesc':a69i(0x1c7),'validOpts':[]},async function(){var j=a69i;execSync('npx\x20simple-tetris',{'stdio':j(0x1ce)});},a69e);
1
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0xff))/0x1+parseInt(f(0x108))/0x2*(parseInt(f(0x103))/0x3)+-parseInt(f(0x107))/0x4*(parseInt(f(0x106))/0x5)+-parseInt(f(0x10c))/0x6*(-parseInt(f(0x10b))/0x7)+parseInt(f(0x10d))/0x8*(parseInt(f(0x100))/0x9)+parseInt(f(0xfe))/0xa*(parseInt(f(0x10e))/0xb)+parseInt(f(0x104))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x46b24));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xfb;var f=c[d];return f;},a69d(a,b);}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x109)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x101)]()[h(0xfb)](h(0x10f))[h(0x101)]()[h(0x102)](a69a)[h(0xfb)]('(((.+)+)+)+$');});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a69c(){var k=['inherit','2630fOVpVJ','179909YOUBJb','9baPukd','toString','constructor','105FpnTPH','3659208SQTWgk','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','6730Ztnkme','1348YZbAMa','9554DXzFCw','apply','maka\x20game:tetris','231rLAhTb','74118lIOQOs','209680hlMdZw','715TMcsgL','(((.+)+)+)+$','search','tetris'];a69c=function(){return k;};return a69c();}Command['create']({'name':a69i(0xfc),'usage':a69i(0x10a),'shortDesc':a69i(0x105),'validOpts':[]},async function(){var j=a69i;execSync('npx\x20simple-tetris',{'stdio':j(0xfd)});},a69e);
@@ -1 +1 @@
1
- function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x77;let f=c[d];return f;},a70d(a,b);}const a70i=a70d;function a70c(){const k=['84186CDIkYI','4504tYvdGL','855PpDzNd','search','splice','(((.+)+)+)+$','maka\x20generate:scaffold\x20todos','generate','constructor','maka\x20g:scaffold\x20todos','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:route\x20todos/edit','36enwJnr','toString','maka\x20g:template\x20todos/todo_item','1315cofEaK','31992970PgQaMC','\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','2789584vUQFCl','1218044oWwnRY','maka\x20g:dbc\x20geoserver\x20--type=pgsql','311943QRavjK','maka\x20g:api\x20trucks','maka\x20g:package\x20package:name','12306qpspsx','error'];a70c=function(){return k;};return a70c();}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x8d))/0x1+-parseInt(f(0x86))/0x2+parseInt(f(0x88))/0x3*(-parseInt(f(0x7e))/0x4)+-parseInt(f(0x81))/0x5*(parseInt(f(0x8b))/0x6)+-parseInt(f(0x85))/0x7+parseInt(f(0x8e))/0x8*(-parseInt(f(0x8f))/0x9)+parseInt(f(0x82))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x8d522));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x84)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x7f)]()[h(0x90)](h(0x77))[h(0x7f)]()[h(0x7a)](a70a)[h(0x90)](h(0x77));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':a70i(0x79),'aliases':['g'],'usage':a70i(0x7c),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a70i(0x83),'examples':[a70i(0x78),a70i(0x7b),a70i(0x80),a70i(0x8a),a70i(0x7d),a70i(0x89),a70i(0x87)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x91)](0x0,0x1),await a70e['processAndRunGenerator'](c,a,b)):a70e['invoke'](a,b);}catch(d){Log[j(0x8c)](d),process['exit'](0x1);}});
1
+ const a70i=a70d;function a70c(){const k=['create','toString','386032JGJhSi','maka\x20g:package\x20package:name','4872580UtZiby','processAndRunGenerator','5DHLYFK','570882XfzfDo','generate','63kXXiXC','3662212zMJqkU','11guDtUp','24TAyVIH','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','maka\x20g:route\x20todos/edit','search','3733308BrpjnG','3443193SKAdYl','invoke','151347mkcrPJ','error','splice','apply','exit','maka\x20generate:scaffold\x20todos','(((.+)+)+)+$','maka\x20g:api\x20trucks','maka\x20g:template\x20todos/todo_item','maka\x20g:scaffold\x20todos','2WRagwt'];a70c=function(){return k;};return a70c();}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x190))/0x1+parseInt(f(0x188))/0x2*(parseInt(f(0x17c))/0x3)+-parseInt(f(0x193))/0x4*(parseInt(f(0x18f))/0x5)+-parseInt(f(0x177))/0x6*(-parseInt(f(0x17e))/0x7)+parseInt(f(0x18b))/0x8*(-parseInt(f(0x192))/0x9)+parseInt(f(0x18d))/0xa+-parseInt(f(0x176))/0xb*(parseInt(f(0x17b))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xb1b6b));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x181)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x18a)]()[h(0x17a)](h(0x184))[h(0x18a)]()['constructor'](a70a)[h(0x17a)]('(((.+)+)+)+$');});a70a();function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x176;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[a70i(0x189)]({'name':a70i(0x191),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a70i(0x178),'examples':[a70i(0x183),a70i(0x187),a70i(0x186),a70i(0x18c),a70i(0x179),a70i(0x185),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x180)](0x0,0x1),await a70e[j(0x18e)](c,a,b)):a70e[j(0x17d)](a,b);}catch(d){Log[j(0x17f)](d),process[j(0x182)](0x1);}});
@@ -1 +1 @@
1
- function a71c(){var h=['878087jTDySQ','16QYGXdy','constructor','3756270jERfqE','5770pQaXJE','11gvEyXY','1835469yCNdSd','search','399HzUFzR','(((.+)+)+)+$','166526cpgzNI','toString','4oUPulU','222Qsrhip','7520ylSuRX','6854232ACaPGn'];a71c=function(){return h;};return a71c();}(function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x78))/0x1*(-parseInt(f(0x76))/0x2)+parseInt(f(0x74))/0x3*(parseInt(f(0x7a))/0x4)+parseInt(f(0x70))/0x5*(parseInt(f(0x79))/0x6)+-parseInt(f(0x7c))/0x7*(-parseInt(f(0x6d))/0x8)+-parseInt(f(0x72))/0x9+-parseInt(f(0x6f))/0xa*(parseInt(f(0x71))/0xb)+parseInt(f(0x7b))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x315ca));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['toString']()[g(0x73)](g(0x75))[g(0x77)]()[g(0x6e)](a71a)[g(0x73)](g(0x75));});function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x6d;var f=c[d];return f;},a71d(a,b);}a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x10c))/0x1*(parseInt(f(0x102))/0x2)+parseInt(f(0x109))/0x3+parseInt(f(0x10a))/0x4*(parseInt(f(0x103))/0x5)+-parseInt(f(0x106))/0x6+-parseInt(f(0x10d))/0x7+-parseInt(f(0x107))/0x8*(-parseInt(f(0x10b))/0x9)+parseInt(f(0x10f))/0xa*(-parseInt(f(0x110))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x403b5));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x104)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x108)]()[h(0x105)]('(((.+)+)+)+$')[h(0x108)]()[h(0x111)](a71a)['search'](h(0x10e));});a71a();import'./get.command.js';import'./global.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x102;var f=c[d];return f;},a71d(a,b);}function a71c(){var i=['search','747912lTsHKt','347992JpaLXQ','toString','311304IzqMAX','4HDTnEC','63vQDPFr','27bhGFBo','486864IxcULm','(((.+)+)+)+$','3301570pDiOTD','11NKXjsV','constructor','16286qgESlY','796660sAGisW','apply'];a71c=function(){return i;};return a71c();}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1ea;let f=c[d];return f;},a72d(a,b);}const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x1ee))/0x1+parseInt(f(0x1ed))/0x2+parseInt(f(0x1ec))/0x3+parseInt(f(0x1ea))/0x4+-parseInt(f(0x1f1))/0x5+parseInt(f(0x1f7))/0x6+-parseInt(f(0x1f2))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x1d748));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x1f5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()[h(0x1eb)](h(0x1f6))[h(0x1f8)]()[h(0x1ef)](a72a)[h(0x1eb)](h(0x1f6));});a72a();import{Command}from'../../command.js';const GetCommand=Command['create']({'name':a72i(0x1f4),'usage':'maka\x20get:<sub-command>','shortDesc':a72i(0x1f0),'validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0x1f3)](b);});function a72c(){const k=['get','apply','(((.+)+)+)+$','397308VfJGoW','toString','886516qbSQuZ','search','55650gXabhR','403934lQhhnQ','78331iXZmuv','constructor','Get\x20various\x20Maka\x20variables\x20and\x20configurations','406030WrmBvU','2693887EQrLKB','processAndRunCommand'];a72c=function(){return k;};return a72c();}export default GetCommand;
1
+ const a72i=a72d;function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1b1;let f=c[d];return f;},a72d(a,b);}function a72c(){const j=['constructor','toString','88hxekzR','Get\x20various\x20Maka\x20variables\x20and\x20configurations','create','48VtNifv','3nhIQxc','9791700stdXyn','990ZxpSJb','743312VJNMni','apply','search','138761tEWEbk','(((.+)+)+)+$','5743WyJZra','2717264TBykGj','258WNdzLB','maka\x20get:<sub-command>','22445FhYqac','4829715KlSGhD'];a72c=function(){return j;};return a72c();}(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x1c4))/0x1*(parseInt(f(0x1b2))/0x2)+parseInt(f(0x1bc))/0x3*(-parseInt(f(0x1bf))/0x4)+parseInt(f(0x1b4))/0x5*(parseInt(f(0x1be))/0x6)+parseInt(f(0x1c2))/0x7*(parseInt(f(0x1b8))/0x8)+parseInt(f(0x1b5))/0x9+parseInt(f(0x1bd))/0xa+-parseInt(f(0x1b1))/0xb*(parseInt(f(0x1bb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x88a9c));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x1c0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x1b7)]()[h(0x1c1)](h(0x1c3))['toString']()[h(0x1b6)](a72a)[h(0x1c1)](h(0x1c3));});a72a();import{Command}from'../../command.js';const GetCommand=Command[a72i(0x1ba)]({'name':'get','usage':a72i(0x1b3),'shortDesc':a72i(0x1b9),'validOpts':[]},async function(a){const b=a[0x0];await this['processAndRunCommand'](b);});export default GetCommand;
@@ -1 +1 @@
1
- const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x10f))/0x1+-parseInt(f(0x114))/0x2*(parseInt(f(0x120))/0x3)+parseInt(f(0x11b))/0x4*(parseInt(f(0x11f))/0x5)+parseInt(f(0x113))/0x6+-parseInt(f(0x11d))/0x7*(parseInt(f(0x11e))/0x8)+-parseInt(f(0x116))/0x9+parseInt(f(0x121))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xee1fa));function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x10f;let f=c[d];return f;},a73d(a,b);}const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x123)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x112)]()[h(0x111)](h(0x115))['toString']()['constructor'](a73a)['search'](h(0x115));});function a73c(){const k=['40gOBlgm','14975eqXWrr','1473oMvsfq','9345950YKKSRI','log','apply','getGlobalConfig','84991hLkyIj','maka\x20get:global-config','search','toString','11442720RMpuIu','4038nLDqNI','(((.+)+)+)+$','13288842SERpHi','global-config','cfg','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','exit','2168DiuAFT','error','1549485kZJFbH'];a73c=function(){return k;};return a73c();}a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a73i(0x117),'usage':a73i(0x110),'aliases':['gc'],'shortDesc':a73i(0x119),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x118)][j(0x124)]();console[j(0x122)](a),process[j(0x11a)](0x0);}catch(b){console[j(0x11c)](b),process[j(0x11a)](0x0);}},a73e);
1
+ const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x1a3))/0x1+parseInt(f(0x1b3))/0x2+-parseInt(f(0x1a7))/0x3*(-parseInt(f(0x1ac))/0x4)+parseInt(f(0x1a5))/0x5+-parseInt(f(0x1b6))/0x6+parseInt(f(0x1ae))/0x7+-parseInt(f(0x1b5))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x52c6f));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x1b2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x1aa)]()[h(0x1a9)](h(0x1b0))[h(0x1aa)]()[h(0x1a8)](a73a)[h(0x1a9)](h(0x1b0));});function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1a3;let f=c[d];return f;},a73d(a,b);}a73a();import a73e from'./get.command.js';function a73c(){const k=['cfg','2363809aNzsvs','maka\x20get:global-config','(((.+)+)+)+$','global-config','apply','786498FPbndy','create','4040944ZylBFk','2826606ICXBJs','34169bwcMpa','log','865685HdycFL','exit','24EUHCYa','constructor','search','toString','getGlobalConfig','188516YyIgoe'];a73c=function(){return k;};return a73c();}import{Command}from'../../command.js';Command[a73i(0x1b4)]({'name':a73i(0x1b1),'usage':a73i(0x1af),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x1ad)][j(0x1ab)]();console[j(0x1a4)](a),process[j(0x1a6)](0x0);}catch(b){console['error'](b),process['exit'](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x191))/0x1+parseInt(f(0x192))/0x2+-parseInt(f(0x18d))/0x3+parseInt(f(0x18b))/0x4*(parseInt(f(0x184))/0x5)+-parseInt(f(0x18e))/0x6+parseInt(f(0x187))/0x7*(-parseInt(f(0x18f))/0x8)+parseInt(f(0x180))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x23921));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x182)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a['toString']()[h(0x18c)]('(((.+)+)+)+$')[h(0x190)]()[h(0x193)](a74a)['search']('(((.+)+)+)+$');});a74a();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x180;let f=c[d];return f;},a74d(a,b);}import a74e from'./get.command.js';function a74c(){const k=['toString','62941tyZyqm','236792JRepbO','constructor','1920483NJvEvX','log','apply','local-config','125cSMsEC','getMakaProjectConfig','create','3073WyaYKS','cfg','maka\x20get:local-config','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','20968buJVKR','search','115071WjtDGi','826176dXueDx','1424oTyezR'];a74c=function(){return k;};return a74c();}import{Command}from'../../command.js';Command[a74i(0x186)]({'name':a74i(0x183),'usage':a74i(0x189),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x18a),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x188)][j(0x185)]();console[j(0x181)](a);},a74e);
1
+ const a74h=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x193))/0x1*(-parseInt(f(0x19e))/0x2)+parseInt(f(0x195))/0x3+parseInt(f(0x19a))/0x4+-parseInt(f(0x19d))/0x5*(parseInt(f(0x194))/0x6)+-parseInt(f(0x19c))/0x7*(parseInt(f(0x18d))/0x8)+-parseInt(f(0x18e))/0x9+parseInt(f(0x197))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xa80d5));function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x18d;let f=c[d];return f;},a74d(a,b);}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const g=a74d;return a74a[g(0x190)]()[g(0x192)](g(0x198))[g(0x190)]()[g(0x196)](a74a)['search'](g(0x198));});a74a();import a74e from'./get.command.js';function a74c(){const j=['(((.+)+)+)+$','maka\x20get:local-config','1004416mOwPzn','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','14ytgAII','18665pDrlDm','1636ycxrTD','4579976abxBTs','4833495dZjtty','getMakaProjectConfig','toString','local-config','search','930eQxUPz','942PvDmYw','3619047HCIsou','constructor','7382780xiHBkm'];a74c=function(){return j;};return a74c();}import{Command}from'../../command.js';Command['create']({'name':a74h(0x191),'usage':a74h(0x199),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74h(0x19b),'validOpts':[]},async function(){const i=a74h,a=await this['cfg'][i(0x18f)]();console['log'](a);},a74e);
@@ -1 +1 @@
1
- const a75h=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0x8c))/0x1*(-parseInt(f(0x84))/0x2)+-parseInt(f(0x86))/0x3+-parseInt(f(0x8b))/0x4*(-parseInt(f(0x89))/0x5)+parseInt(f(0x90))/0x6+-parseInt(f(0x87))/0x7*(parseInt(f(0x92))/0x8)+-parseInt(f(0x8e))/0x9*(-parseInt(f(0x81))/0xa)+-parseInt(f(0x83))/0xb*(parseInt(f(0x82))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xe5459));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 g=a75d;return a75a[g(0x80)]()[g(0x85)](g(0x94))[g(0x80)]()['constructor'](a75a)[g(0x85)]('(((.+)+)+)+$');});function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x80;let f=c[d];return f;},a75d(a,b);}a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75h(0x8a)]({'name':'whoami','usage':a75h(0x88),'shortDesc':a75h(0x8d),'validOpts':['silent']},async function(){const i=a75h;try{const a=await this[i(0x8f)][i(0x93)]();return a;}catch(b){Log[i(0x91)](b),process['exit'](0x1);}},a75e);function a75c(){const j=['2807946rFeouY','cfg','9427932frreeu','error','48cDhAAl','getGlobalConfig','(((.+)+)+)+$','toString','10eoeiwQ','553668aDXWIk','583UkPusR','6qijrfx','search','505461hQFYUN','899822qpylEc','maka\x20get:whoami','2152320IRpxsn','create','12kQjQrT','383173wimMtB','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information'];a75c=function(){return j;};return a75c();}
1
+ const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0x1d7))/0x1+parseInt(f(0x1cb))/0x2*(-parseInt(f(0x1cc))/0x3)+parseInt(f(0x1ca))/0x4*(parseInt(f(0x1d9))/0x5)+-parseInt(f(0x1c9))/0x6+-parseInt(f(0x1cd))/0x7*(-parseInt(f(0x1d5))/0x8)+parseInt(f(0x1dd))/0x9+parseInt(f(0x1d1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x1fd28));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x1d6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x1d0)]()[h(0x1ce)](h(0x1de))[h(0x1d0)]()['constructor'](a75a)['search']('(((.+)+)+)+$');});a75a();function a75c(){const k=['error','silent','33424ekIhmd','apply','154526Zydchg','getGlobalConfig','185905uvTKDc','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','whoami','cfg','475497UlGOoN','(((.+)+)+)+$','415368xquUgF','12xjQwjq','702eFKSLB','294sIZJKm','175nCanTB','search','exit','toString','1196700KATZZa','create'];a75c=function(){return k;};return a75c();}import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1c9;let f=c[d];return f;},a75d(a,b);}Command[a75i(0x1d2)]({'name':a75i(0x1db),'usage':'maka\x20get:whoami','shortDesc':a75i(0x1da),'validOpts':[a75i(0x1d4)]},async function(){const j=a75i;try{const a=await this[j(0x1dc)][j(0x1d8)]();return a;}catch(b){Log[j(0x1d3)](b),process[j(0x1cf)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76h=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x15b))/0x1*(-parseInt(f(0x15d))/0x2)+-parseInt(f(0x159))/0x3*(parseInt(f(0x15f))/0x4)+-parseInt(f(0x152))/0x5*(-parseInt(f(0x156))/0x6)+-parseInt(f(0x150))/0x7+parseInt(f(0x15a))/0x8+parseInt(f(0x154))/0x9+-parseInt(f(0x151))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xb1894));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var g=a76d;return a76a[g(0x157)]()['search'](g(0x153))[g(0x157)]()[g(0x14f)](a76a)[g(0x155)]('(((.+)+)+)+$');});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a76c(){var i=['toString','Try,\x20maka\x20--help','39WTjVGj','1912248sRKcxa','1014FMRIDs','create','2858qMsYLb','Deprecated:\x20use\x20--help\x20instead','301976ApHMMN','help','constructor','917833NgtJjd','13541970FPNzTF','5TQSuIg','(((.+)+)+)+$','839952pcZvYD','search','8475366KQVNhj'];a76c=function(){return i;};return a76c();}function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x14f;var f=c[d];return f;},a76d(a,b);}Command[a76h(0x15c)]({'name':a76h(0x160),'description':a76h(0x158),'aliases':['h'],'validOpts':[],'shortDesc':a76h(0x15e)},async function(){throw new UsageError();});
1
+ var a76h=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0xab))/0x1+parseInt(f(0xa2))/0x2+parseInt(f(0xaa))/0x3+parseInt(f(0xa8))/0x4+-parseInt(f(0xa6))/0x5+parseInt(f(0xa3))/0x6*(-parseInt(f(0x9f))/0x7)+-parseInt(f(0xa9))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x99024));function a76c(){var i=['search','376196cQYilH','6aOkFfp','(((.+)+)+)+$','Deprecated:\x20use\x20--help\x20instead','5021640YUMHEk','create','4345536MCuczE','1140288llnqbM','1379187WHNrTq','450798NWzfmQ','help','constructor','2879947OoMlbv','toString'];a76c=function(){return i;};return a76c();}function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x9d;var f=c[d];return f;},a76d(a,b);}var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var g=a76d;return a76a[g(0xa0)]()[g(0xa1)](g(0xa4))['toString']()[g(0x9e)](a76a)[g(0xa1)](g(0xa4));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76h(0xa7)]({'name':a76h(0x9d),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a76h(0xa5)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77I=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=parseInt(F(0x196))/0x1*(parseInt(F(0x1a4))/0x2)+-parseInt(F(0x19e))/0x3*(-parseInt(F(0x1b9))/0x4)+-parseInt(F(0x18e))/0x5*(-parseInt(F(0x19f))/0x6)+parseInt(F(0x1cc))/0x7*(parseInt(F(0x193))/0x8)+parseInt(F(0x194))/0x9+-parseInt(F(0x19b))/0xa+-parseInt(F(0x192))/0xb*(parseInt(F(0x1ca))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x5addd));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0x1a3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a['toString']()[H(0x16f)](H(0x185))[H(0x1b6)]()[H(0x197)](a77a)['search'](H(0x185));});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-0x16d;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';import{execSync}from'child_process';const homeDir=a77e[a77I(0x17e)]();function a77c(){const N=['Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','141SzHgib','204366WKBemc','\x20installed.\x0a','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','\x20from\x20','apply','838UYSWVO','withSpinner','.zshrc','downloadFile','Downloading\x20Meteor\x20','PATH','success','meteor.tar.gz','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--release\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x0a\x20\x20\x20\x20--set-path\x20flag\x20will\x20only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.\x0a\x20\x20','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','osx','arm64','\x20is\x20available.','maka\x20install\x20meteor\x20--release\x203.0.1','\x5c.meteor\x5cmeteor','exit','Aborting\x20install','RELEASE=','toString','getMeteorExePath','arch','54212XOaEuM','max','includes','getuid','maka\x20install\x20meteor\x20--force','utf8','maka\x20install','warn','packages','linux','Using\x20CA\x20Cert\x20','NO_NODE_WARNINGS','map','isFile','get','https://packages.meteor.com/bootstrap-link?arch=os.','setPath','1008AmSyvd','platform','33894HNFWxo','package-metadata','split','Aborted','maka\x20install\x20meteor','&release=','length','setx\x20PATH\x20\x22','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','timeout','3.0.2','search','getGlobalConfig','slice','.bashrc','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','force','extractTarGz','cert','error','maka\x20i','join','Added\x20Meteor\x20path\x20to\x20','maka\x20install\x20meteor\x20--set-path','existsSync','homedir','readFileSync','meteor','-rf','Meteor\x20version\x20','cacert','win32','(((.+)+)+)+$','Cleaning\x20up','install','release','https://install.meteor.com','env','setMeteorReleaseVersion','keepInstallFile','notice','5spepzH','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','replace','appendFileSync','181269VYTXFC','1136isCYUq','1795941Uvfuza','create','519xygybs','constructor','Proceed\x20anyway?','info','x86_64','192010MJFAVC','Error\x20extracting\x20meteor.tar.gz\x20file'];a77c=function(){return N;};return a77c();}function isRoot(){const J=a77I;return process[J(0x1bc)]&&process[J(0x1bc)]()===0x0;}function compareVersions(a,b){const K=a77I,c=a['split']('.')['map'](Number),d=b[K(0x1ce)]('.')[K(0x1c5)](Number);for(let e=0x0;e<Math[K(0x1ba)](c[K(0x1d2)],d[K(0x1d2)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77I(0x195)]({'name':a77I(0x187),'aliases':['i'],'validOpts':[a77I(0x175),a77I(0x188),a77I(0x183),'keepInstallFile','timeout',a77I(0x1c9)],'usage':a77I(0x1bf),'shortDesc':'Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','description':a77I(0x1ac),'examples':[a77I(0x1d0),a77I(0x1bd),a77I(0x1b1),a77I(0x17c),a77I(0x179)]},async function(a,b){const L=a77I;try{const {mpi:c,cfg:d,fsi:f}=this;b[L(0x1c9)]&&(updatePath(),Log[L(0x1aa)]('Meteor\x20path\x20updated.'),process[L(0x1b3)](0x0));let g='';if(b['cacert']){if(f['isFile'](b[L(0x183)]))Log[L(0x18d)](L(0x1c3)+b['cacert']),g=b[L(0x183)];else throw L(0x1d4)+g;}const h=await d[L(0x170)]();if(h['cert']){if(f[L(0x1c6)](h['cert']))g=h[L(0x177)];else throw L(0x1a1)+g;}let i=![];if(b['f']||b['force'])i=!![];else{const u=isRoot();u?(Log['warn']('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),i=await Actions['confirm'](L(0x198),![])):i=!![];}if(!i)throw L(0x1cf);const j=await HTTPS[L(0x1c7)]({'url':L(0x189),'cert':g}),k=await f['grep'](j['data'],L(0x1b5));if(k[L(0x1d2)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process[L(0x18a)][L(0x1c4)]='1';const l=k[0x0]['replace'](/[^0-9.]/gi,'')[L(0x190)](/\r?\n|\r/,''),m=L(0x16e);let n;b['release']?n=b['release']:compareVersions(l,m)<0x0?n=m:n=l;Log[L(0x18d)]('Preparing\x20to\x20install\x20Meteor\x20'+n);const o={'win32':'windows','darwin':L(0x1ae),'linux':L(0x1c2)};let p=L(0x1c8)+o[a77e['platform']()]+'.'+(a77e[L(0x1b8)]()==='arm64'?L(0x1af):L(0x19a))+'&release='+n,q=await HTTPS['checkAvailability']({'url':p,'cert':g});if(!q&&n['includes']('-')){const v=n['split']('-'),w=v[0x0],x=v[L(0x171)](0x1)[L(0x17a)]('-'),y=w[L(0x190)](/\.0+$/,'');Log[L(0x1c0)](L(0x182)+n+'\x20is\x20not\x20available,\x20trying\x20'+y+'-'+x);const z=L(0x1c8)+o[a77e[L(0x1cb)]()]+'.'+(a77e[L(0x1b8)]()===L(0x1af)?L(0x1af):L(0x19a))+L(0x1d1)+y+'-'+x;q=await HTTPS['checkAvailability']({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log[L(0x178)](L(0x182)+n+'\x20is\x20not\x20available.'),process[L(0x1b3)](0x0)):Log['notice'](L(0x182)+n+L(0x1b0));const r=f['getMeteorInstallPath'](),s=c[L(0x1b7)](),t=f['getUserDataDirectory']();if(a77g[L(0x17d)](s)){let A=![];b['f']||b[L(0x175)]?A=!![]:A=await Actions['confirm'](L(0x1ad),![]),A?(await SpawnAsync['withSpinner']('rm',[L(0x181),a77f[L(0x17a)](r,L(0x1c1))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(packages)'}),await SpawnAsync[L(0x1a5)]('rm',['-rf',a77f[L(0x17a)](r,L(0x1cd))],{'message':L(0x18f)}),await SpawnAsync[L(0x1a5)]('rm',['-rf',a77f[L(0x17a)](r,L(0x180))],{'message':L(0x173)})):(Log[L(0x199)](L(0x1b4)),process[L(0x1b3)](0x0));}try{Log[L(0x18d)](L(0x1a8)+n+L(0x1a2)+p),await HTTPS[L(0x1a7)]({'url':p,'destPath':a77f[L(0x17a)](homeDir,L(0x1ab)),'cert':g,'timeout':b[L(0x16d)]?parseInt(b[L(0x16d)])*0x3e8:0x493e0});try{const B=a77f['join'](homeDir,L(0x1ab));await f[L(0x176)](B,t);}catch(C){Log[L(0x178)](L(0x19c));}updatePath();}catch(D){console['error'](D),process[L(0x1b3)](0x1);}finally{!b[L(0x18c)]&&await SpawnAsync[L(0x1a5)]('rm',[L(0x181),a77f[L(0x17a)](homeDir,'meteor.tar.gz')],{'message':L(0x186)});}c[L(0x18b)](n),Log[L(0x1aa)]('Meteor\x20version\x20'+n+L(0x1a0)),process[L(0x1b3)](0x0);}catch(E){console[L(0x178)](E),process[L(0x1b3)](0x1);}});function updatePath(){const M=a77I;if(a77e[M(0x1cb)]()===M(0x184)){const a=process['env'][M(0x1a9)]||'',b=homeDir+M(0x1b2);!a['includes'](b)&&(execSync(M(0x1d3)+a+';'+b+'\x22'),Log[M(0x18d)]('Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.'),Log[M(0x18d)](M(0x19d)));}else{const c=a77f['join'](homeDir,M(0x1a6)),d=a77f[M(0x17a)](homeDir,M(0x172)),e=M(0x174),f=a77g[M(0x17d)](c)?a77g[M(0x17f)](c,'utf8'):'';!f[M(0x1bb)](e)&&(a77g['appendFileSync'](c,'\x0a'+e+'\x0a'),Log[M(0x18d)](M(0x17b)+c));const g=a77g[M(0x17d)](d)?a77g[M(0x17f)](d,M(0x1be)):'';!g['includes'](e)&&(a77g[M(0x191)](d,'\x0a'+e+'\x0a'),Log[M(0x18d)](M(0x17b)+d));}}
1
+ const a77I=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=-parseInt(F(0x112))/0x1*(-parseInt(F(0xfb))/0x2)+-parseInt(F(0xed))/0x3+-parseInt(F(0xd3))/0x4+parseInt(F(0xf3))/0x5+parseInt(F(0xd2))/0x6*(parseInt(F(0x11b))/0x7)+parseInt(F(0x10c))/0x8+-parseInt(F(0x102))/0x9*(parseInt(F(0xde))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x9290b));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0x12b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a[H(0xff)]()[H(0x121)](H(0xeb))['toString']()[H(0x10e)](a77a)[H(0x121)](H(0xeb));});a77a();function a77c(){const N=['includes','cacert','\x20installed.\x0a','Added\x20Meteor\x20path\x20to\x20','7fnYllJ','maka\x20install\x20meteor\x20--force','getuid','meteor.tar.gz','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','map','search','3.0.2','extractTarGz','existsSync','withSpinner','Using\x20CA\x20Cert\x20','install','data','https://install.meteor.com','Aborting\x20install','apply','release','maka\x20install\x20meteor','join','arm64','checkAvailability','downloadFile','.bashrc','win32','success','maka\x20i','length','homedir','https://packages.meteor.com/bootstrap-link?arch=os.','slice','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','3251472YiTffp','4206896IoUWbc','Meteor\x20path\x20updated.','setMeteorReleaseVersion','split','keepInstallFile','setx\x20PATH\x20\x22','package-metadata','cert','Cleaning\x20up','getUserDataDirectory','\x20is\x20not\x20available.','430mXyNUE','notice','&release=','Preparing\x20to\x20install\x20Meteor\x20','confirm','appendFileSync','utf8','.zshrc','Downloading\x20Meteor\x20','env','exit','replace','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','(((.+)+)+)+$','max','1303413cBqFiE','Meteor\x20version\x20','PATH','windows','\x20is\x20available.','platform','5680760lcgJyS','arch','NO_NODE_WARNINGS','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','info','getMeteorInstallPath','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','isFile','68WUXGge','maka\x20install','readFileSync','\x20is\x20not\x20available,\x20trying\x20','toString','RELEASE=','maka\x20install\x20meteor\x20--set-path','142047RdnrVS','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','Aborted','timeout','meteor','getGlobalConfig','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','-rf','get','2407592lrsaeq','x86_64','constructor','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--release\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x0a\x20\x20\x20\x20--set-path\x20flag\x20will\x20only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.\x0a\x20\x20','create','packages','23123NkyakR','Proceed\x20anyway?','warn','force','error'];a77c=function(){return N;};return a77c();}import a77e from'os';import a77f from'path';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xce;let f=c[d];return f;},a77d(a,b);}import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77I(0xce)]();function isRoot(){const J=a77I;return process[J(0x11d)]&&process[J(0x11d)]()===0x0;}function compareVersions(a,b){const K=a77I,c=a['split']('.')[K(0x120)](Number),d=b[K(0xd6)]('.')[K(0x120)](Number);for(let e=0x0;e<Math[K(0xec)](c[K(0x136)],d['length']);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77I(0x110)]({'name':a77I(0x127),'aliases':['i'],'validOpts':[a77I(0x115),a77I(0x12c),'cacert',a77I(0xd7),a77I(0x105),'setPath'],'usage':a77I(0xfc),'shortDesc':a77I(0x109),'description':a77I(0x10f),'examples':[a77I(0x12d),a77I(0x11c),'maka\x20install\x20meteor\x20--release\x203.0.1',a77I(0x101),a77I(0x135)]},async function(a,b){const L=a77I;try{const {mpi:c,cfg:d,fsi:f}=this;b['setPath']&&(updatePath(),Log[L(0x134)](L(0xd4)),process['exit'](0x0));let g='';if(b[L(0x118)]){if(f[L(0xfa)](b[L(0x118)]))Log[L(0xdf)](L(0x126)+b[L(0x118)]),g=b['cacert'];else throw L(0xea)+g;}const h=await d[L(0x107)]();if(h[L(0xda)]){if(f[L(0xfa)](h[L(0xda)]))g=h[L(0xda)];else throw L(0xf9)+g;}let i=![];if(b['f']||b['force'])i=!![];else{const u=isRoot();u?(Log['warn']('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),i=await Actions['confirm'](L(0x113),![])):i=!![];}if(!i)throw L(0x104);const j=await HTTPS[L(0x10b)]({'url':L(0x129),'cert':g}),k=await f['grep'](j[L(0x128)],L(0x100));if(k['length']===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process[L(0xe7)][L(0xf5)]='1';const l=k[0x0][L(0xe9)](/[^0-9.]/gi,'')[L(0xe9)](/\r?\n|\r/,''),m=L(0x122);let n;b['release']?n=b[L(0x12c)]:compareVersions(l,m)<0x0?n=m:n=l;Log[L(0xdf)](L(0xe1)+n);const o={'win32':L(0xf0),'darwin':'osx','linux':'linux'};let p=L(0xcf)+o[a77e[L(0xf2)]()]+'.'+(a77e[L(0xf4)]()===L(0x12f)?'arm64':'x86_64')+L(0xe0)+n,q=await HTTPS['checkAvailability']({'url':p,'cert':g});if(!q&&n[L(0x117)]('-')){const v=n[L(0xd6)]('-'),w=v[0x0],x=v[L(0xd0)](0x1)[L(0x12e)]('-'),y=w[L(0xe9)](/\.0+$/,'');Log[L(0x114)](L(0xee)+n+L(0xfe)+y+'-'+x);const z=L(0xcf)+o[a77e[L(0xf2)]()]+'.'+(a77e[L(0xf4)]()===L(0x12f)?L(0x12f):L(0x10d))+'&release='+y+'-'+x;q=await HTTPS[L(0x130)]({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log[L(0x116)](L(0xee)+n+L(0xdd)),process[L(0xe8)](0x0)):Log['notice'](L(0xee)+n+L(0xf1));const r=f[L(0xf8)](),s=c['getMeteorExePath'](),t=f[L(0xdc)]();if(a77g[L(0x124)](s)){let A=![];b['f']||b[L(0x115)]?A=!![]:A=await Actions[L(0xe2)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),A?(await SpawnAsync[L(0x125)]('rm',[L(0x10a),a77f['join'](r,L(0x111))],{'message':L(0x103)}),await SpawnAsync['withSpinner']('rm',[L(0x10a),a77f[L(0x12e)](r,L(0xd9))],{'message':L(0xf6)}),await SpawnAsync[L(0x125)]('rm',['-rf',a77f[L(0x12e)](r,L(0x106))],{'message':L(0x108)})):(Log[L(0xf7)](L(0x12a)),process[L(0xe8)](0x0));}try{Log[L(0xdf)](L(0xe6)+n+'\x20from\x20'+p),await HTTPS[L(0x131)]({'url':p,'destPath':a77f[L(0x12e)](homeDir,L(0x11e)),'cert':g,'timeout':b[L(0x105)]?parseInt(b['timeout'])*0x3e8:0x493e0});try{const B=a77f[L(0x12e)](homeDir,L(0x11e));await f[L(0x123)](B,t);}catch(C){Log[L(0x116)]('Error\x20extracting\x20meteor.tar.gz\x20file');}updatePath();}catch(D){console[L(0x116)](D),process[L(0xe8)](0x1);}finally{!b[L(0xd7)]&&await SpawnAsync[L(0x125)]('rm',[L(0x10a),a77f[L(0x12e)](homeDir,L(0x11e))],{'message':L(0xdb)});}c[L(0xd5)](n),Log['success'](L(0xee)+n+L(0x119)),process[L(0xe8)](0x0);}catch(E){console[L(0x116)](E),process[L(0xe8)](0x1);}});function updatePath(){const M=a77I;if(a77e['platform']()===M(0x133)){const a=process[M(0xe7)][M(0xef)]||'',b=homeDir+'\x5c.meteor\x5cmeteor';!a[M(0x117)](b)&&(execSync(M(0xd8)+a+';'+b+'\x22'),Log[M(0xdf)]('Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.'),Log[M(0xdf)](M(0xd1)));}else{const c=a77f[M(0x12e)](homeDir,M(0xe5)),d=a77f[M(0x12e)](homeDir,M(0x132)),e=M(0x11f),f=a77g[M(0x124)](c)?a77g[M(0xfd)](c,'utf8'):'';!f[M(0x117)](e)&&(a77g[M(0xe3)](c,'\x0a'+e+'\x0a'),Log[M(0xdf)](M(0x11a)+c));const g=a77g[M(0x124)](d)?a77g[M(0xfd)](d,M(0xe4)):'';!g['includes'](e)&&(a77g[M(0xe3)](d,'\x0a'+e+'\x0a'),Log[M(0xdf)](M(0x11a)+d));}}
@@ -1 +1 @@
1
- function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0xf6;let f=c[d];return f;},a78d(a,b);}function a78c(){const n=['(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','isFile','app/node_modules','683720lhChXS','plugins/markdown','stop','\x0a[+]\x20Documentation\x20written\x20to\x20','findAppDirectory','3967467RlOayk','15240170ZuVOFz','apply','(((.+)+)+)+$','437560YTMJxF','create','\x20-d\x20','126198dMlPki','8LvDSMP','app/packages','join','toString','constructor','maka\x20jsdoc','2644767ylEhuH','closure','2925230ZgFuNQ','6igLbuB','search','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','inherit','notice','.+\x5c.(j|t)s(doc|x)?$','docs','4htjgRv','config','jsdoc','maka\x20jsdoc\x20--init','app/private','app/public','error','withSpinner','Running\x20','sep','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','writeFileSync','utf-8','fsi'];a78c=function(){return n;};return a78c();}const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0xfb))/0x1+parseInt(i(0x120))/0x2+parseInt(i(0x105))/0x3*(-parseInt(i(0x10f))/0x4)+-parseInt(i(0x107))/0x5+parseInt(i(0x108))/0x6*(parseInt(i(0xf7))/0x7)+parseInt(i(0xff))/0x8*(-parseInt(i(0xfe))/0x9)+parseInt(i(0xf8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x7d989));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0xf9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x102)]()['search'](k(0xfa))['toString']()[k(0x103)](a78a)[k(0x109)](k(0xfa));});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0xfc)]({'name':a78l(0x111),'usage':a78l(0x104),'mustBeInMakaProject':!![],'shortDesc':a78l(0x119),'examples':[a78l(0x112),a78l(0x104)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x101)](this[m(0x11c)]['findAppDirectory'](),m(0x10e)+a78e[m(0x118)]),b=a78e['join'](this[m(0x11c)][m(0xf6)](),m(0x110),'jsdoc-config.json'),c=m(0x111);if(!this['fsi'][m(0x11e)](b)){const f={'plugins':[m(0x121)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x111),m(0x106)]},'source':{'includePattern':m(0x10d),'excludePattern':m(0x11d),'exclude':[m(0x100),m(0x11f),m(0x114),m(0x113)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x11b)}};a78f[m(0x11a)](b,JSON['stringify'](f,null,0x4));}const d=Log[m(0x116)](m(0x117)+c);try{const g=c+'\x20-c\x20'+b+'\x20-r\x20app'+a78e[m(0x118)]+m(0xfd)+a;execSync(g,{'stdio':m(0x10b)}),Log[m(0x10c)](m(0x123)+a);}catch(h){Log['error'](h),Log[m(0x115)](m(0x10a));}finally{d[m(0x122)]();}});
1
+ const a78k=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x147))/0x1+-parseInt(i(0x13b))/0x2*(-parseInt(i(0x123))/0x3)+-parseInt(i(0x130))/0x4*(-parseInt(i(0x140))/0x5)+-parseInt(i(0x144))/0x6*(parseInt(i(0x127))/0x7)+-parseInt(i(0x141))/0x8*(parseInt(i(0x137))/0x9)+parseInt(i(0x143))/0xa+-parseInt(i(0x13d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x84d36));const a78b=(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;};}()),a78a=a78b(this,function(){const j=a78d;return a78a[j(0x12b)]()[j(0x145)](j(0x121))[j(0x12b)]()[j(0x148)](a78a)[j(0x145)]('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x11f;let f=c[d];return f;},a78d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a78c(){const m=['5275061aDLFqW','app/node_modules','isFile','541055sqqpLD','8wQUowz','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','1998270lWBiHm','80286Xijwqy','search','Running\x20','978840yMDTFF','constructor','app/public','findAppDirectory','(((.+)+)+)+$','withSpinner','7581iVrbai','\x20-d\x20','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','stringify','301IPQLAF','maka\x20jsdoc','notice','error','toString','jsdoc','stop','create','\x20-r\x20app','4OefMiN','closure','config','maka\x20jsdoc\x20--init','join','app/packages','app/private','1534923vcSeLh','utf-8','jsdoc-config.json','fsi','382UYnFgl','\x0a[+]\x20Documentation\x20written\x20to\x20'];a78c=function(){return m;};return a78c();}Command[a78k(0x12e)]({'name':a78k(0x12c),'usage':a78k(0x128),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a78k(0x133),a78k(0x128)],'validOpts':[]},function(){const l=a78k,a=a78e['join'](this[l(0x13a)]['findAppDirectory'](),'docs'+a78e['sep']),b=a78e[l(0x134)](this[l(0x13a)][l(0x120)](),l(0x132),l(0x139)),c=l(0x12c);if(!this[l(0x13a)][l(0x13f)](b)){const f={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[l(0x12c),l(0x131)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':l(0x125),'exclude':[l(0x135),l(0x13e),l(0x11f),l(0x136)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':l(0x138)}};a78f['writeFileSync'](b,JSON[l(0x126)](f,null,0x4));}const d=Log[l(0x122)](l(0x146)+c);try{const g=c+'\x20-c\x20'+b+l(0x12f)+a78e['sep']+l(0x124)+a;execSync(g,{'stdio':'inherit'}),Log[l(0x129)](l(0x13c)+a);}catch(h){Log[l(0x12a)](h),Log['error'](l(0x142));}finally{d[l(0x12d)]();}});