@maka/maka-cli 5.1.15 → 5.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. package/bundle/obf/package.json +1 -2
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/profile.js +1 -1
  87. package/bundle/obf/src/commands/proxy.js +1 -1
  88. package/bundle/obf/src/commands/reconfig.js +1 -1
  89. package/bundle/obf/src/commands/register.js +1 -1
  90. package/bundle/obf/src/commands/run/_index.js +1 -1
  91. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/run/run.command.js +1 -1
  93. package/bundle/obf/src/commands/set/_index.js +1 -1
  94. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  95. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/set.command.js +1 -1
  97. package/bundle/obf/src/commands/ssh.js +1 -1
  98. package/bundle/obf/src/commands/ssl.js +1 -1
  99. package/bundle/obf/src/commands/testCmd/_index.js +1 -1
  100. package/bundle/obf/src/commands/testCmd/jest.sub.cmd.js +1 -1
  101. package/bundle/obf/src/commands/testCmd/mocha.sub.cmd.js +1 -1
  102. package/bundle/obf/src/commands/testCmd/test.command.js +1 -1
  103. package/bundle/obf/src/commands/undo.js +1 -1
  104. package/bundle/obf/src/commands/uninstall.js +1 -0
  105. package/bundle/obf/src/commands/version/_index.js +1 -1
  106. package/bundle/obf/src/commands/version/list.sub.cmd.js +1 -1
  107. package/bundle/obf/src/commands/version/use.sub.cmd.js +1 -1
  108. package/bundle/obf/src/commands/version/version.js +1 -1
  109. package/bundle/obf/src/error.js +1 -1
  110. package/bundle/obf/src/exec.js +1 -1
  111. package/bundle/obf/src/generator.js +1 -1
  112. package/bundle/obf/src/generators/_index.js +1 -1
  113. package/bundle/obf/src/generators/api.js +1 -1
  114. package/bundle/obf/src/generators/aws/_index.js +1 -1
  115. package/bundle/obf/src/generators/aws/aws.js +1 -1
  116. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  117. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  118. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  119. package/bundle/obf/src/generators/collection.js +1 -1
  120. package/bundle/obf/src/generators/component.js +1 -1
  121. package/bundle/obf/src/generators/config.js +1 -1
  122. package/bundle/obf/src/generators/dbc.js +1 -1
  123. package/bundle/obf/src/generators/dockerfile.js +1 -1
  124. package/bundle/obf/src/generators/hook.js +1 -1
  125. package/bundle/obf/src/generators/kits/_index.js +1 -1
  126. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  127. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  128. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  131. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  132. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  133. package/bundle/obf/src/generators/kits/kit.js +1 -1
  134. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  135. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  136. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  137. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  138. package/bundle/obf/src/generators/layout.js +1 -1
  139. package/bundle/obf/src/generators/maka.gen.js +1 -1
  140. package/bundle/obf/src/generators/methods.js +1 -1
  141. package/bundle/obf/src/generators/package.js +1 -1
  142. package/bundle/obf/src/generators/page.js +1 -1
  143. package/bundle/obf/src/generators/publish.js +1 -1
  144. package/bundle/obf/src/generators/route.js +1 -1
  145. package/bundle/obf/src/generators/service.js +1 -1
  146. package/bundle/obf/src/generators/services/_index.js +1 -1
  147. package/bundle/obf/src/generators/services/openssl.js +1 -1
  148. package/bundle/obf/src/generators/services/translation.js +1 -1
  149. package/bundle/obf/src/maka.js +1 -1
  150. package/bundle/obf/src/tool.js +1 -1
  151. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  152. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  153. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  154. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  155. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  156. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  157. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  158. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  159. package/bundle/obf/src/tools/https/https.class.js +1 -1
  160. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  161. package/bundle/obf/src/tools/log/log.class.js +1 -1
  162. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  163. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  164. package/bundle/obf/src/tools/options/options.class.js +1 -1
  165. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  166. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  167. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  168. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  169. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  170. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  171. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  172. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  173. package/package.json +1 -2
