@maka/maka-cli 4.5.28 → 4.5.29

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/chz.sub.cmd.js +1 -1
  7. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/build/_index.js +1 -1
  19. package/bundle/obf/src/commands/build/build.js +1 -1
  20. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/create.js +1 -1
  22. package/bundle/obf/src/commands/debug.js +1 -1
  23. package/bundle/obf/src/commands/deploy.js +1 -1
  24. package/bundle/obf/src/commands/game/_index.js +1 -1
  25. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  26. package/bundle/obf/src/commands/game/play.command.js +1 -1
  27. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  28. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  62. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/generate.js +1 -1
  65. package/bundle/obf/src/commands/get/_index.js +1 -1
  66. package/bundle/obf/src/commands/get/get.command.js +1 -1
  67. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  68. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/help.js +1 -1
  71. package/bundle/obf/src/commands/jsdoc.js +1 -1
  72. package/bundle/obf/src/commands/lint.js +1 -1
  73. package/bundle/obf/src/commands/login.js +1 -1
  74. package/bundle/obf/src/commands/logout.js +1 -1
  75. package/bundle/obf/src/commands/logs.js +1 -1
  76. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  77. package/bundle/obf/src/commands/murder.js +1 -1
  78. package/bundle/obf/src/commands/proxy.js +1 -1
  79. package/bundle/obf/src/commands/reconfig.js +1 -1
  80. package/bundle/obf/src/commands/run/_index.js +1 -1
  81. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  82. package/bundle/obf/src/commands/run/run.command.js +1 -1
  83. package/bundle/obf/src/commands/set/_index.js +1 -1
  84. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  85. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/set.command.js +1 -1
  87. package/bundle/obf/src/commands/ssh.js +1 -1
  88. package/bundle/obf/src/commands/ssl.js +1 -1
  89. package/bundle/obf/src/commands/test.js +1 -1
  90. package/bundle/obf/src/commands/version.js +1 -1
  91. package/bundle/obf/src/error.js +1 -1
  92. package/bundle/obf/src/exec.js +1 -1
  93. package/bundle/obf/src/generator.js +1 -1
  94. package/bundle/obf/src/generators/_index.js +1 -1
  95. package/bundle/obf/src/generators/api.js +1 -1
  96. package/bundle/obf/src/generators/collection.js +1 -1
  97. package/bundle/obf/src/generators/component.js +1 -1
  98. package/bundle/obf/src/generators/config.js +1 -1
  99. package/bundle/obf/src/generators/dbc.js +1 -1
  100. package/bundle/obf/src/generators/dockerfile.js +1 -1
  101. package/bundle/obf/src/generators/hook.js +1 -1
  102. package/bundle/obf/src/generators/kit.js +1 -1
  103. package/bundle/obf/src/generators/layout.js +1 -1
  104. package/bundle/obf/src/generators/maka.gen.js +1 -1
  105. package/bundle/obf/src/generators/methods.js +1 -1
  106. package/bundle/obf/src/generators/package.js +1 -1
  107. package/bundle/obf/src/generators/page.js +1 -1
  108. package/bundle/obf/src/generators/publish.js +1 -1
  109. package/bundle/obf/src/generators/route.js +1 -1
  110. package/bundle/obf/src/generators/service.js +1 -1
  111. package/bundle/obf/src/generators/services/_index.js +1 -1
  112. package/bundle/obf/src/generators/services/openssl.js +1 -1
  113. package/bundle/obf/src/generators/services/translation.js +1 -1
  114. package/bundle/obf/src/maka.js +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=a55d,c=a();while(!![]){try{var d=-parseInt(k(0x12f))/0x1*(parseInt(k(0x100))/0x2)+parseInt(k(0x10f))/0x3+-parseInt(k(0xe9))/0x4+parseInt(k(0x113))/0x5*(-parseInt(k(0x12e))/0x6)+-parseInt(k(0x11c))/0x7+-parseInt(k(0x119))/0x8*(parseInt(k(0x128))/0x9)+parseInt(k(0xf1))/0xa*(parseInt(k(0x111))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x6f972));export var Size;(function(a){var l=a55d;a[l(0x106)]='tiny',a['Small']=l(0x122),a[l(0x139)]=l(0x11f),a[l(0x134)]=l(0x12c),a[l(0x10b)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a55d;a[m(0x11e)]='common',a['Rare']='rare',a[m(0xd9)]='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a55d;a[n(0x126)]='weapon',a[n(0x101)]='shield',a[n(0xe3)]='key',a[n(0xf3)]=n(0x11a),a[n(0x120)]=n(0xed),a[n(0x123)]='hat',a['Boots']=n(0x11d),a[n(0x131)]=n(0xeb),a[n(0x112)]=n(0xfb),a[n(0x114)]=n(0xda),a['Book']='book',a[n(0xe8)]='cup',a[n(0x12a)]=n(0x125);}(Category||(Category={})));export var Shape;function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0xd9;var f=c[d];return f;},a55d(a,b);}function a55c(){var v=['LegArmor','south','toString','Large','INSIDE','fuzzy','down','WEST','Medium','rough','underground','Legendary','body\x20armor','mountain','NORTH','tower','Green','smooth','OUTSIDE','Blade','rifle','Key','desert','Rough','green','Yellow','Cup','1465632GZUfXL','Grainy','leg\x20armor','orange','helmet','beach','Square','MOUNTAIN','35170JZKZJi','CAVE','Gloves','constructor','Fuzzy','yellow','metallic','Bumpy','red','Gold','arm\x20armor','apply','Orange','Smooth','west','426ZjNrUh','Shield','SOUTH','forest','search','rectangle','Tiny','triangle','Blue','north','circle','VeryLarge','outside','grainy','EAST','2725179YpPmHC','DESERT','4213Hknswk','ArmArmor','35PHsDjn','BodyArmor','Metallic','UNDERGROUND','Grey','Circle','32nJQdoL','gloves','FOREST','714847MwYEkr','boots','Common','medium','Helmet','sea','small','Hat','gold','unknown','Weapon','cave','1803357pZbGod','purple','Unknown','Purple','large','Triangle','57204gwyoAu','2167iAtUJH','bumpy'];a55c=function(){return v;};return a55c();}(function(a){var o=a55d;a[o(0x118)]=o(0x10a),a[o(0xef)]='square',a[o(0x12d)]=o(0x107),a['Rectangle']=o(0x105),a[o(0xe1)]='blade',a['Rifle']=o(0xe2);}(Shape||(Shape={})));export var Color;(function(a){var p=a55d;a['Red']=p(0xf9),a[p(0x108)]='blue',a[p(0xde)]=p(0xe6),a[p(0xe7)]=p(0xf6),a[p(0xfd)]=p(0xec),a[p(0x12b)]=p(0x129),a[p(0x117)]='grey',a['Brown']='brown',a[p(0xfa)]=p(0x124);}(Color||(Color={})));export var Texture;(function(a){var q=a55d;a[q(0xfe)]=q(0xdf),a[q(0xe5)]=q(0x13a),a[q(0xf8)]=q(0x130),a[q(0xf5)]=q(0x136),a[q(0xea)]=q(0x10d),a[q(0x115)]=q(0xf7);}(Texture||(Texture={})));export var RoomType;(function(c){var t=a55d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var r=a55d;if(h){var j=h[r(0xfc)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a55d;return e[s(0x133)]()['search']('(((.+)+)+)+$')[s(0x133)]()[s(0xf4)](e)[s(0x104)]('(((.+)+)+)+$');});e(),c[t(0x135)]='inside',c[t(0xe0)]=t(0x10c),c[t(0x116)]=t(0x13b),c[t(0xf2)]=t(0x127),c['TOWER']=t(0xdd),c[t(0x11b)]=t(0x103),c[t(0x110)]=t(0xe4),c[t(0xf0)]=t(0xdb),c['BEACH']=t(0xee),c['SEA']=t(0x121);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a55d;a[u(0xdc)]=u(0x109),a[u(0x10e)]='east',a[u(0x102)]=u(0x132),a[u(0x138)]=u(0xff),a['UP']='up',a['DOWN']=u(0x137);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a55d,c=a();while(!![]){try{var d=-parseInt(k(0xd5))/0x1+parseInt(k(0xe0))/0x2*(-parseInt(k(0xc2))/0x3)+-parseInt(k(0xd3))/0x4+-parseInt(k(0x113))/0x5*(-parseInt(k(0x101))/0x6)+-parseInt(k(0x111))/0x7+parseInt(k(0xe6))/0x8*(parseInt(k(0xd9))/0x9)+parseInt(k(0x108))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x95942));export var Size;function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0xb3;var f=c[d];return f;},a55d(a,b);}(function(a){var l=a55d;a['Tiny']=l(0xf2),a[l(0xec)]=l(0xf8),a['Medium']=l(0xe2),a['Large']=l(0xb6),a['VeryLarge']=l(0x100);}(Size||(Size={})));export var Rating;(function(a){var m=a55d;a[m(0xca)]=m(0x10d),a[m(0xd8)]='rare',a[m(0xbd)]=m(0xbc);}(Rating||(Rating={})));export var Category;(function(c){var p=a55d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var n=a55d;if(h){var j=h[n(0xcc)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var o=a55d;return e[o(0x102)]()['search'](o(0xf1))[o(0x102)]()['constructor'](e)[o(0xd6)](o(0xf1));});e(),c['Weapon']='weapon',c[p(0xb4)]=p(0xbf),c[p(0x10e)]=p(0xf9),c[p(0x112)]=p(0xf7),c['Helmet']=p(0xc4),c[p(0xfe)]='hat',c['Boots']=p(0xc8),c[p(0xef)]=p(0xde),c[p(0xc3)]=p(0xb5),c[p(0x10c)]=p(0xfc),c[p(0x104)]=p(0x103),c[p(0xc7)]=p(0xbb),c[p(0xd4)]='unknown';}(Category||(Category={})));function a55c(){var v=['legendary','Legendary','Orange','shield','Blade','west','58947WSXCKG','ArmArmor','helmet','tower','INSIDE','Cup','boots','east','Common','Rough','apply','mountain','Rifle','gold','Triangle','Gold','Brown','4356884MENXPl','Unknown','1135021abGaTY','search','rifle','Rare','909OOnwkQ','green','Grey','brown','Purple','leg\x20armor','orange','14dgyUEA','Square','medium','Grainy','DOWN','grainy','34784rzVTlz','yellow','grey','TOWER','UNDERGROUND','SEA','Small','blade','desert','LegArmor','metallic','(((.+)+)+)+$','tiny','Bumpy','rectangle','outside','Yellow','gloves','small','key','sea','Metallic','body\x20armor','inside','Hat','down','very\x20large','205170ajUqtw','toString','book','Book','cave','smooth','beach','26830890PRqSRW','Fuzzy','NORTH','DESERT','BodyArmor','common','Key','south','WEST','2231271dJLrma','Gloves','25EBTUwS','Blue','Shield','arm\x20armor','large','circle','Red','red','rough','cup'];a55c=function(){return v;};return a55c();}export var Shape;(function(a){var q=a55d;a['Circle']=q(0xb7),a[q(0xe1)]='square',a[q(0xd0)]='triangle',a['Rectangle']=q(0xf4),a[q(0xc0)]=q(0xed),a[q(0xce)]=q(0xd7);}(Shape||(Shape={})));export var Color;(function(a){var r=a55d;a[r(0xb8)]=r(0xb9),a[r(0xb3)]='blue',a['Green']=r(0xda),a[r(0xf6)]=r(0xe7),a[r(0xbe)]=r(0xdf),a[r(0xdd)]='purple',a[r(0xdb)]=r(0xe8),a[r(0xd2)]=r(0xdc),a[r(0xd1)]=r(0xcf);}(Color||(Color={})));export var Texture;(function(a){var s=a55d;a['Smooth']=s(0x106),a[s(0xcb)]=s(0xba),a[s(0xf3)]='bumpy',a[s(0x109)]='fuzzy',a[s(0xe3)]=s(0xe5),a[s(0xfb)]=s(0xf0);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a55d;a[t(0xc6)]=t(0xfd),a['OUTSIDE']=t(0xf5),a[t(0xea)]='underground',a['CAVE']=t(0x105),a[t(0xe9)]=t(0xc5),a['FOREST']='forest',a[t(0x10b)]=t(0xee),a['MOUNTAIN']=t(0xcd),a['BEACH']=t(0x107),a[t(0xeb)]=t(0xfa);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a55d;a[u(0x10a)]='north',a['EAST']=u(0xc9),a['SOUTH']=u(0x10f),a[u(0x110)]=u(0xc1),a['UP']='up',a[u(0xe4)]=u(0xff);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a56c(){var h=['1065015fxptrU','2600406mqONGo','238npvkbm','27984fFlAHV','42BuhGnC','3973149xukFQO','search','228442nCptyO','constructor','(((.+)+)+)+$','10172ANqOLx','toString','240286tAQvIm'];a56c=function(){return h;};return a56c();}(function(a,b){var f=a56d,c=a();while(!![]){try{var d=parseInt(f(0xe9))/0x1+parseInt(f(0xe1))/0x2+-parseInt(f(0xe6))/0x3*(parseInt(f(0xdf))/0x4)+-parseInt(f(0xe2))/0x5+-parseInt(f(0xe3))/0x6+parseInt(f(0xe4))/0x7*(parseInt(f(0xe5))/0x8)+parseInt(f(0xe7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x3769c));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0xdd;var f=c[d];return f;},a56d(a,b);}var a56b=(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;};}()),a56a=a56b(this,function(){var g=a56d;return a56a[g(0xe0)]()[g(0xe8)]('(((.+)+)+)+$')[g(0xe0)]()[g(0xdd)](a56a)['search'](g(0xde));});a56a();export{};
1
+ function a56c(){var i=['constructor','1PaEfhT','search','217038aYidKF','15842637Nhqhdh','2948610yaBbUi','206906UAtfQi','1621131rkPxGo','1892400orfwgE','apply','3573540PpFZSh','208NXrVgs','(((.+)+)+)+$','toString'];a56c=function(){return i;};return a56c();}(function(a,b){var f=a56d,c=a();while(!![]){try{var d=parseInt(f(0xa1))/0x1*(parseInt(f(0xa3))/0x2)+parseInt(f(0x99))/0x3+-parseInt(f(0x9a))/0x4+parseInt(f(0x9c))/0x5+parseInt(f(0xa5))/0x6+-parseInt(f(0x98))/0x7*(-parseInt(f(0x9d))/0x8)+-parseInt(f(0xa4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x5f40a));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x98;var f=c[d];return f;},a56d(a,b);}var a56b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a56d;if(c){var e=c[g(0x9b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a56a=a56b(this,function(){var h=a56d;return a56a[h(0x9f)]()[h(0xa2)](h(0x9e))['toString']()[h(0xa0)](a56a)[h(0xa2)](h(0x9e));});a56a();export{};
@@ -1 +1 @@
1
- function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x9a;var f=c[d];return f;},a57d(a,b);}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=-parseInt(f(0xa0))/0x1+-parseInt(f(0xa1))/0x2+parseInt(f(0xa8))/0x3*(-parseInt(f(0xa7))/0x4)+-parseInt(f(0x9b))/0x5*(-parseInt(f(0x9c))/0x6)+parseInt(f(0x9d))/0x7*(parseInt(f(0xa6))/0x8)+-parseInt(f(0x9e))/0x9*(-parseInt(f(0x9f))/0xa)+parseInt(f(0xa5))/0xb*(parseInt(f(0xa3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x29a98));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0xa2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x9a)]()[h(0xa9)](h(0xaa))['toString']()[h(0xa4)](a57a)[h(0xa9)](h(0xaa));});a57a();function a57c(){var i=['4sAgHbH','872373ePIiSD','search','(((.+)+)+)+$','toString','10EgioJw','94218zJVrco','252049gMJGSp','1306386wroXlB','10kzEVzj','241836LKgnIB','205646qaevTo','apply','264eUPXxi','constructor','278762RSJvwm','16KUjGpI'];a57c=function(){return i;};return a57c();}export{};
1
+ function a57c(){var i=['1329472rEWcnm','133413fUUPeb','1224488PihCSe','58joTEWR','1788830bMjfAs','search','786336VDFdMX','constructor','16PGbrXB','442edaMGo','36AhJOhL','apply','11ShOaVD','414tfJrlQ','toString','109361bCBlos','1604410BBQttr'];a57c=function(){return i;};return a57c();}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x1da))/0x1+-parseInt(f(0x1db))/0x2*(parseInt(f(0x1d9))/0x3)+parseInt(f(0x1cf))/0x4*(-parseInt(f(0x1d7))/0x5)+-parseInt(f(0x1d4))/0x6*(parseInt(f(0x1d6))/0x7)+parseInt(f(0x1d8))/0x8*(parseInt(f(0x1d1))/0x9)+parseInt(f(0x1dc))/0xa*(parseInt(f(0x1d3))/0xb)+-parseInt(f(0x1cd))/0xc*(-parseInt(f(0x1d0))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x9d715));function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x1cd;var f=c[d];return f;},a57d(a,b);}var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x1d2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x1d5)]()[h(0x1dd)]('(((.+)+)+)+$')[h(0x1d5)]()[h(0x1ce)](a57a)[h(0x1dd)]('(((.+)+)+)+$');});a57a();export{};
@@ -1 +1 @@
1
- function a58d(a,b){const c=a58c();return a58d=function(d,e){d=d-0xc7;let f=c[d];return f;},a58d(a,b);}const a58H=a58d;(function(a,b){const y=a58d,c=a();while(!![]){try{const d=parseInt(y(0xf9))/0x1+-parseInt(y(0xd7))/0x2*(-parseInt(y(0x10b))/0x3)+parseInt(y(0x113))/0x4+-parseInt(y(0x101))/0x5*(parseInt(y(0xe3))/0x6)+-parseInt(y(0xee))/0x7+-parseInt(y(0xd3))/0x8*(parseInt(y(0xe4))/0x9)+parseInt(y(0x11d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xa4786));import a58e from'blessed';function a58c(){const I=['parse','join','logBox','torso','unlock','inventory','logFilePath','Head:\x20','\x20Game\x20Log\x20','Right\x20Hand:\x20','mousemove','12mIMIec','9mqtsxo','head','45%','toString','\x0aThere\x20are\x20no\x20exits\x20here.','box','Thanks\x20for\x20playing!','currentLocation','pushLine','10%','1431122VqzXUZ','search','getAllItems','checkIfLocked','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','constructor','arms','write','checkIfLockable','key','log','856273hoAeTh','removeAllListeners','Legs:\x20','scroll','----->>>>>>\x20Initializing\x20Game','\x20Inventory\x20','-----\x20Exits\x20------\x0a','leftHand','2182735EdGsNN','25%','handleInput','Left\x20Hand:\x20','gloves','take','90%','yellow','apply','render','636717WMNAlS','75%','Available\x20exits\x20will\x20be\x20shown\x20here...','feet','unequip','Torso:\x20','getWelcomeMessage','line','4058964YdxwAO','argv','\x20(Unlocked)','legs','<<<<<<<<---------\x20Terminating\x20game','100%','Arms:\x20','\x20Equipment\x20','getInstance','exits','2996710AmDafI','slice','setContent','None','screen','focus','\x20Map\x20','player','map','20%','escape','OUTSIDE','getValue','name','textbox','forEach','\x20(Locked)','rightHand','(((.+)+)+)+$','Gloves:\x20','clearValue','getOtherSide','exit','split','5053712geBokA','Your\x20items\x20will\x20be\x20listed\x20here...','append','enter','2WdyHAS'];a58c=function(){return I;};return a58c();}import{capitalCase}from'change-case';import a58f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a58d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a58d;if(j){const l=j[z(0x109)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a58d;return g[A(0xe7)]()[A(0xef)](A(0xcd))[A(0xe7)]()[A(0xf3)](g)[A(0xef)]('(((.+)+)+)+$');});g();try{const h=a58e[B(0x121)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a58e[B(0xe9)]({'top':'0%','left':B(0x10c),'width':B(0x102),'height':B(0xe6),'border':{'type':B(0x112)},'label':B(0xfe),'content':B(0xd4),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0xf0)]()[C(0x125)](v=>v['name']);i[C(0x11f)](u[C(0xd9)]('\x0a')),h[C(0x10a)]();};h[B(0xd5)](i);const k=a58e[B(0xe9)]({'top':B(0xe6),'left':'75%','width':'25%','height':'25%','border':{'type':B(0x112)},'label':B(0x11a),'content':B(0xf2),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xd5)](k);const l=t=>{const D=B;k[D(0x11f)](D(0xdf)+(t[D(0xe5)]?t[D(0xe5)][D(0xc8)]:D(0x120))+'\x0a'+(D(0x110)+(t[D(0xdb)]?t['torso']['name']:D(0x120))+'\x0a')+(D(0xfb)+(t[D(0x116)]?t[D(0x116)][D(0xc8)]:D(0x120))+'\x0a')+('Feet:\x20'+(t[D(0x10e)]?t[D(0x10e)][D(0xc8)]:'None')+'\x0a')+(D(0x119)+(t[D(0xf4)]?t['arms'][D(0xc8)]:'None')+'\x0a')+(D(0xce)+(t['gloves']?t[D(0x105)]['name']:'None')+'\x0a')+(D(0x104)+(t[D(0x100)]?t['leftHand']['name']:D(0x120))+'\x0a')+(D(0xe1)+(t[D(0xcc)]?t['rightHand'][D(0xc8)]:D(0x120))+'\x0a')),h[D(0x10a)]();},m=a58e[B(0xe9)]({'top':'70%','left':B(0x10c),'width':B(0x102),'height':B(0x126),'border':{'type':B(0x112)},'label':B(0x123),'content':B(0x10d),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x108)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xd5)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0xc8)]+'\x0a\x0a';u+=E(0xff),t[E(0x11c)]['size']>0x0?t[E(0x11c)][E(0xca)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0xd0)](t);x['roomType']===RoomType[F(0x128)]?u+=capitalCase(w)+':\x20'+x[F(0xc8)]:u+=capitalCase(w)+':\x20'+v[F(0xc8)];if(v[F(0xf1)]())u+=F(0xcb);else v[F(0xf6)]()&&(u+=F(0x115));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0xe8),m[E(0x11f)](u),h[E(0x10a)]();},o=a58e[B(0xe9)]({'id':B(0xda),'top':'0%','left':'0%','width':B(0x10c),'height':B(0x107),'border':{'type':B(0x112)},'label':B(0xe0),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x108)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0xfa)](B(0xe2)),h[B(0xd5)](o);const p=a58e[B(0xc9)]({'bottom':0x0,'left':0x0,'width':B(0x118),'height':B(0xed),'tags':!![],'border':{'type':B(0x112)},'style':{'fg':'white','border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0xd5)](p),h[B(0xf7)]([B(0x127),'C-c'],()=>process[B(0xd1)](0x0)),p[B(0x122)](),h['render']();const q=Logger[B(0x11b)](e[B(0xde)],h),r=new Player({'playerName':c});q[B(0xf5)](B(0xfd));const s=a58f['getInstance'](r,d);o['setContent'](s[B(0x111)]()),l(s['player']['equipment']),j(s[B(0x124)][B(0xdd)]),n(s[B(0x124)][B(0xeb)]),p[B(0xf7)]([B(0xd6)],async()=>{const G=B,t=p[G(0xc7)](),u=s[G(0x103)](t);(t[G(0xd2)]('\x20')[0x0]===G(0x106)||'equip'||G(0x10f))&&(j(s[G(0x124)][G(0xdd)]),l(s[G(0x124)]['equipment'])),(t[G(0xd2)]('\x20')[0x0]==='go'||'lock'||G(0xdc))&&n(s[G(0x124)][G(0xeb)]),t[G(0xd2)]('\x20')[0x0]==='clear'&&o[G(0x11f)](''),u===null&&(console[G(0xf8)](G(0xea)),h[G(0x10a)](),q[G(0xf5)](G(0x117)),process[G(0xd1)](0x0)),o[G(0xec)](u),o[G(0xfc)](0x1),p[G(0xcf)](),p[G(0x122)](),h['render']();});}catch(t){console[B(0xf8)](t),process[B(0xd1)](0x1);}}const args=process[a58H(0x114)][a58H(0x11e)](0x2);main(args[0x0],JSON[a58H(0xd8)](args[0x1]),JSON[a58H(0xd8)](args[0x2]));
1
+ function a58c(){const I=['getAllItems','constructor','\x20(Unlocked)','4778696mjhlMe','exit','legs','clearValue','cyan','10bYlMRV','unlock','escape','C-c','scroll','10CkFLUs','Right\x20Hand:\x20','<<<<<<<<---------\x20Terminating\x20game','head','gloves','lock','write','enter','100%','handleInput','player','Arms:\x20','Available\x20exits\x20will\x20be\x20shown\x20here...','\x0aThere\x20are\x20no\x20exits\x20here.','\x20(Locked)','removeAllListeners','5553375LMFRod','exits','14MOxwmM','equipment','feet','forEach','search','setContent','map','split','1165721QaPFTH','getValue','75%','currentLocation','Legs:\x20','log','Currently\x20in:\x20','pushLine','Thanks\x20for\x20playing!','None','getWelcomeMessage','box','1956306NsdywX','Torso:\x20','arms','take','Your\x20items\x20will\x20be\x20listed\x20here...','mousemove','argv','apply','rightHand','(((.+)+)+)+$','70%','\x20Equipment\x20','line','yellow','Left\x20Hand:\x20','roomType','-----\x20Exits\x20------\x0a','focus','logBox','Side\x20Quest\x20Adventure\x20Game','Gloves:\x20','90%','inventory','2863312vehqGZ','torso','leftHand','append','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','name','20%','2267480NAhMvR','45%','join','key','OUTSIDE','\x20Inventory\x20','27337329awMtDB','getInstance','render','white','textbox','toString','parse','slice','25%','checkIfLocked'];a58c=function(){return I;};return a58c();}function a58d(a,b){const c=a58c();return a58d=function(d,e){d=d-0x9d;let f=c[d];return f;},a58d(a,b);}const a58H=a58d;(function(a,b){const y=a58d,c=a();while(!![]){try{const d=parseInt(y(0xd3))/0x1+-parseInt(y(0xf6))/0x2+-parseInt(y(0xc9))/0x3+parseInt(y(0xfd))/0x4+parseInt(y(0xb9))/0x5*(parseInt(y(0xdf))/0x6)+-parseInt(y(0xcb))/0x7*(parseInt(y(0xaf))/0x8)+-parseInt(y(0xa2))/0x9*(-parseInt(y(0xb4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xe6a4f));import a58e from'blessed';import{capitalCase}from'change-case';import a58f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a58d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a58d;if(j){const l=j[z(0xe6)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a58d;return g[A(0xa7)]()[A(0xcf)](A(0xe8))[A(0xa7)]()[A(0xad)](g)['search'](A(0xe8));});g();try{const h=a58e['screen']({'smartCSR':!![],'title':B(0xf2)}),i=a58e['box']({'top':'0%','left':B(0xd5),'width':B(0xaa),'height':'45%','border':{'type':B(0xeb)},'label':B(0xa1),'content':B(0xe3),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xec)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0xac)]()[C(0xd1)](v=>v[C(0xfb)]);i[C(0xd0)](u[C(0x9e)]('\x0a')),h[C(0xa4)]();};h[B(0xf9)](i);const k=a58e[B(0xde)]({'top':B(0x9d),'left':'75%','width':B(0xaa),'height':B(0xaa),'border':{'type':B(0xeb)},'label':B(0xea),'content':B(0xfa),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xec)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k[D(0xd0)]('Head:\x20'+(t[D(0xbc)]?t[D(0xbc)][D(0xfb)]:'None')+'\x0a'+(D(0xe0)+(t[D(0xf7)]?t[D(0xf7)][D(0xfb)]:'None')+'\x0a')+(D(0xd7)+(t[D(0xb1)]?t[D(0xb1)][D(0xfb)]:D(0xdc))+'\x0a')+('Feet:\x20'+(t['feet']?t[D(0xcd)][D(0xfb)]:D(0xdc))+'\x0a')+(D(0xc4)+(t[D(0xe1)]?t[D(0xe1)][D(0xfb)]:'None')+'\x0a')+(D(0xf3)+(t[D(0xbd)]?t[D(0xbd)][D(0xfb)]:D(0xdc))+'\x0a')+(D(0xed)+(t[D(0xf8)]?t[D(0xf8)][D(0xfb)]:D(0xdc))+'\x0a')+(D(0xba)+(t[D(0xe7)]?t[D(0xe7)][D(0xfb)]:D(0xdc))+'\x0a')),h[D(0xa4)]();},m=a58e[B(0xde)]({'top':B(0xe9),'left':B(0xd5),'width':'25%','height':B(0xfc),'border':{'type':'line'},'label':'\x20Map\x20','content':B(0xc5),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xec)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xf9)](m);const n=t=>{const E=B;let u=E(0xd9)+t[E(0xfb)]+'\x0a\x0a';u+=E(0xef),t[E(0xca)]['size']>0x0?t['exits'][E(0xce)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0xee)]===RoomType[F(0xa0)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0xfb)];if(v[F(0xab)]())u+=F(0xc7);else v['checkIfLockable']()&&(u+=F(0xae));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0xc6),m[E(0xd0)](u),h[E(0xa4)]();},o=a58e[B(0xde)]({'id':B(0xf1),'top':'0%','left':'0%','width':B(0xd5),'height':B(0xf4),'border':{'type':B(0xeb)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xec)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0xc8)](B(0xe4)),h[B(0xf9)](o);const p=a58e[B(0xa6)]({'bottom':0x0,'left':0x0,'width':B(0xc1),'height':'10%','tags':!![],'border':{'type':B(0xeb)},'style':{'fg':B(0xa5),'border':{'fg':B(0xb3)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0xf9)](p),h[B(0x9f)]([B(0xb6),B(0xb7)],()=>process[B(0xb0)](0x0)),p[B(0xf0)](),h[B(0xa4)]();const q=Logger[B(0xa3)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0xbf)]('----->>>>>>\x20Initializing\x20Game');const s=a58f['getInstance'](r,d);o[B(0xd0)](s[B(0xdd)]()),l(s[B(0xc3)]['equipment']),j(s[B(0xc3)][B(0xf5)]),n(s['player'][B(0xd6)]),p['key']([B(0xc0)],async()=>{const G=B,t=p[G(0xd4)](),u=s[G(0xc2)](t);(t[G(0xd2)]('\x20')[0x0]===G(0xe2)||'equip'||'unequip')&&(j(s['player'][G(0xf5)]),l(s[G(0xc3)][G(0xcc)])),(t[G(0xd2)]('\x20')[0x0]==='go'||G(0xbe)||G(0xb5))&&n(s['player'][G(0xd6)]),t[G(0xd2)]('\x20')[0x0]==='clear'&&o[G(0xd0)](''),u===null&&(console[G(0xd8)](G(0xdb)),h[G(0xa4)](),q[G(0xbf)](G(0xbb)),process[G(0xb0)](0x0)),o[G(0xda)](u),o[G(0xb8)](0x1),p[G(0xb2)](),p[G(0xf0)](),h[G(0xa4)]();});}catch(t){console['log'](t),process[B(0xb0)](0x1);}}const args=process[a58H(0xe5)][a58H(0xa9)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a58H(0xa8)](args[0x2]));
@@ -1 +1 @@
1
- const a59k=a59d;(function(a,b){const h=a59d,c=a();while(!![]){try{const d=parseInt(h(0x162))/0x1+parseInt(h(0x176))/0x2*(parseInt(h(0x179))/0x3)+parseInt(h(0x17a))/0x4+parseInt(h(0x17b))/0x5*(-parseInt(h(0x15f))/0x6)+-parseInt(h(0x15e))/0x7*(-parseInt(h(0x164))/0x8)+parseInt(h(0x156))/0x9+-parseInt(h(0x15c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xaadd2));const a59b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a59d;if(c){const e=c[i(0x17d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a59a=a59b(this,function(){const j=a59d;return a59a['toString']()[j(0x157)](j(0x172))[j(0x168)]()[j(0x16c)](a59a)[j(0x157)](j(0x172));});function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x153;let f=c[d];return f;},a59d(a,b);}a59a();import a59e from'fs';import a59f from'os';import a59g from'path';function a59c(){const r=['find','instance','dirname','toString','mkdirSync','.maka','hasScreen','constructor','content','screen','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','getScrollHeight','existsSync','(((.+)+)+)+$','error','filePath','render','4XPcCiM','log','toISOString','2034177CoabbI','371576sCmmgt','1508595HHGImc','children','apply','ensureLogFileExists','side-quest.log','join','[INFO]\x20[','9415899oLTjhX','search','type','writeFileSync','homedir','The\x20logbox\x20','17294700kBLiET','appendFileSync','14nLgVLc','18IMGEAf','scrollTo','box','213040xsWZju','write','2504888maPAyR'];a59c=function(){return r;};return a59c();}const homeDir=a59f[a59k(0x15a)]();export class Logger{static ['instance'];[a59k(0x174)];[a59k(0x16e)];constructor(a,b){const l=a59k;this[l(0x174)]=a,this[l(0x16e)]=b,this[l(0x17e)]();}static['getInstance'](a=a59g[a59k(0x154)](homeDir,a59k(0x16a),a59k(0x153)),b){const m=a59k;if(!Logger['instance']){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0x166)]=new Logger(a,b);}return Logger[m(0x166)];}['ensureLogFileExists'](){const n=a59k,a=a59g[n(0x167)](this['filePath']);!a59e[n(0x171)](a)&&a59e[n(0x169)](a,{'recursive':!![]}),!a59e[n(0x171)](this['filePath'])&&a59e[n(0x159)](this[n(0x174)],'');}[a59k(0x163)](a){const o=a59k,b=new Date()[o(0x178)](),c=o(0x155)+b+']\x20'+a+'\x0a';a59e['appendFileSync'](this[o(0x174)],c);}[a59k(0x173)](a){const p=a59k,b=new Date()[p(0x178)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a59e[p(0x15d)](this[p(0x174)],c);}[a59k(0x177)](a){const q=a59k,b=this['screen']?.[q(0x17c)][q(0x165)](c=>c[q(0x158)]===q(0x161)&&c['options']['id']==='logBox');b?(b['setContent'](b[q(0x16d)]+'\x0a'+a),b[q(0x160)](b[q(0x170)]()),this[q(0x16e)]?.[q(0x175)]()):this[q(0x173)](q(0x15b)+b+q(0x16f)+this[q(0x16e)]),this[q(0x163)](a);}[a59k(0x16b)](){return!!this['screen'];}}
1
+ const a59j=a59d;(function(a,b){const h=a59d,c=a();while(!![]){try{const d=parseInt(h(0x191))/0x1+-parseInt(h(0x188))/0x2*(-parseInt(h(0x185))/0x3)+-parseInt(h(0x18e))/0x4+-parseInt(h(0x173))/0x5*(-parseInt(h(0x17c))/0x6)+-parseInt(h(0x180))/0x7+-parseInt(h(0x193))/0x8+parseInt(h(0x179))/0x9*(-parseInt(h(0x181))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x86f9c));function a59c(){const q=['appendFileSync','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','error','toISOString','content','439076usyZYh','[ERROR]\x20[','(((.+)+)+)+$','364073zHkyoT','find','1096072BrckdE','filePath','type','write','render','dirname','join','[INFO]\x20[','45JPzWsM','.maka','log','getInstance','existsSync','The\x20logbox\x20','541467IRguwf','side-quest.log','screen','49818iZJEcW','children','search','homedir','3197516AiwntL','30TOXMQO','toString','ensureLogFileExists','setContent','998115ryGuwv','instance','writeFileSync','6TPmCuI'];a59c=function(){return q;};return a59c();}const a59b=(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;};}()),a59a=a59b(this,function(){const i=a59d;return a59a[i(0x182)]()[i(0x17e)](i(0x190))[i(0x182)]()['constructor'](a59a)[i(0x17e)](i(0x190));});a59a();import a59e from'fs';import a59f from'os';import a59g from'path';const homeDir=a59f[a59j(0x17f)]();function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x16f;let f=c[d];return f;},a59d(a,b);}export class Logger{static [a59j(0x186)];[a59j(0x194)];['screen'];constructor(a,b){const k=a59j;this[k(0x194)]=a,this['screen']=b,this[k(0x183)]();}static[a59j(0x176)](a=a59g[a59j(0x171)](homeDir,a59j(0x174),a59j(0x17a)),b){const l=a59j;if(!Logger[l(0x186)]){if(!b)throw new Error(l(0x18a));Logger['instance']=new Logger(a,b);}return Logger[l(0x186)];}['ensureLogFileExists'](){const m=a59j,a=a59g[m(0x170)](this[m(0x194)]);!a59e[m(0x177)](a)&&a59e['mkdirSync'](a,{'recursive':!![]}),!a59e[m(0x177)](this[m(0x194)])&&a59e[m(0x187)](this[m(0x194)],'');}[a59j(0x196)](a){const n=a59j,b=new Date()[n(0x18c)](),c=n(0x172)+b+']\x20'+a+'\x0a';a59e[n(0x189)](this[n(0x194)],c);}[a59j(0x18b)](a){const o=a59j,b=new Date()[o(0x18c)](),c=o(0x18f)+b+']\x20'+a+'\x0a';a59e['appendFileSync'](this[o(0x194)],c);}[a59j(0x175)](a){const p=a59j,b=this['screen']?.[p(0x17d)][p(0x192)](c=>c[p(0x195)]==='box'&&c['options']['id']==='logBox');b?(b[p(0x184)](b[p(0x18d)]+'\x0a'+a),b['scrollTo'](b['getScrollHeight']()),this[p(0x17b)]?.[p(0x16f)]()):this['error'](p(0x178)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[p(0x17b)]),this[p(0x196)](a);}['hasScreen'](){return!!this['screen'];}}
@@ -1 +1 @@
1
- const a60n=a60d;(function(a,b){const k=a60d,c=a();while(!![]){try{const d=-parseInt(k(0x1b8))/0x1+-parseInt(k(0x1a9))/0x2+-parseInt(k(0x1a0))/0x3+parseInt(k(0x1ab))/0x4+-parseInt(k(0x1b3))/0x5*(-parseInt(k(0x1b2))/0x6)+parseInt(k(0x19d))/0x7+parseInt(k(0x1ad))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xe704f));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a60d;if(c){const e=c[l(0x1a1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const m=a60d;return a60a[m(0x1b1)]()['search'](m(0x1a7))[m(0x1b1)]()[m(0x1a8)](a60a)[m(0x1ae)](m(0x1a7));});function a60c(){const q=['2088510GtVhEC','apply','getGlobalMakaDir','side-quest','inherit','url','dungeon','(((.+)+)+)+$','constructor','70066BgtJcT','list','864984SYUrSl','player','11737168xeIvtd','search','log','fsi','toString','6cbhqoo','3170315DcKtRd','stringify','What\x20is\x20your\x20name?','node','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','955232yLoLlS','./sideQuest/ui.js','sideQuestAnswer','ask','Thanks\x20for\x20playing!','Commoner','maka\x20play:side-quest','2206645UaoHdz','create','side-quest.log'];a60c=function(){return q;};return a60c();}function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x19c;let f=c[d];return f;},a60d(a,b);}a60a();import a60e from'path';import{spawn}from'child_process';import a60f 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[a60n(0x1a5)]),__dirname=dirname(__filename);Command[a60n(0x19e)]({'name':a60n(0x1a3),'usage':a60n(0x19c),'shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':[a60n(0x1ac)]},async function(a,b){const o=a60n;try{const c=this[o(0x1b0)][o(0x1a2)](),d=a60e['join'](c,o(0x19f)),e=b[o(0x1ac)]?b[o(0x1ac)]:await Actions[o(0x1bb)](o(0x1b5))||o(0x1bd),f={...b,'logFilePath':d},g={'type':o(0x1aa),'name':o(0x1ba),'message':o(0x1b7),'choices':[{'name':o(0x1a6),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(o(0x1b6),[a60e['resolve'](__dirname,o(0x1b9)),e,JSON['stringify'](h),JSON[o(0x1b4)](f)],{'stdio':o(0x1a4)});i['on']('exit',()=>{const p=o;console[p(0x1af)](p(0x1bc));});}}catch(j){console[o(0x1af)](j);}},a60f);
1
+ const a60n=a60d;(function(a,b){const k=a60d,c=a();while(!![]){try{const d=-parseInt(k(0x155))/0x1+-parseInt(k(0x13f))/0x2+-parseInt(k(0x13d))/0x3*(-parseInt(k(0x157))/0x4)+-parseInt(k(0x153))/0x5*(-parseInt(k(0x144))/0x6)+-parseInt(k(0x14b))/0x7*(parseInt(k(0x14a))/0x8)+parseInt(k(0x14f))/0x9+-parseInt(k(0x154))/0xa*(-parseInt(k(0x15c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xb3cc4));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a60d;if(c){const e=c[l(0x15f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const m=a60d;return a60a[m(0x15e)]()[m(0x156)]('(((.+)+)+)+$')[m(0x15e)]()[m(0x145)](a60a)[m(0x156)](m(0x151));});a60a();function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x13c;let f=c[d];return f;},a60d(a,b);}import a60e from'path';import{spawn}from'child_process';import a60f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';function a60c(){const q=['Play\x20a\x20little\x20side-quest','3WLGGru','What\x20is\x20your\x20name?','546128HKOSsv','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','getGlobalMakaDir','inherit','player','90zPNjxZ','constructor','create','side-quest.log','resolve','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...','1480hskecM','53417lhMeSj','Thanks\x20for\x20playing!','sideQuestAnswer','options','1798569SVZsNN','list','(((.+)+)+)+$','ask','80435MmIrER','1065930ctSTxT','290855bugMKQ','search','5246492foiPLN','side-quest','shadowrun','Commoner','stringify','99RkKMiQ','node','toString','apply','log','fsi','./sideQuest/ui.js'];a60c=function(){return q;};return a60c();}import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command[a60n(0x146)]({'name':a60n(0x158),'usage':'maka\x20play:side-quest','shortDesc':a60n(0x13c),'aliases':['sq'],'description':a60n(0x149),'validOpts':[a60n(0x143)]},async function(a,b){const o=a60n;try{const c=this[o(0x161)][o(0x141)](),d=a60e['join'](c,o(0x147)),e=b['player']?b[o(0x143)]:await Actions[o(0x152)](o(0x13e))||o(0x15a),f={...b,'logFilePath':d},g={'type':o(0x150),'name':o(0x14d),'message':o(0x140),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':o(0x159),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x14e)](g);if(e&&h){const i=spawn(o(0x15d),[a60e[o(0x148)](__dirname,o(0x162)),e,JSON[o(0x15b)](h),JSON[o(0x15b)](f)],{'stdio':o(0x142)});i['on']('exit',()=>{const p=o;console['log'](p(0x14c));});}}catch(j){console[o(0x160)](j);}},a60f);
@@ -1 +1 @@
1
- var a61i=a61d;function a61c(){var k=['847CVKXjT','inherit','5NsZZbK','(((.+)+)+)+$','toString','2432709lmXGjq','constructor','npx\x20command-line-snake','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','483150YvcDoD','224860GroLiR','153mlDvSz','962862UFMyBR','4396qRJVzI','maka\x20game:snake','133OVilUQ','92392eiqDyU','apply','461765IuNJTT','search'];a61c=function(){return k;};return a61c();}(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x1dc))/0x1+-parseInt(f(0x1d3))/0x2+parseInt(f(0x1d5))/0x3*(-parseInt(f(0x1d7))/0x4)+parseInt(f(0x1cc))/0x5*(-parseInt(f(0x1d6))/0x6)+parseInt(f(0x1d9))/0x7*(-parseInt(f(0x1da))/0x8)+-parseInt(f(0x1cf))/0x9+-parseInt(f(0x1d4))/0xa*(-parseInt(f(0x1de))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x4e920));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1db)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a['toString']()[h(0x1dd)](h(0x1cd))[h(0x1ce)]()[h(0x1d0)](a61a)['search']('(((.+)+)+)+$');});a61a();import a61e from'./play.command.js';function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1cc;var f=c[d];return f;},a61d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':'snake','usage':a61i(0x1d8),'shortDesc':a61i(0x1d2),'validOpts':[]},async function(){var j=a61i;execSync(j(0x1d1),{'stdio':j(0x1df)});},a61e);
1
+ function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x91;var f=c[d];return f;},a61d(a,b);}var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x98))/0x1+parseInt(f(0x91))/0x2+parseInt(f(0x95))/0x3*(-parseInt(f(0x97))/0x4)+-parseInt(f(0x93))/0x5+-parseInt(f(0x94))/0x6*(parseInt(f(0x92))/0x7)+-parseInt(f(0x9b))/0x8+-parseInt(f(0x9e))/0x9*(-parseInt(f(0x99))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xbcb04));function a61c(){var j=['create','3472623hSxDPk','(((.+)+)+)+$','constructor','search','maka\x20game:snake','689328SQywzq','7yWpjMB','3973075uerefq','6745782qYZIDB','114aJlrto','snake','32092GRhhcJ','885054pLJXEY','110QwcVDD','inherit','5658184ZqRQDW','toString'];a61c=function(){return j;};return a61c();}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var g=a61d;return a61a[g(0x9c)]()['search'](g(0x9f))['toString']()[g(0xa0)](a61a)[g(0xa1)](g(0x9f));});a61a();import a61e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a61h(0x9d)]({'name':a61h(0x96),'usage':a61h(0xa2),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var i=a61h;execSync('npx\x20command-line-snake',{'stdio':i(0x9a)});},a61e);
@@ -1 +1 @@
1
- var a62h=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x6e))/0x1*(parseInt(f(0x7e))/0x2)+-parseInt(f(0x75))/0x3*(parseInt(f(0x70))/0x4)+parseInt(f(0x7f))/0x5*(parseInt(f(0x7d))/0x6)+-parseInt(f(0x74))/0x7+-parseInt(f(0x6f))/0x8*(parseInt(f(0x7b))/0x9)+-parseInt(f(0x79))/0xa+parseInt(f(0x80))/0xb*(parseInt(f(0x73))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xc0f0c));var a62b=(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;};}()),a62a=a62b(this,function(){var g=a62d;return a62a[g(0x7a)]()[g(0x77)](g(0x71))[g(0x7a)]()[g(0x7c)](a62a)[g(0x77)](g(0x71));});function a62c(){var j=['toString','9999QIytkK','constructor','5659194oCWDAp','4qotoxq','5uZyFwn','3593073kjtfVN','591383uBhxyz','7992isKRHe','15436HrpYLs','(((.+)+)+)+$','tetris','192GcwYoD','6455316UdAesD','474BEngji','maka\x20game:tetris','search','inherit','15546380lPEaBV'];a62c=function(){return j;};return a62c();}a62a();import a62e from'./play.command.js';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x6e;var f=c[d];return f;},a62d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a62h(0x72),'usage':a62h(0x76),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var i=a62h;execSync('npx\x20simple-tetris',{'stdio':i(0x78)});},a62e);
1
+ var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=parseInt(f(0xa5))/0x1*(-parseInt(f(0xaa))/0x2)+-parseInt(f(0xaf))/0x3+-parseInt(f(0xa3))/0x4+-parseInt(f(0xab))/0x5+parseInt(f(0xa8))/0x6+parseInt(f(0xa0))/0x7+parseInt(f(0xa1))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xbed25));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xa0;var f=c[d];return f;},a62d(a,b);}var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0xae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0xa9)]()[h(0xa7)]('(((.+)+)+)+$')[h(0xa9)]()['constructor'](a62a)[h(0xa7)](h(0xad));});a62a();function a62c(){var k=['20950576CDzomE','create','969316Wocqpw','tetris','1229047KzceTW','npx\x20simple-tetris','search','8743542luRHUu','toString','2dXypyi','5756585sPZobi','inherit','(((.+)+)+)+$','apply','2250591ssYsYD','548912rkkOym'];a62c=function(){return k;};return a62c();}import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a62i(0xa2)]({'name':a62i(0xa4),'usage':'maka\x20game:tetris','shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a62i;execSync(j(0xa6),{'stdio':j(0xac)});},a62e);
@@ -1 +1 @@
1
- const a63h=a63d;(function(a,b){const f=a63d,c=a();while(!![]){try{const d=parseInt(f(0x1b3))/0x1*(parseInt(f(0x1c1))/0x2)+parseInt(f(0x1c3))/0x3+parseInt(f(0x1c5))/0x4*(parseInt(f(0x1c2))/0x5)+parseInt(f(0x1ce))/0x6*(-parseInt(f(0x1c6))/0x7)+-parseInt(f(0x1c0))/0x8*(-parseInt(f(0x1bf))/0x9)+parseInt(f(0x1c4))/0xa+-parseInt(f(0x1bc))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xcb4c7));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['toString']()[g(0x1b7)](g(0x1c8))['toString']()[g(0x1b6)](a63a)['search'](g(0x1c8));});a63a();function a63c(){const j=['maka\x20g:package\x20package:name','Scaffold\x20various\x20parts\x20of\x20your\x20application','constructor','search','where','invoke','maka\x20g:route\x20todos/edit','listGenerators','33204347CFwsVD','help','create','8496UczMZq','3008ArOwkN','1228jrIEqi','3846220htkZgH','4224561DaCAkZ','15696710gkgjCP','8dGEBgf','8992452keOAOl','maka\x20g:api\x20trucks','(((.+)+)+)+$','notice','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:template\x20todos/todo_item','slice','Generators:','6DYAnkm','maka\x20g:scaffold\x20todos','error','findGenerator','Could\x20not\x20find\x20generator','431Alzqug'];a63c=function(){return j;};return a63c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a63e from'../generators/maka.gen.js';import{UsageError}from'../error.js';function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x1af;let f=c[d];return f;},a63d(a,b);}Command[a63h(0x1be)]({'name':'generate','aliases':['g'],'usage':a63h(0x1ca),'validOpts':['dir',a63h(0x1b8),a63h(0x1bd)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a63h(0x1b5),'description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':['maka\x20generate:scaffold\x20todos',a63h(0x1af),a63h(0x1cb),a63h(0x1b4),a63h(0x1ba),a63h(0x1c7),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const i=a63h,c=a[0x0],d=a63e[i(0x1b1)](c);if(!d){b[i(0x1bd)]?(Log[i(0x1c9)](i(0x1cd)),a63e[i(0x1bb)]()):Log[i(0x1b0)](i(0x1b2));throw new UsageError();}await d[i(0x1b9)](a[i(0x1cc)](0x1),b);});
1
+ function a63c(){const k=['(((.+)+)+)+$','4314168lWwTJZ','2550758mMsjeo','\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\x20g:dbc\x20geoserver\x20--type=pgsql','help','4vYVwtx','create','maka\x20g:scaffold\x20todos','apply','where','error','Scaffold\x20various\x20parts\x20of\x20your\x20application','188dnMdKa','search','maka\x20generate:scaffold\x20todos','1260589ZIkcsh','8sBBoQo','toString','2606815LNDmYO','maka\x20g:template\x20todos/todo_item','1053HpDtjS','maka\x20g:package\x20package:name','70pXZCHU','listGenerators','slice','1075713LqbrUF','661788wbgVEq','dir','generate','maka\x20g:route\x20todos/edit','Could\x20not\x20find\x20generator','findGenerator','invoke','Generators:'];a63c=function(){return k;};return a63c();}const a63i=a63d;(function(a,b){const f=a63d,c=a();while(!![]){try{const d=parseInt(f(0x86))/0x1*(-parseInt(f(0x7e))/0x2)+parseInt(f(0x8b))/0x3*(parseInt(f(0x77))/0x4)+-parseInt(f(0x84))/0x5+-parseInt(f(0x8c))/0x6+parseInt(f(0x73))/0x7+-parseInt(f(0x82))/0x8*(parseInt(f(0x72))/0x9)+parseInt(f(0x88))/0xa*(parseInt(f(0x81))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x4cf1b));const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a63d;if(c){const e=c[g(0x7a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const h=a63d;return a63a[h(0x83)]()[h(0x7f)](h(0x71))[h(0x83)]()['constructor'](a63a)[h(0x7f)](h(0x71));});a63a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a63e from'../generators/maka.gen.js';import{UsageError}from'../error.js';function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x6c;let f=c[d];return f;},a63d(a,b);}Command[a63i(0x78)]({'name':a63i(0x8e),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[a63i(0x8d),a63i(0x7b),a63i(0x76)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a63i(0x7d),'description':a63i(0x74),'examples':[a63i(0x80),a63i(0x79),a63i(0x85),a63i(0x87),a63i(0x6c),'maka\x20g:api\x20trucks',a63i(0x75)]},async function(a,b){const j=a63i,c=a[0x0],d=a63e[j(0x6e)](c);if(!d){b[j(0x76)]?(Log['notice'](j(0x70)),a63e[j(0x89)]()):Log[j(0x7c)](j(0x6d));throw new UsageError();}await d[j(0x6f)](a[j(0x8a)](0x1),b);});
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x1e6))/0x1+parseInt(f(0x1f5))/0x2*(parseInt(f(0x1f2))/0x3)+-parseInt(f(0x1ea))/0x4*(parseInt(f(0x1e8))/0x5)+parseInt(f(0x1f0))/0x6+parseInt(f(0x1ed))/0x7*(-parseInt(f(0x1e7))/0x8)+parseInt(f(0x1ef))/0x9*(-parseInt(f(0x1eb))/0xa)+parseInt(f(0x1f1))/0xb*(parseInt(f(0x1f4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xbbe48));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x1e9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x1ee)]()[h(0x1ec)](h(0x1f3))[h(0x1ee)]()[h(0x1e5)](a64a)[h(0x1ec)](h(0x1f3));});a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x1e5;var f=c[d];return f;},a64d(a,b);}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a64c(){var i=['8ZYmOUN','20785LXnmrT','apply','464mKyRiw','6623870WtgSwA','search','9268672qIBlzm','toString','9HLsiIX','5669472PRdDfw','5628755HpTBUD','509298wBnWwh','(((.+)+)+)+$','24CAqLpa','14hUjZhg','constructor','81619HlEIUi'];a64c=function(){return i;};return a64c();}import'./whoami.sub.cmd.js';
1
+ function a64c(){var i=['10WOAqbP','toString','8766GZnzUa','708416CKWUJa','12066gVMBVM','search','1112199wvMOEV','497jOSxtY','5920ScWDKC','1904118EBlJlg','106YIdnbG','(((.+)+)+)+$','apply','451564NeOpcM','5812qpAoJf'];a64c=function(){return i;};return a64c();}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x1a6))/0x1*(parseInt(f(0x1a2))/0x2)+-parseInt(f(0x1a1))/0x3+parseInt(f(0x1a5))/0x4*(parseInt(f(0x1a7))/0x5)+parseInt(f(0x1ab))/0x6*(-parseInt(f(0x19f))/0x7)+-parseInt(f(0x1aa))/0x8+parseInt(f(0x1a9))/0x9*(parseInt(f(0x1a0))/0xa)+parseInt(f(0x19e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x54598));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x1a4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x1a8)]()['search']('(((.+)+)+)+$')[h(0x1a8)]()['constructor'](a64a)[h(0x19d)](h(0x1a3));});a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x19d;var f=c[d];return f;},a64d(a,b);}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a65h=a65d;(function(a,b){const f=a65d,c=a();while(!![]){try{const d=parseInt(f(0xc9))/0x1*(-parseInt(f(0xbf))/0x2)+parseInt(f(0xc5))/0x3*(parseInt(f(0xc6))/0x4)+-parseInt(f(0xbd))/0x5*(-parseInt(f(0xd1))/0x6)+-parseInt(f(0xd0))/0x7*(-parseInt(f(0xc8))/0x8)+-parseInt(f(0xc1))/0x9*(parseInt(f(0xbb))/0xa)+-parseInt(f(0xc2))/0xb*(parseInt(f(0xcb))/0xc)+-parseInt(f(0xba))/0xd*(parseInt(f(0xcf))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x997de));function a65c(){const j=['error','3904788Mjtica','constructor','(((.+)+)+)+$','search','2174270oOuuXo','63LLJkXz','12sriszu','52ICZNCz','17370KGBgpE','toString','1043830zlocae','Sub-Command\x20not\x20found','5996NipDLZ','runSubCommand','423hAdInt','11ewZAku','findSubCommand','get','6bRbaSC','2484172YHopDP','create','845072fzYTvb','318AdnMIr'];a65c=function(){return j;};return a65c();}const a65b=(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;};}()),a65a=a65b(this,function(){const g=a65d;return a65a[g(0xbc)]()[g(0xce)](g(0xcd))[g(0xbc)]()[g(0xcc)](a65a)[g(0xce)]('(((.+)+)+)+$');});a65a();function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0xba;let f=c[d];return f;},a65d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a65h(0xc7)]({'name':a65h(0xc4),'usage':'maka\x20get:<sub-command>','minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const i=a65h,c=a[0x0],d=this[i(0xc3)](c);if(d)this[i(0xc0)](c,a,b);else{Log[i(0xca)](i(0xbe));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a65h=a65d;(function(a,b){const f=a65d,c=a();while(!![]){try{const d=-parseInt(f(0x8b))/0x1+-parseInt(f(0x99))/0x2+-parseInt(f(0x8c))/0x3*(-parseInt(f(0x96))/0x4)+-parseInt(f(0x8e))/0x5+parseInt(f(0x90))/0x6*(-parseInt(f(0x8d))/0x7)+parseInt(f(0x9a))/0x8*(-parseInt(f(0x93))/0x9)+parseInt(f(0x9c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x3ebde));const a65b=(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;};}()),a65a=a65b(this,function(){const g=a65d;return a65a[g(0x97)]()['search'](g(0x9b))[g(0x97)]()['constructor'](a65a)[g(0x91)](g(0x9b));});function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x8b;let f=c[d];return f;},a65d(a,b);}a65a();function a65c(){const j=['117AMXliq','findSubCommand','runSubCommand','1076580iBvpgw','toString','Get\x20various\x20Maka\x20variables\x20and\x20configurations','300256vyUNWW','178456NKyTgY','(((.+)+)+)+$','13441820MCZFTr','create','345077toIgnA','3YREiTo','1897oHtbFj','965480PJfvfO','Sub-Command\x20not\x20found','8370eJZPfs','search','maka\x20get:<sub-command>'];a65c=function(){return j;};return a65c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a65h(0x9d)]({'name':'get','usage':a65h(0x92),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a65h(0x98),'validOpts':[]},async function(a,b){const i=a65h,c=a[0x0],d=this[i(0x94)](c);if(d)this[i(0x95)](c,a,b);else{Log['error'](i(0x8f));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a66i=a66d;function a66c(){const k=['Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','126iVFlhH','search','(((.+)+)+)+$','7NSulKE','create','1579105zpBsSi','581390rKgPXt','fsi','1329201SDyIrd','apply','750vLhxVw','95416ETESMQ','log','26qHSYrs','exit','4HLFPjo','toString','maka\x20get:global-config','1707924uoAdvv','error','77hBEkaD','141798dStiDS','1115lUtinx','constructor'];a66c=function(){return k;};return a66c();}(function(a,b){const f=a66d,c=a();while(!![]){try{const d=parseInt(f(0xaf))/0x1*(parseInt(f(0xa3))/0x2)+parseInt(f(0xa1))/0x3*(-parseInt(f(0xa8))/0x4)+parseInt(f(0xb7))/0x5+-parseInt(f(0xae))/0x6*(parseInt(f(0xb5))/0x7)+-parseInt(f(0xa4))/0x8*(parseInt(f(0xb2))/0x9)+parseInt(f(0xb8))/0xa*(parseInt(f(0xad))/0xb)+-parseInt(f(0xab))/0xc*(parseInt(f(0xa6))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x3657b));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0xa2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a['toString']()['search'](h(0xb4))[h(0xa9)]()[h(0xb0)](a66a)[h(0xb3)](h(0xb4));});function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xa0;let f=c[d];return f;},a66d(a,b);}a66a();import a66e from'./get.command.js';import{Command}from'../../command.js';Command[a66i(0xb6)]({'name':'global-config','usage':a66i(0xaa),'aliases':['gc'],'shortDesc':a66i(0xb1),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a66i;try{const a=await this[j(0xa0)]['getGlobalConfig']();console[j(0xa5)](a);}catch(b){console[j(0xac)](b),process[j(0xa7)](0x0);}},a66e);
1
+ function a66c(){const k=['14bzhIWd','global-config','310445bPFqBR','1393254axzvvZ','exit','fsi','log','search','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','apply','getGlobalConfig','1085720jMessO','10270400fiQlGD','127839obPAru','875940RQqIFp','toString','1705YxNKSs','14YvDsOx','maka\x20get:global-config','error','4652xOIwlB','create'];a66c=function(){return k;};return a66c();}const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x1eb))/0x1+parseInt(f(0x1e9))/0x2*(parseInt(f(0x1e0))/0x3)+parseInt(f(0x1e7))/0x4*(-parseInt(f(0x1e3))/0x5)+parseInt(f(0x1e1))/0x6+parseInt(f(0x1e4))/0x7*(-parseInt(f(0x1de))/0x8)+-parseInt(f(0x1ec))/0x9+parseInt(f(0x1df))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x52889));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x1dc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x1e2)]()[h(0x1f0)]('(((.+)+)+)+$')['toString']()['constructor'](a66a)[h(0x1f0)]('(((.+)+)+)+$');});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-0x1db;let f=c[d];return f;},a66d(a,b);}Command[a66i(0x1e8)]({'name':a66i(0x1ea),'usage':a66i(0x1e5),'aliases':['gc'],'shortDesc':a66i(0x1db),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a66i;try{const a=await this[j(0x1ee)][j(0x1dd)]();console[j(0x1ef)](a);}catch(b){console[j(0x1e6)](b),process[j(0x1ed)](0x0);}},a66e);
@@ -1 +1 @@
1
- const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0x1c3))/0x1+-parseInt(f(0x1c6))/0x2*(parseInt(f(0x1b5))/0x3)+parseInt(f(0x1c0))/0x4+parseInt(f(0x1b6))/0x5*(-parseInt(f(0x1b9))/0x6)+parseInt(f(0x1c5))/0x7*(-parseInt(f(0x1c2))/0x8)+parseInt(f(0x1b8))/0x9*(-parseInt(f(0x1b7))/0xa)+parseInt(f(0x1b4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xf1093));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x1b2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x1c1)]()[h(0x1bd)](h(0x1b3))[h(0x1c1)]()['constructor'](a67a)['search'](h(0x1b3));});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command[a67i(0x1be)]({'name':a67i(0x1bc),'usage':a67i(0x1ba),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a67i(0x1bb),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i,a=await this[j(0x1c4)]['getProjectConfig']();console[j(0x1bf)](a);},a67e);function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1b2;let f=c[d];return f;},a67d(a,b);}function a67c(){const k=['fsi','14bJGHym','1193734VOBbxX','apply','(((.+)+)+)+$','28925028uXYooH','9ufRaXz','5ObtzZs','1510ERGHKL','63252ETurXv','2443146IGGzjc','maka\x20get:local-config','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','local-config','search','create','log','4407164yxDTiY','toString','5452864wizJoe','1878180YIQuhs'];a67c=function(){return k;};return a67c();}
1
+ const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0xb0))/0x1*(parseInt(f(0xa5))/0x2)+parseInt(f(0xa4))/0x3+parseInt(f(0xa3))/0x4+-parseInt(f(0xaf))/0x5+-parseInt(f(0xa2))/0x6+parseInt(f(0xa9))/0x7*(parseInt(f(0xa6))/0x8)+-parseInt(f(0xb1))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x452d6));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0xaa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a['toString']()[h(0xac)](h(0xa7))[h(0xad)]()[h(0xae)](a67a)[h(0xac)](h(0xa7));});a67a();function a67c(){const k=['909785dVPyFu','1257lBUrxj','1665027WnPWTW','log','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','create','3056064EdxWxy','1459620kQEcum','687729ZRoxLy','598CKtMSU','8EoBZnP','(((.+)+)+)+$','maka\x20get:local-config','1327641WmrUPP','apply','local-config','search','toString','constructor'];a67c=function(){return k;};return a67c();}import a67e from'./get.command.js';import{Command}from'../../command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xa0;let f=c[d];return f;},a67d(a,b);}Command[a67i(0xa1)]({'name':a67i(0xab),'usage':a67i(0xa8),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a67i(0xa0),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i,a=await this['fsi']['getProjectConfig']();console[j(0xb2)](a);},a67e);
@@ -1 +1 @@
1
- const a68j=a68d;function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x119;let f=c[d];return f;},a68d(a,b);}(function(a,b){const g=a68d,c=a();while(!![]){try{const d=parseInt(g(0x121))/0x1+-parseInt(g(0x123))/0x2+parseInt(g(0x12b))/0x3*(parseInt(g(0x133))/0x4)+-parseInt(g(0x11a))/0x5+parseInt(g(0x131))/0x6+parseInt(g(0x12c))/0x7+parseInt(g(0x119))/0x8*(-parseInt(g(0x11b))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x42464));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a68d;if(c){const e=c[h(0x127)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const i=a68d;return a68a[i(0x125)]()[i(0x126)]('(((.+)+)+)+$')['toString']()[i(0x122)](a68a)['search'](i(0x128));});a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a68f from'jsonwebtoken';function a68c(){const l=['User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','userId','1317912kvTGdY','create','66724QzMfPh','whoami','maka\x20get:whoami','hash','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','8tXFhcp','100040SBTKUn','4283001BSuija','User\x20Access\x20Token:\x20\x20','notice','exit','getGlobalConfig','user','419921JdTINX','constructor','883622TASzNz','fsi','toString','search','apply','(((.+)+)+)+$','roles','decode','93OsceKM','367388LdBDGQ','authToken','join'];a68c=function(){return l;};return a68c();}Command[a68j(0x132)]({'name':a68j(0x134),'usage':a68j(0x135),'shortDesc':a68j(0x138),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a68j;try{const a=await this[k(0x124)][k(0x11f)]();if(a[k(0x136)]){const b=a68f[k(0x12a)](a[k(0x136)]);Log[k(0x11d)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x120)]),Log[k(0x11d)](k(0x12f)+a['token']?.[k(0x130)]),Log[k(0x11d)](k(0x11c)+a['token']?.[k(0x12d)]),Log[k(0x11d)](k(0x137)+b?.[k(0x129)][k(0x12e)](',\x20'));}}catch(c){console['error'](c),process[k(0x11e)](0x0);}},a68e);
1
+ const a68j=a68d;(function(a,b){const g=a68d,c=a();while(!![]){try{const d=parseInt(g(0x164))/0x1*(-parseInt(g(0x177))/0x2)+-parseInt(g(0x162))/0x3*(-parseInt(g(0x172))/0x4)+-parseInt(g(0x161))/0x5+parseInt(g(0x16b))/0x6+-parseInt(g(0x160))/0x7+parseInt(g(0x179))/0x8*(parseInt(g(0x17a))/0x9)+-parseInt(g(0x16f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x7a629));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a68d;if(c){const e=c[h(0x178)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const i=a68d;return a68a['toString']()[i(0x165)](i(0x175))['toString']()['constructor'](a68a)[i(0x165)](i(0x175));});a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a68f from'jsonwebtoken';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x15f;let f=c[d];return f;},a68d(a,b);}Command['create']({'name':'whoami','usage':a68j(0x16d),'shortDesc':a68j(0x174),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a68j;try{const a=await this['fsi']['getGlobalConfig']();if(a[k(0x16a)]){const b=a68f['decode'](a['hash']);Log[k(0x168)](k(0x171)+b?.[k(0x176)]),Log[k(0x168)](k(0x166)+a[k(0x16e)]?.[k(0x167)]),Log[k(0x168)](k(0x16c)+a[k(0x16e)]?.['authToken']),Log[k(0x168)](k(0x163)+b?.[k(0x169)][k(0x173)](',\x20'));}}catch(c){console[k(0x170)](c),process[k(0x15f)](0x0);}},a68e);function a68c(){const l=['user','4dLlHoa','apply','1134904mASJUy','27IsEpFW','exit','6153833bKPAuy','115540jJeYhP','2871993nKaKNu','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','109385qiXLEM','search','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','userId','notice','roles','hash','4895988PGezyO','User\x20Access\x20Token:\x20\x20','maka\x20get:whoami','token','5766320JoMDwW','error','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','4DbOrOp','join','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','(((.+)+)+)+$'];a68c=function(){return l;};return a68c();}
@@ -1 +1 @@
1
- function a69c(){var i=['2293776wPEUJC','Try,\x20maka\x20--help','27986aWDODi','1007100Ehyppf','276565AXVmvO','2BZlTpY','constructor','search','32xIqDQi','318831ruslGO','237554hNTJgb','538497QqNnbv','4rtlCww','create','toString'];a69c=function(){return i;};return a69c();}var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x153))/0x1+parseInt(f(0x15d))/0x2*(parseInt(f(0x152))/0x3)+-parseInt(f(0x155))/0x4*(-parseInt(f(0x15c))/0x5)+-parseInt(f(0x158))/0x6+-parseInt(f(0x15a))/0x7*(-parseInt(f(0x160))/0x8)+parseInt(f(0x154))/0x9+parseInt(f(0x15b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x2f367));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x152;var f=c[d];return f;},a69d(a,b);}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var g=a69d;return a69a[g(0x157)]()[g(0x15f)]('(((.+)+)+)+$')[g(0x157)]()[g(0x15e)](a69a)[g(0x15f)]('(((.+)+)+)+$');});a69a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a69h(0x156)]({'name':'help','description':a69h(0x159),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0xe4))/0x1+-parseInt(f(0xe2))/0x2+parseInt(f(0xec))/0x3+parseInt(f(0xde))/0x4+parseInt(f(0xe1))/0x5*(parseInt(f(0xe3))/0x6)+-parseInt(f(0xf0))/0x7*(-parseInt(f(0xe8))/0x8)+-parseInt(f(0xed))/0x9*(parseInt(f(0xe0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xd78e3));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xde;var f=c[d];return f;},a69d(a,b);}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0xee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0xe7)]()[h(0xe5)]('(((.+)+)+)+$')[h(0xe7)]()[h(0xdf)](a69a)[h(0xe5)](h(0xea));});a69a();function a69c(){var j=['7889WsLhai','6000956dIzupL','constructor','19380HKAbYw','80XKHsqR','1305414lABFKU','369816QvukHr','439392dOVEUI','search','Try,\x20maka\x20--help','toString','5272SAOqev','create','(((.+)+)+)+$','Deprecated:\x20use\x20--help\x20instead','1583988QotMvr','12357YObzju','apply','help'];a69c=function(){return j;};return a69c();}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a69i(0xe9)]({'name':a69i(0xef),'description':a69i(0xe6),'aliases':['h'],'validOpts':[],'shortDesc':a69i(0xeb)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a70l=a70d;(function(a,b){const j=a70d,c=a();while(!![]){try{const d=-parseInt(j(0x100))/0x1+-parseInt(j(0xf2))/0x2*(-parseInt(j(0xec))/0x3)+-parseInt(j(0xe6))/0x4+-parseInt(j(0x105))/0x5*(-parseInt(j(0xe7))/0x6)+parseInt(j(0xe5))/0x7+parseInt(j(0xe9))/0x8+-parseInt(j(0xfa))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xdb20b));function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xe4;let f=c[d];return f;},a70d(a,b);}const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const k=a70d;return a70a[k(0xed)]()[k(0xe4)]('(((.+)+)+)+$')[k(0xed)]()[k(0xf3)](a70a)['search'](k(0xf8));});a70a();import a70e from'path';function a70c(){const n=['pathFromProject','inherit','\x20-c\x20','(((.+)+)+)+$','app/packages','4040856qHSoCR','app/public','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','.+\x5c.(j|t)s(doc|x)?$','logNotice','config','1792260ikjebY','Running\x20','maka\x20jsdoc','stop','sep','5OGzAGR','plugins/markdown','logError','jsdoc','search','10161907kDmmOi','4279620sSZvhV','7387266UMPDLD','utf-8','2045656EjzKaK','fsi','app/node_modules','3EgIiBS','toString','join','app/private','maka\x20jsdoc\x20--init','jsdoc-config.json','2540154cvvfDJ','constructor','stringify'];a70c=function(){return n;};return a70c();}import a70f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a70l(0x108),'usage':a70l(0x102),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a70l(0xf0),'maka\x20jsdoc'],'validOpts':[]},function(){const m=a70l,a=a70e[m(0xee)](this[m(0xea)][m(0xf5)]({}),'docs'+a70e['sep']),b=a70e[m(0xee)](this[m(0xea)][m(0xf5)]({}),m(0xff),m(0xf1)),c=this[m(0xea)]['pathFromProject']({}),d='jsdoc';if(!this['isFile'](b)){const g={'plugins':[m(0x106)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x108),'closure']},'source':{'includePattern':m(0xfd),'excludePattern':m(0xfc),'exclude':[m(0xf9),m(0xeb),m(0xfb),m(0xef)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0xe8)}};a70f['writeFileSync'](b,JSON[m(0xf4)](g,null,0x4));}const f=this['logWithSpinner'](m(0x101)+d);try{const h=d+m(0xf7)+b+'\x20-r\x20app'+a70e[m(0x104)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':m(0xf6)}),this[m(0xfe)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[m(0x107)](i),this[m(0x107)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[m(0x103)]();}});
1
+ function a70c(){const n=['isFile','1109958BpFjdr','search','552pMegfZ','writeFileSync','app/private','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','fsi','logError','stop','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','create','app/public','inherit','20010JQYyZX','(((.+)+)+)+$','toString','stringify','\x0a[+]\x20Documentation\x20written\x20to\x20','join','maka\x20jsdoc','22LmfSnK','222282MYTkds','maka\x20jsdoc\x20--init','310338KaUdvs','.+\x5c.(j|t)s(doc|x)?$','sep','jsdoc','logWithSpinner','pathFromProject','docs','128450arnzsR','40LpaDay','Running\x20','\x20-r\x20app','\x20-c\x20','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','264860PiGdPF','app/node_modules','logNotice','1845EPiLyq','jsdoc-config.json','closure','\x20-d\x20'];a70c=function(){return n;};return a70c();}const a70l=a70d;(function(a,b){const j=a70d,c=a();while(!![]){try{const d=parseInt(j(0x98))/0x1+-parseInt(j(0x95))/0x2*(-parseInt(j(0x8e))/0x3)+-parseInt(j(0xaf))/0x4*(-parseInt(j(0xa8))/0x5)+-parseInt(j(0xad))/0x6+-parseInt(j(0x9f))/0x7*(parseInt(j(0xa0))/0x8)+parseInt(j(0x96))/0x9+-parseInt(j(0xa5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x261c3));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const k=a70d;return a70a[k(0x90)]()[k(0xae)](k(0x8f))[k(0x90)]()['constructor'](a70a)[k(0xae)](k(0x8f));});function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x84;let f=c[d];return f;},a70d(a,b);}a70a();import a70e from'path';import a70f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a70l(0x8b)]({'name':a70l(0x9b),'usage':a70l(0x94),'mustBeInMakaProject':!![],'shortDesc':a70l(0xa4),'examples':[a70l(0x97),'maka\x20jsdoc'],'validOpts':[]},function(){const m=a70l,a=a70e[m(0x93)](this[m(0x87)][m(0x9d)]({}),m(0x9e)+a70e['sep']),b=a70e['join'](this[m(0x87)][m(0x9d)]({}),'config',m(0xa9)),c=this['fsi']['pathFromProject']({}),d='jsdoc';if(!this[m(0xac)](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x9b),m(0xaa)]},'source':{'includePattern':m(0x99),'excludePattern':m(0x86),'exclude':['app/packages',m(0xa6),m(0x8c),m(0x85)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a70f[m(0x84)](b,JSON[m(0x91)](g,null,0x4));}const f=this[m(0x9c)](m(0xa1)+d);try{const h=d+m(0xa3)+b+m(0xa2)+a70e[m(0x9a)]+m(0xab)+a;execSync(h,{'cwd':c,'stdio':m(0x8d)}),this[m(0xa7)](m(0x92)+a);}catch(i){this[m(0x88)](i),this[m(0x88)](m(0x8a));}finally{f[m(0x89)]();}});
@@ -1 +1 @@
1
- const a71s=a71d;function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xc5;let f=c[d];return f;},a71d(a,b);}(function(a,b){const p=a71d,c=a();while(!![]){try{const d=-parseInt(p(0xcb))/0x1+-parseInt(p(0xeb))/0x2*(-parseInt(p(0xe8))/0x3)+parseInt(p(0xe4))/0x4+parseInt(p(0xda))/0x5+-parseInt(p(0xd1))/0x6+-parseInt(p(0xd0))/0x7+parseInt(p(0xd2))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x7f70d));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a71d;if(c){const e=c[q(0xe7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const r=a71d;return a71a[r(0xcc)]()[r(0xc9)](r(0xdd))[r(0xcc)]()[r(0xcd)](a71a)[r(0xc9)]('(((.+)+)+)+$');});a71a();import a71e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a71s(0xe5)]({'name':'lint','usage':a71s(0xe3),'maxArgLength':0x1,'validOpts':[a71s(0xdc)],'mustBeInMakaProject':!![],'shortDesc':a71s(0xd5),'description':'\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','examples':[a71s(0xc7)]},async function(a,b){const t=a71s;try{const c=this[t(0xea)]['findAppDirectory'](),d=this[t(0xea)]['checkNpmPackage'](t(0xdf)),f=this[t(0xea)][t(0xc5)](t(0xe0)),g=this[t(0xea)]['checkNpmPackage'](t(0xd6)),h=[];!d&&h['push']('eslint');!f&&h['push']('eslint-plugin-react');!g&&h[t(0xc8)](t(0xd6));h['length']>0x0&&await this[t(0xea)][t(0xd4)](h['join']('\x20'),{'dev':!![]});const i=this[t(0xea)][t(0xcf)](a71e[t(0xd3)](c,t(0xca)));if(!i){const n={'noRename':!![]};await this[t(0xea)]['template']({'srcPath':t(0xce),'destPath':a71e[t(0xd3)](c,t(0xca)),'framework':t(0xd7),'context':n});}const j=new ESLint(),k=await j[t(0xd8)]([a71e['join'](c,'imports','**')]),l=await j[t(0xc6)]('stylish'),m=l[t(0xec)](k);m[t(0xe6)]>0x0?Log['bright'](m):Log[t(0xde)](t(0xe1)),Log[t(0xe2)](t(0xd9)+c+'/imports'),b[t(0xdc)]?await ESLint['outputFixes'](k):Log[t(0xe2)](t(0xdb));}catch(o){console[t(0xe9)](o);}});function a71c(){const u=['installNpmPackage','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','eslint-plugin-css','service','lintFiles','Lint\x20results\x20for\x20','2446955LksTqR','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','fix','(((.+)+)+)+$','success','eslint','eslint-plugin-react','All\x20good!\x20:)','notice','maka\x20lint','2338564pUStdj','create','length','apply','156ZMcKoQ','error','fsi','19904jYUTfu','format','checkNpmPackage','loadFormatter','maka\x20lint\x20--fix','push','search','.eslintrc.json','369031NtLxBu','toString','constructor','eslint/eslintrc.json','isFile','6678931OutJeR','4378404VfJiqX','7866872YpHnYA','join'];a71c=function(){return u;};return a71c();}
1
+ const a71r=a71d;(function(a,b){const p=a71d,c=a();while(!![]){try{const d=-parseInt(p(0x1c5))/0x1+parseInt(p(0x1b8))/0x2*(-parseInt(p(0x1a3))/0x3)+-parseInt(p(0x19c))/0x4*(-parseInt(p(0x1bb))/0x5)+parseInt(p(0x196))/0x6*(-parseInt(p(0x1a5))/0x7)+-parseInt(p(0x1c4))/0x8*(parseInt(p(0x19f))/0x9)+parseInt(p(0x1b0))/0xa*(-parseInt(p(0x1ae))/0xb)+-parseInt(p(0x1a7))/0xc*(-parseInt(p(0x1b6))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xa0ffb));function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x196;let f=c[d];return f;},a71d(a,b);}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 q=a71d;return a71a[q(0x1a1)]()[q(0x1ac)](q(0x1b4))[q(0x1a1)]()['constructor'](a71a)['search'](q(0x1b4));});a71a();import a71e from'path';function a71c(){const t=['outputFixes','findAppDirectory','create','bright','eslint/eslintrc.json','4342652captuX','notice','fix','9hAGnbj','/imports','toString','checkNpmPackage','6RnOqWR','eslint','28VdBRkv','lint','32265132LvGOdy','isFile','\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','push','length','search','Lint\x20results\x20for\x20','11xlFkMb','success','5389530BygRrf','format','.eslintrc.json','installNpmPackage','(((.+)+)+)+$','fsi','13PKZARb','error','419774hQhXMO','eslint-plugin-css','maka\x20lint\x20--fix','5pnyGIh','template','stylish','loadFormatter','lintFiles','join','eslint-plugin-react','service','imports','5693224MUzkSL','1163809uWNMkV','421176OdtWRr'];a71c=function(){return t;};return a71c();}import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a71r(0x199)]({'name':a71r(0x1a6),'usage':'maka\x20lint','maxArgLength':0x1,'validOpts':[a71r(0x19e)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':a71r(0x1a9),'examples':[a71r(0x1ba)]},async function(a,b){const s=a71r;try{const c=this[s(0x1b5)][s(0x198)](),d=this[s(0x1b5)][s(0x1a2)](s(0x1a4)),f=this['fsi'][s(0x1a2)](s(0x1c1)),g=this[s(0x1b5)]['checkNpmPackage'](s(0x1b9)),h=[];!d&&h[s(0x1aa)](s(0x1a4));!f&&h[s(0x1aa)]('eslint-plugin-react');!g&&h['push'](s(0x1b9));h[s(0x1ab)]>0x0&&await this[s(0x1b5)][s(0x1b3)](h[s(0x1c0)]('\x20'),{'dev':!![]});const i=this[s(0x1b5)][s(0x1a8)](a71e[s(0x1c0)](c,s(0x1b2)));if(!i){const n={'noRename':!![]};await this[s(0x1b5)][s(0x1bc)]({'srcPath':s(0x19b),'destPath':a71e[s(0x1c0)](c,s(0x1b2)),'framework':s(0x1c2),'context':n});}const j=new ESLint(),k=await j[s(0x1bf)]([a71e['join'](c,s(0x1c3),'**')]),l=await j[s(0x1be)](s(0x1bd)),m=l[s(0x1b1)](k);m['length']>0x0?Log[s(0x19a)](m):Log[s(0x1af)]('All\x20good!\x20:)'),Log['notice'](s(0x1ad)+c+s(0x1a0)),b['fix']?await ESLint[s(0x197)](k):Log[s(0x19d)]('Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix');}catch(o){console[s(0x1b7)](o);}});
@@ -1 +1 @@
1
- const a72z=a72d;(function(a,b){const w=a72d,c=a();while(!![]){try{const d=parseInt(w(0x85))/0x1+parseInt(w(0xab))/0x2*(-parseInt(w(0x8d))/0x3)+parseInt(w(0x9a))/0x4*(-parseInt(w(0xb8))/0x5)+parseInt(w(0x89))/0x6+parseInt(w(0xac))/0x7+parseInt(w(0x9b))/0x8*(parseInt(w(0xa2))/0x9)+parseInt(w(0x8e))/0xa*(-parseInt(w(0x9c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xe904e));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a72d;if(c){const e=c[x(0xad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const y=a72d;return a72a['toString']()[y(0xb2)](y(0xaf))[y(0xbf)]()[y(0xa3)](a72a)[y(0xb2)](y(0xaf));});a72a();import a72e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';function a72c(){const B=['constructor','cert','withSpinner','Logging\x20in','toHex','True','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','isFile','324RZEfQY','11778858zJTViZ','apply','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','(((.+)+)+)+$','password','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','search','maka\x20login','login','error','create','Preflight\x20Check','933145WrqqYK','parse','exit','ask','start','post','https://','toString','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','/api/v1/login','241121Sugrbo','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','fsi','email','7918914nhxKIz','/api/v1/encodeJwt','Logging\x20into\x20https://','digest','25341fZKaab','20MHolTZ','update','failure','MAKA_DEV','sha256','getGlobalConfig','www.maka-cli.com','Using\x20CA\x20Cert\x20','assign','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','get','authToken','12uQLwZi','8ouaUaF','9210927tjTEWG','Password:\x20','/api/v1/status','cacert','env','Email:','11824443KtaTWD'];a72c=function(){return B;};return a72c();}import{HTTPS}from'../tools/https/https.class.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x84;let f=c[d];return f;},a72d(a,b);}const hostname=process[a72z(0xa0)][a72z(0x91)]===a72z(0xa8)?'localhost':a72z(0x94);Command['create']({'name':a72z(0xb4),'validOpts':['email',a72z(0xb0),'help',a72z(0x9f),'debug'],'usage':a72z(0xb3),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a72z(0xa9),'examples':[a72z(0xb3),a72z(0x97)]},async function(a,b){const A=a72z,c=Log[A(0xa5)]();try{let d='';b[A(0x9f)]&&(this['fsi'][A(0xaa)](b[A(0x9f)])?(d=b[A(0x9f)],Log['notice'](A(0x95)+d)):Log[A(0xb5)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[A(0x87)][A(0x93)]();if(f[A(0xa4)]){if(this[A(0x87)]['isFile'](f[A(0xa4)]))d=f['cert'];else{Log[A(0xb5)](A(0xb1)+d);return;}}Log['header'](A(0x8b)+hostname);const g={'url':A(0xbe)+hostname+A(0x9e)};b[A(0x9f)]&&Object[A(0x96)](g,{'cert':d});c[A(0xbc)](A(0xb7));const {statusCode:h}=await HTTPS[A(0x98)](g);if(h===0x198){c['failure']();throw A(0xc0);}if(h!==0xc8){c[A(0x90)]();throw A(0xbe)+hostname+A(0x86);}c['success']();const i=b['email']?b[A(0x88)]:await Actions[A(0xbb)](A(0xa1)),j=b[A(0xb0)]?b[A(0xb0)]:await Actions[A(0xbb)](A(0x9d),!![]),k=a72e['md'][A(0x92)][A(0xb6)]();k[A(0x8f)](j);const l=k[A(0x8c)]()[A(0xa7)](),m={'hostname':hostname,'path':A(0x84),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x9f)]&&Object['assign'](m,{'cert':d});c[A(0xbc)](A(0xa6));const {data:n,statusCode:o}=await HTTPS[A(0xbd)](m);if(o===0x198){c['failure']('\x0a');throw A(0xae)+hostname;}const p=JSON[A(0xb9)](n);if(p[A(0x99)]){const q={'hostname':hostname,'path':A(0x8a),'headers':{'x-auth-token':p[A(0x99)]},'data':{}};b['cacert']&&Object[A(0x96)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0xbd)](q),{token:t}=JSON[A(0xb9)](r);if(s===0x198)throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;const u={'token':p,'hash':t};this['fsi']['setGlobalConfig'](u);}else{c[A(0x90)]();throw p;}c['success']();}catch(v){c[A(0x90)](),console[A(0xb5)](v),process[A(0xba)](0x0);}});
1
+ const a72z=a72d;(function(a,b){const w=a72d,c=a();while(!![]){try{const d=parseInt(w(0x1fe))/0x1+parseInt(w(0x200))/0x2+-parseInt(w(0x20d))/0x3*(parseInt(w(0x1fb))/0x4)+-parseInt(w(0x1f8))/0x5*(-parseInt(w(0x203))/0x6)+parseInt(w(0x1ee))/0x7+-parseInt(w(0x20f))/0x8*(parseInt(w(0x1f6))/0x9)+-parseInt(w(0x20e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x97847));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a72d;if(c){const e=c[x(0x201)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const y=a72d;return a72a[y(0x211)]()[y(0x205)]('(((.+)+)+)+$')['toString']()['constructor'](a72a)[y(0x205)]('(((.+)+)+)+$');});a72a();import a72e from'node-forge';import{Command}from'../command.js';function a72c(){const B=['ask','env','/api/v1/status','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','post','Logging\x20in','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','fsi','maka\x20login','email','Logging\x20into\x20https://','success','withSpinner','3611076oNBKkE','Preflight\x20Check','setGlobalConfig','MAKA_DEV','exit','Email:','parse','start','3129039PaVxlP','create','1960SVssvt','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','/api/v1/encodeJwt','19576ySeEud','assign','password','1114443xSrDDc','cacert','1111406RCfenK','apply','error','14604ejcVXD','toHex','search','help','update','failure','digest','www.maka-cli.com','sha256','/api/v1/login','138cCzksG','12513900Orutyt','24yKyJgL','authToken','toString','header','cert','getGlobalConfig'];a72c=function(){return B;};return a72c();}import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1e3;let f=c[d];return f;},a72d(a,b);}const hostname=process[a72z(0x216)][a72z(0x1f1)]==='True'?'localhost':a72z(0x20a);Command[a72z(0x1f7)]({'name':'login','validOpts':[a72z(0x1ea),a72z(0x1fd),a72z(0x206),'cacert','debug'],'usage':a72z(0x1e9),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':'Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','examples':[a72z(0x1e9),a72z(0x219)]},async function(a,b){const A=a72z,c=Log[A(0x1ed)]();try{let d='';b[A(0x1ff)]&&(this['fsi']['isFile'](b[A(0x1ff)])?(d=b['cacert'],Log['notice']('Using\x20CA\x20Cert\x20'+d)):Log[A(0x202)](A(0x1f9)+d));const f=await this[A(0x1e8)][A(0x214)]();if(f[A(0x213)]){if(this['fsi']['isFile'](f['cert']))d=f[A(0x213)];else{Log[A(0x202)](A(0x1e3)+d);return;}}Log[A(0x212)](A(0x1eb)+hostname);const g={'url':'https://'+hostname+A(0x217)};b['cacert']&&Object[A(0x1fc)](g,{'cert':d});c[A(0x1f5)](A(0x1ef));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c['failure']();throw A(0x1e7);}if(h!==0xc8){c[A(0x208)]();throw'https://'+hostname+A(0x1e4);}c[A(0x1ec)]();const i=b[A(0x1ea)]?b[A(0x1ea)]:await Actions[A(0x215)](A(0x1f3)),j=b['password']?b[A(0x1fd)]:await Actions[A(0x215)]('Password:\x20',!![]),k=a72e['md'][A(0x20b)][A(0x1f7)]();k[A(0x207)](j);const l=k[A(0x209)]()[A(0x204)](),m={'hostname':hostname,'path':A(0x20c),'data':{'email':i,'password':l,'hashed':!![]}};b['cacert']&&Object['assign'](m,{'cert':d});c['start'](A(0x1e6));const {data:n,statusCode:o}=await HTTPS[A(0x1e5)](m);if(o===0x198){c[A(0x208)]('\x0a');throw A(0x218)+hostname;}const p=JSON[A(0x1f4)](n);if(p[A(0x210)]){const q={'hostname':hostname,'path':A(0x1fa),'headers':{'x-auth-token':p[A(0x210)]},'data':{}};b[A(0x1ff)]&&Object[A(0x1fc)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x1e5)](q),{token:t}=JSON['parse'](r);if(s===0x198)throw A(0x218)+hostname;const u={'token':p,'hash':t};this[A(0x1e8)][A(0x1f0)](u);}else{c[A(0x208)]();throw p;}c[A(0x1ec)]();}catch(v){c[A(0x208)](),console['error'](v),process[A(0x1f2)](0x0);}});
@@ -1 +1 @@
1
- const a73o=a73d;(function(a,b){const l=a73d,c=a();while(!![]){try{const d=parseInt(l(0x209))/0x1*(-parseInt(l(0x1fd))/0x2)+parseInt(l(0x1ff))/0x3+parseInt(l(0x213))/0x4*(parseInt(l(0x21b))/0x5)+parseInt(l(0x214))/0x6*(parseInt(l(0x221))/0x7)+parseInt(l(0x212))/0x8+parseInt(l(0x203))/0x9+-parseInt(l(0x1f8))/0xa*(parseInt(l(0x1f6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xd5ba8));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a73d;if(c){const e=c[m(0x20d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const n=a73d;return a73a['toString']()[n(0x218)]('(((.+)+)+)+$')[n(0x1fb)]()['constructor'](a73a)[n(0x218)](n(0x206));});a73a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1f4;let f=c[d];return f;},a73d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env'][a73o(0x20b)]===a73o(0x1fc)?a73o(0x20e):a73o(0x216);Command['create']({'name':'logout','validOpts':['cacert'],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a73o(0x215),'disableAuthCheck':!![],'examples':[a73o(0x201)]},async function(a,b){const p=a73o,c=Log[p(0x202)]();try{let d='';b[p(0x21c)]&&(this['fsi'][p(0x1fa)](b[p(0x21c)])?(d=b[p(0x21c)],Log[p(0x223)](p(0x222)+d)):Log[p(0x220)](p(0x20c)+d));const f=await this[p(0x208)][p(0x204)]();if(f[p(0x20f)]){if(this[p(0x208)][p(0x1fa)](f['cert']))d=f['cert'];else{c[p(0x21f)]();throw Log[p(0x220)](p(0x21d)+d);}}Log['header']('Logging\x20out\x20of\x20https://'+hostname);const g={'url':p(0x21a)+hostname+p(0x210)};b[p(0x21c)]&&Object['assign'](g,{'cert':d});c[p(0x211)](p(0x1f5));const {statusCode:h}=await HTTPS[p(0x224)](g);if(h===0x198){c[p(0x21f)]();throw p(0x1f9);}c['success']();if(h!==0xc8){c[p(0x21f)]();throw p(0x205);}if(!f?.[p(0x200)]?.[p(0x219)])throw Log[p(0x220)](p(0x21e));c['start'](p(0x207));const i={'hostname':hostname,'path':p(0x1f7),'data':{},'headers':{'x-auth-token':f['token'][p(0x219)]}};b[p(0x21c)]&&Object[p(0x217)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x20a)](i);if(j===0x198){c[p(0x21f)]('\x0a');throw p(0x1f9);}this[p(0x208)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x1f4)]();}catch(k){k&&console['error'](k),process[p(0x1fe)](0x0);}});function a73c(){const q=['error','7hmEmLg','Using\x20CA\x20Cert\x20','notice','get','success','Preflight\x20Check','5390oyiczJ','/api/v1/logoutAll','70420sjwfVi','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','isFile','toString','True','82OSkngq','exit','3568692VcjpPF','token','maka\x20logout','withSpinner','1938303TsGBiJ','getGlobalConfig','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','(((.+)+)+)+$','Logging\x20out','fsi','3391sVMFfU','post','MAKA_DEV','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','apply','localhost','cert','/api/v1/status','start','12090536ilvHcO','4DXeQAJ','3763158MXFrCO','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','www.maka-cli.com','assign','search','authToken','https://','4608010AutgHN','cacert','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','failure'];a73c=function(){return q;};return a73c();}
1
+ const a73o=a73d;(function(a,b){const l=a73d,c=a();while(!![]){try{const d=parseInt(l(0x1c9))/0x1*(-parseInt(l(0x1be))/0x2)+parseInt(l(0x1af))/0x3*(parseInt(l(0x1ab))/0x4)+parseInt(l(0x1cd))/0x5+-parseInt(l(0x1aa))/0x6*(-parseInt(l(0x1c5))/0x7)+parseInt(l(0x1bc))/0x8*(-parseInt(l(0x1ac))/0x9)+parseInt(l(0x1d8))/0xa*(parseInt(l(0x1c0))/0xb)+-parseInt(l(0x1b5))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x675d4));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a73d;if(c){const e=c[m(0x1a9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const n=a73d;return a73a[n(0x1b2)]()['search'](n(0x1d4))['toString']()[n(0x1c2)](a73a)['search'](n(0x1d4));});a73a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1a8;let f=c[d];return f;},a73d(a,b);}import{HTTPS}from'../tools/https/https.class.js';function a73c(){const q=['error','/api/v1/logoutAll','381948zuQNej','getGlobalConfig','withSpinner','get','147933ghNkUg','notice','cert','success','2214715HxkGcg','create','www.maka-cli.com','logout','failure','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Logging\x20out','(((.+)+)+)+$','start','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','maka\x20logout','723980LWeBDa','header','apply','24DzowYo','2773700FGtpza','305226RvszgG','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','authToken','3eVuzrq','fsi','post','toString','MAKA_DEV','True','318948bwqkct','token','env','isFile','setGlobalConfig','cacert','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','56zzVxie','https://','10ZrAGCN','Using\x20CA\x20Cert\x20','11ElunuF','assign','constructor'];a73c=function(){return q;};return a73c();}const hostname=process[a73o(0x1b7)][a73o(0x1b3)]===a73o(0x1b4)?'localhost':a73o(0x1cf);Command[a73o(0x1ce)]({'name':a73o(0x1d0),'validOpts':[a73o(0x1ba)],'usage':a73o(0x1d7),'maxArgLength':0x2,'shortDesc':a73o(0x1ad),'disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const p=a73o,c=Log[p(0x1c7)]();try{let d='';b[p(0x1ba)]&&(this['fsi']['isFile'](b[p(0x1ba)])?(d=b[p(0x1ba)],Log[p(0x1ca)](p(0x1bf)+d)):Log[p(0x1c3)](p(0x1d2)+d));const f=await this['fsi'][p(0x1c6)]();if(f['cert']){if(this[p(0x1b0)][p(0x1b8)](f['cert']))d=f[p(0x1cb)];else{c[p(0x1d1)]();throw Log[p(0x1c3)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);}}Log[p(0x1a8)]('Logging\x20out\x20of\x20https://'+hostname);const g={'url':p(0x1bd)+hostname+'/api/v1/status'};b[p(0x1ba)]&&Object[p(0x1c1)](g,{'cert':d});c[p(0x1d5)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0x1c8)](g);if(h===0x198){c[p(0x1d1)]();throw p(0x1d6);}c[p(0x1cc)]();if(h!==0xc8){c[p(0x1d1)]();throw p(0x1bb);}if(!f?.['token']?.['authToken'])throw Log[p(0x1c3)]('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c['start'](p(0x1d3));const i={'hostname':hostname,'path':p(0x1c4),'data':{},'headers':{'x-auth-token':f[p(0x1b6)][p(0x1ae)]}};b['cacert']&&Object[p(0x1c1)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x1b1)](i);if(j===0x198){c[p(0x1d1)]('\x0a');throw p(0x1d6);}this[p(0x1b0)][p(0x1b9)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x1cc)]();}catch(k){k&&console[p(0x1c3)](k),process['exit'](0x0);}});
@@ -1 +1 @@
1
- function a74c(){const l=['4814835BEyUoE','7UnoodS','maka\x20logs\x20--env\x20staging','search','env','36530OXZWrf','(((.+)+)+)+$','join','260598vYlKVB','maka\x20l\x20-e\x20p','assign','readFileSync','logs','toString','fsi','2cMqUng','5645880uCsAHl','6RLUDOL','2445388aBHwrJ','2358Pqeavc','parse','11742016rIJcXX','log','2451819ODlImZ'];a74c=function(){return l;};return a74c();}const a74j=a74d;function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1df;let f=c[d];return f;},a74d(a,b);}(function(a,b){const h=a74d,c=a();while(!![]){try{const d=parseInt(h(0x1ee))/0x1+parseInt(h(0x1f5))/0x2*(parseInt(h(0x1e5))/0x3)+-parseInt(h(0x1e0))/0x4+parseInt(h(0x1e6))/0x5*(parseInt(h(0x1df))/0x6)+parseInt(h(0x1e7))/0x7*(-parseInt(h(0x1f6))/0x8)+-parseInt(h(0x1e1))/0x9*(-parseInt(h(0x1eb))/0xa)+-parseInt(h(0x1e3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x95c0a));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const i=a74d;return a74a[i(0x1f3)]()[i(0x1e9)](i(0x1ec))['toString']()['constructor'](a74a)[i(0x1e9)](i(0x1ec));});a74a();import a74e from'fs';import a74f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':a74j(0x1f2),'aliases':['l',a74j(0x1e4)],'usage':'maka\x20logs','requiredOpts':[a74j(0x1ea)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':'View\x20the\x20PM2\x20logs','examples':['maka\x20logs\x20--env\x20dev',a74j(0x1e8),a74j(0x1ef)]},function(a,b){const k=a74j,c='pm2\x20logs',d=this[k(0x1f4)]['getConfigPath'](b['env']),e=a74f[k(0x1ed)](d,'ssh.json'),f=a74e[k(0x1f1)](e),g=JSON[k(0x1e2)](f[k(0x1f3)]());Object[k(0x1f0)](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a74k=a74d;(function(a,b){const h=a74d,c=a();while(!![]){try{const d=-parseInt(h(0x1d5))/0x1*(parseInt(h(0x1d8))/0x2)+parseInt(h(0x1d3))/0x3*(parseInt(h(0x1da))/0x4)+-parseInt(h(0x1d2))/0x5*(parseInt(h(0x1dc))/0x6)+-parseInt(h(0x1c7))/0x7*(parseInt(h(0x1c9))/0x8)+-parseInt(h(0x1cd))/0x9+parseInt(h(0x1cf))/0xa+-parseInt(h(0x1d7))/0xb*(-parseInt(h(0x1c8))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xef915));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a74d;if(c){const e=c[i(0x1d4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const j=a74d;return a74a[j(0x1dd)]()[j(0x1e0)](j(0x1de))['toString']()[j(0x1d6)](a74a)[j(0x1e0)](j(0x1de));});a74a();import a74e from'fs';import a74f from'path';import{Command}from'../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1c6;let f=c[d];return f;},a74d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a74k(0x1cb)]({'name':a74k(0x1ce),'aliases':['l','log'],'usage':a74k(0x1c6),'requiredOpts':[a74k(0x1db)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a74k(0x1cc),'examples':['maka\x20logs\x20--env\x20dev',a74k(0x1d0),'maka\x20l\x20-e\x20p']},function(a,b){const l=a74k,c=l(0x1df),d=this['fsi'][l(0x1ca)](b[l(0x1db)]),e=a74f['join'](d,l(0x1d9)),f=a74e['readFileSync'](e),g=JSON[l(0x1d1)](f[l(0x1dd)]());Object['assign'](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});function a74c(){const m=['maka\x20logs','7nJnLPW','8556OPYsOm','13793848jWwQDA','getConfigPath','create','View\x20the\x20PM2\x20logs','8056665zbuljC','logs','649930AJOODP','maka\x20logs\x20--env\x20staging','parse','5VIUZFo','3OlXwpV','apply','1051895mCJEsg','constructor','57431dBwHWO','2EWIgyn','ssh.json','5965424bCuDMa','env','3758052nbuLoN','toString','(((.+)+)+)+$','pm2\x20logs','search'];a74c=function(){return m;};return a74c();}
@@ -1 +1 @@
1
- const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0x1ba))/0x1+-parseInt(g(0x1b9))/0x2*(parseInt(g(0x1c8))/0x3)+-parseInt(g(0x1b5))/0x4+-parseInt(g(0x1c7))/0x5+-parseInt(g(0x1c2))/0x6*(-parseInt(g(0x1c9))/0x7)+-parseInt(g(0x1c6))/0x8*(-parseInt(g(0x1ca))/0x9)+-parseInt(g(0x1c4))/0xa*(-parseInt(g(0x1b3))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xd98ab));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x1c0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a['toString']()[i(0x1b8)](i(0x1bd))['toString']()[i(0x1c5)](a75a)['search'](i(0x1bd));});function a75c(){const l=['constructor','12704VoEBqJ','1077225zxLAJj','96702RWTbDh','44471rzPZlX','5544vCDqtO','findSubCommand','maybeProxyCommandToMeteor','32791SbxBiA','error','6922508QCDEOw','runSubCommand','fsi','search','26aTgZhA','1614655DFcrOV','\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\x20<command>\x20[<args>]\x20[<opts>]','(((.+)+)+)+$','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','maka\x20create\x20Todo','apply','maka\x20install\x20meteor','618UXAVqI','maka','30lCaNnu'];a75c=function(){return l;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1b1;let f=c[d];return f;},a75d(a,b);}a75a();import{Command}from'../command.js';const Maka=new Command({'name':a75j(0x1c3),'minArgLength':0x1,'shortDesc':a75j(0x1be),'validOpts':[],'usage':a75j(0x1bc),'disableAuthCheck':!![],'examples':['maka\x20--help',a75j(0x1c1),a75j(0x1bf),'maka\x20run'],'description':a75j(0x1bb)},async function(a,b){const k=a75j;try{const c=a[0x0],d=this[k(0x1b1)](c);d?this[k(0x1b6)](c,a['slice'](0x1),b):this[k(0x1b7)][k(0x1b2)]();}catch(f){console[k(0x1b4)](f),process['exit'](0x1);}});export default Maka;
1
+ const a75i=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0x1dc))/0x1+-parseInt(g(0x1e0))/0x2+parseInt(g(0x1d9))/0x3*(parseInt(g(0x1ec))/0x4)+parseInt(g(0x1da))/0x5*(parseInt(g(0x1ed))/0x6)+-parseInt(g(0x1ea))/0x7+-parseInt(g(0x1df))/0x8+parseInt(g(0x1e2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xcfa22));function a75c(){const k=['20316peilMU','constructor','12irIfSD','980Whqhyc','maka\x20<command>\x20[<args>]\x20[<opts>]','122492WzfwoE','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','(((.+)+)+)+$','3060960Njpotf','1745392JcbeEf','runSubCommand','16795530kUxFLV','maka\x20create\x20Todo','maka\x20run','\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','toString','maka\x20install\x20meteor','findSubCommand','fsi','9743972KKVOHx','search','1090444hwFCCI'];a75c=function(){return k;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1d9;let f=c[d];return f;},a75d(a,b);}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 h=a75d;return a75a[h(0x1e6)]()[h(0x1eb)](h(0x1de))[h(0x1e6)]()[h(0x1ee)](a75a)['search']('(((.+)+)+)+$');});a75a();import{Command}from'../command.js';const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':a75i(0x1dd),'validOpts':[],'usage':a75i(0x1db),'disableAuthCheck':!![],'examples':['maka\x20--help',a75i(0x1e7),a75i(0x1e3),a75i(0x1e4)],'description':a75i(0x1e5)},async function(a,b){const j=a75i;try{const c=a[0x0],d=this[j(0x1e8)](c);d?this[j(0x1e1)](c,a['slice'](0x1),b):this[j(0x1e9)]['maybeProxyCommandToMeteor']();}catch(f){console['error'](f),process['exit'](0x1);}});export default Maka;
@@ -1 +1 @@
1
- function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x15e;var f=c[d];return f;},a76d(a,b);}function a76c(){var k=['Murrrrderrrrr','toString','567XTlEJu','9400yaNiJa','maka\x20murder','18jaBDls','error','(((.+)+)+)+$','17190530pceCEw','apply','1596339GiZXhC','font-family:\x20monospace','77227HftCpP','log','988165LWLIlv','5086734lVLxGR','search','5070176WpKGZn','7Defbhw'];a76c=function(){return k;};return a76c();}var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x160))/0x1*(parseInt(f(0x16c))/0x2)+parseInt(f(0x169))/0x3*(parseInt(f(0x16a))/0x4)+-parseInt(f(0x162))/0x5+parseInt(f(0x163))/0x6*(-parseInt(f(0x166))/0x7)+parseInt(f(0x165))/0x8+-parseInt(f(0x15e))/0x9+parseInt(f(0x16f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xd6a23));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x170)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x168)]()['search']('(((.+)+)+)+$')[h(0x168)]()['constructor'](a76a)[h(0x164)](h(0x16e));});a76a();import{Command}from'../command.js';Command['create']({'name':'murder','usage':a76i(0x16b),'maxArgLength':0x1,'shortDesc':a76i(0x167),'validOpts':[]},async function(){var j=a76i;try{console[j(0x161)]('%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',j(0x15f));}catch(a){console[j(0x16d)](a),process['exit'](0x0);}});
1
+ var a76i=a76d;function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0xe6;var f=c[d];return f;},a76d(a,b);}(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0xea))/0x1*(parseInt(f(0xee))/0x2)+parseInt(f(0xf9))/0x3*(parseInt(f(0xeb))/0x4)+parseInt(f(0xf8))/0x5*(parseInt(f(0xf0))/0x6)+-parseInt(f(0xf5))/0x7+-parseInt(f(0xf6))/0x8*(-parseInt(f(0xe9))/0x9)+-parseInt(f(0xec))/0xa+parseInt(f(0xe8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xc2dc9));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0xef)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0xed)]()[h(0xfc)](h(0xf4))[h(0xed)]()[h(0xf2)](a76a)[h(0xfc)](h(0xf4));});function a76c(){var k=['apply','201198GNqCdP','font-family:\x20monospace','constructor','create','(((.+)+)+)+$','6302296NJqsWj','232MSGeEL','log','55vuhuZr','6cELvPw','%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','Murrrrderrrrr','search','exit','murder','26963200micUCr','305676tpLBIt','22453FJQqfC','84836WysbXf','13181950aqMDPL','toString','74wWodFq'];a76c=function(){return k;};return a76c();}a76a();import{Command}from'../command.js';Command[a76i(0xf3)]({'name':a76i(0xe7),'usage':'maka\x20murder','maxArgLength':0x1,'shortDesc':a76i(0xfb),'validOpts':[]},async function(){var j=a76i;try{console[j(0xf7)](j(0xfa),j(0xf1));}catch(a){console['error'](a),process[j(0xe6)](0x0);}});
@@ -1 +1 @@
1
- const a77q=a77d;(function(a,b){const n=a77d,c=a();while(!![]){try{const d=-parseInt(n(0x104))/0x1*(-parseInt(n(0x120))/0x2)+parseInt(n(0x10d))/0x3+parseInt(n(0x112))/0x4*(-parseInt(n(0x105))/0x5)+-parseInt(n(0x11b))/0x6*(parseInt(n(0x11a))/0x7)+-parseInt(n(0x10f))/0x8+parseInt(n(0x10c))/0x9*(-parseInt(n(0x128))/0xa)+parseInt(n(0x113))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x6efa2));function a77c(){const s=['genSSC','utf8','readFileSync','constructor','2370ikzBZp','getConfigPath','appName','proxy','fsi','create','267yHKOOI','5LeUUbj','error','join','findGenerator','invoke','.key','help','12033guVlMg','2154573oVaOQb','sslconfig','5108704QZkSpm','listenPort','apply','3603716cSFLNa','12997776yplBGG','isFile','toString','targetHost','localhost','getProjectConfig','=>\x20SSL\x20Proxy\x20forwarding\x20','13104WNPqSK','1146CpihVz','maka\x20proxy\x20--target-host\x20http://192.168.1.20','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','(((.+)+)+)+$','targetPort','5758JkPqcP','maka\x20proxy','search','.crt'];a77c=function(){return s;};return a77c();}const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a77d;if(c){const e=c[o(0x111)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const p=a77d;return a77a[p(0x115)]()[p(0x122)](p(0x11e))[p(0x115)]()[p(0x127)](a77a)['search'](p(0x11e));});a77a();function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x102;let f=c[d];return f;},a77d(a,b);}import a77e from'fs';import a77f from'path';import a77g from'http-proxy';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 a77h from'../generators/maka.gen.js';Command[a77q(0x103)]({'name':a77q(0x12b),'usage':a77q(0x121),'mustBeInMakaProject':!![],'validOpts':[a77q(0x10b),a77q(0x11f),a77q(0x110),'targetHost'],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':'\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','examples':[a77q(0x121),a77q(0x11d),a77q(0x11c)]},async function(a,b){const r=a77q,c=this[r(0x102)][r(0x118)](),d='development',e=this[r(0x102)][r(0x129)](d),f=this['fsi']['mkKeysDir']({'configPath':e}),g=b[r(0x11f)]?Number(b['targetPort']):0xbb8,h=b[r(0x110)]?Number(b['listenPort']):0xd73,i=b[r(0x116)]?b[r(0x116)]:r(0x117),j=a77f[r(0x107)](f,c[r(0x12a)]+r(0x10a)),k=a77f['join'](f,c[r(0x12a)]+r(0x123));if(!this[r(0x102)][r(0x114)](j)||!this[r(0x102)]['isFile'](k)){const m=a77h[r(0x108)](r(0x10e));m&&await m[r(0x109)]([r(0x10e)],{'env':d}),SSL['genCSR']({'keyName':c[r(0x12a)]+r(0x10a),'csrName':c['appName']+'.csr','cwd':f}),SSL[r(0x124)]({'keyName':c[r(0x12a)]+r(0x10a),'crtName':c[r(0x12a)]+'.crt','cwd':f});}if(g===h){Log[r(0x106)]('Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.');throw new UsageError();}const l={'ssl':{'key':a77e[r(0x126)](j,'utf8'),'cert':a77e[r(0x126)](k,r(0x125))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a77g['createProxyServer'](l)['listen'](Number(h)),Log['bright'](r(0x119)+h+'\x20to\x20'+g);});
1
+ const a77p=a77d;(function(a,b){const n=a77d,c=a();while(!![]){try{const d=-parseInt(n(0x7d))/0x1*(parseInt(n(0x70))/0x2)+parseInt(n(0x8e))/0x3*(parseInt(n(0x72))/0x4)+-parseInt(n(0x93))/0x5+-parseInt(n(0x83))/0x6+-parseInt(n(0x75))/0x7+-parseInt(n(0x7b))/0x8+parseInt(n(0x85))/0x9*(parseInt(n(0x74))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x2eaa6));function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x6c;let f=c[d];return f;},a77d(a,b);}const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const o=a77d;return a77a[o(0x86)]()[o(0x79)](o(0x6e))[o(0x86)]()[o(0x84)](a77a)[o(0x79)](o(0x6e));});a77a();function a77c(){const r=['appName','maka\x20proxy','isFile','(((.+)+)+)+$','sslconfig','36thmZLW','.crt','312nCvyTv','proxy','130FLjjIf','47908EaUUYn','mkKeysDir','readFileSync','getConfigPath','search','invoke','1322344pwsjuk','\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','14078EemZsg','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','help','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','create','findGenerator','204648yflRwb','constructor','270945yjuBlX','toString','maka\x20proxy\x20--target-host\x20http://192.168.1.20','genSSC','listen','=>\x20SSL\x20Proxy\x20forwarding\x20','targetPort','fsi','listenPort','11307uiQccP','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','createProxyServer','join','.key','172780gLTdgu'];a77c=function(){return r;};return a77c();}import a77e from'fs';import a77f from'path';import a77g from'http-proxy';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 a77h from'../generators/maka.gen.js';Command[a77p(0x81)]({'name':a77p(0x73),'usage':a77p(0x6c),'mustBeInMakaProject':!![],'validOpts':[a77p(0x7f),'targetPort','listenPort','targetHost'],'maxArgLength':0x1,'shortDesc':a77p(0x80),'description':a77p(0x7c),'examples':[a77p(0x6c),a77p(0x7e),a77p(0x87)]},async function(a,b){const q=a77p,c=this[q(0x8c)]['getProjectConfig'](),d='development',e=this[q(0x8c)][q(0x78)](d),f=this['fsi'][q(0x76)]({'configPath':e}),g=b['targetPort']?Number(b[q(0x8b)]):0xbb8,h=b[q(0x8d)]?Number(b[q(0x8d)]):0xd73,i=b['targetHost']?b['targetHost']:'localhost',j=a77f[q(0x91)](f,c[q(0x94)]+q(0x92)),k=a77f['join'](f,c[q(0x94)]+'.crt');if(!this[q(0x8c)][q(0x6d)](j)||!this['fsi'][q(0x6d)](k)){const m=a77h[q(0x82)](q(0x6f));m&&await m[q(0x7a)]([q(0x6f)],{'env':d}),SSL['genCSR']({'keyName':c['appName']+q(0x92),'csrName':c[q(0x94)]+'.csr','cwd':f}),SSL[q(0x88)]({'keyName':c['appName']+q(0x92),'crtName':c['appName']+q(0x71),'cwd':f});}if(g===h){Log['error'](q(0x8f));throw new UsageError();}const l={'ssl':{'key':a77e[q(0x77)](j,'utf8'),'cert':a77e[q(0x77)](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a77g[q(0x90)](l)[q(0x89)](Number(h)),Log['bright'](q(0x8a)+h+'\x20to\x20'+g);});