@maka/maka-cli 4.5.11 → 4.5.13

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 (97) hide show
  1. package/bundle/obf/package.json +2 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/aws/_index.js +1 -1
  5. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  6. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  7. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/build/_index.js +1 -1
  17. package/bundle/obf/src/commands/build/build.js +1 -1
  18. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/create.js +1 -1
  20. package/bundle/obf/src/commands/debug.js +1 -1
  21. package/bundle/obf/src/commands/deploy.js +1 -1
  22. package/bundle/obf/src/commands/game/_index.js +1 -1
  23. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  24. package/bundle/obf/src/commands/game/play.command.js +1 -1
  25. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  26. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  28. package/bundle/obf/src/commands/generate.js +1 -1
  29. package/bundle/obf/src/commands/get/_index.js +1 -1
  30. package/bundle/obf/src/commands/get/get.command.js +1 -1
  31. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  32. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  34. package/bundle/obf/src/commands/help.js +1 -1
  35. package/bundle/obf/src/commands/jsdoc.js +1 -1
  36. package/bundle/obf/src/commands/lint.js +1 -1
  37. package/bundle/obf/src/commands/login.js +1 -1
  38. package/bundle/obf/src/commands/logout.js +1 -1
  39. package/bundle/obf/src/commands/logs.js +1 -1
  40. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  41. package/bundle/obf/src/commands/murder.js +1 -1
  42. package/bundle/obf/src/commands/proxy.js +1 -1
  43. package/bundle/obf/src/commands/reconfig.js +1 -1
  44. package/bundle/obf/src/commands/run/_index.js +1 -1
  45. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  46. package/bundle/obf/src/commands/run/run.command.js +1 -1
  47. package/bundle/obf/src/commands/set/_index.js +1 -1
  48. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  49. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  50. package/bundle/obf/src/commands/set/set.command.js +1 -1
  51. package/bundle/obf/src/commands/ssh.js +1 -1
  52. package/bundle/obf/src/commands/ssl.js +1 -1
  53. package/bundle/obf/src/commands/test.js +1 -1
  54. package/bundle/obf/src/commands/version.js +1 -1
  55. package/bundle/obf/src/error.js +1 -1
  56. package/bundle/obf/src/generator.js +1 -1
  57. package/bundle/obf/src/generators/_index.js +1 -1
  58. package/bundle/obf/src/generators/api.js +1 -1
  59. package/bundle/obf/src/generators/collection.js +1 -1
  60. package/bundle/obf/src/generators/component.js +1 -1
  61. package/bundle/obf/src/generators/config.js +1 -1
  62. package/bundle/obf/src/generators/dbc.js +1 -1
  63. package/bundle/obf/src/generators/dockerfile.js +1 -1
  64. package/bundle/obf/src/generators/hook.js +1 -1
  65. package/bundle/obf/src/generators/kit.js +1 -1
  66. package/bundle/obf/src/generators/layout.js +1 -1
  67. package/bundle/obf/src/generators/maka.gen.js +1 -1
  68. package/bundle/obf/src/generators/methods.js +1 -1
  69. package/bundle/obf/src/generators/package.js +1 -1
  70. package/bundle/obf/src/generators/page.js +1 -1
  71. package/bundle/obf/src/generators/publish.js +1 -1
  72. package/bundle/obf/src/generators/route.js +1 -1
  73. package/bundle/obf/src/generators/service.js +1 -1
  74. package/bundle/obf/src/generators/services/_index.js +1 -1
  75. package/bundle/obf/src/generators/services/openssl.js +1 -1
  76. package/bundle/obf/src/generators/services/translation.js +1 -1
  77. package/bundle/obf/src/maka.js +1 -1
  78. package/bundle/obf/src/templates/meteor/dbc/conn.js +1 -1
  79. package/bundle/obf/src/tool.js +1 -1
  80. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  81. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  82. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  83. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  84. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  85. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  86. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  87. package/bundle/obf/src/tools/https/https.class.js +1 -1
  88. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  89. package/bundle/obf/src/tools/log/log.class.js +1 -1
  90. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  91. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  92. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  93. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  94. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  95. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  96. package/package.json +2 -1
  97. package/bundle/obf/src/commands/install.js +0 -1
