@maka/maka-cli 4.5.41 → 4.5.43
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.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/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/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
|
-
(function(a,b){var f=a122d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a122d,c=a();while(!![]){try{var d=-parseInt(f(0x8a))/0x1+-parseInt(f(0x8f))/0x2*(-parseInt(f(0x8e))/0x3)+parseInt(f(0x88))/0x4+parseInt(f(0x8b))/0x5*(parseInt(f(0x81))/0x6)+-parseInt(f(0x83))/0x7*(parseInt(f(0x82))/0x8)+-parseInt(f(0x86))/0x9+-parseInt(f(0x89))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0xd2b9c));var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0x85)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a[h(0x87)]()[h(0x8c)](h(0x84))[h(0x87)]()[h(0x8d)](a122a)[h(0x8c)](h(0x84));});function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x81;var f=c[d];return f;},a122d(a,b);}a122a();function a122c(){var i=['apply','13018707eRddDR','toString','6063572VETxPu','10159080hntDEM','46545dueQKR','30GAfENH','search','constructor','15rHUcPb','688738roLKWO','797826BaZgoL','1769216OUEtWx','21FMISpT','(((.+)+)+)+$'];a122c=function(){return i;};return a122c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a123q=a123d;(function(a,b){const n=a123d,c=a();while(!![]){try{const d=-parseInt(n(0x9b))/0x1+parseInt(n(0x8e))/0x2*(-parseInt(n(0xa0))/0x3)+parseInt(n(0x88))/0x4+parseInt(n(0x9c))/0x5+-parseInt(n(0x80))/0x6*(-parseInt(n(0x83))/0x7)+parseInt(n(0x98))/0x8*(parseInt(n(0x96))/0x9)+-parseInt(n(0x91))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x755e8));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a123d;if(c){const e=c[o(0x85)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const p=a123d;return a123a[p(0x84)]()[p(0x93)](p(0x8c))[p(0x84)]()[p(0x9f)](a123a)[p(0x93)]('(((.+)+)+)+$');});a123a();function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x7c;let f=c[d];return f;},a123d(a,b);}import a123e from'https';import a123f from'fs';const TIMEOUT=0xbb8;function a123c(){const C=['True','search','get','request','3186eYQumg','post','17920UMPBMC','askGPT','abort','23910owheit','4684700mxphMg','data','length','constructor','750129ningDS','statusMessage','assign','MAKA_DEV','error','8370bWtDZa','BAD\x20RETURN','application/json','1113tYZunv','toString','apply','NODE_TLS_REJECT_UNAUTHORIZED','Request\x20timeout','3019788ZfxDRT','end','api.openai.com','env','(((.+)+)+)+$','POST','6xtCHXH','write','stringify','14518690YXrHot'];a123c=function(){return C;};return a123c();}process[a123q(0x8b)][a123q(0x86)]=process[a123q(0x8b)][a123q(0x7e)]===a123q(0x92)?'0':'1';export class HTTPS{static async['post']({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a123q,f=JSON[r(0x90)](c),g={'Content-Type':r(0x82),'Content-Length':f[r(0x9e)]};Object[r(0x7d)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':r(0x8d),'headers':g,'timeout':TIMEOUT};return e&&Object[r(0x7d)](h,{'cert':a123f['readFileSync'](e)}),new Promise((i,j)=>{const s=r,k=a123e[s(0x95)](h,l=>{const t=s;l['on'](t(0x9d),m=>{const u=t;i({'statusCode':l['statusCode']||0x1f4,'statusMessage':l[u(0x7c)]||'BAD\x20RETURN','data':m['toString']()});});});k['on'](s(0x7f),l=>{j(l);}),k['on']('timeout',()=>{const v=s;k[v(0x9a)](),j({'statusCode':0x198,'statusMessage':v(0x87)});}),k[s(0x8f)](f),k[s(0x89)]();});}static[a123q(0x94)]({url:a,headers:b,cert:c}){const w=a123q,d={'Content-Type':w(0x82)};Object['assign'](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a123f['readFileSync'](c)}),new Promise((f,g)=>{const z=w,h=a123e['get'](a,e,i=>{const x=a123d;i['on'](x(0x9d),j=>{const y=x;f({'statusCode':i['statusCode']||0x1f4,'statusMessage':i['statusMessage']||y(0x81),'data':j['toString']()});});});h['on'](z(0x7f),i=>{g(i);}),h['on']('timeout',()=>{const A=z;h[A(0x9a)](),g({'statusCode':0x198,'statusMessage':A(0x87)});});});}static async[a123q(0x99)]({prompt:a,openApiKey:b,certPath:c}){const B=a123q,d={'prompt':a,'max_tokens':0x96},e={'Authorization':'Bearer\x20'+b},f=await this[B(0x97)]({'hostname':B(0x8a),'path':'/v1/engines/davinci/completions','data':d,'headers':e,'cert':c});return f;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a124d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
function a124c(){var i=['7nkdNsp','constructor','650JjrHZS','apply','1290584bsTuDi','4BHjarM','search','637460PzwRjX','678150AFDjCV','79183cKYDAD','2497296jktbBs','419754gYdqaD','toString','(((.+)+)+)+$','55548zfbaNd'];a124c=function(){return i;};return a124c();}(function(a,b){var f=a124d,c=a();while(!![]){try{var d=-parseInt(f(0x13f))/0x1+parseInt(f(0x13d))/0x2+-parseInt(f(0x141))/0x3*(-parseInt(f(0x13b))/0x4)+parseInt(f(0x13e))/0x5+parseInt(f(0x140))/0x6*(-parseInt(f(0x136))/0x7)+-parseInt(f(0x13a))/0x8+-parseInt(f(0x144))/0x9*(-parseInt(f(0x138))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x52b30));var a124b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a124d;if(c){var e=c[g(0x139)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){var h=a124d;return a124a[h(0x142)]()[h(0x13c)](h(0x143))[h(0x142)]()[h(0x137)](a124a)[h(0x13c)]('(((.+)+)+)+$');});a124a();function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0x136;var f=c[d];return f;},a124d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x11d;let f=c[d];return f;},a125d(a,b);}const a125k=a125d;(function(a,b){const i=a125d,c=a();while(!![]){try{const d=parseInt(i(0x12f))/0x1+-parseInt(i(0x149))/0x2+-parseInt(i(0x12a))/0x3+-parseInt(i(0x13f))/0x4+parseInt(i(0x127))/0x5+-parseInt(i(0x124))/0x6+parseInt(i(0x130))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x83cf3));const a125b=(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;};}()),a125a=a125b(this,function(){const j=a125d;return a125a['toString']()['search'](j(0x12b))[j(0x136)]()[j(0x13c)](a125a)[j(0x123)]('(((.+)+)+)+$');});a125a();import*as a125e from'single-line-log2';import a125f from'cli-color';function a125c(){const D=['log','1640808UBhvEI','notice','blackBright','forEach','header','map','majestic','<value>','[--','greenBright','728278gSHBmP','cyanBright','warn','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','trim','whiteBright','hide','stdout','usage','yellowBright','search','5235978JwWPFM','cyan','\x0aManual:','1508510bEcXiu','name','platform','2396448quxNWK','(((.+)+)+)+$','show','\x20>\x20','magentaBright','954941odxsKz','12103476nGySQQ','red','Usage:\x20','boolFlag','success','object','toString','values','bright','length','join','win32','constructor','hidden'];a125c=function(){return D;};return a125c();}import a125g from'cli-cursor';import a125h from'elegant-spinner';const isWin=process[a125k(0x129)]===a125k(0x13b),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const l=a125k;return a[l(0x144)](b=>{const m=l;if(typeof b===m(0x135)){if(b?.[m(0x13d)])return'';if(b[m(0x133)])return'[--'+b[m(0x128)]+']';return m(0x147)+b['name']+'='+(b?.[m(0x137)]?b[m(0x137)][m(0x13a)]('|'):m(0x146))+']';}return m(0x147)+b+']';})[l(0x13a)]('\x20');},formatRequiredOpts=a=>{const n=a125k;return a[n(0x144)](b=>{const o=n;if(typeof b==='object'){if(b?.['hidden'])return'';if(b[o(0x133)])return'--'+b['name'];return'--'+b['name']+'='+(b?.['values']?b['values'][o(0x13a)]('|'):o(0x146));}return'--'+b;})[n(0x13a)]('\x20');};export class Log{static[a125k(0x134)](a){const p=a125k;console[p(0x13e)](a125f[p(0x148)](a));}static[a125k(0x14b)](a){const q=a125k;console[q(0x13e)](a125f[q(0x122)](a));}static[a125k(0x140)](a){const r=a125k;console[r(0x13e)](a125f[r(0x14a)](a));}static['error'](a){const s=a125k;console[s(0x13e)](a125f[s(0x131)]['bold'](a));}static[a125k(0x143)](a){const t=a125k;console[t(0x13e)](a125f[t(0x141)](a));}static[a125k(0x138)](a){const u=a125k;console[u(0x13e)](a125f[u(0x11e)](a));}static[a125k(0x145)](a){const v=a125k;console[v(0x13e)](a125f[v(0x12e)](a));}static[a125k(0x121)](a,b,c,d,e,f){const w=a125k,g=a125f['blackBright'];Log[w(0x138)](d),b&&b[w(0x139)]>0x0&&(Log[w(0x138)](g('Examples:')),b[w(0x142)](h=>{const x=w;Log['bright'](x(0x12d)+h);})),a&&(Log[w(0x143)](w(0x126)),Log[w(0x140)]('\x20\x20'+a[w(0x11d)]()+'\x0a')),c&&Log[w(0x138)](g(w(0x132))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[w(0x143)](w(0x14c));}static['withSpinner'](a=''){const y=a125k;a125g[y(0x11f)]();const b=a125h();a125g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const z=a125d;a125e[z(0x120)](a125f[z(0x125)](b())+'\x20'+d);},0x5a);},'success'(d=''){const A=y;clearInterval(c),a125e[A(0x120)](a125f[A(0x148)](check)+'\x20'+a+'\x20'+d),console['log'](),a125g[A(0x12c)]();},'failure'(d=''){const B=y;clearInterval(c),a125e[B(0x120)](a125f[B(0x131)]['bold'](cross)+'\x20'+a+'\x20'+d),console[B(0x13e)](),a125g[B(0x12c)]();},'stop'(){const C=y;clearInterval(c),a125g[C(0x12c)]();}};}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a126d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a126d,c=a();while(!![]){try{var d=parseInt(f(0x11b))/0x1*(parseInt(f(0x119))/0x2)+-parseInt(f(0x112))/0x3+parseInt(f(0x116))/0x4+parseInt(f(0x113))/0x5+parseInt(f(0x111))/0x6*(parseInt(f(0x118))/0x7)+-parseInt(f(0x110))/0x8+-parseInt(f(0x117))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xa2b29));var a126b=(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;};}()),a126a=a126b(this,function(){var g=a126d;return a126a['toString']()['search'](g(0x11a))[g(0x10f)]()[g(0x115)](a126a)[g(0x114)]('(((.+)+)+)+$');});a126a();function a126c(){var h=['constructor','4560916LrTYFf','10866321bVFPYa','2224334AcQVrB','228316UnUUds','(((.+)+)+)+$','7pdTYhB','toString','4363840jUUuML','18WkFfrk','3131040xculqd','2851585BIrYSX','search'];a126c=function(){return h;};return a126c();}function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0x10f;var f=c[d];return f;},a126d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a127h=a127d;(function(a,b){const f=a127d,c=a();while(!![]){try{const d=-parseInt(f(0x159))/0x1*(-parseInt(f(0x175))/0x2)+parseInt(f(0x15a))/0x3*(parseInt(f(0x163))/0x4)+parseInt(f(0x161))/0x5*(-parseInt(f(0x15e))/0x6)+-parseInt(f(0x15c))/0x7*(-parseInt(f(0x16b))/0x8)+-parseInt(f(0x157))/0x9+parseInt(f(0x166))/0xa+-parseInt(f(0x169))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x56f78));const a127b=(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;};}()),a127a=a127b(this,function(){const g=a127d;return a127a['toString']()[g(0x16c)](g(0x158))[g(0x171)]()[g(0x164)](a127a)[g(0x16c)](g(0x158));});function a127c(){const m=['constructor','requiredOpts','4593700NejWVS','handleOptions','list','7206177uETuRO','Please\x20provide\x20a\x20valid\x20value\x20for\x20','8bwgznB','search','log','inputOpts','opts','string','toString','validOpts','ask','Invalid\x20value\x20for\x20','74uQyxFg','4849110OUifoq','(((.+)+)+)+$','19079SEqERq','1893tcrSSh','includes','1633954dCJmbp','Please\x20choose\x20a\x20valid\x20value\x20for\x20','98562UuRJoh','handleRequiredOptions','options','10ViOwps','handleValidOptions','1168gudFRM'];a127c=function(){return m;};return a127c();}a127a();function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x157;let f=c[d];return f;},a127d(a,b);}import{Actions}from'../actions/actions.class.js';export class OptionHandler{['inputOpts'];['opts'];['requiredOpts'];[a127h(0x172)];constructor(){const i=a127h;this[i(0x16e)]=[],this['opts']={},this[i(0x165)]=[],this[i(0x172)]=[];}async[a127h(0x167)](a,b,c){const j=a127h;this[j(0x16e)]=a,this[j(0x165)]=b,this[j(0x172)]=c,await this[j(0x15f)](),await this[j(0x162)](),console[j(0x16d)](this[j(0x16f)]);}async[a127h(0x15f)](){const k=a127h;if(this[k(0x165)]?.['length']>0x0)for(const a of this['requiredOpts']){let b=!![];const {name:c,values:d}=typeof a===k(0x170)?{'name':a,'values':undefined}:a;if(!this[k(0x16e)][k(0x15b)](c)){const e=d?await Actions[k(0x160)]({'type':k(0x168),'name':c,'message':'Please\x20choose\x20a\x20value\x20for\x20'+c,'choices':d}):await Actions[k(0x173)]('Please\x20provide\x20a\x20value\x20for\x20'+c);this[k(0x16f)][c]=d?e[c]:e,b=d?d['includes'](this['opts'][c]):!![];}else b=d?d[k(0x15b)](this[k(0x16f)][c]):!![];if(!b)throw new Error(k(0x174)+c+':\x20'+this[k(0x16f)][c]);}}async[a127h(0x162)](){const l=a127h;if(this[l(0x172)]?.['length']>0x0)for(const a of this[l(0x172)]){const {name:b,values:c}=typeof a===l(0x170)?{'name':a,'values':undefined}:a,d=this['opts'][b];if(d!==undefined&&(!c||!c[l(0x15b)](d))){const e=c?await Actions[l(0x160)]({'type':l(0x168),'name':b,'message':l(0x15d)+b,'choices':c}):await Actions['ask'](l(0x16a)+b);this[l(0x16f)][b]=c?e[b]:e;}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a128m=a128d;(function(a,b){const j=a128d,c=a();while(!![]){try{const d=parseInt(j(0x179))/0x1+parseInt(j(0x192))/0x2*(parseInt(j(0x18a))/0x3)+parseInt(j(0x183))/0x4*(parseInt(j(0x17c))/0x5)+parseInt(j(0x17f))/0x6+-parseInt(j(0x188))/0x7*(-parseInt(j(0x187))/0x8)+parseInt(j(0x18f))/0x9*(parseInt(j(0x182))/0xa)+-parseInt(j(0x18d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x434ce));function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x177;let f=c[d];return f;},a128d(a,b);}const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a128d;if(c){const e=c[k(0x185)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const l=a128d;return a128a['toString']()[l(0x17e)]('(((.+)+)+)+$')[l(0x177)]()[l(0x17b)](a128a)[l(0x17e)](l(0x181));});a128a();import{spawn}from'child_process';function a128c(){const s=['success','2YVqipi','kill','toString','cwd','268025GuSNYH','ignore','constructor','5aKVREd','verbose','search','1671300szmUUc','withSpinner','(((.+)+)+)+$','20dBwSHR','29320DRGZrb','disconnect','apply','data','8IuoDcE','321643KJdmYE','close','1485996YvRJeL','SIGINT','message','11913682TdecWa','pid','1185921gsdOVM','start'];a128c=function(){return s;};return a128c();}import{Log}from'../log/log.class.js';export class SpawnAsync{static[a128m(0x180)](a,b,c){return new Promise((d,e)=>{const n=a128d,f=Log[n(0x180)](),g=c?.[n(0x178)]||'.';c?.[n(0x18c)]&&f[n(0x190)](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x17d)]?'inherit':n(0x17a)});process['on'](n(0x18b),()=>{const o=n,i=h[o(0x18e)];i&&process[o(0x193)](i);}),h['on'](n(0x186),i=>{console['log'](i);}),h['on'](n(0x184),()=>{const p=n;c?.[p(0x18c)]&&f[p(0x191)](),d();}),h['on'](n(0x189),()=>{const q=n;c?.[q(0x18c)]&&f[q(0x191)](),d();}),h['on']('error',()=>{const r=n;c?.[r(0x18c)]&&f['failure'](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a129d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
(function(a,b){var f=a129d,c=a();while(!![]){try{var d=parseInt(f(0x18d))/0x1*(parseInt(f(0x195))/0x2)+-parseInt(f(0x18c))/0x3+parseInt(f(0x197))/0x4*(parseInt(f(0x191))/0x5)+-parseInt(f(0x190))/0x6+-parseInt(f(0x18b))/0x7*(-parseInt(f(0x196))/0x8)+parseInt(f(0x199))/0x9*(-parseInt(f(0x193))/0xa)+-parseInt(f(0x18e))/0xb*(-parseInt(f(0x198))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x6be6d));var a129b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a129d;if(c){var e=c[g(0x192)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){var h=a129d;return a129a[h(0x19a)]()['search'](h(0x18f))[h(0x19a)]()[h(0x194)](a129a)[h(0x19b)]('(((.+)+)+)+$');});function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0x18b;var f=c[d];return f;},a129d(a,b);}a129a();function a129c(){var i=['2849QyauHm','2525580QHAzPE','219039WpsggZ','22UDgcCf','(((.+)+)+)+$','961008qhOuEt','35oPSBVD','apply','1452950fNTHvf','constructor','6nxGOXu','6648FItvjK','213676dYatri','2191896jSIQXa','18SJxdJx','toString','search'];a129c=function(){return i;};return a129c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a130p=a130d;(function(a,b){const m=a130d,c=a();while(!![]){try{const d
|
|
1
|
+
const a130p=a130d;(function(a,b){const m=a130d,c=a();while(!![]){try{const d=parseInt(m(0x202))/0x1*(parseInt(m(0x1e3))/0x2)+parseInt(m(0x1f5))/0x3*(parseInt(m(0x1e0))/0x4)+-parseInt(m(0x1eb))/0x5+-parseInt(m(0x1fa))/0x6*(parseInt(m(0x1fc))/0x7)+-parseInt(m(0x1e7))/0x8*(parseInt(m(0x1f1))/0x9)+parseInt(m(0x1ef))/0xa*(parseInt(m(0x205))/0xb)+-parseInt(m(0x200))/0xc*(-parseInt(m(0x201))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x29f32));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a130d;if(c){const e=c[n(0x1e6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const o=a130d;return a130a[o(0x1f4)]()[o(0x1f8)](o(0x209))[o(0x1f4)]()[o(0x1e5)](a130a)['search'](o(0x209));});a130a();import a130e from'path';function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x1de;let f=c[d];return f;},a130d(a,b);}import{execSync,spawnSync,spawn}from'child_process';function a130c(){const x=['2302110rVfmxg','ssh','2999988MPXpzo','join','source','toString','33207mWwWxk','success','push','search','close','12RIxeJM','message','414183PiFrKP','pem','user','verbose','1003740fJSZSQ','13EJbdAh','1621qrcXsn','error','sshSync','11VpBfCG','ignore','port','host','(((.+)+)+)+$','concat','ssh\x20','56XRimlj','inherit','2>&1','382hfXxIp','scp','constructor','apply','8HItCKD','sshVerbose','dest','failure','774685WkYdIZ','ConnectTimeout=2','env','tty'];a130c=function(){return x;};return a130c();}import{Log}from'../log/log.class.js';export class SSH{static [a130p(0x1f0)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a130d,f=b[q(0x1fe)]+'@'+b[q(0x208)],g=a130e[q(0x1f2)](b[q(0x1ed)],b[q(0x1fd)]),h=c?.['tty']||![],i=c?.[q(0x1e8)]||![];let j=[];h&&j['push']('-t');i&&j[q(0x1f7)]('-v');j=j[q(0x1de)](['-o',q(0x1ec),'-i',g,'-p',b[q(0x207)],f,a]);const k=Log['withSpinner']();c?.['message']&&k['start'](c?.[q(0x1fb)]);const l=spawn(q(0x1f0),j,{'stdio':c?.['verbose']?q(0x1e1):q(0x206)});l['on']('disconnect',()=>{const r=q;c?.['message']&&k[r(0x1f6)](),d();}),l['on'](q(0x1f9),()=>{const s=q;c?.[s(0x1fb)]&&k[s(0x1f6)](),d();}),l['on'](q(0x203),()=>{const t=q;c?.[t(0x1fb)]&&k[t(0x1ea)](),e();});});};static [a130p(0x204)]=(a,b,c)=>{const u=a130p,d=b['user']+'@'+b[u(0x208)],e=a130e['join'](b[u(0x1ed)],b['pem']),f=c?.[u(0x1ee)]||![],g=c?.[u(0x1e8)]||![];let h=[];f&&h[u(0x1f7)]('-t'),g&&h[u(0x1f7)]('-v'),h=h[u(0x1de)](['-o','ConnectTimeout=2','-i',e,'-p',b[u(0x207)],d,a]),spawnSync(u(0x1f0),h,{'stdio':c?.[u(0x1ff)]?'inherit':'ignore'});};static['ping'](a,b,c){const v=a130p,d=b[v(0x1fe)]+'@'+b[v(0x208)],e=a130e[v(0x1f2)](b[v(0x1ed)],b[v(0x1fd)]),f=c?.[v(0x1ee)]||![];let g=[];f&&g['push']('-t');g=g[v(0x1de)](['-o',v(0x1ec),'-i',e,'-p',b['port'],d,a,v(0x1e2)]);const h=v(0x1df)+g[v(0x1f2)]('\x20');return execSync(h)[v(0x1f4)]();}static['scp'](a,b){const w=a130p,c=b['user']+'@'+b['host']+':'+a[w(0x1e9)],d=a130e[w(0x1f2)](b[w(0x1ed)],b[w(0x1fd)]),e=['-i',d,'-P',b[w(0x207)],a[w(0x1f3)],c];spawnSync(w(0x1e4),e,{'stdio':a[w(0x1ff)]?w(0x1e1):w(0x206)});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a131d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a131d,c=a();while(!![]){try{var d=-parseInt(f(0x1b8))/0x1+parseInt(f(0x1b3))/0x2+parseInt(f(0x1b4))/0x3+parseInt(f(0x1ac))/0x4*(-parseInt(f(0x1af))/0x5)+parseInt(f(0x1b1))/0x6*(-parseInt(f(0x1ae))/0x7)+-parseInt(f(0x1b9))/0x8*(-parseInt(f(0x1ad))/0x9)+parseInt(f(0x1b0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x79817));var a131b=(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;};}()),a131a=a131b(this,function(){var g=a131d;return a131a['toString']()[g(0x1b5)]('(((.+)+)+)+$')[g(0x1b6)]()[g(0x1b2)](a131a)[g(0x1b5)](g(0x1b7));});function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0x1ac;var f=c[d];return f;},a131d(a,b);}a131a();function a131c(){var h=['5EoZMrz','18153110XcLOyM','4650qKQgsb','constructor','478636jirMKs','1996806NLnNOl','search','toString','(((.+)+)+)+$','830585GYhQis','8VQUTxA','2346672Dhcipi','390006jdmDSi','7665LBVKTs'];a131c=function(){return h;};return a131c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a132i=a132d;(function(a,b){const f=a132d,c=a();while(!![]){try{const d=parseInt(f(0x10b))/0x1+parseInt(f(0xfb))/0x2*(-parseInt(f(0x116))/0x3)+parseInt(f(0xf7))/0x4*(parseInt(f(0x10f))/0x5)+-parseInt(f(0x105))/0x6+parseInt(f(0x107))/0x7*(-parseInt(f(0x103))/0x8)+-parseInt(f(0x104))/0x9*(parseInt(f(0x113))/0xa)+parseInt(f(0xfd))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0xecddc));const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a132d;if(c){const e=c[g(0x109)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const h=a132d;return a132a[h(0xfa)]()['search']('(((.+)+)+)+$')[h(0xfa)]()['constructor'](a132a)[h(0x100)](h(0xff));});function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0xf7;let f=c[d];return f;},a132d(a,b);}a132a();import{spawnSync}from'child_process';function a132c(){const l=['-key','23113959RDzZAj','csrName','(((.+)+)+)+$','search','-nodes','keyName','1834192SIJzWJ','9BBgedH','10412208rkrlzJ','inherit','28LKqRaa','-keyout','apply','useConfig','1673875raOGKY','genSSC','openssl','push','149335mUvpyL','-out','cwd','req','12712990TeaayH','genCSR','rsa:2048','3ZqfrfM','208SWeCKG','openssl.conf','-new','toString','868522WWXSgV'];a132c=function(){return l;};return a132c();}export class SSL{static[a132i(0x114)](a){const j=a132i,b=a[j(0x111)]?a[j(0x111)]:process[j(0x111)](),c=[j(0x112),j(0xf9),'-newkey',j(0x115),j(0x101),j(0x108),a[j(0x102)],j(0x110),a[j(0xfe)]];a[j(0x10a)]&&(c[j(0x10e)]('-config'),c[j(0x10e)](j(0xf8))),spawnSync('openssl',c,{'stdio':j(0x106),'cwd':b});}static[a132i(0x10c)](a){const k=a132i,b=a[k(0x111)]?a[k(0x111)]:process[k(0x111)](),c=['req','-x509',k(0xf9),k(0xfc),a[k(0x102)],k(0x110),a['crtName']];a['useConfig']&&(c[k(0x10e)]('-config'),c[k(0x10e)](k(0xf8))),spawnSync(k(0x10d),c,{'stdio':k(0x106),'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.5.
|
|
4
|
+
"version": "4.5.43",
|
|
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.",
|