@maka/maka-cli 4.9.13 → 4.9.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/obf/package.json +1 -1
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/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/_index.js +1 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.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/patreon.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/register.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/undo.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/kits/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
- package/bundle/obf/src/generators/kits/kit.js +1 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.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/templates/meteor/api/api.js +6 -1
- package/bundle/obf/src/templates/meteor/api/api.js.ts +6 -1
- package/bundle/obf/src/templates/meteor/api/methods.js +5 -6
- package/bundle/obf/src/templates/meteor/api/methods.js.ts +5 -5
- package/bundle/obf/src/templates/meteor/api/register-api.js +2 -2
- package/bundle/obf/src/templates/meteor/api/register-api.js.ts +2 -2
- 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 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a137r=a137d;(function(a,b){const p=a137d,c=a();while(!![]){try{const d=-parseInt(p(0x20f))/0x1*(parseInt(p(0x20b))/0x2)+-parseInt(p(0x213))/0x3+-parseInt(p(0x201))/0x4*(parseInt(p(0x212))/0x5)+parseInt(p(0x1fb))/0x6*(-parseInt(p(0x1ef))/0x7)+parseInt(p(0x1f3))/0x8+-parseInt(p(0x210))/0x9+-parseInt(p(0x214))/0xa*(-parseInt(p(0x1f9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a137c,0x7fac8));const a137b=(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;};}()),a137a=a137b(this,function(){const q=a137d;return a137a[q(0x219)]()['search']('(((.+)+)+)+$')[q(0x219)]()[q(0x1ff)](a137a)[q(0x220)](q(0x1eb));});a137a();function a137d(a,b){const c=a137c();return a137d=function(d,e){d=d-0x1ea;let f=c[d];return f;},a137d(a,b);}import a137e from'https';import a137f from'fs';import{Progress}from'../progress/progress.class.js';const TIMEOUT=0xbb8;process[a137r(0x203)][a137r(0x211)]=process['env'][a137r(0x205)]==='True'?'0':'1',process[a137r(0x203)][a137r(0x207)]=process['env'][a137r(0x205)]===a137r(0x202)?'1':'0';function a137c(){const O=['3176315IaXeyw','583362vvARnh','70pUUBif','error','hostname','catch','then','toString','/v1/engines/davinci/completions','statusCode','statusMessage','headers','location','write','search','BAD\x20RETURN','Request\x20timeout','application/octet-stream','length','(((.+)+)+)+$','update','abort','content-length','329VbxDvr','timeout','get','downloadFile','5809168lJgoIA','Request\x20Failed\x20with\x20Status\x20Code:\x20','post','complete','readFileSync','POST','3047979EeeyKT','close','120522aZglYn','Bearer\x20','pathname','assign','constructor','end','4RbHFfJ','True','env','HEAD','MAKA_DEV','checkAvailability','NODE_NO_WARNINGS','api.openai.com','No\x20content','data','4XzmiZH','createWriteStream','application/json','request','155028xkuULp','530595LNMboR','NODE_TLS_REJECT_UNAUTHORIZED'];a137c=function(){return O;};return a137c();}export class HTTPS{static async[a137r(0x1f5)]({hostname:a,path:b,data:c,headers:d,cert:e}){const s=a137r,f=JSON['stringify'](c),g={'Content-Type':s(0x20d),'Content-Length':f[s(0x1ea)]};Object['assign'](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':s(0x1f8),'headers':g,'timeout':TIMEOUT};return e&&Object[s(0x1fe)](h,{'cert':a137f[s(0x1f7)](e)}),new Promise((i,j)=>{const t=s,k=a137e[t(0x20e)](h,l=>{const u=t;let m='';l['on'](u(0x20a),n=>{const v=u;m+=n[v(0x219)]();}),l['on']('end',()=>{const w=u;l[w(0x21b)]===0x12d&&l[w(0x21d)]['location']?this['post']({'hostname':new URL(l[w(0x21d)][w(0x21e)])[w(0x216)],'path':new URL(l['headers']['location'])[w(0x1fd)],'data':c,'headers':d,'cert':e})[w(0x218)](i)[w(0x217)](j):(!m&&i({'statusCode':0xcc,'statusMessage':l[w(0x21c)]||w(0x221),'data':JSON['stringify']({'message':w(0x209)})}),i({'statusCode':l[w(0x21b)]||0x1f4,'statusMessage':l[w(0x21c)]||w(0x221),'data':m}));});});k['on'](t(0x215),l=>{j(l);}),k['on']('timeout',()=>{k['abort'](),j({'statusCode':0x198,'statusMessage':'Request\x20timeout'});}),k[t(0x21f)](f),k[t(0x200)]();});}static['get']({url:a,headers:b,cert:c}){const x=a137r,d={'Content-Type':x(0x20d)};Object['assign'](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[x(0x1fe)](e,{'cert':a137f['readFileSync'](c)}),new Promise((f,g)=>{const B=x,h=a137e['get'](a,e,i=>{const y=a137d;let j='';i['on'](y(0x20a),k=>{const z=y;j+=k[z(0x219)]();}),i['on'](y(0x200),()=>{const A=y;i[A(0x21b)]===0x12d&&i['headers'][A(0x21e)]?this[A(0x1f1)]({'url':i[A(0x21d)][A(0x21e)],'headers':b,'cert':c})['then'](f)[A(0x217)](g):f({'statusCode':i[A(0x21b)]||0x1f4,'statusMessage':i['statusMessage']||'BAD\x20RETURN','data':j});});});h['on'](B(0x215),i=>{g(i);}),h['on']('timeout',()=>{const C=B;h[C(0x1ed)](),g({'statusCode':0x198,'statusMessage':C(0x222)});});});}static[a137r(0x1f2)]({url:a,headers:b,cert:c,destPath:d}){const D=a137r,e={'Content-Type':D(0x223)};Object[D(0x1fe)](e,b);const f={'headers':e,'timeout':TIMEOUT};return c&&Object['assign'](f,{'cert':a137f['readFileSync'](c)}),new Promise((g,h)=>{const I=D,i=k=>{const E=a137d;if(k[E(0x21b)]===0x12e||k[E(0x21b)]===0x12d){if(!k[E(0x21d)]['location'])return h(new Error('Redirected\x20response\x20without\x20Location\x20header'));return this['downloadFile']({'url':k['headers'][E(0x21e)],'headers':b,'cert':c,'destPath':d})['then'](g)[E(0x217)](h);}if(k[E(0x21b)]&&(k[E(0x21b)]<0xc8||k[E(0x21b)]>=0x12c))return h(new Error(E(0x1f4)+k[E(0x21b)]));const l=parseInt(k[E(0x21d)][E(0x1ee)],0xa),m=new Progress(l),n=a137f[E(0x20c)](d);k['on']('data',o=>{const F=E;m[F(0x1ec)](o['length']),n['write'](o);}),k['on'](E(0x200),()=>{const G=E;n[G(0x200)](),m[G(0x1f6)]();}),n['on']('finish',()=>{const H=E;n[H(0x1fa)]();}),n['on'](E(0x1fa),g);},j=a137e[I(0x1f1)](a,f,i);j['on']('error',k=>{h(k);}),j['on'](I(0x1f0),()=>{const J=I;j[J(0x1ed)](),h({'statusCode':0x198,'statusMessage':J(0x222)});});});}static[a137r(0x206)]({url:a,headers:b,cert:c,maxRedirects:maxRedirects=0x5}){const K=a137r,d={'Content-Type':'application/json'};Object[K(0x1fe)](d,b);const e={'method':K(0x204),'headers':d,'timeout':TIMEOUT};return c&&Object[K(0x1fe)](e,{'cert':a137f[K(0x1f7)](c)}),new Promise((f,g)=>{const h=a137e['request'](a,e,i=>{const L=a137d;if(i[L(0x21b)]&&(i[L(0x21b)]>=0xc8&&i['statusCode']<0x12c))f(!![]);else i['statusCode']&&(i[L(0x21b)]>=0x12c&&i[L(0x21b)]<0x190)&&i['headers'][L(0x21e)]?maxRedirects<=0x0?f(![]):this['checkAvailability']({'url':new URL(i[L(0x21d)][L(0x21e)],a)[L(0x219)](),'headers':b,'cert':c,'maxRedirects':maxRedirects-0x1})['then'](f)['catch'](g):f(![]);});h['on']('error',i=>{g(i);}),h['on']('timeout',()=>{const M=a137d;h[M(0x1ed)](),g({'statusCode':0x198,'statusMessage':M(0x222)});}),h['end']();});}static async['askGPT']({prompt:a,openApiKey:b,certPath:c}){const N=a137r,d={'prompt':a,'max_tokens':0x96},e={'Authorization':N(0x1fc)+b},f=await this[N(0x1f5)]({'hostname':N(0x208),'path':N(0x21a),'data':d,'headers':e,'cert':c});return f;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a138d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a138d,c=a();while(!![]){try{var d=parseInt(f(0xd0))/0x1*(parseInt(f(0xcc))/0x2)+parseInt(f(0xcb))/0x3+-parseInt(f(0xc8))/0x4+-parseInt(f(0xca))/0x5*(-parseInt(f(0xcf))/0x6)+parseInt(f(0xce))/0x7*(-parseInt(f(0xd3))/0x8)+parseInt(f(0xd2))/0x9+parseInt(f(0xcd))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a138c,0x57371));var a138b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a138d;if(c){var e=c[g(0xd4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a138a=a138b(this,function(){var h=a138d;return a138a['toString']()[h(0xd5)](h(0xd1))[h(0xc9)]()['constructor'](a138a)[h(0xd5)](h(0xd1));});function a138c(){var i=['3457120wfZIDz','231GNzYlQ','1322220Lrdlvv','92sWNgfB','(((.+)+)+)+$','3210003sHdBrP','168848KgYVfj','apply','search','2548452sfcSDh','toString','5wSNPYY','2039601LIfWKB','1918OAKKoP'];a138c=function(){return i;};return a138c();}function a138d(a,b){var c=a138c();return a138d=function(d,e){d=d-0xc8;var f=c[d];return f;},a138d(a,b);}a138a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a139l=a139d;(function(a,b){const k=a139d,c=a();while(!![]){try{const d=-parseInt(k(
|
|
1
|
+
const a139l=a139d;(function(a,b){const k=a139d,c=a();while(!![]){try{const d=-parseInt(k(0x156))/0x1+parseInt(k(0x14c))/0x2*(-parseInt(k(0x159))/0x3)+parseInt(k(0x16c))/0x4+parseInt(k(0x14d))/0x5+-parseInt(k(0x154))/0x6*(-parseInt(k(0x14f))/0x7)+-parseInt(k(0x181))/0x8+parseInt(k(0x148))/0x9*(parseInt(k(0x158))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a139c,0x55c8d));import*as a139e from'single-line-log2';import a139f from'cli-color';import a139g from'cli-cursor';import a139h from'elegant-spinner';const isWin=process[a139l(0x178)]===a139l(0x174),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export var ColorMode;(function(c){const o=a139l,d=(function(){let f=!![];return function(g,h){const i=f?function(){const m=a139d;if(h){const j=h[m(0x162)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const n=a139d;return e[n(0x15d)]()['search'](n(0x15b))[n(0x15d)]()[n(0x152)](e)['search'](n(0x15b));});e(),c[c['DARK']=0x0]='DARK',c[c[o(0x160)]=0x1]=o(0x160);}(ColorMode||(ColorMode={})));function a139c(){const K=['For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','cyanBright','2759696xwadJS','map','9vWZOjs','blackBright','black','forEach','516462PCbhJu','3283110WGNlCh','withSpinner','7xgTiOS','bold','stdout','constructor','log','2168904HerJyj','[--','166753cqJNAs','green','916170DtaBAm','3RwPAAt','length','(((.+)+)+)+$','Usage:\x20','toString','magenta','cyan','LIGHT','notice','apply','magentaBright','colorMode','majestic','red','values','DARK','join','whiteBright','info','46384RajzlK','header','name','error','hidden','object','bright','usage','win32','boolFlag','singleLine','show','platform','colors','setColorMode','greenBright','hide','yellowBright','warn'];a139c=function(){return K;};return a139c();}function a139d(a,b){const c=a139c();return a139d=function(d,e){d=d-0x147;let f=c[d];return f;},a139d(a,b);}const DarkColors={'success':a139f[a139l(0x17b)],'warn':a139f[a139l(0x17d)],'notice':a139f[a139l(0x180)],'error':a139f[a139l(0x166)][a139l(0x150)],'header':a139f[a139l(0x149)],'bright':a139f[a139l(0x16a)],'info':a139f[a139l(0x180)],'majestic':a139f[a139l(0x163)]},LightColors={'success':a139f[a139l(0x157)],'warn':a139f['yellow'],'notice':a139f[a139l(0x15f)],'error':a139f['red'],'header':a139f[a139l(0x14a)],'bright':a139f[a139l(0x14a)],'info':a139f[a139l(0x15f)],'majestic':a139f[a139l(0x15e)]},formatOptionalOpts=a=>{const p=a139l;return a[p(0x147)](b=>{const q=p;if(typeof b===q(0x171)){if(b?.[q(0x170)])return'';if(b[q(0x175)])return q(0x155)+b[q(0x16e)]+']';return q(0x155)+b['name']+'='+(b?.[q(0x167)]?b[q(0x167)][q(0x169)]('|'):'<value>')+']';}return b?q(0x155)+b+']':'';})[p(0x169)]('\x20');},formatRequiredOpts=a=>{const r=a139l;return a[r(0x147)](b=>{const s=r;if(typeof b==='object'){if(b?.[s(0x170)])return'';if(b['boolFlag'])return'--'+b[s(0x16e)];return'--'+b[s(0x16e)]+'='+(b?.['values']?b[s(0x167)][s(0x169)]('|'):'<value>');}return'--'+b;})[r(0x169)]('\x20');};export class Log{static [a139l(0x164)]=ColorMode[a139l(0x168)];static get['colors'](){const t=a139l;return Log[t(0x164)]===ColorMode[t(0x168)]?DarkColors:LightColors;}static[a139l(0x17a)](a){Log['colorMode']=a;}static['success'](a){const u=a139l;a&&console[u(0x153)](Log['colors']['success'](a));}static[a139l(0x17e)](a){const v=a139l;a&&console[v(0x153)](Log['colors']['warn'](a));}static[a139l(0x161)](a){const w=a139l;a&&console[w(0x153)](Log['colors'][w(0x161)](a));}static[a139l(0x16f)](a){a&&console['log'](Log['colors']['error'](a));}static[a139l(0x16d)](a){const x=a139l;a&&console[x(0x153)](Log[x(0x179)][x(0x16d)](a));}static[a139l(0x172)](a){const y=a139l;a&&console[y(0x153)](Log[y(0x179)][y(0x172)](a));}static[a139l(0x16b)](a){const z=a139l;a&&console['log'](Log[z(0x179)][z(0x16b)](a));}static[a139l(0x165)](a){const A=a139l;a&&console[A(0x153)](Log[A(0x179)][A(0x165)](a));}static[a139l(0x173)](a,b,c,d,e,f){const B=a139l,g=a139f[B(0x149)];Log[B(0x172)](d),b&&b[B(0x15a)]>0x0&&(Log['bright'](g('Examples:')),b[B(0x14b)](h=>{const C=B;Log[C(0x172)]('\x20>\x20'+h);})),a&&(Log[B(0x16d)]('\x0aManual:'),Log['notice']('\x20\x20'+a['trim']()+'\x0a')),c&&Log[B(0x172)](g(B(0x15c))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log['header'](B(0x17f)),Log['header']('All\x20commands\x20accept\x20the\x20--help\x20or\x20-h\x20flag\x20for\x20more\x20information');}static[a139l(0x14e)](a=''){const D=a139l;a139g[D(0x17c)]();const b=a139h();a139g[D(0x17c)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const E=a139d;a139e[E(0x151)](a139f[E(0x15f)](b())+'\x20'+d);},0x5a);},'success'(d=''){const F=D;clearInterval(c),a139e['stdout'](a139f[F(0x17b)](check)+'\x20'+a+'\x20'+d),console[F(0x153)](),a139g[F(0x177)]();},'failure'(d=''){const G=D;clearInterval(c),a139e[G(0x151)](a139f[G(0x166)][G(0x150)](cross)+'\x20'+a+'\x20'+d),console[G(0x153)](),a139g['show']();},'stop'(){const H=D;clearInterval(c),a139g[H(0x177)]();}};}static[a139l(0x176)](a){const I=a139l;a139e[I(0x151)](a);}static['singleLineSuccess'](a){const J=a139l;a139e['stdout'](a139f[J(0x17b)](check)+'\x20'+a);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a140d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a140d,c=a();while(!![]){try{var d=-parseInt(f(0x6a))/0x1*(-parseInt(f(0x74))/0x2)+-parseInt(f(0x6c))/0x3*(parseInt(f(0x72))/0x4)+parseInt(f(0x6e))/0x5+-parseInt(f(0x73))/0x6+parseInt(f(0x6b))/0x7+parseInt(f(0x6f))/0x8+parseInt(f(0x71))/0x9*(parseInt(f(0x75))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a140c,0xe3bf7));var a140b=(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;};}()),a140a=a140b(this,function(){var g=a140d;return a140a['toString']()[g(0x70)](g(0x69))[g(0x6d)]()['constructor'](a140a)[g(0x70)](g(0x69));});function a140d(a,b){var c=a140c();return a140d=function(d,e){d=d-0x69;var f=c[d];return f;},a140d(a,b);}function a140c(){var h=['3174273gqOVLo','toString','399510gAbRyD','907008jFxcnX','search','746379iBMQtn','4GCdiZP','5235396qCXMrR','3148OXxhqN','60lYRJSg','(((.+)+)+)+$','943KtwIHY','4818562NEhXsb'];a140c=function(){return h;};return a140c();}a140a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a141h=a141d;(function(a,b){const f=a141d,c=a();while(!![]){try{const d=parseInt(f(0x1cc))/0x1+parseInt(f(0x1bc))/0x2*(parseInt(f(0x1c1))/0x3)+parseInt(f(0x1ca))/0x4+parseInt(f(0x1d2))/0x5*(parseInt(f(0x1d1))/0x6)+-parseInt(f(0x1bf))/0x7*(parseInt(f(0x1c8))/0x8)+-parseInt(f(0x1c5))/0x9*(parseInt(f(0x1d5))/0xa)+-parseInt(f(0x1c2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a141c,0x18e5e));const a141b=(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;};}()),a141a=a141b(this,function(){const g=a141d;return a141a[g(0x1c6)]()[g(0x1b9)](g(0x1c0))[g(0x1c6)]()[g(0x1d4)](a141a)[g(0x1b9)](g(0x1c0));});a141a();import{Actions}from'../actions/actions.class.js';function a141d(a,b){const c=a141c();return a141d=function(d,e){d=d-0x1b7;let f=c[d];return f;},a141d(a,b);}export class OptionHandler{['inputOpts'];[a141h(0x1bb)];[a141h(0x1c7)];[a141h(0x1b7)];constructor(){const i=a141h;this[i(0x1bd)]=[],this[i(0x1bb)]={},this['requiredOpts']=[],this['validOpts']=[];}async[a141h(0x1d6)](a,b,c){const j=a141h;this[j(0x1bd)]=a,this[j(0x1c7)]=b,this[j(0x1b7)]=c,await this['handleRequiredOptions'](),await this['handleValidOptions']();}async[a141h(0x1c3)](){const k=a141h;if(this[k(0x1c7)]?.[k(0x1be)]>0x0)for(const a of this[k(0x1c7)]){let b=!![];const {name:c,values:d}=typeof a==='string'?{'name':a,'values':undefined}:a;if(!this[k(0x1bd)]['includes'](c)){const e=d?await Actions['options']({'type':k(0x1cb),'name':c,'message':'Please\x20choose\x20a\x20value\x20for\x20'+c,'choices':d}):await Actions[k(0x1c9)](k(0x1d3)+c);this[k(0x1bb)][c]=d?e[c]:e,b=d?d[k(0x1cf)](this[k(0x1bb)][c]):!![];}else b=d?d[k(0x1cf)](this[k(0x1bb)][c]):!![];if(!b)throw new Error(k(0x1d0)+c+':\x20'+this[k(0x1bb)][c]);}}async[a141h(0x1b8)](){const l=a141h;if(this['validOpts']?.[l(0x1be)]>0x0)for(const a of this[l(0x1b7)]){const {name:b,values:c}=typeof a===l(0x1cd)?{'name':a,'values':undefined}:a,d=this[l(0x1bb)][b];if(d!==undefined&&(!c||!c[l(0x1cf)](d))){const e=c?await Actions[l(0x1c4)]({'type':'list','name':b,'message':l(0x1ba)+b,'choices':c}):await Actions[l(0x1c9)](l(0x1ce)+b);this['opts'][b]=c?e[b]:e;}}}}function a141c(){const m=['Invalid\x20value\x20for\x20','360UVKUku','6395tKBvsD','Please\x20provide\x20a\x20value\x20for\x20','constructor','40KUaSsR','handleOptions','validOpts','handleValidOptions','search','Please\x20choose\x20a\x20valid\x20value\x20for\x20','opts','2fDFJaE','inputOpts','length','239722DOTmMA','(((.+)+)+)+$','450615WjDhuv','3363734oFNiwP','handleRequiredOptions','options','199161CdOpde','toString','requiredOpts','8IDaCNQ','ask','642168czTHZd','list','143051tXfELg','string','Please\x20provide\x20a\x20valid\x20value\x20for\x20','includes'];a141c=function(){return m;};return a141c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a142i=a142d;function a142c(){const n=['apply','win32','18272817MeqDsv','graphic','Downloading','476SHAIWB','current','complete','update','round','dlMessage','lastLoggedProgress','3534XiNhDG','3413493kVojTW','majestic','6725984EWKEmg','singleLine','search','platform','total','229724xQmBFQ','6833656NMJpoN','13DztijX','repeat','colors','singleLineSuccess','draw','constructor','8788125xFaCCZ','width'];a142c=function(){return n;};return a142c();}(function(a,b){const f=a142d,c=a();while(!![]){try{const d=-parseInt(f(0x1ae))/0x1*(-parseInt(f(0x1ac))/0x2)+-parseInt(f(0x1a5))/0x3+parseInt(f(0x1ad))/0x4+parseInt(f(0x196))/0x5+parseInt(f(0x1a4))/0x6*(-parseInt(f(0x19d))/0x7)+-parseInt(f(0x1a7))/0x8+-parseInt(f(0x19a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a142c,0xde3dd));const a142b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a142d;if(c){const e=c[g(0x198)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a142a=a142b(this,function(){const h=a142d;return a142a['toString']()[h(0x1a9)]('(((.+)+)+)+$')['toString']()[h(0x195)](a142a)[h(0x1a9)]('(((.+)+)+)+$');});function a142d(a,b){const c=a142c();return a142d=function(d,e){d=d-0x193;let f=c[d];return f;},a142d(a,b);}a142a();import{Log}from'../log/log.class.js';const isWin=process[a142i(0x1aa)]===a142i(0x199),downArrow=isWin?'<':'↓';export class Progress{[a142i(0x1ab)];['current'];[a142i(0x197)];[a142i(0x1a3)];['dlMessage'];[a142i(0x19b)];constructor(a,b=a142i(0x19c),c=downArrow){const j=a142i;this[j(0x1ab)]=a,this[j(0x19e)]=0x0,this[j(0x197)]=0x28,this[j(0x1a3)]=0x0,this[j(0x1a2)]=b,this[j(0x19b)]=Log[j(0x1b0)][j(0x1a6)](c);}[a142i(0x1a0)](a){const k=a142i;this['current']+=a,this[k(0x194)]();}[a142i(0x19f)](){const l=a142i;this['current']=this[l(0x1ab)],this[l(0x194)](),Log[l(0x193)]('');}['draw'](){const m=a142i,a=Math['min'](0x64,Math[m(0x1a1)](this['current']/this[m(0x1ab)]*0x64));if(a!==this[m(0x1a3)]){this[m(0x1a3)]=a;const b=Math['round'](a/0x64*this['width']),c=this[m(0x197)]-b,d=''+Log[m(0x1b0)]['success']('█')[m(0x1af)](b)+'░'[m(0x1af)](c),e=this[m(0x19b)]+'\x20'+this[m(0x1a2)]+':\x20['+d+']\x20'+a+'%';Log[m(0x1a8)](e);}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a143d(a,b){const c=a143c();return a143d=function(d,e){d=d-
|
|
1
|
+
function a143d(a,b){const c=a143c();return a143d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a143d(a,b);}const a143m=a143d;(function(a,b){const j=a143d,c=a();while(!![]){try{const d=-parseInt(j(0x1f5))/0x1*(parseInt(j(0x1ee))/0x2)+-parseInt(j(0x1f7))/0x3*(-parseInt(j(0x1f9))/0x4)+-parseInt(j(0x1fb))/0x5+-parseInt(j(0x1fe))/0x6*(parseInt(j(0x203))/0x7)+parseInt(j(0x1ef))/0x8+parseInt(j(0x1fa))/0x9*(parseInt(j(0x205))/0xa)+-parseInt(j(0x1f8))/0xb*(-parseInt(j(0x1f6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a143c,0x2fa02));const a143b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a143d;if(c){const e=c[k(0x1f1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a143a=a143b(this,function(){const l=a143d;return a143a['toString']()['search'](l(0x1f3))[l(0x201)]()['constructor'](a143a)[l(0x200)](l(0x1f3));});a143a();function a143c(){const r=['9arItMn','1681530cDQzlB','withSpinner','message','1086VEzeZh','SIGINT','search','toString','close','5404STzwAe','data','1330530ENlxNG','disconnect','pid','ignore','6LSmLkO','1238672KBthKZ','success','apply','kill','(((.+)+)+)+$','error','63763hjdSWE','24DghXIY','1761ncMYbv','2146078SxhlXC','1256TrSLtJ'];a143c=function(){return r;};return a143c();}import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a143m(0x1fc)](a,b,c){return new Promise((d,e)=>{const n=a143d,f=Log[n(0x1fc)](),g=c?.['cwd']||'.';c?.[n(0x1fd)]&&f['start'](c?.[n(0x1fd)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.['verbose']?'inherit':n(0x1ed)});process['on'](n(0x1ff),()=>{const o=n,i=h[o(0x1ec)];i&&process[o(0x1f2)](i);}),h['on'](n(0x204),i=>{console['log'](i);}),h['on'](n(0x206),()=>{const p=n;c?.['message']&&f[p(0x1f0)](),d();}),h['on'](n(0x202),()=>{const q=n;c?.[q(0x1fd)]&&f[q(0x1f0)](),d();}),h['on'](n(0x1f4),()=>{c?.['message']&&f['failure'](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a144d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
(function(a,b){var f=a144d,c=a();while(!![]){try{var d=parseInt(f(0x11d))/0x1*(parseInt(f(0x11e))/0x2)+-parseInt(f(0x121))/0x3+parseInt(f(0x114))/0x4*(-parseInt(f(0x11b))/0x5)+-parseInt(f(0x11c))/0x6+-parseInt(f(0x115))/0x7*(parseInt(f(0x11f))/0x8)+parseInt(f(0x119))/0x9*(parseInt(f(0x120))/0xa)+-parseInt(f(0x113))/0xb*(-parseInt(f(0x118))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a144c,0xa4188));var a144b=(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;};}()),a144a=a144b(this,function(){var g=a144d;return a144a[g(0x11a)]()['search'](g(0x116))[g(0x11a)]()['constructor'](a144a)[g(0x117)](g(0x116));});a144a();function a144d(a,b){var c=a144c();return a144d=function(d,e){d=d-0x113;var f=c[d];return f;},a144d(a,b);}function a144c(){var h=['1SfaXPB','2635508GVfipI','3909496OKvIqA','1030xIQYqB','1619415bHegWu','2981JgnZPz','367940eTKOOx','14oWbEPM','(((.+)+)+)+$','search','15492aDcuQp','116919RiXmWz','toString','5OKXuAH','4346328lJOaYf'];a144c=function(){return h;};return a144c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a145t=a145d;(function(a,b){const m=a145d,c=a();while(!![]){try{const d=-parseInt(m(0xa3))/0x1*(parseInt(m(0x9f))/0x2)+parseInt(m(0xa7))/0x3+-parseInt(m(0x95))/0x4+parseInt(m(0xaf))/0x5*(parseInt(m(0x92))/0x6)+parseInt(m(0xa9))/0x7*(-parseInt(m(0x90))/0x8)+-parseInt(m(0x8b))/0x9*(parseInt(m(0xa8))/0xa)+-parseInt(m(0x86))/0xb*(-parseInt(m(0xa2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a145c,0xe2151));const a145b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a145d;if(c){const e=c[n(0x88)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a145a=a145b(this,function(){const o=a145d;return a145a[o(0xae)]()[o(0xa5)](o(0x9e))[o(0xae)]()[o(0xab)](a145a)[o(0xa5)]('(((.+)+)+)+$');});a145a();import a145e from'path';function a145d(a,b){const c=a145c();return a145d=function(d,e){d=d-0x83;let f=c[d];return f;},a145d(a,b);}import{execSync,spawnSync,spawn}from'child_process';function a145c(){const x=['217368fCmWwk','source','156LMGynf','sshSync','verbose','463292CbzRkc','port','env','join','inherit','message','ConnectTimeout=2','scp','ssh\x20','(((.+)+)+)+$','692400fOXeqc','pem','success','27149124QRDaUT','1GDXEQr','host','search','push','5282826MAhAND','11230IoAMAS','441rRCTAU','close','constructor','failure','2>&1','toString','19785XcpAxW','ignore','tty','ssh','11jlkRWG','start','apply','sshVerbose','dest','8226xgAuAP','withSpinner','disconnect','ping','user'];a145c=function(){return x;};return a145c();}import{Log}from'../log/log.class.js';export class SSH{static ['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const p=a145d,f=b['user']+'@'+b['host'],g=a145e[p(0x98)](b[p(0x97)],b[p(0xa0)]),h=c?.[p(0x84)]||![],i=c?.[p(0x89)]||![];let j=[];h&&j['push']('-t');i&&j['push']('-v');j=j['concat'](['-o',p(0x9b),'-i',g,'-p',b[p(0x96)],f,a]);const k=Log[p(0x8c)]();c?.['message']&&k[p(0x87)](c?.[p(0x9a)]);const l=spawn(p(0x85),j,{'stdio':c?.[p(0x94)]?'inherit':p(0x83)});l['on'](p(0x8d),()=>{const q=p;c?.['message']&&k[q(0xa1)](),d();}),l['on'](p(0xaa),()=>{const r=p;c?.[r(0x9a)]&&k[r(0xa1)](),d();}),l['on']('error',()=>{const s=p;c?.[s(0x9a)]&&k[s(0xac)](),e();});});};static [a145t(0x93)]=(a,b,c)=>{const u=a145t,d=b[u(0x8f)]+'@'+b[u(0xa4)],e=a145e[u(0x98)](b['env'],b[u(0xa0)]),f=c?.['tty']||![],g=c?.[u(0x89)]||![];let h=[];f&&h[u(0xa6)]('-t'),g&&h[u(0xa6)]('-v'),h=h['concat'](['-o',u(0x9b),'-i',e,'-p',b[u(0x96)],d,a]),spawnSync(u(0x85),h,{'stdio':c?.['verbose']?u(0x99):'ignore'});};static[a145t(0x8e)](a,b,c){const v=a145t,d=b['user']+'@'+b[v(0xa4)],e=a145e[v(0x98)](b[v(0x97)],b[v(0xa0)]),f=c?.[v(0x84)]||![];let g=[];f&&g['push']('-t');g=g['concat'](['-o','ConnectTimeout=2','-i',e,'-p',b['port'],d,a,v(0xad)]);const h=v(0x9d)+g[v(0x98)]('\x20');return execSync(h)[v(0xae)]();}static[a145t(0x9c)](a,b){const w=a145t,c=b[w(0x8f)]+'@'+b[w(0xa4)]+':'+a[w(0x8a)],d=a145e['join'](b[w(0x97)],b['pem']),e=['-i',d,'-P',b[w(0x96)],a[w(0x91)],c];spawnSync(w(0x9c),e,{'stdio':a[w(0x94)]?w(0x99):w(0x83)});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a146d,c=a();while(!![]){try{var d=-parseInt(f(0x81))/0x1+-parseInt(f(0x7a))/0x2+-parseInt(f(0x84))/0x3+parseInt(f(0x7c))/0x4*(-parseInt(f(0x7d))/0x5)+parseInt(f(0x85))/0x6*(parseInt(f(0x79))/0x7)+parseInt(f(0x82))/0x8+parseInt(f(0x7f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a146c,0xf0d2b));function a146d(a,b){var c=a146c();return a146d=function(d,e){d=d-0x79;var f=c[d];return f;},a146d(a,b);}function a146c(){var h=['search','3070002UgpRHd','6ebJQAS','7374731HULkxS','3086536fZxDCP','toString','88rPegjM','243395LXETjW','constructor','31772673WtszxN','(((.+)+)+)+$','1258635qnYPFS','10390048UhZxxR'];a146c=function(){return h;};return a146c();}var a146b=(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;};}()),a146a=a146b(this,function(){var g=a146d;return a146a[g(0x7b)]()[g(0x83)](g(0x80))[g(0x7b)]()[g(0x7e)](a146a)[g(0x83)](g(0x80));});a146a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a147d(a,b){const c=a147c();return a147d=function(d,e){d=d-0xaf;let f=c[d];return f;},a147d(a,b);}function a147c(){const l=['338vnrUGF','9499eiYBYz','11274500aiXbgQ','toString','248991bKIZWI','(((.+)+)+)+$','openssl.conf','-newkey','keyName','openssl','-config','cwd','req','inherit','push','apply','-out','constructor','csrName','1906320beweGS','463XjmfUl','-key','useConfig','11575ZaXWTG','search','-nodes','1266PyuvbS','genCSR','1999701wRwFGn','396vixACw','-new'];a147c=function(){return l;};return a147c();}const a147i=a147d;(function(a,b){const f=a147d,c=a();while(!![]){try{const d=parseInt(f(0xc9))/0x1*(-parseInt(f(0xb5))/0x2)+parseInt(f(0xb9))/0x3+parseInt(f(0xb3))/0x4*(-parseInt(f(0xcc))/0x5)+parseInt(f(0xb0))/0x6*(-parseInt(f(0xb6))/0x7)+-parseInt(f(0xc8))/0x8+-parseInt(f(0xb2))/0x9+parseInt(f(0xb7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a147c,0x26231));const a147b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a147d;if(c){const e=c[g(0xc4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a147a=a147b(this,function(){const h=a147d;return a147a[h(0xb8)]()[h(0xcd)](h(0xba))[h(0xb8)]()[h(0xc6)](a147a)[h(0xcd)](h(0xba));});a147a();import{spawnSync}from'child_process';export class SSL{static[a147i(0xb1)](a){const j=a147i,b=a[j(0xc0)]?a[j(0xc0)]:process[j(0xc0)](),c=[j(0xc1),j(0xb4),j(0xbc),'rsa:2048',j(0xaf),'-keyout',a[j(0xbd)],j(0xc5),a[j(0xc7)]];a[j(0xcb)]&&(c[j(0xc3)](j(0xbf)),c[j(0xc3)](j(0xbb))),a[j(0xcb)]?spawnSync('openssl',c,{'cwd':b}):spawnSync(j(0xbe),c,{'stdio':j(0xc2),'cwd':b});}static['genSSC'](a){const k=a147i,b=a[k(0xc0)]?a['cwd']:process[k(0xc0)](),c=[k(0xc1),'-x509','-new',k(0xca),a[k(0xbd)],k(0xc5),a['crtName']];a[k(0xcb)]&&(c[k(0xc3)](k(0xbf)),c['push'](k(0xbb))),a[k(0xcb)]?spawnSync(k(0xbe),c,{'cwd':b}):spawnSync(k(0xbe),c,{'stdio':'inherit','cwd':b});}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maka/maka-cli",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
|
|
6
6
|
"description": "A command line tool for scaffolding Meteor 2.x applications using React.",
|