@maka/maka-cli 4.6.5 → 4.6.6
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 -6
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/ai.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/build/_index.js +1 -1
- package/bundle/obf/src/commands/build/build.js +1 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/create.js +1 -1
- package/bundle/obf/src/commands/debug.js +1 -1
- package/bundle/obf/src/commands/deploy.js +1 -1
- package/bundle/obf/src/commands/game/_index.js +1 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/play.command.js +1 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/generate.js +1 -1
- package/bundle/obf/src/commands/get/_index.js +1 -1
- package/bundle/obf/src/commands/get/get.command.js +1 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/help.js +1 -1
- package/bundle/obf/src/commands/install.js +1 -1
- package/bundle/obf/src/commands/jsdoc.js +1 -1
- package/bundle/obf/src/commands/lint.js +1 -1
- package/bundle/obf/src/commands/login.js +1 -1
- package/bundle/obf/src/commands/logout.js +1 -1
- package/bundle/obf/src/commands/logs.js +1 -1
- package/bundle/obf/src/commands/maka.cmd.js +1 -1
- package/bundle/obf/src/commands/murder.js +1 -1
- package/bundle/obf/src/commands/proxy.js +1 -1
- package/bundle/obf/src/commands/reconfig.js +1 -1
- package/bundle/obf/src/commands/run/_index.js +1 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/run/run.command.js +1 -1
- package/bundle/obf/src/commands/set/_index.js +1 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/set.command.js +1 -1
- package/bundle/obf/src/commands/ssh.js +1 -1
- package/bundle/obf/src/commands/ssl.js +1 -1
- package/bundle/obf/src/commands/test.js +1 -1
- package/bundle/obf/src/commands/version.js +1 -1
- package/bundle/obf/src/error.js +1 -1
- package/bundle/obf/src/exec.js +1 -1
- package/bundle/obf/src/generator.js +1 -1
- package/bundle/obf/src/generators/_index.js +1 -1
- package/bundle/obf/src/generators/api.js +1 -1
- package/bundle/obf/src/generators/collection.js +1 -1
- package/bundle/obf/src/generators/component.js +1 -1
- package/bundle/obf/src/generators/config.js +1 -1
- package/bundle/obf/src/generators/dbc.js +1 -1
- package/bundle/obf/src/generators/dockerfile.js +1 -1
- package/bundle/obf/src/generators/hook.js +1 -1
- package/bundle/obf/src/generators/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/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/https/progress.class.js +1 -1
- package/bundle/obf/src/tools/log/log.class.js +1 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/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 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
function a123c(){var
|
|
1
|
+
function a123c(){var h=['992105SPNSRu','(((.+)+)+)+$','648060WLzTTb','1889340vCdPss','889496nlmdcQ','search','918582EFGISE','toString','499365rmFDwT','77imlFUu','675824aewiyx','constructor'];a123c=function(){return h;};return a123c();}(function(a,b){var f=a123d,c=a();while(!![]){try{var d=parseInt(f(0x8a))/0x1+parseInt(f(0x8c))/0x2+parseInt(f(0x84))/0x3+parseInt(f(0x85))/0x4+-parseInt(f(0x82))/0x5+parseInt(f(0x88))/0x6+parseInt(f(0x8b))/0x7*(-parseInt(f(0x86))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x3ece3));var a123b=(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;};}()),a123a=a123b(this,function(){var g=a123d;return a123a[g(0x89)]()[g(0x87)](g(0x83))['toString']()[g(0x81)](a123a)[g(0x87)]('(((.+)+)+)+$');});a123a();function a123d(a,b){var c=a123c();return a123d=function(d,e){d=d-0x81;var f=c[d];return f;},a123d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x114;let f=c[d];return f;},a124d(a,b);}const a124s=a124d;(function(a,b){const p=a124d,c=a();while(!![]){try{const d=parseInt(p(0x134))/0x1+-parseInt(p(0x11d))/0x2*(-parseInt(p(0x132))/0x3)+-parseInt(p(0x12a))/0x4*(parseInt(p(0x145))/0x5)+parseInt(p(0x12f))/0x6*(-parseInt(p(0x126))/0x7)+parseInt(p(0x122))/0x8+-parseInt(p(0x11a))/0x9*(-parseInt(p(0x127))/0xa)+parseInt(p(0x115))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x476b9));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a124d;if(c){const e=c[q(0x148)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const r=a124d;return a124a['toString']()[r(0x11c)]('(((.+)+)+)+$')['toString']()[r(0x14a)](a124a)[r(0x11c)](r(0x11f));});function a124c(){const Q=['True','hostname','application/octet-stream','pathname','api.openai.com','Request\x20timeout','post','askGPT','statusCode','assign','env','length','then','65aAUtzA','HEAD','complete','apply','timeout','constructor','readFileSync','abort','catch','error','2286757zGPRMZ','location','headers','Bearer\x20','POST','9scxaEm','MAKA_DEV','search','6pXtezU','checkAvailability','(((.+)+)+)+$','Redirected\x20response\x20without\x20Location\x20header','BAD\x20RETURN','3340992tnXYTW','toString','createWriteStream','data','7zocJVX','507580kYLmqe','application/json','statusMessage','126860HwPqdu','NODE_TLS_REJECT_UNAUTHORIZED','/v1/engines/davinci/completions','update','content-length','2350578UOTCtY','downloadFile','write','104847FeWuST','close','315479CyMREA','get','end','request'];a124c=function(){return Q;};return a124c();}a124a();import a124e from'https';import a124f from'fs';import{Progress}from'./progress.class.js';const TIMEOUT=0xbb8;process[a124s(0x142)][a124s(0x12b)]=process[a124s(0x142)][a124s(0x11b)]===a124s(0x138)?'0':'1';export class HTTPS{static async[a124s(0x13e)]({hostname:a,path:b,data:c,headers:d,cert:e}){const t=a124s,f=JSON['stringify'](c),g={'Content-Type':t(0x128),'Content-Length':f['length']};Object['assign'](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':t(0x119),'headers':g,'timeout':TIMEOUT};return e&&Object[t(0x141)](h,{'cert':a124f['readFileSync'](e)}),new Promise((i,j)=>{const u=t,k=a124e[u(0x137)](h,l=>{const v=u;let m='';l['on'](v(0x125),n=>{const w=v;m+=n[w(0x123)]();}),l['on'](v(0x136),()=>{const x=v;l[x(0x140)]===0x12d&&l[x(0x117)]['location']?this[x(0x13e)]({'hostname':new URL(l['headers'][x(0x116)])[x(0x139)],'path':new URL(l[x(0x117)][x(0x116)])[x(0x13b)],'data':c,'headers':d,'cert':e})[x(0x144)](i)[x(0x14d)](j):i({'statusCode':l[x(0x140)]||0x1f4,'statusMessage':l[x(0x129)]||x(0x121),'data':m});});});k['on'](u(0x114),l=>{j(l);}),k['on'](u(0x149),()=>{const y=u;k['abort'](),j({'statusCode':0x198,'statusMessage':y(0x13d)});}),k[u(0x131)](f),k['end']();});}static[a124s(0x135)]({url:a,headers:b,cert:c}){const z=a124s,d={'Content-Type':z(0x128)};Object[z(0x141)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a124f[z(0x14b)](c)}),new Promise((f,g)=>{const A=z,h=a124e[A(0x135)](a,e,i=>{const B=A;let j='';i['on'](B(0x125),k=>{const C=B;j+=k[C(0x123)]();}),i['on'](B(0x136),()=>{const D=B;i['statusCode']===0x12d&&i['headers'][D(0x116)]?this[D(0x135)]({'url':i[D(0x117)][D(0x116)],'headers':b,'cert':c})['then'](f)[D(0x14d)](g):f({'statusCode':i['statusCode']||0x1f4,'statusMessage':i[D(0x129)]||D(0x121),'data':j});});});h['on'](A(0x114),i=>{g(i);}),h['on'](A(0x149),()=>{const E=A;h[E(0x14c)](),g({'statusCode':0x198,'statusMessage':'Request\x20timeout'});});});}static[a124s(0x130)]({url:a,headers:b,cert:c,destPath:d}){const F=a124s,e={'Content-Type':F(0x13a)};Object[F(0x141)](e,b);const f={'headers':e,'timeout':TIMEOUT};return c&&Object[F(0x141)](f,{'cert':a124f[F(0x14b)](c)}),new Promise((g,h)=>{const K=F,i=k=>{const G=a124d;if(k[G(0x140)]===0x12e||k[G(0x140)]===0x12d){if(!k[G(0x117)][G(0x116)])return h(new Error(G(0x120)));return this[G(0x130)]({'url':k['headers'][G(0x116)],'headers':b,'cert':c,'destPath':d})[G(0x144)](g)[G(0x14d)](h);}if(k['statusCode']&&(k[G(0x140)]<0xc8||k['statusCode']>=0x12c))return h(new Error('Request\x20Failed\x20with\x20Status\x20Code:\x20'+k[G(0x140)]));const l=parseInt(k[G(0x117)][G(0x12e)],0xa),m=new Progress(l),n=a124f[G(0x124)](d);k['on'](G(0x125),o=>{const H=G;m[H(0x12d)](o[H(0x143)]),n[H(0x131)](o);}),k['on'](G(0x136),()=>{const I=G;n[I(0x136)](),m[I(0x147)]();}),n['on']('finish',()=>{const J=G;n[J(0x133)]();}),n['on'](G(0x133),g);},j=a124e[K(0x135)](a,f,i);j['on']('error',k=>{h(k);}),j['on'](K(0x149),()=>{const L=K;j[L(0x14c)](),h({'statusCode':0x198,'statusMessage':L(0x13d)});});});}static['checkAvailability']({url:a,headers:b,cert:c,maxRedirects:maxRedirects=0x5}){const M=a124s,d={'Content-Type':M(0x128)};Object[M(0x141)](d,b);const e={'method':M(0x146),'headers':d,'timeout':TIMEOUT};return c&&Object[M(0x141)](e,{'cert':a124f[M(0x14b)](c)}),new Promise((f,g)=>{const O=M,h=a124e['request'](a,e,i=>{const N=a124d;if(i['statusCode']&&(i['statusCode']>=0xc8&&i['statusCode']<0x12c))f(!![]);else i[N(0x140)]&&(i[N(0x140)]>=0x12c&&i[N(0x140)]<0x190)&&i[N(0x117)][N(0x116)]?maxRedirects<=0x0?f(![]):this[N(0x11e)]({'url':new URL(i[N(0x117)][N(0x116)],a)['toString'](),'headers':b,'cert':c,'maxRedirects':maxRedirects-0x1})['then'](f)['catch'](g):f(![]);});h['on']('error',i=>{g(i);}),h['on']('timeout',()=>{h['abort'](),g({'statusCode':0x198,'statusMessage':'Request\x20timeout'});}),h[O(0x136)]();});}static async[a124s(0x13f)]({prompt:a,openApiKey:b,certPath:c}){const P=a124s,d={'prompt':a,'max_tokens':0x96},e={'Authorization':P(0x118)+b},f=await this[P(0x13e)]({'hostname':P(0x13c),'path':P(0x12c),'data':d,'headers':e,'cert':c});return f;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a125d,c=a();while(!![]){try{var d=-parseInt(f(0x173))/0x1*(-parseInt(f(0x16f))/0x2)+parseInt(f(0x171))/0x3+parseInt(f(0x16b))/0x4+-parseInt(f(0x172))/0x5*(-parseInt(f(0x16a))/0x6)+parseInt(f(0x167))/0x7+parseInt(f(0x16c))/0x8*(-parseInt(f(0x16e))/0x9)+-parseInt(f(0x168))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x26496));var a125b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a125d;if(c){var e=c[g(0x175)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){var h=a125d;return a125a[h(0x170)]()[h(0x16d)](h(0x169))[h(0x170)]()[h(0x174)](a125a)[h(0x16d)](h(0x169));});function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x167;var f=c[d];return f;},a125d(a,b);}a125a();export{};function a125c(){var i=['147512aYyNKe','toString','89631gbHeBc','30ziXOqG','1TvODZb','constructor','apply','1439795zVORDX','2612220hAGNyL','(((.+)+)+)+$','220386gDZLDZ','192560IumCzZ','639200AHXvgj','search','18MNNLpM'];a125c=function(){return i;};return a125c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a126i=a126d;(function(a,b){const f=a126d,c=a();while(!![]){try{const d=-parseInt(f(0xed))/0x1*(-parseInt(f(0xe8))/0x2)+parseInt(f(0xd8))/0x3*(-parseInt(f(0xd6))/0x4)+parseInt(f(0xde))/0x5*(parseInt(f(0xd4))/0x6)+parseInt(f(0xdf))/0x7+parseInt(f(0xd3))/0x8*(-parseInt(f(0xe4))/0x9)+parseInt(f(0xe0))/0xa*(-parseInt(f(0xee))/0xb)+parseInt(f(0xe3))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x5e024));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a126d;if(c){const e=c[g(0xf1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const h=a126d;return a126a[h(0xd5)]()[h(0xef)](h(0xf2))[h(0xd5)]()[h(0xe7)](a126a)[h(0xef)](h(0xf2));});function a126c(){const n=['1998JtvYXT','Downloading','lastLoggedProgress','constructor','2pfolxl','width','total','repeat','dlMessage','268759gqPtrZ','62161NImOEq','search','min','apply','(((.+)+)+)+$','current','16800yzFqZd','3319062ZVqIlU','toString','191924dkcoPK','win32','12upFeGq','platform','draw','majestic','singleLineSuccess','round','5YMJmPm','2333044TlLHnF','530WRBhnK','colors',':\x20[','2249508SDkypx'];a126c=function(){return n;};return a126c();}a126a();import{Log}from'../log/log.class.js';const isWin=process[a126i(0xd9)]===a126i(0xd7),downArrow=isWin?'<':'↓';function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0xd3;let f=c[d];return f;},a126d(a,b);}export class Progress{[a126i(0xea)];[a126i(0xf3)];['width'];[a126i(0xe6)];[a126i(0xec)];['graphic'];constructor(a,b=a126i(0xe5),c=downArrow){const j=a126i;this[j(0xea)]=a,this[j(0xf3)]=0x0,this[j(0xe9)]=0x28,this[j(0xe6)]=0x0,this[j(0xec)]=b,this['graphic']=Log[j(0xe1)][j(0xdb)](c);}['update'](a){const k=a126i;this[k(0xf3)]+=a,this[k(0xda)]();}['complete'](){const l=a126i;this[l(0xf3)]=this[l(0xea)],this[l(0xda)](),Log[l(0xdc)]('');}['draw'](){const m=a126i,a=Math[m(0xf0)](0x64,Math[m(0xdd)](this[m(0xf3)]/this[m(0xea)]*0x64));if(a!==this[m(0xe6)]){this[m(0xe6)]=a;const b=Math[m(0xdd)](a/0x64*this[m(0xe9)]),c=this[m(0xe9)]-b,d=''+Log[m(0xe1)]['success']('█')[m(0xeb)](b)+'░'[m(0xeb)](c),e=this['graphic']+'\x20'+this['dlMessage']+m(0xe2)+d+']\x20'+a+'%';Log['singleLine'](e);}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a127l=a127d;(function(a,b){const k=a127d,c=a();while(!![]){try{const d=parseInt(k(
|
|
1
|
+
const a127l=a127d;(function(a,b){const k=a127d,c=a();while(!![]){try{const d=parseInt(k(0x1f2))/0x1+parseInt(k(0x1fb))/0x2+-parseInt(k(0x1fd))/0x3*(-parseInt(k(0x1e7))/0x4)+parseInt(k(0x1f0))/0x5*(parseInt(k(0x1e4))/0x6)+parseInt(k(0x1f7))/0x7+-parseInt(k(0x1e2))/0x8*(-parseInt(k(0x1ed))/0x9)+-parseInt(k(0x1fc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x9a130));import*as a127e from'single-line-log2';import a127f from'cli-color';import a127g from'cli-cursor';import a127h from'elegant-spinner';const isWin=process['platform']===a127l(0x1d7),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x1d4;let f=c[d];return f;},a127d(a,b);}function a127c(){const K=['whiteBright','\x0aManual:','warn','majestic','success','80SfTQpg','values','1255578NGNzSC','show','greenBright','3461228dAUchZ','search','green','map','log','error','398961yVCXfN','magentaBright','colors','10NcPgCI','hidden','1129775xqcWaN','magenta','stdout','join','withSpinner','745843IOPGFp','boolFlag','notice','forEach','2469004lSodtV','35668610wnUoZK','3LxAwdW','red','trim','[--','black','apply','<value>','info','blackBright','toString','singleLineSuccess','cyan','bright','LIGHT','usage','Usage:\x20','header','name','cyanBright','yellowBright','hide','win32','Examples:','yellow','DARK','object','colorMode'];a127c=function(){return K;};return a127c();}export var ColorMode;(function(c){const o=a127l,d=(function(){let f=!![];return function(g,h){const i=f?function(){const m=a127d;if(h){const j=h[m(0x202)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const n=a127d;return e[n(0x206)]()[n(0x1e8)]('(((.+)+)+)+$')[n(0x206)]()['constructor'](e)[n(0x1e8)]('(((.+)+)+)+$');});e(),c[c[o(0x1da)]=0x0]=o(0x1da),c[c[o(0x20a)]=0x1]=o(0x20a);}(ColorMode||(ColorMode={})));const DarkColors={'success':a127f[a127l(0x1e6)],'warn':a127f[a127l(0x1d5)],'notice':a127f[a127l(0x1d4)],'error':a127f[a127l(0x1fe)]['bold'],'header':a127f[a127l(0x205)],'bright':a127f[a127l(0x1dd)],'info':a127f[a127l(0x1d4)],'majestic':a127f[a127l(0x1ee)]},LightColors={'success':a127f[a127l(0x1e9)],'warn':a127f[a127l(0x1d9)],'notice':a127f['cyan'],'error':a127f['red'],'header':a127f[a127l(0x201)],'bright':a127f[a127l(0x201)],'info':a127f[a127l(0x208)],'majestic':a127f[a127l(0x1f3)]},formatOptionalOpts=a=>{const p=a127l;return a[p(0x1ea)](b=>{const q=p;if(typeof b===q(0x1db)){if(b?.[q(0x1f1)])return'';if(b['boolFlag'])return q(0x200)+b['name']+']';return q(0x200)+b[q(0x20e)]+'='+(b?.[q(0x1e3)]?b[q(0x1e3)][q(0x1f5)]('|'):q(0x203))+']';}return q(0x200)+b+']';})['join']('\x20');},formatRequiredOpts=a=>{const r=a127l;return a[r(0x1ea)](b=>{const s=r;if(typeof b==='object'){if(b?.[s(0x1f1)])return'';if(b[s(0x1f8)])return'--'+b[s(0x20e)];return'--'+b['name']+'='+(b?.[s(0x1e3)]?b['values'][s(0x1f5)]('|'):'<value>');}return'--'+b;})[r(0x1f5)]('\x20');};export class Log{static [a127l(0x1dc)]=ColorMode[a127l(0x1da)];static get['colors'](){return Log['colorMode']===ColorMode['DARK']?DarkColors:LightColors;}static['setColorMode'](a){const t=a127l;Log[t(0x1dc)]=a;}static['success'](a){const u=a127l;console['log'](Log[u(0x1ef)][u(0x1e1)](a));}static[a127l(0x1df)](a){const v=a127l;console[v(0x1eb)](Log[v(0x1ef)]['warn'](a));}static[a127l(0x1f9)](a){const w=a127l;console[w(0x1eb)](Log[w(0x1ef)][w(0x1f9)](a));}static['error'](a){const x=a127l;console[x(0x1eb)](Log[x(0x1ef)][x(0x1ec)](a));}static[a127l(0x20d)](a){const y=a127l;console[y(0x1eb)](Log[y(0x1ef)][y(0x20d)](a));}static['bright'](a){const z=a127l;console['log'](Log[z(0x1ef)][z(0x209)](a));}static[a127l(0x204)](a){const A=a127l;console[A(0x1eb)](Log[A(0x1ef)][A(0x204)](a));}static[a127l(0x1e0)](a){const B=a127l;console['log'](Log['colors'][B(0x1e0)](a));}static[a127l(0x20b)](a,b,c,d,e,f){const C=a127l,g=a127f[C(0x205)];Log[C(0x209)](d),b&&b['length']>0x0&&(Log['bright'](g(C(0x1d8))),b[C(0x1fa)](h=>{const D=C;Log[D(0x209)]('\x20>\x20'+h);})),a&&(Log[C(0x20d)](C(0x1de)),Log[C(0x1f9)]('\x20\x20'+a[C(0x1ff)]()+'\x0a')),c&&Log[C(0x209)](g(C(0x20c))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[C(0x20d)]('For\x20more\x20information,\x20visit\x20https://www.maka-cli.com');}static[a127l(0x1f6)](a=''){const E=a127l;a127g[E(0x1d6)]();const b=a127h();a127g[E(0x1d6)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const F=a127d;a127e[F(0x1f4)](a127f[F(0x208)](b())+'\x20'+d);},0x5a);},'success'(d=''){const G=E;clearInterval(c),a127e[G(0x1f4)](a127f['greenBright'](check)+'\x20'+a+'\x20'+d),console[G(0x1eb)](),a127g['show']();},'failure'(d=''){const H=E;clearInterval(c),a127e['stdout'](a127f[H(0x1fe)]['bold'](cross)+'\x20'+a+'\x20'+d),console[H(0x1eb)](),a127g[H(0x1e5)]();},'stop'(){const I=E;clearInterval(c),a127g[I(0x1e5)]();}};}static['singleLine'](a){a127e['stdout'](a);}static[a127l(0x207)](a){const J=a127l;a127e['stdout'](a127f[J(0x1e6)](check)+'\x20'+a);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a128d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a128d,c=a();while(!![]){try{var d=-parseInt(f(0xe4))/0x1*(parseInt(f(0xdc))/0x2)+parseInt(f(0xe7))/0x3*(-parseInt(f(0xdb))/0x4)+parseInt(f(0xde))/0x5+-parseInt(f(0xdf))/0x6*(parseInt(f(0xdd))/0x7)+parseInt(f(0xe1))/0x8*(-parseInt(f(0xe0))/0x9)+-parseInt(f(0xe2))/0xa+parseInt(f(0xe5))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xa76fc));function a128c(){var i=['2752925eDYnhn','258Ufetjh','9UiOMeJ','4490216aVVcse','3572780ByuEkt','toString','428473crFtYU','33380259UvmDif','(((.+)+)+)+$','2368587tjMlzx','apply','search','4QloRut','2JHAnoY','124173GNgKKw'];a128c=function(){return i;};return a128c();}var a128b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a128d;if(c){var e=c[g(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){var h=a128d;return a128a[h(0xe3)]()['search'](h(0xe6))[h(0xe3)]()['constructor'](a128a)[h(0xe9)](h(0xe6));});a128a();function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0xdb;var f=c[d];return f;},a128d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a129i=a129d;
|
|
1
|
+
const a129i=a129d;(function(a,b){const f=a129d,c=a();while(!![]){try{const d=parseInt(f(0x102))/0x1*(parseInt(f(0x111))/0x2)+parseInt(f(0x101))/0x3*(-parseInt(f(0x114))/0x4)+parseInt(f(0x113))/0x5+-parseInt(f(0x10e))/0x6+-parseInt(f(0xfb))/0x7*(-parseInt(f(0x105))/0x8)+-parseInt(f(0x106))/0x9+-parseInt(f(0x10a))/0xa*(-parseInt(f(0x103))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xb95c1));function a129c(){const n=['96UqUMho','8900280VKpKyS','options','Please\x20provide\x20a\x20value\x20for\x20','handleValidOptions','10PlkxHz','list','validOpts','requiredOpts','3844572NwsEoE','string','constructor','106Hvkebo','includes','2900195GaXwxl','12gLacee','search','toString','handleRequiredOptions','opts','202377vrGQCN','inputOpts','length','apply','(((.+)+)+)+$','handleOptions','867777sCuWbZ','12012zqeVJv','18623935DJhmyC','ask'];a129c=function(){return n;};return a129c();}const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a129d;if(c){const e=c[g(0xfe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const h=a129d;return a129a[h(0xf8)]()[h(0x115)](h(0xff))[h(0xf8)]()[h(0x110)](a129a)['search'](h(0xff));});a129a();import{Actions}from'../actions/actions.class.js';function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0xf8;let f=c[d];return f;},a129d(a,b);}export class OptionHandler{[a129i(0xfc)];[a129i(0xfa)];[a129i(0x10d)];[a129i(0x10c)];constructor(){const j=a129i;this[j(0xfc)]=[],this[j(0xfa)]={},this[j(0x10d)]=[],this[j(0x10c)]=[];}async[a129i(0x100)](a,b,c){const k=a129i;this['inputOpts']=a,this['requiredOpts']=b,this[k(0x10c)]=c,await this[k(0xf9)](),await this[k(0x109)]();}async[a129i(0xf9)](){const l=a129i;if(this[l(0x10d)]?.[l(0xfd)]>0x0)for(const a of this[l(0x10d)]){let b=!![];const {name:c,values:d}=typeof a===l(0x10f)?{'name':a,'values':undefined}:a;if(!this[l(0xfc)][l(0x112)](c)){const e=d?await Actions['options']({'type':l(0x10b),'name':c,'message':'Please\x20choose\x20a\x20value\x20for\x20'+c,'choices':d}):await Actions[l(0x104)](l(0x108)+c);this[l(0xfa)][c]=d?e[c]:e,b=d?d[l(0x112)](this['opts'][c]):!![];}else b=d?d[l(0x112)](this[l(0xfa)][c]):!![];if(!b)throw new Error('Invalid\x20value\x20for\x20'+c+':\x20'+this[l(0xfa)][c]);}}async[a129i(0x109)](){const m=a129i;if(this['validOpts']?.[m(0xfd)]>0x0)for(const a of this[m(0x10c)]){const {name:b,values:c}=typeof a==='string'?{'name':a,'values':undefined}:a,d=this['opts'][b];if(d!==undefined&&(!c||!c[m(0x112)](d))){const e=c?await Actions[m(0x107)]({'type':'list','name':b,'message':'Please\x20choose\x20a\x20valid\x20value\x20for\x20'+b,'choices':c}):await Actions['ask']('Please\x20provide\x20a\x20valid\x20value\x20for\x20'+b);this[m(0xfa)][b]=c?e[b]:e;}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-
|
|
1
|
+
const a130m=a130d;function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x115;let f=c[d];return f;},a130d(a,b);}(function(a,b){const j=a130d,c=a();while(!![]){try{const d=parseInt(j(0x124))/0x1*(-parseInt(j(0x128))/0x2)+parseInt(j(0x122))/0x3+-parseInt(j(0x12e))/0x4*(-parseInt(j(0x12b))/0x5)+-parseInt(j(0x125))/0x6*(-parseInt(j(0x11e))/0x7)+-parseInt(j(0x12f))/0x8+-parseInt(j(0x12a))/0x9*(-parseInt(j(0x132))/0xa)+parseInt(j(0x119))/0xb*(-parseInt(j(0x120))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x6f3e0));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a130d;if(c){const e=c[k(0x126)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const l=a130d;return a130a[l(0x12c)]()['search'](l(0x11d))[l(0x12c)]()['constructor'](a130a)[l(0x11b)]('(((.+)+)+)+$');});function a130c(){const s=['toString','success','84556mbUbtg','1600752HgmYNl','close','data','50JLHiTh','withSpinner','verbose','start','pid','ignore','94589ZLPOCq','log','search','error','(((.+)+)+)+$','2068976SpHhZe','failure','1620bcsRui','kill','992706UFvMZq','disconnect','1nfokRB','12CWiGis','apply','inherit','333994dKHugP','message','807363JaqMOV','145jPzoDE'];a130c=function(){return s;};return a130c();}a130a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a130m(0x133)](a,b,c){return new Promise((d,e)=>{const n=a130d,f=Log[n(0x133)](),g=c?.['cwd']||'.';c?.[n(0x129)]&&f[n(0x116)](c?.[n(0x129)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x115)]?n(0x127):n(0x118)});process['on']('SIGINT',()=>{const o=n,i=h[o(0x117)];i&&process[o(0x121)](i);}),h['on'](n(0x131),i=>{const p=n;console[p(0x11a)](i);}),h['on'](n(0x123),()=>{c?.['message']&&f['success'](),d();}),h['on'](n(0x130),()=>{const q=n;c?.[q(0x129)]&&f[q(0x12d)](),d();}),h['on'](n(0x11c),()=>{const r=n;c?.[r(0x129)]&&f[r(0x11f)](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a131d,c=a();while(!![]){try{var d
|
|
1
|
+
function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0x14c;var f=c[d];return f;},a131d(a,b);}(function(a,b){var f=a131d,c=a();while(!![]){try{var d=-parseInt(f(0x154))/0x1+-parseInt(f(0x151))/0x2+parseInt(f(0x14f))/0x3*(parseInt(f(0x152))/0x4)+parseInt(f(0x158))/0x5+parseInt(f(0x157))/0x6+-parseInt(f(0x153))/0x7+-parseInt(f(0x156))/0x8*(parseInt(f(0x150))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0xa7dda));function a131c(){var i=['1092865wTkpat','(((.+)+)+)+$','1976368QCsqal','3351150xkQzLK','6689600lUrdLq','apply','toString','search','958884PEEvFy','18bXyiSb','351226oCaAQd','8CnbVCv','598871qXMIKD'];a131c=function(){return i;};return a131c();}var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a131d;if(c){var e=c[g(0x14c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a['toString']()[h(0x14e)]('(((.+)+)+)+$')[h(0x14d)]()['constructor'](a131a)['search'](h(0x155));});a131a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a132u=a132d;(function(a,b){const m=a132d,c=a();while(!![]){try{const d=-parseInt(m(0x1d4))/0x1+parseInt(m(0x1c7))/0x2*(-parseInt(m(0x1e6))/0x3)+-parseInt(m(0x1e2))/0x4*(parseInt(m(0x1cf))/0x5)+parseInt(m(0x1e7))/0x6+parseInt(m(0x1e5))/0x7*(parseInt(m(0x1c9))/0x8)+parseInt(m(0x1c4))/0x9*(-parseInt(m(0x1d5))/0xa)+parseInt(m(0x1da))/0xb*(parseInt(m(0x1db))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x5b0bd));const a132b=(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;};}()),a132a=a132b(this,function(){const n=a132d;return a132a['toString']()[n(0x1c1)](n(0x1df))[n(0x1e4)]()[n(0x1e8)](a132a)[n(0x1c1)]('(((.+)+)+)+$');});function a132c(){const w=['inherit','596687YZHMDM','10fYaKfo','source','concat','failure','ignore','198ukwyaG','722712MmEuRz','port','error','sshVerbose','(((.+)+)+)+$','verbose','disconnect','4TkdyrZ','env','toString','345919NGzZJI','3sMXYIO','4315542Tdppkj','constructor','ConnectTimeout=2','join','search','close','dest','792405GNYAjD','ssh','success','1035644hRiKOY','pem','72gDRVtC','user','ssh\x20','push','message','tty','3362995NBeykY','2>&1','scp','host'];a132c=function(){return w;};return a132c();}function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x1c0;let f=c[d];return f;},a132d(a,b);}a132a();import a132e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static ['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const o=a132d,f=b[o(0x1ca)]+'@'+b[o(0x1d2)],g=a132e[o(0x1c0)](b[o(0x1e3)],b[o(0x1c8)]),h=c?.[o(0x1ce)]||![],i=c?.[o(0x1de)]||![];let j=[];h&&j['push']('-t');i&&j[o(0x1cc)]('-v');j=j[o(0x1d7)](['-o',o(0x1e9),'-i',g,'-p',b[o(0x1dc)],f,a]);const k=Log['withSpinner']();c?.[o(0x1cd)]&&k['start'](c?.[o(0x1cd)]);const l=spawn(o(0x1c5),j,{'stdio':c?.[o(0x1e0)]?'inherit':o(0x1d9)});l['on'](o(0x1e1),()=>{const p=o;c?.[p(0x1cd)]&&k[p(0x1c6)](),d();}),l['on'](o(0x1c2),()=>{const q=o;c?.[q(0x1cd)]&&k['success'](),d();}),l['on'](o(0x1dd),()=>{const r=o;c?.[r(0x1cd)]&&k[r(0x1d8)](),e();});});};static ['sshSync']=(a,b,c)=>{const s=a132d,d=b[s(0x1ca)]+'@'+b[s(0x1d2)],e=a132e[s(0x1c0)](b[s(0x1e3)],b['pem']),f=c?.['tty']||![],g=c?.[s(0x1de)]||![];let h=[];f&&h['push']('-t'),g&&h['push']('-v'),h=h[s(0x1d7)](['-o','ConnectTimeout=2','-i',e,'-p',b[s(0x1dc)],d,a]),spawnSync('ssh',h,{'stdio':c?.[s(0x1e0)]?s(0x1d3):s(0x1d9)});};static['ping'](a,b,c){const t=a132d,d=b[t(0x1ca)]+'@'+b[t(0x1d2)],e=a132e[t(0x1c0)](b['env'],b['pem']),f=c?.['tty']||![];let g=[];f&&g['push']('-t');g=g[t(0x1d7)](['-o',t(0x1e9),'-i',e,'-p',b['port'],d,a,t(0x1d0)]);const h=t(0x1cb)+g[t(0x1c0)]('\x20');return execSync(h)[t(0x1e4)]();}static[a132u(0x1d1)](a,b){const v=a132u,c=b[v(0x1ca)]+'@'+b['host']+':'+a[v(0x1c3)],d=a132e[v(0x1c0)](b[v(0x1e3)],b['pem']),e=['-i',d,'-P',b[v(0x1dc)],a[v(0x1d6)],c];spawnSync(v(0x1d1),e,{'stdio':a[v(0x1e0)]?v(0x1d3):v(0x1d9)});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a133d,c=a();while(!![]){try{var d=-parseInt(f(0xb6))/0x1+-parseInt(f(0xb4))/0x2+parseInt(f(0xb0))/0x3*(parseInt(f(0xb5))/0x4)+parseInt(f(0xb2))/0x5*(parseInt(f(0xae))/0x6)+parseInt(f(0xaf))/0x7+parseInt(f(0xb3))/0x8*(parseInt(f(0xaa))/0x9)+-parseInt(f(0xab))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0xbc360));var a133b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a133d;if(c){var e=c[g(0xad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){var h=a133d;return a133a['toString']()[h(0xb1)](h(0xb7))[h(0xac)]()['constructor'](a133a)[h(0xb1)](h(0xb7));});function a133d(a,b){var c=a133c();return a133d=function(d,e){d=d-0xaa;var f=c[d];return f;},a133d(a,b);}a133a();export{};function a133c(){var i=['3093629OHcbcF','3dhYiSZ','search','6594005ilNHrt','239536wKZjtS','2707996mDGExI','1551172TJxTBJ','877422VcKtcb','(((.+)+)+)+$','378ymnOVy','4037730iFdncp','toString','apply','6OJwXXC'];a133c=function(){return i;};return a133c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a134i=a134d;(function(a,b){const f=a134d,c=a();while(!![]){try{const d
|
|
1
|
+
function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0x6c;let f=c[d];return f;},a134d(a,b);}function a134c(){const l=['20lxoEyJ','inherit','toString','keyName','search','582NLWFuH','-config','36LKzTmg','-keyout','8nHsJOf','34829HkUPXD','1248xRrHbe','5875tXUKkf','-nodes','1691651eLTXfk','req','push','crtName','34eCvVvM','(((.+)+)+)+$','-new','apply','4465559hfMxhn','rsa:2048','csrName','-out','openssl.conf','genCSR','cwd','673673UtKrGV','openssl','useConfig','1812aACkiv','3378987aMuvLj','-newkey'];a134c=function(){return l;};return a134c();}const a134i=a134d;(function(a,b){const f=a134d,c=a();while(!![]){try{const d=-parseInt(f(0x75))/0x1*(-parseInt(f(0x7d))/0x2)+parseInt(f(0x8b))/0x3*(-parseInt(f(0x76))/0x4)+parseInt(f(0x77))/0x5*(parseInt(f(0x70))/0x6)+-parseInt(f(0x81))/0x7+parseInt(f(0x74))/0x8*(parseInt(f(0x8c))/0x9)+-parseInt(f(0x8e))/0xa*(parseInt(f(0x88))/0xb)+-parseInt(f(0x72))/0xc*(-parseInt(f(0x79))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0x7fb0d));const a134b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a134d;if(c){const e=c[g(0x80)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a134a=a134b(this,function(){const h=a134d;return a134a['toString']()[h(0x6f)](h(0x7e))[h(0x6d)]()['constructor'](a134a)[h(0x6f)](h(0x7e));});a134a();import{spawnSync}from'child_process';export class SSL{static[a134i(0x86)](a){const j=a134i,b=a[j(0x87)]?a[j(0x87)]:process[j(0x87)](),c=[j(0x7a),j(0x7f),j(0x8d),j(0x82),j(0x78),j(0x73),a[j(0x6e)],j(0x84),a[j(0x83)]];a[j(0x8a)]&&(c['push'](j(0x71)),c[j(0x7b)](j(0x85))),spawnSync(j(0x89),c,{'stdio':j(0x6c),'cwd':b});}static['genSSC'](a){const k=a134i,b=a[k(0x87)]?a[k(0x87)]:process[k(0x87)](),c=[k(0x7a),'-x509',k(0x7f),'-key',a[k(0x6e)],k(0x84),a[k(0x7c)]];a[k(0x8a)]&&(c[k(0x7b)](k(0x71)),c[k(0x7b)]('openssl.conf')),spawnSync(k(0x89),c,{'stdio':'inherit','cwd':b});}}
|
package/package.json
CHANGED
|
@@ -1,7 +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.6.
|
|
4
|
+
"version": "4.6.6",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
|
|
7
7
|
"description": "A command line tool for scaffolding Meteor 2.x applications using React.",
|
|
@@ -104,11 +104,6 @@
|
|
|
104
104
|
"typescript": "^5.1.6",
|
|
105
105
|
"wait-on": "^7.0.1"
|
|
106
106
|
},
|
|
107
|
-
"keywords": [
|
|
108
|
-
"scaffolding",
|
|
109
|
-
"meteor",
|
|
110
|
-
"react"
|
|
111
|
-
],
|
|
112
107
|
"pkg": {
|
|
113
108
|
"assets": [
|
|
114
109
|
"package.json",
|