@maka/maka-cli 4.5.30 → 4.5.31
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/chz.sub.cmd.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/rdn.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/command.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.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/exec.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 a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d
|
|
1
|
+
const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0x154))/0x1+-parseInt(g(0x151))/0x2*(-parseInt(g(0x156))/0x3)+-parseInt(g(0x157))/0x4+-parseInt(g(0x15f))/0x5+parseInt(g(0x15b))/0x6*(parseInt(g(0x159))/0x7)+parseInt(g(0x14f))/0x8+parseInt(g(0x158))/0x9*(-parseInt(g(0x163))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xe5e11));function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x14c;let f=c[d];return f;},a75d(a,b);}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x162)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a['toString']()['search'](i(0x14e))['toString']()[i(0x150)](a75a)[i(0x14c)](i(0x14e));});a75a();import{Command}from'../command.js';const Maka=new Command({'name':a75j(0x14d),'minArgLength':0x1,'shortDesc':a75j(0x15d),'validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a75j(0x15c),a75j(0x15a),'maka\x20create\x20Todo','maka\x20run'],'description':a75j(0x164)},async function(a,b){const k=a75j;try{const c=a[0x0],d=this[k(0x153)](c);d?this['runSubCommand'](c,a[k(0x155)](0x1),b):this[k(0x160)][k(0x15e)]();}catch(f){console[k(0x161)](f),process[k(0x152)](0x1);}});export default Maka;function a75c(){const l=['1559007AlWtfw','2881319WUltun','maka\x20install\x20meteor','18XCDdnU','maka\x20--help','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','maybeProxyCommandToMeteor','9407360SVFfKT','fsi','error','apply','10eYMdas','\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','search','maka','(((.+)+)+)+$','9162928cgytrR','constructor','323966iTfZND','exit','findSubCommand','1475612awfqRM','slice','15VGlNFZ','6677856gOoveJ'];a75c=function(){return l;};return a75c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a76c(){var
|
|
1
|
+
var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x1a4))/0x1+parseInt(f(0x198))/0x2*(-parseInt(f(0x19a))/0x3)+-parseInt(f(0x1a6))/0x4+parseInt(f(0x1a7))/0x5+parseInt(f(0x197))/0x6+parseInt(f(0x19b))/0x7*(parseInt(f(0x1a3))/0x8)+parseInt(f(0x1a1))/0x9*(-parseInt(f(0x19e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x418bd));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x19c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x1a5)]()['search'](h(0x1a8))[h(0x1a5)]()['constructor'](a76a)['search'](h(0x1a8));});a76a();import{Command}from'../command.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x197;var f=c[d];return f;},a76d(a,b);}Command['create']({'name':a76i(0x1a0),'usage':a76i(0x199),'maxArgLength':0x1,'shortDesc':a76i(0x1a9),'validOpts':[]},async function(){var j=a76i;try{console['log'](j(0x19d),j(0x1a2));}catch(a){console['error'](a),process[j(0x19f)](0x0);}});function a76c(){var k=['7fSAoAe','apply','%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','29160UUzwic','exit','murder','423pbqaAZ','font-family:\x20monospace','2539816cgEYjP','213259fdCXIS','toString','1802472yYVjwk','1820615OFuTNL','(((.+)+)+)+$','Murrrrderrrrr','997800WHLvob','102506bCiYSo','maka\x20murder','12BEYgYI'];a76c=function(){return k;};return a76c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a77q=a77d;(function(a,b){const n=a77d,c=a();while(!![]){try{const d=parseInt(n(0xb7))/0x1+parseInt(n(0x9b))/0x2*(-parseInt(n(0xab))/0x3)+-parseInt(n(0xbc))/0x4*(parseInt(n(0xac))/0x5)+parseInt(n(0xb4))/0x6*(-parseInt(n(0x91))/0x7)+-parseInt(n(0x98))/0x8*(parseInt(n(0x9d))/0x9)+parseInt(n(0xb6))/0xa+parseInt(n(0xb0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xd2880));function a77c(){const s=['Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','listen','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','readFileSync','targetHost','476040kEGSOq','6985205MoZjzA','apply','maka\x20proxy\x20--target-host\x20http://192.168.1.20','fsi','36861803TFCDKu','getConfigPath','targetPort','.key','2082zjvKtm','create','5426490qudchl','1065855ZKQfIo','search','=>\x20SSL\x20Proxy\x20forwarding\x20','createProxyServer','appName','4DxHSBo','genCSR','isFile','toString','maka\x20proxy','25578ijZEdx','(((.+)+)+)+$','.crt','invoke','proxy','development','error','6380336dUzgcl','\x20to\x20','constructor','8tYNmBo','listenPort','9prvTzH','genSSC','help','bright','mkKeysDir','.csr','sslconfig','localhost','\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'];a77c=function(){return s;};return a77c();}const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a77d;if(c){const e=c[o(0xad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const p=a77d;return a77a[p(0x8f)]()[p(0xb8)](p(0x92))[p(0x8f)]()[p(0x9a)](a77a)[p(0xb8)](p(0x92));});a77a();function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x8f;let f=c[d];return f;},a77d(a,b);}import a77e from'fs';import a77f from'path';import a77g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a77h from'../generators/maka.gen.js';Command[a77q(0xb5)]({'name':a77q(0x95),'usage':a77q(0x90),'mustBeInMakaProject':!![],'validOpts':[a77q(0x9f),a77q(0xb2),a77q(0x9c),a77q(0xaa)],'maxArgLength':0x1,'shortDesc':a77q(0xa8),'description':a77q(0xa5),'examples':[a77q(0x90),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000',a77q(0xae)]},async function(a,b){const r=a77q,c=this[r(0xaf)]['getProjectConfig'](),d=r(0x96),e=this[r(0xaf)][r(0xb1)](d),f=this[r(0xaf)][r(0xa1)]({'configPath':e}),g=b[r(0xb2)]?Number(b['targetPort']):0xbb8,h=b[r(0x9c)]?Number(b[r(0x9c)]):0xd73,i=b['targetHost']?b[r(0xaa)]:r(0xa4),j=a77f['join'](f,c[r(0xbb)]+r(0xb3)),k=a77f['join'](f,c[r(0xbb)]+r(0x93));if(!this['fsi'][r(0xbe)](j)||!this['fsi'][r(0xbe)](k)){const m=a77h['findGenerator']('sslconfig');m&&await m[r(0x94)]([r(0xa3)],{'env':d}),SSL[r(0xbd)]({'keyName':c[r(0xbb)]+r(0xb3),'csrName':c[r(0xbb)]+r(0xa2),'cwd':f}),SSL[r(0x9e)]({'keyName':c[r(0xbb)]+r(0xb3),'crtName':c[r(0xbb)]+r(0x93),'cwd':f});}if(g===h){Log[r(0x97)](r(0xa6));throw new UsageError();}const l={'ssl':{'key':a77e['readFileSync'](j,'utf8'),'cert':a77e[r(0xa9)](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a77g[r(0xba)](l)[r(0xa7)](Number(h)),Log[r(0xa0)](r(0xb9)+h+r(0x99)+g);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a78q=a78d;(function(a,b){const n=a78d,c=a();while(!![]){try{const d=-parseInt(n(
|
|
1
|
+
const a78q=a78d;(function(a,b){const n=a78d,c=a();while(!![]){try{const d=-parseInt(n(0x1b1))/0x1*(-parseInt(n(0x1ab))/0x2)+-parseInt(n(0x1be))/0x3*(-parseInt(n(0x1b9))/0x4)+-parseInt(n(0x1b3))/0x5+-parseInt(n(0x1c4))/0x6*(parseInt(n(0x1ba))/0x7)+parseInt(n(0x1cb))/0x8*(parseInt(n(0x1c7))/0x9)+-parseInt(n(0x1d0))/0xa+-parseInt(n(0x1c3))/0xb*(parseInt(n(0x1bb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xeb9e6));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a78d;if(c){const e=c[o(0x1ca)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const p=a78d;return a78a[p(0x1ce)]()[p(0x1bf)]('(((.+)+)+)+$')['toString']()[p(0x1b7)](a78a)[p(0x1bf)](p(0x1c1));});a78a();import a78e from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1a9;let f=c[d];return f;},a78d(a,b);}import a78f from'path';import{Command}from'../command.js';function a78c(){const s=['env','329iOcMTT','ses.json','1594170VeBefm','ssh','_keys','~/settings.json','constructor','join','568BgyBuP','21FSlyhO','11244uZtnGj','exit','getConfigPath','35907afDMzR','search','readFileSync','(((.+)+)+)+$','existsSync','17237LNccNt','951810atGgYK','maka\x20reconfig','notice','54XgZbbz','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','pm2\x20delete\x20all','apply','2042576HIuhYB','scp','~/ses.json','toString','ssh.json','4044690ctOodL','sshSync','success','parse','ping','2438ZDgMSc','create','pm2.config.js','error','maka\x20reconfig\x20--env\x20prod'];a78c=function(){return s;};return a78c();}import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a78q(0x1ac)]({'name':'reconfig','validOpts':[''],'requiredOpts':[a78q(0x1b0)],'mustBeInMakaProject':!![],'usage':a78q(0x1c5),'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':[a78q(0x1af)]},async function(a,b){const r=a78q;try{const c=this['fsi'][r(0x1bd)](b['env']),d=a78f[r(0x1b8)](c,r(0x1cf)),f=a78e[r(0x1c0)](d)[r(0x1ce)](),g=JSON[r(0x1a9)](f);Object['assign'](g,{'env':c}),Log[r(0x1c6)]('Checking\x20remote\x20host\x20availability');const h=SSH[r(0x1aa)]('uname\x20-a',g);if(!h)throw'Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.';if(h)Log[r(0x1d2)]('Remote\x20host\x20connection\x20successful');const i=a78f[r(0x1b8)](c,r(0x1b5),r(0x1b2));if(a78e[r(0x1c2)](i)){const l={'source':i,'dest':r(0x1cd),'verbose':!![]};SSH['scp'](l,{...g});}const j=a78f[r(0x1b8)](c,r(0x1ad));SSH['scp']({'source':j,'dest':'~/pm2.config.js','verbose':!![]},{...g});const k=a78f[r(0x1b8)](c,'settings.json');SSH[r(0x1cc)]({'source':k,'dest':r(0x1b6),'verbose':!![]},{...g}),SSH[r(0x1d1)](r(0x1c9),g),await SSH[r(0x1b4)](r(0x1c8),{...g},{'verbose':!![]});}catch(m){console[r(0x1ae)](m),process[r(0x1bc)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a79d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a79d,c=a();while(!![]){try{var d=-parseInt(f(0xcb))/0x1*(parseInt(f(0xc0))/0x2)+parseInt(f(0xc5))/0x3*(-parseInt(f(0xc7))/0x4)+-parseInt(f(0xc1))/0x5*(-parseInt(f(0xbb))/0x6)+-parseInt(f(0xc2))/0x7+parseInt(f(0xc3))/0x8*(parseInt(f(0xbd))/0x9)+-parseInt(f(0xc8))/0xa*(-parseInt(f(0xca))/0xb)+-parseInt(f(0xc4))/0xc*(parseInt(f(0xbf))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x27e64));var a79b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a79d;if(c){var e=c[g(0xbc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){var h=a79d;return a79a[h(0xc9)]()[h(0xbe)]('(((.+)+)+)+$')[h(0xc9)]()[h(0xc6)](a79a)[h(0xbe)]('(((.+)+)+)+$');});function a79d(a,b){var c=a79c();return a79d=function(d,e){d=d-0xbb;var f=c[d];return f;},a79d(a,b);}a79a();import'./run.command.js';import'./docker.sub.cmd.js';function a79c(){var i=['43048ZlXidt','24LWZwFm','3pJwBum','constructor','969620sotNhJ','10WEFCEq','toString','2349853BoONbi','3ISfJYy','690vmOfeR','apply','333HeZMeq','search','538616uCsacU','96302CnnfQf','10415GXQSsl','133805kesIyM'];a79c=function(){return i;};return a79c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a80l=a80d;
|
|
1
|
+
const a80l=a80d;(function(a,b){const i=a80d,c=a();while(!![]){try{const d=-parseInt(i(0x164))/0x1+-parseInt(i(0x14b))/0x2+-parseInt(i(0x14f))/0x3+parseInt(i(0x154))/0x4+-parseInt(i(0x162))/0x5+parseInt(i(0x168))/0x6+-parseInt(i(0x153))/0x7*(-parseInt(i(0x158))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x38fa5));const a80b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a80d;if(c){const e=c[j(0x155)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){const k=a80d;return a80a['toString']()[k(0x15f)](k(0x159))[k(0x151)]()[k(0x167)](a80a)[k(0x15f)](k(0x159));});a80a();import a80e from'./run.command.js';import{execSync}from'child_process';import a80f from'path';function a80c(){const n=['docker-compose\x20--project-directory\x20','1290200BZOqET','Docker\x20Compose\x20Path:\x20','57272SZdlTq','docker','create','constructor','1270302uHuYrg','appName','842310gHKgxM','maka\x20run\x20docker','templateContent','getConfigPath','240210IrzoRN','inherit','toString','\x20up\x20--remove-orphans','600775tetJgH','263104eTyXGL','apply','createFile','existsSync','72NYgSwC','(((.+)+)+)+$','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','PM2\x20Config\x20File:\x20','fsi','\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','join','search','docker-compose.yaml'];a80c=function(){return n;};return a80c();}import a80g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0x14b;let f=c[d];return f;},a80d(a,b);}Command[a80l(0x166)]({'name':a80l(0x165),'aliases':['d'],'shortDesc':a80l(0x15a),'description':a80l(0x15d),'usage':a80l(0x14c),'validOpts':['']},async function(){const m=a80l;try{const a=this['fsi']['getProjectConfig'](),b=this[m(0x15c)][m(0x14e)]('docker'),c=a80f[m(0x15e)](b,m(0x160)),d=a80f[m(0x15e)](b,'pm2.config.js');Log['notice'](m(0x15b)+d),Log['notice'](m(0x163)+c);if(!a80g[m(0x157)](c)){const f={'app':a[m(0x169)],'appFileCase':paramCase(a[m(0x169)])},g=this[m(0x15c)][m(0x14d)]({'srcPath':'config/docker-compose.yaml','context':f})+'\x0a';this[m(0x15c)][m(0x156)]({'filePath':c,'data':g});}execSync(m(0x161)+b+m(0x152),{'stdio':m(0x150)});}catch(h){process['exit'](0x1);}},a80e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a81t=a81d;(function(a,b){const q=a81d,c=a();while(!![]){try{const d=-parseInt(q(0x1df))/0x1*(-parseInt(q(0x1d3))/0x2)+-parseInt(q(0x1d5))/0x3*(parseInt(q(0x1b9))/0x4)+parseInt(q(0x1e4))/0x5+parseInt(q(0x1d1))/0x6*(parseInt(q(0x1bb))/0x7)+-parseInt(q(0x1bd))/0x8*(-parseInt(q(0x1cb))/0x9)+parseInt(q(0x1c4))/0xa*(parseInt(q(0x1dc))/0xb)+-parseInt(q(0x1d0))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x44cdc));function a81c(){const w=['run','filter','isDirectory','40RQXlsq','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','Meteor\x20Settings:\x20','mobile-server','argv','app','mobileServer','774hGntZt','warn','inspect','toString','openSync','11703696mQpVtz','294CYHRqy','concat','2ZaHtIn','exclude-archs','1002711ZBGWxG','splice','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)','runSubCommand','(((.+)+)+)+$','settings','Node\x20Env\x20Config:\x20','621291QCtDYs','port','invokeMeteorCommand','424647WdXNvf','fsi','exit','findProjectDirectory','--settings','521835GgVurY','ios','isFile','sep','allowIncompatibleUpdate','--env','length','search','docker','development','join','constructor','error','4VEfZLx','config','68467ZxScUj','Run\x20your\x20Meteor\x20application','33224eDdLmX','env','split','notice'];a81c=function(){return w;};return a81c();}const a81b=(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;};}()),a81a=a81b(this,function(){const r=a81d;return a81a[r(0x1ce)]()[r(0x1b3)]('(((.+)+)+)+$')['toString']()[r(0x1b7)](a81a)['search'](r(0x1d9));});function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0x1b0;let f=c[d];return f;},a81d(a,b);}a81a();import a81e from'path';import a81f from'fs';import a81g from'dotenv';import{rimraf}from'rimraf';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const s=a81d;a81f[s(0x1cf)](a,'r'),a81g[s(0x1ba)]({'path':a});},Run=Command['create']({'name':a81t(0x1c1),'mustBeInMakaProject':!![],'shortDesc':a81t(0x1bc),'description':'\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.','validOpts':[a81t(0x1be),a81t(0x1b4),'r','rawLogs','p',a81t(0x1dd),'i',a81t(0x1cd),'m',a81t(0x1ca),'v','verbose',a81t(0x1b0),'extraPackages','x',a81t(0x1d4),'production']},async function(a,b){const u=a81t;try{const c=a[0x0],d=this['findSubCommand'](c);d&&this[u(0x1d8)](c,a,b);if(c===u(0x1e5)){const m=this[u(0x1e0)][u(0x1e2)](),n=a81e['join'](m,u(0x1c9),'.meteor','local','cordova-build');this['fsi'][u(0x1c3)](n)&&await rimraf(n);}if(b[u(0x1c7)]&&b[u(0x1c7)]===!![]||b['m']&&b['m']===!![])throw u(0x1d7);await this['fsi']['compareMakaToLatest']();const f=b['env']?b[u(0x1be)]:u(0x1b5),g=this[u(0x1e0)]['getConfigPath'](f),h=a81e[u(0x1b6)](g,'process.env');let i=a81e[u(0x1b6)](g,'settings.json');b[u(0x1da)]?i=b[u(0x1da)]:i=a81e[u(0x1b6)](g,'settings.json');if(this[u(0x1e0)][u(0x1e6)](h)&&!b[u(0x1b4)])Log['notice'](u(0x1db)+h),syncSource(h);else!b[u(0x1b4)]&&Log[u(0x1cc)]('Cannot\x20find\x20Node\x20Environment\x20File:\x20'+h);this[u(0x1e0)]['isFile'](i)?(Log[u(0x1c0)](u(0x1c6)+i),a=a[u(0x1d2)]([u(0x1e3),i])):Log[u(0x1cc)](u(0x1c5)+i);const j=g[u(0x1bf)](a81e[u(0x1e7)]),k=j[j[u(0x1b2)]-0x1];k==='production'&&a['push']('--production');const l=process[u(0x1c8)]['slice'](0x2)[u(0x1c2)](o=>o!==u(0x1c1))[u(0x1c2)](o=>o!==a[0x0]);l['forEach']((o,p)=>{const v=u;o===v(0x1b1)&&l[v(0x1d6)](p,0x2),o==='-e'&&l['splice'](p,0x2);}),this[u(0x1e0)][u(0x1de)](u(0x1c1),a['concat'](l));}catch(o){console[u(0x1b8)](o),process[u(0x1e1)](0x1);}});export default Run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a82d,c=a();while(!![]){try{var d=parseInt(f(0x77))/0x1*(parseInt(f(0x78))/0x2)+parseInt(f(0x6e))/0x3+parseInt(f(0x6c))/0x4*(parseInt(f(0x6f))/0x5)+-parseInt(f(0x6a))/0x6+parseInt(f(0x74))/0x7*(-parseInt(f(0x6d))/0x8)+parseInt(f(0x70))/0x9*(parseInt(f(0x71))/0xa)+-parseInt(f(0x76))/0xb*(parseInt(f(0x79))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0x3e98c));function a82d(a,b){var c=a82c();return a82d=function(d,e){d=d-0x6a;var f=c[d];return f;},a82d(a,b);}var a82b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a82d;if(c){var e=c[g(0x72)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){var h=a82d;return a82a['toString']()[h(0x6b)](h(0x73))['toString']()[h(0x75)](a82a)[h(0x6b)](h(0x73));});a82a();function a82c(){var i=['88dZTxEQ','315495moQXOH','557435lzHegk','4128228RsNxrV','10JzpeXf','apply','(((.+)+)+)+$','93359LBgamD','constructor','22mfLXnG','4UkJFkg','159406QfXcdk','2046792pGlSUu','2168448TUaKmj','search','8zkCzli'];a82c=function(){return i;};return a82c();}import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a83j=a83d;function a83c(){const l=['2709qnrpuH','5028YjjYes','maka\x20set:global-config\x20--cacert\x20<path>','Set\x20CA\x20Cert\x20Path:\x20','create','help','One\x20or\x20the\x20other\x20buddy','maka\x20set:global-config\x20<args>','exit','global-config','2188640BcFwWA','cacert','fsi','setGlobalConfig','workspace','boolean','\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','constructor','error','4813902vJSXzy','allowInsecure','success','Set\x20global\x20Maka-CLI\x20settings','isFile','Set\x20allowInsecure:\x20','2071910iCxbTN','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','(((.+)+)+)+$','disallowInsecure','2512DutfKT','3607TqZwAh','resolve','maka\x20set:gc\x20--workspace\x20<path>','search','368uTiBXe','7255MXOrhg','toString','52596dhhWwm'];a83c=function(){return l;};return a83c();}(function(a,b){const h=a83d,c=a();while(!![]){try{const d=-parseInt(h(0xe1))/0x1*(parseInt(h(0xe5))/0x2)+-parseInt(h(0xe8))/0x3+parseInt(h(0xe0))/0x4*(parseInt(h(0xe6))/0x5)+parseInt(h(0xea))/0x6*(-parseInt(h(0xe9))/0x7)+parseInt(h(0xf3))/0x8+parseInt(h(0xfc))/0x9+-parseInt(h(0xdc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0x7bc59));function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0xdc;let f=c[d];return f;},a83d(a,b);}const a83b=(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;};}()),a83a=a83b(this,function(){const i=a83d;return a83a[i(0xe7)]()['search'](i(0xde))[i(0xe7)]()[i(0xfa)](a83a)[i(0xe4)](i(0xde));});a83a();import a83e from'path';import a83f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a83j(0xed)]({'name':a83j(0xf2),'usage':a83j(0xf0),'aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[a83j(0xf4),a83j(0xfd),a83j(0xdf),a83j(0xf7),a83j(0xee)],'shortDesc':a83j(0xff),'description':a83j(0xf9),'examples':[a83j(0xeb),'maka\x20set:gc\x20--insecure\x20<path>',a83j(0xe3)]},async function(a,b){const k=a83j;try{if(b[k(0xf4)]){if(this[k(0xf5)][k(0x100)](b[k(0xf4)]))this['fsi']['setGlobalConfig']({'cert':b[k(0xf4)]}),Log[k(0xfe)](k(0xec)+b[k(0xf4)]);else{const c=typeof b['cacert']===k(0xf8)?'Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.':k(0xdd)+b[k(0xf4)];throw Log[k(0xfb)](c);}}if(b['workspace']){const d=this[k(0xf5)]['isDirectory'](b[k(0xf7)]);if(d)this[k(0xf5)][k(0xf6)]({'workspace':a83e[k(0xe2)](b['workspace'])}),Log[k(0xfe)]('Set\x20workspace:\x20'+a83e['resolve'](b['workspace']));else throw Log[k(0xfb)]('Could\x20not\x20find\x20directory');}if(b[k(0xfd)]){if(b['allowInsecure']&&b[k(0xdf)])throw Log[k(0xfb)](k(0xef));let f=b['allowInsecure'];b[k(0xdf)]&&(f=![]),this[k(0xf5)][k(0xf6)]({'allowInsecure':f}),Log[k(0xfe)](k(0x101)+f);}}catch(g){console['error'](g),process[k(0xf1)](0x0);}},a83f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a84i=a84d;(function(a,b){var f=a84d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
var a84i=a84d;(function(a,b){var f=a84d,c=a();while(!![]){try{var d=-parseInt(f(0x1b6))/0x1+-parseInt(f(0x1b8))/0x2+parseInt(f(0x1c9))/0x3*(-parseInt(f(0x1bc))/0x4)+-parseInt(f(0x1c5))/0x5+-parseInt(f(0x1c2))/0x6*(parseInt(f(0x1c8))/0x7)+-parseInt(f(0x1c4))/0x8+parseInt(f(0x1c3))/0x9*(parseInt(f(0x1b9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0x50f15));var a84b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a84d;if(c){var e=c[g(0x1c7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){var h=a84d;return a84a[h(0x1ba)]()['search'](h(0x1ca))[h(0x1ba)]()[h(0x1bf)](a84a)[h(0x1bb)](h(0x1ca));});a84a();import a84e from'./set.command.js';function a84d(a,b){var c=a84c();return a84d=function(d,e){d=d-0x1b6;var f=c[d];return f;},a84d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command['create']({'name':a84i(0x1c0),'usage':a84i(0x1c6),'examples':[a84i(0x1c1),a84i(0x1c6)],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Set\x20local\x20maka\x20app\x20settings','validOpts':[],'description':a84i(0x1b7)},async function(){var j=a84i;Log[j(0x1bd)](j(0x1be));},a84e);function a84c(){var k=['Sorry,\x20not\x20implemented\x20yet','constructor','local-config','maka\x20set:lc\x20<opts>','2584866pcSTfB','424989PIgcuD','4682144iJtPDI','1838185XGCaCW','maka\x20set:local-config\x20<opts>','apply','7xxjRNZ','9OfRQWt','(((.+)+)+)+$','279938kUekKm','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','1048378tGWOXC','620PAliOm','toString','search','544424BXSuMB','notice'];a84c=function(){return k;};return a84c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-
|
|
1
|
+
function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0xb6;let f=c[d];return f;},a85d(a,b);}const a85i=a85d;(function(a,b){const f=a85d,c=a();while(!![]){try{const d=-parseInt(f(0xb6))/0x1*(-parseInt(f(0xc6))/0x2)+parseInt(f(0xbf))/0x3*(parseInt(f(0xbb))/0x4)+-parseInt(f(0xbe))/0x5*(parseInt(f(0xcd))/0x6)+-parseInt(f(0xc9))/0x7*(-parseInt(f(0xc2))/0x8)+parseInt(f(0xb8))/0x9+parseInt(f(0xcc))/0xa*(parseInt(f(0xba))/0xb)+parseInt(f(0xc7))/0xc*(-parseInt(f(0xb9))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0xa8c67));const a85b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a85d;if(c){const e=c[g(0xc1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){const h=a85d;return a85a[h(0xc8)]()[h(0xcb)](h(0xb7))['toString']()[h(0xbd)](a85a)[h(0xcb)](h(0xb7));});a85a();function a85c(){const k=['3900sNbzXW','12TkGMwc','create','8ouaXzH','(((.+)+)+)+$','4066236FgFJGd','182GkDUIR','25135AnxyvB','8LrYIeO','findSubCommand','constructor','2110265ssXaNW','1442841KiAYWa','runSubCommand','apply','7194712gJerwq','maka\x20set:<sub-command>\x20<opts>','set','\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','312160nUbRyd','2500644qwIiYr','toString','7ibDuCQ','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','search'];a85c=function(){return k;};return a85c();}import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a85i(0xce)]({'name':a85i(0xc4),'usage':a85i(0xc3),'minArgLength':0x1,'shortDesc':a85i(0xca),'description':a85i(0xc5),'validOpts':[]},async function(a,b){const j=a85i,c=a[0x0];if(b['help'])throw new UsageError();const d=this[j(0xbc)](c);d&&this[j(0xc0)](c,a,b);});export default SetCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a86m=a86d;(function(a,b){const j=a86d,c=a();while(!![]){try{const d=-parseInt(j(0x1e2))/0x1+parseInt(j(0x1df))/0x2*(-parseInt(j(0x1c4))/0x3)+-parseInt(j(0x1d5))/0x4+parseInt(j(0x1d7))/0x5*(parseInt(j(0x1e5))/0x6)+-parseInt(j(0x1d4))/0x7*(-parseInt(j(0x1de))/0x8)+-parseInt(j(0x1ca))/0x9*(parseInt(j(0x1e3))/0xa)+-parseInt(j(0x1c9))/0xb*(-parseInt(j(0x1cb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0x3dd0c));function a86c(){const o=['search','170825HSOnFT','6430DGeXQQ','join','1170324qtKxMJ','1518807doMHhP','maka\x20ssh\x20<command>','ssh','error','ssh.json','11mqxrbU','459jVRorC','5546388FJOCma','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','getConfigPath','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','sshSync','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','exit','maka\x20ssh\x20--env\x20prod','length','21eOtPXa','1417688AdSLSU','maka\x20ssh\x20--env\x20dev','10JgxeNE','assign','env','toString','parse','apply','(((.+)+)+)+$','1240528wvUzTz','2brTWQa','constructor'];a86c=function(){return o;};return a86c();}const a86b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a86d;if(c){const e=c[k(0x1dc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){const l=a86d;return a86a[l(0x1da)]()[l(0x1e1)](l(0x1dd))[l(0x1da)]()[l(0x1e0)](a86a)[l(0x1e1)]('(((.+)+)+)+$');});a86a();import a86e from'fs';import a86f from'path';function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x1c4;let f=c[d];return f;},a86d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':a86m(0x1c6),'usage':a86m(0x1c5),'mustBeInMakaProject':!![],'requiredOpts':['env'],'validOpts':[a86m(0x1d9),'v'],'shortDesc':'Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','examples':[a86m(0x1d6),'maka\x20ssh\x20--env\x20staging',a86m(0x1d2),a86m(0x1ce),a86m(0x1d0),a86m(0x1cc)]},async function(a,b){const n=a86m;try{const c=this['fsi'][n(0x1cd)](b[n(0x1d9)]);let d='';a[n(0x1d3)]>0x0&&(d=a[0x0]);const f=a86f[n(0x1e4)](c,n(0x1c8)),g=a86e['readFileSync'](f)[n(0x1da)](),h=JSON[n(0x1db)](g);Object[n(0x1d8)](h,{'env':c}),SSH[n(0x1cf)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b['v']});}catch(i){console[n(0x1c7)](i),process[n(0x1d1)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a87y=a87d;(function(a,b){const v=a87d,c=a();while(!![]){try{const d
|
|
1
|
+
const a87y=a87d;(function(a,b){const v=a87d,c=a();while(!![]){try{const d=-parseInt(v(0x18d))/0x1*(-parseInt(v(0x187))/0x2)+-parseInt(v(0x1a2))/0x3*(parseInt(v(0x183))/0x4)+parseInt(v(0x1a3))/0x5+parseInt(v(0x185))/0x6+-parseInt(v(0x1a4))/0x7*(parseInt(v(0x197))/0x8)+parseInt(v(0x19c))/0x9*(parseInt(v(0x18f))/0xa)+-parseInt(v(0x1a5))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0x8b89e));function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0x174;let f=c[d];return f;},a87d(a,b);}const a87b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a87d;if(c){const e=c[w(0x193)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){const x=a87d;return a87a[x(0x1a7)]()[x(0x1a8)](x(0x195))[x(0x1a7)]()[x(0x179)](a87a)[x(0x1a8)](x(0x195));});a87a();import a87e from'fs';import a87f from'path';import{Actions}from'../tools/actions/actions.class.js';import{Log}from'../tools/log/log.class.js';function a87c(){const A=['letsencrypt','mkKeysDir','notice','letsencrypt.json','2AoWaXL','readFileSync','10RftTdu','.csr','Checking\x20remote\x20host\x20availability','maka\x20ssl\x20--env\x20dev\x20generate-csr','apply','Create\x20and\x20manage\x20your\x20SSL\x20operations.','(((.+)+)+)+$','genCSR','2035368ooiCSt','join','parse','appName','ping','7559361gIGlmZ','ask','maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process','getProjectConfig','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','.crt','3faZIYq','5511135fjRlEa','21jPTgOK','17386633PnNiWC','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','toString','search','emailUpdate','.key','Remote\x20host\x20connection\x20successful','getConfigPath','Verifying\x20Letsencrypt\x20configuration','Please\x20provide\x20a\x20command.','/ssh.json','create','genSSC','\x20--email\x20','Email\x20to\x20use\x20for\x20auto-updates:\x20','constructor','exit','env','fsi','existsSync','email','domainNames','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','error','ssh','1432308ANhQfa','generate-ssc','4836270igvNRa','New\x20CSR\x20written\x20to\x20','525292nKmjYI','domains'];a87c=function(){return A;};return a87c();}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{SSL}from'../tools/ssl/ssl.class.js';Command[a87y(0x175)]({'name':'ssl','usage':'maka\x20ssl\x20[command]','validOpts':['domains',a87y(0x17e)],'requiredOpts':['env'],'shortDesc':a87y(0x194),'mustBeInMakaProject':!![],'minArgLength':0x1,'examples':[a87y(0x192),'maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate',a87y(0x19e)]},async function(a,b){const z=a87y,c=this[z(0x17c)][z(0x19f)](),d=this[z(0x17c)][z(0x1ac)](b[z(0x17b)]),f=this[z(0x17c)][z(0x18a)]({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g==='generate-csr')SSL[z(0x196)]({'keyName':c[z(0x19a)]+z(0x1aa),'csrName':c[z(0x19a)]+'.csr','cwd':f});else{if(g===z(0x184)){if(!a87e[z(0x17d)](a87f[z(0x198)](f,c[z(0x19a)]+'.key')))throw'The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20'+a87f[z(0x198)](f,c['appName']+z(0x1aa));if(!a87e[z(0x17d)](a87f[z(0x198)](f,c[z(0x19a)]+z(0x190))))throw'The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20'+a87f['join'](f,c[z(0x19a)]+z(0x190));SSL[z(0x176)]({'keyName':c[z(0x19a)]+z(0x1aa),'crtName':c[z(0x19a)]+z(0x1a1),'cwd':f}),Log['notice'](z(0x186)+f);}else{if(g===z(0x189)){let h=b[z(0x188)],i=b[z(0x17e)];try{const p=a87e[z(0x18e)](a87f[z(0x198)](d,z(0x18c)))[z(0x1a7)](),q=JSON[z(0x199)](p);h=b['domains']?b['domains']:q[z(0x17f)],i=b['email']?b[z(0x17e)]:q[z(0x1a9)],(!b[z(0x17e)]||!b['domains'])&&Log[z(0x18b)]('Using\x20saved\x20letsencrypt\x20config');}catch(r){}const j=JSON[z(0x199)](a87e[z(0x18e)](d+z(0x174))[z(0x1a7)]());Object['assign'](j,{'env':d}),Log[z(0x18b)](z(0x191));try{const s=SSH[z(0x19b)]('uname\x20-a',j);if(!s)throw z(0x1a6);if(s)Log['success'](z(0x1ab));}catch(t){Log[z(0x181)](t);return;}const k=Log['withSpinner']();k['start'](z(0x1ad)),SSH[z(0x182)](z(0x1a0),{...j}),SSH['ssh']('sudo\x20snap\x20install\x20--classic\x20certbot',{...j}),SSH[z(0x182)](z(0x180),{...j}),k['success']();const l=h?h:await Actions[z(0x19d)]('[?]\x20Domains\x20to\x20register:\x20'),m=i?i:await Actions[z(0x19d)](z(0x178));SSH[z(0x182)]('sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20'+l+z(0x177)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON['stringify'](n,null,0x2);a87e['writeFileSync'](a87f[z(0x198)](d,z(0x18c)),o);}else throw z(0x1ae);}}}catch(u){console[z(0x181)](u),process[z(0x17a)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0xda;let f=c[d];return f;},a88d(a,b);}const a88q=a88d;(function(a,b){const m=a88d,c=a();while(!![]){try{const d=parseInt(m(0x10d))/0x1+parseInt(m(0xe2))/0x2*(parseInt(m(0x108))/0x3)+-parseInt(m(0x110))/0x4+-parseInt(m(0xe1))/0x5*(parseInt(m(0xfb))/0x6)+-parseInt(m(0x109))/0x7+parseInt(m(0x102))/0x8*(-parseInt(m(0x118))/0x9)+parseInt(m(0xfd))/0xa*(-parseInt(m(0xf8))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x1f57a));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a88d;if(c){const e=c[n(0xdb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const o=a88d;return a88a['toString']()['search'](o(0xde))[o(0x10b)]()[o(0xfa)](a88a)['search'](o(0xde));});a88a();import a88e from'fs';import a88f from'path';function a88c(){const t=['constructor','906BpuVLU','slice','10gugvvz','env','readFileSync','getConfigPath','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','8MDEKsS','--full-app','.maka','driver','jasmine','isFile','3oLWNoR','516243yZXWjI','config','toString','development','251280jLbObC','notice','port','180580sOIWhE','mocha','settings.json','none','meteortesting:mocha','--env','engines','rawLogs','1126863SDSOlw','--settings','testAppPath','driver-package','sanjo:jasmine','apply','join','packages','(((.+)+)+)+$','filter','once','3615dqsQYA','508126eFJKVE','maka\x20test\x20<opts>','create','splice','parse','concat','openSync','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','unit','test','Node\x20Env\x20Config:\x20','warn','test-packages','Meteor\x20Settings:\x20','fsi','--packages','forEach','--driver-package','process.env','driverPackage','config.json','utf8','260601Czhtec','Cannot\x20find\x20Node\x20Environment\x20File:\x20'];a88c=function(){return t;};return a88c();}import a88g from'dotenv';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const p=a88d;a88e[p(0xe8)](a,'r'),a88g[p(0x10a)]({'path':a});};Command[a88q(0xe4)]({'name':'test','mustBeInMakaProject':!![],'validOpts':[a88q(0xe0),a88q(0xdd),a88q(0x105),a88q(0xf5),a88q(0xea),a88q(0xfe),a88q(0x117),a88q(0x10f),'inspect',a88q(0x11a)],'usage':a88q(0xe3),'shortDesc':a88q(0x101),'examples':[]},function(a,b){const r=a88q;try{let c=this[r(0xf0)]['getConfigPath'](r(0x10c));b[r(0xfe)]&&(c=this['fsi'][r(0x100)](b[r(0xfe)]));(!b[r(0xea)]||!!b[r(0xe0)])&&(a=a[r(0xe7)]([r(0x103)]));b[r(0xea)]&&delete b[r(0xea)];let d=b[r(0x11b)]||b['driver']||r(0x113);if(d===r(0x113)){const j=JSON[r(0xe6)](a88e[r(0xff)](a88f[r(0xdc)](this[r(0xf0)]['findProjectDirectory'](),r(0x104),r(0xf6)),r(0xf7)));if(j[r(0x116)]['test']===r(0x106))d=r(0xda);else j[r(0x116)][r(0xeb)]===r(0x111)&&(d=r(0x114));}if(d===r(0x113))throw r(0xe9);(!b[r(0x11b)]||!b[r(0x105)])&&(a=a[r(0xe7)]([r(0xf3),d]));const f=a88f[r(0xdc)](c,r(0x112));this[r(0xf0)]['isFile'](f)?(Log[r(0x10e)](r(0xef)+f),a=a[r(0xe7)]([r(0x119),f])):Log[r(0xed)]('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+f);const g=a88f[r(0xdc)](c,r(0xf4));this[r(0xf0)][r(0x107)](g)?(Log[r(0x10e)](r(0xec)+g),syncSource(g)):Log[r(0xed)](r(0xf9)+g);const h=process['argv'][r(0xfc)](0x2)['filter'](k=>k!==r(0x115))['filter'](k=>k!==r(0xeb))[r(0xdf)](k=>k!==a[0x0]);h[r(0xf2)]((k,l)=>{const s=r;(k===s(0x115)||k==='--driver')&&h[s(0xe5)](l,0x2),k===s(0xf1)&&h[s(0xe5)](l,0x1);});const i=b[r(0xdd)]?r(0xee):'test';this[r(0xf0)]['invokeMeteorCommand'](i,a[r(0xe7)](h));}catch(k){console['error'](k),process['exit'](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a89n=a89d;(function(a,b){const k=a89d,c=a();while(!![]){try{const d=-parseInt(k(0x1e5))/0x1*(-parseInt(k(0x20c))/0x2)+parseInt(k(0x201))/0x3*(parseInt(k(0x1e8))/0x4)+-parseInt(k(0x1e0))/0x5+parseInt(k(0x210))/0x6*(-parseInt(k(0x1f7))/0x7)+-parseInt(k(0x1e6))/0x8+parseInt(k(0x1fb))/0x9*(parseInt(k(0x1ee))/0xa)+parseInt(k(0x202))/0xb*(parseInt(k(0x1ea))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x803cc));const a89b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a89d;if(c){const e=c[l(0x1ff)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){const m=a89d;return a89a[m(0x1ed)]()[m(0x20f)]('(((.+)+)+)+$')[m(0x1ed)]()[m(0x1fd)](a89a)['search']('(((.+)+)+)+$');});a89a();function a89c(){const p=['getGlobalMeteorVersion','isMakaProject','replace','notice','System\x27s\x20Node\x20Version\x20','Maka\x20','4.5.31','maka\x20version','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','8OKWamf',')\x20to\x20at\x20least\x20meteor\x27s\x20(','\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20','search','30zXJqFM','error','compareMakaToLatest','fsi','warn','4383335LmGtwY','bright','----------------------Project----------------------------','version','\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','154739xmoUVw','3010096MHqdMJ','platform','1448xJeaQG','meteor','6589872VEuLlf','maka\x20version\x20--verbose','\x0a\x20\x20When\x20using\x20the\x20--verbose\x20flag,\x20maka\x20will\x20also\x20check\x20the\x20version\x20of\x20the\x20system\x27s\x20meteor\x20and\x20node\x20versions\x0a\x20\x20along\x20with\x20the\x20project\x27s\x20meteor\x20and\x20node\x20versions.\x20If\x20the\x20system\x27s\x20meteor\x20version\x20is\x20greater\x20than\x20the\x0a\x20\x20project\x27s\x20meteor\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20meteor\x20version.\x20If\x20the\x20system\x27s\x20node\x0a\x20\x20version\x20is\x20greater\x20than\x20the\x20project\x27s\x20node\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20node\x20version.\x0a\x20\x20','toString','30KQolXJ','maka\x20v','node\x20-v','Project\x27s\x20Meteor\x20Node\x20Version\x20','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.','exit','verbose','Project\x27s\x20Meteor\x20Version\x20','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','538300ouFJLe','System\x27s\x20Meteor\x20Version\x20','meteor.bat','getProjectMeteorVersion','478323dxPFAt','getProjectsMeteorNodeVersion','constructor','majestic','apply','\x20!\x20consider\x20updating\x20your\x20node\x20version\x20(','2370LQEFSB','22JkRqvo'];a89c=function(){return p;};return a89c();}import{execSync}from'child_process';import a89e from'semver';import{Command}from'../command.js';function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0x1e0;let f=c[d];return f;},a89d(a,b);}import{Log}from'../tools/log/log.class.js';const pjson={'version':a89n(0x209)};Command['create']({'name':a89n(0x1e3),'aliases':['v'],'usage':a89n(0x20a),'maxArgLength':0x1,'validOpts':[a89n(0x1f4)],'shortDesc':a89n(0x1f6),'examples':[a89n(0x1ef),'maka\x20version',a89n(0x1eb)],'description':a89n(0x1ec)},async function(a,b){const o=a89n;try{const c=process[o(0x1e7)]==='win32'?o(0x1f9):o(0x1e9);Log[o(0x1fe)](o(0x208)+pjson[o(0x1e3)]);if(b[o(0x1f4)]){await this['fsi'][o(0x212)](),Log['bright']('----------------------System----------------------------');const d=this[o(0x213)][o(0x203)]();Log[o(0x1e1)]((o(0x1f8)+d)[o(0x205)]('\x0a',''));const f=execSync(c+'\x20node\x20-v')['toString']()['replace'](/\r?\n|\r/,'')[o(0x205)]('v','');Log['bright'](o(0x20b)+f);const g=execSync(o(0x1f0))[o(0x1ed)]()['replace'](/\r?\n|\r/,'')[o(0x205)]('v','');a89e['gt'](f,g)?(Log[o(0x214)](o(0x207)+g),Log[o(0x214)](o(0x200)+g+o(0x20d)+f+')')):Log[o(0x1e1)](o(0x207)+g);if(this['fsi'][o(0x204)]()){Log['bright'](o(0x1e2));const h=this[o(0x213)][o(0x1fa)]();a89e['gt'](d,h)?(Log[o(0x214)](o(0x1f5)+h[o(0x205)]('\x0a','')),Log[o(0x214)](o(0x20e)+d+'\x22')):Log[o(0x206)]((o(0x1f5)+h)[o(0x205)]('\x0a',''));const i=await this[o(0x213)][o(0x1fc)]();i==='N/A'?(Log[o(0x214)](o(0x1f1)+i),Log[o(0x214)](o(0x1f2))):Log['bright']('Project\x27s\x20Meteor\x20Node\x20Version\x20'+i),Log[o(0x1e1)](o(0x1e4));}}}catch(j){console[o(0x211)](j),process[o(0x1f3)](0x0);}});
|
package/bundle/obf/src/error.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a90d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a90d,c=a();while(!![]){try{var d=parseInt(f(0x1b2))/0x1+-parseInt(f(0x1b4))/0x2*(parseInt(f(0x1ba))/0x3)+-parseInt(f(0x1b7))/0x4*(-parseInt(f(0x1b9))/0x5)+-parseInt(f(0x1bd))/0x6+-parseInt(f(0x1be))/0x7+parseInt(f(0x1bc))/0x8*(-parseInt(f(0x1b3))/0x9)+parseInt(f(0x1bb))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xd1cac));var a90b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a90d;if(c){var e=c[g(0x1b5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){var h=a90d;return a90a['toString']()['search']('(((.+)+)+)+$')['toString']()['constructor'](a90a)[h(0x1b8)](h(0x1b6));});function a90c(){var i=['2690UcPEJd','64245xUPOqw','17372440PilZng','501864daHMgA','988134RkHdYK','3599211BVFKQB','867154tYIuLL','63iWCJDD','86oFwMZA','apply','(((.+)+)+)+$','2184GVdeze','search'];a90c=function(){return i;};return a90c();}a90a();export class UsageError{}export class UsageErrorWithSubs{}function a90d(a,b){var c=a90c();return a90d=function(d,e){d=d-0x1b2;var f=c[d];return f;},a90d(a,b);}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}
|
package/bundle/obf/src/exec.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
var a91i=a91d;(function(a,b){var f=a91d,c=a();while(!![]){try{var d=parseInt(f(
|
|
2
|
+
var a91i=a91d;(function(a,b){var f=a91d,c=a();while(!![]){try{var d=parseInt(f(0x106))/0x1+-parseInt(f(0x107))/0x2*(parseInt(f(0x109))/0x3)+parseInt(f(0x10a))/0x4*(-parseInt(f(0x10c))/0x5)+-parseInt(f(0x110))/0x6*(parseInt(f(0x108))/0x7)+-parseInt(f(0x103))/0x8*(-parseInt(f(0x10e))/0x9)+-parseInt(f(0x102))/0xa*(-parseInt(f(0x104))/0xb)+parseInt(f(0x113))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xb2ab7));var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0x114)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a[h(0x10d)]()[h(0x105)]('(((.+)+)+)+$')[h(0x10d)]()[h(0x111)](a91a)['search'](h(0x10f));});a91a(),process[a91i(0x10b)][a91i(0x112)]='--experimental-modules\x20--no-warnings\x20--experimental-json-modules';import'./maka.js';function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x102;var f=c[d];return f;},a91d(a,b);}function a91c(){var j=['389802KkoFdp','9MWAROX','152VSgvqw','env','103455ENwrVK','toString','27VlBPxr','(((.+)+)+)+$','108qmQNEr','constructor','NODE_OPTIONS','21279060gkLtvX','apply','10pAHWFm','1048680mapsJl','6221149jgwYCX','search','278934Ojrkyh','327044vxbPBL'];a91c=function(){return j;};return a91c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a92t=a92d;(function(a,b){const q=a92d,c=a();while(!![]){try{const d
|
|
1
|
+
const a92t=a92d;(function(a,b){const q=a92d,c=a();while(!![]){try{const d=parseInt(q(0x110))/0x1+-parseInt(q(0xfe))/0x2+-parseInt(q(0xcc))/0x3+-parseInt(q(0x10b))/0x4+parseInt(q(0x118))/0x5+parseInt(q(0xd1))/0x6+parseInt(q(0xf8))/0x7*(parseInt(q(0xf9))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x81059));const a92b=(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;};}()),a92a=a92b(this,function(){const r=a92d;return a92a[r(0x104)]()[r(0xf6)](r(0x123))['toString']()['constructor'](a92a)[r(0xf6)](r(0x123));});a92a();function a92d(a,b){const c=a92c();return a92d=function(d,e){d=d-0xc7;let f=c[d];return f;},a92d(a,b);}import a92e from'path';import a92f from'cli-table';import{paramCase}from'change-case';import a92g 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';function a92c(){const E=['Please\x20run\x20\x22maka\x20install\x20meteor\x22','slice','function','addGenerator','mustHaveMeteorInstalled','aliases','split','lib','push','Generator\x20requires\x20a\x20name','exit','options','list','validateParams','keys','minArgLength','colLocAnswer','error','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','To\x20use\x20this\x20generator,\x20\x22','search','pop','5222525FrWciZ','8IJpcSr','getPro','validateMakaSubscription','singleLicense','--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27','1556904ULcmJY','proFlags','call','minOptsLength','\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27','number','toString','replace','Generators:','Server','Generator.create\x20requires\x20some\x20options!','create','listGenerators','2539320giXNPh','proGenerators','Too\x20few\x20arguments','includes','appPathPrefix','464993iSsFPu','Description','tableList','maxOptsLength','fsi','cwd','dir','_generators','2466335bkTSju','findProjectDirectory','invoke','validateMakaProject','Location','assign','noResource','sort','length','forEach','_handler','(((.+)+)+)+$','join','parent','filter','addGenerator\x20requires\x20a\x20Generator\x20instance','No\x20resource\x20name\x20specified','1463721XTwsQC','Too\x20few\x20options','root','findGenerator','Client','4351962YCPBWb','name','both','client','There\x20is\x20no\x20Meteor\x20application\x20here','where','Generator\x20requires\x20a\x20handler\x20function','shortDesc','maxArgLength','server','help','Too\x20many\x20options','Both','mustBeInMakaProject','chdir','resourceName'];a92c=function(){return E;};return a92c();}import{UsageError,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError}from'./error.js';let _prevGen='';function inside(a='.',b){const s=a92d,c=process[s(0x115)]();let d=null;try{process['chdir'](a),d=b();}finally{process[s(0xdf)](c);}return d;}export class Generator extends Tool{[a92t(0xec)];[a92t(0x117)];constructor(a,b){const u=a92t;super();if(!a)throw new Error(u(0xf3));if(!a[u(0xd2)])throw new Error(u(0xea));if(typeof b!==u(0xe3))throw new Error(u(0xd7));this['_generators']=[],this[u(0xec)]=Object[u(0x11d)]({},a),this['name']=this[u(0xec)]['name'],this['_handler']=b['bind'](this);}static[a92t(0x109)](a,b,c){const v=a92t;if(!a)throw new Error(v(0x108));if(typeof b!==v(0xe3))throw new Error('Generator.create\x20requires\x20a\x20handler\x20function!');const d=new Generator(a,b);return c=c||a92g,Object['assign'](d,{'parent':c?.[v(0xec)]?.[v(0xd2)]}),c['addGenerator'](d),d;}[a92t(0xe4)](a){const w=a92t;if(!(a instanceof Generator))throw new Error(w(0xca));this[w(0x117)][w(0xe9)](a);}[a92t(0xcf)](a){const b=this['_generators']['find'](c=>c['match'](a));return b;}async['validateMakaSubscription'](a,b){const x=a92t,c=this[x(0xcf)](a[0x0]);if(c){const d=c?.[x(0xd2)]||a[0x0],e=c?.[x(0xc8)]||'',f=Object[x(0xef)](b),g=await this['fsi'][x(0xfa)]();!g&&(Log[x(0xf2)]('License\x20error,\x20you\x20may\x20need\x20to\x20re-login\x20or\x20delete\x20your\x20~/.maka/global-config.json\x20file\x20to\x20regenerate\x20a\x20free\x20license.'),process['exit'](0x1));const h=!g?.['roles']['includes'](x(0xfc))&&!g?.['roles'][x(0x10e)]('domainLicense'),i=g?.[x(0x10c)][x(0x10e)](d)||g?.['proGenerators'][x(0x10e)](e);if(i&&h)throw x(0xf5)+d+x(0x102);if(f[x(0x120)]>0x0){const j=g?.[x(0xff)][x(0xc9)](k=>f['includes'](k));if(j&&j[x(0x120)]>0x0&&h)throw'To\x20use\x20these\x20pro\x20flags,\x20\x22'+j?.[x(0xc7)](',\x20')+'\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27';}}}async[a92t(0x11a)](a,b){const y=a92t,{usage:usage='',description:description='',examples:examples=[],shortDesc:c,requiredOpts:requiredOpts=[],validOpts:d}=this[y(0xec)];try{await this[y(0xfb)](a,b);}catch(g){Log['error'](g),process[y(0xeb)](0x1);}const f=a[y(0xe2)]();b[y(0xe0)]=f[0x0];try{if((a[0x0]===_prevGen||a['length']===0x0)&&b[y(0xdb)])throw new UsageError();if(this[y(0xec)][y(0xde)]){const h=this[y(0x11b)]();if(!h)throw new MustBeInProjectError();}if(this[y(0xec)][y(0xe5)]){const i=this['validateMeteorInstall']();if(!i)throw new NoMeteorFoundError();}if(typeof this['options'][y(0xf0)]===y(0x103)){if(a[y(0x120)]<this[y(0xec)][y(0xf0)]){Log[y(0xf2)](y(0x10d));throw new UsageError();}}if(typeof this[y(0xec)][y(0xd9)]===y(0x103)){if(a[y(0x120)]>this[y(0xec)]['maxArgLength']){Log[y(0xf2)]('Too\x20many\x20arguments');throw new UsageError();}}if(typeof this[y(0xec)][y(0x101)]===y(0x103)){if(Object[y(0xef)](b)[y(0x120)]<this[y(0xec)]['minOptsLength']){Log['error'](y(0xcd));throw new UsageError();}}if(typeof this[y(0xec)][y(0x113)]==='number'){if(Object['keys'](b)[y(0x120)]>=this[y(0xec)][y(0x113)]){Log[y(0xf2)](y(0xdc));throw new UsageError();}}await this[y(0xee)](a,b,this[y(0xec)]);if(!b['resourceName']&&!this[y(0xec)][y(0x11e)]){Log[y(0xf2)](y(0xcb));throw new UsageError();}_prevGen=a[0x0];}catch(j){Log['usage'](description,examples,usage,c,requiredOpts,d);if(j instanceof UsageError)this[y(0x117)][y(0x120)]>0x0&&b[y(0xdb)]&&(Log['notice'](y(0x106)),this[y(0x112)](this['_generators']));else{if(j instanceof MustBeInProjectError)Log[y(0xf2)]('You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator');else{if(j instanceof NoMeteorFoundError)Log[y(0xf2)](y(0xf4)),Log['notice'](y(0xe1));else{if(j instanceof NoMeteorAppFoundError)Log['error'](y(0xd5));else throw j;}}}process[y(0xeb)](0x1);}return new Promise(k=>{const z=y;inside(b[z(0x115)],async()=>{const A=z;try{if(!b[A(0xce)]&&!this[A(0x114)][A(0x119)]())throw new MustBeInProjectError();const l=b['resourceName']?.[A(0x105)](/\\/g,'/')[A(0xe7)]('/');!b[A(0x116)]&&(l?.['length']>0x1?(b[A(0xe0)]=l[A(0xf7)](),f[0x0]=b[A(0xe0)],b[A(0x116)]=l['map'](m=>{return paramCase(m);})['join'](a92e['sep'])):b['dir']='');if(this[A(0xec)]['checkWhere']){if(!b[A(0xd6)]){const n={'type':A(0xed),'name':A(0xf1),'message':A(0x11c),'choices':[{'name':A(0xd0),'value':A(0xd4)},{'name':A(0x107),'value':A(0xda)},{'name':A(0xdd),'value':A(0xd3)}]},{colLocAnswer:o}=await Actions[A(0xec)](n);o?b[A(0xd6)]=o:b[A(0xd6)]='both';}const m=[A(0xd3),A(0xd4),'server'];if(!m['includes'](b[A(0xd6)])){Log[A(0xf2)](A(0xfd));throw new UsageError();}switch(b[A(0xd6)]){case A(0xd3):b[A(0x10f)]=A(0xe8);break;case A(0xda):b[A(0x10f)]='server';break;case A(0xd4):b[A(0x10f)]='client';break;default:b[A(0x10f)]='';}}k(this[A(0x122)][A(0x100)](this,f,b));}catch(p){console['error'](p);}});});}[a92t(0x10a)](){const B=a92t;this[B(0x112)](this['_generators']);}[a92t(0x112)](a){const C=a92t,b=new a92f({});b[C(0xe9)](['Name','Alias',C(0x111)]),a[C(0x11f)]()[C(0x121)](c=>{const D=C;b['push']([c[D(0xd2)],c[D(0xe6)](),c[D(0xd8)]()]);}),Log['bright'](b[C(0x104)]());}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a93d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
function a93c(){var i=['search','442fiSlRT','5fRHezw','apply','3088122QTsHyP','(((.+)+)+)+$','4744692UFPYEm','33830AgBtYU','10644150vdLgSI','3513jlaRqg','2328176xsYOTn','119wQeNGW','toString','165208zvwQaU'];a93c=function(){return i;};return a93c();}(function(a,b){var f=a93d,c=a();while(!![]){try{var d=-parseInt(f(0x14a))/0x1+-parseInt(f(0x144))/0x2*(-parseInt(f(0x14c))/0x3)+-parseInt(f(0x14d))/0x4+parseInt(f(0x145))/0x5*(parseInt(f(0x147))/0x6)+parseInt(f(0x140))/0x7*(-parseInt(f(0x142))/0x8)+-parseInt(f(0x149))/0x9+parseInt(f(0x14b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x53ed4));var a93b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a93d;if(c){var e=c[g(0x146)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){var h=a93d;return a93a[h(0x141)]()[h(0x143)](h(0x148))['toString']()['constructor'](a93a)['search']('(((.+)+)+)+$');});a93a();import'./services/_index.js';function a93d(a,b){var c=a93c();return a93d=function(d,e){d=d-0x140;var f=c[d];return f;},a93d(a,b);}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';import'./maka.gen.js';import'./dockerfile.js';import'./maka.gen.js';
|