@maka/maka-cli 4.5.29 → 4.5.30

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(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
+ (function(a,b){var k=a55d,c=a();while(!![]){try{var d=-parseInt(k(0x1ba))/0x1*(parseInt(k(0x1f4))/0x2)+-parseInt(k(0x19c))/0x3+parseInt(k(0x1f0))/0x4*(-parseInt(k(0x1f3))/0x5)+parseInt(k(0x1b0))/0x6*(parseInt(k(0x1ed))/0x7)+-parseInt(k(0x1e1))/0x8+-parseInt(k(0x1b2))/0x9+parseInt(k(0x1eb))/0xa*(parseInt(k(0x1e0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0xada10));export var Size;(function(a){var l=a55d;a[l(0x1c4)]='tiny',a[l(0x1bd)]='small',a['Medium']=l(0x1e8),a['Large']=l(0x1e9),a[l(0x1c2)]=l(0x1d0);}(Size||(Size={})));export var Rating;(function(c){var o=a55d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var m=a55d;if(h){var j=h[m(0x1c0)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var n=a55d;return e[n(0x19f)]()['search'](n(0x1c6))[n(0x19f)]()[n(0x1e5)](e)[n(0x1fa)](n(0x1c6));});e(),c['Common']='common',c[o(0x1fc)]=o(0x1cd),c[o(0x1b4)]=o(0x1c5);}(Rating||(Rating={})));export var Category;(function(a){var p=a55d;a['Weapon']='weapon',a[p(0x1fb)]=p(0x1a1),a['Key']=p(0x19a),a[p(0x1f6)]=p(0x1ce),a[p(0x1d1)]=p(0x1ca),a[p(0x1e2)]=p(0x1bc),a['Boots']=p(0x1c9),a['LegArmor']='leg\x20armor',a[p(0x199)]=p(0x1d5),a[p(0x1a4)]=p(0x19d),a[p(0x1e4)]=p(0x1f9),a[p(0x1f2)]='cup',a['Unknown']=p(0x1f1);}(Category||(Category={})));function a55c(){var v=['Green','Circle','Red','DESERT','east','sea','green','mountain','Purple','6DnUUKj','DOWN','11290203pUtUmp','Triangle','Legendary','WEST','grainy','Bumpy','Orange','Square','1irALJg','TOWER','hat','Small','Rectangle','circle','apply','triangle','VeryLarge','INSIDE','Tiny','legendary','(((.+)+)+)+$','fuzzy','grey','boots','helmet','Grainy','FOREST','rare','gloves','Brown','very\x20large','Helmet','purple','Yellow','bumpy','arm\x20armor','west','Smooth','forest','SEA','CAVE','metallic','red','north','rough','beach','1537481wlmfAo','10372360ZigsSM','Hat','orange','Book','constructor','desert','smooth','medium','large','tower','260MlqSJU','BEACH','8101709TjyMaE','yellow','Rough','1928dPyJiu','unknown','Cup','785GCmqKU','2061618XPhFGV','gold','Gloves','Blade','outside','book','search','Shield','Rare','rifle','square','ArmArmor','key','UNDERGROUND','1268262uvvoLY','body\x20armor','Gold','toString','Metallic','shield','EAST','rectangle','BodyArmor','OUTSIDE','Rifle'];a55c=function(){return v;};return a55c();}export var Shape;(function(a){var q=a55d;a[q(0x1a8)]=q(0x1bf),a[q(0x1b9)]=q(0x198),a[q(0x1b3)]=q(0x1c1),a[q(0x1be)]=q(0x1a3),a[q(0x1f7)]='blade',a[q(0x1a6)]=q(0x197);}(Shape||(Shape={})));export var Color;(function(a){var r=a55d;a[r(0x1a9)]=r(0x1dc),a['Blue']='blue',a[r(0x1a7)]=r(0x1ad),a[r(0x1d3)]=r(0x1ee),a[r(0x1b8)]=r(0x1e3),a[r(0x1af)]=r(0x1d2),a['Grey']=r(0x1c8),a[r(0x1cf)]='brown',a[r(0x19e)]=r(0x1f5);}(Color||(Color={})));export var Texture;(function(a){var s=a55d;a[s(0x1d7)]=s(0x1e7),a[s(0x1ef)]=s(0x1de),a[s(0x1b7)]=s(0x1d4),a['Fuzzy']=s(0x1c7),a[s(0x1cb)]=s(0x1b6),a[s(0x1a0)]=s(0x1db);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a55d;a[t(0x1c3)]='inside',a[t(0x1a5)]=t(0x1f8),a[t(0x19b)]='underground',a[t(0x1da)]='cave',a[t(0x1bb)]=t(0x1ea),a[t(0x1cc)]=t(0x1d8),a[t(0x1aa)]=t(0x1e6),a['MOUNTAIN']=t(0x1ae),a[t(0x1ec)]=t(0x1df),a[t(0x1d9)]=t(0x1ac);}(RoomType||(RoomType={})));function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x197;var f=c[d];return f;},a55d(a,b);}export var Direction;(function(a){var u=a55d;a['NORTH']=u(0x1dd),a[u(0x1a2)]=u(0x1ab),a['SOUTH']='south',a[u(0x1b5)]=u(0x1d6),a['UP']='up',a[u(0x1b1)]='down';}(Direction||(Direction={})));
@@ -1 +1 @@
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
+ (function(a,b){var f=a56d,c=a();while(!![]){try{var d=-parseInt(f(0x11b))/0x1*(parseInt(f(0x11d))/0x2)+-parseInt(f(0x120))/0x3*(parseInt(f(0x119))/0x4)+parseInt(f(0x11f))/0x5+-parseInt(f(0x117))/0x6+-parseInt(f(0x11c))/0x7+parseInt(f(0x118))/0x8+parseInt(f(0x121))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x60844));var a56b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a56d;if(c){var e=c[g(0x116)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a56a=a56b(this,function(){var h=a56d;return a56a['toString']()[h(0x122)]('(((.+)+)+)+$')[h(0x11a)]()[h(0x11e)](a56a)[h(0x122)]('(((.+)+)+)+$');});a56a();function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x116;var f=c[d];return f;},a56d(a,b);}export{};function a56c(){var i=['4526442PPPIsr','2149576vCNRWz','2972vdEIxn','toString','1ZSAUkB','5438951pFWmUY','725036XXXXQA','constructor','424160cxEidc','9bCAbYT','17441550aOqran','search','apply'];a56c=function(){return i;};return a56c();}
@@ -1 +1 @@
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
+ (function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x136))/0x1+-parseInt(f(0x138))/0x2+parseInt(f(0x135))/0x3+-parseInt(f(0x139))/0x4*(parseInt(f(0x134))/0x5)+parseInt(f(0x133))/0x6+parseInt(f(0x137))/0x7*(-parseInt(f(0x13b))/0x8)+parseInt(f(0x132))/0x9*(parseInt(f(0x13c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x98d80));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x13d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a['toString']()[h(0x13e)](h(0x13a))['toString']()['constructor'](a57a)['search'](h(0x13a));});function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x132;var f=c[d];return f;},a57d(a,b);}a57a();function a57c(){var i=['(((.+)+)+)+$','8wbuhvt','81100tvscof','apply','search','1116jBBxBj','4500774jrzpRN','5wEZTqM','2386923QVcuDq','74097LjLWPy','54033qjWrmt','2388886WSqvmC','3189188VKUXsY'];a57c=function(){return i;};return a57c();}export{};
@@ -1 +1 @@
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
+ const a58G=a58d;(function(a,b){const y=a58d,c=a();while(!![]){try{const d=-parseInt(y(0x210))/0x1+-parseInt(y(0x240))/0x2*(-parseInt(y(0x215))/0x3)+-parseInt(y(0x1f4))/0x4+-parseInt(y(0x233))/0x5*(-parseInt(y(0x21f))/0x6)+-parseInt(y(0x235))/0x7*(parseInt(y(0x1de))/0x8)+-parseInt(y(0x231))/0x9*(parseInt(y(0x212))/0xa)+parseInt(y(0x202))/0xb*(parseInt(y(0x1ef))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x95ccf));import a58e from'blessed';function a58d(a,b){const c=a58c();return a58d=function(d,e){d=d-0x1de;let f=c[d];return f;},a58d(a,b);}function a58c(){const H=['toString','unequip','logFilePath','1444008qDFMUN','box','OUTSIDE','setContent','checkIfLocked','Currently\x20in:\x20','<<<<<<<<---------\x20Terminating\x20game','\x20(Unlocked)','Torso:\x20','key','line','logBox','textbox','feet','11iwPNQq','25%','slice','pushLine','removeAllListeners','cyan','Thanks\x20for\x20playing!','search','\x20Inventory\x20','enter','clear','Side\x20Quest\x20Adventure\x20Game','white','70%','173580fGFwDq','leftHand','430820lEFCrT','None','write','3VCqyXU','yellow','constructor','player','size','exit','inventory','screen','gloves','(((.+)+)+)+$','3215094BkEzhL','Right\x20Hand:\x20','arms','name','equipment','log','handleInput','75%','scroll','unlock','Gloves:\x20','\x20Map\x20','mousemove','head','getInstance','join','focus','forEach','54FMjFBM','\x0aThere\x20are\x20no\x20exits\x20here.','5gBxYBs','render','126NiSgBd','rightHand','\x20Equipment\x20','45%','100%','90%','torso','20%','parse','getAllItems','split','850174ibpBYk','take','39496QlzPop','currentLocation','Left\x20Hand:\x20','Legs:\x20','Available\x20exits\x20will\x20be\x20shown\x20here...','-----\x20Exits\x20------\x0a','legs','argv','append','getValue','\x20(Locked)','clearValue','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Head:\x20','escape','checkIfLockable','exits','6415044utNyxN','map'];a58c=function(){return H;};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 A=a58d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a58d;return g['toString']()[z(0x209)]('(((.+)+)+)+$')[z(0x1f1)]()[z(0x217)](g)['search'](z(0x21e));});g();try{const h=a58e[A(0x21c)]({'smartCSR':!![],'title':A(0x20d)}),i=a58e[A(0x1f5)]({'top':'0%','left':A(0x226),'width':'25%','height':A(0x238),'border':{'type':A(0x1fe)},'label':A(0x20a),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x216)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x23e)]()[B(0x1f0)](v=>v[B(0x222)]);i[B(0x1f7)](u[B(0x22e)]('\x0a')),h['render']();};h['append'](i);const k=a58e[A(0x1f5)]({'top':'45%','left':'75%','width':'25%','height':A(0x203),'border':{'type':A(0x1fe)},'label':A(0x237),'content':A(0x1ea),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x216)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const C=A;k[C(0x1f7)](C(0x1eb)+(t[C(0x22c)]?t['head'][C(0x222)]:C(0x213))+'\x0a'+(C(0x1fc)+(t[C(0x23b)]?t[C(0x23b)][C(0x222)]:C(0x213))+'\x0a')+(C(0x1e1)+(t[C(0x1e4)]?t[C(0x1e4)]['name']:C(0x213))+'\x0a')+('Feet:\x20'+(t[C(0x201)]?t[C(0x201)]['name']:C(0x213))+'\x0a')+('Arms:\x20'+(t[C(0x221)]?t[C(0x221)]['name']:C(0x213))+'\x0a')+(C(0x229)+(t[C(0x21d)]?t[C(0x21d)][C(0x222)]:'None')+'\x0a')+(C(0x1e0)+(t[C(0x211)]?t['leftHand'][C(0x222)]:C(0x213))+'\x0a')+(C(0x220)+(t['rightHand']?t[C(0x236)]['name']:C(0x213))+'\x0a')),h[C(0x234)]();},m=a58e[A(0x1f5)]({'top':A(0x20f),'left':A(0x226),'width':A(0x203),'height':A(0x23c),'border':{'type':A(0x1fe)},'label':A(0x22a),'content':A(0x1e2),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x216)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1e6)](m);const n=t=>{const D=A;let u=D(0x1f9)+t[D(0x222)]+'\x0a\x0a';u+=D(0x1e3),t[D(0x1ee)][D(0x219)]>0x0?t[D(0x1ee)][D(0x230)]((v,w)=>{const E=D;if(v instanceof Door){const x=v['getOtherSide'](t);x['roomType']===RoomType[E(0x1f6)]?u+=capitalCase(w)+':\x20'+x[E(0x222)]:u+=capitalCase(w)+':\x20'+v[E(0x222)];if(v[E(0x1f8)]())u+=E(0x1e8);else v[E(0x1ed)]()&&(u+=E(0x1fb));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x232),m[D(0x1f7)](u),h['render']();},o=a58e[A(0x1f5)]({'id':A(0x1ff),'top':'0%','left':'0%','width':A(0x226),'height':A(0x23a),'border':{'type':A(0x1fe)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x216)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x206)](A(0x22b)),h[A(0x1e6)](o);const p=a58e[A(0x200)]({'bottom':0x0,'left':0x0,'width':A(0x239),'height':'10%','tags':!![],'border':{'type':A(0x1fe)},'style':{'fg':A(0x20e),'border':{'fg':A(0x207)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x1e6)](p),h[A(0x1fd)]([A(0x1ec),'C-c'],()=>process['exit'](0x0)),p[A(0x22f)](),h[A(0x234)]();const q=Logger['getInstance'](e[A(0x1f3)],h),r=new Player({'playerName':c});q[A(0x214)]('----->>>>>>\x20Initializing\x20Game');const s=a58f[A(0x22d)](r,d);o['setContent'](s['getWelcomeMessage']()),l(s[A(0x218)][A(0x223)]),j(s[A(0x218)]['inventory']),n(s[A(0x218)][A(0x1df)]),p[A(0x1fd)]([A(0x20b)],async()=>{const F=A,t=p[F(0x1e7)](),u=s[F(0x225)](t);(t[F(0x23f)]('\x20')[0x0]===F(0x241)||'equip'||F(0x1f2))&&(j(s[F(0x218)][F(0x21b)]),l(s[F(0x218)][F(0x223)])),(t['split']('\x20')[0x0]==='go'||'lock'||F(0x228))&&n(s[F(0x218)][F(0x1df)]),t[F(0x23f)]('\x20')[0x0]===F(0x20c)&&o[F(0x1f7)](''),u===null&&(console[F(0x224)](F(0x208)),h['render'](),q[F(0x214)](F(0x1fa)),process[F(0x21a)](0x0)),o[F(0x205)](u),o[F(0x227)](0x1),p[F(0x1e9)](),p['focus'](),h[F(0x234)]();});}catch(t){console[A(0x224)](t),process[A(0x21a)](0x1);}}const args=process[a58G(0x1e5)][a58G(0x204)](0x2);main(args[0x0],JSON[a58G(0x23d)](args[0x1]),JSON['parse'](args[0x2]));
@@ -1 +1 @@
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
+ const a59k=a59d;(function(a,b){const h=a59d,c=a();while(!![]){try{const d=-parseInt(h(0xbf))/0x1*(-parseInt(h(0xdb))/0x2)+parseInt(h(0xd7))/0x3+-parseInt(h(0xc8))/0x4*(-parseInt(h(0xbd))/0x5)+parseInt(h(0xda))/0x6+parseInt(h(0xc2))/0x7*(-parseInt(h(0xe2))/0x8)+parseInt(h(0xe1))/0x9+parseInt(h(0xcd))/0xa*(-parseInt(h(0xd5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x99ea0));const a59b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a59d;if(c){const e=c[i(0xcf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a59a=a59b(this,function(){const j=a59d;return a59a[j(0xd0)]()[j(0xe0)](j(0xd8))[j(0xd0)]()[j(0xe6)](a59a)[j(0xe0)]('(((.+)+)+)+$');});a59a();import a59e from'fs';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0xbc;let f=c[d];return f;},a59d(a,b);}function a59c(){const r=['62enZVCU','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','instance','type','screen','search','4278762XQEkNy','813752EXCQLg','children','box','existsSync','constructor','filePath','join','toISOString','10MGkvVK','homedir','27479knWhYL','logBox','side-quest.log','14FAhYFa','[INFO]\x20[','getScrollHeight','dirname','.maka','error','487108NjUZDW','content','mkdirSync','render','appendFileSync','8799950mKdJXI','getInstance','apply','toString','log','write','ensureLogFileExists','find','22qygTxU','hasScreen','2883240VBiTHn','(((.+)+)+)+$','The\x20logbox\x20','371754ArVCdi'];a59c=function(){return r;};return a59c();}import a59f from'os';import a59g from'path';const homeDir=a59f[a59k(0xbe)]();export class Logger{static [a59k(0xdd)];['filePath'];[a59k(0xdf)];constructor(a,b){const l=a59k;this[l(0xe7)]=a,this[l(0xdf)]=b,this[l(0xd3)]();}static[a59k(0xce)](a=a59g[a59k(0xe8)](homeDir,a59k(0xc6),a59k(0xc1)),b){const m=a59k;if(!Logger[m(0xdd)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0xdd)]=new Logger(a,b);}return Logger[m(0xdd)];}[a59k(0xd3)](){const n=a59k,a=a59g[n(0xc5)](this[n(0xe7)]);!a59e['existsSync'](a)&&a59e[n(0xca)](a,{'recursive':!![]}),!a59e[n(0xe5)](this[n(0xe7)])&&a59e['writeFileSync'](this[n(0xe7)],'');}['write'](a){const o=a59k,b=new Date()[o(0xbc)](),c=o(0xc3)+b+']\x20'+a+'\x0a';a59e['appendFileSync'](this['filePath'],c);}[a59k(0xc7)](a){const p=a59k,b=new Date()[p(0xbc)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a59e[p(0xcc)](this[p(0xe7)],c);}[a59k(0xd1)](a){const q=a59k,b=this[q(0xdf)]?.[q(0xe3)][q(0xd4)](c=>c[q(0xde)]===q(0xe4)&&c['options']['id']===q(0xc0));b?(b['setContent'](b[q(0xc9)]+'\x0a'+a),b['scrollTo'](b[q(0xc4)]()),this[q(0xdf)]?.[q(0xcb)]()):this[q(0xc7)](q(0xd9)+b+q(0xdc)+this[q(0xdf)]),this[q(0xd2)](a);}[a59k(0xd6)](){return!!this['screen'];}}
@@ -1 +1 @@
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
+ const a60n=a60d;(function(a,b){const k=a60d,c=a();while(!![]){try{const d=parseInt(k(0x162))/0x1+-parseInt(k(0x14f))/0x2*(parseInt(k(0x16c))/0x3)+-parseInt(k(0x16f))/0x4+parseInt(k(0x150))/0x5*(parseInt(k(0x153))/0x6)+-parseInt(k(0x15f))/0x7*(parseInt(k(0x16a))/0x8)+parseInt(k(0x163))/0x9+parseInt(k(0x151))/0xa*(parseInt(k(0x15d))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xd5951));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a60d;if(c){const e=c[l(0x158)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const m=a60d;return a60a[m(0x16d)]()[m(0x160)](m(0x170))[m(0x16d)]()[m(0x167)](a60a)[m(0x160)](m(0x170));});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(0x164)]),__dirname=dirname(__filename);Command[a60n(0x165)]({'name':'side-quest','usage':a60n(0x171),'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(0x156)]},async function(a,b){const o=a60n;try{const c=this['fsi'][o(0x15b)](),d=a60e['join'](c,o(0x15c)),e=b[o(0x156)]?b['player']:await Actions[o(0x161)](o(0x166))||o(0x159),f={...b,'logFilePath':d},g={'type':'list','name':o(0x155),'message':o(0x15e),'choices':[{'name':o(0x169),'value':dungeonConfig},{'name':o(0x14e),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x157)](g);if(e&&h){const i=spawn(o(0x154),[a60e[o(0x152)](__dirname,o(0x15a)),e,JSON[o(0x16e)](h),JSON['stringify'](f)],{'stdio':'inherit'});i['on'](o(0x168),()=>{const p=o;console['log'](p(0x16b));});}}catch(j){console['log'](j);}},a60f);function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x14e;let f=c[d];return f;},a60d(a,b);}function a60c(){const q=['constructor','exit','dungeon','148840OGiNvM','Thanks\x20for\x20playing!','24777uQscGp','toString','stringify','1775812oVYNLi','(((.+)+)+)+$','maka\x20play:side-quest','shadowrun','176YpKArF','1467135ytwXpz','50710TmGVwI','resolve','30hvrldi','node','sideQuestAnswer','player','options','apply','Commoner','./sideQuest/ui.js','getGlobalMakaDir','side-quest.log','671dKuhTq','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','623FpXSzR','search','ask','360926Jruxug','14076279nJOMek','url','create','What\x20is\x20your\x20name?'];a60c=function(){return q;};return a60c();}
@@ -1 +1 @@
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
+ var a61i=a61d;function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x190;var f=c[d];return f;},a61d(a,b);}(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x190))/0x1*(parseInt(f(0x1a3))/0x2)+parseInt(f(0x194))/0x3+-parseInt(f(0x1a1))/0x4*(-parseInt(f(0x197))/0x5)+-parseInt(f(0x19c))/0x6+parseInt(f(0x192))/0x7*(-parseInt(f(0x195))/0x8)+parseInt(f(0x193))/0x9*(-parseInt(f(0x1a2))/0xa)+-parseInt(f(0x19e))/0xb*(-parseInt(f(0x19a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x5c359));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x19b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x199)]()['search']('(((.+)+)+)+$')[h(0x199)]()[h(0x191)](a61a)[h(0x1a0)](h(0x198));});a61a();import a61e from'./play.command.js';import{Command}from'../../command.js';function a61c(){var j=['92uhpOzc','13780rdWBpP','1334734qiDKPH','1IPXHOT','constructor','7ypnlAQ','2475sarMGf','429909rVzxaN','4702472BISGql','maka\x20game:snake','2045dlxJgB','(((.+)+)+)+$','toString','1043364HtcXJE','apply','844056QnkRwQ','create','253eQftOB','snake','search'];a61c=function(){return j;};return a61c();}import{execSync}from'child_process';Command[a61i(0x19d)]({'name':a61i(0x19f),'usage':a61i(0x196),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){execSync('npx\x20command-line-snake',{'stdio':'inherit'});},a61e);
@@ -1 +1 @@
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
+ var a62i=a62d;function a62c(){var k=['constructor','3171645eYokkE','(((.+)+)+)+$','725zlUKvJ','toString','13051160noDxmt','6316XvFimd','7oPAnlZ','search','apply','29552dPHZvL','15YVPXsZ','maka\x20game:tetris','tetris','254956GCXWsv','inherit','164796uVcdqp','211360zPVUYJ'];a62c=function(){return k;};return a62c();}(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x12e))/0x1+-parseInt(f(0x132))/0x2*(parseInt(f(0x12f))/0x3)+-parseInt(f(0x12a))/0x4*(parseInt(f(0x127))/0x5)+-parseInt(f(0x134))/0x6*(parseInt(f(0x12b))/0x7)+parseInt(f(0x135))/0x8+parseInt(f(0x137))/0x9+parseInt(f(0x129))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xb9b02));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x126;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(0x12d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0x128)]()[h(0x12c)](h(0x126))[h(0x128)]()[h(0x136)](a62a)[h(0x12c)]('(((.+)+)+)+$');});a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a62i(0x131),'usage':a62i(0x130),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a62i;execSync('npx\x20simple-tetris',{'stdio':j(0x133)});},a62e);
@@ -1 +1 @@
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
+ const a63i=a63d;(function(a,b){const f=a63d,c=a();while(!![]){try{const d=-parseInt(f(0x1f4))/0x1+parseInt(f(0x1ec))/0x2*(parseInt(f(0x1fe))/0x3)+-parseInt(f(0x203))/0x4+parseInt(f(0x1ee))/0x5*(-parseInt(f(0x1ff))/0x6)+parseInt(f(0x1ef))/0x7*(-parseInt(f(0x1ed))/0x8)+-parseInt(f(0x202))/0x9+parseInt(f(0x1fc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xafd25));const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a63d;if(c){const e=c[g(0x1eb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const h=a63d;return a63a[h(0x201)]()[h(0x204)]('(((.+)+)+)+$')[h(0x201)]()[h(0x1fa)](a63a)[h(0x204)]('(((.+)+)+)+$');});function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x1ea;let f=c[d];return f;},a63d(a,b);}a63a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a63e from'../generators/maka.gen.js';function a63c(){const k=['1659539EXIFCt','maka\x20g:route\x20todos/edit','findGenerator','Scaffold\x20various\x20parts\x20of\x20your\x20application','create','819354YpOIMi','maka\x20g:scaffold\x20todos','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:template\x20todos/todo_item','invoke','listGenerators','constructor','maka\x20generate:scaffold\x20todos','33319720vZSIyo','where','3PWbRqy','6RFIfXk','notice','toString','10849950hCXrqR','4434076dpnxaT','search','help','dir','apply','2865698xkdmuI','24vzdzRE','1000010xDmToK'];a63c=function(){return k;};return a63c();}import{UsageError}from'../error.js';Command[a63i(0x1f3)]({'name':'generate','aliases':['g'],'usage':a63i(0x1f6),'validOpts':[a63i(0x1ea),a63i(0x1fd),a63i(0x205)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a63i(0x1f2),'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':[a63i(0x1fb),a63i(0x1f5),a63i(0x1f7),'maka\x20g:package\x20package:name',a63i(0x1f0),'maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a63i,c=a[0x0],d=a63e[j(0x1f1)](c);if(!d){b[j(0x205)]?(Log[j(0x200)]('Generators:'),a63e[j(0x1f9)]()):Log['error']('Could\x20not\x20find\x20generator');throw new UsageError();}await d[j(0x1f8)](a['slice'](0x1),b);});
@@ -1 +1 @@
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
+ function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x6a;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x6b))/0x1*(-parseInt(f(0x6d))/0x2)+parseInt(f(0x74))/0x3*(parseInt(f(0x70))/0x4)+parseInt(f(0x6e))/0x5*(parseInt(f(0x6f))/0x6)+-parseInt(f(0x6a))/0x7*(parseInt(f(0x79))/0x8)+parseInt(f(0x78))/0x9*(parseInt(f(0x75))/0xa)+-parseInt(f(0x77))/0xb+-parseInt(f(0x71))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x3e1af));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var g=a64d;return a64a[g(0x6c)]()[g(0x73)](g(0x72))[g(0x6c)]()[g(0x76)](a64a)[g(0x73)](g(0x72));});a64a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a64c(){var h=['16230lwqUVa','150DbUXGQ','4LdAJac','3204828BwcPCx','(((.+)+)+)+$','search','1028535alBDSi','1038890GFgWHc','constructor','3445519EFdCjE','9gAdbng','8gnFiDM','324422HFAlOG','50449PSZRze','toString','14mRpnGx'];a64c=function(){return h;};return a64c();}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(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
+ const a65i=a65d;(function(a,b){const f=a65d,c=a();while(!![]){try{const d=parseInt(f(0xb4))/0x1+-parseInt(f(0xa9))/0x2+parseInt(f(0xb6))/0x3*(-parseInt(f(0xb7))/0x4)+parseInt(f(0xad))/0x5+-parseInt(f(0xb5))/0x6*(parseInt(f(0xbc))/0x7)+-parseInt(f(0xac))/0x8*(-parseInt(f(0xb0))/0x9)+parseInt(f(0xa6))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x71057));const a65b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a65d;if(c){const e=c[g(0xb1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){const h=a65d;return a65a[h(0xb8)]()[h(0xbb)](h(0xa8))[h(0xb8)]()[h(0xaa)](a65a)[h(0xbb)]('(((.+)+)+)+$');});a65a();import{Command}from'../../command.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0xa6;let f=c[d];return f;},a65d(a,b);}function a65c(){const k=['Sub-Command\x20not\x20found','4023UOYjcd','apply','get','findSubCommand','148626RlOcZW','174IXyrLT','1483851QMKCwU','4jLpnlO','toString','runSubCommand','create','search','71561lYfgXq','4097770DQSzOD','error','(((.+)+)+)+$','386252cZCwIg','constructor','Get\x20various\x20Maka\x20variables\x20and\x20configurations','8344xFuxiP','2112605nSEwgd','maka\x20get:<sub-command>'];a65c=function(){return k;};return a65c();}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a65i(0xba)]({'name':a65i(0xb2),'usage':a65i(0xae),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a65i(0xab),'validOpts':[]},async function(a,b){const j=a65i,c=a[0x0],d=this[j(0xb3)](c);if(d)this[j(0xb9)](c,a,b);else{Log[j(0xa7)](j(0xaf));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
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
+ const a66h=a66d;function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x19d;let f=c[d];return f;},a66d(a,b);}(function(a,b){const f=a66d,c=a();while(!![]){try{const d=parseInt(f(0x1a7))/0x1*(parseInt(f(0x1a1))/0x2)+-parseInt(f(0x1a0))/0x3+parseInt(f(0x1a3))/0x4+parseInt(f(0x19f))/0x5*(-parseInt(f(0x1a4))/0x6)+-parseInt(f(0x1a8))/0x7+-parseInt(f(0x1a5))/0x8+parseInt(f(0x1a2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xf1a52));const a66b=(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;};}()),a66a=a66b(this,function(){const g=a66d;return a66a['toString']()[g(0x1ad)](g(0x19d))['toString']()['constructor'](a66a)[g(0x1ad)](g(0x19d));});function a66c(){const j=['6610112mqfbKZ','6oDjwjI','9302288iLUaez','create','1SLvweL','9988265lEhkZY','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','error','global-config','getGlobalConfig','search','(((.+)+)+)+$','maka\x20get:global-config','3748625CoCjNG','574281DNTqlm','625236URzOPY','22999185uyMwmK'];a66c=function(){return j;};return a66c();}a66a();import a66e from'./get.command.js';import{Command}from'../../command.js';Command[a66h(0x1a6)]({'name':a66h(0x1ab),'usage':a66h(0x19e),'aliases':['gc'],'shortDesc':a66h(0x1a9),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a66h;try{const a=await this['fsi'][i(0x1ac)]();console['log'](a);}catch(b){console[i(0x1aa)](b),process['exit'](0x0);}},a66e);
@@ -1 +1 @@
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
+ const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0xd5))/0x1+-parseInt(f(0xd1))/0x2+parseInt(f(0xdb))/0x3+-parseInt(f(0xce))/0x4*(parseInt(f(0xd8))/0x5)+-parseInt(f(0xcc))/0x6+parseInt(f(0xd2))/0x7*(-parseInt(f(0xda))/0x8)+parseInt(f(0xcf))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x474d1));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0xd3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0xcd)]()[h(0xd7)](h(0xca))[h(0xcd)]()['constructor'](a67a)[h(0xd7)]('(((.+)+)+)+$');});a67a();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-0xca;let f=c[d];return f;},a67d(a,b);}function a67c(){const k=['(((.+)+)+)+$','fsi','3401772xMuMYg','toString','1749884BEAdBl','19486773xfvTwB','local-config','923202YoubIx','336gASVpR','apply','log','385181aurHRB','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','search','5ydgMeb','getProjectConfig','9728lOzUJs','109305GLNSad'];a67c=function(){return k;};return a67c();}Command['create']({'name':a67i(0xd0),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a67i(0xd6),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i,a=await this[j(0xcb)][j(0xd9)]();console[j(0xd4)](a);},a67e);
@@ -1 +1 @@
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
+ function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x16e;let f=c[d];return f;},a68d(a,b);}const a68i=a68d;(function(a,b){const g=a68d,c=a();while(!![]){try{const d=-parseInt(g(0x17d))/0x1+parseInt(g(0x184))/0x2+parseInt(g(0x183))/0x3*(-parseInt(g(0x185))/0x4)+parseInt(g(0x17b))/0x5+parseInt(g(0x17c))/0x6*(-parseInt(g(0x187))/0x7)+parseInt(g(0x186))/0x8+-parseInt(g(0x176))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x1d9ea));const a68b=(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;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0x180)]()[h(0x175)](h(0x16e))['toString']()[h(0x181)](a68a)['search'](h(0x16e));});a68a();import a68e from'./get.command.js';function a68c(){const k=['userId','2319XvCsPY','308978cSldXy','748lOPSrL','1281280GmPVxf','133atUlTa','(((.+)+)+)+$','token','User\x20Access\x20Token:\x20\x20','join','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','error','fsi','search','698625tphIvd','create','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','user','notice','367020lGcRKq','4776obIOQe','29431BQsyIJ','exit','getGlobalConfig','toString','constructor'];a68c=function(){return k;};return a68c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a68f from'jsonwebtoken';Command[a68i(0x177)]({'name':'whoami','usage':'maka\x20get:whoami','shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i;try{const a=await this[j(0x174)][j(0x17f)]();if(a['hash']){const b=a68f['decode'](a['hash']);Log['notice']('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[j(0x179)]),Log[j(0x17a)](j(0x172)+a[j(0x16f)]?.[j(0x182)]),Log[j(0x17a)](j(0x170)+a[j(0x16f)]?.['authToken']),Log[j(0x17a)](j(0x178)+b?.['roles'][j(0x171)](',\x20'));}}catch(c){console[j(0x173)](c),process[j(0x17e)](0x0);}},a68e);
@@ -1 +1 @@
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
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0xfb))/0x1+parseInt(f(0x108))/0x2*(parseInt(f(0xf9))/0x3)+-parseInt(f(0xfe))/0x4+parseInt(f(0xf8))/0x5+parseInt(f(0x105))/0x6*(parseInt(f(0xff))/0x7)+-parseInt(f(0x100))/0x8+-parseInt(f(0xfd))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xe4850));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x103)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0xfa)]()['search'](h(0x102))[h(0xfa)]()[h(0xfc)](a69a)[h(0x104)](h(0x102));});a69a();function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xf8;var f=c[d];return f;},a69d(a,b);}import{Command}from'../command.js';function a69c(){var j=['8RPuVFc','3227395aQjYYJ','466815ofoPCW','toString','729057soOoXx','constructor','6901893nJFmok','1062340RhllKZ','3869012eQIHaZ','4649552lwSOVA','help','(((.+)+)+)+$','apply','search','6FVPuyc','Try,\x20maka\x20--help','create'];a69c=function(){return j;};return a69c();}import{UsageError}from'../error.js';Command[a69i(0x107)]({'name':a69i(0x101),'description':a69i(0x106),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
@@ -1 +1 @@
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
+ const a70m=a70d;(function(a,b){const j=a70d,c=a();while(!![]){try{const d=parseInt(j(0xd9))/0x1*(parseInt(j(0xd7))/0x2)+-parseInt(j(0xcf))/0x3+-parseInt(j(0xdb))/0x4*(-parseInt(j(0xe2))/0x5)+-parseInt(j(0xe1))/0x6*(-parseInt(j(0xd1))/0x7)+-parseInt(j(0xeb))/0x8*(-parseInt(j(0xe9))/0x9)+parseInt(j(0xe5))/0xa*(-parseInt(j(0xc7))/0xb)+-parseInt(j(0xc2))/0xc*(parseInt(j(0xee))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xd6fa6));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a70d;if(c){const e=c[k(0xca)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const l=a70d;return a70a[l(0xed)]()[l(0xe3)](l(0xc8))['toString']()[l(0xcb)](a70a)[l(0xe3)](l(0xc8));});a70a();import a70e from'path';import a70f from'fs';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xc1;let f=c[d];return f;},a70d(a,b);}function a70c(){const o=['\x20-d\x20','app/public','43678dvKpxg','writeFileSync','61NJahNO','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','4055708nDVoLw','jsdoc-config.json','\x20-r\x20app','maka\x20jsdoc','jsdoc','maka\x20jsdoc\x20--init','96102wBubJm','5AwRCIm','search','\x20-c\x20','10HZEPnj','isFile','plugins/markdown','app/node_modules','762039OcFcIi','app/private','120QVCCXl','stop','toString','1742jXTnrM','logError','78672fpJxyN','create','closure','.+\x5c.(j|t)s(doc|x)?$','sep','18711803dOhDaV','(((.+)+)+)+$','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','apply','constructor','app/packages','fsi','stringify','4264161apMbfx','\x0a[+]\x20Documentation\x20written\x20to\x20','553FatRaZ','utf-8','logNotice','pathFromProject'];a70c=function(){return o;};return a70c();}import{execSync}from'child_process';import{Command}from'../command.js';Command[a70m(0xc3)]({'name':'jsdoc','usage':a70m(0xde),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a70m(0xe0),a70m(0xde)],'validOpts':[]},function(){const n=a70m,a=a70e['join'](this[n(0xcd)][n(0xd4)]({}),'docs'+a70e[n(0xc6)]),b=a70e['join'](this[n(0xcd)][n(0xd4)]({}),'config',n(0xdc)),c=this['fsi']['pathFromProject']({}),d=n(0xdf);if(!this[n(0xe6)](b)){const g={'plugins':[n(0xe7)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0xdf),n(0xc4)]},'source':{'includePattern':n(0xc5),'excludePattern':n(0xc9),'exclude':[n(0xcc),n(0xe8),n(0xd6),n(0xea)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xd2)}};a70f[n(0xd8)](b,JSON[n(0xce)](g,null,0x4));}const f=this['logWithSpinner']('Running\x20'+d);try{const h=d+n(0xe4)+b+n(0xdd)+a70e[n(0xc6)]+n(0xd5)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0xd3)](n(0xd0)+a);}catch(i){this[n(0xc1)](i),this['logError'](n(0xda));}finally{f[n(0xec)]();}});
@@ -1 +1 @@
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
+ const a71s=a71d;function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x1a4;let f=c[d];return f;},a71d(a,b);}(function(a,b){const p=a71d,c=a();while(!![]){try{const d=-parseInt(p(0x1b2))/0x1*(parseInt(p(0x1c0))/0x2)+-parseInt(p(0x1a6))/0x3+parseInt(p(0x1ac))/0x4+-parseInt(p(0x1be))/0x5*(parseInt(p(0x1cc))/0x6)+parseInt(p(0x1ab))/0x7+-parseInt(p(0x1b1))/0x8+parseInt(p(0x1b6))/0x9*(parseInt(p(0x1af))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x68ee7));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a71d;if(c){const e=c[q(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const r=a71d;return a71a[r(0x1bc)]()[r(0x1a7)]('(((.+)+)+)+$')[r(0x1bc)]()[r(0x1c5)](a71a)[r(0x1a7)]('(((.+)+)+)+$');});a71a();import a71e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';function a71c(){const u=['template','installNpmPackage','fix','6008933TPUfzQ','519576tIDmQY','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','format','90nxfLhW','.eslintrc.json','515240jWjvcb','2ZicwFH','stylish','outputFixes','maka\x20lint','977283rAmZGZ','eslint-plugin-css','lintFiles','length','success','eslint','toString','eslint-plugin-react','5ERnvHS','checkNpmPackage','814234AJavHH','apply','notice','maka\x20lint\x20--fix','join','constructor','service','loadFormatter','create','eslint/eslintrc.json','push','fsi','265212zwMGMe','\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','bright','findAppDirectory','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','1838868liSTsW','search'];a71c=function(){return u;};return a71c();}Command[a71s(0x1c8)]({'name':'lint','usage':a71s(0x1b5),'maxArgLength':0x1,'validOpts':[a71s(0x1aa)],'mustBeInMakaProject':!![],'shortDesc':a71s(0x1a5),'description':a71s(0x1cd),'examples':[a71s(0x1c3)]},async function(a,b){const t=a71s;try{const c=this[t(0x1cb)][t(0x1a4)](),d=this['fsi'][t(0x1bf)](t(0x1bb)),f=this[t(0x1cb)][t(0x1bf)](t(0x1bd)),g=this['fsi']['checkNpmPackage']('eslint-plugin-css'),h=[];!d&&h[t(0x1ca)](t(0x1bb));!f&&h['push'](t(0x1bd));!g&&h[t(0x1ca)](t(0x1b7));h[t(0x1b9)]>0x0&&await this[t(0x1cb)][t(0x1a9)](h[t(0x1c4)]('\x20'),{'dev':!![]});const i=this['fsi']['isFile'](a71e[t(0x1c4)](c,t(0x1b0)));if(!i){const n={'noRename':!![]};await this[t(0x1cb)][t(0x1a8)]({'srcPath':t(0x1c9),'destPath':a71e[t(0x1c4)](c,'.eslintrc.json'),'framework':t(0x1c6),'context':n});}const j=new ESLint(),k=await j[t(0x1b8)]([a71e[t(0x1c4)](c,'imports','**')]),l=await j[t(0x1c7)](t(0x1b3)),m=l[t(0x1ae)](k);m['length']>0x0?Log[t(0x1ce)](m):Log[t(0x1ba)]('All\x20good!\x20:)'),Log[t(0x1c2)]('Lint\x20results\x20for\x20'+c+'/imports'),b[t(0x1aa)]?await ESLint[t(0x1b4)](k):Log[t(0x1c2)](t(0x1ad));}catch(o){console['error'](o);}});
@@ -1 +1 @@
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
+ const a72z=a72d;(function(a,b){const w=a72d,c=a();while(!![]){try{const d=-parseInt(w(0x1b7))/0x1*(parseInt(w(0x1ce))/0x2)+-parseInt(w(0x1a8))/0x3*(parseInt(w(0x1d0))/0x4)+-parseInt(w(0x1bf))/0x5*(parseInt(w(0x1b8))/0x6)+parseInt(w(0x1b2))/0x7+parseInt(w(0x1a2))/0x8*(parseInt(w(0x1c6))/0x9)+parseInt(w(0x1c7))/0xa*(parseInt(w(0x1bc))/0xb)+parseInt(w(0x19d))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xb66f2));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a72d;if(c){const e=c[x(0x1bd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const y=a72d;return a72a[y(0x19f)]()['search'](y(0x1c1))['toString']()[y(0x1d1)](a72a)[y(0x1d3)]('(((.+)+)+)+$');});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';import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env'][a72z(0x1b9)]===a72z(0x19b)?a72z(0x1b0):a72z(0x1bb);function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x197;let f=c[d];return f;},a72d(a,b);}Command[a72z(0x1d2)]({'name':'login','validOpts':[a72z(0x1d4),a72z(0x1b3),'help',a72z(0x197),a72z(0x1a5)],'usage':a72z(0x1ae),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':'Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','examples':[a72z(0x1ae),a72z(0x1cf)]},async function(a,b){const A=a72z,c=Log['withSpinner']();try{let d='';b[A(0x197)]&&(this[A(0x1a3)][A(0x1a9)](b[A(0x197)])?(d=b[A(0x197)],Log[A(0x1b4)](A(0x199)+d)):Log[A(0x1cb)](A(0x1c2)+d));const f=await this[A(0x1a3)]['getGlobalConfig']();if(f[A(0x1be)]){if(this[A(0x1a3)]['isFile'](f['cert']))d=f[A(0x1be)];else{Log[A(0x1cb)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log[A(0x1c9)](A(0x1b1)+hostname);const g={'url':A(0x1a0)+hostname+A(0x1c8)};b[A(0x197)]&&Object[A(0x1cd)](g,{'cert':d});c['start'](A(0x1af));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[A(0x19e)]();throw A(0x1c5);}if(h!==0xc8){c['failure']();throw'https://'+hostname+A(0x1ca);}c[A(0x19c)]();const i=b[A(0x1d4)]?b[A(0x1d4)]:await Actions[A(0x1c0)](A(0x1b5)),j=b[A(0x1b3)]?b[A(0x1b3)]:await Actions[A(0x1c0)](A(0x1ba),!![]),k=a72e['md'][A(0x1a4)][A(0x1d2)]();k[A(0x1cc)](j);const l=k[A(0x1c3)]()[A(0x1c4)](),m={'hostname':hostname,'path':A(0x1ac),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x197)]&&Object[A(0x1cd)](m,{'cert':d});c[A(0x1ad)](A(0x1b6));const {data:n,statusCode:o}=await HTTPS[A(0x1ab)](m);if(o===0x198){c[A(0x19e)]('\x0a');throw A(0x1aa)+hostname;}const p=JSON[A(0x198)](n);if(p[A(0x1a1)]){const q={'hostname':hostname,'path':A(0x19a),'headers':{'x-auth-token':p[A(0x1a1)]},'data':{}};b[A(0x197)]&&Object[A(0x1cd)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x1ab)](q),{token:t}=JSON['parse'](r);if(s===0x198)throw A(0x1aa)+hostname;const u={'token':p,'hash':t};this[A(0x1a3)][A(0x1a6)](u);}else{c[A(0x19e)]();throw p;}c[A(0x19c)]();}catch(v){c['failure'](),console['error'](v),process[A(0x1a7)](0x0);}});function a72c(){const B=['9966sIsvWR','apply','cert','3405fCDkLJ','ask','(((.+)+)+)+$','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','digest','toHex','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','306KDzPPf','9510jyKaya','/api/v1/status','header','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','error','update','assign','501406lQQLJE','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','12hQBzHY','constructor','create','search','email','cacert','parse','Using\x20CA\x20Cert\x20','/api/v1/encodeJwt','True','success','10074192nAzYyz','failure','toString','https://','authToken','57952tqGwsh','fsi','sha256','debug','setGlobalConfig','exit','382857MwHUVH','isFile','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','post','/api/v1/login','start','maka\x20login','Preflight\x20Check','localhost','Logging\x20into\x20https://','5398127OaPUau','password','notice','Email:','Logging\x20in','4CvPZLx','5160fkQRfE','MAKA_DEV','Password:\x20','www.maka-cli.com'];a72c=function(){return B;};return a72c();}
@@ -1 +1 @@
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
+ function a73c(){const q=['logout','failure','error','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','/api/v1/logoutAll','getGlobalConfig','www.maka-cli.com','Logging\x20out','maka\x20logout','authToken','fsi','success','129158sjwKVc','Logging\x20out\x20of\x20https://','MAKA_DEV','setGlobalConfig','6WWlYNf','cert','start','(((.+)+)+)+$','668868UkcGJD','apply','isFile','token','Using\x20CA\x20Cert\x20','224193xmtytg','assign','withSpinner','10KeQJdT','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','24ugBNqe','toString','/api/v1/status','33ipXBFB','exit','2469636SnXryG','2962310YDCVjA','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','header','Preflight\x20Check','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','search','16etmJdk','notice','257103ljeYSx','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','2391273zBgDxx','create'];a73c=function(){return q;};return a73c();}const a73o=a73d;(function(a,b){const l=a73d,c=a();while(!![]){try{const d=parseInt(l(0x165))/0x1*(parseInt(l(0x161))/0x2)+parseInt(l(0x16e))/0x3*(-parseInt(l(0x142))/0x4)+parseInt(l(0x171))/0x5*(parseInt(l(0x169))/0x6)+-parseInt(l(0x150))/0x7+-parseInt(l(0x14e))/0x8*(-parseInt(l(0x152))/0x9)+parseInt(l(0x148))/0xa+parseInt(l(0x145))/0xb*(-parseInt(l(0x147))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x51eab));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a73d;if(c){const e=c[m(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const n=a73d;return a73a[n(0x143)]()[n(0x14d)](n(0x168))[n(0x143)]()['constructor'](a73a)[n(0x14d)](n(0x168));});a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x141;let f=c[d];return f;},a73d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env'][a73o(0x163)]==='True'?'localhost':a73o(0x15b);Command[a73o(0x153)]({'name':a73o(0x154),'validOpts':[a73o(0x157)],'usage':a73o(0x15d),'maxArgLength':0x2,'shortDesc':a73o(0x141),'disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const p=a73o,c=Log[p(0x170)]();try{let d='';b[p(0x157)]&&(this['fsi'][p(0x16b)](b[p(0x157)])?(d=b[p(0x157)],Log[p(0x14f)](p(0x16d)+d)):Log['error']('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[p(0x15f)][p(0x15a)]();if(f[p(0x166)]){if(this[p(0x15f)]['isFile'](f['cert']))d=f[p(0x166)];else{c[p(0x155)]();throw Log[p(0x156)](p(0x151)+d);}}Log[p(0x14a)](p(0x162)+hostname);const g={'url':'https://'+hostname+p(0x144)};b['cacert']&&Object[p(0x16f)](g,{'cert':d});c[p(0x167)](p(0x14b));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[p(0x155)]();throw p(0x14c);}c['success']();if(h!==0xc8){c[p(0x155)]();throw p(0x158);}if(!f?.[p(0x16c)]?.[p(0x15e)])throw Log[p(0x156)](p(0x149));c['start'](p(0x15c));const i={'hostname':hostname,'path':p(0x159),'data':{},'headers':{'x-auth-token':f[p(0x16c)][p(0x15e)]}};b[p(0x157)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS['post'](i);if(j===0x198){c[p(0x155)]('\x0a');throw p(0x14c);}this[p(0x15f)][p(0x164)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x160)]();}catch(k){k&&console[p(0x156)](k),process[p(0x146)](0x0);}});
@@ -1 +1 @@
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
+ const a74k=a74d;(function(a,b){const h=a74d,c=a();while(!![]){try{const d=parseInt(h(0x1df))/0x1*(-parseInt(h(0x1e1))/0x2)+parseInt(h(0x1d2))/0x3*(parseInt(h(0x1ce))/0x4)+-parseInt(h(0x1de))/0x5*(parseInt(h(0x1db))/0x6)+-parseInt(h(0x1e6))/0x7*(-parseInt(h(0x1dc))/0x8)+parseInt(h(0x1d7))/0x9*(-parseInt(h(0x1ca))/0xa)+parseInt(h(0x1e2))/0xb+parseInt(h(0x1d0))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x37071));function a74c(){const m=['5648aBiiyK','maka\x20l\x20-e\x20p','943510HoqgXo','277OJAiZW','ssh.json','714UMATUG','1871309zclvib','create','toString','maka\x20logs','3122xgRGUq','View\x20the\x20PM2\x20logs','200pPhJrJ','assign','maka\x20logs\x20--env\x20staging','constructor','912ajDCGQ','search','2339268EDvFKk','sshSync','4977QaxIQU','env','pm2\x20logs','getConfigPath','join','160425XkFkKY','apply','log','(((.+)+)+)+$','12ZZcTOM'];a74c=function(){return m;};return a74c();}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a74d;if(c){const e=c[i(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const j=a74d;return a74a[j(0x1e4)]()[j(0x1cf)]('(((.+)+)+)+$')[j(0x1e4)]()[j(0x1cd)](a74a)[j(0x1cf)](j(0x1da));});a74a();import a74e from'fs';import a74f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1ca;let f=c[d];return f;},a74d(a,b);}Command[a74k(0x1e3)]({'name':'logs','aliases':['l',a74k(0x1d9)],'usage':a74k(0x1e5),'requiredOpts':['env'],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a74k(0x1e7),'examples':['maka\x20logs\x20--env\x20dev',a74k(0x1cc),a74k(0x1dd)]},function(a,b){const l=a74k,c=l(0x1d4),d=this['fsi'][l(0x1d5)](b[l(0x1d3)]),e=a74f[l(0x1d6)](d,l(0x1e0)),f=a74e['readFileSync'](e),g=JSON['parse'](f[l(0x1e4)]());Object[l(0x1cb)](g,{'env':d}),SSH[l(0x1d1)](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
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
+ const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0xa5))/0x1*(parseInt(g(0xa7))/0x2)+parseInt(g(0xac))/0x3*(parseInt(g(0xb4))/0x4)+parseInt(g(0xba))/0x5+parseInt(g(0xbc))/0x6*(parseInt(g(0xaf))/0x7)+parseInt(g(0xb5))/0x8+parseInt(g(0xa4))/0x9+parseInt(g(0xab))/0xa*(-parseInt(g(0xb7))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x3d885));function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0xa2;let f=c[d];return f;},a75d(a,b);}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0xad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0xa3)]()[i(0xb2)](i(0xbb))['toString']()[i(0xa2)](a75a)[i(0xb2)]('(((.+)+)+)+$');});a75a();function a75c(){const l=['toString','3255273YUevNu','34137lYrCwA','exit','26JZCzhP','fsi','maka\x20install\x20meteor','maybeProxyCommandToMeteor','9548970CguYBn','32583eApwDE','apply','maka\x20--help','676942FwFuXQ','\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','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','search','maka\x20<command>\x20[<args>]\x20[<opts>]','140xvbdnw','3721376fjOZQV','findSubCommand','11YCTxpY','maka\x20run','runSubCommand','1251495lZmVnb','(((.+)+)+)+$','12jCiOHM','constructor'];a75c=function(){return l;};return a75c();}import{Command}from'../command.js';const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':a75j(0xb1),'validOpts':[],'usage':a75j(0xb3),'disableAuthCheck':!![],'examples':[a75j(0xae),a75j(0xa9),'maka\x20create\x20Todo',a75j(0xb8)],'description':a75j(0xb0)},async function(a,b){const k=a75j;try{const c=a[0x0],d=this[k(0xb6)](c);d?this[k(0xb9)](c,a['slice'](0x1),b):this[k(0xa8)][k(0xaa)]();}catch(f){console['error'](f),process[k(0xa6)](0x1);}});export default Maka;
@@ -1 +1 @@
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
+ function a76c(){var k=['(((.+)+)+)+$','apply','72632fITRVB','6VULnRI','constructor','%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a','5201280kSUtEV','723109CxvgEb','25sIjqPB','47210YJJyBL','maka\x20murder','117WOAGxy','toString','font-family:\x20monospace','6301372TptjCD','create','286868XYZFmQ','34209420hAzvrE','log'];a76c=function(){return k;};return a76c();}var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x186))/0x1+-parseInt(f(0x188))/0x2*(-parseInt(f(0x195))/0x3)+parseInt(f(0x18f))/0x4*(-parseInt(f(0x187))/0x5)+-parseInt(f(0x185))/0x6+-parseInt(f(0x18d))/0x7+-parseInt(f(0x194))/0x8*(parseInt(f(0x18a))/0x9)+parseInt(f(0x190))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x7a66b));function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x184;var f=c[d];return f;},a76d(a,b);}var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x193)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x18b)]()['search']('(((.+)+)+)+$')[h(0x18b)]()[h(0x196)](a76a)['search'](h(0x192));});a76a();import{Command}from'../command.js';Command[a76i(0x18e)]({'name':'murder','usage':a76i(0x189),'maxArgLength':0x1,'shortDesc':'Murrrrderrrrr','validOpts':[]},async function(){var j=a76i;try{console[j(0x191)](j(0x184),j(0x18c));}catch(a){console['error'](a),process['exit'](0x0);}});
@@ -1 +1 @@
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);});
1
+ function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xa7;let f=c[d];return f;},a77d(a,b);}const a77q=a77d;(function(a,b){const n=a77d,c=a();while(!![]){try{const d=parseInt(n(0xa9))/0x1+parseInt(n(0xcb))/0x2+-parseInt(n(0xb4))/0x3+-parseInt(n(0xc0))/0x4+parseInt(n(0xb5))/0x5+-parseInt(n(0xc1))/0x6*(-parseInt(n(0xbb))/0x7)+parseInt(n(0xd4))/0x8*(-parseInt(n(0xc4))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xd5211));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a77d;if(c){const e=c[o(0xb0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const p=a77d;return a77a[p(0xd3)]()[p(0xc8)](p(0xb3))[p(0xd3)]()[p(0xcf)](a77a)[p(0xc8)](p(0xb3));});a77a();import a77e from'fs';import a77f from'path';import a77g from'http-proxy';import{Command}from'../command.js';function a77c(){const s=['maka\x20proxy','toString','8fjIsPd','\x20to\x20','.csr','575713laRsrT','error','create','help','join','readFileSync','maka\x20proxy\x20--target-host\x20http://192.168.1.20','apply','bright','createProxyServer','(((.+)+)+)+$','2183673SYFtaS','3477810OokTlm','targetHost','getConfigPath','fsi','appName','invoke','9523549bpmjPa','targetPort','localhost','utf8','sslconfig','6512012qeaBnQ','6ynUvcm','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','.key','1175481uSvDvw','proxy','findGenerator','listenPort','search','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','1455396oAghRA','isFile','genSSC','development','constructor','genCSR','listen'];a77c=function(){return s;};return a77c();}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(0xab)]({'name':a77q(0xc5),'usage':'maka\x20proxy','mustBeInMakaProject':!![],'validOpts':[a77q(0xac),a77q(0xbc),a77q(0xc7),a77q(0xb6)],'maxArgLength':0x1,'shortDesc':a77q(0xc9),'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(0xd2),a77q(0xc2),a77q(0xaf)]},async function(a,b){const r=a77q,c=this[r(0xb8)]['getProjectConfig'](),d=r(0xce),e=this[r(0xb8)][r(0xb7)](d),f=this[r(0xb8)]['mkKeysDir']({'configPath':e}),g=b[r(0xbc)]?Number(b[r(0xbc)]):0xbb8,h=b[r(0xc7)]?Number(b['listenPort']):0xd73,i=b[r(0xb6)]?b[r(0xb6)]:r(0xbd),j=a77f[r(0xad)](f,c[r(0xb9)]+r(0xc3)),k=a77f[r(0xad)](f,c[r(0xb9)]+'.crt');if(!this[r(0xb8)][r(0xcc)](j)||!this[r(0xb8)][r(0xcc)](k)){const m=a77h[r(0xc6)]('sslconfig');m&&await m[r(0xba)]([r(0xbf)],{'env':d}),SSL[r(0xd0)]({'keyName':c[r(0xb9)]+'.key','csrName':c[r(0xb9)]+r(0xa8),'cwd':f}),SSL[r(0xcd)]({'keyName':c[r(0xb9)]+r(0xc3),'crtName':c['appName']+'.crt','cwd':f});}if(g===h){Log[r(0xaa)](r(0xca));throw new UsageError();}const l={'ssl':{'key':a77e['readFileSync'](j,r(0xbe)),'cert':a77e[r(0xae)](k,r(0xbe))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a77g[r(0xb2)](l)[r(0xd1)](Number(h)),Log[r(0xb1)]('=>\x20SSL\x20Proxy\x20forwarding\x20'+h+r(0xa7)+g);});