@maka/maka-cli 4.6.10 → 4.6.12
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 +3 -1
- 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/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/progress/progress.class.js +1 -0
- 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 +3 -1
- package/bundle/obf/src/tools/https/progress.class.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a123d,c=a();while(!![]){try{var d=-parseInt(f(0x16a))/0x1*(parseInt(f(0x164))/0x2)+parseInt(f(0x16b))/0x3*(parseInt(f(0x160))/0x4)+parseInt(f(0x169))/0x5*(-parseInt(f(0x168))/0x6)+-parseInt(f(0x161))/0x7+parseInt(f(0x167))/0x8*(parseInt(f(0x166))/0x9)+parseInt(f(0x162))/0xa*(parseInt(f(0x16d))/0xb)+parseInt(f(0x16e))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0xe036f));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(0x163)]()[g(0x16c)]('(((.+)+)+)+$')[g(0x163)]()['constructor'](a123a)[g(0x16c)](g(0x165));});a123a();function a123c(){var h=['15849iVXChU','24wAXYIs','search','19813937bTxZSF','12602580SMDolc','631668ZaFgVE','5179426GPYNAd','10ylJkxK','toString','90buDMvu','(((.+)+)+)+$','45uqxtAg','48328vbiIEV','560058rUUpjM','95azcgBl'];a123c=function(){return h;};return a123c();}function a123d(a,b){var c=a123c();return a123d=function(d,e){d=d-0x160;var f=c[d];return f;},a123d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-
|
|
1
|
+
const a124r=a124d;function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x65;let f=c[d];return f;},a124d(a,b);}(function(a,b){const p=a124d,c=a();while(!![]){try{const d=parseInt(p(0x87))/0x1+-parseInt(p(0x81))/0x2+-parseInt(p(0x94))/0x3*(parseInt(p(0x70))/0x4)+-parseInt(p(0x72))/0x5*(parseInt(p(0x9c))/0x6)+-parseInt(p(0x71))/0x7+parseInt(p(0x99))/0x8*(-parseInt(p(0x7c))/0x9)+parseInt(p(0x68))/0xa*(parseInt(p(0x6c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x83fea));const a124b=(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;};}()),a124a=a124b(this,function(){const q=a124d;return a124a[q(0x91)]()['search']('(((.+)+)+)+$')[q(0x91)]()[q(0x96)](a124a)[q(0x6a)](q(0x7d));});a124a();import a124e from'https';import a124f from'fs';import{Progress}from'../progress/progress.class.js';const TIMEOUT=0xbb8;process[a124r(0x9a)]['NODE_TLS_REJECT_UNAUTHORIZED']=process['env'][a124r(0x80)]===a124r(0x6e)?'0':'1';function a124c(){const P=['Request\x20Failed\x20with\x20Status\x20Code:\x20','10161811VTbcSZ','then','True','readFileSync','4BiXGKE','2751693rQhukk','2225ueteTz','statusCode','Redirected\x20response\x20without\x20Location\x20header','assign','complete','update','catch','statusMessage','HEAD','write','9RCpbRg','(((.+)+)+)+$','stringify','close','MAKA_DEV','1104434iCwJla','data','downloadFile','error','length','Bearer\x20','314416aEeOsq','hostname','askGPT','BAD\x20RETURN','request','abort','get','application/json','finish','content-length','toString','timeout','checkAvailability','1837131QfGliO','POST','constructor','createWriteStream','Request\x20timeout','3182808aLACBc','env','location','7950IVLTNk','headers','post','pathname','api.openai.com','30teuoGA','end','search'];a124c=function(){return P;};return a124c();}export class HTTPS{static async[a124r(0x65)]({hostname:a,path:b,data:c,headers:d,cert:e}){const s=a124r,f=JSON[s(0x7e)](c),g={'Content-Type':s(0x8e),'Content-Length':f[s(0x85)]};Object[s(0x75)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':s(0x95),'headers':g,'timeout':TIMEOUT};return e&&Object['assign'](h,{'cert':a124f[s(0x6f)](e)}),new Promise((i,j)=>{const w=s,k=a124e['request'](h,l=>{const t=a124d;let m='';l['on'](t(0x82),n=>{const u=t;m+=n[u(0x91)]();}),l['on'](t(0x69),()=>{const v=t;l[v(0x73)]===0x12d&&l['headers'][v(0x9b)]?this[v(0x65)]({'hostname':new URL(l['headers'][v(0x9b)])[v(0x88)],'path':new URL(l[v(0x9d)][v(0x9b)])[v(0x66)],'data':c,'headers':d,'cert':e})[v(0x6d)](i)[v(0x78)](j):i({'statusCode':l['statusCode']||0x1f4,'statusMessage':l[v(0x79)]||v(0x8a),'data':m});});});k['on'](w(0x84),l=>{j(l);}),k['on'](w(0x92),()=>{const x=w;k[x(0x8c)](),j({'statusCode':0x198,'statusMessage':x(0x98)});}),k[w(0x7b)](f),k[w(0x69)]();});}static[a124r(0x8d)]({url:a,headers:b,cert:c}){const y=a124r,d={'Content-Type':'application/json'};Object[y(0x75)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[y(0x75)](e,{'cert':a124f[y(0x6f)](c)}),new Promise((f,g)=>{const z=y,h=a124e[z(0x8d)](a,e,i=>{const A=z;let j='';i['on'](A(0x82),k=>{const B=A;j+=k[B(0x91)]();}),i['on']('end',()=>{const C=A;i['statusCode']===0x12d&&i[C(0x9d)]['location']?this[C(0x8d)]({'url':i[C(0x9d)][C(0x9b)],'headers':b,'cert':c})[C(0x6d)](f)[C(0x78)](g):f({'statusCode':i[C(0x73)]||0x1f4,'statusMessage':i[C(0x79)]||C(0x8a),'data':j});});});h['on'](z(0x84),i=>{g(i);}),h['on']('timeout',()=>{h['abort'](),g({'statusCode':0x198,'statusMessage':'Request\x20timeout'});});});}static[a124r(0x83)]({url:a,headers:b,cert:c,destPath:d}){const D=a124r,e={'Content-Type':'application/octet-stream'};Object['assign'](e,b);const f={'headers':e,'timeout':TIMEOUT};return c&&Object[D(0x75)](f,{'cert':a124f[D(0x6f)](c)}),new Promise((g,h)=>{const I=D,i=k=>{const E=a124d;if(k[E(0x73)]===0x12e||k[E(0x73)]===0x12d){if(!k[E(0x9d)][E(0x9b)])return h(new Error(E(0x74)));return this[E(0x83)]({'url':k[E(0x9d)][E(0x9b)],'headers':b,'cert':c,'destPath':d})[E(0x6d)](g)['catch'](h);}if(k[E(0x73)]&&(k[E(0x73)]<0xc8||k[E(0x73)]>=0x12c))return h(new Error(E(0x6b)+k[E(0x73)]));const l=parseInt(k[E(0x9d)][E(0x90)],0xa),m=new Progress(l),n=a124f[E(0x97)](d);k['on'](E(0x82),o=>{const F=E;m[F(0x77)](o[F(0x85)]),n[F(0x7b)](o);}),k['on'](E(0x69),()=>{const G=E;n['end'](),m[G(0x76)]();}),n['on'](E(0x8f),()=>{const H=E;n[H(0x7f)]();}),n['on']('close',g);},j=a124e['get'](a,f,i);j['on'](I(0x84),k=>{h(k);}),j['on'](I(0x92),()=>{const J=I;j[J(0x8c)](),h({'statusCode':0x198,'statusMessage':'Request\x20timeout'});});});}static[a124r(0x93)]({url:a,headers:b,cert:c,maxRedirects:maxRedirects=0x5}){const K=a124r,d={'Content-Type':K(0x8e)};Object[K(0x75)](d,b);const e={'method':K(0x7a),'headers':d,'timeout':TIMEOUT};return c&&Object[K(0x75)](e,{'cert':a124f[K(0x6f)](c)}),new Promise((f,g)=>{const L=K,h=a124e[L(0x8b)](a,e,i=>{const M=L;if(i[M(0x73)]&&(i['statusCode']>=0xc8&&i[M(0x73)]<0x12c))f(!![]);else i[M(0x73)]&&(i['statusCode']>=0x12c&&i[M(0x73)]<0x190)&&i[M(0x9d)][M(0x9b)]?maxRedirects<=0x0?f(![]):this[M(0x93)]({'url':new URL(i[M(0x9d)][M(0x9b)],a)[M(0x91)](),'headers':b,'cert':c,'maxRedirects':maxRedirects-0x1})[M(0x6d)](f)[M(0x78)](g):f(![]);});h['on'](L(0x84),i=>{g(i);}),h['on']('timeout',()=>{const N=L;h[N(0x8c)](),g({'statusCode':0x198,'statusMessage':N(0x98)});}),h[L(0x69)]();});}static async[a124r(0x89)]({prompt:a,openApiKey:b,certPath:c}){const O=a124r,d={'prompt':a,'max_tokens':0x96},e={'Authorization':O(0x86)+b},f=await this[O(0x65)]({'hostname':O(0x67),'path':'/v1/engines/davinci/completions','data':d,'headers':e,'cert':c});return f;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a125d,c=a();while(!![]){try{var d
|
|
1
|
+
function a125c(){var h=['35660EgkTcm','(((.+)+)+)+$','1337788ABeRLJ','208522FOWNmG','408ozVFiX','12QJqQmY','2534949EFThPm','12154080WlBSfL','4007967yxlcDg','20797prbcRH','search','toString','2264zCLDWi'];a125c=function(){return h;};return a125c();}(function(a,b){var f=a125d,c=a();while(!![]){try{var d=parseInt(f(0x157))/0x1*(-parseInt(f(0x159))/0x2)+parseInt(f(0x15c))/0x3+parseInt(f(0x156))/0x4+parseInt(f(0x161))/0x5*(parseInt(f(0x158))/0x6)+-parseInt(f(0x15d))/0x7*(-parseInt(f(0x160))/0x8)+parseInt(f(0x15a))/0x9+-parseInt(f(0x15b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xc613e));var a125b=(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;};}()),a125a=a125b(this,function(){var g=a125d;return a125a[g(0x15f)]()[g(0x15e)]('(((.+)+)+)+$')['toString']()['constructor'](a125a)[g(0x15e)](g(0x155));});a125a();function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x155;var f=c[d];return f;},a125d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a126l=a126d;(function(a,b){const k=a126d,c=a();while(!![]){try{const d=-parseInt(k(0x134))/0x1+-parseInt(k(0x15f))/0x2+-parseInt(k(0x169))/0x3*(-parseInt(k(0x16b))/0x4)+parseInt(k(0x142))/0x5*(-parseInt(k(0x13a))/0x6)+parseInt(k(0x130))/0x7+-parseInt(k(0x150))/0x8+parseInt(k(0x165))/0x9*(parseInt(k(0x13f))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x4508e));import*as a126e from'single-line-log2';import a126f from'cli-color';function a126c(){const L=['For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','trim','[--','success','231674jPRzaw','yellowBright','error','length','Usage:\x20','majestic','2168505jgWlYN','info','DARK','magentaBright','147jandZD','greenBright','23708mvvqkd','log','green','toString','251916BcaYNF','map','hidden','magenta','332774Ppcnvl','notice','search','boolFlag','LIGHT','\x20>\x20','6ntZIUZ','setColorMode','win32','colorMode','\x0aManual:','20mKxWUN','stdout','apply','16085XJvGok','warn','<value>','name','cyan','colors','join','bold','hide','black','blackBright','cyanBright','whiteBright','withSpinner','589656jQsdxU','header','Examples:','singleLine','bright','values','show','red','yellow','singleLineSuccess','forEach'];a126c=function(){return L;};return a126c();}import a126g from'cli-cursor';import a126h from'elegant-spinner';const isWin=process['platform']===a126l(0x13c),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export var ColorMode;function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x12e;let f=c[d];return f;},a126d(a,b);}(function(c){const o=a126l,d=(function(){let f=!![];return function(g,h){const i=f?function(){const m=a126d;if(h){const j=h[m(0x141)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const n=a126d;return e[n(0x12f)]()[n(0x136)]('(((.+)+)+)+$')[n(0x12f)]()['constructor'](e)[n(0x136)]('(((.+)+)+)+$');});e(),c[c[o(0x167)]=0x0]=o(0x167),c[c[o(0x138)]=0x1]=o(0x138);}(ColorMode||(ColorMode={})));const DarkColors={'success':a126f[a126l(0x16a)],'warn':a126f[a126l(0x160)],'notice':a126f[a126l(0x14d)],'error':a126f['red'][a126l(0x149)],'header':a126f[a126l(0x14c)],'bright':a126f[a126l(0x14e)],'info':a126f['cyanBright'],'majestic':a126f[a126l(0x168)]},LightColors={'success':a126f[a126l(0x12e)],'warn':a126f[a126l(0x158)],'notice':a126f[a126l(0x146)],'error':a126f['red'],'header':a126f['black'],'bright':a126f[a126l(0x14b)],'info':a126f[a126l(0x146)],'majestic':a126f[a126l(0x133)]},formatOptionalOpts=a=>{const p=a126l;return a[p(0x131)](b=>{const q=p;if(typeof b==='object'){if(b?.[q(0x132)])return'';if(b[q(0x137)])return q(0x15d)+b[q(0x145)]+']';return q(0x15d)+b[q(0x145)]+'='+(b?.['values']?b[q(0x155)][q(0x148)]('|'):q(0x144))+']';}return q(0x15d)+b+']';})['join']('\x20');},formatRequiredOpts=a=>{const r=a126l;return a[r(0x131)](b=>{const s=r;if(typeof b==='object'){if(b?.[s(0x132)])return'';if(b[s(0x137)])return'--'+b[s(0x145)];return'--'+b[s(0x145)]+'='+(b?.['values']?b['values']['join']('|'):'<value>');}return'--'+b;})[r(0x148)]('\x20');};export class Log{static [a126l(0x13d)]=ColorMode['DARK'];static get[a126l(0x147)](){const t=a126l;return Log[t(0x13d)]===ColorMode[t(0x167)]?DarkColors:LightColors;}static[a126l(0x13b)](a){const u=a126l;Log[u(0x13d)]=a;}static[a126l(0x15e)](a){const v=a126l;console['log'](Log[v(0x147)][v(0x15e)](a));}static[a126l(0x143)](a){const w=a126l;console[w(0x16c)](Log[w(0x147)][w(0x143)](a));}static[a126l(0x135)](a){const x=a126l;console[x(0x16c)](Log['colors']['notice'](a));}static[a126l(0x161)](a){const y=a126l;console[y(0x16c)](Log[y(0x147)]['error'](a));}static[a126l(0x151)](a){const z=a126l;console[z(0x16c)](Log[z(0x147)]['header'](a));}static[a126l(0x154)](a){const A=a126l;console[A(0x16c)](Log[A(0x147)]['bright'](a));}static[a126l(0x166)](a){const B=a126l;console[B(0x16c)](Log[B(0x147)]['info'](a));}static[a126l(0x164)](a){const C=a126l;console[C(0x16c)](Log['colors'][C(0x164)](a));}static['usage'](a,b,c,d,e,f){const D=a126l,g=a126f[D(0x14c)];Log[D(0x154)](d),b&&b[D(0x162)]>0x0&&(Log[D(0x154)](g(D(0x152))),b[D(0x15a)](h=>{const E=D;Log[E(0x154)](E(0x139)+h);})),a&&(Log[D(0x151)](D(0x13e)),Log[D(0x135)]('\x20\x20'+a[D(0x15c)]()+'\x0a')),c&&Log[D(0x154)](g(D(0x163))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[D(0x151)](D(0x15b));}static[a126l(0x14f)](a=''){const F=a126l;a126g['hide']();const b=a126h();a126g[F(0x14a)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const G=a126d;a126e[G(0x140)](a126f[G(0x146)](b())+'\x20'+d);},0x5a);},'success'(d=''){const H=F;clearInterval(c),a126e[H(0x140)](a126f[H(0x16a)](check)+'\x20'+a+'\x20'+d),console['log'](),a126g['show']();},'failure'(d=''){const I=F;clearInterval(c),a126e[I(0x140)](a126f[I(0x157)]['bold'](cross)+'\x20'+a+'\x20'+d),console[I(0x16c)](),a126g['show']();},'stop'(){const J=F;clearInterval(c),a126g[J(0x156)]();}};}static[a126l(0x153)](a){const K=a126l;a126e[K(0x140)](a);}static[a126l(0x159)](a){a126e['stdout'](a126f['greenBright'](check)+'\x20'+a);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
function a127d(a,b){var c=a127c();return a127d=function(d,e){d=d-0x8b;var f=c[d];return f;},a127d(a,b);}(function(a,b){var f=a127d,c=a();while(!![]){try{var d=-parseInt(f(0x90))/0x1+parseInt(f(0x8e))/0x2*(-parseInt(f(0x96))/0x3)+parseInt(f(0x93))/0x4+-parseInt(f(0x98))/0x5+-parseInt(f(0x8b))/0x6*(parseInt(f(0x92))/0x7)+parseInt(f(0x8d))/0x8*(-parseInt(f(0x94))/0x9)+parseInt(f(0x91))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xef496));var a127b=(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;};}()),a127a=a127b(this,function(){var g=a127d;return a127a[g(0x8f)]()['search'](g(0x95))['toString']()[g(0x8c)](a127a)[g(0x97)](g(0x95));});a127a();export{};function a127c(){var h=['constructor','32seipSN','26piqFmo','toString','465039ZHxJie','40079650RMkUxY','882XAZWaP','3255652TbHhAL','1037439hHKjBJ','(((.+)+)+)+$','320427wBzIIe','search','4210920LuweIi','32616AbycqA'];a127c=function(){return h;};return a127c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a128i=a128d;(function(a,b){const f=a128d,c=a();while(!![]){try{const d=-parseInt(f(0x140))/0x1+parseInt(f(0x142))/0x2+parseInt(f(0x149))/0x3*(-parseInt(f(0x143))/0x4)+parseInt(f(0x12b))/0x5+-parseInt(f(0x141))/0x6+parseInt(f(0x139))/0x7*(-parseInt(f(0x12e))/0x8)+parseInt(f(0x14a))/0x9*(parseInt(f(0x13c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x6328b));function a128c(){const n=['list','string','Please\x20choose\x20a\x20value\x20for\x20','handleRequiredOptions','ask','31470CyLCbI','1066239QDyQer','inputOpts','3203035HOoFSH','search','Please\x20choose\x20a\x20valid\x20value\x20for\x20','4424MzXuKM','Invalid\x20value\x20for\x20','opts','validOpts','constructor','toString','requiredOpts','handleValidOptions','Please\x20provide\x20a\x20value\x20for\x20','(((.+)+)+)+$','includes','1701lWViHI','handleOptions','Please\x20provide\x20a\x20valid\x20value\x20for\x20','30UeRolW','options','length','apply','309132QDimGy','1579146sPRoKI','1324634iGsMAl','208OOczya'];a128c=function(){return n;};return a128c();}const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a128d;if(c){const e=c[g(0x13f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const h=a128d;return a128a[h(0x133)]()[h(0x12c)]('(((.+)+)+)+$')[h(0x133)]()[h(0x132)](a128a)[h(0x12c)](h(0x137));});a128a();function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x12a;let f=c[d];return f;},a128d(a,b);}import{Actions}from'../actions/actions.class.js';export class OptionHandler{['inputOpts'];['opts'];[a128i(0x134)];['validOpts'];constructor(){const j=a128i;this[j(0x12a)]=[],this['opts']={},this[j(0x134)]=[],this[j(0x131)]=[];}async[a128i(0x13a)](a,b,c){const k=a128i;this[k(0x12a)]=a,this['requiredOpts']=b,this[k(0x131)]=c,await this[k(0x147)](),await this['handleValidOptions']();}async['handleRequiredOptions'](){const l=a128i;if(this[l(0x134)]?.[l(0x13e)]>0x0)for(const a of this[l(0x134)]){let b=!![];const {name:c,values:d}=typeof a==='string'?{'name':a,'values':undefined}:a;if(!this[l(0x12a)][l(0x138)](c)){const e=d?await Actions['options']({'type':l(0x144),'name':c,'message':l(0x146)+c,'choices':d}):await Actions[l(0x148)](l(0x136)+c);this['opts'][c]=d?e[c]:e,b=d?d[l(0x138)](this[l(0x130)][c]):!![];}else b=d?d['includes'](this[l(0x130)][c]):!![];if(!b)throw new Error(l(0x12f)+c+':\x20'+this['opts'][c]);}}async[a128i(0x135)](){const m=a128i;if(this[m(0x131)]?.[m(0x13e)]>0x0)for(const a of this['validOpts']){const {name:b,values:c}=typeof a===m(0x145)?{'name':a,'values':undefined}:a,d=this[m(0x130)][b];if(d!==undefined&&(!c||!c['includes'](d))){const e=c?await Actions[m(0x13d)]({'type':m(0x144),'name':b,'message':m(0x12d)+b,'choices':c}):await Actions[m(0x148)](m(0x13b)+b);this[m(0x130)][b]=c?e[b]:e;}}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const a129i=a129d;(function(a,b){const f=a129d,c=a();while(!![]){try{const d=-parseInt(f(0xd3))/0x1+-parseInt(f(0xd9))/0x2+-parseInt(f(0xd8))/0x3+-parseInt(f(0xc9))/0x4+parseInt(f(0xd2))/0x5*(-parseInt(f(0xe3))/0x6)+parseInt(f(0xcc))/0x7+parseInt(f(0xd6))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xc987d));function a129c(){const n=['singleLine','update','win32','toString','colors','apply','2717778FDAtpq','majestic','repeat','1385696NjwJWk','constructor','complete','5960199sdJTpJ','width','current','total','draw','min','5IgMXkq','931405EYkTku','search','platform','32501072ECTSpC','graphic','3950670AaUNhI','2081880DdrJvC','dlMessage','(((.+)+)+)+$','lastLoggedProgress'];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(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const h=a129d;return a129a[h(0xe0)]()[h(0xd4)](h(0xdb))['toString']()[h(0xca)](a129a)[h(0xd4)](h(0xdb));});a129a();function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0xc7;let f=c[d];return f;},a129d(a,b);}import{Log}from'../log/log.class.js';const isWin=process[a129i(0xd5)]===a129i(0xdf),downArrow=isWin?'<':'↓';export class Progress{[a129i(0xcf)];[a129i(0xce)];['width'];['lastLoggedProgress'];['dlMessage'];['graphic'];constructor(a,b='Downloading',c=downArrow){const j=a129i;this[j(0xcf)]=a,this['current']=0x0,this[j(0xcd)]=0x28,this['lastLoggedProgress']=0x0,this['dlMessage']=b,this[j(0xd7)]=Log[j(0xe1)][j(0xc7)](c);}[a129i(0xde)](a){const k=a129i;this[k(0xce)]+=a,this[k(0xd0)]();}[a129i(0xcb)](){const l=a129i;this[l(0xce)]=this['total'],this['draw'](),Log['singleLineSuccess']('');}[a129i(0xd0)](){const m=a129i,a=Math[m(0xd1)](0x64,Math['round'](this[m(0xce)]/this[m(0xcf)]*0x64));if(a!==this[m(0xdc)]){this[m(0xdc)]=a;const b=Math['round'](a/0x64*this[m(0xcd)]),c=this[m(0xcd)]-b,d=''+Log['colors']['success']('█')['repeat'](b)+'░'[m(0xc8)](c),e=this[m(0xd7)]+'\x20'+this[m(0xda)]+':\x20['+d+']\x20'+a+'%';Log[m(0xdd)](e);}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a130m=a130d;
|
|
1
|
+
const a130m=a130d;(function(a,b){const j=a130d,c=a();while(!![]){try{const d=parseInt(j(0x119))/0x1+parseInt(j(0x11b))/0x2+parseInt(j(0x10e))/0x3+parseInt(j(0x111))/0x4*(parseInt(j(0x117))/0x5)+parseInt(j(0x115))/0x6*(-parseInt(j(0x124))/0x7)+parseInt(j(0x11d))/0x8*(parseInt(j(0x11f))/0x9)+-parseInt(j(0x11c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0xe991b));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a130d;if(c){const e=c[k(0x112)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const l=a130d;return a130a[l(0x122)]()['search'](l(0x126))[l(0x122)]()['constructor'](a130a)[l(0x118)]('(((.+)+)+)+$');});a130a();function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x10d;let f=c[d];return f;},a130d(a,b);}import{spawn}from'child_process';function a130c(){const r=['start','7AlmWnh','error','(((.+)+)+)+$','cwd','389892JKcLnE','SIGINT','verbose','16vPIIUw','apply','withSpinner','data','4613526QSTEfO','kill','1459760YvHUPF','search','35927pNwzmR','success','711428fyZDwP','5624550PRMDSP','1896znuFkM','pid','22734wztkPL','message','failure','toString'];a130c=function(){return r;};return a130c();}import{Log}from'../log/log.class.js';export class SpawnAsync{static[a130m(0x113)](a,b,c){return new Promise((d,e)=>{const n=a130d,f=Log[n(0x113)](),g=c?.[n(0x10d)]||'.';c?.['message']&&f[n(0x123)](c?.[n(0x120)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x110)]?'inherit':'ignore'});process['on'](n(0x10f),()=>{const o=n,i=h[o(0x11e)];i&&process[o(0x116)](i);}),h['on'](n(0x114),i=>{console['log'](i);}),h['on']('disconnect',()=>{c?.['message']&&f['success'](),d();}),h['on']('close',()=>{const p=n;c?.['message']&&f[p(0x11a)](),d();}),h['on'](n(0x125),()=>{const q=n;c?.[q(0x120)]&&f[q(0x121)](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a131d,c=a();while(!![]){try{var d=parseInt(f(0x100))/0x1*(-parseInt(f(0x101))/0x2)+-parseInt(f(0x108))/0x3*(-parseInt(f(0xff))/0x4)+parseInt(f(0x102))/0x5+parseInt(f(0xfe))/0x6+parseInt(f(0x103))/0x7+parseInt(f(0x10a))/0x8*(-parseInt(f(0x105))/0x9)+-parseInt(f(0xfc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x51f7a));function a131c(){var i=['toString','3XvPxOB','constructor','72TQgvqI','6737920TzukaS','apply','564852hYgecn','1157304UxSAtw','12RnzkXY','5634fwCaaw','3260495FmetKF','4185720wopZRj','search','590193NQahJw','(((.+)+)+)+$'];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(0xfd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a[h(0x107)]()[h(0x104)](h(0x106))['toString']()[h(0x109)](a131a)['search'](h(0x106));});function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0xfc;var f=c[d];return f;},a131d(a,b);}a131a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a132p=a132d;(function(a,b){const m=a132d,c=a();while(!![]){try{const d=-parseInt(m(0x93))/0x1*(-parseInt(m(0x8b))/0x2)+parseInt(m(0x83))/0x3*(-parseInt(m(0x95))/0x4)+parseInt(m(0x81))/0x5*(-parseInt(m(0x97))/0x6)+parseInt(m(0x9b))/0x7+-parseInt(m(0x7c))/0x8+parseInt(m(0x9a))/0x9+parseInt(m(0x85))/0xa*(parseInt(m(0x7e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0xd3022));const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a132d;if(c){const e=c[n(0x8d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const o=a132d;return a132a['toString']()[o(0x8e)]('(((.+)+)+)+$')['toString']()['constructor'](a132a)['search'](o(0x77));});a132a();import a132e from'path';import{execSync,spawnSync,spawn}from'child_process';function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x77;let f=c[d];return f;},a132d(a,b);}function a132c(){const x=['3720XviNbh','sshSync','host','withSpinner','port','env','6llwnfP','inherit','apply','search','source','failure','start','ConnectTimeout=2','406220tKcVOX','join','4QsncJL','message','24qJTAqP','disconnect','pem','388782ZEejbz','5043857GpVoir','sshVerbose','success','user','(((.+)+)+)+$','push','verbose','ssh','2>&1','9391496uIeYju','concat','43648bMvCbN','tty','ignore','159910sXuDpQ','error','3877050yDKRrQ','toString'];a132c=function(){return x;};return a132c();}import{Log}from'../log/log.class.js';export class SSH{static [a132p(0x7a)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a132d,f=b[q(0x9e)]+'@'+b['host'],g=a132e[q(0x94)](b[q(0x8a)],b[q(0x99)]),h=c?.[q(0x7f)]||![],i=c?.[q(0x9c)]||![];let j=[];h&&j[q(0x78)]('-t');i&&j[q(0x78)]('-v');j=j[q(0x7d)](['-o',q(0x92),'-i',g,'-p',b[q(0x89)],f,a]);const k=Log[q(0x88)]();c?.[q(0x96)]&&k[q(0x91)](c?.[q(0x96)]);const l=spawn(q(0x7a),j,{'stdio':c?.[q(0x79)]?q(0x8c):q(0x80)});l['on'](q(0x98),()=>{const r=q;c?.[r(0x96)]&&k['success'](),d();}),l['on']('close',()=>{const s=q;c?.[s(0x96)]&&k[s(0x9d)](),d();}),l['on'](q(0x82),()=>{const t=q;c?.['message']&&k[t(0x90)](),e();});});};static [a132p(0x86)]=(a,b,c)=>{const u=a132p,d=b[u(0x9e)]+'@'+b[u(0x87)],e=a132e[u(0x94)](b['env'],b[u(0x99)]),f=c?.[u(0x7f)]||![],g=c?.[u(0x9c)]||![];let h=[];f&&h[u(0x78)]('-t'),g&&h[u(0x78)]('-v'),h=h[u(0x7d)](['-o',u(0x92),'-i',e,'-p',b['port'],d,a]),spawnSync(u(0x7a),h,{'stdio':c?.[u(0x79)]?u(0x8c):'ignore'});};static['ping'](a,b,c){const v=a132p,d=b[v(0x9e)]+'@'+b[v(0x87)],e=a132e[v(0x94)](b[v(0x8a)],b[v(0x99)]),f=c?.[v(0x7f)]||![];let g=[];f&&g[v(0x78)]('-t');g=g[v(0x7d)](['-o',v(0x92),'-i',e,'-p',b[v(0x89)],d,a,v(0x7b)]);const h='ssh\x20'+g[v(0x94)]('\x20');return execSync(h)[v(0x84)]();}static['scp'](a,b){const w=a132p,c=b[w(0x9e)]+'@'+b[w(0x87)]+':'+a['dest'],d=a132e[w(0x94)](b[w(0x8a)],b[w(0x99)]),e=['-i',d,'-P',b['port'],a[w(0x8f)],c];spawnSync('scp',e,{'stdio':a[w(0x79)]?w(0x8c):w(0x80)});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a133d,c=a();while(!![]){try{var d=parseInt(f(0x1b1))/0x1*(parseInt(f(0x1bd))/0x2)+-parseInt(f(0x1b9))/0x3+-parseInt(f(0x1af))/0x4*(-parseInt(f(0x1bc))/0x5)+parseInt(f(0x1ba))/0x6+parseInt(f(0x1bb))/0x7*(parseInt(f(0x1b8))/0x8)+parseInt(f(0x1b3))/0x9*(parseInt(f(0x1b4))/0xa)+-parseInt(f(0x1b0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0xd1cc8));function a133d(a,b){var c=a133c();return a133d=function(d,e){d=d-0x1af;var f=c[d];return f;},a133d(a,b);}function a133c(){var i=['20hYRxxJ','58MFEHzj','toString','1470256vDPLLt','33712085bYlhbv','45884ShnYEf','search','2196YPRUlh','2040TEzAND','apply','constructor','(((.+)+)+)+$','8YOmzWu','1683072akiBSc','3623172kRMZGK','7213955WLewki'];a133c=function(){return i;};return a133c();}var a133b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a133d;if(c){var e=c[g(0x1b5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){var h=a133d;return a133a['toString']()[h(0x1b2)](h(0x1b7))[h(0x1be)]()[h(0x1b6)](a133a)[h(0x1b2)](h(0x1b7));});a133a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a134j=a134d;(function(a,b){const f=a134d,c=a();while(!![]){try{const d=-parseInt(f(0x1ef))/0x1+parseInt(f(0x1de))/0x2*(-parseInt(f(0x1ee))/0x3)+-parseInt(f(0x1d9))/0x4*(parseInt(f(0x1f4))/0x5)+parseInt(f(0x1ea))/0x6*(parseInt(f(0x1df))/0x7)+-parseInt(f(0x1f0))/0x8+-parseInt(f(0x1e9))/0x9*(-parseInt(f(0x1dd))/0xa)+parseInt(f(0x1e6))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0x1e13e));function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0x1d7;let f=c[d];return f;},a134d(a,b);}const a134b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a134d;if(c){const e=c[g(0x1da)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a134a=a134b(this,function(){const h=a134d;return a134a['toString']()[h(0x1e8)]('(((.+)+)+)+$')['toString']()[h(0x1e2)](a134a)[h(0x1e8)](h(0x1e5));});a134a();import{spawnSync}from'child_process';export class SSL{static['genCSR'](a){const i=a134d,b=a[i(0x1ec)]?a[i(0x1ec)]:process[i(0x1ec)](),c=[i(0x1e1),i(0x1f2),'-newkey','rsa:2048','-nodes','-keyout',a[i(0x1e4)],i(0x1d8),a['csrName']];a[i(0x1dc)]&&(c[i(0x1d7)](i(0x1eb)),c['push'](i(0x1f1))),spawnSync(i(0x1e3),c,{'stdio':i(0x1f3),'cwd':b});}static[a134j(0x1ed)](a){const k=a134j,b=a[k(0x1ec)]?a[k(0x1ec)]:process[k(0x1ec)](),c=[k(0x1e1),k(0x1e7),'-new',k(0x1e0),a[k(0x1e4)],k(0x1d8),a[k(0x1db)]];a[k(0x1dc)]&&(c[k(0x1d7)](k(0x1eb)),c[k(0x1d7)]('openssl.conf')),spawnSync(k(0x1e3),c,{'stdio':k(0x1f3),'cwd':b});}}function a134c(){const l=['12666qDhIBJ','3634QTAWZy','806064EptLOW','openssl.conf','-new','inherit','95aQXKnU','push','-out','6572jJMKFL','apply','crtName','useConfig','110kkUBTZ','80EqPoeI','7sZauRc','-key','req','constructor','openssl','keyName','(((.+)+)+)+$','2685078slTfsM','-x509','search','50040nUWYRU','734574EMgqlU','-config','cwd','genSSC'];a134c=function(){return l;};return a134c();}
|
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.12",
|
|
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.",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"cli-color": "^2.0.3",
|
|
46
46
|
"cli-cursor": "^4.0.0",
|
|
47
47
|
"cli-table": "^0.3.11",
|
|
48
|
+
"deasync": "^0.1.28",
|
|
48
49
|
"delete": "^1.1.0",
|
|
49
50
|
"dotenv": "^16.3.1",
|
|
50
51
|
"ejs": "^3.1.9",
|
|
@@ -62,6 +63,7 @@
|
|
|
62
63
|
"single-line-log2": "^1.1.3",
|
|
63
64
|
"slash": "^5.1.0",
|
|
64
65
|
"spawn-args": "0.2.0",
|
|
66
|
+
"tar": "^6.2.0",
|
|
65
67
|
"uuid": "^9.0.0",
|
|
66
68
|
"xtend": "^4.0.2"
|
|
67
69
|
},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a126i=a126d;(function(a,b){const f=a126d,c=a();while(!![]){try{const d=parseInt(f(0x1b6))/0x1+parseInt(f(0x1b8))/0x2*(parseInt(f(0x1a8))/0x3)+parseInt(f(0x1b1))/0x4*(parseInt(f(0x1b5))/0x5)+-parseInt(f(0x1a9))/0x6*(-parseInt(f(0x1a3))/0x7)+parseInt(f(0x1ac))/0x8*(-parseInt(f(0x1b7))/0x9)+parseInt(f(0x1af))/0xa*(parseInt(f(0x1a0))/0xb)+-parseInt(f(0x1b2))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x946e2));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a126d;if(c){const e=c[g(0x19d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const h=a126d;return a126a['toString']()[h(0x1ba)](h(0x1a6))['toString']()[h(0x1a2)](a126a)['search'](h(0x1a6));});function a126c(){const n=['20191572MmwOjs','success','singleLine','3729445rSBsAc','279732HelncR','27uamjTL','34xbhQEw','repeat','search','apply','dlMessage','update','19129MqarDq','draw','constructor','119YUgmeg','complete','platform','(((.+)+)+)+$','current','190047Pydpdn','179178RsqkOS','graphic','total','2582056rvwJTl','width','lastLoggedProgress','3730RNSwDK','min','4HPSpUE'];a126c=function(){return n;};return a126c();}function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x19d;let f=c[d];return f;},a126d(a,b);}a126a();import{Log}from'../log/log.class.js';const isWin=process[a126i(0x1a5)]==='win32',downArrow=isWin?'<':'↓';export class Progress{[a126i(0x1ab)];['current'];[a126i(0x1ad)];[a126i(0x1ae)];['dlMessage'];[a126i(0x1aa)];constructor(a,b='Downloading',c=downArrow){const j=a126i;this[j(0x1ab)]=a,this['current']=0x0,this[j(0x1ad)]=0x28,this[j(0x1ae)]=0x0,this[j(0x19e)]=b,this[j(0x1aa)]=Log['colors']['majestic'](c);}[a126i(0x19f)](a){const k=a126i;this[k(0x1a7)]+=a,this['draw']();}[a126i(0x1a4)](){const l=a126i;this['current']=this[l(0x1ab)],this['draw'](),Log['singleLineSuccess']('');}[a126i(0x1a1)](){const m=a126i,a=Math[m(0x1b0)](0x64,Math['round'](this['current']/this['total']*0x64));if(a!==this[m(0x1ae)]){this[m(0x1ae)]=a;const b=Math['round'](a/0x64*this[m(0x1ad)]),c=this[m(0x1ad)]-b,d=''+Log['colors'][m(0x1b3)]('█')[m(0x1b9)](b)+'░'[m(0x1b9)](c),e=this[m(0x1aa)]+'\x20'+this[m(0x19e)]+':\x20['+d+']\x20'+a+'%';Log[m(0x1b4)](e);}}}
|