@maka/maka-cli 5.0.25 → 5.0.27

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 (175) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/profile.js +1 -1
  87. package/bundle/obf/src/commands/proxy.js +1 -1
  88. package/bundle/obf/src/commands/reconfig.js +1 -1
  89. package/bundle/obf/src/commands/register.js +1 -1
  90. package/bundle/obf/src/commands/run/_index.js +1 -1
  91. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/run/run.command.js +1 -1
  93. package/bundle/obf/src/commands/set/_index.js +1 -1
  94. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  95. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/set.command.js +1 -1
  97. package/bundle/obf/src/commands/ssh.js +1 -1
  98. package/bundle/obf/src/commands/ssl.js +1 -1
  99. package/bundle/obf/src/commands/test.js +1 -1
  100. package/bundle/obf/src/commands/undo.js +1 -1
  101. package/bundle/obf/src/commands/version.js +1 -1
  102. package/bundle/obf/src/error.js +1 -1
  103. package/bundle/obf/src/exec.js +1 -1
  104. package/bundle/obf/src/generator.js +1 -1
  105. package/bundle/obf/src/generators/_index.js +1 -1
  106. package/bundle/obf/src/generators/api.js +1 -1
  107. package/bundle/obf/src/generators/aws/_index.js +1 -1
  108. package/bundle/obf/src/generators/aws/aws.js +1 -1
  109. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  110. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  111. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  112. package/bundle/obf/src/generators/collection.js +1 -1
  113. package/bundle/obf/src/generators/component.js +1 -1
  114. package/bundle/obf/src/generators/config.js +1 -1
  115. package/bundle/obf/src/generators/dbc.js +1 -1
  116. package/bundle/obf/src/generators/dockerfile.js +1 -1
  117. package/bundle/obf/src/generators/hook.js +1 -1
  118. package/bundle/obf/src/generators/kits/_index.js +1 -1
  119. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  121. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  123. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  125. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/kit.js +1 -1
  127. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  131. package/bundle/obf/src/generators/layout.js +1 -1
  132. package/bundle/obf/src/generators/maka.gen.js +1 -1
  133. package/bundle/obf/src/generators/methods.js +1 -1
  134. package/bundle/obf/src/generators/package.js +1 -1
  135. package/bundle/obf/src/generators/page.js +1 -1
  136. package/bundle/obf/src/generators/publish.js +1 -1
  137. package/bundle/obf/src/generators/route.js +1 -1
  138. package/bundle/obf/src/generators/service.js +1 -1
  139. package/bundle/obf/src/generators/services/_index.js +1 -1
  140. package/bundle/obf/src/generators/services/openssl.js +1 -1
  141. package/bundle/obf/src/generators/services/translation.js +1 -1
  142. package/bundle/obf/src/maka.js +1 -1
  143. package/bundle/obf/src/templates/meteor/api/apollo-gateway.js +48 -0
  144. package/bundle/obf/src/templates/meteor/api/apollo-gateway.js.ts +53 -0
  145. package/bundle/obf/src/templates/meteor/api/graphql-api.js +61 -0
  146. package/bundle/obf/src/templates/meteor/api/graphql-api.js.ts +67 -0
  147. package/bundle/obf/src/templates/meteor/api/register-api.js +1 -0
  148. package/bundle/obf/src/templates/meteor/api/typeDefs.js +2 -1
  149. package/bundle/obf/src/templates/meteor/api/typeDefs.js.ts +2 -1
  150. package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.jsx +0 -53
  151. package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.tsx +0 -53
  152. package/bundle/obf/src/tool.js +1 -1
  153. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  154. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  155. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  156. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  157. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  158. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  159. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  160. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  161. package/bundle/obf/src/tools/https/https.class.js +1 -1
  162. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  163. package/bundle/obf/src/tools/log/log.class.js +1 -1
  164. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  165. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  166. package/bundle/obf/src/tools/options/options.class.js +1 -1
  167. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  168. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  169. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  170. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  171. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  172. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  173. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  174. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  175. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0xe2))/0x1*(parseInt(f(0xdf))/0x2)+-parseInt(f(0xbe))/0x3+parseInt(f(0xd2))/0x4+parseInt(f(0xe5))/0x5*(-parseInt(f(0xc7))/0x6)+parseInt(f(0xbb))/0x7*(parseInt(f(0xb9))/0x8)+-parseInt(f(0xc1))/0x9+-parseInt(f(0xb2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x5496d));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xcb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0xd0)]()[h(0xb5)](h(0xe3))[h(0xd0)]()['constructor'](a58a)[h(0xb5)]('(((.+)+)+)+$');});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';function a58c(){var F=['385898sLGCLc','Tiny','Key','1MfTroC','(((.+)+)+)+$','use','1160oFKtVS','Metallic','Rifle','3337470mGAxGY','author','Book','search','Medium','Gloves','Smooth','341784tqWLFF','You\x20hold\x20the\x20','105uZFODb','BodyArmor','description','325554DeldjF','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Brown','1065861JIzhsF','Rectangle','ArmArmor','Common','Yellow','Holy\x20Grail','3276NnYCkh','LegArmor','Blade','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','apply','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Boots','Grey','Weapon','toString','Small','2343788nncjLX','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Rare','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Legendary','A\x20mysterious\x20book.','pageCount','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Large','name','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','publishDate','Circle'];a58c=function(){return F;};return a58c();}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xb2;var f=c[d];return f;},a58d(a,b);}export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Unknown'],'shape':Shape[i(0xc2)],'color':Color[i(0xc5)],'texture':Texture['Smooth'],'rating':Rating[i(0xc4)],'weight':0x1});}[a58j(0xe4)](){var k=a58j;return this[k(0xbd)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0xb6)],'category':Category['Weapon'],'shape':Shape[l(0xc9)],'color':Color[l(0xce)],'texture':Texture[l(0xe6)],'rating':Rating[l(0xc4)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0xda)],'category':Category['Weapon'],'shape':Shape[m(0xe7)],'color':Color[m(0xc0)],'texture':Texture[m(0xe6)],'rating':Rating[m(0xd4)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0xb6)],'category':Category['Helmet'],'shape':Shape['Circle'],'color':Color[n(0xce)],'texture':Texture[n(0xe6)],'rating':Rating[n(0xc4)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0xda)],'category':Category[o(0xbc)],'shape':Shape['Rectangle'],'color':Color[o(0xce)],'texture':Texture[o(0xe6)],'rating':Rating[o(0xc4)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0xb6)],'category':Category[p(0xc8)],'shape':Shape[p(0xc2)],'color':Color[p(0xce)],'texture':Texture[p(0xe6)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0xb6)],'category':Category[q(0xcd)],'shape':Shape[q(0xde)],'color':Color[q(0xc0)],'texture':Texture[q(0xb8)],'rating':Rating[q(0xc4)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0xd1)],'category':Category[r(0xb7)],'shape':Shape[r(0xde)],'color':Color[r(0xc0)],'texture':Texture[r(0xb8)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0xb6)],'category':Category[s(0xc3)],'shape':Shape[s(0xc2)],'color':Color[s(0xce)],'texture':Texture[s(0xe6)],'rating':Rating[s(0xc4)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size[t(0xe0)],'category':Category[t(0xe1)],'shape':Shape['Rectangle'],'color':Color[t(0xc5)],'texture':Texture[t(0xb8)],'rating':Rating[t(0xc4)],'weight':0x0});}[a58j(0xe4)](){var u=a58j;return u(0xd9);}}export class Weapon extends Item{constructor(a,b){var v=a58j;super({'name':a,'description':b,'size':Size[v(0xb6)],'category':Category[v(0xcf)],'shape':Shape[v(0xc9)],'color':Color[v(0xce)],'texture':Texture[v(0xe6)],'rating':Rating[v(0xc4)],'weight':0x3});}[a58j(0xe4)](){var w=a58j;return w(0xd5);}}export class Book extends Item{[a58j(0xb3)];[a58j(0xdd)];[a58j(0xd8)];constructor(a,b=a58j(0xd7),c='Unknown\x20Author'){var x=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[x(0xb4)],'shape':Shape[x(0xc2)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[x(0xc4)],'weight':0x1}),this['author']=c,this[x(0xdd)]=new Date(),this[x(0xd8)]=0x64;}[a58j(0xe4)](){var y=a58j;return y(0xcc);}}export class ShortSword extends Item{constructor(){var z=a58j;super({'name':'Short\x20Sword','description':z(0xd3),'size':Size[z(0xb6)],'category':Category[z(0xcf)],'shape':Shape[z(0xc9)],'color':Color[z(0xce)],'texture':Texture[z(0xe6)],'rating':Rating[z(0xc4)],'weight':0x3});}[a58j(0xe4)](){var A=a58j;return A(0xd5);}}export class SniperRifle extends Item{constructor(){var B=a58j;super({'name':'Sniper\x20Rifle','description':B(0xca),'size':Size[B(0xda)],'category':Category['Weapon'],'shape':Shape[B(0xe7)],'color':Color[B(0xc0)],'texture':Texture[B(0xb8)],'rating':Rating['Common'],'weight':0x5});}['use'](){var C=a58j;return C(0xdc);}}export class HolyGrail extends Item{constructor(){var D=a58j;super({'name':D(0xc6),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[D(0xd1)],'category':Category['Cup'],'shape':Shape[D(0xde)],'color':Color['Gold'],'texture':Texture[D(0xe6)],'rating':Rating[D(0xd6)],'weight':0x1});}[a58j(0xe4)](){var E=a58j;return E(0xba)+this[E(0xdb)]+E(0xbf);}}
