@maka/maka-cli 4.5.25 → 4.5.26

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 (132) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/aws/_index.js +1 -1
  5. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  6. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  7. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/build/_index.js +1 -1
  17. package/bundle/obf/src/commands/build/build.js +1 -1
  18. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/create.js +1 -1
  20. package/bundle/obf/src/commands/debug.js +1 -1
  21. package/bundle/obf/src/commands/deploy.js +1 -1
  22. package/bundle/obf/src/commands/game/_index.js +1 -1
  23. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  24. package/bundle/obf/src/commands/game/play.command.js +1 -1
  25. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  26. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  27. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  28. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  60. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  61. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  62. package/bundle/obf/src/commands/generate.js +1 -1
  63. package/bundle/obf/src/commands/get/_index.js +1 -1
  64. package/bundle/obf/src/commands/get/get.command.js +1 -1
  65. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  66. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  67. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  68. package/bundle/obf/src/commands/help.js +1 -1
  69. package/bundle/obf/src/commands/jsdoc.js +1 -1
  70. package/bundle/obf/src/commands/lint.js +1 -1
  71. package/bundle/obf/src/commands/login.js +1 -1
  72. package/bundle/obf/src/commands/logout.js +1 -1
  73. package/bundle/obf/src/commands/logs.js +1 -1
  74. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  75. package/bundle/obf/src/commands/murder.js +1 -1
  76. package/bundle/obf/src/commands/proxy.js +1 -1
  77. package/bundle/obf/src/commands/reconfig.js +1 -1
  78. package/bundle/obf/src/commands/run/_index.js +1 -1
  79. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  80. package/bundle/obf/src/commands/run/run.command.js +1 -1
  81. package/bundle/obf/src/commands/set/_index.js +1 -1
  82. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  83. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  84. package/bundle/obf/src/commands/set/set.command.js +1 -1
  85. package/bundle/obf/src/commands/ssh.js +1 -1
  86. package/bundle/obf/src/commands/ssl.js +1 -1
  87. package/bundle/obf/src/commands/test.js +1 -1
  88. package/bundle/obf/src/commands/version.js +1 -1
  89. package/bundle/obf/src/error.js +1 -1
  90. package/bundle/obf/src/exec.js +1 -1
  91. package/bundle/obf/src/generator.js +1 -1
  92. package/bundle/obf/src/generators/_index.js +1 -1
  93. package/bundle/obf/src/generators/api.js +1 -1
  94. package/bundle/obf/src/generators/collection.js +1 -1
  95. package/bundle/obf/src/generators/component.js +1 -1
  96. package/bundle/obf/src/generators/config.js +1 -1
  97. package/bundle/obf/src/generators/dbc.js +1 -1
  98. package/bundle/obf/src/generators/dockerfile.js +1 -1
  99. package/bundle/obf/src/generators/hook.js +1 -1
  100. package/bundle/obf/src/generators/kit.js +1 -1
  101. package/bundle/obf/src/generators/layout.js +1 -1
  102. package/bundle/obf/src/generators/maka.gen.js +1 -1
  103. package/bundle/obf/src/generators/methods.js +1 -1
  104. package/bundle/obf/src/generators/package.js +1 -1
  105. package/bundle/obf/src/generators/page.js +1 -1
  106. package/bundle/obf/src/generators/publish.js +1 -1
  107. package/bundle/obf/src/generators/route.js +1 -1
  108. package/bundle/obf/src/generators/service.js +1 -1
  109. package/bundle/obf/src/generators/services/_index.js +1 -1
  110. package/bundle/obf/src/generators/services/openssl.js +1 -1
  111. package/bundle/obf/src/generators/services/translation.js +1 -1
  112. package/bundle/obf/src/maka.js +1 -1
  113. package/bundle/obf/src/templates/react/hook/hook.js.jsx +1 -1
  114. package/bundle/obf/src/templates/react/hook/hook.js.tsx +1 -1
  115. package/bundle/obf/src/tool.js +1 -1
  116. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  117. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  118. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  119. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  120. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  121. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  122. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  123. package/bundle/obf/src/tools/https/https.class.js +1 -1
  124. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  125. package/bundle/obf/src/tools/log/log.class.js +1 -1
  126. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  127. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  128. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  129. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  130. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  131. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  132. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(a,b){var k=a53d,c=a();while(!![]){try{var d=-parseInt(k(0x21e))/0x1*(parseInt(k(0x1f5))/0x2)+-parseInt(k(0x20f))/0x3+-parseInt(k(0x1e2))/0x4+parseInt(k(0x220))/0x5*(-parseInt(k(0x223))/0x6)+-parseInt(k(0x1ff))/0x7*(parseInt(k(0x1fd))/0x8)+-parseInt(k(0x228))/0x9*(parseInt(k(0x1ee))/0xa)+parseInt(k(0x225))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0xd6f29));export var Size;(function(c){var m=a53d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var l=a53d;return e[l(0x1e3)]()[l(0x1d6)](l(0x1eb))['toString']()['constructor'](e)[l(0x1d6)](l(0x1eb));});e(),c['Tiny']=m(0x1e7),c[m(0x221)]='small',c[m(0x20c)]=m(0x219),c['Large']=m(0x1d3),c[m(0x1f9)]=m(0x237);}(Size||(Size={})));function a53d(a,b){var c=a53c();return a53d=function(d,e){d=d-0x1d3;var f=c[d];return f;},a53d(a,b);}export var Rating;(function(a){var n=a53d;a['Common']=n(0x208),a[n(0x1f4)]=n(0x1dc),a['Legendary']=n(0x207);}(Rating||(Rating={})));function a53c(){var u=['purple','CAVE','Fuzzy','DESERT','sea','Red','leg\x20armor','ArmArmor','Purple','gold','MOUNTAIN','very\x20large','weapon','blue','large','SOUTH','blade','search','forest','bumpy','Blue','arm\x20armor','body\x20armor','rare','Rough','OUTSIDE','TOWER','DOWN','underground','6739036dgUEzg','toString','Cup','INSIDE','rifle','tiny','Circle','red','Grey','(((.+)+)+)+$','mountain','west','7040zfUxOH','square','Triangle','Boots','Brown','boots','Rare','130MXjqTu','Smooth','SEA','north','VeryLarge','south','Helmet','BEACH','6356080TyvTWO','key','7IARFkl','metallic','triangle','cave','UNDERGROUND','EAST','FOREST','Gold','legendary','common','Book','book','circle','Medium','Weapon','Yellow','389646qekaWW','NORTH','helmet','inside','unknown','down','Metallic','cup','Green','green','medium','fuzzy','WEST','Blade','brown','13271rVEsLL','Hat','25AcyEut','Small','LegArmor','1839426qPrsXo','rough','70303442WjICYj','Key','shield','6471TomEIo','beach','outside','tower'];a53c=function(){return u;};return a53c();}export var Category;(function(a){var o=a53d;a[o(0x20d)]=o(0x238),a['Shield']=o(0x227),a[o(0x226)]=o(0x1fe),a['Gloves']='gloves',a[o(0x1fb)]=o(0x211),a[o(0x21f)]='hat',a[o(0x1f1)]=o(0x1f3),a[o(0x222)]=o(0x232),a[o(0x233)]=o(0x1da),a['BodyArmor']=o(0x1db),a[o(0x209)]=o(0x20a),a[o(0x1e4)]=o(0x216),a['Unknown']=o(0x213);}(Category||(Category={})));export var Shape;(function(a){var p=a53d;a[p(0x1e8)]=p(0x20b),a['Square']=p(0x1ef),a[p(0x1f0)]=p(0x201),a['Rectangle']='rectangle',a[p(0x21c)]=p(0x1d5),a['Rifle']=p(0x1e6);}(Shape||(Shape={})));export var Color;(function(a){var q=a53d;a[q(0x231)]=q(0x1e9),a[q(0x1d9)]=q(0x239),a[q(0x217)]=q(0x218),a[q(0x20e)]='yellow',a['Orange']='orange',a[q(0x234)]=q(0x22c),a[q(0x1ea)]='grey',a[q(0x1f2)]=q(0x21d),a[q(0x206)]=q(0x235);}(Color||(Color={})));export var Texture;(function(a){var r=a53d;a[r(0x1f6)]='smooth',a[r(0x1dd)]=r(0x224),a['Bumpy']=r(0x1d8),a[r(0x22e)]=r(0x21a),a['Grainy']='grainy',a[r(0x215)]=r(0x200);}(Texture||(Texture={})));export var RoomType;(function(a){var s=a53d;a[s(0x1e5)]=s(0x212),a[s(0x1de)]=s(0x22a),a[s(0x203)]=s(0x1e1),a[s(0x22d)]=s(0x202),a[s(0x1df)]=s(0x22b),a[s(0x205)]=s(0x1d7),a[s(0x22f)]='desert',a[s(0x236)]=s(0x1ec),a[s(0x1fc)]=s(0x229),a[s(0x1f7)]=s(0x230);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a53d;a[t(0x210)]=t(0x1f8),a[t(0x204)]='east',a[t(0x1d4)]=t(0x1fa),a[t(0x21b)]=t(0x1ed),a['UP']='up',a[t(0x1e0)]=t(0x214);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a53d,c=a();while(!![]){try{var d=-parseInt(k(0x223))/0x1*(parseInt(k(0x204))/0x2)+parseInt(k(0x1e8))/0x3*(parseInt(k(0x20d))/0x4)+parseInt(k(0x1f7))/0x5+parseInt(k(0x1ed))/0x6+parseInt(k(0x211))/0x7+-parseInt(k(0x21f))/0x8+-parseInt(k(0x220))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0x3dbe5));export var Size;(function(a){var l=a53d;a['Tiny']='tiny',a[l(0x1de)]='small',a[l(0x1dd)]=l(0x222),a[l(0x238)]='large',a[l(0x1e3)]=l(0x1e5);}(Size||(Size={})));export var Rating;function a53c(){var u=['Circle','boots','toString','Yellow','CAVE','EAST','leg\x20armor','Helmet','Gold','Common','Large','metallic','NORTH','bumpy','search','common','Triangle','Rough','Rectangle','Medium','Small','Grey','Square','grey','constructor','VeryLarge','DOWN','very\x20large','circle','Rare','78PcyHSZ','gloves','yellow','Blue','grainy','468858SNFZyg','arm\x20armor','blue','mountain','FOREST','TOWER','tower','OUTSIDE','blade','BodyArmor','1578815rsaprb','Orange','outside','Smooth','Brown','beach','purple','Hat','WEST','shield','rifle','weapon','west','410718AiVndM','BEACH','Shield','Unknown','cup','Blade','helmet','body\x20armor','forest','55924pOKFVm','smooth','Grainy','DESERT','2991667PzuRez','Bumpy','rough','Rifle','(((.+)+)+)+$','LegArmor','MOUNTAIN','north','Fuzzy','Key','Boots','sea','rectangle','inside','1553448CsZKQf','2942937QsODmm','gold','medium','2FCVeKX','Metallic','SOUTH','brown','key','fuzzy','unknown','east','down','red','ArmArmor'];a53c=function(){return u;};return a53c();}(function(a){var m=a53d;a[m(0x237)]=m(0x1d9),a[m(0x1e7)]='rare',a['Legendary']='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a53d;a['Weapon']=n(0x202),a[n(0x206)]=n(0x200),a[n(0x21a)]=n(0x227),a['Gloves']=n(0x1e9),a[n(0x235)]=n(0x20a),a[n(0x1fe)]='hat',a[n(0x21b)]=n(0x22f),a[n(0x216)]=n(0x234),a[n(0x22d)]=n(0x1ee),a[n(0x1f6)]=n(0x20b),a['Book']='book',a['Cup']=n(0x208),a[n(0x207)]=n(0x229);}(Category||(Category={})));export var Shape;(function(a){var o=a53d;a[o(0x22e)]=o(0x1e6),a[o(0x1e0)]='square',a[o(0x1da)]='triangle',a[o(0x1dc)]=o(0x21d),a[o(0x209)]=o(0x1f5),a[o(0x214)]=o(0x201);}(Shape||(Shape={})));export var Color;(function(a){var p=a53d;a['Red']=p(0x22c),a[p(0x1eb)]=p(0x1ef),a['Green']='green',a[p(0x231)]=p(0x1ea),a[p(0x1f8)]='orange',a['Purple']=p(0x1fd),a[p(0x1df)]=p(0x1e1),a[p(0x1fb)]=p(0x226),a[p(0x236)]=p(0x221);}(Color||(Color={})));export var Texture;function a53d(a,b){var c=a53c();return a53d=function(d,e){d=d-0x1d8;var f=c[d];return f;},a53d(a,b);}(function(a){var q=a53d;a[q(0x1fa)]=q(0x20e),a[q(0x1db)]=q(0x213),a[q(0x212)]=q(0x23b),a[q(0x219)]=q(0x228),a[q(0x20f)]=q(0x1ec),a[q(0x224)]=q(0x239);}(Texture||(Texture={})));export var RoomType;(function(c){var s=a53d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var r=a53d;return e[r(0x230)]()[r(0x1d8)](r(0x215))[r(0x230)]()[r(0x1e2)](e)[r(0x1d8)](r(0x215));});e(),c['INSIDE']=s(0x21e),c[s(0x1f4)]=s(0x1f9),c['UNDERGROUND']='underground',c[s(0x232)]='cave',c[s(0x1f2)]=s(0x1f3),c[s(0x1f1)]=s(0x20c),c[s(0x210)]='desert',c[s(0x217)]=s(0x1f0),c[s(0x205)]=s(0x1fc),c['SEA']=s(0x21c);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a53d;a[t(0x23a)]=t(0x218),a[t(0x233)]=t(0x22a),a[t(0x225)]='south',a[t(0x1ff)]=t(0x203),a['UP']='up',a[t(0x1e4)]=t(0x22b);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a54c(){var i=['1514934dxphHg','toString','876528ytKYuR','1274920rarzEB','5fXxuCc','(((.+)+)+)+$','4obNgbU','search','265675ztxrAT','apply','8918030kmCYxD','1648iFkjZD','22141IbQoXP','5313048RcfbbW'];a54c=function(){return i;};return a54c();}(function(a,b){var f=a54d,c=a();while(!![]){try{var d=parseInt(f(0x74))/0x1*(-parseInt(f(0x72))/0x2)+-parseInt(f(0x7c))/0x3+parseInt(f(0x7d))/0x4+parseInt(f(0x7e))/0x5*(parseInt(f(0x79))/0x6)+parseInt(f(0x78))/0x7*(-parseInt(f(0x77))/0x8)+-parseInt(f(0x7a))/0x9+parseInt(f(0x76))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x6e803));var a54b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a54d;if(c){var e=c[g(0x75)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){var h=a54d;return a54a[h(0x7b)]()[h(0x73)](h(0x7f))[h(0x7b)]()['constructor'](a54a)[h(0x73)](h(0x7f));});a54a();function a54d(a,b){var c=a54c();return a54d=function(d,e){d=d-0x72;var f=c[d];return f;},a54d(a,b);}export{};
1
+ function a54d(a,b){var c=a54c();return a54d=function(d,e){d=d-0x183;var f=c[d];return f;},a54d(a,b);}(function(a,b){var f=a54d,c=a();while(!![]){try{var d=-parseInt(f(0x183))/0x1+parseInt(f(0x185))/0x2*(parseInt(f(0x186))/0x3)+parseInt(f(0x18c))/0x4+parseInt(f(0x18e))/0x5+parseInt(f(0x188))/0x6*(parseInt(f(0x18b))/0x7)+parseInt(f(0x187))/0x8+-parseInt(f(0x184))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x77f13));var a54b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a54d;if(c){var e=c[g(0x189)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){var h=a54d;return a54a['toString']()[h(0x18a)]('(((.+)+)+)+$')['toString']()[h(0x18f)](a54a)['search'](h(0x18d));});a54a();export{};function a54c(){var i=['2753856GdOPKT','204738aoUfMy','apply','search','49BFzoYl','3300632wbOafo','(((.+)+)+)+$','2221295SwxADD','constructor','320924npYQxx','14764572VEvnyY','2WTAPJk','1800615vPhYQJ'];a54c=function(){return i;};return a54c();}
@@ -1 +1 @@
1
- function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x75;var f=c[d];return f;},a55d(a,b);}(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x75))/0x1+parseInt(f(0x7d))/0x2+parseInt(f(0x79))/0x3*(parseInt(f(0x77))/0x4)+-parseInt(f(0x7a))/0x5*(parseInt(f(0x7c))/0x6)+-parseInt(f(0x82))/0x7+-parseInt(f(0x7b))/0x8+parseInt(f(0x78))/0x9*(parseInt(f(0x7f))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0xdfc04));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x7e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x76)]()[h(0x80)]('(((.+)+)+)+$')[h(0x76)]()[h(0x83)](a55a)[h(0x80)](h(0x81));});a55a();function a55c(){var i=['17015391UGBRcQ','9uZNTqZ','10eIozLo','3176336jlQbBk','4705986PUwXSH','443528qOroyk','apply','10Sxvazv','search','(((.+)+)+)+$','2813538MVUBsN','constructor','839032oCZTwZ','toString','443636bvxoQA'];a55c=function(){return i;};return a55c();}export{};
1
+ (function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0xaf))/0x1*(-parseInt(f(0xb3))/0x2)+parseInt(f(0xaa))/0x3+parseInt(f(0xac))/0x4+parseInt(f(0xa9))/0x5+parseInt(f(0xb1))/0x6*(-parseInt(f(0xad))/0x7)+-parseInt(f(0xa8))/0x8*(-parseInt(f(0xb4))/0x9)+parseInt(f(0xab))/0xa*(-parseInt(f(0xb0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0xac48b));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0xae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0xb2)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a55a)['search']('(((.+)+)+)+$');});a55a();function a55c(){var i=['apply','1PHjikl','38101415ovjuXG','354oPMWUU','toString','1523062gQZmlx','27icBdpM','3385336cnZnPP','5791100LZPctb','1197039BaOmgv','10tnolsB','5503384ntfqjh','94283cYIQqp'];a55c=function(){return i;};return a55c();}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0xa8;var f=c[d];return f;},a55d(a,b);}export{};
@@ -1 +1 @@
1
- function a56d(a,b){const c=a56c();return a56d=function(d,e){d=d-0xfb;let f=c[d];return f;},a56d(a,b);}const a56H=a56d;(function(a,b){const y=a56d,c=a();while(!![]){try{const d=-parseInt(y(0x126))/0x1+-parseInt(y(0xfc))/0x2*(parseInt(y(0x113))/0x3)+-parseInt(y(0x120))/0x4+parseInt(y(0x129))/0x5+-parseInt(y(0x10f))/0x6*(parseInt(y(0x146))/0x7)+parseInt(y(0x135))/0x8*(parseInt(y(0xfb))/0x9)+-parseInt(y(0x152))/0xa*(-parseInt(y(0x133))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xc74dc));import a56e from'blessed';import{capitalCase}from'change-case';import a56f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a56c(){const I=['search','3967536jSdnfV','focus','\x20Game\x20Log\x20','Torso:\x20','key','argv','getAllItems','roomType','getInstance','apply','size','screen','90%','currentLocation','Side\x20Quest\x20Adventure\x20Game','exit','line','73703NKwxYX','Left\x20Hand:\x20','<<<<<<<<---------\x20Terminating\x20game','getValue','slice','inventory','Gloves:\x20','torso','Thanks\x20for\x20playing!','-----\x20Exits\x20------\x0a','forEach','100%','20jJvDvl','----->>>>>>\x20Initializing\x20Game','Head:\x20','constructor','logBox','\x20Equipment\x20','render','18XzLkrq','1292962uzBlmi','Available\x20exits\x20will\x20be\x20shown\x20here...','75%','OUTSIDE','setContent','\x20(Locked)','yellow','(((.+)+)+)+$','20%','escape','log','45%','pushLine','\x20(Unlocked)','box','name','rightHand','cyan','checkIfLockable','138EfUuHG','toString','\x0aThere\x20are\x20no\x20exits\x20here.','unequip','3shmCJK','scroll','feet','arms','None','white','clearValue','checkIfLocked','append','parse','Right\x20Hand:\x20','10%','Arms:\x20','5014544TZrjsa','equipment','head','mousemove','player','Feet:\x20','281467jsadHW','write','legs','4421425iLKqon','textbox','25%','clear','\x20Inventory\x20','Your\x20items\x20will\x20be\x20listed\x20here...','split','exits','removeAllListeners','leftHand','7501615kyAGSF'];a56c=function(){return I;};return a56c();}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a56d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a56d;if(j){const l=j[z(0x13e)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a56d;return g[A(0x110)]()[A(0x134)](A(0x103))['toString']()[A(0x155)](g)['search']('(((.+)+)+)+$');});g();try{const h=a56e[B(0x140)]({'smartCSR':!![],'title':B(0x143)}),i=a56e[B(0x10a)]({'top':'0%','left':B(0xfe),'width':B(0x12b),'height':B(0x107),'border':{'type':'line'},'label':B(0x12d),'content':B(0x12e),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x102)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x13b)]()['map'](v=>v[C(0x10b)]);i['setContent'](u['join']('\x0a')),h[C(0x158)]();};h[B(0x11b)](i);const k=a56e[B(0x10a)]({'top':B(0x107),'left':B(0xfe),'width':B(0x12b),'height':B(0x12b),'border':{'type':B(0x145)},'label':B(0x157),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x11b)](k);const l=t=>{const D=B;k[D(0x100)](D(0x154)+(t['head']?t[D(0x122)][D(0x10b)]:D(0x117))+'\x0a'+(D(0x138)+(t[D(0x14d)]?t[D(0x14d)][D(0x10b)]:D(0x117))+'\x0a')+('Legs:\x20'+(t[D(0x128)]?t['legs'][D(0x10b)]:D(0x117))+'\x0a')+(D(0x125)+(t[D(0x115)]?t['feet'][D(0x10b)]:'None')+'\x0a')+(D(0x11f)+(t[D(0x116)]?t[D(0x116)][D(0x10b)]:D(0x117))+'\x0a')+(D(0x14c)+(t['gloves']?t['gloves'][D(0x10b)]:D(0x117))+'\x0a')+(D(0x147)+(t[D(0x132)]?t[D(0x132)]['name']:D(0x117))+'\x0a')+(D(0x11d)+(t[D(0x10c)]?t['rightHand'][D(0x10b)]:D(0x117))+'\x0a')),h[D(0x158)]();},m=a56e[B(0x10a)]({'top':'70%','left':B(0xfe),'width':'25%','height':B(0x104),'border':{'type':'line'},'label':'\x20Map\x20','content':B(0xfd),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x102)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x10b)]+'\x0a\x0a';u+=E(0x14f),t[E(0x130)][E(0x13f)]>0x0?t[E(0x130)][E(0x150)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0x13c)]===RoomType[F(0xff)]?u+=capitalCase(w)+':\x20'+x[F(0x10b)]:u+=capitalCase(w)+':\x20'+v[F(0x10b)];if(v[F(0x11a)]())u+=F(0x101);else v[F(0x10e)]()&&(u+=F(0x109));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x111),m[E(0x100)](u),h[E(0x158)]();},o=a56e[B(0x10a)]({'id':B(0x156),'top':'0%','left':'0%','width':'75%','height':B(0x141),'border':{'type':B(0x145)},'label':B(0x137),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x102)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x131)](B(0x123)),h['append'](o);const p=a56e[B(0x12a)]({'bottom':0x0,'left':0x0,'width':B(0x151),'height':B(0x11e),'tags':!![],'border':{'type':'line'},'style':{'fg':B(0x118),'border':{'fg':B(0x10d)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x11b)](p),h[B(0x139)]([B(0x105),'C-c'],()=>process[B(0x144)](0x0)),p[B(0x136)](),h[B(0x158)]();const q=Logger[B(0x13d)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0x127)](B(0x153));const s=a56f[B(0x13d)](r,d);o[B(0x100)](s['getWelcomeMessage']()),l(s[B(0x124)][B(0x121)]),j(s[B(0x124)][B(0x14b)]),n(s[B(0x124)][B(0x142)]),p[B(0x139)](['enter'],async()=>{const G=B,t=p[G(0x149)](),u=s['handleInput'](t);(t[G(0x12f)]('\x20')[0x0]==='take'||'equip'||G(0x112))&&(j(s[G(0x124)][G(0x14b)]),l(s[G(0x124)][G(0x121)])),(t[G(0x12f)]('\x20')[0x0]==='go'||'lock'||'unlock')&&n(s['player'][G(0x142)]),t[G(0x12f)]('\x20')[0x0]===G(0x12c)&&o[G(0x100)](''),u===null&&(console['log'](G(0x14e)),h['render'](),q[G(0x127)](G(0x148)),process[G(0x144)](0x0)),o[G(0x108)](u),o[G(0x114)](0x1),p[G(0x119)](),p[G(0x136)](),h[G(0x158)]();});}catch(t){console[B(0x106)](t),process[B(0x144)](0x1);}}const args=process[a56H(0x13a)][a56H(0x14a)](0x2);main(args[0x0],JSON[a56H(0x11c)](args[0x1]),JSON[a56H(0x11c)](args[0x2]));
1
+ const a56H=a56d;(function(a,b){const y=a56d,c=a();while(!![]){try{const d=-parseInt(y(0x1a9))/0x1+parseInt(y(0x1a2))/0x2+-parseInt(y(0x177))/0x3+parseInt(y(0x1b6))/0x4+parseInt(y(0x1b0))/0x5+-parseInt(y(0x198))/0x6+parseInt(y(0x176))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x1eeb7));import a56e from'blessed';function a56d(a,b){const c=a56c();return a56d=function(d,e){d=d-0x171;let f=c[d];return f;},a56d(a,b);}import{capitalCase}from'change-case';import a56f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a56c(){const I=['apply','log','159204eCufMv','Gloves:\x20','clear','yellow','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Currently\x20in:\x20','20%','654050iMxqOT','-----\x20Exits\x20------\x0a','rightHand','legs','10%','getAllItems','501132sfmzvU','player','roomType','(((.+)+)+)+$','feet','Side\x20Quest\x20Adventure\x20Game','\x20Game\x20Log\x20','getInstance','45%','inventory','append','write','Head:\x20','handleInput','box','pushLine','enter','white','focus','Your\x20items\x20will\x20be\x20listed\x20here...','unequip','cyan','toString','\x20(Locked)','\x20(Unlocked)','3369884OwNPVG','715023ytQdcU','mousemove','Arms:\x20','head','OUTSIDE','25%','exit','unlock','argv','exits','parse','map','key','gloves','<<<<<<<<---------\x20Terminating\x20game','75%','Available\x20exits\x20will\x20be\x20shown\x20here...','torso','----->>>>>>\x20Initializing\x20Game','Legs:\x20','line','split','removeAllListeners','90%','Right\x20Hand:\x20','Torso:\x20','currentLocation','name','leftHand','size','70%','screen','render','1286706JWHQnn','Feet:\x20','textbox','setContent','constructor','equipment','logBox','None','take','\x20Inventory\x20','2276XwamgB','Thanks\x20for\x20playing!','search','logFilePath','equip'];a56c=function(){return I;};return a56c();}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a56d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a56d;if(j){const l=j[z(0x1a7)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a56d;return g[A(0x173)]()[A(0x1a4)](A(0x1b9))[A(0x173)]()[A(0x19c)](g)[A(0x1a4)](A(0x1b9));});g();try{const h=a56e[B(0x196)]({'smartCSR':!![],'title':B(0x1bb)}),i=a56e[B(0x1c4)]({'top':'0%','left':'75%','width':B(0x17c),'height':'45%','border':{'type':'line'},'label':B(0x1a1),'content':B(0x1c9),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1ac)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1b5)]()[C(0x182)](v=>v[C(0x192)]);i[C(0x19b)](u['join']('\x0a')),h[C(0x197)]();};h[B(0x1c0)](i);const k=a56e[B(0x1c4)]({'top':B(0x1be),'left':B(0x186),'width':B(0x17c),'height':B(0x17c),'border':{'type':'line'},'label':'\x20Equipment\x20','content':B(0x1ad),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1ac)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1c0)](k);const l=t=>{const D=B;k[D(0x19b)](D(0x1c2)+(t[D(0x17a)]?t[D(0x17a)][D(0x192)]:'None')+'\x0a'+(D(0x190)+(t[D(0x188)]?t['torso']['name']:D(0x19f))+'\x0a')+(D(0x18a)+(t[D(0x1b3)]?t[D(0x1b3)][D(0x192)]:D(0x19f))+'\x0a')+(D(0x199)+(t['feet']?t[D(0x1ba)][D(0x192)]:'None')+'\x0a')+(D(0x179)+(t['arms']?t['arms']['name']:D(0x19f))+'\x0a')+(D(0x1aa)+(t[D(0x184)]?t[D(0x184)]['name']:D(0x19f))+'\x0a')+('Left\x20Hand:\x20'+(t[D(0x193)]?t[D(0x193)]['name']:'None')+'\x0a')+(D(0x18f)+(t[D(0x1b2)]?t[D(0x1b2)]['name']:D(0x19f))+'\x0a')),h[D(0x197)]();},m=a56e[B(0x1c4)]({'top':B(0x195),'left':B(0x186),'width':B(0x17c),'height':B(0x1af),'border':{'type':B(0x18b)},'label':'\x20Map\x20','content':B(0x187),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1ac)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u=E(0x1ae)+t[E(0x192)]+'\x0a\x0a';u+=E(0x1b1),t[E(0x180)][E(0x194)]>0x0?t[E(0x180)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0x1b8)]===RoomType[F(0x17b)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x192)];if(v['checkIfLocked']())u+=F(0x174);else v['checkIfLockable']()&&(u+=F(0x175));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m[E(0x19b)](u),h[E(0x197)]();},o=a56e[B(0x1c4)]({'id':B(0x19e),'top':'0%','left':'0%','width':'75%','height':B(0x18e),'border':{'type':B(0x18b)},'label':B(0x1bc),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1ac)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x18d)](B(0x178)),h[B(0x1c0)](o);const p=a56e[B(0x19a)]({'bottom':0x0,'left':0x0,'width':'100%','height':B(0x1b4),'tags':!![],'border':{'type':'line'},'style':{'fg':B(0x1c7),'border':{'fg':B(0x172)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1c0)](p),h[B(0x183)](['escape','C-c'],()=>process[B(0x17d)](0x0)),p['focus'](),h['render']();const q=Logger[B(0x1bd)](e[B(0x1a5)],h),r=new Player({'playerName':c});q[B(0x1c1)](B(0x189));const s=a56f['getInstance'](r,d);o['setContent'](s['getWelcomeMessage']()),l(s[B(0x1b7)]['equipment']),j(s[B(0x1b7)][B(0x1bf)]),n(s['player'][B(0x191)]),p['key']([B(0x1c6)],async()=>{const G=B,t=p['getValue'](),u=s[G(0x1c3)](t);(t['split']('\x20')[0x0]===G(0x1a0)||G(0x1a6)||G(0x171))&&(j(s[G(0x1b7)]['inventory']),l(s[G(0x1b7)][G(0x19d)])),(t[G(0x18c)]('\x20')[0x0]==='go'||'lock'||G(0x17e))&&n(s[G(0x1b7)][G(0x191)]),t[G(0x18c)]('\x20')[0x0]===G(0x1ab)&&o[G(0x19b)](''),u===null&&(console['log'](G(0x1a3)),h[G(0x197)](),q[G(0x1c1)](G(0x185)),process[G(0x17d)](0x0)),o[G(0x1c5)](u),o['scroll'](0x1),p['clearValue'](),p[G(0x1c8)](),h['render']();});}catch(t){console[B(0x1a8)](t),process['exit'](0x1);}}const args=process[a56H(0x17f)]['slice'](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a56H(0x181)](args[0x2]));
@@ -1 +1 @@
1
- const a57k=a57d;(function(a,b){const h=a57d,c=a();while(!![]){try{const d=-parseInt(h(0x12a))/0x1+-parseInt(h(0x13e))/0x2+-parseInt(h(0x128))/0x3*(parseInt(h(0x11e))/0x4)+parseInt(h(0x142))/0x5*(parseInt(h(0x133))/0x6)+-parseInt(h(0x13d))/0x7+parseInt(h(0x126))/0x8+parseInt(h(0x129))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x5c03a));const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a57d;if(c){const e=c[i(0x11f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const j=a57d;return a57a[j(0x138)]()['search'](j(0x11d))[j(0x138)]()['constructor'](a57a)[j(0x13c)](j(0x11d));});a57a();import a57e from'fs';import a57f from'os';import a57g from'path';const homeDir=a57f[a57k(0x137)]();export class Logger{static ['instance'];[a57k(0x130)];[a57k(0x12f)];constructor(a,b){const l=a57k;this[l(0x130)]=a,this[l(0x12f)]=b,this[l(0x135)]();}static[a57k(0x13f)](a=a57g['join'](homeDir,a57k(0x12d),a57k(0x12b)),b){const m=a57k;if(!Logger[m(0x134)]){if(!b)throw new Error(m(0x131));Logger[m(0x134)]=new Logger(a,b);}return Logger[m(0x134)];}[a57k(0x135)](){const n=a57k,a=a57g['dirname'](this[n(0x130)]);!a57e[n(0x132)](a)&&a57e[n(0x122)](a,{'recursive':!![]}),!a57e[n(0x132)](this[n(0x130)])&&a57e[n(0x124)](this[n(0x130)],'');}[a57k(0x144)](a){const o=a57k,b=new Date()[o(0x120)](),c=o(0x141)+b+']\x20'+a+'\x0a';a57e[o(0x121)](this[o(0x130)],c);}['error'](a){const p=a57k,b=new Date()[p(0x120)](),c=p(0x13a)+b+']\x20'+a+'\x0a';a57e[p(0x121)](this[p(0x130)],c);}[a57k(0x127)](a){const q=a57k,b=this[q(0x12f)]?.['children'][q(0x139)](c=>c['type']==='box'&&c[q(0x12c)]['id']==='logBox');b?(b[q(0x12e)](b[q(0x13b)]+'\x0a'+a),b['scrollTo'](b[q(0x136)]()),this[q(0x12f)]?.[q(0x123)]()):this[q(0x125)](q(0x140)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0x12f)]),this['write'](a);}[a57k(0x143)](){return!!this['screen'];}}function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x11d;let f=c[d];return f;},a57d(a,b);}function a57c(){const r=['toString','find','[ERROR]\x20[','content','search','2259488wZRoFE','412358mFNZAK','getInstance','The\x20logbox\x20','[INFO]\x20[','5GVlvei','hasScreen','write','(((.+)+)+)+$','284nJbgtW','apply','toISOString','appendFileSync','mkdirSync','render','writeFileSync','error','4458352OXOXFr','log','16347EorpNc','12636441jTGDcm','676848iwzkLh','side-quest.log','options','.maka','setContent','screen','filePath','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','existsSync','49422YCwJtq','instance','ensureLogFileExists','getScrollHeight','homedir'];a57c=function(){return r;};return a57c();}
1
+ const a57k=a57d;(function(a,b){const h=a57d,c=a();while(!![]){try{const d=parseInt(h(0x150))/0x1*(-parseInt(h(0x12f))/0x2)+-parseInt(h(0x12b))/0x3+parseInt(h(0x136))/0x4*(-parseInt(h(0x134))/0x5)+parseInt(h(0x13f))/0x6*(parseInt(h(0x148))/0x7)+-parseInt(h(0x140))/0x8+-parseInt(h(0x13c))/0x9+parseInt(h(0x13b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xc1432));const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a57d;if(c){const e=c[i(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const j=a57d;return a57a['toString']()[j(0x143)](j(0x152))[j(0x151)]()[j(0x12c)](a57a)[j(0x143)]('(((.+)+)+)+$');});a57a();function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x12a;let f=c[d];return f;},a57d(a,b);}import a57e from'fs';import a57f from'os';function a57c(){const r=['content','setContent','992863QKTSFT','toString','(((.+)+)+)+$','appendFileSync','3424482gcaPjE','constructor','box','getInstance','2lUStYF','.maka','write','existsSync','error','15ykZtBp','instance','932452BNDuhM','side-quest.log','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','[INFO]\x20[','type','45438700jMKMSM','6729021jQMliK','screen','ensureLogFileExists','174KoaTOM','6890912FZctcs','filePath','logBox','search','getScrollHeight','find','toISOString','The\x20logbox\x20','166663lNYpFs','apply','join','homedir','[ERROR]\x20[','options'];a57c=function(){return r;};return a57c();}import a57g from'path';const homeDir=a57f[a57k(0x14b)]();export class Logger{static ['instance'];[a57k(0x141)];[a57k(0x13d)];constructor(a,b){const l=a57k;this['filePath']=a,this['screen']=b,this[l(0x13e)]();}static[a57k(0x12e)](a=a57g[a57k(0x14a)](homeDir,a57k(0x130),a57k(0x137)),b){const m=a57k;if(!Logger[m(0x135)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0x135)]=new Logger(a,b);}return Logger[m(0x135)];}[a57k(0x13e)](){const n=a57k,a=a57g['dirname'](this['filePath']);!a57e[n(0x132)](a)&&a57e['mkdirSync'](a,{'recursive':!![]}),!a57e[n(0x132)](this['filePath'])&&a57e['writeFileSync'](this['filePath'],'');}[a57k(0x131)](a){const o=a57k,b=new Date()[o(0x146)](),c=o(0x139)+b+']\x20'+a+'\x0a';a57e['appendFileSync'](this[o(0x141)],c);}[a57k(0x133)](a){const p=a57k,b=new Date()[p(0x146)](),c=p(0x14c)+b+']\x20'+a+'\x0a';a57e[p(0x12a)](this[p(0x141)],c);}['log'](a){const q=a57k,b=this[q(0x13d)]?.['children'][q(0x145)](c=>c[q(0x13a)]===q(0x12d)&&c[q(0x14d)]['id']===q(0x142));b?(b[q(0x14f)](b[q(0x14e)]+'\x0a'+a),b['scrollTo'](b[q(0x144)]()),this[q(0x13d)]?.['render']()):this[q(0x133)](q(0x147)+b+q(0x138)+this[q(0x13d)]),this['write'](a);}['hasScreen'](){return!!this['screen'];}}
@@ -1 +1 @@
1
- function a58c(){const q=['resolve','128YDrWst','apply','6107790zcyOdK','sideQuestAnswer','5700tDxaoS','354786fMLIeL','Commoner','1UOoHXK','list','shadowrun','(((.+)+)+)+$','181264fRuNAw','1901578zvQKxJ','side-quest','Play\x20a\x20little\x20side-quest','url','join','stringify','dungeon','28824HKkJos','toString','fsi','create','122282zYbCgp','ask','search','maka\x20play:side-quest','log','constructor','player','exit','getGlobalMakaDir','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','options','18117Jyrouy'];a58c=function(){return q;};return a58c();}const a58n=a58d;(function(a,b){const k=a58d,c=a();while(!![]){try{const d=-parseInt(k(0x122))/0x1*(-parseInt(k(0x132))/0x2)+-parseInt(k(0x12e))/0x3*(-parseInt(k(0x11b))/0x4)+parseInt(k(0x11d))/0x5+-parseInt(k(0x120))/0x6+parseInt(k(0x127))/0x7+-parseInt(k(0x126))/0x8+-parseInt(k(0x119))/0x9*(parseInt(k(0x11f))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x9a722));function a58d(a,b){const c=a58c();return a58d=function(d,e){d=d-0x112;let f=c[d];return f;},a58d(a,b);}const a58b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a58d;if(c){const e=c[l(0x11c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){const m=a58d;return a58a[m(0x12f)]()[m(0x134)](m(0x125))[m(0x12f)]()[m(0x113)](a58a)['search'](m(0x125));});a58a();import a58e from'path';import{spawn}from'child_process';import a58f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a58n(0x12a)]),__dirname=dirname(__filename);Command[a58n(0x131)]({'name':a58n(0x128),'usage':a58n(0x135),'shortDesc':a58n(0x129),'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':[a58n(0x114)]},async function(a,b){const o=a58n;try{const c=this[o(0x130)][o(0x116)](),d=a58e[o(0x12b)](c,'side-quest.log'),e=b[o(0x114)]?b['player']:await Actions[o(0x133)]('What\x20is\x20your\x20name?')||o(0x121),f={...b,'logFilePath':d},g={'type':o(0x123),'name':o(0x11e),'message':o(0x117),'choices':[{'name':o(0x12d),'value':dungeonConfig},{'name':o(0x124),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x118)](g);if(e&&h){const i=spawn('node',[a58e[o(0x11a)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x12c)](h),JSON[o(0x12c)](f)],{'stdio':'inherit'});i['on'](o(0x115),()=>{const p=o;console[p(0x112)]('Thanks\x20for\x20playing!');});}}catch(j){console[o(0x112)](j);}},a58f);
1
+ const a58n=a58d;(function(a,b){const k=a58d,c=a();while(!![]){try{const d=parseInt(k(0x1ae))/0x1+-parseInt(k(0x1c7))/0x2*(-parseInt(k(0x1b6))/0x3)+-parseInt(k(0x1bc))/0x4+-parseInt(k(0x1b3))/0x5*(-parseInt(k(0x1cc))/0x6)+parseInt(k(0x1b1))/0x7+-parseInt(k(0x1c3))/0x8*(parseInt(k(0x1af))/0x9)+parseInt(k(0x1cd))/0xa*(-parseInt(k(0x1d0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x2d20a));const a58b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a58d;if(c){const e=c[l(0x1c2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){const m=a58d;return a58a[m(0x1c9)]()[m(0x1cb)]('(((.+)+)+)+$')[m(0x1c9)]()['constructor'](a58a)[m(0x1cb)](m(0x1b5));});a58a();function a58c(){const q=['sideQuestAnswer','apply','348784rRweWG','side-quest','Play\x20a\x20little\x20side-quest','join','214wGgRmN','side-quest.log','toString','inherit','search','906kwUBGW','610jPzMca','getGlobalMakaDir','log','156827eFYpqZ','361784COQYLZ','9FXUktH','./sideQuest/ui.js','2136582IrOsUK','player','11570LKCJyg','dungeon','(((.+)+)+)+$','9387JzmLXD','url','options','node','shadowrun','ask','1012440rYRjmV','Commoner','resolve','maka\x20play:side-quest','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...'];a58c=function(){return q;};return a58c();}function a58d(a,b){const c=a58c();return a58d=function(d,e){d=d-0x1ae;let f=c[d];return f;},a58d(a,b);}import a58e from'path';import{spawn}from'child_process';import a58f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a58n(0x1b7)]),__dirname=dirname(__filename);Command['create']({'name':a58n(0x1c4),'usage':a58n(0x1bf),'shortDesc':a58n(0x1c5),'aliases':['sq'],'description':a58n(0x1c0),'validOpts':[a58n(0x1b2)]},async function(a,b){const o=a58n;try{const c=this['fsi'][o(0x1ce)](),d=a58e[o(0x1c6)](c,o(0x1c8)),e=b[o(0x1b2)]?b[o(0x1b2)]:await Actions[o(0x1bb)]('What\x20is\x20your\x20name?')||o(0x1bd),f={...b,'logFilePath':d},g={'type':'list','name':o(0x1c1),'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':o(0x1b4),'value':dungeonConfig},{'name':o(0x1ba),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x1b8)](g);if(e&&h){const i=spawn(o(0x1b9),[a58e[o(0x1be)](__dirname,o(0x1b0)),e,JSON['stringify'](h),JSON['stringify'](f)],{'stdio':o(0x1ca)});i['on']('exit',()=>{const p=o;console[p(0x1cf)]('Thanks\x20for\x20playing!');});}}catch(j){console['log'](j);}},a58f);
@@ -1 +1 @@
1
- function a59c(){var k=['toString','inherit','create','3200448tFZevu','173081ddVQQQ','963590tEpXPW','14VYnvlQ','10317546IYZsXK','apply','1158VGhwcU','npx\x20command-line-snake','14791AjdEjF','search','maka\x20game:snake','2648zGtZnX','9052JAyDik','1495415otVgqy','121mYebBZ','snake','(((.+)+)+)+$'];a59c=function(){return k;};return a59c();}var a59i=a59d;function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0xf8;var f=c[d];return f;},a59d(a,b);}(function(a,b){var f=a59d,c=a();while(!![]){try{var d=parseInt(f(0x107))/0x1*(-parseInt(f(0x109))/0x2)+-parseInt(f(0xf8))/0x3*(-parseInt(f(0xfe))/0x4)+-parseInt(f(0xff))/0x5+parseInt(f(0x106))/0x6+-parseInt(f(0xfa))/0x7*(-parseInt(f(0xfd))/0x8)+parseInt(f(0x10a))/0x9+parseInt(f(0x108))/0xa*(-parseInt(f(0x100))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xa688c));var a59b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a59d;if(c){var e=c[g(0x10b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a59a=a59b(this,function(){var h=a59d;return a59a['toString']()['search'](h(0x102))[h(0x103)]()['constructor'](a59a)[h(0xfb)]('(((.+)+)+)+$');});a59a();import a59e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a59i(0x105)]({'name':a59i(0x101),'usage':a59i(0xfc),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a59i;execSync(j(0xf9),{'stdio':j(0x104)});},a59e);
1
+ var a59h=a59d;(function(a,b){var f=a59d,c=a();while(!![]){try{var d=-parseInt(f(0x1e1))/0x1*(-parseInt(f(0x1e2))/0x2)+parseInt(f(0x1dd))/0x3*(-parseInt(f(0x1e5))/0x4)+parseInt(f(0x1eb))/0x5+parseInt(f(0x1db))/0x6*(parseInt(f(0x1e0))/0x7)+parseInt(f(0x1df))/0x8+parseInt(f(0x1de))/0x9*(parseInt(f(0x1e8))/0xa)+-parseInt(f(0x1ea))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xa35d0));var a59b=(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;};}()),a59a=a59b(this,function(){var g=a59d;return a59a[g(0x1e6)]()[g(0x1e7)](g(0x1e4))['toString']()[g(0x1e9)](a59a)[g(0x1e7)](g(0x1e4));});a59a();import a59e from'./play.command.js';function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0x1db;var f=c[d];return f;},a59d(a,b);}function a59c(){var j=['31267115yWrmBq','1702250wclDrx','311142zWJKQt','inherit','3RblMnx','2629125CCWUpr','8524288EVwaFG','84XXNxKD','759039ctfgYA','2ahXWSY','maka\x20game:snake','(((.+)+)+)+$','608332xBNflz','toString','search','30wEjbkB','constructor'];a59c=function(){return j;};return a59c();}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':'snake','usage':a59h(0x1e3),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var i=a59h;execSync('npx\x20command-line-snake',{'stdio':i(0x1dc)});},a59e);
@@ -1 +1 @@
1
- var a60i=a60d;(function(a,b){var f=a60d,c=a();while(!![]){try{var d=parseInt(f(0xb6))/0x1+parseInt(f(0xba))/0x2*(parseInt(f(0xa8))/0x3)+-parseInt(f(0xaa))/0x4+parseInt(f(0xb3))/0x5*(-parseInt(f(0xac))/0x6)+-parseInt(f(0xae))/0x7*(parseInt(f(0xb2))/0x8)+parseInt(f(0xa7))/0x9+parseInt(f(0xad))/0xa*(parseInt(f(0xb8))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xb50b7));var a60b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a60d;if(c){var e=c[g(0xaf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){var h=a60d;return a60a[h(0xb7)]()[h(0xb0)](h(0xab))['toString']()['constructor'](a60a)[h(0xb0)](h(0xab));});a60a();import a60e from'./play.command.js';function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0xa7;var f=c[d];return f;},a60d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a60i(0xb9)]({'name':a60i(0xb5),'usage':a60i(0xb1),'shortDesc':a60i(0xa9),'validOpts':[]},async function(){var j=a60i;execSync(j(0xb4),{'stdio':'inherit'});},a60e);function a60c(){var k=['search','maka\x20game:tetris','64NKOuVG','146925ebrQIn','npx\x20simple-tetris','tetris','102341NhQeeX','toString','4367bgjIOL','create','64fsaQwN','3470355hfJoun','13542sNmxpQ','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','4476572WLMNYz','(((.+)+)+)+$','54JnjZnW','66270cuiRcj','995869Zwplhq','apply'];a60c=function(){return k;};return a60c();}
1
+ function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0x1eb;var f=c[d];return f;},a60d(a,b);}var a60i=a60d;(function(a,b){var f=a60d,c=a();while(!![]){try{var d=parseInt(f(0x1f0))/0x1+parseInt(f(0x1fb))/0x2*(-parseInt(f(0x1eb))/0x3)+-parseInt(f(0x1f2))/0x4+-parseInt(f(0x1f9))/0x5*(-parseInt(f(0x1ec))/0x6)+-parseInt(f(0x1ef))/0x7*(-parseInt(f(0x1f4))/0x8)+-parseInt(f(0x1f6))/0x9+parseInt(f(0x1f7))/0xa*(-parseInt(f(0x1fd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x5c13d));var a60b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a60d;if(c){var e=c[g(0x1f5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){var h=a60d;return a60a[h(0x1f3)]()[h(0x1f8)](h(0x1fe))[h(0x1f3)]()[h(0x1fa)](a60a)['search'](h(0x1fe));});a60a();import a60e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a60i(0x1fc)]({'name':a60i(0x1ed),'usage':'maka\x20game:tetris','shortDesc':a60i(0x1f1),'validOpts':[]},async function(){var j=a60i;execSync('npx\x20simple-tetris',{'stdio':j(0x1ee)});},a60e);function a60c(){var k=['(((.+)+)+)+$','1528506vZBmFq','6EboXRy','tetris','inherit','2009413TgIpIc','489473WehMYD','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','759040qRPgfM','toString','8nDDTlj','apply','115884dnCgOK','10tHtvfP','search','1630235mqAUvd','constructor','2hVorsh','create','146212QltGSm'];a60c=function(){return k;};return a60c();}
@@ -1 +1 @@
1
- const a61h=a61d;function a61c(){const j=['44fIHJlL','7050645iaxXXI','error','3251499UJlZsq','maka\x20generate:scaffold\x20todos','invoke','search','help','maka\x20g:package\x20package:name','listGenerators','646490TjCVlM','4mlbfCl','222wVfpkk','maka\x20g:template\x20todos/todo_item','maka\x20g:route\x20todos/edit','generate','(((.+)+)+)+$','toString','notice','findGenerator','5tQumct','3085460NmhmgP','2823624zrCkZX','maka\x20g:scaffold\x20todos','constructor','306302MrgjRd','138404VeQlFF','create','8XODvTE','Scaffold\x20various\x20parts\x20of\x20your\x20application','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','maka\x20{generate,\x20g}:<generator>\x20<name>'];a61c=function(){return j;};return a61c();}(function(a,b){const f=a61d,c=a();while(!![]){try{const d=parseInt(f(0x121))/0x1*(-parseInt(f(0x10f))/0x2)+parseInt(f(0x119))/0x3+parseInt(f(0x12b))/0x4*(-parseInt(f(0x12a))/0x5)+parseInt(f(0x122))/0x6*(parseInt(f(0x110))/0x7)+parseInt(f(0x112))/0x8*(-parseInt(f(0x117))/0x9)+parseInt(f(0x120))/0xa+parseInt(f(0x116))/0xb*(parseInt(f(0x12c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x9fa38));const a61b=(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;};}()),a61a=a61b(this,function(){const g=a61d;return a61a[g(0x127)]()[g(0x11c)](g(0x126))['toString']()[g(0x10e)](a61a)[g(0x11c)]('(((.+)+)+)+$');});function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x10d;let f=c[d];return f;},a61d(a,b);}a61a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a61e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a61h(0x111)]({'name':a61h(0x125),'aliases':['g'],'usage':a61h(0x115),'validOpts':['dir','where',a61h(0x11d)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a61h(0x113),'description':a61h(0x114),'examples':[a61h(0x11a),a61h(0x10d),a61h(0x123),a61h(0x11e),a61h(0x124),'maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const i=a61h,c=a[0x0],d=a61e[i(0x129)](c);if(!d){b['help']?(Log[i(0x128)]('Generators:'),a61e[i(0x11f)]()):Log[i(0x118)]('Could\x20not\x20find\x20generator');throw new UsageError();}await d[i(0x11b)](a['slice'](0x1),b);});
1
+ const a61i=a61d;(function(a,b){const f=a61d,c=a();while(!![]){try{const d=parseInt(f(0x147))/0x1*(parseInt(f(0x141))/0x2)+parseInt(f(0x12e))/0x3*(-parseInt(f(0x136))/0x4)+parseInt(f(0x139))/0x5*(-parseInt(f(0x138))/0x6)+parseInt(f(0x12c))/0x7*(parseInt(f(0x12b))/0x8)+-parseInt(f(0x145))/0x9*(-parseInt(f(0x125))/0xa)+parseInt(f(0x146))/0xb+parseInt(f(0x130))/0xc*(parseInt(f(0x132))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xd1037));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a61d;if(c){const e=c[g(0x140)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const h=a61d;return a61a[h(0x148)]()['search'](h(0x127))[h(0x148)]()['constructor'](a61a)[h(0x131)]('(((.+)+)+)+$');});function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x125;let f=c[d];return f;},a61d(a,b);}a61a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a61e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a61i(0x12a)]({'name':'generate','aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':['dir',a61i(0x13d),'help'],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a61i(0x142),'description':a61i(0x133),'examples':[a61i(0x135),a61i(0x12d),a61i(0x13e),a61i(0x13b),a61i(0x13a),a61i(0x137),a61i(0x129)]},async function(a,b){const j=a61i,c=a[0x0],d=a61e[j(0x128)](c);if(!d){b[j(0x13f)]?(Log[j(0x13c)](j(0x143)),a61e[j(0x12f)]()):Log[j(0x144)](j(0x134));throw new UsageError();}await d['invoke'](a[j(0x126)](0x1),b);});function a61c(){const k=['help','apply','307514mCdjVM','Scaffold\x20various\x20parts\x20of\x20your\x20application','Generators:','error','9897399hEIBqL','1505702YmvSXY','1POzboW','toString','10ZVTexT','slice','(((.+)+)+)+$','findGenerator','maka\x20g:dbc\x20geoserver\x20--type=pgsql','create','200vIopOW','142457noFMQm','maka\x20g:scaffold\x20todos','657FmLrTw','listGenerators','12JmKKxl','search','19015685PNcsUx','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','Could\x20not\x20find\x20generator','maka\x20generate:scaffold\x20todos','30652lyeQBC','maka\x20g:api\x20trucks','190974nIXJEz','130KZNKjR','maka\x20g:route\x20todos/edit','maka\x20g:package\x20package:name','notice','where','maka\x20g:template\x20todos/todo_item'];a61c=function(){return k;};return a61c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a62d,c=a();while(!![]){try{var d=parseInt(f(0x188))/0x1+parseInt(f(0x18d))/0x2+-parseInt(f(0x18f))/0x3*(-parseInt(f(0x18c))/0x4)+-parseInt(f(0x18e))/0x5*(parseInt(f(0x18a))/0x6)+parseInt(f(0x189))/0x7+parseInt(f(0x191))/0x8+parseInt(f(0x190))/0x9*(-parseInt(f(0x18b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x59108));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0x187)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0x183)]()[h(0x184)](h(0x186))['toString']()[h(0x185)](a62a)[h(0x184)](h(0x186));});function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x183;var f=c[d];return f;},a62d(a,b);}a62a();import'./get.command.js';import'./global.sub.cmd.js';function a62c(){var i=['4663280GTVmgu','toString','search','constructor','(((.+)+)+)+$','apply','720641wodrPK','2258123IjcQqE','6qXMZND','1220540seDhMl','32DSCmpy','151554dniJbY','1663225UzMmyr','172569ppFlda','108LYFijv'];a62c=function(){return i;};return a62c();}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1c7;var f=c[d];return f;},a62d(a,b);}(function(a,b){var f=a62d,c=a();while(!![]){try{var d=parseInt(f(0x1c7))/0x1*(-parseInt(f(0x1d4))/0x2)+-parseInt(f(0x1ca))/0x3*(parseInt(f(0x1d5))/0x4)+parseInt(f(0x1d1))/0x5+-parseInt(f(0x1d0))/0x6+-parseInt(f(0x1cc))/0x7*(parseInt(f(0x1ce))/0x8)+parseInt(f(0x1c8))/0x9*(-parseInt(f(0x1d2))/0xa)+parseInt(f(0x1cb))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x6c2cd));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0x1cd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0x1d3)]()[h(0x1cf)](h(0x1d6))['toString']()[h(0x1c9)](a62a)[h(0x1cf)](h(0x1d6));});a62a();import'./get.command.js';import'./global.sub.cmd.js';function a62c(){var i=['(((.+)+)+)+$','368dXQAXk','2646963lzqEtP','constructor','23307HmJSin','14008753ijRCeC','119sQhFvj','apply','26704XRkEVn','search','3326100QakqPo','3216855qNTZMo','10odULei','toString','1148ZagELJ','184rijuaO'];a62c=function(){return i;};return a62c();}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- function a63c(){const j=['189qFMwjz','Sub-Command\x20not\x20found','174Wroabe','6835MRMweh','15016903rCteVJ','search','10xDAymD','474384PfFMgw','22YQvZzR','findSubCommand','runSubCommand','4170rcYNrP','create','16628qdHstO','23780fSkrYQ','19451364TrsBQU','get','(((.+)+)+)+$','toString','Get\x20various\x20Maka\x20variables\x20and\x20configurations','maka\x20get:<sub-command>','788991KWuNQc','error','constructor'];a63c=function(){return j;};return a63c();}const a63h=a63d;(function(a,b){const f=a63d,c=a();while(!![]){try{const d=-parseInt(f(0x98))/0x1*(-parseInt(f(0x9e))/0x2)+parseInt(f(0x92))/0x3*(parseInt(f(0x9d))/0x4)+-parseInt(f(0x93))/0x5*(parseInt(f(0x9b))/0x6)+-parseInt(f(0xa5))/0x7+-parseInt(f(0x97))/0x8*(-parseInt(f(0xa8))/0x9)+parseInt(f(0x96))/0xa*(-parseInt(f(0x94))/0xb)+parseInt(f(0x9f))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xe5b8c));const a63b=(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;};}()),a63a=a63b(this,function(){const g=a63d;return a63a[g(0xa2)]()[g(0x95)](g(0xa1))[g(0xa2)]()[g(0xa7)](a63a)[g(0x95)](g(0xa1));});a63a();function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x91;let f=c[d];return f;},a63d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a63h(0x9c)]({'name':a63h(0xa0),'usage':a63h(0xa4),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a63h(0xa3),'validOpts':[]},async function(a,b){const i=a63h,c=a[0x0],d=this[i(0x99)](c);if(d)this[i(0x9a)](c,a,b);else{Log[i(0xa6)](i(0x91));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a63h=a63d;(function(a,b){const f=a63d,c=a();while(!![]){try{const d=-parseInt(f(0x185))/0x1*(parseInt(f(0x184))/0x2)+-parseInt(f(0x183))/0x3*(-parseInt(f(0x180))/0x4)+parseInt(f(0x192))/0x5*(parseInt(f(0x188))/0x6)+-parseInt(f(0x17f))/0x7*(parseInt(f(0x193))/0x8)+-parseInt(f(0x194))/0x9*(-parseInt(f(0x197))/0xa)+-parseInt(f(0x187))/0xb*(-parseInt(f(0x18c))/0xc)+parseInt(f(0x191))/0xd*(-parseInt(f(0x186))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x6cdbe));const a63b=(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;};}()),a63a=a63b(this,function(){const g=a63d;return a63a[g(0x18b)]()['search'](g(0x18f))[g(0x18b)]()[g(0x18d)](a63a)[g(0x18e)](g(0x18f));});a63a();import{Command}from'../../command.js';function a63c(){const j=['2246TQyVdR','263IGWwlk','2022468NZSMaU','141119SfGSSL','998874uhPuej','get','error','toString','60BSkEzz','constructor','search','(((.+)+)+)+$','findSubCommand','26LazHtt','5skIuXc','38952kmXdBN','5535DERLtq','Get\x20various\x20Maka\x20variables\x20and\x20configurations','create','13020trkRoD','Sub-Command\x20not\x20found','966XrCeKN','2682908GBEVGc','runSubCommand','maka\x20get:<sub-command>','3djIAvI'];a63c=function(){return j;};return a63c();}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a63h(0x196)]({'name':a63h(0x189),'usage':a63h(0x182),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a63h(0x195),'validOpts':[]},async function(a,b){const i=a63h,c=a[0x0],d=this[i(0x190)](c);if(d)this[i(0x181)](c,a,b);else{Log[i(0x18a)](i(0x198));throw new UsageErrorWithSubs();}});function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x17f;let f=c[d];return f;},a63d(a,b);}export default GetCommand;
@@ -1 +1 @@
1
- const a64i=a64d;function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x8e;let f=c[d];return f;},a64d(a,b);}(function(a,b){const f=a64d,c=a();while(!![]){try{const d=parseInt(f(0xa3))/0x1*(-parseInt(f(0xa1))/0x2)+-parseInt(f(0x9c))/0x3*(-parseInt(f(0x9a))/0x4)+parseInt(f(0x99))/0x5+parseInt(f(0x8f))/0x6+-parseInt(f(0x92))/0x7+parseInt(f(0x94))/0x8*(-parseInt(f(0x9b))/0x9)+parseInt(f(0x91))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xa26e4));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x9f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0x97)]()[h(0x93)](h(0x9d))[h(0x97)]()[h(0x90)](a64a)['search'](h(0x9d));});function a64c(){const k=['532827WIlnfm','1437yMLuJK','(((.+)+)+)+$','getGlobalConfig','apply','error','2617178zFcPun','fsi','1sdFRym','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','7970550cpbjlL','constructor','10535300ILshLy','8245272HzZiAJ','search','16wZvXzY','maka\x20get:global-config','log','toString','global-config','3782635YqZbCK','1100ThNADB'];a64c=function(){return k;};return a64c();}a64a();import a64e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a64i(0x98),'usage':a64i(0x95),'aliases':['gc'],'shortDesc':a64i(0x8e),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a64i;try{const a=await this[j(0xa2)][j(0x9e)]();console[j(0x96)](a);}catch(b){console[j(0xa0)](b),process['exit'](0x0);}},a64e);
1
+ const a64i=a64d;function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x189;let f=c[d];return f;},a64d(a,b);}(function(a,b){const f=a64d,c=a();while(!![]){try{const d=parseInt(f(0x18a))/0x1+-parseInt(f(0x190))/0x2+-parseInt(f(0x18f))/0x3+parseInt(f(0x18b))/0x4+parseInt(f(0x19b))/0x5+parseInt(f(0x191))/0x6*(-parseInt(f(0x193))/0x7)+-parseInt(f(0x196))/0x8*(parseInt(f(0x199))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x89215));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x18c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0x192)]()[h(0x197)]('(((.+)+)+)+$')[h(0x192)]()[h(0x18d)](a64a)[h(0x197)]('(((.+)+)+)+$');});a64a();import a64e from'./get.command.js';import{Command}from'../../command.js';function a64c(){const k=['error','656736AsMiRE','1103474AKIWXp','1698aZLAQd','toString','14448kyQWCu','getGlobalConfig','log','48hrnybH','search','exit','80694MRUbYU','maka\x20get:global-config','685900jvgYJd','global-config','985171riIpcW','3391564FTVojg','apply','constructor'];a64c=function(){return k;};return a64c();}Command['create']({'name':a64i(0x189),'usage':a64i(0x19a),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a64i;try{const a=await this['fsi'][j(0x194)]();console[j(0x195)](a);}catch(b){console[j(0x18e)](b),process[j(0x198)](0x0);}},a64e);
@@ -1 +1 @@
1
- const a65i=a65d;function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x1be;let f=c[d];return f;},a65d(a,b);}(function(a,b){const f=a65d,c=a();while(!![]){try{const d=parseInt(f(0x1c0))/0x1*(parseInt(f(0x1cd))/0x2)+parseInt(f(0x1bf))/0x3+-parseInt(f(0x1c6))/0x4+-parseInt(f(0x1ce))/0x5+-parseInt(f(0x1ca))/0x6*(parseInt(f(0x1d1))/0x7)+-parseInt(f(0x1c7))/0x8+parseInt(f(0x1c2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x24ab4));const a65b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a65d;if(c){const e=c[g(0x1cf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){const h=a65d;return a65a['toString']()[h(0x1cc)](h(0x1d0))[h(0x1c3)]()[h(0x1c8)](a65a)[h(0x1cc)](h(0x1d0));});a65a();import a65e from'./get.command.js';function a65c(){const k=['fsi','search','14WAZmmW','555180wfBwss','apply','(((.+)+)+)+$','1498GULxCI','getProjectConfig','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','293685zIkUvp','18377ORtUSQ','log','4315509UcFVNk','toString','local-config','create','1104856iNueNl','249608GjerSb','constructor','maka\x20get:local-config','3852TqspDm'];a65c=function(){return k;};return a65c();}import{Command}from'../../command.js';Command[a65i(0x1c5)]({'name':a65i(0x1c4),'usage':a65i(0x1c9),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a65i(0x1be),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a65i,a=await this[j(0x1cb)][j(0x1d2)]();console[j(0x1c1)](a);},a65e);
1
+ const a65i=a65d;(function(a,b){const f=a65d,c=a();while(!![]){try{const d=-parseInt(f(0x159))/0x1*(-parseInt(f(0x160))/0x2)+parseInt(f(0x153))/0x3+parseInt(f(0x15d))/0x4*(parseInt(f(0x156))/0x5)+parseInt(f(0x157))/0x6+parseInt(f(0x150))/0x7+-parseInt(f(0x154))/0x8+-parseInt(f(0x15b))/0x9*(parseInt(f(0x15c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x37551));const a65b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a65d;if(c){const e=c[g(0x15f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){const h=a65d;return a65a[h(0x161)]()[h(0x14d)](h(0x14e))[h(0x161)]()[h(0x14c)](a65a)['search']('(((.+)+)+)+$');});a65a();function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x14c;let f=c[d];return f;},a65d(a,b);}import a65e from'./get.command.js';function a65c(){const k=['search','(((.+)+)+)+$','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','774193ohZEbv','log','fsi','814116WkXfhG','1752768whNWlg','getProjectConfig','6295LrnPau','2475138GAIbMO','maka\x20get:local-config','5nNFxqF','create','2691369VyfBgm','20PtezFW','280pwNjzw','local-config','apply','64478IRGIpt','toString','constructor'];a65c=function(){return k;};return a65c();}import{Command}from'../../command.js';Command[a65i(0x15a)]({'name':a65i(0x15e),'usage':a65i(0x158),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a65i(0x14f),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a65i,a=await this[j(0x152)][j(0x155)]();console[j(0x151)](a);},a65e);
@@ -1 +1 @@
1
- function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x191;let f=c[d];return f;},a66d(a,b);}const a66j=a66d;(function(a,b){const g=a66d,c=a();while(!![]){try{const d=-parseInt(g(0x1a3))/0x1*(-parseInt(g(0x194))/0x2)+parseInt(g(0x1a0))/0x3*(-parseInt(g(0x19c))/0x4)+-parseInt(g(0x19e))/0x5+-parseInt(g(0x1a7))/0x6+parseInt(g(0x196))/0x7+parseInt(g(0x192))/0x8*(parseInt(g(0x195))/0x9)+parseInt(g(0x19d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xe5b1a));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a66d;if(c){const e=c[h(0x19f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const i=a66d;return a66a['toString']()['search'](i(0x1a5))[i(0x191)]()['constructor'](a66a)['search'](i(0x1a5));});a66a();import a66e from'./get.command.js';function a66c(){const l=['User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','error','exit','getGlobalConfig','toString','776bKENDk','create','1877508MlDbGl','83394Mhplpo','3017056EgtBPE','authToken','fsi','whoami','roles','user','12HjNfxt','4647980gqabet','4529295igLtAA','apply','1734879VurMkv','decode','notice','2hgRMqO','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','(((.+)+)+)+$','join','543312ZQCeau','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'];a66c=function(){return l;};return a66c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a66f from'jsonwebtoken';Command[a66j(0x193)]({'name':a66j(0x199),'usage':'maka\x20get:whoami','shortDesc':a66j(0x1a4),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a66j;try{const a=await this[k(0x198)][k(0x1ac)]();if(a['hash']){const b=a66f[k(0x1a1)](a['hash']);Log[k(0x1a2)](k(0x1a9)+b?.[k(0x19b)]),Log[k(0x1a2)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a['token']?.['userId']),Log[k(0x1a2)]('User\x20Access\x20Token:\x20\x20'+a['token']?.[k(0x197)]),Log[k(0x1a2)](k(0x1a8)+b?.[k(0x19a)][k(0x1a6)](',\x20'));}}catch(c){console[k(0x1aa)](c),process[k(0x1ab)](0x0);}},a66e);
1
+ const a66j=a66d;(function(a,b){const g=a66d,c=a();while(!![]){try{const d=-parseInt(g(0x188))/0x1+-parseInt(g(0x197))/0x2*(parseInt(g(0x17e))/0x3)+parseInt(g(0x18d))/0x4*(-parseInt(g(0x18c))/0x5)+parseInt(g(0x18e))/0x6*(parseInt(g(0x184))/0x7)+parseInt(g(0x181))/0x8+-parseInt(g(0x186))/0x9+parseInt(g(0x17c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x29ddf));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a66d;if(c){const e=c[h(0x194)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const i=a66d;return a66a[i(0x196)]()[i(0x183)](i(0x189))[i(0x196)]()[i(0x195)](a66a)[i(0x183)](i(0x189));});function a66c(){const l=['notice','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','hash','apply','constructor','toString','482jRiRqf','user','3587640FbJAXa','create','447RGdflb','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','User\x20Access\x20Token:\x20\x20','1227472CtCUvF','maka\x20get:whoami','search','154CESxIP','getGlobalConfig','1955016EollTV','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','221336JJTsiv','(((.+)+)+)+$','roles','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','10RHgdEP','181768Nfymhf','61266TUQZgu','fsi','token'];a66c=function(){return l;};return a66c();}a66a();import a66e from'./get.command.js';import{Command}from'../../command.js';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x17c;let f=c[d];return f;},a66d(a,b);}import{Log}from'../../tools/log/log.class.js';import a66f from'jsonwebtoken';Command[a66j(0x17d)]({'name':'whoami','usage':a66j(0x182),'shortDesc':a66j(0x18b),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a66j;try{const a=await this[k(0x18f)][k(0x185)]();if(a['hash']){const b=a66f['decode'](a[k(0x193)]);Log[k(0x191)](k(0x192)+b?.[k(0x198)]),Log[k(0x191)](k(0x187)+a['token']?.['userId']),Log[k(0x191)](k(0x180)+a[k(0x190)]?.['authToken']),Log[k(0x191)](k(0x17f)+b?.[k(0x18a)]['join'](',\x20'));}}catch(c){console['error'](c),process['exit'](0x0);}},a66e);
@@ -1 +1 @@
1
- var a67i=a67d;(function(a,b){var f=a67d,c=a();while(!![]){try{var d=-parseInt(f(0x80))/0x1*(-parseInt(f(0x91))/0x2)+parseInt(f(0x81))/0x3+parseInt(f(0x84))/0x4*(-parseInt(f(0x7f))/0x5)+parseInt(f(0x87))/0x6+-parseInt(f(0x8f))/0x7*(parseInt(f(0x82))/0x8)+-parseInt(f(0x8d))/0x9+-parseInt(f(0x8a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xafc41));var a67b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a67d;if(c){var e=c[g(0x8e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){var h=a67d;return a67a[h(0x8c)]()[h(0x85)](h(0x88))['toString']()[h(0x86)](a67a)['search']('(((.+)+)+)+$');});a67a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a67d(a,b){var c=a67c();return a67d=function(d,e){d=d-0x7f;var f=c[d];return f;},a67d(a,b);}function a67c(){var j=['1016frdLvd','Try,\x20maka\x20--help','64136QHOCzK','search','constructor','8274558fXEpJr','(((.+)+)+)+$','help','69240sFHuXF','create','toString','4589334pgOntr','apply','59801AIcjXS','Deprecated:\x20use\x20--help\x20instead','1247604hUCyNr','295coonMa','1BWTwsO','3794577fCrCFh'];a67c=function(){return j;};return a67c();}Command[a67i(0x8b)]({'name':a67i(0x89),'description':a67i(0x83),'aliases':['h'],'validOpts':[],'shortDesc':a67i(0x90)},async function(){throw new UsageError();});
1
+ function a67d(a,b){var c=a67c();return a67d=function(d,e){d=d-0x1c5;var f=c[d];return f;},a67d(a,b);}function a67c(){var i=['5209263yeOUfX','2615mrMuoT','264252AsGqFs','1434EXcjlh','664DwyBhd','help','2637680IWfgvy','Deprecated:\x20use\x20--help\x20instead','1460466iulcQV','628854yyitlq','4377ASYbJn','search','constructor','toString','Try,\x20maka\x20--help','create'];a67c=function(){return i;};return a67c();}var a67h=a67d;(function(a,b){var f=a67d,c=a();while(!![]){try{var d=-parseInt(f(0x1cf))/0x1+-parseInt(f(0x1c6))/0x2+parseInt(f(0x1c7))/0x3*(-parseInt(f(0x1d1))/0x4)+parseInt(f(0x1ce))/0x5*(-parseInt(f(0x1d0))/0x6)+parseInt(f(0x1c5))/0x7+parseInt(f(0x1d3))/0x8+parseInt(f(0x1cd))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x29d15));var a67b=(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;};}()),a67a=a67b(this,function(){var g=a67d;return a67a[g(0x1ca)]()[g(0x1c8)]('(((.+)+)+)+$')[g(0x1ca)]()[g(0x1c9)](a67a)[g(0x1c8)]('(((.+)+)+)+$');});a67a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a67h(0x1cc)]({'name':a67h(0x1d2),'description':a67h(0x1cb),'aliases':['h'],'validOpts':[],'shortDesc':a67h(0x1d4)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x182;let f=c[d];return f;},a68d(a,b);}const a68m=a68d;(function(a,b){const j=a68d,c=a();while(!![]){try{const d=parseInt(j(0x183))/0x1*(-parseInt(j(0x1a9))/0x2)+parseInt(j(0x19b))/0x3*(parseInt(j(0x199))/0x4)+-parseInt(j(0x1a5))/0x5*(parseInt(j(0x19f))/0x6)+parseInt(j(0x182))/0x7*(-parseInt(j(0x1aa))/0x8)+-parseInt(j(0x1a8))/0x9+-parseInt(j(0x198))/0xa+parseInt(j(0x184))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x56faf));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a68d;if(c){const e=c[k(0x1a0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const l=a68d;return a68a[l(0x187)]()['search'](l(0x192))[l(0x187)]()[l(0x19d)](a68a)['search'](l(0x192));});a68a();function a68c(){const o=['app/packages','45ILOTgS','fsi','constructor','.+\x5c.(j|t)s(doc|x)?$','6miFQki','apply','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','app/public','utf-8','1116145iqpgAW','join','pathFromProject','526563RwBWiP','22kSyqhT','24DSROnF','238427rjzSDG','2449tQDgnk','4618339aaJIjt','\x20-r\x20app','logError','toString','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','stop','app/node_modules','writeFileSync','sep','closure','create','jsdoc-config.json','maka\x20jsdoc\x20--init','jsdoc','(((.+)+)+)+$','\x20-d\x20','\x0a[+]\x20Documentation\x20written\x20to\x20','inherit','config','logWithSpinner','1011750qTdxqY','119588BxHObS'];a68c=function(){return o;};return a68c();}import a68e from'path';import a68f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a68m(0x18e)]({'name':a68m(0x191),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a68m(0x188),'examples':[a68m(0x190),'maka\x20jsdoc'],'validOpts':[]},function(){const n=a68m,a=a68e[n(0x1a6)](this['fsi'][n(0x1a7)]({}),'docs'+a68e[n(0x18c)]),b=a68e[n(0x1a6)](this[n(0x19c)][n(0x1a7)]({}),n(0x196),n(0x18f)),c=this[n(0x19c)][n(0x1a7)]({}),d=n(0x191);if(!this['isFile'](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x191),n(0x18d)]},'source':{'includePattern':n(0x19e),'excludePattern':n(0x1a1),'exclude':[n(0x19a),n(0x18a),n(0x1a3),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x1a4)}};a68f[n(0x18b)](b,JSON['stringify'](g,null,0x4));}const f=this[n(0x197)]('Running\x20'+d);try{const h=d+'\x20-c\x20'+b+n(0x185)+a68e[n(0x18c)]+n(0x193)+a;execSync(h,{'cwd':c,'stdio':n(0x195)}),this['logNotice'](n(0x194)+a);}catch(i){this[n(0x186)](i),this[n(0x186)](n(0x1a2));}finally{f[n(0x189)]();}});
1
+ function a68c(){const o=['pathFromProject','app/public','4586700JiZfJV','apply','logError','app/private','toString','writeFileSync','join','search','12ZMSByy','config','\x20-d\x20','constructor','jsdoc-config.json','docs','3178805LmOYpC','8338484MSdNeB','\x20-r\x20app','stringify','stop','fsi','jsdoc','\x20-c\x20','21177016GedXCN','4625088YKFumS','maka\x20jsdoc\x20--init','inherit','logNotice','819000gWdYKB','maka\x20jsdoc','sep','18HCDvQF','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','.+\x5c.(j|t)s(doc|x)?$','(((.+)+)+)+$','app/packages','513802GDsSZA','logWithSpinner'];a68c=function(){return o;};return a68c();}const a68m=a68d;(function(a,b){const j=a68d,c=a();while(!![]){try{const d=-parseInt(j(0x17f))/0x1+parseInt(j(0x160))/0x2*(-parseInt(j(0x16c))/0x3)+-parseInt(j(0x17b))/0x4+parseInt(j(0x172))/0x5+-parseInt(j(0x164))/0x6+-parseInt(j(0x173))/0x7+parseInt(j(0x17a))/0x8*(parseInt(j(0x182))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xed2d5));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a68d;if(c){const e=c[k(0x165)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const l=a68d;return a68a[l(0x168)]()[l(0x16b)]('(((.+)+)+)+$')[l(0x168)]()[l(0x16f)](a68a)[l(0x16b)](l(0x15e));});a68a();function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x15c;let f=c[d];return f;},a68d(a,b);}import a68e from'path';import a68f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':'jsdoc','usage':a68m(0x180),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a68m(0x17c),'maka\x20jsdoc'],'validOpts':[]},function(){const n=a68m,a=a68e[n(0x16a)](this[n(0x177)][n(0x162)]({}),n(0x171)+a68e[n(0x181)]),b=a68e[n(0x16a)](this[n(0x177)][n(0x162)]({}),n(0x16d),n(0x170)),c=this[n(0x177)][n(0x162)]({}),d=n(0x178);if(!this['isFile'](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x178),'closure']},'source':{'includePattern':n(0x15d),'excludePattern':n(0x15c),'exclude':[n(0x15f),'app/node_modules',n(0x163),n(0x167)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a68f[n(0x169)](b,JSON[n(0x175)](g,null,0x4));}const f=this[n(0x161)]('Running\x20'+d);try{const h=d+n(0x179)+b+n(0x174)+a68e['sep']+n(0x16e)+a;execSync(h,{'cwd':c,'stdio':n(0x17d)}),this[n(0x17e)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[n(0x166)](i),this[n(0x166)](n(0x183));}finally{f[n(0x176)]();}});
@@ -1 +1 @@
1
- const a69r=a69d;(function(a,b){const p=a69d,c=a();while(!![]){try{const d=-parseInt(p(0x14b))/0x1*(-parseInt(p(0x13e))/0x2)+parseInt(p(0x147))/0x3*(parseInt(p(0x133))/0x4)+-parseInt(p(0x12c))/0x5*(parseInt(p(0x12f))/0x6)+-parseInt(p(0x152))/0x7*(-parseInt(p(0x134))/0x8)+-parseInt(p(0x153))/0x9+parseInt(p(0x144))/0xa+-parseInt(p(0x145))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x9143c));function a69c(){const t=['Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','35oTxlvd','template','error','166830jTKsBh','Lint\x20results\x20for\x20','push','eslint/eslintrc.json','135116FlDOqf','146912QxdKpI','(((.+)+)+)+$','length','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','bright','findAppDirectory','maka\x20lint','.eslintrc.json','All\x20good!\x20:)','lint','1238WEkafF','stylish','format','toString','success','eslint-plugin-react','4033090jBTqFL','13292796WmGwzj','eslint-plugin-css','39rJIyjn','fix','notice','/imports','1193ZSeMoo','installNpmPackage','loadFormatter','fsi','eslint','join','outputFixes','343UfSkVj','4343976gTMsXZ','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','checkNpmPackage','isFile'];a69c=function(){return t;};return a69c();}const a69b=(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;};}()),a69a=a69b(this,function(){const q=a69d;return a69a['toString']()['search'](q(0x135))[q(0x141)]()['constructor'](a69a)['search'](q(0x135));});function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x12b;let f=c[d];return f;},a69d(a,b);}a69a();import a69e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command['create']({'name':a69r(0x13d),'usage':a69r(0x13a),'maxArgLength':0x1,'validOpts':[a69r(0x148)],'mustBeInMakaProject':!![],'shortDesc':a69r(0x12b),'description':a69r(0x154),'examples':['maka\x20lint\x20--fix']},async function(a,b){const s=a69r;try{const c=this[s(0x14e)][s(0x139)](),d=this['fsi']['checkNpmPackage'](s(0x14f)),f=this[s(0x14e)][s(0x155)](s(0x143)),g=this['fsi']['checkNpmPackage'](s(0x146)),h=[];!d&&h['push'](s(0x14f));!f&&h[s(0x131)](s(0x143));!g&&h[s(0x131)](s(0x146));h['length']>0x0&&await this[s(0x14e)][s(0x14c)](h['join']('\x20'),{'dev':!![]});const i=this['fsi'][s(0x156)](a69e['join'](c,s(0x13b)));if(!i){const n={'noRename':!![]};await this['fsi'][s(0x12d)]({'srcPath':s(0x132),'destPath':a69e['join'](c,'.eslintrc.json'),'framework':'service','context':n});}const j=new ESLint(),k=await j['lintFiles']([a69e[s(0x150)](c,'imports','**')]),l=await j[s(0x14d)](s(0x13f)),m=l[s(0x140)](k);m[s(0x136)]>0x0?Log[s(0x138)](m):Log[s(0x142)](s(0x13c)),Log[s(0x149)](s(0x130)+c+s(0x14a)),b[s(0x148)]?await ESLint[s(0x151)](k):Log['notice'](s(0x137));}catch(o){console[s(0x12e)](o);}});
1
+ const a69s=a69d;(function(a,b){const p=a69d,c=a();while(!![]){try{const d=-parseInt(p(0x138))/0x1*(-parseInt(p(0x11f))/0x2)+-parseInt(p(0x131))/0x3+parseInt(p(0x13b))/0x4+parseInt(p(0x139))/0x5*(-parseInt(p(0x126))/0x6)+-parseInt(p(0x136))/0x7*(-parseInt(p(0x123))/0x8)+parseInt(p(0x125))/0x9*(parseInt(p(0x129))/0xa)+-parseInt(p(0x140))/0xb*(-parseInt(p(0x137))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xd2c06));function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x11b;let f=c[d];return f;},a69d(a,b);}const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a69d;if(c){const e=c[q(0x121)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const r=a69d;return a69a[r(0x142)]()[r(0x127)]('(((.+)+)+)+$')['toString']()['constructor'](a69a)[r(0x127)]('(((.+)+)+)+$');});a69a();import a69e from'path';import{ESLint}from'eslint';function a69c(){const u=['25EAKChS','imports','3175080Dhfaug','eslint-plugin-react','lint','fsi','maka\x20lint','22mBTDMJ','push','toString','/imports','template','Lint\x20results\x20for\x20','length','create','service','26jgCAlk','fix','apply','format','112ujbHkc','isFile','846wzJXIx','1145046LmVCwu','search','checkNpmPackage','35100GgexQg','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','eslint-plugin-css','eslint','lintFiles','join','installNpmPackage','maka\x20lint\x20--fix','1361064ZfLzXN','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','notice','.eslintrc.json','error','117761YiIKaK','5341836ERWFJQ','1661WvIVkX'];a69c=function(){return u;};return a69c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a69s(0x11d)]({'name':a69s(0x13d),'usage':a69s(0x13f),'maxArgLength':0x1,'validOpts':[a69s(0x120)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':a69s(0x132),'examples':[a69s(0x130)]},async function(a,b){const t=a69s;try{const c=this[t(0x13e)]['findAppDirectory'](),d=this[t(0x13e)]['checkNpmPackage'](t(0x12c)),f=this[t(0x13e)][t(0x128)](t(0x13c)),g=this['fsi'][t(0x128)](t(0x12b)),h=[];!d&&h[t(0x141)](t(0x12c));!f&&h[t(0x141)](t(0x13c));!g&&h['push']('eslint-plugin-css');h[t(0x11c)]>0x0&&await this[t(0x13e)][t(0x12f)](h['join']('\x20'),{'dev':!![]});const i=this[t(0x13e)][t(0x124)](a69e[t(0x12e)](c,t(0x134)));if(!i){const n={'noRename':!![]};await this[t(0x13e)][t(0x144)]({'srcPath':'eslint/eslintrc.json','destPath':a69e[t(0x12e)](c,t(0x134)),'framework':t(0x11e),'context':n});}const j=new ESLint(),k=await j[t(0x12d)]([a69e['join'](c,t(0x13a),'**')]),l=await j['loadFormatter']('stylish'),m=l[t(0x122)](k);m[t(0x11c)]>0x0?Log['bright'](m):Log['success']('All\x20good!\x20:)'),Log['notice'](t(0x11b)+c+t(0x143)),b[t(0x120)]?await ESLint['outputFixes'](k):Log[t(0x133)](t(0x12a));}catch(o){console[t(0x135)](o);}});
@@ -1 +1 @@
1
- const a70z=a70d;(function(a,b){const w=a70d,c=a();while(!![]){try{const d=parseInt(w(0x1a5))/0x1+-parseInt(w(0x1b5))/0x2+-parseInt(w(0x19a))/0x3+-parseInt(w(0x1b0))/0x4+-parseInt(w(0x1c3))/0x5*(parseInt(w(0x1bd))/0x6)+-parseInt(w(0x1ad))/0x7*(parseInt(w(0x1b2))/0x8)+parseInt(w(0x199))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x7f18d));function a70c(){const B=['email','cacert','localhost','(((.+)+)+)+$','maka\x20login','904165wmUmzc','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','get','error','create','Logging\x20in','getGlobalConfig','MAKA_DEV','constructor','/api/v1/status','Email:','ask','debug','Password:\x20','digest','https://','parse','27107433EJnjZP','18165XmUSTk','Using\x20CA\x20Cert\x20','Logging\x20into\x20https://','True','search','password','failure','cert','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','notice','update','883517yKfgvU','www.maka-cli.com','/api/v1/encodeJwt','authToken','post','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','login','assign','11207ONgTad','success','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','4104016vHCvHH','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','4392iGOJWR','toString','isFile','1842716kMTfaT','apply','help','withSpinner','exit','start','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','fsi','18NkBrHl'];a70c=function(){return B;};return a70c();}const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a70d;if(c){const e=c[x(0x1b6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const y=a70d;return a70a[y(0x1b3)]()[y(0x19e)](y(0x1c1))['toString']()[y(0x1cb)](a70a)['search'](y(0x1c1));});a70a();function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x192;let f=c[d];return f;},a70d(a,b);}import a70e from'node-forge';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';const hostname=process['env'][a70z(0x1ca)]===a70z(0x19d)?a70z(0x1c0):a70z(0x1a6);Command[a70z(0x1c7)]({'name':a70z(0x1ab),'validOpts':['email',a70z(0x19f),a70z(0x1b7),a70z(0x1bf),a70z(0x194)],'usage':a70z(0x1c2),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':'Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','examples':[a70z(0x1c2),a70z(0x1bb)]},async function(a,b){const A=a70z,c=Log[A(0x1b8)]();try{let d='';b[A(0x1bf)]&&(this[A(0x1bc)][A(0x1b4)](b[A(0x1bf)])?(d=b[A(0x1bf)],Log[A(0x1a3)](A(0x19b)+d)):Log[A(0x1c6)](A(0x1c4)+d));const f=await this[A(0x1bc)][A(0x1c9)]();if(f[A(0x1a1)]){if(this[A(0x1bc)]['isFile'](f[A(0x1a1)]))d=f[A(0x1a1)];else{Log[A(0x1c6)](A(0x1aa)+d);return;}}Log['header'](A(0x19c)+hostname);const g={'url':A(0x197)+hostname+A(0x1cc)};b[A(0x1bf)]&&Object[A(0x1ac)](g,{'cert':d});c[A(0x1ba)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[A(0x1c5)](g);if(h===0x198){c[A(0x1a0)]();throw A(0x1b1);}if(h!==0xc8){c[A(0x1a0)]();throw A(0x197)+hostname+A(0x1a2);}c[A(0x1ae)]();const i=b[A(0x1be)]?b[A(0x1be)]:await Actions[A(0x193)](A(0x192)),j=b[A(0x19f)]?b[A(0x19f)]:await Actions['ask'](A(0x195),!![]),k=a70e['md']['sha256']['create']();k[A(0x1a4)](j);const l=k[A(0x196)]()['toHex'](),m={'hostname':hostname,'path':'/api/v1/login','data':{'email':i,'password':l,'hashed':!![]}};b[A(0x1bf)]&&Object[A(0x1ac)](m,{'cert':d});c[A(0x1ba)](A(0x1c8));const {data:n,statusCode:o}=await HTTPS[A(0x1a9)](m);if(o===0x198){c['failure']('\x0a');throw A(0x1af)+hostname;}const p=JSON['parse'](n);if(p[A(0x1a8)]){const q={'hostname':hostname,'path':A(0x1a7),'headers':{'x-auth-token':p[A(0x1a8)]},'data':{}};b['cacert']&&Object[A(0x1ac)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x1a9)](q),{token:t}=JSON[A(0x198)](r);if(s===0x198)throw A(0x1af)+hostname;const u={'token':p,'hash':t};this[A(0x1bc)]['setGlobalConfig'](u);}else{c['failure']();throw p;}c[A(0x1ae)]();}catch(v){c[A(0x1a0)](),console[A(0x1c6)](v),process[A(0x1b9)](0x0);}});
1
+ const a70z=a70d;(function(a,b){const w=a70d,c=a();while(!![]){try{const d=parseInt(w(0x17d))/0x1+parseInt(w(0x164))/0x2*(-parseInt(w(0x173))/0x3)+-parseInt(w(0x152))/0x4+-parseInt(w(0x15e))/0x5*(-parseInt(w(0x160))/0x6)+parseInt(w(0x17b))/0x7*(parseInt(w(0x156))/0x8)+-parseInt(w(0x15d))/0x9*(parseInt(w(0x169))/0xa)+-parseInt(w(0x157))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xeb1b1));function a70c(){const B=['constructor','4979552EJpPWp','/api/v1/encodeJwt','www.maka-cli.com','success','40wvulMA','4068383rxjekx','exit','getGlobalConfig','search','start','(((.+)+)+)+$','1107tazPvA','193945LKPsFX','maka\x20login','132wRLFcW','cacert','debug','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','3344hPJnza','assign','True','setGlobalConfig','https://','9940FHjBKO','Logging\x20in','ask','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','digest','withSpinner','fsi','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','notice','/api/v1/login','372ldnsxv','Logging\x20into\x20https://','error','post','isFile','get','env','create','1339583EaUIXB','apply','1097121lsFigM','/api/v1/status','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','localhost','header','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','email','password','Using\x20CA\x20Cert\x20','parse','authToken','failure','help','Password:\x20','toString','Preflight\x20Check','cert'];a70c=function(){return B;};return a70c();}const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a70d;if(c){const e=c[x(0x17c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const y=a70d;return a70a[y(0x14e)]()[y(0x15a)](y(0x15c))[y(0x14e)]()[y(0x151)](a70a)[y(0x15a)](y(0x15c));});a70a();import a70e from'node-forge';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x14b;let f=c[d];return f;},a70d(a,b);}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';const hostname=process[a70z(0x179)]['MAKA_DEV']===a70z(0x166)?a70z(0x180):a70z(0x154);Command[a70z(0x17a)]({'name':'login','validOpts':[a70z(0x184),a70z(0x185),a70z(0x14c),a70z(0x161),a70z(0x162)],'usage':a70z(0x15f),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a70z(0x170),'examples':['maka\x20login','maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},async function(a,b){const A=a70z,c=Log[A(0x16e)]();try{let d='';b[A(0x161)]&&(this['fsi'][A(0x177)](b['cacert'])?(d=b[A(0x161)],Log[A(0x171)](A(0x186)+d)):Log[A(0x175)](A(0x163)+d));const f=await this[A(0x16f)][A(0x159)]();if(f[A(0x150)]){if(this[A(0x16f)]['isFile'](f[A(0x150)]))d=f[A(0x150)];else{Log['error'](A(0x183)+d);return;}}Log[A(0x181)](A(0x174)+hostname);const g={'url':A(0x168)+hostname+A(0x17e)};b['cacert']&&Object[A(0x165)](g,{'cert':d});c[A(0x15b)](A(0x14f));const {statusCode:h}=await HTTPS[A(0x178)](g);if(h===0x198){c[A(0x14b)]();throw A(0x16c);}if(h!==0xc8){c[A(0x14b)]();throw A(0x168)+hostname+A(0x182);}c[A(0x155)]();const i=b['email']?b[A(0x184)]:await Actions[A(0x16b)]('Email:'),j=b['password']?b[A(0x185)]:await Actions[A(0x16b)](A(0x14d),!![]),k=a70e['md']['sha256'][A(0x17a)]();k['update'](j);const l=k[A(0x16d)]()['toHex'](),m={'hostname':hostname,'path':A(0x172),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x161)]&&Object[A(0x165)](m,{'cert':d});c[A(0x15b)](A(0x16a));const {data:n,statusCode:o}=await HTTPS['post'](m);if(o===0x198){c['failure']('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;}const p=JSON[A(0x187)](n);if(p[A(0x188)]){const q={'hostname':hostname,'path':A(0x153),'headers':{'x-auth-token':p[A(0x188)]},'data':{}};b[A(0x161)]&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x176)](q),{token:t}=JSON[A(0x187)](r);if(s===0x198)throw A(0x17f)+hostname;const u={'token':p,'hash':t};this[A(0x16f)][A(0x167)](u);}else{c[A(0x14b)]();throw p;}c[A(0x155)]();}catch(v){c[A(0x14b)](),console[A(0x175)](v),process[A(0x158)](0x0);}});
@@ -1 +1 @@
1
- const a71o=a71d;function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x180;let f=c[d];return f;},a71d(a,b);}(function(a,b){const l=a71d,c=a();while(!![]){try{const d=-parseInt(l(0x187))/0x1+-parseInt(l(0x19f))/0x2+-parseInt(l(0x193))/0x3*(parseInt(l(0x1a3))/0x4)+-parseInt(l(0x19a))/0x5*(-parseInt(l(0x1a9))/0x6)+parseInt(l(0x188))/0x7*(-parseInt(l(0x199))/0x8)+-parseInt(l(0x183))/0x9+parseInt(l(0x1a7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xe6e51));function a71c(){const q=['localhost','/api/v1/logoutAll','True','token','(((.+)+)+)+$','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','start','57zSspXy','Using\x20CA\x20Cert\x20','post','get','logout','assign','157656OhngrB','395kwqLcq','toString','/api/v1/status','getGlobalConfig','cert','2501832AEjlvV','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','failure','isFile','165124FumvhS','apply','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','error','53446650OMPcWG','www.maka-cli.com','52278DpriYT','setGlobalConfig','cacert','fsi','constructor','MAKA_DEV','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','success','maka\x20logout','authToken','16904520RDzPMe','Logging\x20out','notice','Logging\x20out\x20of\x20https://','188362FUcWsZ','350RdooAL','env','exit','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'];a71c=function(){return q;};return a71c();}const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a71d;if(c){const e=c[m(0x1a4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const n=a71d;return a71a[n(0x19b)]()['search'](n(0x190))[n(0x19b)]()[n(0x1ad)](a71a)['search']('(((.+)+)+)+$');});a71a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a71o(0x189)][a71o(0x1ae)]===a71o(0x18e)?a71o(0x18c):a71o(0x1a8);Command['create']({'name':a71o(0x197),'validOpts':[a71o(0x1ab)],'usage':a71o(0x181),'maxArgLength':0x2,'shortDesc':a71o(0x191),'disableAuthCheck':!![],'examples':[a71o(0x181)]},async function(a,b){const p=a71o,c=Log['withSpinner']();try{let d='';b['cacert']&&(this[p(0x1ac)][p(0x1a2)](b[p(0x1ab)])?(d=b['cacert'],Log[p(0x185)](p(0x194)+d)):Log[p(0x1a6)](p(0x18b)+d));const f=await this[p(0x1ac)][p(0x19d)]();if(f['cert']){if(this[p(0x1ac)][p(0x1a2)](f['cert']))d=f[p(0x19e)];else{c[p(0x1a1)]();throw Log[p(0x1a6)](p(0x1a5)+d);}}Log['header'](p(0x186)+hostname);const g={'url':'https://'+hostname+p(0x19c)};b[p(0x1ab)]&&Object[p(0x198)](g,{'cert':d});c[p(0x192)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0x196)](g);if(h===0x198){c[p(0x1a1)]();throw p(0x1a0);}c['success']();if(h!==0xc8){c[p(0x1a1)]();throw p(0x1af);}if(!f?.[p(0x18f)]?.[p(0x182)])throw Log[p(0x1a6)]('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c['start'](p(0x184));const i={'hostname':hostname,'path':p(0x18d),'data':{},'headers':{'x-auth-token':f[p(0x18f)]['authToken']}};b[p(0x1ab)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x195)](i);if(j===0x198){c[p(0x1a1)]('\x0a');throw p(0x1a0);}this[p(0x1ac)][p(0x1aa)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x180)]();}catch(k){k&&console[p(0x1a6)](k),process[p(0x18a)](0x0);}});
1
+ const a71n=a71d;(function(a,b){const l=a71d,c=a();while(!![]){try{const d=-parseInt(l(0x170))/0x1+-parseInt(l(0x167))/0x2*(parseInt(l(0x156))/0x3)+parseInt(l(0x176))/0x4*(parseInt(l(0x16f))/0x5)+-parseInt(l(0x183))/0x6*(parseInt(l(0x17a))/0x7)+-parseInt(l(0x178))/0x8+parseInt(l(0x15c))/0x9*(-parseInt(l(0x155))/0xa)+parseInt(l(0x16a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x2f3b0));const a71b=(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;};}()),a71a=a71b(this,function(){const m=a71d;return a71a[m(0x180)]()[m(0x16e)]('(((.+)+)+)+$')[m(0x180)]()[m(0x15d)](a71a)[m(0x16e)](m(0x169));});a71a();function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x153;let f=c[d];return f;},a71d(a,b);}function a71c(){const p=['Preflight\x20Check','2ZPSHIP','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','(((.+)+)+)+$','7806238qNSiFC','Using\x20CA\x20Cert\x20','post','www.maka-cli.com','search','359425ClXPyO','24500jUckFI','token','/api/v1/status','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','start','withSpinner','20AxyFkU','localhost','1795288eNDxfz','authToken','14qvtKIz','assign','setGlobalConfig','Logging\x20out','env','MAKA_DEV','toString','cert','fsi','870678ZZArcZ','https://','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','exit','58360qDCCRa','99054SMGxmd','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','True','Logging\x20out\x20of\x20https://','/api/v1/logoutAll','notice','468wMMHJn','constructor','failure','error','isFile','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','create','maka\x20logout','header','cacert'];a71c=function(){return p;};return a71c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a71n(0x17e)][a71n(0x17f)]===a71n(0x158)?a71n(0x177):a71n(0x16d);Command[a71n(0x162)]({'name':'logout','validOpts':[a71n(0x165)],'usage':a71n(0x163),'maxArgLength':0x2,'shortDesc':a71n(0x161),'disableAuthCheck':!![],'examples':[a71n(0x163)]},async function(a,b){const o=a71n,c=Log[o(0x175)]();try{let d='';b[o(0x165)]&&(this[o(0x182)][o(0x160)](b[o(0x165)])?(d=b[o(0x165)],Log[o(0x15b)](o(0x16b)+d)):Log[o(0x15f)](o(0x168)+d));const f=await this[o(0x182)]['getGlobalConfig']();if(f[o(0x181)]){if(this[o(0x182)][o(0x160)](f[o(0x181)]))d=f[o(0x181)];else{c[o(0x15e)]();throw Log['error'](o(0x157)+d);}}Log[o(0x164)](o(0x159)+hostname);const g={'url':o(0x184)+hostname+o(0x172)};b[o(0x165)]&&Object[o(0x17b)](g,{'cert':d});c[o(0x174)](o(0x166));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[o(0x15e)]();throw o(0x153);}c['success']();if(h!==0xc8){c[o(0x15e)]();throw'https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}if(!f?.[o(0x171)]?.[o(0x179)])throw Log['error'](o(0x173));c['start'](o(0x17d));const i={'hostname':hostname,'path':o(0x15a),'data':{},'headers':{'x-auth-token':f[o(0x171)][o(0x179)]}};b[o(0x165)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[o(0x16c)](i);if(j===0x198){c[o(0x15e)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[o(0x182)][o(0x17c)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[o(0x15f)](k),process[o(0x154)](0x0);}});
@@ -1 +1 @@
1
- const a72k=a72d;(function(a,b){const h=a72d,c=a();while(!![]){try{const d=parseInt(h(0x107))/0x1+parseInt(h(0x112))/0x2+-parseInt(h(0x10f))/0x3+parseInt(h(0xfe))/0x4*(-parseInt(h(0x10b))/0x5)+-parseInt(h(0x108))/0x6+-parseInt(h(0x113))/0x7*(-parseInt(h(0x10d))/0x8)+parseInt(h(0x104))/0x9*(parseInt(h(0x110))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xad303));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a72d;if(c){const e=c[i(0x10a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const j=a72d;return a72a[j(0x119)]()[j(0x109)](j(0x115))[j(0x119)]()[j(0x11a)](a72a)[j(0x109)](j(0x115));});a72a();import a72e from'fs';import a72f from'path';import{Command}from'../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xfe;let f=c[d];return f;},a72d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a72k(0x102)]({'name':'logs','aliases':['l','log'],'usage':'maka\x20logs','requiredOpts':[a72k(0x111)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a72k(0x105),'examples':[a72k(0x100),a72k(0xff),a72k(0x101)]},function(a,b){const l=a72k,c=l(0x118),d=this[l(0x103)][l(0x117)](b[l(0x111)]),e=a72f['join'](d,l(0x114)),f=a72e[l(0x106)](e),g=JSON[l(0x116)](f[l(0x119)]());Object[l(0x10e)](g,{'env':d}),SSH[l(0x10c)](c,g,{'tty':!![],'verbose':!![]});});function a72c(){const m=['View\x20the\x20PM2\x20logs','readFileSync','1130429IIRPuX','6567990NfEaDa','search','apply','35MBjALr','sshSync','19288DuYqKK','assign','565470tdkbIR','10khPvfl','env','651498qoseTU','3815zsCNqu','ssh.json','(((.+)+)+)+$','parse','getConfigPath','pm2\x20logs','toString','constructor','581012tOAuYO','maka\x20logs\x20--env\x20staging','maka\x20logs\x20--env\x20dev','maka\x20l\x20-e\x20p','create','fsi','2152188jHGOBS'];a72c=function(){return m;};return a72c();}
1
+ function a72c(){const l=['View\x20the\x20PM2\x20logs','6366584FJmUUF','search','1348094PfWoAr','env','604016oGmykq','constructor','fsi','getConfigPath','6qHWuvX','assign','7435uXadbk','parse','logs','join','pm2\x20logs','ssh.json','1145120anOliW','9czZqyS','maka\x20l\x20-e\x20p','(((.+)+)+)+$','toString','22421880jLymjE','maka\x20logs\x20--env\x20staging','3084mweQsX','create','maka\x20logs','10398381zKbabF'];a72c=function(){return l;};return a72c();}const a72j=a72d;(function(a,b){const h=a72d,c=a();while(!![]){try{const d=parseInt(h(0x1f2))/0x1+parseInt(h(0x1f4))/0x2*(parseInt(h(0x1f8))/0x3)+-parseInt(h(0x200))/0x4+-parseInt(h(0x1fa))/0x5*(parseInt(h(0x207))/0x6)+-parseInt(h(0x20a))/0x7+parseInt(h(0x1f0))/0x8*(-parseInt(h(0x201))/0x9)+parseInt(h(0x205))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xd28ba));function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1f0;let f=c[d];return f;},a72d(a,b);}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 i=a72d;return a72a[i(0x204)]()[i(0x1f1)]('(((.+)+)+)+$')[i(0x204)]()[i(0x1f5)](a72a)[i(0x1f1)](i(0x203));});a72a();import a72e from'fs';import a72f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a72j(0x208)]({'name':a72j(0x1fc),'aliases':['l','log'],'usage':a72j(0x209),'requiredOpts':[a72j(0x1f3)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a72j(0x20b),'examples':['maka\x20logs\x20--env\x20dev',a72j(0x206),a72j(0x202)]},function(a,b){const k=a72j,c=k(0x1fe),d=this[k(0x1f6)][k(0x1f7)](b[k(0x1f3)]),e=a72f[k(0x1fd)](d,k(0x1ff)),f=a72e['readFileSync'](e),g=JSON[k(0x1fb)](f[k(0x204)]());Object[k(0x1f9)](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
1
- function a73c(){const k=['maka\x20--help','1761970gUuPTZ','5dYrLkS','maka\x20run','findSubCommand','maka\x20<command>\x20[<args>]\x20[<opts>]','4956726ohlOdE','maka','constructor','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','11kiDdJK','maybeProxyCommandToMeteor','8579140aiSLkR','7755174DectJB','4FkJpEY','13348668krFKMp','(((.+)+)+)+$','toString','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20','maka\x20install\x20meteor','exit','275580dojDNg','error','40Quzvks','1UrlQtu','294387FlHCmR','search'];a73c=function(){return k;};return a73c();}const a73i=a73d;(function(a,b){const g=a73d,c=a();while(!![]){try{const d=parseInt(g(0x146))/0x1*(-parseInt(g(0x14a))/0x2)+parseInt(g(0x147))/0x3*(-parseInt(g(0x157))/0x4)+-parseInt(g(0x14b))/0x5*(-parseInt(g(0x14f))/0x6)+-parseInt(g(0x156))/0x7+-parseInt(g(0x145))/0x8*(parseInt(g(0x15e))/0x9)+parseInt(g(0x155))/0xa*(parseInt(g(0x153))/0xb)+parseInt(g(0x158))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x87d28));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x15a)]()[h(0x148)](h(0x159))[h(0x15a)]()[h(0x151)](a73a)['search'](h(0x159));});a73a();import{Command}from'../command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x144;let f=c[d];return f;},a73d(a,b);}const Maka=new Command({'name':a73i(0x150),'minArgLength':0x1,'shortDesc':a73i(0x152),'validOpts':[],'usage':a73i(0x14e),'disableAuthCheck':!![],'examples':[a73i(0x149),a73i(0x15c),'maka\x20create\x20Todo',a73i(0x14c)],'description':a73i(0x15b)},async function(a,b){const j=a73i;try{const c=a[0x0],d=this[j(0x14d)](c);d?this['runSubCommand'](c,a['slice'](0x1),b):this['fsi'][j(0x154)]();}catch(f){console[j(0x144)](f),process[j(0x15d)](0x1);}});export default Maka;
1
+ const a73j=a73d;(function(a,b){const g=a73d,c=a();while(!![]){try{const d=-parseInt(g(0xd6))/0x1*(parseInt(g(0xe8))/0x2)+-parseInt(g(0xd8))/0x3*(-parseInt(g(0xdf))/0x4)+parseInt(g(0xd1))/0x5*(parseInt(g(0xcf))/0x6)+-parseInt(g(0xe6))/0x7*(parseInt(g(0xde))/0x8)+-parseInt(g(0xd3))/0x9+-parseInt(g(0xe2))/0xa*(-parseInt(g(0xe5))/0xb)+parseInt(g(0xd7))/0xc*(parseInt(g(0xd9))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x3ee05));function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xcc;let f=c[d];return f;},a73d(a,b);}const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a73d;if(c){const e=c[h(0xe4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const i=a73d;return a73a[i(0xd5)]()[i(0xe0)](i(0xd2))[i(0xd5)]()[i(0xdb)](a73a)[i(0xe0)](i(0xd2));});a73a();function a73c(){const l=['findSubCommand','3888752inbdUL','91412UziyKY','search','maka\x20run','90rDLuBX','maka','apply','224829qPQEMz','7vivjCH','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','4cLkoTk','maka\x20install\x20meteor','maka\x20create\x20Todo','maka\x20<command>\x20[<args>]\x20[<opts>]','6pEWhtF','error','85165mZJPAF','(((.+)+)+)+$','4128039ZpsOxZ','maka\x20--help','toString','207678mytmlc','7951596xIlJSr','12jVChLa','26cDFbdM','runSubCommand','constructor','exit'];a73c=function(){return l;};return a73c();}import{Command}from'../command.js';const Maka=new Command({'name':a73j(0xe3),'minArgLength':0x1,'shortDesc':a73j(0xe7),'validOpts':[],'usage':a73j(0xce),'disableAuthCheck':!![],'examples':[a73j(0xd4),a73j(0xcc),a73j(0xcd),a73j(0xe1)],'description':'\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20'},async function(a,b){const k=a73j;try{const c=a[0x0],d=this[k(0xdd)](c);d?this[k(0xda)](c,a['slice'](0x1),b):this['fsi']['maybeProxyCommandToMeteor']();}catch(f){console[k(0xd0)](f),process[k(0xdc)](0x1);}});export default Maka;
@@ -1 +1 @@
1
- var a74i=a74d;(function(a,b){var f=a74d,c=a();while(!![]){try{var d=-parseInt(f(0xf9))/0x1*(parseInt(f(0x108))/0x2)+-parseInt(f(0x10e))/0x3+-parseInt(f(0xfb))/0x4*(-parseInt(f(0x102))/0x5)+-parseInt(f(0xfa))/0x6*(parseInt(f(0xff))/0x7)+parseInt(f(0x106))/0x8+parseInt(f(0x104))/0x9+parseInt(f(0xfd))/0xa*(-parseInt(f(0x10b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x8e9cb));function a74c(){var k=['5839880ZQuuvm','(((.+)+)+)+$','2195422GQjGlu','apply','exit','11ZTJCYT','%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a','constructor','55821UNobkv','Murrrrderrrrr','murder','1TQLWIh','64146Gjtcox','80uaPBKi','create','6673770iSliOZ','maka\x20murder','322SlZgsB','log','font-family:\x20monospace','282830NNbFPk','search','8984835SyIhEx','toString'];a74c=function(){return k;};return a74c();}var a74b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a74d;if(c){var e=c[g(0x109)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){var h=a74d;return a74a[h(0x105)]()[h(0x103)]('(((.+)+)+)+$')['toString']()[h(0x10d)](a74a)[h(0x103)](h(0x107));});function a74d(a,b){var c=a74c();return a74d=function(d,e){d=d-0xf8;var f=c[d];return f;},a74d(a,b);}a74a();import{Command}from'../command.js';Command[a74i(0xfc)]({'name':a74i(0xf8),'usage':a74i(0xfe),'maxArgLength':0x1,'shortDesc':a74i(0x10f),'validOpts':[]},async function(){var j=a74i;try{console[j(0x100)](j(0x10c),j(0x101));}catch(a){console['error'](a),process[j(0x10a)](0x0);}});
1
+ var a74i=a74d;(function(a,b){var f=a74d,c=a();while(!![]){try{var d=-parseInt(f(0x149))/0x1+-parseInt(f(0x143))/0x2+-parseInt(f(0x136))/0x3+parseInt(f(0x14b))/0x4*(parseInt(f(0x13c))/0x5)+-parseInt(f(0x13f))/0x6*(-parseInt(f(0x135))/0x7)+-parseInt(f(0x148))/0x8*(parseInt(f(0x14a))/0x9)+parseInt(f(0x139))/0xa*(parseInt(f(0x138))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x29bb3));var a74b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a74d;if(c){var e=c[g(0x13b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){var h=a74d;return a74a[h(0x147)]()[h(0x145)](h(0x137))[h(0x147)]()[h(0x141)](a74a)['search'](h(0x137));});function a74d(a,b){var c=a74c();return a74d=function(d,e){d=d-0x135;var f=c[d];return f;},a74d(a,b);}a74a();import{Command}from'../command.js';Command[a74i(0x146)]({'name':a74i(0x13e),'usage':a74i(0x140),'maxArgLength':0x1,'shortDesc':a74i(0x13a),'validOpts':[]},async function(){var j=a74i;try{console['log'](j(0x142),j(0x13d));}catch(a){console['error'](a),process[j(0x144)](0x0);}});function a74c(){var k=['487974oViOYA','(((.+)+)+)+$','1089ElEPii','48370AzbnpE','Murrrrderrrrr','apply','5MyQhbV','font-family:\x20monospace','murder','371982mEyHmB','maka\x20murder','constructor','%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a','598428nGhntu','exit','search','create','toString','40aqHtWg','33478RjbiTb','98019lJJpoT','719504UZVkxZ','7NFfavt'];a74c=function(){return k;};return a74c();}
@@ -1 +1 @@
1
- function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1a6;let f=c[d];return f;},a75d(a,b);}const a75p=a75d;(function(a,b){const n=a75d,c=a();while(!![]){try{const d=parseInt(n(0x1bb))/0x1+parseInt(n(0x1ad))/0x2*(-parseInt(n(0x1bc))/0x3)+parseInt(n(0x1cf))/0x4+-parseInt(n(0x1b3))/0x5*(-parseInt(n(0x1c5))/0x6)+-parseInt(n(0x1b2))/0x7*(-parseInt(n(0x1b6))/0x8)+-parseInt(n(0x1c7))/0x9+-parseInt(n(0x1c0))/0xa*(parseInt(n(0x1ab))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x52407));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 o=a75d;return a75a[o(0x1bf)]()[o(0x1b9)]('(((.+)+)+)+$')[o(0x1bf)]()[o(0x1ae)](a75a)['search'](o(0x1a9));});a75a();import a75e from'fs';import a75f from'path';import a75g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';function a75c(){const r=['6Fpflar','.crt','289602jqZXPa','join','create','readFileSync','getConfigPath','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','targetHost','targetPort','1544776eZZgIR','maka\x20proxy','proxy','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','(((.+)+)+)+$','error','88SMrxWz','genSSC','2480MgJVee','constructor','mkKeysDir','isFile','\x20to\x20','4357367RDseyd','787735RFOqUI','sslconfig','getProjectConfig','8JFRiJl','localhost','=>\x20SSL\x20Proxy\x20forwarding\x20','search','utf8','506635bYXJQU','1554xsVBIR','listenPort','fsi','toString','826820xavWwv','appName','.key','\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','genCSR'];a75c=function(){return r;};return a75c();}import{SSL}from'../tools/ssl/ssl.class.js';import a75h from'../generators/maka.gen.js';Command[a75p(0x1c9)]({'name':a75p(0x1a7),'usage':a75p(0x1a6),'mustBeInMakaProject':!![],'validOpts':['help',a75p(0x1ce),'listenPort',a75p(0x1cd)],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':a75p(0x1c3),'examples':['maka\x20proxy',a75p(0x1cc),'maka\x20proxy\x20--target-host\x20http://192.168.1.20']},async function(a,b){const q=a75p,c=this[q(0x1be)][q(0x1b5)](),d='development',e=this[q(0x1be)][q(0x1cb)](d),f=this[q(0x1be)][q(0x1af)]({'configPath':e}),g=b[q(0x1ce)]?Number(b[q(0x1ce)]):0xbb8,h=b[q(0x1bd)]?Number(b[q(0x1bd)]):0xd73,i=b[q(0x1cd)]?b['targetHost']:q(0x1b7),j=a75f[q(0x1c8)](f,c[q(0x1c1)]+q(0x1c2)),k=a75f['join'](f,c[q(0x1c1)]+q(0x1c6));if(!this['fsi'][q(0x1b0)](j)||!this['fsi'][q(0x1b0)](k)){const m=a75h['findGenerator'](q(0x1b4));m&&await m['invoke']([q(0x1b4)],{'env':d}),SSL[q(0x1c4)]({'keyName':c['appName']+q(0x1c2),'csrName':c['appName']+'.csr','cwd':f}),SSL[q(0x1ac)]({'keyName':c['appName']+q(0x1c2),'crtName':c[q(0x1c1)]+q(0x1c6),'cwd':f});}if(g===h){Log[q(0x1aa)](q(0x1a8));throw new UsageError();}const l={'ssl':{'key':a75e['readFileSync'](j,q(0x1ba)),'cert':a75e[q(0x1ca)](k,q(0x1ba))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a75g['createProxyServer'](l)['listen'](Number(h)),Log['bright'](q(0x1b8)+h+q(0x1b1)+g);});
1
+ const a75q=a75d;(function(a,b){const n=a75d,c=a();while(!![]){try{const d=parseInt(n(0x1bd))/0x1*(-parseInt(n(0x1de))/0x2)+-parseInt(n(0x1ce))/0x3*(-parseInt(n(0x1ca))/0x4)+parseInt(n(0x1c4))/0x5+parseInt(n(0x1d7))/0x6+parseInt(n(0x1bf))/0x7*(parseInt(n(0x1e3))/0x8)+-parseInt(n(0x1c9))/0x9+parseInt(n(0x1ea))/0xa*(-parseInt(n(0x1cb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x9c45d));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a75d;if(c){const e=c[o(0x1e8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const p=a75d;return a75a[p(0x1e5)]()[p(0x1c6)](p(0x1c1))['toString']()[p(0x1c3)](a75a)[p(0x1c6)](p(0x1c1));});a75a();import a75e from'fs';import a75f from'path';import a75g from'http-proxy';function a75c(){const s=['1422886Djrhzs','targetHost','development','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','targetPort','9938536ZQUivX','maka\x20proxy\x20--target-host\x20http://192.168.1.20','toString','localhost','listen','apply','readFileSync','1630260JaXjYh','utf8','1CdXPxv','maka\x20proxy','7TFTpkn','.key','(((.+)+)+)+$','isFile','constructor','4074050NzmdZy','mkKeysDir','search','error','createProxyServer','4720545RDLRiK','4bvqShn','143BsVejy','sslconfig','proxy','2855001IStdvm','getConfigPath','join','=>\x20SSL\x20Proxy\x20forwarding\x20','invoke','bright','appName','fsi','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','5919510jkOsPK','.crt','\x20to\x20','create','listenPort','\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','getProjectConfig'];a75c=function(){return s;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1bc;let f=c[d];return f;},a75d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a75h from'../generators/maka.gen.js';Command[a75q(0x1da)]({'name':a75q(0x1cd),'usage':a75q(0x1be),'mustBeInMakaProject':!![],'validOpts':['help',a75q(0x1e2),a75q(0x1db),a75q(0x1df)],'maxArgLength':0x1,'shortDesc':a75q(0x1e1),'description':a75q(0x1dc),'examples':[a75q(0x1be),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000',a75q(0x1e4)]},async function(a,b){const r=a75q,c=this[r(0x1d5)][r(0x1dd)](),d=r(0x1e0),e=this[r(0x1d5)][r(0x1cf)](d),f=this[r(0x1d5)][r(0x1c5)]({'configPath':e}),g=b['targetPort']?Number(b[r(0x1e2)]):0xbb8,h=b[r(0x1db)]?Number(b['listenPort']):0xd73,i=b[r(0x1df)]?b[r(0x1df)]:r(0x1e6),j=a75f[r(0x1d0)](f,c['appName']+r(0x1c0)),k=a75f[r(0x1d0)](f,c[r(0x1d4)]+r(0x1d8));if(!this[r(0x1d5)][r(0x1c2)](j)||!this[r(0x1d5)]['isFile'](k)){const m=a75h['findGenerator'](r(0x1cc));m&&await m[r(0x1d2)]([r(0x1cc)],{'env':d}),SSL['genCSR']({'keyName':c[r(0x1d4)]+r(0x1c0),'csrName':c[r(0x1d4)]+'.csr','cwd':f}),SSL['genSSC']({'keyName':c[r(0x1d4)]+'.key','crtName':c[r(0x1d4)]+r(0x1d8),'cwd':f});}if(g===h){Log[r(0x1c7)](r(0x1d6));throw new UsageError();}const l={'ssl':{'key':a75e['readFileSync'](j,'utf8'),'cert':a75e[r(0x1e9)](k,r(0x1bc))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a75g[r(0x1c8)](l)[r(0x1e7)](Number(h)),Log[r(0x1d3)](r(0x1d1)+h+r(0x1d9)+g);});