@maka/maka-cli 5.0.35 → 5.0.39

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 (185) hide show
  1. package/bundle/obf/package.json +3 -3
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/profile.js +1 -1
  87. package/bundle/obf/src/commands/proxy.js +1 -1
  88. package/bundle/obf/src/commands/reconfig.js +1 -1
  89. package/bundle/obf/src/commands/register.js +1 -1
  90. package/bundle/obf/src/commands/run/_index.js +1 -1
  91. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/run/run.command.js +1 -1
  93. package/bundle/obf/src/commands/set/_index.js +1 -1
  94. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  95. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/set.command.js +1 -1
  97. package/bundle/obf/src/commands/ssh.js +1 -1
  98. package/bundle/obf/src/commands/ssl.js +1 -1
  99. package/bundle/obf/src/commands/test/_index.js +1 -0
  100. package/bundle/obf/src/commands/test/jest.sub.cmd.js +1 -0
  101. package/bundle/obf/src/commands/test/mocha.sub.cmd.js +1 -0
  102. package/bundle/obf/src/commands/test/test.command.js +1 -0
  103. package/bundle/obf/src/commands/undo.js +1 -1
  104. package/bundle/obf/src/commands/version.js +1 -1
  105. package/bundle/obf/src/error.js +1 -1
  106. package/bundle/obf/src/exec.js +1 -1
  107. package/bundle/obf/src/generator.js +1 -1
  108. package/bundle/obf/src/generators/_index.js +1 -1
  109. package/bundle/obf/src/generators/api.js +1 -1
  110. package/bundle/obf/src/generators/aws/_index.js +1 -1
  111. package/bundle/obf/src/generators/aws/aws.js +1 -1
  112. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  113. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  114. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  115. package/bundle/obf/src/generators/collection.js +1 -1
  116. package/bundle/obf/src/generators/component.js +1 -1
  117. package/bundle/obf/src/generators/config.js +1 -1
  118. package/bundle/obf/src/generators/dbc.js +1 -1
  119. package/bundle/obf/src/generators/dockerfile.js +1 -1
  120. package/bundle/obf/src/generators/hook.js +1 -1
  121. package/bundle/obf/src/generators/kits/_index.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  123. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  124. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  125. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  127. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  128. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/kit.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  131. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  132. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  133. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  134. package/bundle/obf/src/generators/layout.js +1 -1
  135. package/bundle/obf/src/generators/maka.gen.js +1 -1
  136. package/bundle/obf/src/generators/methods.js +1 -1
  137. package/bundle/obf/src/generators/package.js +1 -1
  138. package/bundle/obf/src/generators/page.js +1 -1
  139. package/bundle/obf/src/generators/publish.js +1 -1
  140. package/bundle/obf/src/generators/route.js +1 -1
  141. package/bundle/obf/src/generators/service.js +1 -1
  142. package/bundle/obf/src/generators/services/_index.js +1 -1
  143. package/bundle/obf/src/generators/services/openssl.js +1 -1
  144. package/bundle/obf/src/generators/services/translation.js +1 -1
  145. package/bundle/obf/src/maka.js +1 -1
  146. package/bundle/obf/src/templates/meteor/project/gitignore +2 -1
  147. package/bundle/obf/src/templates/react/test/test.js.jsx +32 -35
  148. package/bundle/obf/src/templates/react/test/test.js.tsx +32 -35
  149. package/bundle/obf/src/templates/service/eslint/babel.config.js +15 -0
  150. package/bundle/obf/src/templates/service/test/jest/jest.config.js +6 -0
  151. package/bundle/obf/src/templates/service/test/jest/jest.setup.js +7 -0
  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 +3 -3
  176. package/bundle/obf/src/commands/test.js +0 -1
  177. package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js +0 -9
  178. package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.jsx +0 -9
  179. package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.ts +0 -9
  180. package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.tsx +0 -9
  181. package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js +0 -9
  182. package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.jsx +0 -9
  183. package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.ts +0 -9
  184. package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.tsx +0 -9
  185. package/bundle/obf/src/templates/service/eslint/babelrc +0 -18
