@maka/maka-cli 5.0.5 → 5.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/patreon.js +1 -1
  87. package/bundle/obf/src/commands/profile.js +1 -1
  88. package/bundle/obf/src/commands/proxy.js +1 -1
  89. package/bundle/obf/src/commands/reconfig.js +1 -1
  90. package/bundle/obf/src/commands/register.js +1 -1
  91. package/bundle/obf/src/commands/run/_index.js +1 -1
  92. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  93. package/bundle/obf/src/commands/run/run.command.js +1 -1
  94. package/bundle/obf/src/commands/set/_index.js +1 -1
  95. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  97. package/bundle/obf/src/commands/set/set.command.js +1 -1
  98. package/bundle/obf/src/commands/ssh.js +1 -1
  99. package/bundle/obf/src/commands/ssl.js +1 -1
  100. package/bundle/obf/src/commands/test.js +1 -1
  101. package/bundle/obf/src/commands/undo.js +1 -1
  102. package/bundle/obf/src/commands/version.js +1 -1
  103. package/bundle/obf/src/error.js +1 -1
  104. package/bundle/obf/src/exec.js +1 -1
  105. package/bundle/obf/src/generator.js +1 -1
  106. package/bundle/obf/src/generators/_index.js +1 -1
  107. package/bundle/obf/src/generators/api.js +1 -1
  108. package/bundle/obf/src/generators/aws/_index.js +1 -1
  109. package/bundle/obf/src/generators/aws/aws.js +1 -1
  110. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  111. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  112. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  113. package/bundle/obf/src/generators/collection.js +1 -1
  114. package/bundle/obf/src/generators/component.js +1 -1
  115. package/bundle/obf/src/generators/config.js +1 -1
  116. package/bundle/obf/src/generators/dbc.js +1 -1
  117. package/bundle/obf/src/generators/dockerfile.js +1 -1
  118. package/bundle/obf/src/generators/hook.js +1 -1
  119. package/bundle/obf/src/generators/kits/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  121. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  123. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  125. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  126. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  127. package/bundle/obf/src/generators/kits/kit.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  129. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  131. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  132. package/bundle/obf/src/generators/layout.js +1 -1
  133. package/bundle/obf/src/generators/maka.gen.js +1 -1
  134. package/bundle/obf/src/generators/methods.js +1 -1
  135. package/bundle/obf/src/generators/package.js +1 -1
  136. package/bundle/obf/src/generators/page.js +1 -1
  137. package/bundle/obf/src/generators/publish.js +1 -1
  138. package/bundle/obf/src/generators/route.js +1 -1
  139. package/bundle/obf/src/generators/service.js +1 -1
  140. package/bundle/obf/src/generators/services/_index.js +1 -1
  141. package/bundle/obf/src/generators/services/openssl.js +1 -1
  142. package/bundle/obf/src/generators/services/translation.js +1 -1
  143. package/bundle/obf/src/maka.js +1 -1
  144. package/bundle/obf/src/tool.js +1 -1
  145. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  146. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  147. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  148. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  149. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  150. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  151. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  152. package/bundle/obf/src/tools/https/https.class.js +1 -1
  153. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  154. package/bundle/obf/src/tools/log/log.class.js +1 -1
  155. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  156. package/bundle/obf/src/tools/options/options.class.js +1 -1
  157. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  158. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  159. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  160. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  161. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  162. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  163. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1fd))/0x1*(-parseInt(f(0x1f5))/0x2)+parseInt(f(0x1eb))/0x3+-parseInt(f(0x220))/0x4*(parseInt(f(0x218))/0x5)+-parseInt(f(0x1fe))/0x6*(parseInt(f(0x1fb))/0x7)+-parseInt(f(0x223))/0x8*(parseInt(f(0x1ef))/0x9)+parseInt(f(0x1fa))/0xa+parseInt(f(0x1f0))/0xb*(parseInt(f(0x20a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xc5fe5));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x202)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x1f3)]()[h(0x20b)]('(((.+)+)+)+$')[h(0x1f3)]()['constructor'](a58a)[h(0x20b)](h(0x203));});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1eb;var f=c[d];return f;},a58d(a,b);}a58a();function a58c(){var F=['Medium','author','Helmet','Rare','12RRVMtV','search','Smooth','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Sniper\x20Rifle','publishDate','Rectangle','Common','A\x20mysterious\x20book.','ArmArmor','Brown','use','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','35PULPds','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Metallic','description','pageCount','Blade','Short\x20Sword','name','510332BMzalH','Key','Grey','8ZhQHeH','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','BodyArmor','274782xbInMK','Holy\x20Grail','Legendary','Circle','1564038eGsrqS','34088703oGaOWj','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','You\x20hold\x20the\x20','toString','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','2634796kSoXnx','Unknown\x20Author','Book','Weapon','Large','12136470BirGpm','28KaCkgC','Tiny','1flNScb','1813458RAKyXV','Yellow','Small','Rifle','apply','(((.+)+)+)+$','Unknown','Boots'];a58c=function(){return F;};return a58c();}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(0x206)],'category':Category[i(0x204)],'shape':Shape[i(0x210)],'color':Color[i(0x1ff)],'texture':Texture['Smooth'],'rating':Rating[i(0x211)],'weight':0x1});}[a58j(0x215)](){var k=a58j;return this[k(0x21b)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x206)],'category':Category[l(0x1f8)],'shape':Shape[l(0x21d)],'color':Color['Grey'],'texture':Texture[l(0x21a)],'rating':Rating[l(0x211)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x1f9)],'category':Category[m(0x1f8)],'shape':Shape[m(0x201)],'color':Color[m(0x214)],'texture':Texture['Metallic'],'rating':Rating[m(0x209)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x206)],'category':Category[n(0x208)],'shape':Shape[n(0x1ee)],'color':Color['Grey'],'texture':Texture[n(0x21a)],'rating':Rating[n(0x211)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x1f9)],'category':Category[o(0x225)],'shape':Shape[o(0x210)],'color':Color[o(0x222)],'texture':Texture[o(0x21a)],'rating':Rating[o(0x211)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x206)],'category':Category['LegArmor'],'shape':Shape[p(0x210)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x206)],'category':Category[q(0x205)],'shape':Shape[q(0x1ee)],'color':Color[q(0x214)],'texture':Texture[q(0x20c)],'rating':Rating['Common'],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x200)],'category':Category['Gloves'],'shape':Shape[r(0x1ee)],'color':Color[r(0x214)],'texture':Texture['Smooth'],'rating':Rating[r(0x211)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x206)],'category':Category[s(0x213)],'shape':Shape[s(0x210)],'color':Color['Grey'],'texture':Texture[s(0x21a)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size[t(0x1fc)],'category':Category[t(0x221)],'shape':Shape[t(0x210)],'color':Color[t(0x1ff)],'texture':Texture[t(0x20c)],'rating':Rating['Common'],'weight':0x0});}[a58j(0x215)](){var u=a58j;return u(0x224);}}export class Weapon extends Item{constructor(a,b){var v=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[v(0x1f8)],'shape':Shape[v(0x21d)],'color':Color[v(0x222)],'texture':Texture['Metallic'],'rating':Rating[v(0x211)],'weight':0x3});}[a58j(0x215)](){var w=a58j;return w(0x1f4);}}export class Book extends Item{[a58j(0x207)];[a58j(0x20f)];[a58j(0x21c)];constructor(a,b=a58j(0x212),c=a58j(0x1f6)){var x=a58j;super({'name':a,'description':b,'size':Size[x(0x206)],'category':Category[x(0x1f7)],'shape':Shape[x(0x210)],'color':Color[x(0x214)],'texture':Texture[x(0x20c)],'rating':Rating[x(0x211)],'weight':0x1}),this[x(0x207)]=c,this[x(0x20f)]=new Date(),this[x(0x21c)]=0x64;}[a58j(0x215)](){var y=a58j;return y(0x219);}}export class ShortSword extends Item{constructor(){var z=a58j;super({'name':z(0x21e),'description':z(0x216),'size':Size[z(0x206)],'category':Category[z(0x1f8)],'shape':Shape[z(0x21d)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x3});}['use'](){var A=a58j;return A(0x1f4);}}export class SniperRifle extends Item{constructor(){var B=a58j;super({'name':B(0x20e),'description':B(0x1f1),'size':Size['Large'],'category':Category[B(0x1f8)],'shape':Shape[B(0x201)],'color':Color[B(0x214)],'texture':Texture[B(0x20c)],'rating':Rating[B(0x211)],'weight':0x5});}['use'](){var C=a58j;return C(0x20d);}}export class HolyGrail extends Item{constructor(){var D=a58j;super({'name':D(0x1ec),'description':D(0x217),'size':Size[D(0x200)],'category':Category['Cup'],'shape':Shape[D(0x1ee)],'color':Color['Gold'],'texture':Texture['Metallic'],'rating':Rating[D(0x1ed)],'weight':0x1});}[a58j(0x215)](){var E=a58j;return E(0x1f2)+this[E(0x21f)]+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
1
+ var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1af))/0x1+parseInt(f(0x199))/0x2+-parseInt(f(0x1b7))/0x3*(-parseInt(f(0x1ac))/0x4)+-parseInt(f(0x1c0))/0x5*(-parseInt(f(0x19c))/0x6)+parseInt(f(0x19b))/0x7+parseInt(f(0x194))/0x8+parseInt(f(0x1bf))/0x9*(-parseInt(f(0x1a9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x255e7));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a['toString']()[g(0x19e)]('(((.+)+)+)+$')['toString']()[g(0x193)](a58a)['search'](g(0x1ae));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0x1b1)],'category':Category[h(0x1bd)],'shape':Shape['Rectangle'],'color':Color['Yellow'],'texture':Texture[h(0x197)],'rating':Rating[h(0x1b0)],'weight':0x1});}[a58i(0x19f)](){return this['description'];}}export class Sword extends Item{constructor(a,b){var j=a58i;super({'name':a,'description':b,'size':Size[j(0x1b1)],'category':Category[j(0x18f)],'shape':Shape[j(0x19d)],'color':Color['Grey'],'texture':Texture[j(0x18e)],'rating':Rating[j(0x1b0)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size['Large'],'category':Category['Weapon'],'shape':Shape[k(0x1aa)],'color':Color[k(0x1b2)],'texture':Texture[k(0x18e)],'rating':Rating[k(0x1be)],'weight':0x7});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x18c;var f=c[d];return f;},a58d(a,b);}export class Helmet extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size[l(0x1b1)],'category':Category['Helmet'],'shape':Shape['Circle'],'color':Color[l(0x191)],'texture':Texture[l(0x18e)],'rating':Rating[l(0x1b0)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size[m(0x1a2)],'category':Category[m(0x18c)],'shape':Shape[m(0x198)],'color':Color[m(0x191)],'texture':Texture[m(0x18e)],'rating':Rating[m(0x1b0)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size[n(0x1b1)],'category':Category['LegArmor'],'shape':Shape[n(0x198)],'color':Color['Grey'],'texture':Texture[n(0x18e)],'rating':Rating[n(0x1b0)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size[o(0x1b1)],'category':Category[o(0x1b4)],'shape':Shape[o(0x1b8)],'color':Color['Brown'],'texture':Texture[o(0x197)],'rating':Rating[o(0x1b0)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0x195)],'category':Category[p(0x1bc)],'shape':Shape[p(0x1b8)],'color':Color[p(0x1b2)],'texture':Texture[p(0x197)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size[q(0x1b1)],'category':Category[q(0x1ad)],'shape':Shape[q(0x198)],'color':Color[q(0x191)],'texture':Texture[q(0x18e)],'rating':Rating['Common'],'weight':0x3});}}function a58c(){var B=['Boots','name','Holy\x20Grail','3OwSBKf','Circle','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Sniper\x20Rifle','You\x20hold\x20the\x20','Gloves','Unknown','Rare','8905374YKsnwJ','15sTIsUU','BodyArmor','pageCount','Metallic','Weapon','Book','Grey','publishDate','constructor','314952fiZBTb','Small','Key','Smooth','Rectangle','587368iMfVzq','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','1692334exzKdh','417324bbwBuj','Blade','search','use','Tiny','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Large','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','author','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Legendary','Short\x20Sword','\x20aloft,\x20feeling\x20its\x20immense\x20power.','10rPSFtt','Rifle','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','535204TBnwXO','ArmArmor','(((.+)+)+)+$','225271UaVuay','Common','Medium','Brown','A\x20mysterious\x20book.'];a58c=function(){return B;};return a58c();}export class Key extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0x1a0)],'category':Category[r(0x196)],'shape':Shape[r(0x198)],'color':Color['Yellow'],'texture':Texture[r(0x197)],'rating':Rating['Common'],'weight':0x0});}[a58i(0x19f)](){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 s=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[s(0x18f)],'shape':Shape['Blade'],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[s(0x1b0)],'weight':0x3});}['use'](){var t=a58i;return t(0x1a1);}}export class Book extends Item{[a58i(0x1a4)];['publishDate'];[a58i(0x18d)];constructor(a,b=a58i(0x1b3),c='Unknown\x20Author'){var u=a58i;super({'name':a,'description':b,'size':Size[u(0x1b1)],'category':Category[u(0x190)],'shape':Shape[u(0x198)],'color':Color['Brown'],'texture':Texture[u(0x197)],'rating':Rating[u(0x1b0)],'weight':0x1}),this[u(0x1a4)]=c,this[u(0x192)]=new Date(),this[u(0x18d)]=0x64;}[a58i(0x19f)](){var v=a58i;return v(0x1a3);}}export class ShortSword extends Item{constructor(){var w=a58i;super({'name':w(0x1a7),'description':w(0x1a5),'size':Size[w(0x1b1)],'category':Category[w(0x18f)],'shape':Shape[w(0x19d)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[w(0x1b0)],'weight':0x3});}[a58i(0x19f)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var x=a58i;super({'name':x(0x1ba),'description':x(0x1ab),'size':Size[x(0x1a2)],'category':Category[x(0x18f)],'shape':Shape['Rifle'],'color':Color[x(0x1b2)],'texture':Texture[x(0x197)],'rating':Rating[x(0x1b0)],'weight':0x5});}[a58i(0x19f)](){var y=a58i;return y(0x1b9);}}export class HolyGrail extends Item{constructor(){var z=a58i;super({'name':z(0x1b6),'description':z(0x19a),'size':Size[z(0x195)],'category':Category['Cup'],'shape':Shape['Circle'],'color':Color['Gold'],'texture':Texture[z(0x18e)],'rating':Rating[z(0x1a6)],'weight':0x1});}[a58i(0x19f)](){var A=a58i;return A(0x1bb)+this[A(0x1b5)]+A(0x1a8);}}
@@ -1 +1 @@
1
- const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x228))/0x1*(-parseInt(f(0x21b))/0x2)+-parseInt(f(0x205))/0x3+parseInt(f(0x236))/0x4+parseInt(f(0x262))/0x5*(parseInt(f(0x230))/0x6)+parseInt(f(0x24d))/0x7+parseInt(f(0x23a))/0x8+-parseInt(f(0x260))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x8fede));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x25d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a['toString']()[h(0x254)]('(((.+)+)+)+$')[h(0x1fa)]()[h(0x249)](a60a)[h(0x254)](h(0x216));});function a60c(){const j=['The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Barrens\x20Entrance','cup','Courtyard','Library','2426514VVGmLj','That\x20passcode\x20is\x20incorrect','Treasure\x20Room','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Central\x20Chamber','A\x20small\x20surveillance\x20drone.','Riddle\x20Book','Jackpoint\x20Login','Mage\x27s\x20Lair','A\x20long-range\x20weapon.','key','MCT\x20Fly-Spy','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','A\x20chalice\x20made\x20of\x20pure\x20gold.','inside','CorpSec\x20Plans','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','(((.+)+)+)+$','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','release','south','2WIhkyG','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','The\x20chest\x20remains\x20firmly\x20shut.','north','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','gem','drone','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Watch\x20Tower','east','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','478096ktLLaI','Barrens\x20Hideout','NORTH','outside','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','decrypt','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','114KoXDku','Central\x20Chamber\x20Key','Corp\x20Enclave','Rusted\x20Sword','document','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','3249536pSKieM','Golden\x20Key','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','6985624fKqmuD','insert\x20gem','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Amulet\x20of\x20Awakening','creditstick','Nothing\x20happens.','Empty\x20vial','down','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','A\x20key\x20stained\x20with\x20old\x20blood.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','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','Alchemy\x20Lab','constructor','Matrix\x20Data\x20Haven','Secret\x20Passage','amulet','4464201GsjBWS','Entrance\x20Hall','Study','Armory','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Sniper\x20Rifle','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','search','The\x20data\x20remains\x20encrypted.','Torture\x20Chamber','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','A\x20clear\x20glass\x20vial.','Blood-stained\x20Key','Ancient\x20Gem','Chad\x20the\x20stupid\x20guard','disenchant','apply','Holy\x20Grail','Downtown\x20Seattle','14444874agTIME','Guard\x27s\x20Log\x20Book','53140yWeZOd','west','SOUTH','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Ares\x20Predator','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','sword','Gang\x20Insignia','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','show\x20loyalty','toString','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Rigger\x27s\x20Workshop','secret123','rifle','book'];a60c=function(){return j;};return a60c();}a60a();export const rooms=[{'name':a60i(0x204),'description':a60i(0x21d),'isStartRoom':!![],'items':[{'type':a60i(0x20f),'name':'Golden\x20Key','description':a60i(0x239)},{'type':a60i(0x1ff),'name':a60i(0x261),'description':'A\x20thin\x20log\x20book','content':a60i(0x25b)}],'exits':[{'direction':'EAST','targetRoom':a60i(0x24b)}]},{'name':a60i(0x24b),'description':a60i(0x235),'exits':[{'direction':a60i(0x22a),'targetRoom':'Treasure\x20Room','keyRequired':a60i(0x237)},{'direction':a60i(0x264),'targetRoom':a60i(0x203)}]},{'name':a60i(0x207),'description':a60i(0x223),'items':[{'type':'holyGrail','name':a60i(0x25e),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0x203),'description':a60i(0x246),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60i(0x225)}]},{'name':a60i(0x225),'description':a60i(0x22f),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':a60i(0x1fd),'riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60i(0x1fe),'name':a60i(0x252),'description':a60i(0x20e)},'successMessage':a60i(0x247),'failureMessage':a60i(0x206)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60i(0x1f5),'isStartRoom':!![],'roomType':a60i(0x213),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0x20f),'name':'Central\x20Chamber\x20Key','description':a60i(0x257)},'successMessage':a60i(0x217),'failureMessage':a60i(0x240)},'exits':[{'direction':a60i(0x21f),'targetRoom':a60i(0x24f)},{'direction':a60i(0x226),'targetRoom':'Central\x20Chamber','keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0x24f),'description':a60i(0x243),'roomType':a60i(0x213),'items':[{'type':'book','name':a60i(0x20b),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x20f),'name':a60i(0x231),'description':a60i(0x257)}],'exits':[{'direction':a60i(0x21a),'targetRoom':a60i(0x24e)},{'direction':a60i(0x226),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0x248),'description':a60i(0x1f3),'roomType':'inside','items':[{'type':'basic','name':a60i(0x241),'description':a60i(0x258)}],'exits':[{'direction':'west','targetRoom':a60i(0x24f)},{'direction':a60i(0x21f),'targetRoom':a60i(0x250)}]},{'name':a60i(0x250),'description':a60i(0x238),'roomType':'inside','items':[{'type':'shield','name':'Emblem\x20Shield','description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':a60i(0x1f6),'name':a60i(0x233),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':a60i(0x21a),'targetRoom':a60i(0x248)},{'direction':a60i(0x226),'targetRoom':'Central\x20Chamber'}]},{'name':a60i(0x209),'description':a60i(0x23d),'roomType':a60i(0x213),'exits':[{'direction':a60i(0x263),'targetRoom':a60i(0x250)},{'direction':a60i(0x21a),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x21f),'targetRoom':a60i(0x256)},{'direction':a60i(0x226),'targetRoom':a60i(0x207)}]},{'name':a60i(0x256),'description':a60i(0x23c),'roomType':a60i(0x213),'items':[{'type':a60i(0x20f),'name':a60i(0x259),'description':a60i(0x244)}],'puzzle':{'requiredPhrase':a60i(0x219),'riddle':a60i(0x220),'rewardItem':{'type':a60i(0x221),'name':a60i(0x25a),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a60i(0x227),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0x21a),'targetRoom':a60i(0x209)}]},{'name':a60i(0x207),'description':a60i(0x1f8),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x23b),'riddle':a60i(0x200),'rewardItem':{'type':a60i(0x202),'name':'Golden\x20Chalice','description':a60i(0x212)},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a60i(0x21e)},'exits':[{'direction':a60i(0x263),'targetRoom':a60i(0x209)}]}];function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1f2;let f=c[d];return f;},a60d(a,b);}export const shadowrunConfig=[{'name':a60i(0x20c),'description':a60i(0x265),'isStartRoom':!![],'roomType':a60i(0x213),'exits':[{'direction':a60i(0x21f),'targetRoom':a60i(0x25f)},{'direction':'up','targetRoom':a60i(0x24a)}]},{'name':'Matrix\x20Data\x20Haven','description':a60i(0x1fb),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x22e),'riddle':a60i(0x1f4),'rewardItem':{'type':a60i(0x20f),'name':'Encrypted\x20Data\x20Key','description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a60i(0x255)},'exits':[{'direction':a60i(0x242),'targetRoom':a60i(0x20c)}]},{'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(0x22b),'exits':[{'direction':a60i(0x21a),'targetRoom':a60i(0x20c)},{'direction':a60i(0x226),'targetRoom':a60i(0x201)},{'direction':a60i(0x263),'targetRoom':a60i(0x232)}]},{'name':'Barrens\x20Entrance','description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0x22b),'puzzle':{'requiredPhrase':a60i(0x1f9),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60i(0x20f),'name':a60i(0x1f7),'description':a60i(0x253)},'successMessage':a60i(0x224),'failureMessage':a60i(0x218)},'exits':[{'direction':a60i(0x263),'targetRoom':a60i(0x25f)},{'direction':a60i(0x21f),'targetRoom':a60i(0x229)}]},{'name':a60i(0x232),'description':a60i(0x208),'roomType':'inside','items':[{'type':a60i(0x23f),'name':'Corporate\x20Creditstick','description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a60i(0x234),'name':a60i(0x214),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a60i(0x226),'targetRoom':a60i(0x25f)}]},{'name':a60i(0x229),'description':a60i(0x251),'roomType':a60i(0x22b),'items':[{'type':'weapon','name':a60i(0x1f2),'description':a60i(0x21c)}],'exits':[{'direction':a60i(0x21a),'targetRoom':'Barrens\x20Entrance'},{'direction':'north','targetRoom':a60i(0x20d)},{'direction':a60i(0x226),'targetRoom':a60i(0x1fc)}]},{'name':a60i(0x20d),'description':a60i(0x245),'roomType':a60i(0x213),'puzzle':{'requiredPhrase':a60i(0x25c),'riddle':a60i(0x22c),'rewardItem':{'type':a60i(0x24c),'name':a60i(0x23e),'description':a60i(0x211)},'successMessage':a60i(0x215),'failureMessage':a60i(0x22d)},'exits':[{'direction':a60i(0x21a),'targetRoom':a60i(0x229)}]},{'name':a60i(0x1fc),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':'inside','items':[{'type':a60i(0x222),'name':a60i(0x210),'description':a60i(0x20a)}],'exits':[{'direction':a60i(0x263),'targetRoom':a60i(0x229)}]}];
1
+ function a60c(){const j=['A\x20clear\x20glass\x20vial.','Jackpoint\x20Login','Study','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Amulet\x20of\x20Awakening','south','That\x20passcode\x20is\x20incorrect','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','rifle','A\x20chalice\x20made\x20of\x20pure\x20gold.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Central\x20Chamber','Torture\x20Chamber','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Mage\x27s\x20Lair','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','57pHoVCK','Courtyard','A\x20long-range\x20weapon.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','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','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','A\x20creditstick\x20loaded\x20with\x20nuyen.','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Barrens\x20Hideout','gem','161628WZzdTy','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Alchemy\x20Lab','Corporate\x20Creditstick','Armory','A\x20key\x20stained\x20with\x20old\x20blood.','146350qpiiaX','sword','5806179ZcxfOp','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','An\x20old\x20and\x20rusted\x20sword.','secret123','decrypt','Central\x20Chamber\x20Key','Rigger\x27s\x20Workshop','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','inside','Chad\x20the\x20stupid\x20guard','182KlArjK','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Treasure\x20Room','Ares\x20Predator','The\x20data\x20remains\x20encrypted.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Encrypted\x20Data\x20Key','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','OUTSIDE','search','5907972LsajQs','outside','Blood-stained\x20Key','A\x20small\x20surveillance\x20drone.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Empty\x20vial','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Matrix\x20Data\x20Haven','The\x20legendary\x20Holy\x20Grail.','north','holyGrail','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','drone','EAST','Golden\x20Chalice','east','creditstick','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','SOUTH','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Entrance\x20Hall','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','down','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','basic','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','key','Watch\x20Tower','A\x20thin\x20log\x20book','Guard\x27s\x20Log\x20Book','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','show\x20loyalty','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Nothing\x20happens.','west','Secret\x20Passage','Downtown\x20Seattle','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','apply','book','cup','Rusted\x20Sword','Holy\x20Grail','disenchant','Corp\x20Enclave','CorpSec\x20Plans','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','1134918HdgWAp','amulet','Ancient\x20Gem','(((.+)+)+)+$','Barrens\x20Entrance','open\x20sesame','NORTH','toString','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','The\x20chest\x20remains\x20firmly\x20shut.','88480yghyJc','Golden\x20Key','7584920CUWwKu'];a60c=function(){return j;};return a60c();}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x11b))/0x1+parseInt(f(0xe9))/0x2+-parseInt(f(0x108))/0x3*(-parseInt(f(0x114))/0x4)+parseInt(f(0xf7))/0x5+-parseInt(f(0x134))/0x6+parseInt(f(0x129))/0x7*(-parseInt(f(0xf5))/0x8)+-parseInt(f(0x11d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xc07f9));function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xca;let f=c[d];return f;},a60d(a,b);}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0xe0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0xf0)]()['search']('(((.+)+)+)+$')[h(0xf0)]()['constructor'](a60a)[h(0x133)](h(0xec));});a60a();export const rooms=[{'name':'Library','description':a60i(0x130),'isStartRoom':!![],'items':[{'type':a60i(0xd3),'name':a60i(0xf6),'description':a60i(0x13a)},{'type':a60i(0xe1),'name':a60i(0xd6),'description':a60i(0xd5),'content':a60i(0x128)}],'exits':[{'direction':a60i(0x141),'targetRoom':a60i(0xdd)}]},{'name':a60i(0xdd),'description':a60i(0xd2),'exits':[{'direction':a60i(0xef),'targetRoom':'Treasure\x20Room','keyRequired':a60i(0xf6)},{'direction':a60i(0x146),'targetRoom':a60i(0x109)}]},{'name':'Treasure\x20Room','description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x13e),'name':a60i(0xe4),'description':a60i(0x13c)}]},{'name':'Courtyard','description':a60i(0x138),'roomType':a60i(0x132),'exits':[{'direction':'UP','targetRoom':a60i(0xd4)}]},{'name':'Watch\x20Tower','description':a60i(0x13f),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':a60i(0x121),'riddle':a60i(0x10d),'rewardItem':{'type':a60i(0x100),'name':'Sniper\x20Rifle','description':a60i(0x10a)},'successMessage':a60i(0x10c),'failureMessage':a60i(0xfe)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60i(0xce),'isStartRoom':!![],'roomType':a60i(0x127),'puzzle':{'requiredPhrase':a60i(0xee),'riddle':a60i(0xd7),'rewardItem':{'type':a60i(0xd3),'name':a60i(0x123),'description':a60i(0xcc)},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':a60i(0xdb)},'exits':[{'direction':a60i(0x13d),'targetRoom':a60i(0xfa)},{'direction':a60i(0x143),'targetRoom':a60i(0x103),'keyRequired':a60i(0x123)}]},{'name':a60i(0xfa),'description':a60i(0xf2),'roomType':a60i(0x127),'items':[{'type':'book','name':'Riddle\x20Book','description':a60i(0xdf),'content':a60i(0x110)},{'type':a60i(0xd3),'name':a60i(0x123),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0xfd),'targetRoom':a60i(0xcb)},{'direction':a60i(0x143),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0x117),'description':a60i(0x115),'roomType':a60i(0x127),'items':[{'type':a60i(0xd1),'name':a60i(0x139),'description':a60i(0xf8)}],'exits':[{'direction':a60i(0xdc),'targetRoom':'Study'},{'direction':'north','targetRoom':a60i(0x119)}]},{'name':'Armory','description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a60i(0x127),'items':[{'type':'shield','name':'Emblem\x20Shield','description':a60i(0x11e)},{'type':a60i(0x11c),'name':a60i(0xe3),'description':a60i(0x120)}],'exits':[{'direction':a60i(0xfd),'targetRoom':'Alchemy\x20Lab'},{'direction':a60i(0x143),'targetRoom':a60i(0x103)}]},{'name':a60i(0x103),'description':a60i(0x10e),'roomType':a60i(0x127),'exits':[{'direction':a60i(0xdc),'targetRoom':'Armory'},{'direction':a60i(0xfd),'targetRoom':a60i(0xcb)},{'direction':a60i(0x13d),'targetRoom':a60i(0x104)},{'direction':a60i(0x143),'targetRoom':a60i(0x12b)}]},{'name':a60i(0x104),'description':a60i(0xfb),'roomType':'inside','items':[{'type':a60i(0xd3),'name':a60i(0x136),'description':a60i(0x11a)}],'puzzle':{'requiredPhrase':'release','riddle':a60i(0xda),'rewardItem':{'type':a60i(0x113),'name':a60i(0xeb),'description':a60i(0x107)},'successMessage':a60i(0x11f),'failureMessage':a60i(0xe8)},'exits':[{'direction':a60i(0xfd),'targetRoom':'Central\x20Chamber'}]},{'name':a60i(0x12b),'description':a60i(0x102),'roomType':a60i(0x127),'puzzle':{'requiredPhrase':'insert\x20gem','riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60i(0xe2),'name':a60i(0x142),'description':a60i(0x101)},'successMessage':a60i(0xca),'failureMessage':a60i(0xf4)},'exits':[{'direction':a60i(0xdc),'targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':a60i(0xf9),'description':a60i(0x116),'isStartRoom':!![],'roomType':a60i(0x127),'exits':[{'direction':'north','targetRoom':a60i(0xde)},{'direction':'up','targetRoom':a60i(0x13b)}]},{'name':'Matrix\x20Data\x20Haven','description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a60i(0x127),'puzzle':{'requiredPhrase':a60i(0x122),'riddle':a60i(0x125),'rewardItem':{'type':a60i(0xd3),'name':a60i(0x12f),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0x12a),'failureMessage':a60i(0x12d)},'exits':[{'direction':a60i(0xcf),'targetRoom':a60i(0xf9)}]},{'name':a60i(0xde),'description':a60i(0x131),'roomType':a60i(0x135),'exits':[{'direction':a60i(0xfd),'targetRoom':'Jackpoint\x20Login'},{'direction':a60i(0x143),'targetRoom':'Barrens\x20Entrance'},{'direction':'west','targetRoom':a60i(0xe6)}]},{'name':a60i(0xed),'description':a60i(0x145),'roomType':a60i(0x135),'puzzle':{'requiredPhrase':a60i(0xd8),'riddle':a60i(0xcd),'rewardItem':{'type':a60i(0xd3),'name':'Gang\x20Insignia','description':a60i(0x10b)},'successMessage':a60i(0x126),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60i(0xdc),'targetRoom':a60i(0xde)},{'direction':a60i(0x13d),'targetRoom':a60i(0x112)}]},{'name':a60i(0xe6),'description':a60i(0xf1),'roomType':a60i(0x127),'items':[{'type':a60i(0x144),'name':a60i(0x118),'description':a60i(0x10f)},{'type':'document','name':a60i(0xe7),'description':a60i(0xd9)}],'exits':[{'direction':a60i(0x143),'targetRoom':a60i(0xde)}]},{'name':a60i(0x112),'description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':'outside','items':[{'type':'weapon','name':a60i(0x12c),'description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':'south','targetRoom':a60i(0xed)},{'direction':a60i(0x13d),'targetRoom':a60i(0x106)},{'direction':a60i(0x143),'targetRoom':a60i(0x124)}]},{'name':'Mage\x27s\x20Lair','description':a60i(0x12e),'roomType':a60i(0x127),'puzzle':{'requiredPhrase':a60i(0xe5),'riddle':a60i(0xd0),'rewardItem':{'type':a60i(0xea),'name':a60i(0xfc),'description':a60i(0x105)},'successMessage':a60i(0xff),'failureMessage':a60i(0xf3)},'exits':[{'direction':a60i(0xfd),'targetRoom':a60i(0x112)}]},{'name':a60i(0x124),'description':a60i(0x111),'roomType':'inside','items':[{'type':a60i(0x140),'name':'MCT\x20Fly-Spy','description':a60i(0x137)}],'exits':[{'direction':a60i(0xdc),'targetRoom':a60i(0x112)}]}];
@@ -1 +1 @@
1
- var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0xb1))/0x1*(-parseInt(f(0xa3))/0x2)+parseInt(f(0x9b))/0x3+-parseInt(f(0x9f))/0x4+-parseInt(f(0xac))/0x5*(parseInt(f(0xa9))/0x6)+parseInt(f(0xb5))/0x7+-parseInt(f(0xa2))/0x8*(parseInt(f(0xb9))/0x9)+parseInt(f(0xbe))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x9ea5e));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var g=a61d;return a61a[g(0xbd)]()['search'](g(0xb4))[g(0xbd)]()[g(0xae)](a61a)[g(0xba)](g(0xb4));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x9e)];[a61h(0xab)];[a61h(0xa8)];['characterLocations'];}export class AbstractRoom extends EventEmitter{['name'];[a61h(0xa7)];[a61h(0xa0)];[a61h(0xa5)];['puzzle'];[a61h(0x9d)];[a61h(0xb3)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x9a;var f=c[d];return f;},a61d(a,b);}export class AbstractDoor{[a61h(0x9a)];['roomB'];[a61h(0xb2)];[a61h(0xaa)];['name'];[a61h(0xa8)];[a61h(0xa4)];}function a61c(){var i=['(((.+)+)+)+$','3765468Hyrhkp','_currentLocation','name','_maxCarryingWeight','153udNlok','search','_equipment','_inventory','toString','2071220bKgIzz','roomA','3887106uoQdMk','size','roomType','rooms','4584312ujXOla','exits','rating','47624CustHZ','2Ifbqci','isLockable','inventory','category','description','logger','690vtrUFl','unlockItemOrSolution','player','29335QbqDQx','_playerName','constructor','solved','weight','531058LNLZFZ','isLocked','isStartRoom'];a61c=function(){return i;};return a61c();}export class AbstractInventory{['items'];[a61h(0xa8)];}export class AbstractItem{['uuid'];[a61h(0xb7)];[a61h(0xa7)];[a61h(0x9c)];[a61h(0xa6)];['shape'];['color'];['texture'];[a61h(0xa1)];[a61h(0xb0)];}export class AbstractPlayer{[a61h(0xad)];[a61h(0xb6)];[a61h(0xbc)];[a61h(0xbb)];[a61h(0xb8)];['_logger'];}export class AbstractPuzzle{[a61h(0xa8)];[a61h(0xaf)];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x96))/0x1*(-parseInt(f(0xa4))/0x2)+-parseInt(f(0x91))/0x3*(parseInt(f(0xb1))/0x4)+parseInt(f(0x99))/0x5*(parseInt(f(0x9e))/0x6)+parseInt(f(0x8f))/0x7+parseInt(f(0x8d))/0x8+parseInt(f(0x8e))/0x9+-parseInt(f(0x92))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x3d4e5));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0xa0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a['toString']()[h(0xb2)](h(0xa6))[h(0x94)]()[h(0x9b)](a61a)['search']('(((.+)+)+)+$');});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x95)];[a61i(0x9d)];['logger'];[a61i(0xa5)];}export class AbstractRoom extends EventEmitter{[a61i(0x8c)];[a61i(0xa7)];[a61i(0x8b)];[a61i(0xa1)];[a61i(0x97)];[a61i(0xac)];[a61i(0xb3)];}export class AbstractDoor{[a61i(0xb0)];[a61i(0xa2)];['isLocked'];[a61i(0x9c)];['name'];[a61i(0x93)];[a61i(0xa8)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x8b;var f=c[d];return f;},a61d(a,b);}export class AbstractInventory{[a61i(0xa9)];[a61i(0x93)];}function a61c(){var j=['isLockable','items','color','solved','roomType','shape','_currentLocation','category','roomA','8JzWuqQ','search','isStartRoom','exits','name','3555240BetDTJ','3165543ZLsdHu','2245264bRSsEi','texture','27141viqePl','15181830DoDsrB','logger','toString','rooms','1TRUkqR','puzzle','_inventory','5gUhVDC','_playerName','constructor','unlockItemOrSolution','player','1956510gSDWZv','weight','apply','inventory','roomB','_equipment','688834pFsFRc','characterLocations','(((.+)+)+)+$','description'];a61c=function(){return j;};return a61c();}export class AbstractItem{['uuid'];['name'];[a61i(0xa7)];['size'];[a61i(0xaf)];[a61i(0xad)];[a61i(0xaa)];[a61i(0x90)];['rating'];[a61i(0x9f)];}export class AbstractPlayer{[a61i(0x9a)];[a61i(0xae)];[a61i(0x98)];[a61i(0xa3)];['_maxCarryingWeight'];['_logger'];}export class AbstractPuzzle{['logger'];[a61i(0xab)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x109))/0x1*(-parseInt(k(0xda))/0x2)+-parseInt(k(0xdd))/0x3*(-parseInt(k(0xc6))/0x4)+parseInt(k(0xed))/0x5+parseInt(k(0xe9))/0x6+parseInt(k(0xf5))/0x7*(parseInt(k(0xc4))/0x8)+parseInt(k(0x111))/0x9*(parseInt(k(0xde))/0xa)+parseInt(k(0xe4))/0xb*(-parseInt(k(0xe8))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xf3263));export var Size;(function(a){var l=a62d;a[l(0x127)]=l(0x125),a['Small']=l(0xfa),a['Medium']=l(0x126),a[l(0xc3)]='large',a['VeryLarge']=l(0x10f);}(Size||(Size={})));export var Rating;(function(c){var o=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var m=a62d;if(h){var j=h[m(0xc7)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var n=a62d;return e[n(0xf9)]()['search'](n(0x128))[n(0xf9)]()[n(0x129)](e)[n(0x10d)](n(0x128));});e(),c[o(0x100)]=o(0xf7),c[o(0x107)]=o(0xf1),c[o(0xd9)]=o(0xce);}(Rating||(Rating={})));export var Category;(function(a){var p=a62d;a['Weapon']=p(0xd3),a[p(0xca)]=p(0x10e),a['Key']='key',a[p(0xf8)]=p(0xd5),a[p(0x11e)]=p(0x105),a[p(0x119)]=p(0x115),a[p(0x11c)]='boots',a[p(0x117)]=p(0xd7),a[p(0xd0)]=p(0xf2),a['BodyArmor']=p(0xcb),a['Book']=p(0xe5),a[p(0x116)]=p(0xc5),a[p(0xf3)]=p(0x113);}(Category||(Category={})));export var Shape;(function(a){var q=a62d;a['Circle']='circle',a[q(0xe7)]='square',a[q(0x110)]=q(0xfc),a['Rectangle']='rectangle',a[q(0x108)]=q(0xd2),a[q(0xff)]=q(0x10c);}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a[r(0xec)]='red',a['Blue']=r(0xcd),a[r(0x11a)]=r(0xc9),a[r(0x118)]=r(0x123),a['Orange']=r(0xd8),a['Purple']=r(0x124),a[r(0xfb)]=r(0x114),a[r(0xe0)]=r(0x102),a[r(0x106)]=r(0xc8);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a['Smooth']=s(0x112),a[s(0xea)]='rough',a[s(0xd6)]='bumpy',a[s(0x10b)]=s(0x103),a[s(0xcc)]=s(0x11f),a['Metallic']=s(0x121);}(Texture||(Texture={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xc2;var f=c[d];return f;},a62d(a,b);}export var RoomType;function a62c(){var v=['yellow','purple','tiny','medium','Tiny','(((.+)+)+)+$','constructor','forest','Large','8KiBiCc','cup','274600nkWsDQ','apply','gold','green','Shield','body\x20armor','Grainy','blue','legendary','DOWN','ArmArmor','BEACH','blade','weapon','OUTSIDE','gloves','Bumpy','leg\x20armor','orange','Legendary','3302478FHYgkF','WEST','MOUNTAIN','9TWEnyq','6980GlCviC','NORTH','Brown','tower','TOWER','beach','13035gKGaqE','book','down','Square','49428fnDrOt','3886002oKuPvc','Rough','south','Red','2876665gmBUdF','outside','cave','sea','rare','arm\x20armor','Unknown','SEA','13855849mbZuch','desert','common','Gloves','toString','small','Grey','triangle','UNDERGROUND','INSIDE','Rifle','Common','mountain','brown','fuzzy','north','helmet','Gold','Rare','Blade','1OcNSrt','east','Fuzzy','rifle','search','shield','very\x20large','Triangle','10539aLbtli','smooth','unknown','grey','hat','Cup','LegArmor','Yellow','Hat','Green','inside','Boots','underground','Helmet','grainy','FOREST','metallic','SOUTH'];a62c=function(){return v;};return a62c();}(function(a){var t=a62d;a[t(0xfe)]=t(0x11b),a[t(0xd4)]=t(0xee),a[t(0xfd)]=t(0x11d),a['CAVE']=t(0xef),a[t(0xe2)]=t(0xe1),a[t(0x120)]=t(0xc2),a['DESERT']=t(0xf6),a[t(0xdc)]=t(0x101),a[t(0xd1)]=t(0xe3),a[t(0xf4)]=t(0xf0);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0xdf)]=u(0x104),a['EAST']=u(0x10a),a[u(0x122)]=u(0xeb),a[u(0xdb)]='west',a['UP']='up',a[u(0xcf)]=u(0xe6);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x13c))/0x1*(parseInt(k(0x15e))/0x2)+parseInt(k(0x18f))/0x3*(parseInt(k(0x192))/0x4)+parseInt(k(0x182))/0x5+-parseInt(k(0x17b))/0x6+-parseInt(k(0x18d))/0x7+-parseInt(k(0x141))/0x8+-parseInt(k(0x159))/0x9*(-parseInt(k(0x15f))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xb62c6));export var Size;(function(a){var l=a62d;a['Tiny']=l(0x160),a['Small']='small',a['Medium']=l(0x180),a['Large']=l(0x15c),a['VeryLarge']=l(0x194);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x16c)]=m(0x184),a[m(0x18e)]='rare',a[m(0x168)]=m(0x189);}(Rating||(Rating={})));export var Category;function a62c(){var v=['Book','Red','grey','Blade','UNDERGROUND','Legendary','Helmet','rough','fuzzy','Common','grainy','Blue','INSIDE','Yellow','NORTH','rectangle','arm\x20armor','DOWN','metallic','square','Hat','Gold','circle','blade','8316126JMTWiV','Square','outside','brown','sea','medium','WEST','676740XFKFSj','Triangle','common','beach','Purple','rifle','Cup','legendary','underground','Brown','LegArmor','3095057vBBAaa','Rare','3440709WpvBZu','leg\x20armor','SEA','4ENZXRA','SOUTH','very\x20large','body\x20armor','Orange','Gloves','inside','boots','cave','south','toString','7269XllZBV','green','orange','east','yellow','3133976Mbjukg','Bumpy','FOREST','mountain','Rough','(((.+)+)+)+$','Grainy','search','smooth','BodyArmor','bumpy','purple','Shield','BEACH','Green','cup','CAVE','Boots','Key','MOUNTAIN','down','OUTSIDE','gloves','hat','207fReaob','unknown','Smooth','large','constructor','132nYcUmZ','523520oLJKGZ','tiny','apply','desert'];a62c=function(){return v;};return a62c();}(function(a){var n=a62d;a['Weapon']='weapon',a[n(0x14d)]='shield',a[n(0x153)]='key',a[n(0x136)]=n(0x157),a[n(0x169)]='helmet',a[n(0x177)]=n(0x158),a[n(0x152)]=n(0x138),a[n(0x18c)]=n(0x190),a['ArmArmor']=n(0x173),a[n(0x14a)]=n(0x195),a[n(0x163)]='book',a[n(0x188)]=n(0x150),a['Unknown']=n(0x15a);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a['Circle']=o(0x179),a[o(0x17c)]=o(0x176),a[o(0x183)]='triangle',a['Rectangle']=o(0x172),a[o(0x166)]=o(0x17a),a['Rifle']=o(0x187);}(Shape||(Shape={})));export var Color;(function(c){var r=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var p=a62d;if(h){var j=h[p(0x161)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a62d;return e['toString']()[q(0x148)](q(0x146))[q(0x13b)]()[q(0x15d)](e)[q(0x148)](q(0x146));});e(),c[r(0x164)]='red',c[r(0x16e)]='blue',c[r(0x14f)]=r(0x13d),c[r(0x170)]=r(0x140),c[r(0x196)]=r(0x13e),c[r(0x186)]=r(0x14c),c['Grey']=r(0x165),c[r(0x18b)]=r(0x17e),c[r(0x178)]='gold';}(Color||(Color={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x136;var f=c[d];return f;},a62d(a,b);}export var Texture;(function(a){var s=a62d;a[s(0x15b)]=s(0x149),a[s(0x145)]=s(0x16a),a[s(0x142)]=s(0x14b),a['Fuzzy']=s(0x16b),a[s(0x147)]=s(0x16d),a['Metallic']=s(0x175);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x16f)]=t(0x137),a[t(0x156)]=t(0x17d),a[t(0x167)]=t(0x18a),a[t(0x151)]=t(0x139),a['TOWER']='tower',a[t(0x143)]='forest',a['DESERT']=t(0x162),a[t(0x154)]=t(0x144),a[t(0x14e)]=t(0x185),a[t(0x191)]=t(0x17f);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x171)]='north',a['EAST']=u(0x13f),a[u(0x193)]=u(0x13a),a[u(0x181)]='west',a['UP']='up',a[u(0x174)]=u(0x155);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x8d))/0x1*(parseInt(f(0x91))/0x2)+-parseInt(f(0x90))/0x3+parseInt(f(0x93))/0x4+parseInt(f(0x99))/0x5*(-parseInt(f(0x8e))/0x6)+parseInt(f(0x9a))/0x7+-parseInt(f(0x94))/0x8*(-parseInt(f(0x97))/0x9)+parseInt(f(0x92))/0xa*(parseInt(f(0x96))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x6771a));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(0x8c)]()[g(0x95)](g(0x98))[g(0x8c)]()[g(0x8f)](a63a)[g(0x95)]('(((.+)+)+)+$');});function a63c(){var h=['1qZFUaL','3918nyfwUs','constructor','2525160lfXoYI','131012VpHaTK','230Wxidme','2483888ODABLV','4040EBSnvj','search','398343pVgBmU','1269QIrcsJ','(((.+)+)+)+$','3220bGIMWl','667632xvvVRw','toString'];a63c=function(){return h;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x8c;var f=c[d];return f;},a63d(a,b);}a63a();export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x82))/0x1*(-parseInt(f(0x7b))/0x2)+parseInt(f(0x84))/0x3*(parseInt(f(0x7d))/0x4)+-parseInt(f(0x79))/0x5+-parseInt(f(0x77))/0x6*(-parseInt(f(0x7c))/0x7)+-parseInt(f(0x83))/0x8+-parseInt(f(0x78))/0x9+-parseInt(f(0x7a))/0xa*(-parseInt(f(0x7f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x654da));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x80)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0x85)](h(0x7e))['toString']()[h(0x81)](a63a)['search'](h(0x7e));});a63a();export{};function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x77;var f=c[d];return f;},a63d(a,b);}function a63c(){var i=['8wwQGAO','1120343bofZLw','116gcHufF','(((.+)+)+)+$','22bbPkIU','apply','constructor','69981NvJBLT','3499248fKLWBI','49239zBFHBu','search','12lmHETB','2788749rIUpgD','3747050gdNqgj','4178080eaDHaV'];a63c=function(){return i;};return a63c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x82))/0x1*(-parseInt(f(0x81))/0x2)+-parseInt(f(0x84))/0x3+parseInt(f(0x86))/0x4*(parseInt(f(0x7d))/0x5)+-parseInt(f(0x7b))/0x6+-parseInt(f(0x79))/0x7+parseInt(f(0x7c))/0x8*(-parseInt(f(0x7a))/0x9)+parseInt(f(0x80))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xc8a90));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x79;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(0x7e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x83)]()['search']('(((.+)+)+)+$')[h(0x83)]()[h(0x85)](a64a)[h(0x7f)]('(((.+)+)+)+$');});function a64c(){var i=['16724WZDHAu','7643482JjzWNX','428265dqtReB','9556422bzSElB','48cklwHF','70iPAjLH','apply','search','37905470KbUEog','204132mOjqPa','4CPioMZ','toString','1395804kbLGRf','constructor'];a64c=function(){return i;};return a64c();}a64a();export{};
1
+ function a64c(){var i=['toString','6106880QKSeeN','2281664Dvljei','constructor','(((.+)+)+)+$','4865tGtwOu','43864oRAHkZ','apply','993213idYTnf','755424qrPqEF','2600553Zhpxpp','2641260hkqDoN','search'];a64c=function(){return i;};return a64c();}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0xa8))/0x1+parseInt(f(0xa2))/0x2+parseInt(f(0xaa))/0x3+-parseInt(f(0xa9))/0x4+parseInt(f(0xa1))/0x5+parseInt(f(0xab))/0x6+-parseInt(f(0xa5))/0x7*(parseInt(f(0xa6))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xa1d9d));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xa0;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(0xa7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0xa0)]()[h(0xac)](h(0xa4))[h(0xa0)]()[h(0xa3)](a64a)[h(0xac)]('(((.+)+)+)+$');});a64a();export{};
@@ -1 +1 @@
1
- const a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0xa5))/0x1*(-parseInt(y(0xa9))/0x2)+parseInt(y(0xf3))/0x3+parseInt(y(0xab))/0x4+-parseInt(y(0xf0))/0x5+-parseInt(y(0xb6))/0x6+-parseInt(y(0xe2))/0x7*(parseInt(y(0xa6))/0x8)+parseInt(y(0xda))/0x9*(parseInt(y(0xd3))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x3c03c));import a65e from'blessed';function a65c(){const H=['4OvdXdC','box','132788ZraQsr','Arms:\x20','\x0aThere\x20are\x20no\x20exits\x20here.','exits','\x20(Unlocked)','split','checkIfLockable','Gloves:\x20','arms','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','enter','990180LMHjTh','toString','exit','inventory','legs','Thanks\x20for\x20playing!','clearValue','Side\x20Quest\x20Adventure\x20Game','45%','25%','Left\x20Hand:\x20','(((.+)+)+)+$','Torso:\x20','leftHand','90%','write','100%','logBox','equipment','name','\x20Map\x20','unequip','slice','Right\x20Hand:\x20','key','torso','parse','yellow','mousemove','12370DqIpud','log','handleInput','Feet:\x20','head','clear','getInstance','4977QqSUDx','C-c','constructor','getAllItems','currentLocation','line','append','take','59150sTjYIV','OUTSIDE','<<<<<<<<---------\x20Terminating\x20game','size','\x20Inventory\x20','screen','setContent','map','forEach','Currently\x20in:\x20','\x20Equipment\x20','feet','75%','Legs:\x20','479625QRnaRm','player','Your\x20items\x20will\x20be\x20listed\x20here...','77643dTggOF','removeAllListeners','search','render','roomType','rightHand','getWelcomeMessage','None','unlock','gloves','\x20Game\x20Log\x20','20%','equip','white','textbox','Available\x20exits\x20will\x20be\x20shown\x20here...','getOtherSide','getValue','12793IQmDLn','248ixNdFp','70%','logFilePath'];a65c=function(){return H;};return a65c();}import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x9f;let f=c[d];return f;},a65d(a,b);}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const 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(0xb7)]()[z(0xf5)](z(0xc1))[z(0xb7)]()[z(0xdc)](g)[z(0xf5)](z(0xc1));});g();try{const h=a65e[A(0xe7)]({'smartCSR':!![],'title':A(0xbd)}),i=a65e[A(0xaa)]({'top':'0%','left':A(0xee),'width':A(0xbf),'height':A(0xbe),'border':{'type':A(0xdf)},'label':A(0xe6),'content':A(0xf2),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xd1)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0xdd)]()[B(0xe9)](v=>v['name']);i[B(0xe8)](u['join']('\x0a')),h[B(0xf6)]();};h[A(0xe0)](i);const k=a65e[A(0xaa)]({'top':A(0xbe),'left':A(0xee),'width':A(0xbf),'height':A(0xbf),'border':{'type':A(0xdf)},'label':A(0xec),'content':A(0xb4),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xd1)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0xe0)](k);const l=t=>{const C=A;k[C(0xe8)]('Head:\x20'+(t['head']?t[C(0xd7)][C(0xc9)]:C(0xfa))+'\x0a'+(C(0xc2)+(t[C(0xcf)]?t[C(0xcf)]['name']:C(0xfa))+'\x0a')+(C(0xef)+(t[C(0xba)]?t[C(0xba)][C(0xc9)]:C(0xfa))+'\x0a')+(C(0xd6)+(t['feet']?t[C(0xed)][C(0xc9)]:C(0xfa))+'\x0a')+(C(0xac)+(t[C(0xb3)]?t[C(0xb3)]['name']:'None')+'\x0a')+(C(0xb2)+(t[C(0xfc)]?t[C(0xfc)][C(0xc9)]:C(0xfa))+'\x0a')+(C(0xc0)+(t[C(0xc3)]?t['leftHand'][C(0xc9)]:C(0xfa))+'\x0a')+(C(0xcd)+(t[C(0xf8)]?t['rightHand'][C(0xc9)]:C(0xfa))+'\x0a')),h[C(0xf6)]();},m=a65e[A(0xaa)]({'top':A(0xa7),'left':'75%','width':A(0xbf),'height':A(0xfe),'border':{'type':A(0xdf)},'label':A(0xca),'content':A(0xa2),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xd1)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const D=A;let u=D(0xeb)+t[D(0xc9)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[D(0xae)][D(0xe5)]>0x0?t[D(0xae)][D(0xea)]((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0xa3)](t);x[E(0xf7)]===RoomType[E(0xe3)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v['name'];if(v['checkIfLocked']())u+='\x20(Locked)';else v[E(0xb1)]()&&(u+=E(0xaf));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0xad),m[D(0xe8)](u),h[D(0xf6)]();},o=a65e['box']({'id':A(0xc7),'top':'0%','left':'0%','width':A(0xee),'height':A(0xc4),'border':{'type':'line'},'label':A(0xfd),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xd1)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0xf4)](A(0xd2)),h[A(0xe0)](o);const p=a65e[A(0xa1)]({'bottom':0x0,'left':0x0,'width':A(0xc6),'height':'10%','tags':!![],'border':{'type':'line'},'style':{'fg':A(0xa0),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0xe0)](p),h[A(0xce)](['escape',A(0xdb)],()=>process[A(0xb8)](0x0)),p['focus'](),h[A(0xf6)]();const q=Logger[A(0xd9)](e[A(0xa8)],h),r=new Player({'playerName':c});q[A(0xc5)]('----->>>>>>\x20Initializing\x20Game');const s=a65f[A(0xd9)](r,d);o['setContent'](s[A(0xf9)]()),l(s['player']['equipment']),j(s[A(0xf1)][A(0xb9)]),n(s[A(0xf1)]['currentLocation']),p['key']([A(0xb5)],async()=>{const F=A,t=p[F(0xa4)](),u=s[F(0xd5)](t);(t['split']('\x20')[0x0]===F(0xe1)||F(0x9f)||F(0xcb))&&(j(s[F(0xf1)]['inventory']),l(s[F(0xf1)][F(0xc8)])),(t[F(0xb0)]('\x20')[0x0]==='go'||'lock'||F(0xfb))&&n(s['player'][F(0xde)]),t[F(0xb0)]('\x20')[0x0]===F(0xd8)&&o['setContent'](''),u===null&&(console[F(0xd4)](F(0xbb)),h[F(0xf6)](),q[F(0xc5)](F(0xe4)),process[F(0xb8)](0x0)),o['pushLine'](u),o['scroll'](0x1),p[F(0xbc)](),p['focus'](),h[F(0xf6)]();});}catch(t){console['log'](t),process[A(0xb8)](0x1);}}const args=process['argv'][a65G(0xcc)](0x2);main(args[0x0],JSON[a65G(0xd0)](args[0x1]),JSON[a65G(0xd0)](args[0x2]));
1
+ const a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x151))/0x1+parseInt(y(0x195))/0x2+-parseInt(y(0x16a))/0x3+-parseInt(y(0x168))/0x4+-parseInt(y(0x177))/0x5*(-parseInt(y(0x150))/0x6)+-parseInt(y(0x197))/0x7+-parseInt(y(0x158))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x42777));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a65d;return g['toString']()[z(0x18a)]('(((.+)+)+)+$')[z(0x189)]()[z(0x14e)](g)['search'](z(0x166));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':A(0x18c)}),i=a65e[A(0x188)]({'top':'0%','left':'75%','width':A(0x19c),'height':A(0x186),'border':{'type':A(0x17b)},'label':'\x20Inventory\x20','content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19a)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x175)]()[B(0x15f)](v=>v[B(0x192)]);i[B(0x19e)](u[B(0x153)]('\x0a')),h[B(0x194)]();};h[A(0x14d)](i);const k=a65e['box']({'top':A(0x186),'left':A(0x172),'width':A(0x19c),'height':A(0x19c),'border':{'type':'line'},'label':A(0x196),'content':A(0x176),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19a)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x14d)](k);const l=t=>{const C=A;k[C(0x19e)]('Head:\x20'+(t['head']?t['head']['name']:'None')+'\x0a'+('Torso:\x20'+(t['torso']?t[C(0x15b)]['name']:C(0x16c))+'\x0a')+(C(0x180)+(t[C(0x165)]?t[C(0x165)][C(0x192)]:C(0x16c))+'\x0a')+(C(0x164)+(t[C(0x152)]?t[C(0x152)][C(0x192)]:C(0x16c))+'\x0a')+('Arms:\x20'+(t[C(0x183)]?t[C(0x183)][C(0x192)]:C(0x16c))+'\x0a')+('Gloves:\x20'+(t[C(0x17a)]?t[C(0x17a)][C(0x192)]:C(0x16c))+'\x0a')+(C(0x181)+(t[C(0x187)]?t[C(0x187)]['name']:C(0x16c))+'\x0a')+('Right\x20Hand:\x20'+(t[C(0x154)]?t[C(0x154)][C(0x192)]:C(0x16c))+'\x0a')),h['render']();},m=a65e[A(0x188)]({'top':'70%','left':A(0x172),'width':A(0x19c),'height':A(0x15a),'border':{'type':'line'},'label':'\x20Map\x20','content':A(0x178),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19a)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x14d)](m);const n=t=>{const D=A;let u=D(0x18d)+t['name']+'\x0a\x0a';u+=D(0x199),t['exits']['size']>0x0?t[D(0x16d)]['forEach']((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x19b)](t);x['roomType']===RoomType[E(0x16f)]?u+=capitalCase(w)+':\x20'+x[E(0x192)]:u+=capitalCase(w)+':\x20'+v[E(0x192)];if(v[E(0x184)]())u+='\x20(Locked)';else v[E(0x14f)]()&&(u+=E(0x161));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x171),m[D(0x19e)](u),h[D(0x194)]();},o=a65e[A(0x188)]({'id':'logBox','top':'0%','left':'0%','width':A(0x172),'height':'90%','border':{'type':A(0x17b)},'label':A(0x19f),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19a)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](A(0x159)),h['append'](o);const p=a65e[A(0x15e)]({'bottom':0x0,'left':0x0,'width':'100%','height':A(0x182),'tags':!![],'border':{'type':'line'},'style':{'fg':A(0x17f),'border':{'fg':A(0x191)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x14d)](p),h['key']([A(0x19d),A(0x160)],()=>process[A(0x198)](0x0)),p['focus'](),h['render']();const q=Logger[A(0x17c)](e['logFilePath'],h),r=new Player({'playerName':c});q['write']('----->>>>>>\x20Initializing\x20Game');const s=a65f['getInstance'](r,d);o[A(0x19e)](s[A(0x18e)]()),l(s[A(0x170)][A(0x17e)]),j(s[A(0x170)]['inventory']),n(s['player']['currentLocation']),p[A(0x174)]([A(0x167)],async()=>{const F=A,t=p[F(0x15c)](),u=s[F(0x169)](t);(t[F(0x173)]('\x20')[0x0]==='take'||F(0x179)||F(0x155))&&(j(s[F(0x170)][F(0x17d)]),l(s[F(0x170)][F(0x17e)])),(t[F(0x173)]('\x20')[0x0]==='go'||F(0x15d)||F(0x18f))&&n(s['player'][F(0x193)]),t['split']('\x20')[0x0]===F(0x162)&&o['setContent'](''),u===null&&(console[F(0x157)](F(0x1a0)),h[F(0x194)](),q[F(0x163)](F(0x185)),process[F(0x198)](0x0)),o[F(0x190)](u),o[F(0x16e)](0x1),p['clearValue'](),p['focus'](),h[F(0x194)]();});}catch(t){console[A(0x157)](t),process[A(0x198)](0x1);}}const args=process[a65G(0x16b)][a65G(0x18b)](0x2);main(args[0x0],JSON[a65G(0x156)](args[0x1]),JSON['parse'](args[0x2]));function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x14d;let f=c[d];return f;},a65d(a,b);}function a65c(){const H=['5YmFjNz','Available\x20exits\x20will\x20be\x20shown\x20here...','equip','gloves','line','getInstance','inventory','equipment','white','Legs:\x20','Left\x20Hand:\x20','10%','arms','checkIfLocked','<<<<<<<<---------\x20Terminating\x20game','45%','leftHand','box','toString','search','slice','Side\x20Quest\x20Adventure\x20Game','Currently\x20in:\x20','getWelcomeMessage','unlock','pushLine','cyan','name','currentLocation','render','1057376qFoFxU','\x20Equipment\x20','142954NbBooS','exit','-----\x20Exits\x20------\x0a','yellow','getOtherSide','25%','escape','setContent','\x20Game\x20Log\x20','Thanks\x20for\x20playing!','append','constructor','checkIfLockable','2717556XBeQqP','212807IOwsPY','feet','join','rightHand','unequip','parse','log','1641360yyIsCB','mousemove','20%','torso','getValue','lock','textbox','map','C-c','\x20(Unlocked)','clear','write','Feet:\x20','legs','(((.+)+)+)+$','enter','1964940XUcWkH','handleInput','616041rnanlD','argv','None','exits','scroll','OUTSIDE','player','\x0aThere\x20are\x20no\x20exits\x20here.','75%','split','key','getAllItems','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...'];a65c=function(){return H;};return a65c();}
@@ -1 +1 @@
1
- const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x6b))/0x1+parseInt(h(0x83))/0x2*(-parseInt(h(0x69))/0x3)+parseInt(h(0x6f))/0x4*(parseInt(h(0x77))/0x5)+parseInt(h(0x82))/0x6*(parseInt(h(0x72))/0x7)+parseInt(h(0x7a))/0x8*(-parseInt(h(0x6a))/0x9)+-parseInt(h(0x67))/0xa*(-parseInt(h(0x80))/0xb)+-parseInt(h(0x70))/0xc*(parseInt(h(0x6e))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x2fdaf));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x78)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x8f)](j(0x8c))[j(0x87)]()[j(0x90)](a66a)[j(0x8f)](j(0x8c));});a66a();import a66e from'fs';import a66f from'os';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x67;let f=c[d];return f;},a66d(a,b);}function a66c(){const s=['72TUZckx','241874pyPYDT','scrollTo','render','13enpoeu','89188hezVAK','2413428KExByr','toISOString','7yXWxaF','hasScreen','The\x20logbox\x20','write','ensureLogFileExists','10lvmEtl','apply','logBox','196296jBXoVo','homedir','existsSync','content','filePath','options','121gcLEUm','appendFileSync','1145544idyZZs','66514rfrqhL','join','children','[ERROR]\x20[','toString','type','box','setContent','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','(((.+)+)+)+$','side-quest.log','find','search','constructor','[INFO]\x20[','instance','error','log','writeFileSync','screen','196190QOzjiY','getScrollHeight','9qnNskX'];a66c=function(){return s;};return a66c();}import a66g from'path';const homeDir=a66f[a66k(0x7b)]();export class Logger{static ['instance'];[a66k(0x7e)];[a66k(0x96)];constructor(a,b){const l=a66k;this[l(0x7e)]=a,this[l(0x96)]=b,this[l(0x76)]();}static['getInstance'](a=a66g[a66k(0x84)](homeDir,'.maka',a66k(0x8d)),b){const m=a66k;if(!Logger['instance']){if(!b)throw new Error(m(0x8b));Logger[m(0x92)]=new Logger(a,b);}return Logger[m(0x92)];}[a66k(0x76)](){const n=a66k,a=a66g['dirname'](this['filePath']);!a66e[n(0x7c)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e['existsSync'](this[n(0x7e)])&&a66e[n(0x95)](this[n(0x7e)],'');}[a66k(0x75)](a){const o=a66k,b=new Date()[o(0x71)](),c=o(0x91)+b+']\x20'+a+'\x0a';a66e[o(0x81)](this['filePath'],c);}[a66k(0x93)](a){const p=a66k,b=new Date()[p(0x71)](),c=p(0x86)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[p(0x7e)],c);}[a66k(0x94)](a){const q=a66k,b=this[q(0x96)]?.[q(0x85)][q(0x8e)](c=>c[q(0x88)]===q(0x89)&&c[q(0x7f)]['id']===q(0x79));b?(b[q(0x8a)](b[q(0x7d)]+'\x0a'+a),b[q(0x6c)](b[q(0x68)]()),this[q(0x96)]?.[q(0x6d)]()):this[q(0x93)](q(0x74)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0x96)]),this[q(0x75)](a);}[a66k(0x73)](){const r=a66k;return!!this[r(0x96)];}}
1
+ const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x1f7))/0x1*(parseInt(h(0x1f4))/0x2)+-parseInt(h(0x1e7))/0x3+parseInt(h(0x1de))/0x4*(-parseInt(h(0x1fa))/0x5)+parseInt(h(0x201))/0x6+parseInt(h(0x202))/0x7*(parseInt(h(0x203))/0x8)+-parseInt(h(0x1ec))/0x9*(-parseInt(h(0x1e5))/0xa)+-parseInt(h(0x1db))/0xb*(-parseInt(h(0x1df))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x86048));function a66c(){const s=['[ERROR]\x20[','mkdirSync','join','(((.+)+)+)+$','1553960qODzrD','instance','1144857HYkiUg','dirname','getScrollHeight','scrollTo','toISOString','9dfHQJB','filePath','side-quest.log','screen','The\x20logbox\x20','box','toString','error','635924WDYsDP','options','hasScreen','1FZYHLN','apply','write','5474585GMZxHI','render','existsSync','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','type','writeFileSync','3839604FHEelN','35IBtIRf','1538296OiPDeu','[INFO]\x20[','appendFileSync','.maka','log','homedir','11osSiqR','search','ensureLogFileExists','4CaUorg','7040028LkQNzi','logBox'];a66c=function(){return s;};return a66c();}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x1f8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x1f2)]()['search'](j(0x1e4))['toString']()['constructor'](a66a)[j(0x1dc)]('(((.+)+)+)+$');});a66a();import a66e from'fs';import a66f from'os';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1d9;let f=c[d];return f;},a66d(a,b);}import a66g from'path';const homeDir=a66f[a66k(0x1da)]();export class Logger{static [a66k(0x1e6)];[a66k(0x1ed)];[a66k(0x1ef)];constructor(a,b){const l=a66k;this['filePath']=a,this[l(0x1ef)]=b,this[l(0x1dd)]();}static['getInstance'](a=a66g[a66k(0x1e3)](homeDir,a66k(0x206),a66k(0x1ee)),b){const m=a66k;if(!Logger['instance']){if(!b)throw new Error(m(0x1fe));Logger[m(0x1e6)]=new Logger(a,b);}return Logger[m(0x1e6)];}[a66k(0x1dd)](){const n=a66k,a=a66g[n(0x1e8)](this['filePath']);!a66e[n(0x1fc)](a)&&a66e[n(0x1e2)](a,{'recursive':!![]}),!a66e[n(0x1fc)](this[n(0x1ed)])&&a66e[n(0x200)](this[n(0x1ed)],'');}[a66k(0x1f9)](a){const o=a66k,b=new Date()[o(0x1eb)](),c=o(0x204)+b+']\x20'+a+'\x0a';a66e[o(0x205)](this[o(0x1ed)],c);}[a66k(0x1f3)](a){const p=a66k,b=new Date()['toISOString'](),c=p(0x1e1)+b+']\x20'+a+'\x0a';a66e[p(0x205)](this[p(0x1ed)],c);}[a66k(0x1d9)](a){const q=a66k,b=this[q(0x1ef)]?.['children']['find'](c=>c[q(0x1ff)]===q(0x1f1)&&c[q(0x1f5)]['id']===q(0x1e0));b?(b['setContent'](b['content']+'\x0a'+a),b[q(0x1ea)](b[q(0x1e9)]()),this['screen']?.[q(0x1fb)]()):this[q(0x1f3)](q(0x1f0)+b+q(0x1fd)+this[q(0x1ef)]),this['write'](a);}[a66k(0x1f6)](){const r=a66k;return!!this[r(0x1ef)];}}
@@ -1 +1 @@
1
- const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0x1df))/0x1*(parseInt(k(0x1c0))/0x2)+parseInt(k(0x1c1))/0x3*(parseInt(k(0x1d0))/0x4)+-parseInt(k(0x1c4))/0x5*(-parseInt(k(0x1c6))/0x6)+-parseInt(k(0x1bb))/0x7*(-parseInt(k(0x1d3))/0x8)+parseInt(k(0x1ce))/0x9*(-parseInt(k(0x1cf))/0xa)+-parseInt(k(0x1c8))/0xb+parseInt(k(0x1d1))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x478fc));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x1d7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0x1de)]()[m(0x1cc)]('(((.+)+)+)+$')[m(0x1de)]()['constructor'](a67a)[m(0x1cc)](m(0x1ca));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1bb;let f=c[d];return f;},a67d(a,b);}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67n(0x1dd)]),__dirname=dirname(__filename);Command[a67n(0x1bf)]({'name':a67n(0x1da),'usage':'maka\x20play:side-quest','shortDesc':a67n(0x1dc),'aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':[a67n(0x1d6)]},async function(a,b){const o=a67n;try{const c=this[o(0x1cb)][o(0x1bd)](),d=a67e[o(0x1bc)](c,o(0x1cd)),e=b[o(0x1d6)]?b[o(0x1d6)]:await Actions[o(0x1db)](o(0x1d4))||o(0x1be),f={...b,'logFilePath':d},g={'type':o(0x1e0),'name':'sideQuestAnswer','message':o(0x1d2),'choices':[{'name':o(0x1c5),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x1c2)](g);if(e&&h){const i=spawn('node',[a67e[o(0x1c9)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x1d9)](h),JSON['stringify'](f)],{'stdio':o(0x1c3)});i['on']('exit',()=>{const p=o;Log[p(0x1c7)](p(0x1d5));});}}catch(j){console[o(0x1d8)](j);}},a67f);function a67c(){const q=['apply','log','stringify','side-quest','ask','Play\x20a\x20little\x20side-quest','url','toString','31ZBJetH','list','7SaXPNv','join','getGlobalMakaDir','Commoner','create','1138uyTjci','21GdKzgg','options','inherit','590680WCYbuJ','dungeon','6lQNHck','bright','6250079RWsBVc','resolve','(((.+)+)+)+$','fsi','search','side-quest.log','4563aToFHm','7150vYyiwS','90604DKIcRa','6268116UTYcVd','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','3539304iPdSSs','What\x20is\x20your\x20name?','Thanks\x20for\x20playing!','player'];a67c=function(){return q;};return a67c();}
1
+ const a67m=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0x6c))/0x1*(-parseInt(k(0x7c))/0x2)+parseInt(k(0x7b))/0x3+parseInt(k(0x77))/0x4*(-parseInt(k(0x6d))/0x5)+parseInt(k(0x76))/0x6*(parseInt(k(0x69))/0x7)+parseInt(k(0x85))/0x8+parseInt(k(0x87))/0x9+-parseInt(k(0x70))/0xa*(parseInt(k(0x6f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xdb2cc));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x68)]()[l(0x7f)](l(0x80))[l(0x68)]()[l(0x7e)](a67a)['search']('(((.+)+)+)+$');});a67a();import a67e from'path';function a67c(){const p=['fsi','join','2637324zeqYrc','4762rYhVLV','side-quest','constructor','search','(((.+)+)+)+$','Play\x20a\x20little\x20side-quest','inherit','side-quest.log','sideQuestAnswer','13896624PwdOdF','player','7646643WdTwfx','log','bright','Thanks\x20for\x20playing!','toString','28vlLWKP','shadowrun','node','719cIQJdx','5805OmilsA','url','9229YBqPPt','34740zNOjWy','stringify','create','What\x20is\x20your\x20name?','options','ask','198546FwDtto','5160hBjznA','dungeon'];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';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x68;let f=c[d];return f;},a67d(a,b);}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x6e)]),__dirname=dirname(__filename);Command[a67m(0x72)]({'name':a67m(0x7d),'usage':'maka\x20play:side-quest','shortDesc':a67m(0x81),'aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':[a67m(0x86)]},async function(a,b){const n=a67m;try{const c=this[n(0x79)]['getGlobalMakaDir'](),d=a67e[n(0x7a)](c,n(0x83)),e=b[n(0x86)]?b[n(0x86)]:await Actions[n(0x75)](n(0x73))||'Commoner',f={...b,'logFilePath':d},g={'type':'list','name':n(0x84),'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':n(0x78),'value':dungeonConfig},{'name':n(0x6a),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[n(0x74)](g);if(e&&h){const i=spawn(n(0x6b),[a67e['resolve'](__dirname,'./sideQuest/ui.js'),e,JSON[n(0x71)](h),JSON[n(0x71)](f)],{'stdio':n(0x82)});i['on']('exit',()=>{const o=n;Log[o(0x89)](o(0x8a));});}}catch(j){console[n(0x88)](j);}},a67f);
@@ -1 +1 @@
1
- function a68c(){var k=['16ewUoWs','388777fClRwN','2bSTwWl','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','apply','7572187SVHBNp','8962608ztGDjY','30FDLmIr','(((.+)+)+)+$','55xZHfKi','maka\x20game:snake','create','npx\x20command-line-snake','toString','2853342fxRFyu','constructor','search','70068Tnthnn','54363PsKUek','inherit','snake','5993280wfDhIC','545nMFpsh'];a68c=function(){return k;};return a68c();}var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0xb8))/0x1*(-parseInt(f(0xb9))/0x2)+parseInt(f(0xc9))/0x3*(parseInt(f(0xce))/0x4)+parseInt(f(0xcd))/0x5*(parseInt(f(0xc8))/0x6)+parseInt(f(0xbc))/0x7+parseInt(f(0xcc))/0x8+parseInt(f(0xc5))/0x9*(parseInt(f(0xbe))/0xa)+parseInt(f(0xc0))/0xb*(-parseInt(f(0xbd))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xbedbe));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['toString']()[h(0xc7)]('(((.+)+)+)+$')[h(0xc4)]()[h(0xc6)](a68a)[h(0xc7)](h(0xbf));});a68a();import a68e from'./play.command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xb8;var f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0xc2)]({'name':a68i(0xcb),'usage':a68i(0xc1),'shortDesc':a68i(0xba),'validOpts':[]},async function(){var j=a68i;execSync(j(0xc3),{'stdio':j(0xca)});},a68e);
1
+ var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x1ef))/0x1*(-parseInt(f(0x1f0))/0x2)+-parseInt(f(0x1fc))/0x3*(parseInt(f(0x1fa))/0x4)+parseInt(f(0x1ea))/0x5*(parseInt(f(0x1e7))/0x6)+parseInt(f(0x1f5))/0x7+-parseInt(f(0x1f4))/0x8*(-parseInt(f(0x1f3))/0x9)+-parseInt(f(0x1f8))/0xa+parseInt(f(0x1ed))/0xb*(-parseInt(f(0x1fb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x2e347));function a68c(){var k=['search','2468ItTjuh','1980ouNgCm','240KMwWJS','toString','12MmFBTq','maka\x20game:snake','create','500190uVDiFn','(((.+)+)+)+$','npx\x20command-line-snake','36377TLnEZp','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','83564CwhOGg','8XsvIlQ','snake','constructor','856467fbtfRn','8ZYBCoy','2428405KCMpqx','inherit','apply','1921400svEyJz'];a68c=function(){return k;};return a68c();}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x1f7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x1e6)]()['search']('(((.+)+)+)+$')[h(0x1e6)]()[h(0x1f2)](a68a)[h(0x1f9)](h(0x1eb));});a68a();import a68e from'./play.command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x1e6;var f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x1e9)]({'name':a68i(0x1f1),'usage':a68i(0x1e8),'shortDesc':a68i(0x1ee),'validOpts':[]},async function(){var j=a68i;execSync(j(0x1ec),{'stdio':j(0x1f6)});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x1e8;var f=c[d];return f;},a69d(a,b);}(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x1f1))/0x1*(parseInt(f(0x1eb))/0x2)+-parseInt(f(0x1f0))/0x3+-parseInt(f(0x1ec))/0x4+parseInt(f(0x1e9))/0x5*(-parseInt(f(0x1fd))/0x6)+parseInt(f(0x1fa))/0x7*(parseInt(f(0x1f5))/0x8)+-parseInt(f(0x1f8))/0x9*(parseInt(f(0x1f2))/0xa)+-parseInt(f(0x1ea))/0xb*(-parseInt(f(0x1ef))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x50fe4));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x1f7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x1f9)]()[h(0x1f4)](h(0x1e8))['toString']()[h(0x1f3)](a69a)[h(0x1f4)]('(((.+)+)+)+$');});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x1ee)]({'name':a69i(0x1ed),'usage':a69i(0x1fc),'shortDesc':a69i(0x1f6),'validOpts':[]},async function(){var j=a69i;execSync(j(0x1fb),{'stdio':'inherit'});},a69e);function a69c(){var k=['2649015lNebxD','14687497xAOqIa','2UimbtO','734444STChMF','tetris','create','12vNWBdo','371298RtEutd','5204lGGHfp','40tYlHBZ','constructor','search','8pysBLn','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','apply','1334691hMsGZn','toString','3024707zrpYfA','npx\x20simple-tetris','maka\x20game:tetris','6VsTjAG','(((.+)+)+)+$'];a69c=function(){return k;};return a69c();}
1
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x7c))/0x1+-parseInt(f(0x87))/0x2*(-parseInt(f(0x7d))/0x3)+-parseInt(f(0x81))/0x4*(parseInt(f(0x86))/0x5)+parseInt(f(0x7f))/0x6+parseInt(f(0x85))/0x7*(parseInt(f(0x77))/0x8)+parseInt(f(0x80))/0x9+-parseInt(f(0x82))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xee163));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x78)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x7b)]()[h(0x76)](h(0x84))['toString']()[h(0x88)](a69a)[h(0x76)](h(0x84));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x76;var f=c[d];return f;},a69d(a,b);}function a69c(){var k=['search','8vCdanQ','apply','maka\x20game:tetris','inherit','toString','1338513cGAIzF','3kfGeyC','create','1431996iarJhy','13340241gjOvNW','20292upvPko','16172700dIZWNR','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','(((.+)+)+)+$','6400016zoHSFe','1615nbnglJ','514672xSJVkC','constructor'];a69c=function(){return k;};return a69c();}Command[a69i(0x7e)]({'name':'tetris','usage':a69i(0x79),'shortDesc':a69i(0x83),'validOpts':[]},async function(){var j=a69i;execSync('npx\x20simple-tetris',{'stdio':j(0x7a)});},a69e);
@@ -1 +1 @@
1
- function a70c(){const k=['search','maka\x20g:package\x20package:name','11466243HlUeBp','1byPwJa','14959dtZtHt','2014388LyRjAV','generate','splice','maka\x20g:dbc\x20geoserver\x20--type=pgsql','30NXCLds','maka\x20g:template\x20todos/todo_item','toString','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','constructor','invoke','8rsqXYJ','3077990PSdCZh','4tDwtOE','836rGuPzk','processAndRunGenerator','maka\x20generate:scaffold\x20todos','10570308UGFzUC','160130VdjhIG','maka\x20g:route\x20todos/edit','maka\x20g:scaffold\x20todos','maka\x20{generate,\x20g}:<generator>\x20<name>','create','(((.+)+)+)+$','444579FAmynv','exit','apply','maka\x20g:api\x20trucks'];a70c=function(){return k;};return a70c();}const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x156))/0x1*(-parseInt(f(0x158))/0x2)+parseInt(f(0x16f))/0x3*(-parseInt(f(0x164))/0x4)+parseInt(f(0x163))/0x5+parseInt(f(0x15c))/0x6*(-parseInt(f(0x157))/0x7)+-parseInt(f(0x162))/0x8*(-parseInt(f(0x155))/0x9)+parseInt(f(0x169))/0xa*(-parseInt(f(0x165))/0xb)+-parseInt(f(0x168))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x9c45e));function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x154;let f=c[d];return f;},a70d(a,b);}const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x171)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x15e)]()[h(0x173)](h(0x16e))[h(0x15e)]()[h(0x160)](a70a)[h(0x173)](h(0x16e));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x16d)]({'name':a70i(0x159),'aliases':['g'],'usage':a70i(0x16c),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a70i(0x15f),'examples':[a70i(0x167),a70i(0x16b),a70i(0x15d),a70i(0x154),a70i(0x16a),a70i(0x172),a70i(0x15b)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x15a)](0x0,0x1),await a70e[j(0x166)](c,a,b)):a70e[j(0x161)](a,b);}catch(d){Log['error'](d),process[j(0x170)](0x1);}});
1
+ const a70h=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x1dc))/0x1*(-parseInt(f(0x1d7))/0x2)+-parseInt(f(0x1df))/0x3+parseInt(f(0x1d3))/0x4*(parseInt(f(0x1e9))/0x5)+parseInt(f(0x1d2))/0x6+parseInt(f(0x1cf))/0x7*(parseInt(f(0x1d9))/0x8)+parseInt(f(0x1de))/0x9+-parseInt(f(0x1e2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x60aa3));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const g=a70d;return a70a[g(0x1dd)]()[g(0x1e3)]('(((.+)+)+)+$')[g(0x1dd)]()[g(0x1db)](a70a)['search']('(((.+)+)+)+$');});function a70c(){const j=['\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','exit','2823630IhqXWP','45172GzFwAT','create','maka\x20g:scaffold\x20todos','maka\x20g:package\x20package:name','178vjdeqE','error','49192qSlfDK','maka\x20{generate,\x20g}:<generator>\x20<name>','constructor','2071YJUKgS','toString','4254714YsRoXm','168762kOvLCi','splice','processAndRunGenerator','11481830EEmZyn','search','generate','invoke','maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20g:api\x20trucks','maka\x20g:route\x20todos/edit','65AAdUXO','371xcflWh'];a70c=function(){return j;};return a70c();}a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1cf;let f=c[d];return f;},a70d(a,b);}Command[a70h(0x1d4)]({'name':a70h(0x1e4),'aliases':['g'],'usage':a70h(0x1da),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a70h(0x1d0),'examples':['maka\x20generate:scaffold\x20todos',a70h(0x1d5),'maka\x20g:template\x20todos/todo_item',a70h(0x1d6),a70h(0x1e8),a70h(0x1e7),a70h(0x1e6)]},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a[i(0x1e0)](0x0,0x1),await a70e[i(0x1e1)](c,a,b)):a70e[i(0x1e5)](a,b);}catch(d){Log[i(0x1d8)](d),process[i(0x1d1)](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x172))/0x1+-parseInt(f(0x163))/0x2*(-parseInt(f(0x165))/0x3)+parseInt(f(0x168))/0x4*(-parseInt(f(0x171))/0x5)+-parseInt(f(0x164))/0x6*(parseInt(f(0x16c))/0x7)+parseInt(f(0x170))/0x8+parseInt(f(0x16b))/0x9*(parseInt(f(0x16d))/0xa)+-parseInt(f(0x166))/0xb*(parseInt(f(0x167))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x556ee));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x162)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a['toString']()['search'](h(0x169))[h(0x16a)]()[h(0x16f)](a71a)[h(0x16e)](h(0x169));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x162;var f=c[d];return f;},a71d(a,b);}function a71c(){var i=['205290CnUXjx','187rNyaNs','422724cLzCIf','170804VeNCvZ','(((.+)+)+)+$','toString','493866DfxMQM','1816171xHtYwZ','70cjXxFl','search','constructor','1957192khoQcR','5ioeFkV','6310PGuxWM','apply','18PCdKrO','6fcQfHH'];a71c=function(){return i;};return a71c();}
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x151))/0x1+parseInt(f(0x146))/0x2+-parseInt(f(0x148))/0x3*(-parseInt(f(0x144))/0x4)+parseInt(f(0x14f))/0x5*(parseInt(f(0x149))/0x6)+parseInt(f(0x14e))/0x7+-parseInt(f(0x150))/0x8+-parseInt(f(0x145))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xcd302));function a71c(){var i=['1667070QiEPJJ','1200956HmLzLO','26972892EshQnb','1685914zoaPGq','apply','12YgHBdX','12WKMHst','(((.+)+)+)+$','toString','constructor','search','3657682baWLjd','221290aNgHWa','3876696gFkJBe'];a71c=function(){return i;};return a71c();}var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x147)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x14b)]()['search'](h(0x14a))['toString']()[h(0x14c)](a71a)[h(0x14d)](h(0x14a));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x144;var f=c[d];return f;},a71d(a,b);}import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- function a72c(){const k=['maka\x20get:<sub-command>','search','runSubCommand','122650SunSVW','create','3396616LTUNJt','(((.+)+)+)+$','513QgfSGB','196BPJpdk','error','apply','2363856fulWLc','2239MYwVVX','378702mGXqcV','1864275eFoZKR','toString','7BtlPUy','1563822MeCKPi'];a72c=function(){return k;};return a72c();}const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x75))/0x1*(parseInt(f(0x71))/0x2)+-parseInt(f(0x76))/0x3+parseInt(f(0x74))/0x4+-parseInt(f(0x77))/0x5+parseInt(f(0x7a))/0x6+-parseInt(f(0x79))/0x7*(-parseInt(f(0x6e))/0x8)+parseInt(f(0x70))/0x9*(-parseInt(f(0x7e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x489be));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x73)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x78)]()[h(0x7c)](h(0x6f))[h(0x78)]()['constructor'](a72a)[h(0x7c)](h(0x6f));});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x6e;let f=c[d];return f;},a72d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a72i(0x7f)]({'name':'get','usage':a72i(0x7b),'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this['findSubCommand'](c);if(d)return await this[j(0x7d)](c,a,b);else{Log[j(0x72)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a72h=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x1f0))/0x1*(-parseInt(f(0x1ec))/0x2)+-parseInt(f(0x1eb))/0x3*(-parseInt(f(0x1e9))/0x4)+parseInt(f(0x1ed))/0x5+parseInt(f(0x1f7))/0x6*(parseInt(f(0x1f2))/0x7)+parseInt(f(0x1e8))/0x8+-parseInt(f(0x1f3))/0x9+-parseInt(f(0x1f4))/0xa*(parseInt(f(0x1f5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x1b2ac));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const g=a72d;return a72a[g(0x1e5)]()['search']('(((.+)+)+)+$')[g(0x1e5)]()['constructor'](a72a)[g(0x1e6)](g(0x1ee));});a72a();import{Command}from'../../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1e4;let f=c[d];return f;},a72d(a,b);}function a72c(){const j=['297978kinFFv','464925HneViP','(((.+)+)+)+$','findSubCommand','1HPvyhp','Get\x20various\x20Maka\x20variables\x20and\x20configurations','7NEjFed','817083aBeKYd','4190YsIbhZ','3619iVgncX','get','490422qRPmyQ','Sub-Command\x20not\x20found','maka\x20get:<sub-command>','toString','search','runSubCommand','1010800SWzMFS','4pOOEGK','create','563493EMwLJK'];a72c=function(){return j;};return a72c();}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a72h(0x1ea)]({'name':a72h(0x1f6),'usage':a72h(0x1e4),'shortDesc':a72h(0x1f1),'validOpts':[]},async function(a,b){const i=a72h,c=a[0x0],d=this[i(0x1ef)](c);if(d)return await this[i(0x1e7)](c,a,b);else{Log['error'](i(0x1f8));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a73h=a73d;function a73c(){const j=['toString','16600BMQegZ','61522zhIvBd','search','835380DLwLeT','6eiCHwm','error','global-config','maka\x20get:global-config','fsi','(((.+)+)+)+$','exit','getGlobalConfig','126702nnZcKX','610694ITwVUa','168lUQbKA','138025YBivCj','24hwPzDy','constructor','1064496ISkHkc','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file'];a73c=function(){return j;};return a73c();}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x10d))/0x1+parseInt(f(0x10e))/0x2*(parseInt(f(0x108))/0x3)+parseInt(f(0x10a))/0x4+-parseInt(f(0x107))/0x5*(parseInt(f(0xfc))/0x6)+parseInt(f(0x105))/0x7+-parseInt(f(0x106))/0x8*(parseInt(f(0x104))/0x9)+-parseInt(f(0xfb))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x2afc9));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const g=a73d;return a73a[g(0x10c)]()[g(0xfa)](g(0x101))['toString']()[g(0x109)](a73a)[g(0xfa)](g(0x101));});a73a();import a73e from'./get.command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xfa;let f=c[d];return f;},a73d(a,b);}import{Command}from'../../command.js';Command['create']({'name':a73h(0xfe),'usage':a73h(0xff),'aliases':['gc'],'shortDesc':a73h(0x10b),'validOpts':[]},async function(){const i=a73h;try{const a=await this[i(0x100)][i(0x103)]();console['log'](a),process[i(0x102)](0x0);}catch(b){console[i(0xfd)](b),process[i(0x102)](0x0);}},a73e);
1
+ const a73i=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x188;let f=c[d];return f;},a73d(a,b);}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x197))/0x1+-parseInt(f(0x190))/0x2*(-parseInt(f(0x199))/0x3)+-parseInt(f(0x18e))/0x4+parseInt(f(0x191))/0x5*(-parseInt(f(0x193))/0x6)+parseInt(f(0x18f))/0x7*(-parseInt(f(0x192))/0x8)+-parseInt(f(0x19c))/0x9*(-parseInt(f(0x19a))/0xa)+parseInt(f(0x19b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x3e508));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x195)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x198)]()['search']('(((.+)+)+)+$')[h(0x198)]()[h(0x189)](a73a)[h(0x18a)]('(((.+)+)+)+$');});function a73c(){const k=['apply','create','368641vjnswf','toString','3XCyINo','10ienYrv','5801664ZYYVVJ','129717OkwQrD','global-config','constructor','search','fsi','exit','getGlobalConfig','1932604GqxSXx','2212texKhF','832334VHoCzR','533695Zrhcvl','9488BeUbRd','12yClTsX','error'];a73c=function(){return k;};return a73c();}a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x196)]({'name':a73i(0x188),'usage':'maka\x20get:global-config','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(0x18b)][j(0x18d)]();console['log'](a),process[j(0x18c)](0x0);}catch(b){console[j(0x194)](b),process[j(0x18c)](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x1a3))/0x1+-parseInt(f(0x1a2))/0x2+-parseInt(f(0x19e))/0x3+-parseInt(f(0x1a5))/0x4+-parseInt(f(0x1a6))/0x5*(-parseInt(f(0x19a))/0x6)+parseInt(f(0x1a7))/0x7+parseInt(f(0x1a8))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x7e9bd));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x19f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x19d)]()[h(0x19c)](h(0x19b))[h(0x19d)]()[h(0x199)](a74a)[h(0x19c)](h(0x19b));});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x199;let f=c[d];return f;},a74d(a,b);}function a74c(){const k=['807570BEJyCj','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','1861152UZaLet','2879600ulhFNu','4842684qwyNaP','11672912rYotHX','create','constructor','6AWFipc','(((.+)+)+)+$','search','toString','2452710hqZLrj','apply','fsi','log','235658sposnk'];a74c=function(){return k;};return a74c();}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x1a9)]({'name':'local-config','usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x1a4),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x1a0)]['getMakaProjectConfig']();console[j(0x1a1)](a);},a74e);
1
+ const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0xa8))/0x1+-parseInt(f(0xa1))/0x2*(-parseInt(f(0xa9))/0x3)+-parseInt(f(0xae))/0x4+-parseInt(f(0x9e))/0x5+parseInt(f(0xa5))/0x6*(-parseInt(f(0xa3))/0x7)+-parseInt(f(0xa0))/0x8+parseInt(f(0x9d))/0x9*(parseInt(f(0xab))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x78f31));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0xa7)]()[h(0x9f)]('(((.+)+)+)+$')['toString']()[h(0xa2)](a74a)['search'](h(0xa4));});a74a();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x9d;let f=c[d];return f;},a74d(a,b);}import a74e from'./get.command.js';import{Command}from'../../command.js';function a74c(){const k=['fsi','10HxROmF','local-config','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','825716xajSnQ','22581279CJJwof','3384995VBHjvC','search','3677536qRuUzc','23466bombvx','constructor','56cjisOZ','(((.+)+)+)+$','684414NGDwty','apply','toString','218584vrxLKp','6kCEdyB'];a74c=function(){return k;};return a74c();}Command['create']({'name':a74i(0xac),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0xad),'validOpts':[]},async function(){const j=a74i,a=await this[j(0xaa)]['getMakaProjectConfig']();console['log'](a);},a74e);
@@ -1 +1 @@
1
- function a75c(){const l=['2313905VgpyJX','toString','error','693152WwJPYm','search','create','3vLcSET','notice','fsi','constructor','userId','decode','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','hash','205388KpPKxu','whoami','getGlobalConfig','8YKxkui','504234UiiJRa','1645908FOSyAp','exit','user','50ObNDCu','maka\x20get:whoami','137879rhVzMx','token','User\x20Access\x20Token:\x20\x20','apply','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','1408131iIVbGT','(((.+)+)+)+$','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','join'];a75c=function(){return l;};return a75c();}const a75j=a75d;function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x14a;let f=c[d];return f;},a75d(a,b);}(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0x14c))/0x1*(parseInt(g(0x154))/0x2)+parseInt(g(0x158))/0x3+-parseInt(g(0x16a))/0x4+-parseInt(g(0x167))/0x5+parseInt(g(0x159))/0x6+parseInt(g(0x15e))/0x7*(-parseInt(g(0x157))/0x8)+parseInt(g(0x163))/0x9*(parseInt(g(0x15c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x3faeb));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x161)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x168)]()[i(0x14a)](i(0x164))['toString']()[i(0x14f)](a75a)[i(0x14a)](i(0x164));});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command[a75j(0x14b)]({'name':a75j(0x155),'usage':a75j(0x15d),'shortDesc':a75j(0x152),'validOpts':['silent']},async function(a,b){const k=a75j;try{const c=await this[k(0x14e)][k(0x156)]();let d=null;return c[k(0x153)]&&(d=await a75f[k(0x151)](c[k(0x153)]),!b['silent']&&(Log[k(0x14d)](k(0x162)+d?.[k(0x15b)]),Log['notice'](k(0x165)+c[k(0x15f)]?.[k(0x150)]),Log[k(0x14d)](k(0x160)+c['token']?.['authToken']),Log[k(0x14d)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.['roles'][k(0x166)](',\x20')))),c;}catch(f){Log[k(0x169)](f),process[k(0x15a)](0x1);}},a75e);
1
+ const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0x171))/0x1+-parseInt(g(0x18a))/0x2*(parseInt(g(0x17d))/0x3)+-parseInt(g(0x173))/0x4*(-parseInt(g(0x189))/0x5)+-parseInt(g(0x182))/0x6*(-parseInt(g(0x16a))/0x7)+parseInt(g(0x16c))/0x8*(parseInt(g(0x172))/0x9)+parseInt(g(0x188))/0xa+parseInt(g(0x16b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x2c2bd));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x179)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a['toString']()['search'](i(0x170))[i(0x177)]()[i(0x16f)](a75a)[i(0x186)](i(0x170));});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x169;let f=c[d];return f;},a75d(a,b);}Command[a75j(0x184)]({'name':a75j(0x176),'usage':a75j(0x178),'shortDesc':a75j(0x17c),'validOpts':['silent']},async function(a,b){const k=a75j;try{const c=await this[k(0x183)][k(0x187)]();let d=null;return c[k(0x17a)]&&(d=await a75f['decode'](c[k(0x17a)]),!b[k(0x175)]&&(Log[k(0x174)](k(0x17f)+d?.['user']),Log['notice'](k(0x169)+c[k(0x185)]?.[k(0x16d)]),Log[k(0x174)](k(0x17e)+c[k(0x185)]?.[k(0x180)]),Log[k(0x174)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.[k(0x17b)][k(0x16e)](',\x20')))),c;}catch(f){Log['error'](f),process[k(0x181)](0x1);}},a75e);function a75c(){const l=['fsi','create','token','search','getGlobalConfig','794170LZCuEu','25AthviY','283916vPQPei','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','336aTcoiI','2522795twJRgn','1680SAqBRK','userId','join','constructor','(((.+)+)+)+$','284509bpXeqD','1467RDoFqr','127096ZSzZxR','notice','silent','whoami','toString','maka\x20get:whoami','apply','hash','roles','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','6fjbKtH','User\x20Access\x20Token:\x20\x20','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','authToken','exit','30936qFLSob'];a75c=function(){return l;};return a75c();}
@@ -1 +1 @@
1
- function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x1c7;var f=c[d];return f;},a76d(a,b);}function a76c(){var j=['108791ZssOvw','apply','create','search','3891258BoFEIG','6589704GRleQC','117800bFIYqG','toString','4HloEdW','6eyBTsl','Try,\x20maka\x20--help','110iMKZUH','1266344EdEQtJ','1028676XKzOiw','20kQusRb','(((.+)+)+)+$','7765261RQPtvr'];a76c=function(){return j;};return a76c();}var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x1d7))/0x1*(parseInt(f(0x1ce))/0x2)+parseInt(f(0x1d3))/0x3+-parseInt(f(0x1cc))/0x4*(-parseInt(f(0x1d1))/0x5)+parseInt(f(0x1cf))/0x6*(parseInt(f(0x1d6))/0x7)+parseInt(f(0x1d2))/0x8+-parseInt(f(0x1ca))/0x9*(parseInt(f(0x1d4))/0xa)+-parseInt(f(0x1cb))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x8ce0e));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1c7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a['toString']()[h(0x1c9)]('(((.+)+)+)+$')[h(0x1cd)]()['constructor'](a76a)['search'](h(0x1d5));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0x1c8)]({'name':'help','description':a76i(0x1d0),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0xe7))/0x1+parseInt(f(0xdc))/0x2*(parseInt(f(0xe4))/0x3)+parseInt(f(0xe6))/0x4+parseInt(f(0xe1))/0x5+-parseInt(f(0xe9))/0x6*(-parseInt(f(0xdf))/0x7)+parseInt(f(0xed))/0x8*(-parseInt(f(0xdb))/0x9)+parseInt(f(0xde))/0xa*(parseInt(f(0xec))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xc0b26));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0xea)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a['toString']()[h(0xe5)](h(0xeb))[h(0xe0)]()[h(0xe2)](a76a)[h(0xe5)](h(0xeb));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0xdb;var f=c[d];return f;},a76d(a,b);}Command[a76i(0xe3)]({'name':a76i(0xee),'description':a76i(0xdd),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0xe8)},async function(){throw new UsageError();});function a76c(){var j=['11bArpFZ','112hKfKmS','help','548406LHUVla','38jXUZFL','Try,\x20maka\x20--help','268690HAPMEr','63eWPSND','toString','3096635EIRQLh','constructor','create','5097nDPXSw','search','3926664kEVizg','615354nrcAWF','Deprecated:\x20use\x20--help\x20instead','398382pNVgEE','apply','(((.+)+)+)+$'];a76c=function(){return j;};return a76c();}
@@ -1 +1 @@
1
- const a77E=a77d;(function(a,b){const A=a77d,c=a();while(!![]){try{const d=-parseInt(A(0x1f0))/0x1+parseInt(A(0x1da))/0x2+-parseInt(A(0x20d))/0x3+parseInt(A(0x20b))/0x4*(-parseInt(A(0x204))/0x5)+-parseInt(A(0x1fe))/0x6+parseInt(A(0x1d8))/0x7*(parseInt(A(0x1d2))/0x8)+-parseInt(A(0x1c3))/0x9*(-parseInt(A(0x1ea))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xacd27));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a77d;if(c){const e=c[B(0x1d7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const C=a77d;return a77a[C(0x1cb)]()[C(0x1ba)](C(0x1db))[C(0x1cb)]()['constructor'](a77a)['search']('(((.+)+)+)+$');});a77a();function a77c(){const G=['Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','2273433rEjjmo','maka\x20install','search','Meteor\x20version\x20','Cleaning\x20up','slice','x86_64','cacert','extractTarGz','info','get','9GoCgnE','install','https://packages.meteor.com/bootstrap-link?arch=os.','Aborted','Aborting\x20install','https://install.meteor.com','getMeteorInstallPath','checkAvailability','toString','&release=','arm64','withSpinner','Using\x20CA\x20Cert\x20','data','join','2675728VmSGwT','exit','-rf','keepInstallFile','includes','apply','14gVUZdN','cert','519960MXogGg','(((.+)+)+)+$','warn','isFile','maka\x20install\x20meteor\x20--force','getMeteorExePath','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','create','env','meteor','RELEASE=','\x20is\x20available.','fsi','getUserDataDirectory','getGlobalConfig','maka\x20i','18950090QWrTse','maka\x20install\x20meteor\x20--version\x202.13.3','\x20is\x20not\x20available,\x20trying\x20','getuid','arch','NO_NODE_WARNINGS','479642obJCYz','timeout','Downloading\x20Meteor\x20','platform','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','success','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','grep','error','\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--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x20\x20','windows','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','maka\x20install\x20meteor','force','3000342nCBqza','confirm','notice','replace','Proceed\x20anyway?','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','70zYwxUN','version','osx','\x20from\x20','Network\x20error,\x20please\x20try\x20again.','length','meteor.tar.gz','108152waQNdt'];a77c=function(){return G;};return a77c();}import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x1ba;let f=c[d];return f;},a77d(a,b);}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e['homedir']();function isRoot(){const D=a77d;return process[D(0x1ed)]&&process['getuid']()===0x0;}Command[a77E(0x1e1)]({'name':a77E(0x1c4),'aliases':['i'],'validOpts':['force','version',a77E(0x1bf),a77E(0x1d5),a77E(0x1f1)],'usage':a77E(0x20e),'shortDesc':'Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','description':a77E(0x1f9),'examples':[a77E(0x1fc),a77E(0x1de),a77E(0x1eb),a77E(0x1e9)]},async function(a,b){const F=a77E;try{let c='';if(b['cacert']){if(this[F(0x1e6)][F(0x1dd)](b[F(0x1bf)]))Log[F(0x200)](F(0x1cf)+b[F(0x1bf)]),c=b[F(0x1bf)];else throw F(0x1f4)+c;}const d=await this['fsi'][F(0x1e8)]();if(d[F(0x1d9)]){if(this['fsi'][F(0x1dd)](d[F(0x1d9)]))c=d[F(0x1d9)];else throw F(0x1f6)+c;}let f=![];if(b['f']||b[F(0x1fd)])f=!![];else{const p=isRoot();p?(Log[F(0x1dc)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),f=await Actions[F(0x1ff)](F(0x202),![])):f=!![];}if(!f)throw F(0x1c6);const g=await HTTPS[F(0x1c2)]({'url':F(0x1c8),'cert':c}),h=await this[F(0x1e6)][F(0x1f7)](g[F(0x1d0)],F(0x1e4));if(h[F(0x209)]===0x0)throw F(0x208);process[F(0x1e2)][F(0x1ef)]='1';let i=b[F(0x205)]?b['version']:h[0x0][F(0x201)](/[^0-9.]/gi,'')[F(0x201)](/\r?\n|\r/,'');Log[F(0x200)]('Preparing\x20to\x20install\x20Meteor\x20'+i);const j={'win32':F(0x1fa),'darwin':F(0x206),'linux':'linux'};let k=F(0x1c5)+j[a77e[F(0x1f3)]()]+'.'+(a77e[F(0x1ee)]()===F(0x1cd)?F(0x1cd):F(0x1be))+F(0x1cc)+i,l=await HTTPS[F(0x1ca)]({'url':k,'cert':c});if(!l&&i[F(0x1d6)]('-')){const q=i['split']('-'),r=q[0x0],s=q[F(0x1bd)](0x1)[F(0x1d1)]('-'),t=r[F(0x201)](/\.0+$/,'');Log[F(0x1dc)]('Meteor\x20version\x20'+i+F(0x1ec)+t+'-'+s);const u=F(0x1c5)+j[a77e[F(0x1f3)]()]+'.'+(a77e['arch']()===F(0x1cd)?F(0x1cd):F(0x1be))+F(0x1cc)+t+'-'+s;l=await HTTPS[F(0x1ca)]({'url':u,'cert':c}),l&&(i=t+'-'+s,k=u);}!l?(Log['error']('Meteor\x20version\x20'+i+'\x20is\x20not\x20available.'),process[F(0x1d3)](0x0)):Log[F(0x200)](F(0x1bb)+i+F(0x1e5));const m=this[F(0x1e6)][F(0x1c9)](),n=this['fsi'][F(0x1df)](),o=this['fsi'][F(0x1e7)]();if(a77g['existsSync'](n)){let v=![];b['f']||b['force']?v=!![]:v=await Actions[F(0x1ff)](F(0x1e0),![]),v?(await SpawnAsync[F(0x1ce)]('rm',[F(0x1d4),a77f['join'](m,'packages')],{'message':F(0x20c)}),await SpawnAsync[F(0x1ce)]('rm',[F(0x1d4),a77f[F(0x1d1)](m,'package-metadata')],{'message':F(0x1fb)}),await SpawnAsync[F(0x1ce)]('rm',[F(0x1d4),a77f[F(0x1d1)](m,F(0x1e3))],{'message':F(0x203)})):(Log[F(0x1c1)](F(0x1c7)),process['exit'](0x0));}try{Log['notice'](F(0x1f2)+i+F(0x207)+k),await HTTPS['downloadFile']({'url':k,'destPath':a77f[F(0x1d1)](homeDir,F(0x20a)),'cert':c,'timeout':b[F(0x1f1)]?parseInt(b[F(0x1f1)])*0x3e8:0x493e0});try{const w=a77f[F(0x1d1)](homeDir,F(0x20a));await this['fsi'][F(0x1c0)](w,o);}catch(x){Log[F(0x1f8)]('Error\x20extracting\x20meteor.tar.gz\x20file');}}catch(y){console[F(0x1f8)](y),process[F(0x1d3)](0x1);}finally{!b[F(0x1d5)]&&await SpawnAsync['withSpinner']('rm',[F(0x1d4),a77f[F(0x1d1)](homeDir,'meteor.tar.gz')],{'message':F(0x1bc)});}Log[F(0x1f5)](F(0x1bb)+i+'\x20installed.\x0a'),process[F(0x1d3)](0x0);}catch(z){console['error'](z),process[F(0x1d3)](0x1);}});
1
+ const a77D=a77d;(function(a,b){const A=a77d,c=a();while(!![]){try{const d=-parseInt(A(0x190))/0x1+-parseInt(A(0x1d0))/0x2+parseInt(A(0x199))/0x3*(-parseInt(A(0x1bd))/0x4)+parseInt(A(0x1a1))/0x5*(-parseInt(A(0x1ce))/0x6)+parseInt(A(0x193))/0x7*(parseInt(A(0x1cc))/0x8)+parseInt(A(0x1d7))/0x9*(parseInt(A(0x1a8))/0xa)+parseInt(A(0x1d4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xd330e));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a77d;if(c){const e=c[B(0x197)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const C=a77d;return a77a['toString']()['search']('(((.+)+)+)+$')[C(0x1c0)]()['constructor'](a77a)[C(0x1b5)](C(0x19c));});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-0x18e;let f=c[d];return f;},a77d(a,b);}function a77c(){const G=['CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','cacert','x86_64','Meteor\x20version\x20','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','\x20from\x20','exit','withSpinner','get','env','search','linux','\x20installed.\x0a','arch','Preparing\x20to\x20install\x20Meteor\x20','split','Proceed\x20anyway?','maka\x20install\x20meteor\x20--force','4pAPZuU','getuid','package-metadata','toString','grep','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','downloadFile','Error\x20extracting\x20meteor.tar.gz\x20file','Using\x20CA\x20Cert\x20','osx','error','https://install.meteor.com','fsi','isFile','10731192DmLWiF','getGlobalConfig','6dZUGib','keepInstallFile','1324950RxJZRk','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','\x20is\x20available.','slice','38616347KGmbFi','platform','install','7902eoUOKk','getMeteorInstallPath','\x20is\x20not\x20available.','Cleaning\x20up','https://packages.meteor.com/bootstrap-link?arch=os.','maka\x20i','&release=','timeout','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','warn','checkAvailability','1283295kkcbBW','-rf','join','7TtvbCr','force','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','meteor.tar.gz','apply','arm64','3066303kYcUqH','maka\x20install','homedir','(((.+)+)+)+$','NO_NODE_WARNINGS','cert','confirm','notice','7474715USzOXh','Downloading\x20Meteor\x20','getMeteorExePath','Network\x20error,\x20please\x20try\x20again.','data','replace','version','5420mhNMct','success','maka\x20install\x20meteor'];a77c=function(){return G;};return a77c();}import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e[a77D(0x19b)]();function isRoot(){const E=a77D;return process[E(0x1be)]&&process[E(0x1be)]()===0x0;}Command['create']({'name':a77D(0x1d6),'aliases':['i'],'validOpts':[a77D(0x194),a77D(0x1a7),a77D(0x1ac),a77D(0x1cf),'timeout'],'usage':a77D(0x19a),'shortDesc':a77D(0x1d1),'description':'\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x20\x20','examples':[a77D(0x1aa),a77D(0x1bc),'maka\x20install\x20meteor\x20--version\x202.13.3',a77D(0x1dc)]},async function(a,b){const F=a77D;try{let c='';if(b[F(0x1ac)]){if(this['fsi'][F(0x1cb)](b[F(0x1ac)]))Log['notice'](F(0x1c6)+b[F(0x1ac)]),c=b[F(0x1ac)];else throw F(0x1df)+c;}const d=await this['fsi'][F(0x1cd)]();if(d[F(0x19e)]){if(this[F(0x1ca)][F(0x1cb)](d[F(0x19e)]))c=d[F(0x19e)];else throw F(0x1ab)+c;}let f=![];if(b['f']||b[F(0x194)])f=!![];else{const p=isRoot();p?(Log[F(0x18e)](F(0x1c3)),f=await Actions[F(0x19f)](F(0x1bb),![])):f=!![];}if(!f)throw'Aborted';const g=await HTTPS[F(0x1b3)]({'url':F(0x1c9),'cert':c}),h=await this[F(0x1ca)][F(0x1c1)](g[F(0x1a5)],'RELEASE=');if(h['length']===0x0)throw F(0x1a4);process[F(0x1b4)][F(0x19d)]='1';let i=b['version']?b[F(0x1a7)]:h[0x0][F(0x1a6)](/[^0-9.]/gi,'')[F(0x1a6)](/\r?\n|\r/,'');Log[F(0x1a0)](F(0x1b9)+i);const j={'win32':'windows','darwin':F(0x1c7),'linux':F(0x1b6)};let k=F(0x1db)+j[a77e['platform']()]+'.'+(a77e[F(0x1b8)]()===F(0x198)?F(0x198):'x86_64')+'&release='+i,l=await HTTPS['checkAvailability']({'url':k,'cert':c});if(!l&&i['includes']('-')){const q=i[F(0x1ba)]('-'),r=q[0x0],s=q[F(0x1d3)](0x1)[F(0x192)]('-'),t=r['replace'](/\.0+$/,'');Log[F(0x18e)](F(0x1ae)+i+'\x20is\x20not\x20available,\x20trying\x20'+t+'-'+s);const u='https://packages.meteor.com/bootstrap-link?arch=os.'+j[a77e[F(0x1d5)]()]+'.'+(a77e[F(0x1b8)]()==='arm64'?'arm64':F(0x1ad))+F(0x1dd)+t+'-'+s;l=await HTTPS[F(0x18f)]({'url':u,'cert':c}),l&&(i=t+'-'+s,k=u);}!l?(Log[F(0x1c8)](F(0x1ae)+i+F(0x1d9)),process[F(0x1b1)](0x0)):Log[F(0x1a0)](F(0x1ae)+i+F(0x1d2));const m=this[F(0x1ca)][F(0x1d8)](),n=this[F(0x1ca)][F(0x1a3)](),o=this[F(0x1ca)]['getUserDataDirectory']();if(a77g['existsSync'](n)){let v=![];b['f']||b['force']?v=!![]:v=await Actions['confirm'](F(0x195),![]),v?(await SpawnAsync[F(0x1b2)]('rm',[F(0x191),a77f['join'](m,'packages')],{'message':F(0x1c2)}),await SpawnAsync['withSpinner']('rm',[F(0x191),a77f[F(0x192)](m,F(0x1bf))],{'message':F(0x1af)}),await SpawnAsync[F(0x1b2)]('rm',['-rf',a77f[F(0x192)](m,'meteor')],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log['info']('Aborting\x20install'),process[F(0x1b1)](0x0));}try{Log['notice'](F(0x1a2)+i+F(0x1b0)+k),await HTTPS[F(0x1c4)]({'url':k,'destPath':a77f[F(0x192)](homeDir,F(0x196)),'cert':c,'timeout':b[F(0x1de)]?parseInt(b[F(0x1de)])*0x3e8:0x493e0});try{const w=a77f['join'](homeDir,'meteor.tar.gz');await this['fsi']['extractTarGz'](w,o);}catch(x){Log['error'](F(0x1c5));}}catch(y){console['error'](y),process[F(0x1b1)](0x1);}finally{!b[F(0x1cf)]&&await SpawnAsync[F(0x1b2)]('rm',[F(0x191),a77f[F(0x192)](homeDir,F(0x196))],{'message':F(0x1da)});}Log[F(0x1a9)](F(0x1ae)+i+F(0x1b7)),process[F(0x1b1)](0x0);}catch(z){console[F(0x1c8)](z),process[F(0x1b1)](0x1);}});
@@ -1 +1 @@
1
- function a78c(){const n=['closure','config','8QmrnTE','app/packages','1892700SjQJQn','pathFromProject','stringify','writeFileSync','constructor','1417241gYAdyO','logWithSpinner','inherit','46491bSWdnq','1988020qXlzEU','1081368pNJoeH','1301035zmyKff','join','36pbsMmt','jsdoc-config.json','logError','toString','logNotice','app/public','\x20-r\x20app','search','.+\x5c.(j|t)s(doc|x)?$','51gshXAJ','\x20-c\x20','maka\x20jsdoc\x20--init','docs','maka\x20jsdoc','jsdoc','create','app/node_modules','fsi','\x20-d\x20','Running\x20','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','sep','91192mLRPSW','(((.+)+)+)+$'];a78c=function(){return n;};return a78c();}const a78l=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0x124))/0x1*(parseInt(j(0x143))/0x2)+parseInt(j(0x132))/0x3*(-parseInt(j(0x13f))/0x4)+parseInt(j(0x127))/0x5+-parseInt(j(0x145))/0x6+parseInt(j(0x121))/0x7+parseInt(j(0x126))/0x8*(parseInt(j(0x129))/0x9)+parseInt(j(0x125))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x4c758));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 k=a78d;return a78a[k(0x12c)]()[k(0x130)](k(0x140))[k(0x12c)]()[k(0x120)](a78a)[k(0x130)](k(0x140));});a78a();import a78e from'path';import a78f from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x11d;let f=c[d];return f;},a78d(a,b);}import{execSync}from'child_process';import{Command}from'../command.js';Command[a78l(0x138)]({'name':a78l(0x137),'usage':a78l(0x136),'mustBeInMakaProject':!![],'shortDesc':a78l(0x13d),'examples':[a78l(0x134),a78l(0x136)],'validOpts':[]},function(){const m=a78l,a=a78e['join'](this[m(0x13a)][m(0x11d)]({}),m(0x135)+a78e[m(0x13e)]),b=a78e[m(0x128)](this['fsi'][m(0x11d)]({}),m(0x142),m(0x12a)),c=this['fsi'][m(0x11d)]({}),d='jsdoc';if(!this['isFile'](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x137),m(0x141)]},'source':{'includePattern':m(0x131),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[m(0x144),m(0x139),m(0x12e),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[m(0x11f)](b,JSON[m(0x11e)](g,null,0x4));}const f=this[m(0x122)](m(0x13c)+d);try{const h=d+m(0x133)+b+m(0x12f)+a78e[m(0x13e)]+m(0x13b)+a;execSync(h,{'cwd':c,'stdio':m(0x123)}),this[m(0x12d)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[m(0x12b)](i),this['logError']('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f['stop']();}});
1
+ const a78m=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=parseInt(j(0x84))/0x1*(parseInt(j(0x6e))/0x2)+parseInt(j(0x79))/0x3+parseInt(j(0x6d))/0x4*(parseInt(j(0x72))/0x5)+-parseInt(j(0x78))/0x6+parseInt(j(0x83))/0x7*(-parseInt(j(0x76))/0x8)+parseInt(j(0x7c))/0x9+parseInt(j(0x88))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x7c66b));function a78c(){const o=['jsdoc','app/packages','105XWTlKR','fsi','stop','closure','8WXyZRV','jsdoc-config.json','1532940FWcyLv','1774641djAWWo','apply','writeFileSync','1364913dEEThW','constructor','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','maka\x20jsdoc\x20--init','logWithSpinner','.+\x5c.(j|t)s(doc|x)?$','stringify','7054831nnhECI','133BTxsmL','create','sep','join','4118460QNyXxE','search','pathFromProject','\x0a[+]\x20Documentation\x20written\x20to\x20','logNotice','logError','app/private','Running\x20','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','\x20-r\x20app','82948BGoQbq','2742RfgqlO','maka\x20jsdoc'];a78c=function(){return o;};return a78c();}const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x7a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a['toString']()[l(0x89)]('(((.+)+)+)+$')['toString']()[l(0x7d)](a78a)[l(0x89)]('(((.+)+)+)+$');});function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x6d;let f=c[d];return f;},a78d(a,b);}a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a78m(0x85)]({'name':a78m(0x70),'usage':a78m(0x6f),'mustBeInMakaProject':!![],'shortDesc':a78m(0x90),'examples':[a78m(0x7f),'maka\x20jsdoc'],'validOpts':[]},function(){const n=a78m,a=a78e['join'](this[n(0x73)]['pathFromProject']({}),'docs'+a78e[n(0x86)]),b=a78e[n(0x87)](this[n(0x73)][n(0x8a)]({}),'config',n(0x77)),c=this['fsi'][n(0x8a)]({}),d=n(0x70);if(!this['isFile'](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',n(0x75)]},'source':{'includePattern':n(0x81),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[n(0x71),'app/node_modules','app/public',n(0x8e)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[n(0x7b)](b,JSON[n(0x82)](g,null,0x4));}const f=this[n(0x80)](n(0x8f)+d);try{const h=d+'\x20-c\x20'+b+n(0x91)+a78e[n(0x86)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0x8c)](n(0x8b)+a);}catch(i){this[n(0x8d)](i),this[n(0x8d)](n(0x7e));}finally{f[n(0x74)]();}});