@maka/maka-cli 4.4.1 → 4.4.3
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 -28
- 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 +29 -28
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a90l=a90d;(function(a,b){const i=a90d,c=a();while(!![]){try{const d=-parseInt(i(0xeb))/0x1*(-parseInt(i(0xf6))/0x2)+-parseInt(i(0xdd))/0x3+-parseInt(i(0xd9))/0x4+parseInt(i(0xe5))/0x5+parseInt(i(0xea))/0x6*(parseInt(i(0xe1))/0x7)+-parseInt(i(0xd7))/0x8*(parseInt(i(0xd2))/0x9)+parseInt(i(0xed))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x366ba));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a90d;if(c){const e=c[j(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const k=a90d;return a90a[k(0xfa)]()[k(0xe6)](k(0xe4))[k(0xfa)]()[k(0xda)](a90a)[k(0xe6)](k(0xe4));});a90a();import*as a90e from'single-line-log2';import a90f from'cli-color';import a90g from'cli-cursor';function a90c(){const y=['Examples:','Usage:\x20','toString','blackBright','3593169noqJvq','majestic','whiteBright','show','stdout','8IvMNQx','\x0aManual:','1052620CKAvPv','constructor','platform','win32','1225851JWxRoq','usage','hide','notice','63777JIKmKm','success','magentaBright','(((.+)+)+)+$','1977540JJWmbW','search','length','apply','forEach','66hZBZsW','41923fPwsAu','withSpinner','3789600RJIABX','bold','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','\x20>\x20','red','header','bright','log','trim','20mLsmPT','greenBright'];a90c=function(){return y;};return a90c();}import a90h from'elegant-spinner';function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0xd1;let f=c[d];return f;},a90d(a,b);}const isWin=process[a90l(0xdb)]===a90l(0xdc),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export class Log{static[a90l(0xe2)](a){const m=a90l;console['log'](a90f[m(0xf7)](a));}static['warn'](a){console['log'](a90f['yellowBright'](a));}static['notice'](a){console['log'](a90f['cyanBright'](a));}static['error'](a){const n=a90l;console[n(0xf4)](a90f[n(0xf1)][n(0xee)](a));}static['header'](a){const o=a90l;console[o(0xf4)](a90f['blackBright'](a));}static[a90l(0xf3)](a){const p=a90l;console['log'](a90f[p(0xd4)](a));}static[a90l(0xd3)](a){const q=a90l;console[q(0xf4)](a90f[q(0xe3)](a));}static[a90l(0xde)](a,b,c,d){const r=a90l,e=a90f[r(0xd1)];Log[r(0xf3)](d),b&&b[r(0xe7)]>0x0&&(Log[r(0xf3)](e(r(0xf8))),b[r(0xe9)](f=>{const s=r;Log[s(0xf3)](s(0xf0)+f);})),a&&(Log[r(0xf2)](r(0xd8)),Log[r(0xe0)]('\x20\x20'+a[r(0xf5)]()+'\x0a')),c&&Log[r(0xf3)](e(r(0xf9))+c+'\x0a'),Log['header'](r(0xef));}static[a90l(0xec)](a=''){const t=a90l;a90g['hide']();const b=a90h();a90g[t(0xdf)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const u=a90d;a90e[u(0xd6)](a90f['cyan'](b())+'\x20'+d);},0x5a);},'success'(d=''){const v=t;clearInterval(c),a90e[v(0xd6)](a90f[v(0xf7)](check)+'\x20'+a+'\x20'+d),console[v(0xf4)](),a90g['show']();},'failure'(d=''){const w=t;clearInterval(c),a90e[w(0xd6)](a90f[w(0xf1)][w(0xee)](cross)+'\x20'+a+'\x20'+d),console[w(0xf4)](),a90g[w(0xd5)]();},'stop'(){const x=t;clearInterval(c),a90g[x(0xd5)]();}};}}
|
|
@@ -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(0x199))/0x1+-parseInt(f(0x19f))/0x2+parseInt(f(0x19a))/0x3*(-parseInt(f(0x1a2))/0x4)+parseInt(f(0x1a4))/0x5+parseInt(f(0x1a1))/0x6*(parseInt(f(0x1a5))/0x7)+-parseInt(f(0x1a3))/0x8+-parseInt(f(0x1a0))/0x9*(-parseInt(f(0x19b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x715e5));function a91c(){var h=['908ZOyjys','1506624fRvDjo','968655pVJRHI','126KjYayR','379157ZfmFHq','11751SGipYT','3018710zNdDVF','(((.+)+)+)+$','search','toString','1350934TQCVVj','27WONxoh','246270JnGcBj'];a91c=function(){return h;};return a91c();}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(0x19e)]()[g(0x19d)](g(0x19c))[g(0x19e)]()['constructor'](a91a)['search'](g(0x19c));});a91a();function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x199;var f=c[d];return f;},a91d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){const j=a93d,c=a();while(!![]){try{const d=parseInt(j(0xe9))/0x1*(parseInt(j(0xf3))/0x2)+parseInt(j(0xfb))/0x3+-parseInt(j(0xf9))/0x4+-parseInt(j(0xfa))/0x5+parseInt(j(0xf0))/0x6+-parseInt(j(0xf2))/0x7*(-parseInt(j(0xfd))/0x8)+-parseInt(j(0xee))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xe1fa7));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a93d;if(c){const e=c[k(0xfc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const l=a93d;return a93a['toString']()[l(0xfe)](l(0xf7))[l(0xe8)]()[l(0xf6)](a93a)[l(0xfe)](l(0xf7));});a93a();import{spawn}from'child_process';function a93c(){const s=['9204305clxJKd','2715732xrUryO','apply','624ynygNL','search','pid','cwd','withSpinner','message','start','data','verbose','failure','toString','4LSLpMi','ignore','close','error','SIGINT','4647654vqeSVK','disconnect','7757358lTauzP','success','109025eFfbRw','579116tFAjOf','log','inherit','constructor','(((.+)+)+)+$','kill','5153380frJoOt'];a93c=function(){return s;};return a93c();}import{Log}from'../log/log.class.js';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0xe0;let f=c[d];return f;},a93d(a,b);}export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const m=a93d,f=Log[m(0xe2)](),g=c?.[m(0xe1)]||'.';c?.[m(0xe3)]&&f[m(0xe4)](c?.[m(0xe3)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[m(0xe6)]?m(0xf5):m(0xea)});process['on'](m(0xed),()=>{const n=m,i=h[n(0xe0)];i&&process[n(0xf8)](i);}),h['on'](m(0xe5),i=>{const o=m;console[o(0xf4)](i);}),h['on'](m(0xef),()=>{const p=m;c?.[p(0xe3)]&&f[p(0xf1)](),d();}),h['on'](m(0xeb),()=>{const q=m;c?.['message']&&f[q(0xf1)](),d();}),h['on'](m(0xec),()=>{const r=m;c?.[r(0xe3)]&&f[r(0xe7)](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a94d,c=a();while(!![]){try{var d=-parseInt(f(0x187))/0x1*(parseInt(f(0x18c))/0x2)+parseInt(f(0x183))/0x3*(parseInt(f(0x188))/0x4)+parseInt(f(0x190))/0x5+-parseInt(f(0x18a))/0x6+-parseInt(f(0x18d))/0x7+-parseInt(f(0x186))/0x8*(parseInt(f(0x185))/0x9)+parseInt(f(0x184))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x54c22));function a94c(){var h=['20Tdnacv','1683983YLtjnm','toString','(((.+)+)+)+$','2195100yZppWt','1953EKAFsE','8647570uyRrkI','666pVYcfU','48560tNSwKY','14309xTdZAa','2956DWwoAc','search','3629142azKriE','constructor'];a94c=function(){return h;};return a94c();}function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x183;var f=c[d];return f;},a94d(a,b);}var a94b=(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;};}()),a94a=a94b(this,function(){var g=a94d;return a94a[g(0x18e)]()[g(0x189)](g(0x18f))[g(0x18e)]()[g(0x18b)](a94a)[g(0x189)](g(0x18f));});a94a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a96p=a96d;(function(a,b){const m=a96d,c=a();while(!![]){try{const d=parseInt(m(0x1e5))/0x1*(parseInt(m(0x1fa))/0x2)+parseInt(m(0x1e7))/0x3+parseInt(m(0x1ed))/0x4*(-parseInt(m(0x1e0))/0x5)+parseInt(m(0x1fc))/0x6*(-parseInt(m(0x1f5))/0x7)+-parseInt(m(0x1fb))/0x8*(parseInt(m(0x1eb))/0x9)+-parseInt(m(0x1da))/0xa*(-parseInt(m(0x1d8))/0xb)+-parseInt(m(0x1f9))/0xc*(parseInt(m(0x1ea))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0x650a5));const a96b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a96d;if(c){const e=c[n(0x1f4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a96a=a96b(this,function(){const o=a96d;return a96a[o(0x1dc)]()[o(0x1f6)](o(0x1d4))[o(0x1dc)]()[o(0x1d7)](a96a)['search'](o(0x1d4));});function a96c(){const x=['scp','1170xbgjbX','622989FLfFKq','concat','1816xhTfVZ','source','ignore','verbose','sshSync','join','withSpinner','apply','225701yznfQI','search','pem','ssh','3708kVeIjt','641556oskvox','24olGIqc','120PGqzbQ','2>&1','dest','(((.+)+)+)+$','ConnectTimeout=2','tty','constructor','9096956lRKKIM','host','10NtXGCX','ssh\x20','toString','port','push','sshVerbose','3935udBqhb','env','inherit','message','success','2lbMOPE','user','548820EKhOSK','failure'];a96c=function(){return x;};return a96c();}a96a();import a96e from'path';function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0x1d3;let f=c[d];return f;},a96d(a,b);}import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static [a96p(0x1f8)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a96d,f=b[q(0x1e6)]+'@'+b['host'],g=a96e['join'](b[q(0x1e1)],b[q(0x1f7)]),h=c?.[q(0x1d6)]||![],i=c?.[q(0x1df)]||![];let j=[];h&&j[q(0x1de)]('-t');i&&j[q(0x1de)]('-v');j=j[q(0x1ec)](['-o','ConnectTimeout=2','-i',g,'-p',b[q(0x1dd)],f,a]);const k=Log[q(0x1f3)]();c?.[q(0x1e3)]&&k['start'](c?.['message']);const l=spawn(q(0x1f8),j,{'stdio':c?.['verbose']?q(0x1e2):q(0x1ef)});l['on']('disconnect',()=>{const r=q;c?.[r(0x1e3)]&&k[r(0x1e4)](),d();}),l['on']('close',()=>{const s=q;c?.['message']&&k[s(0x1e4)](),d();}),l['on']('error',()=>{const t=q;c?.['message']&&k[t(0x1e8)](),e();});});};static [a96p(0x1f1)]=(a,b,c)=>{const u=a96p,d=b[u(0x1e6)]+'@'+b[u(0x1d9)],e=a96e[u(0x1f2)](b[u(0x1e1)],b['pem']),f=c?.[u(0x1d6)]||![],g=c?.['sshVerbose']||![];let h=[];f&&h[u(0x1de)]('-t'),g&&h[u(0x1de)]('-v'),h=h['concat'](['-o',u(0x1d5),'-i',e,'-p',b[u(0x1dd)],d,a]),spawnSync(u(0x1f8),h,{'stdio':c?.[u(0x1f0)]?u(0x1e2):u(0x1ef)});};static['ping'](a,b,c){const v=a96p,d=b[v(0x1e6)]+'@'+b[v(0x1d9)],e=a96e[v(0x1f2)](b[v(0x1e1)],b[v(0x1f7)]),f=c?.['tty']||![];let g=[];f&&g['push']('-t');g=g[v(0x1ec)](['-o',v(0x1d5),'-i',e,'-p',b[v(0x1dd)],d,a,v(0x1fd)]);const h=v(0x1db)+g[v(0x1f2)]('\x20');return execSync(h)[v(0x1dc)]();}static[a96p(0x1e9)](a,b){const w=a96p,c=b[w(0x1e6)]+'@'+b[w(0x1d9)]+':'+a[w(0x1d3)],d=a96e[w(0x1f2)](b[w(0x1e1)],b[w(0x1f7)]),e=['-i',d,'-P',b['port'],a[w(0x1ee)],c];spawnSync(w(0x1e9),e,{'stdio':a[w(0x1f0)]?w(0x1e2):w(0x1ef)});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a97d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a97d,c=a();while(!![]){try{var d=parseInt(f(0xff))/0x1*(parseInt(f(0xfd))/0x2)+parseInt(f(0x102))/0x3+parseInt(f(0x105))/0x4*(-parseInt(f(0x107))/0x5)+parseInt(f(0x10b))/0x6+-parseInt(f(0x103))/0x7*(parseInt(f(0x100))/0x8)+-parseInt(f(0x108))/0x9+parseInt(f(0x10a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x96880));function a97d(a,b){var c=a97c();return a97d=function(d,e){d=d-0xfd;var f=c[d];return f;},a97d(a,b);}var a97b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a97d;if(c){var e=c[g(0xfe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){var h=a97d;return a97a[h(0x101)]()[h(0x106)](h(0x104))['toString']()[h(0x109)](a97a)[h(0x106)](h(0x104));});function a97c(){var i=['search','125BkQnkt','1920969WczKin','constructor','2922070lyonDq','332220ONVzFL','6TlOMoi','apply','24351qVKfbA','2070488rkHeOS','toString','2160894txExfq','7YqCXBA','(((.+)+)+)+$','8336aJOcCk'];a97c=function(){return i;};return a97c();}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 a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x189;let f=c[d];return f;},a99d(a,b);}(function(a,b){const f=a99d,c=a();while(!![]){try{const d=-parseInt(f(0x18f))/0x1*(-parseInt(f(0x1a5))/0x2)+-parseInt(f(0x19d))/0x3*(parseInt(f(0x1a6))/0x4)+-parseInt(f(0x195))/0x5+-parseInt(f(0x194))/0x6*(parseInt(f(0x1a0))/0x7)+-parseInt(f(0x1a7))/0x8*(-parseInt(f(0x1a1))/0x9)+-parseInt(f(0x19c))/0xa+parseInt(f(0x19b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0xf347d));function a99c(){const l=['19033542ePCUrb','18784590ANfHYx','27QhHwEO','openssl.conf','csrName','7lpxcAq','9yYmYLk','keyName','-x509','-keyout','720650clwotC','213784lkrzeE','13946384GYmOPY','openssl','toString','useConfig','crtName','genCSR','-newkey','req','push','(((.+)+)+)+$','3bleZkT','apply','rsa:2048','-out','-nodes','5318928vZEhsv','1560785rxHFla','cwd','genSSC','inherit','-config','constructor'];a99c=function(){return l;};return a99c();}const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a99d;if(c){const e=c[g(0x190)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const h=a99d;return a99a[h(0x1a9)]()['search'](h(0x18e))[h(0x1a9)]()[h(0x19a)](a99a)['search'](h(0x18e));});a99a();import{spawnSync}from'child_process';export class SSL{static[a99i(0x18a)](a){const j=a99i,b=a[j(0x196)]?a[j(0x196)]:process[j(0x196)](),c=[j(0x18c),'-new',j(0x18b),j(0x191),j(0x193),j(0x1a4),a['keyName'],j(0x192),a[j(0x19f)]];a[j(0x1aa)]&&(c['push']('-config'),c[j(0x18d)](j(0x19e))),spawnSync(j(0x1a8),c,{'stdio':j(0x198),'cwd':b});}static[a99i(0x197)](a){const k=a99i,b=a[k(0x196)]?a[k(0x196)]:process['cwd'](),c=['req',k(0x1a3),'-new','-key',a[k(0x1a2)],'-out',a[k(0x189)]];a[k(0x1aa)]&&(c[k(0x18d)](k(0x199)),c[k(0x18d)]('openssl.conf')),spawnSync(k(0x1a8),c,{'stdio':'inherit','cwd':b});}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maka/maka-cli",
|
|
3
|
-
"
|
|
3
|
+
"//": "NOTE: don't forget to update version.ts and fsi.class.ts",
|
|
4
|
+
"version": "4.4.3",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
|
|
6
7
|
"description": "A command line tool for scaffolding Meteor 2.x applications using React.",
|
|
@@ -41,56 +42,56 @@
|
|
|
41
42
|
"cli-table": "^0.3.11",
|
|
42
43
|
"delete": "^1.1.0",
|
|
43
44
|
"dotenv": "^16.0.3",
|
|
44
|
-
"ejs": "^3.1.
|
|
45
|
+
"ejs": "^3.1.9",
|
|
45
46
|
"elegant-spinner": "^3.0.0",
|
|
46
|
-
"eslint": "^8.
|
|
47
|
+
"eslint": "^8.40.0",
|
|
47
48
|
"http-proxy": "^1.18.1",
|
|
48
49
|
"humps": "^2.0.1",
|
|
49
|
-
"inquirer": "^9.
|
|
50
|
-
"jsonwebtoken": "^
|
|
50
|
+
"inquirer": "^9.2.2",
|
|
51
|
+
"jsonwebtoken": "^9.0.0",
|
|
51
52
|
"latest-version": "^7.0.0",
|
|
52
|
-
"minimist": "^1.2.
|
|
53
|
+
"minimist": "^1.2.8",
|
|
53
54
|
"node-forge": "^1.3.1",
|
|
54
|
-
"rimraf": "^
|
|
55
|
-
"semver": "^7.
|
|
55
|
+
"rimraf": "^5.0.0",
|
|
56
|
+
"semver": "^7.5.0",
|
|
56
57
|
"single-line-log2": "^1.1.3",
|
|
57
|
-
"slash": "^5.
|
|
58
|
+
"slash": "^5.1.0",
|
|
58
59
|
"spawn-args": "0.2.0",
|
|
59
60
|
"xtend": "^4.0.2"
|
|
60
61
|
},
|
|
61
62
|
"devDependencies": {
|
|
62
|
-
"@aws-sdk/types": "^3.
|
|
63
|
-
"@types/chai": "^4.3.
|
|
63
|
+
"@aws-sdk/types": "^3.329.0",
|
|
64
|
+
"@types/chai": "^4.3.5",
|
|
64
65
|
"@types/change-case": "^2.3.1",
|
|
65
66
|
"@types/cli-color": "^2.0.2",
|
|
66
67
|
"@types/cli-table": "^0.3.1",
|
|
67
|
-
"@types/ejs": "^3.1.
|
|
68
|
+
"@types/ejs": "^3.1.2",
|
|
68
69
|
"@types/fibers": "^3.1.1",
|
|
69
70
|
"@types/humps": "^2.0.2",
|
|
70
71
|
"@types/inquirer": "^9.0.3",
|
|
71
|
-
"@types/jsonwebtoken": "^
|
|
72
|
-
"@types/meteor": "^2.
|
|
72
|
+
"@types/jsonwebtoken": "^9.0.2",
|
|
73
|
+
"@types/meteor": "^2.9.2",
|
|
73
74
|
"@types/minimist": "^1.2.2",
|
|
74
75
|
"@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.
|
|
76
|
+
"@types/node": "^20.1.1",
|
|
77
|
+
"@types/react": "^18.2.6",
|
|
78
|
+
"@types/react-dom": "^18.2.4",
|
|
79
|
+
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
|
80
|
+
"@typescript-eslint/parser": "^5.59.5",
|
|
81
|
+
"aws-sdk": "^2.1375.0",
|
|
81
82
|
"chai": "^4.3.7",
|
|
82
83
|
"chdir": "^0.0.0",
|
|
83
84
|
"concat-stream": "^2.0.0",
|
|
84
|
-
"concurrently": "^
|
|
85
|
-
"esbuild": "^0.
|
|
85
|
+
"concurrently": "^8.0.1",
|
|
86
|
+
"esbuild": "^0.17.18",
|
|
86
87
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
87
|
-
"eslint-plugin-import": "^2.
|
|
88
|
-
"husky": "^8.0.
|
|
89
|
-
"javascript-obfuscator": "^4.0.
|
|
90
|
-
"mkdirp": "^
|
|
88
|
+
"eslint-plugin-import": "^2.27.5",
|
|
89
|
+
"husky": "^8.0.3",
|
|
90
|
+
"javascript-obfuscator": "^4.0.2",
|
|
91
|
+
"mkdirp": "^3.0.1",
|
|
91
92
|
"mocha": "^10.2.0",
|
|
92
|
-
"pkg": "^5.8.
|
|
93
|
-
"wait-on": "^
|
|
93
|
+
"pkg": "^5.8.1",
|
|
94
|
+
"wait-on": "^7.0.1"
|
|
94
95
|
},
|
|
95
96
|
"keywords": [
|
|
96
97
|
"scaffolding",
|