@maka/maka-cli 5.1.4 → 5.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/profile.js +1 -1
  87. package/bundle/obf/src/commands/proxy.js +1 -1
  88. package/bundle/obf/src/commands/reconfig.js +1 -1
  89. package/bundle/obf/src/commands/register.js +1 -1
  90. package/bundle/obf/src/commands/run/_index.js +1 -1
  91. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/run/run.command.js +1 -1
  93. package/bundle/obf/src/commands/set/_index.js +1 -1
  94. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  95. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/set.command.js +1 -1
  97. package/bundle/obf/src/commands/ssh.js +1 -1
  98. package/bundle/obf/src/commands/ssl.js +1 -1
  99. package/bundle/obf/src/commands/test/_index.js +1 -1
  100. package/bundle/obf/src/commands/test/jest.sub.cmd.js +1 -1
  101. package/bundle/obf/src/commands/test/mocha.sub.cmd.js +1 -1
  102. package/bundle/obf/src/commands/test/test.command.js +1 -1
  103. package/bundle/obf/src/commands/undo.js +1 -1
  104. package/bundle/obf/src/commands/version.js +1 -1
  105. package/bundle/obf/src/error.js +1 -1
  106. package/bundle/obf/src/exec.js +1 -1
  107. package/bundle/obf/src/generator.js +1 -1
  108. package/bundle/obf/src/generators/_index.js +1 -1
  109. package/bundle/obf/src/generators/api.js +1 -1
  110. package/bundle/obf/src/generators/aws/_index.js +1 -1
  111. package/bundle/obf/src/generators/aws/aws.js +1 -1
  112. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  113. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  114. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  115. package/bundle/obf/src/generators/collection.js +1 -1
  116. package/bundle/obf/src/generators/component.js +1 -1
  117. package/bundle/obf/src/generators/config.js +1 -1
  118. package/bundle/obf/src/generators/dbc.js +1 -1
  119. package/bundle/obf/src/generators/dockerfile.js +1 -1
  120. package/bundle/obf/src/generators/hook.js +1 -1
  121. package/bundle/obf/src/generators/kits/_index.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  123. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  124. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  125. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  127. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  128. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/kit.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  131. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  132. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  133. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  134. package/bundle/obf/src/generators/layout.js +1 -1
  135. package/bundle/obf/src/generators/maka.gen.js +1 -1
  136. package/bundle/obf/src/generators/methods.js +1 -1
  137. package/bundle/obf/src/generators/package.js +1 -1
  138. package/bundle/obf/src/generators/page.js +1 -1
  139. package/bundle/obf/src/generators/publish.js +1 -1
  140. package/bundle/obf/src/generators/route.js +1 -1
  141. package/bundle/obf/src/generators/service.js +1 -1
  142. package/bundle/obf/src/generators/services/_index.js +1 -1
  143. package/bundle/obf/src/generators/services/openssl.js +1 -1
  144. package/bundle/obf/src/generators/services/translation.js +1 -1
  145. package/bundle/obf/src/maka.js +1 -1
  146. package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.jsx +4 -1
  147. package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.tsx +4 -1
  148. package/bundle/obf/src/tool.js +1 -1
  149. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  150. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  151. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  152. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  153. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  154. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  155. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  156. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  157. package/bundle/obf/src/tools/https/https.class.js +1 -1
  158. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  159. package/bundle/obf/src/tools/log/log.class.js +1 -1
  160. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  161. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  162. package/bundle/obf/src/tools/options/options.class.js +1 -1
  163. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  164. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  165. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  166. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  167. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  168. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  169. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  170. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  171. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58s=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x99))/0x1*(parseInt(f(0xaf))/0x2)+parseInt(f(0xb2))/0x3+parseInt(f(0xaa))/0x4+parseInt(f(0xa8))/0x5+-parseInt(f(0xcb))/0x6*(parseInt(f(0xc8))/0x7)+parseInt(f(0xbb))/0x8*(parseInt(f(0x9f))/0x9)+parseInt(f(0xa3))/0xa*(-parseInt(f(0x9c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xd6b46));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xa7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0xbc)]()['search'](h(0xa5))[h(0xbc)]()[h(0xa0)](a58a)[h(0xb1)](h(0xa5));});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(0xc4)],'category':Category[i(0xc3)],'shape':Shape[i(0xac)],'color':Color[i(0xcc)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1});}['use'](){return this['description'];}}export class Sword extends Item{constructor(a,b){var j=a58d;super({'name':a,'description':b,'size':Size[j(0xc4)],'category':Category[j(0xad)],'shape':Shape[j(0xca)],'color':Color[j(0x9d)],'texture':Texture[j(0xab)],'rating':Rating[j(0xae)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var k=a58d;super({'name':a,'description':b,'size':Size[k(0xcd)],'category':Category[k(0xad)],'shape':Shape['Rifle'],'color':Color[k(0xb4)],'texture':Texture['Metallic'],'rating':Rating[k(0xb7)],'weight':0x7});}}function a58c(){var E=['name','Boots','Rare','BodyArmor','Small','Sniper\x20Rifle','118352LkUEuw','toString','Rifle','LegArmor','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Smooth','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Unknown','Medium','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Unknown\x20Author','A\x20mysterious\x20book.','235123YDyCYW','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Blade','84rMcIAt','Yellow','Large','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','\x20aloft,\x20feeling\x20its\x20immense\x20power.','use','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','ArmArmor','39HimAvm','author','pageCount','59609ZxpbCs','Grey','Helmet','927WgPlGX','constructor','Gloves','Cup','7380ChCipI','Key','(((.+)+)+)+$','Holy\x20Grail','apply','3833130WWaUfc','Circle','4911372MVQBra','Metallic','Rectangle','Weapon','Common','62158YvIALg','Legendary','search','1855698OAUBaO','publishDate','Brown'];a58c=function(){return E;};return a58c();}export class Helmet extends Item{constructor(a,b){var l=a58d;super({'name':a,'description':b,'size':Size[l(0xc4)],'category':Category[l(0x9e)],'shape':Shape[l(0xa9)],'color':Color[l(0x9d)],'texture':Texture[l(0xab)],'rating':Rating[l(0xae)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var m=a58d;super({'name':a,'description':b,'size':Size[m(0xcd)],'category':Category[m(0xb8)],'shape':Shape[m(0xac)],'color':Color[m(0x9d)],'texture':Texture[m(0xab)],'rating':Rating[m(0xae)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var n=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[n(0xbe)],'shape':Shape[n(0xac)],'color':Color[n(0x9d)],'texture':Texture[n(0xab)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var o=a58d;super({'name':a,'description':b,'size':Size[o(0xc4)],'category':Category[o(0xb6)],'shape':Shape[o(0xa9)],'color':Color[o(0xb4)],'texture':Texture[o(0xc0)],'rating':Rating[o(0xae)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var p=a58d;super({'name':a,'description':b,'size':Size[p(0xb9)],'category':Category[p(0xa1)],'shape':Shape['Circle'],'color':Color[p(0xb4)],'texture':Texture[p(0xc0)],'rating':Rating[p(0xae)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var q=a58d;super({'name':a,'description':b,'size':Size[q(0xc4)],'category':Category[q(0xd2)],'shape':Shape[q(0xac)],'color':Color[q(0x9d)],'texture':Texture[q(0xab)],'rating':Rating[q(0xae)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var r=a58d;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[r(0xa4)],'shape':Shape[r(0xac)],'color':Color['Yellow'],'texture':Texture['Smooth'],'rating':Rating[r(0xae)],'weight':0x0});}[a58s(0xd0)](){var t=a58s;return t(0xbf);}}export class Weapon extends Item{constructor(a,b){var u=a58s;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[u(0xad)],'shape':Shape[u(0xca)],'color':Color[u(0x9d)],'texture':Texture['Metallic'],'rating':Rating[u(0xae)],'weight':0x3});}[a58s(0xd0)](){var v=a58s;return v(0xc2);}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x99;var f=c[d];return f;},a58d(a,b);}export class Book extends Item{['author'];[a58s(0xb3)];['pageCount'];constructor(a,b=a58s(0xc7),c=a58s(0xc6)){var w=a58s;super({'name':a,'description':b,'size':Size[w(0xc4)],'category':Category['Book'],'shape':Shape[w(0xac)],'color':Color[w(0xb4)],'texture':Texture['Smooth'],'rating':Rating[w(0xae)],'weight':0x1}),this[w(0x9a)]=c,this[w(0xb3)]=new Date(),this[w(0x9b)]=0x64;}[a58s(0xd0)](){var x=a58s;return x(0xce);}}export class ShortSword extends Item{constructor(){var y=a58s;super({'name':'Short\x20Sword','description':y(0xc9),'size':Size[y(0xc4)],'category':Category[y(0xad)],'shape':Shape['Blade'],'color':Color[y(0x9d)],'texture':Texture[y(0xab)],'rating':Rating[y(0xae)],'weight':0x3});}[a58s(0xd0)](){var z=a58s;return z(0xc2);}}export class SniperRifle extends Item{constructor(){var A=a58s;super({'name':A(0xba),'description':A(0xc1),'size':Size[A(0xcd)],'category':Category['Weapon'],'shape':Shape[A(0xbd)],'color':Color['Brown'],'texture':Texture[A(0xc0)],'rating':Rating[A(0xae)],'weight':0x5});}[a58s(0xd0)](){var B=a58s;return B(0xd1);}}export class HolyGrail extends Item{constructor(){var C=a58s;super({'name':C(0xa6),'description':C(0xc5),'size':Size[C(0xb9)],'category':Category[C(0xa2)],'shape':Shape[C(0xa9)],'color':Color['Gold'],'texture':Texture[C(0xab)],'rating':Rating[C(0xb0)],'weight':0x1});}[a58s(0xd0)](){var D=a58s;return'You\x20hold\x20the\x20'+this[D(0xb5)]+D(0xcf);}}
1
+ var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1a0))/0x1+-parseInt(f(0x1bb))/0x2+-parseInt(f(0x1bd))/0x3+-parseInt(f(0x1c6))/0x4+-parseInt(f(0x1a3))/0x5*(parseInt(f(0x19c))/0x6)+parseInt(f(0x1c1))/0x7*(parseInt(f(0x1c5))/0x8)+parseInt(f(0x19e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x53af3));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a[g(0x1ac)]()[g(0x1c9)](g(0x1aa))[g(0x1ac)]()[g(0x1c2)](a58a)[g(0x1c9)](g(0x1aa));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0x1c4)],'category':Category[h(0x1c7)],'shape':Shape[h(0x1b5)],'color':Color[h(0x1ad)],'texture':Texture[h(0x1c0)],'rating':Rating[h(0x1a4)],'weight':0x1});}[a58i(0x1cc)](){return this['description'];}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x19c;var f=c[d];return f;},a58d(a,b);}export class Sword extends Item{constructor(a,b){var j=a58i;super({'name':a,'description':b,'size':Size[j(0x1c4)],'category':Category[j(0x1b1)],'shape':Shape[j(0x1ce)],'color':Color[j(0x1cd)],'texture':Texture[j(0x1b0)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size[k(0x1c3)],'category':Category[k(0x1b1)],'shape':Shape['Rifle'],'color':Color[k(0x1b9)],'texture':Texture[k(0x1b0)],'rating':Rating[k(0x1d1)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[l(0x1ae)],'shape':Shape['Circle'],'color':Color[l(0x1cd)],'texture':Texture['Metallic'],'rating':Rating[l(0x1a4)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size[m(0x1c3)],'category':Category['BodyArmor'],'shape':Shape[m(0x1b5)],'color':Color['Grey'],'texture':Texture[m(0x1b0)],'rating':Rating[m(0x1a4)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[n(0x1b8)],'shape':Shape[n(0x1b5)],'color':Color[n(0x1cd)],'texture':Texture[n(0x1b0)],'rating':Rating[n(0x1a4)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size[o(0x1c4)],'category':Category[o(0x1bf)],'shape':Shape[o(0x1af)],'color':Color[o(0x1b9)],'texture':Texture[o(0x1c0)],'rating':Rating[o(0x1a4)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size['Small'],'category':Category['Gloves'],'shape':Shape[p(0x1af)],'color':Color[p(0x1b9)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size[q(0x1c4)],'category':Category['ArmArmor'],'shape':Shape[q(0x1b5)],'color':Color[q(0x1cd)],'texture':Texture[q(0x1b0)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0x1d0)],'category':Category[r(0x1ca)],'shape':Shape['Rectangle'],'color':Color[r(0x1ad)],'texture':Texture[r(0x1c0)],'rating':Rating[r(0x1a4)],'weight':0x0});}[a58i(0x1cc)](){var s=a58i;return s(0x1a6);}}export class Weapon extends Item{constructor(a,b){var t=a58i;super({'name':a,'description':b,'size':Size[t(0x1c4)],'category':Category[t(0x1b1)],'shape':Shape['Blade'],'color':Color[t(0x1cd)],'texture':Texture[t(0x1b0)],'rating':Rating[t(0x1a4)],'weight':0x3});}[a58i(0x1cc)](){var u=a58i;return u(0x1a1);}}export class Book extends Item{[a58i(0x1a7)];[a58i(0x1a2)];[a58i(0x1a8)];constructor(a,b=a58i(0x1ba),c=a58i(0x1b2)){var v=a58i;super({'name':a,'description':b,'size':Size[v(0x1c4)],'category':Category[v(0x19d)],'shape':Shape[v(0x1b5)],'color':Color[v(0x1b9)],'texture':Texture[v(0x1c0)],'rating':Rating['Common'],'weight':0x1}),this[v(0x1a7)]=c,this[v(0x1a2)]=new Date(),this[v(0x1a8)]=0x64;}['use'](){var w=a58i;return w(0x1cf);}}function a58c(){var C=['Boots','Smooth','217YLPZaE','constructor','Large','Medium','30776IKCpmY','2647956BKhDro','Unknown','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','search','Key','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','use','Grey','Blade','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Tiny','Rare','123678oIEBLX','Book','15279687CfsjEr','Gold','199470yStrLz','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','publishDate','15zuwKHb','Common','Rifle','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','author','pageCount','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','(((.+)+)+)+$','Small','toString','Yellow','Helmet','Circle','Metallic','Weapon','Unknown\x20Author','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Cup','Rectangle','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Legendary','LegArmor','Brown','A\x20mysterious\x20book.','788192pQpkEJ','Short\x20Sword','1667325WHvWVu','You\x20hold\x20the\x20'];a58c=function(){return C;};return a58c();}export class ShortSword extends Item{constructor(){var x=a58i;super({'name':x(0x1bc),'description':x(0x1cb),'size':Size[x(0x1c4)],'category':Category[x(0x1b1)],'shape':Shape[x(0x1ce)],'color':Color[x(0x1cd)],'texture':Texture['Metallic'],'rating':Rating[x(0x1a4)],'weight':0x3});}['use'](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var y=a58i;super({'name':'Sniper\x20Rifle','description':y(0x1b3),'size':Size[y(0x1c3)],'category':Category[y(0x1b1)],'shape':Shape[y(0x1a5)],'color':Color[y(0x1b9)],'texture':Texture[y(0x1c0)],'rating':Rating[y(0x1a4)],'weight':0x5});}[a58i(0x1cc)](){var z=a58i;return z(0x1c8);}}export class HolyGrail extends Item{constructor(){var A=a58i;super({'name':'Holy\x20Grail','description':A(0x1a9),'size':Size[A(0x1ab)],'category':Category[A(0x1b4)],'shape':Shape[A(0x1af)],'color':Color[A(0x19f)],'texture':Texture[A(0x1b0)],'rating':Rating[A(0x1b7)],'weight':0x1});}[a58i(0x1cc)](){var B=a58i;return B(0x1be)+this['name']+B(0x1b6);}}
@@ -1 +1 @@
1
- const a60i=a60d;function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x13b;let f=c[d];return f;},a60d(a,b);}(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x19d))/0x1*(-parseInt(f(0x149))/0x2)+parseInt(f(0x188))/0x3*(-parseInt(f(0x168))/0x4)+-parseInt(f(0x189))/0x5+-parseInt(f(0x1a7))/0x6*(-parseInt(f(0x16b))/0x7)+-parseInt(f(0x19a))/0x8+parseInt(f(0x160))/0x9+parseInt(f(0x1a1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xcd724));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x163)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x16e)]()[h(0x15e)](h(0x14b))['toString']()[h(0x150)](a60a)[h(0x15e)](h(0x14b));});a60a();export const rooms=[{'name':a60i(0x14a),'description':a60i(0x157),'isStartRoom':!![],'items':[{'type':'key','name':a60i(0x1a6),'description':a60i(0x1af)},{'type':a60i(0x14c),'name':'Guard\x27s\x20Log\x20Book','description':a60i(0x1ae),'content':a60i(0x196)}],'exits':[{'direction':'EAST','targetRoom':'Secret\x20Passage'}]},{'name':a60i(0x142),'description':a60i(0x17d),'exits':[{'direction':a60i(0x16a),'targetRoom':a60i(0x16f),'keyRequired':'Golden\x20Key'},{'direction':a60i(0x18b),'targetRoom':'Courtyard'}]},{'name':'Treasure\x20Room','description':a60i(0x195),'items':[{'type':a60i(0x174),'name':'Holy\x20Grail','description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0x143),'description':a60i(0x1a5),'roomType':a60i(0x1b3),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a60i(0x164),'description':a60i(0x181),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':a60i(0x1ab),'riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60i(0x170),'name':a60i(0x19c),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x162),'failureMessage':a60i(0x183)}}];export const dungeonConfig=[{'name':a60i(0x15d),'description':a60i(0x198),'isStartRoom':!![],'roomType':a60i(0x18d),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0x190),'rewardItem':{'type':a60i(0x15b),'name':a60i(0x192),'description':a60i(0x18e)},'successMessage':a60i(0x1a8),'failureMessage':a60i(0x1b7)},'exits':[{'direction':a60i(0x19b),'targetRoom':a60i(0x19e)},{'direction':a60i(0x180),'targetRoom':a60i(0x166),'keyRequired':a60i(0x192)}]},{'name':a60i(0x19e),'description':a60i(0x184),'roomType':a60i(0x18d),'items':[{'type':a60i(0x14c),'name':a60i(0x191),'description':a60i(0x15a),'content':a60i(0x171)},{'type':a60i(0x15b),'name':'Central\x20Chamber\x20Key','description':a60i(0x18e)}],'exits':[{'direction':a60i(0x182),'targetRoom':a60i(0x15d)},{'direction':a60i(0x180),'targetRoom':a60i(0x1b6)}]},{'name':a60i(0x1b6),'description':a60i(0x18a),'roomType':a60i(0x18d),'items':[{'type':a60i(0x1b4),'name':a60i(0x15c),'description':a60i(0x13e)}],'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x19e)},{'direction':a60i(0x19b),'targetRoom':a60i(0x1a0)}]},{'name':a60i(0x1a0),'description':a60i(0x13f),'roomType':a60i(0x18d),'items':[{'type':a60i(0x14d),'name':a60i(0x156),'description':a60i(0x1a9)},{'type':a60i(0x1ac),'name':a60i(0x147),'description':a60i(0x1a3)}],'exits':[{'direction':'south','targetRoom':a60i(0x1b6)},{'direction':a60i(0x180),'targetRoom':a60i(0x166)}]},{'name':'Central\x20Chamber','description':a60i(0x1a4),'roomType':a60i(0x18d),'exits':[{'direction':'west','targetRoom':a60i(0x1a0)},{'direction':a60i(0x182),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x19b),'targetRoom':'Torture\x20Chamber'},{'direction':a60i(0x180),'targetRoom':a60i(0x16f)}]},{'name':'Torture\x20Chamber','description':a60i(0x145),'roomType':a60i(0x18d),'items':[{'type':a60i(0x15b),'name':'Blood-stained\x20Key','description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x1a2),'riddle':a60i(0x140),'rewardItem':{'type':a60i(0x151),'name':a60i(0x186),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a60i(0x141),'failureMessage':a60i(0x165)},'exits':[{'direction':a60i(0x182),'targetRoom':'Central\x20Chamber'}]},{'name':'Treasure\x20Room','description':a60i(0x17f),'roomType':a60i(0x18d),'puzzle':{'requiredPhrase':a60i(0x172),'riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60i(0x187),'name':'Golden\x20Chalice','description':a60i(0x199)},'successMessage':a60i(0x19f),'failureMessage':a60i(0x161)},'exits':[{'direction':a60i(0x177),'targetRoom':'Central\x20Chamber'}]}];function a60c(){const j=['Library','(((.+)+)+)+$','book','shield','Gang\x20Insignia','Matrix\x20Data\x20Haven','constructor','gem','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','outside','Barrens\x20Hideout','Emblem\x20Shield','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Rigger\x27s\x20Workshop','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','key','Empty\x20vial','Entrance\x20Hall','search','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','1033011RNgbKP','The\x20chest\x20remains\x20firmly\x20shut.','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','apply','Watch\x20Tower','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Central\x20Chamber','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','120HvFCnD','Jackpoint\x20Login','NORTH','15022DIPCxc','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','disenchant','toString','Treasure\x20Room','rifle','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','insert\x20gem','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','holyGrail','A\x20small\x20surveillance\x20drone.','Corporate\x20Creditstick','west','Barrens\x20Entrance','MCT\x20Fly-Spy','Corp\x20Enclave','CorpSec\x20Plans','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','The\x20data\x20remains\x20encrypted.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','east','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','south','That\x20passcode\x20is\x20incorrect','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','amulet','Ancient\x20Gem','cup','10929EaaIVG','5363320CzxQCA','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','SOUTH','Downtown\x20Seattle','inside','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Riddle\x20Book','Central\x20Chamber\x20Key','Amulet\x20of\x20Awakening','creditstick','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Chad\x20the\x20stupid\x20guard','decrypt','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','A\x20chalice\x20made\x20of\x20pure\x20gold.','10546360dBKCfr','north','Sniper\x20Rifle','1zdGjmW','Study','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Armory','16844500VExFSw','release','An\x20old\x20and\x20rusted\x20sword.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Golden\x20Key','1194NFJfXx','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','secret123','sword','Mage\x27s\x20Lair','A\x20thin\x20log\x20book','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','OUTSIDE','basic','A\x20creditstick\x20loaded\x20with\x20nuyen.','Alchemy\x20Lab','Nothing\x20happens.','weapon','Ares\x20Predator','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','A\x20clear\x20glass\x20vial.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Secret\x20Passage','Courtyard','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Rusted\x20Sword','document','2230948MXscUT'];a60c=function(){return j;};return a60c();}export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a60i(0x1b1),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':'north','targetRoom':a60i(0x18c)},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':a60i(0x14f),'description':a60i(0x152),'roomType':a60i(0x18d),'puzzle':{'requiredPhrase':a60i(0x197),'riddle':a60i(0x173),'rewardItem':{'type':'key','name':'Encrypted\x20Data\x20Key','description':a60i(0x1b0)},'successMessage':a60i(0x17c),'failureMessage':a60i(0x17e)},'exits':[{'direction':'down','targetRoom':a60i(0x169)}]},{'name':'Downtown\x20Seattle','description':'The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','roomType':a60i(0x154),'exits':[{'direction':a60i(0x182),'targetRoom':a60i(0x169)},{'direction':'east','targetRoom':a60i(0x178)},{'direction':'west','targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x178),'description':a60i(0x13d),'roomType':'outside','puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a60i(0x1aa),'rewardItem':{'type':'key','name':a60i(0x14e),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a60i(0x153),'failureMessage':a60i(0x146)},'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x18c)},{'direction':a60i(0x19b),'targetRoom':a60i(0x155)}]},{'name':a60i(0x17a),'description':'The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','roomType':'inside','items':[{'type':a60i(0x194),'name':a60i(0x176),'description':a60i(0x1b5)},{'type':a60i(0x148),'name':a60i(0x17b),'description':a60i(0x18f)}],'exits':[{'direction':a60i(0x180),'targetRoom':a60i(0x18c)}]},{'name':a60i(0x155),'description':a60i(0x15f),'roomType':a60i(0x154),'items':[{'type':a60i(0x13b),'name':a60i(0x13c),'description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':'south','targetRoom':'Barrens\x20Entrance'},{'direction':'north','targetRoom':a60i(0x1ad)},{'direction':a60i(0x180),'targetRoom':'Rigger\x27s\x20Workshop'}]},{'name':a60i(0x1ad),'description':a60i(0x16c),'roomType':a60i(0x18d),'puzzle':{'requiredPhrase':a60i(0x16d),'riddle':a60i(0x158),'rewardItem':{'type':a60i(0x185),'name':a60i(0x193),'description':a60i(0x167)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a60i(0x1b2)},'exits':[{'direction':'south','targetRoom':a60i(0x155)}]},{'name':a60i(0x159),'description':a60i(0x144),'roomType':a60i(0x18d),'items':[{'type':'drone','name':a60i(0x179),'description':a60i(0x175)}],'exits':[{'direction':a60i(0x177),'targetRoom':a60i(0x155)}]}];
1
+ function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x12f;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(0x17c))/0x1*(-parseInt(f(0x181))/0x2)+-parseInt(f(0x135))/0x3*(-parseInt(f(0x1a0))/0x4)+-parseInt(f(0x19f))/0x5+parseInt(f(0x18b))/0x6+parseInt(f(0x182))/0x7+-parseInt(f(0x176))/0x8*(-parseInt(f(0x162))/0x9)+parseInt(f(0x19a))/0xa*(-parseInt(f(0x13b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xcd916));function a60c(){const j=['Central\x20Chamber\x20Key','east','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','west','Ares\x20Predator','Chad\x20the\x20stupid\x20guard','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','OUTSIDE','Armory','501QznCeF','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Jackpoint\x20Login','NORTH','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','That\x20passcode\x20is\x20incorrect','99YynPbi','holyGrail','creditstick','Emblem\x20Shield','Courtyard','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','amulet','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','The\x20data\x20remains\x20encrypted.','show\x20loyalty','Sniper\x20Rifle','A\x20thin\x20log\x20book','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','apply','Corporate\x20Creditstick','Blood-stained\x20Key','SOUTH','rifle','A\x20chalice\x20made\x20of\x20pure\x20gold.','Corp\x20Enclave','outside','Rigger\x27s\x20Workshop','A\x20key\x20stained\x20with\x20old\x20blood.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Amulet\x20of\x20Awakening','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Library','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Guard\x27s\x20Log\x20Book','Holy\x20Grail','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','basic','The\x20chest\x20remains\x20firmly\x20shut.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Torture\x20Chamber','Golden\x20Chalice','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Central\x20Chamber','1900647PuOwlN','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','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','Ancient\x20Gem','Rusted\x20Sword','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Golden\x20Key','gem','(((.+)+)+)+$','Barrens\x20Entrance','Barrens\x20Hideout','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','insert\x20gem','Matrix\x20Data\x20Haven','Mage\x27s\x20Lair','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','Entrance\x20Hall','Encrypted\x20Data\x20Key','8wUxuPP','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','drone','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','toString','1vVQcoJ','search','constructor','down','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','319950OgAcIY','10613085VLEhez','book','Secret\x20Passage','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20clear\x20glass\x20vial.','document','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','north','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','942978mrECEN','Alchemy\x20Lab','key','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','south','cup','Treasure\x20Room','sword','open\x20sesame','decrypt','Downtown\x20Seattle','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','The\x20legendary\x20Holy\x20Grail.','1653390aIwblI','CorpSec\x20Plans','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Study','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','4344450RTQEuG','27652mcmxdn','An\x20old\x20and\x20rusted\x20sword.','inside','Watch\x20Tower'];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(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a['toString']()['search'](h(0x16b))[h(0x17b)]()[h(0x17e)](a60a)[h(0x17d)](h(0x16b));});a60a();export const rooms=[{'name':a60i(0x156),'description':a60i(0x190),'isStartRoom':!![],'items':[{'type':a60i(0x18d),'name':a60i(0x169),'description':a60i(0x1a6)},{'type':'book','name':a60i(0x158),'description':a60i(0x146),'content':a60i(0x12f)}],'exits':[{'direction':'EAST','targetRoom':a60i(0x184)}]},{'name':a60i(0x184),'description':a60i(0x15a),'exits':[{'direction':a60i(0x138),'targetRoom':a60i(0x193),'keyRequired':a60i(0x169)},{'direction':a60i(0x14c),'targetRoom':'Courtyard'}]},{'name':a60i(0x193),'description':a60i(0x131),'items':[{'type':a60i(0x13c),'name':a60i(0x159),'description':a60i(0x199)}]},{'name':a60i(0x13f),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a60i(0x133),'exits':[{'direction':'UP','targetRoom':a60i(0x1a3)}]},{'name':a60i(0x1a3),'description':a60i(0x18a),'roomType':a60i(0x133),'puzzle':{'requiredPhrase':'secret123','riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60i(0x14d),'name':a60i(0x145),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x164),'failureMessage':a60i(0x13a)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60i(0x198),'isStartRoom':!![],'roomType':a60i(0x1a2),'puzzle':{'requiredPhrase':a60i(0x195),'riddle':a60i(0x16e),'rewardItem':{'type':a60i(0x18d),'name':a60i(0x1a4),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0x163),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':'north','targetRoom':a60i(0x19d)},{'direction':'east','targetRoom':a60i(0x161),'keyRequired':a60i(0x1a4)}]},{'name':a60i(0x19d),'description':a60i(0x148),'roomType':'inside','items':[{'type':a60i(0x183),'name':'Riddle\x20Book','description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x157)},{'type':'key','name':a60i(0x1a4),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x191),'targetRoom':a60i(0x174)},{'direction':a60i(0x1a5),'targetRoom':a60i(0x18c)}]},{'name':a60i(0x18c),'description':a60i(0x153),'roomType':'inside','items':[{'type':a60i(0x15b),'name':'Empty\x20vial','description':a60i(0x186)}],'exits':[{'direction':a60i(0x1a7),'targetRoom':a60i(0x19d)},{'direction':a60i(0x189),'targetRoom':a60i(0x134)}]},{'name':a60i(0x134),'description':a60i(0x17a),'roomType':a60i(0x1a2),'items':[{'type':'shield','name':a60i(0x13e),'description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':a60i(0x194),'name':a60i(0x166),'description':a60i(0x1a1)}],'exits':[{'direction':a60i(0x191),'targetRoom':a60i(0x18c)},{'direction':a60i(0x1a5),'targetRoom':a60i(0x161)}]},{'name':a60i(0x161),'description':a60i(0x139),'roomType':a60i(0x1a2),'exits':[{'direction':a60i(0x1a7),'targetRoom':a60i(0x134)},{'direction':a60i(0x191),'targetRoom':a60i(0x174)},{'direction':a60i(0x189),'targetRoom':a60i(0x15e)},{'direction':'east','targetRoom':a60i(0x193)}]},{'name':'Torture\x20Chamber','description':a60i(0x132),'roomType':a60i(0x1a2),'items':[{'type':'key','name':a60i(0x14b),'description':a60i(0x152)}],'puzzle':{'requiredPhrase':'release','riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a60i(0x16a),'name':a60i(0x165),'description':a60i(0x142)},'successMessage':a60i(0x188),'failureMessage':a60i(0x147)},'exits':[{'direction':a60i(0x191),'targetRoom':a60i(0x161)}]},{'name':a60i(0x193),'description':a60i(0x177),'roomType':a60i(0x1a2),'puzzle':{'requiredPhrase':a60i(0x170),'riddle':a60i(0x19c),'rewardItem':{'type':a60i(0x192),'name':a60i(0x15f),'description':a60i(0x14e)},'successMessage':a60i(0x18e),'failureMessage':a60i(0x15c)},'exits':[{'direction':a60i(0x1a7),'targetRoom':a60i(0x161)}]}];export const shadowrunConfig=[{'name':a60i(0x137),'description':a60i(0x15d),'isStartRoom':!![],'roomType':a60i(0x1a2),'exits':[{'direction':a60i(0x189),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0x171)}]},{'name':'Matrix\x20Data\x20Haven','description':a60i(0x155),'roomType':a60i(0x1a2),'puzzle':{'requiredPhrase':a60i(0x196),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60i(0x18d),'name':a60i(0x175),'description':a60i(0x173)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a60i(0x143)},'exits':[{'direction':a60i(0x17f),'targetRoom':a60i(0x137)}]},{'name':a60i(0x197),'description':a60i(0x130),'roomType':a60i(0x150),'exits':[{'direction':a60i(0x191),'targetRoom':a60i(0x137)},{'direction':a60i(0x1a5),'targetRoom':'Barrens\x20Entrance'},{'direction':a60i(0x1a7),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x16c),'description':a60i(0x160),'roomType':a60i(0x150),'puzzle':{'requiredPhrase':a60i(0x144),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':'key','name':'Gang\x20Insignia','description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a60i(0x168),'failureMessage':a60i(0x180)},'exits':[{'direction':'west','targetRoom':a60i(0x197)},{'direction':a60i(0x189),'targetRoom':a60i(0x16d)}]},{'name':a60i(0x14f),'description':a60i(0x185),'roomType':a60i(0x1a2),'items':[{'type':a60i(0x13d),'name':a60i(0x14a),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a60i(0x187),'name':a60i(0x19b),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a60i(0x1a5),'targetRoom':'Downtown\x20Seattle'}]},{'name':a60i(0x16d),'description':a60i(0x19e),'roomType':'outside','items':[{'type':'weapon','name':a60i(0x1a8),'description':a60i(0x136)}],'exits':[{'direction':a60i(0x191),'targetRoom':a60i(0x16c)},{'direction':a60i(0x189),'targetRoom':a60i(0x172)},{'direction':a60i(0x1a5),'targetRoom':'Rigger\x27s\x20Workshop'}]},{'name':'Mage\x27s\x20Lair','description':a60i(0x167),'roomType':a60i(0x1a2),'puzzle':{'requiredPhrase':'disenchant','riddle':a60i(0x18f),'rewardItem':{'type':a60i(0x141),'name':a60i(0x154),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a60i(0x16f),'failureMessage':a60i(0x140)},'exits':[{'direction':a60i(0x191),'targetRoom':a60i(0x16d)}]},{'name':a60i(0x151),'description':a60i(0x179),'roomType':a60i(0x1a2),'items':[{'type':a60i(0x178),'name':'MCT\x20Fly-Spy','description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x1a7),'targetRoom':a60i(0x16d)}]}];
@@ -1 +1 @@
1
- var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0xa5))/0x1+-parseInt(f(0x8f))/0x2+parseInt(f(0xa7))/0x3*(parseInt(f(0x84))/0x4)+-parseInt(f(0xa0))/0x5*(-parseInt(f(0x97))/0x6)+-parseInt(f(0x88))/0x7*(-parseInt(f(0x9c))/0x8)+parseInt(f(0xa2))/0x9*(parseInt(f(0x85))/0xa)+parseInt(f(0x9a))/0xb*(-parseInt(f(0xa4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xe0b12));function a61c(){var i=['_logger','toString','rating','_playerName','431134RptZfm','shape','size','roomType','items','_equipment','isLocked','color','5550dNqXrf','solved','roomA','63814564INPphz','player','121592KslwON','name','logger','roomB','6310YhyfaZ','inventory','18WJjaeR','_inventory','12dyYTIF','1516275fqxLbD','unlockItemOrSolution','4192584aUoUFm','puzzle','category','(((.+)+)+)+$','description','4rsdeWq','7744810TENuuf','search','isStartRoom','602mLjTto','isLockable','weight'];a61c=function(){return i;};return a61c();}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var g=a61d;return a61a[g(0x8c)]()['search'](g(0x82))[g(0x8c)]()['constructor'](a61a)[g(0x86)]('(((.+)+)+)+$');});a61a();import{EventEmitter}from'events';export class AbstractScene{['rooms'];[a61h(0x9b)];[a61h(0x9e)];['characterLocations'];}export class AbstractRoom extends EventEmitter{[a61h(0x9d)];[a61h(0x83)];['exits'];[a61h(0xa1)];[a61h(0x80)];[a61h(0x92)];[a61h(0x87)];}export class AbstractDoor{[a61h(0x99)];[a61h(0x9f)];[a61h(0x95)];[a61h(0xa6)];[a61h(0x9d)];[a61h(0x9e)];[a61h(0x89)];}export class AbstractInventory{[a61h(0x93)];[a61h(0x9e)];}export class AbstractItem{['uuid'];['name'];['description'];[a61h(0x91)];[a61h(0x81)];[a61h(0x90)];[a61h(0x96)];['texture'];[a61h(0x8d)];[a61h(0x8a)];}export class AbstractPlayer{[a61h(0x8e)];['_currentLocation'];[a61h(0xa3)];[a61h(0x94)];['_maxCarryingWeight'];[a61h(0x8b)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x80;var f=c[d];return f;},a61d(a,b);}export class AbstractPuzzle{[a61h(0x9e)];[a61h(0x98)];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0xb3))/0x1+parseInt(f(0xb4))/0x2*(-parseInt(f(0xce))/0x3)+parseInt(f(0xad))/0x4*(parseInt(f(0xb5))/0x5)+-parseInt(f(0xb6))/0x6*(-parseInt(f(0xc8))/0x7)+parseInt(f(0xc5))/0x8*(-parseInt(f(0xbe))/0x9)+parseInt(f(0xb7))/0xa*(-parseInt(f(0xd1))/0xb)+parseInt(f(0xd4))/0xc*(parseInt(f(0xac))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xd19e7));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0xc9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0xba)]()[h(0xb1)](h(0xc4))[h(0xba)]()[h(0xcc)](a61a)[h(0xb1)](h(0xc4));});a61a();import{EventEmitter}from'events';function a61c(){var j=['unlockItemOrSolution','toString','isLockable','logger','isStartRoom','337374vqRcDf','description','solved','player','roomB','isLocked','(((.+)+)+)+$','344GtQwxW','name','roomA','399FYCUPg','apply','_logger','category','constructor','shape','111ABIwrP','_playerName','roomType','31273NqwrTc','_inventory','items','12055116ZMOMGF','_currentLocation','puzzle','65UCEIkq','4MpYUMk','weight','uuid','rooms','search','inventory','352100XwNZOK','90148YRMivB','181715FzDqWR','40062DeaTga','3340FHfgDb','characterLocations'];a61c=function(){return j;};return a61c();}export class AbstractScene{[a61i(0xb0)];[a61i(0xc1)];[a61i(0xbc)];[a61i(0xb8)];}export class AbstractRoom extends EventEmitter{[a61i(0xc6)];[a61i(0xbf)];['exits'];[a61i(0xb2)];[a61i(0xab)];[a61i(0xd0)];[a61i(0xbd)];}export class AbstractDoor{[a61i(0xc7)];[a61i(0xc2)];[a61i(0xc3)];[a61i(0xb9)];[a61i(0xc6)];['logger'];[a61i(0xbb)];}export class AbstractInventory{[a61i(0xd3)];[a61i(0xbc)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0xaa;var f=c[d];return f;},a61d(a,b);}export class AbstractItem{[a61i(0xaf)];[a61i(0xc6)];[a61i(0xbf)];['size'];[a61i(0xcb)];[a61i(0xcd)];['color'];['texture'];['rating'];[a61i(0xae)];}export class AbstractPlayer{[a61i(0xcf)];[a61i(0xaa)];[a61i(0xd2)];['_equipment'];['_maxCarryingWeight'];[a61i(0xca)];}export class AbstractPuzzle{[a61i(0xbc)];[a61i(0xc0)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0xed))/0x1+-parseInt(k(0xf1))/0x2+parseInt(k(0xf8))/0x3*(parseInt(k(0x113))/0x4)+parseInt(k(0x131))/0x5*(-parseInt(k(0x128))/0x6)+parseInt(k(0x12d))/0x7*(parseInt(k(0x12a))/0x8)+parseInt(k(0x102))/0x9*(parseInt(k(0x100))/0xa)+-parseInt(k(0xe3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x440cc));function a62c(){var v=['grey','Metallic','10oBERFg','very\x20large','3892383NsmxDI','Medium','Grainy','fuzzy','underground','smooth','Grey','Bumpy','grainy','Smooth','square','OUTSIDE','west','MOUNTAIN','SOUTH','SEA','cup','40nceqxK','Square','Boots','FOREST','outside','bumpy','(((.+)+)+)+$','gold','orange','yellow','BEACH','Cup','common','legendary','blade','Tiny','boots','large','BodyArmor','Rough','circle','1524EvXBhI','Yellow','185424NCqXXh','desert','ArmArmor','147iAdSfx','cave','Orange','DESERT','215KdRUhs','Weapon','Blue','tiny','Common','Red','Gloves','Shield','constructor','inside','north','red','Triangle','Rectangle','Unknown','INSIDE','Legendary','tower','VeryLarge','Rare','gloves','DOWN','leg\x20armor','brown','TOWER','hat','Green','Key','10936002nhGnkk','Fuzzy','toString','apply','forest','CAVE','weapon','Circle','Hat','blue','424146qUqzpD','EAST','green','triangle','528130XufPep','search','Small','key','medium','NORTH','Brown','61359ghaJEa','mountain','UNDERGROUND','Rifle','east','unknown'];a62c=function(){return v;};return a62c();}export var Size;(function(c){var n=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var l=a62d;if(h){var j=h[l(0xe6)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var m=a62d;return e['toString']()[m(0xf2)]('(((.+)+)+)+$')[m(0xe5)]()[m(0x139)](e)[m(0xf2)](m(0x119));});e(),c[n(0x122)]=n(0x134),c[n(0xf3)]='small',c[n(0x103)]=n(0xf5),c['Large']=n(0x124),c[n(0x143)]=n(0x101);}(Size||(Size={})));export var Rating;(function(a){var o=a62d;a[o(0x135)]=o(0x11f),a[o(0x144)]='rare',a[o(0x141)]=o(0x120);}(Rating||(Rating={})));export var Category;(function(a){var p=a62d;a[p(0x132)]=p(0xe9),a[p(0x138)]='shield',a[p(0xe2)]=p(0xf4),a[p(0x137)]=p(0xdb),a['Helmet']='helmet',a[p(0xeb)]=p(0xe0),a[p(0x115)]=p(0x123),a['LegArmor']=p(0xdd),a[p(0x12c)]='arm\x20armor',a[p(0x125)]='body\x20armor',a['Book']='book',a[p(0x11e)]=p(0x112),a[p(0x13f)]=p(0xfd);}(Category||(Category={})));export var Shape;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xdb;var f=c[d];return f;},a62d(a,b);}(function(a){var q=a62d;a[q(0xea)]=q(0x127),a[q(0x114)]=q(0x10c),a[q(0x13d)]=q(0xf0),a[q(0x13e)]='rectangle',a['Blade']=q(0x121),a[q(0xfb)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a[r(0x136)]=r(0x13c),a[r(0x133)]=r(0xec),a[r(0xe1)]=r(0xef),a[r(0x129)]=r(0x11c),a[r(0x12f)]=r(0x11b),a['Purple']='purple',a[r(0x108)]=r(0xfe),a[r(0xf7)]=r(0xde),a['Gold']=r(0x11a);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a[s(0x10b)]=s(0x107),a[s(0x126)]='rough',a[s(0x109)]=s(0x118),a[s(0xe4)]=s(0x105),a[s(0x104)]=s(0x10a),a[s(0xff)]='metallic';}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x140)]=t(0x13a),a[t(0x10d)]=t(0x117),a[t(0xfa)]=t(0x106),a[t(0xe8)]=t(0x12e),a[t(0xdf)]=t(0x142),a[t(0x116)]=t(0xe7),a[t(0x130)]=t(0x12b),a[t(0x10f)]=t(0xf9),a[t(0x11d)]='beach',a[t(0x111)]='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0xf6)]=u(0x13b),a[u(0xee)]=u(0xfc),a[u(0x110)]='south',a['WEST']=u(0x10e),a['UP']='up',a[u(0xdc)]='down';}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x13d))/0x1*(parseInt(k(0x167))/0x2)+-parseInt(k(0x13f))/0x3+parseInt(k(0x133))/0x4*(parseInt(k(0x12d))/0x5)+-parseInt(k(0x151))/0x6*(-parseInt(k(0x132))/0x7)+parseInt(k(0x143))/0x8*(-parseInt(k(0x12a))/0x9)+-parseInt(k(0x161))/0xa*(parseInt(k(0x123))/0xb)+-parseInt(k(0x155))/0xc*(-parseInt(k(0x126))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xe184c));export var Size;(function(a){var l=a62d;a[l(0x16d)]=l(0x150),a['Small']=l(0x154),a['Medium']=l(0x10f),a[l(0x15e)]=l(0x12e),a[l(0x11d)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x171)]=m(0x15d),a[m(0x163)]=m(0x157),a[m(0x138)]=m(0x166);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x172)]='weapon',a[n(0x16c)]=n(0x127),a[n(0x15a)]=n(0x162),a[n(0x165)]=n(0x134),a['Helmet']='helmet',a['Hat']=n(0x12f),a[n(0x10e)]='boots',a[n(0x136)]=n(0x144),a['ArmArmor']=n(0x137),a[n(0x121)]='body\x20armor',a[n(0x122)]=n(0x13b),a[n(0x149)]=n(0x164),a[n(0x168)]=n(0x14f);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x145)]='circle',a['Square']=o(0x14b),a['Triangle']=o(0x15c),a[o(0x14c)]=o(0x16f),a[o(0x146)]=o(0x16e),a['Rifle']='rifle';}(Shape||(Shape={})));export var Color;(function(c){var r=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var p=a62d;if(h){var j=h[p(0x15b)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a62d;return e['toString']()[q(0x128)](q(0x13e))[q(0x12b)]()[q(0x115)](e)[q(0x128)]('(((.+)+)+)+$');});e(),c['Red']=r(0x15f),c['Blue']=r(0x11c),c['Green']=r(0x141),c[r(0x14a)]='yellow',c[r(0x113)]=r(0x16b),c[r(0x116)]=r(0x139),c[r(0x114)]=r(0x124),c[r(0x11b)]='brown',c['Gold']='gold';}(Color||(Color={})));export var Texture;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x10d;var f=c[d];return f;},a62d(a,b);}(function(a){var s=a62d;a[s(0x160)]=s(0x156),a[s(0x13a)]=s(0x16a),a[s(0x142)]='bumpy',a[s(0x13c)]='fuzzy',a[s(0x12c)]=s(0x153),a[s(0x147)]=s(0x14e);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x130)]=t(0x119),a[t(0x11f)]='outside',a[t(0x10d)]=t(0x14d),a[t(0x152)]='cave',a[t(0x131)]=t(0x148),a['FOREST']=t(0x159),a[t(0x110)]=t(0x158),a['MOUNTAIN']=t(0x112),a[t(0x170)]=t(0x125),a['SEA']=t(0x135);}(RoomType||(RoomType={})));export var Direction;function a62c(){var v=['24HNZtDK','CAVE','grainy','small','181932yrxNbh','smooth','rare','desert','forest','Key','apply','triangle','common','Large','red','Smooth','17518990tDIeqK','key','Rare','cup','Gloves','legendary','8tKeYlB','Unknown','SOUTH','rough','orange','Shield','Tiny','blade','rectangle','BEACH','Common','Weapon','UNDERGROUND','Boots','medium','DESERT','WEST','mountain','Orange','Grey','constructor','Purple','east','west','inside','north','Brown','blue','VeryLarge','NORTH','OUTSIDE','DOWN','BodyArmor','Book','11rxlPRF','grey','beach','3133gkmsbA','shield','search','south','9vzrLUn','toString','Grainy','3829755mRuDan','large','hat','INSIDE','TOWER','384461KoFSXp','8nkttnB','gloves','sea','LegArmor','arm\x20armor','Legendary','purple','Rough','book','Fuzzy','119751mizzFA','(((.+)+)+)+$','1413813CbpNYl','down','green','Bumpy','14235976HhEzaq','leg\x20armor','Circle','Blade','Metallic','tower','Cup','Yellow','square','Rectangle','underground','metallic','unknown','tiny'];a62c=function(){return v;};return a62c();}(function(a){var u=a62d;a[u(0x11e)]=u(0x11a),a['EAST']=u(0x117),a[u(0x169)]=u(0x129),a[u(0x111)]=u(0x118),a['UP']='up',a[u(0x120)]=u(0x140);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xef))/0x1*(-parseInt(f(0xe6))/0x2)+parseInt(f(0xed))/0x3+-parseInt(f(0xe5))/0x4+-parseInt(f(0xee))/0x5*(-parseInt(f(0xec))/0x6)+-parseInt(f(0xe4))/0x7+parseInt(f(0xe9))/0x8+-parseInt(f(0xe8))/0x9*(-parseInt(f(0xeb))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xe4995));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xea)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0xe3)]()[h(0xe7)]('(((.+)+)+)+$')[h(0xe3)]()[h(0xe2)](a63a)[h(0xe7)]('(((.+)+)+)+$');});function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xe2;var f=c[d];return f;},a63d(a,b);}a63a();function a63c(){var i=['toString','3952382NLOOZo','6070588WavjNl','2oXwsPa','search','90rPXXuM','4727328NEDEBk','apply','239270RsKXeL','6hufWgQ','4267737DFqaBL','2558595jdWOmU','254130HspDZX','constructor'];a63c=function(){return i;};return a63c();}export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x1f4))/0x1*(parseInt(f(0x1f5))/0x2)+-parseInt(f(0x1f8))/0x3+parseInt(f(0x1ef))/0x4+-parseInt(f(0x1f9))/0x5*(-parseInt(f(0x1fa))/0x6)+parseInt(f(0x1f2))/0x7*(-parseInt(f(0x1f0))/0x8)+parseInt(f(0x1fc))/0x9+parseInt(f(0x1f1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x3b9fa));function a63c(){var h=['798326UwNeca','(((.+)+)+)+$','toString','509655NEyOaq','1017155gHxaHL','6wgudDJ','search','2586708GWnVRL','1143940gniSjj','20344btNrez','3136250UxfQZt','763rTvwmF','constructor','1RMfwji'];a63c=function(){return h;};return a63c();}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['toString']()[g(0x1fb)](g(0x1f6))[g(0x1f7)]()[g(0x1f3)](a63a)[g(0x1fb)]('(((.+)+)+)+$');});a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1ef;var f=c[d];return f;},a63d(a,b);}export{};
@@ -1 +1 @@
1
- function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x66;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x68))/0x1+parseInt(f(0x70))/0x2+parseInt(f(0x6f))/0x3+parseInt(f(0x6b))/0x4*(-parseInt(f(0x6d))/0x5)+-parseInt(f(0x6c))/0x6+-parseInt(f(0x73))/0x7*(parseInt(f(0x66))/0x8)+parseInt(f(0x69))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x20883));function a64c(){var i=['502017XLTqSK','105428HZwWBC','(((.+)+)+)+$','search','7vuzcCz','1618864dFGNgB','toString','119829PUQohg','3592836zklHtZ','apply','556EpCYTa','560910OYEGdE','2530wfDBfw','constructor'];a64c=function(){return i;};return a64c();}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x6a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x67)]()['search'](h(0x71))[h(0x67)]()[h(0x6e)](a64a)[h(0x72)](h(0x71));});a64a();export{};
1
+ function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x1d9;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x1e4))/0x1*(-parseInt(f(0x1e0))/0x2)+-parseInt(f(0x1e2))/0x3+-parseInt(f(0x1dd))/0x4*(-parseInt(f(0x1dc))/0x5)+-parseInt(f(0x1e8))/0x6+parseInt(f(0x1e7))/0x7*(-parseInt(f(0x1de))/0x8)+-parseInt(f(0x1e5))/0x9+parseInt(f(0x1da))/0xa*(parseInt(f(0x1df))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xa7821));function a64c(){var i=['2202684HqsyAL','(((.+)+)+)+$','30EobMEw','toString','430ZNZPhO','47888JJfnVk','944LeGrwC','12448689YcNdfl','22IMKfSL','apply','2779992eKTdml','constructor','111827zBKmIg','6417747QjShSH','search','29757VmKHwE'];a64c=function(){return i;};return a64c();}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x1e1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a['toString']()['search'](h(0x1d9))[h(0x1db)]()[h(0x1e3)](a64a)[h(0x1e6)](h(0x1d9));});a64a();export{};
@@ -1 +1 @@
1
- const a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x10a))/0x1*(parseInt(y(0xf2))/0x2)+parseInt(y(0x10e))/0x3*(-parseInt(y(0x102))/0x4)+-parseInt(y(0xc1))/0x5+-parseInt(y(0xc4))/0x6*(parseInt(y(0xc3))/0x7)+-parseInt(y(0xd3))/0x8*(-parseInt(y(0xe8))/0x9)+-parseInt(y(0x109))/0xa+parseInt(y(0xbc))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xe512d));function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0xb8;let f=c[d];return f;},a65d(a,b);}import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';function a65c(){const H=['Legs:\x20','\x20(Locked)','45%','enter','11014770DUrCHo','1LwMvtL','(((.+)+)+)+$','head','write','59838JrnmPB','removeAllListeners','box','checkIfLocked','20%','equipment','pushLine','lock','key','39445890zmTDlK','25%','rightHand','legs','exits','1475150AdBzZr','log','494683pcVauT','156xTmcEp','Thanks\x20for\x20playing!','join','Your\x20items\x20will\x20be\x20listed\x20here...','arms','yellow','slice','screen','----->>>>>>\x20Initializing\x20Game','getOtherSide','split','argv','checkIfLockable','70%','unequip','1600600JuHAhx','escape','None','100%','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','focus','inventory','75%','leftHand','getAllItems','cyan','currentLocation','search','Torso:\x20','map','exit','OUTSIDE','90%','append','\x20Equipment\x20','C-c','81mugJuv','getInstance','size','line','forEach','gloves','Side\x20Quest\x20Adventure\x20Game','\x20Game\x20Log\x20','equip','setContent','314682rKrORW','parse','\x20Inventory\x20','Gloves:\x20','Arms:\x20','logBox','torso','player','\x20(Unlocked)','Right\x20Hand:\x20','feet','render','getValue','-----\x20Exits\x20------\x0a','white','toString','212ZtXiRh','roomType','name'];a65c=function(){return H;};return a65c();}import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a65d;return g['toString']()['search']('(((.+)+)+)+$')[z(0x101)]()['constructor'](g)[z(0xdf)](z(0x10b));});g();try{const h=a65e[A(0xcb)]({'smartCSR':!![],'title':A(0xee)}),i=a65e[A(0x110)]({'top':'0%','left':A(0xda),'width':'25%','height':A(0x107),'border':{'type':A(0xeb)},'label':A(0xf4),'content':A(0xc7),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xc9)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0xdc)]()[B(0xe1)](v=>v['name']);i[B(0xf1)](u[B(0xc6)]('\x0a')),h[B(0xfd)]();};h['append'](i);const k=a65e[A(0x110)]({'top':A(0x107),'left':A(0xda),'width':A(0xbd),'height':A(0xbd),'border':{'type':A(0xeb)},'label':A(0xe6),'content':A(0xd7),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0xe5)](k);const l=t=>{const C=A;k[C(0xf1)]('Head:\x20'+(t['head']?t[C(0x10c)][C(0x104)]:C(0xd5))+'\x0a'+(C(0xe0)+(t[C(0xf8)]?t[C(0xf8)][C(0x104)]:C(0xd5))+'\x0a')+(C(0x105)+(t[C(0xbf)]?t['legs'][C(0x104)]:C(0xd5))+'\x0a')+('Feet:\x20'+(t[C(0xfc)]?t[C(0xfc)][C(0x104)]:C(0xd5))+'\x0a')+(C(0xf6)+(t[C(0xc8)]?t[C(0xc8)][C(0x104)]:'None')+'\x0a')+(C(0xf5)+(t[C(0xed)]?t[C(0xed)][C(0x104)]:C(0xd5))+'\x0a')+('Left\x20Hand:\x20'+(t[C(0xdb)]?t[C(0xdb)][C(0x104)]:C(0xd5))+'\x0a')+(C(0xfb)+(t['rightHand']?t[C(0xbe)][C(0x104)]:C(0xd5))+'\x0a')),h[C(0xfd)]();},m=a65e['box']({'top':A(0xd1),'left':A(0xda),'width':A(0xbd),'height':A(0x112),'border':{'type':'line'},'label':'\x20Map\x20','content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xc9)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0xe5)](m);const n=t=>{const D=A;let u='Currently\x20in:\x20'+t[D(0x104)]+'\x0a\x0a';u+=D(0xff),t[D(0xc0)][D(0xea)]>0x0?t[D(0xc0)][D(0xec)]((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0xcd)](t);x[E(0x103)]===RoomType[E(0xe3)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[E(0x104)];if(v[E(0x111)]())u+=E(0x106);else v[E(0xd0)]()&&(u+=E(0xfa));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m[D(0xf1)](u),h[D(0xfd)]();},o=a65e[A(0x110)]({'id':A(0xf7),'top':'0%','left':'0%','width':A(0xda),'height':A(0xe4),'border':{'type':A(0xeb)},'label':A(0xef),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x10f)]('mousemove'),h[A(0xe5)](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':A(0xd6),'height':'10%','tags':!![],'border':{'type':A(0xeb)},'style':{'fg':A(0x100),'border':{'fg':A(0xdd)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[A(0xbb)]([A(0xd4),A(0xe7)],()=>process[A(0xe2)](0x0)),p[A(0xd8)](),h['render']();const q=Logger[A(0xe9)](e['logFilePath'],h),r=new Player({'playerName':c});q[A(0x10d)](A(0xcc));const s=a65f[A(0xe9)](r,d);o['setContent'](s['getWelcomeMessage']()),l(s[A(0xf9)]['equipment']),j(s['player'][A(0xd9)]),n(s[A(0xf9)][A(0xde)]),p[A(0xbb)]([A(0x108)],async()=>{const F=A,t=p[F(0xfe)](),u=s['handleInput'](t);(t[F(0xce)]('\x20')[0x0]==='take'||F(0xf0)||F(0xd2))&&(j(s['player'][F(0xd9)]),l(s[F(0xf9)][F(0xb8)])),(t[F(0xce)]('\x20')[0x0]==='go'||F(0xba)||'unlock')&&n(s[F(0xf9)][F(0xde)]),t[F(0xce)]('\x20')[0x0]==='clear'&&o[F(0xf1)](''),u===null&&(console['log'](F(0xc5)),h[F(0xfd)](),q['write']('<<<<<<<<---------\x20Terminating\x20game'),process[F(0xe2)](0x0)),o[F(0xb9)](u),o['scroll'](0x1),p['clearValue'](),p['focus'](),h[F(0xfd)]();});}catch(t){console[A(0xc2)](t),process[A(0xe2)](0x1);}}const args=process[a65G(0xcf)][a65G(0xca)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a65G(0xf3)](args[0x2]));
1
+ const a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x216))/0x1*(-parseInt(y(0x1fa))/0x2)+-parseInt(y(0x20c))/0x3*(-parseInt(y(0x222))/0x4)+parseInt(y(0x221))/0x5+-parseInt(y(0x20e))/0x6+parseInt(y(0x22e))/0x7*(-parseInt(y(0x1dd))/0x8)+parseInt(y(0x1d3))/0x9+parseInt(y(0x1d6))/0xa*(-parseInt(y(0x21c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xe2969));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a65d;return g[z(0x1da)]()['search'](z(0x208))[z(0x1da)]()[z(0x1f2)](g)[z(0x1db)](z(0x208));});g();try{const h=a65e[A(0x215)]({'smartCSR':!![],'title':A(0x232)}),i=a65e[A(0x22a)]({'top':'0%','left':'75%','width':A(0x1ea),'height':'45%','border':{'type':A(0x1f1)},'label':A(0x1e2),'content':A(0x1ee),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1ec)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x22d)]()[B(0x209)](v=>v[B(0x22f)]);i['setContent'](u[B(0x1fb)]('\x0a')),h[B(0x1e5)]();};h[A(0x1de)](i);const k=a65e[A(0x22a)]({'top':A(0x229),'left':A(0x1f3),'width':A(0x1ea),'height':'25%','border':{'type':A(0x1f1)},'label':'\x20Equipment\x20','content':A(0x1fe),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1de)](k);const l=t=>{const C=A;k['setContent'](C(0x226)+(t[C(0x1e1)]?t[C(0x1e1)][C(0x22f)]:C(0x1d2))+'\x0a'+(C(0x224)+(t[C(0x219)]?t['torso'][C(0x22f)]:'None')+'\x0a')+(C(0x233)+(t[C(0x200)]?t[C(0x200)][C(0x22f)]:C(0x1d2))+'\x0a')+(C(0x1e3)+(t[C(0x225)]?t[C(0x225)]['name']:'None')+'\x0a')+(C(0x207)+(t[C(0x1f9)]?t['arms'][C(0x22f)]:C(0x1d2))+'\x0a')+('Gloves:\x20'+(t['gloves']?t[C(0x230)][C(0x22f)]:'None')+'\x0a')+(C(0x1f4)+(t[C(0x1e4)]?t['leftHand'][C(0x22f)]:C(0x1d2))+'\x0a')+(C(0x21f)+(t[C(0x227)]?t[C(0x227)][C(0x22f)]:'None')+'\x0a')),h[C(0x1e5)]();},m=a65e['box']({'top':A(0x1d9),'left':'75%','width':A(0x1ea),'height':A(0x220),'border':{'type':A(0x1f1)},'label':A(0x212),'content':A(0x21a),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1ec)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const D=A;let u='Currently\x20in:\x20'+t['name']+'\x0a\x0a';u+=D(0x1d4),t[D(0x203)][D(0x214)]>0x0?t[D(0x203)][D(0x1e6)]((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x1e8)](t);x[E(0x1f7)]===RoomType[E(0x1ef)]?u+=capitalCase(w)+':\x20'+x[E(0x22f)]:u+=capitalCase(w)+':\x20'+v[E(0x22f)];if(v[E(0x1df)]())u+=E(0x201);else v[E(0x231)]()&&(u+=E(0x1f5));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x202),m[D(0x206)](u),h[D(0x1e5)]();},o=a65e[A(0x22a)]({'id':'logBox','top':'0%','left':'0%','width':A(0x1f3),'height':A(0x20a),'border':{'type':A(0x1f1)},'label':A(0x210),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x1e9)]('mousemove'),h['append'](o);const p=a65e[A(0x1f6)]({'bottom':0x0,'left':0x0,'width':A(0x20b),'height':A(0x1ed),'tags':!![],'border':{'type':A(0x1f1)},'style':{'fg':'white','border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x1de)](p),h[A(0x205)](['escape',A(0x1eb)],()=>process[A(0x228)](0x0)),p['focus'](),h[A(0x1e5)]();const q=Logger[A(0x21e)](e[A(0x22c)],h),r=new Player({'playerName':c});q[A(0x217)](A(0x218));const s=a65f[A(0x21e)](r,d);o[A(0x206)](s[A(0x21b)]()),l(s['player'][A(0x1e7)]),j(s['player'][A(0x1dc)]),n(s[A(0x1d8)]['currentLocation']),p[A(0x205)]([A(0x22b)],async()=>{const F=A,t=p[F(0x1f0)](),u=s['handleInput'](t);(t[F(0x1fc)]('\x20')[0x0]===F(0x1fd)||F(0x1d5)||'unequip')&&(j(s['player'][F(0x1dc)]),l(s[F(0x1d8)]['equipment'])),(t[F(0x1fc)]('\x20')[0x0]==='go'||'lock'||F(0x1e0))&&n(s[F(0x1d8)]['currentLocation']),t['split']('\x20')[0x0]===F(0x211)&&o[F(0x206)](''),u===null&&(console['log'](F(0x1ff)),h[F(0x1e5)](),q[F(0x217)]('<<<<<<<<---------\x20Terminating\x20game'),process[F(0x228)](0x0)),o[F(0x1f8)](u),o[F(0x223)](0x1),p[F(0x20d)](),p[F(0x1d7)](),h[F(0x1e5)]();});}catch(t){console[A(0x213)](t),process[A(0x228)](0x1);}}const args=process[a65G(0x204)][a65G(0x20f)](0x2);main(args[0x0],JSON[a65G(0x21d)](args[0x1]),JSON[a65G(0x21d)](args[0x2]));function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x1d2;let f=c[d];return f;},a65d(a,b);}function a65c(){const H=['Arms:\x20','(((.+)+)+)+$','map','90%','100%','3333SuNcup','clearValue','5126202qodCUy','slice','\x20Game\x20Log\x20','clear','\x20Map\x20','log','size','screen','151wHpSkq','write','----->>>>>>\x20Initializing\x20Game','torso','Available\x20exits\x20will\x20be\x20shown\x20here...','getWelcomeMessage','1510091yFLoEi','parse','getInstance','Right\x20Hand:\x20','20%','3696680bvwOii','508FCHMmo','scroll','Torso:\x20','feet','Head:\x20','rightHand','exit','45%','box','enter','logFilePath','getAllItems','85519tnkFQX','name','gloves','checkIfLockable','Side\x20Quest\x20Adventure\x20Game','Legs:\x20','None','16125255cnhksD','-----\x20Exits\x20------\x0a','equip','140ydfErY','focus','player','70%','toString','search','inventory','24MiFOCU','append','checkIfLocked','unlock','head','\x20Inventory\x20','Feet:\x20','leftHand','render','forEach','equipment','getOtherSide','removeAllListeners','25%','C-c','yellow','10%','Your\x20items\x20will\x20be\x20listed\x20here...','OUTSIDE','getValue','line','constructor','75%','Left\x20Hand:\x20','\x20(Unlocked)','textbox','roomType','pushLine','arms','14158xGaTlG','join','split','take','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Thanks\x20for\x20playing!','legs','\x20(Locked)','\x0aThere\x20are\x20no\x20exits\x20here.','exits','argv','key','setContent'];a65c=function(){return H;};return a65c();}
@@ -1 +1 @@
1
- const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x69))/0x1+parseInt(h(0x83))/0x2+parseInt(h(0x80))/0x3+parseInt(h(0x6f))/0x4+-parseInt(h(0x7a))/0x5+parseInt(h(0x73))/0x6*(-parseInt(h(0x6a))/0x7)+-parseInt(h(0x68))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x90e05));function a66c(){const r=['hasScreen','writeFileSync','3217272RSjPEN','write','logBox','317380oIebZk','find','homedir','mkdirSync','constructor','error','filePath','toISOString','2399840HBaIcJ','479994gOnawX','152348TENyVx','setContent','The\x20logbox\x20','screen','[INFO]\x20[','3274804xqEZvZ','apply','search','instance','276IbfVpI','log','toString','dirname','appendFileSync','render','existsSync','3176360uvlBLi','(((.+)+)+)+$','ensureLogFileExists','content'];a66c=function(){return r;};return a66c();}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x70)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x75)]()[j(0x71)](j(0x7b))[j(0x75)]()[j(0x64)](a66a)[j(0x71)](j(0x7b));});function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x64;let f=c[d];return f;},a66d(a,b);}a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x85)]();export class Logger{static [a66k(0x72)];[a66k(0x66)];[a66k(0x6d)];constructor(a,b){const l=a66k;this[l(0x66)]=a,this['screen']=b,this[l(0x7c)]();}static['getInstance'](a=a66g['join'](homeDir,'.maka','side-quest.log'),b){const m=a66k;if(!Logger[m(0x72)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger['instance']=new Logger(a,b);}return Logger['instance'];}[a66k(0x7c)](){const n=a66k,a=a66g[n(0x76)](this[n(0x66)]);!a66e[n(0x79)](a)&&a66e[n(0x86)](a,{'recursive':!![]}),!a66e[n(0x79)](this['filePath'])&&a66e[n(0x7f)](this[n(0x66)],'');}[a66k(0x81)](a){const o=a66k,b=new Date()[o(0x67)](),c=o(0x6e)+b+']\x20'+a+'\x0a';a66e[o(0x77)](this[o(0x66)],c);}['error'](a){const p=a66k,b=new Date()[p(0x67)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a66e[p(0x77)](this[p(0x66)],c);}[a66k(0x74)](a){const q=a66k,b=this[q(0x6d)]?.['children'][q(0x84)](c=>c['type']==='box'&&c['options']['id']===q(0x82));b?(b[q(0x6b)](b[q(0x7d)]+'\x0a'+a),b['scrollTo'](b['getScrollHeight']()),this[q(0x6d)]?.[q(0x78)]()):this[q(0x65)](q(0x6c)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0x6d)]),this[q(0x81)](a);}[a66k(0x7e)](){return!!this['screen'];}}
1
+ const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x1a4))/0x1+parseInt(h(0x1b7))/0x2*(parseInt(h(0x1b1))/0x3)+-parseInt(h(0x1b0))/0x4*(parseInt(h(0x1b4))/0x5)+parseInt(h(0x190))/0x6+-parseInt(h(0x193))/0x7+parseInt(h(0x192))/0x8+parseInt(h(0x19c))/0x9*(parseInt(h(0x18e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x33e5a));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x19b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x191)]()[j(0x1a6)](j(0x19e))[j(0x191)]()[j(0x1b8)](a66a)[j(0x1a6)](j(0x19e));});function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x18e;let f=c[d];return f;},a66d(a,b);}a66a();function a66c(){const s=['existsSync','212887wqJMve','getInstance','search','find','type','filePath','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','dirname','[INFO]\x20[','join','mkdirSync','[ERROR]\x20[','128452ekmBpT','7617MkqMZB','hasScreen','render','55Vmvsmf','.maka','homedir','230hCmuja','constructor','scrollTo','box','content','18670AAZJsQ','writeFileSync','40830wuGRnB','toString','41632SzHrUk','1604757tRHrsv','ensureLogFileExists','children','options','The\x20logbox\x20','getScrollHeight','appendFileSync','screen','apply','1341vhirHY','setContent','(((.+)+)+)+$','instance','error','logBox','write'];a66c=function(){return s;};return a66c();}import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x1b6)]();export class Logger{static [a66k(0x19f)];['filePath'];[a66k(0x19a)];constructor(a,b){const l=a66k;this['filePath']=a,this['screen']=b,this[l(0x194)]();}static[a66k(0x1a5)](a=a66g[a66k(0x1ad)](homeDir,a66k(0x1b5),'side-quest.log'),b){const m=a66k;if(!Logger[m(0x19f)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0x19f)]=new Logger(a,b);}return Logger[m(0x19f)];}[a66k(0x194)](){const n=a66k,a=a66g[n(0x1ab)](this[n(0x1a9)]);!a66e['existsSync'](a)&&a66e[n(0x1ae)](a,{'recursive':!![]}),!a66e[n(0x1a3)](this['filePath'])&&a66e[n(0x18f)](this[n(0x1a9)],'');}[a66k(0x1a2)](a){const o=a66k,b=new Date()['toISOString'](),c=o(0x1ac)+b+']\x20'+a+'\x0a';a66e[o(0x199)](this[o(0x1a9)],c);}[a66k(0x1a0)](a){const p=a66k,b=new Date()['toISOString'](),c=p(0x1af)+b+']\x20'+a+'\x0a';a66e[p(0x199)](this['filePath'],c);}['log'](a){const q=a66k,b=this['screen']?.[q(0x195)][q(0x1a7)](c=>c[q(0x1a8)]===q(0x1ba)&&c[q(0x196)]['id']===q(0x1a1));b?(b[q(0x19d)](b[q(0x1bb)]+'\x0a'+a),b[q(0x1b9)](b[q(0x198)]()),this[q(0x19a)]?.[q(0x1b3)]()):this[q(0x1a0)](q(0x197)+b+q(0x1aa)+this[q(0x19a)]),this[q(0x1a2)](a);}[a66k(0x1b2)](){const r=a66k;return!!this[r(0x19a)];}}
@@ -1 +1 @@
1
- function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x10d;let f=c[d];return f;},a67d(a,b);}const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=-parseInt(j(0x10e))/0x1+-parseInt(j(0x12b))/0x2*(parseInt(j(0x122))/0x3)+parseInt(j(0x11d))/0x4+parseInt(j(0x124))/0x5+-parseInt(j(0x130))/0x6*(parseInt(j(0x12d))/0x7)+-parseInt(j(0x123))/0x8+parseInt(j(0x114))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xa2af9));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x118)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a['toString']()['search'](l(0x11b))[l(0x120)]()[l(0x12a)](a67a)[l(0x131)](l(0x11b));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';function a67c(){const p=['Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','stringify','toString','resolve','87234TDeNnL','8757216lijaHV','1817250YysJgE','Play\x20a\x20little\x20side-quest','select','Commoner','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...','node','constructor','24qKtlNU','inherit','6965LOftOb','url','Thanks\x20for\x20playing!','7128sVlFYM','search','log','219056gjPhcB','side-quest.log','player','sideQuestAnswer','side-quest','bright','25981677fPxTyj','ask','What\x20is\x20your\x20name?','dungeon','apply','maka\x20play:side-quest','./sideQuest/ui.js','(((.+)+)+)+$','exit','1043048DPycbz'];a67c=function(){return p;};return a67c();}const __filename=fileURLToPath(import.meta[a67m(0x12e)]),__dirname=dirname(__filename);Command['create']({'name':a67m(0x112),'usage':a67m(0x119),'shortDesc':a67m(0x125),'aliases':['sq'],'description':a67m(0x128),'validOpts':['player']},async function(a,b){const n=a67m;try{const c=this['fsi']['getGlobalMakaDir'](),d=a67e['join'](c,n(0x10f)),e=b[n(0x110)]?b[n(0x110)]:await Actions[n(0x115)](n(0x116))||n(0x127),f={...b,'logFilePath':d},g=await Actions[n(0x126)]({'message':n(0x11e),'name':n(0x111),'choices':[{'name':n(0x117),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]});if(e&&g){const h=spawn(n(0x129),[a67e[n(0x121)](__dirname,n(0x11a)),e,JSON[n(0x11f)](g),JSON[n(0x11f)](f)],{'stdio':n(0x12c)});h['on'](n(0x11c),()=>{const o=n;Log[o(0x113)](o(0x12f));});}}catch(i){console[n(0x10d)](i);}},a67f);
1
+ const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=-parseInt(j(0x157))/0x1*(-parseInt(j(0x149))/0x2)+-parseInt(j(0x159))/0x3*(-parseInt(j(0x141))/0x4)+parseInt(j(0x13f))/0x5*(-parseInt(j(0x165))/0x6)+parseInt(j(0x15f))/0x7*(-parseInt(j(0x147))/0x8)+-parseInt(j(0x160))/0x9+parseInt(j(0x15e))/0xa*(parseInt(j(0x164))/0xb)+parseInt(j(0x14f))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x2debb));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x158)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x146)]()[l(0x15c)]('(((.+)+)+)+$')['toString']()[l(0x150)](a67a)[l(0x15c)](l(0x162));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';function a67c(){const p=['16yWFYYJ','ask','4aHMFzO','node','select','dungeon','bright','url','3556656eUfKrM','constructor','exit','resolve','Commoner','join','./sideQuest/ui.js','Play\x20a\x20little\x20side-quest','51664BjbKLQ','apply','3RrANxI','side-quest','side-quest.log','search','What\x20is\x20your\x20name?','130xnMcMa','391979bgRXwT','3122604BuOaAp','Thanks\x20for\x20playing!','(((.+)+)+)+$','create','79123FCdJNK','48rtYqJr','shadowrun','123330pTIkgc','fsi','1404576gErdXu','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...','sideQuestAnswer','inherit','stringify','toString'];a67c=function(){return p;};return a67c();}import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x13f;let f=c[d];return f;},a67d(a,b);}const __filename=fileURLToPath(import.meta[a67m(0x14e)]),__dirname=dirname(__filename);Command[a67m(0x163)]({'name':a67m(0x15a),'usage':'maka\x20play:side-quest','shortDesc':a67m(0x156),'aliases':['sq'],'description':a67m(0x142),'validOpts':['player']},async function(a,b){const n=a67m;try{const c=this[n(0x140)]['getGlobalMakaDir'](),d=a67e[n(0x154)](c,n(0x15b)),e=b['player']?b['player']:await Actions[n(0x148)](n(0x15d))||n(0x153),f={...b,'logFilePath':d},g=await Actions[n(0x14b)]({'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','name':n(0x143),'choices':[{'name':n(0x14c),'value':dungeonConfig},{'name':n(0x166),'value':shadowrunConfig}]});if(e&&g){const h=spawn(n(0x14a),[a67e[n(0x152)](__dirname,n(0x155)),e,JSON[n(0x145)](g),JSON['stringify'](f)],{'stdio':n(0x144)});h['on'](n(0x151),()=>{const o=n;Log[o(0x14d)](o(0x161));});}}catch(i){console['log'](i);}},a67f);
@@ -1 +1 @@
1
- var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x78))/0x1*(parseInt(f(0x85))/0x2)+parseInt(f(0x80))/0x3*(-parseInt(f(0x7d))/0x4)+parseInt(f(0x75))/0x5*(-parseInt(f(0x87))/0x6)+-parseInt(f(0x7f))/0x7*(-parseInt(f(0x7b))/0x8)+parseInt(f(0x86))/0x9+-parseInt(f(0x7e))/0xa+-parseInt(f(0x81))/0xb*(-parseInt(f(0x83))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xc11af));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x77)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x7c)]()[h(0x84)]('(((.+)+)+)+$')['toString']()[h(0x76)](a68a)[h(0x84)](h(0x7a));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x74;var f=c[d];return f;},a68d(a,b);}function a68c(){var k=['595vrOXGC','maka\x20game:snake','(((.+)+)+)+$','4747144noepzr','toString','18356woSDeB','13399240iLKaYn','7nMDsAi','744kkXVvH','44ESOeJg','inherit','7039308yhjQyD','search','3228XWSIoK','9585yLdTBG','3793614qEmPou','npx\x20command-line-snake','5NmvgJF','constructor','apply'];a68c=function(){return k;};return a68c();}import{execSync}from'child_process';Command['create']({'name':'snake','usage':a68i(0x79),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a68i;execSync(j(0x74),{'stdio':j(0x82)});},a68e);
1
+ var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x100))/0x1+-parseInt(f(0x10c))/0x2+-parseInt(f(0x10b))/0x3*(-parseInt(f(0xfb))/0x4)+parseInt(f(0x109))/0x5*(-parseInt(f(0x10a))/0x6)+parseInt(f(0xff))/0x7*(-parseInt(f(0xfe))/0x8)+parseInt(f(0x101))/0x9+-parseInt(f(0xfd))/0xa*(-parseInt(f(0xfc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xb499c));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x10d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x104)]()[h(0x107)](h(0x103))['toString']()['constructor'](a68a)[h(0x107)](h(0x103));});a68a();function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xfb;var f=c[d];return f;},a68d(a,b);}import a68e from'./play.command.js';import{Command}from'../../command.js';function a68c(){var k=['6109736cjaAEf','7FovxrQ','712235Tthgmd','8099586JBQBoX','npx\x20command-line-snake','(((.+)+)+)+$','toString','inherit','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','search','create','3527795GweHwu','6uKikEf','4098mucTaU','1336904SJVjzz','apply','3564keDuDD','529903UvZPXw','10uOmwtx'];a68c=function(){return k;};return a68c();}import{execSync}from'child_process';Command[a68i(0x108)]({'name':'snake','usage':'maka\x20game:snake','shortDesc':a68i(0x106),'validOpts':[]},async function(){var j=a68i;execSync(j(0x102),{'stdio':j(0x105)});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;function a69c(){var k=['search','133NwLRnf','974770hlBCoB','npx\x20simple-tetris','create','tetris','constructor','393186KmZcEL','66ywBhWW','20lJFZnv','apply','1632636XPEczc','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','toString','30eeUDHH','30393tufedV','maka\x20game:tetris','3664295lFNVNJ','240104mWAQdv','156474jAtEGe','inherit'];a69c=function(){return k;};return a69c();}(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x1e1))/0x1*(parseInt(f(0x1e0))/0x2)+parseInt(f(0x1e5))/0x3*(-parseInt(f(0x1db))/0x4)+-parseInt(f(0x1e3))/0x5+-parseInt(f(0x1d9))/0x6+-parseInt(f(0x1e8))/0x7*(-parseInt(f(0x1e4))/0x8)+-parseInt(f(0x1dd))/0x9+-parseInt(f(0x1d4))/0xa*(-parseInt(f(0x1da))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x5a6f4));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x1dc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a['toString']()['search']('(((.+)+)+)+$')[h(0x1df)]()[h(0x1d8)](a69a)[h(0x1e7)]('(((.+)+)+)+$');});function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x1d4;var f=c[d];return f;},a69d(a,b);}a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x1d6)]({'name':a69i(0x1d7),'usage':a69i(0x1e2),'shortDesc':a69i(0x1de),'validOpts':[]},async function(){var j=a69i;execSync(j(0x1d5),{'stdio':j(0x1e6)});},a69e);
1
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x97))/0x1*(-parseInt(f(0xa0))/0x2)+parseInt(f(0xa2))/0x3*(-parseInt(f(0x99))/0x4)+parseInt(f(0x95))/0x5+-parseInt(f(0x9e))/0x6*(parseInt(f(0x94))/0x7)+-parseInt(f(0x9b))/0x8+parseInt(f(0xa1))/0x9*(parseInt(f(0x9d))/0xa)+parseInt(f(0xa4))/0xb*(parseInt(f(0x9a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x334c3));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0xa8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0xa7)]()[h(0xa5)]('(((.+)+)+)+$')['toString']()[h(0xa3)](a69a)[h(0xa5)](h(0x96));});function a69c(){var j=['maka\x20game:tetris','1490MiqHok','2964ggKvns','tetris','64924TVlNHD','7605FjVJOg','1179609nSshbh','constructor','11wIvkMH','search','create','toString','apply','5537GOkgzO','119215VZiKFx','(((.+)+)+)+$','1PnVbJM','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','4mMQedD','11640036evxHZT','1265128ISaVrG'];a69c=function(){return j;};return a69c();}a69a();function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x94;var f=c[d];return f;},a69d(a,b);}import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0xa6)]({'name':a69i(0x9f),'usage':a69i(0x9c),'shortDesc':a69i(0x98),'validOpts':[]},async function(){execSync('npx\x20simple-tetris',{'stdio':'inherit'});},a69e);
@@ -1 +1 @@
1
- const a70i=a70d;function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xa5;let f=c[d];return f;},a70d(a,b);}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0xb9))/0x1+parseInt(f(0xb2))/0x2+-parseInt(f(0xb5))/0x3+parseInt(f(0xa5))/0x4*(parseInt(f(0xa9))/0x5)+-parseInt(f(0xaa))/0x6*(parseInt(f(0xb1))/0x7)+parseInt(f(0xae))/0x8*(parseInt(f(0xba))/0x9)+parseInt(f(0xaf))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x94439));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0xb8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0xac)]()[h(0xbf)](h(0xbb))['toString']()[h(0xc0)](a70a)[h(0xbf)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';function a70c(){const k=['maka\x20g:template\x20todos/todo_item','1002675PvxosL','78NxvssO','invoke','toString','maka\x20g:dbc\x20geoserver\x20--type=pgsql','11864LSiNbm','8819800XkPGXZ','splice','146258ArpVhN','884984pmMkIi','processAndRunGenerator','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','815964zzVbuy','maka\x20g:scaffold\x20todos','maka\x20generate:scaffold\x20todos','apply','1209367BiYNXp','3852vJTKEd','(((.+)+)+)+$','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:api\x20trucks','create','search','constructor','8psBnAk','exit','maka\x20g:package\x20package:name'];a70c=function(){return k;};return a70c();}Command[a70i(0xbe)]({'name':'generate','aliases':['g'],'usage':a70i(0xbc),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a70i(0xb4),'examples':[a70i(0xb7),a70i(0xb6),a70i(0xa8),a70i(0xa7),'maka\x20g:route\x20todos/edit',a70i(0xbd),a70i(0xad)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0xb0)](0x0,0x1),await a70e[j(0xb3)](c,a,b)):a70e[j(0xab)](a,b);}catch(d){Log['error'](d),process[j(0xa6)](0x1);}});
1
+ const a70h=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x98))/0x1+-parseInt(f(0x9c))/0x2+parseInt(f(0xab))/0x3+parseInt(f(0xa8))/0x4+-parseInt(f(0x96))/0x5+parseInt(f(0x9e))/0x6+parseInt(f(0x9b))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x2f03b));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const g=a70d;return a70a[g(0xa6)]()[g(0xa0)]('(((.+)+)+)+$')[g(0xa6)]()['constructor'](a70a)[g(0xa0)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';function a70c(){const j=['1837130OJhDoS','create','290161UUJSBp','maka\x20g:package\x20package:name','Scaffold\x20various\x20parts\x20of\x20your\x20application','4965751LIYiUV','607724WZvIeH','maka\x20g:route\x20todos/edit','298674JtWQlr','invoke','search','maka\x20g:scaffold\x20todos','generate','exit','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','error','toString','splice','979540sIfpQm','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20generate:scaffold\x20todos','449889pEKFdf','maka\x20g:template\x20todos/todo_item'];a70c=function(){return j;};return a70c();}function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x96;let f=c[d];return f;},a70d(a,b);}import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70h(0x97)]({'name':a70h(0xa2),'aliases':['g'],'usage':a70h(0xa9),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70h(0x9a),'description':a70h(0xa4),'examples':[a70h(0xaa),a70h(0xa1),a70h(0xac),a70h(0x99),a70h(0x9d),'maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a[i(0xa7)](0x0,0x1),await a70e['processAndRunGenerator'](c,a,b)):a70e[i(0x9f)](a,b);}catch(d){Log[i(0xa5)](d),process[i(0xa3)](0x1);}});
@@ -1 +1 @@
1
- function a71c(){var i=['5tKXZQW','(((.+)+)+)+$','158492CoPxVZ','1VGzTre','1554KmJIKf','8SKAgln','7517420vxscOZ','constructor','1653714RboHIM','toString','1056492cOrVIq','18781DwLCCT','1760716EDkzFi','search','apply','6918230xGKsKX'];a71c=function(){return i;};return a71c();}(function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x1c2))/0x1*(parseInt(f(0x1d1))/0x2)+parseInt(f(0x1c9))/0x3+-parseInt(f(0x1cb))/0x4*(parseInt(f(0x1cf))/0x5)+parseInt(f(0x1c3))/0x6*(parseInt(f(0x1ca))/0x7)+-parseInt(f(0x1c4))/0x8*(parseInt(f(0x1c7))/0x9)+-parseInt(f(0x1c5))/0xa+parseInt(f(0x1ce))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x5cab2));function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1c2;var f=c[d];return f;},a71d(a,b);}var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1cd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x1c8)]()[h(0x1cc)](h(0x1d0))[h(0x1c8)]()[h(0x1c6)](a71a)[h(0x1cc)]('(((.+)+)+)+$');});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(0x123))/0x1*(parseInt(f(0x122))/0x2)+-parseInt(f(0x12c))/0x3+parseInt(f(0x127))/0x4*(-parseInt(f(0x12b))/0x5)+parseInt(f(0x128))/0x6*(-parseInt(f(0x126))/0x7)+-parseInt(f(0x129))/0x8+parseInt(f(0x121))/0x9+parseInt(f(0x12a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x76dcd));function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x120;var f=c[d];return f;},a71d(a,b);}var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x125)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x12e)]()[h(0x124)](h(0x12d))['toString']()[h(0x120)](a71a)['search'](h(0x12d));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71c(){var i=['4314DJbPOi','4812792LjZAaU','17409800XmnsMY','5fwIZxZ','1851249cRPONS','(((.+)+)+)+$','toString','constructor','5036166Dtnttm','38ftHRfE','25763gPFrsf','search','apply','5411sgaNfo','2114884cYhdyW'];a71c=function(){return i;};return a71c();}
@@ -1 +1 @@
1
- const a72i=a72d;function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xf9;let f=c[d];return f;},a72d(a,b);}(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x103))/0x1+-parseInt(f(0x105))/0x2*(-parseInt(f(0x104))/0x3)+-parseInt(f(0x100))/0x4+parseInt(f(0x102))/0x5+parseInt(f(0xfc))/0x6+-parseInt(f(0xff))/0x7*(parseInt(f(0xfb))/0x8)+parseInt(f(0x10a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x5a071));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0xfd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0xf9)]()[h(0x101)]('(((.+)+)+)+$')[h(0xf9)]()[h(0x107)](a72a)[h(0x101)]('(((.+)+)+)+$');});a72a();import{Command}from'../../command.js';const GetCommand=Command[a72i(0xfa)]({'name':a72i(0xfe),'usage':a72i(0x106),'shortDesc':a72i(0x109),'validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0x108)](b);});function a72c(){const k=['constructor','processAndRunCommand','Get\x20various\x20Maka\x20variables\x20and\x20configurations','2773368LCnrCX','toString','create','8VqzPSA','3331446AYFTQv','apply','get','1941989TGkLVt','691432jpXqyo','search','365955aESWcC','716110UQhBeH','453llOLBl','7928YyxVJi','maka\x20get:<sub-command>'];a72c=function(){return k;};return a72c();}export default GetCommand;
1
+ const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x121))/0x1+parseInt(f(0x116))/0x2*(-parseInt(f(0x125))/0x3)+parseInt(f(0x11d))/0x4*(-parseInt(f(0x11f))/0x5)+parseInt(f(0x128))/0x6*(-parseInt(f(0x123))/0x7)+-parseInt(f(0x11b))/0x8*(parseInt(f(0x126))/0x9)+parseInt(f(0x124))/0xa*(-parseInt(f(0x11c))/0xb)+-parseInt(f(0x11a))/0xc*(-parseInt(f(0x119))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x8745e));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x120)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x118)]()['search']('(((.+)+)+)+$')['toString']()[h(0x117)](a72a)[h(0x129)](h(0x127));});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x116;let f=c[d];return f;},a72d(a,b);}a72a();import{Command}from'../../command.js';const GetCommand=Command[a72i(0x11e)]({'name':'get','usage':a72i(0x122),'shortDesc':a72i(0x12a),'validOpts':[]},async function(a){const b=a[0x0];await this['processAndRunCommand'](b);});function a72c(){const j=['constructor','toString','13VhNtLb','50019756myCgjt','6978592RVCOwp','22GGZyZT','14620KPXYkX','create','545hzPlHz','apply','500080ividoO','maka\x20get:<sub-command>','7BdAasP','2192410niUtIv','118128uWtLjK','9OPxrUn','(((.+)+)+)+$','4413372MWcYNq','search','Get\x20various\x20Maka\x20variables\x20and\x20configurations','34uurFEd'];a72c=function(){return j;};return a72c();}export default GetCommand;
@@ -1 +1 @@
1
- const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0xe3))/0x1*(parseInt(f(0xe9))/0x2)+parseInt(f(0xed))/0x3*(parseInt(f(0xf1))/0x4)+parseInt(f(0xdc))/0x5*(parseInt(f(0xe7))/0x6)+-parseInt(f(0xdf))/0x7+-parseInt(f(0xda))/0x8+parseInt(f(0xef))/0x9+parseInt(f(0xe6))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xa785b));function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xda;let f=c[d];return f;},a73d(a,b);}const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0xe1)]()[h(0xea)]('(((.+)+)+)+$')[h(0xe1)]()[h(0xdb)](a73a)[h(0xea)](h(0xe4));});a73a();import a73e from'./get.command.js';function a73c(){const k=['getGlobalConfig','cfg','9346582rZqMLT','log','toString','apply','27166mfJMiG','(((.+)+)+)+$','global-config','18020290RTiljM','1731054WoBmOw','error','54jKdHWF','search','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','create','12NgyFex','maka\x20get:global-config','8270775ZDepaS','exit','946724InxtJE','9610864eKsQLL','constructor','5duvNBG'];a73c=function(){return k;};return a73c();}import{Command}from'../../command.js';Command[a73i(0xec)]({'name':a73i(0xe5),'usage':a73i(0xee),'aliases':['gc'],'shortDesc':a73i(0xeb),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0xde)][j(0xdd)]();console[j(0xe0)](a),process[j(0xf0)](0x0);}catch(b){console[j(0xe8)](b),process[j(0xf0)](0x0);}},a73e);
1
+ const a73h=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x194))/0x1*(parseInt(f(0x196))/0x2)+parseInt(f(0x19b))/0x3+parseInt(f(0x198))/0x4+-parseInt(f(0x19d))/0x5+parseInt(f(0x192))/0x6+parseInt(f(0x19e))/0x7*(-parseInt(f(0x195))/0x8)+parseInt(f(0x1a4))/0x9*(parseInt(f(0x197))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x6af70));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(0x1a2)]()[g(0x19a)](g(0x19f))['toString']()[g(0x193)](a73a)[g(0x19a)](g(0x19f));});a73a();import a73e from'./get.command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x191;let f=c[d];return f;},a73d(a,b);}import{Command}from'../../command.js';Command[a73h(0x199)]({'name':a73h(0x191),'usage':a73h(0x1a1),'aliases':['gc'],'shortDesc':a73h(0x19c),'validOpts':[]},async function(){const i=a73h;try{const a=await this[i(0x1a3)]['getGlobalConfig']();console[i(0x1a0)](a),process['exit'](0x0);}catch(b){console['error'](b),process['exit'](0x0);}},a73e);function a73c(){const j=['7GTcNwy','(((.+)+)+)+$','log','maka\x20get:global-config','toString','cfg','9SWERyi','global-config','4624932AOmLeH','constructor','1IswviE','1252016JqsjZi','1721746ZMalWN','7444310ycocbu','1693216sRhYlj','create','search','942876yHRmfW','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','3986730RxfPap'];a73c=function(){return j;};return a73c();}
@@ -1 +1 @@
1
- function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xde;let f=c[d];return f;},a74d(a,b);}const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0xeb))/0x1*(parseInt(f(0xef))/0x2)+parseInt(f(0xf0))/0x3*(parseInt(f(0xee))/0x4)+parseInt(f(0xe7))/0x5*(parseInt(f(0xe1))/0x6)+parseInt(f(0xec))/0x7*(parseInt(f(0xf2))/0x8)+-parseInt(f(0xe4))/0x9*(parseInt(f(0xe5))/0xa)+parseInt(f(0xea))/0xb*(-parseInt(f(0xdf))/0xc)+parseInt(f(0xe9))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x77290));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0xf1)]()[h(0xf3)]('(((.+)+)+)+$')[h(0xf1)]()['constructor'](a74a)['search']('(((.+)+)+)+$');});a74a();import a74e from'./get.command.js';function a74c(){const k=['648PeWcrv','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','12zYmRXB','apply','log','71802ClQaUB','690pJbuaR','getMakaProjectConfig','916280PuQxxn','maka\x20get:local-config','16090672XiiXIs','148137VXIdAu','8ajAmVF','41048PeelKl','local-config','13080nDiVSU','174260ReFnni','594tpQRtw','toString','288hxjXsW','search','cfg','create'];a74c=function(){return k;};return a74c();}import{Command}from'../../command.js';Command[a74i(0xde)]({'name':a74i(0xed),'usage':a74i(0xe8),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0xe0),'validOpts':[]},async function(){const j=a74i,a=await this[j(0xf4)][j(0xe6)]();console[j(0xe3)](a);},a74e);
1
+ const a74h=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x8a))/0x1*(parseInt(f(0x8b))/0x2)+parseInt(f(0x86))/0x3+-parseInt(f(0x88))/0x4+-parseInt(f(0x90))/0x5*(-parseInt(f(0x85))/0x6)+-parseInt(f(0x91))/0x7+parseInt(f(0x8f))/0x8+-parseInt(f(0x92))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x70a8a));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(0x89)]()[g(0x8d)]('(((.+)+)+)+$')['toString']()[g(0x84)](a74a)['search'](g(0x93));});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x84;let f=c[d];return f;},a74d(a,b);}function a74c(){const j=['create','2106332gAaeng','toString','585noBpms','1022qrITGW','cfg','search','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','6013152fgbgqI','5XoGNHM','4487742tiQGnv','4396878dXOGbN','(((.+)+)+)+$','constructor','1874748YBUdOv','2263932fIPSAR'];a74c=function(){return j;};return a74c();}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74h(0x87)]({'name':'local-config','usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74h(0x8e),'validOpts':[]},async function(){const i=a74h,a=await this[i(0x8c)]['getMakaProjectConfig']();console['log'](a);},a74e);
@@ -1 +1 @@
1
- const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0x174))/0x1+parseInt(f(0x17a))/0x2+parseInt(f(0x186))/0x3*(parseInt(f(0x17b))/0x4)+-parseInt(f(0x175))/0x5+parseInt(f(0x185))/0x6*(-parseInt(f(0x173))/0x7)+parseInt(f(0x17e))/0x8*(parseInt(f(0x17c))/0x9)+parseInt(f(0x183))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x64847));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x17f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x17d)]()[h(0x181)]('(((.+)+)+)+$')[h(0x17d)]()[h(0x178)](a75a)[h(0x181)]('(((.+)+)+)+$');});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command['create']({'name':'whoami','usage':a75i(0x180),'shortDesc':a75i(0x177),'validOpts':[a75i(0x184)]},async function(){const j=a75i;try{const a=await this['cfg'][j(0x176)]();return a;}catch(b){Log[j(0x182)](b),process[j(0x179)](0x1);}},a75e);function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x173;let f=c[d];return f;},a75d(a,b);}function a75c(){const k=['error','11058690aQAqHF','silent','54fHAZCp','16719TymNnT','508641nkKCNI','605390AscIAW','3513320qNoVTJ','getGlobalConfig','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','constructor','exit','1239442OIohNM','336cvomGI','11097OalaIM','toString','1168AqZyDv','apply','maka\x20get:whoami','search'];a75c=function(){return k;};return a75c();}
1
+ const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x186))/0x1+parseInt(f(0x17c))/0x2*(parseInt(f(0x176))/0x3)+-parseInt(f(0x17e))/0x4+-parseInt(f(0x178))/0x5+parseInt(f(0x179))/0x6+-parseInt(f(0x184))/0x7+-parseInt(f(0x17b))/0x8*(-parseInt(f(0x17a))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x44b5a));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x17f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x175)]()[h(0x188)](h(0x174))['toString']()['constructor'](a75a)[h(0x188)](h(0x174));});a75a();import a75e from'./get.command.js';function a75c(){const k=['If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','1101200MDqLMG','apply','exit','cfg','silent','whoami','3862593BLPZXp','error','293874rVtxkm','maka\x20get:whoami','search','(((.+)+)+)+$','toString','7863vocUfE','getGlobalConfig','2190285Gmahnn','2751732irapoL','54ACNkQk','974920AsvSqY','48jdHQdc'];a75c=function(){return k;};return a75c();}import{Command}from'../../command.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x174;let f=c[d];return f;},a75d(a,b);}import{Log}from'../../tools/log/log.class.js';Command['create']({'name':a75i(0x183),'usage':a75i(0x187),'shortDesc':a75i(0x17d),'validOpts':[a75i(0x182)]},async function(){const j=a75i;try{const a=await this[j(0x181)][j(0x177)]();return a;}catch(b){Log[j(0x185)](b),process[j(0x180)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x92))/0x1+-parseInt(f(0x95))/0x2*(-parseInt(f(0x90))/0x3)+-parseInt(f(0x9b))/0x4*(-parseInt(f(0xa0))/0x5)+-parseInt(f(0x94))/0x6*(parseInt(f(0x9e))/0x7)+-parseInt(f(0x9d))/0x8+parseInt(f(0x97))/0x9+-parseInt(f(0x98))/0xa*(parseInt(f(0x9c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xd5739));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x9f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x9a)]()[h(0x96)](h(0x8f))[h(0x9a)]()[h(0x99)](a76a)[h(0x96)](h(0x8f));});function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x8f;var f=c[d];return f;},a76d(a,b);}a76a();function a76c(){var j=['Try,\x20maka\x20--help','18MOwfNs','4afngls','search','13917042hyxeib','230lFQrJN','constructor','toString','694852gnMiyq','463969wwQNzR','2828032IKTVXm','1323833JrLZlr','apply','5hTGyRL','(((.+)+)+)+$','100155NzZqFb','help','978454gFjHYJ'];a76c=function(){return j;};return a76c();}import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a76i(0x91),'description':a76i(0x93),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ var a76i=a76d;function a76c(){var j=['27wqtYvc','130334EqrSns','5782808yJMBcC','2200228pEKaHl','toString','help','(((.+)+)+)+$','search','1471187RptRgD','11UDApnv','102NaFjWp','31385290zCWYNi','5yFnPTC','385679xNVXKZ','6700590swjknM','Try,\x20maka\x20--help','apply','constructor'];a76c=function(){return j;};return a76c();}function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x156;var f=c[d];return f;},a76d(a,b);}(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x165))/0x1+parseInt(f(0x15e))/0x2*(parseInt(f(0x15d))/0x3)+-parseInt(f(0x160))/0x4*(parseInt(f(0x157))/0x5)+parseInt(f(0x167))/0x6*(parseInt(f(0x158))/0x7)+parseInt(f(0x15f))/0x8+parseInt(f(0x159))/0x9+-parseInt(f(0x156))/0xa*(parseInt(f(0x166))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xbcbfa));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x15b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a['toString']()[h(0x164)](h(0x163))[h(0x161)]()[h(0x15c)](a76a)['search']('(((.+)+)+)+$');});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a76i(0x162),'description':a76i(0x15a),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77I=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=-parseInt(F(0x201))/0x1*(-parseInt(F(0x1f0))/0x2)+-parseInt(F(0x1d9))/0x3+parseInt(F(0x204))/0x4*(parseInt(F(0x1f1))/0x5)+parseInt(F(0x1e9))/0x6*(parseInt(F(0x1df))/0x7)+parseInt(F(0x200))/0x8+-parseInt(F(0x207))/0x9+-parseInt(F(0x1e0))/0xa*(-parseInt(F(0x1fa))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x6afb1));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0x1fe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a[H(0x1cd)]()[H(0x20c)]('(((.+)+)+)+$')[H(0x1cd)]()[H(0x1d1)](a77a)[H(0x20c)]('(((.+)+)+)+$');});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x1b9;let f=c[d];return f;},a77d(a,b);}import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';function a77c(){const N=['-rf','Using\x20CA\x20Cert\x20','utf8','arm64','\x20is\x20not\x20available,\x20trying\x20','231gMALpA','getUserDataDirectory','.bashrc','arch','apply','Preparing\x20to\x20install\x20Meteor\x20','2789888tZbYvw','1tGEgpi','.zshrc','meteor.tar.gz','4ogxtJO','maka\x20install','warn','5995404wRuXXH','maka\x20install\x20meteor\x20--force','maka\x20i','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','NO_NODE_WARNINGS','search','isFile','getMeteorInstallPath','Cleaning\x20up','install','release','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','\x20installed.\x0a','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','notice','meteor','cert','3.1.1','readFileSync','Meteor\x20path\x20updated.','packages','platform','error','\x5c.meteor\x5cmeteor','map','Network\x20error,\x20please\x20try\x20again.','force','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','https://install.meteor.com','cacert','maka\x20install\x20meteor\x20--set-path','create','getGlobalConfig','toString','join','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','get','constructor','maka\x20install\x20meteor','withSpinner','exit','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','downloadFile','checkAvailability','split','2536140hbucDy','replace','length','homedir','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','existsSync','315917ZTQdWP','474310beZEfL','RELEASE=','Downloading\x20Meteor\x20','setPath','includes','windows','&release=','extractTarGz','Proceed\x20anyway?','24hmKSVn','https://packages.meteor.com/bootstrap-link?arch=os.','success','Meteor\x20version\x20','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--release\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x0a\x20\x20\x20\x20--set-path\x20flag\x20will\x20only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.\x0a\x20\x20','env','590402spnosj','646085nGSaRy','timeout','getuid','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?'];a77c=function(){return N;};return a77c();}import{execSync}from'child_process';const homeDir=a77e[a77I(0x1dc)]();function isRoot(){const J=a77I;return process[J(0x1f3)]&&process['getuid']()===0x0;}function compareVersions(a,b){const K=a77I,c=a[K(0x1d8)]('.')[K(0x1c4)](Number),d=b['split']('.')[K(0x1c4)](Number);for(let e=0x0;e<Math['max'](c['length'],d[K(0x1db)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77I(0x1cb)]({'name':a77I(0x210),'aliases':['i'],'validOpts':[a77I(0x1c6),'release',a77I(0x1c9),'keepInstallFile',a77I(0x1f2),a77I(0x1e3)],'usage':a77I(0x205),'shortDesc':'Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','description':a77I(0x1ee),'examples':[a77I(0x1d2),a77I(0x208),'maka\x20install\x20meteor\x20--release\x203.0.1',a77I(0x1ca),a77I(0x209)]},async function(a,b){const L=a77I;try{const {mpi:c,cfg:d,fsi:f}=this;b[L(0x1e3)]&&(updatePath(),Log[L(0x1eb)](L(0x1bf)),process[L(0x1d4)](0x0));let g='';if(b[L(0x1c9)]){if(f[L(0x20d)](b[L(0x1c9)]))Log[L(0x1ba)](L(0x1f6)+b[L(0x1c9)]),g=b['cacert'];else throw L(0x1b9)+g;}const h=await d[L(0x1cc)]();if(h[L(0x1bc)]){if(f[L(0x20d)](h[L(0x1bc)]))g=h['cert'];else throw L(0x1d5)+g;}let i=![];if(b['f']||b[L(0x1c6)])i=!![];else{const u=isRoot();u?(Log[L(0x206)](L(0x1dd)),i=await Actions['confirm'](L(0x1e8),![])):i=!![];}if(!i)throw'Aborted';const j=await HTTPS[L(0x1d0)]({'url':L(0x1c8),'cert':g}),k=await f['grep'](j['data'],L(0x1e1));if(k['length']===0x0)throw L(0x1c5);process[L(0x1ef)][L(0x20b)]='1';const l=k[0x0]['replace'](/[^0-9.]/gi,'')[L(0x1da)](/\r?\n|\r/,''),m=L(0x1bd);let n;b[L(0x211)]?n=b[L(0x211)]:compareVersions(l,m)<0x0?n=m:n=l;Log['notice'](L(0x1ff)+n);const o={'win32':L(0x1e5),'darwin':'osx','linux':'linux'};let p=L(0x1ea)+o[a77e[L(0x1c1)]()]+'.'+(a77e[L(0x1fd)]()===L(0x1f8)?L(0x1f8):'x86_64')+L(0x1e6)+n,q=await HTTPS[L(0x1d7)]({'url':p,'cert':g});if(!q&&n[L(0x1e4)]('-')){const v=n[L(0x1d8)]('-'),w=v[0x0],x=v['slice'](0x1)[L(0x1ce)]('-'),y=w[L(0x1da)](/\.0+$/,'');Log[L(0x206)]('Meteor\x20version\x20'+n+L(0x1f9)+y+'-'+x);const z=L(0x1ea)+o[a77e[L(0x1c1)]()]+'.'+(a77e[L(0x1fd)]()===L(0x1f8)?L(0x1f8):'x86_64')+'&release='+y+'-'+x;q=await HTTPS[L(0x1d7)]({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log['error']('Meteor\x20version\x20'+n+'\x20is\x20not\x20available.'),process[L(0x1d4)](0x0)):Log['notice'](L(0x1ec)+n+'\x20is\x20available.');const r=f[L(0x20e)](),s=c['getMeteorExePath'](),t=f[L(0x1fb)]();if(a77g[L(0x1de)](s)){let A=![];b['f']||b[L(0x1c6)]?A=!![]:A=await Actions['confirm'](L(0x1f4),![]),A?(await SpawnAsync[L(0x1d3)]('rm',[L(0x1f5),a77f[L(0x1ce)](r,L(0x1c0))],{'message':L(0x1c7)}),await SpawnAsync[L(0x1d3)]('rm',[L(0x1f5),a77f['join'](r,'package-metadata')],{'message':L(0x1cf)}),await SpawnAsync[L(0x1d3)]('rm',[L(0x1f5),a77f['join'](r,L(0x1bb))],{'message':L(0x20a)})):(Log['info']('Aborting\x20install'),process[L(0x1d4)](0x0));}try{Log[L(0x1ba)](L(0x1e2)+n+'\x20from\x20'+p),await HTTPS[L(0x1d6)]({'url':p,'destPath':a77f[L(0x1ce)](homeDir,L(0x203)),'cert':g,'timeout':b['timeout']?parseInt(b[L(0x1f2)])*0x3e8:0x493e0});try{const B=a77f[L(0x1ce)](homeDir,L(0x203));await f[L(0x1e7)](B,t);}catch(C){Log[L(0x1c2)]('Error\x20extracting\x20meteor.tar.gz\x20file');}updatePath();}catch(D){console[L(0x1c2)](D),process[L(0x1d4)](0x1);}finally{!b['keepInstallFile']&&await SpawnAsync[L(0x1d3)]('rm',[L(0x1f5),a77f[L(0x1ce)](homeDir,L(0x203))],{'message':L(0x20f)});}c['setMeteorReleaseVersion'](n),Log[L(0x1eb)](L(0x1ec)+n+L(0x213)),process['exit'](0x0);}catch(E){console['error'](E),process[L(0x1d4)](0x1);}});function updatePath(){const M=a77I;if(a77e[M(0x1c1)]()==='win32'){const a=process[M(0x1ef)]['PATH']||'',b=homeDir+M(0x1c3);!a[M(0x1e4)](b)&&(execSync('setx\x20PATH\x20\x22'+a+';'+b+'\x22'),Log['notice'](M(0x212)),Log[M(0x1ba)](M(0x1ed)));}else{const c=a77f[M(0x1ce)](homeDir,M(0x202)),d=a77f[M(0x1ce)](homeDir,M(0x1fc)),e=M(0x214),f=a77g[M(0x1de)](c)?a77g[M(0x1be)](c,'utf8'):'';!f[M(0x1e4)](e)&&(a77g['appendFileSync'](c,'\x0a'+e+'\x0a'),Log[M(0x1ba)]('Added\x20Meteor\x20path\x20to\x20'+c));const g=a77g[M(0x1de)](d)?a77g[M(0x1be)](d,M(0x1f7)):'';!g[M(0x1e4)](e)&&(a77g['appendFileSync'](d,'\x0a'+e+'\x0a'),Log[M(0x1ba)]('Added\x20Meteor\x20path\x20to\x20'+d));}}
1
+ const a77I=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=parseInt(F(0x116))/0x1+-parseInt(F(0x109))/0x2*(-parseInt(F(0xef))/0x3)+-parseInt(F(0xbe))/0x4+parseInt(F(0xf9))/0x5*(-parseInt(F(0xe7))/0x6)+parseInt(F(0xc6))/0x7*(parseInt(F(0xc1))/0x8)+-parseInt(F(0x105))/0x9*(-parseInt(F(0x107))/0xa)+-parseInt(F(0x10e))/0xb*(parseInt(F(0xd4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x24dc9));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0xf3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a['toString']()[H(0x11a)]('(((.+)+)+)+$')[H(0xd9)]()[H(0xe2)](a77a)[H(0x11a)]('(((.+)+)+)+$');});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77I(0xf7)]();function a77c(){const N=['https://packages.meteor.com/bootstrap-link?arch=os.','meteor','meteor.tar.gz','apply','Meteor\x20version\x20','arm64','slice','homedir','release','325AVPSTJ','cacert','env','exit','timeout','maka\x20install\x20meteor\x20--set-path','maka\x20install\x20meteor','maka\x20i','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','arch','setPath','existsSync','6642hNgZzr','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','970sPeXkw','split','47526osGOZn','warn','error','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','maka\x20install\x20meteor\x20--force','957VdIDIE','Meteor\x20path\x20updated.','Network\x20error,\x20please\x20try\x20again.','success','x86_64','readFileSync','info','map','143074VXeGyJ','length','maka\x20install','Error\x20extracting\x20meteor.tar.gz\x20file','search','join','getMeteorInstallPath','\x20is\x20available.','.zshrc','force','15892fYCKxB','data','keepInstallFile','8SXgjhj','RELEASE=','extractTarGz','3.1.1','osx','454433ZdFszq','setMeteorReleaseVersion','\x20is\x20not\x20available.','downloadFile','linux','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','notice','-rf','Proceed\x20anyway?','Cleaning\x20up','&release=','Added\x20Meteor\x20path\x20to\x20','platform','setx\x20PATH\x20\x22','29076nuWdUh','maka\x20install\x20meteor\x20--release\x203.0.1','install','create','cert','toString','replace','confirm','getGlobalConfig','Aborting\x20install','isFile','Downloading\x20Meteor\x20','checkAvailability','includes','constructor','appendFileSync','\x20from\x20','package-metadata','get','13980vCLNKM','withSpinner','max','Preparing\x20to\x20install\x20Meteor\x20','Aborted','NO_NODE_WARNINGS','getuid','PATH','30CfQBhX'];a77c=function(){return N;};return a77c();}function isRoot(){const J=a77I;return process['getuid']&&process[J(0xed)]()===0x0;}function compareVersions(a,b){const K=a77I,c=a[K(0x108)]('.')[K(0x115)](Number),d=b[K(0x108)]('.')[K(0x115)](Number);for(let e=0x0;e<Math[K(0xe9)](c[K(0x117)],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[a77I(0xd7)]({'name':a77I(0xd6),'aliases':['i'],'validOpts':[a77I(0xbd),a77I(0xf8),a77I(0xfa),a77I(0xc0),a77I(0xfd),'setPath'],'usage':a77I(0x118),'shortDesc':'Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','description':'\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--release\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x0a\x20\x20\x20\x20--set-path\x20flag\x20will\x20only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.\x0a\x20\x20','examples':[a77I(0xff),a77I(0x10d),a77I(0xd5),a77I(0xfe),a77I(0x100)]},async function(a,b){const L=a77I;try{const {mpi:c,cfg:d,fsi:f}=this;b[L(0x103)]&&(updatePath(),Log[L(0x111)](L(0x10f)),process[L(0xfc)](0x0));let g='';if(b[L(0xfa)]){if(f[L(0xde)](b[L(0xfa)]))Log[L(0xcc)]('Using\x20CA\x20Cert\x20'+b[L(0xfa)]),g=b[L(0xfa)];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+g;}const h=await d[L(0xdc)]();if(h[L(0xd8)]){if(f[L(0xde)](h[L(0xd8)]))g=h[L(0xd8)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+g;}let i=![];if(b['f']||b[L(0xbd)])i=!![];else{const u=isRoot();u?(Log[L(0x10a)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),i=await Actions[L(0xdb)](L(0xce),![])):i=!![];}if(!i)throw L(0xeb);const j=await HTTPS[L(0xe6)]({'url':'https://install.meteor.com','cert':g}),k=await f['grep'](j[L(0xbf)],L(0xc2));if(k[L(0x117)]===0x0)throw L(0x110);process[L(0xfb)][L(0xec)]='1';const l=k[0x0][L(0xda)](/[^0-9.]/gi,'')[L(0xda)](/\r?\n|\r/,''),m=L(0xc4);let n;b['release']?n=b[L(0xf8)]:compareVersions(l,m)<0x0?n=m:n=l;Log['notice'](L(0xea)+n);const o={'win32':'windows','darwin':L(0xc5),'linux':L(0xca)};let p=L(0xf0)+o[a77e[L(0xd2)]()]+'.'+(a77e[L(0x102)]()===L(0xf5)?'arm64':L(0x112))+L(0xd0)+n,q=await HTTPS['checkAvailability']({'url':p,'cert':g});if(!q&&n['includes']('-')){const v=n[L(0x108)]('-'),w=v[0x0],x=v[L(0xf6)](0x1)['join']('-'),y=w[L(0xda)](/\.0+$/,'');Log[L(0x10a)](L(0xf4)+n+'\x20is\x20not\x20available,\x20trying\x20'+y+'-'+x);const z=L(0xf0)+o[a77e[L(0xd2)]()]+'.'+(a77e['arch']()===L(0xf5)?L(0xf5):L(0x112))+L(0xd0)+y+'-'+x;q=await HTTPS[L(0xe0)]({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log[L(0x10b)](L(0xf4)+n+L(0xc8)),process[L(0xfc)](0x0)):Log['notice']('Meteor\x20version\x20'+n+L(0x11d));const r=f[L(0x11c)](),s=c['getMeteorExePath'](),t=f['getUserDataDirectory']();if(a77g[L(0x104)](s)){let A=![];b['f']||b[L(0xbd)]?A=!![]:A=await Actions[L(0xdb)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),A?(await SpawnAsync[L(0xe8)]('rm',[L(0xcd),a77f['join'](r,'packages')],{'message':L(0xcb)}),await SpawnAsync[L(0xe8)]('rm',['-rf',a77f[L(0x11b)](r,L(0xe5))],{'message':L(0x101)}),await SpawnAsync[L(0xe8)]('rm',[L(0xcd),a77f[L(0x11b)](r,L(0xf1))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log[L(0x114)](L(0xdd)),process['exit'](0x0));}try{Log[L(0xcc)](L(0xdf)+n+L(0xe4)+p),await HTTPS[L(0xc9)]({'url':p,'destPath':a77f[L(0x11b)](homeDir,L(0xf2)),'cert':g,'timeout':b[L(0xfd)]?parseInt(b[L(0xfd)])*0x3e8:0x493e0});try{const B=a77f[L(0x11b)](homeDir,L(0xf2));await f[L(0xc3)](B,t);}catch(C){Log[L(0x10b)](L(0x119));}updatePath();}catch(D){console[L(0x10b)](D),process['exit'](0x1);}finally{!b['keepInstallFile']&&await SpawnAsync['withSpinner']('rm',[L(0xcd),a77f['join'](homeDir,L(0xf2))],{'message':L(0xcf)});}c[L(0xc7)](n),Log['success'](L(0xf4)+n+'\x20installed.\x0a'),process[L(0xfc)](0x0);}catch(E){console[L(0x10b)](E),process[L(0xfc)](0x1);}});function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xbc;let f=c[d];return f;},a77d(a,b);}function updatePath(){const M=a77I;if(a77e[M(0xd2)]()==='win32'){const a=process[M(0xfb)][M(0xee)]||'',b=homeDir+'\x5c.meteor\x5cmeteor';!a['includes'](b)&&(execSync(M(0xd3)+a+';'+b+'\x22'),Log[M(0xcc)]('Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.'),Log['notice'](M(0x106)));}else{const c=a77f['join'](homeDir,M(0xbc)),d=a77f['join'](homeDir,'.bashrc'),e=M(0x10c),f=a77g[M(0x104)](c)?a77g[M(0x113)](c,'utf8'):'';!f[M(0xe1)](e)&&(a77g[M(0xe3)](c,'\x0a'+e+'\x0a'),Log['notice'](M(0xd1)+c));const g=a77g['existsSync'](d)?a77g[M(0x113)](d,'utf8'):'';!g[M(0xe1)](e)&&(a77g['appendFileSync'](d,'\x0a'+e+'\x0a'),Log[M(0xcc)](M(0xd1)+d));}}
@@ -1 +1 @@
1
- const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x166))/0x1+parseInt(i(0x16c))/0x2+-parseInt(i(0x165))/0x3*(parseInt(i(0x177))/0x4)+-parseInt(i(0x174))/0x5*(-parseInt(i(0x15d))/0x6)+parseInt(i(0x151))/0x7*(parseInt(i(0x162))/0x8)+-parseInt(i(0x176))/0x9+parseInt(i(0x172))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xeb8bd));function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x14c;let f=c[d];return f;},a78d(a,b);}const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x153)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x16f)]()[k(0x15c)](k(0x16b))['toString']()[k(0x157)](a78a)[k(0x15c)]('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0x179)]({'name':a78l(0x14c),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a78l(0x14f),'examples':[a78l(0x170),a78l(0x169)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x152)](this[m(0x175)][m(0x173)](),m(0x163)+a78e['sep']),b=a78e[m(0x152)](this['fsi'][m(0x173)](),m(0x16d),m(0x167)),c=m(0x14c);if(!this[m(0x175)][m(0x178)](b)){const f={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x14c),m(0x14d)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[m(0x150),m(0x155),m(0x15e),m(0x160)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x158)}};a78f[m(0x15f)](b,JSON[m(0x171)](f,null,0x4));}const d=Log[m(0x164)]('Running\x20'+c);try{const g=c+m(0x15b)+b+m(0x159)+a78e[m(0x16e)]+m(0x156)+a;execSync(g,{'stdio':m(0x15a)}),Log[m(0x16a)](m(0x14e)+a);}catch(h){Log[m(0x161)](h),Log['error'](m(0x168));}finally{d[m(0x154)]();}});function a78c(){const n=['inherit','\x20-c\x20','search','204KvBpkx','app/public','writeFileSync','app/private','error','8ztWtci','docs','withSpinner','94719ValVbU','907129xOCpSI','jsdoc-config.json','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','maka\x20jsdoc','notice','(((.+)+)+)+$','1766682BSTfAZ','config','sep','toString','maka\x20jsdoc\x20--init','stringify','7377970DtgdAG','findAppDirectory','155950kObstX','fsi','17203500MpsaOs','188naYueQ','isFile','create','jsdoc','closure','\x0a[+]\x20Documentation\x20written\x20to\x20','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','app/packages','5400507kGeSML','join','apply','stop','app/node_modules','\x20-d\x20','constructor','utf-8','\x20-r\x20app'];a78c=function(){return n;};return a78c();}
1
+ const a78l=a78d;function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x123;let f=c[d];return f;},a78d(a,b);}(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0x12f))/0x1*(-parseInt(i(0x12d))/0x2)+parseInt(i(0x141))/0x3+-parseInt(i(0x124))/0x4*(-parseInt(i(0x125))/0x5)+-parseInt(i(0x14a))/0x6+-parseInt(i(0x13c))/0x7*(-parseInt(i(0x13a))/0x8)+parseInt(i(0x12a))/0x9+-parseInt(i(0x134))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xd491f));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x143)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x128)]()[k(0x12c)]('(((.+)+)+)+$')[k(0x128)]()[k(0x135)](a78a)['search']('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';function a78c(){const n=['constructor','docs','writeFileSync','maka\x20jsdoc','.+\x5c.(j|t)s(doc|x)?$','1947032tCKqRg','jsdoc','21zvjgDk','closure','error','maka\x20jsdoc\x20--init','plugins/markdown','542223xgibnt','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','apply','stringify','findAppDirectory','create','stop','utf-8','config','5174910zojVtm','fsi','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','\x0a[+]\x20Documentation\x20written\x20to\x20','5476tvqQQS','5465gBsURA','jsdoc-config.json','Running\x20','toString','\x20-c\x20','869391zfqXWt','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','search','72778ydKeHH','app/node_modules','7ajCmzm','join','app/packages','\x20-r\x20app','sep','10253450sDQJSE'];a78c=function(){return n;};return a78c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0x146)]({'name':a78l(0x13b),'usage':a78l(0x138),'mustBeInMakaProject':!![],'shortDesc':a78l(0x14c),'examples':[a78l(0x13f),'maka\x20jsdoc'],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x130)](this[m(0x14b)][m(0x145)](),m(0x136)+a78e[m(0x133)]),b=a78e['join'](this[m(0x14b)][m(0x145)](),m(0x149),m(0x126)),c='jsdoc';if(!this['fsi']['isFile'](b)){const f={'plugins':[m(0x140)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x13b),m(0x13d)]},'source':{'includePattern':m(0x139),'excludePattern':m(0x142),'exclude':[m(0x131),m(0x12e),'app/public','app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x148)}};a78f[m(0x137)](b,JSON[m(0x144)](f,null,0x4));}const d=Log['withSpinner'](m(0x127)+c);try{const g=c+m(0x129)+b+m(0x132)+a78e[m(0x133)]+'\x20-d\x20'+a;execSync(g,{'stdio':'inherit'}),Log['notice'](m(0x123)+a);}catch(h){Log[m(0x13e)](h),Log['error'](m(0x12b));}finally{d[m(0x147)]();}});