@@ -1 +1 @@
1
- var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x9f))/0x1*(-parseInt(f(0xbc))/0x2)+-parseInt(f(0xbd))/0x3*(parseInt(f(0xb0))/0x4)+-parseInt(f(0xa8))/0x5+-parseInt(f(0xaa))/0x6*(-parseInt(f(0xa3))/0x7)+parseInt(f(0x95))/0x8+parseInt(f(0xce))/0x9+parseInt(f(0xc2))/0xa*(parseInt(f(0xb1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x595c3));function a58c(){var D=['You\x20hold\x20the\x20','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Rifle','use','Common','pageCount','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Short\x20Sword','Large','Helmet','Rare','5692077pmVyFx','2553664qkODUV','description','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Tiny','Smooth','Legendary','Blade','publishDate','Cup','Brown','1QVPBSE','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','LegArmor','Small','7bunUXH','Weapon','Holy\x20Grail','Gold','Unknown','2705200sahtQE','Grey','2427612OppKFF','BodyArmor','author','search','Key','Metallic','8kGClTb','11zIYUYw','Sniper\x20Rifle','Circle','Medium','Yellow','Boots','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Gloves','(((.+)+)+)+$','Unknown\x20Author','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','885462vqrweZ','407100VEoBKw','Book','Rectangle','toString','ArmArmor','2649270ygpjmo'];a58c=function(){return D;};return a58c();}var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a[g(0xc0)]()[g(0xad)](g(0xb9))[g(0xc0)]()['constructor'](a58a)['search'](g(0xb9));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0xb4)],'category':Category[h(0xa7)],'shape':Shape['Rectangle'],'color':Color[h(0xb5)],'texture':Texture['Smooth'],'rating':Rating[h(0xc7)],'weight':0x1});}[a58i(0xc6)](){var j=a58i;return this[j(0x96)];}}export class Sword extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size[k(0xb4)],'category':Category[k(0xa4)],'shape':Shape[k(0x9b)],'color':Color['Grey'],'texture':Texture[k(0xaf)],'rating':Rating[k(0xc7)],'weight':0x3});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x95;var f=c[d];return f;},a58d(a,b);}export class Rifle extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size[l(0xcb)],'category':Category[l(0xa4)],'shape':Shape[l(0xc5)],'color':Color[l(0x9e)],'texture':Texture['Metallic'],'rating':Rating[l(0xcd)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size[m(0xb4)],'category':Category[m(0xcc)],'shape':Shape['Circle'],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[m(0xc7)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size[n(0xcb)],'category':Category[n(0xab)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[n(0xaf)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size[o(0xb4)],'category':Category[o(0xa1)],'shape':Shape[o(0xbf)],'color':Color['Grey'],'texture':Texture[o(0xaf)],'rating':Rating[o(0xc7)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0xb4)],'category':Category[p(0xb6)],'shape':Shape[p(0xb3)],'color':Color[p(0x9e)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size[q(0xa2)],'category':Category[q(0xb8)],'shape':Shape[q(0xb3)],'color':Color[q(0x9e)],'texture':Texture[q(0x99)],'rating':Rating[q(0xc7)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0xb4)],'category':Category[r(0xc1)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[r(0xaf)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58i;super({'name':a,'description':b,'size':Size[s(0x98)],'category':Category[s(0xae)],'shape':Shape[s(0xbf)],'color':Color['Yellow'],'texture':Texture[s(0x99)],'rating':Rating[s(0xc7)],'weight':0x0});}[a58i(0xc6)](){var t=a58i;return t(0xb7);}}export class Weapon extends Item{constructor(a,b){var u=a58i;super({'name':a,'description':b,'size':Size[u(0xb4)],'category':Category[u(0xa4)],'shape':Shape[u(0x9b)],'color':Color[u(0xa9)],'texture':Texture[u(0xaf)],'rating':Rating['Common'],'weight':0x3});}[a58i(0xc6)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a58i(0xac)];[a58i(0x9c)];['pageCount'];constructor(a,b='A\x20mysterious\x20book.',c=a58i(0xba)){var v=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[v(0xbe)],'shape':Shape[v(0xbf)],'color':Color['Brown'],'texture':Texture[v(0x99)],'rating':Rating[v(0xc7)],'weight':0x1}),this[v(0xac)]=c,this[v(0x9c)]=new Date(),this[v(0xc8)]=0x64;}[a58i(0xc6)](){var w=a58i;return w(0xbb);}}export class ShortSword extends Item{constructor(){var x=a58i;super({'name':x(0xca),'description':x(0xc9),'size':Size[x(0xb4)],'category':Category['Weapon'],'shape':Shape[x(0x9b)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[x(0xc7)],'weight':0x3});}['use'](){var y=a58i;return y(0xa0);}}export class SniperRifle extends Item{constructor(){var z=a58i;super({'name':z(0xb2),'description':'An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','size':Size[z(0xcb)],'category':Category['Weapon'],'shape':Shape[z(0xc5)],'color':Color[z(0x9e)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x5});}[a58i(0xc6)](){var A=a58i;return A(0x97);}}export class HolyGrail extends Item{constructor(){var B=a58i;super({'name':B(0xa5),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[B(0xa2)],'category':Category[B(0x9d)],'shape':Shape[B(0xb3)],'color':Color[B(0xa6)],'texture':Texture[B(0xaf)],'rating':Rating[B(0x9a)],'weight':0x1});}[a58i(0xc6)](){var C=a58i;return C(0xc3)+this['name']+C(0xc4);}}
1
+ var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x187))/0x1*(parseInt(f(0x1ab))/0x2)+parseInt(f(0x194))/0x3*(parseInt(f(0x1a7))/0x4)+parseInt(f(0x1a6))/0x5*(-parseInt(f(0x18b))/0x6)+parseInt(f(0x19d))/0x7*(-parseInt(f(0x1b2))/0x8)+-parseInt(f(0x19c))/0x9*(parseInt(f(0x1b8))/0xa)+-parseInt(f(0x198))/0xb+-parseInt(f(0x1b7))/0xc*(-parseInt(f(0x19b))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xb8295));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x184)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x186)]()['search'](h(0x19f))[h(0x186)]()[h(0x1a0)](a58a)[h(0x1aa)](h(0x19f));});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(0x18f)],'category':Category['Unknown'],'shape':Shape[i(0x1af)],'color':Color[i(0x1a2)],'texture':Texture['Smooth'],'rating':Rating[i(0x180)],'weight':0x1});}[a58j(0x18e)](){var k=a58j;return this[k(0x192)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x18f)],'category':Category['Weapon'],'shape':Shape['Blade'],'color':Color[l(0x1a9)],'texture':Texture[l(0x185)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x1a8)],'category':Category[m(0x18d)],'shape':Shape[m(0x188)],'color':Color[m(0x18c)],'texture':Texture[m(0x185)],'rating':Rating[m(0x197)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x18f)],'category':Category[n(0x1ad)],'shape':Shape[n(0x1b4)],'color':Color[n(0x1a9)],'texture':Texture['Metallic'],'rating':Rating[n(0x180)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x1a8)],'category':Category[o(0x193)],'shape':Shape[o(0x1af)],'color':Color['Grey'],'texture':Texture[o(0x185)],'rating':Rating[o(0x180)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['LegArmor'],'shape':Shape['Rectangle'],'color':Color[p(0x1a9)],'texture':Texture[p(0x185)],'rating':Rating[p(0x180)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x18f)],'category':Category['Boots'],'shape':Shape[q(0x1b4)],'color':Color[q(0x18c)],'texture':Texture[q(0x1b1)],'rating':Rating[q(0x180)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x1b5)],'category':Category[r(0x1b0)],'shape':Shape['Circle'],'color':Color['Brown'],'texture':Texture[r(0x1b1)],'rating':Rating[r(0x180)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x18f)],'category':Category['ArmArmor'],'shape':Shape[s(0x1af)],'color':Color[s(0x1a9)],'texture':Texture[s(0x185)],'rating':Rating[s(0x180)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size[t(0x182)],'category':Category[t(0x1a1)],'shape':Shape[t(0x1af)],'color':Color[t(0x1a2)],'texture':Texture[t(0x1b1)],'rating':Rating[t(0x180)],'weight':0x0});}[a58j(0x18e)](){var u=a58j;return u(0x196);}}export class Weapon extends Item{constructor(a,b){var v=a58j;super({'name':a,'description':b,'size':Size[v(0x18f)],'category':Category['Weapon'],'shape':Shape[v(0x1a3)],'color':Color[v(0x1a9)],'texture':Texture['Metallic'],'rating':Rating[v(0x180)],'weight':0x3});}[a58j(0x18e)](){var w=a58j;return w(0x183);}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x180;var f=c[d];return f;},a58d(a,b);}function a58c(){var E=['108QprGwd','7gjTtNk','publishDate','(((.+)+)+)+$','constructor','Key','Yellow','Blade','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Sniper\x20Rifle','2283740kqymmY','1178764jhhzkH','Large','Grey','search','109574RofklA','Unknown\x20Author','Helmet','Legendary','Rectangle','Gloves','Smooth','3056984diBPrv','pageCount','Circle','Small','author','16356wGsJUs','685220sUYnVK','Gold','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Cup','Common','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Tiny','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','apply','Metallic','toString','18XaJYuM','Rifle','name','Short\x20Sword','12hTWLEP','Brown','Weapon','use','Medium','You\x20hold\x20the\x20','Holy\x20Grail','description','BodyArmor','3EOfOMz','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Rare','7817535rhglmW','A\x20mysterious\x20book.','Book','40768HUbQJi'];a58c=function(){return E;};return a58c();}export class Book extends Item{[a58j(0x1b6)];['publishDate'];[a58j(0x1b3)];constructor(a,b=a58j(0x199),c=a58j(0x1ac)){var x=a58j;super({'name':a,'description':b,'size':Size[x(0x18f)],'category':Category[x(0x19a)],'shape':Shape[x(0x1af)],'color':Color[x(0x18c)],'texture':Texture[x(0x1b1)],'rating':Rating['Common'],'weight':0x1}),this[x(0x1b6)]=c,this[x(0x19e)]=new Date(),this[x(0x1b3)]=0x64;}[a58j(0x18e)](){var y=a58j;return y(0x1a4);}}export class ShortSword extends Item{constructor(){var z=a58j;super({'name':z(0x18a),'description':z(0x195),'size':Size[z(0x18f)],'category':Category['Weapon'],'shape':Shape[z(0x1a3)],'color':Color['Grey'],'texture':Texture[z(0x185)],'rating':Rating[z(0x180)],'weight':0x3});}['use'](){var A=a58j;return A(0x183);}}export class SniperRifle extends Item{constructor(){var B=a58j;super({'name':B(0x1a5),'description':B(0x1ba),'size':Size[B(0x1a8)],'category':Category['Weapon'],'shape':Shape['Rifle'],'color':Color[B(0x18c)],'texture':Texture[B(0x1b1)],'rating':Rating[B(0x180)],'weight':0x5});}[a58j(0x18e)](){return'You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22';}}export class HolyGrail extends Item{constructor(){var C=a58j;super({'name':C(0x191),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[C(0x1b5)],'category':Category[C(0x1bb)],'shape':Shape[C(0x1b4)],'color':Color[C(0x1b9)],'texture':Texture['Metallic'],'rating':Rating[C(0x1ae)],'weight':0x1});}[a58j(0x18e)](){var D=a58j;return D(0x190)+this[D(0x189)]+D(0x181);}}
@@ -1 +1 @@
1
- const a60i=a60d;function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x186;let f=c[d];return f;},a60d(a,b);}(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x1c8))/0x1+-parseInt(f(0x1ba))/0x2+parseInt(f(0x195))/0x3+-parseInt(f(0x1db))/0x4*(-parseInt(f(0x18b))/0x5)+parseInt(f(0x1cf))/0x6+-parseInt(f(0x1f1))/0x7*(parseInt(f(0x1b5))/0x8)+parseInt(f(0x190))/0x9*(parseInt(f(0x1a5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x4f1c4));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x1b9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x197)]()['search']('(((.+)+)+)+$')[h(0x197)]()[h(0x1e8)](a60a)[h(0x1e4)](h(0x1dd));});a60a();export const rooms=[{'name':a60i(0x192),'description':a60i(0x1d6),'isStartRoom':!![],'items':[{'type':a60i(0x1fb),'name':'Golden\x20Key','description':a60i(0x1b8)},{'type':a60i(0x1ef),'name':a60i(0x1c1),'description':a60i(0x1d0),'content':a60i(0x1a3)}],'exits':[{'direction':a60i(0x19d),'targetRoom':'Secret\x20Passage'}]},{'name':a60i(0x1af),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0x1b0),'targetRoom':a60i(0x196),'keyRequired':'Golden\x20Key'},{'direction':a60i(0x1a4),'targetRoom':a60i(0x18f)}]},{'name':a60i(0x196),'description':a60i(0x189),'items':[{'type':'holyGrail','name':'Holy\x20Grail','description':a60i(0x1a8)}]},{'name':a60i(0x18f),'description':a60i(0x1d8),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60i(0x1da)}]},{'name':a60i(0x1da),'description':a60i(0x1c0),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':'secret123','riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':'rifle','name':a60i(0x1c6),'description':a60i(0x1f6)},'successMessage':'You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','failureMessage':'That\x20passcode\x20is\x20incorrect'}}];function a60c(){const j=['CorpSec\x20Plans','Golden\x20Chalice','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Matrix\x20Data\x20Haven','key','A\x20clear\x20glass\x20vial.','Entrance\x20Hall','Ancient\x20Gem','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','amulet','1765KRXKcF','A\x20small\x20surveillance\x20drone.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Jackpoint\x20Login','Courtyard','172710cZBETU','A\x20creditstick\x20loaded\x20with\x20nuyen.','Library','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','1820265Vskoxz','Treasure\x20Room','toString','outside','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Amulet\x20of\x20Awakening','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Corp\x20Enclave','EAST','Riddle\x20Book','creditstick','gem','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','sword','Chad\x20the\x20stupid\x20guard','SOUTH','160QDtmqq','The\x20chest\x20remains\x20firmly\x20shut.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','The\x20legendary\x20Holy\x20Grail.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Alchemy\x20Lab','Barrens\x20Entrance','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','inside','disenchant','Secret\x20Passage','NORTH','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Torture\x20Chamber','328744ZZkqpq','The\x20data\x20remains\x20encrypted.','down','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','apply','727514JORFFf','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','Central\x20Chamber','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Guard\x27s\x20Log\x20Book','A\x20key\x20stained\x20with\x20old\x20blood.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','decrypt','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Sniper\x20Rifle','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','439130Kyjide','east','drone','Central\x20Chamber\x20Key','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Rusted\x20Sword','Mage\x27s\x20Lair','1569276SKhDQe','A\x20thin\x20log\x20book','cup','Rigger\x27s\x20Workshop','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','weapon','Watch\x20Tower','6436OZzYDp','Emblem\x20Shield','(((.+)+)+)+$','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','basic','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','west','Study','Armory','search','Encrypted\x20Data\x20Key','Empty\x20vial','south','constructor','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Downtown\x20Seattle','A\x20chalice\x20made\x20of\x20pure\x20gold.','north','Blood-stained\x20Key','book','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','105bjFXoK','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','Nothing\x20happens.','Barrens\x20Hideout','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20long-range\x20weapon.'];a60c=function(){return j;};return a60c();}export const dungeonConfig=[{'name':a60i(0x187),'description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':a60i(0x1ad),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0x1ea),'rewardItem':{'type':a60i(0x1fb),'name':a60i(0x1cb),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0x1c7),'failureMessage':a60i(0x1f3)},'exits':[{'direction':a60i(0x1ed),'targetRoom':'Study'},{'direction':'east','targetRoom':'Central\x20Chamber','keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0x1e2),'description':a60i(0x1de),'roomType':a60i(0x1ad),'items':[{'type':a60i(0x1ef),'name':a60i(0x19e),'description':a60i(0x1d7),'content':a60i(0x199)},{'type':a60i(0x1fb),'name':'Central\x20Chamber\x20Key','description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':'south','targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x1c9),'targetRoom':a60i(0x1aa)}]},{'name':a60i(0x1aa),'description':a60i(0x1d5),'roomType':a60i(0x1ad),'items':[{'type':a60i(0x1df),'name':a60i(0x1e6),'description':a60i(0x186)}],'exits':[{'direction':a60i(0x1e1),'targetRoom':a60i(0x1e2)},{'direction':a60i(0x1ed),'targetRoom':a60i(0x1e3)}]},{'name':a60i(0x1e3),'description':a60i(0x1b2),'roomType':a60i(0x1ad),'items':[{'type':'shield','name':a60i(0x1dc),'description':a60i(0x1e9)},{'type':a60i(0x1a2),'name':a60i(0x1cd),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':'south','targetRoom':'Alchemy\x20Lab'},{'direction':a60i(0x1c9),'targetRoom':a60i(0x1bd)}]},{'name':'Central\x20Chamber','description':a60i(0x1f0),'roomType':a60i(0x1ad),'exits':[{'direction':'west','targetRoom':a60i(0x1e3)},{'direction':a60i(0x1e7),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x1ed),'targetRoom':'Torture\x20Chamber'},{'direction':'east','targetRoom':a60i(0x196)}]},{'name':a60i(0x1b4),'description':a60i(0x1f5),'roomType':a60i(0x1ad),'items':[{'type':a60i(0x1fb),'name':a60i(0x1ee),'description':a60i(0x1c2)}],'puzzle':{'requiredPhrase':'release','riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a60i(0x1a0),'name':a60i(0x188),'description':a60i(0x1bb)},'successMessage':a60i(0x1b1),'failureMessage':a60i(0x1b3)},'exits':[{'direction':a60i(0x1e7),'targetRoom':a60i(0x1bd)}]},{'name':a60i(0x196),'description':a60i(0x1e0),'roomType':a60i(0x1ad),'puzzle':{'requiredPhrase':'insert\x20gem','riddle':a60i(0x1be),'rewardItem':{'type':a60i(0x1d1),'name':a60i(0x1f8),'description':a60i(0x1ec)},'successMessage':a60i(0x1a7),'failureMessage':a60i(0x1a6)},'exits':[{'direction':'west','targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':'inside','exits':[{'direction':a60i(0x1ed),'targetRoom':a60i(0x1eb)},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':a60i(0x1fa),'description':a60i(0x1c5),'roomType':a60i(0x1ad),'puzzle':{'requiredPhrase':a60i(0x1c4),'riddle':a60i(0x1f9),'rewardItem':{'type':a60i(0x1fb),'name':a60i(0x1e5),'description':a60i(0x1f2)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a60i(0x1b6)},'exits':[{'direction':a60i(0x1b7),'targetRoom':'Jackpoint\x20Login'}]},{'name':a60i(0x1eb),'description':a60i(0x1d4),'roomType':a60i(0x198),'exits':[{'direction':a60i(0x1e7),'targetRoom':a60i(0x18e)},{'direction':a60i(0x1c9),'targetRoom':a60i(0x1ab)},{'direction':a60i(0x1e1),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x1ab),'description':a60i(0x1a1),'roomType':'outside','puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a60i(0x1ac),'rewardItem':{'type':a60i(0x1fb),'name':'Gang\x20Insignia','description':a60i(0x1a9)},'successMessage':a60i(0x1cc),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60i(0x1e1),'targetRoom':a60i(0x1eb)},{'direction':a60i(0x1ed),'targetRoom':a60i(0x1f4)}]},{'name':a60i(0x19c),'description':a60i(0x194),'roomType':a60i(0x1ad),'items':[{'type':a60i(0x19f),'name':'Corporate\x20Creditstick','description':a60i(0x191)},{'type':'document','name':a60i(0x1f7),'description':a60i(0x1bc)}],'exits':[{'direction':'east','targetRoom':a60i(0x1eb)}]},{'name':a60i(0x1f4),'description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':a60i(0x198),'items':[{'type':a60i(0x1d9),'name':'Ares\x20Predator','description':a60i(0x1bf)}],'exits':[{'direction':a60i(0x1e7),'targetRoom':a60i(0x1ab)},{'direction':a60i(0x1ed),'targetRoom':a60i(0x1ce)},{'direction':'east','targetRoom':a60i(0x1d2)}]},{'name':a60i(0x1ce),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x1ad),'puzzle':{'requiredPhrase':a60i(0x1ae),'riddle':a60i(0x19b),'rewardItem':{'type':a60i(0x18a),'name':a60i(0x19a),'description':a60i(0x1d3)},'successMessage':a60i(0x1c3),'failureMessage':a60i(0x18d)},'exits':[{'direction':a60i(0x1e7),'targetRoom':a60i(0x1f4)}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x193),'roomType':a60i(0x1ad),'items':[{'type':a60i(0x1ca),'name':'MCT\x20Fly-Spy','description':a60i(0x18c)}],'exits':[{'direction':a60i(0x1e1),'targetRoom':'Barrens\x20Hideout'}]}];
1
+ const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x21a))/0x1*(parseInt(f(0x204))/0x2)+-parseInt(f(0x248))/0x3+-parseInt(f(0x22d))/0x4+parseInt(f(0x239))/0x5+parseInt(f(0x24f))/0x6*(-parseInt(f(0x1d9))/0x7)+-parseInt(f(0x23d))/0x8*(-parseInt(f(0x1f8))/0x9)+parseInt(f(0x245))/0xa*(parseInt(f(0x228))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x351d6));function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1d9;let f=c[d];return f;},a60d(a,b);}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x21d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x249)]()[h(0x1e7)](h(0x1e0))[h(0x249)]()[h(0x224)](a60a)[h(0x1e7)](h(0x1e0));});a60a();export const rooms=[{'name':a60i(0x1eb),'description':a60i(0x206),'isStartRoom':!![],'items':[{'type':a60i(0x1f6),'name':a60i(0x1fa),'description':a60i(0x219)},{'type':a60i(0x1fc),'name':a60i(0x1f3),'description':a60i(0x207),'content':a60i(0x1fd)}],'exits':[{'direction':a60i(0x1e8),'targetRoom':'Secret\x20Passage'}]},{'name':a60i(0x22f),'description':a60i(0x23f),'exits':[{'direction':a60i(0x1dc),'targetRoom':a60i(0x1e5),'keyRequired':a60i(0x1fa)},{'direction':'SOUTH','targetRoom':a60i(0x24a)}]},{'name':'Treasure\x20Room','description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x209),'name':a60i(0x246),'description':a60i(0x1e4)}]},{'name':'Courtyard','description':a60i(0x247),'roomType':a60i(0x20c),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':'Watch\x20Tower','description':a60i(0x244),'roomType':a60i(0x20c),'puzzle':{'requiredPhrase':a60i(0x21c),'riddle':a60i(0x240),'rewardItem':{'type':a60i(0x20b),'name':a60i(0x230),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x20e),'failureMessage':a60i(0x21b)}}];export const dungeonConfig=[{'name':a60i(0x22b),'description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':a60i(0x1ff),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0x212),'rewardItem':{'type':'key','name':a60i(0x23e),'description':a60i(0x216)},'successMessage':a60i(0x1fe),'failureMessage':a60i(0x202)},'exits':[{'direction':a60i(0x1f7),'targetRoom':a60i(0x201)},{'direction':'east','targetRoom':a60i(0x225),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0x201),'description':a60i(0x1e3),'roomType':a60i(0x1ff),'items':[{'type':'book','name':a60i(0x208),'description':a60i(0x217),'content':a60i(0x24c)},{'type':a60i(0x1f6),'name':a60i(0x23e),'description':a60i(0x216)}],'exits':[{'direction':'south','targetRoom':a60i(0x22b)},{'direction':a60i(0x1f1),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0x243),'description':a60i(0x1e6),'roomType':'inside','items':[{'type':a60i(0x1f4),'name':a60i(0x220),'description':'A\x20clear\x20glass\x20vial.'}],'exits':[{'direction':a60i(0x226),'targetRoom':'Study'},{'direction':'north','targetRoom':a60i(0x21f)}]},{'name':'Armory','description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':'inside','items':[{'type':a60i(0x203),'name':'Emblem\x20Shield','description':a60i(0x238)},{'type':a60i(0x241),'name':a60i(0x24d),'description':a60i(0x233)}],'exits':[{'direction':a60i(0x23a),'targetRoom':a60i(0x243)},{'direction':a60i(0x1f1),'targetRoom':a60i(0x225)}]},{'name':a60i(0x225),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':'inside','exits':[{'direction':a60i(0x226),'targetRoom':'Armory'},{'direction':a60i(0x23a),'targetRoom':a60i(0x22b)},{'direction':'north','targetRoom':a60i(0x1de)},{'direction':'east','targetRoom':a60i(0x1e5)}]},{'name':a60i(0x1de),'description':a60i(0x1df),'roomType':a60i(0x1ff),'items':[{'type':a60i(0x1f6),'name':a60i(0x200),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x232),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a60i(0x1fb),'name':a60i(0x1f9),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':'south','targetRoom':a60i(0x225)}]},{'name':'Treasure\x20Room','description':a60i(0x222),'roomType':a60i(0x1ff),'puzzle':{'requiredPhrase':a60i(0x1ec),'riddle':a60i(0x23b),'rewardItem':{'type':a60i(0x213),'name':a60i(0x22a),'description':a60i(0x1ed)},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a60i(0x1f0)},'exits':[{'direction':a60i(0x226),'targetRoom':'Central\x20Chamber'}]}];function a60c(){const j=['The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Guard\x27s\x20Log\x20Book','basic','Barrens\x20Hideout','key','north','756yYUDjC','Ancient\x20Gem','Golden\x20Key','gem','book','Chad\x20the\x20stupid\x20guard','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','inside','Blood-stained\x20Key','Study','Nothing\x20happens.','shield','300522JIBjSl','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','A\x20thin\x20log\x20book','Riddle\x20Book','holyGrail','A\x20creditstick\x20loaded\x20with\x20nuyen.','rifle','OUTSIDE','Corp\x20Enclave','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','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','outside','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','cup','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Jackpoint\x20Login','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','1XkRUHk','That\x20passcode\x20is\x20incorrect','secret123','apply','amulet','Armory','Empty\x20vial','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','creditstick','constructor','Central\x20Chamber','west','Mage\x27s\x20Lair','404899ixFGWi','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Golden\x20Chalice','Entrance\x20Hall','disenchant','1314108MNdhgq','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Secret\x20Passage','Sniper\x20Rifle','Ares\x20Predator','release','An\x20old\x20and\x20rusted\x20sword.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','CorpSec\x20Plans','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','954000QjqUKD','south','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Corporate\x20Creditstick','11024nhEeRQ','Central\x20Chamber\x20Key','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','sword','Rigger\x27s\x20Workshop','Alchemy\x20Lab','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','210dFsryA','Holy\x20Grail','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','894153ZxUgWk','toString','Courtyard','A\x20small\x20surveillance\x20drone.','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Rusted\x20Sword','Downtown\x20Seattle','2202jOcyLi','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','drone','1624DzRzin','MCT\x20Fly-Spy','Amulet\x20of\x20Awakening','NORTH','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Torture\x20Chamber','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','(((.+)+)+)+$','Barrens\x20Entrance','Matrix\x20Data\x20Haven','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','The\x20legendary\x20Holy\x20Grail.','Treasure\x20Room','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','search','EAST','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Encrypted\x20Data\x20Key','Library','insert\x20gem','A\x20chalice\x20made\x20of\x20pure\x20gold.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','down','The\x20chest\x20remains\x20firmly\x20shut.','east'];a60c=function(){return j;};return a60c();}export const shadowrunConfig=[{'name':a60i(0x215),'description':a60i(0x229),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':a60i(0x1f7),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0x1e2)}]},{'name':'Matrix\x20Data\x20Haven','description':a60i(0x214),'roomType':'inside','puzzle':{'requiredPhrase':'decrypt','riddle':a60i(0x250),'rewardItem':{'type':a60i(0x1f6),'name':a60i(0x1ea),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0x20f),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60i(0x1ef),'targetRoom':a60i(0x215)}]},{'name':a60i(0x24e),'description':a60i(0x1f2),'roomType':'outside','exits':[{'direction':a60i(0x23a),'targetRoom':a60i(0x215)},{'direction':a60i(0x1f1),'targetRoom':a60i(0x1e1)},{'direction':a60i(0x226),'targetRoom':a60i(0x20d)}]},{'name':a60i(0x1e1),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0x211),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a60i(0x218),'rewardItem':{'type':a60i(0x1f6),'name':'Gang\x20Insignia','description':a60i(0x221)},'successMessage':a60i(0x1e9),'failureMessage':a60i(0x22e)},'exits':[{'direction':'west','targetRoom':a60i(0x24e)},{'direction':a60i(0x1f7),'targetRoom':a60i(0x1f5)}]},{'name':a60i(0x20d),'description':a60i(0x237),'roomType':a60i(0x1ff),'items':[{'type':a60i(0x223),'name':a60i(0x23c),'description':a60i(0x20a)},{'type':'document','name':a60i(0x236),'description':a60i(0x210)}],'exits':[{'direction':a60i(0x1f1),'targetRoom':a60i(0x24e)}]},{'name':a60i(0x1f5),'description':a60i(0x1dd),'roomType':a60i(0x211),'items':[{'type':'weapon','name':a60i(0x231),'description':a60i(0x1ee)}],'exits':[{'direction':'south','targetRoom':a60i(0x1e1)},{'direction':a60i(0x1f7),'targetRoom':a60i(0x227)},{'direction':a60i(0x1f1),'targetRoom':a60i(0x242)}]},{'name':a60i(0x227),'description':a60i(0x205),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x22c),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a60i(0x21e),'name':a60i(0x1db),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a60i(0x234),'failureMessage':'The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.'},'exits':[{'direction':'south','targetRoom':a60i(0x1f5)}]},{'name':a60i(0x242),'description':a60i(0x235),'roomType':a60i(0x1ff),'items':[{'type':a60i(0x251),'name':a60i(0x1da),'description':a60i(0x24b)}],'exits':[{'direction':a60i(0x226),'targetRoom':a60i(0x1f5)}]}];
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x1c1))/0x1+parseInt(f(0x1ba))/0x2*(parseInt(f(0x1b8))/0x3)+parseInt(f(0x1c3))/0x4+parseInt(f(0x1af))/0x5*(parseInt(f(0x1c2))/0x6)+parseInt(f(0x1b5))/0x7*(-parseInt(f(0x1b4))/0x8)+parseInt(f(0x1b7))/0x9+parseInt(f(0x1ce))/0xa*(-parseInt(f(0x1ad))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x52b9b));function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1ad;var f=c[d];return f;},a61d(a,b);}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1c5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a['toString']()[h(0x1c8)]('(((.+)+)+)+$')['toString']()['constructor'](a61a)['search']('(((.+)+)+)+$');});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x1b2)];['player'];[a61i(0x1c0)];[a61i(0x1b0)];}export class AbstractRoom extends EventEmitter{[a61i(0x1bb)];[a61i(0x1cf)];[a61i(0x1bf)];['inventory'];[a61i(0x1bc)];[a61i(0x1ae)];['isStartRoom'];}export class AbstractDoor{[a61i(0x1c6)];['roomB'];[a61i(0x1cb)];[a61i(0x1cc)];[a61i(0x1bb)];[a61i(0x1c0)];[a61i(0x1d0)];}export class AbstractInventory{[a61i(0x1b6)];[a61i(0x1c0)];}export class AbstractItem{[a61i(0x1b3)];[a61i(0x1bb)];[a61i(0x1cf)];[a61i(0x1b1)];[a61i(0x1ca)];['shape'];[a61i(0x1c9)];['texture'];['rating'];[a61i(0x1cd)];}function a61c(){var j=['2423380jecqeY','_playerName','apply','roomA','_maxCarryingWeight','search','color','category','isLocked','unlockItemOrSolution','weight','1456030VciXBr','description','isLockable','33ifQLYS','roomType','155wMYvtX','characterLocations','size','rooms','uuid','8GrdzMf','3196186sojpyn','items','3882366niPHiu','632793rILiqg','_currentLocation','2FsRyDP','name','puzzle','solved','_inventory','exits','logger','628987QgZLsq','118662oiNkAO'];a61c=function(){return j;};return a61c();}export class AbstractPlayer{[a61i(0x1c4)];[a61i(0x1b9)];[a61i(0x1be)];['_equipment'];[a61i(0x1c7)];['_logger'];}export class AbstractPuzzle{[a61i(0x1c0)];[a61i(0x1bd)];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x1d2))/0x1*(-parseInt(f(0x1e1))/0x2)+parseInt(f(0x1cf))/0x3*(-parseInt(f(0x1e0))/0x4)+-parseInt(f(0x1da))/0x5*(parseInt(f(0x1d3))/0x6)+parseInt(f(0x1c7))/0x7*(-parseInt(f(0x1e3))/0x8)+parseInt(f(0x1bc))/0x9+parseInt(f(0x1d0))/0xa*(parseInt(f(0x1de))/0xb)+parseInt(f(0x1bd))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x2f031));function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1bb;var f=c[d];return f;},a61d(a,b);}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x1d1)]()[h(0x1c8)]('(((.+)+)+)+$')['toString']()['constructor'](a61a)[h(0x1c8)](h(0x1bf));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x1ce)];[a61i(0x1c2)];['logger'];[a61i(0x1d4)];}export class AbstractRoom extends EventEmitter{[a61i(0x1dc)];[a61i(0x1c0)];[a61i(0x1cd)];[a61i(0x1c6)];[a61i(0x1d7)];[a61i(0x1d9)];['isStartRoom'];}export class AbstractDoor{[a61i(0x1be)];[a61i(0x1d8)];[a61i(0x1c4)];[a61i(0x1dd)];[a61i(0x1dc)];[a61i(0x1c5)];[a61i(0x1d5)];}export class AbstractInventory{['items'];[a61i(0x1c5)];}export class AbstractItem{[a61i(0x1db)];[a61i(0x1dc)];[a61i(0x1c0)];['size'];[a61i(0x1ca)];['shape'];[a61i(0x1cc)];['texture'];[a61i(0x1cb)];[a61i(0x1d6)];}export class AbstractPlayer{[a61i(0x1e4)];[a61i(0x1e5)];[a61i(0x1c3)];[a61i(0x1df)];[a61i(0x1e2)];[a61i(0x1bb)];}export class AbstractPuzzle{[a61i(0x1c5)];[a61i(0x1c9)];}function a61c(){var j=['261341rvXfZm','1247700nXfyZh','characterLocations','isLockable','weight','puzzle','roomB','roomType','5CaLiIq','uuid','name','unlockItemOrSolution','533401kihwQm','_equipment','1320824vwdpdc','2FuEoan','_maxCarryingWeight','8BGrRUe','_playerName','_currentLocation','_logger','2747322aOrQHQ','10019940obxKGM','roomA','(((.+)+)+)+$','description','apply','player','_inventory','isLocked','logger','inventory','1716239ceakRI','search','solved','category','rating','color','exits','rooms','3fdZdOk','20OhhWTA','toString'];a61c=function(){return j;};return a61c();}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x105))/0x1*(-parseInt(k(0xb3))/0x2)+parseInt(k(0xf5))/0x3+-parseInt(k(0xac))/0x4+parseInt(k(0xf7))/0x5*(parseInt(k(0xd2))/0x6)+-parseInt(k(0xe6))/0x7*(-parseInt(k(0xe5))/0x8)+-parseInt(k(0xc0))/0x9*(-parseInt(k(0xc9))/0xa)+-parseInt(k(0x108))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x87b1a));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xab;var f=c[d];return f;},a62d(a,b);}export var Size;(function(a){var l=a62d;a[l(0xe0)]='tiny',a[l(0xb9)]=l(0xd0),a[l(0x107)]='medium',a[l(0xe9)]='large',a['VeryLarge']=l(0xe1);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0xd7)]=m(0xbf),a[m(0xcd)]='rare',a[m(0xd3)]=m(0xf2);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a['Weapon']='weapon',a[n(0xe4)]='shield',a[n(0xbc)]=n(0x106),a[n(0xe3)]=n(0xc3),a['Helmet']=n(0xcc),a[n(0x109)]=n(0xb4),a[n(0xad)]=n(0xdb),a['LegArmor']=n(0xc2),a[n(0xef)]=n(0xb7),a['BodyArmor']=n(0xca),a[n(0xb2)]=n(0xed),a[n(0xcf)]='cup',a['Unknown']=n(0x104);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0xda)]=o(0xc7),a[o(0xf8)]=o(0xfd),a[o(0xe7)]=o(0xea),a[o(0xf6)]=o(0xee),a['Blade']='blade',a[o(0xae)]=o(0x103);}(Shape||(Shape={})));export var Color;function a62c(){var v=['leg\x20armor','gloves','metallic','beach','SEA','circle','rough','250nAUXph','body\x20armor','brown','helmet','Rare','down','Cup','small','mountain','3504mmreKv','Legendary','outside','Fuzzy','bumpy','Common','smooth','blue','Circle','boots','south','MOUNTAIN','Red','Metallic','Tiny','very\x20large','DOWN','Gloves','Shield','40SZayRq','606109GBCUrZ','Triangle','CAVE','Large','triangle','inside','Grainy','book','rectangle','ArmArmor','apply','grainy','legendary','WEST','yellow','2383218surldP','Rectangle','8605JSYxfP','Square','Green','west','OUTSIDE','Bumpy','square','INSIDE','north','search','orange','FOREST','rifle','unknown','924383hefEbG','key','Medium','33757724IHuqHQ','Hat','purple','Gold','east','105108TIsMmm','Boots','Rifle','UNDERGROUND','grey','green','Book','2JOAwGh','hat','Orange','Grey','arm\x20armor','Purple','Small','Smooth','BEACH','Key','EAST','toString','common','177903TxccAi','SOUTH'];a62c=function(){return v;};return a62c();}(function(c){var r=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var p=a62d;if(h){var j=h[p(0xf0)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a62d;return e['toString']()[q(0x100)]('(((.+)+)+)+$')[q(0xbe)]()['constructor'](e)[q(0x100)]('(((.+)+)+)+$');});e(),c[r(0xde)]='red',c['Blue']=r(0xd9),c[r(0xf9)]=r(0xb1),c['Yellow']=r(0xf4),c[r(0xb5)]=r(0x101),c[r(0xb8)]=r(0x10a),c[r(0xb6)]=r(0xb0),c['Brown']=r(0xcb),c[r(0x10b)]='gold';}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a[s(0xba)]=s(0xd8),a['Rough']=s(0xc8),a[s(0xfc)]=s(0xd6),a[s(0xd5)]='fuzzy',a[s(0xec)]=s(0xf1),a[s(0xdf)]=s(0xc4);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0xfe)]=t(0xeb),a[t(0xfb)]=t(0xd4),a[t(0xaf)]='underground',a[t(0xe8)]='cave',a['TOWER']='tower',a[t(0x102)]='forest',a['DESERT']='desert',a[t(0xdd)]=t(0xd1),a[t(0xbb)]=t(0xc5),a[t(0xc6)]='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a['NORTH']=u(0xff),a[u(0xbd)]=u(0xab),a[u(0xc1)]=u(0xdc),a[u(0xf3)]=u(0xfa),a['UP']='up',a[u(0xe2)]=u(0xce);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x12e))/0x1*(parseInt(k(0x15b))/0x2)+parseInt(k(0x149))/0x3*(parseInt(k(0x15f))/0x4)+-parseInt(k(0x133))/0x5+parseInt(k(0x141))/0x6+parseInt(k(0x10d))/0x7*(-parseInt(k(0x155))/0x8)+parseInt(k(0x11c))/0x9+-parseInt(k(0x169))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x3428f));export var Size;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x10c;var f=c[d];return f;},a62d(a,b);}(function(a){var l=a62d;a[l(0x116)]=l(0x14b),a[l(0x148)]=l(0x138),a['Medium']=l(0x12d),a[l(0x132)]=l(0x15c),a[l(0x144)]=l(0x14a);}(Size||(Size={})));export var Rating;(function(c){var o=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var m=a62d;if(h){var j=h[m(0x126)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var n=a62d;return e[n(0x139)]()[n(0x113)](n(0x150))[n(0x139)]()['constructor'](e)['search'](n(0x150));});e(),c[o(0x117)]=o(0x137),c['Rare']=o(0x134),c['Legendary']=o(0x13f);}(Rating||(Rating={})));export var Category;(function(a){var p=a62d;a[p(0x164)]='weapon',a[p(0x145)]='shield',a[p(0x15a)]=p(0x15d),a[p(0x115)]=p(0x11d),a[p(0x160)]=p(0x114),a[p(0x163)]='hat',a[p(0x14e)]=p(0x16d),a[p(0x147)]=p(0x142),a[p(0x170)]=p(0x123),a[p(0x121)]=p(0x16c),a[p(0x167)]=p(0x13e),a[p(0x125)]=p(0x136),a[p(0x152)]=p(0x154);}(Category||(Category={})));export var Shape;(function(a){var q=a62d;a['Circle']=q(0x128),a[q(0x11f)]=q(0x12c),a['Triangle']=q(0x15e),a[q(0x111)]=q(0x14d),a[q(0x156)]='blade',a[q(0x16e)]=q(0x14f);}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a[r(0x16f)]=r(0x13d),a['Blue']=r(0x161),a['Green']='green',a['Yellow']=r(0x120),a['Orange']=r(0x122),a[r(0x131)]=r(0x110),a[r(0x12b)]='grey',a['Brown']=r(0x16b),a['Gold']=r(0x119);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a[s(0x146)]=s(0x166),a[s(0x13a)]=s(0x165),a['Bumpy']=s(0x12a),a[s(0x10c)]='fuzzy',a['Grainy']=s(0x130),a['Metallic']=s(0x14c);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x13c)]='inside',a[t(0x124)]=t(0x11b),a[t(0x127)]=t(0x153),a[t(0x10e)]=t(0x10f),a[t(0x11a)]=t(0x16a),a[t(0x158)]=t(0x11e),a[t(0x118)]=t(0x112),a['MOUNTAIN']=t(0x162),a[t(0x140)]='beach',a[t(0x168)]=t(0x13b);}(RoomType||(RoomType={})));function a62c(){var v=['Shield','Smooth','LegArmor','Small','5583YOigTl','very\x20large','tiny','metallic','rectangle','Boots','rifle','(((.+)+)+)+$','DOWN','Unknown','underground','unknown','512BnWQtv','Blade','SOUTH','FOREST','east','Key','183024sFZiCy','large','key','triangle','904bmoKmO','Helmet','blue','mountain','Hat','Weapon','rough','smooth','Book','SEA','1715440RzFCnk','tower','brown','body\x20armor','boots','Rifle','Red','ArmArmor','Fuzzy','33817wDlWmv','CAVE','cave','purple','Rectangle','desert','search','helmet','Gloves','Tiny','Common','DESERT','gold','TOWER','outside','1800513qfRGVH','gloves','forest','Square','yellow','BodyArmor','orange','arm\x20armor','OUTSIDE','Cup','apply','UNDERGROUND','circle','WEST','bumpy','Grey','square','medium','2QNjLHU','EAST','grainy','Purple','Large','832675HlWXpp','rare','south','cup','common','small','toString','Rough','sea','INSIDE','red','book','legendary','BEACH','2539746grdMDd','leg\x20armor','north','VeryLarge'];a62c=function(){return v;};return a62c();}export var Direction;(function(a){var u=a62d;a['NORTH']=u(0x143),a[u(0x12f)]=u(0x159),a[u(0x157)]=u(0x135),a[u(0x129)]='west',a['UP']='up',a[u(0x151)]='down';}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x88))/0x1+parseInt(f(0x87))/0x2+parseInt(f(0x8b))/0x3*(parseInt(f(0x84))/0x4)+-parseInt(f(0x8a))/0x5+-parseInt(f(0x86))/0x6+-parseInt(f(0x8f))/0x7*(-parseInt(f(0x8c))/0x8)+-parseInt(f(0x90))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x880a7));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x84;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x89)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x8d)]()[h(0x85)]('(((.+)+)+)+$')[h(0x8d)]()[h(0x8e)](a63a)[h(0x85)]('(((.+)+)+)+$');});function a63c(){var i=['toString','constructor','35voleow','1258659jsCHaH','4iJFxTO','search','4349094hudLqZ','913986cqHMtH','562467OleySX','apply','29350MRSZET','3075441TksVIY','812992mLPDyV'];a63c=function(){return i;};return a63c();}a63a();export{};
1
+ function a63c(){var h=['794283gFHvES','27193CaaxDm','22VSjCYT','2106840xsqBsv','59528nXhjjf','(((.+)+)+)+$','search','1058876qDOBRE','toString','8DRHGTc','3189969lEmWov','10314310yLcknV','constructor','60mCUlUj'];a63c=function(){return h;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x81;var f=c[d];return f;},a63d(a,b);}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x88))/0x1*(-parseInt(f(0x89))/0x2)+-parseInt(f(0x87))/0x3+-parseInt(f(0x8e))/0x4+-parseInt(f(0x8a))/0x5+parseInt(f(0x86))/0x6*(parseInt(f(0x8b))/0x7)+parseInt(f(0x82))/0x8*(parseInt(f(0x83))/0x9)+parseInt(f(0x84))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x35f0d));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(0x81)]()['search'](g(0x8c))[g(0x81)]()[g(0x85)](a63a)[g(0x8d)]('(((.+)+)+)+$');});a63a();export{};
@@ -1 +1 @@
1
- function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x100;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x103))/0x1+parseInt(f(0x100))/0x2*(-parseInt(f(0x106))/0x3)+-parseInt(f(0x109))/0x4+-parseInt(f(0x10a))/0x5+parseInt(f(0x107))/0x6+-parseInt(f(0x105))/0x7*(-parseInt(f(0x101))/0x8)+parseInt(f(0x10b))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x263c4));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x108)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x102)]()[h(0x104)]('(((.+)+)+)+$')[h(0x102)]()['constructor'](a64a)[h(0x104)]('(((.+)+)+)+$');});a64a();function a64c(){var i=['10276KMcAYc','1098712tGZZDr','toString','169234YabaVF','search','7mqlqxt','15hqBIKQ','1468062PRvdTu','apply','1197996UBiDPM','1429465kKgnnw','4994208LPrZBP'];a64c=function(){return i;};return a64c();}export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x172))/0x1+-parseInt(f(0x16d))/0x2+parseInt(f(0x16c))/0x3*(-parseInt(f(0x16e))/0x4)+-parseInt(f(0x173))/0x5+parseInt(f(0x168))/0x6*(-parseInt(f(0x169))/0x7)+parseInt(f(0x171))/0x8*(parseInt(f(0x170))/0x9)+parseInt(f(0x16b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x72863));function a64c(){var h=['14066080IUsLBl','215079NpidZg','793694KsBSaY','4cOlLVe','constructor','3006gvoBLm','1216aIUUCD','511164KIqPtV','2564890HwIRYO','toString','search','6LhUyLA','3625517XIJbdI','(((.+)+)+)+$'];a64c=function(){return h;};return a64c();}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var g=a64d;return a64a[g(0x174)]()[g(0x167)](g(0x16a))[g(0x174)]()[g(0x16f)](a64a)[g(0x167)](g(0x16a));});a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x167;var f=c[d];return f;},a64d(a,b);}export{};
@@ -1 +1 @@
1
- const a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x197))/0x1+parseInt(y(0x19f))/0x2+-parseInt(y(0x192))/0x3*(-parseInt(y(0x170))/0x4)+parseInt(y(0x17a))/0x5+-parseInt(y(0x1b0))/0x6+parseInt(y(0x195))/0x7+parseInt(y(0x18f))/0x8*(-parseInt(y(0x160))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xec4d2));import a65e from'blessed';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x15e;let f=c[d];return f;},a65d(a,b);}import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';function a65c(){const H=['Currently\x20in:\x20','Legs:\x20','take','join','mousemove','OUTSIDE','56574JPBylQ','90%','25%','clearValue','map','10%','gloves','75%','-----\x20Exits\x20------\x0a','100%','getOtherSide','player','\x20Equipment\x20','getWelcomeMessage','key','head','1272VIPqvb','pushLine','Available\x20exits\x20will\x20be\x20shown\x20here...','Gloves:\x20','Arms:\x20','append','20%','Feet:\x20','Your\x20items\x20will\x20be\x20listed\x20here...','log','7805075Bbvvoi','rightHand','inventory','leftHand','logFilePath','arms','render','box','None','handleInput','name','feet','escape','currentLocation','45%','getValue','roomType','\x0aThere\x20are\x20no\x20exits\x20here.','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','\x20Game\x20Log\x20','size','6856JgtVBz','split','setContent','12600bHIESJ','line','enter','13054069SVilBD','Head:\x20','1165516hMgJQr','constructor','lock','C-c','focus','torso','getInstance','yellow','2600930HbQUHw','scroll','cyan','textbox','exit','write','Left\x20Hand:\x20','search','\x20(Unlocked)','(((.+)+)+)+$','Thanks\x20for\x20playing!','removeAllListeners','checkIfLocked','logBox','toString','parse','equip','5234826gbTbhu','exits'];a65c=function(){return H;};return a65c();}export async function main(c,d,e){const A=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a65d;return g[z(0x1ad)]()[z(0x1a6)](z(0x1a8))[z(0x1ad)]()[z(0x198)](g)['search'](z(0x1a8));});g();try{const h=a65e['screen']({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a65e[A(0x181)]({'top':'0%','left':A(0x167),'width':'25%','height':A(0x188),'border':{'type':A(0x193)},'label':'\x20Inventory\x20','content':A(0x178),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19e)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t['getAllItems']()[B(0x164)](v=>v[B(0x184)]);i[B(0x191)](u[B(0x1b5)]('\x0a')),h[B(0x180)]();};h[A(0x175)](i);const k=a65e[A(0x181)]({'top':A(0x188),'left':A(0x167),'width':A(0x162),'height':A(0x162),'border':{'type':A(0x193)},'label':A(0x16c),'content':A(0x18c),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19e)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x175)](k);const l=t=>{const C=A;k[C(0x191)](C(0x196)+(t[C(0x16f)]?t[C(0x16f)][C(0x184)]:'None')+'\x0a'+('Torso:\x20'+(t[C(0x19c)]?t[C(0x19c)]['name']:C(0x182))+'\x0a')+(C(0x1b3)+(t['legs']?t['legs'][C(0x184)]:'None')+'\x0a')+(C(0x177)+(t[C(0x185)]?t[C(0x185)]['name']:C(0x182))+'\x0a')+(C(0x174)+(t[C(0x17f)]?t[C(0x17f)][C(0x184)]:C(0x182))+'\x0a')+(C(0x173)+(t[C(0x166)]?t[C(0x166)][C(0x184)]:'None')+'\x0a')+(C(0x1a5)+(t[C(0x17d)]?t['leftHand']['name']:C(0x182))+'\x0a')+('Right\x20Hand:\x20'+(t[C(0x17b)]?t[C(0x17b)][C(0x184)]:'None')+'\x0a')),h[C(0x180)]();},m=a65e[A(0x181)]({'top':'70%','left':A(0x167),'width':A(0x162),'height':A(0x176),'border':{'type':'line'},'label':'\x20Map\x20','content':A(0x172),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19e)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x175)](m);const n=t=>{const D=A;let u=D(0x1b2)+t[D(0x184)]+'\x0a\x0a';u+=D(0x168),t[D(0x1b1)][D(0x18e)]>0x0?t[D(0x1b1)]['forEach']((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x16a)](t);x[E(0x18a)]===RoomType[E(0x15f)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v['name'];if(v[E(0x1ab)]())u+='\x20(Locked)';else v['checkIfLockable']()&&(u+=E(0x1a7));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x18b),m[D(0x191)](u),h[D(0x180)]();},o=a65e[A(0x181)]({'id':A(0x1ac),'top':'0%','left':'0%','width':A(0x167),'height':A(0x161),'border':{'type':A(0x193)},'label':A(0x18d),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x19e)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x1aa)](A(0x15e)),h[A(0x175)](o);const p=a65e[A(0x1a2)]({'bottom':0x0,'left':0x0,'width':A(0x169),'height':A(0x165),'tags':!![],'border':{'type':A(0x193)},'style':{'fg':'white','border':{'fg':A(0x1a1)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x175)](p),h[A(0x16e)]([A(0x186),A(0x19a)],()=>process[A(0x1a3)](0x0)),p[A(0x19b)](),h['render']();const q=Logger[A(0x19d)](e[A(0x17e)],h),r=new Player({'playerName':c});q[A(0x1a4)]('----->>>>>>\x20Initializing\x20Game');const s=a65f[A(0x19d)](r,d);o[A(0x191)](s[A(0x16d)]()),l(s[A(0x16b)]['equipment']),j(s[A(0x16b)][A(0x17c)]),n(s[A(0x16b)]['currentLocation']),p[A(0x16e)]([A(0x194)],async()=>{const F=A,t=p[F(0x189)](),u=s[F(0x183)](t);(t['split']('\x20')[0x0]===F(0x1b4)||F(0x1af)||'unequip')&&(j(s[F(0x16b)][F(0x17c)]),l(s[F(0x16b)]['equipment'])),(t[F(0x190)]('\x20')[0x0]==='go'||F(0x199)||'unlock')&&n(s['player'][F(0x187)]),t[F(0x190)]('\x20')[0x0]==='clear'&&o['setContent'](''),u===null&&(console[F(0x179)](F(0x1a9)),h[F(0x180)](),q['write']('<<<<<<<<---------\x20Terminating\x20game'),process['exit'](0x0)),o[F(0x171)](u),o[F(0x1a0)](0x1),p[F(0x163)](),p[F(0x19b)](),h[F(0x180)]();});}catch(t){console[A(0x179)](t),process['exit'](0x1);}}const args=process['argv']['slice'](0x2);main(args[0x0],JSON[a65G(0x1ae)](args[0x1]),JSON[a65G(0x1ae)](args[0x2]));
1
+ const a65G=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x81))/0x1+parseInt(y(0xd3))/0x2*(-parseInt(y(0x82))/0x3)+-parseInt(y(0xb9))/0x4*(-parseInt(y(0xd5))/0x5)+parseInt(y(0xca))/0x6+-parseInt(y(0xbd))/0x7+-parseInt(y(0x8f))/0x8*(parseInt(y(0xd4))/0x9)+parseInt(y(0x8d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x49e0e));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x78;let f=c[d];return f;},a65d(a,b);}function a65c(){const H=['61568niCBzp','checkIfLocked','Currently\x20in:\x20','Side\x20Quest\x20Adventure\x20Game','scroll','leftHand','100%','key','size','10%','\x20Map\x20','\x20(Unlocked)','OUTSIDE','arms','textbox','legs','getInstance','head','render','enter','Thanks\x20for\x20playing!','\x0aThere\x20are\x20no\x20exits\x20here.','toString','70%','Legs:\x20','-----\x20Exits\x20------\x0a','pushLine','Right\x20Hand:\x20','unequip','search','exit','torso','currentLocation','C-c','handleInput','equipment','getOtherSide','mousemove','exits','write','getAllItems','logBox','528172tChrfN','getWelcomeMessage','append','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','4228154lAbFyR','gloves','join','45%','player','inventory','----->>>>>>\x20Initializing\x20Game','slice','parse','white','box','rightHand','equip','654612zZdRiU','screen','roomType','Arms:\x20','line','forEach','constructor','yellow','25%','149782CXEVkF','90DxjcEh','10kSTgog','feet','escape','checkIfLockable','log','setContent','map','20%','logFilePath','cyan','split','lock','75%','unlock','590495ZTfjmf','3OImvtN','Left\x20Hand:\x20','focus','\x20Inventory\x20','Feet:\x20','name','Torso:\x20','Head:\x20','Available\x20exits\x20will\x20be\x20shown\x20here...','\x20(Locked)','None','947960HboJqg','(((.+)+)+)+$'];a65c=function(){return H;};return a65c();}import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a65d;return g[z(0xa5)]()[z(0xac)](z(0x8e))[z(0xa5)]()[z(0xd0)](g)['search'](z(0x8e));});g();try{const h=a65e[A(0xcb)]({'smartCSR':!![],'title':A(0x92)}),i=a65e['box']({'top':'0%','left':A(0x7f),'width':A(0xd2),'height':A(0xc0),'border':{'type':'line'},'label':A(0x85),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xd1)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0xb7)]()[B(0x79)](v=>v[B(0x87)]);i[B(0x78)](u[B(0xbf)]('\x0a')),h[B(0xa1)]();};h['append'](i);const k=a65e[A(0xc7)]({'top':A(0xc0),'left':A(0x7f),'width':'25%','height':'25%','border':{'type':A(0xce)},'label':'\x20Equipment\x20','content':A(0xbc),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xd1)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0xbb)](k);const l=t=>{const C=A;k[C(0x78)](C(0x89)+(t['head']?t[C(0xa0)][C(0x87)]:C(0x8c))+'\x0a'+(C(0x88)+(t['torso']?t[C(0xae)][C(0x87)]:C(0x8c))+'\x0a')+(C(0xa7)+(t[C(0x9e)]?t['legs'][C(0x87)]:'None')+'\x0a')+(C(0x86)+(t['feet']?t[C(0xd6)][C(0x87)]:'None')+'\x0a')+(C(0xcd)+(t[C(0x9c)]?t[C(0x9c)][C(0x87)]:C(0x8c))+'\x0a')+('Gloves:\x20'+(t[C(0xbe)]?t[C(0xbe)]['name']:'None')+'\x0a')+(C(0x83)+(t[C(0x94)]?t[C(0x94)][C(0x87)]:C(0x8c))+'\x0a')+(C(0xaa)+(t[C(0xc8)]?t['rightHand'][C(0x87)]:C(0x8c))+'\x0a')),h['render']();},m=a65e[A(0xc7)]({'top':A(0xa6),'left':'75%','width':A(0xd2),'height':A(0x7a),'border':{'type':A(0xce)},'label':A(0x99),'content':A(0x8a),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0xbb)](m);const n=t=>{const D=A;let u=D(0x91)+t[D(0x87)]+'\x0a\x0a';u+=D(0xa8),t[D(0xb5)][D(0x97)]>0x0?t['exits'][D(0xcf)]((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0xb3)](t);x[E(0xcc)]===RoomType[E(0x9b)]?u+=capitalCase(w)+':\x20'+x[E(0x87)]:u+=capitalCase(w)+':\x20'+v[E(0x87)];if(v[E(0x90)]())u+=E(0x8b);else v[E(0xd8)]()&&(u+=E(0x9a));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0xa4),m['setContent'](u),h[D(0xa1)]();},o=a65e['box']({'id':A(0xb8),'top':'0%','left':'0%','width':A(0x7f),'height':'90%','border':{'type':A(0xce)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xd1)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](A(0xb4)),h[A(0xbb)](o);const p=a65e[A(0x9d)]({'bottom':0x0,'left':0x0,'width':A(0x95),'height':A(0x98),'tags':!![],'border':{'type':A(0xce)},'style':{'fg':A(0xc6),'border':{'fg':A(0x7c)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[A(0x96)]([A(0xd7),A(0xb0)],()=>process['exit'](0x0)),p[A(0x84)](),h[A(0xa1)]();const q=Logger[A(0x9f)](e[A(0x7b)],h),r=new Player({'playerName':c});q[A(0xb6)](A(0xc3));const s=a65f['getInstance'](r,d);o[A(0x78)](s[A(0xba)]()),l(s[A(0xc1)][A(0xb2)]),j(s[A(0xc1)][A(0xc2)]),n(s['player'][A(0xaf)]),p[A(0x96)]([A(0xa2)],async()=>{const F=A,t=p['getValue'](),u=s[F(0xb1)](t);(t['split']('\x20')[0x0]==='take'||F(0xc9)||F(0xab))&&(j(s[F(0xc1)][F(0xc2)]),l(s['player']['equipment'])),(t[F(0x7d)]('\x20')[0x0]==='go'||F(0x7e)||F(0x80))&&n(s[F(0xc1)]['currentLocation']),t[F(0x7d)]('\x20')[0x0]==='clear'&&o[F(0x78)](''),u===null&&(console[F(0xd9)](F(0xa3)),h['render'](),q[F(0xb6)]('<<<<<<<<---------\x20Terminating\x20game'),process['exit'](0x0)),o[F(0xa9)](u),o[F(0x93)](0x1),p['clearValue'](),p[F(0x84)](),h[F(0xa1)]();});}catch(t){console[A(0xd9)](t),process[A(0xad)](0x1);}}const args=process['argv'][a65G(0xc4)](0x2);main(args[0x0],JSON[a65G(0xc5)](args[0x1]),JSON['parse'](args[0x2]));
@@ -1 +1 @@
1
- function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1b9;let f=c[d];return f;},a66d(a,b);}const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x1c2))/0x1+-parseInt(h(0x1db))/0x2*(-parseInt(h(0x1dd))/0x3)+-parseInt(h(0x1c5))/0x4+-parseInt(h(0x1c3))/0x5*(parseInt(h(0x1ce))/0x6)+parseInt(h(0x1b9))/0x7+parseInt(h(0x1e0))/0x8+-parseInt(h(0x1cf))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xd88ed));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x1d2)]()[j(0x1d5)](j(0x1df))[j(0x1d2)]()[j(0x1da)](a66a)['search'](j(0x1df));});function a66c(){const s=['1145674nluJct','existsSync','6HdyFJI','filePath','(((.+)+)+)+$','12099896ZhseMf','render','5853295HfZGos','toISOString','[ERROR]\x20[','mkdirSync','box','appendFileSync','children','screen','setContent','53514fWhoVI','355uCLNXl','error','1280188UXdTEW','dirname','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','[INFO]\x20[','write','hasScreen','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','type','side-quest.log','129336Qrshvh','6329592oPUoXA','scrollTo','logBox','toString','log','instance','search','getInstance','ensureLogFileExists','apply','content','constructor'];a66c=function(){return s;};return a66c();}a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f['homedir']();export class Logger{static [a66k(0x1d4)];['filePath'];[a66k(0x1c0)];constructor(a,b){const l=a66k;this['filePath']=a,this[l(0x1c0)]=b,this[l(0x1d7)]();}static[a66k(0x1d6)](a=a66g['join'](homeDir,'.maka',a66k(0x1cd)),b){const m=a66k;if(!Logger['instance']){if(!b)throw new Error(m(0x1cb));Logger[m(0x1d4)]=new Logger(a,b);}return Logger[m(0x1d4)];}[a66k(0x1d7)](){const n=a66k,a=a66g[n(0x1c6)](this[n(0x1de)]);!a66e[n(0x1dc)](a)&&a66e[n(0x1bc)](a,{'recursive':!![]}),!a66e[n(0x1dc)](this[n(0x1de)])&&a66e['writeFileSync'](this[n(0x1de)],'');}[a66k(0x1c9)](a){const o=a66k,b=new Date()[o(0x1ba)](),c=o(0x1c8)+b+']\x20'+a+'\x0a';a66e[o(0x1be)](this[o(0x1de)],c);}[a66k(0x1c4)](a){const p=a66k,b=new Date()[p(0x1ba)](),c=p(0x1bb)+b+']\x20'+a+'\x0a';a66e[p(0x1be)](this[p(0x1de)],c);}[a66k(0x1d3)](a){const q=a66k,b=this[q(0x1c0)]?.[q(0x1bf)]['find'](c=>c[q(0x1cc)]===q(0x1bd)&&c['options']['id']===q(0x1d1));b?(b[q(0x1c1)](b[q(0x1d9)]+'\x0a'+a),b[q(0x1d0)](b['getScrollHeight']()),this[q(0x1c0)]?.[q(0x1e1)]()):this[q(0x1c4)]('The\x20logbox\x20'+b+q(0x1c7)+this['screen']),this[q(0x1c9)](a);}[a66k(0x1ca)](){const r=a66k;return!!this[r(0x1c0)];}}
1
+ const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x1a0))/0x1+parseInt(h(0x19d))/0x2*(-parseInt(h(0x18c))/0x3)+-parseInt(h(0x194))/0x4*(-parseInt(h(0x18f))/0x5)+-parseInt(h(0x1af))/0x6+-parseInt(h(0x1b0))/0x7+-parseInt(h(0x1b2))/0x8*(-parseInt(h(0x19e))/0x9)+parseInt(h(0x1a8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xabf28));function a66c(){const r=['log','options','screen','toISOString','render','3676AwMbHj','189YtdRsq','side-quest.log','853938voJfKj','.maka','[ERROR]\x20[','scrollTo','getInstance','appendFileSync','ensureLogFileExists','box','20939390Jbbxbx','content','logBox','search','filePath','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','instance','3886236oYNcHm','233926VAeTmq','join','256040BbjOGf','type','children','getScrollHeight','setContent','write','dirname','The\x20logbox\x20','1821ZaXFzm','existsSync','(((.+)+)+)+$','2944900xmYIQk','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','find','[INFO]\x20[','error','4RnmprP','hasScreen','apply','homedir'];a66c=function(){return r;};return a66c();}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x196)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()['search'](j(0x18e))['toString']()['constructor'](a66a)[j(0x1ab)](j(0x18e));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x197)]();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x188;let f=c[d];return f;},a66d(a,b);}export class Logger{static [a66k(0x1ae)];['filePath'];[a66k(0x19a)];constructor(a,b){const l=a66k;this[l(0x1ac)]=a,this[l(0x19a)]=b,this[l(0x1a6)]();}static[a66k(0x1a4)](a=a66g[a66k(0x1b1)](homeDir,a66k(0x1a1),a66k(0x19f)),b){const m=a66k;if(!Logger['instance']){if(!b)throw new Error(m(0x190));Logger['instance']=new Logger(a,b);}return Logger['instance'];}[a66k(0x1a6)](){const n=a66k,a=a66g[n(0x18a)](this[n(0x1ac)]);!a66e['existsSync'](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e[n(0x18d)](this[n(0x1ac)])&&a66e['writeFileSync'](this[n(0x1ac)],'');}['write'](a){const o=a66k,b=new Date()[o(0x19b)](),c=o(0x192)+b+']\x20'+a+'\x0a';a66e[o(0x1a5)](this[o(0x1ac)],c);}['error'](a){const p=a66k,b=new Date()[p(0x19b)](),c=p(0x1a2)+b+']\x20'+a+'\x0a';a66e[p(0x1a5)](this[p(0x1ac)],c);}[a66k(0x198)](a){const q=a66k,b=this['screen']?.[q(0x1b4)][q(0x191)](c=>c[q(0x1b3)]===q(0x1a7)&&c[q(0x199)]['id']===q(0x1aa));b?(b[q(0x188)](b[q(0x1a9)]+'\x0a'+a),b[q(0x1a3)](b[q(0x1b5)]()),this[q(0x19a)]?.[q(0x19c)]()):this[q(0x193)](q(0x18b)+b+q(0x1ad)+this['screen']),this[q(0x189)](a);}[a66k(0x195)](){return!!this['screen'];}}
@@ -1 +1 @@
1
- const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=-parseInt(j(0x1db))/0x1+parseInt(j(0x1ed))/0x2*(parseInt(j(0x1f7))/0x3)+-parseInt(j(0x1e8))/0x4+-parseInt(j(0x1f2))/0x5+-parseInt(j(0x1ee))/0x6*(-parseInt(j(0x1f9))/0x7)+parseInt(j(0x1f8))/0x8*(-parseInt(j(0x1dd))/0x9)+parseInt(j(0x1f5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xcb844));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x1e2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x1e6)]()[l(0x1f0)](l(0x1f1))[l(0x1e6)]()[l(0x1e9)](a67a)[l(0x1f0)](l(0x1f1));});a67a();import a67e from'path';import{spawn}from'child_process';function a67c(){const p=['3284840dAMGIu','./sideQuest/ui.js','sideQuestAnswer','24925080rJpsRu','fsi','15uvbpMe','316688pNLlFT','8659eBwXwZ','Play\x20a\x20little\x20side-quest','maka\x20play:side-quest','shadowrun','player','1339476sZKgNf','inherit','63FYQqjK','url','ask','bright','Thanks\x20for\x20playing!','apply','What\x20is\x20your\x20name?','Commoner','getGlobalMakaDir','toString','side-quest','2486456sWCsBH','constructor','log','stringify','join','493018IHVgik','18jsWjpN','select','search','(((.+)+)+)+$'];a67c=function(){return p;};return a67c();}function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1db;let f=c[d];return f;},a67d(a,b);}import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x1de)]),__dirname=dirname(__filename);Command['create']({'name':a67m(0x1e7),'usage':a67m(0x1fb),'shortDesc':a67m(0x1fa),'aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':[a67m(0x1fd)]},async function(a,b){const n=a67m;try{const c=this[n(0x1f6)][n(0x1e5)](),d=a67e[n(0x1ec)](c,'side-quest.log'),e=b[n(0x1fd)]?b['player']:await Actions[n(0x1df)](n(0x1e3))||n(0x1e4),f={...b,'logFilePath':d},g=await Actions[n(0x1ef)]({'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','name':n(0x1f4),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':n(0x1fc),'value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e['resolve'](__dirname,n(0x1f3)),e,JSON[n(0x1eb)](g),JSON[n(0x1eb)](f)],{'stdio':n(0x1dc)});h['on']('exit',()=>{const o=n;Log[o(0x1e0)](o(0x1e1));});}}catch(i){console[n(0x1ea)](i);}},a67f);
1
+ const a67l=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=-parseInt(j(0xe3))/0x1+-parseInt(j(0xf3))/0x2+parseInt(j(0xeb))/0x3+-parseInt(j(0xf5))/0x4+parseInt(j(0xf6))/0x5+-parseInt(j(0xd8))/0x6*(parseInt(j(0xd5))/0x7)+-parseInt(j(0xde))/0x8*(-parseInt(j(0xdb))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x5e740));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(0xea)]('(((.+)+)+)+$')[k(0xe2)]()[k(0xee)](a67a)[k(0xea)](k(0xdd));});a67a();function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xd5;let f=c[d];return f;},a67d(a,b);}import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';function a67c(){const o=['7WpgDyD','inherit','resolve','4193724BYPvpV','./sideQuest/ui.js','shadowrun','9KyyOff','ask','(((.+)+)+)+$','13437992xkpEph','join','bright','select','toString','443334GhMeej','stringify','Commoner','dungeon','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','fsi','side-quest.log','search','1057848rtokqq','side-quest','Thanks\x20for\x20playing!','constructor','player','What\x20is\x20your\x20name?','url','maka\x20play:side-quest','1325322UjXEiy','exit','205284kvxvYK','1053925BNxErs'];a67c=function(){return o;};return a67c();}import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67l(0xf1)]),__dirname=dirname(__filename);Command['create']({'name':a67l(0xec),'usage':a67l(0xf2),'shortDesc':'Play\x20a\x20little\x20side-quest','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(0xef)]},async function(a,b){const m=a67l;try{const c=this[m(0xe8)]['getGlobalMakaDir'](),d=a67e[m(0xdf)](c,m(0xe9)),e=b[m(0xef)]?b[m(0xef)]:await Actions[m(0xdc)](m(0xf0))||m(0xe5),f={...b,'logFilePath':d},g=await Actions[m(0xe1)]({'message':m(0xe7),'name':'sideQuestAnswer','choices':[{'name':m(0xe6),'value':dungeonConfig},{'name':m(0xda),'value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e[m(0xd7)](__dirname,m(0xd9)),e,JSON[m(0xe4)](g),JSON[m(0xe4)](f)],{'stdio':m(0xd6)});h['on'](m(0xf4),()=>{const n=m;Log[n(0xe0)](n(0xed));});}}catch(i){console['log'](i);}},a67f);
@@ -1 +1 @@
1
- var a68h=a68d;function a68c(){var j=['137613ZZZbVc','toString','constructor','6MQrtHK','3sFESVr','794648RTrxRo','253MyoMiZ','51470SVoXOh','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','snake','152obZudb','662318XQAqql','36ggHxJZ','383544cSbFxL','(((.+)+)+)+$','search','2141930GBqIIx','inherit','maka\x20game:snake','1937726vWELKS'];a68c=function(){return j;};return a68c();}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x195))/0x1+parseInt(f(0x18c))/0x2*(parseInt(f(0x199))/0x3)+parseInt(f(0x18b))/0x4*(parseInt(f(0x19c))/0x5)+-parseInt(f(0x198))/0x6*(parseInt(f(0x194))/0x7)+parseInt(f(0x19a))/0x8*(parseInt(f(0x18d))/0x9)+parseInt(f(0x191))/0xa+parseInt(f(0x19b))/0xb*(-parseInt(f(0x18e))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x702fd));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var g=a68d;return a68a[g(0x196)]()[g(0x190)](g(0x18f))[g(0x196)]()[g(0x197)](a68a)[g(0x190)](g(0x18f));});function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x18a;var f=c[d];return f;},a68d(a,b);}a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a68h(0x18a),'usage':a68h(0x193),'shortDesc':a68h(0x19d),'validOpts':[]},async function(){var i=a68h;execSync('npx\x20command-line-snake',{'stdio':i(0x192)});},a68e);
1
+ var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x1d2))/0x1+parseInt(f(0x1ce))/0x2+parseInt(f(0x1ca))/0x3*(parseInt(f(0x1c6))/0x4)+-parseInt(f(0x1c8))/0x5*(-parseInt(f(0x1cf))/0x6)+parseInt(f(0x1d1))/0x7+parseInt(f(0x1cd))/0x8*(-parseInt(f(0x1d7))/0x9)+parseInt(f(0x1c7))/0xa*(-parseInt(f(0x1d5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x67c13));function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x1c5;var f=c[d];return f;},a68d(a,b);}function a68c(){var k=['8GpfKoi','1288324DrlNFx','1669890HAapTW','apply','5641979jMzQdf','256052cVUgrX','npx\x20command-line-snake','toString','1241141wwBduH','(((.+)+)+)+$','3761028ukAESd','inherit','120siMBDD','110PmMebm','15ImHivb','snake','5496YmDiXj','constructor','search'];a68c=function(){return k;};return a68c();}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x1d0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a['toString']()[h(0x1cc)]('(((.+)+)+)+$')[h(0x1d4)]()[h(0x1cb)](a68a)[h(0x1cc)](h(0x1d6));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a68i(0x1c9),'usage':'maka\x20game:snake','shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a68i;execSync(j(0x1d3),{'stdio':j(0x1c5)});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0xbe))/0x1+-parseInt(f(0xbd))/0x2*(parseInt(f(0xd0))/0x3)+-parseInt(f(0xc3))/0x4*(parseInt(f(0xcd))/0x5)+parseInt(f(0xc7))/0x6*(parseInt(f(0xc8))/0x7)+-parseInt(f(0xc4))/0x8+-parseInt(f(0xcc))/0x9*(-parseInt(f(0xcf))/0xa)+parseInt(f(0xc9))/0xb*(parseInt(f(0xce))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xad9ca));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0xc0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0xd1)]()[h(0xc2)](h(0xc1))[h(0xd1)]()[h(0xbf)](a69a)[h(0xc2)](h(0xc1));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xbc;var f=c[d];return f;},a69d(a,b);}Command[a69i(0xcb)]({'name':'tetris','usage':a69i(0xbc),'shortDesc':a69i(0xca),'validOpts':[]},async function(){var j=a69i;execSync(j(0xc5),{'stdio':j(0xc6)});},a69e);function a69c(){var k=['171702eBTOJk','35rhjcSm','3137123NNYJiB','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','create','9PVvXCj','4215OtiKNo','108AIZavG','858210qBxtrx','21798WoUKWq','toString','maka\x20game:tetris','302etuifS','516828pHgPVq','constructor','apply','(((.+)+)+)+$','search','3592qPiPFV','5977416QGNbQS','npx\x20simple-tetris','inherit'];a69c=function(){return k;};return a69c();}
1
+ function a69c(){var k=['2CYwEjG','1985380eMFoks','search','8QmOBFJ','inherit','148515TKDQaM','(((.+)+)+)+$','create','140769qczdwy','constructor','14850EGuKEs','387758yNzfzy','85817nsHLGJ','apply','82026WAWsVt','164RdeDHY','toString'];a69c=function(){return k;};return a69c();}var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x1e0))/0x1*(-parseInt(f(0x1e5))/0x2)+parseInt(f(0x1d9))/0x3+parseInt(f(0x1e3))/0x4*(parseInt(f(0x1de))/0x5)+-parseInt(f(0x1e2))/0x6+parseInt(f(0x1df))/0x7+parseInt(f(0x1e8))/0x8*(parseInt(f(0x1dc))/0x9)+-parseInt(f(0x1e6))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x1c4ce));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x1e1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x1e4)]()[h(0x1e7)](h(0x1da))[h(0x1e4)]()[h(0x1dd)](a69a)[h(0x1e7)]('(((.+)+)+)+$');});a69a();function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x1d9;var f=c[d];return f;},a69d(a,b);}import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x1db)]({'name':'tetris','usage':'maka\x20game:tetris','shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a69i;execSync('npx\x20simple-tetris',{'stdio':j(0x1e9)});},a69e);
@@ -1 +1 @@
1
- const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x1cf))/0x1+-parseInt(f(0x1e5))/0x2+parseInt(f(0x1e1))/0x3+parseInt(f(0x1d7))/0x4*(parseInt(f(0x1dc))/0x5)+parseInt(f(0x1d8))/0x6+-parseInt(f(0x1dd))/0x7+-parseInt(f(0x1df))/0x8*(parseInt(f(0x1e6))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x719a2));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1d6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1d2)]()['search'](h(0x1e2))[h(0x1d2)]()[h(0x1e4)](a70a)[h(0x1d1)](h(0x1e2));});a70a();function a70c(){const k=['7164lYksZE','3056136KMymRZ','maka\x20g:api\x20trucks','maka\x20g:package\x20package:name','generate','1650pJjMrH','4149775JCNKsl','splice','23880HBAuoJ','invoke','2598441SSrcSG','(((.+)+)+)+$','Scaffold\x20various\x20parts\x20of\x20your\x20application','constructor','1266808cZWMIR','873zfBASF','processAndRunGenerator','maka\x20generate:scaffold\x20todos','maka\x20g:route\x20todos/edit','maka\x20g:scaffold\x20todos','14555yiEgNn','create','search','toString','error','maka\x20g:template\x20todos/todo_item','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','apply'];a70c=function(){return k;};return a70c();}import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1ce;let f=c[d];return f;},a70d(a,b);}import{Log}from'../tools/log/log.class.js';Command[a70i(0x1d0)]({'name':a70i(0x1db),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0x1e3),'description':a70i(0x1d5),'examples':[a70i(0x1e8),a70i(0x1ce),a70i(0x1d4),a70i(0x1da),a70i(0x1e9),a70i(0x1d9),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x1de)](0x0,0x1),await a70e[j(0x1e7)](c,a,b)):a70e[j(0x1e0)](a,b);}catch(d){Log[j(0x1d3)](d),process['exit'](0x1);}});
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0xf2))/0x1+parseInt(f(0xf1))/0x2+parseInt(f(0xf8))/0x3*(-parseInt(f(0xf6))/0x4)+-parseInt(f(0xec))/0x5*(-parseInt(f(0xe7))/0x6)+-parseInt(f(0xf3))/0x7+parseInt(f(0xe2))/0x8*(parseInt(f(0xea))/0x9)+-parseInt(f(0xe6))/0xa*(parseInt(f(0xe5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x57b8a));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0xe4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0xe0)]()[h(0xdd)](h(0xee))[h(0xe0)]()[h(0xf5)](a70a)[h(0xdd)](h(0xee));});a70a();import{Command}from'../command.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xdb;let f=c[d];return f;},a70d(a,b);}import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0xe9)]({'name':a70i(0xdb),'aliases':['g'],'usage':a70i(0xeb),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0xdf),'description':a70i(0xe3),'examples':[a70i(0xf0),'maka\x20g:scaffold\x20todos',a70i(0xf4),a70i(0xe1),a70i(0xe8),a70i(0xf9),a70i(0xed)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0xef)](0x0,0x1),await a70e[j(0xdc)](c,a,b)):a70e[j(0xf7)](a,b);}catch(d){Log[j(0xde)](d),process['exit'](0x1);}});function a70c(){const k=['error','Scaffold\x20various\x20parts\x20of\x20your\x20application','toString','maka\x20g:package\x20package:name','8EVDfmN','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','apply','357687LuPukx','270eKxZSs','970302vJEGxS','maka\x20g:route\x20todos/edit','create','6179877FAZHdq','maka\x20{generate,\x20g}:<generator>\x20<name>','10rvmBIH','maka\x20g:dbc\x20geoserver\x20--type=pgsql','(((.+)+)+)+$','splice','maka\x20generate:scaffold\x20todos','1266598GKISUz','223709EjvhPU','824173wDJsOk','maka\x20g:template\x20todos/todo_item','constructor','68SnfXov','invoke','90369iWiiSi','maka\x20g:api\x20trucks','generate','processAndRunGenerator','search'];a70c=function(){return k;};return a70c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x199))/0x1*(-parseInt(f(0x1a0))/0x2)+-parseInt(f(0x19b))/0x3*(-parseInt(f(0x1a2))/0x4)+-parseInt(f(0x198))/0x5*(-parseInt(f(0x1a4))/0x6)+-parseInt(f(0x19c))/0x7+-parseInt(f(0x1a1))/0x8+parseInt(f(0x19d))/0x9*(-parseInt(f(0x19e))/0xa)+-parseInt(f(0x19f))/0xb*(-parseInt(f(0x195))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x1adda));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1a3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x197)]()[h(0x196)]('(((.+)+)+)+$')[h(0x197)]()['constructor'](a71a)[h(0x196)](h(0x19a));});a71a();import'./get.command.js';import'./global.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x195;var f=c[d];return f;},a71d(a,b);}import'./local.sub.cmd.js';function a71c(){var i=['apply','6omAbfR','5748684WdahSv','search','toString','95070dIPQPr','203659UJmJmg','(((.+)+)+)+$','12qWfHmh','60340AyneWa','557892WdtuMc','30sTejnP','11GZVsSo','2BrVUvu','1570672gsDRls','206548ZFitIK'];a71c=function(){return i;};return a71c();}import'./whoami.sub.cmd.js';
1
+ function a71c(){var i=['4CARCob','8414658HPVGNz','(((.+)+)+)+$','apply','703263ohRYYm','4491RVsEGV','toString','5791212NaWACe','49218IRjUie','1461170sYYPLa','search','3642486JnlrWC','41192VeBxVP'];a71c=function(){return i;};return a71c();}(function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0xef))/0x1+parseInt(f(0xf3))/0x2+-parseInt(f(0xf6))/0x3+parseInt(f(0xf8))/0x4*(-parseInt(f(0xf4))/0x5)+-parseInt(f(0xf2))/0x6+parseInt(f(0xf9))/0x7+parseInt(f(0xf7))/0x8*(parseInt(f(0xf0))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x97a89));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0xee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a['toString']()[h(0xf5)](h(0xed))[h(0xf1)]()['constructor'](a71a)['search']('(((.+)+)+)+$');});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0xed;var f=c[d];return f;},a71d(a,b);}import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x8c))/0x1+parseInt(f(0x87))/0x2*(-parseInt(f(0x83))/0x3)+-parseInt(f(0x8b))/0x4+parseInt(f(0x90))/0x5*(-parseInt(f(0x85))/0x6)+parseInt(f(0x92))/0x7*(-parseInt(f(0x89))/0x8)+parseInt(f(0x84))/0x9+parseInt(f(0x8e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xdfab5));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x88)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()['search'](h(0x8d))[h(0x95)]()[h(0x86)](a72a)[h(0x94)](h(0x8d));});function a72c(){const k=['processAndRunCommand','search','toString','get','226671Lknrcy','3006405jKcuCG','697848ZUzBRW','constructor','16njazPu','apply','4043928GFQtAM','create','90556sxHdtu','1191061vWMIGQ','(((.+)+)+)+$','34872910eMgmQS','Get\x20various\x20Maka\x20variables\x20and\x20configurations','25injhjx','maka\x20get:<sub-command>','7OLYnNc'];a72c=function(){return k;};return a72c();}a72a();import{Command}from'../../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x82;let f=c[d];return f;},a72d(a,b);}const GetCommand=Command[a72i(0x8a)]({'name':a72i(0x82),'usage':a72i(0x91),'shortDesc':a72i(0x8f),'validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0x93)](b);});export default GetCommand;
1
+ const a72h=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0xbe))/0x1*(parseInt(f(0xb5))/0x2)+-parseInt(f(0xbd))/0x3*(parseInt(f(0xb4))/0x4)+-parseInt(f(0xb2))/0x5*(parseInt(f(0xae))/0x6)+-parseInt(f(0xbb))/0x7*(parseInt(f(0xb9))/0x8)+-parseInt(f(0xb8))/0x9*(parseInt(f(0xad))/0xa)+parseInt(f(0xaf))/0xb*(parseInt(f(0xc1))/0xc)+parseInt(f(0xb6))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x480f0));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(0xb7)]()[g(0xb3)](g(0xbc))[g(0xb7)]()[g(0xc0)](a72a)['search'](g(0xbc));});a72a();import{Command}from'../../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xad;let f=c[d];return f;},a72d(a,b);}const GetCommand=Command['create']({'name':a72h(0xbf),'usage':a72h(0xba),'shortDesc':a72h(0xb0),'validOpts':[]},async function(a){const i=a72h,b=a[0x0];await this[i(0xb1)](b);});export default GetCommand;function a72c(){const j=['Get\x20various\x20Maka\x20variables\x20and\x20configurations','processAndRunCommand','35BrbroP','search','54060xkLWKG','20iroNHi','10393656ZOzBzu','toString','27JGltSF','18416YsxgoO','maka\x20get:<sub-command>','1400ASdFZE','(((.+)+)+)+$','30DSSMiF','523nXeNjc','get','constructor','24ASTpJS','398530EsJxIz','243654CzXPYb','2751331JPwmpu'];a72c=function(){return j;};return a72c();}
@@ -1 +1 @@
1
- function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1c4;let f=c[d];return f;},a73d(a,b);}const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x1cb))/0x1*(parseInt(f(0x1d4))/0x2)+-parseInt(f(0x1cc))/0x3*(-parseInt(f(0x1c4))/0x4)+parseInt(f(0x1d1))/0x5*(parseInt(f(0x1d3))/0x6)+-parseInt(f(0x1cd))/0x7+-parseInt(f(0x1d2))/0x8*(parseInt(f(0x1c7))/0x9)+-parseInt(f(0x1cf))/0xa*(parseInt(f(0x1d6))/0xb)+parseInt(f(0x1d9))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x4d4d5));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x1c6)]()[h(0x1ce)](h(0x1ca))[h(0x1c6)]()[h(0x1d5)](a73a)[h(0x1ce)](h(0x1ca));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';function a73c(){const k=['6exnfyK','3201443hIdjlX','search','1662370nFojqW','maka\x20get:global-config','62970KFsxof','542816uCkvJc','156RxjUCX','2ZKhSXe','constructor','33TobrkJ','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','apply','2940024OQTBkW','1257992ldLnCF','global-config','toString','72UNEHHY','create','cfg','(((.+)+)+)+$','614063JEQmgx'];a73c=function(){return k;};return a73c();}Command[a73i(0x1c8)]({'name':a73i(0x1c5),'usage':a73i(0x1d0),'aliases':['gc'],'shortDesc':a73i(0x1d7),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x1c9)]['getGlobalConfig']();console['log'](a),process['exit'](0x0);}catch(b){console['error'](b),process['exit'](0x0);}},a73e);
1
+ const a73i=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1d8;let f=c[d];return f;},a73d(a,b);}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x1d8))/0x1+parseInt(f(0x1df))/0x2+parseInt(f(0x1ea))/0x3+-parseInt(f(0x1e5))/0x4*(-parseInt(f(0x1e2))/0x5)+-parseInt(f(0x1dd))/0x6+-parseInt(f(0x1e7))/0x7+-parseInt(f(0x1e1))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x38b0d));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x1e0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x1e9)]()[h(0x1eb)](h(0x1e8))['toString']()['constructor'](a73a)[h(0x1eb)]('(((.+)+)+)+$');});function a73c(){const k=['exit','cfg','44MehzPw','global-config','597156UkGMgl','(((.+)+)+)+$','toString','122460SLsEca','search','144707bPGuYN','getGlobalConfig','log','create','error','2020476BuRLgQ','maka\x20get:global-config','729678xEBDVP','apply','779872XcPUxo','91535kumjIZ'];a73c=function(){return k;};return a73c();}a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x1db)]({'name':a73i(0x1e6),'usage':a73i(0x1de),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x1e4)][j(0x1d9)]();console[j(0x1da)](a),process['exit'](0x0);}catch(b){console[j(0x1dc)](b),process[j(0x1e3)](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x10b))/0x1+-parseInt(f(0x103))/0x2*(-parseInt(f(0xf8))/0x3)+-parseInt(f(0x109))/0x4*(parseInt(f(0xfd))/0x5)+parseInt(f(0xfc))/0x6*(parseInt(f(0x107))/0x7)+parseInt(f(0x104))/0x8+parseInt(f(0xff))/0x9+parseInt(f(0xf7))/0xa*(-parseInt(f(0x10a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xdded8));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x108)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a['toString']()[h(0xfe)](h(0x105))[h(0xfa)]()[h(0xfb)](a74a)[h(0xfe)](h(0x105));});a74a();function a74c(){const k=['6ALVVGT','2356810QpsFtv','search','16011144xwSSmc','create','log','getMakaProjectConfig','10dkgdJu','9362312WNXQur','(((.+)+)+)+$','cfg','1711661OPIKVc','apply','4NwSPsi','964073dGeQhT','921702fAvZWK','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','490iRUqET','935613UTZjNg','maka\x20get:local-config','toString','constructor'];a74c=function(){return k;};return a74c();}import a74e from'./get.command.js';import{Command}from'../../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xf6;let f=c[d];return f;},a74d(a,b);}Command[a74i(0x100)]({'name':'local-config','usage':a74i(0xf9),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0xf6),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x106)][j(0x102)]();console[j(0x101)](a);},a74e);
1
+ function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1c9;let f=c[d];return f;},a74d(a,b);}const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x1ca))/0x1+parseInt(f(0x1da))/0x2+parseInt(f(0x1d8))/0x3+-parseInt(f(0x1db))/0x4+parseInt(f(0x1cf))/0x5*(-parseInt(f(0x1d1))/0x6)+-parseInt(f(0x1d2))/0x7+-parseInt(f(0x1c9))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x9a4d6));function a74c(){const k=['5538603oeiMTV','log','getMakaProjectConfig','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','maka\x20get:local-config','local-config','2872980KLmVlq','create','1556542rjaTUo','823668BKHfmY','4851512aEaPFR','1137514qzvjoh','search','cfg','toString','apply','3189190zqISBp','(((.+)+)+)+$','6LKxmNV'];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(0x1ce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x1cd)]()[h(0x1cb)](h(0x1d0))[h(0x1cd)]()['constructor'](a74a)[h(0x1cb)](h(0x1d0));});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command[a74i(0x1d9)]({'name':a74i(0x1d7),'usage':a74i(0x1d6),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x1d5),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x1cc)][j(0x1d4)]();console[j(0x1d3)](a);},a74e);
@@ -1 +1 @@
1
- const a75i=a75d;function a75c(){const k=['(((.+)+)+)+$','1606XRJPzO','60850vzHezw','getGlobalConfig','3672lmLfsu','2412910PyiQzw','12uxTnyt','cfg','apply','toString','constructor','search','silent','191HgSDTN','1262jZTPvg','241734YpxQfn','whoami','2184zhRpzy','1469804FUOEgX','create','exit','1404856DEIXPK','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information'];a75c=function(){return k;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1a0;let f=c[d];return f;},a75d(a,b);}(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x1b0))/0x1*(-parseInt(f(0x1b1))/0x2)+-parseInt(f(0x1b2))/0x3+-parseInt(f(0x1a1))/0x4+parseInt(f(0x1a8))/0x5+parseInt(f(0x1a9))/0x6*(-parseInt(f(0x1b5))/0x7)+parseInt(f(0x1b4))/0x8*(-parseInt(f(0x1a7))/0x9)+parseInt(f(0x1a5))/0xa*(parseInt(f(0x1a4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x46277));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x1ab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x1ac)]()[h(0x1ae)]('(((.+)+)+)+$')[h(0x1ac)]()[h(0x1ad)](a75a)['search'](h(0x1a3));});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75i(0x1b6)]({'name':a75i(0x1b3),'usage':'maka\x20get:whoami','shortDesc':a75i(0x1a2),'validOpts':[a75i(0x1af)]},async function(){const j=a75i;try{const a=await this[j(0x1aa)][j(0x1a6)]();return a;}catch(b){Log['error'](b),process[j(0x1a0)](0x1);}},a75e);
1
+ const a75h=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x14b))/0x1+-parseInt(f(0x143))/0x2*(-parseInt(f(0x13f))/0x3)+parseInt(f(0x13b))/0x4+-parseInt(f(0x13d))/0x5+-parseInt(f(0x13e))/0x6*(parseInt(f(0x146))/0x7)+parseInt(f(0x148))/0x8*(-parseInt(f(0x142))/0x9)+-parseInt(f(0x144))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x38b33));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']()['search'](g(0x14c))[g(0x141)]()[g(0x13c)](a75a)[g(0x149)](g(0x14c));});a75a();import a75e from'./get.command.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x13b;let f=c[d];return f;},a75d(a,b);}function a75c(){const j=['160206KobPmA','1278070TUHqtk','silent','389634hNmfdj','create','8IjlfNt','search','cfg','219207rxmNtW','(((.+)+)+)+$','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','239076MOPYKm','constructor','72615uiPJlH','18jOnUCI','12joWbRR','getGlobalConfig','toString','520461XYghUb'];a75c=function(){return j;};return a75c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75h(0x147)]({'name':'whoami','usage':'maka\x20get:whoami','shortDesc':a75h(0x14d),'validOpts':[a75h(0x145)]},async function(){const i=a75h;try{const a=await this[i(0x14a)][i(0x140)]();return a;}catch(b){Log['error'](b),process['exit'](0x1);}},a75e);
@@ -1 +1 @@
1
- var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x144))/0x1*(parseInt(f(0x138))/0x2)+parseInt(f(0x13d))/0x3+-parseInt(f(0x143))/0x4*(parseInt(f(0x13b))/0x5)+parseInt(f(0x134))/0x6*(parseInt(f(0x137))/0x7)+parseInt(f(0x142))/0x8*(-parseInt(f(0x135))/0x9)+-parseInt(f(0x133))/0xa+parseInt(f(0x140))/0xb*(parseInt(f(0x13e))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x559d3));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x13c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x13f)]()[h(0x13a)](h(0x141))['toString']()['constructor'](a76a)[h(0x13a)]('(((.+)+)+)+$');});a76a();function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x133;var f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';function a76c(){var j=['apply','832155jPjjEq','28167132MTKqZr','toString','11duNUDw','(((.+)+)+)+$','2500488KlfXLn','4cBPJDG','8ZejwyK','6918020qtEoHI','258084IKyNcC','18nCNmOr','Try,\x20maka\x20--help','14zGNAGk','96962NRKwbN','Deprecated:\x20use\x20--help\x20instead','search','3276135PKIPAn'];a76c=function(){return j;};return a76c();}import{UsageError}from'../error.js';Command['create']({'name':'help','description':a76i(0x136),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x139)},async function(){throw new UsageError();});
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x1e0))/0x1+-parseInt(f(0x1e1))/0x2+-parseInt(f(0x1e5))/0x3+parseInt(f(0x1e6))/0x4*(-parseInt(f(0x1e8))/0x5)+-parseInt(f(0x1db))/0x6*(-parseInt(f(0x1e9))/0x7)+parseInt(f(0x1e4))/0x8+parseInt(f(0x1dd))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x2fd4a));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1da)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a['toString']()['search'](h(0x1e3))[h(0x1d9)]()[h(0x1dc)](a76a)[h(0x1e7)](h(0x1e3));});a76a();function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x1d9;var f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';function a76c(){var j=['toString','apply','6kMSuhq','constructor','256554QNTpkV','Deprecated:\x20use\x20--help\x20instead','help','368747fqMGtx','777998BkrUzH','create','(((.+)+)+)+$','1407896BvCmET','476346goVFDm','147276AMfEsz','search','20yzoiaA','2224117onHHAv'];a76c=function(){return j;};return a76c();}import{UsageError}from'../error.js';Command[a76i(0x1e2)]({'name':a76i(0x1df),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a76i(0x1de)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77K=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=-parseInt(F(0x9f))/0x1*(parseInt(F(0xaf))/0x2)+-parseInt(F(0xcf))/0x3*(parseInt(F(0xb2))/0x4)+parseInt(F(0xcd))/0x5+-parseInt(F(0x89))/0x6+parseInt(F(0xca))/0x7+-parseInt(F(0xa1))/0x8*(-parseInt(F(0xcb))/0x9)+-parseInt(F(0xb6))/0xa*(parseInt(F(0x9a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xa1ef3));function a77c(){const N=['keepInstallFile','release','join','.bashrc','3.0.2','getMeteorExePath','Error\x20extracting\x20meteor.tar.gz\x20file','-rf','693275XMrpFp','Meteor\x20version\x20','\x20installed.\x0a','Network\x20error,\x20please\x20try\x20again.','warn','10055gXjTxh','utf8','152fXIxAE','exit','Added\x20Meteor\x20path\x20to\x20','\x5c.meteor\x5cmeteor','maka\x20install','Using\x20CA\x20Cert\x20','withSpinner','apply','windows','linux','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','install','env','68xvekEm','PATH','grep','268obizBz','setPath','Downloading\x20Meteor\x20','\x20from\x20','150pNKiDR','replace','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','meteor.tar.gz','Cleaning\x20up','setMeteorReleaseVersion','checkAvailability','split','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--release\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--timeout\x20flag\x20will\x20adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.\x0a\x0a\x20\x20\x20\x20--set-path\x20flag\x20will\x20only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.\x0a\x20\x20','constructor','Aborting\x20install','RELEASE=','max','appendFileSync','notice','search','data','arch','getUserDataDirectory','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','5767146qvFbaW','616257QdtjwS','length','3522155yavdKG','\x20is\x20not\x20available.','9153IYoEpn','meteor','toString','platform','https://install.meteor.com','create','arm64','.zshrc','get','error','https://packages.meteor.com/bootstrap-link?arch=os.','getMeteorInstallPath','setx\x20PATH\x20\x22','NO_NODE_WARNINGS','getuid','osx','isFile','packages','cert','timeout','success','cacert','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','existsSync','force','readFileSync','(((.+)+)+)+$','&release=','4046106DEdPPr','getGlobalConfig','map','x86_64','info','win32','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','Proceed\x20anyway?','Meteor\x20path\x20updated.'];a77c=function(){return N;};return a77c();}const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0xa8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a[H(0x6f)]()[H(0xc5)](H(0x87))['toString']()[H(0xbf)](a77a)[H(0xc5)](H(0x87));});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e['homedir']();function isRoot(){const I=a77d;return process['getuid']&&process[I(0x7b)]()===0x0;}function compareVersions(a,b){const J=a77d,c=a[J(0xbd)]('.')[J(0x8b)](Number),d=b[J(0xbd)]('.')[J(0x8b)](Number);for(let e=0x0;e<Math[J(0xc2)](c['length'],d['length']);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77K(0x72)]({'name':a77K(0xad),'aliases':['i'],'validOpts':['force',a77K(0x93),'cacert',a77K(0x92),a77K(0x80),a77K(0xb3)],'usage':a77K(0xa5),'shortDesc':a77K(0xc9),'description':a77K(0xbe),'examples':['maka\x20install\x20meteor','maka\x20install\x20meteor\x20--force','maka\x20install\x20meteor\x20--release\x203.0.1','maka\x20install\x20meteor\x20--set-path','maka\x20i']},async function(a,b){const L=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b[L(0xb3)]&&(updatePath(),Log[L(0x81)](L(0x91)),process[L(0xa2)](0x0));let g='';if(b['cacert']){if(f[L(0x7d)](b[L(0x82)]))Log['notice'](L(0xa6)+b['cacert']),g=b[L(0x82)];else throw L(0xab)+g;}const h=await d[L(0x8a)]();if(h['cert']){if(f['isFile'](h['cert']))g=h[L(0x7f)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+g;}let i=![];if(b['f']||b[L(0x85)])i=!![];else{const u=isRoot();u?(Log[L(0x9e)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),i=await Actions['confirm'](L(0x90),![])):i=!![];}if(!i)throw'Aborted';const j=await HTTPS[L(0x75)]({'url':L(0x71),'cert':g}),k=await f[L(0xb1)](j[L(0xc6)],L(0xc1));if(k[L(0xcc)]===0x0)throw L(0x9d);process[L(0xae)][L(0x7a)]='1';const l=k[0x0][L(0xb7)](/[^0-9.]/gi,'')[L(0xb7)](/\r?\n|\r/,''),m=L(0x96);let n;b[L(0x93)]?n=b[L(0x93)]:compareVersions(l,m)<0x0?n=m:n=l;Log[L(0xc4)]('Preparing\x20to\x20install\x20Meteor\x20'+n);const o={'win32':L(0xa9),'darwin':L(0x7c),'linux':L(0xaa)};let p=L(0x77)+o[a77e[L(0x70)]()]+'.'+(a77e[L(0xc7)]()===L(0x73)?L(0x73):'x86_64')+'&release='+n,q=await HTTPS[L(0xbc)]({'url':p,'cert':g});if(!q&&n['includes']('-')){const v=n[L(0xbd)]('-'),w=v[0x0],x=v['slice'](0x1)['join']('-'),y=w[L(0xb7)](/\.0+$/,'');Log[L(0x9e)](L(0x9b)+n+'\x20is\x20not\x20available,\x20trying\x20'+y+'-'+x);const z=L(0x77)+o[a77e[L(0x70)]()]+'.'+(a77e['arch']()===L(0x73)?L(0x73):L(0x8c))+L(0x88)+y+'-'+x;q=await HTTPS[L(0xbc)]({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log['error'](L(0x9b)+n+L(0xce)),process['exit'](0x0)):Log['notice'](L(0x9b)+n+'\x20is\x20available.');const r=f[L(0x78)](),s=c[L(0x97)](),t=f[L(0xc8)]();if(a77g[L(0x84)](s)){let A=![];b['f']||b['force']?A=!![]:A=await Actions['confirm'](L(0xb8),![]),A?(await SpawnAsync[L(0xa7)]('rm',['-rf',a77f[L(0x94)](r,L(0x7e))],{'message':L(0x83)}),await SpawnAsync[L(0xa7)]('rm',[L(0x99),a77f[L(0x94)](r,'package-metadata')],{'message':L(0x8f)}),await SpawnAsync[L(0xa7)]('rm',['-rf',a77f[L(0x94)](r,L(0xd0))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log[L(0x8d)](L(0xc0)),process[L(0xa2)](0x0));}try{Log[L(0xc4)](L(0xb4)+n+L(0xb5)+p),await HTTPS['downloadFile']({'url':p,'destPath':a77f[L(0x94)](homeDir,L(0xb9)),'cert':g,'timeout':b['timeout']?parseInt(b[L(0x80)])*0x3e8:0x493e0});try{const B=a77f[L(0x94)](homeDir,L(0xb9));await f['extractTarGz'](B,t);}catch(C){Log[L(0x76)](L(0x98));}updatePath();}catch(D){console[L(0x76)](D),process[L(0xa2)](0x1);}finally{!b[L(0x92)]&&await SpawnAsync[L(0xa7)]('rm',['-rf',a77f['join'](homeDir,'meteor.tar.gz')],{'message':L(0xba)});}c[L(0xbb)](n),Log[L(0x81)](L(0x9b)+n+L(0x9c)),process[L(0xa2)](0x0);}catch(E){console[L(0x76)](E),process['exit'](0x1);}});function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x6f;let f=c[d];return f;},a77d(a,b);}function updatePath(){const M=a77K;if(a77e[M(0x70)]()===M(0x8e)){const a=process[M(0xae)][M(0xb0)]||'',b=homeDir+M(0xa4);!a['includes'](b)&&(execSync(M(0x79)+a+';'+b+'\x22'),Log[M(0xc4)](M(0xac)),Log[M(0xc4)]('Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.'));}else{const c=a77f[M(0x94)](homeDir,M(0x74)),d=a77f[M(0x94)](homeDir,M(0x95)),e='export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22',f=a77g['existsSync'](c)?a77g['readFileSync'](c,M(0xa0)):'';!f['includes'](e)&&(a77g[M(0xc3)](c,'\x0a'+e+'\x0a'),Log[M(0xc4)](M(0xa3)+c));const g=a77g[M(0x84)](d)?a77g[M(0x86)](d,'utf8'):'';!g['includes'](e)&&(a77g[M(0xc3)](d,'\x0a'+e+'\x0a'),Log[M(0xc4)](M(0xa3)+d));}}
1
+ function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x77;let f=c[d];return f;},a77d(a,b);}const a77K=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=-parseInt(F(0xbd))/0x1*(parseInt(F(0xab))/0x2)+-parseInt(F(0x7f))/0x3*(-parseInt(F(0x83))/0x4)+parseInt(F(0xc1))/0x5+-parseInt(F(0x9b))/0x6*(-parseInt(F(0xa8))/0x7)+parseInt(F(0xa6))/0x8*(parseInt(F(0xbb))/0x9)+parseInt(F(0xd5))/0xa*(parseInt(F(0xcf))/0xb)+-parseInt(F(0xda))/0xc*(parseInt(F(0x9a))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xb13a8));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0xde)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a[H(0xd1)]()[H(0x90)](H(0x92))[H(0xd1)]()['constructor'](a77a)[H(0x90)]('(((.+)+)+)+$');});a77a();import a77e from'os';function a77c(){const N=['.bashrc','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','join','existsSync','maka\x20install\x20meteor\x20--release\x203.0.1','maka\x20install\x20meteor\x20--set-path','9957320lbVPCc','meteor','5903674SPcesA','notice','setPath','108638ROdiRX','keepInstallFile','map','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','Using\x20CA\x20Cert\x20','data','\x20installed.\x0a','isFile','Cleaning\x20up','\x20is\x20not\x20available.','grep','PATH','setMeteorReleaseVersion','Error\x20extracting\x20meteor.tar.gz\x20file','exit','9UJOwNr','RELEASE=','1ndAqMb','\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','force','max','3735040aEnGyU','-rf','warn','Meteor\x20version\x20','win32','getMeteorInstallPath','package-metadata','extractTarGz','readFileSync','withSpinner','includes','getuid','replace','release','33PCUAbq','timeout','toString','.zshrc','maka\x20install\x20meteor','appendFileSync','1849610eCcgrj','getMeteorExePath','length','confirm','error','36UNPitk','split','NO_NODE_WARNINGS','utf8','apply','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','arm64','cacert','checkAvailability','3.0.2','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','maka\x20install','\x20is\x20available.','103434LRVyUj','Preparing\x20to\x20install\x20Meteor\x20','packages','arch','72oCGzUV','Downloading\x20Meteor\x20','Added\x20Meteor\x20path\x20to\x20','cert','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','maka\x20install\x20meteor\x20--force','get','\x20from\x20','env','Aborted','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','downloadFile','Network\x20error,\x20please\x20try\x20again.','search','setx\x20PATH\x20\x22','(((.+)+)+)+$','success','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','https://install.meteor.com','platform','Aborting\x20install','install','windows','13997945XsxMLg','6wPbZHU','linux','maka\x20i','\x5c.meteor\x5cmeteor','x86_64'];a77c=function(){return N;};return a77c();}import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e['homedir']();function isRoot(){const I=a77d;return process[I(0xcc)]&&process[I(0xcc)]()===0x0;}function compareVersions(a,b){const J=a77d,c=a[J(0xdb)]('.')['map'](Number),d=b['split']('.')[J(0xad)](Number);for(let e=0x0;e<Math[J(0xc0)](c[J(0xd7)],d[J(0xd7)]);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':a77K(0x98),'aliases':['i'],'validOpts':[a77K(0xbf),'release',a77K(0x79),a77K(0xac),a77K(0xd0),a77K(0xaa)],'usage':a77K(0x7d),'shortDesc':a77K(0x87),'description':a77K(0xbe),'examples':[a77K(0xd3),a77K(0x88),a77K(0xa4),a77K(0xa5),a77K(0x9d)]},async function(a,b){const L=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b[L(0xaa)]&&(updatePath(),Log[L(0x93)]('Meteor\x20path\x20updated.'),process[L(0xba)](0x0));let g='';if(b[L(0x79)]){if(f[L(0xb3)](b[L(0x79)]))Log['notice'](L(0xb0)+b[L(0x79)]),g=b['cacert'];else throw L(0x77)+g;}const h=await d['getGlobalConfig']();if(h[L(0x86)]){if(f[L(0xb3)](h[L(0x86)]))g=h[L(0x86)];else throw L(0x7c)+g;}let i=![];if(b['f']||b[L(0xbf)])i=!![];else{const u=isRoot();u?(Log[L(0xc3)](L(0xa1)),i=await Actions[L(0xd8)]('Proceed\x20anyway?',![])):i=!![];}if(!i)throw L(0x8c);const j=await HTTPS[L(0x89)]({'url':L(0x95),'cert':g}),k=await f[L(0xb6)](j[L(0xb1)],L(0xbc));if(k[L(0xd7)]===0x0)throw L(0x8f);process[L(0x8b)][L(0xdc)]='1';const l=k[0x0][L(0xcd)](/[^0-9.]/gi,'')[L(0xcd)](/\r?\n|\r/,''),m=L(0x7b);let n;b['release']?n=b[L(0xce)]:compareVersions(l,m)<0x0?n=m:n=l;Log[L(0xa9)](L(0x80)+n);const o={'win32':L(0x99),'darwin':'osx','linux':L(0x9c)};let p='https://packages.meteor.com/bootstrap-link?arch=os.'+o[a77e['platform']()]+'.'+(a77e[L(0x82)]()==='arm64'?L(0x78):'x86_64')+'&release='+n,q=await HTTPS[L(0x7a)]({'url':p,'cert':g});if(!q&&n['includes']('-')){const v=n[L(0xdb)]('-'),w=v[0x0],x=v['slice'](0x1)[L(0xa2)]('-'),y=w[L(0xcd)](/\.0+$/,'');Log[L(0xc3)](L(0xc4)+n+'\x20is\x20not\x20available,\x20trying\x20'+y+'-'+x);const z='https://packages.meteor.com/bootstrap-link?arch=os.'+o[a77e[L(0x96)]()]+'.'+(a77e[L(0x82)]()===L(0x78)?L(0x78):L(0x9f))+'&release='+y+'-'+x;q=await HTTPS['checkAvailability']({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log['error'](L(0xc4)+n+L(0xb5)),process[L(0xba)](0x0)):Log[L(0xa9)](L(0xc4)+n+L(0x7e));const r=f[L(0xc6)](),s=c[L(0xd6)](),t=f['getUserDataDirectory']();if(a77g['existsSync'](s)){let A=![];b['f']||b[L(0xbf)]?A=!![]:A=await Actions[L(0xd8)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),A?(await SpawnAsync['withSpinner']('rm',[L(0xc2),a77f['join'](r,L(0x81))],{'message':L(0x94)}),await SpawnAsync[L(0xca)]('rm',[L(0xc2),a77f['join'](r,L(0xc7))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync[L(0xca)]('rm',[L(0xc2),a77f[L(0xa2)](r,L(0xa7))],{'message':L(0xaf)})):(Log['info'](L(0x97)),process['exit'](0x0));}try{Log['notice'](L(0x84)+n+L(0x8a)+p),await HTTPS[L(0x8e)]({'url':p,'destPath':a77f[L(0xa2)](homeDir,'meteor.tar.gz'),'cert':g,'timeout':b['timeout']?parseInt(b[L(0xd0)])*0x3e8:0x493e0});try{const B=a77f['join'](homeDir,'meteor.tar.gz');await f[L(0xc8)](B,t);}catch(C){Log[L(0xd9)](L(0xb9));}updatePath();}catch(D){console[L(0xd9)](D),process['exit'](0x1);}finally{!b[L(0xac)]&&await SpawnAsync[L(0xca)]('rm',['-rf',a77f['join'](homeDir,'meteor.tar.gz')],{'message':L(0xb4)});}c[L(0xb8)](n),Log[L(0x93)](L(0xc4)+n+L(0xb2)),process[L(0xba)](0x0);}catch(E){console[L(0xd9)](E),process[L(0xba)](0x1);}});function updatePath(){const M=a77K;if(a77e['platform']()===M(0xc5)){const a=process['env'][M(0xb7)]||'',b=homeDir+M(0x9e);!a['includes'](b)&&(execSync(M(0x91)+a+';'+b+'\x22'),Log[M(0xa9)](M(0x8d)),Log[M(0xa9)](M(0xae)));}else{const c=a77f['join'](homeDir,M(0xd2)),d=a77f['join'](homeDir,M(0xa0)),e='export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22',f=a77g['existsSync'](c)?a77g[M(0xc9)](c,M(0xdd)):'';!f[M(0xcb)](e)&&(a77g['appendFileSync'](c,'\x0a'+e+'\x0a'),Log[M(0xa9)](M(0x85)+c));const g=a77g[M(0xa3)](d)?a77g[M(0xc9)](d,M(0xdd)):'';!g['includes'](e)&&(a77g[M(0xd4)](d,'\x0a'+e+'\x0a'),Log[M(0xa9)](M(0x85)+d));}}
@@ -1 +1 @@
1
- const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x80))/0x1+-parseInt(i(0x92))/0x2+-parseInt(i(0x86))/0x3*(-parseInt(i(0x83))/0x4)+-parseInt(i(0x7e))/0x5+parseInt(i(0x94))/0x6*(parseInt(i(0xa5))/0x7)+-parseInt(i(0x88))/0x8+parseInt(i(0x98))/0x9*(parseInt(i(0x8d))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x87f3c));function a78c(){const n=['\x20-r\x20app','error','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','(((.+)+)+)+$','\x20-d\x20','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','app/packages','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','docs','fsi','391881nLXnnA','create','stop','2601715MyQsGM','inherit','536215EZzuoU','toString','closure','1235380VyieVU','notice','writeFileSync','9BkXlMM','maka\x20jsdoc\x20--init','2941488JkPqOE','app/private','jsdoc-config.json','search','sep','8769790XKvIas','plugins/markdown','withSpinner','apply','jsdoc','2013612HgRGZa','join','12ZtPNfe','utf-8','app/public','findAppDirectory','9gzdTtq','maka\x20jsdoc','\x20-c\x20'];a78c=function(){return n;};return a78c();}const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x90)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x81)]()[k(0x8b)](k(0x9e))[k(0x81)]()['constructor'](a78a)['search']('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x7c;let f=c[d];return f;},a78d(a,b);}import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0x7c)]({'name':'jsdoc','usage':a78l(0x99),'mustBeInMakaProject':!![],'shortDesc':a78l(0xa2),'examples':[a78l(0x87),'maka\x20jsdoc'],'validOpts':[]},function(){const m=a78l,a=a78e['join'](this[m(0xa4)][m(0x97)](),m(0xa3)+a78e[m(0x8c)]),b=a78e[m(0x93)](this['fsi'][m(0x97)](),'config',m(0x8a)),c=m(0x91);if(!this['fsi']['isFile'](b)){const f={'plugins':[m(0x8e)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x91),m(0x82)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':m(0xa0),'exclude':[m(0xa1),'app/node_modules',m(0x96),m(0x89)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x95)}};a78f[m(0x85)](b,JSON['stringify'](f,null,0x4));}const d=Log[m(0x8f)]('Running\x20'+c);try{const g=c+m(0x9a)+b+m(0x9b)+a78e[m(0x8c)]+m(0x9f)+a;execSync(g,{'stdio':m(0x7f)}),Log[m(0x84)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(h){Log[m(0x9c)](h),Log['error'](m(0x9d));}finally{d[m(0x7d)]();}});
1
+ const a78k=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x1bc))/0x1+-parseInt(i(0x1d5))/0x2+parseInt(i(0x1d3))/0x3*(parseInt(i(0x1be))/0x4)+-parseInt(i(0x1b2))/0x5*(-parseInt(i(0x1d8))/0x6)+-parseInt(i(0x1cd))/0x7*(parseInt(i(0x1bd))/0x8)+-parseInt(i(0x1d2))/0x9+-parseInt(i(0x1c7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xcd6a1));function a78c(){const m=['[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','13453040YBlYtN','config','app/node_modules','notice','toString','app/packages','223013wCxROy','inherit','sep','jsdoc','Running\x20','2632788JryDlT','6VwjajF','utf-8','2439478lovVDr','docs','\x20-r\x20app','6610146UAxIZX','fsi','5QfLQKP','\x20-d\x20','join','(((.+)+)+)+$','closure','isFile','error','\x0a[+]\x20Documentation\x20written\x20to\x20','app/public','.+\x5c.(j|t)s(doc|x)?$','1616173prFzdl','48OGZUbW','2344484NsJAfI','writeFileSync','findAppDirectory','search','maka\x20jsdoc','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','stop'];a78c=function(){return m;};return a78c();}const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const j=a78d;return a78a[j(0x1cb)]()[j(0x1c1)](j(0x1b5))[j(0x1cb)]()['constructor'](a78a)[j(0x1c1)](j(0x1b5));});a78a();function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1b2;let f=c[d];return f;},a78d(a,b);}import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':'jsdoc','usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a78k(0x1c3),'examples':['maka\x20jsdoc\x20--init',a78k(0x1c2)],'validOpts':[]},function(){const l=a78k,a=a78e[l(0x1b4)](this[l(0x1d9)]['findAppDirectory'](),l(0x1d6)+a78e[l(0x1cf)]),b=a78e[l(0x1b4)](this[l(0x1d9)][l(0x1c0)](),l(0x1c8),'jsdoc-config.json'),c=l(0x1d0);if(!this[l(0x1d9)][l(0x1b7)](b)){const f={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[l(0x1d0),l(0x1b6)]},'source':{'includePattern':l(0x1bb),'excludePattern':l(0x1c6),'exclude':[l(0x1cc),l(0x1c9),l(0x1ba),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':l(0x1d4)}};a78f[l(0x1bf)](b,JSON['stringify'](f,null,0x4));}const d=Log['withSpinner'](l(0x1d1)+c);try{const g=c+'\x20-c\x20'+b+l(0x1d7)+a78e['sep']+l(0x1b3)+a;execSync(g,{'stdio':l(0x1ce)}),Log[l(0x1ca)](l(0x1b9)+a);}catch(h){Log[l(0x1b8)](h),Log['error'](l(0x1c5));}finally{d[l(0x1c4)]();}});