@maka/maka-cli 4.5.16 → 4.5.17
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.
- package/bundle/obf/package.json +1 -1
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/build/_index.js +1 -1
- package/bundle/obf/src/commands/build/build.js +1 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/create.js +1 -1
- package/bundle/obf/src/commands/debug.js +1 -1
- package/bundle/obf/src/commands/deploy.js +1 -1
- package/bundle/obf/src/commands/game/_index.js +1 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/play.command.js +1 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/inventory.js +1 -0
- package/bundle/obf/src/commands/game/sideQuest/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/puzzles.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/eventBus.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/generate.js +1 -1
- package/bundle/obf/src/commands/get/_index.js +1 -1
- package/bundle/obf/src/commands/get/get.command.js +1 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/help.js +1 -1
- package/bundle/obf/src/commands/jsdoc.js +1 -1
- package/bundle/obf/src/commands/lint.js +1 -1
- package/bundle/obf/src/commands/login.js +1 -1
- package/bundle/obf/src/commands/logout.js +1 -1
- package/bundle/obf/src/commands/logs.js +1 -1
- package/bundle/obf/src/commands/maka.cmd.js +1 -1
- package/bundle/obf/src/commands/murder.js +1 -1
- package/bundle/obf/src/commands/proxy.js +1 -1
- package/bundle/obf/src/commands/reconfig.js +1 -1
- package/bundle/obf/src/commands/run/_index.js +1 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/run/run.command.js +1 -1
- package/bundle/obf/src/commands/set/_index.js +1 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/set.command.js +1 -1
- package/bundle/obf/src/commands/ssh.js +1 -1
- package/bundle/obf/src/commands/ssl.js +1 -1
- package/bundle/obf/src/commands/test.js +1 -1
- package/bundle/obf/src/commands/version.js +1 -1
- package/bundle/obf/src/error.js +1 -1
- package/bundle/obf/src/generator.js +1 -1
- package/bundle/obf/src/generators/_index.js +1 -1
- package/bundle/obf/src/generators/api.js +1 -1
- package/bundle/obf/src/generators/collection.js +1 -1
- package/bundle/obf/src/generators/component.js +1 -1
- package/bundle/obf/src/generators/config.js +1 -1
- package/bundle/obf/src/generators/dbc.js +1 -1
- package/bundle/obf/src/generators/dockerfile.js +1 -1
- package/bundle/obf/src/generators/hook.js +1 -1
- package/bundle/obf/src/generators/kit.js +1 -1
- package/bundle/obf/src/generators/layout.js +1 -1
- package/bundle/obf/src/generators/maka.gen.js +1 -1
- package/bundle/obf/src/generators/methods.js +1 -1
- package/bundle/obf/src/generators/package.js +1 -1
- package/bundle/obf/src/generators/page.js +1 -1
- package/bundle/obf/src/generators/publish.js +1 -1
- package/bundle/obf/src/generators/route.js +1 -1
- package/bundle/obf/src/generators/service.js +1 -1
- package/bundle/obf/src/generators/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/translation.js +1 -1
- package/bundle/obf/src/maka.js +1 -1
- package/bundle/obf/src/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
- package/bundle/obf/src/tools/docker/docker.class.js +1 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
- package/bundle/obf/src/tools/https/https.class.js +1 -1
- package/bundle/obf/src/tools/https/https.interface.js +1 -1
- package/bundle/obf/src/tools/log/log.class.js +1 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a52j=a52d;function a52c(){const l=['372797Zlwfwf','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20','maka\x20create\x20Todo','874686qCEEJD','error','20748160BbKbrP','3661029zQDFnW','5DXrQgF','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','3hoTthj','maka\x20--help','114569ywZAss','(((.+)+)+)+$','maka\x20run','5218796ukshcA','maka','maybeProxyCommandToMeteor','constructor','1015914kFWHOk','exit','fsi','maka\x20<command>\x20[<args>]\x20[<opts>]','slice','apply','600AaRoRj','findSubCommand','search'];a52c=function(){return l;};return a52c();}function a52d(a,b){const c=a52c();return a52d=function(d,e){d=d-0xcc;let f=c[d];return f;},a52d(a,b);}(function(a,b){const g=a52d,c=a();while(!![]){try{const d=parseInt(g(0xe3))/0x1+parseInt(g(0xda))/0x2*(-parseInt(g(0xd1))/0x3)+parseInt(g(0xd6))/0x4+-parseInt(g(0xcf))/0x5*(-parseInt(g(0xe6))/0x6)+-parseInt(g(0xd3))/0x7*(-parseInt(g(0xe0))/0x8)+parseInt(g(0xce))/0x9+-parseInt(g(0xcd))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0xd593a));const a52b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a52d;if(c){const e=c[h(0xdf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a52a=a52b(this,function(){const i=a52d;return a52a['toString']()[i(0xe2)]('(((.+)+)+)+$')['toString']()[i(0xd9)](a52a)[i(0xe2)](i(0xd4));});a52a();import{Command}from'../command.js';const Maka=new Command({'name':a52j(0xd7),'minArgLength':0x1,'shortDesc':a52j(0xd0),'validOpts':[],'usage':a52j(0xdd),'disableAuthCheck':!![],'examples':[a52j(0xd2),'maka\x20install\x20meteor',a52j(0xe5),a52j(0xd5)],'description':a52j(0xe4)},async function(a,b){const k=a52j;try{const c=a[0x0],d=this[k(0xe1)](c);d?this['runSubCommand'](c,a[k(0xde)](0x1),b):this[k(0xdc)][k(0xd8)]();}catch(f){console[k(0xcc)](f),process[k(0xdb)](0x1);}});export default Maka;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a53i=a53d;(function(a,b){var f=a53d,c=a();while(!![]){try{var d=parseInt(f(0x8d))/0x1+parseInt(f(0x7b))/0x2*(-parseInt(f(0x7d))/0x3)+parseInt(f(0x83))/0x4+parseInt(f(0x8e))/0x5*(-parseInt(f(0x91))/0x6)+-parseInt(f(0x8c))/0x7*(-parseInt(f(0x90))/0x8)+parseInt(f(0x8a))/0x9*(-parseInt(f(0x7f))/0xa)+parseInt(f(0x85))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0x72741));var a53b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a53d;if(c){var e=c[g(0x7c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a53a=a53b(this,function(){var h=a53d;return a53a[h(0x89)]()[h(0x86)](h(0x88))[h(0x89)]()[h(0x80)](a53a)[h(0x86)](h(0x88));});function a53d(a,b){var c=a53c();return a53d=function(d,e){d=d-0x7b;var f=c[d];return f;},a53d(a,b);}a53a();import{Command}from'../command.js';function a53c(){var k=['toString','120753xpmgYB','%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','252DbfBqY','28300nVJHBW','25BuTwHA','exit','57648QYPfLY','704118MxwBIy','202bCMUDO','apply','3699WdvAqM','maka\x20murder','250YQRjgO','constructor','Murrrrderrrrr','font-family:\x20monospace','512084VdctjJ','log','12097657hoUFbl','search','murder','(((.+)+)+)+$'];a53c=function(){return k;};return a53c();}Command['create']({'name':a53i(0x87),'usage':a53i(0x7e),'maxArgLength':0x1,'shortDesc':a53i(0x81),'validOpts':[]},async function(){var j=a53i;try{console[j(0x84)](j(0x8b),j(0x82));}catch(a){console['error'](a),process[j(0x8f)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a54p=a54d;(function(a,b){const n=a54d,c=a();while(!![]){try{const d=parseInt(n(0xf1))/0x1*(-parseInt(n(0xef))/0x2)+-parseInt(n(0xfa))/0x3*(-parseInt(n(0xed))/0x4)+-parseInt(n(0xf8))/0x5+-parseInt(n(0xe7))/0x6*(parseInt(n(0x101))/0x7)+-parseInt(n(0x105))/0x8*(-parseInt(n(0xec))/0x9)+parseInt(n(0x106))/0xa+parseInt(n(0xe8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x71944));const a54b=(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;};}()),a54a=a54b(this,function(){const o=a54d;return a54a[o(0xe0)]()[o(0xfd)](o(0xf3))[o(0xe0)]()[o(0x102)](a54a)['search']('(((.+)+)+)+$');});a54a();import a54e from'fs';import a54f from'path';import a54g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0xdf;let f=c[d];return f;},a54d(a,b);}function a54c(){const r=['findGenerator','join','fsi','56ydvoaB','constructor','appName','bright','945448MXjbJy','7263690pVHYTP','isFile','toString','sslconfig','=>\x20SSL\x20Proxy\x20forwarding\x20','\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','maka\x20proxy','listenPort','.crt','562332Ietdqf','6039121BtmksQ','.key','development','genCSR','54edYfbC','452peYYtl','targetPort','2FclyVT','invoke','766859ZpsbPy','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','(((.+)+)+)+$','localhost','listen','utf8','maka\x20proxy\x20--target-host\x20http://192.168.1.20','4358470ZswobO','.csr','23073NxjvLp','mkKeysDir','targetHost','search'];a54c=function(){return r;};return a54c();}import{SSL}from'../tools/ssl/ssl.class.js';import a54h from'../generators/maka.gen.js';Command['create']({'name':'proxy','usage':'maka\x20proxy','mustBeInMakaProject':!![],'validOpts':['help',a54p(0xee),a54p(0xe5),a54p(0xfc)],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':a54p(0xe3),'examples':[a54p(0xe4),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000',a54p(0xf7)]},async function(a,b){const q=a54p,c=this[q(0x100)]['getProjectConfig'](),d=q(0xea),e=this[q(0x100)]['getConfigPath'](d),f=this[q(0x100)][q(0xfb)]({'configPath':e}),g=b[q(0xee)]?Number(b['targetPort']):0xbb8,h=b[q(0xe5)]?Number(b[q(0xe5)]):0xd73,i=b[q(0xfc)]?b[q(0xfc)]:q(0xf4),j=a54f[q(0xff)](f,c[q(0x103)]+q(0xe9)),k=a54f[q(0xff)](f,c[q(0x103)]+q(0xe6));if(!this[q(0x100)][q(0xdf)](j)||!this['fsi'][q(0xdf)](k)){const m=a54h[q(0xfe)]('sslconfig');m&&await m[q(0xf0)]([q(0xe1)],{'env':d}),SSL[q(0xeb)]({'keyName':c[q(0x103)]+q(0xe9),'csrName':c[q(0x103)]+q(0xf9),'cwd':f}),SSL['genSSC']({'keyName':c['appName']+q(0xe9),'crtName':c['appName']+q(0xe6),'cwd':f});}if(g===h){Log['error'](q(0xf2));throw new UsageError();}const l={'ssl':{'key':a54e['readFileSync'](j,q(0xf6)),'cert':a54e['readFileSync'](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a54g['createProxyServer'](l)[q(0xf5)](Number(h)),Log[q(0x104)](q(0xe2)+h+'\x20to\x20'+g);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a55q=a55d;(function(a,b){const n=a55d,c=a();while(!![]){try{const d=parseInt(n(0x1ba))/0x1*(-parseInt(n(0x1a2))/0x2)+parseInt(n(0x1aa))/0x3*(parseInt(n(0x1a7))/0x4)+parseInt(n(0x1a4))/0x5+parseInt(n(0x19f))/0x6+parseInt(n(0x1b8))/0x7*(-parseInt(n(0x19a))/0x8)+-parseInt(n(0x196))/0x9+-parseInt(n(0x1a0))/0xa*(parseInt(n(0x199))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x9198a));const a55b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a55d;if(c){const e=c[o(0x19d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){const p=a55d;return a55a[p(0x1b6)]()[p(0x194)]('(((.+)+)+)+$')[p(0x1b6)]()[p(0x19b)](a55a)[p(0x194)](p(0x1a3));});a55a();import a55e from'fs';function a55c(){const s=['6103524OGTBBv','9530xzcZGQ','env','302UKhMso','(((.+)+)+)+$','4663130QrfNhj','notice','~/pm2.config.js','4jqSjxe','create','exit','2821809WvKmeT','Checking\x20remote\x20host\x20availability','ssh','join','error','maka\x20reconfig\x20--env\x20prod','ping','readFileSync','Remote\x20host\x20connection\x20successful','getConfigPath','~/ses.json','settings.json','toString','uname\x20-a','21MoNzei','existsSync','913ELgXRU','_keys','pm2\x20delete\x20all','search','pm2.config.js','9890046ZLqMdE','assign','~/settings.json','8987utpAUo','743368JQpXJy','constructor','scp','apply','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.'];a55c=function(){return s;};return a55c();}import a55f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a55d(a,b){const c=a55c();return a55d=function(d,e){d=d-0x194;let f=c[d];return f;},a55d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a55q(0x1a8)]({'name':'reconfig','validOpts':[''],'requiredOpts':['env'],'mustBeInMakaProject':!![],'usage':'maka\x20reconfig','shortDesc':'Reconfigure\x20your\x20deployed\x20applications','description':'\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','examples':[a55q(0x1af)]},async function(a,b){const r=a55q;try{const c=this['fsi'][r(0x1b3)](b[r(0x1a1)]),d=a55f[r(0x1ad)](c,'ssh.json'),f=a55e[r(0x1b1)](d)[r(0x1b6)](),g=JSON['parse'](f);Object[r(0x197)](g,{'env':c}),Log[r(0x1a5)](r(0x1ab));const h=SSH[r(0x1b0)](r(0x1b7),g);if(!h)throw r(0x19e);if(h)Log['success'](r(0x1b2));const i=a55f[r(0x1ad)](c,r(0x1bb),'ses.json');if(a55e[r(0x1b9)](i)){const l={'source':i,'dest':r(0x1b4),'verbose':!![]};SSH['scp'](l,{...g});}const j=a55f[r(0x1ad)](c,r(0x195));SSH['scp']({'source':j,'dest':r(0x1a6),'verbose':!![]},{...g});const k=a55f[r(0x1ad)](c,r(0x1b5));SSH[r(0x19c)]({'source':k,'dest':r(0x198),'verbose':!![]},{...g}),SSH['sshSync'](r(0x1bc),g),await SSH[r(0x1ac)]('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',{...g},{'verbose':!![]});}catch(m){console[r(0x1ae)](m),process[r(0x1a9)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
(function(a,b){var f=a56d,c=a();while(!![]){try{var d=parseInt(f(0xc4))/0x1*(parseInt(f(0xc6))/0x2)+parseInt(f(0xcc))/0x3+-parseInt(f(0xca))/0x4*(parseInt(f(0xc7))/0x5)+-parseInt(f(0xc2))/0x6+parseInt(f(0xcb))/0x7+-parseInt(f(0xc3))/0x8*(-parseInt(f(0xc5))/0x9)+parseInt(f(0xce))/0xa*(-parseInt(f(0xcf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x88eae));var a56b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a56d;if(c){var e=c[g(0xc8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a56a=a56b(this,function(){var h=a56d;return a56a[h(0xc1)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a56a)[h(0xcd)](h(0xc9));});a56a();function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0xc1;var f=c[d];return f;},a56d(a,b);}import'./run.command.js';function a56c(){var i=['toString','2277162qesfHy','16DRRcYM','1xNqaUp','277713CVvAXO','2204798bZnCuG','5395310pMKfnE','apply','(((.+)+)+)+$','4kyMEuo','7231903knnPbO','2783133rWmFYt','search','10nmucFt','12161050bMddek'];a56c=function(){return i;};return a56c();}import'./docker.sub.cmd.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a57l=a57d;(function(a,b){const i=a57d,c=a();while(!![]){try{const d=parseInt(i(0x146))/0x1*(-parseInt(i(0x153))/0x2)+parseInt(i(0x137))/0x3+-parseInt(i(0x147))/0x4*(parseInt(i(0x150))/0x5)+-parseInt(i(0x155))/0x6*(parseInt(i(0x143))/0x7)+parseInt(i(0x13e))/0x8+parseInt(i(0x148))/0x9*(-parseInt(i(0x140))/0xa)+parseInt(i(0x152))/0xb*(parseInt(i(0x14a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xd8b9d));const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a57d;if(c){const e=c[j(0x156)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const k=a57d;return a57a[k(0x13f)]()['search'](k(0x149))['toString']()[k(0x139)](a57a)['search'](k(0x149));});function a57c(){const n=['1535090XrjYMs','templateContent','Docker\x20Compose\x20Path:\x20','1239cCmAGT','docker','notice','2083Jdvxqw','780936MpZevl','99CyePOw','(((.+)+)+)+$','1197528HVvghI','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','join','maka\x20run\x20docker','\x20up\x20--remove-orphans','getProjectConfig','5OkyaGY','exit','110LWcrDE','572HULVFL','\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','7602WMuiUy','apply','existsSync','inherit','4658934OwzDFa','pm2.config.js','constructor','getConfigPath','fsi','appName','PM2\x20Config\x20File:\x20','8324968jKqtPu','toString'];a57c=function(){return n;};return a57c();}a57a();import a57e from'./run.command.js';function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x135;let f=c[d];return f;},a57d(a,b);}import{execSync}from'child_process';import a57f from'path';import a57g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command['create']({'name':a57l(0x144),'aliases':['d'],'shortDesc':a57l(0x14b),'description':a57l(0x154),'usage':a57l(0x14d),'validOpts':['']},async function(){const m=a57l;try{const a=this[m(0x13b)][m(0x14f)](),b=this[m(0x13b)][m(0x13a)]('docker'),c=a57f['join'](b,'docker-compose.yaml'),d=a57f[m(0x14c)](b,m(0x138));Log[m(0x145)](m(0x13d)+d),Log[m(0x145)](m(0x142)+c);if(!a57g[m(0x135)](c)){const f={'app':a[m(0x13c)],'appFileCase':paramCase(a[m(0x13c)])},g=this[m(0x13b)][m(0x141)]({'srcPath':'config/docker-compose.yaml','context':f})+'\x0a';this[m(0x13b)]['createFile']({'filePath':c,'data':g});}execSync('docker-compose\x20--project-directory\x20'+b+m(0x14e),{'stdio':m(0x136)});}catch(h){process[m(0x151)](0x1);}},a57e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a58u=a58d;(function(a,b){const q=a58d,c=a();while(!![]){try{const d=-parseInt(q(0x1ff))/0x1+-parseInt(q(0x1fe))/0x2+parseInt(q(0x201))/0x3*(parseInt(q(0x1f0))/0x4)+-parseInt(q(0x1d0))/0x5*(-parseInt(q(0x1e7))/0x6)+-parseInt(q(0x1db))/0x7*(parseInt(q(0x1d6))/0x8)+parseInt(q(0x1d3))/0x9+parseInt(q(0x1e1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xdacdd));const a58b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a58d;if(c){const e=c[r(0x1f2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){const s=a58d;return a58a['toString']()['search'](s(0x1e0))[s(0x1d8)]()[s(0x1f7)](a58a)[s(0x1d9)]('(((.+)+)+)+$');});a58a();import a58e from'path';import a58f from'fs';import a58g from'dotenv';function a58c(){const x=['inspect','42712MPXAWR','--settings','toString','search','mobileServer','119KXZBFC','filter','docker','--env','concat','(((.+)+)+)+$','21064000hBjOtt','Cannot\x20find\x20Node\x20Environment\x20File:\x20','mobile-server','\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.','rawLogs','config','6HZHtEh','isDirectory','error','development','production','run','split','compareMakaToLatest','exit','52SQSHQH','port','apply','exclude-archs','.meteor','runSubCommand','join','constructor','create','extraPackages','findProjectDirectory','app','cordova-build','sep','2227254JOkBrz','1331939AQXbQK','openSync','184563CcClhv','fsi','warn','getConfigPath','Meteor\x20Settings:\x20','env','Run\x20your\x20Meteor\x20application','length','forEach','--production','notice','verbose','invokeMeteorCommand','argv','248725TEJsUc','findSubCommand','process.env','4289688vqzvzH','settings'];a58c=function(){return x;};return a58c();}function a58d(a,b){const c=a58c();return a58d=function(d,e){d=d-0x1c5;let f=c[d];return f;},a58d(a,b);}import{rimraf}from'rimraf';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const t=a58d;a58f[t(0x200)](a,'r'),a58g[t(0x1e6)]({'path':a});},Run=Command[a58u(0x1f8)]({'name':a58u(0x1ec),'mustBeInMakaProject':!![],'shortDesc':a58u(0x1c8),'description':a58u(0x1e4),'validOpts':[a58u(0x1c7),a58u(0x1dd),'r',a58u(0x1e5),'p',a58u(0x1f1),'i',a58u(0x1d5),'m',a58u(0x1da),'v',a58u(0x1cd),'allowIncompatibleUpdate',a58u(0x1f9),'x',a58u(0x1f3),a58u(0x1eb)]},async function(a,b){const v=a58u;try{const c=a[0x0],d=this[v(0x1d1)](c);d&&this[v(0x1f5)](c,a,b);if(c==='ios'){const m=this['fsi'][v(0x1fa)](),n=a58e[v(0x1f6)](m,v(0x1fb),v(0x1f4),'local',v(0x1fc));this[v(0x202)][v(0x1e8)](n)&&await rimraf(n);}if(b[v(0x1e3)]&&b[v(0x1e3)]===!![]||b['m']&&b['m']===!![])throw'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)';await this[v(0x202)][v(0x1ee)]();const f=b[v(0x1c7)]?b[v(0x1c7)]:v(0x1ea),g=this[v(0x202)][v(0x1c5)](f),h=a58e[v(0x1f6)](g,v(0x1d2));let i=a58e[v(0x1f6)](g,'settings.json');b[v(0x1d4)]?i=b[v(0x1d4)]:i=a58e[v(0x1f6)](g,'settings.json');if(this['fsi']['isFile'](h)&&!b['docker'])Log[v(0x1cc)]('Node\x20Env\x20Config:\x20'+h),syncSource(h);else!b[v(0x1dd)]&&Log[v(0x203)](v(0x1e2)+h);this['fsi']['isFile'](i)?(Log[v(0x1cc)](v(0x1c6)+i),a=a[v(0x1df)]([v(0x1d7),i])):Log[v(0x203)]('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+i);const j=g[v(0x1ed)](a58e[v(0x1fd)]),k=j[j[v(0x1c9)]-0x1];k===v(0x1eb)&&a['push'](v(0x1cb));const l=process[v(0x1cf)]['slice'](0x2)[v(0x1dc)](o=>o!==v(0x1ec))['filter'](o=>o!==a[0x0]);l[v(0x1ca)]((o,p)=>{const w=v;o===w(0x1de)&&l['splice'](p,0x2),o==='-e'&&l['splice'](p,0x2);}),this['fsi'][v(0x1ce)]('run',a[v(0x1df)](l));}catch(o){console[v(0x1e9)](o),process[v(0x1ef)](0x1);}});export default Run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
(function(a,b){var f=a59d,c=a();while(!![]){try{var d=parseInt(f(0xe6))/0x1+-parseInt(f(0xe5))/0x2+-parseInt(f(0xe2))/0x3+parseInt(f(0xef))/0x4*(-parseInt(f(0xe4))/0x5)+-parseInt(f(0xe3))/0x6*(parseInt(f(0xe1))/0x7)+-parseInt(f(0xe7))/0x8*(-parseInt(f(0xee))/0x9)+parseInt(f(0xed))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xb14e8));var a59b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a59d;if(c){var e=c[g(0xea)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a59a=a59b(this,function(){var h=a59d;return a59a[h(0xec)]()['search']('(((.+)+)+)+$')[h(0xec)]()[h(0xeb)](a59a)[h(0xe8)](h(0xe9));});function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0xe1;var f=c[d];return f;},a59d(a,b);}a59a();import'./set.command.js';import'./global.sub.cmd.js';function a59c(){var i=['209688moIzsv','5JcFltq','2527562oWolem','1406656fTFZcd','4206824vefAkg','search','(((.+)+)+)+$','apply','constructor','toString','17961550obUhml','9GSIFKA','3842548RVuHRU','84hOqpSl','1075866RrHyiL'];a59c=function(){return i;};return a59c();}import'./local.sub.cmd.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0x192))/0x1*(parseInt(h(0x196))/0x2)+-parseInt(h(0x188))/0x3*(-parseInt(h(0x183))/0x4)+parseInt(h(0x198))/0x5*(-parseInt(h(0x186))/0x6)+-parseInt(h(0x182))/0x7+-parseInt(h(0x18c))/0x8+-parseInt(h(0x1a1))/0x9+parseInt(h(0x17e))/0xa*(parseInt(h(0x17f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x70ec7));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x19d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x1a3)]()[j(0x1a4)]('(((.+)+)+)+$')[j(0x1a3)]()['constructor'](a60a)['search'](j(0x199));});function a60c(){const m=['apply','resolve','maka\x20set:gc\x20--insecure\x20<path>','boolean','6070401lyQKWT','disallowInsecure','toString','search','10VZbyyK','13255198YlJmIE','exit','error','3212489QAKRUa','208756AwsRVF','setGlobalConfig','maka\x20set:global-config\x20<args>','240cTmgTa','Set\x20CA\x20Cert\x20Path:\x20','24SbuyaZ','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','isDirectory','workspace','3256224ILKxTG','Set\x20global\x20Maka-CLI\x20settings','cacert','success','Could\x20not\x20find\x20directory','isFile','792849svLVQj','create','global-config','maka\x20set:gc\x20--workspace\x20<path>','2IcoWMF','Set\x20allowInsecure:\x20','51550orcXAF','(((.+)+)+)+$','help','fsi','allowInsecure'];a60c=function(){return m;};return a60c();}a60a();import a60e from'path';function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x17e;let f=c[d];return f;},a60d(a,b);}import a60f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a60k(0x193)]({'name':a60k(0x194),'usage':a60k(0x185),'aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[a60k(0x18e),a60k(0x19c),a60k(0x1a2),a60k(0x18b),a60k(0x19a)],'shortDesc':a60k(0x18d),'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\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','examples':['maka\x20set:global-config\x20--cacert\x20<path>',a60k(0x19f),a60k(0x195)]},async function(a,b){const l=a60k;try{if(b[l(0x18e)]){if(this[l(0x19b)][l(0x191)](b[l(0x18e)]))this[l(0x19b)][l(0x184)]({'cert':b[l(0x18e)]}),Log[l(0x18f)](l(0x187)+b[l(0x18e)]);else{const c=typeof b['cacert']===l(0x1a0)?l(0x189):'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+b[l(0x18e)];throw Log['error'](c);}}if(b[l(0x18b)]){const d=this['fsi'][l(0x18a)](b[l(0x18b)]);if(d)this['fsi'][l(0x184)]({'workspace':a60e[l(0x19e)](b[l(0x18b)])}),Log['success']('Set\x20workspace:\x20'+a60e[l(0x19e)](b[l(0x18b)]));else throw Log[l(0x181)](l(0x190));}if(b[l(0x19c)]){if(b[l(0x19c)]&&b[l(0x1a2)])throw Log[l(0x181)]('One\x20or\x20the\x20other\x20buddy');let f=b['allowInsecure'];b[l(0x1a2)]&&(f=![]),this[l(0x19b)][l(0x184)]({'allowInsecure':f}),Log['success'](l(0x197)+f);}}catch(g){console['error'](g),process[l(0x180)](0x0);}},a60f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x1c3))/0x1+-parseInt(f(0x1bd))/0x2*(-parseInt(f(0x1cb))/0x3)+parseInt(f(0x1bf))/0x4*(parseInt(f(0x1c7))/0x5)+-parseInt(f(0x1c5))/0x6+parseInt(f(0x1c0))/0x7*(parseInt(f(0x1ca))/0x8)+parseInt(f(0x1cd))/0x9+parseInt(f(0x1c2))/0xa*(parseInt(f(0x1cf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x3662a));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var g=a61d;return a61a[g(0x1be)]()[g(0x1c9)](g(0x1c8))[g(0x1be)]()['constructor'](a61a)['search'](g(0x1c8));});a61a();import a61e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1bd;var f=c[d];return f;},a61d(a,b);}function a61c(){var j=['97243LQjtUT','maka\x20set:local-config\x20<opts>','1845618irUKtm','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','190vzNznx','(((.+)+)+)+$','search','8MbJfwN','2517bGsvGU','Sorry,\x20not\x20implemented\x20yet','593271IKZryu','create','11ApBiuj','278ztHqLv','toString','10504fpDCLw','74074uYHycS','notice','1402120IgoXcW'];a61c=function(){return j;};return a61c();}Command[a61h(0x1ce)]({'name':'local-config','usage':a61h(0x1c4),'examples':['maka\x20set:lc\x20<opts>',a61h(0x1c4)],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Set\x20local\x20maka\x20app\x20settings','validOpts':[],'description':a61h(0x1c6)},async function(){var i=a61h;Log[i(0x1c1)](i(0x1cc));},a61e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a62i=a62d;(function(a,b){const f=a62d,c=a();while(!![]){try{const d=parseInt(f(0x1fa))/0x1*(parseInt(f(0x1f4))/0x2)+-parseInt(f(0x204))/0x3*(parseInt(f(0x1f2))/0x4)+-parseInt(f(0x1fc))/0x5*(parseInt(f(0x1ef))/0x6)+-parseInt(f(0x1f5))/0x7*(parseInt(f(0x1ec))/0x8)+-parseInt(f(0x1f0))/0x9+parseInt(f(0x1fb))/0xa*(parseInt(f(0x1f1))/0xb)+parseInt(f(0x1f8))/0xc*(parseInt(f(0x1f3))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xc2715));const a62b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a62d;if(c){const e=c[g(0x203)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){const h=a62d;return a62a[h(0x1fe)]()[h(0x1fd)]('(((.+)+)+)+$')[h(0x1fe)]()[h(0x1f6)](a62a)[h(0x1fd)](h(0x1f9));});a62a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a62i(0x1ff)]({'name':a62i(0x1f7),'usage':a62i(0x1ee),'minArgLength':0x1,'shortDesc':a62i(0x1ed),'description':a62i(0x201),'validOpts':[]},async function(a,b){const j=a62i,c=a[0x0];if(b[j(0x200)])throw new UsageError();const d=this['findSubCommand'](c);d&&this[j(0x202)](c,a,b);});function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a62d(a,b);}function a62c(){const k=['toString','create','help','\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','runSubCommand','apply','250911idPpqO','26120FFXYUC','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','maka\x20set:<sub-command>\x20<opts>','26682EipgKh','5762727ofCCoD','1199oXdvPu','76GexfRz','52WDrIyh','8294VCFsuO','3038twNgMC','constructor','set','8204688oleaho','(((.+)+)+)+$','239YwatmV','102890vqymVu','455nQxioc','search'];a62c=function(){return k;};return a62c();}export default SetCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a63m=a63d;(function(a,b){const j=a63d,c=a();while(!![]){try{const d=-parseInt(j(0x13b))/0x1*(-parseInt(j(0x155))/0x2)+-parseInt(j(0x14c))/0x3*(-parseInt(j(0x149))/0x4)+-parseInt(j(0x151))/0x5*(parseInt(j(0x143))/0x6)+parseInt(j(0x15b))/0x7*(parseInt(j(0x153))/0x8)+parseInt(j(0x154))/0x9*(parseInt(j(0x147))/0xa)+parseInt(j(0x14f))/0xb*(parseInt(j(0x146))/0xc)+-parseInt(j(0x152))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xda6e0));const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a63d;if(c){const e=c[k(0x13d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const l=a63d;return a63a['toString']()['search']('(((.+)+)+)+$')[l(0x15c)]()[l(0x157)](a63a)['search'](l(0x144));});a63a();import a63e from'fs';import a63f from'path';import{Command}from'../command.js';function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x13b;let f=c[d];return f;},a63d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a63m(0x158)]({'name':a63m(0x14a),'usage':'maka\x20ssh\x20<command>','mustBeInMakaProject':!![],'requiredOpts':[a63m(0x140)],'validOpts':[a63m(0x140),'v'],'shortDesc':a63m(0x148),'examples':[a63m(0x14b),a63m(0x14e),'maka\x20ssh\x20--env\x20prod',a63m(0x142),a63m(0x15d),a63m(0x15e)]},async function(a,b){const n=a63m;try{const c=this[n(0x156)][n(0x150)](b['env']);let d='';a[n(0x15a)]>0x0&&(d=a[0x0]);const f=a63f[n(0x141)](c,n(0x145)),g=a63e[n(0x14d)](f)[n(0x15c)](),h=JSON[n(0x159)](g);Object[n(0x13c)](h,{'env':c}),SSH[n(0x13f)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b['v']});}catch(i){console[n(0x13e)](i),process['exit'](0x0);}});function a63c(){const o=['error','sshSync','env','join','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','8136432pewEWJ','(((.+)+)+)+$','ssh.json','6204LBfTNu','79010bYsMTH','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','4HAhZiP','ssh','maka\x20ssh\x20--env\x20dev','2972019otVZtL','readFileSync','maka\x20ssh\x20--env\x20staging','23221TCMRWY','getConfigPath','5eChzOu','44148507qDfkCx','648fxLdGs','1638WmvMPN','28qLtIue','fsi','constructor','create','parse','length','97503LEcXmE','toString','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','71322rkyXog','assign','apply'];a63c=function(){return o;};return a63c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a64c(){const A=['ask','maka\x20ssl\x20--env\x20dev\x20generate-csr','stringify','success','516NwplwC','error','1070289CBoJTm','genCSR','ssh','exit','domainNames','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','env','sudo\x20snap\x20install\x20--classic\x20certbot','emailUpdate','readFileSync','\x20--email\x20','fsi','Checking\x20remote\x20host\x20availability','Please\x20provide\x20a\x20command.','existsSync','email','appName','Create\x20and\x20manage\x20your\x20SSL\x20operations.','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','toString','getConfigPath','apply','419783jKNJoz','withSpinner','(((.+)+)+)+$','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','.key','1686454qMpfEh','10AQXEDA','uname\x20-a','maka\x20ssl\x20[command]','mkKeysDir','getProjectConfig','1063692GJuPSG','10865moMikO','join','start','/ssh.json','472437vnVNgb','search','.crt','8UuQDGH','domains','860452lpvZTG','assign','.csr','genSSC','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','Using\x20saved\x20letsencrypt\x20config','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','[?]\x20Domains\x20to\x20register:\x20','parse','Email\x20to\x20use\x20for\x20auto-updates:\x20','notice','generate-ssc','writeFileSync','letsencrypt.json'];a64c=function(){return A;};return a64c();}const a64y=a64d;(function(a,b){const v=a64d,c=a();while(!![]){try{const d=parseInt(v(0x1fe))/0x1+-parseInt(v(0x213))/0x2+parseInt(v(0x227))/0x3+parseInt(v(0x209))/0x4+-parseInt(v(0x20a))/0x5*(parseInt(v(0x225))/0x6)+parseInt(v(0x203))/0x7*(-parseInt(v(0x211))/0x8)+-parseInt(v(0x20e))/0x9*(-parseInt(v(0x204))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x39d88));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a64d;if(c){const e=c[w(0x1fd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const x=a64d;return a64a[x(0x1fb)]()[x(0x20f)](x(0x200))[x(0x1fb)]()['constructor'](a64a)[x(0x20f)](x(0x200));});a64a();import a64e from'fs';import a64f from'path';import{Actions}from'../tools/actions/actions.class.js';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a64d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';import{SSL}from'../tools/ssl/ssl.class.js';Command['create']({'name':'ssl','usage':a64y(0x206),'validOpts':[a64y(0x212),'email'],'requiredOpts':[a64y(0x1ee)],'shortDesc':a64y(0x1f9),'mustBeInMakaProject':!![],'minArgLength':0x1,'examples':[a64y(0x222),a64y(0x201),'maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process']},async function(a,b){const z=a64y,c=this['fsi'][z(0x208)](),d=this[z(0x1f3)][z(0x1fc)](b['env']),f=this['fsi'][z(0x207)]({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g==='generate-csr')SSL[z(0x228)]({'keyName':c[z(0x1f8)]+'.key','csrName':c['appName']+z(0x215),'cwd':f});else{if(g===z(0x21e)){if(!a64e[z(0x1f6)](a64f[z(0x20b)](f,c[z(0x1f8)]+z(0x202))))throw'The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20'+a64f[z(0x20b)](f,c[z(0x1f8)]+z(0x202));if(!a64e[z(0x1f6)](a64f[z(0x20b)](f,c[z(0x1f8)]+'.csr')))throw z(0x1fa)+a64f[z(0x20b)](f,c[z(0x1f8)]+'.csr');SSL[z(0x216)]({'keyName':c[z(0x1f8)]+z(0x202),'crtName':c[z(0x1f8)]+z(0x210),'cwd':f}),Log[z(0x21d)]('New\x20CSR\x20written\x20to\x20'+f);}else{if(g==='letsencrypt'){let h=b[z(0x212)],i=b[z(0x1f7)];try{const p=a64e[z(0x1f1)](a64f[z(0x20b)](d,z(0x220)))[z(0x1fb)](),q=JSON[z(0x21b)](p);h=b['domains']?b[z(0x212)]:q[z(0x1ec)],i=b[z(0x1f7)]?b[z(0x1f7)]:q[z(0x1f0)],(!b['email']||!b['domains'])&&Log[z(0x21d)](z(0x218));}catch(r){}const j=JSON[z(0x21b)](a64e[z(0x1f1)](d+z(0x20d))['toString']());Object[z(0x214)](j,{'env':d}),Log[z(0x21d)](z(0x1f4));try{const s=SSH['ping'](z(0x205),j);if(!s)throw z(0x1ed);if(s)Log[z(0x224)]('Remote\x20host\x20connection\x20successful');}catch(t){Log[z(0x226)](t);return;}const k=Log[z(0x1ff)]();k[z(0x20c)]('Verifying\x20Letsencrypt\x20configuration'),SSH[z(0x229)](z(0x217),{...j}),SSH['ssh'](z(0x1ef),{...j}),SSH[z(0x229)]('sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot',{...j}),k[z(0x224)]();const l=h?h:await Actions[z(0x221)](z(0x21a)),m=i?i:await Actions['ask'](z(0x21c));SSH[z(0x229)](z(0x219)+l+z(0x1f2)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[z(0x223)](n,null,0x2);a64e[z(0x21f)](a64f[z(0x20b)](d,'letsencrypt.json'),o);}else throw z(0x1f5);}}}catch(u){console[z(0x226)](u),process[z(0x22a)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a65q=a65d;function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x66;let f=c[d];return f;},a65d(a,b);}(function(a,b){const m=a65d,c=a();while(!![]){try{const d=-parseInt(m(0x78))/0x1+parseInt(m(0x80))/0x2+-parseInt(m(0x67))/0x3+-parseInt(m(0x87))/0x4*(-parseInt(m(0x7d))/0x5)+parseInt(m(0x91))/0x6+parseInt(m(0x74))/0x7+-parseInt(m(0x6a))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x25550));function a65c(){const t=['--driver-package','settings.json','1655970paKyJC','Node\x20Env\x20Config:\x20','driverPackage','--env','create','mocha','inspect','test','test-packages','packages','Cannot\x20find\x20Node\x20Environment\x20File:\x20','maka\x20test\x20<opts>','testAppPath','invokeMeteorCommand','process.env','(((.+)+)+)+$','development','getConfigPath','findProjectDirectory','isFile','none','driver','concat','727674wYxuIt','--settings','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','1574112tNeSLY','unit','search','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','apply','port','driver-package','warn','argv','1284619dPUYPa','meteortesting:mocha','--full-app','--packages','189349weQiOc','slice','join','filter','openSync','100715VOJfJn','forEach','once','241282dvBwPn','.maka','sanjo:jasmine','error','rawLogs','fsi','env','40dzQzkZ','config.json','readFileSync','splice','notice','toString','--driver','engines'];a65c=function(){return t;};return a65c();}const a65b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a65d;if(c){const e=c[n(0x6f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){const o=a65d;return a65a[o(0x8c)]()[o(0x6c)](o(0xa0))[o(0x8c)]()['constructor'](a65a)[o(0x6c)]('(((.+)+)+)+$');});a65a();import a65e from'fs';import a65f from'path';import a65g from'dotenv';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const p=a65d;a65e[p(0x7c)](a,'r'),a65g['config']({'path':a});};Command[a65q(0x95)]({'name':'test','mustBeInMakaProject':!![],'validOpts':[a65q(0x7f),a65q(0x9a),a65q(0xa6),a65q(0x93),a65q(0x6b),a65q(0x86),a65q(0x84),a65q(0x70),a65q(0x97),a65q(0x9d)],'usage':a65q(0x9c),'shortDesc':a65q(0x6e),'examples':[]},function(a,b){const r=a65q;try{let c=this[r(0x85)][r(0xa2)](r(0xa1));b[r(0x86)]&&(c=this['fsi'][r(0xa2)](b[r(0x86)]));(!b[r(0x6b)]||!!b[r(0x7f)])&&(a=a[r(0x66)]([r(0x76)]));b[r(0x6b)]&&delete b[r(0x6b)];let d=b[r(0x71)]||b[r(0xa6)]||r(0xa5);if(d==='none'){const j=JSON['parse'](a65e[r(0x89)](a65f['join'](this[r(0x85)][r(0xa3)](),r(0x81),r(0x88)),'utf8'));if(j[r(0x8e)][r(0x98)]==='jasmine')d=r(0x82);else j[r(0x8e)]['test']===r(0x96)&&(d=r(0x75));}if(d===r(0xa5))throw r(0x69);(!b[r(0x71)]||!b['driver'])&&(a=a[r(0x66)]([r(0x8f),d]));const f=a65f[r(0x7a)](c,r(0x90));this[r(0x85)][r(0xa4)](f)?(Log['notice']('Meteor\x20Settings:\x20'+f),a=a[r(0x66)]([r(0x68),f])):Log[r(0x72)](r(0x6d)+f);const g=a65f[r(0x7a)](c,r(0x9f));this[r(0x85)][r(0xa4)](g)?(Log[r(0x8b)](r(0x92)+g),syncSource(g)):Log['warn'](r(0x9b)+g);const h=process[r(0x73)][r(0x79)](0x2)[r(0x7b)](k=>k!=='--env')[r(0x7b)](k=>k!=='test')[r(0x7b)](k=>k!==a[0x0]);h[r(0x7e)]((k,l)=>{const s=r;(k===s(0x94)||k===s(0x8d))&&h[s(0x8a)](l,0x2),k===s(0x77)&&h[s(0x8a)](l,0x1);});const i=b[r(0x9a)]?r(0x99):r(0x98);this['fsi'][r(0x9e)](i,a['concat'](h));}catch(k){console[r(0x83)](k),process['exit'](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a66l=a66d;function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x172;let f=c[d];return f;},a66d(a,b);}(function(a,b){const i=a66d,c=a();while(!![]){try{const d=-parseInt(i(0x185))/0x1+parseInt(i(0x183))/0x2*(parseInt(i(0x193))/0x3)+-parseInt(i(0x1a3))/0x4*(-parseInt(i(0x180))/0x5)+parseInt(i(0x174))/0x6*(-parseInt(i(0x178))/0x7)+-parseInt(i(0x18c))/0x8*(parseInt(i(0x173))/0x9)+parseInt(i(0x18e))/0xa+-parseInt(i(0x181))/0xb*(-parseInt(i(0x198))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xcbf45));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a66d;if(c){const e=c[j(0x186)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const k=a66d;return a66a[k(0x191)]()[k(0x17c)](k(0x190))[k(0x191)]()[k(0x17b)](a66a)['search'](k(0x190));});a66a();function a66c(){const n=['error','fsi','compareMakaToLatest','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','replace',')\x20to\x20at\x20least\x20meteor\x27s\x20(','100KUnCcc','getGlobalMeteorVersion','getProjectMeteorVersion','27TlIUnM','8854668LThRBI','Maka\x20','maka\x20version','System\x27s\x20Node\x20Version\x20','7ydXdAl','Project\x27s\x20Meteor\x20Version\x20','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.','constructor','search','maka\x20v','node\x20-v','System\x27s\x20Meteor\x20Version\x20','81195jAHPvh','9436845UhAYxJ','platform','2233186XtWnoE','win32','1386582bjnzPL','apply','bright','\x20!\x20consider\x20updating\x20your\x20node\x20version\x20(','version','isMakaProject','----------------------Project----------------------------','2232616EwlZgC','4.5.17','12966300pkQEmX','Project\x27s\x20Meteor\x20Node\x20Version\x20','(((.+)+)+)+$','toString','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','3Ykdvzn','\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!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20','notice','meteor','24sOGywI','create','warn','\x20node\x20-v','----------------------System----------------------------'];a66c=function(){return n;};return a66c();}import{execSync}from'child_process';import a66e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const pjson={'version':a66l(0x18d)};Command[a66l(0x199)]({'name':a66l(0x189),'aliases':['v'],'usage':a66l(0x176),'maxArgLength':0x1,'validOpts':[],'shortDesc':a66l(0x192),'examples':[a66l(0x17d),a66l(0x176)]},async function(){const m=a66l;try{const a=process[m(0x182)]===m(0x184)?'meteor.bat':m(0x197);Log['majestic'](m(0x175)+pjson[m(0x189)]),await this[m(0x19e)][m(0x19f)](),Log[m(0x187)](m(0x19c));const b=this[m(0x19e)][m(0x1a4)]();Log['bright']((m(0x17f)+b)[m(0x1a1)]('\x0a',''));const c=execSync(a+m(0x19b))[m(0x191)]()[m(0x1a1)](/\r?\n|\r/,'')[m(0x1a1)]('v','');Log[m(0x187)](m(0x1a0)+c);const d=execSync(m(0x17e))[m(0x191)]()['replace'](/\r?\n|\r/,'')['replace']('v','');a66e['gt'](c,d)?(Log['warn']('System\x27s\x20Node\x20Version\x20'+d),Log[m(0x19a)](m(0x188)+d+m(0x1a2)+c+')')):Log['bright'](m(0x177)+d);if(this[m(0x19e)][m(0x18a)]()){Log[m(0x187)](m(0x18b));const f=this[m(0x19e)][m(0x172)]();a66e['gt'](b,f)?(Log[m(0x19a)](m(0x179)+f['replace']('\x0a','')),Log[m(0x19a)](m(0x195)+b+'\x22')):Log[m(0x196)](('Project\x27s\x20Meteor\x20Version\x20'+f)['replace']('\x0a',''));const g=await this[m(0x19e)]['getProjectsMeteorNodeVersion']();g==='N/A'?(Log[m(0x19a)](m(0x18f)+g),Log[m(0x19a)](m(0x17a))):Log[m(0x187)](m(0x18f)+g),Log['bright'](m(0x194));}}catch(h){console[m(0x19d)](h),process['exit'](0x0);}});
|
package/bundle/obf/src/error.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a67d,c=a();while(!![]){try{var d=parseInt(f(0xda))/0x1+parseInt(f(0xd6))/0x2+parseInt(f(0xdf))/0x3*(-parseInt(f(0xd4))/0x4)+parseInt(f(0xdd))/0x5+-parseInt(f(0xe0))/0x6+-parseInt(f(0xde))/0x7*(-parseInt(f(0xd5))/0x8)+-parseInt(f(0xdb))/0x9*(parseInt(f(0xd9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xa1d7b));var a67b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a67d;if(c){var e=c[g(0xd3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){var h=a67d;return a67a[h(0xd8)]()[h(0xd7)]('(((.+)+)+)+$')['toString']()['constructor'](a67a)[h(0xd7)](h(0xdc));});a67a();export class UsageError{}function a67c(){var i=['934176rUXpXw','apply','501712QmfHyu','2378192YWCchA','1387758YmkPZU','search','toString','1190vJzcTH','454126OWzFIM','10719kHYjsg','(((.+)+)+)+$','246785lxvphQ','21cTHKaL','27zqOKKh'];a67c=function(){return i;};return a67c();}export class UsageErrorWithSubs{}function a67d(a,b){var c=a67c();return a67d=function(d,e){d=d-0xd3;var f=c[d];return f;},a67d(a,b);}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x1a3;let f=c[d];return f;},a68d(a,b);}const a68t=a68d;(function(a,b){const q=a68d,c=a();while(!![]){try{const d=-parseInt(q(0x1dc))/0x1*(-parseInt(q(0x1ee))/0x2)+parseInt(q(0x1fb))/0x3+-parseInt(q(0x1c3))/0x4+-parseInt(q(0x20c))/0x5*(-parseInt(q(0x1d6))/0x6)+-parseInt(q(0x1b8))/0x7*(parseInt(q(0x1e9))/0x8)+-parseInt(q(0x1f0))/0x9*(parseInt(q(0x1be))/0xa)+-parseInt(q(0x1b9))/0xb*(-parseInt(q(0x1d0))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xdc93a));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const r=a68d;return a68a[r(0x1d4)]()[r(0x1cb)](r(0x1b6))[r(0x1d4)]()[r(0x1a5)](a68a)[r(0x1cb)](r(0x1b6));});a68a();import a68e from'path';import a68f from'cli-table';import{paramCase}from'change-case';function a68c(){const E=['4456335FRSDuQ','addGenerator','appPathPrefix','To\x20use\x20these\x20pro\x20flags,\x20\x22','roles','Alias','aliases','Too\x20many\x20options','addGenerator\x20requires\x20a\x20Generator\x20instance','replace','join','includes','colLocAnswer','dir','listGenerators','Generator\x20requires\x20a\x20name','Location','3397115BklcAe','push','options','constructor','error','minArgLength','_generators','Generator.create\x20requires\x20some\x20options!','maxOptsLength','client','mustHaveMeteorInstalled','resourceName','domainLicense','parent','findGenerator','findProjectDirectory','License\x20error,\x20you\x20may\x20need\x20to\x20re-login\x20or\x20delete\x20your\x20~/.maka/global-config.json\x20file\x20to\x20regenerate\x20a\x20free\x20license.','slice','create','exit','(((.+)+)+)+$','validateMeteorInstall','21zNcrVU','345499yHXaKC','validateMakaProject','shortDesc','Description','Please\x20run\x20\x22maka\x20install\x20meteor\x22','20oAToph','root','To\x20use\x20this\x20generator,\x20\x22','tableList','name','6263212ukorbk','validateParams','_handler','pop','There\x20is\x20no\x20Meteor\x20application\x20here','bind','singleLicense','noResource','search','length','server','forEach','cwd','408OrcLhR','where','checkWhere','number','toString','Too\x20few\x20options','12BcZHFY','invoke','maxArgLength','No\x20resource\x20name\x20specified','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','keys','70094nlPqlt','assign','\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27','fsi','both','match','map','bright','Client','chdir','notice','proFlags','Generator\x20requires\x20a\x20handler\x20function','4293648cWgwaD','mustBeInMakaProject','sep','function','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','6JDRZyT','validateMakaSubscription','193842csAkvK','help','Server','minOptsLength','filter','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','call','lib','proGenerators','Generators:','Generator.create\x20requires\x20a\x20handler\x20function!'];a68c=function(){return E;};return a68c();}import a68g 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 s=a68d,c=process[s(0x1cf)]();let d=null;try{process[s(0x1e5)](a),d=b();}finally{process[s(0x1e5)](c);}return d;}export class Generator extends Tool{[a68t(0x1a4)];[a68t(0x1a8)];constructor(a,b){const u=a68t;super();if(!a)throw new Error(u(0x1f5));if(!a[u(0x1c2)])throw new Error(u(0x20a));if(typeof b!=='function')throw new Error(u(0x1e8));this['_generators']=[],this[u(0x1a4)]=Object[u(0x1dd)]({},a),this[u(0x1c2)]=this[u(0x1a4)][u(0x1c2)],this[u(0x1c5)]=b[u(0x1c8)](this);}static[a68t(0x1b4)](a,b,c){const v=a68t;if(!a)throw new Error(v(0x1a9));if(typeof b!==v(0x1ec))throw new Error(v(0x1fa));const d=new Generator(a,b);return c=c||a68g,Object['assign'](d,{'parent':c?.['options']?.[v(0x1c2)]}),c[v(0x1fc)](d),d;}[a68t(0x1fc)](a){const w=a68t;if(!(a instanceof Generator))throw new Error(w(0x203));this[w(0x1a8)][w(0x1a3)](a);}['findGenerator'](a){const x=a68t,b=this[x(0x1a8)]['find'](c=>c[x(0x1e1)](a));return b;}async[a68t(0x1ef)](a,b){const y=a68t,c=this[y(0x1b0)](a[0x0]);if(c){const d=c?.[y(0x1c2)]||a[0x0],e=c?.[y(0x1af)]||'',f=Object[y(0x1db)](b),g=await this[y(0x1df)]['getPro']();!g&&(Log[y(0x1a6)](y(0x1b2)),process[y(0x1b5)](0x1));const h=!g?.[y(0x1ff)][y(0x206)](y(0x1c9))&&!g?.[y(0x1ff)]['includes'](y(0x1ae)),i=g?.[y(0x1f8)][y(0x206)](d)||g?.['proGenerators']['includes'](e);if(i&&h)throw y(0x1c0)+d+'\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27';if(f[y(0x1cc)]>0x0){const j=g?.[y(0x1e7)][y(0x1f4)](k=>f[y(0x206)](k));if(j&&j[y(0x1cc)]>0x0&&h)throw y(0x1fe)+j?.[y(0x205)](',\x20')+y(0x1de);}}}async[a68t(0x1d7)](a,b){const z=a68t,{usage:usage='',description:description='',examples:examples=[],shortDesc:c,requiredOpts:requiredOpts=[],validOpts:d}=this[z(0x1a4)];try{await this[z(0x1ef)](a,b);}catch(g){Log[z(0x1a6)](g),process[z(0x1b5)](0x1);}const f=a[z(0x1b3)]();b[z(0x1ad)]=f[0x0];try{if((a[0x0]===_prevGen||a['length']===0x0)&&b[z(0x1f1)])throw new UsageError();if(this[z(0x1a4)][z(0x1ea)]){const h=this[z(0x1ba)]();if(!h)throw new MustBeInProjectError();}if(this[z(0x1a4)][z(0x1ac)]){const i=this[z(0x1b7)]();if(!i)throw new NoMeteorFoundError();}if(typeof this[z(0x1a4)][z(0x1a7)]===z(0x1d3)){if(a[z(0x1cc)]<this[z(0x1a4)][z(0x1a7)]){Log[z(0x1a6)]('Too\x20few\x20arguments');throw new UsageError();}}if(typeof this['options'][z(0x1d8)]==='number'){if(a[z(0x1cc)]>this[z(0x1a4)][z(0x1d8)]){Log[z(0x1a6)]('Too\x20many\x20arguments');throw new UsageError();}}if(typeof this[z(0x1a4)]['minOptsLength']===z(0x1d3)){if(Object['keys'](b)[z(0x1cc)]<this[z(0x1a4)][z(0x1f3)]){Log[z(0x1a6)](z(0x1d5));throw new UsageError();}}if(typeof this[z(0x1a4)][z(0x1aa)]===z(0x1d3)){if(Object[z(0x1db)](b)[z(0x1cc)]>=this[z(0x1a4)][z(0x1aa)]){Log[z(0x1a6)](z(0x202));throw new UsageError();}}this[z(0x1c4)](a,b,this['options']);if(!b['resourceName']&&!this[z(0x1a4)][z(0x1ca)]){Log[z(0x1a6)](z(0x1d9));throw new UsageError();}_prevGen=a[0x0];}catch(j){Log['usage'](description,examples,usage,c,requiredOpts,d);if(j instanceof UsageError)this['_generators'][z(0x1cc)]>0x0&&b[z(0x1f1)]&&(Log[z(0x1e6)](z(0x1f9)),this['tableList'](this[z(0x1a8)]));else{if(j instanceof MustBeInProjectError)Log[z(0x1a6)](z(0x1da));else{if(j instanceof NoMeteorFoundError)Log[z(0x1a6)](z(0x1ed)),Log[z(0x1e6)](z(0x1bd));else{if(j instanceof NoMeteorAppFoundError)Log[z(0x1a6)](z(0x1c7));else throw j;}}}process[z(0x1b5)](0x1);}return new Promise(k=>{inside(b['cwd'],async()=>{const A=a68d;try{if(!b[A(0x1bf)]&&!this[A(0x1df)][A(0x1b1)]())throw new MustBeInProjectError();const l=b[A(0x1ad)]?.[A(0x204)](/\\/g,'/')['split']('/');!b['dir']&&(l?.[A(0x1cc)]>0x1?(b[A(0x1ad)]=l[A(0x1c6)](),f[0x0]=b[A(0x1ad)],b[A(0x208)]=l[A(0x1e2)](m=>{return paramCase(m);})[A(0x205)](a68e[A(0x1eb)])):b[A(0x208)]='');if(this[A(0x1a4)][A(0x1d2)]){if(!b['where']){const n={'type':'list','name':A(0x207),'message':A(0x20b),'choices':[{'name':A(0x1e4),'value':'client'},{'name':A(0x1f2),'value':'server'},{'name':'Both','value':'both'}]},{colLocAnswer:o}=await Actions[A(0x1a4)](n);o?b[A(0x1d1)]=o:b[A(0x1d1)]=A(0x1e0);}const m=[A(0x1e0),A(0x1ab),A(0x1cd)];if(!m[A(0x206)](b[A(0x1d1)])){Log[A(0x1a6)]('--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27');throw new UsageError();}switch(b[A(0x1d1)]){case A(0x1e0):b[A(0x1fd)]=A(0x1f7);break;case A(0x1cd):b[A(0x1fd)]=A(0x1cd);break;case'client':b[A(0x1fd)]=A(0x1ab);break;default:b[A(0x1fd)]='';}}k(this['_handler'][A(0x1f6)](this,f,b));}catch(p){console['error'](p);}});});}[a68t(0x209)](){const B=a68t;this[B(0x1c1)](this['_generators']);}[a68t(0x1c1)](a){const C=a68t,b=new a68f({});b[C(0x1a3)](['Name',C(0x200),C(0x1bc)]),a['sort']()[C(0x1ce)](c=>{const D=C;b[D(0x1a3)]([c['name'],c[D(0x201)](),c[D(0x1bb)]()]);}),Log[C(0x1e3)](b[C(0x1d4)]());}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0xf8))/0x1+parseInt(f(0xf6))/0x2*(-parseInt(f(0xfe))/0x3)+-parseInt(f(0xf7))/0x4+parseInt(f(0x101))/0x5*(-parseInt(f(0xfa))/0x6)+-parseInt(f(0x102))/0x7*(parseInt(f(0xfc))/0x8)+-parseInt(f(0x103))/0x9+parseInt(f(0xf9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x78667));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var g=a69d;return a69a[g(0xfd)]()[g(0xfb)](g(0x100))[g(0xfd)]()[g(0xff)](a69a)[g(0xfb)]('(((.+)+)+)+$');});a69a();import'./services/_index.js';import'./api.js';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xf6;var f=c[d];return f;},a69d(a,b);}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 a69c(){var h=['(((.+)+)+)+$','5AoLIYw','7EYweqM','9792WTlcDd','36292CSeYur','1072664XhSKRZ','49643cIhbBe','24486940lOfWtP','3934734vZNmOB','search','1023896OarFkd','toString','141TfuZyM','constructor'];a69c=function(){return h;};return a69c();}import'./maka.gen.js';import'./dockerfile.js';import'./maka.gen.js';
|