@@ -1 +1 @@
1
- var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1a2))/0x1+-parseInt(f(0x1b7))/0x2*(-parseInt(f(0x189))/0x3)+parseInt(f(0x180))/0x4*(-parseInt(f(0x186))/0x5)+parseInt(f(0x19f))/0x6*(-parseInt(f(0x1a6))/0x7)+-parseInt(f(0x18f))/0x8*(-parseInt(f(0x185))/0x9)+parseInt(f(0x19b))/0xa*(parseInt(f(0x1af))/0xb)+-parseInt(f(0x195))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xd59e3));function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x17f;var f=c[d];return f;},a58d(a,b);}var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1a7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x1b8)]()[h(0x182)]('(((.+)+)+)+$')[h(0x1b8)]()[h(0x1b0)](a58a)[h(0x182)](h(0x1b3));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size[i(0x191)],'category':Category[i(0x1b2)],'shape':Shape[i(0x190)],'color':Color[i(0x198)],'texture':Texture[i(0x197)],'rating':Rating[i(0x193)],'weight':0x1});}[a58j(0x1a3)](){var k=a58j;return this[k(0x1ab)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x191)],'category':Category[l(0x1b1)],'shape':Shape['Blade'],'color':Color[l(0x1b5)],'texture':Texture['Metallic'],'rating':Rating[l(0x193)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size['Large'],'category':Category['Weapon'],'shape':Shape[m(0x192)],'color':Color[m(0x1a5)],'texture':Texture['Metallic'],'rating':Rating['Rare'],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[n(0x199)],'shape':Shape[n(0x18a)],'color':Color[n(0x1b5)],'texture':Texture[n(0x1a8)],'rating':Rating[n(0x193)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x184)],'category':Category[o(0x19c)],'shape':Shape[o(0x190)],'color':Color[o(0x1b5)],'texture':Texture[o(0x1a8)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x191)],'category':Category[p(0x194)],'shape':Shape[p(0x190)],'color':Color[p(0x1b5)],'texture':Texture[p(0x1a8)],'rating':Rating[p(0x193)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x191)],'category':Category[q(0x181)],'shape':Shape[q(0x18a)],'color':Color[q(0x1a5)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x1a4)],'category':Category['Gloves'],'shape':Shape[r(0x18a)],'color':Color['Brown'],'texture':Texture[r(0x197)],'rating':Rating[r(0x193)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[s(0x1aa)],'shape':Shape['Rectangle'],'color':Color[s(0x1b5)],'texture':Texture[s(0x1a8)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[t(0x187)],'shape':Shape[t(0x190)],'color':Color[t(0x198)],'texture':Texture[t(0x197)],'rating':Rating[t(0x193)],'weight':0x0});}[a58j(0x1a3)](){var u=a58j;return u(0x188);}}export class Weapon extends Item{constructor(a,b){var v=a58j;super({'name':a,'description':b,'size':Size[v(0x191)],'category':Category[v(0x1b1)],'shape':Shape[v(0x18b)],'color':Color[v(0x1b5)],'texture':Texture[v(0x1a8)],'rating':Rating[v(0x193)],'weight':0x3});}[a58j(0x1a3)](){var w=a58j;return w(0x1ad);}}export class Book extends Item{[a58j(0x1a1)];[a58j(0x1a0)];[a58j(0x18d)];constructor(a,b=a58j(0x18c),c=a58j(0x1ac)){var x=a58j;super({'name':a,'description':b,'size':Size[x(0x191)],'category':Category[x(0x1b9)],'shape':Shape[x(0x190)],'color':Color[x(0x1a5)],'texture':Texture[x(0x197)],'rating':Rating[x(0x193)],'weight':0x1}),this[x(0x1a1)]=c,this[x(0x1a0)]=new Date(),this[x(0x18d)]=0x64;}[a58j(0x1a3)](){var y=a58j;return y(0x19e);}}function a58c(){var F=['Weapon','Unknown','(((.+)+)+)+$','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Grey','Holy\x20Grail','182ptucta','toString','Book','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','599576AZZEgT','Boots','search','Legendary','Large','6687RqpBQe','5HIiuBh','Key','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','33759QnLkIP','Circle','Blade','A\x20mysterious\x20book.','pageCount','Short\x20Sword','1384zABCJS','Rectangle','Medium','Rifle','Common','LegArmor','10246344WsYnyi','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Smooth','Yellow','Helmet','You\x20hold\x20the\x20','37780ReMfXa','BodyArmor','Gold','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','3894GvzkvC','publishDate','author','1192678rkesYh','use','Small','Brown','10003dLoRYJ','apply','Metallic','Cup','ArmArmor','description','Unknown\x20Author','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','name','1342FrFSdC','constructor'];a58c=function(){return F;};return a58c();}export class ShortSword extends Item{constructor(){var z=a58j;super({'name':z(0x18e),'description':z(0x17f),'size':Size[z(0x191)],'category':Category[z(0x1b1)],'shape':Shape['Blade'],'color':Color[z(0x1b5)],'texture':Texture[z(0x1a8)],'rating':Rating[z(0x193)],'weight':0x3});}[a58j(0x1a3)](){var A=a58j;return A(0x1ad);}}export class SniperRifle extends Item{constructor(){var B=a58j;super({'name':'Sniper\x20Rifle','description':'An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','size':Size[B(0x184)],'category':Category['Weapon'],'shape':Shape[B(0x192)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[B(0x193)],'weight':0x5});}['use'](){var C=a58j;return C(0x1b4);}}export class HolyGrail extends Item{constructor(){var D=a58j;super({'name':D(0x1b6),'description':D(0x1ba),'size':Size[D(0x1a4)],'category':Category[D(0x1a9)],'shape':Shape['Circle'],'color':Color[D(0x19d)],'texture':Texture[D(0x1a8)],'rating':Rating[D(0x183)],'weight':0x1});}[a58j(0x1a3)](){var E=a58j;return E(0x19a)+this[E(0x1ae)]+E(0x196);}}
1
+ var a58r=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x14b))/0x1*(-parseInt(f(0x137))/0x2)+parseInt(f(0x126))/0x3+-parseInt(f(0x145))/0x4*(-parseInt(f(0x136))/0x5)+-parseInt(f(0x143))/0x6+parseInt(f(0x144))/0x7+parseInt(f(0x151))/0x8+-parseInt(f(0x139))/0x9*(parseInt(f(0x132))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x3609a));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a['toString']()[g(0x13b)](g(0x12a))[g(0x14a)]()['constructor'](a58a)['search']('(((.+)+)+)+$');});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';function a58c(){var B=['Legendary','Book','2092280NYVwsf','Holy\x20Grail','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Large','Small','Metallic','Gold','Smooth','Boots','ArmArmor','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Common','51609CvEvkw','You\x20hold\x20the\x20','A\x20mysterious\x20book.','Rifle','(((.+)+)+)+$','Grey','Short\x20Sword','Rare','Blade','Rectangle','BodyArmor','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','50jmQqTU','Yellow','Unknown\x20Author','Circle','125WQfFmq','728142IiFwIl','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','829071HBacDY','use','search','Medium','Gloves','Sniper\x20Rifle','LegArmor','Weapon','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Tiny','2632614ecEPkz','2512776akNGnx','19028WQLTYR','author','Brown','\x20aloft,\x20feeling\x20its\x20immense\x20power.','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','toString','1nqLhjX','Cup','Helmet','publishDate'];a58c=function(){return B;};return a58c();}import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0x13c)],'category':Category['Unknown'],'shape':Shape['Rectangle'],'color':Color[h(0x133)],'texture':Texture[h(0x158)],'rating':Rating[h(0x125)],'weight':0x1});}['use'](){return this['description'];}}export class Sword extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Weapon'],'shape':Shape['Blade'],'color':Color['Grey'],'texture':Texture[i(0x156)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var j=a58d;super({'name':a,'description':b,'size':Size[j(0x154)],'category':Category[j(0x140)],'shape':Shape['Rifle'],'color':Color[j(0x147)],'texture':Texture[j(0x156)],'rating':Rating[j(0x12d)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size[k(0x13c)],'category':Category[k(0x14d)],'shape':Shape['Circle'],'color':Color['Grey'],'texture':Texture[k(0x156)],'rating':Rating[k(0x125)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size[l(0x154)],'category':Category[l(0x130)],'shape':Shape[l(0x12f)],'color':Color['Grey'],'texture':Texture[l(0x156)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size[m(0x13c)],'category':Category[m(0x13f)],'shape':Shape[m(0x12f)],'color':Color['Grey'],'texture':Texture[m(0x156)],'rating':Rating[m(0x125)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size[n(0x13c)],'category':Category[n(0x122)],'shape':Shape['Circle'],'color':Color['Brown'],'texture':Texture[n(0x158)],'rating':Rating[n(0x125)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var o=a58d;super({'name':a,'description':b,'size':Size[o(0x155)],'category':Category[o(0x13d)],'shape':Shape[o(0x135)],'color':Color[o(0x147)],'texture':Texture[o(0x158)],'rating':Rating[o(0x125)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[p(0x123)],'shape':Shape[p(0x12f)],'color':Color[p(0x12b)],'texture':Texture[p(0x156)],'rating':Rating[p(0x125)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size[q(0x142)],'category':Category['Key'],'shape':Shape[q(0x12f)],'color':Color[q(0x133)],'texture':Texture[q(0x158)],'rating':Rating[q(0x125)],'weight':0x0});}[a58r(0x13a)](){var s=a58r;return s(0x124);}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x122;var f=c[d];return f;},a58d(a,b);}export class Weapon extends Item{constructor(a,b){var t=a58r;super({'name':a,'description':b,'size':Size[t(0x13c)],'category':Category[t(0x140)],'shape':Shape[t(0x12e)],'color':Color[t(0x12b)],'texture':Texture[t(0x156)],'rating':Rating['Common'],'weight':0x3});}[a58r(0x13a)](){var u=a58r;return u(0x131);}}export class Book extends Item{[a58r(0x146)];[a58r(0x14e)];['pageCount'];constructor(a,b=a58r(0x128),c=a58r(0x134)){var v=a58r;super({'name':a,'description':b,'size':Size[v(0x13c)],'category':Category[v(0x150)],'shape':Shape[v(0x12f)],'color':Color['Brown'],'texture':Texture[v(0x158)],'rating':Rating[v(0x125)],'weight':0x1}),this['author']=c,this['publishDate']=new Date(),this['pageCount']=0x64;}[a58r(0x13a)](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var w=a58r;super({'name':w(0x12c),'description':w(0x138),'size':Size[w(0x13c)],'category':Category['Weapon'],'shape':Shape[w(0x12e)],'color':Color['Grey'],'texture':Texture[w(0x156)],'rating':Rating[w(0x125)],'weight':0x3});}[a58r(0x13a)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var x=a58r;super({'name':x(0x13e),'description':x(0x153),'size':Size[x(0x154)],'category':Category[x(0x140)],'shape':Shape[x(0x129)],'color':Color[x(0x147)],'texture':Texture[x(0x158)],'rating':Rating[x(0x125)],'weight':0x5});}['use'](){var y=a58r;return y(0x149);}}export class HolyGrail extends Item{constructor(){var z=a58r;super({'name':z(0x152),'description':z(0x141),'size':Size['Small'],'category':Category[z(0x14c)],'shape':Shape[z(0x135)],'color':Color[z(0x157)],'texture':Texture[z(0x156)],'rating':Rating[z(0x14f)],'weight':0x1});}[a58r(0x13a)](){var A=a58r;return A(0x127)+this['name']+A(0x148);}}
@@ -1 +1 @@
1
- const a60h=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x142))/0x1*(parseInt(f(0x146))/0x2)+parseInt(f(0x117))/0x3*(parseInt(f(0x137))/0x4)+-parseInt(f(0x12c))/0x5+parseInt(f(0x144))/0x6+parseInt(f(0x110))/0x7*(-parseInt(f(0xf7))/0x8)+-parseInt(f(0x12f))/0x9*(parseInt(f(0x106))/0xa)+parseInt(f(0x114))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xb94e0));function a60c(){const i=['release','drone','An\x20old\x20and\x20rusted\x20sword.','Gang\x20Insignia','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','key','rifle','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','outside','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','toString','Emblem\x20Shield','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','amulet','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Golden\x20Chalice','cup','Nothing\x20happens.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Corporate\x20Creditstick','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','constructor','Torture\x20Chamber','east','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','book','3420384dMUxSS','weapon','MCT\x20Fly-Spy','south','A\x20chalice\x20made\x20of\x20pure\x20gold.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','A\x20key\x20stained\x20with\x20old\x20blood.','NORTH','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\x20large\x20circular\x20room\x20with\x20four\x20doors.','Secret\x20Passage','Study','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','creditstick','10hYKIKx','Rigger\x27s\x20Workshop','Downtown\x20Seattle','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Entrance\x20Hall','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','A\x20clear\x20glass\x20vial.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','7Pdehwd','Courtyard','Watch\x20Tower','A\x20thin\x20log\x20book','42017932aZlmRN','Ares\x20Predator','That\x20passcode\x20is\x20incorrect','3pwIFsr','inside','search','Riddle\x20Book','Encrypted\x20Data\x20Key','Alchemy\x20Lab','The\x20chest\x20remains\x20firmly\x20shut.','Rusted\x20Sword','EAST','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Barrens\x20Hideout','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','down','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Sniper\x20Rifle','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','SOUTH','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','3141240FCWxaC','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','show\x20loyalty','12784437OeTvFs','Central\x20Chamber','document','A\x20creditstick\x20loaded\x20with\x20nuyen.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Jackpoint\x20Login','Central\x20Chamber\x20Key','1755160BmGJME','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','disenchant','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','open\x20sesame','The\x20legendary\x20Holy\x20Grail.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','north','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','west','Armory','250830IfsuMA','gem','1385070OVZCNk','insert\x20gem','10KtzuFD','A\x20long-range\x20weapon.','Mage\x27s\x20Lair','(((.+)+)+)+$','Corp\x20Enclave','Treasure\x20Room','Library','Amulet\x20of\x20Awakening','Chad\x20the\x20stupid\x20guard','Guard\x27s\x20Log\x20Book','OUTSIDE','basic','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Matrix\x20Data\x20Haven','Ancient\x20Gem','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.'];a60c=function(){return i;};return a60c();}function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xea;let f=c[d];return f;},a60d(a,b);}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const g=a60d;return a60a[g(0x163)]()[g(0x119)]('(((.+)+)+)+$')['toString']()[g(0xf2)](a60a)[g(0x119)](g(0x149));});a60a();export const rooms=[{'name':a60h(0x14c),'description':a60h(0x10f),'isStartRoom':!![],'items':[{'type':a60h(0x15c),'name':'Golden\x20Key','description':a60h(0x12d)},{'type':a60h(0xf6),'name':a60h(0x14f),'description':a60h(0x113),'content':a60h(0x14e)}],'exits':[{'direction':a60h(0x11f),'targetRoom':a60h(0x102)}]},{'name':a60h(0x102),'description':a60h(0xee),'exits':[{'direction':a60h(0xff),'targetRoom':a60h(0x14b),'keyRequired':'Golden\x20Key'},{'direction':a60h(0x12a),'targetRoom':a60h(0x111)}]},{'name':a60h(0x14b),'description':a60h(0xfc),'items':[{'type':'holyGrail','name':'Holy\x20Grail','description':a60h(0x13c)}]},{'name':a60h(0x111),'description':a60h(0x15b),'roomType':a60h(0x150),'exits':[{'direction':'UP','targetRoom':a60h(0x112)}]},{'name':'Watch\x20Tower','description':a60h(0x120),'roomType':a60h(0x150),'puzzle':{'requiredPhrase':'secret123','riddle':a60h(0xf1),'rewardItem':{'type':a60h(0x15d),'name':a60h(0x128),'description':a60h(0x147)},'successMessage':a60h(0x100),'failureMessage':a60h(0x116)}}];export const dungeonConfig=[{'name':a60h(0x10b),'description':a60h(0x10a),'isStartRoom':!![],'roomType':a60h(0x118),'puzzle':{'requiredPhrase':a60h(0x13b),'riddle':a60h(0x122),'rewardItem':{'type':'key','name':a60h(0x136),'description':a60h(0x133)},'successMessage':a60h(0x12b),'failureMessage':a60h(0xed)},'exits':[{'direction':a60h(0x13e),'targetRoom':a60h(0x103)},{'direction':a60h(0xf4),'targetRoom':a60h(0x130),'keyRequired':a60h(0x136)}]},{'name':a60h(0x103),'description':a60h(0x165),'roomType':'inside','items':[{'type':'book','name':a60h(0x11a),'description':a60h(0x124),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60h(0x15c),'name':a60h(0x136),'description':a60h(0x133)}],'exits':[{'direction':a60h(0xfa),'targetRoom':'Entrance\x20Hall'},{'direction':a60h(0xf4),'targetRoom':a60h(0x11c)}]},{'name':'Alchemy\x20Lab','description':a60h(0x162),'roomType':a60h(0x118),'items':[{'type':a60h(0x151),'name':'Empty\x20vial','description':a60h(0x10d)}],'exits':[{'direction':'west','targetRoom':a60h(0x103)},{'direction':a60h(0x13e),'targetRoom':a60h(0x141)}]},{'name':a60h(0x141),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a60h(0x118),'items':[{'type':'shield','name':a60h(0x164),'description':a60h(0x160)},{'type':'sword','name':a60h(0x11e),'description':a60h(0x159)}],'exits':[{'direction':a60h(0xfa),'targetRoom':'Alchemy\x20Lab'},{'direction':a60h(0xf4),'targetRoom':'Central\x20Chamber'}]},{'name':a60h(0x130),'description':a60h(0x101),'roomType':a60h(0x118),'exits':[{'direction':'west','targetRoom':a60h(0x141)},{'direction':a60h(0xfa),'targetRoom':a60h(0x10b)},{'direction':'north','targetRoom':'Torture\x20Chamber'},{'direction':a60h(0xf4),'targetRoom':a60h(0x14b)}]},{'name':a60h(0xf3),'description':a60h(0x10e),'roomType':'inside','items':[{'type':a60h(0x15c),'name':'Blood-stained\x20Key','description':a60h(0xfe)}],'puzzle':{'requiredPhrase':a60h(0x157),'riddle':a60h(0xf5),'rewardItem':{'type':a60h(0x143),'name':a60h(0x155),'description':a60h(0x15e)},'successMessage':a60h(0xef),'failureMessage':a60h(0x13a)},'exits':[{'direction':a60h(0xfa),'targetRoom':'Central\x20Chamber'}]},{'name':a60h(0x14b),'description':a60h(0x10c),'roomType':a60h(0x118),'puzzle':{'requiredPhrase':a60h(0x145),'riddle':a60h(0x161),'rewardItem':{'type':a60h(0xec),'name':a60h(0xeb),'description':a60h(0xfb)},'successMessage':a60h(0x126),'failureMessage':a60h(0x11d)},'exits':[{'direction':a60h(0x140),'targetRoom':a60h(0x130)}]}];export const shadowrunConfig=[{'name':a60h(0x135),'description':a60h(0x156),'isStartRoom':!![],'roomType':a60h(0x118),'exits':[{'direction':a60h(0x13e),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60h(0x154)}]},{'name':a60h(0x154),'description':a60h(0x127),'roomType':a60h(0x118),'puzzle':{'requiredPhrase':'decrypt','riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60h(0x15c),'name':a60h(0x11b),'description':a60h(0x125)},'successMessage':a60h(0x13d),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60h(0x123),'targetRoom':a60h(0x135)}]},{'name':a60h(0x108),'description':a60h(0x129),'roomType':a60h(0x15f),'exits':[{'direction':a60h(0xfa),'targetRoom':a60h(0x135)},{'direction':a60h(0xf4),'targetRoom':'Barrens\x20Entrance'},{'direction':a60h(0x140),'targetRoom':a60h(0x14a)}]},{'name':'Barrens\x20Entrance','description':a60h(0x109),'roomType':a60h(0x15f),'puzzle':{'requiredPhrase':a60h(0x12e),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60h(0x15c),'name':a60h(0x15a),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a60h(0x13f),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60h(0x140),'targetRoom':a60h(0x108)},{'direction':a60h(0x13e),'targetRoom':a60h(0x121)}]},{'name':a60h(0x14a),'description':'The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','roomType':a60h(0x118),'items':[{'type':a60h(0x105),'name':a60h(0xf0),'description':a60h(0x132)},{'type':a60h(0x131),'name':'CorpSec\x20Plans','description':a60h(0x138)}],'exits':[{'direction':a60h(0xf4),'targetRoom':a60h(0x108)}]},{'name':a60h(0x121),'description':a60h(0xfd),'roomType':a60h(0x15f),'items':[{'type':a60h(0xf8),'name':a60h(0x115),'description':a60h(0x104)}],'exits':[{'direction':a60h(0xfa),'targetRoom':'Barrens\x20Entrance'},{'direction':'north','targetRoom':'Mage\x27s\x20Lair'},{'direction':a60h(0xf4),'targetRoom':a60h(0x107)}]},{'name':a60h(0x148),'description':a60h(0x152),'roomType':a60h(0x118),'puzzle':{'requiredPhrase':a60h(0x139),'riddle':a60h(0xea),'rewardItem':{'type':a60h(0x166),'name':a60h(0x14d),'description':a60h(0x153)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':'The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.'},'exits':[{'direction':a60h(0xfa),'targetRoom':a60h(0x121)}]},{'name':'Rigger\x27s\x20Workshop','description':a60h(0x134),'roomType':a60h(0x118),'items':[{'type':a60h(0x158),'name':a60h(0xf9),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60h(0x140),'targetRoom':a60h(0x121)}]}];
1
+ function a60c(){const j=['book','decrypt','Golden\x20Chalice','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','show\x20loyalty','Chad\x20the\x20stupid\x20guard','rifle','Emblem\x20Shield','209951PovLts','Study','(((.+)+)+)+$','Blood-stained\x20Key','cup','The\x20legendary\x20Holy\x20Grail.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','That\x20passcode\x20is\x20incorrect','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','insert\x20gem','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','west','Matrix\x20Data\x20Haven','An\x20old\x20and\x20rusted\x20sword.','Holy\x20Grail','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Ancient\x20Gem','Secret\x20Passage','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','outside','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Treasure\x20Room','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Central\x20Chamber\x20Key','amulet','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','NORTH','A\x20thin\x20log\x20book','2IrrEMm','search','Sniper\x20Rifle','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Alchemy\x20Lab','Jackpoint\x20Login','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','249696mVMrPg','Library','release','78qMeNHp','weapon','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','inside','creditstick','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','CorpSec\x20Plans','Amulet\x20of\x20Awakening','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','key','sword','apply','Entrance\x20Hall','837448TPhepW','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Armory','434694VCWSeh','Barrens\x20Entrance','Gang\x20Insignia','EAST','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Golden\x20Key','603072lGgDXZ','Guard\x27s\x20Log\x20Book','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','MCT\x20Fly-Spy','Rigger\x27s\x20Workshop','constructor','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','holyGrail','101615rNcMYc','152qdLufd','east','north','Nothing\x20happens.','Ares\x20Predator','A\x20creditstick\x20loaded\x20with\x20nuyen.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Central\x20Chamber','shield','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','down','The\x20chest\x20remains\x20firmly\x20shut.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Torture\x20Chamber','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','south','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','secret123','Mage\x27s\x20Lair','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Rusted\x20Sword','A\x20clear\x20glass\x20vial.','Watch\x20Tower','6653850sDlhai','Riddle\x20Book','toString','OUTSIDE','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Downtown\x20Seattle','Barrens\x20Hideout','gem','A\x20chalice\x20made\x20of\x20pure\x20gold.','disenchant','Courtyard'];a60c=function(){return j;};return a60c();}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x10a))/0x1+parseInt(f(0x103))/0x2*(parseInt(f(0x11f))/0x3)+parseInt(f(0x11b))/0x4+parseInt(f(0x12e))/0x5*(-parseInt(f(0x10d))/0x6)+parseInt(f(0x15c))/0x7*(parseInt(f(0x12f))/0x8)+parseInt(f(0x125))/0x9+-parseInt(f(0x147))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x4bfcf));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x119)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x149)]()[h(0x104)](h(0x15e))['toString']()[h(0x12a)](a60a)[h(0x104)]('(((.+)+)+)+$');});function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xfb;let f=c[d];return f;},a60d(a,b);}a60a();export const rooms=[{'name':a60i(0x10b),'description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':a60i(0x117),'name':a60i(0x124),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':'book','name':a60i(0x126),'description':a60i(0x102),'content':a60i(0x159)}],'exits':[{'direction':a60i(0x122),'targetRoom':a60i(0x16e)}]},{'name':'Secret\x20Passage','description':a60i(0x135),'exits':[{'direction':a60i(0x101),'targetRoom':a60i(0xfc),'keyRequired':a60i(0x124)},{'direction':'SOUTH','targetRoom':'Courtyard'}]},{'name':a60i(0xfc),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x12d),'name':a60i(0x16b),'description':a60i(0x161)}]},{'name':a60i(0x151),'description':a60i(0x13f),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a60i(0x146),'description':a60i(0x11d),'roomType':a60i(0x14a),'puzzle':{'requiredPhrase':a60i(0x141),'riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60i(0x15a),'name':a60i(0x105),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x12c),'failureMessage':a60i(0x163)}}];export const dungeonConfig=[{'name':a60i(0x11a),'description':a60i(0x143),'isStartRoom':!![],'roomType':a60i(0x110),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0x109),'rewardItem':{'type':'key','name':'Central\x20Chamber\x20Key','description':a60i(0xfd)},'successMessage':a60i(0xfb),'failureMessage':a60i(0x132)},'exits':[{'direction':a60i(0x131),'targetRoom':'Study'},{'direction':a60i(0x130),'targetRoom':a60i(0x136),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0x15d),'description':a60i(0x16c),'roomType':a60i(0x110),'items':[{'type':a60i(0x152),'name':a60i(0x148),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x112)},{'type':a60i(0x117),'name':a60i(0xfe),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x13e),'targetRoom':a60i(0x11a)},{'direction':a60i(0x130),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0x107),'description':a60i(0x162),'roomType':a60i(0x110),'items':[{'type':'basic','name':'Empty\x20vial','description':a60i(0x145)}],'exits':[{'direction':a60i(0x168),'targetRoom':a60i(0x15d)},{'direction':'north','targetRoom':a60i(0x11e)}]},{'name':a60i(0x11e),'description':a60i(0x127),'roomType':a60i(0x110),'items':[{'type':a60i(0x137),'name':a60i(0x15b),'description':a60i(0x13b)},{'type':a60i(0x118),'name':a60i(0x144),'description':a60i(0x16a)}],'exits':[{'direction':a60i(0x13e),'targetRoom':a60i(0x107)},{'direction':a60i(0x130),'targetRoom':a60i(0x136)}]},{'name':a60i(0x136),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a60i(0x110),'exits':[{'direction':a60i(0x168),'targetRoom':a60i(0x11e)},{'direction':a60i(0x13e),'targetRoom':a60i(0x11a)},{'direction':a60i(0x131),'targetRoom':a60i(0x13c)},{'direction':a60i(0x130),'targetRoom':'Treasure\x20Room'}]},{'name':'Torture\x20Chamber','description':a60i(0x11c),'roomType':a60i(0x110),'items':[{'type':'key','name':a60i(0x15f),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x10c),'riddle':a60i(0x100),'rewardItem':{'type':a60i(0x14e),'name':a60i(0x16d),'description':a60i(0x14b)},'successMessage':a60i(0x10f),'failureMessage':a60i(0x106)},'exits':[{'direction':'south','targetRoom':'Central\x20Chamber'}]},{'name':a60i(0xfc),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':'inside','puzzle':{'requiredPhrase':a60i(0x166),'riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60i(0x160),'name':a60i(0x154),'description':a60i(0x14f)},'successMessage':a60i(0x115),'failureMessage':a60i(0x13a)},'exits':[{'direction':a60i(0x168),'targetRoom':a60i(0x136)}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a60i(0x116),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':a60i(0x131),'targetRoom':a60i(0x14c)},{'direction':'up','targetRoom':a60i(0x169)}]},{'name':a60i(0x169),'description':a60i(0x167),'roomType':a60i(0x110),'puzzle':{'requiredPhrase':a60i(0x153),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60i(0x117),'name':'Encrypted\x20Data\x20Key','description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60i(0x139),'targetRoom':a60i(0x108)}]},{'name':'Downtown\x20Seattle','description':a60i(0x170),'roomType':a60i(0x171),'exits':[{'direction':'south','targetRoom':a60i(0x108)},{'direction':'east','targetRoom':a60i(0x120)},{'direction':'west','targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x120),'description':a60i(0x13d),'roomType':a60i(0x171),'puzzle':{'requiredPhrase':a60i(0x158),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':'key','name':a60i(0x121),'description':a60i(0x156)},'successMessage':a60i(0x123),'failureMessage':a60i(0x155)},'exits':[{'direction':a60i(0x168),'targetRoom':'Downtown\x20Seattle'},{'direction':a60i(0x131),'targetRoom':'Barrens\x20Hideout'}]},{'name':'Corp\x20Enclave','description':'The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','roomType':a60i(0x110),'items':[{'type':a60i(0x111),'name':'Corporate\x20Creditstick','description':a60i(0x134)},{'type':'document','name':a60i(0x113),'description':a60i(0x138)}],'exits':[{'direction':a60i(0x130),'targetRoom':'Downtown\x20Seattle'}]},{'name':'Barrens\x20Hideout','description':a60i(0x157),'roomType':a60i(0x171),'items':[{'type':a60i(0x10e),'name':a60i(0x133),'description':a60i(0x165)}],'exits':[{'direction':a60i(0x13e),'targetRoom':'Barrens\x20Entrance'},{'direction':a60i(0x131),'targetRoom':a60i(0x142)},{'direction':'east','targetRoom':a60i(0x129)}]},{'name':a60i(0x142),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x110),'puzzle':{'requiredPhrase':a60i(0x150),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a60i(0xff),'name':a60i(0x114),'description':a60i(0x12b)},'successMessage':a60i(0x16f),'failureMessage':a60i(0x140)},'exits':[{'direction':a60i(0x13e),'targetRoom':a60i(0x14d)}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x164),'roomType':a60i(0x110),'items':[{'type':'drone','name':a60i(0x128),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x168),'targetRoom':'Barrens\x20Hideout'}]}];
@@ -1 +1 @@
1
- function a61c(){var j=['search','unlockItemOrSolution','216313McjDpm','isLockable','370lRkwzf','_inventory','_equipment','635NSBzPE','_maxCarryingWeight','rooms','isStartRoom','texture','40YSVgsn','roomType','apply','_logger','toString','342749SKBkRL','_currentLocation','inventory','88137BorTkW','color','size','79516riqeef','16GpqwxG','uuid','exits','isLocked','roomB','(((.+)+)+)+$','description','constructor','name','_playerName','puzzle','8898DGwEpw','logger','157311EUrmVT','3585menPzR'];a61c=function(){return j;};return a61c();}var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0xad))/0x1+parseInt(f(0xaf))/0x2*(-parseInt(f(0xaa))/0x3)+parseInt(f(0xc2))/0x4+-parseInt(f(0xb2))/0x5*(-parseInt(f(0xa7))/0x6)+parseInt(f(0xa9))/0x7+parseInt(f(0xc3))/0x8*(parseInt(f(0xbf))/0x9)+-parseInt(f(0xb7))/0xa*(parseInt(f(0xbc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x1d831));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0xb9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a['toString']()['search']('(((.+)+)+)+$')[h(0xbb)]()[h(0xa3)](a61a)[h(0xab)](h(0xa1));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0xb4)];['player'];[a61i(0xa8)];['characterLocations'];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0xa0;var f=c[d];return f;},a61d(a,b);}export class AbstractRoom extends EventEmitter{[a61i(0xa4)];[a61i(0xa2)];[a61i(0xc5)];[a61i(0xbe)];[a61i(0xa6)];[a61i(0xb8)];[a61i(0xb5)];}export class AbstractDoor{['roomA'];[a61i(0xa0)];[a61i(0xc6)];[a61i(0xac)];['name'];[a61i(0xa8)];[a61i(0xae)];}export class AbstractInventory{['items'];[a61i(0xa8)];}export class AbstractItem{[a61i(0xc4)];[a61i(0xa4)];['description'];[a61i(0xc1)];['category'];['shape'];[a61i(0xc0)];[a61i(0xb6)];['rating'];['weight'];}export class AbstractPlayer{[a61i(0xa5)];[a61i(0xbd)];[a61i(0xb0)];[a61i(0xb1)];[a61i(0xb3)];[a61i(0xba)];}export class AbstractPuzzle{[a61i(0xa8)];['solved'];}
1
+ var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x17b))/0x1+-parseInt(f(0x182))/0x2*(-parseInt(f(0x18d))/0x3)+parseInt(f(0x174))/0x4+parseInt(f(0x191))/0x5+parseInt(f(0x17f))/0x6*(-parseInt(f(0x192))/0x7)+parseInt(f(0x196))/0x8*(parseInt(f(0x172))/0x9)+-parseInt(f(0x188))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x87dd8));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var g=a61d;return a61a[g(0x18a)]()[g(0x189)](g(0x180))[g(0x18a)]()['constructor'](a61a)[g(0x189)](g(0x180));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x181)];[a61h(0x193)];[a61h(0x184)];['characterLocations'];}export class AbstractRoom extends EventEmitter{['name'];[a61h(0x185)];['exits'];['inventory'];[a61h(0x183)];[a61h(0x18c)];[a61h(0x186)];}export class AbstractDoor{['roomA'];[a61h(0x177)];[a61h(0x171)];[a61h(0x17c)];[a61h(0x187)];[a61h(0x184)];[a61h(0x17e)];}export class AbstractInventory{[a61h(0x18b)];[a61h(0x184)];}export class AbstractItem{[a61h(0x173)];[a61h(0x187)];[a61h(0x185)];[a61h(0x18e)];[a61h(0x195)];[a61h(0x190)];[a61h(0x176)];[a61h(0x17a)];[a61h(0x194)];[a61h(0x175)];}function a61c(){var i=['player','rating','category','2723576XfipAd','_equipment','isLocked','27KYoBzs','uuid','1562164bYeqbL','weight','color','roomB','_inventory','_maxCarryingWeight','texture','333333NsHBao','unlockItemOrSolution','_playerName','isLockable','1491186hhnTfQ','(((.+)+)+)+$','rooms','18102vcBNam','puzzle','logger','description','isStartRoom','name','6678830mGzQbh','search','toString','items','roomType','273pJBRZS','size','_logger','shape','1581605ohGZWD','28UfHhNg'];a61c=function(){return i;};return a61c();}export class AbstractPlayer{[a61h(0x17d)];['_currentLocation'];[a61h(0x178)];[a61h(0x197)];[a61h(0x179)];[a61h(0x18f)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x171;var f=c[d];return f;},a61d(a,b);}export class AbstractPuzzle{[a61h(0x184)];['solved'];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x173))/0x1+parseInt(k(0x14b))/0x2*(-parseInt(k(0x181))/0x3)+-parseInt(k(0x15f))/0x4*(-parseInt(k(0x129))/0x5)+-parseInt(k(0x12e))/0x6*(parseInt(k(0x153))/0x7)+-parseInt(k(0x177))/0x8*(-parseInt(k(0x158))/0x9)+-parseInt(k(0x163))/0xa*(parseInt(k(0x137))/0xb)+parseInt(k(0x145))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x31271));export var Size;(function(a){var l=a62d;a[l(0x17a)]=l(0x184),a[l(0x140)]=l(0x150),a['Medium']=l(0x14d),a[l(0x172)]=l(0x175),a[l(0x166)]=l(0x14f);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a['Common']=m(0x144),a['Rare']='rare',a[m(0x174)]=m(0x15e);}(Rating||(Rating={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x127;var f=c[d];return f;},a62d(a,b);}export var Category;(function(a){var n=a62d;a[n(0x135)]=n(0x15d),a[n(0x131)]=n(0x13c),a['Key']=n(0x127),a[n(0x143)]=n(0x154),a[n(0x185)]=n(0x15a),a['Hat']=n(0x179),a[n(0x13f)]='boots',a['LegArmor']='leg\x20armor',a[n(0x17c)]=n(0x18b),a[n(0x162)]=n(0x12c),a['Book']=n(0x188),a[n(0x170)]=n(0x167),a['Unknown']='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a['Circle']=o(0x164),a[o(0x13b)]=o(0x160),a['Triangle']=o(0x16b),a[o(0x180)]='rectangle',a[o(0x14a)]=o(0x136),a[o(0x156)]=o(0x133);}(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(0x146)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a62d;return e[q(0x12f)]()[q(0x16f)](q(0x152))[q(0x12f)]()[q(0x15c)](e)[q(0x16f)]('(((.+)+)+)+$');});e(),c[r(0x159)]='red',c[r(0x16e)]='blue',c[r(0x183)]=r(0x132),c[r(0x149)]=r(0x130),c[r(0x14c)]=r(0x17f),c[r(0x14e)]=r(0x18c),c[r(0x187)]=r(0x141),c[r(0x151)]=r(0x182),c[r(0x15b)]='gold';}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a['Smooth']=s(0x13e),a[s(0x186)]=s(0x18a),a[s(0x16a)]=s(0x18e),a[s(0x17b)]=s(0x12b),a[s(0x139)]=s(0x169),a[s(0x12d)]=s(0x16d);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x155)]='inside',a[t(0x161)]='outside',a[t(0x176)]=t(0x147),a[t(0x148)]=t(0x128),a[t(0x18d)]='tower',a[t(0x165)]=t(0x12a),a[t(0x17d)]='desert',a[t(0x189)]=t(0x138),a[t(0x17e)]='beach',a[t(0x178)]=t(0x16c);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a['NORTH']='north',a[u(0x13d)]=u(0x142),a[u(0x134)]=u(0x168),a[u(0x157)]='west',a['UP']='up',a[u(0x13a)]=u(0x171);}(Direction||(Direction={})));function a62c(){var v=['Helmet','Rough','Grey','book','MOUNTAIN','rough','arm\x20armor','purple','TOWER','bumpy','key','cave','255995Tcsdqu','forest','fuzzy','body\x20armor','Metallic','6NyBGmm','toString','yellow','Shield','green','rifle','SOUTH','Weapon','blade','3487SbjOTZ','mountain','Grainy','DOWN','Square','shield','EAST','smooth','Boots','Small','grey','east','Gloves','common','5473200ppwXjw','apply','underground','CAVE','Yellow','Blade','6opTeeQ','Orange','medium','Purple','very\x20large','small','Brown','(((.+)+)+)+$','163786woLmys','gloves','INSIDE','Rifle','WEST','2235618ufxtXc','Red','helmet','Gold','constructor','weapon','legendary','4VmJOdM','square','OUTSIDE','BodyArmor','3470mICkrI','circle','FOREST','VeryLarge','cup','south','grainy','Bumpy','triangle','sea','metallic','Blue','search','Cup','down','Large','27354NjTVMx','Legendary','large','UNDERGROUND','8pqEKSD','SEA','hat','Tiny','Fuzzy','ArmArmor','DESERT','BEACH','orange','Rectangle','393621jApIIc','brown','Green','tiny'];a62c=function(){return v;};return a62c();}
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x119))/0x1*(-parseInt(k(0xcb))/0x2)+-parseInt(k(0x105))/0x3+-parseInt(k(0x102))/0x4*(-parseInt(k(0xdc))/0x5)+-parseInt(k(0x114))/0x6+parseInt(k(0xd9))/0x7+-parseInt(k(0xcf))/0x8+parseInt(k(0x10c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xda68e));function a62c(){var v=['UNDERGROUND','constructor','Gloves','Tiny','green','3046628EEByps','NORTH','beach','203679fIcfrz','rare','Blue','gold','SEA','body\x20armor','CAVE','22060116GEDwYD','(((.+)+)+)+$','Grey','grainy','large','arm\x20armor','DOWN','west','3475608CteNNZ','Weapon','Square','ArmArmor','tower','1mjyein','Legendary','Brown','small','mountain','boots','purple','Yellow','Large','Rough','legendary','very\x20large','Helmet','apply','south','3305410NHhIsg','unknown','INSIDE','hat','9784712lTeZBz','Circle','search','OUTSIDE','FOREST','WEST','smooth','Gold','orange','Rectangle','8433460DjcTkd','Rare','helmet','5ySmJZw','Orange','EAST','grey','Grainy','LegArmor','blade','Hat','east','Small','blue','Green','rough','cave','rifle','common','inside','Rifle','tiny','book','red','triangle','MOUNTAIN','key','Key','toString','forest','yellow','Bumpy','Metallic','Fuzzy','Purple','Shield'];a62c=function(){return v;};return a62c();}export var Size;(function(a){var l=a62d;a[l(0x100)]=l(0xee),a[l(0xe5)]=l(0x11c),a['Medium']='medium',a[l(0x121)]=l(0x110),a['VeryLarge']=l(0x124);}(Size||(Size={})));export var Rating;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xc8;var f=c[d];return f;},a62d(a,b);}(function(a){var m=a62d;a['Common']=m(0xeb),a[m(0xda)]=m(0x106),a[m(0x11a)]=m(0x123);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x115)]='weapon',a[n(0xfc)]='shield',a[n(0xf4)]=n(0xf3),a[n(0xff)]='gloves',a[n(0xc8)]=n(0xdb),a[n(0xe3)]=n(0xce),a['Boots']=n(0x11e),a[n(0xe1)]='leg\x20armor',a[n(0x117)]=n(0x111),a['BodyArmor']=n(0x10a),a['Book']=n(0xef),a['Cup']='cup',a['Unknown']=n(0xcc);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0xd0)]='circle',a[o(0x116)]='square',a['Triangle']=o(0xf1),a[o(0xd8)]='rectangle',a['Blade']=o(0xe2),a[o(0xed)]=o(0xea);}(Shape||(Shape={})));export var Color;(function(c){var r=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var p=a62d;if(h){var j=h[p(0xc9)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a62d;return e['toString']()[q(0xd1)]('(((.+)+)+)+$')[q(0xf5)]()[q(0xfe)](e)[q(0xd1)](q(0x10d));});e(),c['Red']=r(0xf0),c[r(0x107)]=r(0xe6),c[r(0xe7)]=r(0x101),c[r(0x120)]=r(0xf7),c[r(0xdd)]=r(0xd7),c[r(0xfb)]=r(0x11f),c[r(0x10e)]=r(0xdf),c[r(0x11b)]='brown',c[r(0xd6)]=r(0x108);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a['Smooth']=s(0xd5),a[s(0x122)]=s(0xe8),a[s(0xf8)]='bumpy',a[s(0xfa)]='fuzzy',a[s(0xe0)]=s(0x10f),a[s(0xf9)]='metallic';}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0xcd)]=t(0xec),a[t(0xd2)]='outside',a[t(0xfd)]='underground',a[t(0x10b)]=t(0xe9),a['TOWER']=t(0x118),a[t(0xd3)]=t(0xf6),a['DESERT']='desert',a[t(0xf2)]=t(0x11d),a['BEACH']=t(0x104),a[t(0x109)]='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x103)]='north',a[u(0xde)]=u(0xe4),a['SOUTH']=u(0xca),a[u(0xd4)]=u(0x113),a['UP']='up',a[u(0x112)]='down';}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x11c))/0x1+parseInt(f(0x119))/0x2*(-parseInt(f(0x114))/0x3)+parseInt(f(0x11e))/0x4*(-parseInt(f(0x122))/0x5)+parseInt(f(0x11b))/0x6+-parseInt(f(0x113))/0x7*(parseInt(f(0x115))/0x8)+parseInt(f(0x118))/0x9*(parseInt(f(0x11a))/0xa)+parseInt(f(0x120))/0xb*(-parseInt(f(0x11f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x7c03b));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x116)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0x121)](h(0x11d))['toString']()[h(0x117)](a63a)[h(0x121)](h(0x11d));});a63a();function a63c(){var i=['search','155jkNCLE','125517wBSCdg','246021RTyRuZ','104CXJpRN','apply','constructor','4770DpnLpo','10KWrKnM','18950ykUVWg','2702346gAveBD','630305CvyKyW','(((.+)+)+)+$','24556gJlzrc','16284TqXGFq','6028UmKJao'];a63c=function(){return i;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x113;var f=c[d];return f;},a63d(a,b);}export{};
1
+ function a63c(){var h=['2AZryoB','392143HpuHkJ','6VPfIGN','706604BINfYw','toString','5OFSXUJ','10WhGQAa','2956288FokuLC','(((.+)+)+)+$','search','2886849sNQRUU','720549XeXhDG','33300RJRMPO','626382wDiyMM','407ETFsPr'];a63c=function(){return h;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xf3;var f=c[d];return f;},a63d(a,b);}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xf5))/0x1*(parseInt(f(0xf4))/0x2)+parseInt(f(0x101))/0x3+parseInt(f(0xf7))/0x4*(parseInt(f(0xf9))/0x5)+-parseInt(f(0xf6))/0x6*(-parseInt(f(0xfe))/0x7)+-parseInt(f(0xfb))/0x8+-parseInt(f(0xff))/0x9*(-parseInt(f(0xfa))/0xa)+parseInt(f(0xf3))/0xb*(parseInt(f(0x100))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x3571d));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0xf8)]()[g(0xfd)](g(0xfc))['toString']()['constructor'](a63a)[g(0xfd)](g(0xfc));});a63a();export{};
@@ -1 +1 @@
1
- function a64c(){var i=['14ZKFbUL','2841980lpgPqh','(((.+)+)+)+$','9tDsWcv','775122bUiEGc','toString','987114pHZSln','2791320tWtILX','8XlcjvM','15449XMTynq','2757448yiKXpR','1605464FJxVjf','constructor','search','apply'];a64c=function(){return i;};return a64c();}function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x16b;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x178))/0x1*(parseInt(f(0x177))/0x2)+-parseInt(f(0x175))/0x3+parseInt(f(0x16b))/0x4+parseInt(f(0x176))/0x5+parseInt(f(0x173))/0x6*(parseInt(f(0x16f))/0x7)+parseInt(f(0x179))/0x8*(-parseInt(f(0x172))/0x9)+-parseInt(f(0x170))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x4e95b));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x16e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x174)]()[h(0x16d)](h(0x171))[h(0x174)]()[h(0x16c)](a64a)[h(0x16d)](h(0x171));});a64a();export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x1ad))/0x1*(-parseInt(f(0x1b6))/0x2)+-parseInt(f(0x1ab))/0x3*(-parseInt(f(0x1b8))/0x4)+-parseInt(f(0x1b7))/0x5*(parseInt(f(0x1ac))/0x6)+-parseInt(f(0x1ae))/0x7+-parseInt(f(0x1b9))/0x8*(-parseInt(f(0x1b2))/0x9)+-parseInt(f(0x1b3))/0xa*(-parseInt(f(0x1b0))/0xb)+-parseInt(f(0x1af))/0xc*(-parseInt(f(0x1b4))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x1cc45));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x1ba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x1b5)]()[h(0x1a9)]('(((.+)+)+)+$')[h(0x1b5)]()[h(0x1b1)](a64a)[h(0x1a9)](h(0x1aa));});function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x1a9;var f=c[d];return f;},a64d(a,b);}function a64c(){var i=['16cKcSkE','739352hpzpde','apply','search','(((.+)+)+)+$','54066uRWWIe','444uXLRbB','177231uwASvQ','695716kzwMMx','3481068TsHrcf','11jeeTTu','constructor','18aTtVnK','188910LCRhKS','13XYmtSk','toString','2iPqSGW','11585lOmaKA'];a64c=function(){return i;};return a64c();}a64a();export{};
@@ -1 +1 @@
1
- function a65c(){const I=['setContent','size','\x20Map\x20','feet','log','32144FVlgla','append','forEach','currentLocation','exit','Thanks\x20for\x20playing!','equip','\x0aThere\x20are\x20no\x20exits\x20here.','482824Foypyi','<<<<<<<<---------\x20Terminating\x20game','100%','45%','getWelcomeMessage','75%','5635663chxtCf','Your\x20items\x20will\x20be\x20listed\x20here...','22juGUPs','Head:\x20','rightHand','checkIfLocked','box','apply','Side\x20Quest\x20Adventure\x20Game','----->>>>>>\x20Initializing\x20Game','toString','13668xiHyfh','Available\x20exits\x20will\x20be\x20shown\x20here...','4839150RCpcsZ','\x20Equipment\x20','mousemove','\x20(Locked)','25%','join','parse','Gloves:\x20','9QaKDID','unlock','getInstance','\x20(Unlocked)','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','argv','handleInput','line','90%','arms','getOtherSide','name','roomType','4owXHDi','constructor','render','removeAllListeners','20%','equipment','2378405houEOc','C-c','slice','65203sNYhBB','logFilePath','\x20Inventory\x20','torso','pushLine','gloves','textbox','(((.+)+)+)+$','getValue','lock','exits','984BlbRHE','Feet:\x20','leftHand','write','player','split','inventory','10%','None','Currently\x20in:\x20','Legs:\x20','focus','legs','head','yellow','Right\x20Hand:\x20'];a65c=function(){return I;};return a65c();}const a65H=a65d;function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0xaa;let f=c[d];return f;},a65d(a,b);}(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0xd1))/0x1*(-parseInt(y(0x101))/0x2)+-parseInt(y(0xb1))/0x3+parseInt(y(0xc8))/0x4*(parseInt(y(0xce))/0x5)+-parseInt(y(0xdc))/0x6*(-parseInt(y(0xf1))/0x7)+-parseInt(y(0xf9))/0x8*(parseInt(y(0xbb))/0x9)+-parseInt(y(0xb3))/0xa+parseInt(y(0xff))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x73fa5));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0xad)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0xb0)]()['search'](A(0xd8))[A(0xb0)]()[A(0xc9)](g)['search'](A(0xd8));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':B(0xae)}),i=a65e[B(0xac)]({'top':'0%','left':B(0xfe),'width':B(0xb7),'height':'45%','border':{'type':'line'},'label':B(0xd3),'content':B(0x100),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xea)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()['map'](v=>v[C(0xc6)]);i[C(0xec)](u[C(0xb8)]('\x0a')),h[C(0xca)]();};h['append'](i);const k=a65e[B(0xac)]({'top':B(0xfc),'left':'75%','width':B(0xb7),'height':B(0xb7),'border':{'type':B(0xc2)},'label':B(0xb4),'content':B(0xbf),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xea)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xf2)](k);const l=t=>{const D=B;k[D(0xec)](D(0x102)+(t['head']?t[D(0xe9)][D(0xc6)]:D(0xe4))+'\x0a'+('Torso:\x20'+(t[D(0xd4)]?t['torso'][D(0xc6)]:'None')+'\x0a')+(D(0xe6)+(t[D(0xe8)]?t[D(0xe8)]['name']:D(0xe4))+'\x0a')+(D(0xdd)+(t['feet']?t[D(0xef)][D(0xc6)]:'None')+'\x0a')+('Arms:\x20'+(t[D(0xc4)]?t[D(0xc4)][D(0xc6)]:D(0xe4))+'\x0a')+(D(0xba)+(t[D(0xd6)]?t[D(0xd6)][D(0xc6)]:'None')+'\x0a')+('Left\x20Hand:\x20'+(t['leftHand']?t[D(0xde)][D(0xc6)]:D(0xe4))+'\x0a')+(D(0xeb)+(t[D(0xaa)]?t[D(0xaa)][D(0xc6)]:D(0xe4))+'\x0a')),h[D(0xca)]();},m=a65e[B(0xac)]({'top':'70%','left':'75%','width':B(0xb7),'height':B(0xcc),'border':{'type':B(0xc2)},'label':B(0xee),'content':B(0xb2),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xea)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xf2)](m);const n=t=>{const E=B;let u=E(0xe5)+t['name']+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[E(0xdb)][E(0xed)]>0x0?t['exits'][E(0xf3)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0xc5)](t);x[F(0xc7)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v['name'];if(v[F(0xab)]())u+=F(0xb6);else v['checkIfLockable']()&&(u+=F(0xbe));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0xf8),m[E(0xec)](u),h[E(0xca)]();},o=a65e[B(0xac)]({'id':'logBox','top':'0%','left':'0%','width':B(0xfe),'height':B(0xc3),'border':{'type':B(0xc2)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xea)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0xcb)](B(0xb5)),h[B(0xf2)](o);const p=a65e[B(0xd7)]({'bottom':0x0,'left':0x0,'width':B(0xfb),'height':B(0xe3),'tags':!![],'border':{'type':B(0xc2)},'style':{'fg':'white','border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h['key'](['escape',B(0xcf)],()=>process[B(0xf5)](0x0)),p[B(0xe7)](),h[B(0xca)]();const q=Logger[B(0xbd)](e[B(0xd2)],h),r=new Player({'playerName':c});q[B(0xdf)](B(0xaf));const s=a65f[B(0xbd)](r,d);o[B(0xec)](s[B(0xfd)]()),l(s[B(0xe0)][B(0xcd)]),j(s[B(0xe0)][B(0xe2)]),n(s[B(0xe0)][B(0xf4)]),p['key'](['enter'],async()=>{const G=B,t=p[G(0xd9)](),u=s[G(0xc1)](t);(t[G(0xe1)]('\x20')[0x0]==='take'||G(0xf7)||'unequip')&&(j(s[G(0xe0)]['inventory']),l(s['player'][G(0xcd)])),(t[G(0xe1)]('\x20')[0x0]==='go'||G(0xda)||G(0xbc))&&n(s[G(0xe0)]['currentLocation']),t[G(0xe1)]('\x20')[0x0]==='clear'&&o[G(0xec)](''),u===null&&(console[G(0xf0)](G(0xf6)),h[G(0xca)](),q[G(0xdf)](G(0xfa)),process[G(0xf5)](0x0)),o[G(0xd5)](u),o['scroll'](0x1),p['clearValue'](),p['focus'](),h['render']();});}catch(t){console['log'](t),process[B(0xf5)](0x1);}}const args=process[a65H(0xc0)][a65H(0xd0)](0x2);main(args[0x0],JSON[a65H(0xb9)](args[0x1]),JSON[a65H(0xb9)](args[0x2]));
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x157))/0x1+-parseInt(y(0x132))/0x2*(parseInt(y(0x180))/0x3)+parseInt(y(0x16e))/0x4*(-parseInt(y(0x173))/0x5)+-parseInt(y(0x179))/0x6+parseInt(y(0x168))/0x7*(-parseInt(y(0x165))/0x8)+parseInt(y(0x158))/0x9+parseInt(y(0x182))/0xa*(parseInt(y(0x188))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xecd4d));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';function a65c(){const I=['append','apply','checkIfLockable','focus','15144dMhrzg','toString','5771930RxgjaA','\x20Equipment\x20','\x20Game\x20Log\x20','Side\x20Quest\x20Adventure\x20Game','None','search','66bLyboE','\x20(Locked)','torso','argv','key','enter','leftHand','exit','20%','getWelcomeMessage','forEach','lock','632XOMLLv','exits','Legs:\x20','90%','legs','rightHand','feet','10%','split','Left\x20Hand:\x20','cyan','Arms:\x20','box','checkIfLocked','yellow','----->>>>>>\x20Initializing\x20Game','setContent','\x20Inventory\x20','parse','inventory','OUTSIDE','write','mousemove','Your\x20items\x20will\x20be\x20listed\x20here...','gloves','unequip','-----\x20Exits\x20------\x0a','size','render','pushLine','Torso:\x20','100%','<<<<<<<<---------\x20Terminating\x20game','head','getInstance','getAllItems','getValue','291702rNDAgb','17149887BYAeew','25%','Available\x20exits\x20will\x20be\x20shown\x20here...','currentLocation','roomType','logFilePath','\x20(Unlocked)','screen','\x0aThere\x20are\x20no\x20exits\x20here.','slice','line','player','removeAllListeners','6603632NrmuMj','handleInput','textbox','14vTzmOt','clearValue','unlock','C-c','constructor','arms','4WAspef','escape','log','(((.+)+)+)+$','logBox','817900cYuPSR','map','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','70%','Feet:\x20','equipment','7684116xUxsMR','name','45%'];a65c=function(){return I;};return a65c();}function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x132;let f=c[d];return f;},a65d(a,b);}export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x17d)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x181)]()[A(0x187)]('(((.+)+)+)+$')[A(0x181)]()[A(0x16c)](g)[A(0x187)](A(0x171));});g();try{const h=a65e[B(0x15f)]({'smartCSR':!![],'title':B(0x185)}),i=a65e[B(0x13e)]({'top':'0%','left':'75%','width':B(0x159),'height':'45%','border':{'type':B(0x162)},'label':B(0x143),'content':B(0x149),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x155)]()[C(0x174)](v=>v[C(0x17a)]);i[C(0x142)](u['join']('\x0a')),h[C(0x14e)]();};h[B(0x17c)](i);const k=a65e[B(0x13e)]({'top':B(0x17b),'left':'75%','width':B(0x159),'height':'25%','border':{'type':B(0x162)},'label':B(0x183),'content':B(0x175),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x140)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x17c)](k);const l=t=>{const D=B;k[D(0x142)]('Head:\x20'+(t[D(0x153)]?t[D(0x153)][D(0x17a)]:D(0x186))+'\x0a'+(D(0x150)+(t['torso']?t[D(0x18a)][D(0x17a)]:D(0x186))+'\x0a')+(D(0x134)+(t['legs']?t[D(0x136)][D(0x17a)]:D(0x186))+'\x0a')+(D(0x177)+(t[D(0x138)]?t['feet']['name']:D(0x186))+'\x0a')+(D(0x13d)+(t[D(0x16d)]?t[D(0x16d)][D(0x17a)]:'None')+'\x0a')+('Gloves:\x20'+(t[D(0x14a)]?t[D(0x14a)]['name']:'None')+'\x0a')+(D(0x13b)+(t[D(0x18e)]?t[D(0x18e)][D(0x17a)]:D(0x186))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x137)]?t[D(0x137)][D(0x17a)]:D(0x186))+'\x0a')),h[D(0x14e)]();},m=a65e[B(0x13e)]({'top':B(0x176),'left':'75%','width':B(0x159),'height':B(0x190),'border':{'type':B(0x162)},'label':'\x20Map\x20','content':B(0x15a),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x140)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x17c)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x17a)]+'\x0a\x0a';u+=E(0x14c),t[E(0x133)][E(0x14d)]>0x0?t[E(0x133)][E(0x192)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0x15c)]===RoomType[F(0x146)]?u+=capitalCase(w)+':\x20'+x[F(0x17a)]:u+=capitalCase(w)+':\x20'+v['name'];if(v[F(0x13f)]())u+=F(0x189);else v[F(0x17e)]()&&(u+=F(0x15e));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x160),m[E(0x142)](u),h[E(0x14e)]();},o=a65e['box']({'id':B(0x172),'top':'0%','left':'0%','width':'75%','height':B(0x135),'border':{'type':B(0x162)},'label':B(0x184),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x140)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x164)](B(0x148)),h[B(0x17c)](o);const p=a65e[B(0x167)]({'bottom':0x0,'left':0x0,'width':B(0x151),'height':B(0x139),'tags':!![],'border':{'type':B(0x162)},'style':{'fg':'white','border':{'fg':B(0x13c)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x17c)](p),h[B(0x18c)]([B(0x16f),B(0x16b)],()=>process['exit'](0x0)),p[B(0x17f)](),h[B(0x14e)]();const q=Logger[B(0x154)](e[B(0x15d)],h),r=new Player({'playerName':c});q[B(0x147)](B(0x141));const s=a65f[B(0x154)](r,d);o['setContent'](s[B(0x191)]()),l(s[B(0x163)][B(0x178)]),j(s[B(0x163)]['inventory']),n(s[B(0x163)][B(0x15b)]),p[B(0x18c)]([B(0x18d)],async()=>{const G=B,t=p[G(0x156)](),u=s[G(0x166)](t);(t[G(0x13a)]('\x20')[0x0]==='take'||'equip'||G(0x14b))&&(j(s[G(0x163)][G(0x145)]),l(s[G(0x163)][G(0x178)])),(t['split']('\x20')[0x0]==='go'||G(0x193)||G(0x16a))&&n(s[G(0x163)]['currentLocation']),t[G(0x13a)]('\x20')[0x0]==='clear'&&o['setContent'](''),u===null&&(console[G(0x170)]('Thanks\x20for\x20playing!'),h[G(0x14e)](),q[G(0x147)](G(0x152)),process[G(0x18f)](0x0)),o[G(0x14f)](u),o['scroll'](0x1),p[G(0x169)](),p[G(0x17f)](),h[G(0x14e)]();});}catch(t){console[B(0x170)](t),process[B(0x18f)](0x1);}}const args=process[a65H(0x18b)][a65H(0x161)](0x2);main(args[0x0],JSON[a65H(0x144)](args[0x1]),JSON[a65H(0x144)](args[0x2]));
@@ -1 +1 @@
1
- function a66c(){const s=['join','The\x20logbox\x20','1373844iBuTyF','box','8uulFeS','[INFO]\x20[','children','scrollTo','appendFileSync','homedir','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','content','find','side-quest.log','6qsvUEU','write','dirname','378545DHTjne','constructor','.maka','toString','options','screen','37377YFkzov','ensureLogFileExists','getInstance','358530qcsneR','logBox','apply','14117MyIVkP','search','log','hasScreen','render','existsSync','error','2976939rCeRXt','instance','98132dTaBFZ','toISOString','filePath'];a66c=function(){return s;};return a66c();}const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x174))/0x1+-parseInt(h(0x17d))/0x2+parseInt(h(0x171))/0x3+-parseInt(h(0x159))/0x4+parseInt(h(0x168))/0x5*(parseInt(h(0x165))/0x6)+parseInt(h(0x17b))/0x7+parseInt(h(0x15b))/0x8*(parseInt(h(0x16e))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x3c1df));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x173)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x175)]('(((.+)+)+)+$')[j(0x16b)]()[j(0x169)](a66a)[j(0x175)]('(((.+)+)+)+$');});a66a();import a66e from'fs';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x155;let f=c[d];return f;},a66d(a,b);}import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x160)]();export class Logger{static [a66k(0x17c)];[a66k(0x156)];[a66k(0x16d)];constructor(a,b){const l=a66k;this['filePath']=a,this['screen']=b,this[l(0x16f)]();}static[a66k(0x170)](a=a66g[a66k(0x157)](homeDir,a66k(0x16a),a66k(0x164)),b){const m=a66k;if(!Logger['instance']){if(!b)throw new Error(m(0x161));Logger[m(0x17c)]=new Logger(a,b);}return Logger[m(0x17c)];}[a66k(0x16f)](){const n=a66k,a=a66g[n(0x167)](this[n(0x156)]);!a66e[n(0x179)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e[n(0x179)](this['filePath'])&&a66e['writeFileSync'](this[n(0x156)],'');}[a66k(0x166)](a){const o=a66k,b=new Date()[o(0x155)](),c=o(0x15c)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this['filePath'],c);}[a66k(0x17a)](a){const p=a66k,b=new Date()[p(0x155)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a66e[p(0x15f)](this[p(0x156)],c);}[a66k(0x176)](a){const q=a66k,b=this[q(0x16d)]?.[q(0x15d)][q(0x163)](c=>c['type']===q(0x15a)&&c[q(0x16c)]['id']===q(0x172));b?(b['setContent'](b[q(0x162)]+'\x0a'+a),b[q(0x15e)](b['getScrollHeight']()),this[q(0x16d)]?.[q(0x178)]()):this['error'](q(0x158)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0x16d)]),this[q(0x166)](a);}[a66k(0x177)](){const r=a66k;return!!this[r(0x16d)];}}
1
+ function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1d0;let f=c[d];return f;},a66d(a,b);}const a66j=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x1d7))/0x1+parseInt(h(0x1d9))/0x2+parseInt(h(0x1da))/0x3+parseInt(h(0x1d8))/0x4*(parseInt(h(0x1e2))/0x5)+-parseInt(h(0x1e0))/0x6*(parseInt(h(0x1ef))/0x7)+-parseInt(h(0x1e1))/0x8+parseInt(h(0x1f0))/0x9*(parseInt(h(0x1dc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x4528f));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const i=a66d;return a66a[i(0x1f5)]()['search']('(((.+)+)+)+$')[i(0x1f5)]()[i(0x1e3)](a66a)['search'](i(0x1d4));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';function a66c(){const q=['ensureLogFileExists','type','find','[ERROR]\x20[','filePath','writeFileSync','.maka','scrollTo','join','write','render','842779qeFdPf','883629GyhQhU','mkdirSync','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','instance','toString','homedir','screen','existsSync','options','(((.+)+)+)+$','children','getInstance','320091KQiGgs','11880UFMene','714112SbhZnh','738723ccSusB','box','20LWpqMA','logBox','log','toISOString','18YZHSMS','4111120kVNhPM','65yLpXkq','constructor'];a66c=function(){return q;};return a66c();}const homeDir=a66f[a66j(0x1d0)]();export class Logger{static [a66j(0x1f4)];[a66j(0x1e8)];[a66j(0x1d1)];constructor(a,b){const k=a66j;this[k(0x1e8)]=a,this[k(0x1d1)]=b,this[k(0x1e4)]();}static[a66j(0x1d6)](a=a66g[a66j(0x1ec)](homeDir,a66j(0x1ea),'side-quest.log'),b){const l=a66j;if(!Logger['instance']){if(!b)throw new Error(l(0x1f3));Logger['instance']=new Logger(a,b);}return Logger['instance'];}[a66j(0x1e4)](){const m=a66j,a=a66g['dirname'](this['filePath']);!a66e['existsSync'](a)&&a66e[m(0x1f1)](a,{'recursive':!![]}),!a66e[m(0x1d2)](this[m(0x1e8)])&&a66e[m(0x1e9)](this[m(0x1e8)],'');}['write'](a){const n=a66j,b=new Date()['toISOString'](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[n(0x1e8)],c);}['error'](a){const o=a66j,b=new Date()[o(0x1df)](),c=o(0x1e7)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[o(0x1e8)],c);}[a66j(0x1de)](a){const p=a66j,b=this[p(0x1d1)]?.[p(0x1d5)][p(0x1e6)](c=>c[p(0x1e5)]===p(0x1db)&&c[p(0x1d3)]['id']===p(0x1dd));b?(b['setContent'](b['content']+'\x0a'+a),b[p(0x1eb)](b['getScrollHeight']()),this['screen']?.[p(0x1ee)]()):this['error']('The\x20logbox\x20'+b+p(0x1f2)+this[p(0x1d1)]),this[p(0x1ed)](a);}['hasScreen'](){return!!this['screen'];}}
@@ -1 +1 @@
1
- const a67l=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=-parseInt(j(0xfd))/0x1+-parseInt(j(0x110))/0x2+-parseInt(j(0x102))/0x3+parseInt(j(0x105))/0x4*(-parseInt(j(0xf7))/0x5)+-parseInt(j(0x111))/0x6*(-parseInt(j(0x100))/0x7)+parseInt(j(0x112))/0x8*(-parseInt(j(0x109))/0x9)+parseInt(j(0xf3))/0xa*(parseInt(j(0x107))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xcd2e4));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const k=a67d;return a67a[k(0x114)]()[k(0x10a)](k(0x10c))[k(0x114)]()[k(0xfb)](a67a)[k(0x10a)](k(0x10c));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xf3;let f=c[d];return f;},a67d(a,b);}import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);function a67c(){const n=['join','48664670kXQdIM','node','create','Commoner','9285JugGcr','Play\x20a\x20little\x20side-quest','inherit','player','constructor','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','259473CZRvIi','log','side-quest','133GHdNce','getGlobalMakaDir','1288659gNAbTQ','exit','shadowrun','2172MHIpKD','dungeon','11SuTmqv','./sideQuest/ui.js','4527waqFHu','search','side-quest.log','(((.+)+)+)+$','select','maka\x20play:side-quest','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...','2865812TOoNGE','16068GHsSyU','15056pTNOPJ','resolve','toString'];a67c=function(){return n;};return a67c();}Command[a67l(0xf5)]({'name':a67l(0xff),'usage':a67l(0x10e),'shortDesc':a67l(0xf8),'aliases':['sq'],'description':a67l(0x10f),'validOpts':[a67l(0xfa)]},async function(a,b){const m=a67l;try{const c=this['fsi'][m(0x101)](),d=a67e[m(0x115)](c,m(0x10b)),e=b[m(0xfa)]?b[m(0xfa)]:await Actions['ask']('What\x20is\x20your\x20name?')||m(0xf6),f={...b,'logFilePath':d},g=await Actions[m(0x10d)]({'message':m(0xfc),'name':'sideQuestAnswer','choices':[{'name':m(0x106),'value':dungeonConfig},{'name':m(0x104),'value':shadowrunConfig}]});if(e&&g){const h=spawn(m(0xf4),[a67e[m(0x113)](__dirname,m(0x108)),e,JSON['stringify'](g),JSON['stringify'](f)],{'stdio':m(0xf9)});h['on'](m(0x103),()=>{Log['bright']('Thanks\x20for\x20playing!');});}}catch(i){console[m(0xfe)](i);}},a67f);
1
+ const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0x15a))/0x1+parseInt(j(0x15d))/0x2+parseInt(j(0x151))/0x3+parseInt(j(0x144))/0x4+parseInt(j(0x158))/0x5*(parseInt(j(0x14c))/0x6)+parseInt(j(0x152))/0x7+-parseInt(j(0x13c))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x964ba));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x160)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x15f)]()[l(0x14b)](l(0x15c))[l(0x15f)]()[l(0x147)](a67a)[l(0x14b)](l(0x15c));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';function a67c(){const p=['stringify','What\x20is\x20your\x20name?','./sideQuest/ui.js','join','exit','shadowrun','resolve','3905376WqDpsz','getGlobalMakaDir','select','constructor','fsi','player','sideQuestAnswer','search','3186gsdHLb','side-quest','Thanks\x20for\x20playing!','Commoner','Play\x20a\x20little\x20side-quest','3289683ihSsFI','887936hRXpoe','create','bright','dungeon','log','inherit','70qObwMF','url','56881sRHDhZ','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','(((.+)+)+)+$','832244WKyHMY','maka\x20play:side-quest','toString','apply','16516640tRoOmN'];a67c=function(){return p;};return a67c();}const __filename=fileURLToPath(import.meta[a67m(0x159)]),__dirname=dirname(__filename);function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x13c;let f=c[d];return f;},a67d(a,b);}Command[a67m(0x153)]({'name':a67m(0x14d),'usage':a67m(0x15e),'shortDesc':a67m(0x150),'aliases':['sq'],'description':a67m(0x15b),'validOpts':[a67m(0x149)]},async function(a,b){const n=a67m;try{const c=this[n(0x148)][n(0x145)](),d=a67e[n(0x140)](c,'side-quest.log'),e=b[n(0x149)]?b[n(0x149)]:await Actions['ask'](n(0x13e))||n(0x14f),f={...b,'logFilePath':d},g=await Actions[n(0x146)]({'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','name':n(0x14a),'choices':[{'name':n(0x155),'value':dungeonConfig},{'name':n(0x142),'value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e[n(0x143)](__dirname,n(0x13f)),e,JSON[n(0x13d)](g),JSON['stringify'](f)],{'stdio':n(0x157)});h['on'](n(0x141),()=>{const o=n;Log[o(0x154)](o(0x14e));});}}catch(i){console[n(0x156)](i);}},a67f);
@@ -1 +1 @@
1
- var a68h=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x85))/0x1*(-parseInt(f(0x84))/0x2)+parseInt(f(0x93))/0x3+-parseInt(f(0x8e))/0x4*(parseInt(f(0x90))/0x5)+parseInt(f(0x86))/0x6+-parseInt(f(0x8c))/0x7*(-parseInt(f(0x89))/0x8)+parseInt(f(0x87))/0x9*(parseInt(f(0x88))/0xa)+-parseInt(f(0x92))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xeded7));var a68b=(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;};}()),a68a=a68b(this,function(){var g=a68d;return a68a['toString']()['search'](g(0x8a))[g(0x94)]()['constructor'](a68a)['search'](g(0x8a));});function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x84;var f=c[d];return f;},a68d(a,b);}a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a68c(){var j=['create','95mmgXLt','snake','5014757UXebVu','4511163TFCUDG','toString','inherit','2636534zucJXl','1OHVCsB','4086102anXVwG','707958sfQTLx','80VZAENY','1320OqRvbA','(((.+)+)+)+$','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','12355rZWbsL','maka\x20game:snake','75064UQDNlJ'];a68c=function(){return j;};return a68c();}Command[a68h(0x8f)]({'name':a68h(0x91),'usage':a68h(0x8d),'shortDesc':a68h(0x8b),'validOpts':[]},async function(){var i=a68h;execSync('npx\x20command-line-snake',{'stdio':i(0x95)});},a68e);
1
+ var a68i=a68d;function a68c(){var k=['snake','181800WvlJnB','create','230xETpWj','apply','maka\x20game:snake','4840875qyNCvc','778849MGszln','constructor','1804743pCpxsi','inherit','48598xgEeLd','npx\x20command-line-snake','144fcIewe','7730128gWjLjV','search','(((.+)+)+)+$','2jhoPzD','8JBaPyy','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','toString','4699146JfguSr'];a68c=function(){return k;};return a68c();}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0xbc))/0x1*(parseInt(f(0xc6))/0x2)+-parseInt(f(0xbe))/0x3+parseInt(f(0xc2))/0x4*(parseInt(f(0xb6))/0x5)+parseInt(f(0xb4))/0x6+parseInt(f(0xc3))/0x7*(-parseInt(f(0xc7))/0x8)+-parseInt(f(0xbb))/0x9+parseInt(f(0xb8))/0xa*(parseInt(f(0xc0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xb1f16));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xb9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0xc9)]()['search'](h(0xc5))[h(0xc9)]()[h(0xbd)](a68a)[h(0xc4)](h(0xc5));});a68a();function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xb4;var f=c[d];return f;},a68d(a,b);}import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0xb7)]({'name':a68i(0xb5),'usage':a68i(0xba),'shortDesc':a68i(0xc8),'validOpts':[]},async function(){var j=a68i;execSync(j(0xc1),{'stdio':j(0xbf)});},a68e);
@@ -1 +1 @@
1
- var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0xa9))/0x1*(-parseInt(f(0xa6))/0x2)+-parseInt(f(0x9d))/0x3+-parseInt(f(0xa8))/0x4*(parseInt(f(0xab))/0x5)+parseInt(f(0xaa))/0x6*(-parseInt(f(0xac))/0x7)+-parseInt(f(0x9e))/0x8*(-parseInt(f(0xb1))/0x9)+parseInt(f(0xb0))/0xa*(parseInt(f(0xa2))/0xb)+-parseInt(f(0xae))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xad958));var a69b=(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;};}()),a69a=a69b(this,function(){var g=a69d;return a69a[g(0xa0)]()[g(0xaf)]('(((.+)+)+)+$')['toString']()[g(0xa3)](a69a)[g(0xaf)](g(0xad));});function a69c(){var j=['8trMphX','npx\x20simple-tetris','toString','create','22KUJXuw','constructor','tetris','maka\x20game:tetris','64254WpzWAB','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','116028xaYeLa','13YONYor','6SNTIna','110tsKKmD','1900458vgaovz','(((.+)+)+)+$','3389496UzuOQt','search','5746100gWXQEQ','7057629aBRbZa','1343838IowJRn'];a69c=function(){return j;};return a69c();}a69a();function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x9d;var f=c[d];return f;},a69d(a,b);}import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69h(0xa1)]({'name':a69h(0xa4),'usage':a69h(0xa5),'shortDesc':a69h(0xa7),'validOpts':[]},async function(){var i=a69h;execSync(i(0x9f),{'stdio':'inherit'});},a69e);
1
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0xba))/0x1+-parseInt(f(0xb7))/0x2+parseInt(f(0xbe))/0x3+parseInt(f(0xc0))/0x4+parseInt(f(0xb6))/0x5*(-parseInt(f(0xbf))/0x6)+-parseInt(f(0xb8))/0x7+parseInt(f(0xbb))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x6d4e0));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xb4;var f=c[d];return f;},a69d(a,b);}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0xb4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0xc1)]()['search'](h(0xb5))[h(0xc1)]()['constructor'](a69a)['search'](h(0xb5));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0xb9)]({'name':a69i(0xbc),'usage':a69i(0xbd),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){execSync('npx\x20simple-tetris',{'stdio':'inherit'});},a69e);function a69c(){var j=['apply','(((.+)+)+)+$','310195KJbSHB','290552vCALeb','5953745jdlWcz','create','739436JHXAPj','9922632beqspw','tetris','maka\x20game:tetris','2546577OsKDnQ','36vaYzYd','1864020DIgQyy','toString'];a69c=function(){return j;};return a69c();}
@@ -1 +1 @@
1
- const a70h=a70d;function a70c(){const j=['splice','exit','15ySvALj','24PkOpfP','constructor','error','maka\x20g:api\x20trucks','209010wCyomP','search','processAndRunGenerator','933942TSvory','maka\x20g:package\x20package:name','(((.+)+)+)+$','434483JUyjZQ','create','maka\x20g:template\x20todos/todo_item','15175xHoRtd','toString','8266392POFDfL','113116TmcVOO','maka\x20g:route\x20todos/edit','438mvIeuC','maka\x20g:scaffold\x20todos','generate','7898610OcREfo','invoke','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','Scaffold\x20various\x20parts\x20of\x20your\x20application'];a70c=function(){return j;};return a70c();}function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x10f;let f=c[d];return f;},a70d(a,b);}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x11d))/0x1+-parseInt(f(0x11a))/0x2*(parseInt(f(0x115))/0x3)+-parseInt(f(0x126))/0x4+-parseInt(f(0x123))/0x5*(-parseInt(f(0x128))/0x6)+parseInt(f(0x120))/0x7*(parseInt(f(0x116))/0x8)+-parseInt(f(0x125))/0x9+parseInt(f(0x10f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xa1b01));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(0x124)]()[g(0x11b)](g(0x11f))['toString']()[g(0x117)](a70a)[g(0x11b)](g(0x11f));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70h(0x121)]({'name':a70h(0x12a),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70h(0x112),'description':a70h(0x111),'examples':['maka\x20generate:scaffold\x20todos',a70h(0x129),a70h(0x122),a70h(0x11e),a70h(0x127),a70h(0x119),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a[i(0x113)](0x0,0x1),await a70e[i(0x11c)](c,a,b)):a70e[i(0x110)](a,b);}catch(d){Log[i(0x118)](d),process[i(0x114)](0x1);}});
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x1cb))/0x1*(-parseInt(f(0x1e7))/0x2)+parseInt(f(0x1e3))/0x3+parseInt(f(0x1d6))/0x4*(parseInt(f(0x1e1))/0x5)+-parseInt(f(0x1cc))/0x6*(-parseInt(f(0x1d3))/0x7)+parseInt(f(0x1d5))/0x8*(parseInt(f(0x1e6))/0x9)+-parseInt(f(0x1d2))/0xa*(-parseInt(f(0x1e5))/0xb)+parseInt(f(0x1e4))/0xc*(-parseInt(f(0x1ca))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xb7c0e));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1d4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1d0)]()[h(0x1da)](h(0x1df))['toString']()[h(0x1db)](a70a)[h(0x1da)](h(0x1df));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1c9;let f=c[d];return f;},a70d(a,b);}function a70c(){const k=['create','Scaffold\x20various\x20parts\x20of\x20your\x20application','toString','maka\x20{generate,\x20g}:<generator>\x20<name>','360440WXcoOU','1725367AGsjrc','apply','344KJaeLB','4dBfbPu','invoke','processAndRunGenerator','generate','search','constructor','exit','splice','maka\x20g:template\x20todos/todo_item','(((.+)+)+)+$','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','3301415MtJonq','maka\x20g:package\x20package:name','1098429OKVPSX','6684kuNKiS','319MFeChH','297495viqobu','30hKstPg','maka\x20g:api\x20trucks','38441MhkCAn','89323ybjQqy','6TLmBxm','error'];a70c=function(){return k;};return a70c();}Command[a70i(0x1ce)]({'name':a70i(0x1d9),'aliases':['g'],'usage':a70i(0x1d1),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0x1cf),'description':a70i(0x1e0),'examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos',a70i(0x1de),a70i(0x1e2),'maka\x20g:route\x20todos/edit',a70i(0x1c9),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x1dd)](0x0,0x1),await a70e[j(0x1d8)](c,a,b)):a70e[j(0x1d7)](a,b);}catch(d){Log[j(0x1cd)](d),process[j(0x1dc)](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x143))/0x1*(-parseInt(f(0x140))/0x2)+-parseInt(f(0x13f))/0x3+-parseInt(f(0x13c))/0x4*(-parseInt(f(0x13d))/0x5)+parseInt(f(0x145))/0x6+-parseInt(f(0x142))/0x7*(parseInt(f(0x13b))/0x8)+-parseInt(f(0x146))/0x9+parseInt(f(0x141))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xe1d17));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(0x13a)]()[h(0x13e)](h(0x144))[h(0x13a)]()['constructor'](a71a)['search'](h(0x144));});a71a();function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x13a;var f=c[d];return f;},a71d(a,b);}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71c(){var i=['34181gInoTw','1525DRxutE','(((.+)+)+)+$','2185758pMpslc','7361586dnwYRx','apply','toString','2224CGEMtX','484Szprmk','38105MdzlwJ','search','4863828cBbrrJ','1886GnTXBn','48732960hLZMpr'];a71c=function(){return i;};return a71c();}
1
+ function a71c(){var i=['2502BHmLBW','50056hHXsyg','apply','(((.+)+)+)+$','1741360PcItKi','search','288285DBUApl','147HTAygI','452987keyvaZ','121970EofNmT','1340feGZWH','108zXDEUz','369dyLsyo','1204599yGhMMl','toString','12uCReFe'];a71c=function(){return i;};return a71c();}(function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x1c3))/0x1+parseInt(f(0x1c5))/0x2*(-parseInt(f(0x1cb))/0x3)+-parseInt(f(0x1bf))/0x4+-parseInt(f(0x1c1))/0x5*(-parseInt(f(0x1ca))/0x6)+parseInt(f(0x1c2))/0x7*(parseInt(f(0x1cc))/0x8)+parseInt(f(0x1c7))/0x9*(parseInt(f(0x1c4))/0xa)+parseInt(f(0x1c8))/0xb*(parseInt(f(0x1c6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x45a4e));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1bd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x1c9)]()[h(0x1c0)](h(0x1be))[h(0x1c9)]()['constructor'](a71a)[h(0x1c0)](h(0x1be));});function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1bd;var f=c[d];return f;},a71d(a,b);}a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x9a))/0x1*(parseInt(f(0x98))/0x2)+parseInt(f(0x95))/0x3*(parseInt(f(0x91))/0x4)+-parseInt(f(0x9f))/0x5+parseInt(f(0x9b))/0x6+-parseInt(f(0x94))/0x7+-parseInt(f(0x93))/0x8+-parseInt(f(0x99))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xe3d3d));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x96)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x9c)]()[h(0x9d)](h(0xa0))[h(0x9c)]()[h(0x9e)](a72a)['search'](h(0xa0));});a72a();import{Command}from'../../command.js';const GetCommand=Command[a72i(0x97)]({'name':a72i(0x92),'usage':a72i(0x90),'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a){const b=a[0x0];await this['processAndRunCommand'](b);});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x90;let f=c[d];return f;},a72d(a,b);}export default GetCommand;function a72c(){const j=['6ugsepH','apply','create','3368698SCothu','19777248jdXQMS','1IhGWCF','8832210YgUNHY','toString','search','constructor','4697015FPnHkP','(((.+)+)+)+$','maka\x20get:<sub-command>','2497192lTWwuK','get','1756976BMivMH','807114dlpTzX'];a72c=function(){return j;};return a72c();}
1
+ const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x1ff))/0x1*(-parseInt(f(0x1ee))/0x2)+parseInt(f(0x1ef))/0x3+-parseInt(f(0x1f8))/0x4*(-parseInt(f(0x1f9))/0x5)+-parseInt(f(0x1fa))/0x6+-parseInt(f(0x200))/0x7+-parseInt(f(0x1f0))/0x8*(parseInt(f(0x1fe))/0x9)+-parseInt(f(0x1f5))/0xa*(-parseInt(f(0x1fd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x6f2a5));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x1f2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x1fc)]()['search'](h(0x1f7))[h(0x1fc)]()[h(0x1f4)](a72a)['search'](h(0x1f7));});a72a();import{Command}from'../../command.js';const GetCommand=Command[a72i(0x1fb)]({'name':a72i(0x1f1),'usage':a72i(0x1f3),'shortDesc':a72i(0x1f6),'validOpts':[]},async function(a){const b=a[0x0];await this['processAndRunCommand'](b);});export default GetCommand;function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1ee;let f=c[d];return f;},a72d(a,b);}function a72c(){const j=['apply','maka\x20get:<sub-command>','constructor','6352340jdRAeC','Get\x20various\x20Maka\x20variables\x20and\x20configurations','(((.+)+)+)+$','8ACKAwK','1617355GFNnxp','3785178llINnn','create','toString','11tPLfef','18odIlTJ','5PzpMiE','2061920CZdDsm','236666VMtaoK','1071507totkkw','3401016BRYoep','get'];a72c=function(){return j;};return a72c();}
@@ -1 +1 @@
1
- const a73h=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x17d))/0x1*(parseInt(f(0x170))/0x2)+-parseInt(f(0x169))/0x3+parseInt(f(0x173))/0x4+-parseInt(f(0x179))/0x5*(-parseInt(f(0x17c))/0x6)+-parseInt(f(0x16f))/0x7*(parseInt(f(0x168))/0x8)+parseInt(f(0x17e))/0x9+parseInt(f(0x176))/0xa*(parseInt(f(0x178))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x577ab));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(0x177)]()[g(0x16a)](g(0x172))[g(0x177)]()['constructor'](a73a)['search'](g(0x172));});a73a();import a73e from'./get.command.js';function a73c(){const j=['error','global-config','10yVmCNH','toString','2513995BfvmUx','2355110FUMMgA','log','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','6qFLSeX','1174eGshcg','3770730gpayHq','8hdOOto','726915BkebBr','search','create','getGlobalConfig','maka\x20get:global-config','cfg','3422069lxPKfi','142eVzszd','exit','(((.+)+)+)+$','217216amfVCn'];a73c=function(){return j;};return a73c();}import{Command}from'../../command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x168;let f=c[d];return f;},a73d(a,b);}Command[a73h(0x16b)]({'name':a73h(0x175),'usage':a73h(0x16d),'aliases':['gc'],'shortDesc':a73h(0x17b),'validOpts':[]},async function(){const i=a73h;try{const a=await this[i(0x16e)][i(0x16c)]();console[i(0x17a)](a),process[i(0x171)](0x0);}catch(b){console[i(0x174)](b),process[i(0x171)](0x0);}},a73e);
1
+ const a73i=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x11c;let f=c[d];return f;},a73d(a,b);}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x125))/0x1+parseInt(f(0x12e))/0x2+parseInt(f(0x122))/0x3*(parseInt(f(0x12a))/0x4)+parseInt(f(0x121))/0x5+parseInt(f(0x127))/0x6+-parseInt(f(0x131))/0x7*(-parseInt(f(0x12b))/0x8)+-parseInt(f(0x123))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x3e950));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x128)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a['toString']()[h(0x130)](h(0x126))[h(0x11d)]()['constructor'](a73a)[h(0x130)](h(0x126));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x11c)]({'name':a73i(0x124),'usage':a73i(0x12d),'aliases':['gc'],'shortDesc':a73i(0x12f),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x12c)][j(0x11e)]();console[j(0x129)](a),process[j(0x120)](0x0);}catch(b){console[j(0x11f)](b),process[j(0x120)](0x0);}},a73e);function a73c(){const k=['error','exit','933195dnJPss','8151rUcNYH','13041999eNVVcN','global-config','374109iKFErk','(((.+)+)+)+$','868854KLVMkq','apply','log','724LuaXmj','40EULvDP','cfg','maka\x20get:global-config','79276ZqnBaQ','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','search','655865yAXWBS','create','toString','getGlobalConfig'];a73c=function(){return k;};return a73c();}
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x18e))/0x1+-parseInt(f(0x18c))/0x2+parseInt(f(0x18a))/0x3*(-parseInt(f(0x187))/0x4)+-parseInt(f(0x188))/0x5+parseInt(f(0x186))/0x6+parseInt(f(0x184))/0x7+parseInt(f(0x190))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xaa7fd));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x193)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x18b)]()[h(0x191)](h(0x192))['toString']()['constructor'](a74a)[h(0x191)]('(((.+)+)+)+$');});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x183;let f=c[d];return f;},a74d(a,b);}function a74c(){const k=['48219zVDmRR','toString','952724chrcyp','local-config','14430yZYcZQ','maka\x20get:local-config','18385704hYXhsa','search','(((.+)+)+)+$','apply','getMakaProjectConfig','4832114xfvZpi','cfg','503484POhMRC','148CgFuJs','6587155KOpzrg','log'];a74c=function(){return k;};return a74c();}Command['create']({'name':a74i(0x18d),'usage':a74i(0x18f),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[]},async function(){const j=a74i,a=await this[j(0x185)][j(0x183)]();console[j(0x189)](a);},a74e);
1
+ const a74h=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x130))/0x1*(parseInt(f(0x138))/0x2)+parseInt(f(0x12a))/0x3+-parseInt(f(0x133))/0x4+parseInt(f(0x12d))/0x5+-parseInt(f(0x12b))/0x6+-parseInt(f(0x131))/0x7+-parseInt(f(0x136))/0x8*(-parseInt(f(0x13a))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xa6614));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const g=a74d;return a74a[g(0x12c)]()[g(0x135)](g(0x132))['toString']()['constructor'](a74a)[g(0x135)](g(0x132));});a74a();import a74e from'./get.command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x12a;let f=c[d];return f;},a74d(a,b);}import{Command}from'../../command.js';Command[a74h(0x12e)]({'name':a74h(0x137),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74h(0x12f),'validOpts':[]},async function(){const i=a74h,a=await this[i(0x134)]['getMakaProjectConfig']();console[i(0x139)](a);},a74e);function a74c(){const j=['create','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','593549yzSwOw','7994602JBTnrA','(((.+)+)+)+$','3411788XEITZC','cfg','search','28743672ICUxtg','local-config','4XyoIQS','log','9kWVigt','100971NwTwDl','3433692RgNofI','toString','4046445PocoXh'];a74c=function(){return j;};return a74c();}
@@ -1 +1 @@
1
- const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x102))/0x1*(parseInt(f(0xf4))/0x2)+-parseInt(f(0xf6))/0x3+-parseInt(f(0xf3))/0x4*(-parseInt(f(0xfe))/0x5)+-parseInt(f(0xff))/0x6*(-parseInt(f(0x101))/0x7)+parseInt(f(0xf9))/0x8*(parseInt(f(0xfb))/0x9)+-parseInt(f(0xf7))/0xa+parseInt(f(0x103))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xf0508));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0xf8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x100)]()[h(0xfc)](h(0xfd))[h(0x100)]()['constructor'](a75a)[h(0xfc)](h(0xfd));});a75a();function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0xf2;let f=c[d];return f;},a75d(a,b);}import a75e from'./get.command.js';function a75c(){const k=['7vGhjUo','887849znQaBo','2921358MwiTyL','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','silent','1882248OjTXIz','2UfFckU','getGlobalConfig','3200058PIhLAa','12395480WwqBYM','apply','720vyrFRr','cfg','43137BugIky','search','(((.+)+)+)+$','5kyjBTs','7411218HEmzsA','toString'];a75c=function(){return k;};return a75c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command['create']({'name':'whoami','usage':'maka\x20get:whoami','shortDesc':a75i(0x104),'validOpts':[a75i(0xf2)]},async function(){const j=a75i;try{const a=await this[j(0xfa)][j(0xf5)]();return a;}catch(b){Log['error'](b),process['exit'](0x1);}},a75e);
1
+ const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x149))/0x1+-parseInt(f(0x152))/0x2*(parseInt(f(0x153))/0x3)+-parseInt(f(0x14a))/0x4*(parseInt(f(0x158))/0x5)+parseInt(f(0x14d))/0x6*(-parseInt(f(0x156))/0x7)+-parseInt(f(0x146))/0x8*(-parseInt(f(0x14b))/0x9)+parseInt(f(0x14e))/0xa+-parseInt(f(0x154))/0xb*(-parseInt(f(0x151))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x1dac0));function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x144;let f=c[d];return f;},a75d(a,b);}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x150)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x145)]()[h(0x147)](h(0x148))['toString']()['constructor'](a75a)['search']('(((.+)+)+)+$');});a75a();function a75c(){const k=['80ljwERT','9DzfROx','cfg','138BJrstH','1445470oIjfvo','create','apply','48zNuLQL','758SApadP','1497wKszmf','53471JgYGng','getGlobalConfig','4746oovqvc','maka\x20get:whoami','19910VfEiNE','error','silent','toString','1497104qPTwsn','search','(((.+)+)+)+$','54762YKekMa'];a75c=function(){return k;};return a75c();}import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75i(0x14f)]({'name':'whoami','usage':a75i(0x157),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[a75i(0x144)]},async function(){const j=a75i;try{const a=await this[j(0x14c)][j(0x155)]();return a;}catch(b){Log[j(0x159)](b),process['exit'](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x171))/0x1*(-parseInt(f(0x175))/0x2)+parseInt(f(0x16e))/0x3+-parseInt(f(0x173))/0x4+parseInt(f(0x16a))/0x5+parseInt(f(0x169))/0x6*(-parseInt(f(0x176))/0x7)+-parseInt(f(0x16c))/0x8*(-parseInt(f(0x16b))/0x9)+parseInt(f(0x16f))/0xa*(parseInt(f(0x167))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xc6e70));function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x167;var f=c[d];return f;},a76d(a,b);}var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x170)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a['toString']()[h(0x174)]('(((.+)+)+)+$')[h(0x172)]()[h(0x16d)](a76a)[h(0x174)](h(0x177));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a76c(){var j=['20vsTebw','apply','33487uJWqnl','toString','954880TQRTkG','search','26nXgUuC','161ssXtVJ','(((.+)+)+)+$','Deprecated:\x20use\x20--help\x20instead','3843389lhsypN','help','151596astIrH','5814685TvjPpU','9tIgvHZ','1106080ijEvRT','constructor','209634ltrQVl'];a76c=function(){return j;};return a76c();}Command['create']({'name':a76i(0x168),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a76i(0x178)},async function(){throw new UsageError();});
1
+ var a76h=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x166))/0x1*(parseInt(f(0x163))/0x2)+-parseInt(f(0x15c))/0x3*(-parseInt(f(0x15b))/0x4)+parseInt(f(0x167))/0x5*(parseInt(f(0x162))/0x6)+-parseInt(f(0x16c))/0x7*(parseInt(f(0x15f))/0x8)+parseInt(f(0x169))/0x9*(parseInt(f(0x15e))/0xa)+parseInt(f(0x15d))/0xb+-parseInt(f(0x16b))/0xc*(-parseInt(f(0x161))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x824b4));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var g=a76d;return a76a['toString']()['search'](g(0x168))[g(0x164)]()[g(0x16a)](a76a)['search']('(((.+)+)+)+$');});function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x15b;var f=c[d];return f;},a76d(a,b);}function a76c(){var i=['356378DrjycG','20GNTNZq','3810392JwjxAo','Deprecated:\x20use\x20--help\x20instead','2829047eWmpeY','30UpMKbT','60634OUfWyx','toString','Try,\x20maka\x20--help','34hIeiKD','492430dJnmfc','(((.+)+)+)+$','1462221vchuRt','constructor','60BfKfIj','7NZMJhA','196qDXjjq','6300JGgekx'];a76c=function(){return i;};return a76c();}a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':'help','description':a76h(0x165),'aliases':['h'],'validOpts':[],'shortDesc':a76h(0x160)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77H=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=parseInt(F(0x1c3))/0x1*(-parseInt(F(0x1d9))/0x2)+-parseInt(F(0x1d6))/0x3*(parseInt(F(0x1a4))/0x4)+-parseInt(F(0x1ba))/0x5*(parseInt(F(0x1a6))/0x6)+-parseInt(F(0x1f0))/0x7*(-parseInt(F(0x1c0))/0x8)+-parseInt(F(0x1ac))/0x9*(-parseInt(F(0x1ce))/0xa)+-parseInt(F(0x203))/0xb+-parseInt(F(0x1e2))/0xc*(-parseInt(F(0x1a8))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xbb6af));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const G=a77d;return a77a['toString']()[G(0x19f)](G(0x1b8))[G(0x1e5)]()[G(0x1d1)](a77a)[G(0x19f)](G(0x1b8));});a77a();import a77e from'os';function a77c(){const M=['setPath','toString','cacert','length','max','-rf','RELEASE=','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','get','win32','join','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','486157ThoPqo','package-metadata','arm64','\x20is\x20available.','utf8','\x20is\x20not\x20available.','notice','timeout','Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.','replace','warn','Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.','maka\x20install\x20meteor\x20--release\x203.0.1','Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.','Proceed\x20anyway?','Meteor\x20version\x20','cert','grep','exit','1460360QWkPfD','checkAvailability','env','3.0','&release=','Preparing\x20to\x20install\x20Meteor\x20','split','release','search','\x20from\x20','homedir','maka\x20install\x20meteor\x20--force','extractTarGz','5804LocTsx','getuid','6ArtChY','existsSync','221468sEPbaC','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','create','Downloading\x20Meteor\x20','30474SIkupo','getGlobalConfig','map','appendFileSync','.zshrc','force','https://packages.meteor.com/bootstrap-link?arch=os.','includes','withSpinner','.bashrc','\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','NO_NODE_WARNINGS','(((.+)+)+)+$','error','5375595pMzYxm','Install\x20the\x20specified\x20version\x20of\x20meteor.','Aborted','.meteor','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','readFileSync','56gOvJvh','https://install.meteor.com','3.3','4bwortp','keepInstallFile','Meteor\x20path\x20updated.','maka\x20install\x20meteor\x20--set-path','maka\x20install\x20meteor','windows','linux','meteor.tar.gz','setx\x20PATH\x20\x22','downloadFile','PATH','2260HJrSQf','Added\x20Meteor\x20path\x20to\x20','data','constructor','platform','Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.','Cleaning\x20up','Using\x20CA\x20Cert\x20','2763YaZvRl','confirm','success','537052lDINFl','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','linkVersionAsCurrent','isFile','getInstalledMeteorVersion','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','meteor','x86_64','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','2208TNvvro','info'];a77c=function(){return M;};return a77c();}import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77H(0x1a1)]();function isRoot(){const I=a77H;return process['getuid']&&process[I(0x1a5)]()===0x0;}function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x19f;let f=c[d];return f;},a77d(a,b);}function compareVersions(a,b){const J=a77H,c=a['split']('.')[J(0x1ae)](Number),d=b[J(0x209)]('.')['map'](Number);for(let e=0x0;e<Math[J(0x1e8)](c[J(0x1e7)],d[J(0x1e7)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77H(0x1aa)]({'name':'install','aliases':['i'],'validOpts':[{'name':a77H(0x1b1),'boolFlag':!![],'description':a77H(0x1fd)},{'name':a77H(0x20a),'description':a77H(0x1bb)},{'name':'cacert','description':a77H(0x1f8)},{'name':a77H(0x1c4),'boolFlag':!![],'description':a77H(0x1d3)},{'name':'timeout','description':a77H(0x1fb)},{'name':a77H(0x1e4),'boolFlag':!![],'description':'Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.'}],'validArgs':[a77H(0x1df)],'minArgLength':0x1,'usage':a77H(0x1c7),'shortDesc':'Maka\x27s\x20Installer\x20for\x20Meteor.','examples':[a77H(0x1c7),a77H(0x1a2),a77H(0x1fc),a77H(0x1c6)]},async function(a,b){const K=a77H;try{const {mpi:c,cfg:d,fsi:f}=this;b['setPath']&&(updatePath(),Log[K(0x1d8)](K(0x1c5)),process[K(0x202)](0x0));let g='';if(b['cacert']){if(f['isFile'](b[K(0x1e6)]))Log[K(0x1f6)](K(0x1d5)+b[K(0x1e6)]),g=b['cacert'];else throw K(0x1eb)+g;}const h=await d[K(0x1ad)]();if(h['cert']){if(f[K(0x1dc)](h[K(0x200)]))g=h[K(0x200)];else throw K(0x1da)+g;}let i=![];if(b['f']||b[K(0x1b1)])i=!![];else{const t=isRoot();t?(Log['warn'](K(0x1be)),i=await Actions['confirm'](K(0x1fe),![])):i=!![];}if(!i)throw K(0x1bc);const j=await HTTPS[K(0x1ec)]({'url':K(0x1c1),'cert':g}),k=f[K(0x201)](j[K(0x1d0)],K(0x1ea));if(k['length']===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process[K(0x205)][K(0x1b7)]='1';const l=k[0x0][K(0x1f9)](/[^0-9.]/gi,'')[K(0x1f9)](/\r?\n|\r/,''),m=K(0x1c2);let n;b[K(0x20a)]?n=b[K(0x20a)]:compareVersions(l,m)<0x0?n=m:n=l;Log[K(0x1f6)](K(0x208)+n);const o={'win32':K(0x1c8),'darwin':'osx','linux':K(0x1c9)};let p='https://packages.meteor.com/bootstrap-link?arch=os.'+o[a77e[K(0x1d2)]()]+'.'+(a77e['arch']()===K(0x1f2)?K(0x1f2):K(0x1e0))+K(0x207)+n,q=await HTTPS[K(0x204)]({'url':p,'cert':g});n=n[K(0x1e5)]();n==='3'&&(n=K(0x206));if(!q&&n[K(0x1b3)]('-')){const u=n[K(0x209)]('-'),v=u[0x0],w=u['slice'](0x1)[K(0x1ee)]('-'),x=v[K(0x1f9)](/\.0+$/,'');Log[K(0x1fa)](K(0x1ff)+n+'\x20is\x20not\x20available,\x20trying\x20'+x+'-'+w);const y=K(0x1b2)+o[a77e[K(0x1d2)]()]+'.'+(a77e['arch']()==='arm64'?'arm64':'x86_64')+K(0x207)+x+'-'+w;q=await HTTPS['checkAvailability']({'url':y,'cert':g}),q&&(n=x+'-'+w,p=y);}!q?(Log['error'](K(0x1ff)+n+K(0x1f5)),process[K(0x202)](0x0)):Log[K(0x1f6)](K(0x1ff)+n+K(0x1f3));const r=f['getMeteorInstallPath'](),s=c[K(0x1dd)](n);if(a77g[K(0x1a7)](s)){let z=![];b['f']||b[K(0x1b1)]?z=!![]:z=await Actions[K(0x1d7)]('Meteor\x20is\x20'+n+K(0x1b6),![]),z?(await SpawnAsync[K(0x1b4)]('rm',[K(0x1e9),a77f['join'](r,'packages')],{'message':K(0x1ef)}),await SpawnAsync[K(0x1b4)]('rm',[K(0x1e9),a77f[K(0x1ee)](r,K(0x1f1))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync[K(0x1b4)]('rm',['-rf',a77f[K(0x1ee)](r,K(0x1df))],{'message':K(0x1e1)})):(Log[K(0x1e3)]('Aborting\x20install'),process['exit'](0x0));}try{Log['notice'](K(0x1ab)+n+K(0x1a0)+p),await HTTPS[K(0x1cc)]({'url':p,'destPath':a77f[K(0x1ee)](homeDir,'meteor.tar.gz'),'cert':g,'timeout':b['timeout']?parseInt(b[K(0x1f7)])*0x3e8:0x493e0});try{const A=a77f[K(0x1ee)](homeDir,K(0x1ca)),B=a77f[K(0x1ee)](homeDir,K(0x1bd),'releases',n);a77g['mkdirSync'](B,{'recursive':!![]}),await f[K(0x1a3)](A,B);}catch(C){console['log'](C),Log[K(0x1b9)]('Error\x20extracting\x20meteor.tar.gz\x20file');}updatePath();}catch(D){console[K(0x1b9)](D),process[K(0x202)](0x1);}finally{!b[K(0x1c4)]&&await SpawnAsync[K(0x1b4)]('rm',['-rf',a77f[K(0x1ee)](homeDir,K(0x1ca))],{'message':K(0x1d4)});}c[K(0x1db)](n),Log[K(0x1d8)](K(0x1ff)+n+'\x20installed.\x0a'),process[K(0x202)](0x0);}catch(E){console[K(0x1b9)](E),process[K(0x202)](0x1);}});function updatePath(){const L=a77H;if(a77e[L(0x1d2)]()===L(0x1ed)){const a=process[L(0x205)][L(0x1cd)]||'',b=homeDir+'\x5c.meteor\x5cmeteor';!a['includes'](b)&&(execSync(L(0x1cb)+a+';'+b+'\x22'),Log[L(0x1f6)](L(0x1a9)),Log[L(0x1f6)](L(0x1de)));}else{const c=a77f[L(0x1ee)](homeDir,L(0x1b0)),d=a77f[L(0x1ee)](homeDir,L(0x1b5)),e='export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22',f=a77g[L(0x1a7)](c)?a77g['readFileSync'](c,L(0x1f4)):'';!f[L(0x1b3)](e)&&(a77g[L(0x1af)](c,'\x0a'+e+'\x0a'),Log[L(0x1f6)](L(0x1cf)+c));const g=a77g[L(0x1a7)](d)?a77g[L(0x1bf)](d,L(0x1f4)):'';!g[L(0x1b3)](e)&&(a77g[L(0x1af)](d,'\x0a'+e+'\x0a'),Log['notice'](L(0x1cf)+d));}}
1
+ const a77K=a77d;(function(a,b){const H=a77d,c=a();while(!![]){try{const d=parseInt(H(0x116))/0x1*(parseInt(H(0xe2))/0x2)+parseInt(H(0xbb))/0x3+-parseInt(H(0x112))/0x4+-parseInt(H(0xf9))/0x5+parseInt(H(0xdb))/0x6*(-parseInt(H(0xc2))/0x7)+parseInt(H(0xef))/0x8*(-parseInt(H(0xd3))/0x9)+parseInt(H(0xdf))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x4c7bd));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const I=a77d;if(c){const e=c[I(0xeb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const J=a77d;return a77a[J(0xec)]()[J(0xc0)](J(0xfe))[J(0xec)]()[J(0xe8)](a77a)[J(0xc0)](J(0xfe));});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';function a77c(){const P=['mkdirSync','550233KkNyjf','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','arch','checkAvailability','Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.','search','Added\x20Meteor\x20path\x20to\x20','11949zXmFDO','3.3','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','maka\x20install\x20meteor','packages','extractTarGz','platform','Meteor\x20path\x20updated.','\x5c.meteor\x5cmeteor','setPath','isFile','maka\x20install\x20meteor\x20--set-path','readFileSync','map','Cleaning\x20up','exit','PATH','9oSmiqi','\x20is\x20not\x20available,\x20trying\x20','grep','release','error','utf8','cert','success','1446zKGHZf','create','Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.','meteor.tar.gz','13222920IVdlPZ','includes','downloadFile','2358alpRiF','notice','NO_NODE_WARNINGS','\x20is\x20not\x20available.','Install\x20the\x20specified\x20version\x20of\x20meteor.','join','constructor','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','RELEASE=','apply','toString','log','&release=','2889528iEbthw','windows','Preparing\x20to\x20install\x20Meteor\x20','confirm','releases','homedir','getMeteorInstallPath','withSpinner','replace','https://packages.meteor.com/bootstrap-link?arch=os.','1851630ddtTny','force','package-metadata','getuid','length','(((.+)+)+)+$','slice','osx','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','cacert','max','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','getGlobalConfig','.bashrc','install','Meteor\x20version\x20','maka\x20install\x20meteor\x20--force','split','timeout','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','Downloading\x20Meteor\x20','Error\x20extracting\x20meteor.tar.gz\x20file','.zshrc','3.0','1028104sGqFUv','\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','linux','Proceed\x20anyway?','176sRnVUZ','warn','x86_64','\x20from\x20','-rf','Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','existsSync','appendFileSync','\x20installed.\x0a','https://install.meteor.com','setx\x20PATH\x20\x22','arm64','env','Aborting\x20install','meteor','Meteor\x20is\x20'];a77c=function(){return P;};return a77c();}import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77K(0xf4)]();function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xb0;let f=c[d];return f;},a77d(a,b);}function isRoot(){const L=a77K;return process[L(0xfc)]&&process['getuid']()===0x0;}function compareVersions(a,b){const M=a77K,c=a[M(0x10b)]('.')[M(0xcf)](Number),d=b[M(0x10b)]('.')[M(0xcf)](Number);for(let e=0x0;e<Math[M(0x103)](c[M(0xfd)],d[M(0xfd)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77K(0xdc)]({'name':a77K(0x108),'aliases':['i'],'validOpts':[{'name':a77K(0xfa),'boolFlag':!![],'description':a77K(0xdd)},{'name':a77K(0xd6),'description':a77K(0xe6)},{'name':'cacert','description':a77K(0x11b)},{'name':'keepInstallFile','boolFlag':!![],'description':'Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.'},{'name':'timeout','description':a77K(0xbf)},{'name':a77K(0xcb),'boolFlag':!![],'description':'Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.'}],'validArgs':[a77K(0xb8)],'minArgLength':0x1,'usage':'maka\x20install\x20meteor','shortDesc':'Maka\x27s\x20Installer\x20for\x20Meteor.','examples':[a77K(0xc5),a77K(0x10a),'maka\x20install\x20meteor\x20--release\x203.0.1',a77K(0xcd)]},async function(a,b){const N=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b[N(0xcb)]&&(updatePath(),Log[N(0xda)](N(0xc9)),process[N(0xd1)](0x0));let g='';if(b[N(0x102)]){if(f[N(0xcc)](b[N(0x102)]))Log['notice']('Using\x20CA\x20Cert\x20'+b[N(0x102)]),g=b[N(0x102)];else throw N(0x101)+g;}const h=await d[N(0x106)]();if(h[N(0xd9)]){if(f[N(0xcc)](h['cert']))g=h['cert'];else throw N(0xbc)+g;}let i=![];if(b['f']||b[N(0xfa)])i=!![];else{const t=isRoot();t?(Log[N(0x117)](N(0x105)),i=await Actions[N(0xf2)](N(0x115),![])):i=!![];}if(!i)throw'Aborted';const j=await HTTPS['get']({'url':N(0xb3),'cert':g}),k=f[N(0xd5)](j['data'],N(0xea));if(k[N(0xfd)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process[N(0xb6)][N(0xe4)]='1';const l=k[0x0][N(0xf7)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''),m=N(0xc3);let n;b[N(0xd6)]?n=b[N(0xd6)]:compareVersions(l,m)<0x0?n=m:n=l;Log[N(0xe3)](N(0xf1)+n);const o={'win32':N(0xf0),'darwin':N(0x100),'linux':N(0x114)};let p=N(0xf8)+o[a77e[N(0xc8)]()]+'.'+(a77e[N(0xbd)]()==='arm64'?N(0xb5):N(0x118))+N(0xee)+n,q=await HTTPS[N(0xbe)]({'url':p,'cert':g});n=n[N(0xec)]();n==='3'&&(n=N(0x111));if(!q&&n['includes']('-')){const u=n[N(0x10b)]('-'),v=u[0x0],w=u[N(0xff)](0x1)[N(0xe7)]('-'),x=v['replace'](/\.0+$/,'');Log[N(0x117)](N(0x109)+n+N(0xd4)+x+'-'+w);const y=N(0xf8)+o[a77e[N(0xc8)]()]+'.'+(a77e[N(0xbd)]()===N(0xb5)?N(0xb5):N(0x118))+N(0xee)+x+'-'+w;q=await HTTPS['checkAvailability']({'url':y,'cert':g}),q&&(n=x+'-'+w,p=y);}!q?(Log[N(0xd7)](N(0x109)+n+N(0xe5)),process[N(0xd1)](0x0)):Log['notice'](N(0x109)+n+'\x20is\x20available.');const r=f[N(0xf5)](),s=c['getInstalledMeteorVersion'](n);if(a77g[N(0xb0)](s)){let z=![];b['f']||b[N(0xfa)]?z=!![]:z=await Actions[N(0xf2)](N(0xb9)+n+N(0x113),![]),z?(await SpawnAsync[N(0xf6)]('rm',[N(0x11a),a77f[N(0xe7)](r,N(0xc6))],{'message':N(0x104)}),await SpawnAsync[N(0xf6)]('rm',[N(0x11a),a77f[N(0xe7)](r,N(0xfb))],{'message':N(0xe9)}),await SpawnAsync[N(0xf6)]('rm',[N(0x11a),a77f['join'](r,'meteor')],{'message':N(0x11c)})):(Log['info']('Aborting\x20install'),process['exit'](0x0));}try{const A=process['platform']==='win32';if(A){let B=await Actions[N(0xf2)]('Symlinking\x20is\x20only\x20permitted\x20with\x20Administrator\x20permission.\x20\x20Please\x20run\x20this\x20in\x20an\x20Admin\x20Shell.',![]);!B&&(Log['info'](N(0xb7)),process[N(0xd1)](0x0));}Log[N(0xe3)](N(0x10e)+n+N(0x119)+p),await HTTPS[N(0xe1)]({'url':p,'destPath':a77f[N(0xe7)](homeDir,N(0xde)),'cert':g,'timeout':b[N(0x10c)]?parseInt(b[N(0x10c)])*0x3e8:0x493e0});try{const C=a77f['join'](homeDir,'meteor.tar.gz'),D=a77f['join'](homeDir,'.meteor',N(0xf3),n);a77g[N(0xba)](D,{'recursive':!![]}),await f[N(0xc7)](C,D);}catch(E){console[N(0xed)](E),Log[N(0xd7)](N(0x10f));}updatePath();}catch(F){console['error'](F),process[N(0xd1)](0x1);}finally{!b['keepInstallFile']&&await SpawnAsync[N(0xf6)]('rm',['-rf',a77f[N(0xe7)](homeDir,N(0xde))],{'message':N(0xd0)});}c['linkVersionAsCurrent'](n),Log['success']('Meteor\x20version\x20'+n+N(0xb2)),process[N(0xd1)](0x0);}catch(G){console['error'](G),process[N(0xd1)](0x1);}});function updatePath(){const O=a77K;if(a77e['platform']()==='win32'){const a=process[O(0xb6)][O(0xd2)]||'',b=homeDir+O(0xca);!a[O(0xe0)](b)&&(execSync(O(0xb4)+a+';'+b+'\x22'),Log[O(0xe3)](O(0xc4)),Log[O(0xe3)]('Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.'));}else{const c=a77f[O(0xe7)](homeDir,O(0x110)),d=a77f[O(0xe7)](homeDir,O(0x107)),e=O(0x10d),f=a77g[O(0xb0)](c)?a77g[O(0xce)](c,O(0xd8)):'';!f[O(0xe0)](e)&&(a77g['appendFileSync'](c,'\x0a'+e+'\x0a'),Log[O(0xe3)](O(0xc1)+c));const g=a77g['existsSync'](d)?a77g['readFileSync'](d,O(0xd8)):'';!g[O(0xe0)](e)&&(a77g[O(0xb1)](d,'\x0a'+e+'\x0a'),Log[O(0xe3)](O(0xc1)+d));}}
@@ -1 +1 @@
1
- const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x7a))/0x1+-parseInt(i(0x88))/0x2*(-parseInt(i(0x6c))/0x3)+parseInt(i(0x79))/0x4+-parseInt(i(0x8f))/0x5+parseInt(i(0x67))/0x6*(-parseInt(i(0x7c))/0x7)+-parseInt(i(0x76))/0x8+-parseInt(i(0x89))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x82790));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x72)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x7f)]()[k(0x86)](k(0x80))['toString']()['constructor'](a78a)[k(0x86)](k(0x80));});function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x66;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';import{Log}from'../tools/log/log.class.js';function a78c(){const n=['24IScyBE','withSpinner','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','app/packages','\x20-r\x20app','3vdjjtO','jsdoc','notice','jsdoc-config.json','inherit','app/private','apply','writeFileSync','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','isFile','5201128RfkePj','sep','app/node_modules','3262228AfGXvB','1040659vasUGg','app/public','1111138kuQBAh','docs','join','toString','(((.+)+)+)+$','closure','error','findAppDirectory','utf-8','create','search','.+\x5c.(j|t)s(doc|x)?$','1809146CAgvyq','1589004WmVlik','Running\x20','fsi','\x20-c\x20','\x20-d\x20','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','3823700EDErWC','plugins/markdown'];a78c=function(){return n;};return a78c();}Command[a78l(0x85)]({'name':a78l(0x6d),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a78l(0x74),'examples':['maka\x20jsdoc\x20--init','maka\x20jsdoc'],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x7e)](this[m(0x8b)][m(0x83)](),m(0x7d)+a78e[m(0x77)]),b=a78e[m(0x7e)](this['fsi'][m(0x83)](),'config',m(0x6f)),c=m(0x6d);if(!this[m(0x8b)][m(0x75)](b)){const f={'plugins':[m(0x66)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x6d),m(0x81)]},'source':{'includePattern':m(0x87),'excludePattern':m(0x69),'exclude':[m(0x6a),m(0x78),m(0x7b),m(0x71)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x84)}};a78f[m(0x73)](b,JSON['stringify'](f,null,0x4));}const d=Log[m(0x68)](m(0x8a)+c);try{const g=c+m(0x8c)+b+m(0x6b)+a78e['sep']+m(0x8d)+a;execSync(g,{'stdio':m(0x70)}),Log[m(0x6e)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(h){Log['error'](h),Log[m(0x82)](m(0x8e));}finally{d['stop']();}});
1
+ const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0x147))/0x1+parseInt(i(0x14f))/0x2*(parseInt(i(0x166))/0x3)+-parseInt(i(0x145))/0x4*(-parseInt(i(0x142))/0x5)+-parseInt(i(0x152))/0x6+parseInt(i(0x159))/0x7*(-parseInt(i(0x167))/0x8)+parseInt(i(0x146))/0x9+parseInt(i(0x164))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x685c1));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x144)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x14d)]()[k(0x165)](k(0x15f))[k(0x14d)]()[k(0x155)](a78a)[k(0x165)](k(0x15f));});a78a();import a78e from'path';import a78f from'fs';function a78c(){const n=['(((.+)+)+)+$','notice','docs','\x20-r\x20app','findAppDirectory','3950180ScOiej','search','6XQgblR','6605136DtmRGV','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','135keDUji','jsdoc-config.json','apply','40588VyCkpH','5410296rcEieG','721011gsvqyN','join','maka\x20jsdoc\x20--init','app/private','stop','isFile','toString','inherit','761690iTbuQL','app/node_modules','plugins/markdown','346266NPKKwu','withSpinner','writeFileSync','constructor','jsdoc','closure','fsi','7FRfoPo','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','sep','maka\x20jsdoc','error','utf-8'];a78c=function(){return n;};return a78c();}import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x142;let f=c[d];return f;},a78d(a,b);}Command['create']({'name':a78l(0x156),'usage':a78l(0x15c),'mustBeInMakaProject':!![],'shortDesc':a78l(0x15a),'examples':[a78l(0x149),a78l(0x15c)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x148)](this[m(0x158)][m(0x163)](),m(0x161)+a78e[m(0x15b)]),b=a78e[m(0x148)](this['fsi']['findAppDirectory'](),'config',m(0x143)),c=m(0x156);if(!this[m(0x158)][m(0x14c)](b)){const f={'plugins':[m(0x151)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x156),m(0x157)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':m(0x168),'exclude':['app/packages',m(0x150),'app/public',m(0x14a)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x15e)}};a78f[m(0x154)](b,JSON['stringify'](f,null,0x4));}const d=Log[m(0x153)]('Running\x20'+c);try{const g=c+'\x20-c\x20'+b+m(0x162)+a78e[m(0x15b)]+'\x20-d\x20'+a;execSync(g,{'stdio':m(0x14e)}),Log[m(0x160)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(h){Log[m(0x15d)](h),Log[m(0x15d)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{d[m(0x14b)]();}});