@maka/maka-cli 5.1.21 → 5.1.23

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 (174) 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/testCmd/_index.js +1 -1
  100. package/bundle/obf/src/commands/testCmd/jest.sub.cmd.js +1 -1
  101. package/bundle/obf/src/commands/testCmd/mocha.sub.cmd.js +1 -1
  102. package/bundle/obf/src/commands/testCmd/test.command.js +1 -1
  103. package/bundle/obf/src/commands/undo.js +1 -1
  104. package/bundle/obf/src/commands/uninstall.js +1 -1
  105. package/bundle/obf/src/commands/version/_index.js +1 -1
  106. package/bundle/obf/src/commands/version/list.sub.cmd.js +1 -1
  107. package/bundle/obf/src/commands/version/use.sub.cmd.js +1 -1
  108. package/bundle/obf/src/commands/version/version.js +1 -1
  109. package/bundle/obf/src/error.js +1 -1
  110. package/bundle/obf/src/exec.js +1 -1
  111. package/bundle/obf/src/generator.js +1 -1
  112. package/bundle/obf/src/generators/_index.js +1 -1
  113. package/bundle/obf/src/generators/api.js +1 -1
  114. package/bundle/obf/src/generators/aws/_index.js +1 -1
  115. package/bundle/obf/src/generators/aws/aws.js +1 -1
  116. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  117. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  118. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  119. package/bundle/obf/src/generators/collection.js +1 -1
  120. package/bundle/obf/src/generators/component.js +1 -1
  121. package/bundle/obf/src/generators/config.js +1 -1
  122. package/bundle/obf/src/generators/dbc.js +1 -1
  123. package/bundle/obf/src/generators/dockerfile.js +1 -1
  124. package/bundle/obf/src/generators/hook.js +1 -1
  125. package/bundle/obf/src/generators/kits/_index.js +1 -1
  126. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  127. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  128. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  131. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  132. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  133. package/bundle/obf/src/generators/kits/kit.js +1 -1
  134. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  135. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  136. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  137. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  138. package/bundle/obf/src/generators/layout.js +1 -1
  139. package/bundle/obf/src/generators/maka.gen.js +1 -1
  140. package/bundle/obf/src/generators/methods.js +1 -1
  141. package/bundle/obf/src/generators/package.js +1 -1
  142. package/bundle/obf/src/generators/page.js +1 -1
  143. package/bundle/obf/src/generators/publish.js +1 -1
  144. package/bundle/obf/src/generators/route.js +1 -1
  145. package/bundle/obf/src/generators/services/_index.js +1 -1
  146. package/bundle/obf/src/generators/services/logger.js +1 -1
  147. package/bundle/obf/src/generators/services/openssl.js +1 -1
  148. package/bundle/obf/src/generators/services/service.js +1 -1
  149. package/bundle/obf/src/generators/services/translation.js +1 -1
  150. package/bundle/obf/src/maka.js +1 -1
  151. package/bundle/obf/src/tool.js +1 -1
  152. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  153. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  154. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  155. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  156. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  157. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  158. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  159. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  160. package/bundle/obf/src/tools/https/https.class.js +1 -1
  161. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  162. package/bundle/obf/src/tools/log/log.class.js +1 -1
  163. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  164. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  165. package/bundle/obf/src/tools/options/options.class.js +1 -1
  166. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  167. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  168. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  169. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  170. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  171. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  172. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  173. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  174. 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(0xa6))/0x1*(-parseInt(f(0x84))/0x2)+-parseInt(f(0x7e))/0x3+parseInt(f(0xa4))/0x4+parseInt(f(0xa8))/0x5+parseInt(f(0x8d))/0x6*(-parseInt(f(0x9f))/0x7)+parseInt(f(0xa7))/0x8*(parseInt(f(0x7b))/0x9)+-parseInt(f(0x89))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x9c0db));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x7a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x9d)]()[h(0x88)](h(0x96))[h(0x9d)]()[h(0x8c)](a58a)[h(0x88)](h(0x96));});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(0x9b)],'category':Category[i(0xac)],'shape':Shape[i(0xa0)],'color':Color['Yellow'],'texture':Texture[i(0x9e)],'rating':Rating[i(0x9a)],'weight':0x1});}[a58j(0x82)](){var k=a58j;return this[k(0x9c)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x9b)],'category':Category[l(0xa2)],'shape':Shape['Blade'],'color':Color[l(0x87)],'texture':Texture[l(0x80)],'rating':Rating[l(0x9a)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x93)],'category':Category[m(0xa2)],'shape':Shape[m(0xae)],'color':Color[m(0x90)],'texture':Texture['Metallic'],'rating':Rating[m(0xa3)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x9b)],'category':Category[n(0x86)],'shape':Shape[n(0x91)],'color':Color[n(0x87)],'texture':Texture['Metallic'],'rating':Rating[n(0x9a)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x93)],'category':Category[o(0xad)],'shape':Shape[o(0xa0)],'color':Color[o(0x87)],'texture':Texture[o(0x80)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x9b)],'category':Category[p(0x7c)],'shape':Shape[p(0xa0)],'color':Color['Grey'],'texture':Texture[p(0x80)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x9b)],'category':Category[q(0x8e)],'shape':Shape[q(0x91)],'color':Color[q(0x90)],'texture':Texture[q(0x9e)],'rating':Rating[q(0x9a)],'weight':0x2});}}function a58c(){var C=['author','constructor','928410fAnUNW','Boots','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Brown','Circle','ArmArmor','Large','Holy\x20Grail','publishDate','(((.+)+)+)+$','Yellow','Short\x20Sword','Unknown\x20Author','Common','Medium','description','toString','Smooth','7Uzwhcp','Rectangle','Small','Weapon','Rare','4596580whNYTb','Gold','311171zkGWsw','8OaQjfm','2275765URtEUu','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Book','Cup','Unknown','BodyArmor','Rifle','apply','5087943KpiOTU','LegArmor','Blade','3310671OISdCO','name','Metallic','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','use','Gloves','2DaIIRJ','Legendary','Helmet','Grey','search','5833090uHqTnu','You\x20hold\x20the\x20'];a58c=function(){return C;};return a58c();}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0xa1)],'category':Category[r(0x83)],'shape':Shape[r(0x91)],'color':Color[r(0x90)],'texture':Texture['Smooth'],'rating':Rating[r(0x9a)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x9b)],'category':Category[s(0x92)],'shape':Shape[s(0xa0)],'color':Color[s(0x87)],'texture':Texture[s(0x80)],'rating':Rating[s(0x9a)],'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['Tiny'],'category':Category['Key'],'shape':Shape[t(0xa0)],'color':Color[t(0x97)],'texture':Texture[t(0x9e)],'rating':Rating['Common'],'weight':0x0});}[a58j(0x82)](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}export class Weapon extends Item{constructor(a,b){var u=a58j;super({'name':a,'description':b,'size':Size[u(0x9b)],'category':Category[u(0xa2)],'shape':Shape[u(0x7d)],'color':Color[u(0x87)],'texture':Texture[u(0x80)],'rating':Rating['Common'],'weight':0x3});}['use'](){var v=a58j;return v(0x8f);}}export class Book extends Item{['author'];['publishDate'];['pageCount'];constructor(a,b='A\x20mysterious\x20book.',c=a58j(0x99)){var w=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[w(0xaa)],'shape':Shape[w(0xa0)],'color':Color['Brown'],'texture':Texture[w(0x9e)],'rating':Rating[w(0x9a)],'weight':0x1}),this[w(0x8b)]=c,this[w(0x95)]=new Date(),this['pageCount']=0x64;}[a58j(0x82)](){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 x=a58j;super({'name':x(0x98),'description':'A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','size':Size[x(0x9b)],'category':Category[x(0xa2)],'shape':Shape[x(0x7d)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x3});}[a58j(0x82)](){var y=a58j;return y(0x8f);}}export class SniperRifle extends Item{constructor(){var z=a58j;super({'name':'Sniper\x20Rifle','description':z(0xa9),'size':Size[z(0x93)],'category':Category[z(0xa2)],'shape':Shape[z(0xae)],'color':Color[z(0x90)],'texture':Texture['Smooth'],'rating':Rating[z(0x9a)],'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 A=a58j;super({'name':A(0x94),'description':A(0x81),'size':Size[A(0xa1)],'category':Category[A(0xab)],'shape':Shape[A(0x91)],'color':Color[A(0xa5)],'texture':Texture['Metallic'],'rating':Rating[A(0x85)],'weight':0x1});}[a58j(0x82)](){var B=a58j;return B(0x8a)+this[B(0x7f)]+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
1
+ var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0xbb))/0x1+parseInt(f(0xad))/0x2*(-parseInt(f(0xb6))/0x3)+-parseInt(f(0xb3))/0x4*(parseInt(f(0xce))/0x5)+-parseInt(f(0xa9))/0x6*(parseInt(f(0xa1))/0x7)+parseInt(f(0xae))/0x8+-parseInt(f(0xbf))/0x9+parseInt(f(0xcb))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x809b2));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0xc7)](h(0xb8))[h(0xbc)]()[h(0xb5)](a58a)['search']('(((.+)+)+)+$');});a58a();function a58c(){var E=['pageCount','7249707xuzqZL','BodyArmor','Key','Short\x20Sword','Weapon','LegArmor','Boots','Smooth','search','description','Rifle','Book','35107140mNnXPm','author','publishDate','1167275NUHQyG','Medium','Circle','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Blade','Helmet','Holy\x20Grail','301777YxtWpn','Cup','use','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Gloves','apply','Small','Unknown','6ZfbtFH','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Common','\x20aloft,\x20feeling\x20its\x20immense\x20power.','100vYxyFT','88696MJBpZY','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Metallic','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Rectangle','4GXHTlB','Sniper\x20Rifle','constructor','52362rzQtRU','Grey','(((.+)+)+)+$','Large','Brown','1040242UEupXc','toString','You\x20hold\x20the\x20'];a58c=function(){return E;};return a58c();}import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size[i(0xcf)],'category':Category[i(0xa8)],'shape':Shape[i(0xb2)],'color':Color['Yellow'],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1});}[a58j(0xa3)](){var k=a58j;return this[k(0xc8)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0xcf)],'category':Category[l(0xc3)],'shape':Shape[l(0xd3)],'color':Color[l(0xb7)],'texture':Texture[l(0xb0)],'rating':Rating[l(0xab)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0xb9)],'category':Category[m(0xc3)],'shape':Shape[m(0xc9)],'color':Color['Brown'],'texture':Texture[m(0xb0)],'rating':Rating['Rare'],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[n(0x9f)],'shape':Shape[n(0xd0)],'color':Color[n(0xb7)],'texture':Texture[n(0xb0)],'rating':Rating[n(0xab)],'weight':0x2});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x9f;var f=c[d];return f;},a58d(a,b);}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0xb9)],'category':Category[o(0xc0)],'shape':Shape[o(0xb2)],'color':Color[o(0xb7)],'texture':Texture[o(0xb0)],'rating':Rating[o(0xab)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0xcf)],'category':Category[p(0xc4)],'shape':Shape['Rectangle'],'color':Color[p(0xb7)],'texture':Texture['Metallic'],'rating':Rating[p(0xab)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0xcf)],'category':Category[q(0xc5)],'shape':Shape[q(0xd0)],'color':Color[q(0xba)],'texture':Texture[q(0xc6)],'rating':Rating[q(0xab)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0xa7)],'category':Category[r(0xa5)],'shape':Shape[r(0xd0)],'color':Color['Brown'],'texture':Texture[r(0xc6)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0xcf)],'category':Category['ArmArmor'],'shape':Shape[s(0xb2)],'color':Color[s(0xb7)],'texture':Texture[s(0xb0)],'rating':Rating[s(0xab)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[t(0xc1)],'shape':Shape[t(0xb2)],'color':Color['Yellow'],'texture':Texture[t(0xc6)],'rating':Rating['Common'],'weight':0x0});}['use'](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}export class Weapon extends Item{constructor(a,b){var u=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Weapon'],'shape':Shape['Blade'],'color':Color[u(0xb7)],'texture':Texture['Metallic'],'rating':Rating[u(0xab)],'weight':0x3});}[a58j(0xa3)](){var v=a58j;return v(0xa4);}}export class Book extends Item{[a58j(0xcc)];['publishDate'];[a58j(0xbe)];constructor(a,b='A\x20mysterious\x20book.',c='Unknown\x20Author'){var w=a58j;super({'name':a,'description':b,'size':Size[w(0xcf)],'category':Category[w(0xca)],'shape':Shape[w(0xb2)],'color':Color[w(0xba)],'texture':Texture[w(0xc6)],'rating':Rating[w(0xab)],'weight':0x1}),this[w(0xcc)]=c,this[w(0xcd)]=new Date(),this['pageCount']=0x64;}[a58j(0xa3)](){var x=a58j;return x(0xd2);}}export class ShortSword extends Item{constructor(){var y=a58j;super({'name':y(0xc2),'description':y(0xd1),'size':Size['Medium'],'category':Category[y(0xc3)],'shape':Shape[y(0xd3)],'color':Color[y(0xb7)],'texture':Texture[y(0xb0)],'rating':Rating[y(0xab)],'weight':0x3});}[a58j(0xa3)](){var z=a58j;return z(0xa4);}}export class SniperRifle extends Item{constructor(){var A=a58j;super({'name':A(0xb4),'description':A(0xb1),'size':Size[A(0xb9)],'category':Category['Weapon'],'shape':Shape[A(0xc9)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[A(0xab)],'weight':0x5});}[a58j(0xa3)](){var B=a58j;return B(0xaa);}}export class HolyGrail extends Item{constructor(){var C=a58j;super({'name':C(0xa0),'description':C(0xaf),'size':Size['Small'],'category':Category[C(0xa2)],'shape':Shape[C(0xd0)],'color':Color['Gold'],'texture':Texture['Metallic'],'rating':Rating['Legendary'],'weight':0x1});}['use'](){var D=a58j;return D(0xbd)+this['name']+D(0xac);}}
@@ -1 +1 @@
1
- function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xb5;let f=c[d];return f;},a60d(a,b);}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0xbb))/0x1+parseInt(f(0xc5))/0x2*(parseInt(f(0xc1))/0x3)+-parseInt(f(0xef))/0x4*(-parseInt(f(0xbf))/0x5)+parseInt(f(0xcf))/0x6+parseInt(f(0xb7))/0x7+parseInt(f(0xce))/0x8+-parseInt(f(0x118))/0x9*(parseInt(f(0x123))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xe2f9b));function a60c(){const j=['Watch\x20Tower','25587ngpjNL','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','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','Jackpoint\x20Login','Central\x20Chamber','decrypt','A\x20long-range\x20weapon.','Corporate\x20Creditstick','Riddle\x20Book','That\x20passcode\x20is\x20incorrect','Study','6410qrhzQG','Corp\x20Enclave','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Secret\x20Passage','Barrens\x20Hideout','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','drone','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','south','Chad\x20the\x20stupid\x20guard','3597657OUPjpU','Holy\x20Grail','Sniper\x20Rifle','north','1503925IdFsvO','show\x20loyalty','apply','basic','2661345mSEzrd','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','6cOEjHs','MCT\x20Fly-Spy','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','A\x20key\x20stained\x20with\x20old\x20blood.','550666koLAIK','Torture\x20Chamber','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Treasure\x20Room','Rigger\x27s\x20Workshop','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','OUTSIDE','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20small\x20surveillance\x20drone.','9779168iBzMUb','5426568jrnGXm','release','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','search','Nothing\x20happens.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','holyGrail','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','down','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','inside','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Armory','gem','A\x20clear\x20glass\x20vial.','Encrypted\x20Data\x20Key','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','constructor','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Alchemy\x20Lab','book','EAST','document','toString','outside','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','The\x20chest\x20remains\x20firmly\x20shut.','8ysBxOA','cup','NORTH','Ares\x20Predator','Courtyard','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','An\x20old\x20and\x20rusted\x20sword.','Golden\x20Key','A\x20creditstick\x20loaded\x20with\x20nuyen.','Ancient\x20Gem','Blood-stained\x20Key','insert\x20gem','west','Entrance\x20Hall','Barrens\x20Entrance','east','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','key','Golden\x20Chalice','Rusted\x20Sword','Mage\x27s\x20Lair','Downtown\x20Seattle','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Central\x20Chamber\x20Key','(((.+)+)+)+$','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Emblem\x20Shield','CorpSec\x20Plans','Amulet\x20of\x20Awakening','Guard\x27s\x20Log\x20Book','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Gang\x20Insignia','shield','disenchant','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Matrix\x20Data\x20Haven','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','rifle','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'];a60c=function(){return j;};return a60c();}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0xbd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0xea)]()[h(0xd2)](h(0x108))[h(0xea)]()[h(0xe3)](a60a)[h(0xd2)](h(0x108));});a60a();export const rooms=[{'name':'Library','description':a60i(0xca),'isStartRoom':!![],'items':[{'type':a60i(0x101),'name':a60i(0xf6),'description':a60i(0xc7)},{'type':a60i(0xe7),'name':a60i(0x10d),'description':'A\x20thin\x20log\x20book','content':a60i(0xb6)}],'exits':[{'direction':a60i(0xe8),'targetRoom':a60i(0x126)}]},{'name':'Secret\x20Passage','description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0xf1),'targetRoom':a60i(0xc8),'keyRequired':a60i(0xf6)},{'direction':'SOUTH','targetRoom':'Courtyard'}]},{'name':a60i(0xc8),'description':a60i(0xec),'items':[{'type':a60i(0xd5),'name':a60i(0xb8),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0xf3),'description':a60i(0xe4),'roomType':a60i(0xcb),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a60i(0x117),'description':a60i(0x125),'roomType':a60i(0xcb),'puzzle':{'requiredPhrase':'secret123','riddle':a60i(0xdd),'rewardItem':{'type':a60i(0x115),'name':a60i(0xb9),'description':a60i(0x11e)},'successMessage':a60i(0x11a),'failureMessage':a60i(0x121)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':a60i(0xdc),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0xd9),'rewardItem':{'type':a60i(0x101),'name':a60i(0x107),'description':a60i(0xd4)},'successMessage':a60i(0xe5),'failureMessage':a60i(0xd3)},'exits':[{'direction':a60i(0xba),'targetRoom':a60i(0x122)},{'direction':a60i(0xfe),'targetRoom':a60i(0x11c),'keyRequired':a60i(0x107)}]},{'name':a60i(0x122),'description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':'inside','items':[{'type':a60i(0xe7),'name':a60i(0x120),'description':a60i(0xd1),'content':a60i(0xe2)},{'type':a60i(0x101),'name':a60i(0x107),'description':a60i(0xd4)}],'exits':[{'direction':a60i(0xb5),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0xfe),'targetRoom':a60i(0xe6)}]},{'name':a60i(0xe6),'description':'A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','roomType':a60i(0xdc),'items':[{'type':a60i(0xbe),'name':'Empty\x20vial','description':a60i(0xe0)}],'exits':[{'direction':a60i(0xfb),'targetRoom':'Study'},{'direction':a60i(0xba),'targetRoom':a60i(0xde)}]},{'name':a60i(0xde),'description':a60i(0xda),'roomType':a60i(0xdc),'items':[{'type':a60i(0x110),'name':a60i(0x10a),'description':a60i(0x116)},{'type':'sword','name':a60i(0x103),'description':a60i(0xf5)}],'exits':[{'direction':a60i(0xb5),'targetRoom':a60i(0xe6)},{'direction':'east','targetRoom':a60i(0x11c)}]},{'name':'Central\x20Chamber','description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a60i(0xdc),'exits':[{'direction':a60i(0xfb),'targetRoom':a60i(0xde)},{'direction':'south','targetRoom':a60i(0xfc)},{'direction':'north','targetRoom':a60i(0xc6)},{'direction':a60i(0xfe),'targetRoom':a60i(0xc8)}]},{'name':a60i(0xc6),'description':a60i(0xd6),'roomType':'inside','items':[{'type':'key','name':a60i(0xf9),'description':a60i(0xc4)}],'puzzle':{'requiredPhrase':a60i(0xd0),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a60i(0xdf),'name':a60i(0xf8),'description':a60i(0x106)},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0xb5),'targetRoom':a60i(0x11c)}]},{'name':'Treasure\x20Room','description':a60i(0x114),'roomType':a60i(0xdc),'puzzle':{'requiredPhrase':a60i(0xfa),'riddle':a60i(0x12b),'rewardItem':{'type':a60i(0xf0),'name':a60i(0x102),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a60i(0x128),'failureMessage':a60i(0xee)},'exits':[{'direction':a60i(0xfb),'targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':a60i(0x11b),'description':a60i(0x109),'isStartRoom':!![],'roomType':a60i(0xdc),'exits':[{'direction':a60i(0xba),'targetRoom':a60i(0x105)},{'direction':'up','targetRoom':a60i(0x113)}]},{'name':a60i(0x113),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a60i(0xdc),'puzzle':{'requiredPhrase':a60i(0x11d),'riddle':a60i(0x119),'rewardItem':{'type':'key','name':a60i(0xe1),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0xc3),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60i(0xd8),'targetRoom':'Jackpoint\x20Login'}]},{'name':a60i(0x105),'description':'The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','roomType':a60i(0xeb),'exits':[{'direction':a60i(0xb5),'targetRoom':'Jackpoint\x20Login'},{'direction':a60i(0xfe),'targetRoom':a60i(0xfd)},{'direction':a60i(0xfb),'targetRoom':a60i(0x124)}]},{'name':a60i(0xfd),'description':a60i(0xd7),'roomType':'outside','puzzle':{'requiredPhrase':a60i(0xbc),'riddle':a60i(0xc0),'rewardItem':{'type':a60i(0x101),'name':a60i(0x10f),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a60i(0x12a),'failureMessage':a60i(0xf4)},'exits':[{'direction':a60i(0xfb),'targetRoom':a60i(0x105)},{'direction':a60i(0xba),'targetRoom':a60i(0x127)}]},{'name':a60i(0x124),'description':a60i(0xcc),'roomType':a60i(0xdc),'items':[{'type':'creditstick','name':a60i(0x11f),'description':a60i(0xf7)},{'type':a60i(0xe9),'name':a60i(0x10b),'description':a60i(0xff)}],'exits':[{'direction':'east','targetRoom':'Downtown\x20Seattle'}]},{'name':'Barrens\x20Hideout','description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':'outside','items':[{'type':'weapon','name':a60i(0xf2),'description':a60i(0x10e)}],'exits':[{'direction':'south','targetRoom':a60i(0xfd)},{'direction':a60i(0xba),'targetRoom':a60i(0x104)},{'direction':a60i(0xfe),'targetRoom':'Rigger\x27s\x20Workshop'}]},{'name':a60i(0x104),'description':a60i(0x100),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x111),'riddle':a60i(0xed),'rewardItem':{'type':'amulet','name':a60i(0x10c),'description':a60i(0x112)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a60i(0xdb)},'exits':[{'direction':a60i(0xb5),'targetRoom':a60i(0x127)}]},{'name':a60i(0xc9),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a60i(0xdc),'items':[{'type':a60i(0x129),'name':a60i(0xc2),'description':a60i(0xcd)}],'exits':[{'direction':a60i(0xfb),'targetRoom':a60i(0x127)}]}];
1
+ function a60c(){const j=['4kgMqHG','gem','Alchemy\x20Lab','Mage\x27s\x20Lair','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','decrypt','cup','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','shield','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','east','Barrens\x20Entrance','west','open\x20sesame','18KZmfjl','Gang\x20Insignia','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','outside','Matrix\x20Data\x20Haven','south','key','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Treasure\x20Room','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Secret\x20Passage','Emblem\x20Shield','6512OoVeBM','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Ares\x20Predator','toString','An\x20old\x20and\x20rusted\x20sword.','Rigger\x27s\x20Workshop','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Jackpoint\x20Login','OUTSIDE','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','(((.+)+)+)+$','A\x20long-range\x20weapon.','Empty\x20vial','disenchant','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Ancient\x20Gem','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Watch\x20Tower','Corp\x20Enclave','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','inside','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','north','Courtyard','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Encrypted\x20Data\x20Key','The\x20legendary\x20Holy\x20Grail.','Entrance\x20Hall','insert\x20gem','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','8316365KNIXBQ','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','show\x20loyalty','Torture\x20Chamber','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Riddle\x20Book','4046427sVewsI','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Golden\x20Key','A\x20small\x20surveillance\x20drone.','17163fRYtxv','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','10381950MAMUiz','2079914KpuMKz','holyGrail','rifle','Barrens\x20Hideout','release','SOUTH','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','amulet','apply','The\x20data\x20remains\x20encrypted.','Study','Amulet\x20of\x20Awakening','down','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','book','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Corporate\x20Creditstick','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Holy\x20Grail','sword','Chad\x20the\x20stupid\x20guard','Armory','Library','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Golden\x20Chalice','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Central\x20Chamber\x20Key','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Central\x20Chamber','search','A\x20clear\x20glass\x20vial.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Downtown\x20Seattle','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','1048695CcwsjO','weapon','basic','CorpSec\x20Plans','constructor','The\x20chest\x20remains\x20firmly\x20shut.','1151377tTEitj','A\x20thin\x20log\x20book','document','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.'];a60c=function(){return j;};return a60c();}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x14b))/0x1+-parseInt(f(0x122))/0x2+parseInt(f(0x145))/0x3+parseInt(f(0x14f))/0x4*(parseInt(f(0x114))/0x5)+-parseInt(f(0x15d))/0x6*(parseInt(f(0x11a))/0x7)+parseInt(f(0x169))/0x8*(parseInt(f(0x11e))/0x9)+-parseInt(f(0x121))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xdcbf2));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x12a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a['toString']()['search']('(((.+)+)+)+$')[h(0x16c)]()[h(0x149)](a60a)[h(0x13f)](h(0x173));});function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x114;let f=c[d];return f;},a60d(a,b);}a60a();export const rooms=[{'name':a60i(0x138),'description':a60i(0x13d),'isStartRoom':!![],'items':[{'type':a60i(0x163),'name':a60i(0x11c),'description':a60i(0x158)},{'type':a60i(0x130),'name':'Guard\x27s\x20Log\x20Book','description':a60i(0x14c),'content':a60i(0x136)}],'exits':[{'direction':'EAST','targetRoom':a60i(0x167)}]},{'name':a60i(0x167),'description':a60i(0x185),'exits':[{'direction':'NORTH','targetRoom':'Treasure\x20Room','keyRequired':'Golden\x20Key'},{'direction':a60i(0x127),'targetRoom':a60i(0x184)}]},{'name':a60i(0x165),'description':a60i(0x118),'items':[{'type':a60i(0x123),'name':a60i(0x134),'description':a60i(0x188)}]},{'name':a60i(0x184),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a60i(0x171),'exits':[{'direction':'UP','targetRoom':a60i(0x17a)}]},{'name':'Watch\x20Tower','description':a60i(0x144),'roomType':a60i(0x171),'puzzle':{'requiredPhrase':'secret123','riddle':a60i(0x17d),'rewardItem':{'type':a60i(0x124),'name':'Sniper\x20Rifle','description':a60i(0x174)},'successMessage':a60i(0x172),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':a60i(0x189),'description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x15c),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0x163),'name':'Central\x20Chamber\x20Key','description':a60i(0x182)},'successMessage':a60i(0x156),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60i(0x183),'targetRoom':a60i(0x12c)},{'direction':a60i(0x159),'targetRoom':a60i(0x13e),'keyRequired':a60i(0x13c)}]},{'name':'Study','description':a60i(0x179),'roomType':a60i(0x17e),'items':[{'type':a60i(0x130),'name':a60i(0x119),'description':a60i(0x139),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x163),'name':'Central\x20Chamber\x20Key','description':a60i(0x182)}],'exits':[{'direction':a60i(0x162),'targetRoom':a60i(0x189)},{'direction':a60i(0x159),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0x151),'description':a60i(0x14e),'roomType':'inside','items':[{'type':a60i(0x147),'name':a60i(0x175),'description':a60i(0x140)}],'exits':[{'direction':a60i(0x15b),'targetRoom':a60i(0x12c)},{'direction':a60i(0x183),'targetRoom':a60i(0x137)}]},{'name':'Armory','description':a60i(0x11b),'roomType':a60i(0x17e),'items':[{'type':a60i(0x157),'name':a60i(0x168),'description':a60i(0x13b)},{'type':a60i(0x135),'name':'Rusted\x20Sword','description':a60i(0x16d)}],'exits':[{'direction':a60i(0x162),'targetRoom':a60i(0x151)},{'direction':a60i(0x159),'targetRoom':a60i(0x13e)}]},{'name':'Central\x20Chamber','description':a60i(0x177),'roomType':a60i(0x17e),'exits':[{'direction':'west','targetRoom':a60i(0x137)},{'direction':a60i(0x162),'targetRoom':a60i(0x189)},{'direction':a60i(0x183),'targetRoom':a60i(0x117)},{'direction':a60i(0x159),'targetRoom':a60i(0x165)}]},{'name':a60i(0x117),'description':a60i(0x141),'roomType':a60i(0x17e),'items':[{'type':a60i(0x163),'name':'Blood-stained\x20Key','description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x126),'riddle':a60i(0x186),'rewardItem':{'type':a60i(0x150),'name':a60i(0x178),'description':a60i(0x12f)},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':a60i(0x18b)},'exits':[{'direction':'south','targetRoom':a60i(0x13e)}]},{'name':'Treasure\x20Room','description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x17e),'puzzle':{'requiredPhrase':a60i(0x18a),'riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60i(0x155),'name':a60i(0x13a),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a60i(0x143),'failureMessage':a60i(0x14a)},'exits':[{'direction':a60i(0x15b),'targetRoom':a60i(0x13e)}]}];export const shadowrunConfig=[{'name':a60i(0x170),'description':a60i(0x131),'isStartRoom':!![],'roomType':a60i(0x17e),'exits':[{'direction':a60i(0x183),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0x161)}]},{'name':a60i(0x161),'description':a60i(0x164),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x154),'riddle':a60i(0x15f),'rewardItem':{'type':a60i(0x163),'name':a60i(0x187),'description':a60i(0x181)},'successMessage':a60i(0x153),'failureMessage':a60i(0x12b)},'exits':[{'direction':a60i(0x12e),'targetRoom':a60i(0x170)}]},{'name':a60i(0x142),'description':a60i(0x166),'roomType':a60i(0x160),'exits':[{'direction':'south','targetRoom':a60i(0x170)},{'direction':'east','targetRoom':'Barrens\x20Entrance'},{'direction':a60i(0x15b),'targetRoom':a60i(0x17b)}]},{'name':a60i(0x15a),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':'outside','puzzle':{'requiredPhrase':a60i(0x116),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60i(0x163),'name':a60i(0x15e),'description':a60i(0x115)},'successMessage':a60i(0x16f),'failureMessage':a60i(0x180)},'exits':[{'direction':a60i(0x15b),'targetRoom':a60i(0x142)},{'direction':'north','targetRoom':a60i(0x125)}]},{'name':a60i(0x17b),'description':a60i(0x16a),'roomType':a60i(0x17e),'items':[{'type':'creditstick','name':a60i(0x132),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a60i(0x14d),'name':a60i(0x148),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a60i(0x159),'targetRoom':a60i(0x142)}]},{'name':a60i(0x125),'description':a60i(0x133),'roomType':a60i(0x160),'items':[{'type':a60i(0x146),'name':a60i(0x16b),'description':a60i(0x17f)}],'exits':[{'direction':a60i(0x162),'targetRoom':a60i(0x15a)},{'direction':'north','targetRoom':a60i(0x152)},{'direction':a60i(0x159),'targetRoom':a60i(0x16e)}]},{'name':a60i(0x152),'description':a60i(0x18d),'roomType':a60i(0x17e),'puzzle':{'requiredPhrase':a60i(0x176),'riddle':a60i(0x17c),'rewardItem':{'type':a60i(0x129),'name':a60i(0x12d),'description':a60i(0x128)},'successMessage':a60i(0x18c),'failureMessage':a60i(0x120)},'exits':[{'direction':a60i(0x162),'targetRoom':'Barrens\x20Hideout'}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x11f),'roomType':'inside','items':[{'type':'drone','name':'MCT\x20Fly-Spy','description':a60i(0x11d)}],'exits':[{'direction':'west','targetRoom':a60i(0x125)}]}];
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x9a))/0x1+-parseInt(f(0x8b))/0x2+parseInt(f(0x8a))/0x3+-parseInt(f(0x82))/0x4*(-parseInt(f(0xa1))/0x5)+-parseInt(f(0x7f))/0x6+-parseInt(f(0x9d))/0x7+parseInt(f(0x80))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x2c3bd));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x9b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x9c)]()[h(0x7c)](h(0x88))[h(0x9c)]()['constructor'](a61a)['search']('(((.+)+)+)+$');});a61a();import{EventEmitter}from'events';function a61c(){var j=['description','player','logger','(((.+)+)+)+$','roomB','893007GinzYx','560970motiJB','puzzle','category','uuid','name','isLockable','unlockItemOrSolution','_inventory','roomType','rooms','rating','shape','items','characterLocations','_logger','183789CScfWG','apply','toString','1490223xVPuJI','inventory','roomA','isStartRoom','65NqhZBd','weight','search','isLocked','size','1688886UIvElX','4145880vVmRwa','exits','99668tlNLVu','solved','_equipment'];a61c=function(){return j;};return a61c();}export class AbstractScene{[a61i(0x94)];[a61i(0x86)];[a61i(0x87)];[a61i(0x98)];}export class AbstractRoom extends EventEmitter{[a61i(0x8f)];[a61i(0x85)];[a61i(0x81)];[a61i(0x9e)];[a61i(0x8c)];[a61i(0x93)];[a61i(0xa0)];}export class AbstractDoor{[a61i(0x9f)];[a61i(0x89)];[a61i(0x7d)];[a61i(0x91)];[a61i(0x8f)];[a61i(0x87)];[a61i(0x90)];}export class AbstractInventory{[a61i(0x97)];[a61i(0x87)];}export class AbstractItem{[a61i(0x8e)];[a61i(0x8f)];[a61i(0x85)];[a61i(0x7e)];[a61i(0x8d)];[a61i(0x96)];['color'];['texture'];[a61i(0x95)];[a61i(0x7b)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x7b;var f=c[d];return f;},a61d(a,b);}export class AbstractPlayer{['_playerName'];['_currentLocation'];[a61i(0x92)];[a61i(0x84)];['_maxCarryingWeight'];[a61i(0x99)];}export class AbstractPuzzle{[a61i(0x87)];[a61i(0x83)];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x203))/0x1*(parseInt(f(0x201))/0x2)+parseInt(f(0x20b))/0x3+parseInt(f(0x20d))/0x4+-parseInt(f(0x209))/0x5*(-parseInt(f(0x1f7))/0x6)+-parseInt(f(0x20c))/0x7*(parseInt(f(0x1ee))/0x8)+parseInt(f(0x1f9))/0x9*(parseInt(f(0x1ff))/0xa)+-parseInt(f(0x1ed))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x2243e));function a61c(){var j=['rooms','search','(((.+)+)+)+$','_maxCarryingWeight','isLocked','inventory','162zTEXZD','_playerName','207ojWtfi','apply','constructor','category','_currentLocation','_equipment','40760aDJXtf','rating','12jVwtmZ','isLockable','5794lNYQyq','solved','name','logger','roomType','characterLocations','38455aCKire','texture','728241LJJRQx','124649kDBdJh','315732RIwhvn','_logger','_inventory','description','toString','player','4731804mtvnal','8JRcRrw','roomA','size'];a61c=function(){return j;};return a61c();}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1fa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x211)]()[h(0x1f2)](h(0x1f3))[h(0x211)]()[h(0x1fb)](a61a)[h(0x1f2)](h(0x1f3));});function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1ed;var f=c[d];return f;},a61d(a,b);}a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x1f1)];[a61i(0x212)];['logger'];[a61i(0x208)];}export class AbstractRoom extends EventEmitter{[a61i(0x205)];[a61i(0x210)];['exits'];[a61i(0x1f6)];['puzzle'];[a61i(0x207)];['isStartRoom'];}export class AbstractDoor{[a61i(0x1ef)];['roomB'];[a61i(0x1f5)];['unlockItemOrSolution'];[a61i(0x205)];[a61i(0x206)];[a61i(0x202)];}export class AbstractInventory{['items'];[a61i(0x206)];}export class AbstractItem{['uuid'];[a61i(0x205)];[a61i(0x210)];[a61i(0x1f0)];[a61i(0x1fc)];['shape'];['color'];[a61i(0x20a)];[a61i(0x200)];['weight'];}export class AbstractPlayer{[a61i(0x1f8)];[a61i(0x1fd)];[a61i(0x20f)];[a61i(0x1fe)];[a61i(0x1f4)];[a61i(0x20e)];}export class AbstractPuzzle{[a61i(0x206)];[a61i(0x204)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x178))/0x1+-parseInt(k(0x1ad))/0x2*(-parseInt(k(0x1b6))/0x3)+-parseInt(k(0x1a2))/0x4+-parseInt(k(0x1c4))/0x5+-parseInt(k(0x187))/0x6+parseInt(k(0x186))/0x7+parseInt(k(0x1af))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xb7574));export var Size;(function(a){var l=a62d;a['Tiny']=l(0x18d),a[l(0x1b9)]=l(0x1be),a[l(0x198)]=l(0x181),a['Large']=l(0x1a9),a[l(0x1a6)]=l(0x1a7);}(Size||(Size={})));export var Rating;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x166;var f=c[d];return f;},a62d(a,b);}(function(a){var m=a62d;a[m(0x193)]=m(0x185),a[m(0x180)]=m(0x1b2),a[m(0x1c2)]='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x1b3)]='weapon',a[n(0x16e)]=n(0x17c),a['Key']='key',a[n(0x16d)]=n(0x16f),a[n(0x171)]='helmet',a[n(0x197)]=n(0x1ab),a[n(0x191)]='boots',a[n(0x16b)]=n(0x17d),a['ArmArmor']=n(0x18f),a[n(0x17a)]='body\x20armor',a[n(0x1b7)]=n(0x16c),a[n(0x170)]='cup',a['Unknown']=n(0x182);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x1bb)]=o(0x1a0),a[o(0x17e)]=o(0x1b4),a['Triangle']=o(0x196),a['Rectangle']='rectangle',a['Blade']='blade',a[o(0x1c1)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a[p(0x192)]=p(0x173),a[p(0x19e)]='blue',a[p(0x177)]=p(0x169),a[p(0x1c0)]=p(0x1ae),a[p(0x1a5)]=p(0x174),a[p(0x183)]=p(0x19b),a[p(0x1aa)]=p(0x166),a[p(0x19f)]=p(0x167),a[p(0x172)]=p(0x16a);}(Color||(Color={})));export var Texture;function a62c(){var v=['underground','BodyArmor','Fuzzy','shield','leg\x20armor','Square','desert','Rare','medium','unknown','Purple','OUTSIDE','common','6651029nSZMkN','7980036DehUHw','inside','beach','INSIDE','down','smooth','tiny','DOWN','arm\x20armor','cave','Boots','Red','Common','search','forest','triangle','Hat','Medium','tower','Bumpy','purple','SEA','rough','Blue','Brown','circle','metallic','2357916ywrEPc','mountain','CAVE','Orange','VeryLarge','very\x20large','Rough','large','Grey','hat','WEST','120794shsvay','yellow','15726008bARYal','fuzzy','south','rare','Weapon','square','(((.+)+)+)+$','42FryNqe','Book','MOUNTAIN','Small','BEACH','Circle','apply','UNDERGROUND','small','DESERT','Yellow','Rifle','Legendary','sea','2674730trVIFA','grey','brown','NORTH','green','gold','LegArmor','book','Gloves','Shield','gloves','Cup','Helmet','Gold','red','orange','toString','EAST','Green','556061SGbzUi'];a62c=function(){return v;};return a62c();}(function(c){var s=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var q=a62d;if(h){var j=h[q(0x1bc)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var r=a62d;return e[r(0x175)]()[r(0x194)]('(((.+)+)+)+$')[r(0x175)]()['constructor'](e)['search'](r(0x1b5));});e(),c['Smooth']=s(0x18c),c[s(0x1a8)]=s(0x19d),c[s(0x19a)]='bumpy',c[s(0x17b)]=s(0x1b0),c['Grainy']='grainy',c['Metallic']=s(0x1a1);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x18a)]=t(0x188),a[t(0x184)]='outside',a[t(0x1bd)]=t(0x179),a[t(0x1a4)]=t(0x190),a['TOWER']=t(0x199),a['FOREST']=t(0x195),a[t(0x1bf)]=t(0x17f),a[t(0x1b8)]=t(0x1a3),a[t(0x1ba)]=t(0x189),a[t(0x19c)]=t(0x1c3);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x168)]='north',a[u(0x176)]='east',a['SOUTH']=u(0x1b1),a[u(0x1ac)]='west',a['UP']='up',a[u(0x18e)]=u(0x18b);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0xeb))/0x1+parseInt(k(0xd9))/0x2+parseInt(k(0xe0))/0x3*(parseInt(k(0x102))/0x4)+-parseInt(k(0xda))/0x5*(parseInt(k(0xbe))/0x6)+-parseInt(k(0xe7))/0x7+parseInt(k(0xe2))/0x8+-parseInt(k(0xf5))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xec98a));export var Size;(function(a){var l=a62d;a[l(0xfb)]=l(0xf0),a[l(0xd0)]='small',a[l(0xc2)]=l(0x107),a[l(0xc9)]='large',a[l(0x115)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0xc1)]=m(0x11f),a[m(0x11e)]='rare',a[m(0xd2)]=m(0x100);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a['Weapon']='weapon',a['Shield']=n(0xed),a[n(0x109)]=n(0xd1),a[n(0x120)]=n(0x116),a['Helmet']='helmet',a['Hat']=n(0xe8),a[n(0xd6)]=n(0x114),a[n(0x10f)]=n(0x10b),a[n(0x108)]=n(0x11d),a[n(0x125)]=n(0xfc),a[n(0x110)]='book',a[n(0xc6)]=n(0xce),a[n(0xc3)]=n(0x122);}(Category||(Category={})));export var Shape;function a62c(){var v=['Rough','Blade','Cup','constructor','Grainy','Large','MOUNTAIN','Fuzzy','Blue','outside','cup','cave','Small','key','Legendary','grey','DOWN','Green','Boots','south','yellow','2694866irSXrg','20EYMcYx','gold','Triangle','search','INSIDE','inside','1184301mlRNAW','BEACH','1874992YhXLfz','red','TOWER','circle','grainy','3156398hQPifq','hat','green','SOUTH','1867752xuknHk','Metallic','shield','OUTSIDE','bumpy','tiny','SEA','rough','mountain','beach','16123860IcCKZb','CAVE','triangle','Smooth','toString','NORTH','Tiny','body\x20armor','Bumpy','purple','Gold','legendary','Yellow','12sZPckf','Rifle','Grey','west','DESERT','medium','ArmArmor','Key','apply','leg\x20armor','smooth','Red','Circle','LegArmor','Book','down','(((.+)+)+)+$','underground','boots','VeryLarge','gloves','metallic','blue','desert','UNDERGROUND','brown','blade','arm\x20armor','Rare','common','Gloves','tower','unknown','Square','orange','BodyArmor','rectangle','2133462QGgVBF','fuzzy','sea','Common','Medium','Unknown'];a62c=function(){return v;};return a62c();}(function(a){var o=a62d;a[o(0x10e)]=o(0xe5),a[o(0x123)]='square',a[o(0xdc)]=o(0xf7),a['Rectangle']=o(0xbd),a[o(0xc5)]=o(0x11c),a[o(0x103)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a[p(0x10d)]=p(0xe3),a[p(0xcc)]=p(0x118),a[p(0xd5)]=p(0xe9),a[p(0x101)]=p(0xd8),a['Orange']=p(0x124),a['Purple']=p(0xfe),a[p(0x104)]=p(0xd3),a['Brown']=p(0x11b),a[p(0xff)]=p(0xdb);}(Color||(Color={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xbd;var f=c[d];return f;},a62d(a,b);}export var Texture;(function(c){var s=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var q=a62d;if(h){var j=h[q(0x10a)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var r=a62d;return e[r(0xf9)]()[r(0xdd)]('(((.+)+)+)+$')[r(0xf9)]()[r(0xc7)](e)[r(0xdd)](r(0x112));});e(),c[s(0xf8)]=s(0x10c),c[s(0xc4)]=s(0xf2),c[s(0xfd)]=s(0xef),c[s(0xcb)]=s(0xbf),c[s(0xc8)]=s(0xe6),c[s(0xec)]=s(0x117);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0xde)]=t(0xdf),a[t(0xee)]=t(0xcd),a[t(0x11a)]=t(0x113),a[t(0xf6)]=t(0xcf),a[t(0xe4)]=t(0x121),a['FOREST']='forest',a[t(0x106)]=t(0x119),a[t(0xca)]=t(0xf3),a[t(0xe1)]=t(0xf4),a[t(0xf1)]=t(0xc0);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0xfa)]='north',a['EAST']='east',a[u(0xea)]=u(0xd7),a['WEST']=u(0x105),a['UP']='up',a[u(0xd4)]=u(0x111);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a63c(){var i=['apply','(((.+)+)+)+$','606606ehjUlM','3594741VcoQsf','search','2iSzYrQ','9745928PqJqTf','84tYzoLj','404584bOnqWD','toString','4494240Tecrvj','525091SdUojf','5742828HCZryp'];a63c=function(){return i;};return a63c();}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x13a))/0x1+parseInt(f(0x13d))/0x2*(-parseInt(f(0x13b))/0x3)+-parseInt(f(0x133))/0x4+parseInt(f(0x135))/0x5+parseInt(f(0x132))/0x6*(parseInt(f(0x136))/0x7)+parseInt(f(0x131))/0x8+-parseInt(f(0x137))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x9824c));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x131;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x138)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x134)]()[h(0x13c)]('(((.+)+)+)+$')[h(0x134)]()['constructor'](a63a)[h(0x13c)](h(0x139));});a63a();export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x179))/0x1+-parseInt(f(0x17b))/0x2+parseInt(f(0x183))/0x3+parseInt(f(0x17a))/0x4*(parseInt(f(0x17e))/0x5)+-parseInt(f(0x181))/0x6*(parseInt(f(0x180))/0x7)+-parseInt(f(0x178))/0x8+-parseInt(f(0x17c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xa490c));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0x17f)]()[g(0x17d)](g(0x182))[g(0x17f)]()[g(0x184)](a63a)[g(0x17d)](g(0x182));});function a63c(){var h=['(((.+)+)+)+$','3506292JYvMYe','constructor','4197816LwcKos','1042887mOVKxs','4aiUbUN','772150qAkheU','2990682AgZmTv','search','2184785QzYUFX','toString','2560068sltcmZ','12ZfRFhS'];a63c=function(){return h;};return a63c();}a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x178;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(0xaa))/0x1*(-parseInt(f(0xa7))/0x2)+parseInt(f(0xa6))/0x3*(parseInt(f(0xa2))/0x4)+-parseInt(f(0xa5))/0x5*(-parseInt(f(0xa9))/0x6)+-parseInt(f(0xa8))/0x7*(parseInt(f(0xa3))/0x8)+-parseInt(f(0xa0))/0x9*(-parseInt(f(0xa4))/0xa)+parseInt(f(0xa1))/0xb*(parseInt(f(0x9e))/0xc)+-parseInt(f(0x9d))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x4bd3b));function a64c(){var h=['5598736cKycCZ','12Kbijbn','toString','2818971nhfHve','1014431BIOoqA','261988yLePYb','1727288ZzJHSg','10qXFGxM','303045ewTUGw','15rPiSOr','7438YWjuHI','7idaBLk','6JyKmtL','44rzZQUe','search'];a64c=function(){return h;};return a64c();}var a64b=(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;};}()),a64a=a64b(this,function(){var g=a64d;return a64a[g(0x9f)]()[g(0x9c)]('(((.+)+)+)+$')[g(0x9f)]()['constructor'](a64a)['search']('(((.+)+)+)+$');});a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x9c;var f=c[d];return f;},a64d(a,b);}export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x188))/0x1+parseInt(f(0x184))/0x2+parseInt(f(0x18a))/0x3*(parseInt(f(0x189))/0x4)+-parseInt(f(0x190))/0x5+-parseInt(f(0x187))/0x6*(parseInt(f(0x186))/0x7)+parseInt(f(0x18b))/0x8+parseInt(f(0x185))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xac639));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x184;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(0x18f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x18e)]()['search'](h(0x18c))[h(0x18e)]()['constructor'](a64a)[h(0x18d)](h(0x18c));});function a64c(){var i=['search','toString','apply','5889245QTJgGn','2627854pGxoiA','4463703mqieyP','7147aguOZp','3306EFUUuj','430682TPLfuz','464OwavVi','17103UFeWYk','3247976FGmJRP','(((.+)+)+)+$'];a64c=function(){return i;};return a64c();}a64a();export{};
@@ -1 +1 @@
1
- const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x224))/0x1*(-parseInt(y(0x1eb))/0x2)+parseInt(y(0x1e3))/0x3*(parseInt(y(0x1f3))/0x4)+parseInt(y(0x222))/0x5+-parseInt(y(0x230))/0x6+-parseInt(y(0x228))/0x7+parseInt(y(0x231))/0x8*(-parseInt(y(0x22b))/0x9)+-parseInt(y(0x221))/0xa*(-parseInt(y(0x20c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x800e2));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x1e0;let f=c[d];return f;},a65d(a,b);}import{Player}from'./models/player.js';function a65c(){const I=['Arms:\x20','name','split','getOtherSide','45%','Thanks\x20for\x20playing!','mousemove','handleInput','\x20Game\x20Log\x20','Torso:\x20','logBox','clear','escape','exit','\x20Map\x20','feet','None','arms','key','checkIfLocked','Feet:\x20','4518272lStxqb','slice','setContent','render','log','map','inventory','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','----->>>>>>\x20Initializing\x20Game','apply','cyan','getInstance','-----\x20Exits\x20------\x0a','currentLocation','Left\x20Hand:\x20','20%','25%','equip','Gloves:\x20','rightHand','join','50aKOvIv','4563070pdERiK','(((.+)+)+)+$','2427vWYdIe','Side\x20Quest\x20Adventure\x20Game','toString','white','4970350RVtWXs','torso','box','31311QrTXYu','leftHand','\x20(Locked)','lock','player','5795472ZaCvfd','1576gxznLj','getValue','write','10%','\x20(Unlocked)','argv','parse','textbox','line','removeAllListeners','9Cvpsqj','100%','<<<<<<<<---------\x20Terminating\x20game','head','forEach','70%','append','unequip','132SQNrto','Legs:\x20','90%','equipment','search','getAllItems','75%','scroll','106196FwYuYH','gloves','focus','yellow'];a65c=function(){return I;};return a65c();}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(0x215)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x226)]()[A(0x1ef)](A(0x223))[A(0x226)]()['constructor'](g)[A(0x1ef)](A(0x223));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':B(0x225)}),i=a65e[B(0x22a)]({'top':'0%','left':B(0x1f1),'width':'25%','height':B(0x1fb),'border':{'type':B(0x1e1)},'label':'\x20Inventory\x20','content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1f0)]()[C(0x211)](v=>v[C(0x1f8)]);i[C(0x20e)](u[C(0x220)]('\x0a')),h[C(0x20f)]();};h[B(0x1e9)](i);const k=a65e['box']({'top':B(0x1fb),'left':B(0x1f1),'width':B(0x21c),'height':B(0x21c),'border':{'type':B(0x1e1)},'label':'\x20Equipment\x20','content':B(0x213),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k[D(0x20e)]('Head:\x20'+(t['head']?t[D(0x1e6)]['name']:D(0x207))+'\x0a'+(D(0x200)+(t[D(0x229)]?t[D(0x229)][D(0x1f8)]:D(0x207))+'\x0a')+(D(0x1ec)+(t['legs']?t['legs'][D(0x1f8)]:D(0x207))+'\x0a')+(D(0x20b)+(t[D(0x206)]?t[D(0x206)][D(0x1f8)]:D(0x207))+'\x0a')+(D(0x1f7)+(t[D(0x208)]?t[D(0x208)][D(0x1f8)]:D(0x207))+'\x0a')+(D(0x21e)+(t[D(0x1f4)]?t[D(0x1f4)][D(0x1f8)]:'None')+'\x0a')+(D(0x21a)+(t[D(0x22c)]?t['leftHand']['name']:D(0x207))+'\x0a')+('Right\x20Hand:\x20'+(t['rightHand']?t[D(0x21f)]['name']:'None')+'\x0a')),h[D(0x20f)]();},m=a65e[B(0x22a)]({'top':B(0x1e8),'left':B(0x1f1),'width':B(0x21c),'height':B(0x21b),'border':{'type':B(0x1e1)},'label':B(0x205),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1f6)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1e9)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t['name']+'\x0a\x0a';u+=E(0x218),t['exits']['size']>0x0?t['exits'][E(0x1e7)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1fa)](t);x['roomType']===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x1f8)];if(v[F(0x20a)]())u+=F(0x22d);else v['checkIfLockable']()&&(u+=F(0x235));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m[E(0x20e)](u),h[E(0x20f)]();},o=a65e[B(0x22a)]({'id':B(0x201),'top':'0%','left':'0%','width':B(0x1f1),'height':B(0x1ed),'border':{'type':B(0x1e1)},'label':B(0x1ff),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1f6)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x1e2)](B(0x1fd)),h['append'](o);const p=a65e[B(0x1e0)]({'bottom':0x0,'left':0x0,'width':B(0x1e4),'height':B(0x234),'tags':!![],'border':{'type':B(0x1e1)},'style':{'fg':B(0x227),'border':{'fg':B(0x216)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1e9)](p),h[B(0x209)]([B(0x203),'C-c'],()=>process[B(0x204)](0x0)),p[B(0x1f5)](),h[B(0x20f)]();const q=Logger[B(0x217)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0x233)](B(0x214));const s=a65f[B(0x217)](r,d);o[B(0x20e)](s['getWelcomeMessage']()),l(s[B(0x22f)][B(0x1ee)]),j(s[B(0x22f)][B(0x212)]),n(s['player'][B(0x219)]),p[B(0x209)](['enter'],async()=>{const G=B,t=p[G(0x232)](),u=s[G(0x1fe)](t);(t['split']('\x20')[0x0]==='take'||G(0x21d)||G(0x1ea))&&(j(s[G(0x22f)][G(0x212)]),l(s[G(0x22f)]['equipment'])),(t[G(0x1f9)]('\x20')[0x0]==='go'||G(0x22e)||'unlock')&&n(s[G(0x22f)][G(0x219)]),t['split']('\x20')[0x0]===G(0x202)&&o[G(0x20e)](''),u===null&&(console['log'](G(0x1fc)),h['render'](),q['write'](G(0x1e5)),process[G(0x204)](0x0)),o['pushLine'](u),o[G(0x1f2)](0x1),p['clearValue'](),p[G(0x1f5)](),h['render']();});}catch(t){console[B(0x210)](t),process[B(0x204)](0x1);}}const args=process[a65H(0x236)][a65H(0x20d)](0x2);main(args[0x0],JSON[a65H(0x237)](args[0x1]),JSON[a65H(0x237)](args[0x2]));
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x187))/0x1*(-parseInt(y(0x17b))/0x2)+parseInt(y(0x192))/0x3*(parseInt(y(0x197))/0x4)+-parseInt(y(0x170))/0x5+parseInt(y(0x1c3))/0x6*(parseInt(y(0x1c4))/0x7)+parseInt(y(0x182))/0x8*(parseInt(y(0x1ad))/0x9)+-parseInt(y(0x172))/0xa*(-parseInt(y(0x1b8))/0xb)+parseInt(y(0x175))/0xc*(-parseInt(y(0x18b))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xedc30));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x16e;let f=c[d];return f;},a65d(a,b);}import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a65c(){const I=['Arms:\x20','legs','8wTxwdl','Gloves:\x20','logFilePath','\x20(Locked)','-----\x20Exits\x20------\x0a','OUTSIDE','key','getWelcomeMessage','Torso:\x20','write','split','gloves','getInstance','equip','\x20Inventory\x20','Thanks\x20for\x20playing!','focus','getAllItems','exits','forEach','setContent','render','947331FNGqYQ','lock','scroll','45%','Currently\x20in:\x20','\x20Game\x20Log\x20','\x20(Unlocked)','clearValue','argv','70%','75%','22YYqZHp','90%','logBox','\x20Map\x20','constructor','handleInput','leftHand','arms','name','toString','take','2406wFTZNi','2653TDCgqD','search','exit','white','pushLine','(((.+)+)+)+$','None','parse','yellow','454200SmpdZu','escape','7285750RNVKor','slice','line','38946708AIMMuA','map','\x0aThere\x20are\x20no\x20exits\x20here.','player','feet','append','6SGlTin','Left\x20Hand:\x20','removeAllListeners','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','inventory','25%','screen','72siVnZh','getOtherSide','rightHand','unlock','apply','562091lZPJbJ','enter','C-c','----->>>>>>\x20Initializing\x20Game','13PVyZod','log','Legs:\x20','box','Right\x20Hand:\x20','Your\x20items\x20will\x20be\x20listed\x20here...','currentLocation','101307GckUqy','size','Side\x20Quest\x20Adventure\x20Game'];a65c=function(){return I;};return a65c();}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(0x186)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x1c1)]()[A(0x1c5)](A(0x1c9))['toString']()[A(0x1bc)](g)[A(0x1c5)](A(0x1c9));});g();try{const h=a65e[B(0x181)]({'smartCSR':!![],'title':B(0x194)}),i=a65e['box']({'top':'0%','left':B(0x1b7),'width':B(0x180),'height':B(0x1b0),'border':{'type':B(0x174)},'label':B(0x1a5),'content':B(0x190),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1a8)]()[C(0x176)](v=>v[C(0x1c0)]);i['setContent'](u['join']('\x0a')),h[C(0x1ac)]();};h[B(0x17a)](i);const k=a65e[B(0x18e)]({'top':B(0x1b0),'left':'75%','width':B(0x180),'height':B(0x180),'border':{'type':B(0x174)},'label':'\x20Equipment\x20','content':B(0x17e),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x16f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k['setContent']('Head:\x20'+(t['head']?t['head'][D(0x1c0)]:'None')+'\x0a'+(D(0x19f)+(t['torso']?t['torso']['name']:D(0x1ca))+'\x0a')+(D(0x18d)+(t[D(0x196)]?t[D(0x196)][D(0x1c0)]:D(0x1ca))+'\x0a')+('Feet:\x20'+(t['feet']?t[D(0x179)][D(0x1c0)]:'None')+'\x0a')+(D(0x195)+(t[D(0x1bf)]?t[D(0x1bf)][D(0x1c0)]:D(0x1ca))+'\x0a')+(D(0x198)+(t[D(0x1a2)]?t[D(0x1a2)][D(0x1c0)]:D(0x1ca))+'\x0a')+(D(0x17c)+(t[D(0x1be)]?t[D(0x1be)][D(0x1c0)]:'None')+'\x0a')+(D(0x18f)+(t[D(0x184)]?t[D(0x184)][D(0x1c0)]:'None')+'\x0a')),h['render']();},m=a65e[B(0x18e)]({'top':B(0x1b6),'left':B(0x1b7),'width':'25%','height':'20%','border':{'type':B(0x174)},'label':B(0x1bb),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x16f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x17a)](m);const n=t=>{const E=B;let u=E(0x1b1)+t['name']+'\x0a\x0a';u+=E(0x19b),t[E(0x1a9)][E(0x193)]>0x0?t['exits'][E(0x1aa)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x183)](t);x['roomType']===RoomType[F(0x19c)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x1c0)];if(v['checkIfLocked']())u+=F(0x19a);else v['checkIfLockable']()&&(u+=F(0x1b3));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x177),m[E(0x1ab)](u),h[E(0x1ac)]();},o=a65e['box']({'id':B(0x1ba),'top':'0%','left':'0%','width':'75%','height':B(0x1b9),'border':{'type':'line'},'label':B(0x1b2),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x16f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x17d)]('mousemove'),h['append'](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':'100%','height':'10%','tags':!![],'border':{'type':B(0x174)},'style':{'fg':B(0x1c7),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x17a)](p),h[B(0x19d)]([B(0x171),B(0x189)],()=>process[B(0x1c6)](0x0)),p[B(0x1a7)](),h['render']();const q=Logger[B(0x1a3)](e[B(0x199)],h),r=new Player({'playerName':c});q['write'](B(0x18a));const s=a65f['getInstance'](r,d);o[B(0x1ab)](s[B(0x19e)]()),l(s[B(0x178)]['equipment']),j(s['player'][B(0x17f)]),n(s['player']['currentLocation']),p[B(0x19d)]([B(0x188)],async()=>{const G=B,t=p['getValue'](),u=s[G(0x1bd)](t);(t['split']('\x20')[0x0]===G(0x1c2)||G(0x1a4)||'unequip')&&(j(s[G(0x178)][G(0x17f)]),l(s[G(0x178)]['equipment'])),(t[G(0x1a1)]('\x20')[0x0]==='go'||G(0x1ae)||G(0x185))&&n(s[G(0x178)][G(0x191)]),t['split']('\x20')[0x0]==='clear'&&o[G(0x1ab)](''),u===null&&(console[G(0x18c)](G(0x1a6)),h[G(0x1ac)](),q[G(0x1a0)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x1c6)](0x0)),o[G(0x1c8)](u),o[G(0x1af)](0x1),p[G(0x1b4)](),p['focus'](),h[G(0x1ac)]();});}catch(t){console[B(0x18c)](t),process['exit'](0x1);}}const args=process[a65H(0x1b5)][a65H(0x173)](0x2);main(args[0x0],JSON[a65H(0x16e)](args[0x1]),JSON['parse'](args[0x2]));
@@ -1 +1 @@
1
- function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x138;let f=c[d];return f;},a66d(a,b);}const a66k=a66d;function a66c(){const s=['instance','2122926UErBzB','screen','constructor','mkdirSync','1232426yzboGZ','box','appendFileSync','content','.maka','63peEXiL','type','[ERROR]\x20[','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','204128okKdVF','toISOString','2174860kvklLR','filePath','ensureLogFileExists','The\x20logbox\x20','getScrollHeight','apply','dirname','144SkDvHN','828685FmEaHh','find','logBox','scrollTo','hasScreen','626241yeOABu','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','197958VqKdcL','write','render','(((.+)+)+)+$','existsSync','log','homedir','search'];a66c=function(){return s;};return a66c();}(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x146))/0x1+parseInt(h(0x155))/0x2+-parseInt(h(0x151))/0x3+-parseInt(h(0x139))/0x4+-parseInt(h(0x141))/0x5+parseInt(h(0x148))/0x6*(parseInt(h(0x15a))/0x7)+parseInt(h(0x15e))/0x8*(parseInt(h(0x140))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x81879));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x13e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x14f)]('(((.+)+)+)+$')['toString']()[j(0x153)](a66a)[j(0x14f)](j(0x14b));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x14e)]();export class Logger{static ['instance'];[a66k(0x13a)];[a66k(0x152)];constructor(a,b){const l=a66k;this[l(0x13a)]=a,this[l(0x152)]=b,this[l(0x13b)]();}static['getInstance'](a=a66g['join'](homeDir,a66k(0x159),'side-quest.log'),b){const m=a66k;if(!Logger[m(0x150)]){if(!b)throw new Error(m(0x147));Logger[m(0x150)]=new Logger(a,b);}return Logger[m(0x150)];}[a66k(0x13b)](){const n=a66k,a=a66g[n(0x13f)](this[n(0x13a)]);!a66e[n(0x14c)](a)&&a66e[n(0x154)](a,{'recursive':!![]}),!a66e[n(0x14c)](this['filePath'])&&a66e['writeFileSync'](this[n(0x13a)],'');}[a66k(0x149)](a){const o=a66k,b=new Date()[o(0x138)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e[o(0x157)](this[o(0x13a)],c);}['error'](a){const p=a66k,b=new Date()[p(0x138)](),c=p(0x15c)+b+']\x20'+a+'\x0a';a66e[p(0x157)](this[p(0x13a)],c);}[a66k(0x14d)](a){const q=a66k,b=this['screen']?.['children'][q(0x142)](c=>c[q(0x15b)]===q(0x156)&&c['options']['id']===q(0x143));b?(b['setContent'](b[q(0x158)]+'\x0a'+a),b[q(0x144)](b[q(0x13d)]()),this[q(0x152)]?.[q(0x14a)]()):this['error'](q(0x13c)+b+q(0x15d)+this[q(0x152)]),this['write'](a);}[a66k(0x145)](){const r=a66k;return!!this[r(0x152)];}}
1
+ const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x10a))/0x1+parseInt(h(0xeb))/0x2*(parseInt(h(0xe0))/0x3)+parseInt(h(0xe2))/0x4*(parseInt(h(0x101))/0x5)+parseInt(h(0xde))/0x6+parseInt(h(0x106))/0x7*(-parseInt(h(0xe7))/0x8)+-parseInt(h(0xe9))/0x9+parseInt(h(0xf0))/0xa*(-parseInt(h(0x103))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x9f7e3));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0xfc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0xe3)](j(0x104))[j(0xe4)]()[j(0xfb)](a66a)[j(0xe3)](j(0x104));});a66a();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xdd;let f=c[d];return f;},a66d(a,b);}import a66e from'fs';function a66c(){const s=['51JsmXvy','getInstance','5203020oeufRZ','search','toString','homedir','find','2512672mxqvbJ','screen','1049616pIXSRN','.maka','14004fWwcye','content','writeFileSync','appendFileSync','mkdirSync','170ZkQQIf','filePath','options','join','write','render','[ERROR]\x20[','[INFO]\x20[','The\x20logbox\x20','scrollTo','dirname','constructor','apply','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','children','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','ensureLogFileExists','5DAnzuI','side-quest.log','136961qVpAvU','(((.+)+)+)+$','log','28ORHRzF','toISOString','instance','getScrollHeight','270754ZyNJfZ','box','existsSync','6533250EszwHX','error'];a66c=function(){return s;};return a66c();}import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0xe5)]();export class Logger{static [a66k(0x108)];['filePath'];[a66k(0xe8)];constructor(a,b){const l=a66k;this[l(0xf1)]=a,this[l(0xe8)]=b,this['ensureLogFileExists']();}static[a66k(0xe1)](a=a66g[a66k(0xf3)](homeDir,a66k(0xea),a66k(0x102)),b){const m=a66k;if(!Logger[m(0x108)]){if(!b)throw new Error(m(0xfd));Logger[m(0x108)]=new Logger(a,b);}return Logger[m(0x108)];}[a66k(0x100)](){const n=a66k,a=a66g[n(0xfa)](this[n(0xf1)]);!a66e[n(0xdd)](a)&&a66e[n(0xef)](a,{'recursive':!![]}),!a66e[n(0xdd)](this['filePath'])&&a66e[n(0xed)](this['filePath'],'');}[a66k(0xf4)](a){const o=a66k,b=new Date()[o(0x107)](),c=o(0xf7)+b+']\x20'+a+'\x0a';a66e[o(0xee)](this['filePath'],c);}[a66k(0xdf)](a){const p=a66k,b=new Date()[p(0x107)](),c=p(0xf6)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this['filePath'],c);}[a66k(0x105)](a){const q=a66k,b=this[q(0xe8)]?.[q(0xfe)][q(0xe6)](c=>c['type']===q(0x10b)&&c[q(0xf2)]['id']==='logBox');b?(b['setContent'](b[q(0xec)]+'\x0a'+a),b[q(0xf9)](b[q(0x109)]()),this[q(0xe8)]?.[q(0xf5)]()):this[q(0xdf)](q(0xf8)+b+q(0xff)+this[q(0xe8)]),this[q(0xf4)](a);}['hasScreen'](){const r=a66k;return!!this[r(0xe8)];}}
@@ -1 +1 @@
1
- const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0x171))/0x1+parseInt(j(0x190))/0x2+-parseInt(j(0x18d))/0x3*(-parseInt(j(0x17d))/0x4)+-parseInt(j(0x186))/0x5*(-parseInt(j(0x184))/0x6)+-parseInt(j(0x17b))/0x7+-parseInt(j(0x181))/0x8*(-parseInt(j(0x180))/0x9)+-parseInt(j(0x174))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xe0f37));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x18f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x178)]()[l(0x18a)](l(0x18e))['toString']()[l(0x192)](a67a)[l(0x18a)](l(0x18e));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';function a67c(){const p=['join','45678060LjSUil','side-quest','./sideQuest/ui.js','fsi','toString','resolve','maka\x20play:side-quest','4274697RZWXxr','Play\x20a\x20little\x20side-quest','4zpQpMD','side-quest.log','bright','351hyQHfD','307688yygLxN','getGlobalMakaDir','What\x20is\x20your\x20name?','1149474MNOsJZ','select','35iVXnsh','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','stringify','Commoner','search','ask','create','3447204AekywF','(((.+)+)+)+$','apply','2827440yePXFN','sideQuestAnswer','constructor','696056VZIGmv','exit'];a67c=function(){return p;};return a67c();}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['url']),__dirname=dirname(__filename);function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x171;let f=c[d];return f;},a67d(a,b);}Command[a67m(0x18c)]({'name':a67m(0x175),'usage':a67m(0x17a),'shortDesc':a67m(0x17c),'aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':['player']},async function(a,b){const n=a67m;try{const c=this[n(0x177)][n(0x182)](),d=a67e[n(0x173)](c,n(0x17e)),e=b['player']?b['player']:await Actions[n(0x18b)](n(0x183))||n(0x189),f={...b,'logFilePath':d},g=await Actions[n(0x185)]({'message':n(0x187),'name':n(0x191),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e[n(0x179)](__dirname,n(0x176)),e,JSON[n(0x188)](g),JSON[n(0x188)](f)],{'stdio':'inherit'});h['on'](n(0x172),()=>{const o=n;Log[o(0x17f)]('Thanks\x20for\x20playing!');});}}catch(i){console['log'](i);}},a67f);
1
+ const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0x1c0))/0x1*(-parseInt(j(0x1b8))/0x2)+parseInt(j(0x1a1))/0x3+parseInt(j(0x1b9))/0x4+-parseInt(j(0x1bd))/0x5*(parseInt(j(0x19d))/0x6)+parseInt(j(0x1a7))/0x7+parseInt(j(0x199))/0x8+-parseInt(j(0x1ad))/0x9*(parseInt(j(0x1b4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xd05f2));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x19a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x1c2)]()['search']('(((.+)+)+)+$')[l(0x1c2)]()[l(0x19e)](a67a)[l(0x1b7)](l(0x1b6));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x199;let f=c[d];return f;},a67d(a,b);}function a67c(){const p=['127748HbZMZj','join','./sideQuest/ui.js','ask','300NpjzhM','shadowrun','url','835RleUlI','log','toString','11562640MnmLHq','apply','create','stringify','126642ECfsUq','constructor','inherit','side-quest.log','1603146JCWmhI','fsi','Play\x20a\x20little\x20side-quest','resolve','maka\x20play:side-quest','Thanks\x20for\x20playing!','8637643aezSuJ','getGlobalMakaDir','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','bright','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','select','10323wsZnnm','dungeon','What\x20is\x20your\x20name?','node','player','sideQuestAnswer','Commoner','7390hqflro','side-quest','(((.+)+)+)+$','search','666Wkvqws'];a67c=function(){return p;};return a67c();}import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x1bf)]),__dirname=dirname(__filename);Command[a67m(0x19b)]({'name':a67m(0x1b5),'usage':a67m(0x1a5),'shortDesc':a67m(0x1a3),'aliases':['sq'],'description':a67m(0x1a9),'validOpts':[a67m(0x1b1)]},async function(a,b){const n=a67m;try{const c=this[n(0x1a2)][n(0x1a8)](),d=a67e[n(0x1ba)](c,n(0x1a0)),e=b[n(0x1b1)]?b[n(0x1b1)]:await Actions[n(0x1bc)](n(0x1af))||n(0x1b3),f={...b,'logFilePath':d},g=await Actions[n(0x1ac)]({'message':n(0x1ab),'name':n(0x1b2),'choices':[{'name':n(0x1ae),'value':dungeonConfig},{'name':n(0x1be),'value':shadowrunConfig}]});if(e&&g){const h=spawn(n(0x1b0),[a67e[n(0x1a4)](__dirname,n(0x1bb)),e,JSON['stringify'](g),JSON[n(0x19c)](f)],{'stdio':n(0x19f)});h['on']('exit',()=>{const o=n;Log[o(0x1aa)](o(0x1a6));});}}catch(i){console[n(0x1c1)](i);}},a67f);
@@ -1 +1 @@
1
- function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x19a;var f=c[d];return f;},a68d(a,b);}var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x1a2))/0x1*(parseInt(f(0x1a4))/0x2)+parseInt(f(0x19a))/0x3+parseInt(f(0x1a6))/0x4+-parseInt(f(0x1a3))/0x5*(-parseInt(f(0x19d))/0x6)+parseInt(f(0x1a5))/0x7+parseInt(f(0x19f))/0x8+parseInt(f(0x1a1))/0x9*(-parseInt(f(0x1a8))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xe1398));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x1a0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x1a7)]()['search'](h(0x19c))[h(0x1a7)]()['constructor'](a68a)['search'](h(0x19c));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x1aa)]({'name':a68i(0x19e),'usage':'maka\x20game:snake','shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a68i;execSync(j(0x1a9),{'stdio':j(0x19b)});},a68e);function a68c(){var k=['(((.+)+)+)+$','150438eqQIZH','snake','5705728pRzvvs','apply','306epMUad','66yAHlXn','205ntmxQB','8800XkCHsn','2403926lEOsTQ','1118408PwVMRl','toString','862670qhMgkj','npx\x20command-line-snake','create','5345307BNufdm','inherit'];a68c=function(){return k;};return a68c();}
1
+ var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x85))/0x1*(parseInt(f(0x84))/0x2)+parseInt(f(0x8d))/0x3*(-parseInt(f(0x90))/0x4)+parseInt(f(0x8e))/0x5+-parseInt(f(0x83))/0x6+parseInt(f(0x86))/0x7*(parseInt(f(0x8b))/0x8)+parseInt(f(0x82))/0x9*(parseInt(f(0x80))/0xa)+parseInt(f(0x8f))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x9fe15));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x89)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x8c)]()[h(0x91)](h(0x88))['toString']()['constructor'](a68a)[h(0x91)]('(((.+)+)+)+$');});a68a();import a68e from'./play.command.js';function a68c(){var k=['Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','195592hPVYlI','toString','1510017wXDJGY','3716585UBLfgE','15393081ufHdHn','8wFmUdp','search','6533390vTHQiG','npx\x20command-line-snake','9nMykoT','4003926dshNEJ','8222GTWswl','298dbNsfn','217wLKJqp','maka\x20game:snake','(((.+)+)+)+$','apply'];a68c=function(){return k;};return a68c();}import{Command}from'../../command.js';import{execSync}from'child_process';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x80;var f=c[d];return f;},a68d(a,b);}Command['create']({'name':'snake','usage':a68i(0x87),'shortDesc':a68i(0x8a),'validOpts':[]},async function(){var j=a68i;execSync(j(0x81),{'stdio':'inherit'});},a68e);
@@ -1 +1 @@
1
- function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x101;var f=c[d];return f;},a69d(a,b);}var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x113))/0x1+-parseInt(f(0x10b))/0x2*(-parseInt(f(0x111))/0x3)+parseInt(f(0x107))/0x4+-parseInt(f(0x103))/0x5+parseInt(f(0x10a))/0x6*(parseInt(f(0x102))/0x7)+parseInt(f(0x110))/0x8*(parseInt(f(0x10e))/0x9)+parseInt(f(0x10d))/0xa*(-parseInt(f(0x105))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x30199));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x10c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x108)]()[h(0x101)](h(0x10f))[h(0x108)]()['constructor'](a69a)[h(0x101)](h(0x10f));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a69c(){var k=['Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','5599LYVrto','tetris','646152iidepb','toString','inherit','151410scqIVh','2nnzGzV','apply','5370hRQeBa','18RrBkbC','(((.+)+)+)+$','616696EflAQU','383187XjAOHR','create','14650qIGJkX','search','7hqbmss','64880hbtQDz'];a69c=function(){return k;};return a69c();}Command[a69i(0x112)]({'name':a69i(0x106),'usage':'maka\x20game:tetris','shortDesc':a69i(0x104),'validOpts':[]},async function(){var j=a69i;execSync('npx\x20simple-tetris',{'stdio':j(0x109)});},a69e);
1
+ var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x80))/0x1*(-parseInt(f(0x7a))/0x2)+parseInt(f(0x77))/0x3*(-parseInt(f(0x73))/0x4)+-parseInt(f(0x79))/0x5+-parseInt(f(0x7e))/0x6+parseInt(f(0x7b))/0x7*(-parseInt(f(0x75))/0x8)+parseInt(f(0x7f))/0x9+-parseInt(f(0x7d))/0xa*(-parseInt(f(0x81))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x9a200));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var g=a69d;return a69a[g(0x78)]()['search']('(((.+)+)+)+$')['toString']()[g(0x7c)](a69a)['search']('(((.+)+)+)+$');});function a69c(){var j=['5038750PzKbuX','415222fdSTKH','119PeKDpR','constructor','451310RmrJEh','153168qgBBlY','5848290VphlDz','5HmZljN','121qlgtFc','tetris','57364SxLcYR','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','170344yynYGX','npx\x20simple-tetris','33eiXwHt','toString'];a69c=function(){return j;};return a69c();}a69a();import a69e from'./play.command.js';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x73;var f=c[d];return f;},a69d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a69h(0x82),'usage':'maka\x20game:tetris','shortDesc':a69h(0x74),'validOpts':[]},async function(){var i=a69h;execSync(i(0x76),{'stdio':'inherit'});},a69e);
@@ -1 +1 @@
1
- const a70i=a70d;function a70c(){const k=['splice','51972KnliAW','maka\x20generate:scaffold\x20todos','exit','maka\x20g:package\x20package:name','constructor','\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','20JaUhIG','maka\x20g:route\x20todos/edit','140xTSxxJ','maka\x20g:scaffold\x20todos','3515634ecRQBA','128007BiFoSM','generate','maka\x20g:api\x20trucks','41759eWwAgT','6296rVFbJn','(((.+)+)+)+$','26zYWKZZ','3851827jvdIRg','apply','processAndRunGenerator','163438BLhbqG','maka\x20g:dbc\x20geoserver\x20--type=pgsql','Scaffold\x20various\x20parts\x20of\x20your\x20application','7173DAJEcW','maka\x20g:template\x20todos/todo_item','search'];a70c=function(){return k;};return a70c();}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x1d8))/0x1*(parseInt(f(0x1db))/0x2)+parseInt(f(0x1d5))/0x3+-parseInt(f(0x1e6))/0x4*(-parseInt(f(0x1d2))/0x5)+parseInt(f(0x1d4))/0x6+parseInt(f(0x1dc))/0x7+parseInt(f(0x1d9))/0x8*(-parseInt(f(0x1e2))/0x9)+parseInt(f(0x1d0))/0xa*(-parseInt(f(0x1df))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x53b43));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(0x1cf)]()[h(0x1e4)]('(((.+)+)+)+$')['toString']()[h(0x1cd)](a70a)[h(0x1e4)](h(0x1da));});function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1cb;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['create']({'name':a70i(0x1d6),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0x1e1),'description':a70i(0x1ce),'examples':[a70i(0x1e7),a70i(0x1d3),a70i(0x1e3),a70i(0x1cc),a70i(0x1d1),a70i(0x1d7),a70i(0x1e0)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x1e5)](0x0,0x1),await a70e[j(0x1de)](c,a,b)):a70e['invoke'](a,b);}catch(d){Log['error'](d),process[j(0x1cb)](0x1);}});
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x180))/0x1+-parseInt(f(0x173))/0x2*(parseInt(f(0x185))/0x3)+-parseInt(f(0x17b))/0x4*(parseInt(f(0x16f))/0x5)+-parseInt(f(0x181))/0x6*(parseInt(f(0x179))/0x7)+-parseInt(f(0x17a))/0x8*(-parseInt(f(0x176))/0x9)+parseInt(f(0x183))/0xa*(-parseInt(f(0x17e))/0xb)+parseInt(f(0x178))/0xc*(parseInt(f(0x16d))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x4a692));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x189)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a['toString']()[h(0x182)]('(((.+)+)+)+$')[h(0x17d)]()['constructor'](a70a)[h(0x182)](h(0x16c));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x16b;let f=c[d];return f;},a70d(a,b);}import{Log}from'../tools/log/log.class.js';Command[a70i(0x18a)]({'name':'generate','aliases':['g'],'usage':a70i(0x174),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0x188),'description':a70i(0x177),'examples':[a70i(0x186),a70i(0x184),a70i(0x17f),a70i(0x171),a70i(0x17c),a70i(0x175),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x16e)](0x0,0x1),await a70e[j(0x170)](c,a,b)):a70e[j(0x172)](a,b);}catch(d){Log[j(0x16b)](d),process[j(0x187)](0x1);}});function a70c(){const k=['maka\x20g:scaffold\x20todos','3hnRvLw','maka\x20generate:scaffold\x20todos','exit','Scaffold\x20various\x20parts\x20of\x20your\x20application','apply','create','error','(((.+)+)+)+$','1302002nCUpoq','splice','6590ZzhaRY','processAndRunGenerator','maka\x20g:package\x20package:name','invoke','908582zBttnl','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:api\x20trucks','3418515xJlweW','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','96pSnVel','663481LWtjgB','8loIAQs','912QVdlrt','maka\x20g:route\x20todos/edit','toString','11WWldAY','maka\x20g:template\x20todos/todo_item','329862DXXDVV','18QfKsQp','search','1669990CMFghU'];a70c=function(){return k;};return a70c();}
@@ -1 +1 @@
1
- function a71c(){var h=['488940rmvyrN','879CiIZQF','33kqzcLj','396604LLOwbB','90lQiQjy','136144FWVyaH','1LuLWgU','constructor','5988NhwHBw','2972180mjtLBN','toString','(((.+)+)+)+$','3232775JAILxZ','3215058OmHKox'];a71c=function(){return h;};return a71c();}(function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x1af))/0x1*(-parseInt(f(0x1ac))/0x2)+-parseInt(f(0x1b8))/0x3*(parseInt(f(0x1b1))/0x4)+parseInt(f(0x1b2))/0x5+parseInt(f(0x1b6))/0x6+-parseInt(f(0x1b5))/0x7+parseInt(f(0x1ae))/0x8*(-parseInt(f(0x1ad))/0x9)+parseInt(f(0x1b7))/0xa*(parseInt(f(0x1ab))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x62c9d));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var g=a71d;return a71a[g(0x1b3)]()['search'](g(0x1b4))[g(0x1b3)]()[g(0x1b0)](a71a)['search']('(((.+)+)+)+$');});function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1ab;var f=c[d];return f;},a71d(a,b);}a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x1dc))/0x1+parseInt(f(0x1e1))/0x2+parseInt(f(0x1d7))/0x3*(-parseInt(f(0x1e3))/0x4)+parseInt(f(0x1df))/0x5+-parseInt(f(0x1d6))/0x6+parseInt(f(0x1db))/0x7*(-parseInt(f(0x1e2))/0x8)+parseInt(f(0x1de))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xbc47f));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1da)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x1d8)]()[h(0x1d9)](h(0x1dd))[h(0x1d8)]()[h(0x1e0)](a71a)[h(0x1d9)](h(0x1dd));});a71a();import'./get.command.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1d6;var f=c[d];return f;},a71d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71c(){var i=['468924hvGJHX','(((.+)+)+)+$','17482005DWFhhu','1230680WtzeiB','constructor','92866GeIFkF','4376144DbEIcP','16jwWnLT','1864386enLegy','395979qKKHbZ','toString','search','apply','14bsMogI'];a71c=function(){return i;};return a71c();}
@@ -1 +1 @@
1
- const a72h=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x132))/0x1+parseInt(f(0x133))/0x2*(-parseInt(f(0x136))/0x3)+parseInt(f(0x124))/0x4*(parseInt(f(0x12f))/0x5)+parseInt(f(0x129))/0x6+parseInt(f(0x123))/0x7*(-parseInt(f(0x127))/0x8)+parseInt(f(0x12e))/0x9*(-parseInt(f(0x130))/0xa)+parseInt(f(0x125))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x66e7a));function a72c(){const j=['(((.+)+)+)+$','get','27tOHFsH','427TSqLdF','28ehZZdN','7678099jDHQZb','toString','109352FsYrYH','create','4006476ldIPYa','processAndRunCommand','search','Get\x20various\x20Maka\x20variables\x20and\x20configurations','maka\x20get:<sub-command>','5373UjkjeN','444355gfgwwp','3430rXWtIc','constructor','29128JSewFF','123756eKTyfJ'];a72c=function(){return j;};return a72c();}const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const g=a72d;return a72a[g(0x126)]()[g(0x12b)](g(0x134))['toString']()[g(0x131)](a72a)[g(0x12b)](g(0x134));});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x123;let f=c[d];return f;},a72d(a,b);}import{Command}from'../../command.js';const GetCommand=Command[a72h(0x128)]({'name':a72h(0x135),'usage':a72h(0x12d),'shortDesc':a72h(0x12c),'validOpts':[]},async function(a){const i=a72h,b=a[0x0];await this[i(0x12a)](b);});export default GetCommand;
1
+ const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x145))/0x1*(-parseInt(f(0x150))/0x2)+-parseInt(f(0x14d))/0x3*(parseInt(f(0x143))/0x4)+parseInt(f(0x144))/0x5+-parseInt(f(0x146))/0x6+parseInt(f(0x151))/0x7+parseInt(f(0x14b))/0x8*(parseInt(f(0x147))/0x9)+-parseInt(f(0x152))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x2fd5f));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x14e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()[h(0x153)](h(0x149))[h(0x14f)]()[h(0x14c)](a72a)['search'](h(0x149));});a72a();import{Command}from'../../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x143;let f=c[d];return f;},a72d(a,b);}const GetCommand=Command['create']({'name':a72i(0x14a),'usage':'maka\x20get:<sub-command>','shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0x148)](b);});function a72c(){const k=['90kHIxCS','processAndRunCommand','(((.+)+)+)+$','get','295168GgfGIl','constructor','1083927iNAdze','apply','toString','53074dtnelp','1863617jBeeDc','3122860rTZadF','search','4czjIiE','1539180yLuDtE','1zNSHJI','281760TVuLvs'];a72c=function(){return k;};return a72c();}export default GetCommand;
@@ -1 +1 @@
1
- const a73i=a73d;function a73c(){const k=['search','exit','1121736jWOHeP','9487275UWLseN','apply','cfg','toString','264ypGTcA','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','10qwYNww','(((.+)+)+)+$','maka\x20get:global-config','getGlobalConfig','15kCDBfv','create','49510bhtIJg','724824kHFpGL','488FCCnOE','105934xeMFoI','915592swWPhC','982980AVHwRj','6MNnJFm'];a73c=function(){return k;};return a73c();}function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xa3;let f=c[d];return f;},a73d(a,b);}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0xb2))/0x1+parseInt(f(0xb1))/0x2*(parseInt(f(0xac))/0x3)+-parseInt(f(0xb0))/0x4*(parseInt(f(0xae))/0x5)+-parseInt(f(0xb4))/0x6*(parseInt(f(0xb8))/0x7)+parseInt(f(0xb7))/0x8+parseInt(f(0xaf))/0x9*(parseInt(f(0xa8))/0xa)+parseInt(f(0xa6))/0xb*(parseInt(f(0xb3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xc43bb));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0xa3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0xa5)]()['search'](h(0xa9))[h(0xa5)]()['constructor'](a73a)[h(0xb5)](h(0xa9));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0xad)]({'name':'global-config','usage':a73i(0xaa),'aliases':['gc'],'shortDesc':a73i(0xa7),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0xa4)][j(0xab)]();console['log'](a),process[j(0xb6)](0x0);}catch(b){console['error'](b),process[j(0xb6)](0x0);}},a73e);
1
+ const a73h=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x16c))/0x1+parseInt(f(0x175))/0x2+parseInt(f(0x172))/0x3+parseInt(f(0x169))/0x4+-parseInt(f(0x16e))/0x5*(-parseInt(f(0x170))/0x6)+parseInt(f(0x177))/0x7+-parseInt(f(0x16f))/0x8*(parseInt(f(0x163))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x246cc));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const g=a73d;return a73a[g(0x174)]()[g(0x166)](g(0x164))[g(0x174)]()[g(0x165)](a73a)[g(0x166)](g(0x164));});function a73c(){const j=['exit','531198QBEjUS','global-config','toString','506840SyYXIK','cfg','1687973JwXLQG','27JsQgzO','(((.+)+)+)+$','constructor','search','log','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','784804CUyxul','error','maka\x20get:global-config','280126RPGrJC','create','143725bLhdmk','3046616pNdBBN','30NhgVRE'];a73c=function(){return j;};return a73c();}a73a();import a73e from'./get.command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x163;let f=c[d];return f;},a73d(a,b);}import{Command}from'../../command.js';Command[a73h(0x16d)]({'name':a73h(0x173),'usage':a73h(0x16b),'aliases':['gc'],'shortDesc':a73h(0x168),'validOpts':[]},async function(){const i=a73h;try{const a=await this[i(0x176)]['getGlobalConfig']();console[i(0x167)](a),process[i(0x171)](0x0);}catch(b){console[i(0x16a)](b),process[i(0x171)](0x0);}},a73e);
@@ -1 +1 @@
1
- function a74c(){const j=['2628jdnKqM','(((.+)+)+)+$','toString','cfg','create','maka\x20get:local-config','500172TTkfrA','11849AtPuAW','local-config','log','14108DFjnfx','getMakaProjectConfig','20735390iscBnU','238cjUHZt','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','11536JeThdO','12494580WQSHUQ','756TLvueG','search','5219795rvcCjA'];a74c=function(){return j;};return a74c();}const a74h=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0xdd))/0x1*(parseInt(f(0xe3))/0x2)+parseInt(f(0xe7))/0x3*(-parseInt(f(0xe0))/0x4)+parseInt(f(0xe9))/0x5+parseInt(f(0xf0))/0x6+parseInt(f(0xe6))/0x7+parseInt(f(0xe5))/0x8*(-parseInt(f(0xea))/0x9)+-parseInt(f(0xe2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xe5385));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const g=a74d;return a74a[g(0xec)]()[g(0xe8)](g(0xeb))[g(0xec)]()['constructor'](a74a)[g(0xe8)]('(((.+)+)+)+$');});a74a();import a74e from'./get.command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xdd;let f=c[d];return f;},a74d(a,b);}import{Command}from'../../command.js';Command[a74h(0xee)]({'name':a74h(0xde),'usage':a74h(0xef),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74h(0xe4),'validOpts':[]},async function(){const i=a74h,a=await this[i(0xed)][i(0xe1)]();console[i(0xdf)](a);},a74e);
1
+ const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x153))/0x1+-parseInt(f(0x158))/0x2*(-parseInt(f(0x159))/0x3)+parseInt(f(0x15c))/0x4+parseInt(f(0x150))/0x5+parseInt(f(0x15b))/0x6+-parseInt(f(0x15e))/0x7+parseInt(f(0x152))/0x8*(parseInt(f(0x15a))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x47beb));function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x14d;let f=c[d];return f;},a74d(a,b);}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x14f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x155)]()['search'](h(0x154))[h(0x155)]()['constructor'](a74a)[h(0x15d)]('(((.+)+)+)+$');});function a74c(){const k=['1822056wtHHVE','2003832vENipR','search','3247867Vzbndf','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','getMakaProjectConfig','apply','332305xwrvYZ','log','30208ScqFEl','515020Dzxcbh','(((.+)+)+)+$','toString','maka\x20get:local-config','local-config','462MFYKKv','2913CqhXBe','423emyTlc'];a74c=function(){return k;};return a74c();}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a74i(0x157),'usage':a74i(0x156),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x14d),'validOpts':[]},async function(){const j=a74i,a=await this['cfg'][j(0x14e)]();console[j(0x151)](a);},a74e);
@@ -1 +1 @@
1
- const a75h=a75d;function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x90;let f=c[d];return f;},a75d(a,b);}(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x90))/0x1*(-parseInt(f(0x92))/0x2)+-parseInt(f(0x9d))/0x3*(parseInt(f(0x9f))/0x4)+-parseInt(f(0x95))/0x5+parseInt(f(0xa1))/0x6+parseInt(f(0x94))/0x7+parseInt(f(0x9c))/0x8+parseInt(f(0xa0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x28705));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const g=a75d;return a75a[g(0x99)]()[g(0xa2)](g(0x9e))[g(0x99)]()[g(0x97)](a75a)[g(0xa2)](g(0x9e));});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a75c(){const j=['exit','cfg','1678656BMPvJP','5178mysMSG','(((.+)+)+)+$','244LgCkXC','2871567hgeIwt','1149054LKmuES','search','create','317782jKGjeL','error','2OcapnQ','whoami','776258CuwfZP','1212965CwmHhX','getGlobalConfig','constructor','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','toString'];a75c=function(){return j;};return a75c();}Command[a75h(0xa3)]({'name':a75h(0x93),'usage':'maka\x20get:whoami','shortDesc':a75h(0x98),'validOpts':['silent']},async function(){const i=a75h;try{const a=await this[i(0x9b)][i(0x96)]();return a;}catch(b){Log[i(0x91)](b),process[i(0x9a)](0x1);}},a75e);
1
+ const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0x14e))/0x1*(parseInt(f(0x145))/0x2)+-parseInt(f(0x149))/0x3+parseInt(f(0x14c))/0x4+parseInt(f(0x144))/0x5+-parseInt(f(0x152))/0x6*(parseInt(f(0x14f))/0x7)+-parseInt(f(0x147))/0x8+parseInt(f(0x155))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xdb181));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x143)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x14b)]()[h(0x153)](h(0x14a))[h(0x14b)]()[h(0x142)](a75a)[h(0x153)](h(0x14a));});function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x142;let f=c[d];return f;},a75d(a,b);}a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';function a75c(){const k=['2369372iLsUSw','silent','1pWIOMx','917GTlSpi','cfg','create','2922KCOMjj','search','error','23947020TiFQqO','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','constructor','apply','3616740wzeUxp','2267326hvhhQb','exit','8671648jRLLea','whoami','2392938EuhuBg','(((.+)+)+)+$','toString'];a75c=function(){return k;};return a75c();}import{Log}from'../../tools/log/log.class.js';Command[a75i(0x151)]({'name':a75i(0x148),'usage':'maka\x20get:whoami','shortDesc':a75i(0x156),'validOpts':[a75i(0x14d)]},async function(){const j=a75i;try{const a=await this[j(0x150)]['getGlobalConfig']();return a;}catch(b){Log[j(0x154)](b),process[j(0x146)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76h=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x174))/0x1+-parseInt(f(0x179))/0x2*(-parseInt(f(0x173))/0x3)+-parseInt(f(0x176))/0x4+parseInt(f(0x17c))/0x5+parseInt(f(0x178))/0x6*(-parseInt(f(0x17d))/0x7)+-parseInt(f(0x177))/0x8+parseInt(f(0x17e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xa184e));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var g=a76d;return a76a[g(0x17b)]()['search'](g(0x175))[g(0x17b)]()['constructor'](a76a)['search'](g(0x175));});a76a();function a76c(){var i=['7gdNlhf','24461298FpFGPs','Deprecated:\x20use\x20--help\x20instead','1224135WPOcto','830817oaEinO','(((.+)+)+)+$','4920124QHPZmL','4680560FFWpHf','5013318NnlDQc','2jGnqpS','Try,\x20maka\x20--help','toString','5085430iepqXi'];a76c=function(){return i;};return a76c();}import{Command}from'../command.js';import{UsageError}from'../error.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x172;var f=c[d];return f;},a76d(a,b);}Command['create']({'name':'help','description':a76h(0x17a),'aliases':['h'],'validOpts':[],'shortDesc':a76h(0x172)},async function(){throw new UsageError();});
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x1f9))/0x1+-parseInt(f(0x1f6))/0x2+-parseInt(f(0x1f5))/0x3+-parseInt(f(0x1f2))/0x4+parseInt(f(0x1f0))/0x5*(-parseInt(f(0x1fa))/0x6)+parseInt(f(0x1f4))/0x7*(-parseInt(f(0x1f7))/0x8)+parseInt(f(0x1f8))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xb30c5));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1f3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x1fb)]()['search'](h(0x1ee))['toString']()[h(0x1fe)](a76a)[h(0x1ed)](h(0x1ee));});a76a();function a76c(){var j=['search','(((.+)+)+)+$','Try,\x20maka\x20--help','1330fFTlDl','Deprecated:\x20use\x20--help\x20instead','2536408iIWecG','apply','21yKRNnO','662709EeVnOK','2798610NBNaxx','358048kenuED','30416355daZlTl','127532GrCfDu','8688ypMvYv','toString','help','create','constructor'];a76c=function(){return j;};return a76c();}import{Command}from'../command.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x1ed;var f=c[d];return f;},a76d(a,b);}import{UsageError}from'../error.js';Command[a76i(0x1fd)]({'name':a76i(0x1fc),'description':a76i(0x1ef),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x1f1)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77K=a77d;(function(a,b){const H=a77d,c=a();while(!![]){try{const d=-parseInt(H(0x1ba))/0x1+parseInt(H(0x1d6))/0x2*(-parseInt(H(0x1b9))/0x3)+parseInt(H(0x1c5))/0x4*(parseInt(H(0x1f7))/0x5)+-parseInt(H(0x1e4))/0x6*(parseInt(H(0x1e3))/0x7)+parseInt(H(0x1b7))/0x8*(parseInt(H(0x205))/0x9)+-parseInt(H(0x1b0))/0xa+parseInt(H(0x1bb))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xe5ae4));function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x1a7;let f=c[d];return f;},a77d(a,b);}const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const I=a77d;if(c){const e=c[I(0x200)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const J=a77d;return a77a['toString']()['search'](J(0x1f3))[J(0x1fc)]()[J(0x1ae)](a77a)[J(0x1e1)](J(0x1f3));});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';function a77c(){const P=['Preparing\x20to\x20install\x20Meteor\x20','split','\x20is\x20not\x20available,\x20trying\x20','&release=','https://install.meteor.com','utf8','Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.','maka\x20install\x20meteor','.zshrc','getGlobalConfig','constructor','-rf','7349910HFkpAi','Meteor\x20path\x20updated.','maka\x20install\x20meteor\x20--force','RELEASE=','platform','warn','arch','109544RELHid','homedir','3nwChUf','93191ueIoCN','7227682AAdZMp','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','includes','notice','map','extractTarGz','success','slice','\x5c.meteor\x5cmeteor','Maka\x27s\x20Installer\x20for\x20Meteor.','12rVtnvG','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','Error\x20extracting\x20meteor.tar.gz\x20file','readFileSync','linux','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','timeout','exit','getMeteorInstallPath','getuid','3.0','meteor','\x20is\x20not\x20available.','3.3','checkAvailability','join','.bashrc','911882NqDHeW','https://packages.meteor.com/bootstrap-link?arch=os.','log','release','Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','setPath','isFile','\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','replace','install','search','Added\x20Meteor\x20path\x20to\x20','3182823prKuCf','6kEEcWx','cert','osx','Aborted','env','Using\x20CA\x20Cert\x20','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','withSpinner','create','releases','appendFileSync','confirm','\x20from\x20','meteor.tar.gz','arm64','(((.+)+)+)+$','setx\x20PATH\x20\x22','cacert','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','1659245pMvmXU','package-metadata','.meteor','maka\x20install\x20meteor\x20--set-path','error','toString','info','windows','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','apply','length','Install\x20the\x20specified\x20version\x20of\x20meteor.','x86_64','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','675iYXQCt','existsSync','grep','Symlinking\x20is\x20only\x20permitted\x20with\x20Administrator\x20permission.\x20\x20Please\x20run\x20this\x20in\x20an\x20Admin\x20Shell.','Meteor\x20version\x20'];a77c=function(){return P;};return a77c();}import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77K(0x1b8)]();function isRoot(){const L=a77K;return process[L(0x1ce)]&&process[L(0x1ce)]()===0x0;}function compareVersions(a,b){const M=a77K,c=a[M(0x20b)]('.')[M(0x1bf)](Number),d=b[M(0x20b)]('.')['map'](Number);for(let e=0x0;e<Math['max'](c[M(0x201)],d['length']);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77K(0x1ec)]({'name':a77K(0x1e0),'aliases':['i'],'validOpts':[{'name':'force','boolFlag':!![],'description':'Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.'},{'name':a77K(0x1d9),'description':a77K(0x202)},{'name':a77K(0x1f5),'description':'Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.'},{'name':'keepInstallFile','boolFlag':!![],'description':a77K(0x1da)},{'name':a77K(0x1cb),'description':a77K(0x1aa)},{'name':a77K(0x1dc),'boolFlag':!![],'description':'Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.'}],'validArgs':[a77K(0x1d0)],'minArgLength':0x1,'usage':'maka\x20install\x20meteor','shortDesc':a77K(0x1c4),'examples':[a77K(0x1ab),a77K(0x1b2),'maka\x20install\x20meteor\x20--release\x203.0.1',a77K(0x1fa)]},async function(a,b){const N=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b[N(0x1dc)]&&(updatePath(),Log[N(0x1c1)](N(0x1b1)),process[N(0x1cc)](0x0));let g='';if(b[N(0x1f5)]){if(f[N(0x1dd)](b[N(0x1f5)]))Log[N(0x1be)](N(0x1e9)+b['cacert']),g=b[N(0x1f5)];else throw N(0x1ca)+g;}const h=await d[N(0x1ad)]();if(h[N(0x1e5)]){if(f[N(0x1dd)](h[N(0x1e5)]))g=h[N(0x1e5)];else throw N(0x1ea)+g;}let i=![];if(b['f']||b['force'])i=!![];else{const t=isRoot();t?(Log['warn'](N(0x204)),i=await Actions[N(0x1ef)]('Proceed\x20anyway?',![])):i=!![];}if(!i)throw N(0x1e7);const j=await HTTPS['get']({'url':N(0x1a8),'cert':g}),k=f[N(0x207)](j['data'],N(0x1b3));if(k[N(0x201)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process['env']['NO_NODE_WARNINGS']='1';const l=k[0x0][N(0x1df)](/[^0-9.]/gi,'')[N(0x1df)](/\r?\n|\r/,''),m=N(0x1d2);let n;b['release']?n=b[N(0x1d9)]:compareVersions(l,m)<0x0?n=m:n=l;Log['notice'](N(0x20a)+n);const o={'win32':N(0x1fe),'darwin':N(0x1e6),'linux':N(0x1c9)};let p=N(0x1d7)+o[a77e[N(0x1b4)]()]+'.'+(a77e['arch']()===N(0x1f2)?N(0x1f2):N(0x203))+'&release='+n,q=await HTTPS['checkAvailability']({'url':p,'cert':g});n=n[N(0x1fc)]();n==='3'&&(n=N(0x1cf));if(!q&&n[N(0x1bd)]('-')){const u=n[N(0x20b)]('-'),v=u[0x0],w=u[N(0x1c2)](0x1)[N(0x1d4)]('-'),x=v['replace'](/\.0+$/,'');Log[N(0x1b5)]('Meteor\x20version\x20'+n+N(0x20c)+x+'-'+w);const y=N(0x1d7)+o[a77e[N(0x1b4)]()]+'.'+(a77e[N(0x1b6)]()===N(0x1f2)?N(0x1f2):N(0x203))+N(0x1a7)+x+'-'+w;q=await HTTPS[N(0x1d3)]({'url':y,'cert':g}),q&&(n=x+'-'+w,p=y);}!q?(Log[N(0x1fb)](N(0x209)+n+N(0x1d1)),process['exit'](0x0)):Log[N(0x1be)](N(0x209)+n+'\x20is\x20available.');const r=f[N(0x1cd)](),s=c['getInstalledMeteorVersion'](n);if(a77g[N(0x206)](s)){let z=![];b['f']||b['force']?z=!![]:z=await Actions[N(0x1ef)]('Meteor\x20is\x20'+n+N(0x1de),![]),z?(await SpawnAsync[N(0x1eb)]('rm',['-rf',a77f[N(0x1d4)](r,'packages')],{'message':N(0x1ff)}),await SpawnAsync['withSpinner']('rm',['-rf',a77f[N(0x1d4)](r,N(0x1f8))],{'message':N(0x1f6)}),await SpawnAsync[N(0x1eb)]('rm',[N(0x1af),a77f[N(0x1d4)](r,N(0x1d0))],{'message':N(0x1db)})):(Log[N(0x1fd)]('Aborting\x20install'),process[N(0x1cc)](0x0));}try{const A=process[N(0x1b4)]==='win32';if(A){let B=await Actions[N(0x1ef)](N(0x208),![]);!B&&(Log[N(0x1fd)]('Aborting\x20install'),process[N(0x1cc)](0x0));}Log['notice']('Downloading\x20Meteor\x20'+n+N(0x1f0)+p),await HTTPS['downloadFile']({'url':p,'destPath':a77f[N(0x1d4)](homeDir,N(0x1f1)),'cert':g,'timeout':b[N(0x1cb)]?parseInt(b[N(0x1cb)])*0x3e8:0x493e0});try{const C=a77f[N(0x1d4)](homeDir,N(0x1f1)),D=a77f[N(0x1d4)](homeDir,N(0x1f9),N(0x1ed),n);a77g['mkdirSync'](D,{'recursive':!![]}),await f[N(0x1c0)](C,D);}catch(E){console[N(0x1d8)](E),Log[N(0x1fb)](N(0x1c7));}updatePath();}catch(F){console[N(0x1fb)](F),process[N(0x1cc)](0x1);}finally{!b['keepInstallFile']&&await SpawnAsync[N(0x1eb)]('rm',['-rf',a77f[N(0x1d4)](homeDir,N(0x1f1))],{'message':'Cleaning\x20up'});}c['linkVersionAsCurrent'](n),Log[N(0x1c1)](N(0x209)+n+'\x20installed.\x0a'),process[N(0x1cc)](0x0);}catch(G){console[N(0x1fb)](G),process[N(0x1cc)](0x1);}});function updatePath(){const O=a77K;if(a77e[O(0x1b4)]()==='win32'){const a=process[O(0x1e8)]['PATH']||'',b=homeDir+O(0x1c3);!a['includes'](b)&&(execSync(O(0x1f4)+a+';'+b+'\x22'),Log['notice'](O(0x1bc)),Log[O(0x1be)]('Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.'));}else{const c=a77f[O(0x1d4)](homeDir,O(0x1ac)),d=a77f['join'](homeDir,O(0x1d5)),e=O(0x1c6),f=a77g['existsSync'](c)?a77g[O(0x1c8)](c,O(0x1a9)):'';!f[O(0x1bd)](e)&&(a77g[O(0x1ee)](c,'\x0a'+e+'\x0a'),Log[O(0x1be)](O(0x1e2)+c));const g=a77g['existsSync'](d)?a77g[O(0x1c8)](d,O(0x1a9)):'';!g[O(0x1bd)](e)&&(a77g[O(0x1ee)](d,'\x0a'+e+'\x0a'),Log[O(0x1be)](O(0x1e2)+d));}}
1
+ const a77K=a77d;(function(a,b){const H=a77d,c=a();while(!![]){try{const d=parseInt(H(0xf1))/0x1+-parseInt(H(0xd3))/0x2*(parseInt(H(0xb4))/0x3)+parseInt(H(0xbb))/0x4+parseInt(H(0x10b))/0x5*(parseInt(H(0xec))/0x6)+parseInt(H(0x103))/0x7+parseInt(H(0xfd))/0x8+-parseInt(H(0xbd))/0x9*(parseInt(H(0xbc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xa31c2));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const I=a77d;if(c){const e=c[I(0x11a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const J=a77d;return a77a[J(0xb5)]()[J(0x11c)](J(0xc3))[J(0xb5)]()['constructor'](a77a)[J(0x11c)]('(((.+)+)+)+$');});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-0xb3;let f=c[d];return f;},a77d(a,b);}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77K(0x102)]();function isRoot(){const L=a77K;return process[L(0xf4)]&&process[L(0xf4)]()===0x0;}function compareVersions(a,b){const M=a77K,c=a[M(0x11d)]('.')[M(0xca)](Number),d=b['split']('.')[M(0xca)](Number);for(let e=0x0;e<Math[M(0xda)](c[M(0xcd)],d[M(0xcd)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77K(0x112)]({'name':a77K(0xc5),'aliases':['i'],'validOpts':[{'name':a77K(0x11b),'boolFlag':!![],'description':'Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.'},{'name':a77K(0xeb),'description':a77K(0x10d)},{'name':'cacert','description':'Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.'},{'name':a77K(0x117),'boolFlag':!![],'description':a77K(0xff)},{'name':a77K(0xf7),'description':a77K(0xfc)},{'name':'setPath','boolFlag':!![],'description':a77K(0x10e)}],'validArgs':[a77K(0xf0)],'minArgLength':0x1,'usage':a77K(0x100),'shortDesc':a77K(0x114),'examples':[a77K(0x100),a77K(0xcf),'maka\x20install\x20meteor\x20--release\x203.0.1',a77K(0xe5)]},async function(a,b){const N=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b[N(0xed)]&&(updatePath(),Log[N(0xe1)]('Meteor\x20path\x20updated.'),process[N(0xdc)](0x0));let g='';if(b[N(0xdb)]){if(f[N(0xd2)](b['cacert']))Log[N(0x104)]('Using\x20CA\x20Cert\x20'+b[N(0xdb)]),g=b['cacert'];else throw N(0xe9)+g;}const h=await d['getGlobalConfig']();if(h[N(0xfb)]){if(f[N(0xd2)](h['cert']))g=h[N(0xfb)];else throw N(0xe7)+g;}let i=![];if(b['f']||b[N(0x11b)])i=!![];else{const t=isRoot();t?(Log[N(0xc6)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),i=await Actions[N(0x106)](N(0xf2),![])):i=!![];}if(!i)throw N(0xc0);const j=await HTTPS[N(0x10f)]({'url':N(0xba),'cert':g}),k=f[N(0xd8)](j[N(0xe4)],'RELEASE=');if(k[N(0xcd)]===0x0)throw N(0xce);process[N(0xb6)][N(0x119)]='1';const l=k[0x0][N(0x109)](/[^0-9.]/gi,'')[N(0x109)](/\r?\n|\r/,''),m=N(0xe0);let n;b[N(0xeb)]?n=b[N(0xeb)]:compareVersions(l,m)<0x0?n=m:n=l;Log[N(0x104)](N(0x105)+n);const o={'win32':N(0xf6),'darwin':N(0xcc),'linux':N(0xe3)};let p=N(0x113)+o[a77e[N(0xbf)]()]+'.'+(a77e[N(0xf3)]()===N(0x107)?N(0x107):N(0xdf))+N(0xd1)+n,q=await HTTPS[N(0xfa)]({'url':p,'cert':g});n=n[N(0xb5)]();n==='3'&&(n=N(0xd5));if(!q&&n[N(0xc8)]('-')){const u=n['split']('-'),v=u[0x0],w=u[N(0x108)](0x1)['join']('-'),x=v[N(0x109)](/\.0+$/,'');Log[N(0xc6)]('Meteor\x20version\x20'+n+N(0xcb)+x+'-'+w);const y=N(0x113)+o[a77e[N(0xbf)]()]+'.'+(a77e[N(0xf3)]()===N(0x107)?N(0x107):N(0xdf))+'&release='+x+'-'+w;q=await HTTPS[N(0xfa)]({'url':y,'cert':g}),q&&(n=x+'-'+w,p=y);}!q?(Log['error'](N(0xc9)+n+'\x20is\x20not\x20available.'),process[N(0xdc)](0x0)):Log[N(0x104)](N(0xc9)+n+N(0xd0));const r=f['getMeteorInstallPath'](),s=c['getInstalledMeteorVersion'](n);if(a77g['existsSync'](s)){let z=![];b['f']||b[N(0x11b)]?z=!![]:z=await Actions[N(0x106)](N(0xef)+n+N(0x118),![]),z?(await SpawnAsync[N(0xf5)]('rm',[N(0xc1),a77f[N(0xc2)](r,N(0xd4))],{'message':N(0xd9)}),await SpawnAsync['withSpinner']('rm',['-rf',a77f['join'](r,N(0x10c))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync[N(0xf5)]('rm',['-rf',a77f[N(0xc2)](r,N(0xf0))],{'message':N(0xd6)})):(Log[N(0xb3)](N(0xf8)),process[N(0xdc)](0x0));}try{const A=process['platform']===N(0xbe);if(A){let B=await Actions['confirm']('Symlinking\x20is\x20only\x20permitted\x20with\x20Administrator\x20permission.\x20\x20Please\x20run\x20this\x20in\x20an\x20Admin\x20Shell.',![]);!B&&(Log['info'](N(0xf8)),process['exit'](0x0));}Log[N(0x104)](N(0x11f)+n+N(0xdd)+p),await HTTPS['downloadFile']({'url':p,'destPath':a77f['join'](homeDir,N(0xee)),'cert':g,'timeout':b[N(0xf7)]?parseInt(b['timeout'])*0x3e8:0x493e0});try{const C=a77f[N(0xc2)](homeDir,N(0xee)),D=a77f[N(0xc2)](homeDir,'.meteor',N(0xc4),n);a77g[N(0x111)](D,{'recursive':!![]}),await f['extractTarGz'](C,D);}catch(E){console['log'](E),Log[N(0x110)](N(0xd7));}updatePath();}catch(F){console[N(0x110)](F),process[N(0xdc)](0x1);}finally{!b['keepInstallFile']&&await SpawnAsync[N(0xf5)]('rm',[N(0xc1),a77f['join'](homeDir,N(0xee))],{'message':N(0xe6)});}c[N(0xb9)](n),Log[N(0xe1)](N(0xc9)+n+N(0xf9)),process[N(0xdc)](0x0);}catch(G){console[N(0x110)](G),process[N(0xdc)](0x1);}});function a77c(){const P=['env','appendFileSync','\x5c.meteor\x5cmeteor','linkVersionAsCurrent','https://install.meteor.com','2547220juENWP','14930kplgaQ','21933RMtORI','win32','platform','Aborted','-rf','join','(((.+)+)+)+$','releases','install','warn','Added\x20Meteor\x20path\x20to\x20','includes','Meteor\x20version\x20','map','\x20is\x20not\x20available,\x20trying\x20','osx','length','Network\x20error,\x20please\x20try\x20again.','maka\x20install\x20meteor\x20--force','\x20is\x20available.','&release=','isFile','6tJiXoj','packages','3.0','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','Error\x20extracting\x20meteor.tar.gz\x20file','grep','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','max','cacert','exit','\x20from\x20','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','x86_64','3.3','success','utf8','linux','data','maka\x20install\x20meteor\x20--set-path','Cleaning\x20up','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','.bashrc','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','readFileSync','release','6665364emkIau','setPath','meteor.tar.gz','Meteor\x20is\x20','meteor','852403HcrOGd','Proceed\x20anyway?','arch','getuid','withSpinner','windows','timeout','Aborting\x20install','\x20installed.\x0a','checkAvailability','cert','Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.','7738600njFjAb','PATH','Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.','maka\x20install\x20meteor','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','homedir','6417698nOAlsr','notice','Preparing\x20to\x20install\x20Meteor\x20','confirm','arm64','slice','replace','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','5pfabbC','package-metadata','Install\x20the\x20specified\x20version\x20of\x20meteor.','Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.','get','error','mkdirSync','create','https://packages.meteor.com/bootstrap-link?arch=os.','Maka\x27s\x20Installer\x20for\x20Meteor.','setx\x20PATH\x20\x22','existsSync','keepInstallFile','\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','NO_NODE_WARNINGS','apply','force','search','split','.zshrc','Downloading\x20Meteor\x20','info','177702TfxxZo','toString'];a77c=function(){return P;};return a77c();}function updatePath(){const O=a77K;if(a77e[O(0xbf)]()===O(0xbe)){const a=process[O(0xb6)][O(0xfe)]||'',b=homeDir+O(0xb8);!a[O(0xc8)](b)&&(execSync(O(0x115)+a+';'+b+'\x22'),Log[O(0x104)](O(0x10a)),Log[O(0x104)](O(0xde)));}else{const c=a77f[O(0xc2)](homeDir,O(0x11e)),d=a77f[O(0xc2)](homeDir,O(0xe8)),e=O(0x101),f=a77g[O(0x116)](c)?a77g['readFileSync'](c,O(0xe2)):'';!f[O(0xc8)](e)&&(a77g[O(0xb7)](c,'\x0a'+e+'\x0a'),Log[O(0x104)](O(0xc7)+c));const g=a77g[O(0x116)](d)?a77g[O(0xea)](d,O(0xe2)):'';!g[O(0xc8)](e)&&(a77g[O(0xb7)](d,'\x0a'+e+'\x0a'),Log[O(0x104)]('Added\x20Meteor\x20path\x20to\x20'+d));}}
@@ -1 +1 @@
1
- const a78k=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0xc6))/0x1*(parseInt(i(0xd3))/0x2)+parseInt(i(0xe1))/0x3+parseInt(i(0xcb))/0x4*(parseInt(i(0xdb))/0x5)+-parseInt(i(0xcd))/0x6*(parseInt(i(0xe4))/0x7)+parseInt(i(0xe5))/0x8+-parseInt(i(0xe0))/0x9*(parseInt(i(0xde))/0xa)+parseInt(i(0xe6))/0xb*(-parseInt(i(0xec))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x1f28d));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const j=a78d;return a78a['toString']()[j(0xcc)]('(((.+)+)+)+$')['toString']()[j(0xea)](a78a)[j(0xcc)](j(0xd1));});a78a();function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0xc1;let f=c[d];return f;},a78d(a,b);}import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a78c(){const m=['385520XkXmGD','1251052SjsQFp','inherit','join','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','constructor','error','24czIyFY','fsi','maka\x20jsdoc','plugins/markdown','\x20-r\x20app','notice','3ImtbJv','Running\x20','jsdoc-config.json','isFile','app/private','835464oapyfF','search','42ZdfQQC','jsdoc','utf-8','app/public','(((.+)+)+)+$','\x20-c\x20','125542PcQscV','findAppDirectory','stringify','\x0a[+]\x20Documentation\x20written\x20to\x20','config','sep','.+\x5c.(j|t)s(doc|x)?$','app/node_modules','5OlUkDO','writeFileSync','withSpinner','1090kmstpI','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','12465ZeZLvf','477516VUtCCz','stop','docs','98483QUOPqP'];a78c=function(){return m;};return a78c();}import{Log}from'../tools/log/log.class.js';Command['create']({'name':a78k(0xce),'usage':a78k(0xc2),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':['maka\x20jsdoc\x20--init',a78k(0xc2)],'validOpts':[]},function(){const l=a78k,a=a78e[l(0xe8)](this[l(0xc1)][l(0xd4)](),l(0xe3)+a78e['sep']),b=a78e[l(0xe8)](this['fsi']['findAppDirectory'](),l(0xd7),l(0xc8)),c=l(0xce);if(!this['fsi'][l(0xc9)](b)){const f={'plugins':[l(0xc3)],'tags':{'allowUnknownTags':!![],'dictionaries':[l(0xce),'closure']},'source':{'includePattern':l(0xd9),'excludePattern':l(0xdf),'exclude':['app/packages',l(0xda),l(0xd0),l(0xca)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':l(0xcf)}};a78f[l(0xdc)](b,JSON[l(0xd5)](f,null,0x4));}const d=Log[l(0xdd)](l(0xc7)+c);try{const g=c+l(0xd2)+b+l(0xc4)+a78e[l(0xd8)]+'\x20-d\x20'+a;execSync(g,{'stdio':l(0xe7)}),Log[l(0xc5)](l(0xd6)+a);}catch(h){Log[l(0xeb)](h),Log['error'](l(0xe9));}finally{d[l(0xe2)]();}});
1
+ function a78c(){const n=['\x20-d\x20','1504804QeQDKs','plugins/markdown','search','fsi','stop','288616vNJIuH','config','stringify','writeFileSync','closure','notice','app/packages','maka\x20jsdoc','withSpinner','create','findAppDirectory','error','isFile','642902ufURYS','jsdoc','6kXLqxP','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','maka\x20jsdoc\x20--init','1670ycoScp','193468kjxKkC','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','\x0a[+]\x20Documentation\x20written\x20to\x20','1508630ZGBtte','21EjpJdC','app/private','22329IkuRXp','toString','.+\x5c.(j|t)s(doc|x)?$','179533RGWHKg','apply','sep','app/public','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','jsdoc-config.json','(((.+)+)+)+$'];a78c=function(){return n;};return a78c();}const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0x8a))/0x1+parseInt(i(0x7b))/0x2+-parseInt(i(0x85))/0x3*(-parseInt(i(0x81))/0x4)+parseInt(i(0x84))/0x5+-parseInt(i(0x7d))/0x6*(parseInt(i(0x92))/0x7)+parseInt(i(0x97))/0x8+parseInt(i(0x87))/0x9*(-parseInt(i(0x80))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x2e23f));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x8b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x88)]()[k(0x94)](k(0x90))[k(0x88)]()['constructor'](a78a)[k(0x94)](k(0x90));});a78a();import a78e from'path';import a78f from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x70;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(0x77)]({'name':a78l(0x7c),'usage':a78l(0x75),'mustBeInMakaProject':!![],'shortDesc':a78l(0x7e),'examples':[a78l(0x7f),'maka\x20jsdoc'],'validOpts':[]},function(){const m=a78l,a=a78e['join'](this['fsi'][m(0x78)](),'docs'+a78e['sep']),b=a78e['join'](this['fsi'][m(0x78)](),m(0x98),m(0x8f)),c=m(0x7c);if(!this[m(0x95)][m(0x7a)](b)){const f={'plugins':[m(0x93)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x7c),m(0x72)]},'source':{'includePattern':m(0x89),'excludePattern':m(0x8e),'exclude':[m(0x74),'app/node_modules',m(0x8d),m(0x86)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[m(0x71)](b,JSON[m(0x70)](f,null,0x4));}const d=Log[m(0x76)]('Running\x20'+c);try{const g=c+'\x20-c\x20'+b+'\x20-r\x20app'+a78e[m(0x8c)]+m(0x91)+a;execSync(g,{'stdio':'inherit'}),Log[m(0x73)](m(0x83)+a);}catch(h){Log[m(0x79)](h),Log['error'](m(0x82));}finally{d[m(0x96)]();}});