@maka/maka-cli 5.0.33 → 5.0.34

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 (166) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/profile.js +1 -1
  87. package/bundle/obf/src/commands/proxy.js +1 -1
  88. package/bundle/obf/src/commands/reconfig.js +1 -1
  89. package/bundle/obf/src/commands/register.js +1 -1
  90. package/bundle/obf/src/commands/run/_index.js +1 -1
  91. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/run/run.command.js +1 -1
  93. package/bundle/obf/src/commands/set/_index.js +1 -1
  94. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  95. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/set.command.js +1 -1
  97. package/bundle/obf/src/commands/ssh.js +1 -1
  98. package/bundle/obf/src/commands/ssl.js +1 -1
  99. package/bundle/obf/src/commands/test.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/tool.js +1 -1
  144. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  145. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  146. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  147. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  148. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  149. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  150. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  151. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  152. package/bundle/obf/src/tools/https/https.class.js +1 -1
  153. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  154. package/bundle/obf/src/tools/log/log.class.js +1 -1
  155. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  156. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  157. package/bundle/obf/src/tools/options/options.class.js +1 -1
  158. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  159. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  160. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  161. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  162. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  163. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  164. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  165. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  166. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(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(0xbe))/0x1+-parseInt(f(0xc6))/0x2*(parseInt(f(0xd5))/0x3)+-parseInt(f(0xdc))/0x4*(parseInt(f(0xbb))/0x5)+parseInt(f(0xda))/0x6*(-parseInt(f(0xdb))/0x7)+parseInt(f(0xcd))/0x8+-parseInt(f(0xd2))/0x9+parseInt(f(0xd8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xb2cc8));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(0xba)]()[g(0xb9)](g(0xb1))[g(0xba)]()[g(0xcf)](a58a)[g(0xb9)](g(0xb1));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xab;var f=c[d];return f;},a58d(a,b);}export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0xac)],'category':Category['Unknown'],'shape':Shape[h(0xbf)],'color':Color[h(0xaf)],'texture':Texture[h(0xcc)],'rating':Rating[h(0xca)],'weight':0x1});}[a58i(0xd0)](){var j=a58i;return this[j(0xc9)];}}export class Sword extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size[k(0xac)],'category':Category[k(0xb3)],'shape':Shape[k(0xad)],'color':Color[k(0xb4)],'texture':Texture[k(0xc3)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size[l(0xc7)],'category':Category['Weapon'],'shape':Shape[l(0xc0)],'color':Color['Brown'],'texture':Texture[l(0xc3)],'rating':Rating['Rare'],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size[m(0xac)],'category':Category[m(0xde)],'shape':Shape[m(0xb7)],'color':Color['Grey'],'texture':Texture[m(0xc3)],'rating':Rating[m(0xca)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size[n(0xc7)],'category':Category[n(0xd1)],'shape':Shape[n(0xbf)],'color':Color[n(0xb4)],'texture':Texture[n(0xc3)],'rating':Rating[n(0xca)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size[o(0xac)],'category':Category['LegArmor'],'shape':Shape[o(0xbf)],'color':Color[o(0xb4)],'texture':Texture['Metallic'],'rating':Rating[o(0xca)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0xac)],'category':Category[p(0xc2)],'shape':Shape[p(0xb7)],'color':Color[p(0xb6)],'texture':Texture[p(0xcc)],'rating':Rating[p(0xca)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size['Small'],'category':Category[q(0xdd)],'shape':Shape[q(0xb7)],'color':Color['Brown'],'texture':Texture[q(0xcc)],'rating':Rating[q(0xca)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0xac)],'category':Category[r(0xd3)],'shape':Shape[r(0xbf)],'color':Color[r(0xb4)],'texture':Texture[r(0xc3)],'rating':Rating[r(0xca)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58i;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[s(0xd9)],'shape':Shape['Rectangle'],'color':Color['Yellow'],'texture':Texture[s(0xcc)],'rating':Rating[s(0xca)],'weight':0x0});}[a58i(0xd0)](){var t=a58i;return t(0xc1);}}function a58c(){var B=['author','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','26790300MAKYpQ','Key','54BzMMZS','662011MUOwNt','96yaffIz','Gloves','Helmet','Unknown\x20Author','You\x20hold\x20the\x20','Medium','Blade','Legendary','Yellow','Gold','(((.+)+)+)+$','Cup','Weapon','Grey','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Brown','Circle','pageCount','search','toString','295045YCIoch','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Sniper\x20Rifle','1199984jhbsHX','Rectangle','Rifle','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Boots','Metallic','Short\x20Sword','A\x20mysterious\x20book.','36114EhOoiv','Large','Book','description','Common','publishDate','Smooth','2891248oCNmhS','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','constructor','use','BodyArmor','9541053GMrZSC','ArmArmor','Small','30Qcqntz'];a58c=function(){return B;};return a58c();}export class Weapon extends Item{constructor(a,b){var u=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[u(0xb3)],'shape':Shape[u(0xad)],'color':Color[u(0xb4)],'texture':Texture[u(0xc3)],'rating':Rating['Common'],'weight':0x3});}[a58i(0xd0)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a58i(0xd6)];[a58i(0xcb)];[a58i(0xb8)];constructor(a,b=a58i(0xc5),c=a58i(0xdf)){var v=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[v(0xc8)],'shape':Shape[v(0xbf)],'color':Color[v(0xb6)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1}),this[v(0xd6)]=c,this['publishDate']=new Date(),this[v(0xb8)]=0x64;}[a58i(0xd0)](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var w=a58i;super({'name':w(0xc4),'description':w(0xd7),'size':Size[w(0xac)],'category':Category['Weapon'],'shape':Shape[w(0xad)],'color':Color[w(0xb4)],'texture':Texture[w(0xc3)],'rating':Rating[w(0xca)],'weight':0x3});}[a58i(0xd0)](){var x=a58i;return x(0xce);}}export class SniperRifle extends Item{constructor(){var y=a58i;super({'name':y(0xbd),'description':y(0xb5),'size':Size[y(0xc7)],'category':Category['Weapon'],'shape':Shape['Rifle'],'color':Color[y(0xb6)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x5});}['use'](){return'You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22';}}export class HolyGrail extends Item{constructor(){var z=a58i;super({'name':'Holy\x20Grail','description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[z(0xd4)],'category':Category[z(0xb2)],'shape':Shape[z(0xb7)],'color':Color[z(0xb0)],'texture':Texture['Metallic'],'rating':Rating[z(0xae)],'weight':0x1});}[a58i(0xd0)](){var A=a58i;return A(0xab)+this['name']+A(0xbc);}}
@@ -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-0x73;let f=c[d];return f;},a60d(a,b);}function a60c(){const j=['Treasure\x20Room','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','decrypt','Corp\x20Enclave','Riddle\x20Book','Rigger\x27s\x20Workshop','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Courtyard','release','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','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','Library','13844025ppOAlU','west','Armory','rifle','Empty\x20vial','down','Entrance\x20Hall','search','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','The\x20data\x20remains\x20encrypted.','The\x20legendary\x20Holy\x20Grail.','A\x20creditstick\x20loaded\x20with\x20nuyen.','Guard\x27s\x20Log\x20Book','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','A\x20chalice\x20made\x20of\x20pure\x20gold.','EAST','cup','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','weapon','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','An\x20old\x20and\x20rusted\x20sword.','Downtown\x20Seattle','NORTH','drone','constructor','Corporate\x20Creditstick','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Blood-stained\x20Key','sword','Encrypted\x20Data\x20Key','Rusted\x20Sword','A\x20clear\x20glass\x20vial.','Torture\x20Chamber','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','A\x20thin\x20log\x20book','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','insert\x20gem','outside','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Sniper\x20Rifle','OUTSIDE','north','SOUTH','east','Matrix\x20Data\x20Haven','gem','Holy\x20Grail','(((.+)+)+)+$','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Central\x20Chamber\x20Key','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Secret\x20Passage','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','key','110QhsGWy','Central\x20Chamber','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','amulet','8erHqcH','The\x20chest\x20remains\x20firmly\x20shut.','96430VImcgi','2212847pstKCo','Barrens\x20Hideout','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Study','holyGrail','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Amulet\x20of\x20Awakening','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Alchemy\x20Lab','2064360OGWeQx','Golden\x20Key','toString','A\x20key\x20stained\x20with\x20old\x20blood.','That\x20passcode\x20is\x20incorrect','4293524cHbgqQ','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','creditstick','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','secret123','1ZAtOUS','224682EijpHq','inside','apply','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','south','MCT\x20Fly-Spy','1705702fskwIN','Mage\x27s\x20Lair','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Ares\x20Predator','Barrens\x20Entrance','Gang\x20Insignia','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Emblem\x20Shield','Jackpoint\x20Login'];a60c=function(){return j;};return a60c();}(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x7a))/0x1*(-parseInt(f(0x81))/0x2)+parseInt(f(0xe5))/0x3+-parseInt(f(0x75))/0x4+parseInt(f(0xd4))/0x5*(parseInt(f(0x7b))/0x6)+-parseInt(f(0xdb))/0x7*(parseInt(f(0xd8))/0x8)+parseInt(f(0x98))/0x9+parseInt(f(0xda))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xc793d));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0xe7)]()[h(0x9f)](h(0xc8))['toString']()[h(0xb1)](a60a)[h(0x9f)]('(((.+)+)+)+$');});a60a();export const rooms=[{'name':a60i(0x97),'description':a60i(0x95),'isStartRoom':!![],'items':[{'type':a60i(0xd3),'name':a60i(0xe6),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':'book','name':a60i(0xa5),'description':a60i(0xbb),'content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a60i(0xa8),'targetRoom':'Secret\x20Passage'}]},{'name':a60i(0xd1),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0xaf),'targetRoom':a60i(0x8c),'keyRequired':a60i(0xe6)},{'direction':a60i(0xc3),'targetRoom':'Courtyard'}]},{'name':'Treasure\x20Room','description':a60i(0xbf),'items':[{'type':a60i(0xdf),'name':a60i(0xc7),'description':a60i(0xa3)}]},{'name':a60i(0x93),'description':a60i(0x84),'roomType':a60i(0xc1),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':'Watch\x20Tower','description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0xc1),'puzzle':{'requiredPhrase':a60i(0x79),'riddle':a60i(0xd2),'rewardItem':{'type':a60i(0x9b),'name':a60i(0xc0),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x96),'failureMessage':a60i(0x74)}}];export const dungeonConfig=[{'name':a60i(0x9e),'description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':'open\x20sesame','riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0xd3),'name':a60i(0xcf),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0xe3),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':'north','targetRoom':a60i(0xde)},{'direction':a60i(0xc4),'targetRoom':a60i(0xd5),'keyRequired':a60i(0xcf)}]},{'name':a60i(0xde),'description':a60i(0xe2),'roomType':a60i(0x7c),'items':[{'type':'book','name':a60i(0x90),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x92)},{'type':'key','name':a60i(0xcf),'description':a60i(0xc9)}],'exits':[{'direction':a60i(0x7f),'targetRoom':a60i(0x9e)},{'direction':'east','targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0xe4),'description':a60i(0x76),'roomType':a60i(0x7c),'items':[{'type':'basic','name':a60i(0x9c),'description':a60i(0xb8)}],'exits':[{'direction':a60i(0x99),'targetRoom':'Study'},{'direction':a60i(0xc2),'targetRoom':'Armory'}]},{'name':a60i(0x9a),'description':a60i(0xca),'roomType':a60i(0x7c),'items':[{'type':'shield','name':a60i(0x8a),'description':a60i(0x78)},{'type':a60i(0xb5),'name':a60i(0xb7),'description':a60i(0xad)}],'exits':[{'direction':a60i(0x7f),'targetRoom':a60i(0xe4)},{'direction':a60i(0xc4),'targetRoom':a60i(0xd5)}]},{'name':'Central\x20Chamber','description':a60i(0xcd),'roomType':a60i(0x7c),'exits':[{'direction':a60i(0x99),'targetRoom':a60i(0x9a)},{'direction':a60i(0x7f),'targetRoom':a60i(0x9e)},{'direction':a60i(0xc2),'targetRoom':a60i(0xb9)},{'direction':a60i(0xc4),'targetRoom':a60i(0x8c)}]},{'name':a60i(0xb9),'description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a60i(0x7c),'items':[{'type':'key','name':a60i(0xb4),'description':a60i(0x73)}],'puzzle':{'requiredPhrase':a60i(0x94),'riddle':a60i(0xa1),'rewardItem':{'type':a60i(0xc6),'name':'Ancient\x20Gem','description':a60i(0x89)},'successMessage':a60i(0xe0),'failureMessage':a60i(0xac)},'exits':[{'direction':a60i(0x7f),'targetRoom':a60i(0xd5)}]},{'name':a60i(0x8c),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x7c),'puzzle':{'requiredPhrase':a60i(0xbd),'riddle':a60i(0xd0),'rewardItem':{'type':a60i(0xa9),'name':'Golden\x20Chalice','description':a60i(0xa7)},'successMessage':a60i(0x8d),'failureMessage':a60i(0xd9)},'exits':[{'direction':'west','targetRoom':a60i(0xd5)}]}];export const shadowrunConfig=[{'name':a60i(0x8b),'description':a60i(0xb3),'isStartRoom':!![],'roomType':a60i(0x7c),'exits':[{'direction':a60i(0xc2),'targetRoom':a60i(0xae)},{'direction':'up','targetRoom':a60i(0xc5)}]},{'name':'Matrix\x20Data\x20Haven','description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':'inside','puzzle':{'requiredPhrase':a60i(0x8e),'riddle':a60i(0x88),'rewardItem':{'type':a60i(0xd3),'name':a60i(0xb6),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0xd6),'failureMessage':a60i(0xa2)},'exits':[{'direction':a60i(0x9d),'targetRoom':'Jackpoint\x20Login'}]},{'name':'Downtown\x20Seattle','description':a60i(0xba),'roomType':a60i(0xbe),'exits':[{'direction':a60i(0x7f),'targetRoom':a60i(0x8b)},{'direction':'east','targetRoom':a60i(0x86)},{'direction':'west','targetRoom':a60i(0x8f)}]},{'name':a60i(0x86),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0xbe),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a60i(0xcc),'rewardItem':{'type':a60i(0xd3),'name':a60i(0x87),'description':a60i(0xdd)},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':'west','targetRoom':a60i(0xae)},{'direction':a60i(0xc2),'targetRoom':a60i(0xdc)}]},{'name':a60i(0x8f),'description':a60i(0xcb),'roomType':a60i(0x7c),'items':[{'type':a60i(0x77),'name':a60i(0xb2),'description':a60i(0xa4)},{'type':'document','name':'CorpSec\x20Plans','description':a60i(0xaa)}],'exits':[{'direction':a60i(0xc4),'targetRoom':'Downtown\x20Seattle'}]},{'name':'Barrens\x20Hideout','description':a60i(0x83),'roomType':a60i(0xbe),'items':[{'type':a60i(0xab),'name':a60i(0x85),'description':a60i(0xa0)}],'exits':[{'direction':a60i(0x7f),'targetRoom':a60i(0x86)},{'direction':a60i(0xc2),'targetRoom':a60i(0x82)},{'direction':a60i(0xc4),'targetRoom':a60i(0x91)}]},{'name':a60i(0x82),'description':a60i(0x7e),'roomType':a60i(0x7c),'puzzle':{'requiredPhrase':'disenchant','riddle':a60i(0xbc),'rewardItem':{'type':a60i(0xd7),'name':a60i(0xe1),'description':a60i(0xce)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a60i(0xa6)},'exits':[{'direction':'south','targetRoom':a60i(0xdc)}]},{'name':a60i(0x91),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a60i(0x7c),'items':[{'type':a60i(0xb0),'name':a60i(0x80),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x99),'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(0x1a7))/0x1+parseInt(f(0x194))/0x2+parseInt(f(0x18a))/0x3*(parseInt(f(0x1a5))/0x4)+parseInt(f(0x18b))/0x5+-parseInt(f(0x19f))/0x6+-parseInt(f(0x19a))/0x7+-parseInt(f(0x1a4))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x786e5));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x19c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x1a2)]()[h(0x1aa)]('(((.+)+)+)+$')[h(0x1a2)]()[h(0x1a1)](a61a)[h(0x1aa)](h(0x19d));});function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x183;var f=c[d];return f;},a61d(a,b);}a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x1a8)];['player'];[a61i(0x185)];[a61i(0x193)];}export class AbstractRoom extends EventEmitter{[a61i(0x1a9)];[a61i(0x1a0)];[a61i(0x188)];[a61i(0x191)];[a61i(0x196)];[a61i(0x19e)];[a61i(0x190)];}export class AbstractDoor{[a61i(0x184)];['roomB'];[a61i(0x186)];[a61i(0x18d)];[a61i(0x1a9)];[a61i(0x185)];[a61i(0x189)];}export class AbstractInventory{[a61i(0x18f)];['logger'];}function a61c(){var j=['isStartRoom','inventory','uuid','characterLocations','1620366QZcHjk','_inventory','puzzle','_playerName','_logger','rating','1881502cnMvMH','_maxCarryingWeight','apply','(((.+)+)+)+$','roomType','4549020dtbzsl','description','constructor','toString','weight','7169520nDozAU','16NtIDuh','category','544988fDWvFR','rooms','name','search','shape','roomA','logger','isLocked','_currentLocation','exits','isLockable','722523HpzElf','489480oezdtI','texture','unlockItemOrSolution','color','items'];a61c=function(){return j;};return a61c();}export class AbstractItem{[a61i(0x192)];[a61i(0x1a9)];[a61i(0x1a0)];['size'];[a61i(0x1a6)];[a61i(0x183)];[a61i(0x18e)];[a61i(0x18c)];[a61i(0x199)];[a61i(0x1a3)];}export class AbstractPlayer{[a61i(0x197)];[a61i(0x187)];[a61i(0x195)];['_equipment'];[a61i(0x19b)];[a61i(0x198)];}export class AbstractPuzzle{['logger'];['solved'];}
@@ -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(0x1f2))/0x1*(-parseInt(k(0x1c6))/0x2)+-parseInt(k(0x1f4))/0x3+parseInt(k(0x1ea))/0x4+-parseInt(k(0x1c1))/0x5+parseInt(k(0x1cd))/0x6*(-parseInt(k(0x1e4))/0x7)+parseInt(k(0x1d3))/0x8+parseInt(k(0x219))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x538bd));export var Size;(function(a){var l=a62d;a[l(0x1cc)]=l(0x1d5),a[l(0x213)]=l(0x224),a[l(0x20a)]=l(0x22a),a[l(0x210)]=l(0x1f7),a[l(0x225)]=l(0x1e1);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a['Common']=m(0x21d),a[m(0x1ef)]=m(0x216),a[m(0x212)]=m(0x21a);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x1f6)]=n(0x21e),a['Shield']='shield',a[n(0x20f)]=n(0x201),a[n(0x206)]='gloves',a[n(0x227)]=n(0x1e7),a[n(0x205)]=n(0x208),a[n(0x204)]=n(0x1cf),a[n(0x223)]=n(0x200),a[n(0x215)]=n(0x1e0),a[n(0x1ff)]=n(0x20e),a[n(0x1e3)]='book',a[n(0x217)]='cup',a['Unknown']=n(0x1d9);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x1e6)]=o(0x220),a['Square']=o(0x1ee),a[o(0x1df)]=o(0x1c8),a['Rectangle']='rectangle',a[o(0x1e5)]=o(0x1e8),a[o(0x1f9)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a['Red']=p(0x1d1),a[p(0x211)]=p(0x1d4),a[p(0x209)]=p(0x207),a[p(0x1c5)]=p(0x1d7),a[p(0x229)]=p(0x1fb),a[p(0x1da)]=p(0x1f5),a[p(0x1db)]=p(0x1ce),a[p(0x214)]=p(0x1c3),a[p(0x20d)]=p(0x202);}(Color||(Color={})));export var Texture;(function(a){var q=a62d;a['Smooth']='smooth',a[q(0x1fd)]=q(0x1d2),a[q(0x1dd)]='bumpy',a[q(0x1c4)]=q(0x1f0),a[q(0x1e9)]=q(0x1d0),a[q(0x222)]=q(0x221);}(Texture||(Texture={})));function a62c(){var u=['Rough','north','BodyArmor','leg\x20armor','key','gold','beach','Boots','Hat','Gloves','green','hat','Green','Medium','INSIDE','toString','Gold','body\x20armor','Key','Large','Blue','Legendary','Small','Brown','ArmArmor','rare','Cup','NORTH','271125SlEePX','legendary','MOUNTAIN','SOUTH','common','weapon','inside','circle','metallic','Metallic','LegArmor','small','VeryLarge','BEACH','Helmet','underground','Orange','medium','179075agvrtD','SEA','brown','Fuzzy','Yellow','466976iNqRaL','search','triangle','UNDERGROUND','FOREST','OUTSIDE','Tiny','3368670ZYTJpZ','grey','boots','grainy','red','rough','4758616gPkEUg','blue','tiny','forest','yellow','TOWER','unknown','Purple','Grey','constructor','Bumpy','mountain','Triangle','arm\x20armor','very\x20large','EAST','Book','7WORcsU','Blade','Circle','helmet','blade','Grainy','1802808ZwkGwd','tower','DESERT','cave','square','Rare','fuzzy','CAVE','2Tkdktu','WEST','1809495SAdFLl','purple','Weapon','large','down','Rifle','(((.+)+)+)+$','orange','sea'];a62c=function(){return u;};return a62c();}function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1c1;var f=c[d];return f;},a62d(a,b);}export var RoomType;(function(c){var s=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var r=a62d;return e[r(0x20c)]()['search'](r(0x1fa))[r(0x20c)]()[r(0x1dc)](e)[r(0x1c7)](r(0x1fa));});e(),c[s(0x20b)]=s(0x21f),c[s(0x1cb)]='outside',c[s(0x1c9)]=s(0x228),c[s(0x1f1)]=s(0x1ed),c[s(0x1d8)]=s(0x1eb),c[s(0x1ca)]=s(0x1d6),c[s(0x1ec)]='desert',c[s(0x21b)]=s(0x1de),c[s(0x226)]=s(0x203),c[s(0x1c2)]=s(0x1fc);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a[t(0x218)]=t(0x1fe),a[t(0x1e2)]='east',a[t(0x21c)]='south',a[t(0x1f3)]='west',a['UP']='up',a['DOWN']=t(0x1f8);}(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(0x1e5))/0x1*(parseInt(f(0x1e0))/0x2)+-parseInt(f(0x1db))/0x3*(-parseInt(f(0x1dc))/0x4)+-parseInt(f(0x1d7))/0x5*(parseInt(f(0x1d9))/0x6)+-parseInt(f(0x1e4))/0x7*(-parseInt(f(0x1de))/0x8)+-parseInt(f(0x1e2))/0x9*(parseInt(f(0x1dd))/0xa)+-parseInt(f(0x1e3))/0xb+parseInt(f(0x1da))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x1b1f6));function a63c(){var i=['constructor','2aICSJp','(((.+)+)+)+$','1809DZWXrH','126357WHthrC','14osQTbE','31944hapYOv','95oyUXJL','apply','58200GVeQte','1595244yeQvfZ','203082XuoROw','12pDQjEI','8800PgkpqB','718744wGlYCY'];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(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()['search'](h(0x1e1))['toString']()[h(0x1df)](a63a)['search']('(((.+)+)+)+$');});a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1d7;var f=c[d];return f;},a63d(a,b);}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(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x1b3))/0x1+-parseInt(f(0x1b4))/0x2*(parseInt(f(0x1bd))/0x3)+-parseInt(f(0x1bb))/0x4*(-parseInt(f(0x1bf))/0x5)+-parseInt(f(0x1b9))/0x6+parseInt(f(0x1b7))/0x7*(parseInt(f(0x1bc))/0x8)+-parseInt(f(0x1b1))/0x9+-parseInt(f(0x1b2))/0xa*(-parseInt(f(0x1c0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xf2794));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x1b1;var f=c[d];return f;},a64d(a,b);}function a64c(){var i=['search','toString','774865RhoWzn','(((.+)+)+)+$','1631340ingSLI','constructor','292eEARlf','40pkfzhp','33ZLtWuB','apply','74080fMUKzu','2737933XflcGZ','6173568lcNaux','120ieTwmh','720477wgFfPQ','354616ndBoPt'];a64c=function(){return i;};return a64c();}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x1be)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a['toString']()[h(0x1b5)]('(((.+)+)+)+$')[h(0x1b6)]()[h(0x1ba)](a64a)[h(0x1b5)](h(0x1b8));});a64a();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 a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x17b))/0x1+-parseInt(y(0x1a6))/0x2+parseInt(y(0x19f))/0x3+-parseInt(y(0x19e))/0x4+parseInt(y(0x173))/0x5+-parseInt(y(0x1a5))/0x6+parseInt(y(0x178))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x77d96));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';function a65c(){const I=['take','player','write','leftHand','Right\x20Hand:\x20','box','key','split','search','3498844SkIzZG','744561kXIqeb','getInstance','None','parse','feet','removeAllListeners','333252TJQgGP','1586472jHWtda','70%','slice','white','25%','\x20Game\x20Log\x20','toString','focus','legs','escape','90%','append','mousemove','torso','apply','screen','line','join','yellow','head','enter','logBox','arms','Currently\x20in:\x20','inventory','\x20(Unlocked)','C-c','equipment','cyan','exits','name','1863385mTGFRp','log','Side\x20Quest\x20Adventure\x20Game','gloves','75%','7321335mxcyyY','\x0aThere\x20are\x20no\x20exits\x20here.','-----\x20Exits\x20------\x0a','547622mgDtQN','\x20Inventory\x20','(((.+)+)+)+$','checkIfLocked','10%','handleInput','size','Torso:\x20','Feet:\x20','Your\x20items\x20will\x20be\x20listed\x20here...','constructor','currentLocation','render','map','lock','45%','scroll','pushLine','setContent','20%','roomType','clear','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','100%','getOtherSide','exit'];a65c=function(){return I;};return a65c();}function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x16d;let f=c[d];return f;},a65d(a,b);}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x1b4)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x1ac)]()['search'](A(0x17d))[A(0x1ac)]()[A(0x185)](g)[A(0x19d)](A(0x17d));});g();try{const h=a65e[B(0x1b5)]({'smartCSR':!![],'title':B(0x175)}),i=a65e[B(0x19a)]({'top':'0%','left':B(0x177),'width':B(0x1aa),'height':B(0x18a),'border':{'type':'line'},'label':B(0x17c),'content':B(0x184),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x188)](v=>v[C(0x172)]);i[C(0x18d)](u[C(0x1b7)]('\x0a')),h[C(0x187)]();};h[B(0x1b1)](i);const k=a65e[B(0x19a)]({'top':B(0x18a),'left':B(0x177),'width':B(0x1aa),'height':B(0x1aa),'border':{'type':B(0x1b6)},'label':'\x20Equipment\x20','content':B(0x191),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1b1)](k);const l=t=>{const D=B;k[D(0x18d)]('Head:\x20'+(t['head']?t[D(0x1b9)][D(0x172)]:D(0x1a1))+'\x0a'+(D(0x182)+(t[D(0x1b3)]?t['torso']['name']:D(0x1a1))+'\x0a')+('Legs:\x20'+(t['legs']?t[D(0x1ae)][D(0x172)]:D(0x1a1))+'\x0a')+(D(0x183)+(t['feet']?t[D(0x1a3)][D(0x172)]:D(0x1a1))+'\x0a')+('Arms:\x20'+(t['arms']?t[D(0x1bc)][D(0x172)]:D(0x1a1))+'\x0a')+('Gloves:\x20'+(t[D(0x176)]?t[D(0x176)][D(0x172)]:'None')+'\x0a')+('Left\x20Hand:\x20'+(t['leftHand']?t[D(0x198)]['name']:'None')+'\x0a')+(D(0x199)+(t['rightHand']?t['rightHand']['name']:D(0x1a1))+'\x0a')),h[D(0x187)]();},m=a65e['box']({'top':B(0x1a7),'left':B(0x177),'width':B(0x1aa),'height':B(0x18e),'border':{'type':B(0x1b6)},'label':'\x20Map\x20','content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b8)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u=E(0x1bd)+t[E(0x172)]+'\x0a\x0a';u+=E(0x17a),t[E(0x171)][E(0x181)]>0x0?t[E(0x171)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x193)](t);x[F(0x18f)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x172)];if(v[F(0x17e)]())u+='\x20(Locked)';else v['checkIfLockable']()&&(u+=F(0x16d));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x179),m['setContent'](u),h[E(0x187)]();},o=a65e['box']({'id':B(0x1bb),'top':'0%','left':'0%','width':B(0x177),'height':B(0x1b0),'border':{'type':B(0x1b6)},'label':B(0x1ab),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x1a4)](B(0x1b2)),h['append'](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':B(0x192),'height':B(0x17f),'tags':!![],'border':{'type':B(0x1b6)},'style':{'fg':B(0x1a9),'border':{'fg':B(0x170)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1b1)](p),h[B(0x19b)]([B(0x1af),B(0x16e)],()=>process[B(0x194)](0x0)),p[B(0x1ad)](),h[B(0x187)]();const q=Logger[B(0x1a0)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0x197)]('----->>>>>>\x20Initializing\x20Game');const s=a65f['getInstance'](r,d);o['setContent'](s['getWelcomeMessage']()),l(s['player'][B(0x16f)]),j(s[B(0x196)]['inventory']),n(s[B(0x196)][B(0x186)]),p[B(0x19b)]([B(0x1ba)],async()=>{const G=B,t=p['getValue'](),u=s[G(0x180)](t);(t[G(0x19c)]('\x20')[0x0]===G(0x195)||'equip'||'unequip')&&(j(s[G(0x196)][G(0x1be)]),l(s[G(0x196)][G(0x16f)])),(t[G(0x19c)]('\x20')[0x0]==='go'||G(0x189)||'unlock')&&n(s[G(0x196)][G(0x186)]),t[G(0x19c)]('\x20')[0x0]===G(0x190)&&o[G(0x18d)](''),u===null&&(console[G(0x174)]('Thanks\x20for\x20playing!'),h[G(0x187)](),q[G(0x197)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x194)](0x0)),o[G(0x18c)](u),o[G(0x18b)](0x1),p['clearValue'](),p[G(0x1ad)](),h[G(0x187)]();});}catch(t){console[B(0x174)](t),process[B(0x194)](0x1);}}const args=process['argv'][a65H(0x1a8)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a65H(0x1a2)](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
+ const a66j=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x1fd))/0x1+-parseInt(h(0x207))/0x2*(-parseInt(h(0x20b))/0x3)+parseInt(h(0x1f4))/0x4+parseInt(h(0x1fa))/0x5+parseInt(h(0x210))/0x6*(parseInt(h(0x209))/0x7)+parseInt(h(0x1f7))/0x8+-parseInt(h(0x1fe))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x341ba));function a66c(){const r=['mkdirSync','1570848OPtNfa','toISOString','box','2095740QvZUNk','existsSync','write','93687FTjJrt','11993535XJdKmw','appendFileSync','find','ensureLogFileExists','content','screen','(((.+)+)+)+$','dirname','[ERROR]\x20[','2DtuBrV','constructor','28oWGQCN','setContent','722883IGJlAr','log','search','[INFO]\x20[','instance','585876gEAZjt','options','scrollTo','.maka','getScrollHeight','error','getInstance','hasScreen','filePath','children','toString','render','821252DZjdwC','writeFileSync'];a66c=function(){return r;};return a66c();}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const i=a66d;return a66a[i(0x1f2)]()[i(0x20d)]('(((.+)+)+)+$')[i(0x1f2)]()[i(0x208)](a66a)[i(0x20d)](i(0x204));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f['homedir']();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1f1;let f=c[d];return f;},a66d(a,b);}export class Logger{static [a66j(0x20f)];['filePath'];[a66j(0x203)];constructor(a,b){const k=a66j;this['filePath']=a,this[k(0x203)]=b,this['ensureLogFileExists']();}static[a66j(0x216)](a=a66g['join'](homeDir,a66j(0x213),'side-quest.log'),b){const l=a66j;if(!Logger[l(0x20f)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[l(0x20f)]=new Logger(a,b);}return Logger[l(0x20f)];}[a66j(0x201)](){const m=a66j,a=a66g[m(0x205)](this[m(0x218)]);!a66e[m(0x1fb)](a)&&a66e[m(0x1f6)](a,{'recursive':!![]}),!a66e['existsSync'](this[m(0x218)])&&a66e[m(0x1f5)](this[m(0x218)],'');}[a66j(0x1fc)](a){const n=a66j,b=new Date()[n(0x1f8)](),c=n(0x20e)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[n(0x218)],c);}['error'](a){const o=a66j,b=new Date()[o(0x1f8)](),c=o(0x206)+b+']\x20'+a+'\x0a';a66e[o(0x1ff)](this['filePath'],c);}[a66j(0x20c)](a){const p=a66j,b=this[p(0x203)]?.[p(0x1f1)][p(0x200)](c=>c['type']===p(0x1f9)&&c[p(0x211)]['id']==='logBox');b?(b[p(0x20a)](b[p(0x202)]+'\x0a'+a),b[p(0x212)](b[p(0x214)]()),this[p(0x203)]?.[p(0x1f3)]()):this[p(0x215)]('The\x20logbox\x20'+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[p(0x203)]),this[p(0x1fc)](a);}[a66j(0x217)](){const q=a66j;return!!this[q(0x203)];}}
@@ -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 a67l=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0x1c5))/0x1+parseInt(j(0x1c1))/0x2*(parseInt(j(0x1b3))/0x3)+parseInt(j(0x1cb))/0x4*(parseInt(j(0x1c6))/0x5)+parseInt(j(0x1cd))/0x6+parseInt(j(0x1ca))/0x7*(parseInt(j(0x1ad))/0x8)+-parseInt(j(0x1b4))/0x9+-parseInt(j(0x1be))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xbe58b));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const k=a67d;return a67a[k(0x1c9)]()[k(0x1c4)](k(0x1b6))[k(0x1c9)]()[k(0x1cc)](a67a)[k(0x1c4)]('(((.+)+)+)+$');});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1ab;let f=c[d];return f;},a67d(a,b);}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67l(0x1ae)]),__dirname=dirname(__filename);Command[a67l(0x1c7)]({'name':a67l(0x1bb),'usage':a67l(0x1b2),'shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':a67l(0x1bd),'validOpts':[a67l(0x1c2)]},async function(a,b){const m=a67l;try{const c=this[m(0x1b1)][m(0x1b9)](),d=a67e['join'](c,'side-quest.log'),e=b['player']?b['player']:await Actions['ask'](m(0x1b8))||m(0x1b5),f={...b,'logFilePath':d},g=await Actions['select']({'message':m(0x1c0),'name':m(0x1c3),'choices':[{'name':m(0x1ab),'value':dungeonConfig},{'name':m(0x1b7),'value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e[m(0x1bf)](__dirname,m(0x1ba)),e,JSON[m(0x1bc)](g),JSON[m(0x1bc)](f)],{'stdio':m(0x1af)});h['on'](m(0x1b0),()=>{const n=m;Log[n(0x1c8)](n(0x1ac));});}}catch(i){console['log'](i);}},a67f);function a67c(){const o=['exit','fsi','maka\x20play:side-quest','32694tfHHPB','1248030QycXHA','Commoner','(((.+)+)+)+$','shadowrun','What\x20is\x20your\x20name?','getGlobalMakaDir','./sideQuest/ui.js','side-quest','stringify','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...','36365400qtKjFK','resolve','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','170uwKNqC','player','sideQuestAnswer','search','775500KmeJcJ','2006605OgHZAW','create','bright','toString','7fcolyn','12IcQpNo','constructor','8369802jyWBGr','dungeon','Thanks\x20for\x20playing!','2032872EQYjuJ','url','inherit'];a67c=function(){return o;};return a67c();}
@@ -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 a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x1b5))/0x1+parseInt(f(0x1ae))/0x2+parseInt(f(0x1b8))/0x3*(-parseInt(f(0x1af))/0x4)+-parseInt(f(0x1b0))/0x5+parseInt(f(0x1a8))/0x6*(parseInt(f(0x1ad))/0x7)+parseInt(f(0x1ba))/0x8+parseInt(f(0x1b2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x397e0));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x1b1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x1b9)]()[h(0x1ab)](h(0x1a9))[h(0x1b9)]()[h(0x1aa)](a68a)[h(0x1ab)](h(0x1a9));});function a68c(){var k=['4pGCHxt','846845zwdmgX','apply','2034342wdZGEL','maka\x20game:snake','snake','398509DbfkVo','create','npx\x20command-line-snake','94731TTdVKF','toString','1321904GZfyVK','2252388tGCKof','(((.+)+)+)+$','constructor','search','inherit','7cBJish','136538IKXSqz'];a68c=function(){return k;};return a68c();}function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x1a8;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[a68i(0x1b6)]({'name':a68i(0x1b4),'usage':a68i(0x1b3),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a68i;execSync(j(0x1b7),{'stdio':j(0x1ac)});},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(0x14f))/0x1*(parseInt(f(0x14b))/0x2)+-parseInt(f(0x140))/0x3*(parseInt(f(0x146))/0x4)+parseInt(f(0x144))/0x5*(-parseInt(f(0x141))/0x6)+-parseInt(f(0x151))/0x7*(-parseInt(f(0x152))/0x8)+-parseInt(f(0x14d))/0x9+parseInt(f(0x147))/0xa+parseInt(f(0x142))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xb4259));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x13e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a['toString']()['search']('(((.+)+)+)+$')[h(0x143)]()[h(0x149)](a69a)[h(0x148)](h(0x145));});a69a();import a69e from'./play.command.js';function a69c(){var k=['14683160dZzeqN','search','constructor','tetris','618QEnBFM','create','147717EurZdF','inherit','2399MGesqp','maka\x20game:tetris','14PZAjKh','417352WKQaSE','apply','npx\x20simple-tetris','1461jCQQKY','310542GSENUB','13216379EPkbZG','toString','115plGgXo','(((.+)+)+)+$','724iJFfxw'];a69c=function(){return k;};return a69c();}function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x13e;var f=c[d];return f;},a69d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x14c)]({'name':a69i(0x14a),'usage':a69i(0x150),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a69i;execSync(j(0x13f),{'stdio':j(0x14e)});},a69e);
@@ -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
+ function a70c(){const k=['maka\x20g:api\x20trucks','Scaffold\x20various\x20parts\x20of\x20your\x20application','4SrPPzR','maka\x20g:template\x20todos/todo_item','processAndRunGenerator','constructor','create','generate','23859ceFzOV','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:dbc\x20geoserver\x20--type=pgsql','3117450hnmbWW','75RJCNRd','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','toString','apply','splice','exit','maka\x20g:scaffold\x20todos','614310wBfUjF','(((.+)+)+)+$','invoke','4016ktdOZS','maka\x20generate:scaffold\x20todos','7620680uQicXj','6937777mzSeij','search','error','438384ZBixQN','2761071pZudGA'];a70c=function(){return k;};return a70c();}const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x1cf))/0x1+parseInt(f(0x1dc))/0x2+parseInt(f(0x1d0))/0x3*(parseInt(f(0x1d3))/0x4)+-parseInt(f(0x1dd))/0x5*(parseInt(f(0x1c6))/0x6)+parseInt(f(0x1cc))/0x7+-parseInt(f(0x1c9))/0x8*(parseInt(f(0x1d9))/0x9)+parseInt(f(0x1cb))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xe2644));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1e0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1df)]()['search'](h(0x1c7))[h(0x1df)]()[h(0x1d6)](a70a)[h(0x1cd)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1c4;let f=c[d];return f;},a70d(a,b);}Command[a70i(0x1d7)]({'name':a70i(0x1d8),'aliases':['g'],'usage':a70i(0x1da),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0x1d2),'description':a70i(0x1de),'examples':[a70i(0x1ca),a70i(0x1c5),a70i(0x1d4),'maka\x20g:package\x20package:name','maka\x20g:route\x20todos/edit',a70i(0x1d1),a70i(0x1db)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x1e1)](0x0,0x1),await a70e[j(0x1d5)](c,a,b)):a70e[j(0x1c8)](a,b);}catch(d){Log[j(0x1ce)](d),process[j(0x1c4)](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(0xde))/0x1+-parseInt(f(0xdd))/0x2*(parseInt(f(0xe8))/0x3)+parseInt(f(0xe2))/0x4*(-parseInt(f(0xeb))/0x5)+-parseInt(f(0xe6))/0x6+-parseInt(f(0xe7))/0x7+-parseInt(f(0xe0))/0x8+-parseInt(f(0xdf))/0x9*(-parseInt(f(0xea))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xd2a47));function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0xdd;var f=c[d];return f;},a71d(a,b);}var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0xe9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0xe3)]()['search'](h(0xe1))['toString']()[h(0xe5)](a71a)[h(0xe4)](h(0xe1));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71c(){var i=['142dllZUN','918988xjzbEt','99gCsLnC','6019336QlQJPc','(((.+)+)+)+$','93764lJuYRL','toString','search','constructor','8057934DmfPCY','816802DbXxen','44448nMtdMe','apply','3981710GSsbKV','250vcufre'];a71c=function(){return i;};return a71c();}
@@ -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 a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xaf;let f=c[d];return f;},a72d(a,b);}(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0xb3))/0x1+parseInt(f(0xc1))/0x2*(-parseInt(f(0xc0))/0x3)+-parseInt(f(0xc2))/0x4*(parseInt(f(0xbc))/0x5)+-parseInt(f(0xb8))/0x6*(-parseInt(f(0xb6))/0x7)+-parseInt(f(0xb1))/0x8+-parseInt(f(0xba))/0x9+-parseInt(f(0xbf))/0xa*(-parseInt(f(0xb4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x8f6f0));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0xbb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0xaf)]()[h(0xb2)](h(0xc3))[h(0xaf)]()[h(0xb7)](a72a)[h(0xb2)](h(0xc3));});a72a();import{Command}from'../../command.js';const GetCommand=Command[a72i(0xb5)]({'name':a72i(0xbe),'usage':a72i(0xbd),'shortDesc':a72i(0xb0),'validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0xb9)](b);});function a72c(){const k=['get','10OWLgwY','2935974Ayolxn','2OpRLoY','1451084KtNzbL','(((.+)+)+)+$','toString','Get\x20various\x20Maka\x20variables\x20and\x20configurations','7196576xIPuth','search','471323hBYcbI','23639506cRUIMo','create','3071831HZuwNm','constructor','12ZKhdho','processAndRunCommand','6025770lFQWio','apply','5LdAcxK','maka\x20get:<sub-command>'];a72c=function(){return k;};return a72c();}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
+ const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x14b))/0x1+parseInt(f(0x159))/0x2*(parseInt(f(0x156))/0x3)+-parseInt(f(0x157))/0x4+-parseInt(f(0x14d))/0x5*(-parseInt(f(0x15a))/0x6)+-parseInt(f(0x150))/0x7+parseInt(f(0x155))/0x8*(-parseInt(f(0x152))/0x9)+parseInt(f(0x15b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xdee5f));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x158)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x15d)]()[h(0x14e)](h(0x14a))[h(0x15d)]()[h(0x14f)](a73a)[h(0x14e)]('(((.+)+)+)+$');});a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x14a;let f=c[d];return f;},a73d(a,b);}import a73e from'./get.command.js';import{Command}from'../../command.js';function a73c(){const k=['13962008WqEvVv','3HuvlSh','7198900FtawKw','apply','2752486jOAefM','6PBnfFn','52114080BjGzqV','exit','toString','global-config','create','(((.+)+)+)+$','1797407fUBwLd','getGlobalConfig','6153460gpzZrc','search','constructor','10940783baGvYP','log','9JyYRsC','maka\x20get:global-config','cfg'];a73c=function(){return k;};return a73c();}Command[a73i(0x15f)]({'name':a73i(0x15e),'usage':a73i(0x153),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x154)][j(0x14c)]();console[j(0x151)](a),process[j(0x15c)](0x0);}catch(b){console['error'](b),process[j(0x15c)](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
+ function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x6d;let f=c[d];return f;},a74d(a,b);}const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x70))/0x1*(parseInt(f(0x80))/0x2)+parseInt(f(0x73))/0x3*(-parseInt(f(0x76))/0x4)+-parseInt(f(0x78))/0x5+parseInt(f(0x82))/0x6*(parseInt(f(0x79))/0x7)+-parseInt(f(0x6e))/0x8+parseInt(f(0x84))/0x9*(parseInt(f(0x7b))/0xa)+parseInt(f(0x77))/0xb*(-parseInt(f(0x6d))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x8023f));function a74c(){const k=['log','22185uHihFf','204SeiIjV','6343608imWRPz','(((.+)+)+)+$','2121AHUcNa','getMakaProjectConfig','apply','141QzYfqR','constructor','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','25180YaSepV','201102pzOynj','346065SFsfmz','805973tWuYBe','create','1910SxjfaC','maka\x20get:local-config','search','toString','cfg','676WJhEim','local-config','42pTnRfn'];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(0x72)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x7e)]()[h(0x7d)](h(0x6f))[h(0x7e)]()[h(0x74)](a74a)[h(0x7d)](h(0x6f));});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x7a)]({'name':a74i(0x81),'usage':a74i(0x7c),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x75),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x7f)][j(0x71)]();console[j(0x83)](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(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0x1be))/0x1+-parseInt(f(0x1b6))/0x2*(parseInt(f(0x1c8))/0x3)+parseInt(f(0x1c2))/0x4+parseInt(f(0x1b8))/0x5+parseInt(f(0x1c1))/0x6*(-parseInt(f(0x1b4))/0x7)+-parseInt(f(0x1bb))/0x8+parseInt(f(0x1c6))/0x9*(parseInt(f(0x1c3))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x44e58));function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1b2;let f=c[d];return f;},a75d(a,b);}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x1bc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x1bd)]()['search'](h(0x1ba))['toString']()[h(0x1c0)](a75a)[h(0x1b7)](h(0x1ba));});function a75c(){const k=['If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','constructor','489006rBJesB','708660MWUpdD','830vQnaoE','exit','maka\x20get:whoami','97938aTGiZs','getGlobalConfig','317451QlAzjb','error','whoami','21NDkkBR','create','6hKDijn','search','2672435IDSHid','silent','(((.+)+)+)+$','2937120iytyGa','apply','toString','403564AOWMfM'];a75c=function(){return k;};return a75c();}a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75i(0x1b5)]({'name':a75i(0x1b3),'usage':a75i(0x1c5),'shortDesc':a75i(0x1bf),'validOpts':[a75i(0x1b9)]},async function(){const j=a75i;try{const a=await this['cfg'][j(0x1c7)]();return a;}catch(b){Log[j(0x1b2)](b),process[j(0x1c4)](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(0x188))/0x1+parseInt(f(0x183))/0x2*(-parseInt(f(0x186))/0x3)+parseInt(f(0x180))/0x4*(-parseInt(f(0x18f))/0x5)+-parseInt(f(0x189))/0x6+parseInt(f(0x18b))/0x7+-parseInt(f(0x18a))/0x8+parseInt(f(0x18d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xe080c));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x187)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x181)]()[h(0x184)](h(0x18e))[h(0x181)]()[h(0x18c)](a76a)[h(0x184)](h(0x18e));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x180;var f=c[d];return f;},a76d(a,b);}Command[a76i(0x185)]({'name':'help','description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a76i(0x182)},async function(){throw new UsageError();});function a76c(){var j=['902149rvaSkS','7108584nduxKL','5867680cnJMHD','5655755vQzkcz','constructor','32566545eqQqKO','(((.+)+)+)+$','15160ciaNYK','1564VoLeXf','toString','Deprecated:\x20use\x20--help\x20instead','90022MlrdSu','search','create','87oIZcAd','apply'];a76c=function(){return j;};return a76c();}
@@ -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(0xbe))/0x1*(parseInt(F(0x113))/0x2)+-parseInt(F(0xd5))/0x3*(parseInt(F(0xbb))/0x4)+parseInt(F(0xf7))/0x5+parseInt(F(0xce))/0x6*(parseInt(F(0xe4))/0x7)+parseInt(F(0xff))/0x8*(parseInt(F(0xe6))/0x9)+parseInt(F(0xe8))/0xa+-parseInt(F(0x100))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x61f51));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0xcd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a[H(0xd2)]()[H(0xd8)](H(0x119))[H(0xd2)]()[H(0xe1)](a77a)['search'](H(0x119));});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';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xb6;let f=c[d];return f;},a77d(a,b);}function a77c(){const N=['7072637TwSqRN','env','arch','warn','confirm','3.0.2','length','\x20from\x20','Preparing\x20to\x20install\x20Meteor\x20','linux','meteor.tar.gz','exit','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','\x5c.meteor\x5cmeteor','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','keepInstallFile','utf8','windows','get','52376fBObhZ','getuid','Meteor\x20version\x20','x86_64','getMeteorExePath','Aborted','(((.+)+)+)+$','maka\x20install\x20meteor\x20--release\x203.0.1','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','maka\x20install\x20meteor\x20--force','-rf','https://packages.meteor.com/bootstrap-link?arch=os.','\x20is\x20available.','32WojKAr','arm64','checkAvailability','13XJyuyd','.bashrc','create','error','install','getGlobalConfig','replace','slice','getMeteorInstallPath','setPath','existsSync','Aborting\x20install','platform','NO_NODE_WARNINGS','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','apply','6MCNGXe','timeout','appendFileSync','Using\x20CA\x20Cert\x20','toString','max','getUserDataDirectory','205785MsXXIb','force','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','search','osx','https://install.meteor.com','map','withSpinner','.zshrc','package-metadata','notice','RELEASE=','constructor','isFile','win32','1686650NugcsK','info','1212642TIvDcI','includes','4742660yuqOpY','PATH','Proceed\x20anyway?','readFileSync','maka\x20install\x20meteor\x20--set-path','downloadFile','grep','join','packages','release','split','cert','cacert','Downloading\x20Meteor\x20','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','2012810ZkxJJA','Added\x20Meteor\x20path\x20to\x20','success','Network\x20error,\x20please\x20try\x20again.','&release=','setMeteorReleaseVersion','Error\x20extracting\x20meteor.tar.gz\x20file','\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','8kBOxnL'];a77c=function(){return N;};return a77c();}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[I(0x114)]&&process[I(0x114)]()===0x0;}function compareVersions(a,b){const J=a77d,c=a[J(0xf2)]('.')[J(0xdb)](Number),d=b[J(0xf2)]('.')[J(0xdb)](Number);for(let e=0x0;e<Math[J(0xd3)](c[J(0x106)],d[J(0x106)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77K(0xc0)]({'name':a77K(0xc2),'aliases':['i'],'validOpts':[a77K(0xd6),a77K(0xf1),a77K(0xf4),a77K(0x10f),a77K(0xcf),a77K(0xc7)],'usage':'maka\x20install','shortDesc':a77K(0xd7),'description':a77K(0xfe),'examples':['maka\x20install\x20meteor',a77K(0xb7),a77K(0x11a),a77K(0xec),'maka\x20i']},async function(a,b){const L=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b[L(0xc7)]&&(updatePath(),Log[L(0xf9)]('Meteor\x20path\x20updated.'),process['exit'](0x0));let g='';if(b[L(0xf4)]){if(f[L(0xe2)](b['cacert']))Log[L(0xdf)](L(0xd1)+b['cacert']),g=b['cacert'];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+g;}const h=await d[L(0xc3)]();if(h[L(0xf3)]){if(f['isFile'](h[L(0xf3)]))g=h[L(0xf3)];else throw L(0xf6)+g;}let i=![];if(b['f']||b[L(0xd6)])i=!![];else{const u=isRoot();u?(Log[L(0x103)](L(0x10e)),i=await Actions['confirm'](L(0xea),![])):i=!![];}if(!i)throw L(0x118);const j=await HTTPS[L(0x112)]({'url':L(0xda),'cert':g}),k=await f[L(0xee)](j['data'],L(0xe0));if(k[L(0x106)]===0x0)throw L(0xfa);process[L(0x101)][L(0xcb)]='1';const l=k[0x0][L(0xc4)](/[^0-9.]/gi,'')[L(0xc4)](/\r?\n|\r/,''),m=L(0x105);let n;b[L(0xf1)]?n=b['release']:compareVersions(l,m)<0x0?n=m:n=l;Log[L(0xdf)](L(0x108)+n);const o={'win32':L(0x111),'darwin':L(0xd9),'linux':L(0x109)};let p=L(0xb9)+o[a77e[L(0xca)]()]+'.'+(a77e[L(0x102)]()===L(0xbc)?L(0xbc):L(0x116))+L(0xfb)+n,q=await HTTPS[L(0xbd)]({'url':p,'cert':g});if(!q&&n[L(0xe7)]('-')){const v=n[L(0xf2)]('-'),w=v[0x0],x=v[L(0xc5)](0x1)['join']('-'),y=w[L(0xc4)](/\.0+$/,'');Log[L(0x103)](L(0x115)+n+'\x20is\x20not\x20available,\x20trying\x20'+y+'-'+x);const z=L(0xb9)+o[a77e['platform']()]+'.'+(a77e['arch']()===L(0xbc)?L(0xbc):L(0x116))+L(0xfb)+y+'-'+x;q=await HTTPS[L(0xbd)]({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log[L(0xc1)](L(0x115)+n+'\x20is\x20not\x20available.'),process[L(0x10b)](0x0)):Log[L(0xdf)](L(0x115)+n+L(0xba));const r=f[L(0xc6)](),s=c[L(0x117)](),t=f[L(0xd4)]();if(a77g[L(0xc8)](s)){let A=![];b['f']||b[L(0xd6)]?A=!![]:A=await Actions[L(0x104)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),A?(await SpawnAsync[L(0xdc)]('rm',['-rf',a77f[L(0xef)](r,L(0xf0))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(packages)'}),await SpawnAsync[L(0xdc)]('rm',['-rf',a77f['join'](r,L(0xde))],{'message':L(0xb6)}),await SpawnAsync[L(0xdc)]('rm',[L(0xb8),a77f['join'](r,'meteor')],{'message':L(0x10c)})):(Log[L(0xe5)](L(0xc9)),process[L(0x10b)](0x0));}try{Log[L(0xdf)](L(0xf5)+n+L(0x107)+p),await HTTPS[L(0xed)]({'url':p,'destPath':a77f[L(0xef)](homeDir,'meteor.tar.gz'),'cert':g,'timeout':b[L(0xcf)]?parseInt(b[L(0xcf)])*0x3e8:0x493e0});try{const B=a77f[L(0xef)](homeDir,'meteor.tar.gz');await f['extractTarGz'](B,t);}catch(C){Log[L(0xc1)](L(0xfd));}updatePath();}catch(D){console[L(0xc1)](D),process['exit'](0x1);}finally{!b[L(0x10f)]&&await SpawnAsync[L(0xdc)]('rm',[L(0xb8),a77f[L(0xef)](homeDir,L(0x10a))],{'message':'Cleaning\x20up'});}c[L(0xfc)](n),Log[L(0xf9)](L(0x115)+n+'\x20installed.\x0a'),process[L(0x10b)](0x0);}catch(E){console[L(0xc1)](E),process[L(0x10b)](0x1);}});function updatePath(){const M=a77K;if(a77e[M(0xca)]()===M(0xe3)){const a=process[M(0x101)][M(0xe9)]||'',b=homeDir+M(0x10d);!a[M(0xe7)](b)&&(execSync('setx\x20PATH\x20\x22'+a+';'+b+'\x22'),Log['notice']('Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.'),Log[M(0xdf)](M(0xcc)));}else{const c=a77f['join'](homeDir,M(0xdd)),d=a77f['join'](homeDir,M(0xbf)),e='export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22',f=a77g[M(0xc8)](c)?a77g[M(0xeb)](c,M(0x110)):'';!f[M(0xe7)](e)&&(a77g[M(0xd0)](c,'\x0a'+e+'\x0a'),Log[M(0xdf)]('Added\x20Meteor\x20path\x20to\x20'+c));const g=a77g['existsSync'](d)?a77g['readFileSync'](d,M(0x110)):'';!g[M(0xe7)](e)&&(a77g[M(0xd0)](d,'\x0a'+e+'\x0a'),Log['notice'](M(0xf8)+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
+ function a78c(){const n=['sep','findAppDirectory','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','\x20-r\x20app','.+\x5c.(j|t)s(doc|x)?$','447541fvJtYG','inherit','search','apply','maka\x20jsdoc','3466236CWZMHG','utf-8','fsi','plugins/markdown','1633647UNjINi','316376nxFCWd','jsdoc','create','withSpinner','toString','563730lcTLrP','app/private','docs','join','\x20-c\x20','error','notice','500948shhety','writeFileSync','app/public','app/node_modules','1036932cRsOvC','jsdoc-config.json','maka\x20jsdoc\x20--init','(((.+)+)+)+$','closure'];a78c=function(){return n;};return a78c();}const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x1ca))/0x1+-parseInt(i(0x1d4))/0x2+parseInt(i(0x1d3))/0x3+parseInt(i(0x1c0))/0x4+-parseInt(i(0x1d9))/0x5+-parseInt(i(0x1cf))/0x6+-parseInt(i(0x1bc))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x50d6f));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x1cd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x1d8)]()[k(0x1cc)](k(0x1c3))[k(0x1d8)]()['constructor'](a78a)['search'](k(0x1c3));});a78a();import a78e from'path';import a78f from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1b9;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(0x1d6)]({'name':a78l(0x1d5),'usage':a78l(0x1ce),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a78l(0x1c2),a78l(0x1ce)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x1dc)](this['fsi'][m(0x1c6)](),m(0x1db)+a78e[m(0x1c5)]),b=a78e['join'](this[m(0x1d1)]['findAppDirectory'](),'config',m(0x1c1)),c='jsdoc';if(!this[m(0x1d1)]['isFile'](b)){const f={'plugins':[m(0x1d2)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x1d5),m(0x1c4)]},'source':{'includePattern':m(0x1c9),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':['app/packages',m(0x1bf),m(0x1be),m(0x1da)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x1d0)}};a78f[m(0x1bd)](b,JSON['stringify'](f,null,0x4));}const d=Log[m(0x1d7)]('Running\x20'+c);try{const g=c+m(0x1b9)+b+m(0x1c8)+a78e[m(0x1c5)]+'\x20-d\x20'+a;execSync(g,{'stdio':m(0x1cb)}),Log[m(0x1bb)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(h){Log[m(0x1ba)](h),Log[m(0x1ba)](m(0x1c7));}finally{d['stop']();}});