@@ -1 +1 @@
1
- function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0x147;let f=c[d];return f;},a37d(a,b);}const a37o=a37d;(function(a,b){const l=a37d,c=a();while(!![]){try{const d=parseInt(l(0x154))/0x1*(-parseInt(l(0x162))/0x2)+-parseInt(l(0x171))/0x3*(parseInt(l(0x148))/0x4)+-parseInt(l(0x14d))/0x5*(-parseInt(l(0x153))/0x6)+-parseInt(l(0x156))/0x7*(parseInt(l(0x163))/0x8)+-parseInt(l(0x15f))/0x9*(parseInt(l(0x176))/0xa)+-parseInt(l(0x14f))/0xb*(parseInt(l(0x175))/0xc)+parseInt(l(0x166))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0x6ce7d));const a37b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a37d;if(c){const e=c[m(0x14e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a37a=a37b(this,function(){const n=a37d;return a37a[n(0x157)]()[n(0x159)](n(0x14c))[n(0x157)]()['constructor'](a37a)[n(0x159)](n(0x14c));});a37a();function a37c(){const q=['Using\x20CA\x20Cert\x20','create','687045iDmAen','www.maka-cli.com','notice','maka\x20logout','48tYUpCJ','2049730slLhTy','/api/v1/logoutAll','post','isFile','4ftEFFa','fsi','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','failure','(((.+)+)+)+$','1383255IYPNiT','apply','1605901JXJMvb','cert','withSpinner','Logging\x20out','18ppfomp','65426NxfkjG','Preflight\x20Check','4919117azpcsn','toString','start','search','localhost','logout','error','https://','authToken','9fYrLSg','exit','setGlobalConfig','14VavkYM','8WRSWqt','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','success','23332257IiypdN','token','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','assign','get','env','getGlobalConfig','cacert','Logging\x20out\x20of\x20https://'];a37c=function(){return q;};return a37c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a37o(0x16b)]['MAKA_DEV']==='True'?a37o(0x15a):a37o(0x172);Command[a37o(0x170)]({'name':a37o(0x15b),'validOpts':[a37o(0x16d)],'usage':a37o(0x174),'maxArgLength':0x2,'shortDesc':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':[a37o(0x174)]},async function(a,b){const p=a37o,c=Log[p(0x151)]();try{let d='';b[p(0x16d)]&&(this['fsi'][p(0x147)](b[p(0x16d)])?(d=b[p(0x16d)],Log[p(0x173)](p(0x16f)+d)):Log['error']('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[p(0x149)][p(0x16c)]();if(f[p(0x150)]){if(this[p(0x149)][p(0x147)](f[p(0x150)]))d=f[p(0x150)];else{c['failure']();throw Log['error'](p(0x164)+d);}}Log['header'](p(0x16e)+hostname);const g={'url':p(0x15d)+hostname+'/api/v1/status'};b[p(0x16d)]&&Object[p(0x169)](g,{'cert':d});c[p(0x158)](p(0x155));const {statusCode:h}=await HTTPS[p(0x16a)](g);if(h===0x198){c[p(0x14b)]();throw p(0x168);}c['success']();if(h!==0xc8){c[p(0x14b)]();throw p(0x14a);}if(!f?.[p(0x167)]?.[p(0x15e)])throw Log[p(0x15c)]('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c[p(0x158)](p(0x152));const i={'hostname':hostname,'path':p(0x177),'data':{},'headers':{'x-auth-token':f[p(0x167)][p(0x15e)]}};b[p(0x16d)]&&Object[p(0x169)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x178)](i);if(j===0x198){c[p(0x14b)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[p(0x149)][p(0x161)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x165)]();}catch(k){k&&console[p(0x15c)](k),process[p(0x160)](0x0);}});
1
+ const a36o=a36d;(function(a,b){const l=a36d,c=a();while(!![]){try{const d=-parseInt(l(0x12a))/0x1+parseInt(l(0x125))/0x2+parseInt(l(0x12f))/0x3*(-parseInt(l(0x121))/0x4)+-parseInt(l(0x12d))/0x5*(parseInt(l(0x137))/0x6)+parseInt(l(0x114))/0x7+-parseInt(l(0x128))/0x8*(parseInt(l(0x12b))/0x9)+parseInt(l(0x134))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x4059e));const a36b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a36d;if(c){const e=c[m(0x126)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a36a=a36b(this,function(){const n=a36d;return a36a[n(0x130)]()[n(0x118)]('(((.+)+)+)+$')['toString']()[n(0x124)](a36a)[n(0x118)](n(0x13d));});a36a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';function a36c(){const q=['cacert','978606Ncxide','/api/v1/logoutAll','True','notice','cert','start','(((.+)+)+)+$','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','getGlobalConfig','authToken','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','setGlobalConfig','exit','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','MAKA_DEV','3574186pJSksj','post','localhost','Logging\x20out\x20of\x20https://','search','Preflight\x20Check','isFile','error','logout','env','Logging\x20out','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','withSpinner','6104puSAts','success','fsi','constructor','565502uEVcoe','apply','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','27192MUQYQO','failure','199742rXeEbJ','81pefMou','get','15GIGSXC','header','993NPTWJx','toString','token','Using\x20CA\x20Cert\x20','maka\x20logout','6949750HBGHkL','https://'];a36c=function(){return q;};return a36c();}function a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0x10d;let f=c[d];return f;},a36d(a,b);}const hostname=process[a36o(0x11d)][a36o(0x113)]===a36o(0x139)?a36o(0x116):'www.maka-cli.com';Command['create']({'name':a36o(0x11c),'validOpts':[a36o(0x136)],'usage':a36o(0x133),'maxArgLength':0x2,'shortDesc':a36o(0x11f),'disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const p=a36o,c=Log[p(0x120)]();try{let d='';b[p(0x136)]&&(this[p(0x123)][p(0x11a)](b[p(0x136)])?(d=b[p(0x136)],Log[p(0x13a)](p(0x132)+d)):Log[p(0x11b)](p(0x112)+d));const f=await this[p(0x123)][p(0x10d)]();if(f[p(0x13b)]){if(this['fsi'][p(0x11a)](f['cert']))d=f[p(0x13b)];else{c['failure']();throw Log[p(0x11b)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);}}Log[p(0x12e)](p(0x117)+hostname);const g={'url':p(0x135)+hostname+'/api/v1/status'};b[p(0x136)]&&Object['assign'](g,{'cert':d});c[p(0x13c)](p(0x119));const {statusCode:h}=await HTTPS[p(0x12c)](g);if(h===0x198){c['failure']();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}c[p(0x122)]();if(h!==0xc8){c[p(0x129)]();throw p(0x13e);}if(!f?.[p(0x131)]?.[p(0x10e)])throw Log[p(0x11b)](p(0x10f));c[p(0x13c)](p(0x11e));const i={'hostname':hostname,'path':p(0x138),'data':{},'headers':{'x-auth-token':f['token'][p(0x10e)]}};b[p(0x136)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x115)](i);if(j===0x198){c['failure']('\x0a');throw p(0x127);}this[p(0x123)][p(0x110)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[p(0x11b)](k),process[p(0x111)](0x0);}});
@@ -1 +1 @@
1
- const a38k=a38d;(function(a,b){const h=a38d,c=a();while(!![]){try{const d=-parseInt(h(0x17a))/0x1+parseInt(h(0x17f))/0x2+-parseInt(h(0x17c))/0x3*(parseInt(h(0x184))/0x4)+-parseInt(h(0x17d))/0x5*(parseInt(h(0x18c))/0x6)+-parseInt(h(0x185))/0x7*(parseInt(h(0x191))/0x8)+parseInt(h(0x17b))/0x9+parseInt(h(0x18d))/0xa*(parseInt(h(0x193))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x51405));const a38b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a38d;if(c){const e=c[i(0x180)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a38a=a38b(this,function(){const j=a38d;return a38a[j(0x189)]()[j(0x194)](j(0x178))[j(0x189)]()[j(0x17e)](a38a)[j(0x194)](j(0x178));});a38a();import a38e from'fs';function a38c(){const m=['apply','fsi','log','join','16XFuXjq','2089941dYfisM','readFileSync','parse','logs','toString','maka\x20logs\x20--env\x20dev','getConfigPath','2796ORVNfs','6080hJdxmb','maka\x20logs','View\x20the\x20PM2\x20logs','pm2\x20logs','16OoTHES','maka\x20l\x20-e\x20p','27247KpVUGS','search','(((.+)+)+)+$','create','655076TRUvGs','3408318OwOHVV','303978MnlwYB','1975EUTxMx','constructor','579326rDGIUN'];a38c=function(){return m;};return a38c();}function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0x178;let f=c[d];return f;},a38d(a,b);}import a38f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a38k(0x179)]({'name':a38k(0x188),'aliases':['l',a38k(0x182)],'usage':a38k(0x18e),'requiredOpts':['env'],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a38k(0x18f),'examples':[a38k(0x18a),'maka\x20logs\x20--env\x20staging',a38k(0x192)]},function(a,b){const l=a38k,c=l(0x190),d=this[l(0x181)][l(0x18b)](b['env']),e=a38f[l(0x183)](d,'ssh.json'),f=a38e[l(0x186)](e),g=JSON[l(0x187)](f[l(0x189)]());Object['assign'](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a37k=a37d;(function(a,b){const h=a37d,c=a();while(!![]){try{const d=-parseInt(h(0x1e6))/0x1*(-parseInt(h(0x1cf))/0x2)+parseInt(h(0x1d3))/0x3*(-parseInt(h(0x1e3))/0x4)+-parseInt(h(0x1d2))/0x5+parseInt(h(0x1e1))/0x6+parseInt(h(0x1e0))/0x7*(-parseInt(h(0x1d5))/0x8)+parseInt(h(0x1d8))/0x9+-parseInt(h(0x1dc))/0xa*(-parseInt(h(0x1d4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0xab066));function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0x1ca;let f=c[d];return f;},a37d(a,b);}const a37b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a37d;if(c){const e=c[i(0x1d6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a37a=a37b(this,function(){const j=a37d;return a37a[j(0x1df)]()[j(0x1cd)](j(0x1db))[j(0x1df)]()['constructor'](a37a)[j(0x1cd)](j(0x1db));});a37a();import a37e from'fs';import a37f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a37k(0x1d9)]({'name':a37k(0x1d7),'aliases':['l','log'],'usage':a37k(0x1dd),'requiredOpts':[a37k(0x1de)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a37k(0x1cb),'examples':[a37k(0x1e8),a37k(0x1e5),a37k(0x1e4)]},function(a,b){const l=a37k,c=l(0x1da),d=this['fsi'][l(0x1e7)](b[l(0x1de)]),e=a37f[l(0x1e2)](d,l(0x1ce)),f=a37e[l(0x1d0)](e),g=JSON[l(0x1d1)](f['toString']());Object[l(0x1cc)](g,{'env':d}),SSH[l(0x1ca)](c,g,{'tty':!![],'verbose':!![]});});function a37c(){const m=['toString','161OlnNbz','2018196pmzuCg','join','1501604ttTBqF','maka\x20l\x20-e\x20p','maka\x20logs\x20--env\x20staging','529xKiOQt','getConfigPath','maka\x20logs\x20--env\x20dev','sshSync','View\x20the\x20PM2\x20logs','assign','search','ssh.json','1134dukMFn','readFileSync','parse','6032715Jstlxc','6waBDLj','15345VfFeNT','32824nWAuzC','apply','logs','4517172RReYjm','create','pm2\x20logs','(((.+)+)+)+$','11570CrPTgB','maka\x20logs','env'];a37c=function(){return m;};return a37c();}
@@ -1 +1 @@
1
- function a39c(){const l=['858372bxSwee','49368jcAPfx','toString','fsi','exit','126FVnIzW','maka','188392lwcInW','runSubCommand','maka\x20create\x20Todo','apply','1089TzbVIq','findSubCommand','maybeProxyCommandToMeteor','search','310213mfUAlV','(((.+)+)+)+$','913pJlnTL','constructor','52080TlqhQl','1072874sUgPvn','62210QHMGdT','\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','18ZwuXAv','maka\x20run','15mnECvm','maka\x20<command>\x20[<args>]\x20[<opts>]','maka\x20--help'];a39c=function(){return l;};return a39c();}const a39j=a39d;(function(a,b){const g=a39d,c=a();while(!![]){try{const d=parseInt(g(0xd7))/0x1+parseInt(g(0xdc))/0x2+-parseInt(g(0xc3))/0x3*(parseInt(g(0xcf))/0x4)+-parseInt(g(0xc5))/0x5*(-parseInt(g(0xc8))/0x6)+parseInt(g(0xcd))/0x7*(-parseInt(g(0xdb))/0x8)+-parseInt(g(0xd3))/0x9*(parseInt(g(0xdd))/0xa)+-parseInt(g(0xd9))/0xb*(-parseInt(g(0xc9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x71795));function a39d(a,b){const c=a39c();return a39d=function(d,e){d=d-0xc3;let f=c[d];return f;},a39d(a,b);}const a39b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a39d;if(c){const e=c[h(0xd2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){const i=a39d;return a39a[i(0xca)]()[i(0xd6)](i(0xd8))[i(0xca)]()[i(0xda)](a39a)[i(0xd6)](i(0xd8));});a39a();import{Command}from'../command.js';const Maka=new Command({'name':a39j(0xce),'minArgLength':0x1,'shortDesc':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','validOpts':[],'usage':a39j(0xc6),'disableAuthCheck':!![],'examples':[a39j(0xc7),'maka\x20install\x20meteor',a39j(0xd1),a39j(0xc4)],'description':a39j(0xde)},async function(a,b){const k=a39j;try{const c=a[0x0],d=this[k(0xd4)](c);d?this[k(0xd0)](c,a['slice'](0x1),b):this[k(0xcb)][k(0xd5)]();}catch(f){console['error'](f),process[k(0xcc)](0x1);}});export default Maka;
1
+ function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0xec;let f=c[d];return f;},a38d(a,b);}const a38j=a38d;(function(a,b){const g=a38d,c=a();while(!![]){try{const d=parseInt(g(0xf5))/0x1+parseInt(g(0xef))/0x2*(parseInt(g(0xf7))/0x3)+parseInt(g(0xf0))/0x4*(parseInt(g(0x102))/0x5)+parseInt(g(0xfc))/0x6+parseInt(g(0xfa))/0x7*(parseInt(g(0xee))/0x8)+parseInt(g(0x100))/0x9+-parseInt(g(0x104))/0xa*(parseInt(g(0xf6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x8c73c));const a38b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a38d;if(c){const e=c[h(0xf9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a38a=a38b(this,function(){const i=a38d;return a38a['toString']()[i(0xfb)]('(((.+)+)+)+$')['toString']()[i(0xfd)](a38a)[i(0xfb)](i(0x101));});a38a();function a38c(){const l=['2FyARWt','368ymjvsX','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','fsi','error','runSubCommand','74998icqHtj','121ipgwJA','2086620mcmVMi','maka\x20install\x20meteor','apply','119203eRWbus','search','1278252GSvfLi','constructor','maka\x20create\x20Todo','maka\x20run','5150511hqGaDb','(((.+)+)+)+$','45590RBjXkS','maka\x20--help','1808830GgxlUy','maka\x20<command>\x20[<args>]\x20[<opts>]','exit','findSubCommand','80iMEzQW'];a38c=function(){return l;};return a38c();}import{Command}from'../command.js';const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':a38j(0xf1),'validOpts':[],'usage':a38j(0x105),'disableAuthCheck':!![],'examples':[a38j(0x103),a38j(0xf8),a38j(0xfe),a38j(0xff)],'description':'\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20'},async function(a,b){const k=a38j;try{const c=a[0x0],d=this[k(0xed)](c);d?this[k(0xf4)](c,a['slice'](0x1),b):this[k(0xf2)]['maybeProxyCommandToMeteor']();}catch(f){console[k(0xf3)](f),process[k(0xec)](0x1);}});export default Maka;
@@ -1 +1 @@
1
- var a40i=a40d;(function(a,b){var f=a40d,c=a();while(!![]){try{var d=parseInt(f(0x1b8))/0x1*(-parseInt(f(0x1b0))/0x2)+parseInt(f(0x1b6))/0x3+parseInt(f(0x1bb))/0x4*(-parseInt(f(0x1ba))/0x5)+parseInt(f(0x1ab))/0x6+-parseInt(f(0x1c0))/0x7*(parseInt(f(0x1ad))/0x8)+parseInt(f(0x1b7))/0x9*(-parseInt(f(0x1b5))/0xa)+parseInt(f(0x1b4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x8d1f1));function a40d(a,b){var c=a40c();return a40d=function(d,e){d=d-0x1a9;var f=c[d];return f;},a40d(a,b);}var a40b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a40d;if(c){var e=c[g(0x1ae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){var h=a40d;return a40a[h(0x1aa)]()['search'](h(0x1b3))['toString']()[h(0x1bd)](a40a)['search'](h(0x1b3));});a40a();import{Command}from'../command.js';function a40c(){var k=['137949zLRgkI','maka\x20murder','toString','1169196jSpFTY','log','312qUHLfG','apply','create','2ibnMWM','font-family:\x20monospace','error','(((.+)+)+)+$','23785278qjrcIe','10KVqQOc','3434040JhzcQs','3749553UmDtwK','983342sPBjnN','%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','539485nQsCVG','28xvWgQP','murder','constructor','exit','Murrrrderrrrr'];a40c=function(){return k;};return a40c();}Command[a40i(0x1af)]({'name':a40i(0x1bc),'usage':a40i(0x1a9),'maxArgLength':0x1,'shortDesc':a40i(0x1bf),'validOpts':[]},async function(){var j=a40i;try{console[j(0x1ac)](j(0x1b9),j(0x1b1));}catch(a){console[j(0x1b2)](a),process[j(0x1be)](0x0);}});
1
+ var a39i=a39d;(function(a,b){var f=a39d,c=a();while(!![]){try{var d=parseInt(f(0x17f))/0x1+-parseInt(f(0x18e))/0x2+-parseInt(f(0x17a))/0x3+-parseInt(f(0x181))/0x4+parseInt(f(0x180))/0x5*(-parseInt(f(0x18d))/0x6)+parseInt(f(0x182))/0x7*(-parseInt(f(0x17b))/0x8)+-parseInt(f(0x185))/0x9*(-parseInt(f(0x18b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x44985));var a39b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a39d;if(c){var e=c[g(0x17c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){var h=a39d;return a39a[h(0x184)]()[h(0x17e)](h(0x187))[h(0x184)]()[h(0x18a)](a39a)[h(0x17e)](h(0x187));});function a39c(){var k=['134662geqwrt','185MPuNIj','2241132DcCVZu','7833TIGXcL','murder','toString','9369oRNRns','Murrrrderrrrr','(((.+)+)+)+$','font-family:\x20monospace','%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a','constructor','17530oNUNSS','create','39402phctcc','339898fQLPqn','699423ySGaOk','3376EiaaQW','apply','exit','search'];a39c=function(){return k;};return a39c();}a39a();function a39d(a,b){var c=a39c();return a39d=function(d,e){d=d-0x17a;var f=c[d];return f;},a39d(a,b);}import{Command}from'../command.js';Command[a39i(0x18c)]({'name':a39i(0x183),'usage':'maka\x20murder','maxArgLength':0x1,'shortDesc':a39i(0x186),'validOpts':[]},async function(){var j=a39i;try{console['log'](j(0x189),j(0x188));}catch(a){console['error'](a),process[j(0x17d)](0x0);}});
@@ -1 +1 @@
1
- const a41q=a41d;(function(a,b){const n=a41d,c=a();while(!![]){try{const d=parseInt(n(0x79))/0x1+parseInt(n(0x74))/0x2*(parseInt(n(0x8f))/0x3)+parseInt(n(0x83))/0x4+parseInt(n(0x94))/0x5*(parseInt(n(0x86))/0x6)+parseInt(n(0x6b))/0x7*(parseInt(n(0x6e))/0x8)+-parseInt(n(0x75))/0x9*(parseInt(n(0x89))/0xa)+-parseInt(n(0x7e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x83f82));const a41b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a41d;if(c){const e=c[o(0x69)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){const p=a41d;return a41a[p(0x93)]()[p(0x84)](p(0x81))[p(0x93)]()[p(0x7a)](a41a)[p(0x84)](p(0x81));});a41a();function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0x69;let f=c[d];return f;},a41d(a,b);}import a41e from'fs';import a41f from'path';import a41g 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';function a41c(){const s=['152YwkEvO','invoke','findGenerator','bright','utf8','create','1484ExFfKE','3675177frZeaN','listenPort','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','help','204255fYABPW','constructor','maka\x20proxy\x20--target-host\x20http://192.168.1.20','readFileSync','.crt','8393209pQTrGX','createProxyServer','genSSC','(((.+)+)+)+$','error','2621852eUZAmC','search','appName','642TKqGVb','sslconfig','proxy','10gBBlMg','\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','listen','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','maka\x20proxy','mkKeysDir','168UtkxWl','=>\x20SSL\x20Proxy\x20forwarding\x20','join','development','toString','2705zpIUYj','genCSR','getProjectConfig','getConfigPath','localhost','.key','targetHost','apply','fsi','277333zXRdsH','targetPort','\x20to\x20'];a41c=function(){return s;};return a41c();}import a41h from'../generators/maka.gen.js';Command[a41q(0x73)]({'name':a41q(0x88),'usage':a41q(0x8d),'mustBeInMakaProject':!![],'validOpts':[a41q(0x78),a41q(0x6c),a41q(0x76),'targetHost'],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':a41q(0x8a),'examples':[a41q(0x8d),a41q(0x77),a41q(0x7b)]},async function(a,b){const r=a41q,c=this['fsi'][r(0x96)](),d=r(0x92),e=this[r(0x6a)][r(0x97)](d),f=this[r(0x6a)][r(0x8e)]({'configPath':e}),g=b[r(0x6c)]?b['targetPort']:0xbb8,h=b['listenPort']?b['listenPort']:0xd73,i=b[r(0x9a)]?b[r(0x9a)]:r(0x98),j=a41f[r(0x91)](f,c[r(0x85)]+r(0x99)),k=a41f['join'](f,c[r(0x85)]+r(0x7d));if(!this['fsi']['isFile'](j)||!this[r(0x6a)]['isFile'](k)){const m=a41h[r(0x70)](r(0x87));m&&await m[r(0x6f)]([r(0x87)],{'env':d}),SSL[r(0x95)]({'keyName':c[r(0x85)]+'.key','csrName':c[r(0x85)]+'.csr','cwd':f}),SSL[r(0x80)]({'keyName':c['appName']+'.key','crtName':c[r(0x85)]+r(0x7d),'cwd':f});}if(g===h){Log[r(0x82)](r(0x8c));throw new UsageError();}const l={'ssl':{'key':a41e[r(0x7c)](j,'utf8'),'cert':a41e[r(0x7c)](k,r(0x72))},'target':{'host':i,'port':g},'ws':!![],'xfwd':!![]};a41g[r(0x7f)](l)[r(0x8b)](h),Log[r(0x71)](r(0x90)+h+r(0x6d)+g);});
1
+ function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0x15e;let f=c[d];return f;},a40d(a,b);}const a40q=a40d;(function(a,b){const n=a40d,c=a();while(!![]){try{const d=-parseInt(n(0x17f))/0x1*(-parseInt(n(0x175))/0x2)+-parseInt(n(0x18a))/0x3*(-parseInt(n(0x179))/0x4)+-parseInt(n(0x16d))/0x5+parseInt(n(0x186))/0x6*(-parseInt(n(0x17e))/0x7)+parseInt(n(0x164))/0x8*(parseInt(n(0x167))/0x9)+parseInt(n(0x161))/0xa+parseInt(n(0x17b))/0xb*(parseInt(n(0x180))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x7d50e));const a40b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a40d;if(c){const e=c[o(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){const p=a40d;return a40a['toString']()[p(0x16b)](p(0x17d))['toString']()['constructor'](a40a)[p(0x16b)]('(((.+)+)+)+$');});a40a();import a40e from'fs';import a40f from'path';function a40c(){const s=['Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','80696rKSCMF','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','getConfigPath','readFileSync','1928kGmBAl','create','1981848UNjSmD','mkKeysDir','(((.+)+)+)+$','2359XassZh','3mPatSS','24XcgwmK','targetHost','.crt','localhost','join','genCSR','2778RtvIsC','sslconfig','isFile','=>\x20SSL\x20Proxy\x20forwarding\x20','69WFPepI','maka\x20proxy','listen','genSSC','listenPort','8179750QyiBRn','targetPort','development','8SDELJk','help','bright','1659825Nwgfvk','maka\x20proxy\x20--target-host\x20http://192.168.1.20','.key','apply','search','fsi','4127705cNMINz','proxy','\x20to\x20','appName','invoke','utf8','\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'];a40c=function(){return s;};return a40c();}import a40g 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 a40h from'../generators/maka.gen.js';Command[a40q(0x17a)]({'name':a40q(0x16e),'usage':a40q(0x18b),'mustBeInMakaProject':!![],'validOpts':[a40q(0x165),a40q(0x162),a40q(0x160),a40q(0x181)],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':a40q(0x173),'examples':[a40q(0x18b),a40q(0x176),a40q(0x168)]},async function(a,b){const r=a40q,c=this[r(0x16c)]['getProjectConfig'](),d=r(0x163),e=this[r(0x16c)][r(0x177)](d),f=this[r(0x16c)][r(0x17c)]({'configPath':e}),g=b[r(0x162)]?Number(b[r(0x162)]):0xbb8,h=b[r(0x160)]?Number(b['listenPort']):0xd73,i=b[r(0x181)]?b[r(0x181)]:r(0x183),j=a40f[r(0x184)](f,c[r(0x170)]+'.key'),k=a40f[r(0x184)](f,c[r(0x170)]+r(0x182));if(!this[r(0x16c)][r(0x188)](j)||!this['fsi'][r(0x188)](k)){const m=a40h['findGenerator'](r(0x187));m&&await m[r(0x171)]([r(0x187)],{'env':d}),SSL[r(0x185)]({'keyName':c['appName']+r(0x169),'csrName':c['appName']+'.csr','cwd':f}),SSL[r(0x15f)]({'keyName':c[r(0x170)]+r(0x169),'crtName':c[r(0x170)]+'.crt','cwd':f});}if(g===h){Log['error'](r(0x174));throw new UsageError();}const l={'ssl':{'key':a40e[r(0x178)](j,r(0x172)),'cert':a40e[r(0x178)](k,r(0x172))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a40g['createProxyServer'](l)[r(0x15e)](Number(h)),Log[r(0x166)](r(0x189)+h+r(0x16f)+g);});
@@ -1 +1 @@
1
- const a42q=a42d;(function(a,b){const n=a42d,c=a();while(!![]){try{const d=parseInt(n(0x17d))/0x1*(-parseInt(n(0x195))/0x2)+parseInt(n(0x198))/0x3+parseInt(n(0x19a))/0x4+-parseInt(n(0x1a4))/0x5*(-parseInt(n(0x1a1))/0x6)+parseInt(n(0x1a3))/0x7*(parseInt(n(0x192))/0x8)+-parseInt(n(0x19b))/0x9*(-parseInt(n(0x18a))/0xa)+-parseInt(n(0x199))/0xb*(parseInt(n(0x19d))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0xb28cd));const a42b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a42d;if(c){const e=c[o(0x190)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a42a=a42b(this,function(){const p=a42d;return a42a['toString']()[p(0x191)](p(0x180))[p(0x196)]()[p(0x197)](a42a)['search'](p(0x180));});a42a();function a42d(a,b){const c=a42c();return a42d=function(d,e){d=d-0x179;let f=c[d];return f;},a42d(a,b);}import a42e from'fs';import a42f from'path';function a42c(){const s=['~/pm2.config.js','ssh.json','450732KIwMje','readFileSync','Remote\x20host\x20connection\x20successful','(((.+)+)+)+$','create','existsSync','maka\x20reconfig\x20--env\x20prod','pm2\x20delete\x20all','error','parse','assign','Checking\x20remote\x20host\x20availability','join','20cvwDoV','scp','\x0a\x20\x20If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x0a\x20\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.\x0a\x20\x20','ping','echo\x20\x22\x22\x20&&\x20pm2\x20start\x20pm2.config.js\x20&&\x20echo\x20\x22\x22\x20||\x20echo\x20\x22Cound\x20not\x20find\x20PM2,\x20have\x20you\x20deployed\x20the\x20app\x20yet?\x22','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','apply','search','9549224AOfcVj','_keys','reconfig','2WkQXBs','toString','constructor','4073976fEPHPi','11zvhCLU','3970792qbhgwl','5632749zRtQpu','notice','45651324aKEmMB','maka\x20reconfig','ssh','ses.json','30YltEHW','env','7HuFvpY','190285PSNetc','~/ses.json','fsi'];a42c=function(){return s;};return a42c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a42q(0x181)]({'name':a42q(0x194),'validOpts':[''],'requiredOpts':['env'],'mustBeInMakaProject':!![],'usage':a42q(0x19e),'shortDesc':'Reconfigure\x20your\x20deployed\x20applications','description':a42q(0x18c),'examples':[a42q(0x183)]},async function(a,b){const r=a42q;try{const c=this[r(0x17a)]['getConfigPath'](b[r(0x1a2)]),d=a42f[r(0x189)](c,r(0x17c)),f=a42e[r(0x17e)](d)['toString'](),g=JSON[r(0x186)](f);Object[r(0x187)](g,{'env':c}),Log[r(0x19c)](r(0x188));const h=SSH[r(0x18d)]('uname\x20-a',g);if(!h)throw r(0x18f);if(h)Log['success'](r(0x17f));const i=a42f[r(0x189)](c,r(0x193),r(0x1a0));if(a42e[r(0x182)](i)){const l={'source':i,'dest':r(0x179),'verbose':!![]};SSH[r(0x18b)](l,{...g});}const j=a42f[r(0x189)](c,'pm2.config.js');SSH[r(0x18b)]({'source':j,'dest':r(0x17b),'verbose':!![]},{...g});const k=a42f[r(0x189)](c,'settings.json');SSH[r(0x18b)]({'source':k,'dest':'~/settings.json','verbose':!![]},{...g}),SSH['sshSync'](r(0x184),g),await SSH[r(0x19f)](r(0x18e),{...g},{'verbose':!![]});}catch(m){console[r(0x185)](m),process['exit'](0x0);}});
1
+ const a41q=a41d;function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0x1cc;let f=c[d];return f;},a41d(a,b);}(function(a,b){const n=a41d,c=a();while(!![]){try{const d=-parseInt(n(0x1d1))/0x1+parseInt(n(0x1da))/0x2*(parseInt(n(0x1e7))/0x3)+-parseInt(n(0x1d0))/0x4*(parseInt(n(0x1ef))/0x5)+-parseInt(n(0x1ed))/0x6+parseInt(n(0x1f5))/0x7*(parseInt(n(0x1df))/0x8)+parseInt(n(0x1cc))/0x9*(parseInt(n(0x1d8))/0xa)+-parseInt(n(0x1db))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0xd9a46));const a41b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a41d;if(c){const e=c[o(0x1f0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){const p=a41d;return a41a['toString']()[p(0x1ea)](p(0x1d3))['toString']()[p(0x1f4)](a41a)[p(0x1ea)](p(0x1d3));});a41a();import a41e from'fs';import a41f from'path';import{Command}from'../command.js';function a41c(){const s=['6AgvxQl','ssh','reconfig','search','scp','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','8109996TiOqFh','Reconfigure\x20your\x20deployed\x20applications','1065IARyLB','apply','Checking\x20remote\x20host\x20availability','~/pm2.config.js','Remote\x20host\x20connection\x20successful','constructor','581NhdjFP','getConfigPath','\x0a\x20\x20If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x0a\x20\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.\x0a\x20\x20','_keys','~/ses.json','1746AxASnr','join','toString','assign','5932mQJIPW','1219195etUOgZ','echo\x20\x22\x22\x20&&\x20pm2\x20start\x20pm2.config.js\x20&&\x20echo\x20\x22\x22\x20||\x20echo\x20\x22Cound\x20not\x20find\x20PM2,\x20have\x20you\x20deployed\x20the\x20app\x20yet?\x22','(((.+)+)+)+$','fsi','pm2\x20delete\x20all','env','existsSync','81680YoOmUj','success','1111186fGJefi','3941190zdknjD','notice','parse','~/settings.json','138864rFQAng','create','pm2.config.js','ssh.json','maka\x20reconfig','error','ses.json','maka\x20reconfig\x20--env\x20prod'];a41c=function(){return s;};return a41c();}import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a41q(0x1e0)]({'name':a41q(0x1e9),'validOpts':[''],'requiredOpts':[a41q(0x1d6)],'mustBeInMakaProject':!![],'usage':a41q(0x1e3),'shortDesc':a41q(0x1ee),'description':a41q(0x1f7),'examples':[a41q(0x1e6)]},async function(a,b){const r=a41q;try{const c=this[r(0x1d4)][r(0x1f6)](b[r(0x1d6)]),d=a41f[r(0x1cd)](c,r(0x1e2)),f=a41e['readFileSync'](d)[r(0x1ce)](),g=JSON[r(0x1dd)](f);Object[r(0x1cf)](g,{'env':c}),Log[r(0x1dc)](r(0x1f1));const h=SSH['ping']('uname\x20-a',g);if(!h)throw r(0x1ec);if(h)Log[r(0x1d9)](r(0x1f3));const i=a41f['join'](c,r(0x1f8),r(0x1e5));if(a41e[r(0x1d7)](i)){const l={'source':i,'dest':r(0x1f9),'verbose':!![]};SSH[r(0x1eb)](l,{...g});}const j=a41f[r(0x1cd)](c,r(0x1e1));SSH[r(0x1eb)]({'source':j,'dest':r(0x1f2),'verbose':!![]},{...g});const k=a41f[r(0x1cd)](c,'settings.json');SSH[r(0x1eb)]({'source':k,'dest':r(0x1de),'verbose':!![]},{...g}),SSH['sshSync'](r(0x1d5),g),await SSH[r(0x1e8)](r(0x1d2),{...g},{'verbose':!![]});}catch(m){console[r(0x1e4)](m),process['exit'](0x0);}});
@@ -1 +1 @@
1
- function a43d(a,b){var c=a43c();return a43d=function(d,e){d=d-0xcc;var f=c[d];return f;},a43d(a,b);}function a43c(){var i=['717933sSSwjm','search','16433325Mitqqt','30084jvgcpG','5302536ozGClx','1282536JhYgYJ','constructor','630OPrxHM','159507enNBWf','toString','77EZHKDt','19544TqISZy','apply','(((.+)+)+)+$'];a43c=function(){return i;};return a43c();}(function(a,b){var f=a43d,c=a();while(!![]){try{var d=-parseInt(f(0xd5))/0x1+-parseInt(f(0xcc))/0x2+-parseInt(f(0xcf))/0x3+parseInt(f(0xd2))/0x4*(-parseInt(f(0xce))/0x5)+-parseInt(f(0xd8))/0x6*(-parseInt(f(0xd1))/0x7)+parseInt(f(0xd9))/0x8+parseInt(f(0xd7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a43c,0x7df32));var a43b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a43d;if(c){var e=c[g(0xd3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a43a=a43b(this,function(){var h=a43d;return a43a['toString']()[h(0xd6)](h(0xd4))[h(0xd0)]()[h(0xcd)](a43a)[h(0xd6)](h(0xd4));});a43a();import'./run.command.js';import'./docker.sub.cmd.js';
1
+ (function(a,b){var f=a42d,c=a();while(!![]){try{var d=parseInt(f(0x1b6))/0x1*(-parseInt(f(0x1b3))/0x2)+-parseInt(f(0x1ab))/0x3*(-parseInt(f(0x1b7))/0x4)+-parseInt(f(0x1af))/0x5+parseInt(f(0x1b0))/0x6*(parseInt(f(0x1b4))/0x7)+parseInt(f(0x1b8))/0x8*(parseInt(f(0x1b1))/0x9)+-parseInt(f(0x1aa))/0xa*(parseInt(f(0x1b9))/0xb)+-parseInt(f(0x1b5))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0xea05d));var a42b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a42d;if(c){var e=c[g(0x1ad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a42a=a42b(this,function(){var h=a42d;return a42a['toString']()['search'](h(0x1a9))[h(0x1ae)]()[h(0x1b2)](a42a)[h(0x1ac)](h(0x1a9));});a42a();function a42d(a,b){var c=a42c();return a42d=function(d,e){d=d-0x1a9;var f=c[d];return f;},a42d(a,b);}import'./run.command.js';function a42c(){var i=['510wCTVSo','9qrQwOZ','constructor','545656busZMY','145243MtHMdm','5763804cMcvVN','3kFQOrw','19768qTKwii','14876272Nmjflo','1585617gibKGU','(((.+)+)+)+$','20QnAmJc','417XSyFaU','search','apply','toString','8822425CsfbMr'];a42c=function(){return i;};return a42c();}import'./docker.sub.cmd.js';
@@ -1 +1 @@
1
- const a44l=a44d;(function(a,b){const i=a44d,c=a();while(!![]){try{const d=parseInt(i(0x12f))/0x1+parseInt(i(0x12d))/0x2*(parseInt(i(0x130))/0x3)+-parseInt(i(0x11e))/0x4*(parseInt(i(0x11b))/0x5)+-parseInt(i(0x136))/0x6+parseInt(i(0x138))/0x7+-parseInt(i(0x12a))/0x8+parseInt(i(0x129))/0x9*(parseInt(i(0x13b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a44c,0x571ce));const a44b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a44d;if(c){const e=c[j(0x120)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a44a=a44b(this,function(){const k=a44d;return a44a[k(0x125)]()[k(0x126)](k(0x12e))['toString']()[k(0x134)](a44a)[k(0x126)](k(0x12e));});function a44c(){const n=['createFile','apply','config/docker-compose.yaml','join','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','docker-compose\x20--project-directory\x20','toString','search','getConfigPath','templateContent','855783eaDSVm','1176544NdZUtX','appName','docker-compose.yaml','1146940FmxsIq','(((.+)+)+)+$','374556WrFffu','3QPamYk','\x20up\x20--remove-orphans','getProjectConfig','exit','constructor','create','3875340vmgUMr','fsi','2028831UDTbAr','notice','Docker\x20Compose\x20Path:\x20','50EYZknL','pm2.config.js','existsSync','2817610rJQCjj','maka\x20run\x20docker','inherit','4jqUYEj'];a44c=function(){return n;};return a44c();}a44a();import a44e from'./run.command.js';import{execSync}from'child_process';import a44f from'path';import a44g from'fs';function a44d(a,b){const c=a44c();return a44d=function(d,e){d=d-0x119;let f=c[d];return f;},a44d(a,b);}import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command[a44l(0x135)]({'name':'docker','aliases':['d'],'shortDesc':a44l(0x123),'description':'\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','usage':a44l(0x11c),'validOpts':['']},async function(){const m=a44l;try{const a=this[m(0x137)][m(0x132)](),b=this['fsi'][m(0x127)]('docker'),c=a44f[m(0x122)](b,m(0x12c)),d=a44f[m(0x122)](b,m(0x119));Log[m(0x139)]('PM2\x20Config\x20File:\x20'+d),Log['notice'](m(0x13a)+c);if(!a44g[m(0x11a)](c)){const f={'app':a['appName'],'appFileCase':paramCase(a[m(0x12b)])},g=this[m(0x137)][m(0x128)]({'srcPath':m(0x121),'context':f})+'\x0a';this[m(0x137)][m(0x11f)]({'filePath':c,'data':g});}execSync(m(0x124)+b+m(0x131),{'stdio':m(0x11d)});}catch(h){process[m(0x133)](0x1);}},a44e);
1
+ const a43l=a43d;(function(a,b){const i=a43d,c=a();while(!![]){try{const d=-parseInt(i(0x1a3))/0x1+parseInt(i(0x196))/0x2*(-parseInt(i(0x185))/0x3)+-parseInt(i(0x195))/0x4*(-parseInt(i(0x188))/0x5)+-parseInt(i(0x1a2))/0x6+parseInt(i(0x192))/0x7+parseInt(i(0x18b))/0x8*(parseInt(i(0x198))/0x9)+parseInt(i(0x191))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a43c,0xe7bb4));const a43b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a43d;if(c){const e=c[j(0x19a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a43a=a43b(this,function(){const k=a43d;return a43a[k(0x199)]()[k(0x19e)](k(0x19b))[k(0x199)]()[k(0x189)](a43a)['search']('(((.+)+)+)+$');});a43a();import a43e from'./run.command.js';function a43d(a,b){const c=a43c();return a43d=function(d,e){d=d-0x184;let f=c[d];return f;},a43d(a,b);}import{execSync}from'child_process';import a43f from'path';import a43g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';function a43c(){const n=['765fcqprX','constructor','inherit','8OFRJvI','docker','\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','maka\x20run\x20docker','Docker\x20Compose\x20Path:\x20','appName','9418250abpKyv','12653585VVzHlx','getConfigPath','join','48704ZpysiM','78vQnRdC','pm2.config.js','6065181lbPUIP','toString','apply','(((.+)+)+)+$','fsi','notice','search','exit','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','existsSync','5454822BDJLlu','1696486SJGsMk','docker-compose\x20--project-directory\x20','templateContent','133194pVGqqh','docker-compose.yaml','createFile'];a43c=function(){return n;};return a43c();}import{paramCase}from'change-case';Command['create']({'name':a43l(0x18c),'aliases':['d'],'shortDesc':a43l(0x1a0),'description':a43l(0x18d),'usage':a43l(0x18e),'validOpts':['']},async function(){const m=a43l;try{const a=this[m(0x19c)]['getProjectConfig'](),b=this['fsi'][m(0x193)](m(0x18c)),c=a43f[m(0x194)](b,m(0x186)),d=a43f[m(0x194)](b,m(0x197));Log[m(0x19d)]('PM2\x20Config\x20File:\x20'+d),Log[m(0x19d)](m(0x18f)+c);if(!a43g[m(0x1a1)](c)){const f={'app':a[m(0x190)],'appFileCase':paramCase(a[m(0x190)])},g=this[m(0x19c)][m(0x184)]({'srcPath':'config/docker-compose.yaml','context':f})+'\x0a';this['fsi'][m(0x187)]({'filePath':c,'data':g});}execSync(m(0x1a4)+b+'\x20up\x20--remove-orphans',{'stdio':m(0x18a)});}catch(h){process[m(0x19f)](0x1);}},a43e);
@@ -1 +1 @@
1
- function a45c(){const x=['notice','3943170hDVBMD','63GSwOPb','Meteor\x20Settings:\x20','create','config','split','extraPackages','154471mVRvLO','development','19172868UWBXwy','\x0a\x20\x20maka\x20run\x0a\x20\x20-e\x20|\x20--env\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20target\x20environment.\x20\x20Will\x20automatically\x20pull\x20in\x20the\x20meteor\x20settings\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20file\x20(settings.json)\x20and\x20any\x20environment\x20options\x20that\x20have\x20been\x20enabled.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Defaults\x20to\x20the\x20development\x20(dev)\x20environment.\x0a\x0a\x20\x20-r\x20|\x20--raw-logs\x20\x20\x20\x20\x20\x20\x20Only\x20output\x20the\x20meteor\x20logs\x20without\x20the\x20timestamp.\x0a\x0a\x20\x20-p\x20|\x20--port\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20port\x20to\x20run\x20the\x20meteor\x20server\x20on.\x20Defaults\x20to\x20port\x203000.\x0a\x0a\x20\x20-i\x20|\x20--inspect\x20\x20\x20\x20\x20\x20\x20\x20Tells\x20the\x20meteor\x20server\x20to\x20run\x20nodejs\x20in\x20debug\x20mode.\x20Starts\x20a\x20debug\x20session\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20which\x20can\x20be\x20accessed\x20by\x20Chrome\x20Dev\x20Tools\x20or\x20another\x20debug\x20terminal.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Default\x20port\x20is\x209229.\x0a\x0a\x20\x20-m\x20|\x20--mobile-server\x20\x20Specify\x20a\x20different\x20backend\x20server\x20to\x20connect\x20to.\x20\x20Mainly\x20used\x20when\x20running\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20mobile\x20app\x20mode\x20with\x20Cordova.\x0a\x0a\x20\x20-x\x20|\x20--exclude-archs\x20\x20Don\x27t\x20create\x20bundles\x20for\x20certain\x20web\x20architectures\x20(comma\x20separated,\x20for\x20example:\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--exclude-archs\x20\x22web.browser.legacy,\x20web.cordova\x22)\x0a\x0a\x20\x20--production\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Runs\x20the\x20application\x20in\x20production\x20mode;\x20minifies\x20and\x20bundles\x20all\x20files\x20and\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20removes\x20development\x20packages.','isFile','186528STEcSb','push','concat','settings','forEach','495FZvHwn','run','slice','app','settings.json','env','Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)','103114qqaEhQ','docker','local','constructor','sep','findSubCommand','(((.+)+)+)+$','error','length','cordova-build','process.env','search','filter','warn','fsi','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','exit','verbose','35176ystzcT','apply','ios','isDirectory','76732looCVq','openSync','splice','argv','50KvThol','invokeMeteorCommand','production','33CTKfHC','--env','join','mobile-server','.meteor','port'];a45c=function(){return x;};return a45c();}const a45u=a45d;(function(a,b){const q=a45d,c=a();while(!![]){try{const d=-parseInt(q(0x1f1))/0x1+-parseInt(q(0x202))/0x2*(parseInt(q(0x1e3))/0x3)+-parseInt(q(0x1dc))/0x4*(-parseInt(q(0x1e0))/0x5)+parseInt(q(0x1f6))/0x6*(-parseInt(q(0x1eb))/0x7)+parseInt(q(0x1d8))/0x8*(-parseInt(q(0x1fb))/0x9)+-parseInt(q(0x1ea))/0xa+parseInt(q(0x1f3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a45c,0x4893c));const a45b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a45d;if(c){const e=c[r(0x1d9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a45a=a45b(this,function(){const s=a45d;return a45a['toString']()[s(0x1d1)]('(((.+)+)+)+$')['toString']()[s(0x205)](a45a)[s(0x1d1)](s(0x208));});a45a();import a45e from'path';import a45f from'fs';function a45d(a,b){const c=a45c();return a45d=function(d,e){d=d-0x1ce;let f=c[d];return f;},a45d(a,b);}import a45g from'dotenv';import{rimraf}from'rimraf';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const t=a45d;a45f[t(0x1dd)](a,'r'),a45g[t(0x1ee)]({'path':a});},Run=Command[a45u(0x1ed)]({'name':a45u(0x1fc),'mustBeInMakaProject':!![],'shortDesc':'Run\x20your\x20Meteor\x20application','description':a45u(0x1f4),'validOpts':[a45u(0x200),a45u(0x203),'r','rawLogs','p',a45u(0x1e8),'i','inspect','m','mobileServer','v',a45u(0x1d7),'allowIncompatibleUpdate',a45u(0x1f0),'x','exclude-archs',a45u(0x1e2)]},async function(a,b){const v=a45u;try{const c=a[0x0],d=this[v(0x207)](c);d&&this['runSubCommand'](c,a,b);if(c===v(0x1da)){const m=this[v(0x1d4)]['findProjectDirectory'](),n=a45e['join'](m,v(0x1fe),v(0x1e7),v(0x204),v(0x1cf));this[v(0x1d4)][v(0x1db)](n)&&await rimraf(n);}if(b[v(0x1e6)]&&b[v(0x1e6)]===!![]||b['m']&&b['m']===!![])throw v(0x201);await this[v(0x1d4)]['compareMakaToLatest']();const f=b[v(0x200)]?b[v(0x200)]:v(0x1f2),g=this[v(0x1d4)]['getConfigPath'](f),h=a45e['join'](g,v(0x1d0));let i=a45e[v(0x1e5)](g,v(0x1ff));b[v(0x1f9)]?i=b[v(0x1f9)]:i=a45e[v(0x1e5)](g,'settings.json');if(this['fsi'][v(0x1f5)](h)&&!b[v(0x203)])Log[v(0x1e9)]('Node\x20Env\x20Config:\x20'+h),syncSource(h);else!b[v(0x203)]&&Log[v(0x1d3)]('Cannot\x20find\x20Node\x20Environment\x20File:\x20'+h);this['fsi'][v(0x1f5)](i)?(Log[v(0x1e9)](v(0x1ec)+i),a=a[v(0x1f8)](['--settings',i])):Log[v(0x1d3)](v(0x1d5)+i);const j=g[v(0x1ef)](a45e[v(0x206)]),k=j[j[v(0x1ce)]-0x1];k===v(0x1e2)&&a[v(0x1f7)]('--production');const l=process[v(0x1df)][v(0x1fd)](0x2)[v(0x1d2)](o=>o!==v(0x1fc))[v(0x1d2)](o=>o!==a[0x0]);l[v(0x1fa)]((o,p)=>{const w=v;o===w(0x1e4)&&l['splice'](p,0x2),o==='-e'&&l[w(0x1de)](p,0x2);}),this[v(0x1d4)][v(0x1e1)](v(0x1fc),a[v(0x1f8)](l));}catch(o){console[v(0x209)](o),process[v(0x1d6)](0x1);}});export default Run;
1
+ const a44t=a44d;(function(a,b){const q=a44d,c=a();while(!![]){try{const d=-parseInt(q(0xaf))/0x1*(-parseInt(q(0x8b))/0x2)+-parseInt(q(0xb7))/0x3+-parseInt(q(0xc0))/0x4+parseInt(q(0xaa))/0x5+-parseInt(q(0xc8))/0x6+parseInt(q(0xa4))/0x7*(parseInt(q(0xb9))/0x8)+-parseInt(q(0xc2))/0x9*(-parseInt(q(0x8e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a44c,0x4bfa9));const a44b=(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;};}()),a44a=a44b(this,function(){const r=a44d;return a44a[r(0xae)]()[r(0xa3)](r(0xc1))[r(0xae)]()[r(0xb4)](a44a)[r(0xa3)](r(0xc1));});a44a();import a44e from'path';import a44f from'fs';import a44g from'dotenv';function a44c(){const w=['constructor','warn','splice','392103PKFdxv','notice','402704BdNZXr','--production','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','openSync','split','runSubCommand','verbose','1815256cqhnPc','(((.+)+)+)+$','117RQvifu','app','mobileServer','Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)','join','config','1140108LJugYV','isFile','.meteor','env','40594xuHbrT','sep','findProjectDirectory','207040ctkiZH','concat','mobile-server','exclude-archs','settings','create','local','inspect','isDirectory','Node\x20Env\x20Config:\x20','\x0a\x20\x20maka\x20run\x0a\x20\x20-e\x20|\x20--env\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20target\x20environment.\x20\x20Will\x20automatically\x20pull\x20in\x20the\x20meteor\x20settings\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20file\x20(settings.json)\x20and\x20any\x20environment\x20options\x20that\x20have\x20been\x20enabled.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Defaults\x20to\x20the\x20development\x20(dev)\x20environment.\x0a\x0a\x20\x20-r\x20|\x20--raw-logs\x20\x20\x20\x20\x20\x20\x20Only\x20output\x20the\x20meteor\x20logs\x20without\x20the\x20timestamp.\x0a\x0a\x20\x20-p\x20|\x20--port\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20port\x20to\x20run\x20the\x20meteor\x20server\x20on.\x20Defaults\x20to\x20port\x203000.\x0a\x0a\x20\x20-i\x20|\x20--inspect\x20\x20\x20\x20\x20\x20\x20\x20Tells\x20the\x20meteor\x20server\x20to\x20run\x20nodejs\x20in\x20debug\x20mode.\x20Starts\x20a\x20debug\x20session\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20which\x20can\x20be\x20accessed\x20by\x20Chrome\x20Dev\x20Tools\x20or\x20another\x20debug\x20terminal.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Default\x20port\x20is\x209229.\x0a\x0a\x20\x20-m\x20|\x20--mobile-server\x20\x20Specify\x20a\x20different\x20backend\x20server\x20to\x20connect\x20to.\x20\x20Mainly\x20used\x20when\x20running\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20mobile\x20app\x20mode\x20with\x20Cordova.\x0a\x0a\x20\x20-x\x20|\x20--exclude-archs\x20\x20Don\x27t\x20create\x20bundles\x20for\x20certain\x20web\x20architectures\x20(comma\x20separated,\x20for\x20example:\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--exclude-archs\x20\x22web.browser.legacy,\x20web.cordova\x22)\x0a\x0a\x20\x20--production\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Runs\x20the\x20application\x20in\x20production\x20mode;\x20minifies\x20and\x20bundles\x20all\x20files\x20and\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20removes\x20development\x20packages.','invokeMeteorCommand','docker','fsi','length','push','development','slice','production','Meteor\x20Settings:\x20','run','search','28gWeKIK','settings.json','extraPackages','findSubCommand','port','rawLogs','2771735Bwwrvk','cordova-build','--env','exit','toString','3jKcurx','process.env','compareMakaToLatest','ios','filter'];a44c=function(){return w;};return a44c();}import{rimraf}from'rimraf';function a44d(a,b){const c=a44c();return a44d=function(d,e){d=d-0x8b;let f=c[d];return f;},a44d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const s=a44d;a44f[s(0xbc)](a,'r'),a44g[s(0xc7)]({'path':a});},Run=Command[a44t(0x93)]({'name':a44t(0xa2),'mustBeInMakaProject':!![],'shortDesc':'Run\x20your\x20Meteor\x20application','description':a44t(0x98),'validOpts':[a44t(0xcb),'docker','r',a44t(0xa9),'p',a44t(0xa8),'i',a44t(0x95),'m',a44t(0xc4),'v',a44t(0xbf),'allowIncompatibleUpdate',a44t(0xa6),'x',a44t(0x91),'production']},async function(a,b){const u=a44t;try{const c=a[0x0],d=this[u(0xa7)](c);d&&this[u(0xbe)](c,a,b);if(c===u(0xb2)){const m=this['fsi'][u(0x8d)](),n=a44e[u(0xc6)](m,u(0xc3),u(0xca),u(0x94),u(0xab));this[u(0x9b)][u(0x96)](n)&&await rimraf(n);}if(b['mobile-server']&&b[u(0x90)]===!![]||b['m']&&b['m']===!![])throw u(0xc5);await this[u(0x9b)][u(0xb1)]();const f=b['env']?b[u(0xcb)]:u(0x9e),g=this[u(0x9b)]['getConfigPath'](f),h=a44e[u(0xc6)](g,u(0xb0));let i=a44e[u(0xc6)](g,u(0xa5));b['settings']?i=b[u(0x92)]:i=a44e['join'](g,'settings.json');if(this[u(0x9b)][u(0xc9)](h)&&!b[u(0x9a)])Log[u(0xb8)](u(0x97)+h),syncSource(h);else!b[u(0x9a)]&&Log[u(0xb5)]('Cannot\x20find\x20Node\x20Environment\x20File:\x20'+h);this['fsi'][u(0xc9)](i)?(Log[u(0xb8)](u(0xa1)+i),a=a['concat'](['--settings',i])):Log[u(0xb5)](u(0xbb)+i);const j=g[u(0xbd)](a44e[u(0x8c)]),k=j[j[u(0x9c)]-0x1];k===u(0xa0)&&a[u(0x9d)](u(0xba));const l=process['argv'][u(0x9f)](0x2)[u(0xb3)](o=>o!==u(0xa2))[u(0xb3)](o=>o!==a[0x0]);l['forEach']((o,p)=>{const v=u;o===v(0xac)&&l[v(0xb6)](p,0x2),o==='-e'&&l[v(0xb6)](p,0x2);}),this['fsi'][u(0x99)](u(0xa2),a[u(0x8f)](l));}catch(o){console['error'](o),process[u(0xad)](0x1);}});export default Run;
@@ -1 +1 @@
1
- (function(a,b){var f=a46d,c=a();while(!![]){try{var d=parseInt(f(0x10c))/0x1+-parseInt(f(0x108))/0x2+-parseInt(f(0x10d))/0x3*(parseInt(f(0x10a))/0x4)+-parseInt(f(0x114))/0x5*(parseInt(f(0x111))/0x6)+-parseInt(f(0x10e))/0x7+-parseInt(f(0x113))/0x8+-parseInt(f(0x109))/0x9*(-parseInt(f(0x10b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a46c,0xcb971));var a46b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a46d;if(c){var e=c[g(0x112)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a46a=a46b(this,function(){var h=a46d;return a46a[h(0x115)]()[h(0x10f)](h(0x110))[h(0x115)]()['constructor'](a46a)[h(0x10f)](h(0x110));});function a46d(a,b){var c=a46c();return a46d=function(d,e){d=d-0x108;var f=c[d];return f;},a46d(a,b);}a46a();import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a46c(){var i=['search','(((.+)+)+)+$','6iNlMun','apply','4619872hcXQvT','6478090Vczpop','toString','2040714KfqWzX','9459927XdXNjD','12ttvFed','30MjDuHw','987014PKmMNm','291849FjtMnv','847770bSaoxy'];a46c=function(){return i;};return a46c();}
1
+ (function(a,b){var f=a45d,c=a();while(!![]){try{var d=-parseInt(f(0x1d7))/0x1*(parseInt(f(0x1d3))/0x2)+parseInt(f(0x1d2))/0x3*(-parseInt(f(0x1cd))/0x4)+-parseInt(f(0x1d8))/0x5+-parseInt(f(0x1d5))/0x6*(-parseInt(f(0x1d4))/0x7)+parseInt(f(0x1d1))/0x8+parseInt(f(0x1cc))/0x9+parseInt(f(0x1ce))/0xa*(parseInt(f(0x1d9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a45c,0xcb601));var a45b=(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;};}()),a45a=a45b(this,function(){var g=a45d;return a45a[g(0x1cf)]()['search']('(((.+)+)+)+$')[g(0x1cf)]()[g(0x1d6)](a45a)['search'](g(0x1d0));});a45a();function a45d(a,b){var c=a45c();return a45d=function(d,e){d=d-0x1cc;var f=c[d];return f;},a45d(a,b);}import'./set.command.js';function a45c(){var h=['10676640rzSzCB','297JdaxGb','117030kLQpPJ','287yhafds','147114DsptVU','constructor','25Hhkgdg','3425655WUrhKN','748sXKEBk','5557563mcjxhi','45652dtoIpL','169640VWQems','toString','(((.+)+)+)+$'];a45c=function(){return h;};return a45c();}import'./global.sub.cmd.js';import'./local.sub.cmd.js';
@@ -1 +1 @@
1
- const a47k=a47d;(function(a,b){const h=a47d,c=a();while(!![]){try{const d=-parseInt(h(0xd7))/0x1+-parseInt(h(0xd4))/0x2+parseInt(h(0xd9))/0x3+-parseInt(h(0xca))/0x4+parseInt(h(0xc9))/0x5*(-parseInt(h(0xd1))/0x6)+-parseInt(h(0xd6))/0x7+parseInt(h(0xc4))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a47c,0xcc235));const a47b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a47d;if(c){const e=c[i(0xc0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a47a=a47b(this,function(){const j=a47d;return a47a['toString']()[j(0xce)](j(0xd5))[j(0xbf)]()[j(0xcd)](a47a)[j(0xce)](j(0xd5));});function a47d(a,b){const c=a47c();return a47d=function(d,e){d=d-0xba;let f=c[d];return f;},a47d(a,b);}a47a();import a47e from'path';import a47f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command['create']({'name':'global-config','usage':'maka\x20set:global-config\x20<args>','aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':['cacert','allowInsecure','disallowInsecure',a47k(0xcf),'help'],'shortDesc':a47k(0xd3),'description':a47k(0xc8),'examples':['maka\x20set:global-config\x20--cacert\x20<path>',a47k(0xbe),a47k(0xbc)]},async function(a,b){const l=a47k;try{if(b['cacert']){if(this[l(0xdb)][l(0xd0)](b[l(0xcc)]))this[l(0xdb)][l(0xba)]({'cert':b[l(0xcc)]}),Log['success']('Set\x20CA\x20Cert\x20Path:\x20'+b[l(0xcc)]);else{const c=typeof b['cacert']===l(0xd8)?'Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.':l(0xc3)+b[l(0xcc)];throw Log[l(0xc6)](c);}}if(b[l(0xcf)]){const d=this[l(0xdb)][l(0xc2)](b[l(0xcf)]);if(d)this[l(0xdb)]['setGlobalConfig']({'workspace':a47e['resolve'](b[l(0xcf)])}),Log[l(0xd2)](l(0xcb)+a47e[l(0xbb)](b[l(0xcf)]));else throw Log['error']('Could\x20not\x20find\x20directory');}if(b[l(0xc1)]){if(b[l(0xc1)]&&b[l(0xc5)])throw Log[l(0xc6)](l(0xda));let f=b[l(0xc1)];b[l(0xc5)]&&(f=![]),this[l(0xdb)][l(0xba)]({'allowInsecure':f}),Log[l(0xd2)](l(0xbd)+f);}}catch(g){console[l(0xc6)](g),process[l(0xc7)](0x0);}},a47f);function a47c(){const m=['CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','36297536vXOLhF','disallowInsecure','error','exit','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x0a\x20\x20There\x20are\x20occasions\x20where\x20your\x20network\x20may\x20need\x20an\x20intermediate\x20certificate\x0a\x20\x20to\x20allow\x20connections\x20outside.\x20\x20You\x20may\x20set\x20your\x20certificate\x20path\x20using\x20the\x20command:\x0a\x0a\x20\x20maka\x20set:gc\x20--cacert\x0a\x20\x20','35ioMfhU','5634992CbpbWo','Set\x20workspace:\x20','cacert','constructor','search','workspace','isFile','430770FsKKsB','success','Set\x20global\x20Maka-CLI\x20settings','215324lkTCus','(((.+)+)+)+$','1253938MCvWpq','1561052ycfTrc','boolean','174354KQuvuv','One\x20or\x20the\x20other\x20buddy','fsi','setGlobalConfig','resolve','maka\x20set:gc\x20--workspace\x20<path>','Set\x20allowInsecure:\x20','maka\x20set:gc\x20--insecure\x20<path>','toString','apply','allowInsecure','isDirectory'];a47c=function(){return m;};return a47c();}
1
+ function a46d(a,b){const c=a46c();return a46d=function(d,e){d=d-0x157;let f=c[d];return f;},a46d(a,b);}const a46k=a46d;function a46c(){const m=['allowInsecure','(((.+)+)+)+$','cacert','error','76135wKPRMx','Set\x20global\x20Maka-CLI\x20settings','isFile','390435YIpcmT','maka\x20set:gc\x20--insecure\x20<path>','workspace','search','toString','1456900ByqfnZ','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x0a\x20\x20There\x20are\x20occasions\x20where\x20your\x20network\x20may\x20need\x20an\x20intermediate\x20certificate\x0a\x20\x20to\x20allow\x20connections\x20outside.\x20\x20You\x20may\x20set\x20your\x20certificate\x20path\x20using\x20the\x20command:\x0a\x0a\x20\x20maka\x20set:gc\x20--cacert\x0a\x20\x20','exit','499152ylnTSj','setGlobalConfig','466842oHblXE','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','boolean','isDirectory','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','487734pXwUTb','One\x20or\x20the\x20other\x20buddy','89865uIvpEd','global-config','Set\x20CA\x20Cert\x20Path:\x20','resolve','Set\x20allowInsecure:\x20','18YrErum','maka\x20set:gc\x20--workspace\x20<path>','fsi','44HrcWZT','create','success','14wQYAEZ','help','disallowInsecure','Could\x20not\x20find\x20directory','12XtJWzL','apply','maka\x20set:global-config\x20--cacert\x20<path>'];a46c=function(){return m;};return a46c();}(function(a,b){const h=a46d,c=a();while(!![]){try{const d=-parseInt(h(0x171))/0x1+-parseInt(h(0x17e))/0x2+parseInt(h(0x174))/0x3+parseInt(h(0x16a))/0x4*(parseInt(h(0x15b))/0x5)+parseInt(h(0x159))/0x6*(-parseInt(h(0x166))/0x7)+parseInt(h(0x17c))/0x8*(-parseInt(h(0x160))/0x9)+parseInt(h(0x179))/0xa*(parseInt(h(0x163))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a46c,0x297ae));const a46b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a46d;if(c){const e=c[i(0x16b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a46a=a46b(this,function(){const j=a46d;return a46a[j(0x178)]()[j(0x177)](j(0x16e))['toString']()['constructor'](a46a)[j(0x177)](j(0x16e));});a46a();import a46e from'path';import a46f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a46k(0x164)]({'name':a46k(0x15c),'usage':'maka\x20set:global-config\x20<args>','aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[a46k(0x16f),'allowInsecure',a46k(0x168),a46k(0x176),a46k(0x167)],'shortDesc':a46k(0x172),'description':a46k(0x17a),'examples':[a46k(0x16c),a46k(0x175),a46k(0x161)]},async function(a,b){const l=a46k;try{if(b[l(0x16f)]){if(this[l(0x162)][l(0x173)](b[l(0x16f)]))this[l(0x162)][l(0x17d)]({'cert':b[l(0x16f)]}),Log['success'](l(0x15d)+b['cacert']);else{const c=typeof b['cacert']===l(0x180)?l(0x158):l(0x17f)+b[l(0x16f)];throw Log[l(0x170)](c);}}if(b['workspace']){const d=this[l(0x162)][l(0x157)](b[l(0x176)]);if(d)this[l(0x162)][l(0x17d)]({'workspace':a46e[l(0x15e)](b[l(0x176)])}),Log[l(0x165)]('Set\x20workspace:\x20'+a46e[l(0x15e)](b[l(0x176)]));else throw Log[l(0x170)](l(0x169));}if(b['allowInsecure']){if(b[l(0x16d)]&&b[l(0x168)])throw Log[l(0x170)](l(0x15a));let f=b['allowInsecure'];b['disallowInsecure']&&(f=![]),this['fsi'][l(0x17d)]({'allowInsecure':f}),Log[l(0x165)](l(0x15f)+f);}}catch(g){console[l(0x170)](g),process[l(0x17b)](0x0);}},a46f);
@@ -1 +1 @@
1
- var a48i=a48d;(function(a,b){var f=a48d,c=a();while(!![]){try{var d=-parseInt(f(0x184))/0x1*(parseInt(f(0x191))/0x2)+-parseInt(f(0x18e))/0x3+parseInt(f(0x18c))/0x4*(-parseInt(f(0x182))/0x5)+-parseInt(f(0x192))/0x6*(-parseInt(f(0x18d))/0x7)+parseInt(f(0x17e))/0x8+-parseInt(f(0x187))/0x9*(-parseInt(f(0x190))/0xa)+parseInt(f(0x186))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a48c,0x20d64));function a48c(){var k=['maka\x20set:lc\x20<opts>','create','constructor','16emNoWb','41937UpAuAe','245214RGlPfP','Sorry,\x20not\x20implemented\x20yet','20bLlbKP','18PEqhrY','54wJYdcY','1493312FpSbKq','apply','maka\x20set:local-config\x20<opts>','toString','202625YcMsQR','Set\x20local\x20maka\x20app\x20settings','29089CGXMdu','search','4377934QhzmXW','7029tcZfPV','(((.+)+)+)+$'];a48c=function(){return k;};return a48c();}function a48d(a,b){var c=a48c();return a48d=function(d,e){d=d-0x17e;var f=c[d];return f;},a48d(a,b);}var a48b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a48d;if(c){var e=c[g(0x17f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a48a=a48b(this,function(){var h=a48d;return a48a[h(0x181)]()[h(0x185)](h(0x188))['toString']()[h(0x18b)](a48a)[h(0x185)](h(0x188));});a48a();import a48e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a48i(0x18a)]({'name':'local-config','usage':'maka\x20set:local-config\x20<opts>','examples':[a48i(0x189),a48i(0x180)],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a48i(0x183),'validOpts':[],'description':'\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20'},async function(){var j=a48i;Log['notice'](j(0x18f));},a48e);
1
+ function a47c(){var j=['maka\x20set:lc\x20<opts>','2129498gmDMCT','toString','2865628LzPKkv','constructor','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','Set\x20local\x20maka\x20app\x20settings','496585BCUGiW','(((.+)+)+)+$','3892944LCkuEZ','18iKuLwk','2175318HNZoks','apply','local-config','create','maka\x20set:local-config\x20<opts>','50327cKDOdH','9206664gqMbYa'];a47c=function(){return j;};return a47c();}function a47d(a,b){var c=a47c();return a47d=function(d,e){d=d-0x88;var f=c[d];return f;},a47d(a,b);}var a47i=a47d;(function(a,b){var f=a47d,c=a();while(!![]){try{var d=-parseInt(f(0x8a))/0x1*(-parseInt(f(0x96))/0x2)+parseInt(f(0x97))/0x3+-parseInt(f(0x8f))/0x4+parseInt(f(0x93))/0x5+parseInt(f(0x95))/0x6+parseInt(f(0x8d))/0x7+-parseInt(f(0x8b))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a47c,0x58a9c));var a47b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a47d;if(c){var e=c[g(0x98)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a47a=a47b(this,function(){var h=a47d;return a47a['toString']()['search']('(((.+)+)+)+$')[h(0x8e)]()[h(0x90)](a47a)['search'](h(0x94));});a47a();import a47e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a47i(0x88)]({'name':a47i(0x99),'usage':a47i(0x89),'examples':[a47i(0x8c),'maka\x20set:local-config\x20<opts>'],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a47i(0x92),'validOpts':[],'description':a47i(0x91)},async function(){Log['notice']('Sorry,\x20not\x20implemented\x20yet');},a47e);
@@ -1 +1 @@
1
- const a49h=a49d;(function(a,b){const f=a49d,c=a();while(!![]){try{const d=-parseInt(f(0x1f9))/0x1*(parseInt(f(0x202))/0x2)+parseInt(f(0x205))/0x3+parseInt(f(0x200))/0x4*(-parseInt(f(0x1fd))/0x5)+parseInt(f(0x1f4))/0x6*(parseInt(f(0x1f7))/0x7)+-parseInt(f(0x1f6))/0x8*(-parseInt(f(0x1fa))/0x9)+parseInt(f(0x1f5))/0xa+-parseInt(f(0x1fe))/0xb*(parseInt(f(0x206))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a49c,0x76d64));const a49b=(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;};}()),a49a=a49b(this,function(){const g=a49d;return a49a[g(0x201)]()['search'](g(0x1fc))[g(0x201)]()[g(0x1fb)](a49a)[g(0x1f8)](g(0x1fc));});function a49d(a,b){const c=a49c();return a49d=function(d,e){d=d-0x1f3;let f=c[d];return f;},a49d(a,b);}a49a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a49h(0x203)]({'name':a49h(0x204),'usage':a49h(0x1f3),'minArgLength':0x1,'shortDesc':'Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','description':'\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x20\x20','validOpts':[]},async function(a,b){const i=a49h,c=a[0x0];if(b[i(0x1ff)])throw new UsageError();const d=this[i(0x207)](c);d&&this['runSubCommand'](c,a,b);});export default SetCommand;function a49c(){const j=['create','set','2538498gzgKJe','137208GyVonm','findSubCommand','maka\x20set:<sub-command>\x20<opts>','12IvgsDA','6361390aGwPxr','2345016RDrPXS','3349682RQTdkz','search','128815aorelP','18UUbwTE','constructor','(((.+)+)+)+$','40170iHMiay','748illIyh','help','428cripiu','toString','14jIGhxe'];a49c=function(){return j;};return a49c();}
1
+ const a48h=a48d;function a48d(a,b){const c=a48c();return a48d=function(d,e){d=d-0xd3;let f=c[d];return f;},a48d(a,b);}(function(a,b){const f=a48d,c=a();while(!![]){try{const d=parseInt(f(0xe3))/0x1*(-parseInt(f(0xdf))/0x2)+-parseInt(f(0xd5))/0x3*(-parseInt(f(0xdb))/0x4)+-parseInt(f(0xe4))/0x5+-parseInt(f(0xd9))/0x6+parseInt(f(0xd8))/0x7+-parseInt(f(0xe7))/0x8+parseInt(f(0xe5))/0x9*(parseInt(f(0xe6))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a48c,0x20cb2));const a48b=(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;};}()),a48a=a48b(this,function(){const g=a48d;return a48a['toString']()[g(0xde)](g(0xe1))[g(0xd7)]()[g(0xdc)](a48a)[g(0xde)](g(0xe1));});a48a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a48h(0xda)]({'name':a48h(0xe2),'usage':a48h(0xe0),'minArgLength':0x1,'shortDesc':a48h(0xd3),'description':'\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x20\x20','validOpts':[]},async function(a,b){const i=a48h,c=a[0x0];if(b[i(0xd4)])throw new UsageError();const d=this[i(0xdd)](c);d&&this[i(0xd6)](c,a,b);});export default SetCommand;function a48c(){const j=['3OesFwM','runSubCommand','toString','1433712cEfayr','151830tSoEEj','create','422196DzfgOC','constructor','findSubCommand','search','10zsSeez','maka\x20set:<sub-command>\x20<opts>','(((.+)+)+)+$','set','53702KwnNvF','1267275iYJdLi','729YbLHmn','73260BCVDRb','1777432ndRmvY','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','help'];a48c=function(){return j;};return a48c();}
@@ -1 +1 @@
1
- const a50m=a50d;function a50c(){const o=['maka\x20ssh\x20--env\x20dev','5806948syabSk','create','search','(((.+)+)+)+$','maka\x20ssh\x20<command>','1006172EEQIAL','error','apply','40074576KNDbbO','toString','2HCfZPl','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','exit','5208jCCqfg','4735709nPniTk','35652BSbQdQ','parse','constructor','20934LHkMIu','889MwLyrc','3qLZmfM','maka\x20ssh\x20--env\x20prod','sshSync','env','10zUAWcn','ssh.json','4639570cafBMV','readFileSync','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','maka\x20ssh\x20--env\x20staging','length','getConfigPath','join','ssh'];a50c=function(){return o;};return a50c();}(function(a,b){const j=a50d,c=a();while(!![]){try{const d=parseInt(j(0x129))/0x1*(parseInt(j(0x147))/0x2)+parseInt(j(0x133))/0x3*(-parseInt(j(0x142))/0x4)+-parseInt(j(0x139))/0x5+parseInt(j(0x12e))/0x6*(parseInt(j(0x132))/0x7)+-parseInt(j(0x12c))/0x8*(parseInt(j(0x131))/0x9)+-parseInt(j(0x137))/0xa*(parseInt(j(0x12d))/0xb)+parseInt(j(0x14a))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a50c,0xbd716));const a50b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a50d;if(c){const e=c[k(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a50a=a50b(this,function(){const l=a50d;return a50a[l(0x128)]()[l(0x144)](l(0x145))[l(0x128)]()[l(0x130)](a50a)[l(0x144)](l(0x145));});function a50d(a,b){const c=a50c();return a50d=function(d,e){d=d-0x128;let f=c[d];return f;},a50d(a,b);}a50a();import a50e from'fs';import a50f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a50m(0x143)]({'name':a50m(0x140),'usage':a50m(0x146),'mustBeInMakaProject':!![],'requiredOpts':[a50m(0x136)],'validOpts':['env','v'],'shortDesc':'Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','examples':[a50m(0x141),a50m(0x13c),a50m(0x134),a50m(0x13b),'maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22',a50m(0x12a)]},async function(a,b){const n=a50m;try{const c=this['fsi'][n(0x13e)](b[n(0x136)]);let d='';a[n(0x13d)]>0x0&&(d=a[0x0]);const f=a50f[n(0x13f)](c,n(0x138)),g=a50e[n(0x13a)](f)[n(0x128)](),h=JSON[n(0x12f)](g);Object['assign'](h,{'env':c}),SSH[n(0x135)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b['v']});}catch(i){console[n(0x148)](i),process[n(0x12b)](0x0);}});
1
+ const a49m=a49d;(function(a,b){const j=a49d,c=a();while(!![]){try{const d=-parseInt(j(0x197))/0x1+-parseInt(j(0x199))/0x2+parseInt(j(0x182))/0x3+parseInt(j(0x17f))/0x4+-parseInt(j(0x18a))/0x5*(-parseInt(j(0x185))/0x6)+-parseInt(j(0x18e))/0x7+-parseInt(j(0x18d))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a49c,0xb6deb));const a49b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a49d;if(c){const e=c[k(0x194)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a49a=a49b(this,function(){const l=a49d;return a49a[l(0x183)]()['search']('(((.+)+)+)+$')[l(0x183)]()[l(0x191)](a49a)[l(0x18f)]('(((.+)+)+)+$');});a49a();import a49e from'fs';import a49f from'path';import{Command}from'../command.js';function a49c(){const o=['Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','800823VEvMBb','toString','length','96dIiTOP','error','maka\x20ssh\x20--env\x20staging','maka\x20ssh\x20<command>','assign','350605XBwWZX','maka\x20ssh\x20--env\x20prod','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','1231584UlHdPm','9048627NaNqkl','search','sshSync','constructor','exit','ssh','apply','readFileSync','getConfigPath','197744fbKGDo','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','777584PxUipn','fsi','create','env','maka\x20ssh\x20--env\x20dev','5573212QICbsg'];a49c=function(){return o;};return a49c();}function a49d(a,b){const c=a49c();return a49d=function(d,e){d=d-0x17c;let f=c[d];return f;},a49d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a49m(0x17c)]({'name':a49m(0x193),'usage':a49m(0x188),'mustBeInMakaProject':!![],'requiredOpts':[a49m(0x17d)],'validOpts':['env','v'],'shortDesc':a49m(0x180),'examples':[a49m(0x17e),a49m(0x187),a49m(0x18b),a49m(0x181),a49m(0x18c),a49m(0x198)]},async function(a,b){const n=a49m;try{const c=this[n(0x19a)][n(0x196)](b[n(0x17d)]);let d='';a[n(0x184)]>0x0&&(d=a[0x0]);const f=a49f['join'](c,'ssh.json'),g=a49e[n(0x195)](f)['toString'](),h=JSON['parse'](g);Object[n(0x189)](h,{'env':c}),SSH[n(0x190)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b['v']});}catch(i){console[n(0x186)](i),process[n(0x192)](0x0);}});
@@ -1 +1 @@
1
- const a51y=a51d;(function(a,b){const v=a51d,c=a();while(!![]){try{const d=parseInt(v(0x1ba))/0x1+-parseInt(v(0x1bd))/0x2*(parseInt(v(0x1de))/0x3)+parseInt(v(0x1cd))/0x4+-parseInt(v(0x1e2))/0x5+parseInt(v(0x1b0))/0x6*(parseInt(v(0x1be))/0x7)+-parseInt(v(0x1ec))/0x8*(parseInt(v(0x1ca))/0x9)+parseInt(v(0x1c6))/0xa*(-parseInt(v(0x1c0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a51c,0x6749e));const a51b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a51d;if(c){const e=c[w(0x1e5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a51a=a51b(this,function(){const x=a51d;return a51a[x(0x1d1)]()['search'](x(0x1c3))[x(0x1d1)]()['constructor'](a51a)[x(0x1b1)]('(((.+)+)+)+$');});a51a();import a51e from'fs';function a51c(){const A=['.key','28476PXeAmo','domains','maka\x20ssl\x20[command]','maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process','1712665wWeNAy','.crt','stringify','apply','/ssh.json','join','Remote\x20host\x20connection\x20successful','ssh','maka\x20ssl\x20--env\x20dev\x20generate-csr','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','130048HWwlZx','174CuuEwY','search','generate-csr','genSSC','success','[?]\x20Domains\x20to\x20register:\x20','.csr','ping','domainNames','appName','627873WrLsWg','letsencrypt.json','uname\x20-a','134UmqVLF','179753xOEUqP','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','588148ZeSRWr','getConfigPath','getProjectConfig','(((.+)+)+)+$','readFileSync','Please\x20provide\x20a\x20command.','50zekNnn','start','The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','mkKeysDir','63kyYuvT','error','env','1640540oIyDaC','ask','assign','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','toString','email','fsi','\x20--email\x20','sudo\x20snap\x20install\x20--classic\x20certbot','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','notice','create','parse','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','Checking\x20remote\x20host\x20availability','Create\x20and\x20manage\x20your\x20SSL\x20operations.'];a51c=function(){return A;};return a51c();}import a51f from'path';import{Actions}from'../tools/actions/actions.class.js';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{SSL}from'../tools/ssl/ssl.class.js';function a51d(a,b){const c=a51c();return a51d=function(d,e){d=d-0x1b0;let f=c[d];return f;},a51d(a,b);}Command[a51y(0x1d8)]({'name':'ssl','usage':a51y(0x1e0),'validOpts':[a51y(0x1df),a51y(0x1d2)],'requiredOpts':[a51y(0x1cc)],'shortDesc':a51y(0x1dc),'mustBeInMakaProject':!![],'minArgLength':0x1,'examples':[a51y(0x1ea),a51y(0x1bf),a51y(0x1e1)]},async function(a,b){const z=a51y,c=this[z(0x1d3)][z(0x1c2)](),d=this[z(0x1d3)][z(0x1c1)](b['env']),f=this[z(0x1d3)][z(0x1c9)]({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===z(0x1b2))SSL['genCSR']({'keyName':c[z(0x1b9)]+z(0x1dd),'csrName':c[z(0x1b9)]+z(0x1b6),'cwd':f});else{if(g==='generate-ssc'){if(!a51e['existsSync'](a51f[z(0x1e7)](f,c[z(0x1b9)]+z(0x1dd))))throw z(0x1c8)+a51f[z(0x1e7)](f,c[z(0x1b9)]+'.key');if(!a51e['existsSync'](a51f[z(0x1e7)](f,c[z(0x1b9)]+z(0x1b6))))throw z(0x1da)+a51f[z(0x1e7)](f,c['appName']+z(0x1b6));SSL[z(0x1b3)]({'keyName':c[z(0x1b9)]+z(0x1dd),'crtName':c[z(0x1b9)]+z(0x1e3),'cwd':f}),Log[z(0x1d7)]('New\x20CSR\x20written\x20to\x20'+f);}else{if(g==='letsencrypt'){let h=b[z(0x1df)],i=b[z(0x1d2)];try{const p=a51e[z(0x1c4)](a51f[z(0x1e7)](d,z(0x1bb)))[z(0x1d1)](),q=JSON[z(0x1d9)](p);h=b[z(0x1df)]?b[z(0x1df)]:q[z(0x1b8)],i=b[z(0x1d2)]?b[z(0x1d2)]:q['emailUpdate'],(!b[z(0x1d2)]||!b[z(0x1df)])&&Log['notice']('Using\x20saved\x20letsencrypt\x20config');}catch(r){}const j=JSON[z(0x1d9)](a51e['readFileSync'](d+z(0x1e6))['toString']());Object[z(0x1cf)](j,{'env':d}),Log[z(0x1d7)](z(0x1db));try{const s=SSH[z(0x1b7)](z(0x1bc),j);if(!s)throw z(0x1d6);if(s)Log[z(0x1b4)](z(0x1e8));}catch(t){Log['error'](t);return;}const k=Log['withSpinner']();k[z(0x1c7)]('Verifying\x20Letsencrypt\x20configuration'),SSH[z(0x1e9)](z(0x1d0),{...j}),SSH['ssh'](z(0x1d5),{...j}),SSH[z(0x1e9)]('sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot',{...j}),k[z(0x1b4)]();const l=h?h:await Actions[z(0x1ce)](z(0x1b5)),m=i?i:await Actions[z(0x1ce)]('Email\x20to\x20use\x20for\x20auto-updates:\x20');SSH['ssh'](z(0x1eb)+l+z(0x1d4)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[z(0x1e4)](n,null,0x2);a51e['writeFileSync'](a51f['join'](d,z(0x1bb)),o);}else throw z(0x1c5);}}}catch(u){console[z(0x1cb)](u),process['exit'](0x0);}});
1
+ const a50y=a50d;(function(a,b){const v=a50d,c=a();while(!![]){try{const d=parseInt(v(0x76))/0x1*(-parseInt(v(0xac))/0x2)+-parseInt(v(0x85))/0x3*(parseInt(v(0x9d))/0x4)+-parseInt(v(0x9e))/0x5+parseInt(v(0xa8))/0x6*(-parseInt(v(0xa5))/0x7)+-parseInt(v(0x7c))/0x8*(-parseInt(v(0xa0))/0x9)+-parseInt(v(0x7a))/0xa+parseInt(v(0xa1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a50c,0x8016f));const a50b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a50d;if(c){const e=c[w(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a50a=a50b(this,function(){const x=a50d;return a50a[x(0x93)]()[x(0x96)](x(0x9c))['toString']()['constructor'](a50a)[x(0x96)](x(0x9c));});function a50d(a,b){const c=a50c();return a50d=function(d,e){d=d-0x74;let f=c[d];return f;},a50d(a,b);}a50a();import a50e from'fs';import a50f from'path';function a50c(){const A=['apply','domains','success','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','exit','fsi','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','getConfigPath','2397639TiHwUx','Verifying\x20Letsencrypt\x20configuration','letsencrypt.json','domainNames','Email\x20to\x20use\x20for\x20auto-updates:\x20','appName','error','withSpinner','generate-ssc','getProjectConfig','[?]\x20Domains\x20to\x20register:\x20','Create\x20and\x20manage\x20your\x20SSL\x20operations.','ask','Remote\x20host\x20connection\x20successful','toString','maka\x20ssl\x20[command]','Checking\x20remote\x20host\x20availability','search','parse','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','New\x20CSR\x20written\x20to\x20','/ssh.json','maka\x20ssl\x20--env\x20dev\x20generate-csr','(((.+)+)+)+$','4MauIWO','4809365bextPr','existsSync','27GRGBoj','41496103vhENoT','notice','ssh','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','157787EstGoE','Using\x20saved\x20letsencrypt\x20config','env','174gSdvwo','letsencrypt','ssl','.key','19414BCcqDY','.csr','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','emailUpdate','generate-csr','email','genSSC','\x20--email\x20','create','1OSAHYP','join','The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','.crt','10349580SAEGKd','start','564592dcIXVF'];a50c=function(){return A;};return a50c();}import{Actions}from'../tools/actions/actions.class.js';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{SSL}from'../tools/ssl/ssl.class.js';Command[a50y(0x75)]({'name':a50y(0xaa),'usage':a50y(0x94),'validOpts':[a50y(0x7e),'email'],'requiredOpts':[a50y(0xa7)],'shortDesc':a50y(0x90),'mustBeInMakaProject':!![],'minArgLength':0x1,'examples':[a50y(0x9b),a50y(0xa4),'maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process']},async function(a,b){const z=a50y,c=this['fsi'][z(0x8e)](),d=this[z(0x82)][z(0x84)](b['env']),f=this[z(0x82)]['mkKeysDir']({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===z(0xb0))SSL['genCSR']({'keyName':c[z(0x8a)]+z(0xab),'csrName':c['appName']+z(0xad),'cwd':f});else{if(g===z(0x8d)){if(!a50e[z(0x9f)](a50f[z(0x77)](f,c[z(0x8a)]+z(0xab))))throw z(0x78)+a50f[z(0x77)](f,c['appName']+'.key');if(!a50e[z(0x9f)](a50f[z(0x77)](f,c[z(0x8a)]+'.csr')))throw z(0xae)+a50f[z(0x77)](f,c[z(0x8a)]+z(0xad));SSL[z(0xb2)]({'keyName':c[z(0x8a)]+z(0xab),'crtName':c[z(0x8a)]+z(0x79),'cwd':f}),Log[z(0xa2)](z(0x99)+f);}else{if(g===z(0xa9)){let h=b[z(0x7e)],i=b[z(0xb1)];try{const p=a50e['readFileSync'](a50f[z(0x77)](d,z(0x87)))[z(0x93)](),q=JSON[z(0x97)](p);h=b[z(0x7e)]?b[z(0x7e)]:q[z(0x88)],i=b[z(0xb1)]?b['email']:q[z(0xaf)],(!b[z(0xb1)]||!b['domains'])&&Log[z(0xa2)](z(0xa6));}catch(r){}const j=JSON[z(0x97)](a50e['readFileSync'](d+z(0x9a))[z(0x93)]());Object['assign'](j,{'env':d}),Log[z(0xa2)](z(0x95));try{const s=SSH['ping']('uname\x20-a',j);if(!s)throw z(0x83);if(s)Log['success'](z(0x92));}catch(t){Log['error'](t);return;}const k=Log[z(0x8c)]();k[z(0x7b)](z(0x86)),SSH[z(0xa3)](z(0x98),{...j}),SSH[z(0xa3)]('sudo\x20snap\x20install\x20--classic\x20certbot',{...j}),SSH['ssh'](z(0x80),{...j}),k[z(0x7f)]();const l=h?h:await Actions[z(0x91)](z(0x8f)),m=i?i:await Actions[z(0x91)](z(0x89));SSH[z(0xa3)]('sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20'+l+z(0x74)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON['stringify'](n,null,0x2);a50e['writeFileSync'](a50f['join'](d,z(0x87)),o);}else throw'Please\x20provide\x20a\x20command.';}}}catch(u){console[z(0x8b)](u),process[z(0x81)](0x0);}});
@@ -1 +1 @@
1
- function a52c(){const t=['isFile','process.env','filter','26545ARxVPJ','8NPCuiq','test-packages','packages','unit','6259498RAxhZO','Meteor\x20Settings:\x20','driver-package','development','meteortesting:mocha','rawLogs','toString','argv','concat','warn','once','--full-app','search','35279514xOPaSv','none','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','utf8','inspect','notice','openSync','config.json','driver','engines','(((.+)+)+)+$','fsi','jasmine','--driver-package','readFileSync','invokeMeteorCommand','Node\x20Env\x20Config:\x20','722632qKCKDU','parse','apply','settings.json','sanjo:jasmine','Cannot\x20find\x20Node\x20Environment\x20File:\x20','1728550GqxNcy','mocha','5455230AlmEnG','splice','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','--settings','join','getConfigPath','test','42dnxJbv','--packages','782991wnOGwf','exit','error','maka\x20test\x20<opts>','.maka','testAppPath','--driver','10rFcekK','env'];a52c=function(){return t;};return a52c();}const a52q=a52d;(function(a,b){const m=a52d,c=a();while(!![]){try{const d=parseInt(m(0x226))/0x1*(-parseInt(m(0x218))/0x2)+-parseInt(m(0x21a))/0x3+-parseInt(m(0x227))/0x4*(parseInt(m(0x20f))/0x5)+-parseInt(m(0x211))/0x6+-parseInt(m(0x1eb))/0x7+-parseInt(m(0x209))/0x8+-parseInt(m(0x1f8))/0x9*(-parseInt(m(0x221))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0x7e0f0));const a52b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a52d;if(c){const e=c[n(0x20b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a52a=a52b(this,function(){const o=a52d;return a52a[o(0x1f1)]()[o(0x1f7)](o(0x202))[o(0x1f1)]()['constructor'](a52a)[o(0x1f7)]('(((.+)+)+)+$');});a52a();function a52d(a,b){const c=a52c();return a52d=function(d,e){d=d-0x1ea;let f=c[d];return f;},a52d(a,b);}import a52e from'fs';import a52f from'path';import a52g from'dotenv';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const p=a52d;a52e[p(0x1fe)](a,'r'),a52g['config']({'path':a});};Command['create']({'name':'test','mustBeInMakaProject':!![],'validOpts':[a52q(0x1f5),a52q(0x229),a52q(0x200),'driverPackage',a52q(0x1ea),a52q(0x222),a52q(0x1f0),'port',a52q(0x1fc),a52q(0x21f)],'usage':a52q(0x21d),'shortDesc':a52q(0x1fa),'examples':[]},function(a,b){const r=a52q;try{let c=this[r(0x203)][r(0x216)](r(0x1ee));b['env']&&(c=this[r(0x203)][r(0x216)](b[r(0x222)]));(!b[r(0x1ea)]||!!b['once'])&&(a=a[r(0x1f3)]([r(0x1f6)]));b[r(0x1ea)]&&delete b[r(0x1ea)];let d=b[r(0x1ed)]||b[r(0x200)]||r(0x1f9);if(d===r(0x1f9)){const j=JSON[r(0x20a)](a52e[r(0x206)](a52f['join'](this[r(0x203)]['findProjectDirectory'](),r(0x21e),r(0x1ff)),r(0x1fb)));if(j[r(0x201)][r(0x217)]===r(0x204))d=r(0x20d);else j[r(0x201)][r(0x217)]===r(0x210)&&(d=r(0x1ef));}if(d===r(0x1f9))throw r(0x213);(!b[r(0x1ed)]||!b[r(0x200)])&&(a=a[r(0x1f3)]([r(0x205),d]));const f=a52f['join'](c,r(0x20c));this[r(0x203)][r(0x223)](f)?(Log['notice'](r(0x1ec)+f),a=a[r(0x1f3)]([r(0x214),f])):Log[r(0x1f4)]('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+f);const g=a52f[r(0x215)](c,r(0x224));this['fsi'][r(0x223)](g)?(Log[r(0x1fd)](r(0x208)+g),syncSource(g)):Log[r(0x1f4)](r(0x20e)+g);const h=process[r(0x1f2)]['slice'](0x2)['filter'](k=>k!=='--env')[r(0x225)](k=>k!==r(0x217))[r(0x225)](k=>k!==a[0x0]);h['forEach']((k,l)=>{const s=r;(k==='--env'||k===s(0x220))&&h['splice'](l,0x2),k===s(0x219)&&h[s(0x212)](l,0x1);});const i=b[r(0x229)]?r(0x228):'test';this[r(0x203)][r(0x207)](i,a[r(0x1f3)](h));}catch(k){console[r(0x21c)](k),process[r(0x21b)](0x0);}});
1
+ const a51p=a51d;(function(a,b){const m=a51d,c=a();while(!![]){try{const d=parseInt(m(0x19d))/0x1*(-parseInt(m(0x196))/0x2)+parseInt(m(0x197))/0x3+parseInt(m(0x1a7))/0x4+-parseInt(m(0x1c3))/0x5+-parseInt(m(0x18c))/0x6*(parseInt(m(0x1aa))/0x7)+-parseInt(m(0x194))/0x8*(-parseInt(m(0x189))/0x9)+parseInt(m(0x1bc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a51c,0xa878e));const a51b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a51d;if(c){const e=c[n(0x19a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a51a=a51b(this,function(){const o=a51d;return a51a[o(0x1ae)]()[o(0x1c0)](o(0x1b6))[o(0x1ae)]()['constructor'](a51a)[o(0x1c0)](o(0x1b6));});a51a();import a51e from'fs';import a51f from'path';import a51g from'dotenv';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a51c(){const s=['rawLogs','env','parse','sanjo:jasmine','testAppPath','packages','splice','meteortesting:mocha','158328lmRbWm','--packages','invokeMeteorCommand','6121941idQaaj','Cannot\x20find\x20Node\x20Environment\x20File:\x20','utf8','--driver','toString','warn','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','Meteor\x20Settings:\x20','.maka','Node\x20Env\x20Config:\x20','exit','create','(((.+)+)+)+$','unit','once','config.json','test','join','37895430DWbaDK','getConfigPath','--driver-package','--full-app','search','readFileSync','process.env','6207735OwgArA','driver','fsi','inspect','driverPackage','297ptHChH','none','driver-package','6ZPQjRa','forEach','jasmine','concat','error','development','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','35032DFDUPb','--env','1366rcKFzZ','253437KKGTMv','notice','slice','apply','port','findProjectDirectory','1833cxjwZr','isFile'];a51c=function(){return s;};return a51c();}function a51d(a,b){const c=a51c();return a51d=function(d,e){d=d-0x189;let f=c[d];return f;},a51d(a,b);}const syncSource=function(a){a51e['openSync'](a,'r'),a51g['config']({'path':a});};Command[a51p(0x1b5)]({'name':'test','mustBeInMakaProject':!![],'validOpts':['once',a51p(0x1a4),'driver',a51p(0x1c7),a51p(0x1b7),a51p(0x1a0),a51p(0x19f),a51p(0x19b),a51p(0x1c6),a51p(0x1a3)],'usage':'maka\x20test\x20<opts>','shortDesc':a51p(0x193),'examples':[]},function(a,b){const q=a51p;try{let c=this['fsi']['getConfigPath'](q(0x191));b[q(0x1a0)]&&(c=this[q(0x1c5)][q(0x1bd)](b[q(0x1a0)]));(!b[q(0x1b7)]||!!b[q(0x1b8)])&&(a=a[q(0x18f)]([q(0x1bf)]));b[q(0x1b7)]&&delete b['unit'];let d=b[q(0x18b)]||b[q(0x1c4)]||'none';if(d===q(0x18a)){const j=JSON[q(0x1a1)](a51e[q(0x1c1)](a51f['join'](this[q(0x1c5)][q(0x19c)](),q(0x1b2),q(0x1b9)),q(0x1ac)));if(j['engines'][q(0x1ba)]===q(0x18e))d=q(0x1a2);else j['engines'][q(0x1ba)]==='mocha'&&(d=q(0x1a6));}if(d==='none')throw q(0x192);(!b['driver-package']||!b[q(0x1c4)])&&(a=a['concat']([q(0x1be),d]));const f=a51f[q(0x1bb)](c,'settings.json');this[q(0x1c5)]['isFile'](f)?(Log[q(0x198)](q(0x1b1)+f),a=a[q(0x18f)](['--settings',f])):Log['warn'](q(0x1b0)+f);const g=a51f[q(0x1bb)](c,q(0x1c2));this[q(0x1c5)][q(0x19e)](g)?(Log[q(0x198)](q(0x1b3)+g),syncSource(g)):Log[q(0x1af)](q(0x1ab)+g);const h=process['argv'][q(0x199)](0x2)['filter'](k=>k!==q(0x195))['filter'](k=>k!==q(0x1ba))['filter'](k=>k!==a[0x0]);h[q(0x18d)]((k,l)=>{const r=q;(k===r(0x195)||k===r(0x1ad))&&h[r(0x1a5)](l,0x2),k===r(0x1a8)&&h['splice'](l,0x1);});const i=b[q(0x1a4)]?'test-packages':q(0x1ba);this['fsi'][q(0x1a9)](i,a[q(0x18f)](h));}catch(k){console[q(0x190)](k),process[q(0x1b4)](0x0);}});
@@ -1 +1 @@
1
- const a53l=a53d;function a53d(a,b){const c=a53c();return a53d=function(d,e){d=d-0x18a;let f=c[d];return f;},a53d(a,b);}function a53c(){const n=['Project\x27s\x20Meteor\x20Node\x20Version\x20','N/A','node\x20-v','173965BUhmTZ','platform','replace','fsi','compareMakaToLatest','warn','3pteZvf','Project\x27s\x20Meteor\x20Version\x20','meteor.bat','\x0a\x20To\x20get\x20the\x20mongo\x20version\x20in\x20use\x20by\x20meteor:\x0a\x201)\x20Run\x20the\x20project,\x20\x22maka\x20run\x22\x0a\x202)\x20In\x20a\x20new\x20terminal\x20open\x20the\x20mongo\x20shell,\x20\x22maka\x20mongo\x22','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.','4595697jLRYTU','61708lSnKpD','toString','majestic','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','(((.+)+)+)+$','204xSCDfr','30023PtghpH','notice','bright','35USCVxq','1339944dWTLCJ','meteor','create','getProjectsMeteorNodeVersion','maka\x20v','maka\x20version','2976104GBcFQq','18010146eiLaMX','search','System\x27s\x20Node\x20Version\x20','\x20node\x20-v','error','apply','10tiniBY','isMakaProject','----------------------Project----------------------------'];a53c=function(){return n;};return a53c();}(function(a,b){const i=a53d,c=a();while(!![]){try{const d=parseInt(i(0x196))/0x1+parseInt(i(0x1b2))/0x2*(-parseInt(i(0x19c))/0x3)+-parseInt(i(0x1a2))/0x4*(parseInt(i(0x1ab))/0x5)+-parseInt(i(0x1a7))/0x6*(parseInt(i(0x1a8))/0x7)+parseInt(i(0x1ac))/0x8+-parseInt(i(0x1a1))/0x9*(-parseInt(i(0x190))/0xa)+parseInt(i(0x18a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0xb67f6));const a53b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a53d;if(c){const e=c[j(0x18f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a53a=a53b(this,function(){const k=a53d;return a53a['toString']()[k(0x18b)](k(0x1a6))[k(0x1a3)]()['constructor'](a53a)[k(0x18b)]('(((.+)+)+)+$');});a53a();import{execSync}from'child_process';import a53e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const pjson={'version':'4.5.11'};Command[a53l(0x1ae)]({'name':'version','aliases':['v'],'usage':a53l(0x1b1),'maxArgLength':0x1,'validOpts':[],'shortDesc':'Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','examples':[a53l(0x1b0),'maka\x20version']},async function(){const m=a53l;try{const a=process[m(0x197)]==='win32'?m(0x19e):m(0x1ad);Log[m(0x1a4)]('Maka\x20'+pjson['version']),await this['fsi'][m(0x19a)](),Log[m(0x1aa)]('----------------------System----------------------------');const b=this['fsi']['getGlobalMeteorVersion']();Log[m(0x1aa)](('System\x27s\x20Meteor\x20Version\x20'+b)[m(0x198)]('\x0a',''));const c=execSync(a+m(0x18d))[m(0x1a3)]()[m(0x198)](/\r?\n|\r/,'')['replace']('v','');Log[m(0x1aa)](m(0x1a5)+c);const d=execSync(m(0x195))[m(0x1a3)]()[m(0x198)](/\r?\n|\r/,'')['replace']('v','');a53e['gt'](c,d)?(Log[m(0x19b)]('System\x27s\x20Node\x20Version\x20'+d),Log['warn']('\x20!\x20consider\x20updating\x20your\x20node\x20version\x20('+d+')\x20to\x20at\x20least\x20meteor\x27s\x20('+c+')')):Log[m(0x1aa)](m(0x18c)+d);if(this[m(0x199)][m(0x191)]()){Log[m(0x1aa)](m(0x192));const f=this[m(0x199)]['getProjectMeteorVersion']();a53e['gt'](b,f)?(Log[m(0x19b)](m(0x19d)+f['replace']('\x0a','')),Log[m(0x19b)]('\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20'+b+'\x22')):Log[m(0x1a9)]((m(0x19d)+f)['replace']('\x0a',''));const g=await this['fsi'][m(0x1af)]();g===m(0x194)?(Log[m(0x19b)](m(0x193)+g),Log['warn'](m(0x1a0))):Log[m(0x1aa)]('Project\x27s\x20Meteor\x20Node\x20Version\x20'+g),Log[m(0x1aa)](m(0x19f));}}catch(h){console[m(0x18e)](h),process['exit'](0x0);}});
1
+ const a52k=a52d;(function(a,b){const i=a52d,c=a();while(!![]){try{const d=-parseInt(i(0x143))/0x1+-parseInt(i(0x12c))/0x2*(parseInt(i(0x135))/0x3)+parseInt(i(0x138))/0x4+-parseInt(i(0x13e))/0x5*(-parseInt(i(0x130))/0x6)+parseInt(i(0x152))/0x7+-parseInt(i(0x141))/0x8+parseInt(i(0x14a))/0x9*(parseInt(i(0x146))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0xada06));const a52b=(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;};}()),a52a=a52b(this,function(){const j=a52d;return a52a[j(0x140)]()[j(0x134)]('(((.+)+)+)+$')[j(0x140)]()['constructor'](a52a)[j(0x134)](j(0x142));});function a52c(){const m=['8392840SZaoHL','(((.+)+)+)+$','1020312rkIlsF','System\x27s\x20Node\x20Version\x20','create','1520EByPWT','Project\x27s\x20Meteor\x20Node\x20Version\x20','error','getGlobalMeteorVersion','67914CNkOqd','warn','getProjectMeteorVersion','----------------------Project----------------------------','\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20','meteor','Project\x27s\x20Meteor\x20Version\x20','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.','7266196axrTco','isMakaProject','replace','win32','2Ltluff','maka\x20v',')\x20to\x20at\x20least\x20meteor\x27s\x20(','bright','170850QgsyyJ','notice','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','System\x27s\x20Meteor\x20Version\x20','search','3195714QmpKaL','platform','compareMakaToLatest','2542836lHkDgr','\x20!\x20consider\x20updating\x20your\x20node\x20version\x20(','maka\x20version','----------------------System----------------------------','meteor.bat','fsi','180gIzVeo','node\x20-v','toString'];a52c=function(){return m;};return a52c();}a52a();import{execSync}from'child_process';function a52d(a,b){const c=a52c();return a52d=function(d,e){d=d-0x12a;let f=c[d];return f;},a52d(a,b);}import a52e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const pjson={'version':'4.5.12'};Command[a52k(0x145)]({'name':'version','aliases':['v'],'usage':a52k(0x13a),'maxArgLength':0x1,'validOpts':[],'shortDesc':a52k(0x132),'examples':[a52k(0x12d),a52k(0x13a)]},async function(){const l=a52k;try{const a=process[l(0x136)]===l(0x12b)?l(0x13c):l(0x14f);Log['majestic']('Maka\x20'+pjson['version']),await this[l(0x13d)][l(0x137)](),Log[l(0x12f)](l(0x13b));const b=this[l(0x13d)][l(0x149)]();Log[l(0x12f)]((l(0x133)+b)[l(0x12a)]('\x0a',''));const c=execSync(a+'\x20node\x20-v')[l(0x140)]()['replace'](/\r?\n|\r/,'')[l(0x12a)]('v','');Log[l(0x12f)]('System\x27s\x20Meteor\x27s\x20Node\x20Version\x20'+c);const d=execSync(l(0x13f))['toString']()[l(0x12a)](/\r?\n|\r/,'')[l(0x12a)]('v','');a52e['gt'](c,d)?(Log[l(0x14b)](l(0x144)+d),Log['warn'](l(0x139)+d+l(0x12e)+c+')')):Log[l(0x12f)](l(0x144)+d);if(this[l(0x13d)][l(0x153)]()){Log[l(0x12f)](l(0x14d));const f=this[l(0x13d)][l(0x14c)]();a52e['gt'](b,f)?(Log[l(0x14b)](l(0x150)+f['replace']('\x0a','')),Log[l(0x14b)](l(0x14e)+b+'\x22')):Log[l(0x131)]((l(0x150)+f)['replace']('\x0a',''));const g=await this[l(0x13d)]['getProjectsMeteorNodeVersion']();g==='N/A'?(Log[l(0x14b)](l(0x147)+g),Log[l(0x14b)](l(0x151))):Log['bright'](l(0x147)+g),Log[l(0x12f)]('\x0a\x20To\x20get\x20the\x20mongo\x20version\x20in\x20use\x20by\x20meteor:\x0a\x201)\x20Run\x20the\x20project,\x20\x22maka\x20run\x22\x0a\x202)\x20In\x20a\x20new\x20terminal\x20open\x20the\x20mongo\x20shell,\x20\x22maka\x20mongo\x22');}}catch(h){console[l(0x148)](h),process['exit'](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a54d,c=a();while(!![]){try{var d=parseInt(f(0xb6))/0x1+parseInt(f(0xb5))/0x2*(parseInt(f(0xad))/0x3)+-parseInt(f(0xb1))/0x4*(-parseInt(f(0xb0))/0x5)+parseInt(f(0xb3))/0x6+parseInt(f(0xac))/0x7*(parseInt(f(0xb7))/0x8)+parseInt(f(0xaf))/0x9*(-parseInt(f(0xb4))/0xa)+-parseInt(f(0xb2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0xb8e3c));var a54b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a54d;if(c){var e=c[g(0xae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){var h=a54d;return a54a[h(0xaa)]()[h(0xab)]('(((.+)+)+)+$')[h(0xaa)]()[h(0xa9)](a54a)[h(0xab)]('(((.+)+)+)+$');});a54a();function a54c(){var i=['6499026VHpbrH','7310cNBynN','2144LLzyFA','24062566CavVfn','3260022EPdYHs','10FfnMhn','113016cCyIPc','464863rtUqjJ','3744xaqICr','constructor','toString','search','10297yEUYGf','63oWQTPJ','apply'];a54c=function(){return i;};return a54c();}function a54d(a,b){var c=a54c();return a54d=function(d,e){d=d-0xa9;var f=c[d];return f;},a54d(a,b);}export class UsageError{}export class UsageErrorWithSubs{}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}
1
+ (function(a,b){var f=a53d,c=a();while(!![]){try{var d=parseInt(f(0x11e))/0x1+parseInt(f(0x120))/0x2+parseInt(f(0x125))/0x3+-parseInt(f(0x11d))/0x4*(parseInt(f(0x121))/0x5)+-parseInt(f(0x11c))/0x6*(-parseInt(f(0x122))/0x7)+-parseInt(f(0x124))/0x8+-parseInt(f(0x123))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0xd2b7d));var a53b=(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;};}()),a53a=a53b(this,function(){var g=a53d;return a53a[g(0x11f)]()['search']('(((.+)+)+)+$')[g(0x11f)]()['constructor'](a53a)[g(0x127)](g(0x126));});a53a();export class UsageError{}export class UsageErrorWithSubs{}export class MustBeInProjectError{}function a53c(){var h=['849700wPtQua','toString','2579820JBupCK','15hhGazi','7VHlQdB','9957033hBNbSg','10306824PDdbRF','4953144nCHuJK','(((.+)+)+)+$','search','1957512LJPImN','1145492tWOniF'];a53c=function(){return h;};return a53c();}function a53d(a,b){var c=a53c();return a53d=function(d,e){d=d-0x11c;var f=c[d];return f;},a53d(a,b);}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}
@@ -1 +1 @@
1
- const a55u=a55d;(function(a,b){const q=a55d,c=a();while(!![]){try{const d=parseInt(q(0x149))/0x1*(-parseInt(q(0x180))/0x2)+-parseInt(q(0x176))/0x3+-parseInt(q(0x152))/0x4+-parseInt(q(0x195))/0x5+parseInt(q(0x163))/0x6*(-parseInt(q(0x18f))/0x7)+-parseInt(q(0x16f))/0x8*(-parseInt(q(0x189))/0x9)+parseInt(q(0x159))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0xa40f9));const a55b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a55d;if(c){const e=c[r(0x142)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){const s=a55d;return a55a[s(0x188)]()[s(0x173)](s(0x14d))[s(0x188)]()[s(0x175)](a55a)[s(0x173)]('(((.+)+)+)+$');});a55a();function a55c(){const G=['pop','findGenerator','Alias','push','assign','getPro','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','toString','11613006TkndYW','map','call','notice','where','Generator\x20requires\x20a\x20handler\x20function','28QsyEkQ','singleLicense','Generator\x20requires\x20a\x20name','Generator.create\x20requires\x20some\x20options!','checkWhere','keys','3456800JPskfi','--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27','Too\x20few\x20options','forEach','chdir','To\x20use\x20this\x20generator,\x20\x22','resourceName','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','slice','help','fsi','proGenerators','listGenerators','apply','appPathPrefix','bright','cwd','validateMeteorInstall','domainLicense','validateMakaProject','7QnjPZZ','includes','invoke','both','(((.+)+)+)+$','findProjectDirectory','join','tableList','aliases','2531544abPmbc','To\x20use\x20these\x20pro\x20flags,\x20\x22','Too\x20many\x20arguments','Name','list','minOptsLength','Both','29130370BprFxK','split','sep','colLocAnswer','\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27','length','maxArgLength','Too\x20few\x20arguments','lib','options','562302vVqXmb','name','create','validateMakaSubscription','dir','number','minArgLength','Server','_handler','validateParams','There\x20is\x20no\x20Meteor\x20application\x20here','Description','8WbyNAb','error','server','proFlags','search','Generator.create\x20requires\x20a\x20handler\x20function!','constructor','2938971CYvKHU','addGenerator\x20requires\x20a\x20Generator\x20instance','sort','Too\x20many\x20options','usage','bind','client','mustHaveMeteorInstalled','_generators','License\x20error,\x20you\x20may\x20need\x20to\x20re-login\x20or\x20delete\x20your\x20~/.maka/global-config.json\x20file\x20to\x20regenerate\x20a\x20free\x20license.','243602SfTEJO'];a55c=function(){return G;};return a55c();}import a55e from'path';import a55f from'cli-table';import{paramCase}from'change-case';import a55g from'./generators/maka.gen.js';import{Log}from'./tools/log/log.class.js';import{Tool}from'./tool.js';import{Actions}from'./tools/actions/actions.class.js';import{UsageError,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError}from'./error.js';let _prevGen='';function a55d(a,b){const c=a55c();return a55d=function(d,e){d=d-0x13b;let f=c[d];return f;},a55d(a,b);}function inside(a='.',b){const t=a55d,c=process[t(0x145)]();let d=null;try{process[t(0x199)](a),d=b();}finally{process[t(0x199)](c);}return d;}export class Generator extends Tool{[a55u(0x162)];['_generators'];constructor(a,b){const v=a55u;super();if(!a)throw new Error('Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object');if(!a[v(0x164)])throw new Error(v(0x191));if(typeof b!=='function')throw new Error(v(0x18e));this[v(0x17e)]=[],this['options']=Object['assign']({},a),this[v(0x164)]=this[v(0x162)][v(0x164)],this[v(0x16b)]=b[v(0x17b)](this);}static[a55u(0x165)](a,b,c){const w=a55u;if(!a)throw new Error(w(0x192));if(typeof b!=='function')throw new Error(w(0x174));const d=new Generator(a,b);return c=c||a55g,Object[w(0x185)](d,{'parent':c?.['options']?.[w(0x164)]}),c['addGenerator'](d),d;}['addGenerator'](a){const x=a55u;if(!(a instanceof Generator))throw new Error(x(0x177));this[x(0x17e)][x(0x184)](a);}[a55u(0x182)](a){const y=a55u,b=this[y(0x17e)]['find'](c=>c['match'](a));return b;}async[a55u(0x166)](a,b){const z=a55u,c=this['findGenerator'](a[0x0]);if(c){const d=c?.[z(0x164)]||a[0x0],e=c?.['parent']||'',f=Object[z(0x194)](b),g=await this[z(0x13f)][z(0x186)]();!g&&(Log[z(0x170)](z(0x17f)),process['exit'](0x1));const h=!g?.['roles'][z(0x14a)](z(0x190))&&!g?.['roles'][z(0x14a)](z(0x147)),i=g?.[z(0x140)][z(0x14a)](d)||g?.[z(0x140)][z(0x14a)](e);if(i&&h)throw z(0x19a)+d+'\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27';if(f[z(0x15e)]>0x0){const j=g?.[z(0x172)]['filter'](k=>f[z(0x14a)](k));if(j&&j[z(0x15e)]>0x0&&h)throw z(0x153)+j?.['join'](',\x20')+z(0x15d);}}}async[a55u(0x14b)](a,b){const A=a55u,{usage:usage='',description:description='',examples:examples=[],shortDesc:c,requiredOpts:requiredOpts=[],validOpts:d}=this[A(0x162)];try{await this['validateMakaSubscription'](a,b);}catch(g){Log['error'](g),process['exit'](0x1);}const f=a[A(0x13d)]();b[A(0x13b)]=f[0x0];try{if((a[0x0]===_prevGen||a['length']===0x0)&&b[A(0x13e)])throw new UsageError();if(this[A(0x162)]['mustBeInMakaProject']){const h=this[A(0x148)]();if(!h)throw new MustBeInProjectError();}if(this[A(0x162)][A(0x17d)]){const i=this[A(0x146)]();if(!i)throw new NoMeteorFoundError();}if(typeof this['options'][A(0x169)]===A(0x168)){if(a['length']<this[A(0x162)][A(0x169)]){Log['error'](A(0x160));throw new UsageError();}}if(typeof this[A(0x162)][A(0x15f)]===A(0x168)){if(a[A(0x15e)]>this[A(0x162)][A(0x15f)]){Log[A(0x170)](A(0x154));throw new UsageError();}}if(typeof this['options'][A(0x157)]==='number'){if(Object[A(0x194)](b)[A(0x15e)]<this[A(0x162)][A(0x157)]){Log[A(0x170)](A(0x197));throw new UsageError();}}if(typeof this[A(0x162)]['maxOptsLength']===A(0x168)){if(Object[A(0x194)](b)[A(0x15e)]>=this['options']['maxOptsLength']){Log[A(0x170)](A(0x179));throw new UsageError();}}this[A(0x16c)](a,b,this['options']);if(!b[A(0x13b)]&&!this[A(0x162)]['noResource']){Log[A(0x170)]('No\x20resource\x20name\x20specified');throw new UsageError();}_prevGen=a[0x0];}catch(j){Log[A(0x17a)](description,examples,usage,c,requiredOpts,d);if(j instanceof UsageError)this['_generators']['length']>0x0&&b['help']&&(Log[A(0x18c)]('Generators:'),this[A(0x150)](this[A(0x17e)]));else{if(j instanceof MustBeInProjectError)Log[A(0x170)](A(0x13c));else{if(j instanceof NoMeteorFoundError)Log[A(0x170)](A(0x187)),Log['notice']('Please\x20run\x20\x22maka\x20install\x20meteor\x22');else{if(j instanceof NoMeteorAppFoundError)Log[A(0x170)](A(0x16d));else throw j;}}}process['exit'](0x1);}return new Promise(k=>{const B=A;inside(b[B(0x145)],async()=>{const C=B;try{if(!b['root']&&!this[C(0x13f)][C(0x14e)]())throw new MustBeInProjectError();const l=b[C(0x13b)]?.['replace'](/\\/g,'/')[C(0x15a)]('/');!b[C(0x167)]&&(l?.['length']>0x1?(b[C(0x13b)]=l[C(0x181)](),f[0x0]=b[C(0x13b)],b[C(0x167)]=l[C(0x18a)](m=>{return paramCase(m);})[C(0x14f)](a55e[C(0x15b)])):b['dir']='');if(this[C(0x162)][C(0x193)]){if(!b[C(0x18d)]){const n={'type':C(0x156),'name':C(0x15c),'message':'Location','choices':[{'name':'Client','value':C(0x17c)},{'name':C(0x16a),'value':C(0x171)},{'name':C(0x158),'value':'both'}]},{colLocAnswer:o}=await Actions[C(0x162)](n);o?b['where']=o:b[C(0x18d)]=C(0x14c);}const m=['both',C(0x17c),'server'];if(!m[C(0x14a)](b[C(0x18d)])){Log['error'](C(0x196));throw new UsageError();}switch(b['where']){case C(0x14c):b[C(0x143)]=C(0x161);break;case C(0x171):b[C(0x143)]=C(0x171);break;case C(0x17c):b[C(0x143)]=C(0x17c);break;default:b[C(0x143)]='';}}k(this[C(0x16b)][C(0x18b)](this,f,b));}catch(p){console[C(0x170)](p);}});});}[a55u(0x141)](){const D=a55u;this[D(0x150)](this[D(0x17e)]);}[a55u(0x150)](a){const E=a55u,b=new a55f({});b[E(0x184)]([E(0x155),E(0x183),E(0x16e)]),a[E(0x178)]()[E(0x198)](c=>{const F=E;b[F(0x184)]([c['name'],c[F(0x151)](),c['shortDesc']()]);}),Log[E(0x144)](b['toString']());}}
1
+ const a54u=a54d;(function(a,b){const q=a54d,c=a();while(!![]){try{const d=parseInt(q(0x1bd))/0x1*(parseInt(q(0x1c8))/0x2)+-parseInt(q(0x1ff))/0x3*(parseInt(q(0x1da))/0x4)+parseInt(q(0x1d3))/0x5+-parseInt(q(0x1b3))/0x6*(-parseInt(q(0x1fe))/0x7)+-parseInt(q(0x1e3))/0x8*(parseInt(q(0x1f0))/0x9)+-parseInt(q(0x1ec))/0xa+parseInt(q(0x203))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x8682b));function a54c(){const G=['No\x20resource\x20name\x20specified','server','parent','singleLicense','validateMakaSubscription','Both','1aQMyqf','constructor','To\x20use\x20this\x20generator,\x20\x22','exit','findGenerator','roles','Too\x20few\x20arguments','resourceName','domainLicense','validateMakaProject','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','646978dgJTbb','Generator\x20requires\x20a\x20handler\x20function','where','proGenerators','search','noResource','fsi','appPathPrefix','validateParams','_handler','push','299245gwJWCd','keys','name','proFlags','chdir','maxArgLength','minArgLength','12IFXfCk','assign','match','invoke','Generator.create\x20requires\x20a\x20handler\x20function!','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','client','bright','number','8786104bkGfnX','tableList','includes','To\x20use\x20these\x20pro\x20flags,\x20\x22','length','join','Server','error','cwd','7051290FstSTz','Description','Too\x20many\x20arguments','bind','9jnxNnM','lib','usage','apply','colLocAnswer','aliases','sep','filter','split','call','maxOptsLength','\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27','options','(((.+)+)+)+$','377916BDrWGt','827961NVJaJr','function','dir','findProjectDirectory','24849990fQXDdO','both','help','toString','shortDesc','There\x20is\x20no\x20Meteor\x20application\x20here','replace','map','Too\x20few\x20options','sort','Please\x20run\x20\x22maka\x20install\x20meteor\x22','minOptsLength','Too\x20many\x20options','License\x20error,\x20you\x20may\x20need\x20to\x20re-login\x20or\x20delete\x20your\x20~/.maka/global-config.json\x20file\x20to\x20regenerate\x20a\x20free\x20license.','_generators','mustBeInMakaProject','addGenerator','60cvQMTB','forEach','mustHaveMeteorInstalled','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly'];a54c=function(){return G;};return a54c();}const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a54d;if(c){const e=c[r(0x1f3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const s=a54d;return a54a['toString']()[s(0x1cc)](s(0x1fd))[s(0x206)]()[s(0x1be)](a54a)[s(0x1cc)](s(0x1fd));});a54a();import a54e from'path';import a54f from'cli-table';function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0x1ac;let f=c[d];return f;},a54d(a,b);}import{paramCase}from'change-case';import a54g from'./generators/maka.gen.js';import{Log}from'./tools/log/log.class.js';import{Tool}from'./tool.js';import{Actions}from'./tools/actions/actions.class.js';import{UsageError,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError}from'./error.js';let _prevGen='';function inside(a='.',b){const t=a54d,c=process[t(0x1eb)]();let d=null;try{process[t(0x1d7)](a),d=b();}finally{process['chdir'](c);}return d;}export class Generator extends Tool{['options'];[a54u(0x1b0)];constructor(a,b){const v=a54u;super();if(!a)throw new Error(v(0x1c7));if(!a[v(0x1d5)])throw new Error('Generator\x20requires\x20a\x20name');if(typeof b!==v(0x200))throw new Error(v(0x1c9));this[v(0x1b0)]=[],this[v(0x1fc)]=Object[v(0x1db)]({},a),this[v(0x1d5)]=this['options']['name'],this['_handler']=b[v(0x1ef)](this);}static['create'](a,b,c){const w=a54u;if(!a)throw new Error('Generator.create\x20requires\x20some\x20options!');if(typeof b!==w(0x200))throw new Error(w(0x1de));const d=new Generator(a,b);return c=c||a54g,Object[w(0x1db)](d,{'parent':c?.[w(0x1fc)]?.[w(0x1d5)]}),c[w(0x1b2)](d),d;}[a54u(0x1b2)](a){const x=a54u;if(!(a instanceof Generator))throw new Error('addGenerator\x20requires\x20a\x20Generator\x20instance');this['_generators'][x(0x1d2)](a);}[a54u(0x1c1)](a){const y=a54u,b=this[y(0x1b0)]['find'](c=>c[y(0x1dc)](a));return b;}async['validateMakaSubscription'](a,b){const z=a54u,c=this['findGenerator'](a[0x0]);if(c){const d=c?.[z(0x1d5)]||a[0x0],e=c?.[z(0x1b9)]||'',f=Object[z(0x1d4)](b),g=await this[z(0x1ce)]['getPro']();!g&&(Log['error'](z(0x1af)),process['exit'](0x1));const h=!g?.[z(0x1c2)][z(0x1e5)](z(0x1ba))&&!g?.[z(0x1c2)][z(0x1e5)](z(0x1c5)),i=g?.[z(0x1cb)]['includes'](d)||g?.[z(0x1cb)][z(0x1e5)](e);if(i&&h)throw z(0x1bf)+d+z(0x1fb);if(f[z(0x1e7)]>0x0){const j=g?.[z(0x1d6)][z(0x1f7)](k=>f[z(0x1e5)](k));if(j&&j[z(0x1e7)]>0x0&&h)throw z(0x1e6)+j?.[z(0x1e8)](',\x20')+z(0x1fb);}}}async[a54u(0x1dd)](a,b){const A=a54u,{usage:usage='',description:description='',examples:examples=[],shortDesc:c,requiredOpts:requiredOpts=[],validOpts:d}=this[A(0x1fc)];try{await this[A(0x1bb)](a,b);}catch(g){Log[A(0x1ea)](g),process['exit'](0x1);}const f=a['slice']();b[A(0x1c4)]=f[0x0];try{if((a[0x0]===_prevGen||a['length']===0x0)&&b[A(0x205)])throw new UsageError();if(this['options'][A(0x1b1)]){const h=this[A(0x1c6)]();if(!h)throw new MustBeInProjectError();}if(this[A(0x1fc)][A(0x1b5)]){const i=this['validateMeteorInstall']();if(!i)throw new NoMeteorFoundError();}if(typeof this[A(0x1fc)][A(0x1d9)]===A(0x1e2)){if(a[A(0x1e7)]<this[A(0x1fc)][A(0x1d9)]){Log[A(0x1ea)](A(0x1c3));throw new UsageError();}}if(typeof this['options'][A(0x1d8)]==='number'){if(a[A(0x1e7)]>this[A(0x1fc)]['maxArgLength']){Log[A(0x1ea)](A(0x1ee));throw new UsageError();}}if(typeof this[A(0x1fc)][A(0x1ad)]===A(0x1e2)){if(Object[A(0x1d4)](b)[A(0x1e7)]<this[A(0x1fc)][A(0x1ad)]){Log['error'](A(0x20b));throw new UsageError();}}if(typeof this['options'][A(0x1fa)]===A(0x1e2)){if(Object[A(0x1d4)](b)[A(0x1e7)]>=this[A(0x1fc)][A(0x1fa)]){Log[A(0x1ea)](A(0x1ae));throw new UsageError();}}this[A(0x1d0)](a,b,this['options']);if(!b[A(0x1c4)]&&!this[A(0x1fc)][A(0x1cd)]){Log[A(0x1ea)](A(0x1b7));throw new UsageError();}_prevGen=a[0x0];}catch(j){Log[A(0x1f2)](description,examples,usage,c,requiredOpts,d);if(j instanceof UsageError)this[A(0x1b0)][A(0x1e7)]>0x0&&b[A(0x205)]&&(Log['notice']('Generators:'),this[A(0x1e4)](this[A(0x1b0)]));else{if(j instanceof MustBeInProjectError)Log[A(0x1ea)](A(0x1df));else{if(j instanceof NoMeteorFoundError)Log['error'](A(0x1b6)),Log['notice'](A(0x1ac));else{if(j instanceof NoMeteorAppFoundError)Log[A(0x1ea)](A(0x208));else throw j;}}}process[A(0x1c0)](0x1);}return new Promise(k=>{const B=A;inside(b[B(0x1eb)],async()=>{const C=B;try{if(!b['root']&&!this[C(0x1ce)][C(0x202)]())throw new MustBeInProjectError();const l=b['resourceName']?.[C(0x209)](/\\/g,'/')[C(0x1f8)]('/');!b[C(0x201)]&&(l?.['length']>0x1?(b['resourceName']=l['pop'](),f[0x0]=b[C(0x1c4)],b[C(0x201)]=l[C(0x20a)](m=>{return paramCase(m);})[C(0x1e8)](a54e[C(0x1f6)])):b[C(0x201)]='');if(this['options']['checkWhere']){if(!b[C(0x1ca)]){const n={'type':'list','name':C(0x1f4),'message':'Location','choices':[{'name':'Client','value':'client'},{'name':C(0x1e9),'value':C(0x1b8)},{'name':C(0x1bc),'value':C(0x204)}]},{colLocAnswer:o}=await Actions[C(0x1fc)](n);o?b[C(0x1ca)]=o:b[C(0x1ca)]=C(0x204);}const m=[C(0x204),'client',C(0x1b8)];if(!m['includes'](b[C(0x1ca)])){Log[C(0x1ea)]('--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27');throw new UsageError();}switch(b[C(0x1ca)]){case C(0x204):b[C(0x1cf)]=C(0x1f1);break;case C(0x1b8):b[C(0x1cf)]=C(0x1b8);break;case'client':b[C(0x1cf)]=C(0x1e0);break;default:b['appPathPrefix']='';}}k(this[C(0x1d1)][C(0x1f9)](this,f,b));}catch(p){console[C(0x1ea)](p);}});});}['listGenerators'](){const D=a54u;this[D(0x1e4)](this[D(0x1b0)]);}[a54u(0x1e4)](a){const E=a54u,b=new a54f({});b[E(0x1d2)](['Name','Alias',E(0x1ed)]),a[E(0x20c)]()[E(0x1b4)](c=>{const F=E;b[F(0x1d2)]([c[F(0x1d5)],c[F(0x1f5)](),c[F(0x207)]()]);}),Log[E(0x1e1)](b[E(0x206)]());}}
@@ -1 +1 @@
1
- (function(a,b){var f=a56d,c=a();while(!![]){try{var d=-parseInt(f(0xbe))/0x1*(-parseInt(f(0xba))/0x2)+parseInt(f(0xb6))/0x3*(parseInt(f(0xb7))/0x4)+-parseInt(f(0xc0))/0x5*(parseInt(f(0xb8))/0x6)+-parseInt(f(0xbc))/0x7+parseInt(f(0xbf))/0x8+parseInt(f(0xbd))/0x9+-parseInt(f(0xc1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x97373));var a56b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a56d;if(c){var e=c[g(0xc3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a56a=a56b(this,function(){var h=a56d;return a56a[h(0xbb)]()[h(0xb9)](h(0xc2))[h(0xbb)]()['constructor'](a56a)[h(0xb9)]('(((.+)+)+)+$');});a56a();import'./services/_index.js';import'./api.js';import'./collection.js';import'./component.js';import'./config.js';import'./dbc.js';import'./hook.js';import'./kit.js';import'./layout.js';import'./methods.js';import'./package.js';import'./publish.js';import'./route.js';import'./service.js';import'./page.js';function a56c(){var i=['6880992MwDjRs','10kNZkgw','7726100lzVEIP','(((.+)+)+)+$','apply','51fXyayl','192028sTaQwQ','654000EidaZi','search','18582wsCVyt','toString','6668340pSGWgh','1204155GXjCzY','81arXukC'];a56c=function(){return i;};return a56c();}function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0xb6;var f=c[d];return f;},a56d(a,b);}import'./maka.gen.js';import'./dockerfile.js';import'./maka.gen.js';
1
+ (function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x6f))/0x1+parseInt(f(0x6b))/0x2*(-parseInt(f(0x69))/0x3)+parseInt(f(0x72))/0x4*(parseInt(f(0x74))/0x5)+parseInt(f(0x70))/0x6*(parseInt(f(0x65))/0x7)+-parseInt(f(0x6c))/0x8*(-parseInt(f(0x71))/0x9)+parseInt(f(0x6e))/0xa*(parseInt(f(0x64))/0xb)+-parseInt(f(0x73))/0xc*(parseInt(f(0x68))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x3e23c));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x6a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x6d)]()[h(0x66)]('(((.+)+)+)+$')['toString']()['constructor'](a55a)[h(0x66)](h(0x67));});a55a();import'./services/_index.js';import'./api.js';import'./collection.js';function a55c(){var i=['toString','4980ZaNKtp','224679uhcgVp','12LuzpUo','18zHtebD','1787424phMXFb','84EvVBuc','5KpHHNw','3014qifHVA','427238DjWtaP','search','(((.+)+)+)+$','185549wePyJU','612138ioPEpy','apply','4BgHmIF','1127320MoZvfq'];a55c=function(){return i;};return a55c();}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x64;var f=c[d];return f;},a55d(a,b);}import'./component.js';import'./config.js';import'./dbc.js';import'./hook.js';import'./kit.js';import'./layout.js';import'./methods.js';import'./package.js';import'./publish.js';import'./route.js';import'./service.js';import'./page.js';import'./maka.gen.js';import'./dockerfile.js';import'./maka.gen.js';