1
+ var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x108))/0x1*(-parseInt(f(0x100))/0x2)+-parseInt(f(0xf1))/0x3*(-parseInt(f(0xf2))/0x4)+parseInt(f(0x107))/0x5*(parseInt(f(0x104))/0x6)+parseInt(f(0x114))/0x7*(parseInt(f(0x11c))/0x8)+-parseInt(f(0x110))/0x9*(parseInt(f(0x117))/0xa)+parseInt(f(0x10f))/0xb*(-parseInt(f(0x113))/0xc)+-parseInt(f(0xfc))/0xd*(-parseInt(f(0xfb))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xb8a6a));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x10c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0xf6)](h(0xea))[h(0x109)]()['constructor'](a58a)[h(0xf6)](h(0xea));});function a58c(){var C=['Cup','search','A\x20mysterious\x20book.','pageCount','Rifle','name','5698jMxVBD','40690jqoLbJ','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Common','Brown','3314mSekTc','Gold','Grey','use','3216QDTxHB','Rare','Book','12755RFaYyi','234EzAXTM','toString','Blade','Yellow','apply','BodyArmor','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','7091777NWNkDZ','54FxrmZG','Large','You\x20hold\x20the\x20','24WhzVWl','184373omqQOL','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Weapon','1750460qmlyEA','Small','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Holy\x20Grail','Rectangle','104Aictjk','Key','Gloves','Metallic','Circle','Legendary','Medium','(((.+)+)+)+$','LegArmor','Smooth','publishDate','Unknown\x20Author','author','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','300063jJddCu','20TXpryC','Boots','Helmet'];a58c=function(){return C;};return a58c();}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(0xe9)],'category':Category['Unknown'],'shape':Shape[i(0x11b)],'color':Color['Yellow'],'texture':Texture[i(0xec)],'rating':Rating[i(0xfe)],'weight':0x1});}[a58j(0x103)](){return this['description'];}}export class Sword extends Item{constructor(a,b){var k=a58j;super({'name':a,'description':b,'size':Size[k(0xe9)],'category':Category[k(0x116)],'shape':Shape['Blade'],'color':Color['Grey'],'texture':Texture[k(0xe6)],'rating':Rating[k(0xfe)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x111)],'category':Category[l(0x116)],'shape':Shape[l(0xf9)],'color':Color['Brown'],'texture':Texture[l(0xe6)],'rating':Rating[l(0x105)],'weight':0x7});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xe5;var f=c[d];return f;},a58d(a,b);}export class Helmet extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[m(0xf4)],'shape':Shape[m(0xe7)],'color':Color[m(0x102)],'texture':Texture[m(0xe6)],'rating':Rating[m(0xfe)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x111)],'category':Category[n(0x10d)],'shape':Shape[n(0x11b)],'color':Color[n(0x102)],'texture':Texture[n(0xe6)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[o(0xeb)],'shape':Shape[o(0x11b)],'color':Color[o(0x102)],'texture':Texture[o(0xe6)],'rating':Rating[o(0xfe)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0xe9)],'category':Category[p(0xf3)],'shape':Shape[p(0xe7)],'color':Color[p(0xff)],'texture':Texture[p(0xec)],'rating':Rating[p(0xfe)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size['Small'],'category':Category[q(0xe5)],'shape':Shape[q(0xe7)],'color':Color[q(0xff)],'texture':Texture[q(0xec)],'rating':Rating[q(0xfe)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['ArmArmor'],'shape':Shape['Rectangle'],'color':Color[r(0x102)],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[s(0x11d)],'shape':Shape[s(0x11b)],'color':Color[s(0x10b)],'texture':Texture['Smooth'],'rating':Rating[s(0xfe)],'weight':0x0});}[a58j(0x103)](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}export class Weapon extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size[t(0xe9)],'category':Category[t(0x116)],'shape':Shape[t(0x10a)],'color':Color[t(0x102)],'texture':Texture['Metallic'],'rating':Rating[t(0xfe)],'weight':0x3});}[a58j(0x103)](){var u=a58j;return u(0x10e);}}export class Book extends Item{[a58j(0xef)];[a58j(0xed)];[a58j(0xf8)];constructor(a,b=a58j(0xf7),c=a58j(0xee)){var v=a58j;super({'name':a,'description':b,'size':Size[v(0xe9)],'category':Category[v(0x106)],'shape':Shape[v(0x11b)],'color':Color['Brown'],'texture':Texture[v(0xec)],'rating':Rating[v(0xfe)],'weight':0x1}),this[v(0xef)]=c,this[v(0xed)]=new Date(),this[v(0xf8)]=0x64;}[a58j(0x103)](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var w=a58j;super({'name':'Short\x20Sword','description':w(0xf0),'size':Size[w(0xe9)],'category':Category['Weapon'],'shape':Shape[w(0x10a)],'color':Color[w(0x102)],'texture':Texture[w(0xe6)],'rating':Rating[w(0xfe)],'weight':0x3});}[a58j(0x103)](){var x=a58j;return x(0x10e);}}export class SniperRifle extends Item{constructor(){var y=a58j;super({'name':'Sniper\x20Rifle','description':y(0xfd),'size':Size[y(0x111)],'category':Category[y(0x116)],'shape':Shape['Rifle'],'color':Color[y(0xff)],'texture':Texture['Smooth'],'rating':Rating[y(0xfe)],'weight':0x5});}['use'](){var z=a58j;return z(0x119);}}export class HolyGrail extends Item{constructor(){var A=a58j;super({'name':A(0x11a),'description':A(0x115),'size':Size[A(0x118)],'category':Category[A(0xf5)],'shape':Shape[A(0xe7)],'color':Color[A(0x101)],'texture':Texture[A(0xe6)],'rating':Rating[A(0xe8)],'weight':0x1});}['use'](){var B=a58j;return B(0x112)+this[B(0xfa)]+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
@@ -1 +1 @@
1
- function a60c(){const i=['MCT\x20Fly-Spy','Holy\x20Grail','A\x20small\x20surveillance\x20drone.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Encrypted\x20Data\x20Key','Barrens\x20Hideout','open\x20sesame','Rigger\x27s\x20Workshop','Mage\x27s\x20Lair','Golden\x20Key','324207wQJzxU','Entrance\x20Hall','down','Riddle\x20Book','Ares\x20Predator','A\x20creditstick\x20loaded\x20with\x20nuyen.','cup','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','disenchant','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','east','285288tHnzHY','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Ancient\x20Gem','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Alchemy\x20Lab','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Blood-stained\x20Key','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Treasure\x20Room','Watch\x20Tower','OUTSIDE','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Sniper\x20Rifle','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','SOUTH','show\x20loyalty','book','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Chad\x20the\x20stupid\x20guard','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Guard\x27s\x20Log\x20Book','Downtown\x20Seattle','Secret\x20Passage','gem','release','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','An\x20old\x20and\x20rusted\x20sword.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','426314lLvTZp','98376mVWYOj','creditstick','A\x20chalice\x20made\x20of\x20pure\x20gold.','The\x20data\x20remains\x20encrypted.','constructor','drone','2088830uzyeAv','987656tDgOIh','amulet','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','CorpSec\x20Plans','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','(((.+)+)+)+$','document','That\x20passcode\x20is\x20incorrect','EAST','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','weapon','12jeRwBE','Library','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Rusted\x20Sword','search','Central\x20Chamber','Corp\x20Enclave','toString','west','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','A\x20clear\x20glass\x20vial.','Central\x20Chamber\x20Key','3HcefTd','NORTH','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','shield','The\x20legendary\x20Holy\x20Grail.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Barrens\x20Entrance','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','secret123','outside','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Courtyard','736155IgwOAH','The\x20chest\x20remains\x20firmly\x20shut.','Armory','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Matrix\x20Data\x20Haven','basic','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','insert\x20gem','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','north','Study','inside','Jackpoint\x20Login','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','Amulet\x20of\x20Awakening','sword','Empty\x20vial','A\x20thin\x20log\x20book','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','2GyAezh','22KIIUUt','rifle','key','south'];a60c=function(){return i;};return a60c();}const a60h=a60d;function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1e5;let f=c[d];return f;},a60d(a,b);}(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x1f2))/0x1*(-parseInt(f(0x229))/0x2)+-parseInt(f(0x249))/0x3*(-parseInt(f(0x230))/0x4)+parseInt(f(0x257))/0x5+parseInt(f(0x23d))/0x6*(parseInt(f(0x228))/0x7)+-parseInt(f(0x20c))/0x8+-parseInt(f(0x201))/0x9+-parseInt(f(0x22f))/0xa*(parseInt(f(0x1f3))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x1e7cb));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const g=a60d;return a60a['toString']()[g(0x241)](g(0x236))[g(0x244)]()[g(0x22d)](a60a)[g(0x241)]('(((.+)+)+)+$');});a60a();export const rooms=[{'name':a60h(0x23e),'description':a60h(0x25b),'isStartRoom':!![],'items':[{'type':a60h(0x1f5),'name':a60h(0x200),'description':a60h(0x213)},{'type':'book','name':a60h(0x220),'description':a60h(0x1ef),'content':a60h(0x21e)}],'exits':[{'direction':a60h(0x239),'targetRoom':a60h(0x222)}]},{'name':'Secret\x20Passage','description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60h(0x24a),'targetRoom':a60h(0x214),'keyRequired':'Golden\x20Key'},{'direction':a60h(0x21a),'targetRoom':'Courtyard'}]},{'name':'Treasure\x20Room','description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':'holyGrail','name':a60h(0x1f8),'description':a60h(0x24d)}]},{'name':a60h(0x256),'description':a60h(0x21f),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60h(0x215)}]},{'name':a60h(0x215),'description':a60h(0x1f0),'roomType':a60h(0x216),'puzzle':{'requiredPhrase':a60h(0x252),'riddle':a60h(0x254),'rewardItem':{'type':a60h(0x1f4),'name':a60h(0x218),'description':'A\x20long-range\x20weapon.'},'successMessage':a60h(0x1eb),'failureMessage':a60h(0x238)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60h(0x208),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a60h(0x1fd),'riddle':a60h(0x25f),'rewardItem':{'type':a60h(0x1f5),'name':a60h(0x248),'description':a60h(0x211)},'successMessage':a60h(0x24e),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60h(0x1e7),'targetRoom':a60h(0x1e8)},{'direction':a60h(0x20b),'targetRoom':a60h(0x242),'keyRequired':a60h(0x248)}]},{'name':'Study','description':a60h(0x23a),'roomType':a60h(0x1e9),'items':[{'type':a60h(0x21c),'name':a60h(0x204),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60h(0x24b)},{'type':a60h(0x1f5),'name':'Central\x20Chamber\x20Key','description':a60h(0x211)}],'exits':[{'direction':a60h(0x1f6),'targetRoom':a60h(0x202)},{'direction':a60h(0x20b),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60h(0x210),'description':a60h(0x227),'roomType':a60h(0x1e9),'items':[{'type':a60h(0x25d),'name':a60h(0x1ee),'description':a60h(0x247)}],'exits':[{'direction':a60h(0x245),'targetRoom':a60h(0x1e8)},{'direction':a60h(0x1e7),'targetRoom':a60h(0x259)}]},{'name':a60h(0x259),'description':a60h(0x20f),'roomType':a60h(0x1e9),'items':[{'type':a60h(0x24c),'name':'Emblem\x20Shield','description':a60h(0x255)},{'type':a60h(0x1ed),'name':a60h(0x240),'description':a60h(0x226)}],'exits':[{'direction':a60h(0x1f6),'targetRoom':a60h(0x210)},{'direction':a60h(0x20b),'targetRoom':a60h(0x242)}]},{'name':'Central\x20Chamber','description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a60h(0x1e9),'exits':[{'direction':a60h(0x245),'targetRoom':a60h(0x259)},{'direction':a60h(0x1f6),'targetRoom':a60h(0x202)},{'direction':'north','targetRoom':'Torture\x20Chamber'},{'direction':'east','targetRoom':a60h(0x214)}]},{'name':'Torture\x20Chamber','description':a60h(0x260),'roomType':a60h(0x1e9),'items':[{'type':a60h(0x1f5),'name':a60h(0x212),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60h(0x224),'riddle':a60h(0x246),'rewardItem':{'type':a60h(0x223),'name':a60h(0x20e),'description':a60h(0x261)},'successMessage':a60h(0x1f1),'failureMessage':a60h(0x217)},'exits':[{'direction':a60h(0x1f6),'targetRoom':a60h(0x242)}]},{'name':'Treasure\x20Room','description':a60h(0x20a),'roomType':'inside','puzzle':{'requiredPhrase':a60h(0x1e5),'riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60h(0x207),'name':'Golden\x20Chalice','description':a60h(0x22b)},'successMessage':a60h(0x23f),'failureMessage':a60h(0x258)},'exits':[{'direction':a60h(0x245),'targetRoom':a60h(0x242)}]}];export const shadowrunConfig=[{'name':a60h(0x1ea),'description':a60h(0x225),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':'north','targetRoom':a60h(0x221)},{'direction':'up','targetRoom':a60h(0x25c)}]},{'name':a60h(0x25c),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':'inside','puzzle':{'requiredPhrase':'decrypt','riddle':a60h(0x21d),'rewardItem':{'type':a60h(0x1f5),'name':a60h(0x1fb),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60h(0x250),'failureMessage':a60h(0x22c)},'exits':[{'direction':a60h(0x203),'targetRoom':a60h(0x1ea)}]},{'name':a60h(0x221),'description':a60h(0x25e),'roomType':'outside','exits':[{'direction':a60h(0x1f6),'targetRoom':'Jackpoint\x20Login'},{'direction':'east','targetRoom':a60h(0x24f)},{'direction':a60h(0x245),'targetRoom':a60h(0x243)}]},{'name':'Barrens\x20Entrance','description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':'outside','puzzle':{'requiredPhrase':a60h(0x21b),'riddle':a60h(0x235),'rewardItem':{'type':a60h(0x1f5),'name':'Gang\x20Insignia','description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a60h(0x251),'failureMessage':a60h(0x25a)},'exits':[{'direction':a60h(0x245),'targetRoom':a60h(0x221)},{'direction':a60h(0x1e7),'targetRoom':a60h(0x1fc)}]},{'name':'Corp\x20Enclave','description':a60h(0x20d),'roomType':a60h(0x1e9),'items':[{'type':a60h(0x22a),'name':'Corporate\x20Creditstick','description':a60h(0x206)},{'type':a60h(0x237),'name':a60h(0x234),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a60h(0x20b),'targetRoom':a60h(0x221)}]},{'name':'Barrens\x20Hideout','description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':a60h(0x253),'items':[{'type':a60h(0x23c),'name':a60h(0x205),'description':a60h(0x1e6)}],'exits':[{'direction':a60h(0x1f6),'targetRoom':a60h(0x24f)},{'direction':a60h(0x1e7),'targetRoom':a60h(0x1ff)},{'direction':'east','targetRoom':a60h(0x1fe)}]},{'name':a60h(0x1ff),'description':a60h(0x1fa),'roomType':a60h(0x1e9),'puzzle':{'requiredPhrase':a60h(0x209),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a60h(0x231),'name':a60h(0x1ec),'description':a60h(0x233)},'successMessage':a60h(0x23b),'failureMessage':a60h(0x232)},'exits':[{'direction':a60h(0x1f6),'targetRoom':a60h(0x1fc)}]},{'name':a60h(0x1fe),'description':a60h(0x219),'roomType':'inside','items':[{'type':a60h(0x22e),'name':a60h(0x1f7),'description':a60h(0x1f9)}],'exits':[{'direction':a60h(0x245),'targetRoom':a60h(0x1fc)}]}];
1
+ const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x126))/0x1*(-parseInt(f(0x15b))/0x2)+parseInt(f(0x104))/0x3+-parseInt(f(0x14e))/0x4*(parseInt(f(0x147))/0x5)+-parseInt(f(0x12e))/0x6+-parseInt(f(0x12f))/0x7*(-parseInt(f(0x111))/0x8)+parseInt(f(0x10d))/0x9*(parseInt(f(0x166))/0xa)+parseInt(f(0x102))/0xb*(-parseInt(f(0x133))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xa5784));function a60c(){const j=['A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Golden\x20Chalice','Torture\x20Chamber','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','CorpSec\x20Plans','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','outside','Rigger\x27s\x20Workshop','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','decrypt','Emblem\x20Shield','The\x20chest\x20remains\x20firmly\x20shut.','Riddle\x20Book','Nothing\x20happens.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','132rmVQki','A\x20clear\x20glass\x20vial.','3874686whksPx','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','down','book','The\x20legendary\x20Holy\x20Grail.','Study','That\x20passcode\x20is\x20incorrect','SOUTH','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','5966442muGPQZ','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','weapon','296TDZpie','Matrix\x20Data\x20Haven','shield','inside','amulet','Armory','basic','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','key','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Courtyard','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','west','Empty\x20vial','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','OUTSIDE','A\x20creditstick\x20loaded\x20with\x20nuyen.','east','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','north','insert\x20gem','994424qBnWZc','(((.+)+)+)+$','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','release','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','sword','Amulet\x20of\x20Awakening','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','4634070vJKhMX','165179cbKoqU','The\x20data\x20remains\x20encrypted.','A\x20small\x20surveillance\x20drone.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','1825872OpSVgN','secret123','south','A\x20chalice\x20made\x20of\x20pure\x20gold.','MCT\x20Fly-Spy','A\x20key\x20stained\x20with\x20old\x20blood.','Gang\x20Insignia','disenchant','Corp\x20Enclave','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Encrypted\x20Data\x20Key','toString','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','constructor','Barrens\x20Hideout','apply','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','Entrance\x20Hall','Central\x20Chamber','170635kLbbkO','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','NORTH','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Alchemy\x20Lab','Watch\x20Tower','64VadoxV','Rusted\x20Sword','Mage\x27s\x20Lair','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Chad\x20the\x20stupid\x20guard','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','gem','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Guard\x27s\x20Log\x20Book','Golden\x20Key','holyGrail','Central\x20Chamber\x20Key','2yvISAs','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Treasure\x20Room','Secret\x20Passage','Sniper\x20Rifle','Jackpoint\x20Login','Downtown\x20Seattle','Ares\x20Predator','Library','drone','search','10OcyeNt','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','cup','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'];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(0x143)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x13e)]()[h(0x165)](h(0x127))[h(0x13e)]()[h(0x141)](a60a)[h(0x165)](h(0x127));});a60a();function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x102;let f=c[d];return f;},a60d(a,b);}export const rooms=[{'name':a60i(0x163),'description':a60i(0x168),'isStartRoom':!![],'items':[{'type':'key','name':a60i(0x158),'description':a60i(0x16c)},{'type':a60i(0x107),'name':a60i(0x157),'description':'A\x20thin\x20log\x20book','content':a60i(0x152)}],'exits':[{'direction':'EAST','targetRoom':a60i(0x15e)}]},{'name':a60i(0x15e),'description':a60i(0x13c),'exits':[{'direction':a60i(0x14a),'targetRoom':a60i(0x15d),'keyRequired':a60i(0x158)},{'direction':a60i(0x10b),'targetRoom':a60i(0x11b)}]},{'name':a60i(0x15d),'description':a60i(0x11a),'items':[{'type':a60i(0x159),'name':'Holy\x20Grail','description':a60i(0x108)}]},{'name':'Courtyard','description':a60i(0x10e),'roomType':a60i(0x120),'exits':[{'direction':'UP','targetRoom':a60i(0x14d)}]},{'name':'Watch\x20Tower','description':a60i(0x174),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':a60i(0x134),'riddle':a60i(0x118),'rewardItem':{'type':'rifle','name':a60i(0x15f),'description':'A\x20long-range\x20weapon.'},'successMessage':'You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','failureMessage':a60i(0x10a)}}];export const dungeonConfig=[{'name':a60i(0x145),'description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':a60i(0x114),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0x12a),'rewardItem':{'type':'key','name':a60i(0x15a),'description':a60i(0x169)},'successMessage':a60i(0x156),'failureMessage':a60i(0x179)},'exits':[{'direction':'north','targetRoom':a60i(0x109)},{'direction':a60i(0x122),'targetRoom':'Central\x20Chamber','keyRequired':a60i(0x15a)}]},{'name':'Study','description':a60i(0x14b),'roomType':a60i(0x114),'items':[{'type':a60i(0x107),'name':a60i(0x178),'description':a60i(0x16f),'content':a60i(0x16b)},{'type':'key','name':a60i(0x15a),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x135),'targetRoom':a60i(0x145)},{'direction':a60i(0x122),'targetRoom':a60i(0x14c)}]},{'name':a60i(0x14c),'description':a60i(0x128),'roomType':a60i(0x114),'items':[{'type':a60i(0x117),'name':a60i(0x11e),'description':a60i(0x103)}],'exits':[{'direction':a60i(0x11d),'targetRoom':a60i(0x109)},{'direction':a60i(0x124),'targetRoom':a60i(0x116)}]},{'name':a60i(0x116),'description':a60i(0x171),'roomType':'inside','items':[{'type':a60i(0x113),'name':a60i(0x176),'description':a60i(0x132)},{'type':a60i(0x12b),'name':a60i(0x14f),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':'south','targetRoom':a60i(0x14c)},{'direction':'east','targetRoom':a60i(0x146)}]},{'name':'Central\x20Chamber','description':a60i(0x13f),'roomType':a60i(0x114),'exits':[{'direction':a60i(0x11d),'targetRoom':'Armory'},{'direction':a60i(0x135),'targetRoom':a60i(0x145)},{'direction':a60i(0x124),'targetRoom':'Torture\x20Chamber'},{'direction':a60i(0x122),'targetRoom':a60i(0x15d)}]},{'name':a60i(0x16e),'description':a60i(0x140),'roomType':a60i(0x114),'items':[{'type':a60i(0x119),'name':'Blood-stained\x20Key','description':a60i(0x138)}],'puzzle':{'requiredPhrase':a60i(0x129),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a60i(0x154),'name':'Ancient\x20Gem','description':a60i(0x11c)},'successMessage':a60i(0x10c),'failureMessage':a60i(0x12d)},'exits':[{'direction':a60i(0x135),'targetRoom':a60i(0x146)}]},{'name':a60i(0x15d),'description':a60i(0x11f),'roomType':a60i(0x114),'puzzle':{'requiredPhrase':a60i(0x125),'riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60i(0x16a),'name':a60i(0x16d),'description':a60i(0x136)},'successMessage':a60i(0x105),'failureMessage':a60i(0x177)},'exits':[{'direction':a60i(0x11d),'targetRoom':a60i(0x146)}]}];export const shadowrunConfig=[{'name':a60i(0x160),'description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':a60i(0x114),'exits':[{'direction':'north','targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':a60i(0x112),'description':a60i(0x155),'roomType':a60i(0x114),'puzzle':{'requiredPhrase':a60i(0x175),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60i(0x119),'name':a60i(0x13d),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0x148),'failureMessage':a60i(0x130)},'exits':[{'direction':a60i(0x106),'targetRoom':a60i(0x160)}]},{'name':'Downtown\x20Seattle','description':a60i(0x151),'roomType':a60i(0x172),'exits':[{'direction':a60i(0x135),'targetRoom':a60i(0x160)},{'direction':'east','targetRoom':'Barrens\x20Entrance'},{'direction':a60i(0x11d),'targetRoom':a60i(0x13b)}]},{'name':'Barrens\x20Entrance','description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0x172),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a60i(0x144),'rewardItem':{'type':'key','name':a60i(0x139),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':a60i(0x17a)},'exits':[{'direction':a60i(0x11d),'targetRoom':a60i(0x161)},{'direction':'north','targetRoom':'Barrens\x20Hideout'}]},{'name':a60i(0x13b),'description':a60i(0x167),'roomType':'inside','items':[{'type':'creditstick','name':'Corporate\x20Creditstick','description':a60i(0x121)},{'type':'document','name':a60i(0x170),'description':a60i(0x153)}],'exits':[{'direction':'east','targetRoom':a60i(0x161)}]},{'name':a60i(0x142),'description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':'outside','items':[{'type':a60i(0x110),'name':a60i(0x162),'description':a60i(0x123)}],'exits':[{'direction':a60i(0x135),'targetRoom':'Barrens\x20Entrance'},{'direction':a60i(0x124),'targetRoom':a60i(0x150)},{'direction':a60i(0x122),'targetRoom':a60i(0x173)}]},{'name':a60i(0x150),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x114),'puzzle':{'requiredPhrase':a60i(0x13a),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a60i(0x115),'name':a60i(0x12c),'description':a60i(0x10f)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a60i(0x15c)},'exits':[{'direction':'south','targetRoom':a60i(0x142)}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x149),'roomType':a60i(0x114),'items':[{'type':a60i(0x164),'name':a60i(0x137),'description':a60i(0x131)}],'exits':[{'direction':a60i(0x11d),'targetRoom':a60i(0x142)}]}];
@@ -1 +1 @@
1
- var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x11e))/0x1+-parseInt(f(0x112))/0x2+-parseInt(f(0x125))/0x3+-parseInt(f(0x114))/0x4+-parseInt(f(0x11f))/0x5*(parseInt(f(0x126))/0x6)+parseInt(f(0x127))/0x7*(-parseInt(f(0x116))/0x8)+-parseInt(f(0x113))/0x9*(-parseInt(f(0x10c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xedb25));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(0x10e)]()['search'](g(0x12a))[g(0x10e)]()['constructor'](a61a)[g(0x117)]('(((.+)+)+)+$');});function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x108;var f=c[d];return f;},a61d(a,b);}a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x12d)];[a61h(0x108)];['logger'];[a61h(0x111)];}function a61c(){var i=['solved','uuid','(((.+)+)+)+$','_playerName','name','rooms','player','isLockable','puzzle','roomB','31095910PpPMCq','inventory','toString','unlockItemOrSolution','isStartRoom','characterLocations','2319328KeoXLC','18kPMtwk','7394068EHTzQP','description','760gpsKRx','search','logger','_logger','_equipment','items','rating','size','194151ASJSqu','3358805ZHRzMV','isLocked','_currentLocation','texture','_maxCarryingWeight','exits','3080583zCyalh','6czYQZv','54005JWFjoK'];a61c=function(){return i;};return a61c();}export class AbstractRoom extends EventEmitter{[a61h(0x12c)];[a61h(0x115)];[a61h(0x124)];[a61h(0x10d)];[a61h(0x10a)];['roomType'];[a61h(0x110)];}export class AbstractDoor{['roomA'];[a61h(0x10b)];[a61h(0x120)];[a61h(0x10f)];['name'];['logger'];[a61h(0x109)];}export class AbstractInventory{[a61h(0x11b)];[a61h(0x118)];}export class AbstractItem{[a61h(0x129)];[a61h(0x12c)];[a61h(0x115)];[a61h(0x11d)];['category'];['shape'];['color'];[a61h(0x122)];[a61h(0x11c)];['weight'];}export class AbstractPlayer{[a61h(0x12b)];[a61h(0x121)];['_inventory'];[a61h(0x11a)];[a61h(0x123)];[a61h(0x119)];}export class AbstractPuzzle{[a61h(0x118)];[a61h(0x128)];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0xa7))/0x1+parseInt(f(0xb5))/0x2*(-parseInt(f(0x92))/0x3)+parseInt(f(0xae))/0x4*(-parseInt(f(0x9e))/0x5)+-parseInt(f(0xa2))/0x6+parseInt(f(0x98))/0x7*(-parseInt(f(0xb6))/0x8)+-parseInt(f(0x96))/0x9*(parseInt(f(0x93))/0xa)+parseInt(f(0x9d))/0xb*(parseInt(f(0x9f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x99163));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0xa8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0xad)]()[h(0x95)](h(0xa0))['toString']()[h(0xb0)](a61a)[h(0x95)](h(0xa0));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0xa4)];[a61i(0x90)];['logger'];[a61i(0xa9)];}export class AbstractRoom extends EventEmitter{[a61i(0x91)];[a61i(0x97)];[a61i(0xaf)];[a61i(0xac)];['puzzle'];['roomType'];[a61i(0x94)];}export class AbstractDoor{['roomA'];[a61i(0xb3)];[a61i(0xab)];[a61i(0xa5)];[a61i(0x91)];[a61i(0xb2)];[a61i(0x99)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x90;var f=c[d];return f;},a61d(a,b);}export class AbstractInventory{['items'];[a61i(0xb2)];}export class AbstractItem{[a61i(0x9b)];[a61i(0x91)];[a61i(0x97)];[a61i(0xa3)];['category'];['shape'];[a61i(0xaa)];[a61i(0xa6)];[a61i(0x9c)];[a61i(0x9a)];}export class AbstractPlayer{['_playerName'];['_currentLocation'];['_inventory'];[a61i(0xb1)];['_maxCarryingWeight'];[a61i(0xb4)];}function a61c(){var j=['6289833jZgZBv','1827185ACQqAJ','60EcUaxz','(((.+)+)+)+$','solved','2329716RPgbni','size','rooms','unlockItemOrSolution','texture','684642AlFcXQ','apply','characterLocations','color','isLocked','inventory','toString','8HGgoiP','exits','constructor','_equipment','logger','roomB','_logger','194FaPbmh','8CdDIpL','player','name','8895COIWZP','185210tRDSwk','isStartRoom','search','36MSBCXS','description','465367ycEhoT','isLockable','weight','uuid','rating'];a61c=function(){return j;};return a61c();}export class AbstractPuzzle{[a61i(0xb2)];[a61i(0xa1)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x11e))/0x1+parseInt(k(0x13b))/0x2*(parseInt(k(0xe6))/0x3)+parseInt(k(0x122))/0x4*(parseInt(k(0x10c))/0x5)+-parseInt(k(0xf1))/0x6+-parseInt(k(0xed))/0x7+parseInt(k(0x13c))/0x8+-parseInt(k(0x10d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x2d2b9));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(0xfc)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var m=a62d;return e['toString']()[m(0xfe)]('(((.+)+)+)+$')[m(0x100)]()[m(0x108)](e)[m(0xfe)]('(((.+)+)+)+$');});e(),c[n(0x126)]='tiny',c[n(0x136)]=n(0xfd),c[n(0xe5)]='medium',c[n(0xf3)]=n(0x120),c['VeryLarge']=n(0x106);}(Size||(Size={})));export var Rating;(function(a){var o=a62d;a[o(0x109)]=o(0x105),a['Rare']=o(0x127),a[o(0xf8)]=o(0x124);}(Rating||(Rating={})));export var Category;(function(a){var p=a62d;a[p(0x115)]=p(0xea),a[p(0x110)]='shield',a[p(0x10b)]=p(0x107),a[p(0xe8)]=p(0x132),a['Helmet']='helmet',a[p(0xf4)]=p(0x10a),a['Boots']='boots',a[p(0xeb)]='leg\x20armor',a['ArmArmor']=p(0x12d),a[p(0xff)]=p(0x10e),a['Book']=p(0x123),a[p(0xf7)]='cup',a[p(0xf0)]='unknown';}(Category||(Category={})));export var Shape;function a62c(){var v=['gloves','Rifle','yellow','outside','Small','metallic','MOUNTAIN','OUTSIDE','Grainy','22574YWPttq','1010424cbfSQa','mountain','blue','square','Rectangle','Medium','51RHKKYz','south','Gloves','gold','weapon','LegArmor','west','335615pyAffD','brown','rectangle','Unknown','86346GLEUuY','desert','Large','Hat','rough','Square','Cup','Legendary','NORTH','UNDERGROUND','Bumpy','apply','small','search','BodyArmor','toString','SOUTH','FOREST','TOWER','grey','common','very\x20large','key','constructor','Common','hat','Key','3095drWRJg','2609406DcKweZ','body\x20armor','circle','Shield','orange','cave','sea','Blue','Weapon','triangle','EAST','grainy','Purple','INSIDE','WEST','Blade','Green','62540aGZscd','Fuzzy','large','green','1820DojIjP','book','legendary','fuzzy','Tiny','rare','Brown','Grey','DESERT','bumpy','forest','arm\x20armor','Gold','blade','smooth','rifle'];a62c=function(){return v;};return a62c();}(function(a){var q=a62d;a['Circle']=q(0x10f),a[q(0xf6)]=q(0x13f),a['Triangle']=q(0x116),a[q(0xe4)]=q(0xef),a[q(0x11c)]=q(0x12f),a[q(0x133)]=q(0x131);}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a['Red']='red',a[r(0x114)]=r(0x13e),a[r(0x11d)]=r(0x121),a['Yellow']=r(0x134),a['Orange']=r(0x111),a[r(0x119)]='purple',a[r(0x129)]=r(0x104),a[r(0x128)]=r(0xee),a[r(0x12e)]=r(0xe9);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a['Smooth']=s(0x130),a['Rough']=s(0xf5),a[s(0xfb)]=s(0x12b),a[s(0x11f)]=s(0x125),a[s(0x13a)]=s(0x118),a['Metallic']=s(0x137);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x11a)]='inside',a[t(0x139)]=t(0x135),a[t(0xfa)]='underground',a['CAVE']=t(0x112),a[t(0x103)]='tower',a[t(0x102)]=t(0x12c),a[t(0x12a)]=t(0xf2),a[t(0x138)]=t(0x13d),a['BEACH']='beach',a['SEA']=t(0x113);}(RoomType||(RoomType={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xe4;var f=c[d];return f;},a62d(a,b);}export var Direction;(function(a){var u=a62d;a[u(0xf9)]='north',a[u(0x117)]='east',a[u(0x101)]=u(0xe7),a[u(0x11b)]=u(0xec),a['UP']='up',a['DOWN']='down';}(Direction||(Direction={})));
1
+ function a62c(){var u=['LegArmor','rectangle','orange','Purple','110veIbmM','unknown','FOREST','Weapon','grey','beach','hat','very\x20large','fuzzy','Metallic','west','Key','BodyArmor','7120QsuMPm','Gloves','INSIDE','Grey','8720ekPiei','rough','inside','Triangle','purple','triangle','Common','forest','UNDERGROUND','SOUTH','292086RNmePK','legendary','underground','sea','Red','green','rare','medium','Grainy','SEA','grainy','WEST','north','Yellow','gold','CAVE','tower','4BIMLPJ','rifle','BEACH','24hsQGXP','constructor','Rare','large','mountain','Orange','Square','(((.+)+)+)+$','Small','TOWER','EAST','Book','yellow','Shield','NORTH','cup','Boots','boots','Bumpy','11594spGLeD','toString','blade','Fuzzy','metallic','VeryLarge','key','Helmet','search','book','Hat','1267224ERROEe','Gold','Rifle','ArmArmor','468450FVfFFw','east','common','136735JizNjE','bumpy','3452208ePQfyN','circle','Blue','weapon','Green','Rough','outside','small','blue','Tiny','Brown'];a62c=function(){return u;};return a62c();}(function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x22d))/0x1*(-parseInt(k(0x220))/0x2)+parseInt(k(0x20c))/0x3*(parseInt(k(0x1e7))/0x4)+-parseInt(k(0x20f))/0x5+parseInt(k(0x211))/0x6+parseInt(k(0x208))/0x7+-parseInt(k(0x1ea))/0x8*(-parseInt(k(0x1d6))/0x9)+parseInt(k(0x231))/0xa*(-parseInt(k(0x1fd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x6f1a5));export var Size;(function(a){var l=a62d;a[l(0x21a)]='tiny',a[l(0x1f2)]=l(0x218),a['Medium']=l(0x1dd),a['Large']=l(0x1ed),a[l(0x202)]=l(0x227);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x1d2)]=m(0x20e),a[m(0x1ec)]=m(0x1dc),a['Legendary']=m(0x1d7);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x223)]=n(0x214),a[n(0x1f7)]='shield',a[n(0x22b)]=n(0x203),a[n(0x22e)]='gloves',a[n(0x204)]='helmet',a[n(0x207)]=n(0x226),a[n(0x1fa)]=n(0x1fb),a[n(0x21c)]='leg\x20armor',a[n(0x20b)]='arm\x20armor',a[n(0x22c)]='body\x20armor',a[n(0x1f5)]=n(0x206),a['Cup']=n(0x1f9),a['Unknown']=n(0x221);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a['Circle']=o(0x212),a[o(0x1f0)]='square',a[o(0x1cf)]=o(0x1d1),a['Rectangle']=o(0x21d),a['Blade']=o(0x1ff),a[o(0x20a)]=o(0x1e8);}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a[p(0x1da)]='red',a[p(0x213)]=p(0x219),a[p(0x215)]=p(0x1db),a[p(0x1e3)]=p(0x1f6),a[p(0x1ef)]=p(0x21e),a[p(0x21f)]=p(0x1d0),a[p(0x230)]=p(0x224),a[p(0x21b)]='brown',a[p(0x209)]=p(0x1e4);}(Color||(Color={})));export var Texture;(function(c){var r=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a62d;return e[q(0x1fe)]()[q(0x205)](q(0x1f1))[q(0x1fe)]()[q(0x1eb)](e)['search'](q(0x1f1));});e(),c['Smooth']='smooth',c[r(0x216)]=r(0x232),c[r(0x1fc)]=r(0x210),c[r(0x200)]=r(0x228),c[r(0x1de)]=r(0x1e0),c[r(0x229)]=r(0x201);}(Texture||(Texture={})));export var RoomType;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1ce;var f=c[d];return f;},a62d(a,b);}(function(a){var s=a62d;a[s(0x22f)]=s(0x1ce),a['OUTSIDE']=s(0x217),a[s(0x1d4)]=s(0x1d8),a[s(0x1e5)]='cave',a[s(0x1f3)]=s(0x1e6),a[s(0x222)]=s(0x1d3),a['DESERT']='desert',a['MOUNTAIN']=s(0x1ee),a[s(0x1e9)]=s(0x225),a[s(0x1df)]=s(0x1d9);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a[t(0x1f8)]=t(0x1e2),a[t(0x1f4)]=t(0x20d),a[t(0x1d5)]='south',a[t(0x1e1)]=t(0x22a),a['UP']='up',a['DOWN']='down';}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x174))/0x1+-parseInt(f(0x180))/0x2+-parseInt(f(0x178))/0x3*(-parseInt(f(0x176))/0x4)+-parseInt(f(0x17d))/0x5*(-parseInt(f(0x173))/0x6)+parseInt(f(0x17e))/0x7+-parseInt(f(0x177))/0x8*(-parseInt(f(0x175))/0x9)+-parseInt(f(0x17f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x279d1));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x17a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x17b)]()[h(0x17c)](h(0x179))[h(0x17b)]()['constructor'](a63a)[h(0x17c)](h(0x179));});function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x173;var f=c[d];return f;},a63d(a,b);}function a63c(){var i=['185493zQdUtv','4259930beAbjv','275656vXXTsF','426OStjdD','263558ZZxBRq','9YHjFAA','8CUHZIU','1932088RifRtN','58530kgCinu','(((.+)+)+)+$','apply','toString','search','10950nccrNt'];a63c=function(){return i;};return a63c();}a63a();export{};
1
+ function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xb8;var f=c[d];return f;},a63d(a,b);}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0xc3))/0x1*(parseInt(f(0xbb))/0x2)+parseInt(f(0xb8))/0x3+parseInt(f(0xc0))/0x4+-parseInt(f(0xbe))/0x5*(-parseInt(f(0xba))/0x6)+parseInt(f(0xc2))/0x7+-parseInt(f(0xc4))/0x8+-parseInt(f(0xbc))/0x9*(parseInt(f(0xc1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xccaa9));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0xbd)]()[g(0xbf)](g(0xb9))[g(0xbd)]()['constructor'](a63a)[g(0xbf)](g(0xb9));});a63a();export{};function a63c(){var h=['711NCDHTH','toString','2664755uHeOXR','search','2988176KxQxUA','145150aCQJaH','5688242nYSFpS','61TwYgXo','13399704SUACNS','2556954OHXjgA','(((.+)+)+)+$','6vJKDGX','23444hVsopP'];a63c=function(){return h;};return a63c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x110))/0x1+-parseInt(f(0x111))/0x2*(parseInt(f(0x10f))/0x3)+-parseInt(f(0x114))/0x4*(-parseInt(f(0x119))/0x5)+-parseInt(f(0x113))/0x6*(parseInt(f(0x116))/0x7)+-parseInt(f(0x115))/0x8*(parseInt(f(0x11a))/0x9)+parseInt(f(0x112))/0xa+parseInt(f(0x10d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xbab5a));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x10d;var f=c[d];return f;},a64d(a,b);}function a64c(){var i=['1476ITSnJo','constructor','34652673WKYbpO','toString','3gbOHEV','32630LZccZa','2584610towbcD','1190840UGhgqq','414zzCWJr','12XkneQi','69952BVASYi','41545UCsYwH','(((.+)+)+)+$','apply','997735usZjpJ'];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(0x118)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x10e)]()['search'](h(0x117))[h(0x10e)]()[h(0x11b)](a64a)['search'](h(0x117));});a64a();export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x7c))/0x1+parseInt(f(0x81))/0x2+parseInt(f(0x7a))/0x3+parseInt(f(0x7b))/0x4+parseInt(f(0x83))/0x5+parseInt(f(0x82))/0x6*(parseInt(f(0x86))/0x7)+-parseInt(f(0x7d))/0x8*(parseInt(f(0x80))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x288b2));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var g=a64d;return a64a[g(0x7e)]()[g(0x84)](g(0x85))['toString']()[g(0x7f)](a64a)[g(0x84)](g(0x85));});a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x7a;var f=c[d];return f;},a64d(a,b);}export{};function a64c(){var h=['151448VstpXs','toString','constructor','63zMiRnx','265906EIulEf','6LSUObC','1276945IBDNWU','search','(((.+)+)+)+$','471289bEHUPl','232821iHEFeH','169284wdrceJ','277014Gourau'];a64c=function(){return h;};return a64c();}
@@ -1 +1 @@
1
- const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x1f4))/0x1*(-parseInt(y(0x217))/0x2)+parseInt(y(0x1de))/0x3*(-parseInt(y(0x202))/0x4)+parseInt(y(0x203))/0x5+parseInt(y(0x20e))/0x6+parseInt(y(0x1e7))/0x7*(-parseInt(y(0x1e1))/0x8)+-parseInt(y(0x1ed))/0x9*(parseInt(y(0x215))/0xa)+parseInt(y(0x1ff))/0xb*(-parseInt(y(0x1ea))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x75453));function a65c(){const I=['parse','None','Side\x20Quest\x20Adventure\x20Game','\x20(Unlocked)','Available\x20exits\x20will\x20be\x20shown\x20here...','223563XTPQDB','slice','\x0aThere\x20are\x20no\x20exits\x20here.','apply','getInstance','map','25%','currentLocation','exit','45%','unequip','131615LmQOnZ','Gloves:\x20','white','307044CfdloT','1912040YbOwoU','75%','(((.+)+)+)+$','removeAllListeners','split','search','yellow','Thanks\x20for\x20playing!','\x20Equipment\x20','Torso:\x20','pushLine','4727658CzWJkW','equip','getOtherSide','90%','box','handleInput','logBox','62380hxVXZW','\x20(Locked)','6iwjjlj','lock','setContent','-----\x20Exits\x20------\x0a','take','legs','constructor','toString','100%','Arms:\x20','feet','Head:\x20','player','rightHand','getAllItems','clear','name','append','leftHand','Feet:\x20','logFilePath','exits','roomType','----->>>>>>\x20Initializing\x20Game','clearValue','arms','key','screen','Right\x20Hand:\x20','write','log','line','10%','size','Currently\x20in:\x20','focus','render','argv','mousemove','6FmyOKB','70%','20%','4792cnKpqQ','head','cyan','\x20Map\x20','torso','\x20Game\x20Log\x20','7483JntrPp','getWelcomeMessage','inventory','312YJCOsU','unlock','forEach','369cOxras','equipment'];a65c=function(){return I;};return a65c();}function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x1cd;let f=c[d];return f;},a65d(a,b);}import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x1f7)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g['toString']()['search'](A(0x205))[A(0x21e)]()[A(0x21d)](g)[A(0x208)]('(((.+)+)+)+$');});g();try{const h=a65e[B(0x1d2)]({'smartCSR':!![],'title':B(0x1f1)}),i=a65e[B(0x212)]({'top':'0%','left':B(0x204),'width':B(0x1fa),'height':B(0x1fd),'border':{'type':B(0x1d6)},'label':'\x20Inventory\x20','content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x209)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x225)]()[C(0x1f9)](v=>v[C(0x227)]);i[C(0x219)](u['join']('\x0a')),h[C(0x1db)]();};h['append'](i);const k=a65e[B(0x212)]({'top':B(0x1fd),'left':B(0x204),'width':'25%','height':'25%','border':{'type':B(0x1d6)},'label':B(0x20b),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x209)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x228)](k);const l=t=>{const D=B;k[D(0x219)](D(0x222)+(t['head']?t[D(0x1e2)][D(0x227)]:'None')+'\x0a'+(D(0x20c)+(t[D(0x1e5)]?t[D(0x1e5)][D(0x227)]:D(0x1f0))+'\x0a')+('Legs:\x20'+(t['legs']?t[D(0x21c)]['name']:D(0x1f0))+'\x0a')+(D(0x22a)+(t['feet']?t[D(0x221)]['name']:D(0x1f0))+'\x0a')+(D(0x220)+(t[D(0x1d0)]?t['arms'][D(0x227)]:D(0x1f0))+'\x0a')+(D(0x200)+(t['gloves']?t['gloves'][D(0x227)]:'None')+'\x0a')+('Left\x20Hand:\x20'+(t[D(0x229)]?t[D(0x229)][D(0x227)]:D(0x1f0))+'\x0a')+(D(0x1d3)+(t[D(0x224)]?t[D(0x224)]['name']:D(0x1f0))+'\x0a')),h[D(0x1db)]();},m=a65e['box']({'top':B(0x1df),'left':B(0x204),'width':B(0x1fa),'height':B(0x1e0),'border':{'type':B(0x1d6)},'label':B(0x1e4),'content':B(0x1f3),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x209)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x228)](m);const n=t=>{const E=B;let u=E(0x1d9)+t[E(0x227)]+'\x0a\x0a';u+=E(0x21a),t[E(0x22c)][E(0x1d8)]>0x0?t[E(0x22c)][E(0x1ec)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x210)](t);x[F(0x1cd)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x227)];if(v['checkIfLocked']())u+=F(0x216);else v['checkIfLockable']()&&(u+=F(0x1f2));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1f6),m[E(0x219)](u),h['render']();},o=a65e[B(0x212)]({'id':B(0x214),'top':'0%','left':'0%','width':B(0x204),'height':B(0x211),'border':{'type':B(0x1d6)},'label':B(0x1e6),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x209)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x206)](B(0x1dd)),h[B(0x228)](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':B(0x21f),'height':B(0x1d7),'tags':!![],'border':{'type':B(0x1d6)},'style':{'fg':B(0x201),'border':{'fg':B(0x1e3)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x228)](p),h[B(0x1d1)](['escape','C-c'],()=>process['exit'](0x0)),p[B(0x1da)](),h[B(0x1db)]();const q=Logger[B(0x1f8)](e[B(0x22b)],h),r=new Player({'playerName':c});q[B(0x1d4)](B(0x1ce));const s=a65f[B(0x1f8)](r,d);o[B(0x219)](s[B(0x1e8)]()),l(s['player'][B(0x1ee)]),j(s[B(0x223)][B(0x1e9)]),n(s[B(0x223)]['currentLocation']),p[B(0x1d1)](['enter'],async()=>{const G=B,t=p['getValue'](),u=s[G(0x213)](t);(t[G(0x207)]('\x20')[0x0]===G(0x21b)||G(0x20f)||G(0x1fe))&&(j(s[G(0x223)][G(0x1e9)]),l(s[G(0x223)]['equipment'])),(t['split']('\x20')[0x0]==='go'||G(0x218)||G(0x1eb))&&n(s[G(0x223)][G(0x1fb)]),t[G(0x207)]('\x20')[0x0]===G(0x226)&&o[G(0x219)](''),u===null&&(console[G(0x1d5)](G(0x20a)),h[G(0x1db)](),q['write']('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x1fc)](0x0)),o[G(0x20d)](u),o['scroll'](0x1),p[G(0x1cf)](),p[G(0x1da)](),h[G(0x1db)]();});}catch(t){console[B(0x1d5)](t),process[B(0x1fc)](0x1);}}const args=process[a65H(0x1dc)][a65H(0x1f5)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a65H(0x1ef)](args[0x2]));
1
+ const a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x18c))/0x1*(parseInt(y(0x18e))/0x2)+-parseInt(y(0x172))/0x3+parseInt(y(0x15d))/0x4+-parseInt(y(0x18f))/0x5+parseInt(y(0x16d))/0x6*(-parseInt(y(0x1a1))/0x7)+parseInt(y(0x1a3))/0x8*(parseInt(y(0x1b0))/0x9)+parseInt(y(0x199))/0xa*(parseInt(y(0x1b2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x2c832));function a65c(){const H=['\x20(Unlocked)','<<<<<<<<---------\x20Terminating\x20game','getWelcomeMessage','focus','line','Arms:\x20','None','arms','checkIfLocked','----->>>>>>\x20Initializing\x20Game','456BAIvHy','cyan','removeAllListeners','rightHand','currentLocation','336069yleXMj','yellow','-----\x20Exits\x20------\x0a','name','inventory','forEach','screen','leftHand','getInstance','45%','25%','20%','log','unequip','constructor','setContent','box','getAllItems','Legs:\x20','parse','Feet:\x20','key','mousemove','toString','equipment','\x0aThere\x20are\x20no\x20exits\x20here.','65101RTqaju','player','2qdLQAQ','830150fwYwEe','white','split','escape','scroll','roomType','equip','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','join','take','850muZSBE','render','OUTSIDE','Available\x20exits\x20will\x20be\x20shown\x20here...','10%','clear','100%','70%','14413CPSreu','lock','1120oByElG','slice','(((.+)+)+)+$','gloves','write','append','90%','Head:\x20','Side\x20Quest\x20Adventure\x20Game','exit','feet','C-c','enter','18675koyFGi','legs','19888aHZsll','clearValue','getOtherSide','\x20Game\x20Log\x20','\x20(Locked)','pushLine','map','exits','951120QeZIvl','unlock','logBox','Torso:\x20','75%','search'];a65c=function(){return H;};return a65c();}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 a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x157;let f=c[d];return f;},a65d(a,b);}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']()[z(0x162)](z(0x1a5))[z(0x189)]()[z(0x180)](g)[z(0x162)](z(0x1a5));});g();try{const h=a65e[A(0x178)]({'smartCSR':!![],'title':A(0x1ab)}),i=a65e[A(0x182)]({'top':'0%','left':A(0x161),'width':A(0x17c),'height':A(0x17b),'border':{'type':'line'},'label':'\x20Inventory\x20','content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x173)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x183)]()[B(0x15b)](v=>v[B(0x175)]);i[B(0x181)](u[B(0x197)]('\x0a')),h[B(0x19a)]();};h[A(0x1a8)](i);const k=a65e[A(0x182)]({'top':A(0x17b),'left':'75%','width':A(0x17c),'height':'25%','border':{'type':A(0x167)},'label':'\x20Equipment\x20','content':A(0x196),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const C=A;k[C(0x181)](C(0x1aa)+(t['head']?t['head'][C(0x175)]:C(0x169))+'\x0a'+(C(0x160)+(t['torso']?t['torso'][C(0x175)]:'None')+'\x0a')+(C(0x184)+(t[C(0x1b1)]?t['legs'][C(0x175)]:C(0x169))+'\x0a')+(C(0x186)+(t[C(0x1ad)]?t[C(0x1ad)]['name']:C(0x169))+'\x0a')+(C(0x168)+(t['arms']?t[C(0x16a)][C(0x175)]:'None')+'\x0a')+('Gloves:\x20'+(t[C(0x1a6)]?t['gloves']['name']:C(0x169))+'\x0a')+('Left\x20Hand:\x20'+(t[C(0x179)]?t[C(0x179)][C(0x175)]:C(0x169))+'\x0a')+('Right\x20Hand:\x20'+(t['rightHand']?t[C(0x170)][C(0x175)]:'None')+'\x0a')),h['render']();},m=a65e['box']({'top':A(0x1a0),'left':A(0x161),'width':A(0x17c),'height':A(0x17d),'border':{'type':A(0x167)},'label':'\x20Map\x20','content':A(0x19c),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x173)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const D=A;let u='Currently\x20in:\x20'+t['name']+'\x0a\x0a';u+=D(0x174),t[D(0x15c)]['size']>0x0?t[D(0x15c)][D(0x177)]((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x157)](t);x[E(0x194)]===RoomType[E(0x19b)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[E(0x175)];if(v[E(0x16b)]())u+=E(0x159);else v['checkIfLockable']()&&(u+=E(0x163));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x18b),m[D(0x181)](u),h[D(0x19a)]();},o=a65e[A(0x182)]({'id':A(0x15f),'top':'0%','left':'0%','width':A(0x161),'height':A(0x1a9),'border':{'type':'line'},'label':A(0x158),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x173)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x16f)](A(0x188)),h[A(0x1a8)](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':A(0x19f),'height':A(0x19d),'tags':!![],'border':{'type':'line'},'style':{'fg':A(0x190),'border':{'fg':A(0x16e)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x1a8)](p),h[A(0x187)]([A(0x192),A(0x1ae)],()=>process[A(0x1ac)](0x0)),p[A(0x166)](),h[A(0x19a)]();const q=Logger[A(0x17a)](e['logFilePath'],h),r=new Player({'playerName':c});q['write'](A(0x16c));const s=a65f[A(0x17a)](r,d);o[A(0x181)](s[A(0x165)]()),l(s[A(0x18d)][A(0x18a)]),j(s[A(0x18d)][A(0x176)]),n(s[A(0x18d)][A(0x171)]),p['key']([A(0x1af)],async()=>{const F=A,t=p['getValue'](),u=s['handleInput'](t);(t[F(0x191)]('\x20')[0x0]===F(0x198)||F(0x195)||F(0x17f))&&(j(s[F(0x18d)][F(0x176)]),l(s[F(0x18d)][F(0x18a)])),(t['split']('\x20')[0x0]==='go'||F(0x1a2)||F(0x15e))&&n(s[F(0x18d)][F(0x171)]),t[F(0x191)]('\x20')[0x0]===F(0x19e)&&o[F(0x181)](''),u===null&&(console[F(0x17e)]('Thanks\x20for\x20playing!'),h[F(0x19a)](),q[F(0x1a7)](F(0x164)),process[F(0x1ac)](0x0)),o[F(0x15a)](u),o[F(0x193)](0x1),p[F(0x1b3)](),p[F(0x166)](),h[F(0x19a)]();});}catch(t){console[A(0x17e)](t),process[A(0x1ac)](0x1);}}const args=process['argv'][a65G(0x1a4)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a65G(0x185)](args[0x2]));
@@ -1 +1 @@
1
- const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0xa6))/0x1+-parseInt(h(0xa5))/0x2*(parseInt(h(0xab))/0x3)+parseInt(h(0xba))/0x4*(-parseInt(h(0x9c))/0x5)+-parseInt(h(0xc0))/0x6+parseInt(h(0xb0))/0x7*(parseInt(h(0xb2))/0x8)+parseInt(h(0x9a))/0x9+parseInt(h(0x9b))/0xa*(parseInt(h(0xbb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x2627d));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x9d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0xa8)]('(((.+)+)+)+$')[j(0xb9)]()[j(0xb4)](a66a)['search'](j(0xb1));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x97;let f=c[d];return f;},a66d(a,b);}const homeDir=a66f[a66k(0x98)]();export class Logger{static ['instance'];[a66k(0xb6)];[a66k(0xbf)];constructor(a,b){const l=a66k;this['filePath']=a,this[l(0xbf)]=b,this[l(0xa1)]();}static[a66k(0x9f)](a=a66g[a66k(0xad)](homeDir,a66k(0xa7),a66k(0xa2)),b){const m=a66k;if(!Logger[m(0xbe)]){if(!b)throw new Error(m(0xa3));Logger[m(0xbe)]=new Logger(a,b);}return Logger[m(0xbe)];}[a66k(0xa1)](){const n=a66k,a=a66g[n(0xbc)](this['filePath']);!a66e[n(0x97)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e[n(0x97)](this[n(0xb6)])&&a66e[n(0xb3)](this['filePath'],'');}[a66k(0xaa)](a){const o=a66k,b=new Date()['toISOString'](),c=o(0xae)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[o(0xb6)],c);}[a66k(0xbd)](a){const p=a66k,b=new Date()[p(0xac)](),c=p(0x9e)+b+']\x20'+a+'\x0a';a66e[p(0xaf)](this[p(0xb6)],c);}[a66k(0xa9)](a){const q=a66k,b=this[q(0xbf)]?.['children'][q(0xa4)](c=>c['type']===q(0xa0)&&c['options']['id']===q(0xb8));b?(b[q(0xb7)](b['content']+'\x0a'+a),b[q(0x99)](b['getScrollHeight']()),this[q(0xbf)]?.[q(0xb5)]()):this[q(0xbd)]('The\x20logbox\x20'+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0xbf)]),this['write'](a);}['hasScreen'](){const r=a66k;return!!this[r(0xbf)];}}function a66c(){const s=['1615014mySOhy','existsSync','homedir','scrollTo','412182IGczhY','1193710GNEXig','75egXWVI','apply','[ERROR]\x20[','getInstance','box','ensureLogFileExists','side-quest.log','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','find','1918OWEWCj','127030IgeDGi','.maka','search','log','write','843bExZaF','toISOString','join','[INFO]\x20[','appendFileSync','100821ZllDIX','(((.+)+)+)+$','32eshSre','writeFileSync','constructor','render','filePath','setContent','logBox','toString','63044KPYXAb','88xgkWxK','dirname','error','instance','screen'];a66c=function(){return s;};return a66c();}
1
+ const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x112))/0x1*(parseInt(h(0x116))/0x2)+-parseInt(h(0x138))/0x3*(-parseInt(h(0x11f))/0x4)+-parseInt(h(0x118))/0x5+-parseInt(h(0x126))/0x6+parseInt(h(0x124))/0x7*(-parseInt(h(0x12a))/0x8)+parseInt(h(0x11d))/0x9*(parseInt(h(0x114))/0xa)+parseInt(h(0x127))/0xb*(parseInt(h(0x117))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x2f7e8));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x12d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x11b)]()[j(0x131)](j(0x130))['toString']()[j(0x12b)](a66a)['search'](j(0x130));});function a66c(){const s=['setContent','3172BkQPEQ','hasScreen','toISOString','appendFileSync','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','89054emESuG','ensureLogFileExists','1327236JMFHiW','319aidDIo','box','mkdirSync','240VJmeub','constructor','getInstance','apply','instance','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','(((.+)+)+)+$','search','write','homedir','screen','existsSync','filePath','.maka','168htbhLT','[ERROR]\x20[','logBox','error','writeFileSync','213929BwTmpX','side-quest.log','10LKiwXq','content','2aTceUp','412668WscYRN','643625AWJtFf','render','dirname','toString','children','885303ZRWTea'];a66c=function(){return s;};return a66c();}a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x133)]();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x10f;let f=c[d];return f;},a66d(a,b);}export class Logger{static [a66k(0x12e)];[a66k(0x136)];['screen'];constructor(a,b){const l=a66k;this[l(0x136)]=a,this[l(0x134)]=b,this[l(0x125)]();}static[a66k(0x12c)](a=a66g['join'](homeDir,a66k(0x137),a66k(0x113)),b){const m=a66k;if(!Logger[m(0x12e)]){if(!b)throw new Error(m(0x123));Logger['instance']=new Logger(a,b);}return Logger['instance'];}['ensureLogFileExists'](){const n=a66k,a=a66g[n(0x11a)](this[n(0x136)]);!a66e[n(0x135)](a)&&a66e[n(0x129)](a,{'recursive':!![]}),!a66e[n(0x135)](this['filePath'])&&a66e[n(0x111)](this['filePath'],'');}[a66k(0x132)](a){const o=a66k,b=new Date()[o(0x121)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e[o(0x122)](this[o(0x136)],c);}[a66k(0x110)](a){const p=a66k,b=new Date()[p(0x121)](),c=p(0x139)+b+']\x20'+a+'\x0a';a66e[p(0x122)](this[p(0x136)],c);}['log'](a){const q=a66k,b=this[q(0x134)]?.[q(0x11c)]['find'](c=>c['type']===q(0x128)&&c['options']['id']===q(0x10f));b?(b[q(0x11e)](b[q(0x115)]+'\x0a'+a),b['scrollTo'](b['getScrollHeight']()),this[q(0x134)]?.[q(0x119)]()):this[q(0x110)]('The\x20logbox\x20'+b+q(0x12f)+this['screen']),this[q(0x132)](a);}[a66k(0x120)](){const r=a66k;return!!this[r(0x134)];}}
@@ -1 +1 @@
1
- const a67m=a67d;function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x10f;let f=c[d];return f;},a67d(a,b);}(function(a,b){const j=a67d,c=a();while(!![]){try{const d=-parseInt(j(0x113))/0x1*(-parseInt(j(0x134))/0x2)+-parseInt(j(0x122))/0x3*(-parseInt(j(0x128))/0x4)+parseInt(j(0x129))/0x5*(parseInt(j(0x12e))/0x6)+parseInt(j(0x127))/0x7*(parseInt(j(0x112))/0x8)+-parseInt(j(0x135))/0x9*(parseInt(j(0x115))/0xa)+-parseInt(j(0x116))/0xb+-parseInt(j(0x114))/0xc*(parseInt(j(0x11b))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x54929));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x131)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x11c)]()['search'](l(0x133))[l(0x11c)]()[l(0x132)](a67a)[l(0x12b)](l(0x133));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';function a67c(){const p=['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...','dungeon','2043vGgWeT','side-quest','join','exit','bright','443737rNknjd','12jZRvGa','435jyjFGQ','What\x20is\x20your\x20name?','search','select','Commoner','33192ALdpdH','Play\x20a\x20little\x20side-quest','./sideQuest/ui.js','apply','constructor','(((.+)+)+)+$','98bSFuMC','65007vNEiuE','maka\x20play:side-quest','inherit','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','8VLZIWB','8203usqTWo','3513504eDAINp','40svhElH','3086292AgpErp','create','resolve','stringify','url','13HYGper','toString','player','shadowrun','Thanks\x20for\x20playing!'];a67c=function(){return p;};return a67c();}import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x11a)]),__dirname=dirname(__filename);Command[a67m(0x117)]({'name':a67m(0x123),'usage':a67m(0x10f),'shortDesc':a67m(0x12f),'aliases':['sq'],'description':a67m(0x120),'validOpts':[a67m(0x11d)]},async function(a,b){const n=a67m;try{const c=this['fsi']['getGlobalMakaDir'](),d=a67e[n(0x124)](c,'side-quest.log'),e=b[n(0x11d)]?b[n(0x11d)]:await Actions['ask'](n(0x12a))||n(0x12d),f={...b,'logFilePath':d},g=await Actions[n(0x12c)]({'message':n(0x111),'name':'sideQuestAnswer','choices':[{'name':n(0x121),'value':dungeonConfig},{'name':n(0x11e),'value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e[n(0x118)](__dirname,n(0x130)),e,JSON[n(0x119)](g),JSON[n(0x119)](f)],{'stdio':n(0x110)});h['on'](n(0x125),()=>{const o=n;Log[o(0x126)](o(0x11f));});}}catch(i){console['log'](i);}},a67f);
1
+ const a67l=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0xb0))/0x1*(-parseInt(j(0xd1))/0x2)+parseInt(j(0xc6))/0x3+-parseInt(j(0xb4))/0x4*(-parseInt(j(0xb9))/0x5)+-parseInt(j(0xcd))/0x6*(-parseInt(j(0xb8))/0x7)+-parseInt(j(0xca))/0x8+-parseInt(j(0xd0))/0x9*(-parseInt(j(0xb6))/0xa)+parseInt(j(0xbd))/0xb*(-parseInt(j(0xcc))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x4bdbc));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const k=a67d;return a67a['toString']()[k(0xc2)]('(((.+)+)+)+$')[k(0xc3)]()[k(0xb5)](a67a)[k(0xc2)](k(0xbb));});a67a();function a67c(){const o=['shadowrun','./sideQuest/ui.js','dungeon','6097mzMBDI','ask','inherit','player','4vGbEcr','constructor','5110800QRGkvE','getGlobalMakaDir','196HzeLbt','2667845ohRQgI','maka\x20play:side-quest','(((.+)+)+)+$','side-quest','22EFPvhA','Play\x20a\x20little\x20side-quest','fsi','resolve','side-quest.log','search','toString','What\x20is\x20your\x20name?','sideQuestAnswer','1496541VNmVRy','stringify','log','Thanks\x20for\x20playing!','3718120EXaoTf','select','3378288dXuWoE','59292yZybnP','node','exit','9NzuDBC','158YSmhwj','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','url'];a67c=function(){return o;};return a67c();}import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xad;let f=c[d];return f;},a67d(a,b);}import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67l(0xd3)]),__dirname=dirname(__filename);Command['create']({'name':a67l(0xbc),'usage':a67l(0xba),'shortDesc':a67l(0xbe),'aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':[a67l(0xb3)]},async function(a,b){const m=a67l;try{const c=this[m(0xbf)][m(0xb7)](),d=a67e['join'](c,m(0xc1)),e=b[m(0xb3)]?b[m(0xb3)]:await Actions[m(0xb1)](m(0xc4))||'Commoner',f={...b,'logFilePath':d},g=await Actions[m(0xcb)]({'message':m(0xd2),'name':m(0xc5),'choices':[{'name':m(0xaf),'value':dungeonConfig},{'name':m(0xad),'value':shadowrunConfig}]});if(e&&g){const h=spawn(m(0xce),[a67e[m(0xc0)](__dirname,m(0xae)),e,JSON[m(0xc7)](g),JSON['stringify'](f)],{'stdio':m(0xb2)});h['on'](m(0xcf),()=>{const n=m;Log['bright'](n(0xc9));});}}catch(i){console[m(0xc8)](i);}},a67f);
@@ -1 +1 @@
1
- function a68c(){var k=['(((.+)+)+)+$','4225746jwIAoW','24LDGwAx','4867896okLnpo','108663ijEupZ','toString','search','apply','13rQTazl','snake','inherit','create','72QcXWhx','57806XZsGWS','1899107oGwPXb','507090PJnzIt','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','105940GvEEai','18BxPcaB'];a68c=function(){return k;};return a68c();}var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x11f))/0x1*(-parseInt(f(0x124))/0x2)+-parseInt(f(0x11b))/0x3*(-parseInt(f(0x123))/0x4)+parseInt(f(0x128))/0x5+-parseInt(f(0x118))/0x6+parseInt(f(0x125))/0x7*(parseInt(f(0x119))/0x8)+-parseInt(f(0x129))/0x9*(parseInt(f(0x126))/0xa)+-parseInt(f(0x11a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x960a3));function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x118;var f=c[d];return f;},a68d(a,b);}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x11e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x11c)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a68a)[h(0x11d)](h(0x12a));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x122)]({'name':a68i(0x120),'usage':'maka\x20game:snake','shortDesc':a68i(0x127),'validOpts':[]},async function(){var j=a68i;execSync('npx\x20command-line-snake',{'stdio':j(0x121)});},a68e);
1
+ var a68h=a68d;function a68c(){var j=['snake','search','2905qDiZea','(((.+)+)+)+$','280496pzwfme','4782UDopJh','npx\x20command-line-snake','1160076jzSzjS','428376MQmJIC','239225iyyrFB','954eopwbD','constructor','37616UTjHdU','inherit','776870TYCMNW','maka\x20game:snake','toString'];a68c=function(){return j;};return a68c();}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x1de))/0x1+parseInt(f(0x1e8))/0x2+-parseInt(f(0x1e2))/0x3+-parseInt(f(0x1e1))/0x4+-parseInt(f(0x1dc))/0x5*(-parseInt(f(0x1df))/0x6)+parseInt(f(0x1e3))/0x7+-parseInt(f(0x1e6))/0x8*(parseInt(f(0x1e4))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x395bc));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var g=a68d;return a68a[g(0x1d9)]()[g(0x1db)]('(((.+)+)+)+$')[g(0x1d9)]()[g(0x1e5)](a68a)[g(0x1db)](g(0x1dd));});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-0x1d8;var f=c[d];return f;},a68d(a,b);}import{execSync}from'child_process';Command['create']({'name':a68h(0x1da),'usage':a68h(0x1d8),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var i=a68h;execSync(i(0x1e0),{'stdio':i(0x1e7)});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x146))/0x1*(-parseInt(f(0x13d))/0x2)+-parseInt(f(0x13f))/0x3*(-parseInt(f(0x151))/0x4)+-parseInt(f(0x14e))/0x5*(-parseInt(f(0x14b))/0x6)+-parseInt(f(0x149))/0x7+-parseInt(f(0x140))/0x8+-parseInt(f(0x148))/0x9*(parseInt(f(0x141))/0xa)+parseInt(f(0x145))/0xb*(parseInt(f(0x13e))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xaca9e));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x14d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x147)]()[h(0x142)](h(0x143))[h(0x147)]()[h(0x14a)](a69a)[h(0x142)](h(0x143));});function a69c(){var k=['45020wQMIPn','search','(((.+)+)+)+$','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','385SArxfl','2lHpFUF','toString','1314aWcALD','3023524zoGPhY','constructor','19260XBYtLP','npx\x20simple-tetris','apply','1910PdpkDa','tetris','maka\x20game:tetris','44wriWos','139510LrdPCL','17484rDgYrd','272703ZnNJHP','4961456eHbjer'];a69c=function(){return k;};return a69c();}a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x13d;var f=c[d];return f;},a69d(a,b);}import{execSync}from'child_process';Command['create']({'name':a69i(0x14f),'usage':a69i(0x150),'shortDesc':a69i(0x144),'validOpts':[]},async function(){var j=a69i;execSync(j(0x14c),{'stdio':'inherit'});},a69e);
1
+ var a69i=a69d;function a69c(){var k=['89812IyXUzt','89884YVnBIU','(((.+)+)+)+$','7141800oqLdqW','maka\x20game:tetris','5iUMvNa','search','inherit','2722951VpQbMx','1651938GgEGmV','toString','10icwzPh','apply','243943HnmExj','1081611yYLZro','tetris','constructor','64ZtvakC','117KGfpYG','npx\x20simple-tetris'];a69c=function(){return k;};return a69c();}function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x10c;var f=c[d];return f;},a69d(a,b);}(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x115))/0x1*(-parseInt(f(0x10c))/0x2)+-parseInt(f(0x113))/0x3*(-parseInt(f(0x116))/0x4)+parseInt(f(0x11a))/0x5*(-parseInt(f(0x11e))/0x6)+parseInt(f(0x10e))/0x7*(parseInt(f(0x112))/0x8)+-parseInt(f(0x10f))/0x9+-parseInt(f(0x118))/0xa+parseInt(f(0x11d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xb52c0));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x10d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x11f)]()[h(0x11b)](h(0x117))[h(0x11f)]()[h(0x111)](a69a)[h(0x11b)]('(((.+)+)+)+$');});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a69i(0x110),'usage':a69i(0x119),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a69i;execSync(j(0x114),{'stdio':j(0x11c)});},a69e);
@@ -1 +1 @@
1
- const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x6d))/0x1+parseInt(f(0x7a))/0x2*(parseInt(f(0x70))/0x3)+parseInt(f(0x6c))/0x4*(-parseInt(f(0x73))/0x5)+-parseInt(f(0x6b))/0x6*(-parseInt(f(0x7e))/0x7)+parseInt(f(0x7b))/0x8*(-parseInt(f(0x72))/0x9)+parseInt(f(0x6e))/0xa*(parseInt(f(0x7d))/0xb)+-parseInt(f(0x64))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x40a96));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x75)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a['toString']()['search'](h(0x65))[h(0x69)]()[h(0x7f)](a70a)[h(0x67)](h(0x65));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x64;let f=c[d];return f;},a70d(a,b);}import{Log}from'../tools/log/log.class.js';function a70c(){const k=['error','4741032WjBaGI','(((.+)+)+)+$','processAndRunGenerator','search','exit','toString','maka\x20g:template\x20todos/todo_item','774eWBklm','24vwwPIy','249126boTynF','970410FTsqbL','maka\x20g:scaffold\x20todos','173085fJkDRl','invoke','134262FKPkyu','306040GRosaU','maka\x20g:dbc\x20geoserver\x20--type=pgsql','apply','maka\x20generate:scaffold\x20todos','maka\x20g:api\x20trucks','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','maka\x20{generate,\x20g}:<generator>\x20<name>','14sIjTZD','56RnNXOK','generate','11QKJaoe','20706NKcKtF','constructor'];a70c=function(){return k;};return a70c();}Command['create']({'name':a70i(0x7c),'aliases':['g'],'usage':a70i(0x79),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a70i(0x78),'examples':[a70i(0x76),a70i(0x6f),a70i(0x6a),'maka\x20g:package\x20package:name','maka\x20g:route\x20todos/edit',a70i(0x77),a70i(0x74)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a['splice'](0x0,0x1),await a70e[j(0x66)](c,a,b)):a70e[j(0x71)](a,b);}catch(d){Log[j(0x80)](d),process[j(0x68)](0x1);}});
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x110))/0x1*(-parseInt(f(0x108))/0x2)+-parseInt(f(0x111))/0x3+-parseInt(f(0x118))/0x4+parseInt(f(0x112))/0x5+parseInt(f(0x107))/0x6+-parseInt(f(0x115))/0x7+-parseInt(f(0x10e))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xe38d0));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x106)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x11a)]()[h(0x10a)](h(0x10d))[h(0x11a)]()[h(0x10b)](a70a)[h(0x10a)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x106;let f=c[d];return f;},a70d(a,b);}function a70c(){const k=['maka\x20g:scaffold\x20todos','exit','apply','7014342qRDntE','2605098QDQblU','maka\x20g:dbc\x20geoserver\x20--type=pgsql','search','constructor','invoke','(((.+)+)+)+$','10825248mtPxen','maka\x20generate:scaffold\x20todos','1VahVWM','3930312ChBokk','7918630NkTMDl','maka\x20g:package\x20package:name','maka\x20g:route\x20todos/edit','2132354bhCxBD','error','splice','621608QkiUso','generate','toString','create'];a70c=function(){return k;};return a70c();}import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x11b)]({'name':a70i(0x119),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':[a70i(0x10f),a70i(0x11c),'maka\x20g:template\x20todos/todo_item',a70i(0x113),a70i(0x114),'maka\x20g:api\x20trucks',a70i(0x109)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x117)](0x0,0x1),await a70e['processAndRunGenerator'](c,a,b)):a70e[j(0x10c)](a,b);}catch(d){Log[j(0x116)](d),process[j(0x11d)](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0xd9))/0x1*(parseInt(f(0xd6))/0x2)+parseInt(f(0xd4))/0x3*(-parseInt(f(0xd8))/0x4)+parseInt(f(0xdf))/0x5+parseInt(f(0xda))/0x6+-parseInt(f(0xdd))/0x7*(-parseInt(f(0xd7))/0x8)+parseInt(f(0xdc))/0x9*(parseInt(f(0xd5))/0xa)+-parseInt(f(0xdb))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x5e648));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0xde)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0xe1)]()[h(0xe0)]('(((.+)+)+)+$')['toString']()['constructor'](a71a)['search']('(((.+)+)+)+$');});a71a();import'./get.command.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0xd4;var f=c[d];return f;},a71d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a71c(){var i=['154060aPLxPK','search','toString','2057481UEaWpr','80CsvQEw','70RueadS','40aSCQcH','4pTaItc','10107EKegTp','2770908kTfrnD','89628gRIjNW','706941YqSKTx','438662SvjBlO','apply'];a71c=function(){return i;};return a71c();}import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x1ee))/0x1+-parseInt(f(0x1e8))/0x2*(-parseInt(f(0x1ea))/0x3)+parseInt(f(0x1f2))/0x4+-parseInt(f(0x1ec))/0x5*(-parseInt(f(0x1f3))/0x6)+parseInt(f(0x1ed))/0x7+parseInt(f(0x1e9))/0x8+-parseInt(f(0x1eb))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xc9f59));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1f0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x1e7)]()[h(0x1ef)](h(0x1f1))[h(0x1e7)]()[h(0x1e6)](a71a)[h(0x1ef)](h(0x1f1));});a71a();import'./get.command.js';import'./global.sub.cmd.js';function a71c(){var i=['1168841sBnktB','search','apply','(((.+)+)+)+$','893848JkdxnT','660PjzzxL','constructor','toString','5284AJKIVn','4234648QMRiMy','6TQKsPm','29579391fnLlyf','64565MaCnbB','5365332laUYLz'];a71c=function(){return i;};return a71c();}function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1e6;var f=c[d];return f;},a71d(a,b);}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a72h=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x15f))/0x1*(-parseInt(f(0x15a))/0x2)+parseInt(f(0x160))/0x3*(parseInt(f(0x161))/0x4)+parseInt(f(0x156))/0x5+parseInt(f(0x153))/0x6+-parseInt(f(0x157))/0x7+parseInt(f(0x159))/0x8+parseInt(f(0x154))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xe9aa8));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const g=a72d;return a72a[g(0x155)]()[g(0x15d)](g(0x15b))[g(0x155)]()['constructor'](a72a)[g(0x15d)](g(0x15b));});function a72c(){const i=['622314xACtnR','toString','5882815gJyLjO','5976327KVuGBo','create','2550280MQYmLC','238qEZWNE','(((.+)+)+)+$','maka\x20get:<sub-command>','search','get','12410JfaNzT','113085IQnGbV','172KtzdWq','613608BkPMjY'];a72c=function(){return i;};return a72c();}a72a();import{Command}from'../../command.js';const GetCommand=Command[a72h(0x158)]({'name':a72h(0x15e),'usage':a72h(0x15c),'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a){const b=a[0x0];await this['processAndRunCommand'](b);});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x153;let f=c[d];return f;},a72d(a,b);}export default GetCommand;
1
+ function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x8c;let f=c[d];return f;},a72d(a,b);}const a72i=a72d;function a72c(){const k=['80nmnASt','2qnAvHk','processAndRunCommand','search','apply','6771411vCkHAc','1559940sUNJzY','toString','constructor','maka\x20get:<sub-command>','get','4689909SLWwQU','create','51164ZiFkUY','751429ufvcmo','1447613EBahku','42795340DqbEOj','Get\x20various\x20Maka\x20variables\x20and\x20configurations','5BkBMDa'];a72c=function(){return k;};return a72c();}(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x9d))/0x1*(-parseInt(f(0x8f))/0x2)+parseInt(f(0x99))/0x3+parseInt(f(0x9b))/0x4*(-parseInt(f(0x8d))/0x5)+parseInt(f(0x94))/0x6+-parseInt(f(0x9c))/0x7*(-parseInt(f(0x8e))/0x8)+parseInt(f(0x93))/0x9+-parseInt(f(0x9e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xc464e));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x92)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x95)]()['search']('(((.+)+)+)+$')[h(0x95)]()[h(0x96)](a72a)[h(0x91)]('(((.+)+)+)+$');});a72a();import{Command}from'../../command.js';const GetCommand=Command[a72i(0x9a)]({'name':a72i(0x98),'usage':a72i(0x97),'shortDesc':a72i(0x8c),'validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0x90)](b);});export default GetCommand;
@@ -1 +1 @@
1
- const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x6c))/0x1+-parseInt(f(0x67))/0x2*(-parseInt(f(0x66))/0x3)+-parseInt(f(0x6f))/0x4*(parseInt(f(0x68))/0x5)+-parseInt(f(0x69))/0x6+parseInt(f(0x78))/0x7*(-parseInt(f(0x74))/0x8)+parseInt(f(0x72))/0x9*(-parseInt(f(0x6a))/0xa)+parseInt(f(0x65))/0xb*(parseInt(f(0x77))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xde8a8));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x6d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x71)]()[h(0x76)](h(0x7b))[h(0x71)]()[h(0x6b)](a73a)[h(0x76)](h(0x7b));});a73a();function a73c(){const k=['constructor','1407342WeZZaI','apply','getGlobalConfig','157576kxCsHO','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','toString','10468881AlIMgn','exit','5125904JnuQEI','cfg','search','1644TtjiJb','14XmKrGX','maka\x20get:global-config','error','(((.+)+)+)+$','406934SmIfBA','437910RiTyAe','2TrkZby','55tIiVWY','103554iCnTii','10YlJIpS'];a73c=function(){return k;};return a73c();}import a73e from'./get.command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x65;let f=c[d];return f;},a73d(a,b);}import{Command}from'../../command.js';Command['create']({'name':'global-config','usage':a73i(0x79),'aliases':['gc'],'shortDesc':a73i(0x70),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x75)][j(0x6e)]();console['log'](a),process[j(0x73)](0x0);}catch(b){console[j(0x7a)](b),process[j(0x73)](0x0);}},a73e);
1
+ const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0xe2))/0x1*(parseInt(f(0xe9))/0x2)+-parseInt(f(0xdf))/0x3+parseInt(f(0xe6))/0x4*(parseInt(f(0xdd))/0x5)+parseInt(f(0xd9))/0x6+-parseInt(f(0xe1))/0x7*(-parseInt(f(0xe5))/0x8)+-parseInt(f(0xdb))/0x9*(parseInt(f(0xea))/0xa)+-parseInt(f(0xde))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x2ac7e));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0xda)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0xe3)]()[h(0xe7)](h(0xe0))[h(0xe3)]()['constructor'](a73a)[h(0xe7)](h(0xe0));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';function a73c(){const k=['10QDrkhO','cfg','exit','1757676yQNlCF','apply','351621ccKLab','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','1105055fOvIqt','657536BnSLas','332130QWCcWu','(((.+)+)+)+$','35nJjMXA','67078VDLtqP','toString','global-config','222624woWCDj','4FffneI','search','getGlobalConfig','8pNyXxD'];a73c=function(){return k;};return a73c();}function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xd8;let f=c[d];return f;},a73d(a,b);}Command['create']({'name':a73i(0xe4),'usage':'maka\x20get:global-config','aliases':['gc'],'shortDesc':a73i(0xdc),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0xeb)][j(0xe8)]();console['log'](a),process[j(0xd8)](0x0);}catch(b){console['error'](b),process['exit'](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x199))/0x1*(parseInt(f(0x1a8))/0x2)+parseInt(f(0x19a))/0x3+parseInt(f(0x1a0))/0x4*(-parseInt(f(0x1a5))/0x5)+-parseInt(f(0x196))/0x6+-parseInt(f(0x1a2))/0x7*(parseInt(f(0x1a4))/0x8)+parseInt(f(0x19b))/0x9*(-parseInt(f(0x19f))/0xa)+parseInt(f(0x1a3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xe8fa4));function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x195;let f=c[d];return f;},a74d(a,b);}function a74c(){const k=['log','getMakaProjectConfig','10298778FKMfrE','create','constructor','2npxdMI','3045462byPgxA','4838904GUnARS','local-config','(((.+)+)+)+$','toString','10EnwBKY','4008xMACyC','search','854hNwENU','49145305lrvcpG','75968rqmUYQ','8685wlgjuv','apply','maka\x20get:local-config','624472ChAgNp','cfg'];a74c=function(){return k;};return a74c();}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x1a6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a['toString']()['search'](h(0x19d))[h(0x19e)]()[h(0x198)](a74a)[h(0x1a1)](h(0x19d));});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x197)]({'name':a74i(0x19c),'usage':a74i(0x1a7),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[]},async function(){const j=a74i,a=await this[j(0x1a9)][j(0x195)]();console[j(0x1aa)](a);},a74e);
1
+ const a74i=a74d;function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xa1;let f=c[d];return f;},a74d(a,b);}function a74c(){const k=['37368LQPisL','local-config','constructor','search','getMakaProjectConfig','log','toString','18777660JmINNG','838785iGJPpl','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','4895946pIgQXZ','9208flnZUr','3353zKmcKR','642296klASBJ','create','6TscAhn','(((.+)+)+)+$','235DlwyNi','apply','1158777tzjASJ'];a74c=function(){return k;};return a74c();}(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0xae))/0x1+parseInt(f(0xb3))/0x2*(parseInt(f(0xa1))/0x3)+-parseInt(f(0xa6))/0x4*(-parseInt(f(0xa3))/0x5)+parseInt(f(0xb0))/0x6+parseInt(f(0xb2))/0x7*(-parseInt(f(0xb1))/0x8)+parseInt(f(0xa5))/0x9+-parseInt(f(0xad))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x6a65c));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0xa4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0xac)]()[h(0xa9)](h(0xa2))['toString']()[h(0xa8)](a74a)['search']('(((.+)+)+)+$');});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0xb4)]({'name':a74i(0xa7),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0xaf),'validOpts':[]},async function(){const j=a74i,a=await this['cfg'][j(0xaa)]();console[j(0xab)](a);},a74e);
@@ -1 +1 @@
1
- const a75h=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0xc0))/0x1+parseInt(f(0xba))/0x2+parseInt(f(0xc9))/0x3*(parseInt(f(0xbe))/0x4)+parseInt(f(0xb8))/0x5*(parseInt(f(0xb9))/0x6)+-parseInt(f(0xbd))/0x7+-parseInt(f(0xc3))/0x8+-parseInt(f(0xc6))/0x9*(-parseInt(f(0xca))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xcbc2a));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const g=a75d;return a75a['toString']()[g(0xbf)](g(0xc1))[g(0xc4)]()[g(0xb7)](a75a)[g(0xbf)]('(((.+)+)+)+$');});a75a();function a75c(){const j=['constructor','10265rZNoKC','3042lZRGqM','1148568viZiZr','maka\x20get:whoami','create','3920077GJqrOr','268MglUwK','search','823868ZiFiHs','(((.+)+)+)+$','whoami','11695760YVpKXE','toString','getGlobalConfig','1428939TLSgJS','exit','silent','57RrQyVJ','130YvHQMb','error'];a75c=function(){return j;};return a75c();}import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0xb6;let f=c[d];return f;},a75d(a,b);}Command[a75h(0xbc)]({'name':a75h(0xc2),'usage':a75h(0xbb),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[a75h(0xc8)]},async function(){const i=a75h;try{const a=await this['cfg'][i(0xc5)]();return a;}catch(b){Log[i(0xb6)](b),process[i(0xc7)](0x1);}},a75e);
1
+ const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x123))/0x1+-parseInt(f(0x112))/0x2*(-parseInt(f(0x115))/0x3)+parseInt(f(0x113))/0x4+-parseInt(f(0x121))/0x5+-parseInt(f(0x126))/0x6*(-parseInt(f(0x11a))/0x7)+-parseInt(f(0x120))/0x8*(parseInt(f(0x11e))/0x9)+-parseInt(f(0x118))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x539b4));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x11c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a['toString']()['search']('(((.+)+)+)+$')[h(0x11d)]()[h(0x124)](a75a)[h(0x11f)]('(((.+)+)+)+$');});a75a();import a75e from'./get.command.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x112;let f=c[d];return f;},a75d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a75c(){const k=['266735MmeLwc','exit','apply','toString','184923WTBAXd','search','144eYAlxs','1773485QidTRT','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','299233fWGPBG','constructor','create','60XNGOUX','silent','982WLCvDU','1292784dbeitT','whoami','1995QfBKRd','getGlobalConfig','error','2629990awPenL','cfg'];a75c=function(){return k;};return a75c();}Command[a75i(0x125)]({'name':a75i(0x114),'usage':'maka\x20get:whoami','shortDesc':a75i(0x122),'validOpts':[a75i(0x127)]},async function(){const j=a75i;try{const a=await this[j(0x119)][j(0x116)]();return a;}catch(b){Log[j(0x117)](b),process[j(0x11b)](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76h=a76d;function a76c(){var i=['3990740poiUBI','search','(((.+)+)+)+$','5rjjJzI','Try,\x20maka\x20--help','8xrBAsq','6213886YSKyXe','5837634XhuCBd','constructor','toString','3105372rjwHAa','Deprecated:\x20use\x20--help\x20instead','1144640qCymFL','5478ZeXVcA','3564981LpvCRe','create','324PHxbWM'];a76c=function(){return i;};return a76c();}(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x114))/0x1*(-parseInt(f(0x111))/0x2)+parseInt(f(0x10e))/0x3+-parseInt(f(0x110))/0x4+-parseInt(f(0x107))/0x5*(parseInt(f(0x10b))/0x6)+parseInt(f(0x10a))/0x7+parseInt(f(0x109))/0x8*(parseInt(f(0x112))/0x9)+parseInt(f(0x115))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x8b84e));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var g=a76d;return a76a[g(0x10d)]()[g(0x116)](g(0x117))[g(0x10d)]()[g(0x10c)](a76a)['search'](g(0x117));});function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x107;var f=c[d];return f;},a76d(a,b);}a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76h(0x113)]({'name':'help','description':a76h(0x108),'aliases':['h'],'validOpts':[],'shortDesc':a76h(0x10f)},async function(){throw new UsageError();});
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0xe0))/0x1+-parseInt(f(0xe2))/0x2+-parseInt(f(0xee))/0x3*(-parseInt(f(0xf1))/0x4)+-parseInt(f(0xea))/0x5*(parseInt(f(0xe5))/0x6)+parseInt(f(0xed))/0x7*(parseInt(f(0xe8))/0x8)+-parseInt(f(0xe9))/0x9+-parseInt(f(0xe4))/0xa*(parseInt(f(0xf0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x9fb7d));function a76c(){var j=['891uqfLtA','36076toOjcY','Deprecated:\x20use\x20--help\x20instead','constructor','1049769ilmPYh','apply','1346278cnvwqP','create','63180QNvRXU','72aovMFM','search','help','96cQqRnY','4552731syQyGU','114110bQDJxU','Try,\x20maka\x20--help','(((.+)+)+)+$','431263CVSwiB','276KajRcK','toString'];a76c=function(){return j;};return a76c();}var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0xe1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a['toString']()['search'](h(0xec))[h(0xef)]()[h(0xdf)](a76a)[h(0xe6)](h(0xec));});a76a();import{Command}from'../command.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0xdf;var f=c[d];return f;},a76d(a,b);}import{UsageError}from'../error.js';Command[a76i(0xe3)]({'name':a76i(0xe7),'description':a76i(0xeb),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0xf2)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77H=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=-parseInt(F(0x211))/0x1*(-parseInt(F(0x1d6))/0x2)+-parseInt(F(0x21c))/0x3+-parseInt(F(0x1f4))/0x4*(parseInt(F(0x219))/0x5)+parseInt(F(0x1ed))/0x6+-parseInt(F(0x1ee))/0x7*(parseInt(F(0x215))/0x8)+parseInt(F(0x1f3))/0x9*(parseInt(F(0x1d9))/0xa)+parseInt(F(0x1c8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xe543e));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const G=a77d;return a77a[G(0x1ec)]()['search'](G(0x1f8))[G(0x1ec)]()['constructor'](a77a)[G(0x1f7)](G(0x1f8));});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[a77H(0x200)]();function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x1be;let f=c[d];return f;},a77d(a,b);}function isRoot(){const I=a77H;return process[I(0x214)]&&process[I(0x214)]()===0x0;}function compareVersions(a,b){const J=a77H,c=a['split']('.')[J(0x1c5)](Number),d=b['split']('.')['map'](Number);for(let e=0x0;e<Math[J(0x1df)](c['length'],d[J(0x1d8)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command['create']({'name':a77H(0x207),'aliases':['i'],'validOpts':[a77H(0x21d),a77H(0x1e7),a77H(0x20f),a77H(0x1eb),a77H(0x20c),'setPath'],'usage':a77H(0x1c2),'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':['maka\x20install\x20meteor',a77H(0x1e4),a77H(0x1fa),a77H(0x212),a77H(0x21b)]},async function(a,b){const K=a77H;try{const {mpi:c,cfg:d,fsi:f}=this;b['setPath']&&(updatePath(),Log[K(0x1d0)](K(0x1f2)),process[K(0x1db)](0x0));let g='';if(b[K(0x20f)]){if(f['isFile'](b['cacert']))Log[K(0x1be)](K(0x1c9)+b['cacert']),g=b['cacert'];else throw K(0x1e0)+g;}const h=await d['getGlobalConfig']();if(h[K(0x1e6)]){if(f[K(0x1f9)](h[K(0x1e6)]))g=h[K(0x1e6)];else throw K(0x1fb)+g;}let i=![];if(b['f']||b['force'])i=!![];else{const u=isRoot();u?(Log[K(0x1e9)](K(0x1e1)),i=await Actions[K(0x1dd)](K(0x1ff),![])):i=!![];}if(!i)throw K(0x217);const j=await HTTPS['get']({'url':K(0x1fc),'cert':g}),k=await f[K(0x1ce)](j[K(0x208)],K(0x1f5));if(k['length']===0x0)throw K(0x1f0);process['env']['NO_NODE_WARNINGS']='1';const l=k[0x0][K(0x1cf)](/[^0-9.]/gi,'')[K(0x1cf)](/\r?\n|\r/,''),m=K(0x20e);let n;b[K(0x1e7)]?n=b[K(0x1e7)]:compareVersions(l,m)<0x0?n=m:n=l;Log[K(0x1be)]('Preparing\x20to\x20install\x20Meteor\x20'+n);const o={'win32':'windows','darwin':'osx','linux':K(0x1d7)};let p=K(0x1fd)+o[a77e[K(0x1c1)]()]+'.'+(a77e[K(0x1cb)]()===K(0x1c0)?K(0x1c0):'x86_64')+K(0x218)+n,q=await HTTPS[K(0x20d)]({'url':p,'cert':g});if(!q&&n[K(0x204)]('-')){const v=n['split']('-'),w=v[0x0],x=v[K(0x1d1)](0x1)[K(0x1c6)]('-'),y=w[K(0x1cf)](/\.0+$/,'');Log[K(0x1e9)](K(0x1e8)+n+'\x20is\x20not\x20available,\x20trying\x20'+y+'-'+x);const z='https://packages.meteor.com/bootstrap-link?arch=os.'+o[a77e['platform']()]+'.'+(a77e[K(0x1cb)]()===K(0x1c0)?K(0x1c0):K(0x216))+K(0x218)+y+'-'+x;q=await HTTPS[K(0x20d)]({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log[K(0x1d3)](K(0x1e8)+n+K(0x1ea)),process['exit'](0x0)):Log['notice'](K(0x1e8)+n+K(0x1f6));const r=f['getMeteorInstallPath'](),s=c[K(0x1ca)](),t=f[K(0x1ef)]();if(a77g['existsSync'](s)){let A=![];b['f']||b[K(0x21d)]?A=!![]:A=await Actions['confirm']('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),A?(await SpawnAsync['withSpinner']('rm',[K(0x1fe),a77f[K(0x1c6)](r,'packages')],{'message':K(0x201)}),await SpawnAsync[K(0x1f1)]('rm',[K(0x1fe),a77f[K(0x1c6)](r,K(0x1c7))],{'message':K(0x203)}),await SpawnAsync[K(0x1f1)]('rm',[K(0x1fe),a77f[K(0x1c6)](r,K(0x20b))],{'message':K(0x205)})):(Log[K(0x1de)](K(0x209)),process[K(0x1db)](0x0));}try{Log[K(0x1be)]('Downloading\x20Meteor\x20'+n+K(0x1da)+p),await HTTPS[K(0x1c4)]({'url':p,'destPath':a77f[K(0x1c6)](homeDir,K(0x213)),'cert':g,'timeout':b[K(0x20c)]?parseInt(b[K(0x20c)])*0x3e8:0x493e0});try{const B=a77f[K(0x1c6)](homeDir,K(0x213));await f[K(0x1bf)](B,t);}catch(C){Log[K(0x1d3)](K(0x202));}updatePath();}catch(D){console[K(0x1d3)](D),process[K(0x1db)](0x1);}finally{!b[K(0x1eb)]&&await SpawnAsync[K(0x1f1)]('rm',['-rf',a77f[K(0x1c6)](homeDir,'meteor.tar.gz')],{'message':K(0x20a)});}c['setMeteorReleaseVersion'](n),Log[K(0x1d0)](K(0x1e8)+n+'\x20installed.\x0a'),process[K(0x1db)](0x0);}catch(E){console['error'](E),process[K(0x1db)](0x1);}});function updatePath(){const L=a77H;if(a77e['platform']()===L(0x1cd)){const a=process[L(0x206)][L(0x1e2)]||'',b=homeDir+L(0x1c3);!a[L(0x204)](b)&&(execSync('setx\x20PATH\x20\x22'+a+';'+b+'\x22'),Log[L(0x1be)](L(0x21a)),Log['notice']('Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.'));}else{const c=a77f[L(0x1c6)](homeDir,L(0x1d2)),d=a77f[L(0x1c6)](homeDir,L(0x1cc)),e=L(0x1d4),f=a77g['existsSync'](c)?a77g[L(0x1dc)](c,L(0x1e3)):'';!f['includes'](e)&&(a77g[L(0x1d5)](c,'\x0a'+e+'\x0a'),Log['notice']('Added\x20Meteor\x20path\x20to\x20'+c));const g=a77g[L(0x1e5)](d)?a77g[L(0x1dc)](d,L(0x1e3)):'';!g[L(0x204)](e)&&(a77g['appendFileSync'](d,'\x0a'+e+'\x0a'),Log['notice'](L(0x210)+d));}}function a77c(){const M=['force','notice','extractTarGz','arm64','platform','maka\x20install','\x5c.meteor\x5cmeteor','downloadFile','map','join','package-metadata','5304761RzhrkM','Using\x20CA\x20Cert\x20','getMeteorExePath','arch','.bashrc','win32','grep','replace','success','slice','.zshrc','error','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','appendFileSync','36DlFalO','linux','length','8462230heZIgZ','\x20from\x20','exit','readFileSync','confirm','info','max','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','PATH','utf8','maka\x20install\x20meteor\x20--force','existsSync','cert','release','Meteor\x20version\x20','warn','\x20is\x20not\x20available.','keepInstallFile','toString','8607552rdFfzg','4936883hcduce','getUserDataDirectory','Network\x20error,\x20please\x20try\x20again.','withSpinner','Meteor\x20path\x20updated.','9xIrqyp','85996uFreyf','RELEASE=','\x20is\x20available.','search','(((.+)+)+)+$','isFile','maka\x20install\x20meteor\x20--release\x203.0.1','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','https://install.meteor.com','https://packages.meteor.com/bootstrap-link?arch=os.','-rf','Proceed\x20anyway?','homedir','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','Error\x20extracting\x20meteor.tar.gz\x20file','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','includes','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','env','install','data','Aborting\x20install','Cleaning\x20up','meteor','timeout','checkAvailability','3.0.2','cacert','Added\x20Meteor\x20path\x20to\x20','27109KHpeYi','maka\x20install\x20meteor\x20--set-path','meteor.tar.gz','getuid','16RRdmBA','x86_64','Aborted','&release=','165qaveVn','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','maka\x20i','575859OULKrM'];a77c=function(){return M;};return a77c();}
1
+ const a77I=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=parseInt(F(0xcd))/0x1*(-parseInt(F(0xbd))/0x2)+parseInt(F(0xca))/0x3+parseInt(F(0xf6))/0x4+parseInt(F(0xb0))/0x5+-parseInt(F(0xb2))/0x6+parseInt(F(0xf9))/0x7+parseInt(F(0xfa))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x92cd7));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0xce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a[H(0xd8)]()[H(0xc1)](H(0x109))[H(0xd8)]()[H(0xff)](a77a)[H(0xc1)](H(0x109));});a77a();function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xae;let f=c[d];return f;},a77d(a,b);}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(0xf2)]();function isRoot(){const J=a77I;return process[J(0xb3)]&&process['getuid']()===0x0;}function compareVersions(a,b){const K=a77I,c=a[K(0x110)]('.')[K(0xd4)](Number),d=b[K(0x110)]('.')['map'](Number);for(let e=0x0;e<Math[K(0xbe)](c[K(0xf1)],d[K(0xf1)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command['create']({'name':a77I(0xbb),'aliases':['i'],'validOpts':['force',a77I(0xe4),'cacert',a77I(0xb6),a77I(0x10b),'setPath'],'usage':a77I(0xee),'shortDesc':a77I(0xec),'description':a77I(0xbf),'examples':[a77I(0xc0),'maka\x20install\x20meteor\x20--force','maka\x20install\x20meteor\x20--release\x203.0.1',a77I(0xd0),a77I(0xfc)]},async function(a,b){const L=a77I;try{const {mpi:c,cfg:d,fsi:f}=this;b[L(0xf7)]&&(updatePath(),Log[L(0xda)](L(0x108)),process[L(0xb8)](0x0));let g='';if(b['cacert']){if(f['isFile'](b[L(0xba)]))Log[L(0x10f)]('Using\x20CA\x20Cert\x20'+b[L(0xba)]),g=b['cacert'];else throw L(0xe0)+g;}const h=await d['getGlobalConfig']();if(h[L(0xd3)]){if(f[L(0xe9)](h[L(0xd3)]))g=h[L(0xd3)];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(0xd9)])i=!![];else{const u=isRoot();u?(Log[L(0xb5)](L(0xc9)),i=await Actions[L(0x10a)](L(0xea),![])):i=!![];}if(!i)throw'Aborted';const j=await HTTPS[L(0xdc)]({'url':L(0xe5),'cert':g}),k=await f[L(0xc6)](j[L(0xe7)],L(0xf0));if(k[L(0xf1)]===0x0)throw L(0xb4);process[L(0x101)]['NO_NODE_WARNINGS']='1';const l=k[0x0][L(0xaf)](/[^0-9.]/gi,'')[L(0xaf)](/\r?\n|\r/,''),m='3.0.2';let n;b[L(0xe4)]?n=b[L(0xe4)]:compareVersions(l,m)<0x0?n=m:n=l;Log[L(0x10f)](L(0x102)+n);const o={'win32':'windows','darwin':'osx','linux':L(0xd1)};let p=L(0xe6)+o[a77e[L(0xdd)]()]+'.'+(a77e['arch']()===L(0x100)?L(0x100):'x86_64')+L(0xef)+n,q=await HTTPS[L(0xdf)]({'url':p,'cert':g});if(!q&&n[L(0xe8)]('-')){const v=n[L(0x110)]('-'),w=v[0x0],x=v['slice'](0x1)[L(0xbc)]('-'),y=w[L(0xaf)](/\.0+$/,'');Log[L(0xb5)]('Meteor\x20version\x20'+n+'\x20is\x20not\x20available,\x20trying\x20'+y+'-'+x);const z=L(0xe6)+o[a77e[L(0xdd)]()]+'.'+(a77e[L(0x104)]()===L(0x100)?L(0x100):L(0xc4))+'&release='+y+'-'+x;q=await HTTPS[L(0xdf)]({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log[L(0x106)](L(0xe3)+n+'\x20is\x20not\x20available.'),process[L(0xb8)](0x0)):Log[L(0x10f)](L(0xe3)+n+L(0x105));const r=f['getMeteorInstallPath'](),s=c[L(0xc7)](),t=f[L(0xcf)]();if(a77g[L(0xf3)](s)){let A=![];b['f']||b[L(0xd9)]?A=!![]:A=await Actions[L(0x10a)](L(0xf5),![]),A?(await SpawnAsync[L(0x107)]('rm',[L(0xeb),a77f[L(0xbc)](r,L(0xcb))],{'message':L(0xd2)}),await SpawnAsync[L(0x107)]('rm',['-rf',a77f[L(0xbc)](r,L(0xc5))],{'message':L(0xf8)}),await SpawnAsync[L(0x107)]('rm',[L(0xeb),a77f[L(0xbc)](r,L(0xb7))],{'message':L(0x10c)})):(Log[L(0xdb)](L(0xc3)),process[L(0xb8)](0x0));}try{Log[L(0x10f)](L(0x103)+n+'\x20from\x20'+p),await HTTPS[L(0xd7)]({'url':p,'destPath':a77f['join'](homeDir,L(0xfd)),'cert':g,'timeout':b[L(0x10b)]?parseInt(b[L(0x10b)])*0x3e8:0x493e0});try{const B=a77f[L(0xbc)](homeDir,L(0xfd));await f[L(0xc2)](B,t);}catch(C){Log[L(0x106)](L(0xed));}updatePath();}catch(D){console['error'](D),process['exit'](0x1);}finally{!b['keepInstallFile']&&await SpawnAsync[L(0x107)]('rm',[L(0xeb),a77f[L(0xbc)](homeDir,L(0xfd))],{'message':L(0xde)});}c[L(0xb1)](n),Log['success'](L(0xe3)+n+'\x20installed.\x0a'),process[L(0xb8)](0x0);}catch(E){console[L(0x106)](E),process['exit'](0x1);}});function updatePath(){const M=a77I;if(a77e[M(0xdd)]()===M(0x10d)){const a=process[M(0x101)][M(0xfb)]||'',b=homeDir+M(0xe1);!a['includes'](b)&&(execSync(M(0xd6)+a+';'+b+'\x22'),Log[M(0x10f)](M(0xf4)),Log['notice'](M(0xd5)));}else{const c=a77f[M(0xbc)](homeDir,M(0xae)),d=a77f[M(0xbc)](homeDir,M(0xe2)),e=M(0xc8),f=a77g[M(0xf3)](c)?a77g[M(0xb9)](c,'utf8'):'';!f['includes'](e)&&(a77g[M(0xfe)](c,'\x0a'+e+'\x0a'),Log[M(0x10f)](M(0xcc)+c));const g=a77g[M(0xf3)](d)?a77g[M(0xb9)](d,M(0x10e)):'';!g['includes'](e)&&(a77g['appendFileSync'](d,'\x0a'+e+'\x0a'),Log[M(0x10f)]('Added\x20Meteor\x20path\x20to\x20'+d));}}function a77c(){const N=['3525315wJuLJu','packages','Added\x20Meteor\x20path\x20to\x20','1BHRgBu','apply','getUserDataDirectory','maka\x20install\x20meteor\x20--set-path','linux','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','cert','map','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','setx\x20PATH\x20\x22','downloadFile','toString','force','success','info','get','platform','Cleaning\x20up','checkAvailability','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','\x5c.meteor\x5cmeteor','.bashrc','Meteor\x20version\x20','release','https://install.meteor.com','https://packages.meteor.com/bootstrap-link?arch=os.','data','includes','isFile','Proceed\x20anyway?','-rf','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','Error\x20extracting\x20meteor.tar.gz\x20file','maka\x20install','&release=','RELEASE=','length','homedir','existsSync','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','1920044afSYqf','setPath','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','427966wcFwxG','2112744lEMAFV','PATH','maka\x20i','meteor.tar.gz','appendFileSync','constructor','arm64','env','Preparing\x20to\x20install\x20Meteor\x20','Downloading\x20Meteor\x20','arch','\x20is\x20available.','error','withSpinner','Meteor\x20path\x20updated.','(((.+)+)+)+$','confirm','timeout','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','win32','utf8','notice','split','.zshrc','replace','1225480OFZlts','setMeteorReleaseVersion','4653924VekFSs','getuid','Network\x20error,\x20please\x20try\x20again.','warn','keepInstallFile','meteor','exit','readFileSync','cacert','install','join','1696972kthkEj','max','\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','maka\x20install\x20meteor','search','extractTarGz','Aborting\x20install','x86_64','package-metadata','grep','getMeteorExePath','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'];a77c=function(){return N;};return a77c();}
@@ -1 +1 @@
1
- const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0xa6))/0x1+parseInt(i(0x9d))/0x2*(parseInt(i(0xb1))/0x3)+parseInt(i(0x96))/0x4*(-parseInt(i(0x92))/0x5)+-parseInt(i(0x97))/0x6*(parseInt(i(0xad))/0x7)+-parseInt(i(0xa5))/0x8+parseInt(i(0xac))/0x9*(parseInt(i(0xa9))/0xa)+-parseInt(i(0x8e))/0xb*(-parseInt(i(0x8f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x6ef8f));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0xb0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x98)]()['search'](k(0xae))[k(0x98)]()['constructor'](a78a)[k(0xa0)]('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';function a78c(){const n=['13890bomEKZ','toString','stop','create','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','join','34AIPQIC','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','stringify','search','docs','jsdoc','inherit','writeFileSync','3939200zwbhCq','89690SiJsML','sep','maka\x20jsdoc\x20--init','920kSsmBR','\x0a[+]\x20Documentation\x20written\x20to\x20','findAppDirectory','9891sPaVLN','1701bvAvtS','(((.+)+)+)+$','config','apply','41037nazRFQ','jsdoc-config.json','maka\x20jsdoc','notice','plugins/markdown','fsi','2354aZIhJY','84732rxQATp','withSpinner','\x20-d\x20','1227635xphEEm','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','error','.+\x5c.(j|t)s(doc|x)?$','4ZQDesj'];a78c=function(){return n;};return a78c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x8d;let f=c[d];return f;},a78d(a,b);}Command[a78l(0x9a)]({'name':a78l(0xa2),'usage':a78l(0xb3),'mustBeInMakaProject':!![],'shortDesc':a78l(0x93),'examples':[a78l(0xa8),a78l(0xb3)],'validOpts':[]},function(){const m=a78l,a=a78e['join'](this['fsi'][m(0xab)](),m(0xa1)+a78e['sep']),b=a78e[m(0x9c)](this[m(0x8d)][m(0xab)](),m(0xaf),m(0xb2)),c=m(0xa2);if(!this['fsi']['isFile'](b)){const f={'plugins':[m(0xb5)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0xa2),'closure']},'source':{'includePattern':m(0x95),'excludePattern':m(0x9e),'exclude':['app/packages','app/node_modules','app/public','app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[m(0xa4)](b,JSON[m(0x9f)](f,null,0x4));}const d=Log[m(0x90)]('Running\x20'+c);try{const g=c+'\x20-c\x20'+b+'\x20-r\x20app'+a78e[m(0xa7)]+m(0x91)+a;execSync(g,{'stdio':m(0xa3)}),Log[m(0xb4)](m(0xaa)+a);}catch(h){Log[m(0x94)](h),Log[m(0x94)](m(0x9b));}finally{d[m(0x99)]();}});
1
+ const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x125))/0x1+-parseInt(i(0x12b))/0x2*(parseInt(i(0x11e))/0x3)+parseInt(i(0x118))/0x4+-parseInt(i(0x113))/0x5*(-parseInt(i(0x12e))/0x6)+parseInt(i(0x115))/0x7+parseInt(i(0x11c))/0x8*(-parseInt(i(0x11f))/0x9)+-parseInt(i(0x121))/0xa*(-parseInt(i(0x12c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xc3cba));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x12a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x127)]()[k(0x133)](k(0x129))[k(0x127)]()['constructor'](a78a)[k(0x133)]('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a78c(){const n=['\x20-r\x20app','toString','\x20-d\x20','(((.+)+)+)+$','apply','2061022OIdzuH','5753363TQoOzd','create','3606558dWIIMc','maka\x20jsdoc','writeFileSync','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','stop','search','sep','\x0a[+]\x20Documentation\x20written\x20to\x20','app/public','findAppDirectory','utf-8','5MPqoAI','jsdoc-config.json','3934686BktCMi','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','fsi','6318880LFsCtc','join','app/private','withSpinner','8xsfBZB','app/node_modules','3WiiGLw','12909123drwQCR','jsdoc','10UrsSiI','Running\x20','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','notice','892eYTBJR'];a78c=function(){return n;};return a78c();}function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x110;let f=c[d];return f;},a78d(a,b);}import{Log}from'../tools/log/log.class.js';Command[a78l(0x12d)]({'name':a78l(0x120),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a78l(0x131),'examples':['maka\x20jsdoc\x20--init',a78l(0x12f)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x119)](this['fsi'][m(0x111)](),'docs'+a78e[m(0x134)]),b=a78e[m(0x119)](this[m(0x117)]['findAppDirectory'](),'config',m(0x114)),c=m(0x120);if(!this['fsi']['isFile'](b)){const f={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x120),'closure']},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':m(0x116),'exclude':['app/packages',m(0x11d),m(0x110),m(0x11a)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x112)}};a78f[m(0x130)](b,JSON['stringify'](f,null,0x4));}const d=Log[m(0x11b)](m(0x122)+c);try{const g=c+'\x20-c\x20'+b+m(0x126)+a78e[m(0x134)]+m(0x128)+a;execSync(g,{'stdio':'inherit'}),Log[m(0x124)](m(0x135)+a);}catch(h){Log['error'](h),Log['error'](m(0x123));}finally{d[m(0x132)]();}});