@maka/maka-cli 4.8.3 → 4.8.5
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/ai.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/_index.js +1 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.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/install.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/kits/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
- package/bundle/obf/src/generators/kits/kit.js +1 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.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/templates/meteor/project/package.json +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/options/options.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.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 a77z=a77d;(function(a,b){const w=a77d,c=a();while(!![]){try{const d=parseInt(w(0x19e))/0x1+-parseInt(w(0x180))/0x2+parseInt(w(0x185))/0x3+parseInt(w(0x1b2))/0x4*(-parseInt(w(0x17f))/0x5)+-parseInt(w(0x188))/0x6*(-parseInt(w(0x1a1))/0x7)+-parseInt(w(0x1ac))/0x8*(parseInt(w(0x1a3))/0x9)+parseInt(w(0x184))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x3b763));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a77d;if(c){const e=c[x(0x18c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const y=a77d;return a77a[y(0x194)]()[y(0x197)](y(0x179))['toString']()[y(0x19c)](a77a)[y(0x197)]('(((.+)+)+)+$');});a77a();import a77e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';function a77c(){const B=['getGlobalConfig','toString','localhost','maka\x20login','search','Using\x20CA\x20Cert\x20','authToken','digest','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','constructor','get','209112GxRWDF','success','/api/v1/login','2723IqbDLw','ask','162yCaYAh','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','password','MAKA_DEV','login','withSpinner','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','/api/v1/encodeJwt','help','34056jzZvhH','https://','email','Password:\x20','parse','error','1936172HTqJcG','update','cacert','(((.+)+)+)+$','setGlobalConfig','sha256','failure','toHex','env','5eqSUeX','733058vjtXiF','header','Logs\x20in\x20to\x20www.maka-cli.com','Logging\x20into\x20https://','5299100HDTXXe','1283523obqfxz','post','create','60ONsHHQ','/api/v1/status','fsi','start','apply','isFile','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','assign','cert','Preflight\x20Check'];a77c=function(){return B;};return a77c();}function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x179;let f=c[d];return f;},a77d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a77z(0x17e)][a77z(0x1a6)]==='True'?a77z(0x195):'www.maka-cli.com';Command[a77z(0x187)]({'name':a77z(0x1a7),'validOpts':['email',a77z(0x1a5),a77z(0x1ab),a77z(0x1b4),'debug'],'usage':a77z(0x196),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a77z(0x182),'examples':[a77z(0x196),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},async function(a,b){const A=a77z,c=Log[A(0x1a8)]();try{let d='';b['cacert']&&(this[A(0x18a)]['isFile'](b[A(0x1b4)])?(d=b[A(0x1b4)],Log['notice'](A(0x198)+d)):Log['error'](A(0x1a9)+d));const f=await this[A(0x18a)][A(0x193)]();if(f[A(0x191)]){if(this[A(0x18a)][A(0x18d)](f[A(0x191)]))d=f[A(0x191)];else{Log[A(0x1b1)](A(0x1a4)+d);return;}}Log[A(0x181)](A(0x183)+hostname);const g={'url':A(0x1ad)+hostname+A(0x189)};b[A(0x1b4)]&&Object[A(0x190)](g,{'cert':d});c[A(0x18b)](A(0x192));const {statusCode:h}=await HTTPS[A(0x19d)](g);if(h===0x198){c['failure']();throw A(0x19b);}if(h!==0xc8){c[A(0x17c)]();throw A(0x1ad)+hostname+A(0x18e);}c[A(0x19f)]();const i=b['email']?b[A(0x1ae)]:await Actions[A(0x1a2)]('Email:'),j=b['password']?b[A(0x1a5)]:await Actions[A(0x1a2)](A(0x1af),!![]),k=a77e['md'][A(0x17b)]['create']();k[A(0x1b3)](j);const l=k[A(0x19a)]()[A(0x17d)](),m={'hostname':hostname,'path':A(0x1a0),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x1b4)]&&Object[A(0x190)](m,{'cert':d});c['start']('Logging\x20in');const {data:n,statusCode:o}=await HTTPS[A(0x186)](m);if(o===0x198){c[A(0x17c)]('\x0a');throw A(0x18f)+hostname;}const p=JSON[A(0x1b0)](n);if(p[A(0x199)]){const q={'hostname':hostname,'path':A(0x1aa),'headers':{'x-auth-token':p['authToken']},'data':{}};b['cacert']&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS['post'](q),{token:t}=JSON[A(0x1b0)](r);if(s===0x198)throw A(0x18f)+hostname;const u={'token':p,'hash':t};this[A(0x18a)][A(0x17a)](u);}else{c[A(0x17c)]();throw p;}c[A(0x19f)]();}catch(v){c[A(0x17c)](),console[A(0x1b1)](v),process['exit'](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a78o=a78d;(function(a,b){const l=a78d,c=a();while(!![]){try{const d=-parseInt(l(0x138))/0x1+parseInt(l(0x13c))/0x2+-parseInt(l(0x13a))/0x3+parseInt(l(0x159))/0x4*(parseInt(l(0x14f))/0x5)+parseInt(l(0x136))/0x6+-parseInt(l(0x142))/0x7+parseInt(l(0x152))/0x8*(-parseInt(l(0x133))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x97ab5));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a78d;if(c){const e=c[m(0x140)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const n=a78d;return a78a[n(0x147)]()[n(0x149)]('(((.+)+)+)+$')[n(0x147)]()[n(0x153)](a78a)[n(0x149)](n(0x13b));});a78a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x12f;let f=c[d];return f;},a78d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env'][a78o(0x144)]===a78o(0x130)?a78o(0x14a):'www.maka-cli.com';function a78c(){const q=['search','localhost','fsi','isFile','setGlobalConfig','/api/v1/logoutAll','25eHefwo','getGlobalConfig','post','543520XzbGWd','constructor','Preflight\x20Check','error','assign','withSpinner','logout','791716wwjKBQ','Logging\x20out\x20of\x20https://','get','cacert','Using\x20CA\x20Cert\x20','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','success','True','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','27opMgTx','maka\x20logout','exit','1547322eNUEbp','authToken','230754aCDjtF','failure','2601672TErkeu','(((.+)+)+)+$','2140634xsGqqb','/api/v1/status','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Logging\x20out','apply','start','2763698MdFKtb','https://','MAKA_DEV','token','cert','toString','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?'];a78c=function(){return q;};return a78c();}Command['create']({'name':a78o(0x158),'validOpts':['cacert'],'usage':a78o(0x134),'maxArgLength':0x2,'shortDesc':a78o(0x15e),'disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const p=a78o,c=Log[p(0x157)]();try{let d='';b[p(0x15c)]&&(this['fsi'][p(0x14c)](b['cacert'])?(d=b[p(0x15c)],Log['notice'](p(0x15d)+d)):Log[p(0x155)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[p(0x14b)][p(0x150)]();if(f[p(0x146)]){if(this[p(0x14b)][p(0x14c)](f[p(0x146)]))d=f[p(0x146)];else{c['failure']();throw Log[p(0x155)](p(0x13e)+d);}}Log['header'](p(0x15a)+hostname);const g={'url':p(0x143)+hostname+p(0x13d)};b[p(0x15c)]&&Object[p(0x156)](g,{'cert':d});c[p(0x141)](p(0x154));const {statusCode:h}=await HTTPS[p(0x15b)](g);if(h===0x198){c[p(0x139)]();throw p(0x131);}c['success']();if(h!==0xc8){c['failure']();throw p(0x132);}if(!f?.[p(0x145)]?.[p(0x137)])throw Log[p(0x155)](p(0x148));c[p(0x141)](p(0x13f));const i={'hostname':hostname,'path':p(0x14e),'data':{},'headers':{'x-auth-token':f['token'][p(0x137)]}};b[p(0x15c)]&&Object[p(0x156)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x151)](i);if(j===0x198){c[p(0x139)]('\x0a');throw p(0x131);}this[p(0x14b)][p(0x14d)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x12f)]();}catch(k){k&&console[p(0x155)](k),process[p(0x135)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a79m=a79d;(function(a,b){const j=a79d,c=a();while(!![]){try{const d=parseInt(j(
|
|
1
|
+
const a79m=a79d;(function(a,b){const j=a79d,c=a();while(!![]){try{const d=parseInt(j(0x10d))/0x1*(parseInt(j(0x107))/0x2)+-parseInt(j(0xef))/0x3*(-parseInt(j(0xf7))/0x4)+-parseInt(j(0x100))/0x5+-parseInt(j(0x10c))/0x6*(parseInt(j(0xf6))/0x7)+parseInt(j(0x108))/0x8+-parseInt(j(0x109))/0x9+-parseInt(j(0x10e))/0xa*(parseInt(j(0xfa))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0xcb5da));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a79d;if(c){const e=c[k(0x101)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const l=a79d;return a79a['toString']()[l(0xf1)](l(0xf8))['toString']()[l(0xfc)](a79a)[l(0xf1)](l(0xf8));});a79a();import a79e from'fs';import a79f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a79c(){const o=['maka\x20logs','join','1976340jwmWkP','650445nTkZZf','70WakJfC','getAppConfigPath','31467mMfHIe','assign','search','toString','sshSync','pm2\x20logs','parse','14uDNBGw','124aRztvA','(((.+)+)+)+$','fsi','467478WPgGBP','readFileSync','constructor','error','maka\x20logs\x20--env\x20dev','logs','6208820sYFHGQ','apply','verbose','ssh.json','View\x20the\x20PM2\x20logs','env','maka\x20logs\x20--env\x20staging','4IUmXgl','11409160gECQKT','190602MtqwzR'];a79c=function(){return o;};return a79c();}import{Log}from'../tools/log/log.class.js';function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0xee;let f=c[d];return f;},a79d(a,b);}Command['create']({'name':a79m(0xff),'aliases':['l','log'],'usage':a79m(0x10a),'requiredOpts':[a79m(0x105)],'mustBeInMakaProject':!![],'validOpts':[a79m(0x102)],'shortDesc':a79m(0x104),'examples':[a79m(0xfe),a79m(0x106),'maka\x20l\x20-e\x20p']},function(a,b){const n=a79m;try{const c=n(0xf4),d=this[n(0xf9)][n(0xee)](b[n(0x105)]),f=a79f[n(0x10b)](d,n(0x103)),g=a79e[n(0xfb)](f),h=JSON[n(0xf5)](g[n(0xf2)]());Object[n(0xf0)](h,{'env':d}),SSH[n(0xf3)](c,h,{'tty':!![],'verbose':!![]});}catch(i){Log[n(0xfd)](i);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a80i=a80d;(function(a,b){const f=a80d,c=a();while(!![]){try{const d=-parseInt(f(
|
|
1
|
+
const a80i=a80d;(function(a,b){const f=a80d,c=a();while(!![]){try{const d=-parseInt(f(0x177))/0x1*(-parseInt(f(0x182))/0x2)+parseInt(f(0x17c))/0x3+-parseInt(f(0x176))/0x4+-parseInt(f(0x18b))/0x5*(-parseInt(f(0x18a))/0x6)+-parseInt(f(0x17b))/0x7*(parseInt(f(0x179))/0x8)+-parseInt(f(0x18e))/0x9*(parseInt(f(0x175))/0xa)+parseInt(f(0x183))/0xb*(parseInt(f(0x180))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x4158a));const a80b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a80d;if(c){const e=c[g(0x185)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){const h=a80d;return a80a[h(0x18c)]()[h(0x188)](h(0x184))[h(0x18c)]()[h(0x189)](a80a)[h(0x188)](h(0x184));});a80a();import{Command}from'../command.js';function a80c(){const k=['maka\x20create\x20Todo','maka\x20run','search','constructor','222nVCBYB','57730RsTLUZ','toString','maka','25767XlUnfA','1320yRWxhM','1970768cCcTDr','378107anXvxg','\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.::.\x0a\x20\x20\x20\x20\x20\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','16MyOCQj','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','239225zATrFi','981063PRYakV','maka\x20install\x20meteor','processAndRunCommand','maka\x20--help','216feRdpx','exit','2AJFJQu','45397qrdbHE','(((.+)+)+)+$','apply'];a80c=function(){return k;};return a80c();}function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0x175;let f=c[d];return f;},a80d(a,b);}const Maka=new Command({'name':a80i(0x18d),'minArgLength':0x1,'shortDesc':a80i(0x17a),'validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a80i(0x17f),a80i(0x17d),a80i(0x186),a80i(0x187)],'description':a80i(0x178)},async function(a,b){const j=a80i;try{const c=a[0x0];a['splice'](0x0,0x1),await this[j(0x17e)](c,a,b);}catch(d){process[j(0x181)](0x1);}});export default Maka;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a81i=a81d;
|
|
1
|
+
var a81i=a81d;function a81d(a,b){var c=a81c();return a81d=function(d,e){d=d-0x1b4;var f=c[d];return f;},a81d(a,b);}function a81c(){var k=['12DBRdFt','search','2635668zAImqe','maka\x20murder','font-family:\x20monospace','8xHWRrp','163911gjEexc','apply','create','33393SNEDOk','exit','298OcbVPI','%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','2442575zWHrpt','50uFOkTw','(((.+)+)+)+$','8268995edavKe','Murrrrderrrrr','murder','5373396jaYPqn','constructor','56279971KQBunp','8DeiKeJ'];a81c=function(){return k;};return a81c();}(function(a,b){var f=a81d,c=a();while(!![]){try{var d=parseInt(f(0x1be))/0x1+parseInt(f(0x1c3))/0x2*(-parseInt(f(0x1c1))/0x3)+-parseInt(f(0x1b7))/0x4*(parseInt(f(0x1c5))/0x5)+parseInt(f(0x1b4))/0x6+parseInt(f(0x1c8))/0x7*(-parseInt(f(0x1bd))/0x8)+-parseInt(f(0x1ba))/0x9*(parseInt(f(0x1c6))/0xa)+-parseInt(f(0x1b6))/0xb*(-parseInt(f(0x1b8))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0xda718));var a81b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a81d;if(c){var e=c[g(0x1bf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){var h=a81d;return a81a['toString']()[h(0x1b9)]('(((.+)+)+)+$')['toString']()[h(0x1b5)](a81a)['search'](h(0x1c7));});a81a();import{Command}from'../command.js';Command[a81i(0x1c0)]({'name':a81i(0x1ca),'usage':a81i(0x1bb),'maxArgLength':0x1,'shortDesc':a81i(0x1c9),'validOpts':[]},async function(){var j=a81i;try{console['log'](j(0x1c4),j(0x1bc));}catch(a){console['error'](a),process[j(0x1c2)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a82z=a82d;(function(a,b){const w=a82d,c=a();while(!![]){try{const d=-parseInt(w(0x12b))/0x1*(-parseInt(w(0x165))/0x2)+-parseInt(w(0x161))/0x3*(-parseInt(w(0x14f))/0x4)+parseInt(w(0x156))/0x5+parseInt(w(0x126))/0x6*(parseInt(w(0x149))/0x7)+parseInt(w(0x157))/0x8+parseInt(w(0x11e))/0x9+parseInt(w(0x124))/0xa*(-parseInt(w(0x150))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0xb80a3));const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a82d;if(c){const e=c[x(0x142)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const y=a82d;return a82a[y(0x128)]()[y(0x123)]('(((.+)+)+)+$')[y(0x128)]()[y(0x16a)](a82a)[y(0x123)]('(((.+)+)+)+$');});a82a();import a82e from'fs';import a82f from'path';function a82c(){const K=['writeHead','listenPort','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','statusCode','=>\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','.key','proxyRes','url','readFileSync','\x20-\x20Starting\x20WebSocket\x20handshake','error','utf8','success','open','Internal\x20server\x20error.','message',']\x20<=\x20Sending\x20','host','path','getMakaProjectConfig',']\x20=>\x20','apply','\x20to\x20','genCSR',']\x20WS\x20','CSR\x20file\x20created:\x20','\x20on\x20','getAppConfigPath','287uuUjIX','warn','headers','maka\x20proxy','Shutting\x20down\x20proxy\x20server...','toISOString','1144508BVKzxM','1184139ZxCvhv','appName','Proxy\x20server\x20closed.','info','statusMessage',']\x20WebSocket\x20connection\x20established','1594645WWkuUk','10033240uMhzli','maka\x20proxy\x20--target-host\x20http://192.168.1.20','localhost','processAndRunGenerator','\x20from\x20','fsi','targetPort','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','SSC\x20file\x20created:\x20','SIGINT','3fZGqrb','method','bright','.crt','23434XWVhsH','\x20request\x20to\x20','withSpinner','end','close','constructor','exit','.csr','2125305fYYXHD','sslconfig','genSSC','isFile','create','search','250aMOfQt','\x20responded\x20with\x20','75774UMPvyl','join','toString','text/plain','development','71hVimLZ'];a82c=function(){return K;};return a82c();}import a82g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x11c;let f=c[d];return f;},a82d(a,b);}import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a82h from'../generators/maka.gen.js';Command[a82z(0x122)]({'name':'proxy','usage':a82z(0x14c),'mustBeInMakaProject':!![],'validOpts':['help','targetPort',a82z(0x12d),'targetHost'],'maxArgLength':0x1,'shortDesc':a82z(0x15e),'description':a82z(0x131),'examples':[a82z(0x14c),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000',a82z(0x158)]},async function(a,b){const A=a82z,c=this['fsi'][A(0x140)](),d=A(0x12a),e=this[A(0x15c)][A(0x148)](d),f=this[A(0x15c)]['mkKeysDir']({'configPath':e}),g=b[A(0x15d)]?Number(b[A(0x15d)]):0xbb8,h=b['listenPort']?Number(b[A(0x12d)]):0xd73,i=b['targetHost']?b['targetHost']:A(0x159),j=a82f['join'](f,c[A(0x151)]+A(0x132)),k=a82f[A(0x127)](f,c[A(0x151)]+A(0x164));(!this['fsi'][A(0x121)](j)||!this[A(0x15c)][A(0x121)](k))&&(await a82h[A(0x15a)](A(0x11f),[],{'env':d}),SSL[A(0x144)]({'keyName':c['appName']+A(0x132),'csrName':c[A(0x151)]+A(0x11d),'cwd':f,'useConfig':!![]}),this[A(0x15c)][A(0x121)](a82f[A(0x127)](f,c[A(0x151)]+A(0x11d)))&&Log[A(0x153)](A(0x146)+a82f[A(0x127)](f,c[A(0x151)]+A(0x11d))),SSL[A(0x120)]({'keyName':c['appName']+A(0x132),'crtName':c[A(0x151)]+A(0x164),'cwd':f,'useConfig':!![]}),this[A(0x15c)][A(0x121)](a82f[A(0x127)](f,c[A(0x151)]+A(0x164)))&&Log[A(0x153)](A(0x15f)+a82f['join'](f,c['appName']+A(0x164))),Log[A(0x153)]('Key\x20file\x20created:\x20'+j));if(g===h){Log[A(0x137)](A(0x12e));throw new UsageError();}const l={'ssl':{'key':a82e[A(0x135)](j,A(0x138)),'cert':a82e[A(0x135)](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]},m=a82g['createProxyServer'](l);m['on']('error',(o,p,q)=>{const B=A;B(0x12c)in q&&(Log['error']('Proxy\x20error:\x20'+o[B(0x13c)]),!q['headersSent']&&(q[B(0x12c)](0x1f4,{'content-type':B(0x129)}),q[B(0x168)](B(0x13b))));}),m['on'](A(0x133),(o,p)=>{const C=A,q=new Date()[C(0x14e)](),r=p[C(0x162)],s=p[C(0x134)],t=p[C(0x14b)]['host'],u=o[C(0x12f)],v=o[C(0x154)];Log[C(0x14a)]('['+q+C(0x141)+r+'\x20'+s+C(0x15b)+t+C(0x125)+u+'\x20'+v);}),m['on']('proxyReq',o=>{const D=A,p=new Date()[D(0x14e)](),q=o[D(0x162)],r=o[D(0x13f)],s=o['getHeader']('host');Log[D(0x153)]('['+p+D(0x13d)+q+D(0x166)+r+D(0x147)+s);}),m['on']('proxyReqWs',(o,p)=>{const E=A,q=new Date()['toISOString'](),r=p[E(0x162)],s=p['url'],t=p['headers'][E(0x13e)];Log[E(0x139)]('['+q+E(0x145)+r+'\x20'+s+'\x20from\x20'+t+E(0x136));}),m['on'](A(0x13a),()=>{const F=A,o=new Date()[F(0x14e)]();Log[F(0x139)]('['+o+F(0x155));}),m['on'](A(0x169),()=>{const G=A,o=new Date()[G(0x14e)]();Log['error']('['+o+']\x20WebSocket\x20connection\x20closed');}),m['listen'](Number(h)),Log[A(0x163)](A(0x130)+h+A(0x143)+g);const n=0x7d0;process['on'](A(0x160),()=>{const H=A,o=Log[H(0x167)]();o['start'](H(0x14d));const p=setTimeout(()=>{const I=H;o['success'](),process[I(0x11c)](0x1);},n);m['close'](()=>{const J=H;clearTimeout(p),Log[J(0x153)](J(0x152)),process['exit'](0x0);});});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a83q=a83d;(function(a,b){const n=a83d,c=a();while(!![]){try{const d=-parseInt(n(0xfe))/0x1*(-parseInt(n(0x108))/0x2)+-parseInt(n(0x106))/0x3*(parseInt(n(0xef))/0x4)+-parseInt(n(0x104))/0x5+parseInt(n(0xee))/0x6*(-parseInt(n(0xe5))/0x7)+parseInt(n(0x107))/0x8*(parseInt(n(0xf6))/0x9)+parseInt(n(0x100))/0xa*(-parseInt(n(0xe2))/0xb)+parseInt(n(0xfc))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0x61969));function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0xe2;let f=c[d];return f;},a83d(a,b);}const a83b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a83d;if(c){const e=c[o(0xf9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){const p=a83d;return a83a[p(0xe8)]()['search']('(((.+)+)+)+$')['toString']()[p(0xeb)](a83a)[p(0xf3)]('(((.+)+)+)+$');});a83a();import a83e from'fs';import a83f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';function a83c(){const s=['_keys','233886QwtxJE','4WkFxwl','ses.json','maka\x20reconfig\x20--env\x20prod','scp','search','pm2.config.js','getAppConfigPath','45OtqueD','exit','settings.json','apply','assign','uname\x20-a','17384124qRNFiv','ping','179555UYPntE','join','330ZYIlYy','maka\x20reconfig','Remote\x20host\x20connection\x20successful','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','969940XnyXJG','sshSync','1503804cAvQYC','975608ZZxaBz','2qXTLwc','ssh','notice','env','238073WrTnaJ','fsi','Checking\x20remote\x20host\x20availability','77aYvPay','~/settings.json','existsSync','toString','reconfig','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','constructor','~/pm2.config.js'];a83c=function(){return s;};return a83c();}Command['create']({'name':'reconfigure','aliases':[a83q(0xe9)],'validOpts':[''],'requiredOpts':['env'],'mustBeInMakaProject':!![],'usage':a83q(0x101),'shortDesc':'Reconfigure\x20your\x20deployed\x20applications\x20w/o\x20rebuild\x20or\x20redploy','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\x0a\x20\x20This\x20does\x20not\x20restart\x20the\x20nginx\x20server\x20and\x20is\x20much\x20faster\x20than\x20deploying\x0a\x20\x20a\x20new\x20build.\x0a\x20\x20','examples':[a83q(0xf1)]},async function(a,b){const r=a83q;try{const c=this[r(0xe3)][r(0xf5)](b[r(0x10b)]),d=a83f[r(0xff)](c,'ssh.json'),f=a83e['readFileSync'](d)['toString'](),g=JSON['parse'](f);Object[r(0xfa)](g,{'env':c}),Log[r(0x10a)](r(0xe4));const h=SSH[r(0xfd)](r(0xfb),g);if(!h)throw r(0x103);if(h)Log['success'](r(0x102));const i=a83f[r(0xff)](c,r(0xed),r(0xf0));if(a83e[r(0xe7)](i)){const l={'source':i,'dest':'~/ses.json','verbose':!![]};SSH[r(0xf2)](l,{...g});}const j=a83f[r(0xff)](c,r(0xf4));SSH['scp']({'source':j,'dest':r(0xec),'verbose':!![]},{...g});const k=a83f[r(0xff)](c,r(0xf8));SSH[r(0xf2)]({'source':k,'dest':r(0xe6),'verbose':!![]},{...g}),SSH[r(0x105)]('pm2\x20delete\x20all',g),await SSH[r(0x109)](r(0xea),{...g},{'verbose':!![]});}catch(m){console['error'](m),process[r(0xf7)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a84c(){var
|
|
1
|
+
function a84c(){var i=['520PsOldp','toString','26RSwgPt','search','86116meCnBm','(((.+)+)+)+$','86934QuytOT','apply','22617PNUwyP','1013872BEBSPa','165138KgLOfx','2448670zMHyjc','63gvztRR','3974210oIEYWu'];a84c=function(){return i;};return a84c();}(function(a,b){var f=a84d,c=a();while(!![]){try{var d=-parseInt(f(0xf1))/0x1+-parseInt(f(0xef))/0x2*(parseInt(f(0xf3))/0x3)+parseInt(f(0xe8))/0x4+-parseInt(f(0xec))/0x5+-parseInt(f(0xe9))/0x6+-parseInt(f(0xe7))/0x7*(parseInt(f(0xed))/0x8)+-parseInt(f(0xeb))/0x9*(-parseInt(f(0xea))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0x73507));function a84d(a,b){var c=a84c();return a84d=function(d,e){d=d-0xe6;var f=c[d];return f;},a84d(a,b);}var a84b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a84d;if(c){var e=c[g(0xe6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){var h=a84d;return a84a['toString']()[h(0xf0)]('(((.+)+)+)+$')[h(0xee)]()['constructor'](a84a)[h(0xf0)](h(0xf2));});a84a();import'./run.command.js';import'./docker.sub.cmd.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a85k=a85d;(function(a,b){const i=a85d,c=a();while(!![]){try{const d=parseInt(i(0xc9))/0x1+-parseInt(i(0xb4))/0x2*(parseInt(i(0xae))/0x3)+-parseInt(i(0xb6))/0x4+-parseInt(i(0xc3))/0x5+parseInt(i(0xc8))/0x6+-parseInt(i(0xc7))/0x7*(parseInt(i(0xbc))/0x8)+parseInt(i(0xbf))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x94620));const a85b=(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;};}()),a85a=a85b(this,function(){const j=a85d;return a85a[j(0xb1)]()[j(0xab)](j(0xcb))[j(0xb1)]()[j(0xc6)](a85a)[j(0xab)](j(0xcb));});a85a();import a85e from'./run.command.js';function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0xab;let f=c[d];return f;},a85d(a,b);}import{execSync}from'child_process';import a85f from'path';import a85g from'fs';function a85c(){const m=['\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\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','705892DlGBcT','createFile','templateContent','fsi','getMakaProjectConfig','docker-compose.yaml','1062592ARaGtb','inherit','getAppConfigPath','4040685eWVYyv','PM2\x20Config\x20File:\x20','create','maka\x20run\x20docker','2761635IcROre','exit','\x20up\x20--remove-orphans','constructor','35dVPdOn','7258470wbcIgT','1161947nvaNgv','pm2.config.js','(((.+)+)+)+$','appName','search','existsSync','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','17697ekiKgD','ensureAllDependenciesInstalled','docker','toString','docker-compose\x20--project-directory\x20','join','278TvKFKQ'];a85c=function(){return m;};return a85c();}import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command[a85k(0xc1)]({'name':a85k(0xb0),'aliases':['d'],'shortDesc':a85k(0xad),'description':a85k(0xb5),'usage':a85k(0xc2),'isPro':![],'validOpts':['']},async function(){const l=a85k;try{const a=this[l(0xb9)][l(0xba)]();await this['fsi'][l(0xaf)]();const b=this[l(0xb9)][l(0xbe)](l(0xb0)),c=a85f['join'](b,l(0xbb)),d=a85f[l(0xb3)](b,l(0xca));Log['notice'](l(0xc0)+d),Log['notice']('Docker\x20Compose\x20Path:\x20'+c);if(!a85g[l(0xac)](c)){const f={'app':a[l(0xcc)],'appFileCase':paramCase(a[l(0xcc)])},g=this[l(0xb9)][l(0xb8)]({'srcPath':'config/docker-compose.yaml','context':f})+'\x0a';this[l(0xb9)][l(0xb7)]({'filePath':c,'data':g});}execSync(l(0xb2)+b+l(0xc5),{'stdio':l(0xbd)});}catch(h){process[l(0xc4)](0x1);}},a85e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a86s=a86d;(function(a,b){const p=a86d,c=a();while(!![]){try{const d=parseInt(p(0xa1))/0x1*(-parseInt(p(0xb9))/0x2)+-parseInt(p(0xbc))/0x3*(-parseInt(p(0xc2))/0x4)+parseInt(p(0x98))/0x5*(-parseInt(p(0x8e))/0x6)+parseInt(p(0xa7))/0x7*(-parseInt(p(0xb5))/0x8)+-parseInt(p(0xc4))/0x9*(parseInt(p(0xbd))/0xa)+parseInt(p(0xa4))/0xb+-parseInt(p(0xab))/0xc*(-parseInt(p(0xc5))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0x6acbe));const a86b=(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;};}()),a86a=a86b(this,function(){const q=a86d;return a86a[q(0xcb)]()[q(0xb7)](q(0xac))[q(0xcb)]()[q(0x9a)](a86a)[q(0xb7)](q(0xac));});a86a();function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x8e;let f=c[d];return f;},a86d(a,b);}import a86e from'path';import a86f from'fs';function a86c(){const v=['--exclude-archs','\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.\x0a\x20\x20','slice','error','push','concat','verbose','config','getAppConfigPath','956485fFvqFI','app','constructor','excludeArchs','notice','run','join','isDirectory','Node\x20Env\x20Config:\x20','412631JtQUCI','forEach','split','7076388HjSzbh','fsi','extraPackages','567014KzBSxo','filter','settings.json','production','3385632uKSRcB','(((.+)+)+)+$','ios','Run\x20your\x20Meteor\x20application','argv','local','--production','autoupdate','cordova-build','--env','40nxXHmo','--settings','search','create','2aSVmmw','settings','exit','12zvEozJ','70GXNYsh','info','splice','Meteor\x20Settings:\x20','checkMeteorPackage','621416poghGl','port','608733EyjSVP','39kQjqzd','process.env','mobileServer','findProjectDirectory','ensureAllDependenciesInstalled','openSync','toString','env','.meteor','isFile','boolean','invokeMeteorCommand','12FWqegI'];a86c=function(){return v;};return a86c();}import a86g from'dotenv';import{rimraf}from'rimraf';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const r=a86d;a86f[r(0xca)](a,'r'),a86g[r(0x96)]({'path':a});},Run=Command[a86s(0xb8)]({'name':a86s(0x9d),'mustBeInMakaProject':!![],'aliases':['r'],'shortDesc':a86s(0xae),'description':a86s(0x90),'validOpts':[a86s(0xcc),'rawLogs',a86s(0xc3),'inspect',a86s(0xc7),a86s(0x95),'allowIncompatibleUpdate',a86s(0xa6),'x',a86s(0x9b),a86s(0xaa),'ci']},async function(a,b){const t=a86s;try{await this[t(0xa5)][t(0xc1)](t(0xb2),{'shouldInstall':!![]}),await this['fsi'][t(0xc9)]();const c=a[0x0];if(c===t(0xad)){const l=this['fsi'][t(0xc8)](),m=a86e['join'](l,t(0x99),t(0xcd),t(0xb0),t(0xb3));this['fsi'][t(0x9f)](m)&&await rimraf(m);}!b[t(0x9b)]&&!b['x']&&(a=a[t(0x94)]([t(0x8f),'\x22web.browser.legacy\x22']));if(b[t(0xc7)]&&typeof b['mobileServer']===t(0xcf))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)';const d=b[t(0xcc)]?b[t(0xcc)]:'development',f=this[t(0xa5)][t(0x97)](d),g=a86e['join'](f,t(0xc6));let h=a86e[t(0x9e)](f,t(0xa9));b[t(0xba)]?h=b[t(0xba)]:h=a86e[t(0x9e)](f,t(0xa9));this[t(0xa5)][t(0xce)](g)?(Log[t(0x9c)](t(0xa0)+g),syncSource(g)):(Log[t(0xbe)]('Cannot\x20find\x20Node\x20Environment\x20file,\x20creating:\x20'+g),this['fsi']['createFile']({'filePath':g,'data':''}));this[t(0xa5)][t(0xce)](h)?(Log['notice'](t(0xc0)+h),a=a[t(0x94)]([t(0xb6),h])):Log['warn']('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+h);const i=f[t(0xa3)](a86e['sep']),j=i[i['length']-0x1];j===t(0xaa)&&a[t(0x93)](t(0xb1));const k=process[t(0xaf)][t(0x91)](0x2)[t(0xa8)](n=>n!==t(0x9d))[t(0xa8)](n=>n!==a[0x0]);k[t(0xa2)]((n,o)=>{const u=t;n===u(0xb4)&&k[u(0xbf)](o,0x2),n==='-e'&&k[u(0xbf)](o,0x2);}),this[t(0xa5)][t(0xd0)](t(0x9d),a[t(0x94)](k));}catch(n){Log[t(0x92)](n),process[t(0xbb)](0x1);}});export default Run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a87d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
function a87c(){var h=['toString','1959akOlfs','177105KOJvmr','629760TpigkM','74IuXJnN','1765098cKeXDi','769912Rubiit','123746Awxphe','constructor','40923NJoWBf','1304mlZhfD','search'];a87c=function(){return h;};return a87c();}(function(a,b){var f=a87d,c=a();while(!![]){try{var d=parseInt(f(0x105))/0x1*(parseInt(f(0xfc))/0x2)+-parseInt(f(0xfb))/0x3+-parseInt(f(0xfe))/0x4+parseInt(f(0xfa))/0x5+-parseInt(f(0xfd))/0x6+parseInt(f(0xff))/0x7+-parseInt(f(0x102))/0x8*(-parseInt(f(0x101))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0x298b2));function a87d(a,b){var c=a87c();return a87d=function(d,e){d=d-0xfa;var f=c[d];return f;},a87d(a,b);}var a87b=(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;};}()),a87a=a87b(this,function(){var g=a87d;return a87a[g(0x104)]()['search']('(((.+)+)+)+$')[g(0x104)]()[g(0x100)](a87a)[g(0x103)]('(((.+)+)+)+$');});a87a();import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x171;let f=c[d];return f;},a88d(a,b);}const a88k=a88d;(function(a,b){const h=a88d,c=a();while(!![]){try{const d=-parseInt(h(0x172))/0x1*(-parseInt(h(0x173))/0x2)+-parseInt(h(0x19e))/0x3*(parseInt(h(0x197))/0x4)+-parseInt(h(0x176))/0x5*(parseInt(h(0x17a))/0x6)+parseInt(h(0x178))/0x7*(-parseInt(h(0x198))/0x8)+parseInt(h(0x185))/0x9*(-parseInt(h(0x184))/0xa)+parseInt(h(0x17d))/0xb+parseInt(h(0x192))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0xcaca6));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a88d;if(c){const e=c[i(0x199)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const j=a88d;return a88a[j(0x187)]()[j(0x196)](j(0x19d))[j(0x187)]()[j(0x174)](a88a)[j(0x196)](j(0x19d));});a88a();import a88e from'path';function a88c(){const m=['success','global-config','37760004REZcmQ','isDirectory','maka\x20set:global-config','\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','search','41092HaQihP','24872LKfzWE','apply','Set\x20workspace:\x20','openai','resolve','(((.+)+)+)+$','321DeKflv','Set\x20CA\x20Cert\x20Path:\x20','3037zGNIAr','164cHpvcp','constructor','allowInsecure','1865khOuln','create','2947NwhsUb','Set\x20global\x20Maka-CLI\x20settings','13488gRdyIm','pallet','dark','16748633EDDWHW','workspace','help','maka\x20set:gc\x20--insecure\x20<path>','exit','Set\x20allowInsecure:\x20','disallowInsecure','15100qghMyf','5013oLVyul','maka\x20set:global-config\x20--cacert\x20<path>','toString','fsi','setGlobalConfig','error','cacert','One\x20or\x20the\x20other\x20buddy','light','isFile','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'];a88c=function(){return m;};return a88c();}import a88f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a88k(0x177)]({'name':a88k(0x191),'usage':a88k(0x194),'aliases':['gc'],'maxOptsLength':0x3,'validOpts':[{'name':a88k(0x18b),'boolFlag':![]},{'name':a88k(0x175),'boolFlag':!![]},{'name':'disallowInsecure','boolFlag':!![]},{'name':'workspace','boolFlag':![]},{'name':'openai','boolFlag':![]},{'name':a88k(0x17f),'boolFlag':!![]},{'name':a88k(0x17b),'values':[a88k(0x18d),a88k(0x17c)]}],'shortDesc':a88k(0x179),'description':a88k(0x195),'examples':[a88k(0x186),a88k(0x180),'maka\x20set:gc\x20--workspace\x20<path>']},async function(a,b){const l=a88k;try{if(b[l(0x18b)]){if(this[l(0x188)][l(0x18e)](b['cacert']))await this[l(0x188)][l(0x189)]({'cert':b[l(0x18b)]}),Log[l(0x190)](l(0x171)+b[l(0x18b)]);else{const c=typeof b[l(0x18b)]==='boolean'?'Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.':l(0x18f)+b[l(0x18b)];throw Log['error'](c);}}if(b[l(0x17e)]){const d=this[l(0x188)][l(0x193)](b['workspace']);if(d)await this[l(0x188)][l(0x189)]({'workspace':a88e[l(0x19c)](b['workspace'])}),Log[l(0x190)](l(0x19a)+a88e[l(0x19c)](b[l(0x17e)]));else throw Log[l(0x18a)]('Could\x20not\x20find\x20directory');}b['openai']&&(await this[l(0x188)][l(0x189)]({'openai':b[l(0x19b)]}),Log['success']('Set\x20OpenAI\x20Key:\x20'+b[l(0x19b)]));b[l(0x17b)]&&(await this[l(0x188)][l(0x189)]({'pallet':b[l(0x17b)]}),Log['success']('Set\x20color\x20pallet\x20to:\x20'+b[l(0x17b)]));if(b[l(0x175)]){if(b[l(0x175)]&&b[l(0x183)])throw Log[l(0x18a)](l(0x18c));let f=b['allowInsecure'];b[l(0x183)]&&(f=![]),await this['fsi']['setGlobalConfig']({'allowInsecure':f}),Log[l(0x190)](l(0x182)+f);}process[l(0x181)](0x0);}catch(g){console[l(0x18a)](g),process[l(0x181)](0x0);}},a88f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a89c(){var k=['
|
|
1
|
+
var a89i=a89d;function a89c(){var k=['3173571BVXpem','constructor','1006146PvkstN','8cxbhKG','2018105eOiXXT','toString','6209581LZMHkq','7006890YUxokr','2GWwwiw','(((.+)+)+)+$','Sorry,\x20not\x20implemented\x20yet','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','notice','1603836wkYjyN','create','Set\x20local\x20maka\x20app\x20settings','local-config','search','13113081nZcveA','apply'];a89c=function(){return k;};return a89c();}(function(a,b){var f=a89d,c=a();while(!![]){try{var d=-parseInt(f(0x1ab))/0x1*(parseInt(f(0x1b1))/0x2)+-parseInt(f(0x1a9))/0x3+-parseInt(f(0x1b6))/0x4+-parseInt(f(0x1ad))/0x5+parseInt(f(0x1b0))/0x6+parseInt(f(0x1af))/0x7*(parseInt(f(0x1ac))/0x8)+parseInt(f(0x1bb))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x9d0fc));var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0x1bc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a[h(0x1ae)]()['search']('(((.+)+)+)+$')[h(0x1ae)]()[h(0x1aa)](a89a)[h(0x1ba)](h(0x1b2));});a89a();import a89e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0x1a9;var f=c[d];return f;},a89d(a,b);}Command[a89i(0x1b7)]({'name':a89i(0x1b9),'usage':'maka\x20set:local-config','examples':[],'aliases':['lc'],'mustBeInMakaProject':!![],'shortDesc':a89i(0x1b8),'validOpts':[],'description':a89i(0x1b4)},async function(){var j=a89i;Log[j(0x1b5)](j(0x1b3));},a89e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a90i=a90d;(function(a,b){const f=a90d,c=a();while(!![]){try{const d=-parseInt(f(0x161))/0x1*(-parseInt(f(0x16e))/0x2)+parseInt(f(0x169))/0x3*(parseInt(f(0x172))/0x4)+parseInt(f(0x16d))/0x5*(-parseInt(f(0x166))/0x6)+-parseInt(f(0x165))/0x7*(parseInt(f(0x170))/0x8)+-parseInt(f(0x171))/0x9*(-parseInt(f(0x15e))/0xa)+-parseInt(f(0x15f))/0xb+-parseInt(f(0x168))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xcbda0));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a90d;if(c){const e=c[g(0x16c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const h=a90d;return a90a[h(0x167)]()[h(0x163)](h(0x173))['toString']()[h(0x160)](a90a)[h(0x163)](h(0x173));});a90a();import{Command}from'../../command.js';function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x15e;let f=c[d];return f;},a90d(a,b);}function a90c(){const k=['(((.+)+)+)+$','156510iQlLFq','63415rZrqNp','constructor','53NULGCs','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','search','create','7Eazvch','492GwawQp','toString','6794196EnHtBS','3lxJmev','maka\x20set:<sub-command>','findSubCommand','apply','57580MsgCbT','45938AlsnDd','\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','992336cBqmls','54oBtjQm','4656060ledhSt'];a90c=function(){return k;};return a90c();}const SetCommand=Command[a90i(0x164)]({'name':'set','usage':a90i(0x16a),'shortDesc':a90i(0x162),'description':a90i(0x16f),'validOpts':[]},async function(a,b){const j=a90i,c=a[0x0],d=this[j(0x16b)](c);d&&this['runSubCommand'](c,a,b);});export default SetCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a91m=a91d;(function(a,b){const j=a91d,c=a();while(!![]){try{const d=-parseInt(j(
|
|
1
|
+
const a91m=a91d;(function(a,b){const j=a91d,c=a();while(!![]){try{const d=-parseInt(j(0x109))/0x1+parseInt(j(0x106))/0x2*(parseInt(j(0x102))/0x3)+parseInt(j(0x121))/0x4*(-parseInt(j(0x11f))/0x5)+-parseInt(j(0x114))/0x6+parseInt(j(0x118))/0x7*(parseInt(j(0x11a))/0x8)+parseInt(j(0x115))/0x9+parseInt(j(0x111))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x1db74));const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a91d;if(c){const e=c[k(0x101)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const l=a91d;return a91a[l(0x11b)]()[l(0x123)](l(0x112))[l(0x11b)]()[l(0x105)](a91a)['search'](l(0x112));});a91a();function a91c(){const o=['17983TvZtQx','maka\x20ssh\x20--env\x20prod','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','readFileSync','fsi','join','ssh.json','length','1652790EgFnGp','(((.+)+)+)+$','error','735906FAKNig','588555DJEoJq','maka\x20ssh\x20--env\x20dev','verbose','42wdQwTJ','exit','14880qRxcJs','toString','ssh','env','parse','858560TxenDZ','assign','4rqtWrL','maka\x20ssh\x20--env\x20staging','search','apply','9wcDjJw','create','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','constructor','128152dMDZZT','sshSync','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.'];a91c=function(){return o;};return a91c();}import a91e from'fs';function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0x101;let f=c[d];return f;},a91d(a,b);}import a91f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{Log}from'../tools/log/log.class.js';Command[a91m(0x103)]({'name':a91m(0x11c),'usage':'maka\x20ssh\x20<command>','mustBeInMakaProject':!![],'requiredOpts':[a91m(0x11d)],'validOpts':[a91m(0x11d),a91m(0x117)],'shortDesc':a91m(0x108),'examples':[a91m(0x116),a91m(0x122),a91m(0x10a),a91m(0x104),a91m(0x10b),'maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22']},async function(a,b){const n=a91m;try{const c=this[n(0x10d)]['getAppConfigPath'](b['env']);let d='';a[n(0x110)]>0x0&&(d=a[0x0]);const f=a91f[n(0x10e)](c,n(0x10f)),g=a91e[n(0x10c)](f)[n(0x11b)](),h=JSON[n(0x11e)](g);Object[n(0x120)](h,{'env':c}),SSH[n(0x107)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b[n(0x117)]});}catch(i){Log[n(0x113)](i),process[n(0x119)](0x1);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a92y=a92d;(function(a,b){const v=a92d,c=a();while(!![]){try{const d=-parseInt(v(
|
|
1
|
+
const a92y=a92d;(function(a,b){const v=a92d,c=a();while(!![]){try{const d=-parseInt(v(0x11d))/0x1*(-parseInt(v(0x113))/0x2)+-parseInt(v(0x12a))/0x3+parseInt(v(0x109))/0x4+parseInt(v(0x131))/0x5*(parseInt(v(0x121))/0x6)+-parseInt(v(0x134))/0x7*(-parseInt(v(0x133))/0x8)+-parseInt(v(0x13e))/0x9*(parseInt(v(0x13c))/0xa)+parseInt(v(0x123))/0xb*(parseInt(v(0x117))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x26e05));function a92d(a,b){const c=a92c();return a92d=function(d,e){d=d-0x101;let f=c[d];return f;},a92d(a,b);}const a92b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a92d;if(c){const e=c[w(0x119)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){const x=a92d;return a92a['toString']()['search'](x(0x110))['toString']()[x(0x138)](a92a)[x(0x126)](x(0x110));});a92a();import a92e from'fs';import a92f from'path';import{Actions}from'../tools/actions/actions.class.js';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a92c(){const A=['search','domainNames','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','Create\x20and\x20manage\x20your\x20SSL\x20operations.','483153EDCXTg','/ssh.json','getMakaProjectConfig','create','withSpinner','error','maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process','845WBjLkQ','notice','24dbUmxn','87794ucgwMo','maka\x20ssl\x20[command]','mkKeysDir','Checking\x20remote\x20host\x20availability','constructor','genCSR','emailUpdate','ssh','2509190GETxbo','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','9GVkgkf','letsencrypt','.csr','.key','ping','parse','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','writeFileSync','env','toString','244512RXEcAW','Email\x20to\x20use\x20for\x20auto-updates:\x20','stringify','genSSC','join','appName','ask','(((.+)+)+)+$','uname\x20-a','success','94zCwSmK','getAppConfigPath','exit','ssl','537228FMZUsY','Remote\x20host\x20connection\x20successful','apply','readFileSync','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','domains','907MecUMK','letsencrypt.json','New\x20CSR\x20written\x20to\x20','start','4134SvUPGH','email','77wPZRmL','fsi','generate-ssc'];a92c=function(){return A;};return a92c();}import{SSL}from'../tools/ssl/ssl.class.js';Command[a92y(0x12d)]({'name':a92y(0x116),'usage':a92y(0x135),'validOpts':[a92y(0x11c),a92y(0x122)],'requiredOpts':['env'],'shortDesc':a92y(0x129),'mustBeInMakaProject':!![],'minArgLength':0x1,'examples':['maka\x20ssl\x20--env\x20dev\x20generate-csr','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate',a92y(0x130)]},async function(a,b){const z=a92y,c=this[z(0x124)][z(0x12c)](),d=this['fsi'][z(0x114)](b[z(0x107)]),f=this['fsi'][z(0x136)]({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g==='generate-csr')SSL[z(0x139)]({'keyName':c[z(0x10e)]+z(0x101),'csrName':c[z(0x10e)]+z(0x140),'cwd':f});else{if(g===z(0x125)){if(!a92e['existsSync'](a92f[z(0x10d)](f,c['appName']+z(0x101))))throw'The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20'+a92f['join'](f,c[z(0x10e)]+z(0x101));if(!a92e['existsSync'](a92f[z(0x10d)](f,c[z(0x10e)]+z(0x140))))throw z(0x128)+a92f[z(0x10d)](f,c['appName']+'.csr');SSL[z(0x10c)]({'keyName':c['appName']+'.key','crtName':c[z(0x10e)]+'.crt','cwd':f}),Log[z(0x132)](z(0x11f)+f);}else{if(g===z(0x13f)){let h=b[z(0x11c)],i=b[z(0x122)];try{const p=a92e['readFileSync'](a92f['join'](d,z(0x11e)))[z(0x108)](),q=JSON[z(0x103)](p);h=b[z(0x11c)]?b[z(0x11c)]:q[z(0x127)],i=b[z(0x122)]?b[z(0x122)]:q[z(0x13a)],(!b['email']||!b[z(0x11c)])&&Log['notice']('Using\x20saved\x20letsencrypt\x20config');}catch(r){}const j=JSON[z(0x103)](a92e[z(0x11a)](d+z(0x12b))[z(0x108)]());Object['assign'](j,{'env':d}),Log[z(0x132)](z(0x137));try{const s=SSH[z(0x102)](z(0x111),j);if(!s)throw z(0x13d);if(s)Log['success'](z(0x118));}catch(t){Log['error'](t);return;}const k=Log[z(0x12e)]();k[z(0x120)]('Verifying\x20Letsencrypt\x20configuration'),SSH['ssh'](z(0x11b),{...j}),SSH['ssh']('sudo\x20snap\x20install\x20--classic\x20certbot',{...j}),SSH['ssh'](z(0x104),{...j}),k[z(0x112)]();const l=h?h:await Actions[z(0x10f)]('[?]\x20Domains\x20to\x20register:\x20'),m=i?i:await Actions['ask'](z(0x10a));SSH[z(0x13b)](z(0x105)+l+'\x20--email\x20'+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[z(0x10b)](n,null,0x2);a92e[z(0x106)](a92f[z(0x10d)](d,z(0x11e)),o);}else throw'Please\x20provide\x20a\x20command.';}}}catch(u){console[z(0x12f)](u),process[z(0x115)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a93o=a93d;(function(a,b){const m=a93d,c=a();while(!![]){try{const d=parseInt(m(0x223))/0x1*(-parseInt(m(0x21b))/0x2)+-parseInt(m(0x205))/0x3+-parseInt(m(0x208))/0x4+parseInt(m(0x1fa))/0x5*(-parseInt(m(0x20a))/0x6)+-parseInt(m(0x224))/0x7*(-parseInt(m(0x1fb))/0x8)+-parseInt(m(0x1f1))/0x9*(-parseInt(m(0x1fd))/0xa)+parseInt(m(0x1f7))/0xb*(parseInt(m(0x1f3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xd7d0b));const a93b=(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;};}()),a93a=a93b(this,function(){const n=a93d;return a93a['toString']()[n(0x226)]('(((.+)+)+)+$')[n(0x211)]()[n(0x217)](a93a)['search']('(((.+)+)+)+$');});a93a();import a93e from'fs';import a93f from'path';import a93g from'dotenv';function a93c(){const r=['search','--driver-package','filter','invokeMeteorCommand','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','--env','packages','18KHzdju','--full-app','24JlYLye','concat','isFile','notice','8846937JmfyvC','env','forEach','840865OCISob','9048RRegab','settings.json','8310870jXxAHD','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','.maka','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','driver-package','none','Cannot\x20find\x20Node\x20Environment\x20File:\x20','slice','3035193xYAfdx','once','error','4891140bAWuoz','test','12CFtIcs','findProjectDirectory','getAppConfigPath','inspect','process.env','splice','jasmine','toString','sanjo:jasmine','test-packages','port','readFileSync','--packages','constructor','maka\x20test','tests','--settings','4asOvSS','fsi','driver','argv','--driver','join','unit','warn','64577KQeIhh','1939mrEaHr','utf8'];a93c=function(){return r;};return a93c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const syncSource=function(a){a93e['openSync'](a,'r'),a93g['config']({'path':a});};function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a93d(a,b);}Command['create']({'name':a93o(0x209),'mustBeInMakaProject':!![],'validOpts':[a93o(0x206),a93o(0x1f0),a93o(0x21d),'driverPackage',a93o(0x221),a93o(0x1f8),'rawLogs',a93o(0x214),a93o(0x20d),'testAppPath'],'usage':a93o(0x218),'aliases':['t',a93o(0x219)],'shortDesc':a93o(0x1fe),'examples':[]},function(a,b){const p=a93o;try{let c=this[p(0x21c)][p(0x20c)]('development');b[p(0x1f8)]&&(c=this[p(0x21c)][p(0x20c)](b[p(0x1f8)]));(!b[p(0x221)]||!!b[p(0x206)])&&(a=a[p(0x1f4)]([p(0x1f2)]));b[p(0x221)]&&delete b[p(0x221)];let d=b[p(0x201)]||b[p(0x21d)]||p(0x202);if(d===p(0x202)){const j=JSON['parse'](a93e[p(0x215)](a93f['join'](this[p(0x21c)][p(0x20b)](),p(0x1ff),'config.json'),p(0x225)));if(j['engines']['test']===p(0x210))d=p(0x212);else j['engines'][p(0x209)]==='mocha'&&(d='meteortesting:mocha');}if(d===p(0x202))throw p(0x200);(!b[p(0x201)]||!b['driver'])&&(a=a[p(0x1f4)]([p(0x227),d]));const f=a93f[p(0x220)](c,p(0x1fc));this[p(0x21c)][p(0x1f5)](f)?(Log[p(0x1f6)]('Meteor\x20Settings:\x20'+f),a=a[p(0x1f4)]([p(0x21a),f])):Log[p(0x222)](p(0x1ee)+f);const g=a93f[p(0x220)](c,p(0x20e));this[p(0x21c)][p(0x1f5)](g)?(Log[p(0x1f6)]('Node\x20Env\x20Config:\x20'+g),syncSource(g)):Log[p(0x222)](p(0x203)+g);const h=process[p(0x21e)][p(0x204)](0x2)[p(0x1ec)](k=>k!==p(0x1ef))[p(0x1ec)](k=>k!==p(0x209))[p(0x1ec)](k=>k!==a[0x0]);h[p(0x1f9)]((k,l)=>{const q=p;(k==='--env'||k===q(0x21f))&&h[q(0x20f)](l,0x2),k===q(0x216)&&h['splice'](l,0x1);});const i=b[p(0x1f0)]?p(0x213):'test';this[p(0x21c)][p(0x1ed)](i,a[p(0x1f4)](h));}catch(k){console[p(0x207)](k),process['exit'](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a94n=a94d;(function(a,b){const k=a94d,c=a();while(!![]){try{const d
|
|
1
|
+
const a94n=a94d;(function(a,b){const k=a94d,c=a();while(!![]){try{const d=-parseInt(k(0x122))/0x1*(-parseInt(k(0x129))/0x2)+parseInt(k(0x12b))/0x3+-parseInt(k(0x107))/0x4+parseInt(k(0x135))/0x5*(-parseInt(k(0x110))/0x6)+-parseInt(k(0x12f))/0x7+-parseInt(k(0x113))/0x8+parseInt(k(0x11a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x3e8fd));const a94b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a94d;if(c){const e=c[l(0x120)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){const m=a94d;return a94a[m(0x109)]()[m(0x124)]('(((.+)+)+)+$')[m(0x109)]()[m(0x10e)](a94a)[m(0x124)]('(((.+)+)+)+$');});a94a();import{execSync}from'child_process';import a94e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const pjson={'version':a94n(0x133)};function a94d(a,b){const c=a94c();return a94d=function(d,e){d=d-0x105;let f=c[d];return f;},a94d(a,b);}Command[a94n(0x112)]({'name':a94n(0x108),'aliases':['v'],'usage':a94n(0x11d),'maxArgLength':0x1,'validOpts':[a94n(0x125)],'shortDesc':'Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','examples':[a94n(0x115),a94n(0x11d),a94n(0x12e)],'description':a94n(0x105)},async function(a,b){const o=a94n;try{const c=process[o(0x11b)]===o(0x132)?'meteor.bat':o(0x117);Log[o(0x123)](o(0x136)+pjson[o(0x108)]),await this[o(0x10d)][o(0x130)]();if(b[o(0x125)]){await this[o(0x10d)]['compareMakaToLatest'](),Log[o(0x128)]('----------------------System----------------------------');const d=this['fsi'][o(0x121)]();Log[o(0x128)]((o(0x111)+d)[o(0x11c)]('\x0a',''));const f=execSync(c+o(0x127))['toString']()['replace'](/\r?\n|\r/,'')[o(0x11c)]('v','');Log[o(0x128)]('System\x27s\x20Meteor\x27s\x20Node\x20Version\x20'+f);const g=execSync(o(0x134))[o(0x109)]()[o(0x11c)](/\r?\n|\r/,'')[o(0x11c)]('v','');a94e['gt'](f,g)?(Log[o(0x116)](o(0x12a)+g),Log['warn'](o(0x119)+g+o(0x11e)+f+')')):Log[o(0x128)](o(0x12a)+g);if(this['fsi'][o(0x118)]()){Log[o(0x128)](o(0x126));const h=this[o(0x10d)][o(0x12c)]();a94e['gt'](d,h)?(Log[o(0x116)](o(0x10c)+h[o(0x11c)]('\x0a','')),Log['warn'](o(0x131)+d+'\x22')):Log[o(0x10b)](('Project\x27s\x20Meteor\x20Version\x20'+h)['replace']('\x0a',''));const i=await this[o(0x10d)]['getProjectsMeteorNodeVersion']();i===o(0x114)?(Log[o(0x116)](o(0x106)+i),Log['warn'](o(0x12d))):Log[o(0x128)](o(0x106)+i),Log[o(0x128)](o(0x10f));}}}catch(j){console[o(0x11f)](j),process[o(0x10a)](0x0);}});function a94c(){const p=['\x20node\x20-v','bright','2cdcZQE','System\x27s\x20Node\x20Version\x20','1172673zVTnhP','getProjectMeteorVersion','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.','maka\x20version\x20--verbose','3348240yrSUPZ','compareMakaToLatest','\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20','win32','4.8.5','node\x20-v','15OGsbvS','Maka\x20','\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','Project\x27s\x20Meteor\x20Node\x20Version\x20','1691364utRxlC','version','toString','exit','notice','Project\x27s\x20Meteor\x20Version\x20','fsi','constructor','\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','429342IhUjYb','System\x27s\x20Meteor\x20Version\x20','create','4073800BgtSmC','N/A','maka\x20v','warn','meteor','isMakaProject','\x20!\x20consider\x20updating\x20your\x20node\x20version\x20(','10222794CbTUla','platform','replace','maka\x20version',')\x20to\x20at\x20least\x20meteor\x27s\x20(','error','apply','getGlobalMeteorVersion','354553UHqyAe','majestic','search','verbose','----------------------Project----------------------------'];a94c=function(){return p;};return a94c();}
|
package/bundle/obf/src/error.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a95d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a95d,c=a();while(!![]){try{var d=parseInt(f(0x1ca))/0x1+parseInt(f(0x1c7))/0x2*(-parseInt(f(0x1c2))/0x3)+parseInt(f(0x1ce))/0x4*(-parseInt(f(0x1c3))/0x5)+-parseInt(f(0x1c1))/0x6*(parseInt(f(0x1cd))/0x7)+parseInt(f(0x1c8))/0x8+parseInt(f(0x1c4))/0x9+parseInt(f(0x1cc))/0xa*(parseInt(f(0x1c6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a95c,0x56f05));var a95b=(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;};}()),a95a=a95b(this,function(){var g=a95d;return a95a['toString']()[g(0x1c5)](g(0x1cb))['toString']()[g(0x1c9)](a95a)['search'](g(0x1cb));});a95a();export class UsageError{}function a95d(a,b){var c=a95c();return a95d=function(d,e){d=d-0x1c1;var f=c[d];return f;},a95d(a,b);}export class UsageErrorWithSubs{}function a95c(){var h=['306702tbxybL','(((.+)+)+)+$','50WVKrlL','5453yIdNdI','84836DBKbwH','4254XWbkkP','3LyDklU','5PvIBIY','2926485jlisDZ','search','850113KrvHTT','666982BtUDwF','1958640KWeyAT','constructor'];a95c=function(){return h;};return a95c();}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
|
-
function a96d(a,b){var c=a96c();return a96d=function(d,e){d=d-
|
|
2
|
+
var a96h=a96d;function a96c(){var i=['4074066fJAsoh','(((.+)+)+)+$','8fHGzDd','search','11730YIqMJc','124525IQuQfN','5240510yRUqPs','138NvLFsx','NODE_OPTIONS','23190OPXgpz','128GMvqyS','16cASWSo','2407450grntDf','toString','86821DIEwZI','env','--experimental-modules\x20--no-warnings\x20--experimental-json-modules','constructor'];a96c=function(){return i;};return a96c();}function a96d(a,b){var c=a96c();return a96d=function(d,e){d=d-0x1cd;var f=c[d];return f;},a96d(a,b);}(function(a,b){var f=a96d,c=a();while(!![]){try{var d=parseInt(f(0x1d2))/0x1*(parseInt(f(0x1d8))/0x2)+parseInt(f(0x1d7))/0x3+parseInt(f(0x1d9))/0x4*(-parseInt(f(0x1d3))/0x5)+-parseInt(f(0x1d5))/0x6*(-parseInt(f(0x1dc))/0x7)+parseInt(f(0x1d0))/0x8*(-parseInt(f(0x1ce))/0x9)+-parseInt(f(0x1da))/0xa+parseInt(f(0x1d4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0xb1832));var a96b=(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;};}()),a96a=a96b(this,function(){var g=a96d;return a96a[g(0x1db)]()[g(0x1d1)]('(((.+)+)+)+$')[g(0x1db)]()[g(0x1cd)](a96a)[g(0x1d1)](g(0x1cf));});a96a(),process[a96h(0x1dd)][a96h(0x1d6)]=a96h(0x1de);import'./maka.js';
|