@maka/maka-cli 4.3.30 → 4.3.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/obf/package.json +1 -1
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/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
|
-
const a88q=a88d;(function(a,b){const n=a88d,c=a();while(!![]){try{const d=-parseInt(n(
|
|
1
|
+
const a88q=a88d;(function(a,b){const n=a88d,c=a();while(!![]){try{const d=-parseInt(n(0x196))/0x1*(-parseInt(n(0x195))/0x2)+parseInt(n(0x181))/0x3+-parseInt(n(0x19f))/0x4+parseInt(n(0x182))/0x5+parseInt(n(0x18d))/0x6*(parseInt(n(0x185))/0x7)+parseInt(n(0x188))/0x8*(parseInt(n(0x18b))/0x9)+-parseInt(n(0x18c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x8ce72));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a88d;if(c){const e=c[o(0x194)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const p=a88d;return a88a['toString']()[p(0x1a0)](p(0x191))['toString']()[p(0x199)](a88a)[p(0x1a0)](p(0x191));});a88a();import a88e from'https';function a88c(){const B=['1809468yjlVer','1083050DogtMT','statusCode','statusMessage','644735oQvQdy','readFileSync','request','8VLLvax','True','end','6422607MZelrn','14076720DfRmVY','48vsdwFq','length','toString','data','(((.+)+)+)+$','BAD\x20RETURN','stringify','apply','211828KxCaDE','8YGIlRG','write','timeout','constructor','application/json','POST','Request\x20timeout','get','error','4530924VSAsIh','search','MAKA_DEV','assign'];a88c=function(){return B;};return a88c();}import a88f from'fs';const TIMEOUT=0xbb8;process['env']['NODE_TLS_REJECT_UNAUTHORIZED']=process['env'][a88q(0x1a1)]===a88q(0x189)?'0':'1';function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x180;let f=c[d];return f;},a88d(a,b);}export class HTTPS{static async['post']({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a88q,f=JSON[r(0x193)](c),g={'Content-Type':r(0x19a),'Content-Length':f[r(0x18e)]};Object[r(0x180)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':r(0x19b),'headers':g,'timeout':TIMEOUT};return e&&Object[r(0x180)](h,{'cert':a88f['readFileSync'](e)}),new Promise((i,j)=>{const s=r,k=a88e[s(0x187)](h,l=>{const t=s;l['on'](t(0x190),m=>{const u=t;i({'statusCode':l['statusCode']||0x1f4,'statusMessage':l[u(0x184)]||'BAD\x20RETURN','data':m[u(0x18f)]()});});});k['on'](s(0x19e),l=>{j(l);}),k['on'](s(0x198),()=>{const v=s;k['abort'](),j({'statusCode':0x198,'statusMessage':v(0x19c)});}),k[s(0x197)](f),k[s(0x18a)]();});}static['get']({url:a,headers:b,cert:c}){const w=a88q,d={'Content-Type':w(0x19a)};Object[w(0x180)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a88f[w(0x186)](c)}),new Promise((f,g)=>{const x=w,h=a88e[x(0x19d)](a,e,i=>{const y=x;i['on'](y(0x190),j=>{const z=y;f({'statusCode':i[z(0x183)]||0x1f4,'statusMessage':i[z(0x184)]||z(0x192),'data':j['toString']()});});});h['on'](x(0x19e),i=>{g(i);}),h['on']('timeout',()=>{const A=x;h['abort'](),g({'statusCode':0x198,'statusMessage':A(0x19c)});});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a89d,c=a();while(!![]){try{var d=-parseInt(f(0xb1))/0x1+parseInt(f(0xb0))/0x2*(parseInt(f(0xac))/0x3)+parseInt(f(0xa8))/0x4*(-parseInt(f(0xad))/0x5)+-parseInt(f(0xaa))/0x6+-parseInt(f(0xb3))/0x7+-parseInt(f(0xae))/0x8+-parseInt(f(0xb2))/0x9*(-parseInt(f(0xaf))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x476f4));function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0xa6;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(0xa9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a[h(0xb4)]()['search'](h(0xa7))[h(0xb4)]()[h(0xa6)](a89a)[h(0xab)](h(0xa7));});function a89c(){var i=['170YBbCYW','10JaZrCY','550395HleZqW','985023MJbqwz','1473052WwWPWx','toString','constructor','(((.+)+)+)+$','300472kSXCHx','apply','898134oyWdAT','search','213054IPsVmP','30eyvTAj','4494920jwexsn'];a89c=function(){return i;};return a89c();}a89a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a90m=a90d;function a90c(){const A=['4703839HwiEPw','header','red','yellowBright','whiteBright','bright','(((.+)+)+)+$','error','\x0aManual:','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','notice','\x20>\x20','hide','733865BuFwjD','apply','bold','search','6333528zxYuDo','cyanBright','1060686AaOtRO','8fxffPv','stdout','majestic','1971780LFqKpD','18guMegp','Usage:\x20','greenBright','forEach','blackBright','743307QpPyiY','814308osNRIk','toString','cyan','trim','warn','log','withSpinner','constructor','show','Examples:'];a90c=function(){return A;};return a90c();}(function(a,b){const i=a90d,c=a();while(!![]){try{const d=parseInt(i(0x13f))/0x1+-parseInt(i(0x138))/0x2+parseInt(i(0x13e))/0x3*(-parseInt(i(0x135))/0x4)+parseInt(i(0x12e))/0x5+parseInt(i(0x134))/0x6+-parseInt(i(0x149))/0x7+parseInt(i(0x132))/0x8*(parseInt(i(0x139))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x8aa1f));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a90d;if(c){const e=c[j(0x12f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const k=a90d;return a90a[k(0x140)]()[k(0x131)](k(0x14f))[k(0x140)]()[k(0x146)](a90a)['search'](k(0x14f));});a90a();import*as a90e from'single-line-log2';function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x12e;let f=c[d];return f;},a90d(a,b);}import a90f from'cli-color';import a90g from'cli-cursor';import a90h from'elegant-spinner';const isWin=process['platform']==='win32',check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export class Log{static['success'](a){const l=a90d;console['log'](a90f[l(0x13b)](a));}static[a90m(0x143)](a){const n=a90m;console[n(0x144)](a90f[n(0x14c)](a));}static[a90m(0x153)](a){const o=a90m;console[o(0x144)](a90f[o(0x133)](a));}static[a90m(0x150)](a){const p=a90m;console['log'](a90f['red'][p(0x130)](a));}static[a90m(0x14a)](a){const q=a90m;console['log'](a90f[q(0x13d)](a));}static[a90m(0x14e)](a){const r=a90m;console[r(0x144)](a90f[r(0x14d)](a));}static[a90m(0x137)](a){const s=a90m;console[s(0x144)](a90f['magentaBright'](a));}static['usage'](a,b,c,d){const t=a90m,e=a90f[t(0x13d)];Log['bright'](d),b&&b['length']>0x0&&(Log[t(0x14e)](e(t(0x148))),b[t(0x13c)](f=>{const u=t;Log['bright'](u(0x154)+f);})),a&&(Log[t(0x14a)](t(0x151)),Log[t(0x153)]('\x20\x20'+a[t(0x142)]()+'\x0a')),c&&Log[t(0x14e)](e(t(0x13a))+c+'\x0a'),Log[t(0x14a)](t(0x152));}static[a90m(0x145)](a=''){const v=a90m;a90g[v(0x155)]();const b=a90h();a90g[v(0x155)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const w=a90d;a90e[w(0x136)](a90f[w(0x141)](b())+'\x20'+d);},0x5a);},'success'(d=''){const x=v;clearInterval(c),a90e[x(0x136)](a90f[x(0x13b)](check)+'\x20'+a+'\x20'+d),console[x(0x144)](),a90g[x(0x147)]();},'failure'(d=''){const y=v;clearInterval(c),a90e[y(0x136)](a90f[y(0x14b)][y(0x130)](cross)+'\x20'+a+'\x20'+d),console[y(0x144)](),a90g[y(0x147)]();},'stop'(){const z=v;clearInterval(c),a90g[z(0x147)]();}};}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a91d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a91d,c=a();while(!![]){try{var d=-parseInt(f(0xc3))/0x1+-parseInt(f(0xc6))/0x2*(parseInt(f(0xc1))/0x3)+-parseInt(f(0xc5))/0x4*(parseInt(f(0xc9))/0x5)+-parseInt(f(0xc4))/0x6+-parseInt(f(0xca))/0x7+parseInt(f(0xbf))/0x8+-parseInt(f(0xbc))/0x9*(-parseInt(f(0xc7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x4942d));var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0xc8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a[h(0xc2)]()[h(0xbd)](h(0xc0))[h(0xc2)]()[h(0xbe)](a91a)['search'](h(0xc0));});function a91c(){var i=['3805592cbMdTI','(((.+)+)+)+$','537pEtENI','toString','505833fQbnJB','1563834kksdWu','72388jARZTW','1018WUJumu','20pcqaFX','apply','65poomWm','2897580WztnRS','5990229SmkHOA','search','constructor'];a91c=function(){return i;};return a91c();}function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0xbc;var f=c[d];return f;},a91d(a,b);}a91a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){const j=a93d,c=a();while(!![]){try{const d=parseInt(j(0x189))/0x1+parseInt(j(0x19f))/0x2+-parseInt(j(0x19a))/0x3+parseInt(j(0x18f))/0x4+-parseInt(j(0x18a))/0x5*(parseInt(j(0x199))/0x6)+-parseInt(j(0x198))/0x7+parseInt(j(0x19d))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xc4d82));function a93c(){const r=['2121696KathYN','toString','log','ignore','inherit','pid','kill','(((.+)+)+)+$','message','6988051AQzXBr','60DhFDSk','3341346vVKcOO','constructor','start','8727632DVugPy','success','1291174xyJWMx','disconnect','close','search','653884puEAzR','1250HOlKEz','failure','withSpinner','error','verbose'];a93c=function(){return r;};return a93c();}function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x187;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(0x190)]()['search'](k(0x196))[k(0x190)]()[k(0x19b)](a93a)[k(0x188)](k(0x196));});a93a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const l=a93d,f=Log[l(0x18c)](),g=c?.['cwd']||'.';c?.['message']&&f[l(0x19c)](c?.[l(0x197)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[l(0x18e)]?l(0x193):l(0x192)});process['on']('SIGINT',()=>{const m=l,i=h[m(0x194)];i&&process[m(0x195)](i);}),h['on']('data',i=>{const n=l;console[n(0x191)](i);}),h['on'](l(0x1a0),()=>{const o=l;c?.[o(0x197)]&&f[o(0x19e)](),d();}),h['on'](l(0x187),()=>{const p=l;c?.['message']&&f[p(0x19e)](),d();}),h['on'](l(0x18d),()=>{const q=l;c?.[q(0x197)]&&f[q(0x18b)](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a94d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
(function(a,b){var f=a94d,c=a();while(!![]){try{var d=-parseInt(f(0x1a5))/0x1+parseInt(f(0x1a3))/0x2+parseInt(f(0x1ac))/0x3+-parseInt(f(0x1a7))/0x4+-parseInt(f(0x1a8))/0x5*(parseInt(f(0x1ab))/0x6)+-parseInt(f(0x1a1))/0x7*(-parseInt(f(0x1aa))/0x8)+-parseInt(f(0x1a2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x8e1d1));var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a94d;if(c){var e=c[g(0x1a6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var h=a94d;return a94a['toString']()[h(0x1a4)](h(0x1a9))[h(0x1a0)]()['constructor'](a94a)[h(0x1a4)]('(((.+)+)+)+$');});a94a();function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x1a0;var f=c[d];return f;},a94d(a,b);}function a94c(){var i=['apply','416260BfuYMB','5MZpYGV','(((.+)+)+)+$','58920SnPNnH','4501974JxQGqg','1986636alPbRI','toString','1092YhgemR','10420020YpfDBX','1910656KHfpDR','search','172209BQjSQE'];a94c=function(){return i;};return a94c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a96c(){const x=['disconnect','1031439FJYyUM','3509499xfTiJM','427385kxFmYR','4354389ZFqBqG','search','user','push','ping','join','ignore','7270hQDBNm','host','(((.+)+)+)+$','inherit','sshVerbose','verbose','66NWCCtv','message','2wYhFVK','close','success','845436zEunnk','sshSync','dest','ssh','33184bKKSzc','pem','apply','env','failure','start','ConnectTimeout=2','concat','toString','port','tty','ssh\x20','scp'];a96c=function(){return x;};return a96c();}const a96p=a96d;(function(a,b){const m=a96d,c=a();while(!![]){try{const d=-parseInt(m(0x12b))/0x1+-parseInt(m(0x13b))/0x2*(parseInt(m(0x129))/0x3)+parseInt(m(0x13e))/0x4+parseInt(m(0x133))/0x5*(-parseInt(m(0x139))/0x6)+parseInt(m(0x12a))/0x7+-parseInt(m(0x142))/0x8+parseInt(m(0x12c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0x62ecd));const a96b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a96d;if(c){const e=c[n(0x144)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a96a=a96b(this,function(){const o=a96d;return a96a[o(0x14a)]()[o(0x12d)]('(((.+)+)+)+$')[o(0x14a)]()['constructor'](a96a)[o(0x12d)](o(0x135));});a96a();import a96e from'path';import{execSync,spawnSync,spawn}from'child_process';function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0x124;let f=c[d];return f;},a96d(a,b);}import{Log}from'../log/log.class.js';export class SSH{static [a96p(0x141)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a96d,f=b['user']+'@'+b[q(0x134)],g=a96e[q(0x131)](b[q(0x145)],b['pem']),h=c?.[q(0x125)]||![],i=c?.[q(0x137)]||![];let j=[];h&&j[q(0x12f)]('-t');i&&j[q(0x12f)]('-v');j=j[q(0x149)](['-o',q(0x148),'-i',g,'-p',b['port'],f,a]);const k=Log['withSpinner']();c?.[q(0x13a)]&&k[q(0x147)](c?.['message']);const l=spawn(q(0x141),j,{'stdio':c?.[q(0x138)]?q(0x136):'ignore'});l['on'](q(0x128),()=>{const r=q;c?.[r(0x13a)]&&k[r(0x13d)](),d();}),l['on'](q(0x13c),()=>{const s=q;c?.[s(0x13a)]&&k[s(0x13d)](),d();}),l['on']('error',()=>{const t=q;c?.[t(0x13a)]&&k[t(0x146)](),e();});});};static [a96p(0x13f)]=(a,b,c)=>{const u=a96p,d=b[u(0x12e)]+'@'+b['host'],e=a96e['join'](b['env'],b[u(0x143)]),f=c?.[u(0x125)]||![],g=c?.[u(0x137)]||![];let h=[];f&&h[u(0x12f)]('-t'),g&&h[u(0x12f)]('-v'),h=h['concat'](['-o',u(0x148),'-i',e,'-p',b[u(0x124)],d,a]),spawnSync(u(0x141),h,{'stdio':c?.[u(0x138)]?'inherit':u(0x132)});};static[a96p(0x130)](a,b,c){const v=a96p,d=b[v(0x12e)]+'@'+b[v(0x134)],e=a96e[v(0x131)](b[v(0x145)],b[v(0x143)]),f=c?.[v(0x125)]||![];let g=[];f&&g[v(0x12f)]('-t');g=g[v(0x149)](['-o',v(0x148),'-i',e,'-p',b[v(0x124)],d,a,'2>&1']);const h=v(0x126)+g[v(0x131)]('\x20');return execSync(h)[v(0x14a)]();}static['scp'](a,b){const w=a96p,c=b[w(0x12e)]+'@'+b[w(0x134)]+':'+a[w(0x140)],d=a96e[w(0x131)](b[w(0x145)],b['pem']),e=['-i',d,'-P',b[w(0x124)],a['source'],c];spawnSync(w(0x127),e,{'stdio':a[w(0x138)]?w(0x136):w(0x132)});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a97d,c=a();while(!![]){try{var d
|
|
1
|
+
function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0x12d;var f=c[d];return f;},a97d(a,b);}(function(a,b){var f=a97d,c=a();while(!![]){try{var d=parseInt(f(0x12e))/0x1*(parseInt(f(0x137))/0x2)+-parseInt(f(0x131))/0x3*(parseInt(f(0x13a))/0x4)+parseInt(f(0x138))/0x5+-parseInt(f(0x132))/0x6*(-parseInt(f(0x12f))/0x7)+parseInt(f(0x135))/0x8+-parseInt(f(0x133))/0x9+-parseInt(f(0x139))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0xea2b8));var a97b=(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;};}()),a97a=a97b(this,function(){var g=a97d;return a97a[g(0x136)]()[g(0x130)](g(0x12d))[g(0x136)]()[g(0x134)](a97a)[g(0x130)]('(((.+)+)+)+$');});a97a();export{};function a97c(){var h=['11262VsibgX','1814105guTBEh','8993500UnyQco','2542328NdjrDb','(((.+)+)+)+$','269hKVdnm','196dsSEJp','search','3HKtWGq','292386XjnYGG','15263748BUbGcC','constructor','7584288EnLYYj','toString'];a97c=function(){return h;};return a97c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){const f=a99d,c=a();while(!![]){try{const d=-parseInt(f(0xb8))/0x1*(parseInt(f(0xb6))/0x2)+-parseInt(f(0xc2))/0x3*(parseInt(f(0xc5))/0x4)+-parseInt(f(0xc1))/0x5*(-parseInt(f(0xbe))/0x6)+parseInt(f(0xbd))/0x7+-parseInt(f(0xd0))/0x8*(-parseInt(f(0xb3))/0x9)+parseInt(f(0xc6))/0xa*(-parseInt(f(0xb4))/0xb)+parseInt(f(0xb9))/0xc*(parseInt(f(0xc8))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0xbdd86));function a99c(){const k=['2939658wBlXqS','-newkey','-x509','4AauWYe','30QWmNgy','-new','10985YkQWYL','(((.+)+)+)+$','csrName','-key','-nodes','req','openssl','crtName','27656GvUVOa','keyName','cwd','openssl.conf','constructor','-out','3483OOemQA','3356287SzVwnL','rsa:2048','1844rmXFkz','useConfig','113KYXYXd','6444FsfUhL','-config','inherit','apply','2016252aVzjTs','17958ytMIpT','toString','push','1165PpCLdE'];a99c=function(){return k;};return a99c();}const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a99d;if(c){const e=c[g(0xbc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const h=a99d;return a99a[h(0xbf)]()['search'](h(0xc9))[h(0xbf)]()[h(0xb1)](a99a)['search'](h(0xc9));});a99a();function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0xb1;let f=c[d];return f;},a99d(a,b);}import{spawnSync}from'child_process';export class SSL{static['genCSR'](a){const i=a99d,b=a[i(0xd2)]?a[i(0xd2)]:process['cwd'](),c=[i(0xcd),i(0xc7),i(0xc3),i(0xb5),i(0xcc),'-keyout',a[i(0xd1)],i(0xb2),a[i(0xca)]];a['useConfig']&&(c['push'](i(0xba)),c[i(0xc0)](i(0xd3))),spawnSync(i(0xce),c,{'stdio':i(0xbb),'cwd':b});}static['genSSC'](a){const j=a99d,b=a[j(0xd2)]?a[j(0xd2)]:process[j(0xd2)](),c=[j(0xcd),j(0xc4),j(0xc7),j(0xcb),a[j(0xd1)],'-out',a[j(0xcf)]];a[j(0xb7)]&&(c[j(0xc0)]('-config'),c['push'](j(0xd3))),spawnSync('openssl',c,{'stdio':'inherit','cwd':b});}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maka/maka-cli",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.31",
|
|
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.",
|