@maka/maka-cli 5.0.33 → 5.0.35

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 (167) hide show
  1. package/bundle/obf/package.json +2 -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/test.js +1 -1
  100. package/bundle/obf/src/commands/undo.js +1 -1
  101. package/bundle/obf/src/commands/version.js +1 -1
  102. package/bundle/obf/src/error.js +1 -1
  103. package/bundle/obf/src/exec.js +1 -1
  104. package/bundle/obf/src/generator.js +1 -1
  105. package/bundle/obf/src/generators/_index.js +1 -1
  106. package/bundle/obf/src/generators/api.js +1 -1
  107. package/bundle/obf/src/generators/aws/_index.js +1 -1
  108. package/bundle/obf/src/generators/aws/aws.js +1 -1
  109. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  110. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  111. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  112. package/bundle/obf/src/generators/collection.js +1 -1
  113. package/bundle/obf/src/generators/component.js +1 -1
  114. package/bundle/obf/src/generators/config.js +1 -1
  115. package/bundle/obf/src/generators/dbc.js +1 -1
  116. package/bundle/obf/src/generators/dockerfile.js +1 -1
  117. package/bundle/obf/src/generators/hook.js +1 -1
  118. package/bundle/obf/src/generators/kits/_index.js +1 -1
  119. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  121. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  123. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  125. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/kit.js +1 -1
  127. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  131. package/bundle/obf/src/generators/layout.js +1 -1
  132. package/bundle/obf/src/generators/maka.gen.js +1 -1
  133. package/bundle/obf/src/generators/methods.js +1 -1
  134. package/bundle/obf/src/generators/package.js +1 -1
  135. package/bundle/obf/src/generators/page.js +1 -1
  136. package/bundle/obf/src/generators/publish.js +1 -1
  137. package/bundle/obf/src/generators/route.js +1 -1
  138. package/bundle/obf/src/generators/service.js +1 -1
  139. package/bundle/obf/src/generators/services/_index.js +1 -1
  140. package/bundle/obf/src/generators/services/openssl.js +1 -1
  141. package/bundle/obf/src/generators/services/translation.js +1 -1
  142. package/bundle/obf/src/maka.js +1 -1
  143. package/bundle/obf/src/templates/meteor/project/package.json +2 -0
  144. package/bundle/obf/src/tool.js +1 -1
  145. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  146. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  147. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  148. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  149. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  150. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  151. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  152. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  153. package/bundle/obf/src/tools/https/https.class.js +1 -1
  154. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  155. package/bundle/obf/src/tools/log/log.class.js +1 -1
  156. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  157. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  158. package/bundle/obf/src/tools/options/options.class.js +1 -1
  159. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  160. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  161. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  162. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  163. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  164. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  165. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  166. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  167. package/package.json +2 -2
