@maka/maka-cli 4.4.1 → 4.4.2
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 +28 -27
- 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 +28 -28
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a88p=a88d;(function(a,b){const n=a88d,c=a();while(!![]){try{const d=parseInt(n(0x8f))/0x1+parseInt(n(0x84))/0x2+-parseInt(n(0x82))/0x3+-parseInt(n(0x83))/0x4*(-parseInt(n(0x93))/0x5)+parseInt(n(0x90))/0x6*(-parseInt(n(0x92))/0x7)+-parseInt(n(0x8a))/0x8*(-parseInt(n(0x87))/0x9)+-parseInt(n(0x81))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0xd14e6));const a88b=(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;};}()),a88a=a88b(this,function(){const o=a88d;return a88a[o(0x7a)]()[o(0x7b)](o(0x7d))['toString']()['constructor'](a88a)['search']('(((.+)+)+)+$');});a88a();import a88e from'https';function a88c(){const A=['end','get','application/json','POST','Request\x20timeout','write','NODE_TLS_REJECT_UNAUTHORIZED','True','MAKA_DEV','toString','search','abort','(((.+)+)+)+$','data','statusCode','readFileSync','15525890ZTTASm','2405316CQVyoa','12wtGuFx','3379028eCSkYG','assign','request','2043OPiaLL','length','stringify','33248cHqCgs','BAD\x20RETURN','timeout','statusMessage','post','1681808PyCfhT','12588baWjcR','error','5229oRgYuk','773585zMLIky'];a88c=function(){return A;};return a88c();}import a88f from'fs';function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x77;let f=c[d];return f;},a88d(a,b);}const TIMEOUT=0xbb8;process['env'][a88p(0x77)]=process['env'][a88p(0x79)]===a88p(0x78)?'0':'1';export class HTTPS{static async[a88p(0x8e)]({hostname:a,path:b,data:c,headers:d,cert:e}){const q=a88p,f=JSON[q(0x89)](c),g={'Content-Type':'application/json','Content-Length':f[q(0x88)]};Object[q(0x85)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':q(0x97),'headers':g,'timeout':TIMEOUT};return e&&Object['assign'](h,{'cert':a88f[q(0x80)](e)}),new Promise((i,j)=>{const r=q,k=a88e[r(0x86)](h,l=>{const s=r;l['on'](s(0x7e),m=>{const t=s;i({'statusCode':l[t(0x7f)]||0x1f4,'statusMessage':l[t(0x8d)]||t(0x8b),'data':m['toString']()});});});k['on'](r(0x91),l=>{j(l);}),k['on'](r(0x8c),()=>{const u=r;k[u(0x7c)](),j({'statusCode':0x198,'statusMessage':u(0x98)});}),k[r(0x99)](f),k[r(0x94)]();});}static[a88p(0x95)]({url:a,headers:b,cert:c}){const v=a88p,d={'Content-Type':v(0x96)};Object[v(0x85)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[v(0x85)](e,{'cert':a88f['readFileSync'](c)}),new Promise((f,g)=>{const w=v,h=a88e[w(0x95)](a,e,i=>{const x=w;i['on'](x(0x7e),j=>{const y=x;f({'statusCode':i[y(0x7f)]||0x1f4,'statusMessage':i[y(0x8d)]||y(0x8b),'data':j[y(0x7a)]()});});});h['on'](w(0x91),i=>{g(i);}),h['on'](w(0x8c),()=>{const z=w;h[z(0x7c)](),g({'statusCode':0x198,'statusMessage':z(0x98)});});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a89d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
(function(a,b){var f=a89d,c=a();while(!![]){try{var d=-parseInt(f(0x13f))/0x1*(-parseInt(f(0x145))/0x2)+parseInt(f(0x140))/0x3+parseInt(f(0x13b))/0x4*(-parseInt(f(0x13a))/0x5)+-parseInt(f(0x139))/0x6*(-parseInt(f(0x146))/0x7)+-parseInt(f(0x143))/0x8+-parseInt(f(0x13c))/0x9+parseInt(f(0x13e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0xb1de1));function a89c(){var i=['1687pzLtVh','4194bdzvZd','193345ePYQTy','148hqaeXv','146889vKDMsh','toString','11519880bembvr','215686XYYZSm','527886ylyzNg','search','constructor','4919248IMkbop','apply','12iskjvM'];a89c=function(){return i;};return a89c();}var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0x144)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a[h(0x13d)]()[h(0x141)]('(((.+)+)+)+$')[h(0x13d)]()[h(0x142)](a89a)[h(0x141)]('(((.+)+)+)+$');});a89a();function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0x139;var f=c[d];return f;},a89d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x15b;let f=c[d];return f;},a90d(a,b);}const a90l=a90d;(function(a,b){const i=a90d,c=a();while(!![]){try{const d=-parseInt(i(0x165))/0x1*(parseInt(i(0x16d))/0x2)+-parseInt(i(0x16e))/0x3*(-parseInt(i(0x17e))/0x4)+parseInt(i(0x167))/0x5+parseInt(i(0x163))/0x6*(parseInt(i(0x15b))/0x7)+-parseInt(i(0x171))/0x8+parseInt(i(0x180))/0x9+-parseInt(i(0x179))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xa4b2b));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a90d;if(c){const e=c[j(0x15c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const k=a90d;return a90a[k(0x166)]()[k(0x173)]('(((.+)+)+)+$')[k(0x166)]()[k(0x181)](a90a)[k(0x173)](k(0x182));});a90a();import*as a90e from'single-line-log2';import a90f from'cli-color';import a90g from'cli-cursor';import a90h from'elegant-spinner';const isWin=process[a90l(0x15d)]===a90l(0x17b),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export class Log{static[a90l(0x177)](a){const m=a90l;console[m(0x178)](a90f[m(0x172)](a));}static['warn'](a){const n=a90l;console[n(0x178)](a90f['yellowBright'](a));}static[a90l(0x16a)](a){const o=a90l;console[o(0x178)](a90f[o(0x162)](a));}static[a90l(0x16f)](a){const p=a90l;console[p(0x178)](a90f[p(0x16c)][p(0x15e)](a));}static['header'](a){const q=a90l;console[q(0x178)](a90f['blackBright'](a));}static[a90l(0x175)](a){const r=a90l;console['log'](a90f[r(0x164)](a));}static[a90l(0x160)](a){const s=a90l;console[s(0x178)](a90f['magentaBright'](a));}static['usage'](a,b,c,d){const t=a90l,e=a90f[t(0x17f)];Log[t(0x175)](d),b&&b[t(0x17c)]>0x0&&(Log[t(0x175)](e(t(0x15f))),b[t(0x17a)](f=>{const u=t;Log['bright'](u(0x169)+f);})),a&&(Log['header'](t(0x176)),Log['notice']('\x20\x20'+a['trim']()+'\x0a')),c&&Log[t(0x175)](e(t(0x174))+c+'\x0a'),Log['header'](t(0x170));}static[a90l(0x17d)](a=''){const v=a90l;a90g[v(0x161)]();const b=a90h();a90g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const w=a90d;a90e[w(0x16b)](a90f['cyan'](b())+'\x20'+d);},0x5a);},'success'(d=''){const x=v;clearInterval(c),a90e['stdout'](a90f[x(0x172)](check)+'\x20'+a+'\x20'+d),console['log'](),a90g['show']();},'failure'(d=''){const y=v;clearInterval(c),a90e[y(0x16b)](a90f[y(0x16c)][y(0x15e)](cross)+'\x20'+a+'\x20'+d),console[y(0x178)](),a90g[y(0x168)]();},'stop'(){const z=v;clearInterval(c),a90g[z(0x168)]();}};}}function a90c(){const A=['5834535LEJvVr','show','\x20>\x20','notice','stdout','red','225784LoJZop','39tHEcGf','error','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','1036768LCXQOA','greenBright','search','Usage:\x20','bright','\x0aManual:','success','log','18788020KjTzkx','forEach','win32','length','withSpinner','409284VlCluH','blackBright','7883028IEjUXg','constructor','(((.+)+)+)+$','7IoZkAP','apply','platform','bold','Examples:','majestic','hide','cyanBright','601638DrTgaG','whiteBright','7fkQjwp','toString'];a90c=function(){return A;};return a90c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a91d,c=a();while(!![]){try{var d
|
|
1
|
+
function a91c(){var h=['442775vaGKoT','170427EPuicY','67302sjXwwB','search','8OUfqpz','98850RTbpPH','168TsAyva','constructor','toString','183915aaVUXX','1534136TFhWrP','(((.+)+)+)+$','5588072fCqJKf'];a91c=function(){return h;};return a91c();}(function(a,b){var f=a91d,c=a();while(!![]){try{var d=parseInt(f(0x129))/0x1+-parseInt(f(0x12d))/0x2*(-parseInt(f(0x12a))/0x3)+-parseInt(f(0x122))/0x4*(-parseInt(f(0x121))/0x5)+-parseInt(f(0x12b))/0x6+-parseInt(f(0x128))/0x7+-parseInt(f(0x126))/0x8+parseInt(f(0x125))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x7ed52));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(0x124)]()[g(0x12c)](g(0x127))[g(0x124)]()[g(0x123)](a91a)[g(0x12c)]('(((.+)+)+)+$');});a91a();function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x121;var f=c[d];return f;},a91d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a93m=a93d;(function(a,b){const j=a93d,c=a();while(!![]){try{const d=-parseInt(j(0xb1))/0x1+-parseInt(j(0xae))/0x2+parseInt(j(0xbd))/0x3*(parseInt(j(0xb6))/0x4)+-parseInt(j(0xc8))/0x5*(parseInt(j(0xbc))/0x6)+parseInt(j(0xc3))/0x7*(-parseInt(j(0xc5))/0x8)+parseInt(j(0xad))/0x9*(parseInt(j(0xbf))/0xa)+-parseInt(j(0xb4))/0xb*(-parseInt(j(0xc7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x4555a));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a93d;if(c){const e=c[k(0xc6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const l=a93d;return a93a[l(0xbb)]()[l(0xba)](l(0xaa))[l(0xbb)]()[l(0xb2)](a93a)[l(0xba)]('(((.+)+)+)+$');});a93a();function a93c(){const s=['success','SIGINT','search','toString','46482jGUUqN','3TtuFHk','inherit','2319380YhbBOw','error','disconnect','kill','3783451xjyFfb','message','8ZUQGdy','apply','5214540theaQT','255pgICUC','(((.+)+)+)+$','withSpinner','failure','9RfWDkD','326142yKAviB','cwd','start','327133mNlKEk','constructor','ignore','33ymyJDx','close','696860PiYqSv','data'];a93c=function(){return s;};return a93c();}import{spawn}from'child_process';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0xaa;let f=c[d];return f;},a93d(a,b);}import{Log}from'../log/log.class.js';export class SpawnAsync{static[a93m(0xab)](a,b,c){return new Promise((d,e)=>{const n=a93d,f=Log[n(0xab)](),g=c?.[n(0xaf)]||'.';c?.[n(0xc4)]&&f[n(0xb0)](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.['verbose']?n(0xbe):n(0xb3)});process['on'](n(0xb9),()=>{const o=n,i=h['pid'];i&&process[o(0xc2)](i);}),h['on'](n(0xb7),i=>{console['log'](i);}),h['on'](n(0xc1),()=>{const p=n;c?.[p(0xc4)]&&f[p(0xb8)](),d();}),h['on'](n(0xb5),()=>{const q=n;c?.[q(0xc4)]&&f[q(0xb8)](),d();}),h['on'](n(0xc0),()=>{const r=n;c?.[r(0xc4)]&&f[r(0xac)](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a94d,c=a();while(!![]){try{var d=parseInt(f(0xb0))/0x1+-parseInt(f(0xad))/0x2+-parseInt(f(0xa9))/0x3+parseInt(f(0xb1))/0x4+-parseInt(f(0xa7))/0x5+-parseInt(f(0xaa))/0x6*(-parseInt(f(0xa8))/0x7)+parseInt(f(0xb3))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x4daec));var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a94d;if(c){var e=c[g(0xaf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var h=a94d;return a94a[h(0xab)]()[h(0xae)]('(((.+)+)+)+$')[h(0xab)]()[h(0xb2)](a94a)[h(0xae)](h(0xac));});a94a();function a94c(){var i=['746038rLvIKe','search','apply','415091QdckvA','2222128VbAvny','constructor','453584ontUwd','2374075tJPeOP','1723561ouAWzt','322566dwINeG','6ZLwEYt','toString','(((.+)+)+)+$'];a94c=function(){return i;};return a94c();}function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0xa7;var f=c[d];return f;},a94d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a96p=a96d;(function(a,b){const m=a96d,c=a();while(!![]){try{const d=parseInt(m(0x17f))/0x1*(parseInt(m(0x172))/0x2)+-parseInt(m(0x17b))/0x3+parseInt(m(0x16b))/0x4+-parseInt(m(0x170))/0x5*(parseInt(m(0x16e))/0x6)+parseInt(m(0x186))/0x7*(parseInt(m(0x17e))/0x8)+parseInt(m(0x189))/0x9*(-parseInt(m(0x16d))/0xa)+parseInt(m(0x173))/0xb*(parseInt(m(0x17c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0xec8cc));const a96b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a96d;if(c){const e=c[n(0x178)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a96a=a96b(this,function(){const o=a96d;return a96a['toString']()[o(0x182)](o(0x179))[o(0x183)]()[o(0x16a)](a96a)['search'](o(0x179));});function a96c(){const x=['failure','30xxPHih','3486wMnpvL','dest','45CvWNaA','ConnectTimeout=2','2794322XWdwRn','11803CXNHxz','ping','ignore','success','withSpinner','apply','(((.+)+)+)+$','error','343743PdaXMt','3048nsMUwu','join','4807496lsVqQX','1RJyLYE','tty','env','search','toString','port','concat','7gtPFxD','start','2>&1','4051863MAKMYC','push','inherit','user','ssh','sshVerbose','message','ssh\x20','pem','scp','verbose','sshSync','host','constructor','674796FVotcz'];a96c=function(){return x;};return a96c();}a96a();function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0x16a;let f=c[d];return f;},a96d(a,b);}import a96e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';class SSH{static [a96p(0x18d)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a96d,f=b['user']+'@'+b[q(0x195)],g=a96e[q(0x17d)](b[q(0x181)],b[q(0x191)]),h=c?.[q(0x180)]||![],i=c?.[q(0x18e)]||![];let j=[];h&&j[q(0x18a)]('-t');i&&j[q(0x18a)]('-v');j=j[q(0x185)](['-o',q(0x171),'-i',g,'-p',b[q(0x184)],f,a]);const k=Log[q(0x177)]();c?.[q(0x18f)]&&k[q(0x187)](c?.['message']);const l=spawn('ssh',j,{'stdio':c?.['verbose']?q(0x18b):q(0x175)});l['on']('disconnect',()=>{const r=q;c?.['message']&&k[r(0x176)](),d();}),l['on']('close',()=>{const s=q;c?.['message']&&k[s(0x176)](),d();}),l['on'](q(0x17a),()=>{const t=q;c?.['message']&&k[t(0x16c)](),e();});});};static [a96p(0x194)]=(a,b,c)=>{const u=a96p,d=b['user']+'@'+b[u(0x195)],e=a96e[u(0x17d)](b[u(0x181)],b[u(0x191)]),f=c?.['tty']||![],g=c?.['sshVerbose']||![];let h=[];f&&h[u(0x18a)]('-t'),g&&h['push']('-v'),h=h[u(0x185)](['-o',u(0x171),'-i',e,'-p',b['port'],d,a]),spawnSync(u(0x18d),h,{'stdio':c?.[u(0x193)]?'inherit':u(0x175)});};static[a96p(0x174)](a,b,c){const v=a96p,d=b['user']+'@'+b[v(0x195)],e=a96e['join'](b['env'],b[v(0x191)]),f=c?.[v(0x180)]||![];let g=[];f&&g[v(0x18a)]('-t');g=g[v(0x185)](['-o',v(0x171),'-i',e,'-p',b[v(0x184)],d,a,v(0x188)]);const h=v(0x190)+g[v(0x17d)]('\x20');return execSync(h)[v(0x183)]();}static['scp'](a,b){const w=a96p,c=b[w(0x18c)]+'@'+b['host']+':'+a[w(0x16f)],d=a96e[w(0x17d)](b[w(0x181)],b[w(0x191)]),e=['-i',d,'-P',b[w(0x184)],a['source'],c];spawnSync(w(0x192),e,{'stdio':a['verbose']?w(0x18b):w(0x175)});}}export{SSH};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a97d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
(function(a,b){var f=a97d,c=a();while(!![]){try{var d=-parseInt(f(0xe8))/0x1+-parseInt(f(0xf2))/0x2+-parseInt(f(0xe6))/0x3+-parseInt(f(0xf1))/0x4+-parseInt(f(0xe9))/0x5*(parseInt(f(0xee))/0x6)+parseInt(f(0xeb))/0x7*(parseInt(f(0xe7))/0x8)+parseInt(f(0xf0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x3745e));var a97b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a97d;if(c){var e=c[g(0xe5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){var h=a97d;return a97a['toString']()[h(0xea)](h(0xed))[h(0xec)]()[h(0xef)](a97a)['search'](h(0xed));});function a97c(){var i=['907209YFYUYv','447832iMLRkb','392251PSzlAG','2135kypgBD','search','28WOOxHk','toString','(((.+)+)+)+$','546yrkBcD','constructor','14156658pMUAYy','1730820lACnte','808528WwPiqY','apply'];a97c=function(){return i;};return a97c();}function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0xe5;var f=c[d];return f;},a97d(a,b);}a97a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a99i=a99d;(function(a,b){const f=a99d,c=a();while(!![]){try{const d
|
|
1
|
+
const a99i=a99d;(function(a,b){const f=a99d,c=a();while(!![]){try{const d=-parseInt(f(0xec))/0x1*(parseInt(f(0xe9))/0x2)+parseInt(f(0xfb))/0x3*(-parseInt(f(0xe0))/0x4)+-parseInt(f(0xe2))/0x5+-parseInt(f(0xf4))/0x6+parseInt(f(0xff))/0x7+parseInt(f(0xfe))/0x8*(-parseInt(f(0xfd))/0x9)+parseInt(f(0xf5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0x19b5f));function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0xe0;let f=c[d];return f;},a99d(a,b);}const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a99d;if(c){const e=c[g(0xf1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const h=a99d;return a99a[h(0xe4)]()[h(0xf0)](h(0xe6))[h(0xe4)]()[h(0xfa)](a99a)[h(0xf0)]('(((.+)+)+)+$');});a99a();import{spawnSync}from'child_process';export class SSL{static[a99i(0xf8)](a){const j=a99i,b=a[j(0xee)]?a[j(0xee)]:process[j(0xee)](),c=[j(0xf6),'-new',j(0xf2),j(0xed),j(0xe5),'-keyout',a[j(0xea)],j(0xf7),a['csrName']];a[j(0xe3)]&&(c['push'](j(0xe8)),c[j(0xeb)](j(0xe7))),spawnSync(j(0xf3),c,{'stdio':'inherit','cwd':b});}static[a99i(0xef)](a){const k=a99i,b=a[k(0xee)]?a[k(0xee)]:process[k(0xee)](),c=[k(0xf6),k(0xe1),'-new',k(0xfc),a[k(0xea)],k(0xf7),a['crtName']];a[k(0xe3)]&&(c['push'](k(0xe8)),c[k(0xeb)](k(0xe7))),spawnSync(k(0xf3),c,{'stdio':k(0xf9),'cwd':b});}}function a99c(){const l=['-x509','209720fQEhra','useConfig','toString','-nodes','(((.+)+)+)+$','openssl.conf','-config','26006REZTTj','keyName','push','16tkAJRZ','rsa:2048','cwd','genSSC','search','apply','-newkey','openssl','774240OAKFyM','6435370wJGNtB','req','-out','genCSR','inherit','constructor','3dCsURZ','-key','1249569CLubdO','8qxAxMn','1047676hEapnz','680084kdqiLI'];a99c=function(){return l;};return a99c();}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maka/maka-cli",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.2",
|
|
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.",
|
|
@@ -41,56 +41,56 @@
|
|
|
41
41
|
"cli-table": "^0.3.11",
|
|
42
42
|
"delete": "^1.1.0",
|
|
43
43
|
"dotenv": "^16.0.3",
|
|
44
|
-
"ejs": "^3.1.
|
|
44
|
+
"ejs": "^3.1.9",
|
|
45
45
|
"elegant-spinner": "^3.0.0",
|
|
46
|
-
"eslint": "^8.
|
|
46
|
+
"eslint": "^8.40.0",
|
|
47
47
|
"http-proxy": "^1.18.1",
|
|
48
48
|
"humps": "^2.0.1",
|
|
49
|
-
"inquirer": "^9.
|
|
50
|
-
"jsonwebtoken": "^
|
|
49
|
+
"inquirer": "^9.2.2",
|
|
50
|
+
"jsonwebtoken": "^9.0.0",
|
|
51
51
|
"latest-version": "^7.0.0",
|
|
52
|
-
"minimist": "^1.2.
|
|
52
|
+
"minimist": "^1.2.8",
|
|
53
53
|
"node-forge": "^1.3.1",
|
|
54
|
-
"rimraf": "^
|
|
55
|
-
"semver": "^7.
|
|
54
|
+
"rimraf": "^5.0.0",
|
|
55
|
+
"semver": "^7.5.0",
|
|
56
56
|
"single-line-log2": "^1.1.3",
|
|
57
|
-
"slash": "^5.
|
|
57
|
+
"slash": "^5.1.0",
|
|
58
58
|
"spawn-args": "0.2.0",
|
|
59
59
|
"xtend": "^4.0.2"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@aws-sdk/types": "^3.
|
|
63
|
-
"@types/chai": "^4.3.
|
|
62
|
+
"@aws-sdk/types": "^3.329.0",
|
|
63
|
+
"@types/chai": "^4.3.5",
|
|
64
64
|
"@types/change-case": "^2.3.1",
|
|
65
65
|
"@types/cli-color": "^2.0.2",
|
|
66
66
|
"@types/cli-table": "^0.3.1",
|
|
67
|
-
"@types/ejs": "^3.1.
|
|
67
|
+
"@types/ejs": "^3.1.2",
|
|
68
68
|
"@types/fibers": "^3.1.1",
|
|
69
69
|
"@types/humps": "^2.0.2",
|
|
70
70
|
"@types/inquirer": "^9.0.3",
|
|
71
|
-
"@types/jsonwebtoken": "^
|
|
72
|
-
"@types/meteor": "^2.
|
|
71
|
+
"@types/jsonwebtoken": "^9.0.2",
|
|
72
|
+
"@types/meteor": "^2.9.2",
|
|
73
73
|
"@types/minimist": "^1.2.2",
|
|
74
74
|
"@types/mocha": "^10.0.1",
|
|
75
|
-
"@types/node": "^
|
|
76
|
-
"@types/react": "^18.
|
|
77
|
-
"@types/react-dom": "^18.
|
|
78
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
79
|
-
"@typescript-eslint/parser": "^5.
|
|
80
|
-
"aws-sdk": "^2.
|
|
75
|
+
"@types/node": "^20.1.1",
|
|
76
|
+
"@types/react": "^18.2.6",
|
|
77
|
+
"@types/react-dom": "^18.2.4",
|
|
78
|
+
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
|
79
|
+
"@typescript-eslint/parser": "^5.59.5",
|
|
80
|
+
"aws-sdk": "^2.1375.0",
|
|
81
81
|
"chai": "^4.3.7",
|
|
82
82
|
"chdir": "^0.0.0",
|
|
83
83
|
"concat-stream": "^2.0.0",
|
|
84
|
-
"concurrently": "^
|
|
85
|
-
"esbuild": "^0.
|
|
84
|
+
"concurrently": "^8.0.1",
|
|
85
|
+
"esbuild": "^0.17.18",
|
|
86
86
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
87
|
-
"eslint-plugin-import": "^2.
|
|
88
|
-
"husky": "^8.0.
|
|
89
|
-
"javascript-obfuscator": "^4.0.
|
|
90
|
-
"mkdirp": "^
|
|
87
|
+
"eslint-plugin-import": "^2.27.5",
|
|
88
|
+
"husky": "^8.0.3",
|
|
89
|
+
"javascript-obfuscator": "^4.0.2",
|
|
90
|
+
"mkdirp": "^3.0.1",
|
|
91
91
|
"mocha": "^10.2.0",
|
|
92
|
-
"pkg": "^5.8.
|
|
93
|
-
"wait-on": "^
|
|
92
|
+
"pkg": "^5.8.1",
|
|
93
|
+
"wait-on": "^7.0.1"
|
|
94
94
|
},
|
|
95
95
|
"keywords": [
|
|
96
96
|
"scaffolding",
|