@maka/maka-cli 4.4.0 → 4.4.1
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/README.md +1 -1
- package/bundle/obf/package.json +1 -1
- package/bundle/obf/src/README.md +1 -1
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/build/_index.js +1 -1
- package/bundle/obf/src/commands/build/build.js +1 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/create.js +1 -1
- package/bundle/obf/src/commands/debug.js +1 -1
- package/bundle/obf/src/commands/deploy.js +1 -1
- package/bundle/obf/src/commands/game/_index.js +1 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/play.command.js +1 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/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/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/actions/actions.test.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
|
-
(function(a,b){var f=a87d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
(function(a,b){var f=a87d,c=a();while(!![]){try{var d=-parseInt(f(0xaa))/0x1+parseInt(f(0xb0))/0x2+-parseInt(f(0xa4))/0x3*(-parseInt(f(0xac))/0x4)+parseInt(f(0xad))/0x5*(-parseInt(f(0xa9))/0x6)+-parseInt(f(0xa5))/0x7*(parseInt(f(0xa7))/0x8)+parseInt(f(0xae))/0x9+-parseInt(f(0xa8))/0xa*(parseInt(f(0xaf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0x6b253));var a87b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a87d;if(c){var e=c[g(0xab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){var h=a87d;return a87a[h(0xa6)]()['search']('(((.+)+)+)+$')[h(0xa6)]()[h(0xa3)](a87a)[h(0xb1)]('(((.+)+)+)+$');});a87a();function a87d(a,b){var c=a87c();return a87d=function(d,e){d=d-0xa3;var f=c[d];return f;},a87d(a,b);}function a87c(){var i=['constructor','3GhDreV','1605100UQNEvW','toString','8bzVOZH','2849360qHOFgS','87780ZVkDds','106121PgCGma','apply','3119660CUVWde','250NGanWz','2254374AZOCkC','11WbiaeR','1520646LIUEBB','search'];a87c=function(){return i;};return a87c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a88q=a88d;(function(a,b){const n=a88d,c=a();while(!![]){try{const d
|
|
1
|
+
function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0xe5;let f=c[d];return f;},a88d(a,b);}const a88q=a88d;(function(a,b){const n=a88d,c=a();while(!![]){try{const d=-parseInt(n(0xec))/0x1+parseInt(n(0xea))/0x2*(parseInt(n(0xee))/0x3)+-parseInt(n(0xf9))/0x4*(-parseInt(n(0xf7))/0x5)+parseInt(n(0xfb))/0x6+-parseInt(n(0x108))/0x7+parseInt(n(0xfa))/0x8*(parseInt(n(0x105))/0x9)+-parseInt(n(0x107))/0xa*(parseInt(n(0xf1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0xc9d82));function a88c(){const B=['9087ndcGdl','abort','env','14495459ucOEBS','post','BAD\x20RETURN','write','MAKA_DEV','timeout','5jXYkZY','readFileSync','806888CObQcK','2245392DDZTIW','6792000NyNPRU','data','stringify','search','error','toString','assign','constructor','length','Request\x20timeout','9xkRUwp','application/json','10MYLOVn','765688TMNcIv','statusCode','NODE_TLS_REJECT_UNAUTHORIZED','get','statusMessage','True','838SAMSQV','request','629640aAoHgu','apply'];a88c=function(){return B;};return a88c();}const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a88d;if(c){const e=c[o(0xed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const p=a88d;return a88a[p(0x100)]()[p(0xfe)]('(((.+)+)+)+$')[p(0x100)]()[p(0x102)](a88a)[p(0xfe)]('(((.+)+)+)+$');});a88a();import a88e from'https';import a88f from'fs';const TIMEOUT=0xbb8;process[a88q(0xf0)][a88q(0xe6)]=process[a88q(0xf0)][a88q(0xf5)]===a88q(0xe9)?'0':'1';export class HTTPS{static async[a88q(0xf2)]({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a88q,f=JSON[r(0xfd)](c),g={'Content-Type':'application/json','Content-Length':f[r(0x103)]};Object[r(0x101)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':'POST','headers':g,'timeout':TIMEOUT};return e&&Object[r(0x101)](h,{'cert':a88f[r(0xf8)](e)}),new Promise((i,j)=>{const s=r,k=a88e[s(0xeb)](h,l=>{const t=s;l['on'](t(0xfc),m=>{const u=t;i({'statusCode':l[u(0xe5)]||0x1f4,'statusMessage':l['statusMessage']||u(0xf3),'data':m[u(0x100)]()});});});k['on'](s(0xff),l=>{j(l);}),k['on'](s(0xf6),()=>{const v=s;k[v(0xef)](),j({'statusCode':0x198,'statusMessage':v(0x104)});}),k[s(0xf4)](f),k['end']();});}static[a88q(0xe7)]({url:a,headers:b,cert:c}){const w=a88q,d={'Content-Type':w(0x106)};Object[w(0x101)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a88f[w(0xf8)](c)}),new Promise((f,g)=>{const x=w,h=a88e[x(0xe7)](a,e,i=>{const y=x;i['on'](y(0xfc),j=>{const z=y;f({'statusCode':i[z(0xe5)]||0x1f4,'statusMessage':i[z(0xe8)]||z(0xf3),'data':j[z(0x100)]()});});});h['on'](x(0xff),i=>{g(i);}),h['on'](x(0xf6),()=>{const A=x;h['abort'](),g({'statusCode':0x198,'statusMessage':A(0x104)});});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a89d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a89d,c=a();while(!![]){try{var d=-parseInt(f(0xc9))/0x1*(-parseInt(f(0xcd))/0x2)+-parseInt(f(0xc6))/0x3*(parseInt(f(0xd3))/0x4)+parseInt(f(0xcb))/0x5+-parseInt(f(0xce))/0x6+parseInt(f(0xca))/0x7*(parseInt(f(0xc8))/0x8)+-parseInt(f(0xd5))/0x9*(parseInt(f(0xd0))/0xa)+parseInt(f(0xc7))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x55a6d));function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0xc6;var f=c[d];return f;},a89d(a,b);}var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0xd4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a[h(0xd2)]()[h(0xcf)](h(0xcc))['toString']()[h(0xd1)](a89a)[h(0xcf)](h(0xcc));});a89a();export{};function a89c(){var i=['2936730jGQhjk','(((.+)+)+)+$','226076wibRQn','150444CrkSKv','search','10430BnoGsq','constructor','toString','1848932xBduZx','apply','5472IOZpVf','3qyBreC','8253762XpHVUr','86216wjMtCD','1kWTeeu','14BXTBgJ'];a89c=function(){return i;};return a89c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a90c(){const A=['notice','withSpinner','hide','4607040EiVTDP','win32','yellowBright','success','(((.+)+)+)+$','warn','\x20>\x20','3ZXwRPC','\x0aManual:','11960893ssNWHE','2245aomrPE','show','red','apply','header','cyanBright','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','5464377rymmBX','blackBright','2322172ahWPlm','1608765haeiOa','1152898UXOFag','Examples:','log','stdout','length','majestic','forEach','whiteBright','greenBright','bold','constructor','toString','magentaBright','platform','search','cyan','bright','trim','11796HDAyic'];a90c=function(){return A;};return a90c();}const a90l=a90d;(function(a,b){const i=a90d,c=a();while(!![]){try{const d=parseInt(i(0x16c))/0x1*(parseInt(i(0x14f))/0x2)+parseInt(i(0x14e))/0x3+-parseInt(i(0x14d))/0x4+parseInt(i(0x16f))/0x5*(parseInt(i(0x161))/0x6)+-parseInt(i(0x16e))/0x7+-parseInt(i(0x165))/0x8+parseInt(i(0x14b))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xd95ff));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a90d;if(c){const e=c[j(0x172)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const k=a90d;return a90a[k(0x15a)]()[k(0x15d)](k(0x169))[k(0x15a)]()[k(0x159)](a90a)[k(0x15d)](k(0x169));});a90a();import*as a90e from'single-line-log2';import a90f from'cli-color';import a90g from'cli-cursor';function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x149;let f=c[d];return f;},a90d(a,b);}import a90h from'elegant-spinner';const isWin=process[a90l(0x15c)]===a90l(0x166),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export class Log{static[a90l(0x168)](a){const m=a90l;console[m(0x151)](a90f[m(0x157)](a));}static[a90l(0x16a)](a){const n=a90l;console['log'](a90f[n(0x167)](a));}static[a90l(0x162)](a){const o=a90l;console['log'](a90f[o(0x149)](a));}static['error'](a){const p=a90l;console[p(0x151)](a90f[p(0x171)][p(0x158)](a));}static['header'](a){const q=a90l;console[q(0x151)](a90f[q(0x14c)](a));}static[a90l(0x15f)](a){const r=a90l;console[r(0x151)](a90f[r(0x156)](a));}static[a90l(0x154)](a){const s=a90l;console[s(0x151)](a90f[s(0x15b)](a));}static['usage'](a,b,c,d){const t=a90l,e=a90f['blackBright'];Log[t(0x15f)](d),b&&b[t(0x153)]>0x0&&(Log[t(0x15f)](e(t(0x150))),b[t(0x155)](f=>{const u=t;Log[u(0x15f)](u(0x16b)+f);})),a&&(Log['header'](t(0x16d)),Log[t(0x162)]('\x20\x20'+a[t(0x160)]()+'\x0a')),c&&Log[t(0x15f)](e('Usage:\x20')+c+'\x0a'),Log[t(0x173)](t(0x14a));}static[a90l(0x163)](a=''){const v=a90l;a90g[v(0x164)]();const b=a90h();a90g[v(0x164)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const w=a90d;a90e[w(0x152)](a90f[w(0x15e)](b())+'\x20'+d);},0x5a);},'success'(d=''){const x=v;clearInterval(c),a90e[x(0x152)](a90f['greenBright'](check)+'\x20'+a+'\x20'+d),console[x(0x151)](),a90g[x(0x170)]();},'failure'(d=''){const y=v;clearInterval(c),a90e[y(0x152)](a90f[y(0x171)][y(0x158)](cross)+'\x20'+a+'\x20'+d),console['log'](),a90g[y(0x170)]();},'stop'(){const z=v;clearInterval(c),a90g[z(0x170)]();}};}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a91d,c=a();while(!![]){try{var d=-parseInt(f(0xf7))/0x1*(parseInt(f(0xfd))/0x2)+-parseInt(f(0xf9))/0x3+-parseInt(f(0x102))/0x4+-parseInt(f(0xf8))/0x5*(parseInt(f(0x101))/0x6)+parseInt(f(0x103))/0x7+parseInt(f(0xfe))/0x8+parseInt(f(0x100))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xa19a1));function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0xf7;var f=c[d];return f;},a91d(a,b);}var a91b=(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;};}()),a91a=a91b(this,function(){var g=a91d;return a91a[g(0xfa)]()[g(0xff)]('(((.+)+)+)+$')['toString']()[g(0xfc)](a91a)[g(0xff)](g(0xfb));});a91a();export{};function a91c(){var h=['14376069QTiXAy','991086xSUeUY','380568fEOWFJ','3496500DkUckM','310113xlZzUW','5XGEjuC','1360464QANGVx','toString','(((.+)+)+)+$','constructor','6BwYETG','1673840oBWfFh','search'];a91c=function(){return h;};return a91c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a93l=a93d;(function(a,b){const j=a93d,c=a();while(!![]){try{const d=-parseInt(j(0xe5))/0x1+parseInt(j(0xf8))/0x2*(-parseInt(j(0xf5))/0x3)+parseInt(j(0xec))/0x4*(parseInt(j(0xe7))/0x5)+parseInt(j(0xe3))/0x6*(parseInt(j(0xe6))/0x7)+-parseInt(j(0xf0))/0x8*(parseInt(j(0xe0))/0x9)+-parseInt(j(0xdd))/0xa+parseInt(j(0xf1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xbf47a));function a93c(){const s=['constructor','9cMapLd','message','verbose','6FTfZao','toString','830818escttR','573811wQfjUC','285wYqcIf','withSpinner','(((.+)+)+)+$','pid','start','78808qaDzcG','error','search','SIGINT','11590792AWdxWo','41297916qqFDzk','cwd','inherit','log','358713mDnndP','disconnect','close','6ehwpad','15374810YNYcPQ','success'];a93c=function(){return s;};return a93c();}function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0xdd;let f=c[d];return f;},a93d(a,b);}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 k=a93d;return a93a[k(0xe4)]()['search'](k(0xe9))['toString']()[k(0xdf)](a93a)[k(0xee)](k(0xe9));});a93a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a93l(0xe8)](a,b,c){return new Promise((d,e)=>{const m=a93d,f=Log[m(0xe8)](),g=c?.[m(0xf2)]||'.';c?.['message']&&f[m(0xeb)](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.[m(0xe2)]?m(0xf3):'ignore'});process['on'](m(0xef),()=>{const n=m,i=h[n(0xea)];i&&process['kill'](i);}),h['on']('data',i=>{const o=m;console[o(0xf4)](i);}),h['on'](m(0xf6),()=>{const p=m;c?.[p(0xe1)]&&f[p(0xde)](),d();}),h['on'](m(0xf7),()=>{const q=m;c?.[q(0xe1)]&&f[q(0xde)](),d();}),h['on'](m(0xed),()=>{const r=m;c?.[r(0xe1)]&&f['failure'](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-
|
|
1
|
+
function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x1ab;var f=c[d];return f;},a94d(a,b);}(function(a,b){var f=a94d,c=a();while(!![]){try{var d=-parseInt(f(0x1b0))/0x1*(-parseInt(f(0x1ae))/0x2)+parseInt(f(0x1b7))/0x3*(parseInt(f(0x1af))/0x4)+-parseInt(f(0x1ac))/0x5+-parseInt(f(0x1b8))/0x6+-parseInt(f(0x1b3))/0x7*(parseInt(f(0x1b1))/0x8)+-parseInt(f(0x1b6))/0x9*(parseInt(f(0x1b2))/0xa)+parseInt(f(0x1b5))/0xb*(parseInt(f(0x1b9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0xb09c2));var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a94d;if(c){var e=c[g(0x1ad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var h=a94d;return a94a[h(0x1ab)]()[h(0x1ba)]('(((.+)+)+)+$')['toString']()[h(0x1b4)](a94a)['search']('(((.+)+)+)+$');});a94a();export{};function a94c(){var i=['7BcDVRO','constructor','11NXCSuF','7345935agvcvc','324237jiOXSW','6186924dBOQhG','31141764WtNgoK','search','toString','4532660iQpQDB','apply','2871568XgEYsR','12JyCUgf','1YDBZfk','7022984ItRTQv','10rNeulj'];a94c=function(){return i;};return a94c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a96o=a96d;(function(a,b){const m=a96d,c=a();while(!![]){try{const d=parseInt(m(0x18f))/0x1*(-parseInt(m(0x193))/0x2)+parseInt(m(0x199))/0x3*(-parseInt(m(0x197))/0x4)+-parseInt(m(0x1a3))/0x5*(-parseInt(m(0x18c))/0x6)+parseInt(m(0x18b))/0x7+-parseInt(m(0x19b))/0x8*(parseInt(m(0x190))/0x9)+-parseInt(m(0x1a9))/0xa+parseInt(m(0x19f))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0x44a6f));function a96c(){const w=['disconnect','8orSPoc','host','error','inherit','12QzRPsq','success','434253Nkukrj','port','56NgOoeE','push','start','toString','12588906QdFJFw','user','ignore','tty','535gUFkmX','ssh\x20','search','dest','ssh','sshSync','5153940IEEXBO','scp','sshVerbose','withSpinner','close','2>&1','verbose','pem','concat','join','constructor','env','3384507WjvcKV','28512oiqXRK','ConnectTimeout=2','(((.+)+)+)+$','101009sZJicp','644823YOwpcM','message'];a96c=function(){return w;};return a96c();}const a96b=(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;};}()),a96a=a96b(this,function(){const n=a96d;return a96a[n(0x19e)]()[n(0x1a5)]('(((.+)+)+)+$')[n(0x19e)]()[n(0x189)](a96a)[n(0x1a5)](n(0x18e));});function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0x182;let f=c[d];return f;},a96d(a,b);}a96a();import a96e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static [a96o(0x1a7)]=(a,b,c)=>{return new Promise((d,e)=>{const p=a96d,f=b['user']+'@'+b[p(0x194)],g=a96e[p(0x188)](b[p(0x18a)],b[p(0x186)]),h=c?.[p(0x1a2)]||![],i=c?.[p(0x1ab)]||![];let j=[];h&&j[p(0x19c)]('-t');i&&j[p(0x19c)]('-v');j=j[p(0x187)](['-o',p(0x18d),'-i',g,'-p',b[p(0x19a)],f,a]);const k=Log[p(0x182)]();c?.[p(0x191)]&&k[p(0x19d)](c?.[p(0x191)]);const l=spawn(p(0x1a7),j,{'stdio':c?.['verbose']?p(0x196):p(0x1a1)});l['on'](p(0x192),()=>{const q=p;c?.[q(0x191)]&&k['success'](),d();}),l['on'](p(0x183),()=>{const r=p;c?.[r(0x191)]&&k[r(0x198)](),d();}),l['on'](p(0x195),()=>{const s=p;c?.[s(0x191)]&&k['failure'](),e();});});};static [a96o(0x1a8)]=(a,b,c)=>{const t=a96o,d=b[t(0x1a0)]+'@'+b[t(0x194)],e=a96e['join'](b[t(0x18a)],b['pem']),f=c?.[t(0x1a2)]||![],g=c?.[t(0x1ab)]||![];let h=[];f&&h[t(0x19c)]('-t'),g&&h[t(0x19c)]('-v'),h=h[t(0x187)](['-o',t(0x18d),'-i',e,'-p',b[t(0x19a)],d,a]),spawnSync(t(0x1a7),h,{'stdio':c?.[t(0x185)]?t(0x196):'ignore'});};static['ping'](a,b,c){const u=a96o,d=b['user']+'@'+b[u(0x194)],e=a96e[u(0x188)](b[u(0x18a)],b[u(0x186)]),f=c?.['tty']||![];let g=[];f&&g[u(0x19c)]('-t');g=g[u(0x187)](['-o',u(0x18d),'-i',e,'-p',b[u(0x19a)],d,a,u(0x184)]);const h=u(0x1a4)+g[u(0x188)]('\x20');return execSync(h)[u(0x19e)]();}static[a96o(0x1aa)](a,b){const v=a96o,c=b['user']+'@'+b['host']+':'+a[v(0x1a6)],d=a96e['join'](b['env'],b['pem']),e=['-i',d,'-P',b[v(0x19a)],a['source'],c];spawnSync(v(0x1aa),e,{'stdio':a[v(0x185)]?v(0x196):v(0x1a1)});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a97d,c=a();while(!![]){try{var d=-parseInt(f(0x164))/0x1+-parseInt(f(0x15a))/0x2+parseInt(f(0x15e))/0x3+parseInt(f(0x15d))/0x4*(-parseInt(f(0x166))/0x5)+-parseInt(f(0x160))/0x6+parseInt(f(0x15f))/0x7+-parseInt(f(0x15b))/0x8*(-parseInt(f(0x15c))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x38d70));var a97b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a97d;if(c){var e=c[g(0x161)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){var h=a97d;return a97a['toString']()[h(0x163)](h(0x165))['toString']()[h(0x162)](a97a)[h(0x163)](h(0x165));});function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0x15a;var f=c[d];return f;},a97d(a,b);}a97a();function a97c(){var i=['421552AQhRny','(((.+)+)+)+$','243565hmCewz','572604oMmZUE','248WKpbRX','148455JgfaBy','12TJDala','1217349fhDRqh','1201410ZFNLmC','11694cxIobA','apply','constructor','search'];a97c=function(){return i;};return a97c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a99i=a99d;
|
|
1
|
+
const a99i=a99d;(function(a,b){const f=a99d,c=a();while(!![]){try{const d=parseInt(f(0x172))/0x1*(-parseInt(f(0x182))/0x2)+parseInt(f(0x178))/0x3*(-parseInt(f(0x177))/0x4)+parseInt(f(0x185))/0x5+-parseInt(f(0x186))/0x6+-parseInt(f(0x171))/0x7*(-parseInt(f(0x17a))/0x8)+parseInt(f(0x176))/0x9+-parseInt(f(0x187))/0xa*(parseInt(f(0x16e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0xb4857));const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a99d;if(c){const e=c[g(0x17c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const h=a99d;return a99a['toString']()[h(0x17d)](h(0x168))[h(0x16b)]()[h(0x174)](a99a)['search']('(((.+)+)+)+$');});a99a();function a99c(){const l=['-out','-x509','6617360AdAjQT','2732280oUNWxs','55540etuuta','useConfig','genCSR','openssl.conf','(((.+)+)+)+$','-new','-config','toString','-key','genSSC','2629twpHPB','cwd','openssl','7Vstkcn','3gPSBjY','push','constructor','req','12559383lHZMtS','8lxWUSY','1303911cKsIaq','csrName','11671512QSCCdO','-newkey','apply','search','keyName','rsa:2048','inherit','-keyout','524282sJXmmP'];a99c=function(){return l;};return a99c();}function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x168;let f=c[d];return f;},a99d(a,b);}import{spawnSync}from'child_process';export class SSL{static[a99i(0x189)](a){const j=a99i,b=a[j(0x16f)]?a[j(0x16f)]:process['cwd'](),c=[j(0x175),j(0x169),j(0x17b),j(0x17f),'-nodes',j(0x181),a[j(0x17e)],'-out',a[j(0x179)]];a[j(0x188)]&&(c[j(0x173)](j(0x16a)),c[j(0x173)](j(0x18a))),spawnSync(j(0x170),c,{'stdio':'inherit','cwd':b});}static[a99i(0x16d)](a){const k=a99i,b=a[k(0x16f)]?a[k(0x16f)]:process[k(0x16f)](),c=['req',k(0x184),k(0x169),k(0x16c),a[k(0x17e)],k(0x183),a['crtName']];a['useConfig']&&(c[k(0x173)](k(0x16a)),c[k(0x173)](k(0x18a))),spawnSync(k(0x170),c,{'stdio':k(0x180),'cwd':b});}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maka/maka-cli",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
|
|
6
6
|
"description": "A command line tool for scaffolding Meteor 2.x applications using React.",
|