@@ -1 +1 @@
1
- var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0xb4))/0x1*(-parseInt(f(0x98))/0x2)+-parseInt(f(0xa5))/0x3*(-parseInt(f(0xa6))/0x4)+-parseInt(f(0xa3))/0x5*(-parseInt(f(0x93))/0x6)+-parseInt(f(0xb1))/0x7*(parseInt(f(0x8b))/0x8)+-parseInt(f(0x96))/0x9*(-parseInt(f(0x86))/0xa)+parseInt(f(0x80))/0xb*(parseInt(f(0x8f))/0xc)+-parseInt(f(0x81))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xaa57f));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xa7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0xa8)]()[h(0x85)](h(0xae))['toString']()[h(0xaf)](a58a)[h(0x85)](h(0xae));});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(0x95)],'category':Category[i(0x7c)],'shape':Shape[i(0xb6)],'color':Color['Yellow'],'texture':Texture[i(0x87)],'rating':Rating[i(0x9f)],'weight':0x1});}[a58j(0x8d)](){var k=a58j;return this[k(0xad)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x95)],'category':Category[l(0x84)],'shape':Shape[l(0x92)],'color':Color[l(0x9d)],'texture':Texture[l(0xb3)],'rating':Rating[l(0x9f)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x7a)],'category':Category['Weapon'],'shape':Shape[m(0xab)],'color':Color['Brown'],'texture':Texture['Metallic'],'rating':Rating[m(0xa4)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x95)],'category':Category['Helmet'],'shape':Shape[n(0x7b)],'color':Color[n(0x9d)],'texture':Texture['Metallic'],'rating':Rating[n(0x9f)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size['Large'],'category':Category[o(0x7f)],'shape':Shape[o(0xb6)],'color':Color[o(0x9d)],'texture':Texture[o(0xb3)],'rating':Rating[o(0x9f)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[p(0xa9)],'shape':Shape[p(0xb6)],'color':Color[p(0x9d)],'texture':Texture[p(0xb3)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[q(0x99)],'shape':Shape[q(0x7b)],'color':Color[q(0x9b)],'texture':Texture[q(0x87)],'rating':Rating[q(0x9f)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x7d)],'category':Category[r(0x88)],'shape':Shape['Circle'],'color':Color[r(0x9b)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[s(0x8c)],'shape':Shape[s(0xb6)],'color':Color['Grey'],'texture':Texture[s(0xb3)],'rating':Rating['Common'],'weight':0x3});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x7a;var f=c[d];return f;},a58d(a,b);}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size[t(0x90)],'category':Category[t(0x83)],'shape':Shape['Rectangle'],'color':Color[t(0x91)],'texture':Texture[t(0x87)],'rating':Rating[t(0x9f)],'weight':0x0});}['use'](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}function a58c(){var E=['Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Metallic','1QjoHFj','author','Rectangle','Large','Circle','Unknown','Small','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','BodyArmor','117480CbdDqU','25849434SsSIBO','Legendary','Key','Weapon','search','11534830LHeEQn','Smooth','Gloves','You\x20hold\x20the\x20','Cup','8yTdAfJ','ArmArmor','use','Gold','384rTlkvB','Tiny','Yellow','Blade','409254QxmJyC','publishDate','Medium','9CjUKMG','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','323794COqTmp','Boots','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Brown','Holy\x20Grail','Grey','Sniper\x20Rifle','Common','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','A\x20mysterious\x20book.','name','85iPTvty','Rare','804EPfQPs','15524quEHoY','apply','toString','LegArmor','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Rifle','Unknown\x20Author','description','(((.+)+)+)+$','constructor','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','5928034sNtKNw'];a58c=function(){return E;};return a58c();}export class Weapon extends Item{constructor(a,b){var u=a58j;super({'name':a,'description':b,'size':Size[u(0x95)],'category':Category[u(0x84)],'shape':Shape['Blade'],'color':Color[u(0x9d)],'texture':Texture['Metallic'],'rating':Rating[u(0x9f)],'weight':0x3});}[a58j(0x8d)](){var v=a58j;return v(0xb2);}}export class Book extends Item{[a58j(0xb5)];[a58j(0x94)];['pageCount'];constructor(a,b=a58j(0xa1),c=a58j(0xac)){var w=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Book'],'shape':Shape[w(0xb6)],'color':Color[w(0x9b)],'texture':Texture['Smooth'],'rating':Rating[w(0x9f)],'weight':0x1}),this['author']=c,this[w(0x94)]=new Date(),this['pageCount']=0x64;}[a58j(0x8d)](){var x=a58j;return x(0x97);}}export class ShortSword extends Item{constructor(){var y=a58j;super({'name':'Short\x20Sword','description':y(0xaa),'size':Size[y(0x95)],'category':Category['Weapon'],'shape':Shape[y(0x92)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[y(0x9f)],'weight':0x3});}[a58j(0x8d)](){var z=a58j;return z(0xb2);}}export class SniperRifle extends Item{constructor(){var A=a58j;super({'name':A(0x9e),'description':A(0xa0),'size':Size[A(0x7a)],'category':Category['Weapon'],'shape':Shape[A(0xab)],'color':Color[A(0x9b)],'texture':Texture[A(0x87)],'rating':Rating[A(0x9f)],'weight':0x5});}['use'](){var B=a58j;return B(0x7e);}}export class HolyGrail extends Item{constructor(){var C=a58j;super({'name':C(0x9c),'description':C(0xb0),'size':Size[C(0x7d)],'category':Category[C(0x8a)],'shape':Shape[C(0x7b)],'color':Color[C(0x8e)],'texture':Texture['Metallic'],'rating':Rating[C(0x82)],'weight':0x1});}[a58j(0x8d)](){var D=a58j;return D(0x89)+this[D(0xa2)]+D(0x9a);}}
1
+ var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x9f))/0x1*(-parseInt(f(0xbc))/0x2)+-parseInt(f(0xbd))/0x3*(parseInt(f(0xb0))/0x4)+-parseInt(f(0xa8))/0x5+-parseInt(f(0xaa))/0x6*(-parseInt(f(0xa3))/0x7)+parseInt(f(0x95))/0x8+parseInt(f(0xce))/0x9+parseInt(f(0xc2))/0xa*(parseInt(f(0xb1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x595c3));function a58c(){var D=['You\x20hold\x20the\x20','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Rifle','use','Common','pageCount','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Short\x20Sword','Large','Helmet','Rare','5692077pmVyFx','2553664qkODUV','description','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Tiny','Smooth','Legendary','Blade','publishDate','Cup','Brown','1QVPBSE','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','LegArmor','Small','7bunUXH','Weapon','Holy\x20Grail','Gold','Unknown','2705200sahtQE','Grey','2427612OppKFF','BodyArmor','author','search','Key','Metallic','8kGClTb','11zIYUYw','Sniper\x20Rifle','Circle','Medium','Yellow','Boots','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Gloves','(((.+)+)+)+$','Unknown\x20Author','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','885462vqrweZ','407100VEoBKw','Book','Rectangle','toString','ArmArmor','2649270ygpjmo'];a58c=function(){return D;};return a58c();}var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a[g(0xc0)]()[g(0xad)](g(0xb9))[g(0xc0)]()['constructor'](a58a)['search'](g(0xb9));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0xb4)],'category':Category[h(0xa7)],'shape':Shape['Rectangle'],'color':Color[h(0xb5)],'texture':Texture['Smooth'],'rating':Rating[h(0xc7)],'weight':0x1});}[a58i(0xc6)](){var j=a58i;return this[j(0x96)];}}export class Sword extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size[k(0xb4)],'category':Category[k(0xa4)],'shape':Shape[k(0x9b)],'color':Color['Grey'],'texture':Texture[k(0xaf)],'rating':Rating[k(0xc7)],'weight':0x3});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x95;var f=c[d];return f;},a58d(a,b);}export class Rifle extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size[l(0xcb)],'category':Category[l(0xa4)],'shape':Shape[l(0xc5)],'color':Color[l(0x9e)],'texture':Texture['Metallic'],'rating':Rating[l(0xcd)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size[m(0xb4)],'category':Category[m(0xcc)],'shape':Shape['Circle'],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[m(0xc7)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size[n(0xcb)],'category':Category[n(0xab)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[n(0xaf)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size[o(0xb4)],'category':Category[o(0xa1)],'shape':Shape[o(0xbf)],'color':Color['Grey'],'texture':Texture[o(0xaf)],'rating':Rating[o(0xc7)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0xb4)],'category':Category[p(0xb6)],'shape':Shape[p(0xb3)],'color':Color[p(0x9e)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size[q(0xa2)],'category':Category[q(0xb8)],'shape':Shape[q(0xb3)],'color':Color[q(0x9e)],'texture':Texture[q(0x99)],'rating':Rating[q(0xc7)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0xb4)],'category':Category[r(0xc1)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[r(0xaf)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58i;super({'name':a,'description':b,'size':Size[s(0x98)],'category':Category[s(0xae)],'shape':Shape[s(0xbf)],'color':Color['Yellow'],'texture':Texture[s(0x99)],'rating':Rating[s(0xc7)],'weight':0x0});}[a58i(0xc6)](){var t=a58i;return t(0xb7);}}export class Weapon extends Item{constructor(a,b){var u=a58i;super({'name':a,'description':b,'size':Size[u(0xb4)],'category':Category[u(0xa4)],'shape':Shape[u(0x9b)],'color':Color[u(0xa9)],'texture':Texture[u(0xaf)],'rating':Rating['Common'],'weight':0x3});}[a58i(0xc6)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a58i(0xac)];[a58i(0x9c)];['pageCount'];constructor(a,b='A\x20mysterious\x20book.',c=a58i(0xba)){var v=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[v(0xbe)],'shape':Shape[v(0xbf)],'color':Color['Brown'],'texture':Texture[v(0x99)],'rating':Rating[v(0xc7)],'weight':0x1}),this[v(0xac)]=c,this[v(0x9c)]=new Date(),this[v(0xc8)]=0x64;}[a58i(0xc6)](){var w=a58i;return w(0xbb);}}export class ShortSword extends Item{constructor(){var x=a58i;super({'name':x(0xca),'description':x(0xc9),'size':Size[x(0xb4)],'category':Category['Weapon'],'shape':Shape[x(0x9b)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[x(0xc7)],'weight':0x3});}['use'](){var y=a58i;return y(0xa0);}}export class SniperRifle extends Item{constructor(){var z=a58i;super({'name':z(0xb2),'description':'An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','size':Size[z(0xcb)],'category':Category['Weapon'],'shape':Shape[z(0xc5)],'color':Color[z(0x9e)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x5});}[a58i(0xc6)](){var A=a58i;return A(0x97);}}export class HolyGrail extends Item{constructor(){var B=a58i;super({'name':B(0xa5),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[B(0xa2)],'category':Category[B(0x9d)],'shape':Shape[B(0xb3)],'color':Color[B(0xa6)],'texture':Texture[B(0xaf)],'rating':Rating[B(0x9a)],'weight':0x1});}[a58i(0xc6)](){var C=a58i;return C(0xc3)+this['name']+C(0xc4);}}
@@ -1 +1 @@
1
- function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a60d(a,b);}function a60c(){const j=['Torture\x20Chamber','Barrens\x20Hideout','Ancient\x20Gem','Empty\x20vial','295352ZgcWxJ','inside','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','toString','holyGrail','136476NUOswM','Ares\x20Predator','Holy\x20Grail','Central\x20Chamber\x20Key','basic','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Matrix\x20Data\x20Haven','Secret\x20Passage','secret123','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','(((.+)+)+)+$','The\x20data\x20remains\x20encrypted.','A\x20long-range\x20weapon.','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Mage\x27s\x20Lair','disenchant','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Central\x20Chamber','27fyeInz','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Golden\x20Key','Armory','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','north','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','gem','search','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','down','A\x20key\x20stained\x20with\x20old\x20blood.','Amulet\x20of\x20Awakening','Corporate\x20Creditstick','open\x20sesame','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','cup','A\x20thin\x20log\x20book','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Rigger\x27s\x20Workshop','outside','amulet','Treasure\x20Room','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','A\x20chalice\x20made\x20of\x20pure\x20gold.','Sniper\x20Rifle','Guard\x27s\x20Log\x20Book','A\x20small\x20surveillance\x20drone.','rifle','Watch\x20Tower','Courtyard','9870TEdVSu','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','constructor','EAST','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Barrens\x20Entrance','east','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Golden\x20Chalice','1912gaXAlU','west','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Blood-stained\x20Key','document','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Downtown\x20Seattle','Entrance\x20Hall','insert\x20gem','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Chad\x20the\x20stupid\x20guard','key','release','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','2967382MDAvkT','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','CorpSec\x20Plans','shield','2901255lgoxPm','show\x20loyalty','3594942ylnHLs','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','apply','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','sword','A\x20clear\x20glass\x20vial.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Alchemy\x20Lab','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Encrypted\x20Data\x20Key','south','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Study','OUTSIDE','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','creditstick','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Jackpoint\x20Login','Emblem\x20Shield','Nothing\x20happens.','The\x20legendary\x20Holy\x20Grail.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Corp\x20Enclave','4613700JyJBef','book'];a60c=function(){return j;};return a60c();}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x231))/0x1+-parseInt(f(0x208))/0x2+-parseInt(f(0x1ec))/0x3*(-parseInt(f(0x1f5))/0x4)+parseInt(f(0x226))/0x5+-parseInt(f(0x20e))/0x6+parseInt(f(0x20c))/0x7+-parseInt(f(0x22c))/0x8*(parseInt(f(0x243))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xd02d8));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x210)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x22f)]()[h(0x24c)](h(0x23b))[h(0x22f)]()[h(0x1ee)](a60a)['search'](h(0x23b));});a60a();export const rooms=[{'name':'Library','description':a60i(0x207),'isStartRoom':!![],'items':[{'type':a60i(0x204),'name':a60i(0x245),'description':a60i(0x1fc)},{'type':a60i(0x227),'name':a60i(0x25e),'description':a60i(0x255),'content':a60i(0x203)}],'exits':[{'direction':a60i(0x1ef),'targetRoom':a60i(0x238)}]},{'name':'Secret\x20Passage','description':a60i(0x1f8),'exits':[{'direction':'NORTH','targetRoom':'Treasure\x20Room','keyRequired':a60i(0x245)},{'direction':'SOUTH','targetRoom':a60i(0x262)}]},{'name':a60i(0x25a),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x230),'name':a60i(0x233),'description':a60i(0x222)}]},{'name':a60i(0x262),'description':a60i(0x241),'roomType':a60i(0x21b),'exits':[{'direction':'UP','targetRoom':a60i(0x261)}]},{'name':'Watch\x20Tower','description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0x21b),'puzzle':{'requiredPhrase':a60i(0x239),'riddle':a60i(0x214),'rewardItem':{'type':a60i(0x260),'name':a60i(0x25d),'description':a60i(0x23d)},'successMessage':'You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':a60i(0x1ff),'description':a60i(0x209),'isStartRoom':!![],'roomType':a60i(0x22d),'puzzle':{'requiredPhrase':a60i(0x252),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0x204),'name':a60i(0x234),'description':a60i(0x1f9)},'successMessage':a60i(0x211),'failureMessage':a60i(0x221)},'exits':[{'direction':a60i(0x248),'targetRoom':a60i(0x21a)},{'direction':a60i(0x1f2),'targetRoom':'Central\x20Chamber','keyRequired':a60i(0x234)}]},{'name':a60i(0x21a),'description':a60i(0x201),'roomType':a60i(0x22d),'items':[{'type':'book','name':'Riddle\x20Book','description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x23e)},{'type':a60i(0x204),'name':a60i(0x234),'description':a60i(0x1f9)}],'exits':[{'direction':'south','targetRoom':a60i(0x1ff)},{'direction':a60i(0x1f2),'targetRoom':a60i(0x215)}]},{'name':a60i(0x215),'description':a60i(0x20f),'roomType':a60i(0x22d),'items':[{'type':a60i(0x235),'name':a60i(0x22b),'description':a60i(0x213)}],'exits':[{'direction':'west','targetRoom':'Study'},{'direction':a60i(0x248),'targetRoom':a60i(0x246)}]},{'name':a60i(0x246),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a60i(0x22d),'items':[{'type':a60i(0x20b),'name':a60i(0x220),'description':a60i(0x202)},{'type':a60i(0x212),'name':'Rusted\x20Sword','description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':a60i(0x218),'targetRoom':'Alchemy\x20Lab'},{'direction':a60i(0x1f2),'targetRoom':a60i(0x242)}]},{'name':a60i(0x242),'description':a60i(0x1ed),'roomType':a60i(0x22d),'exits':[{'direction':a60i(0x1f6),'targetRoom':a60i(0x246)},{'direction':a60i(0x218),'targetRoom':a60i(0x1ff)},{'direction':'north','targetRoom':a60i(0x228)},{'direction':a60i(0x1f2),'targetRoom':a60i(0x25a)}]},{'name':a60i(0x228),'description':a60i(0x249),'roomType':a60i(0x22d),'items':[{'type':a60i(0x204),'name':a60i(0x1fa),'description':a60i(0x24f)}],'puzzle':{'requiredPhrase':a60i(0x205),'riddle':a60i(0x22e),'rewardItem':{'type':a60i(0x24b),'name':a60i(0x22a),'description':a60i(0x23a)},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':a60i(0x25b)},'exits':[{'direction':a60i(0x218),'targetRoom':a60i(0x242)}]},{'name':a60i(0x25a),'description':a60i(0x21e),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x200),'riddle':a60i(0x224),'rewardItem':{'type':a60i(0x254),'name':a60i(0x1f4),'description':a60i(0x25c)},'successMessage':a60i(0x219),'failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':'west','targetRoom':a60i(0x242)}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':a60i(0x22d),'exits':[{'direction':a60i(0x248),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0x237)}]},{'name':a60i(0x237),'description':a60i(0x1f3),'roomType':a60i(0x22d),'puzzle':{'requiredPhrase':'decrypt','riddle':a60i(0x253),'rewardItem':{'type':a60i(0x204),'name':a60i(0x217),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0x216),'failureMessage':a60i(0x23c)},'exits':[{'direction':a60i(0x24e),'targetRoom':'Jackpoint\x20Login'}]},{'name':a60i(0x1fe),'description':a60i(0x236),'roomType':a60i(0x258),'exits':[{'direction':a60i(0x218),'targetRoom':a60i(0x21f)},{'direction':a60i(0x1f2),'targetRoom':a60i(0x1f1)},{'direction':'west','targetRoom':a60i(0x225)}]},{'name':a60i(0x1f1),'description':a60i(0x21c),'roomType':a60i(0x258),'puzzle':{'requiredPhrase':a60i(0x20d),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60i(0x204),'name':'Gang\x20Insignia','description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a60i(0x206),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60i(0x1f6),'targetRoom':'Downtown\x20Seattle'},{'direction':a60i(0x248),'targetRoom':a60i(0x229)}]},{'name':'Corp\x20Enclave','description':a60i(0x1f0),'roomType':a60i(0x22d),'items':[{'type':a60i(0x21d),'name':a60i(0x251),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a60i(0x1fb),'name':a60i(0x20a),'description':a60i(0x223)}],'exits':[{'direction':a60i(0x1f2),'targetRoom':'Downtown\x20Seattle'}]},{'name':a60i(0x229),'description':a60i(0x247),'roomType':a60i(0x258),'items':[{'type':'weapon','name':a60i(0x232),'description':a60i(0x24d)}],'exits':[{'direction':a60i(0x218),'targetRoom':a60i(0x1f1)},{'direction':a60i(0x248),'targetRoom':a60i(0x23f)},{'direction':a60i(0x1f2),'targetRoom':a60i(0x257)}]},{'name':a60i(0x23f),'description':a60i(0x24a),'roomType':a60i(0x22d),'puzzle':{'requiredPhrase':a60i(0x240),'riddle':a60i(0x256),'rewardItem':{'type':a60i(0x259),'name':a60i(0x250),'description':a60i(0x244)},'successMessage':a60i(0x1fd),'failureMessage':'The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.'},'exits':[{'direction':'south','targetRoom':a60i(0x229)}]},{'name':a60i(0x257),'description':a60i(0x1f7),'roomType':a60i(0x22d),'items':[{'type':'drone','name':'MCT\x20Fly-Spy','description':a60i(0x25f)}],'exits':[{'direction':'west','targetRoom':'Barrens\x20Hideout'}]}];
1
+ const a60i=a60d;function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x186;let f=c[d];return f;},a60d(a,b);}(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x1c8))/0x1+-parseInt(f(0x1ba))/0x2+parseInt(f(0x195))/0x3+-parseInt(f(0x1db))/0x4*(-parseInt(f(0x18b))/0x5)+parseInt(f(0x1cf))/0x6+-parseInt(f(0x1f1))/0x7*(parseInt(f(0x1b5))/0x8)+parseInt(f(0x190))/0x9*(parseInt(f(0x1a5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x4f1c4));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x1b9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x197)]()['search']('(((.+)+)+)+$')[h(0x197)]()[h(0x1e8)](a60a)[h(0x1e4)](h(0x1dd));});a60a();export const rooms=[{'name':a60i(0x192),'description':a60i(0x1d6),'isStartRoom':!![],'items':[{'type':a60i(0x1fb),'name':'Golden\x20Key','description':a60i(0x1b8)},{'type':a60i(0x1ef),'name':a60i(0x1c1),'description':a60i(0x1d0),'content':a60i(0x1a3)}],'exits':[{'direction':a60i(0x19d),'targetRoom':'Secret\x20Passage'}]},{'name':a60i(0x1af),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0x1b0),'targetRoom':a60i(0x196),'keyRequired':'Golden\x20Key'},{'direction':a60i(0x1a4),'targetRoom':a60i(0x18f)}]},{'name':a60i(0x196),'description':a60i(0x189),'items':[{'type':'holyGrail','name':'Holy\x20Grail','description':a60i(0x1a8)}]},{'name':a60i(0x18f),'description':a60i(0x1d8),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60i(0x1da)}]},{'name':a60i(0x1da),'description':a60i(0x1c0),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':'secret123','riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':'rifle','name':a60i(0x1c6),'description':a60i(0x1f6)},'successMessage':'You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','failureMessage':'That\x20passcode\x20is\x20incorrect'}}];function a60c(){const j=['CorpSec\x20Plans','Golden\x20Chalice','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Matrix\x20Data\x20Haven','key','A\x20clear\x20glass\x20vial.','Entrance\x20Hall','Ancient\x20Gem','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','amulet','1765KRXKcF','A\x20small\x20surveillance\x20drone.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Jackpoint\x20Login','Courtyard','172710cZBETU','A\x20creditstick\x20loaded\x20with\x20nuyen.','Library','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','1820265Vskoxz','Treasure\x20Room','toString','outside','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Amulet\x20of\x20Awakening','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Corp\x20Enclave','EAST','Riddle\x20Book','creditstick','gem','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','sword','Chad\x20the\x20stupid\x20guard','SOUTH','160QDtmqq','The\x20chest\x20remains\x20firmly\x20shut.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','The\x20legendary\x20Holy\x20Grail.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Alchemy\x20Lab','Barrens\x20Entrance','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','inside','disenchant','Secret\x20Passage','NORTH','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Torture\x20Chamber','328744ZZkqpq','The\x20data\x20remains\x20encrypted.','down','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','apply','727514JORFFf','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','Central\x20Chamber','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Guard\x27s\x20Log\x20Book','A\x20key\x20stained\x20with\x20old\x20blood.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','decrypt','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Sniper\x20Rifle','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','439130Kyjide','east','drone','Central\x20Chamber\x20Key','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Rusted\x20Sword','Mage\x27s\x20Lair','1569276SKhDQe','A\x20thin\x20log\x20book','cup','Rigger\x27s\x20Workshop','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','weapon','Watch\x20Tower','6436OZzYDp','Emblem\x20Shield','(((.+)+)+)+$','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','basic','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','west','Study','Armory','search','Encrypted\x20Data\x20Key','Empty\x20vial','south','constructor','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Downtown\x20Seattle','A\x20chalice\x20made\x20of\x20pure\x20gold.','north','Blood-stained\x20Key','book','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','105bjFXoK','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','Nothing\x20happens.','Barrens\x20Hideout','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20long-range\x20weapon.'];a60c=function(){return j;};return a60c();}export const dungeonConfig=[{'name':a60i(0x187),'description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':a60i(0x1ad),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0x1ea),'rewardItem':{'type':a60i(0x1fb),'name':a60i(0x1cb),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0x1c7),'failureMessage':a60i(0x1f3)},'exits':[{'direction':a60i(0x1ed),'targetRoom':'Study'},{'direction':'east','targetRoom':'Central\x20Chamber','keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0x1e2),'description':a60i(0x1de),'roomType':a60i(0x1ad),'items':[{'type':a60i(0x1ef),'name':a60i(0x19e),'description':a60i(0x1d7),'content':a60i(0x199)},{'type':a60i(0x1fb),'name':'Central\x20Chamber\x20Key','description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':'south','targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x1c9),'targetRoom':a60i(0x1aa)}]},{'name':a60i(0x1aa),'description':a60i(0x1d5),'roomType':a60i(0x1ad),'items':[{'type':a60i(0x1df),'name':a60i(0x1e6),'description':a60i(0x186)}],'exits':[{'direction':a60i(0x1e1),'targetRoom':a60i(0x1e2)},{'direction':a60i(0x1ed),'targetRoom':a60i(0x1e3)}]},{'name':a60i(0x1e3),'description':a60i(0x1b2),'roomType':a60i(0x1ad),'items':[{'type':'shield','name':a60i(0x1dc),'description':a60i(0x1e9)},{'type':a60i(0x1a2),'name':a60i(0x1cd),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':'south','targetRoom':'Alchemy\x20Lab'},{'direction':a60i(0x1c9),'targetRoom':a60i(0x1bd)}]},{'name':'Central\x20Chamber','description':a60i(0x1f0),'roomType':a60i(0x1ad),'exits':[{'direction':'west','targetRoom':a60i(0x1e3)},{'direction':a60i(0x1e7),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x1ed),'targetRoom':'Torture\x20Chamber'},{'direction':'east','targetRoom':a60i(0x196)}]},{'name':a60i(0x1b4),'description':a60i(0x1f5),'roomType':a60i(0x1ad),'items':[{'type':a60i(0x1fb),'name':a60i(0x1ee),'description':a60i(0x1c2)}],'puzzle':{'requiredPhrase':'release','riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a60i(0x1a0),'name':a60i(0x188),'description':a60i(0x1bb)},'successMessage':a60i(0x1b1),'failureMessage':a60i(0x1b3)},'exits':[{'direction':a60i(0x1e7),'targetRoom':a60i(0x1bd)}]},{'name':a60i(0x196),'description':a60i(0x1e0),'roomType':a60i(0x1ad),'puzzle':{'requiredPhrase':'insert\x20gem','riddle':a60i(0x1be),'rewardItem':{'type':a60i(0x1d1),'name':a60i(0x1f8),'description':a60i(0x1ec)},'successMessage':a60i(0x1a7),'failureMessage':a60i(0x1a6)},'exits':[{'direction':'west','targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':'inside','exits':[{'direction':a60i(0x1ed),'targetRoom':a60i(0x1eb)},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':a60i(0x1fa),'description':a60i(0x1c5),'roomType':a60i(0x1ad),'puzzle':{'requiredPhrase':a60i(0x1c4),'riddle':a60i(0x1f9),'rewardItem':{'type':a60i(0x1fb),'name':a60i(0x1e5),'description':a60i(0x1f2)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a60i(0x1b6)},'exits':[{'direction':a60i(0x1b7),'targetRoom':'Jackpoint\x20Login'}]},{'name':a60i(0x1eb),'description':a60i(0x1d4),'roomType':a60i(0x198),'exits':[{'direction':a60i(0x1e7),'targetRoom':a60i(0x18e)},{'direction':a60i(0x1c9),'targetRoom':a60i(0x1ab)},{'direction':a60i(0x1e1),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x1ab),'description':a60i(0x1a1),'roomType':'outside','puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a60i(0x1ac),'rewardItem':{'type':a60i(0x1fb),'name':'Gang\x20Insignia','description':a60i(0x1a9)},'successMessage':a60i(0x1cc),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60i(0x1e1),'targetRoom':a60i(0x1eb)},{'direction':a60i(0x1ed),'targetRoom':a60i(0x1f4)}]},{'name':a60i(0x19c),'description':a60i(0x194),'roomType':a60i(0x1ad),'items':[{'type':a60i(0x19f),'name':'Corporate\x20Creditstick','description':a60i(0x191)},{'type':'document','name':a60i(0x1f7),'description':a60i(0x1bc)}],'exits':[{'direction':'east','targetRoom':a60i(0x1eb)}]},{'name':a60i(0x1f4),'description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':a60i(0x198),'items':[{'type':a60i(0x1d9),'name':'Ares\x20Predator','description':a60i(0x1bf)}],'exits':[{'direction':a60i(0x1e7),'targetRoom':a60i(0x1ab)},{'direction':a60i(0x1ed),'targetRoom':a60i(0x1ce)},{'direction':'east','targetRoom':a60i(0x1d2)}]},{'name':a60i(0x1ce),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x1ad),'puzzle':{'requiredPhrase':a60i(0x1ae),'riddle':a60i(0x19b),'rewardItem':{'type':a60i(0x18a),'name':a60i(0x19a),'description':a60i(0x1d3)},'successMessage':a60i(0x1c3),'failureMessage':a60i(0x18d)},'exits':[{'direction':a60i(0x1e7),'targetRoom':a60i(0x1f4)}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x193),'roomType':a60i(0x1ad),'items':[{'type':a60i(0x1ca),'name':'MCT\x20Fly-Spy','description':a60i(0x18c)}],'exits':[{'direction':a60i(0x1e1),'targetRoom':'Barrens\x20Hideout'}]}];
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0xd8))/0x1+parseInt(f(0xbc))/0x2*(-parseInt(f(0xc0))/0x3)+-parseInt(f(0xd5))/0x4+-parseInt(f(0xd2))/0x5*(parseInt(f(0xcd))/0x6)+-parseInt(f(0xc6))/0x7*(parseInt(f(0xb9))/0x8)+parseInt(f(0xbb))/0x9*(parseInt(f(0xd0))/0xa)+parseInt(f(0xbf))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xa0836));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0xc9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0xc3)]()[h(0xb8)]('(((.+)+)+)+$')[h(0xc3)]()['constructor'](a61a)[h(0xb8)]('(((.+)+)+)+$');});a61a();import{EventEmitter}from'events';export class AbstractScene{['rooms'];[a61i(0xc5)];['logger'];[a61i(0xc4)];}export class AbstractRoom extends EventEmitter{[a61i(0xdb)];[a61i(0xb7)];[a61i(0xcf)];[a61i(0xdc)];[a61i(0xba)];[a61i(0xcc)];[a61i(0xd1)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0xb4;var f=c[d];return f;},a61d(a,b);}export class AbstractDoor{[a61i(0xbe)];['roomB'];['isLocked'];[a61i(0xb6)];[a61i(0xdb)];[a61i(0xda)];[a61i(0xd3)];}export class AbstractInventory{[a61i(0xc8)];[a61i(0xda)];}function a61c(){var j=['_currentLocation','174612OdjkGE','_logger','_inventory','640760tiStWS','_playerName','logger','name','inventory','size','texture','unlockItemOrSolution','description','search','37616LJwXvY','puzzle','9UOprAt','638VGxMlg','shape','roomA','30672686HAqyov','7827hdtKXr','color','rating','toString','characterLocations','player','1904eDHiLm','category','items','apply','weight','uuid','roomType','4866kUHMVl','_maxCarryingWeight','exits','3814850zPMkEX','isStartRoom','6155LSvovX','isLockable'];a61c=function(){return j;};return a61c();}export class AbstractItem{[a61i(0xcb)];[a61i(0xdb)];[a61i(0xb7)];[a61i(0xb4)];[a61i(0xc7)];[a61i(0xbd)];[a61i(0xc1)];[a61i(0xb5)];[a61i(0xc2)];[a61i(0xca)];}export class AbstractPlayer{[a61i(0xd9)];[a61i(0xd4)];[a61i(0xd7)];['_equipment'];[a61i(0xce)];[a61i(0xd6)];}export class AbstractPuzzle{[a61i(0xda)];['solved'];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x1c1))/0x1+parseInt(f(0x1ba))/0x2*(parseInt(f(0x1b8))/0x3)+parseInt(f(0x1c3))/0x4+parseInt(f(0x1af))/0x5*(parseInt(f(0x1c2))/0x6)+parseInt(f(0x1b5))/0x7*(-parseInt(f(0x1b4))/0x8)+parseInt(f(0x1b7))/0x9+parseInt(f(0x1ce))/0xa*(-parseInt(f(0x1ad))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x52b9b));function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1ad;var f=c[d];return f;},a61d(a,b);}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1c5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a['toString']()[h(0x1c8)]('(((.+)+)+)+$')['toString']()['constructor'](a61a)['search']('(((.+)+)+)+$');});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x1b2)];['player'];[a61i(0x1c0)];[a61i(0x1b0)];}export class AbstractRoom extends EventEmitter{[a61i(0x1bb)];[a61i(0x1cf)];[a61i(0x1bf)];['inventory'];[a61i(0x1bc)];[a61i(0x1ae)];['isStartRoom'];}export class AbstractDoor{[a61i(0x1c6)];['roomB'];[a61i(0x1cb)];[a61i(0x1cc)];[a61i(0x1bb)];[a61i(0x1c0)];[a61i(0x1d0)];}export class AbstractInventory{[a61i(0x1b6)];[a61i(0x1c0)];}export class AbstractItem{[a61i(0x1b3)];[a61i(0x1bb)];[a61i(0x1cf)];[a61i(0x1b1)];[a61i(0x1ca)];['shape'];[a61i(0x1c9)];['texture'];['rating'];[a61i(0x1cd)];}function a61c(){var j=['2423380jecqeY','_playerName','apply','roomA','_maxCarryingWeight','search','color','category','isLocked','unlockItemOrSolution','weight','1456030VciXBr','description','isLockable','33ifQLYS','roomType','155wMYvtX','characterLocations','size','rooms','uuid','8GrdzMf','3196186sojpyn','items','3882366niPHiu','632793rILiqg','_currentLocation','2FsRyDP','name','puzzle','solved','_inventory','exits','logger','628987QgZLsq','118662oiNkAO'];a61c=function(){return j;};return a61c();}export class AbstractPlayer{[a61i(0x1c4)];[a61i(0x1b9)];[a61i(0x1be)];['_equipment'];[a61i(0x1c7)];['_logger'];}export class AbstractPuzzle{[a61i(0x1c0)];[a61i(0x1bd)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x162))/0x1*(parseInt(k(0x139))/0x2)+parseInt(k(0x15e))/0x3*(-parseInt(k(0x11a))/0x4)+parseInt(k(0x158))/0x5+parseInt(k(0x170))/0x6*(parseInt(k(0x159))/0x7)+parseInt(k(0x127))/0x8*(parseInt(k(0x131))/0x9)+parseInt(k(0x146))/0xa*(-parseInt(k(0x124))/0xb)+parseInt(k(0x132))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xdf662));export var Size;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x119;var f=c[d];return f;},a62d(a,b);}(function(a){var l=a62d;a[l(0x172)]=l(0x16c),a[l(0x14e)]=l(0x134),a[l(0x13b)]=l(0x150),a['Large']=l(0x17d),a[l(0x175)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x156)]='common',a[m(0x12a)]=m(0x164),a[m(0x17e)]=m(0x15d);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x135)]=n(0x123),a['Shield']=n(0x125),a[n(0x180)]='key',a['Gloves']=n(0x133),a[n(0x12f)]=n(0x12d),a[n(0x141)]=n(0x129),a[n(0x128)]='boots',a[n(0x17f)]=n(0x11d),a[n(0x14c)]=n(0x130),a['BodyArmor']=n(0x157),a[n(0x13d)]='book',a[n(0x121)]=n(0x169),a[n(0x176)]=n(0x12c);}(Category||(Category={})));function a62c(){var v=['orange','square','leg\x20armor','Yellow','WEST','search','Cup','Circle','weapon','68453XoEeUb','shield','Smooth','8lWfsnw','Boots','hat','Rare','Brown','unknown','helmet','west','Helmet','arm\x20armor','2449566LmDvUq','5486604kofpzi','gloves','small','Weapon','purple','Metallic','forest','40WCwZbo','DOWN','Medium','Gold','Book','north','rectangle','smooth','Hat','Green','TOWER','toString','Rectangle','2630qlLTmf','BEACH','(((.+)+)+)+$','DESERT','Red','beach','ArmArmor','Orange','Small','rifle','medium','fuzzy','INSIDE','desert','SOUTH','rough','Common','body\x20armor','618570WDcLxG','7BysLvi','SEA','Triangle','inside','legendary','39mrwFEQ','outside','cave','Grainy','35715xehbRq','Purple','rare','yellow','CAVE','brown','circle','cup','Square','red','tiny','OUTSIDE','EAST','MOUNTAIN','9171654EIEoQh','metallic','Tiny','Blue','blade','VeryLarge','Unknown','underground','Fuzzy','Grey','green','apply','NORTH','large','Legendary','LegArmor','Key','sea','167484VicRxm'];a62c=function(){return v;};return a62c();}export var Shape;(function(a){var o=a62d;a[o(0x122)]=o(0x168),a[o(0x16a)]=o(0x11c),a[o(0x15b)]='triangle',a[o(0x145)]=o(0x13f),a['Blade']=o(0x174),a['Rifle']=o(0x14f);}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a[p(0x14a)]=p(0x16b),a[p(0x173)]='blue',a[p(0x142)]=p(0x17a),a[p(0x11e)]=p(0x165),a[p(0x14d)]=p(0x11b),a[p(0x163)]=p(0x136),a[p(0x179)]='grey',a[p(0x12b)]=p(0x167),a[p(0x13c)]='gold';}(Color||(Color={})));export var Texture;(function(a){var q=a62d;a[q(0x126)]=q(0x140),a['Rough']=q(0x155),a['Bumpy']='bumpy',a[q(0x178)]=q(0x151),a[q(0x161)]='grainy',a[q(0x137)]=q(0x171);}(Texture||(Texture={})));export var RoomType;(function(a){var r=a62d;a[r(0x152)]=r(0x15c),a[r(0x16d)]=r(0x15f),a['UNDERGROUND']=r(0x177),a[r(0x166)]=r(0x160),a[r(0x143)]='tower',a['FOREST']=r(0x138),a[r(0x149)]=r(0x153),a[r(0x16f)]='mountain',a[r(0x147)]=r(0x14b),a[r(0x15a)]=r(0x119);}(RoomType||(RoomType={})));export var Direction;(function(c){var u=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var s=a62d;if(h){var j=h[s(0x17b)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var t=a62d;return e[t(0x144)]()[t(0x120)](t(0x148))[t(0x144)]()['constructor'](e)[t(0x120)](t(0x148));});e(),c[u(0x17c)]=u(0x13e),c[u(0x16e)]='east',c[u(0x154)]='south',c[u(0x11f)]=u(0x12e),c['UP']='up',c[u(0x13a)]='down';}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x105))/0x1*(-parseInt(k(0xb3))/0x2)+parseInt(k(0xf5))/0x3+-parseInt(k(0xac))/0x4+parseInt(k(0xf7))/0x5*(parseInt(k(0xd2))/0x6)+-parseInt(k(0xe6))/0x7*(-parseInt(k(0xe5))/0x8)+-parseInt(k(0xc0))/0x9*(-parseInt(k(0xc9))/0xa)+-parseInt(k(0x108))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x87b1a));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xab;var f=c[d];return f;},a62d(a,b);}export var Size;(function(a){var l=a62d;a[l(0xe0)]='tiny',a[l(0xb9)]=l(0xd0),a[l(0x107)]='medium',a[l(0xe9)]='large',a['VeryLarge']=l(0xe1);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0xd7)]=m(0xbf),a[m(0xcd)]='rare',a[m(0xd3)]=m(0xf2);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a['Weapon']='weapon',a[n(0xe4)]='shield',a[n(0xbc)]=n(0x106),a[n(0xe3)]=n(0xc3),a['Helmet']=n(0xcc),a[n(0x109)]=n(0xb4),a[n(0xad)]=n(0xdb),a['LegArmor']=n(0xc2),a[n(0xef)]=n(0xb7),a['BodyArmor']=n(0xca),a[n(0xb2)]=n(0xed),a[n(0xcf)]='cup',a['Unknown']=n(0x104);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0xda)]=o(0xc7),a[o(0xf8)]=o(0xfd),a[o(0xe7)]=o(0xea),a[o(0xf6)]=o(0xee),a['Blade']='blade',a[o(0xae)]=o(0x103);}(Shape||(Shape={})));export var Color;function a62c(){var v=['leg\x20armor','gloves','metallic','beach','SEA','circle','rough','250nAUXph','body\x20armor','brown','helmet','Rare','down','Cup','small','mountain','3504mmreKv','Legendary','outside','Fuzzy','bumpy','Common','smooth','blue','Circle','boots','south','MOUNTAIN','Red','Metallic','Tiny','very\x20large','DOWN','Gloves','Shield','40SZayRq','606109GBCUrZ','Triangle','CAVE','Large','triangle','inside','Grainy','book','rectangle','ArmArmor','apply','grainy','legendary','WEST','yellow','2383218surldP','Rectangle','8605JSYxfP','Square','Green','west','OUTSIDE','Bumpy','square','INSIDE','north','search','orange','FOREST','rifle','unknown','924383hefEbG','key','Medium','33757724IHuqHQ','Hat','purple','Gold','east','105108TIsMmm','Boots','Rifle','UNDERGROUND','grey','green','Book','2JOAwGh','hat','Orange','Grey','arm\x20armor','Purple','Small','Smooth','BEACH','Key','EAST','toString','common','177903TxccAi','SOUTH'];a62c=function(){return v;};return a62c();}(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(0xf0)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a62d;return e['toString']()[q(0x100)]('(((.+)+)+)+$')[q(0xbe)]()['constructor'](e)[q(0x100)]('(((.+)+)+)+$');});e(),c[r(0xde)]='red',c['Blue']=r(0xd9),c[r(0xf9)]=r(0xb1),c['Yellow']=r(0xf4),c[r(0xb5)]=r(0x101),c[r(0xb8)]=r(0x10a),c[r(0xb6)]=r(0xb0),c['Brown']=r(0xcb),c[r(0x10b)]='gold';}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a[s(0xba)]=s(0xd8),a['Rough']=s(0xc8),a[s(0xfc)]=s(0xd6),a[s(0xd5)]='fuzzy',a[s(0xec)]=s(0xf1),a[s(0xdf)]=s(0xc4);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0xfe)]=t(0xeb),a[t(0xfb)]=t(0xd4),a[t(0xaf)]='underground',a[t(0xe8)]='cave',a['TOWER']='tower',a[t(0x102)]='forest',a['DESERT']='desert',a[t(0xdd)]=t(0xd1),a[t(0xbb)]=t(0xc5),a[t(0xc6)]='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a['NORTH']=u(0xff),a[u(0xbd)]=u(0xab),a[u(0xc1)]=u(0xdc),a[u(0xf3)]=u(0xfa),a['UP']='up',a[u(0xe2)]=u(0xce);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x7a))/0x1*(-parseInt(f(0x70))/0x2)+-parseInt(f(0x78))/0x3*(-parseInt(f(0x79))/0x4)+parseInt(f(0x6f))/0x5+-parseInt(f(0x6e))/0x6*(-parseInt(f(0x76))/0x7)+-parseInt(f(0x75))/0x8+-parseInt(f(0x74))/0x9+parseInt(f(0x71))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x2f900));function a63c(){var i=['252740Kmztmm','16jIlyZC','894750HkhLuT','search','apply','821043sBmdTh','2785624aPbuQZ','853713liiAXJ','constructor','48ghDZnI','86456CQmZfT','3305nITRTO','toString','6ASUzBC'];a63c=function(){return i;};return a63c();}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x73)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0x72)]('(((.+)+)+)+$')[h(0x6d)]()[h(0x77)](a63a)[h(0x72)]('(((.+)+)+)+$');});a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x6d;var f=c[d];return f;},a63d(a,b);}export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x88))/0x1+parseInt(f(0x87))/0x2+parseInt(f(0x8b))/0x3*(parseInt(f(0x84))/0x4)+-parseInt(f(0x8a))/0x5+-parseInt(f(0x86))/0x6+-parseInt(f(0x8f))/0x7*(-parseInt(f(0x8c))/0x8)+-parseInt(f(0x90))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x880a7));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x84;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x89)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x8d)]()[h(0x85)]('(((.+)+)+)+$')[h(0x8d)]()[h(0x8e)](a63a)[h(0x85)]('(((.+)+)+)+$');});function a63c(){var i=['toString','constructor','35voleow','1258659jsCHaH','4iJFxTO','search','4349094hudLqZ','913986cqHMtH','562467OleySX','apply','29350MRSZET','3075441TksVIY','812992mLPDyV'];a63c=function(){return i;};return a63c();}a63a();export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0xe6))/0x1*(parseInt(f(0xf5))/0x2)+-parseInt(f(0xe8))/0x3+-parseInt(f(0xeb))/0x4*(parseInt(f(0xe5))/0x5)+-parseInt(f(0xe9))/0x6*(-parseInt(f(0xf2))/0x7)+-parseInt(f(0xf4))/0x8*(parseInt(f(0xee))/0x9)+parseInt(f(0xea))/0xa+-parseInt(f(0xec))/0xb*(parseInt(f(0xed))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x21e7b));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xe5;var f=c[d];return f;},a64d(a,b);}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0xf1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0xe7)]()[h(0xf3)](h(0xf0))[h(0xe7)]()[h(0xef)](a64a)['search'](h(0xf0));});a64a();function a64c(){var i=['constructor','(((.+)+)+)+$','apply','721HEdxMH','search','8xXMPzJ','618okyNFS','283255nqARQz','197MOLWsq','toString','216504iUGDpc','14970RzSHUW','1113590vYZkah','12iatHmT','11JTxWdg','461436QuZNYM','87912dVKgYm'];a64c=function(){return i;};return a64c();}export{};
1
+ function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x100;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x103))/0x1+parseInt(f(0x100))/0x2*(-parseInt(f(0x106))/0x3)+-parseInt(f(0x109))/0x4+-parseInt(f(0x10a))/0x5+parseInt(f(0x107))/0x6+-parseInt(f(0x105))/0x7*(-parseInt(f(0x101))/0x8)+parseInt(f(0x10b))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x263c4));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x108)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x102)]()[h(0x104)]('(((.+)+)+)+$')[h(0x102)]()['constructor'](a64a)[h(0x104)]('(((.+)+)+)+$');});a64a();function a64c(){var i=['10276KMcAYc','1098712tGZZDr','toString','169234YabaVF','search','7mqlqxt','15hqBIKQ','1468062PRvdTu','apply','1197996UBiDPM','1429465kKgnnw','4994208LPrZBP'];a64c=function(){return i;};return a64c();}export{};
@@ -1 +1 @@
1
- const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0xb9))/0x1*(parseInt(y(0xb0))/0x2)+-parseInt(y(0xe0))/0x3*(parseInt(y(0xcb))/0x4)+-parseInt(y(0xa2))/0x5*(parseInt(y(0xbf))/0x6)+parseInt(y(0xc1))/0x7*(-parseInt(y(0x9e))/0x8)+parseInt(y(0xe2))/0x9*(parseInt(y(0xb2))/0xa)+-parseInt(y(0xab))/0xb+-parseInt(y(0xda))/0xc*(-parseInt(y(0xd9))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x57679));function a65c(){const I=['clear','escape','exit','\x20Game\x20Log\x20','constructor','gloves','4124659eDJYJk','argv','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','75%','leftHand','701342yQDQKk','map','28070IJlRzi','textbox','yellow','player','25%','getInstance','pushLine','2LALekr','toString','forEach','parse','Feet:\x20','90%','78zECnlc','exits','175441sSERSF','(((.+)+)+)+$','getAllItems','screen','key','head','take','checkIfLocked','C-c','OUTSIDE','6460KuxBes','mousemove','Thanks\x20for\x20playing!','45%','rightHand','-----\x20Exits\x20------\x0a','None','write','Side\x20Quest\x20Adventure\x20Game','\x20(Unlocked)','log','Currently\x20in:\x20','split','removeAllListeners','75569peYOJs','2328eOrwuH','70%','\x20Map\x20','join','10%','scroll','105azZTBU','Arms:\x20','2007WSPpiq','unequip','Head:\x20','feet','size','apply','equipment','\x0aThere\x20are\x20no\x20exits\x20here.','getOtherSide','----->>>>>>\x20Initializing\x20Game','cyan','getValue','search','100%','arms','clearValue','torso','lock','\x20(Locked)','\x20Equipment\x20','append','inventory','Gloves:\x20','legs','name','focus','line','currentLocation','box','72kjKncf','handleInput','render','Legs:\x20','14335JMPlYE','Your\x20items\x20will\x20be\x20listed\x20here...','setContent'];a65c=function(){return I;};return a65c();}function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x94;let f=c[d];return f;},a65d(a,b);}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(0xe7)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g['toString']()[A(0xee)]('(((.+)+)+)+$')[A(0xba)]()[A(0xa9)](g)[A(0xee)](A(0xc2));});g();try{const h=a65e[B(0xc4)]({'smartCSR':!![],'title':B(0xd3)}),i=a65e[B(0x9d)]({'top':'0%','left':B(0xae),'width':B(0xb6),'height':B(0xce),'border':{'type':'line'},'label':'\x20Inventory\x20','content':B(0xa3),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xb4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0xc3)]()[C(0xb1)](v=>v[C(0x99)]);i[C(0xa4)](u[C(0xdd)]('\x0a')),h['render']();};h[B(0x95)](i);const k=a65e[B(0x9d)]({'top':B(0xce),'left':B(0xae),'width':B(0xb6),'height':B(0xb6),'border':{'type':B(0x9b)},'label':B(0x94),'content':B(0xad),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xb4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k[D(0xa4)](D(0xe4)+(t[D(0xc6)]?t[D(0xc6)][D(0x99)]:D(0xd1))+'\x0a'+('Torso:\x20'+(t['torso']?t[D(0xf2)][D(0x99)]:'None')+'\x0a')+(D(0xa1)+(t[D(0x98)]?t[D(0x98)][D(0x99)]:'None')+'\x0a')+(D(0xbd)+(t[D(0xe5)]?t[D(0xe5)][D(0x99)]:D(0xd1))+'\x0a')+(D(0xe1)+(t[D(0xf0)]?t['arms'][D(0x99)]:D(0xd1))+'\x0a')+(D(0x97)+(t[D(0xaa)]?t[D(0xaa)][D(0x99)]:'None')+'\x0a')+('Left\x20Hand:\x20'+(t['leftHand']?t[D(0xaf)][D(0x99)]:D(0xd1))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0xcf)]?t[D(0xcf)][D(0x99)]:D(0xd1))+'\x0a')),h[D(0xa0)]();},m=a65e[B(0x9d)]({'top':B(0xdb),'left':B(0xae),'width':B(0xb6),'height':'20%','border':{'type':'line'},'label':B(0xdc),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xb4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u=E(0xd6)+t[E(0x99)]+'\x0a\x0a';u+=E(0xd0),t[E(0xc0)][E(0xe6)]>0x0?t[E(0xc0)][E(0xbb)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0xea)](t);x['roomType']===RoomType[F(0xca)]?u+=capitalCase(w)+':\x20'+x[F(0x99)]:u+=capitalCase(w)+':\x20'+v[F(0x99)];if(v[F(0xc8)]())u+=F(0xf4);else v['checkIfLockable']()&&(u+=F(0xd4));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0xe9),m[E(0xa4)](u),h[E(0xa0)]();},o=a65e[B(0x9d)]({'id':'logBox','top':'0%','left':'0%','width':'75%','height':B(0xbe),'border':{'type':'line'},'label':B(0xa8),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0xd8)](B(0xcc)),h[B(0x95)](o);const p=a65e[B(0xb3)]({'bottom':0x0,'left':0x0,'width':B(0xef),'height':B(0xde),'tags':!![],'border':{'type':'line'},'style':{'fg':'white','border':{'fg':B(0xec)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x95)](p),h['key']([B(0xa6),B(0xc9)],()=>process['exit'](0x0)),p[B(0x9a)](),h[B(0xa0)]();const q=Logger[B(0xb7)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0xd2)](B(0xeb));const s=a65f[B(0xb7)](r,d);o[B(0xa4)](s['getWelcomeMessage']()),l(s[B(0xb5)][B(0xe8)]),j(s[B(0xb5)][B(0x96)]),n(s[B(0xb5)][B(0x9c)]),p[B(0xc5)](['enter'],async()=>{const G=B,t=p[G(0xed)](),u=s[G(0x9f)](t);(t['split']('\x20')[0x0]===G(0xc7)||'equip'||G(0xe3))&&(j(s[G(0xb5)][G(0x96)]),l(s[G(0xb5)][G(0xe8)])),(t[G(0xd7)]('\x20')[0x0]==='go'||G(0xf3)||'unlock')&&n(s['player'][G(0x9c)]),t[G(0xd7)]('\x20')[0x0]===G(0xa5)&&o[G(0xa4)](''),u===null&&(console[G(0xd5)](G(0xcd)),h['render'](),q[G(0xd2)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0xa7)](0x0)),o[G(0xb8)](u),o[G(0xdf)](0x1),p[G(0xf1)](),p[G(0x9a)](),h[G(0xa0)]();});}catch(t){console[B(0xd5)](t),process['exit'](0x1);}}const args=process[a65H(0xac)]['slice'](0x2);main(args[0x0],JSON[a65H(0xbc)](args[0x1]),JSON[a65H(0xbc)](args[0x2]));
1
+ const a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x197))/0x1+parseInt(y(0x19f))/0x2+-parseInt(y(0x192))/0x3*(-parseInt(y(0x170))/0x4)+parseInt(y(0x17a))/0x5+-parseInt(y(0x1b0))/0x6+parseInt(y(0x195))/0x7+parseInt(y(0x18f))/0x8*(-parseInt(y(0x160))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xec4d2));import a65e from'blessed';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x15e;let f=c[d];return f;},a65d(a,b);}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 H=['Currently\x20in:\x20','Legs:\x20','take','join','mousemove','OUTSIDE','56574JPBylQ','90%','25%','clearValue','map','10%','gloves','75%','-----\x20Exits\x20------\x0a','100%','getOtherSide','player','\x20Equipment\x20','getWelcomeMessage','key','head','1272VIPqvb','pushLine','Available\x20exits\x20will\x20be\x20shown\x20here...','Gloves:\x20','Arms:\x20','append','20%','Feet:\x20','Your\x20items\x20will\x20be\x20listed\x20here...','log','7805075Bbvvoi','rightHand','inventory','leftHand','logFilePath','arms','render','box','None','handleInput','name','feet','escape','currentLocation','45%','getValue','roomType','\x0aThere\x20are\x20no\x20exits\x20here.','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','\x20Game\x20Log\x20','size','6856JgtVBz','split','setContent','12600bHIESJ','line','enter','13054069SVilBD','Head:\x20','1165516hMgJQr','constructor','lock','C-c','focus','torso','getInstance','yellow','2600930HbQUHw','scroll','cyan','textbox','exit','write','Left\x20Hand:\x20','search','\x20(Unlocked)','(((.+)+)+)+$','Thanks\x20for\x20playing!','removeAllListeners','checkIfLocked','logBox','toString','parse','equip','5234826gbTbhu','exits'];a65c=function(){return H;};return a65c();}export async function main(c,d,e){const A=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a65d;return g[z(0x1ad)]()[z(0x1a6)](z(0x1a8))[z(0x1ad)]()[z(0x198)](g)['search'](z(0x1a8));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a65e[A(0x181)]({'top':'0%','left':A(0x167),'width':'25%','height':A(0x188),'border':{'type':A(0x193)},'label':'\x20Inventory\x20','content':A(0x178),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19e)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t['getAllItems']()[B(0x164)](v=>v[B(0x184)]);i[B(0x191)](u[B(0x1b5)]('\x0a')),h[B(0x180)]();};h[A(0x175)](i);const k=a65e[A(0x181)]({'top':A(0x188),'left':A(0x167),'width':A(0x162),'height':A(0x162),'border':{'type':A(0x193)},'label':A(0x16c),'content':A(0x18c),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19e)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x175)](k);const l=t=>{const C=A;k[C(0x191)](C(0x196)+(t[C(0x16f)]?t[C(0x16f)][C(0x184)]:'None')+'\x0a'+('Torso:\x20'+(t[C(0x19c)]?t[C(0x19c)]['name']:C(0x182))+'\x0a')+(C(0x1b3)+(t['legs']?t['legs'][C(0x184)]:'None')+'\x0a')+(C(0x177)+(t[C(0x185)]?t[C(0x185)]['name']:C(0x182))+'\x0a')+(C(0x174)+(t[C(0x17f)]?t[C(0x17f)][C(0x184)]:C(0x182))+'\x0a')+(C(0x173)+(t[C(0x166)]?t[C(0x166)][C(0x184)]:'None')+'\x0a')+(C(0x1a5)+(t[C(0x17d)]?t['leftHand']['name']:C(0x182))+'\x0a')+('Right\x20Hand:\x20'+(t[C(0x17b)]?t[C(0x17b)][C(0x184)]:'None')+'\x0a')),h[C(0x180)]();},m=a65e[A(0x181)]({'top':'70%','left':A(0x167),'width':A(0x162),'height':A(0x176),'border':{'type':'line'},'label':'\x20Map\x20','content':A(0x172),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19e)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x175)](m);const n=t=>{const D=A;let u=D(0x1b2)+t[D(0x184)]+'\x0a\x0a';u+=D(0x168),t[D(0x1b1)][D(0x18e)]>0x0?t[D(0x1b1)]['forEach']((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x16a)](t);x[E(0x18a)]===RoomType[E(0x15f)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v['name'];if(v[E(0x1ab)]())u+='\x20(Locked)';else v['checkIfLockable']()&&(u+=E(0x1a7));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x18b),m[D(0x191)](u),h[D(0x180)]();},o=a65e[A(0x181)]({'id':A(0x1ac),'top':'0%','left':'0%','width':A(0x167),'height':A(0x161),'border':{'type':A(0x193)},'label':A(0x18d),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19e)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x1aa)](A(0x15e)),h[A(0x175)](o);const p=a65e[A(0x1a2)]({'bottom':0x0,'left':0x0,'width':A(0x169),'height':A(0x165),'tags':!![],'border':{'type':A(0x193)},'style':{'fg':'white','border':{'fg':A(0x1a1)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x175)](p),h[A(0x16e)]([A(0x186),A(0x19a)],()=>process[A(0x1a3)](0x0)),p[A(0x19b)](),h['render']();const q=Logger[A(0x19d)](e[A(0x17e)],h),r=new Player({'playerName':c});q[A(0x1a4)]('----->>>>>>\x20Initializing\x20Game');const s=a65f[A(0x19d)](r,d);o[A(0x191)](s[A(0x16d)]()),l(s[A(0x16b)]['equipment']),j(s[A(0x16b)][A(0x17c)]),n(s[A(0x16b)]['currentLocation']),p[A(0x16e)]([A(0x194)],async()=>{const F=A,t=p[F(0x189)](),u=s[F(0x183)](t);(t['split']('\x20')[0x0]===F(0x1b4)||F(0x1af)||'unequip')&&(j(s[F(0x16b)][F(0x17c)]),l(s[F(0x16b)]['equipment'])),(t[F(0x190)]('\x20')[0x0]==='go'||F(0x199)||'unlock')&&n(s['player'][F(0x187)]),t[F(0x190)]('\x20')[0x0]==='clear'&&o['setContent'](''),u===null&&(console[F(0x179)](F(0x1a9)),h[F(0x180)](),q['write']('<<<<<<<<---------\x20Terminating\x20game'),process['exit'](0x0)),o[F(0x171)](u),o[F(0x1a0)](0x1),p[F(0x163)](),p[F(0x19b)](),h[F(0x180)]();});}catch(t){console[A(0x179)](t),process['exit'](0x1);}}const args=process['argv']['slice'](0x2);main(args[0x0],JSON[a65G(0x1ae)](args[0x1]),JSON[a65G(0x1ae)](args[0x2]));
@@ -1 +1 @@
1
- function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1ac;let f=c[d];return f;},a66d(a,b);}const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x1cb))/0x1+parseInt(h(0x1bc))/0x2*(parseInt(h(0x1bf))/0x3)+-parseInt(h(0x1c6))/0x4*(-parseInt(h(0x1d0))/0x5)+-parseInt(h(0x1ca))/0x6*(parseInt(h(0x1af))/0x7)+-parseInt(h(0x1b2))/0x8+-parseInt(h(0x1c0))/0x9+parseInt(h(0x1c1))/0xa*(parseInt(h(0x1ad))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xcbe57));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x1cc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x1b5)](j(0x1d6))['toString']()[j(0x1d5)](a66a)[j(0x1b5)]('(((.+)+)+)+$');});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x1bd)]();function a66c(){const r=['scrollTo','[INFO]\x20[','box','275ERXwWz','hasScreen','error','ensureLogFileExists','find','constructor','(((.+)+)+)+$','writeFileSync','filePath','logBox','22CKKzmL','join','634466ysSMyG','content','screen','2662920sPDruH','getInstance','setContent','search','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','children','write','appendFileSync','The\x20logbox\x20','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','14xitGLN','homedir','instance','240612JBySyJ','12844593wCPlNN','5172500ytBzEJ','type','mkdirSync','dirname','side-quest.log','31028WYNNnc','[ERROR]\x20[','.maka','options','66UxWFzt','1569656ZGKTqn','apply'];a66c=function(){return r;};return a66c();}export class Logger{static ['instance'];[a66k(0x1d8)];[a66k(0x1b1)];constructor(a,b){const l=a66k;this[l(0x1d8)]=a,this[l(0x1b1)]=b,this[l(0x1d3)]();}static[a66k(0x1b3)](a=a66g[a66k(0x1ae)](homeDir,a66k(0x1c8),a66k(0x1c5)),b){const m=a66k;if(!Logger[m(0x1be)]){if(!b)throw new Error(m(0x1b6));Logger[m(0x1be)]=new Logger(a,b);}return Logger[m(0x1be)];}[a66k(0x1d3)](){const n=a66k,a=a66g[n(0x1c4)](this[n(0x1d8)]);!a66e['existsSync'](a)&&a66e[n(0x1c3)](a,{'recursive':!![]}),!a66e['existsSync'](this[n(0x1d8)])&&a66e[n(0x1d7)](this[n(0x1d8)],'');}[a66k(0x1b8)](a){const o=a66k,b=new Date()['toISOString'](),c=o(0x1ce)+b+']\x20'+a+'\x0a';a66e[o(0x1b9)](this[o(0x1d8)],c);}[a66k(0x1d2)](a){const p=a66k,b=new Date()['toISOString'](),c=p(0x1c7)+b+']\x20'+a+'\x0a';a66e[p(0x1b9)](this[p(0x1d8)],c);}['log'](a){const q=a66k,b=this[q(0x1b1)]?.[q(0x1b7)][q(0x1d4)](c=>c[q(0x1c2)]===q(0x1cf)&&c[q(0x1c9)]['id']===q(0x1ac));b?(b[q(0x1b4)](b[q(0x1b0)]+'\x0a'+a),b[q(0x1cd)](b['getScrollHeight']()),this['screen']?.['render']()):this[q(0x1d2)](q(0x1ba)+b+q(0x1bb)+this['screen']),this['write'](a);}[a66k(0x1d1)](){return!!this['screen'];}}
1
+ function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1b9;let f=c[d];return f;},a66d(a,b);}const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x1c2))/0x1+-parseInt(h(0x1db))/0x2*(-parseInt(h(0x1dd))/0x3)+-parseInt(h(0x1c5))/0x4+-parseInt(h(0x1c3))/0x5*(parseInt(h(0x1ce))/0x6)+parseInt(h(0x1b9))/0x7+parseInt(h(0x1e0))/0x8+-parseInt(h(0x1cf))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xd88ed));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x1d2)]()[j(0x1d5)](j(0x1df))[j(0x1d2)]()[j(0x1da)](a66a)['search'](j(0x1df));});function a66c(){const s=['1145674nluJct','existsSync','6HdyFJI','filePath','(((.+)+)+)+$','12099896ZhseMf','render','5853295HfZGos','toISOString','[ERROR]\x20[','mkdirSync','box','appendFileSync','children','screen','setContent','53514fWhoVI','355uCLNXl','error','1280188UXdTEW','dirname','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','[INFO]\x20[','write','hasScreen','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','type','side-quest.log','129336Qrshvh','6329592oPUoXA','scrollTo','logBox','toString','log','instance','search','getInstance','ensureLogFileExists','apply','content','constructor'];a66c=function(){return s;};return a66c();}a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f['homedir']();export class Logger{static [a66k(0x1d4)];['filePath'];[a66k(0x1c0)];constructor(a,b){const l=a66k;this['filePath']=a,this[l(0x1c0)]=b,this[l(0x1d7)]();}static[a66k(0x1d6)](a=a66g['join'](homeDir,'.maka',a66k(0x1cd)),b){const m=a66k;if(!Logger['instance']){if(!b)throw new Error(m(0x1cb));Logger[m(0x1d4)]=new Logger(a,b);}return Logger[m(0x1d4)];}[a66k(0x1d7)](){const n=a66k,a=a66g[n(0x1c6)](this[n(0x1de)]);!a66e[n(0x1dc)](a)&&a66e[n(0x1bc)](a,{'recursive':!![]}),!a66e[n(0x1dc)](this[n(0x1de)])&&a66e['writeFileSync'](this[n(0x1de)],'');}[a66k(0x1c9)](a){const o=a66k,b=new Date()[o(0x1ba)](),c=o(0x1c8)+b+']\x20'+a+'\x0a';a66e[o(0x1be)](this[o(0x1de)],c);}[a66k(0x1c4)](a){const p=a66k,b=new Date()[p(0x1ba)](),c=p(0x1bb)+b+']\x20'+a+'\x0a';a66e[p(0x1be)](this[p(0x1de)],c);}[a66k(0x1d3)](a){const q=a66k,b=this[q(0x1c0)]?.[q(0x1bf)]['find'](c=>c[q(0x1cc)]===q(0x1bd)&&c['options']['id']===q(0x1d1));b?(b[q(0x1c1)](b[q(0x1d9)]+'\x0a'+a),b[q(0x1d0)](b['getScrollHeight']()),this[q(0x1c0)]?.[q(0x1e1)]()):this[q(0x1c4)]('The\x20logbox\x20'+b+q(0x1c7)+this['screen']),this[q(0x1c9)](a);}[a66k(0x1ca)](){const r=a66k;return!!this[r(0x1c0)];}}
@@ -1 +1 @@
1
- const a67l=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0x10b))/0x1*(parseInt(j(0x10f))/0x2)+-parseInt(j(0x110))/0x3*(-parseInt(j(0x106))/0x4)+parseInt(j(0x114))/0x5+parseInt(j(0xfe))/0x6+-parseInt(j(0x104))/0x7*(parseInt(j(0x100))/0x8)+-parseInt(j(0x108))/0x9*(-parseInt(j(0x109))/0xa)+parseInt(j(0x113))/0xb*(-parseInt(j(0x11b))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x2965c));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['toString']()[k(0x10e)](k(0x107))['toString']()['constructor'](a67a)[k(0x10e)](k(0x107));});function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xfc;let f=c[d];return f;},a67d(a,b);}a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';function a67c(){const o=['player','search','393430yXOfud','639nsKZZt','resolve','select','913AYdTCs','1196275BENHsJ','exit','url','Thanks\x20for\x20playing!','What\x20is\x20your\x20name?','./sideQuest/ui.js','create','72972VPqCKO','dungeon','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','log','ask','Commoner','maka\x20play:side-quest','join','256764LIBwRM','Play\x20a\x20little\x20side-quest','8TjVtbt','fsi','node','shadowrun','645211dSfEBa','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','3404vzugAx','(((.+)+)+)+$','9jKSrnB','1064330wYjbcW','stringify','1vfPdKk','side-quest'];a67c=function(){return o;};return a67c();}import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67l(0x116)]),__dirname=dirname(__filename);Command[a67l(0x11a)]({'name':a67l(0x10c),'usage':a67l(0xfc),'shortDesc':a67l(0xff),'aliases':['sq'],'description':a67l(0x11d),'validOpts':[a67l(0x10d)]},async function(a,b){const m=a67l;try{const c=this[m(0x101)]['getGlobalMakaDir'](),d=a67e[m(0xfd)](c,'side-quest.log'),e=b['player']?b[m(0x10d)]:await Actions[m(0x11f)](m(0x118))||m(0x120),f={...b,'logFilePath':d},g=await Actions[m(0x112)]({'message':m(0x105),'name':'sideQuestAnswer','choices':[{'name':m(0x11c),'value':dungeonConfig},{'name':m(0x103),'value':shadowrunConfig}]});if(e&&g){const h=spawn(m(0x102),[a67e[m(0x111)](__dirname,m(0x119)),e,JSON[m(0x10a)](g),JSON[m(0x10a)](f)],{'stdio':'inherit'});h['on'](m(0x115),()=>{const n=m;Log['bright'](n(0x117));});}}catch(i){console[m(0x11e)](i);}},a67f);
1
+ const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=-parseInt(j(0x1db))/0x1+parseInt(j(0x1ed))/0x2*(parseInt(j(0x1f7))/0x3)+-parseInt(j(0x1e8))/0x4+-parseInt(j(0x1f2))/0x5+-parseInt(j(0x1ee))/0x6*(-parseInt(j(0x1f9))/0x7)+parseInt(j(0x1f8))/0x8*(-parseInt(j(0x1dd))/0x9)+parseInt(j(0x1f5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xcb844));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x1e2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x1e6)]()[l(0x1f0)](l(0x1f1))[l(0x1e6)]()[l(0x1e9)](a67a)[l(0x1f0)](l(0x1f1));});a67a();import a67e from'path';import{spawn}from'child_process';function a67c(){const p=['3284840dAMGIu','./sideQuest/ui.js','sideQuestAnswer','24925080rJpsRu','fsi','15uvbpMe','316688pNLlFT','8659eBwXwZ','Play\x20a\x20little\x20side-quest','maka\x20play:side-quest','shadowrun','player','1339476sZKgNf','inherit','63FYQqjK','url','ask','bright','Thanks\x20for\x20playing!','apply','What\x20is\x20your\x20name?','Commoner','getGlobalMakaDir','toString','side-quest','2486456sWCsBH','constructor','log','stringify','join','493018IHVgik','18jsWjpN','select','search','(((.+)+)+)+$'];a67c=function(){return p;};return a67c();}function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1db;let f=c[d];return f;},a67d(a,b);}import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x1de)]),__dirname=dirname(__filename);Command['create']({'name':a67m(0x1e7),'usage':a67m(0x1fb),'shortDesc':a67m(0x1fa),'aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':[a67m(0x1fd)]},async function(a,b){const n=a67m;try{const c=this[n(0x1f6)][n(0x1e5)](),d=a67e[n(0x1ec)](c,'side-quest.log'),e=b[n(0x1fd)]?b['player']:await Actions[n(0x1df)](n(0x1e3))||n(0x1e4),f={...b,'logFilePath':d},g=await Actions[n(0x1ef)]({'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','name':n(0x1f4),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':n(0x1fc),'value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e['resolve'](__dirname,n(0x1f3)),e,JSON[n(0x1eb)](g),JSON[n(0x1eb)](f)],{'stdio':n(0x1dc)});h['on']('exit',()=>{const o=n;Log[o(0x1e0)](o(0x1e1));});}}catch(i){console[n(0x1ea)](i);}},a67f);
@@ -1 +1 @@
1
- var a68h=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0xea))/0x1+parseInt(f(0xed))/0x2+parseInt(f(0xee))/0x3*(-parseInt(f(0xeb))/0x4)+-parseInt(f(0xe6))/0x5+parseInt(f(0xec))/0x6+-parseInt(f(0xe1))/0x7+-parseInt(f(0xe0))/0x8*(-parseInt(f(0xe3))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xf26c2));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[g(0xe2)]()[g(0xe9)](g(0xe5))[g(0xe2)]()['constructor'](a68a)[g(0xe9)](g(0xe5));});function a68c(){var j=['npx\x20command-line-snake','search','139082mLiava','4joAQCM','7192584CAKlvd','1406162CZnOZW','5098233aVZBos','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','snake','19512656wztJDh','25690vWSoYH','toString','9aOFjKl','inherit','(((.+)+)+)+$','8919830NRyTmP','create'];a68c=function(){return j;};return a68c();}a68a();function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xe0;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[a68h(0xe7)]({'name':a68h(0xf0),'usage':'maka\x20game:snake','shortDesc':a68h(0xef),'validOpts':[]},async function(){var i=a68h;execSync(i(0xe8),{'stdio':i(0xe4)});},a68e);
1
+ var a68h=a68d;function a68c(){var j=['137613ZZZbVc','toString','constructor','6MQrtHK','3sFESVr','794648RTrxRo','253MyoMiZ','51470SVoXOh','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','snake','152obZudb','662318XQAqql','36ggHxJZ','383544cSbFxL','(((.+)+)+)+$','search','2141930GBqIIx','inherit','maka\x20game:snake','1937726vWELKS'];a68c=function(){return j;};return a68c();}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x195))/0x1+parseInt(f(0x18c))/0x2*(parseInt(f(0x199))/0x3)+parseInt(f(0x18b))/0x4*(parseInt(f(0x19c))/0x5)+-parseInt(f(0x198))/0x6*(parseInt(f(0x194))/0x7)+parseInt(f(0x19a))/0x8*(parseInt(f(0x18d))/0x9)+parseInt(f(0x191))/0xa+parseInt(f(0x19b))/0xb*(-parseInt(f(0x18e))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x702fd));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[g(0x196)]()[g(0x190)](g(0x18f))[g(0x196)]()[g(0x197)](a68a)[g(0x190)](g(0x18f));});function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x18a;var f=c[d];return f;},a68d(a,b);}a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a68h(0x18a),'usage':a68h(0x193),'shortDesc':a68h(0x19d),'validOpts':[]},async function(){var i=a68h;execSync('npx\x20command-line-snake',{'stdio':i(0x192)});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x125))/0x1*(-parseInt(f(0x127))/0x2)+parseInt(f(0x12b))/0x3+-parseInt(f(0x12f))/0x4+parseInt(f(0x11f))/0x5+-parseInt(f(0x12a))/0x6+parseInt(f(0x12e))/0x7+-parseInt(f(0x122))/0x8*(-parseInt(f(0x11d))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x35789));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x11d;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(0x124)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x130)]()[h(0x12c)](h(0x120))[h(0x130)]()[h(0x128)](a69a)[h(0x12c)]('(((.+)+)+)+$');});a69a();function a69c(){var k=['maka\x20game:tetris','1858850nSNLgg','1540800kMpnDU','toString','549NdPvZm','npx\x20simple-tetris','465420FfFdWX','(((.+)+)+)+$','inherit','83464TNYAnr','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','apply','4qKnQEi','tetris','201172wosxIU','constructor','create','999414YnCnKQ','534249wsbpwv','search'];a69c=function(){return k;};return a69c();}import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x129)]({'name':a69i(0x126),'usage':a69i(0x12d),'shortDesc':a69i(0x123),'validOpts':[]},async function(){var j=a69i;execSync(j(0x11e),{'stdio':j(0x121)});},a69e);
1
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0xbe))/0x1+-parseInt(f(0xbd))/0x2*(parseInt(f(0xd0))/0x3)+-parseInt(f(0xc3))/0x4*(parseInt(f(0xcd))/0x5)+parseInt(f(0xc7))/0x6*(parseInt(f(0xc8))/0x7)+-parseInt(f(0xc4))/0x8+-parseInt(f(0xcc))/0x9*(-parseInt(f(0xcf))/0xa)+parseInt(f(0xc9))/0xb*(parseInt(f(0xce))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xad9ca));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0xc0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0xd1)]()[h(0xc2)](h(0xc1))[h(0xd1)]()[h(0xbf)](a69a)[h(0xc2)](h(0xc1));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xbc;var f=c[d];return f;},a69d(a,b);}Command[a69i(0xcb)]({'name':'tetris','usage':a69i(0xbc),'shortDesc':a69i(0xca),'validOpts':[]},async function(){var j=a69i;execSync(j(0xc5),{'stdio':j(0xc6)});},a69e);function a69c(){var k=['171702eBTOJk','35rhjcSm','3137123NNYJiB','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','create','9PVvXCj','4215OtiKNo','108AIZavG','858210qBxtrx','21798WoUKWq','toString','maka\x20game:tetris','302etuifS','516828pHgPVq','constructor','apply','(((.+)+)+)+$','search','3592qPiPFV','5977416QGNbQS','npx\x20simple-tetris','inherit'];a69c=function(){return k;};return a69c();}
@@ -1 +1 @@
1
- const a70i=a70d;function a70c(){const k=['maka\x20g:package\x20package:name','77AqiOnh','generate','search','maka\x20{generate,\x20g}:<generator>\x20<name>','processAndRunGenerator','1502946DxVYQQ','104344JCCDPQ','4560RhRRyF','20FjxwGY','3BxoSTy','apply','maka\x20g:route\x20todos/edit','(((.+)+)+)+$','Scaffold\x20various\x20parts\x20of\x20your\x20application','46262AxQxiQ','splice','create','maka\x20g:scaffold\x20todos','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','exit','constructor','toString','maka\x20g:template\x20todos/todo_item','4532XfZRLv','maka\x20g:api\x20trucks','107510mGnDiw','64191gkKabk','maka\x20generate:scaffold\x20todos','1582152DKaBXl'];a70c=function(){return k;};return a70c();}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x1dc))/0x1*(-parseInt(f(0x1e1))/0x2)+parseInt(f(0x1ed))/0x3*(parseInt(f(0x1db))/0x4)+-parseInt(f(0x1ec))/0x5+parseInt(f(0x1ef))/0x6+parseInt(f(0x1f1))/0x7*(-parseInt(f(0x1d9))/0x8)+-parseInt(f(0x1d8))/0x9+-parseInt(f(0x1da))/0xa*(-parseInt(f(0x1ea))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x26603));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1dd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1e8)]()[h(0x1d5)]('(((.+)+)+)+$')[h(0x1e8)]()[h(0x1e7)](a70a)[h(0x1d5)](h(0x1df));});function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1d5;let f=c[d];return f;},a70d(a,b);}a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x1e3)]({'name':a70i(0x1f2),'aliases':['g'],'usage':a70i(0x1d6),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0x1e0),'description':a70i(0x1e5),'examples':[a70i(0x1ee),a70i(0x1e4),a70i(0x1e9),a70i(0x1f0),a70i(0x1de),a70i(0x1eb),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x1e2)](0x0,0x1),await a70e[j(0x1d7)](c,a,b)):a70e['invoke'](a,b);}catch(d){Log['error'](d),process[j(0x1e6)](0x1);}});
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x1cf))/0x1+-parseInt(f(0x1e5))/0x2+parseInt(f(0x1e1))/0x3+parseInt(f(0x1d7))/0x4*(parseInt(f(0x1dc))/0x5)+parseInt(f(0x1d8))/0x6+-parseInt(f(0x1dd))/0x7+-parseInt(f(0x1df))/0x8*(parseInt(f(0x1e6))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x719a2));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1d6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1d2)]()['search'](h(0x1e2))[h(0x1d2)]()[h(0x1e4)](a70a)[h(0x1d1)](h(0x1e2));});a70a();function a70c(){const k=['7164lYksZE','3056136KMymRZ','maka\x20g:api\x20trucks','maka\x20g:package\x20package:name','generate','1650pJjMrH','4149775JCNKsl','splice','23880HBAuoJ','invoke','2598441SSrcSG','(((.+)+)+)+$','Scaffold\x20various\x20parts\x20of\x20your\x20application','constructor','1266808cZWMIR','873zfBASF','processAndRunGenerator','maka\x20generate:scaffold\x20todos','maka\x20g:route\x20todos/edit','maka\x20g:scaffold\x20todos','14555yiEgNn','create','search','toString','error','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','apply'];a70c=function(){return k;};return a70c();}import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1ce;let f=c[d];return f;},a70d(a,b);}import{Log}from'../tools/log/log.class.js';Command[a70i(0x1d0)]({'name':a70i(0x1db),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0x1e3),'description':a70i(0x1d5),'examples':[a70i(0x1e8),a70i(0x1ce),a70i(0x1d4),a70i(0x1da),a70i(0x1e9),a70i(0x1d9),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x1de)](0x0,0x1),await a70e[j(0x1e7)](c,a,b)):a70e[j(0x1e0)](a,b);}catch(d){Log[j(0x1d3)](d),process['exit'](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x1c2))/0x1*(-parseInt(f(0x1b8))/0x2)+-parseInt(f(0x1b9))/0x3+-parseInt(f(0x1c4))/0x4*(parseInt(f(0x1bc))/0x5)+-parseInt(f(0x1c3))/0x6+parseInt(f(0x1b7))/0x7*(-parseInt(f(0x1bb))/0x8)+-parseInt(f(0x1b6))/0x9+parseInt(f(0x1ba))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xdf430));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1be)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x1c1)]()[h(0x1bd)]('(((.+)+)+)+$')[h(0x1c1)]()[h(0x1c0)](a71a)[h(0x1bd)](h(0x1bf));});function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1b6;var f=c[d];return f;},a71d(a,b);}a71a();import'./get.command.js';function a71c(){var i=['304136xcyPzM','375EzDOSH','search','apply','(((.+)+)+)+$','constructor','toString','111bBNRrX','1415484ssUCrj','44044fJfpyV','1071531hqbPjJ','7EAbpVe','22452ecwlFF','477837TZqWyW','35386600voFwVS'];a71c=function(){return i;};return a71c();}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x199))/0x1*(-parseInt(f(0x1a0))/0x2)+-parseInt(f(0x19b))/0x3*(-parseInt(f(0x1a2))/0x4)+-parseInt(f(0x198))/0x5*(-parseInt(f(0x1a4))/0x6)+-parseInt(f(0x19c))/0x7+-parseInt(f(0x1a1))/0x8+parseInt(f(0x19d))/0x9*(-parseInt(f(0x19e))/0xa)+-parseInt(f(0x19f))/0xb*(-parseInt(f(0x195))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x1adda));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1a3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x197)]()[h(0x196)]('(((.+)+)+)+$')[h(0x197)]()['constructor'](a71a)[h(0x196)](h(0x19a));});a71a();import'./get.command.js';import'./global.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x195;var f=c[d];return f;},a71d(a,b);}import'./local.sub.cmd.js';function a71c(){var i=['apply','6omAbfR','5748684WdahSv','search','toString','95070dIPQPr','203659UJmJmg','(((.+)+)+)+$','12qWfHmh','60340AyneWa','557892WdtuMc','30sTejnP','11GZVsSo','2BrVUvu','1570672gsDRls','206548ZFitIK'];a71c=function(){return i;};return a71c();}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(0x158))/0x1+-parseInt(f(0x156))/0x2+parseInt(f(0x153))/0x3+parseInt(f(0x15e))/0x4+-parseInt(f(0x15a))/0x5*(parseInt(f(0x163))/0x6)+-parseInt(f(0x161))/0x7*(parseInt(f(0x159))/0x8)+parseInt(f(0x155))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x83c18));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x15f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x160)]()[h(0x15c)]('(((.+)+)+)+$')[h(0x160)]()[h(0x15b)](a72a)[h(0x15c)]('(((.+)+)+)+$');});a72a();function a72c(){const k=['5sujQDr','constructor','search','Get\x20various\x20Maka\x20variables\x20and\x20configurations','416876ylluFL','apply','toString','5822873bFtyGY','get','3532398ewvbra','3223245WHpxOw','maka\x20get:<sub-command>','17095932rcNMPM','204514lhtHEU','processAndRunCommand','1015681qwjBfE','8wOdRjS'];a72c=function(){return k;};return a72c();}import{Command}from'../../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x153;let f=c[d];return f;},a72d(a,b);}const GetCommand=Command['create']({'name':a72i(0x162),'usage':a72i(0x154),'shortDesc':a72i(0x15d),'validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0x157)](b);});export default GetCommand;
1
+ const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x8c))/0x1+parseInt(f(0x87))/0x2*(-parseInt(f(0x83))/0x3)+-parseInt(f(0x8b))/0x4+parseInt(f(0x90))/0x5*(-parseInt(f(0x85))/0x6)+parseInt(f(0x92))/0x7*(-parseInt(f(0x89))/0x8)+parseInt(f(0x84))/0x9+parseInt(f(0x8e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xdfab5));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x88)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()['search'](h(0x8d))[h(0x95)]()[h(0x86)](a72a)[h(0x94)](h(0x8d));});function a72c(){const k=['processAndRunCommand','search','toString','get','226671Lknrcy','3006405jKcuCG','697848ZUzBRW','constructor','16njazPu','apply','4043928GFQtAM','create','90556sxHdtu','1191061vWMIGQ','(((.+)+)+)+$','34872910eMgmQS','Get\x20various\x20Maka\x20variables\x20and\x20configurations','25injhjx','maka\x20get:<sub-command>','7OLYnNc'];a72c=function(){return k;};return a72c();}a72a();import{Command}from'../../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x82;let f=c[d];return f;},a72d(a,b);}const GetCommand=Command[a72i(0x8a)]({'name':a72i(0x82),'usage':a72i(0x91),'shortDesc':a72i(0x8f),'validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0x93)](b);});export default GetCommand;
@@ -1 +1 @@
1
- const a73i=a73d;function a73c(){const k=['log','2110TIiTmg','9243jcjQgV','error','exit','3344315EiaMOM','apply','4361tWupRk','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','1714796xiLXEK','2232102aJjjre','6488FnnNft','search','global-config','11715cWMbKh','2pwEbxn','649409uxwuHq','getGlobalConfig','create','1164yhJUIT'];a73c=function(){return k;};return a73c();}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x1a1))/0x1+parseInt(f(0x1a0))/0x2*(-parseInt(f(0x19b))/0x3)+-parseInt(f(0x19a))/0x4+parseInt(f(0x1aa))/0x5+-parseInt(f(0x1a4))/0x6*(parseInt(f(0x1ac))/0x7)+parseInt(f(0x19c))/0x8*(parseInt(f(0x1a7))/0x9)+parseInt(f(0x1a6))/0xa*(-parseInt(f(0x19f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x9a81b));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x1ab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a['toString']()[h(0x19d)]('(((.+)+)+)+$')['toString']()['constructor'](a73a)['search']('(((.+)+)+)+$');});function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x19a;let f=c[d];return f;},a73d(a,b);}a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x1a3)]({'name':a73i(0x19e),'usage':'maka\x20get:global-config','aliases':['gc'],'shortDesc':a73i(0x1ad),'validOpts':[]},async function(){const j=a73i;try{const a=await this['cfg'][j(0x1a2)]();console[j(0x1a5)](a),process[j(0x1a9)](0x0);}catch(b){console[j(0x1a8)](b),process[j(0x1a9)](0x0);}},a73e);
1
+ function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1c4;let f=c[d];return f;},a73d(a,b);}const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x1cb))/0x1*(parseInt(f(0x1d4))/0x2)+-parseInt(f(0x1cc))/0x3*(-parseInt(f(0x1c4))/0x4)+parseInt(f(0x1d1))/0x5*(parseInt(f(0x1d3))/0x6)+-parseInt(f(0x1cd))/0x7+-parseInt(f(0x1d2))/0x8*(parseInt(f(0x1c7))/0x9)+-parseInt(f(0x1cf))/0xa*(parseInt(f(0x1d6))/0xb)+parseInt(f(0x1d9))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x4d4d5));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x1c6)]()[h(0x1ce)](h(0x1ca))[h(0x1c6)]()[h(0x1d5)](a73a)[h(0x1ce)](h(0x1ca));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';function a73c(){const k=['6exnfyK','3201443hIdjlX','search','1662370nFojqW','maka\x20get:global-config','62970KFsxof','542816uCkvJc','156RxjUCX','2ZKhSXe','constructor','33TobrkJ','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','apply','2940024OQTBkW','1257992ldLnCF','global-config','toString','72UNEHHY','create','cfg','(((.+)+)+)+$','614063JEQmgx'];a73c=function(){return k;};return a73c();}Command[a73i(0x1c8)]({'name':a73i(0x1c5),'usage':a73i(0x1d0),'aliases':['gc'],'shortDesc':a73i(0x1d7),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x1c9)]['getGlobalConfig']();console['log'](a),process['exit'](0x0);}catch(b){console['error'](b),process['exit'](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x1ce))/0x1+parseInt(f(0x1d2))/0x2*(-parseInt(f(0x1ca))/0x3)+-parseInt(f(0x1c2))/0x4+-parseInt(f(0x1cc))/0x5+parseInt(f(0x1c6))/0x6*(-parseInt(f(0x1d1))/0x7)+-parseInt(f(0x1c7))/0x8+-parseInt(f(0x1c8))/0x9*(-parseInt(f(0x1c5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x7c2c5));function a74c(){const k=['774hCkaEg','create','519432NWzoUG','search','896020WfVYLQ','cfg','447183inECVB','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','toString','553rbHRGq','8HGNvSs','apply','constructor','2417456VvtOXV','maka\x20get:local-config','(((.+)+)+)+$','325970GMzxEp','20166hiveGS','8001992KIfiac'];a74c=function(){return k;};return a74c();}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x1d3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x1d0)]()[h(0x1cb)](h(0x1c4))[h(0x1d0)]()[h(0x1c1)](a74a)[h(0x1cb)]('(((.+)+)+)+$');});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-0x1c1;let f=c[d];return f;},a74d(a,b);}Command[a74i(0x1c9)]({'name':'local-config','usage':a74i(0x1c3),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x1cf),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x1cd)]['getMakaProjectConfig']();console['log'](a);},a74e);
1
+ const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x10b))/0x1+-parseInt(f(0x103))/0x2*(-parseInt(f(0xf8))/0x3)+-parseInt(f(0x109))/0x4*(parseInt(f(0xfd))/0x5)+parseInt(f(0xfc))/0x6*(parseInt(f(0x107))/0x7)+parseInt(f(0x104))/0x8+parseInt(f(0xff))/0x9+parseInt(f(0xf7))/0xa*(-parseInt(f(0x10a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xdded8));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x108)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a['toString']()[h(0xfe)](h(0x105))[h(0xfa)]()[h(0xfb)](a74a)[h(0xfe)](h(0x105));});a74a();function a74c(){const k=['6ALVVGT','2356810QpsFtv','search','16011144xwSSmc','create','log','getMakaProjectConfig','10dkgdJu','9362312WNXQur','(((.+)+)+)+$','cfg','1711661OPIKVc','apply','4NwSPsi','964073dGeQhT','921702fAvZWK','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','490iRUqET','935613UTZjNg','maka\x20get:local-config','toString','constructor'];a74c=function(){return k;};return a74c();}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-0xf6;let f=c[d];return f;},a74d(a,b);}Command[a74i(0x100)]({'name':'local-config','usage':a74i(0xf9),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0xf6),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x106)][j(0x102)]();console[j(0x101)](a);},a74e);
@@ -1 +1 @@
1
- function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1b0;let f=c[d];return f;},a75d(a,b);}const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x1b3))/0x1*(parseInt(f(0x1b5))/0x2)+parseInt(f(0x1bc))/0x3+parseInt(f(0x1c3))/0x4*(-parseInt(f(0x1b1))/0x5)+-parseInt(f(0x1c2))/0x6+parseInt(f(0x1c1))/0x7+-parseInt(f(0x1c6))/0x8*(-parseInt(f(0x1c0))/0x9)+parseInt(f(0x1ba))/0xa*(parseInt(f(0x1b7))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x50828));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x1b9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x1b8)]()[h(0x1b0)]('(((.+)+)+)+$')['toString']()[h(0x1b2)](a75a)[h(0x1b0)](h(0x1bf));});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command['create']({'name':a75i(0x1b6),'usage':a75i(0x1bb),'shortDesc':a75i(0x1bd),'validOpts':[a75i(0x1be)]},async function(){const j=a75i;try{const a=await this[j(0x1c5)][j(0x1c4)]();return a;}catch(b){Log[j(0x1b4)](b),process['exit'](0x1);}},a75e);function a75c(){const k=['constructor','15rddJet','error','30746RRziZn','whoami','704fgFRBD','toString','apply','5650EvHuuq','maka\x20get:whoami','1293537JHiMsX','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','silent','(((.+)+)+)+$','45LxqyHr','1786722nHazvN','270744SzAYdk','2463652FIfqqX','getGlobalConfig','cfg','60200xObLkx','search','5qAHzRY'];a75c=function(){return k;};return a75c();}
1
+ const a75i=a75d;function a75c(){const k=['(((.+)+)+)+$','1606XRJPzO','60850vzHezw','getGlobalConfig','3672lmLfsu','2412910PyiQzw','12uxTnyt','cfg','apply','toString','constructor','search','silent','191HgSDTN','1262jZTPvg','241734YpxQfn','whoami','2184zhRpzy','1469804FUOEgX','create','exit','1404856DEIXPK','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information'];a75c=function(){return k;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1a0;let f=c[d];return f;},a75d(a,b);}(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x1b0))/0x1*(-parseInt(f(0x1b1))/0x2)+-parseInt(f(0x1b2))/0x3+-parseInt(f(0x1a1))/0x4+parseInt(f(0x1a8))/0x5+parseInt(f(0x1a9))/0x6*(-parseInt(f(0x1b5))/0x7)+parseInt(f(0x1b4))/0x8*(-parseInt(f(0x1a7))/0x9)+parseInt(f(0x1a5))/0xa*(parseInt(f(0x1a4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x46277));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x1ab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x1ac)]()[h(0x1ae)]('(((.+)+)+)+$')[h(0x1ac)]()[h(0x1ad)](a75a)['search'](h(0x1a3));});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75i(0x1b6)]({'name':a75i(0x1b3),'usage':'maka\x20get:whoami','shortDesc':a75i(0x1a2),'validOpts':[a75i(0x1af)]},async function(){const j=a75i;try{const a=await this[j(0x1aa)][j(0x1a6)]();return a;}catch(b){Log['error'](b),process[j(0x1a0)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x15f))/0x1+-parseInt(f(0x159))/0x2*(parseInt(f(0x150))/0x3)+parseInt(f(0x15c))/0x4*(-parseInt(f(0x157))/0x5)+-parseInt(f(0x160))/0x6+-parseInt(f(0x156))/0x7+parseInt(f(0x15b))/0x8*(-parseInt(f(0x152))/0x9)+-parseInt(f(0x154))/0xa*(-parseInt(f(0x151))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xb6490));function a76c(){var j=['1614850AfAgim','apply','22OIdFqO','help','64jhqiHu','4CRqjbu','create','(((.+)+)+)+$','671711Jwtiaj','4276164YisZpc','toString','Try,\x20maka\x20--help','107895mFrNrc','3993UnCDei','20457nodsxP','search','79410OXskSs','constructor','103383EIUHrU'];a76c=function(){return j;};return a76c();}var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x158)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x161)]()['search'](h(0x15e))['toString']()[h(0x155)](a76a)[h(0x153)](h(0x15e));});a76a();function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x150;var f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0x15d)]({'name':a76i(0x15a),'description':a76i(0x162),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x144))/0x1*(parseInt(f(0x138))/0x2)+parseInt(f(0x13d))/0x3+-parseInt(f(0x143))/0x4*(parseInt(f(0x13b))/0x5)+parseInt(f(0x134))/0x6*(parseInt(f(0x137))/0x7)+parseInt(f(0x142))/0x8*(-parseInt(f(0x135))/0x9)+-parseInt(f(0x133))/0xa+parseInt(f(0x140))/0xb*(parseInt(f(0x13e))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x559d3));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x13c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x13f)]()[h(0x13a)](h(0x141))['toString']()['constructor'](a76a)[h(0x13a)]('(((.+)+)+)+$');});a76a();function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x133;var f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';function a76c(){var j=['apply','832155jPjjEq','28167132MTKqZr','toString','11duNUDw','(((.+)+)+)+$','2500488KlfXLn','4cBPJDG','8ZejwyK','6918020qtEoHI','258084IKyNcC','18nCNmOr','Try,\x20maka\x20--help','14zGNAGk','96962NRKwbN','Deprecated:\x20use\x20--help\x20instead','search','3276135PKIPAn'];a76c=function(){return j;};return a76c();}import{UsageError}from'../error.js';Command['create']({'name':'help','description':a76i(0x136),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x139)},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(0x114))/0x1*(parseInt(F(0x164))/0x2)+parseInt(F(0x11e))/0x3*(-parseInt(F(0x163))/0x4)+-parseInt(F(0x16e))/0x5*(parseInt(F(0x128))/0x6)+-parseInt(F(0x165))/0x7*(-parseInt(F(0x12d))/0x8)+parseInt(F(0x124))/0x9+parseInt(F(0x13b))/0xa*(parseInt(F(0x151))/0xb)+-parseInt(F(0x16f))/0xc*(parseInt(F(0x147))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x3040b));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[G(0x11c)]()['search'](G(0x16c))[G(0x11c)]()[G(0x156)](a77a)[G(0x154)]('(((.+)+)+)+$');});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';import{HTTPS}from'../tools/https/https.class.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x10f;let f=c[d];return f;},a77d(a,b);}import{execSync}from'child_process';const homeDir=a77e[a77H(0x166)]();function isRoot(){const I=a77H;return process[I(0x171)]&&process[I(0x171)]()===0x0;}function compareVersions(a,b){const J=a77H,c=a[J(0x12e)]('.')['map'](Number),d=b['split']('.')[J(0x127)](Number);for(let e=0x0;e<Math['max'](c[J(0x150)],d[J(0x150)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77H(0x14b)]({'name':a77H(0x138),'aliases':['i'],'validOpts':[a77H(0x167),a77H(0x14c),a77H(0x135),a77H(0x162),'timeout',a77H(0x173)],'usage':'maka\x20install','shortDesc':a77H(0x144),'description':a77H(0x121),'examples':[a77H(0x116),a77H(0x139),a77H(0x16d),'maka\x20install\x20meteor\x20--set-path',a77H(0x111)]},async function(a,b){const K=a77H;try{const {mpi:c,cfg:d,fsi:f}=this;b[K(0x173)]&&(updatePath(),Log[K(0x119)](K(0x145)),process[K(0x110)](0x0));let g='';if(b[K(0x135)]){if(f[K(0x16b)](b[K(0x135)]))Log['notice'](K(0x152)+b[K(0x135)]),g=b[K(0x135)];else throw K(0x120)+g;}const h=await d[K(0x15b)]();if(h['cert']){if(f[K(0x16b)](h[K(0x14e)]))g=h['cert'];else throw K(0x137)+g;}let i=![];if(b['f']||b[K(0x167)])i=!![];else{const u=isRoot();u?(Log['warn'](K(0x148)),i=await Actions[K(0x141)]('Proceed\x20anyway?',![])):i=!![];}if(!i)throw K(0x134);const j=await HTTPS[K(0x169)]({'url':K(0x129),'cert':g}),k=await f['grep'](j['data'],'RELEASE=');if(k[K(0x150)]===0x0)throw K(0x13c);process[K(0x13f)]['NO_NODE_WARNINGS']='1';const l=k[0x0][K(0x136)](/[^0-9.]/gi,'')[K(0x136)](/\r?\n|\r/,''),m=K(0x160);let n;b['release']?n=b[K(0x14c)]:compareVersions(l,m)<0x0?n=m:n=l;Log['notice']('Preparing\x20to\x20install\x20Meteor\x20'+n);const o={'win32':K(0x170),'darwin':'osx','linux':K(0x158)};let p=K(0x126)+o[a77e[K(0x133)]()]+'.'+(a77e[K(0x13d)]()===K(0x14a)?K(0x14a):K(0x122))+K(0x13a)+n,q=await HTTPS[K(0x172)]({'url':p,'cert':g});if(!q&&n[K(0x125)]('-')){const v=n[K(0x12e)]('-'),w=v[0x0],x=v[K(0x11f)](0x1)[K(0x143)]('-'),y=w[K(0x136)](/\.0+$/,'');Log['warn'](K(0x175)+n+K(0x15a)+y+'-'+x);const z=K(0x126)+o[a77e['platform']()]+'.'+(a77e[K(0x13d)]()===K(0x14a)?'arm64':K(0x122))+K(0x13a)+y+'-'+x;q=await HTTPS[K(0x172)]({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log[K(0x10f)]('Meteor\x20version\x20'+n+K(0x157)),process[K(0x110)](0x0)):Log['notice'](K(0x175)+n+'\x20is\x20available.');const r=f[K(0x15f)](),s=c[K(0x123)](),t=f[K(0x131)]();if(a77g[K(0x174)](s)){let A=![];b['f']||b[K(0x167)]?A=!![]:A=await Actions[K(0x141)](K(0x113),![]),A?(await SpawnAsync[K(0x118)]('rm',[K(0x115),a77f[K(0x143)](r,K(0x14d))],{'message':K(0x142)}),await SpawnAsync[K(0x118)]('rm',[K(0x115),a77f['join'](r,'package-metadata')],{'message':K(0x168)}),await SpawnAsync[K(0x118)]('rm',[K(0x115),a77f[K(0x143)](r,'meteor')],{'message':K(0x14f)})):(Log[K(0x12b)](K(0x15d)),process[K(0x110)](0x0));}try{Log[K(0x11b)]('Downloading\x20Meteor\x20'+n+K(0x159)+p),await HTTPS[K(0x15c)]({'url':p,'destPath':a77f['join'](homeDir,K(0x11a)),'cert':g,'timeout':b[K(0x155)]?parseInt(b['timeout'])*0x3e8:0x493e0});try{const B=a77f[K(0x143)](homeDir,K(0x11a));await f[K(0x149)](B,t);}catch(C){Log[K(0x10f)](K(0x132));}updatePath();}catch(D){console['error'](D),process[K(0x110)](0x1);}finally{!b[K(0x162)]&&await SpawnAsync[K(0x118)]('rm',[K(0x115),a77f[K(0x143)](homeDir,K(0x11a))],{'message':'Cleaning\x20up'});}c[K(0x146)](n),Log[K(0x119)](K(0x175)+n+K(0x153)),process['exit'](0x0);}catch(E){console['error'](E),process[K(0x110)](0x1);}});function updatePath(){const L=a77H;if(a77e['platform']()===L(0x130)){const a=process[L(0x13f)][L(0x12a)]||'',b=homeDir+L(0x161);!a['includes'](b)&&(execSync(L(0x12c)+a+';'+b+'\x22'),Log[L(0x11b)](L(0x15e)),Log[L(0x11b)](L(0x117)));}else{const c=a77f['join'](homeDir,L(0x16a)),d=a77f[L(0x143)](homeDir,'.bashrc'),e=L(0x140),f=a77g[L(0x174)](c)?a77g[L(0x13e)](c,L(0x112)):'';!f[L(0x125)](e)&&(a77g['appendFileSync'](c,'\x0a'+e+'\x0a'),Log[L(0x11b)](L(0x11d)+c));const g=a77g[L(0x174)](d)?a77g['readFileSync'](d,'utf8'):'';!g['includes'](e)&&(a77g[L(0x12f)](d,'\x0a'+e+'\x0a'),Log[L(0x11b)](L(0x11d)+d));}}function a77c(){const M=['.zshrc','isFile','(((.+)+)+)+$','maka\x20install\x20meteor\x20--release\x203.0.1','5xWUEFY','6828ddVnyg','windows','getuid','checkAvailability','setPath','existsSync','Meteor\x20version\x20','error','exit','maka\x20i','utf8','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','1iHFpjj','-rf','maka\x20install\x20meteor','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','withSpinner','success','meteor.tar.gz','notice','toString','Added\x20Meteor\x20path\x20to\x20','15EFqvbr','slice','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--release\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x0a\x20\x20\x20\x20--set-path\x20flag\x20will\x20only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.\x0a\x20\x20','x86_64','getMeteorExePath','1753695AplEqJ','includes','https://packages.meteor.com/bootstrap-link?arch=os.','map','1678962KBEhmI','https://install.meteor.com','PATH','info','setx\x20PATH\x20\x22','8nFgdrB','split','appendFileSync','win32','getUserDataDirectory','Error\x20extracting\x20meteor.tar.gz\x20file','platform','Aborted','cacert','replace','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','install','maka\x20install\x20meteor\x20--force','&release=','121330WauqYE','Network\x20error,\x20please\x20try\x20again.','arch','readFileSync','env','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','confirm','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','join','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','Meteor\x20path\x20updated.','setMeteorReleaseVersion','1157fWygFX','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','extractTarGz','arm64','create','release','packages','cert','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','length','209nVpzQN','Using\x20CA\x20Cert\x20','\x20installed.\x0a','search','timeout','constructor','\x20is\x20not\x20available.','linux','\x20from\x20','\x20is\x20not\x20available,\x20trying\x20','getGlobalConfig','downloadFile','Aborting\x20install','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','getMeteorInstallPath','3.0.2','\x5c.meteor\x5cmeteor','keepInstallFile','279828GEFZyi','500118HDdzaT','1417185WUOGNf','homedir','force','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','get'];a77c=function(){return M;};return a77c();}
1
+ const a77K=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=-parseInt(F(0x9f))/0x1*(parseInt(F(0xaf))/0x2)+-parseInt(F(0xcf))/0x3*(parseInt(F(0xb2))/0x4)+parseInt(F(0xcd))/0x5+-parseInt(F(0x89))/0x6+parseInt(F(0xca))/0x7+-parseInt(F(0xa1))/0x8*(-parseInt(F(0xcb))/0x9)+-parseInt(F(0xb6))/0xa*(parseInt(F(0x9a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xa1ef3));function a77c(){const N=['keepInstallFile','release','join','.bashrc','3.0.2','getMeteorExePath','Error\x20extracting\x20meteor.tar.gz\x20file','-rf','693275XMrpFp','Meteor\x20version\x20','\x20installed.\x0a','Network\x20error,\x20please\x20try\x20again.','warn','10055gXjTxh','utf8','152fXIxAE','exit','Added\x20Meteor\x20path\x20to\x20','\x5c.meteor\x5cmeteor','maka\x20install','Using\x20CA\x20Cert\x20','withSpinner','apply','windows','linux','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','install','env','68xvekEm','PATH','grep','268obizBz','setPath','Downloading\x20Meteor\x20','\x20from\x20','150pNKiDR','replace','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','meteor.tar.gz','Cleaning\x20up','setMeteorReleaseVersion','checkAvailability','split','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--release\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x0a\x20\x20\x20\x20--set-path\x20flag\x20will\x20only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.\x0a\x20\x20','constructor','Aborting\x20install','RELEASE=','max','appendFileSync','notice','search','data','arch','getUserDataDirectory','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','5767146qvFbaW','616257QdtjwS','length','3522155yavdKG','\x20is\x20not\x20available.','9153IYoEpn','meteor','toString','platform','https://install.meteor.com','create','arm64','.zshrc','get','error','https://packages.meteor.com/bootstrap-link?arch=os.','getMeteorInstallPath','setx\x20PATH\x20\x22','NO_NODE_WARNINGS','getuid','osx','isFile','packages','cert','timeout','success','cacert','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','existsSync','force','readFileSync','(((.+)+)+)+$','&release=','4046106DEdPPr','getGlobalConfig','map','x86_64','info','win32','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','Proceed\x20anyway?','Meteor\x20path\x20updated.'];a77c=function(){return N;};return a77c();}const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0xa8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a[H(0x6f)]()[H(0xc5)](H(0x87))['toString']()[H(0xbf)](a77a)[H(0xc5)](H(0x87));});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';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e['homedir']();function isRoot(){const I=a77d;return process['getuid']&&process[I(0x7b)]()===0x0;}function compareVersions(a,b){const J=a77d,c=a[J(0xbd)]('.')[J(0x8b)](Number),d=b[J(0xbd)]('.')[J(0x8b)](Number);for(let e=0x0;e<Math[J(0xc2)](c['length'],d['length']);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77K(0x72)]({'name':a77K(0xad),'aliases':['i'],'validOpts':['force',a77K(0x93),'cacert',a77K(0x92),a77K(0x80),a77K(0xb3)],'usage':a77K(0xa5),'shortDesc':a77K(0xc9),'description':a77K(0xbe),'examples':['maka\x20install\x20meteor','maka\x20install\x20meteor\x20--force','maka\x20install\x20meteor\x20--release\x203.0.1','maka\x20install\x20meteor\x20--set-path','maka\x20i']},async function(a,b){const L=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b[L(0xb3)]&&(updatePath(),Log[L(0x81)](L(0x91)),process[L(0xa2)](0x0));let g='';if(b['cacert']){if(f[L(0x7d)](b[L(0x82)]))Log['notice'](L(0xa6)+b['cacert']),g=b[L(0x82)];else throw L(0xab)+g;}const h=await d[L(0x8a)]();if(h['cert']){if(f['isFile'](h['cert']))g=h[L(0x7f)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+g;}let i=![];if(b['f']||b[L(0x85)])i=!![];else{const u=isRoot();u?(Log[L(0x9e)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),i=await Actions['confirm'](L(0x90),![])):i=!![];}if(!i)throw'Aborted';const j=await HTTPS[L(0x75)]({'url':L(0x71),'cert':g}),k=await f[L(0xb1)](j[L(0xc6)],L(0xc1));if(k[L(0xcc)]===0x0)throw L(0x9d);process[L(0xae)][L(0x7a)]='1';const l=k[0x0][L(0xb7)](/[^0-9.]/gi,'')[L(0xb7)](/\r?\n|\r/,''),m=L(0x96);let n;b[L(0x93)]?n=b[L(0x93)]:compareVersions(l,m)<0x0?n=m:n=l;Log[L(0xc4)]('Preparing\x20to\x20install\x20Meteor\x20'+n);const o={'win32':L(0xa9),'darwin':L(0x7c),'linux':L(0xaa)};let p=L(0x77)+o[a77e[L(0x70)]()]+'.'+(a77e[L(0xc7)]()===L(0x73)?L(0x73):'x86_64')+'&release='+n,q=await HTTPS[L(0xbc)]({'url':p,'cert':g});if(!q&&n['includes']('-')){const v=n[L(0xbd)]('-'),w=v[0x0],x=v['slice'](0x1)['join']('-'),y=w[L(0xb7)](/\.0+$/,'');Log[L(0x9e)](L(0x9b)+n+'\x20is\x20not\x20available,\x20trying\x20'+y+'-'+x);const z=L(0x77)+o[a77e[L(0x70)]()]+'.'+(a77e['arch']()===L(0x73)?L(0x73):L(0x8c))+L(0x88)+y+'-'+x;q=await HTTPS[L(0xbc)]({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log['error'](L(0x9b)+n+L(0xce)),process['exit'](0x0)):Log['notice'](L(0x9b)+n+'\x20is\x20available.');const r=f[L(0x78)](),s=c[L(0x97)](),t=f[L(0xc8)]();if(a77g[L(0x84)](s)){let A=![];b['f']||b['force']?A=!![]:A=await Actions['confirm'](L(0xb8),![]),A?(await SpawnAsync[L(0xa7)]('rm',['-rf',a77f[L(0x94)](r,L(0x7e))],{'message':L(0x83)}),await SpawnAsync[L(0xa7)]('rm',[L(0x99),a77f[L(0x94)](r,'package-metadata')],{'message':L(0x8f)}),await SpawnAsync[L(0xa7)]('rm',['-rf',a77f[L(0x94)](r,L(0xd0))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log[L(0x8d)](L(0xc0)),process[L(0xa2)](0x0));}try{Log[L(0xc4)](L(0xb4)+n+L(0xb5)+p),await HTTPS['downloadFile']({'url':p,'destPath':a77f[L(0x94)](homeDir,L(0xb9)),'cert':g,'timeout':b['timeout']?parseInt(b[L(0x80)])*0x3e8:0x493e0});try{const B=a77f[L(0x94)](homeDir,L(0xb9));await f['extractTarGz'](B,t);}catch(C){Log[L(0x76)](L(0x98));}updatePath();}catch(D){console[L(0x76)](D),process[L(0xa2)](0x1);}finally{!b[L(0x92)]&&await SpawnAsync[L(0xa7)]('rm',['-rf',a77f['join'](homeDir,'meteor.tar.gz')],{'message':L(0xba)});}c[L(0xbb)](n),Log[L(0x81)](L(0x9b)+n+L(0x9c)),process[L(0xa2)](0x0);}catch(E){console[L(0x76)](E),process['exit'](0x1);}});function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x6f;let f=c[d];return f;},a77d(a,b);}function updatePath(){const M=a77K;if(a77e[M(0x70)]()===M(0x8e)){const a=process[M(0xae)][M(0xb0)]||'',b=homeDir+M(0xa4);!a['includes'](b)&&(execSync(M(0x79)+a+';'+b+'\x22'),Log[M(0xc4)](M(0xac)),Log[M(0xc4)]('Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.'));}else{const c=a77f[M(0x94)](homeDir,M(0x74)),d=a77f[M(0x94)](homeDir,M(0x95)),e='export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22',f=a77g['existsSync'](c)?a77g['readFileSync'](c,M(0xa0)):'';!f['includes'](e)&&(a77g[M(0xc3)](c,'\x0a'+e+'\x0a'),Log[M(0xc4)](M(0xa3)+c));const g=a77g[M(0x84)](d)?a77g[M(0x86)](d,'utf8'):'';!g['includes'](e)&&(a77g[M(0xc3)](d,'\x0a'+e+'\x0a'),Log[M(0xc4)](M(0xa3)+d));}}
@@ -1 +1 @@
1
- const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0xd9))/0x1+parseInt(i(0xda))/0x2*(parseInt(i(0xf4))/0x3)+-parseInt(i(0xcc))/0x4*(-parseInt(i(0xef))/0x5)+parseInt(i(0xe5))/0x6*(-parseInt(i(0xe0))/0x7)+parseInt(i(0xf0))/0x8*(parseInt(i(0xf7))/0x9)+-parseInt(i(0xd2))/0xa*(parseInt(i(0xec))/0xb)+-parseInt(i(0xeb))/0xc*(parseInt(i(0xdd))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xaf439));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0xf5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0xe3)]()['search'](k(0xcd))[k(0xe3)]()['constructor'](a78a)['search'](k(0xcd));});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';function a78c(){const n=['app/node_modules','247750IobrFm','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','app/public','findAppDirectory','jsdoc','app/packages','isFile','1427921muGISc','1862572lIfcTD','utf-8','stringify','481qlfAko','maka\x20jsdoc','writeFileSync','245QoeHNs','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','docs','toString','Running\x20','153222AOfAcw','.+\x5c.(j|t)s(doc|x)?$','app/private','sep','create','\x20-r\x20app','556932gmJIjc','616gkcHfx','fsi','\x20-c\x20','102405BjIJAm','744kLwfWS','\x0a[+]\x20Documentation\x20written\x20to\x20','jsdoc-config.json','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','3Iowgva','apply','plugins/markdown','97290DBtDys','join','264aoivyZ','(((.+)+)+)+$','error','withSpinner','inherit'];a78c=function(){return n;};return a78c();}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-0xcc;let f=c[d];return f;},a78d(a,b);}Command[a78l(0xe9)]({'name':a78l(0xd6),'usage':a78l(0xde),'mustBeInMakaProject':!![],'shortDesc':a78l(0xd3),'examples':['maka\x20jsdoc\x20--init',a78l(0xde)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0xf8)](this['fsi'][m(0xd5)](),m(0xe2)+a78e[m(0xe8)]),b=a78e[m(0xf8)](this[m(0xed)][m(0xd5)](),'config',m(0xf2)),c=m(0xd6);if(!this[m(0xed)][m(0xd8)](b)){const f={'plugins':[m(0xf6)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc','closure']},'source':{'includePattern':m(0xe6),'excludePattern':m(0xe1),'exclude':[m(0xd7),m(0xd1),m(0xd4),m(0xe7)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0xdb)}};a78f[m(0xdf)](b,JSON[m(0xdc)](f,null,0x4));}const d=Log[m(0xcf)](m(0xe4)+c);try{const g=c+m(0xee)+b+m(0xea)+a78e[m(0xe8)]+'\x20-d\x20'+a;execSync(g,{'stdio':m(0xd0)}),Log['notice'](m(0xf1)+a);}catch(h){Log['error'](h),Log[m(0xce)](m(0xf3));}finally{d['stop']();}});
1
+ const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x80))/0x1+-parseInt(i(0x92))/0x2+-parseInt(i(0x86))/0x3*(-parseInt(i(0x83))/0x4)+-parseInt(i(0x7e))/0x5+parseInt(i(0x94))/0x6*(parseInt(i(0xa5))/0x7)+-parseInt(i(0x88))/0x8+parseInt(i(0x98))/0x9*(parseInt(i(0x8d))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x87f3c));function a78c(){const n=['\x20-r\x20app','error','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','(((.+)+)+)+$','\x20-d\x20','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','app/packages','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','docs','fsi','391881nLXnnA','create','stop','2601715MyQsGM','inherit','536215EZzuoU','toString','closure','1235380VyieVU','notice','writeFileSync','9BkXlMM','maka\x20jsdoc\x20--init','2941488JkPqOE','app/private','jsdoc-config.json','search','sep','8769790XKvIas','plugins/markdown','withSpinner','apply','jsdoc','2013612HgRGZa','join','12ZtPNfe','utf-8','app/public','findAppDirectory','9gzdTtq','maka\x20jsdoc','\x20-c\x20'];a78c=function(){return n;};return a78c();}const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x90)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x81)]()[k(0x8b)](k(0x9e))[k(0x81)]()['constructor'](a78a)['search']('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x7c;let f=c[d];return f;},a78d(a,b);}import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0x7c)]({'name':'jsdoc','usage':a78l(0x99),'mustBeInMakaProject':!![],'shortDesc':a78l(0xa2),'examples':[a78l(0x87),'maka\x20jsdoc'],'validOpts':[]},function(){const m=a78l,a=a78e['join'](this[m(0xa4)][m(0x97)](),m(0xa3)+a78e[m(0x8c)]),b=a78e[m(0x93)](this['fsi'][m(0x97)](),'config',m(0x8a)),c=m(0x91);if(!this['fsi']['isFile'](b)){const f={'plugins':[m(0x8e)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x91),m(0x82)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':m(0xa0),'exclude':[m(0xa1),'app/node_modules',m(0x96),m(0x89)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x95)}};a78f[m(0x85)](b,JSON['stringify'](f,null,0x4));}const d=Log[m(0x8f)]('Running\x20'+c);try{const g=c+m(0x9a)+b+m(0x9b)+a78e[m(0x8c)]+m(0x9f)+a;execSync(g,{'stdio':m(0x7f)}),Log[m(0x84)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(h){Log[m(0x9c)](h),Log['error'](m(0x9d));}finally{d[m(0x7d)]();}});