@maka/maka-cli 4.5.40 → 4.5.41
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=parseInt(f(
|
|
1
|
+
(function(a,b){var f=a122d,c=a();while(!![]){try{var d=parseInt(f(0xe6))/0x1+-parseInt(f(0xf3))/0x2*(-parseInt(f(0xe7))/0x3)+-parseInt(f(0xed))/0x4*(parseInt(f(0xec))/0x5)+-parseInt(f(0xeb))/0x6+parseInt(f(0xf1))/0x7*(parseInt(f(0xef))/0x8)+-parseInt(f(0xe9))/0x9+parseInt(f(0xea))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0xb3c99));function a122c(){var i=['4255236mSGrKc','2300270HVafqF','5346690JaQOGM','5SlOfeY','1463556qzjrRy','toString','8887616ZSOwBH','(((.+)+)+)+$','7SuWUDH','apply','154MXbyhM','253521uyZgPt','33963BHVrYf','search'];a122c=function(){return i;};return a122c();}var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0xf2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a['toString']()[h(0xe8)]('(((.+)+)+)+$')[h(0xee)]()['constructor'](a122a)[h(0xe8)](h(0xf0));});function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0xe6;var f=c[d];return f;},a122d(a,b);}a122a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a123q=a123d;(function(a,b){const n=a123d,c=a();while(!![]){try{const d=-parseInt(n(
|
|
1
|
+
function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x65;let f=c[d];return f;},a123d(a,b);}const a123q=a123d;(function(a,b){const n=a123d,c=a();while(!![]){try{const d=-parseInt(n(0x85))/0x1+parseInt(n(0x7d))/0x2*(parseInt(n(0x78))/0x3)+-parseInt(n(0x87))/0x4*(parseInt(n(0x6e))/0x5)+-parseInt(n(0x82))/0x6*(parseInt(n(0x65))/0x7)+parseInt(n(0x70))/0x8+parseInt(n(0x79))/0x9*(parseInt(n(0x71))/0xa)+-parseInt(n(0x7a))/0xb*(-parseInt(n(0x77))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x1d24c));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a123d;if(c){const e=c[o(0x6b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const p=a123d;return a123a[p(0x68)]()[p(0x76)]('(((.+)+)+)+$')['toString']()[p(0x7f)](a123a)[p(0x76)](p(0x81));});function a123c(){const C=['statusMessage','Bearer\x20','abort','search','14412XQBjpW','12255epQSvt','954xaIbmH','2266yeyYYF','stringify','POST','22GTDRXF','env','constructor','end','(((.+)+)+)+$','4476pqGxgW','data','MAKA_DEV','168460lmLvcb','get','4mSgsUc','assign','973LQfOkm','post','NODE_TLS_REJECT_UNAUTHORIZED','toString','statusCode','application/json','apply','/v1/engines/davinci/completions','length','136585XHGvMP','readFileSync','565968giFDte','5260IRNZiA','BAD\x20RETURN'];a123c=function(){return C;};return a123c();}a123a();import a123e from'https';import a123f from'fs';const TIMEOUT=0xbb8;process[a123q(0x7e)][a123q(0x67)]=process[a123q(0x7e)][a123q(0x84)]==='True'?'0':'1';export class HTTPS{static async[a123q(0x66)]({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a123q,f=JSON[r(0x7b)](c),g={'Content-Type':'application/json','Content-Length':f[r(0x6d)]};Object['assign'](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':r(0x7c),'headers':g,'timeout':TIMEOUT};return e&&Object[r(0x88)](h,{'cert':a123f[r(0x6f)](e)}),new Promise((i,j)=>{const v=r,k=a123e['request'](h,l=>{const s=a123d;l['on'](s(0x83),m=>{const t=s;i({'statusCode':l[t(0x69)]||0x1f4,'statusMessage':l[t(0x73)]||t(0x72),'data':m[t(0x68)]()});});});k['on']('error',l=>{j(l);}),k['on']('timeout',()=>{const u=a123d;k[u(0x75)](),j({'statusCode':0x198,'statusMessage':'Request\x20timeout'});}),k['write'](f),k[v(0x80)]();});}static[a123q(0x86)]({url:a,headers:b,cert:c}){const w=a123q,d={'Content-Type':w(0x6a)};Object[w(0x88)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a123f[w(0x6f)](c)}),new Promise((f,g)=>{const x=w,h=a123e[x(0x86)](a,e,i=>{const y=x;i['on'](y(0x83),j=>{const z=y;f({'statusCode':i[z(0x69)]||0x1f4,'statusMessage':i['statusMessage']||z(0x72),'data':j[z(0x68)]()});});});h['on']('error',i=>{g(i);}),h['on']('timeout',()=>{const A=x;h[A(0x75)](),g({'statusCode':0x198,'statusMessage':'Request\x20timeout'});});});}static async['askGPT']({prompt:a,openApiKey:b,certPath:c}){const B=a123q,d={'prompt':a,'max_tokens':0x96},e={'Authorization':B(0x74)+b},f=await this[B(0x66)]({'hostname':'api.openai.com','path':B(0x6c),'data':d,'headers':e,'cert':c});return f;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a124d,c=a();while(!![]){try{var d=-parseInt(f(0x77))/0x1+-parseInt(f(0x78))/0x2+-parseInt(f(0x75))/0x3+-parseInt(f(0x79))/0x4+parseInt(f(0x7c))/0x5+-parseInt(f(0x73))/0x6*(parseInt(f(0x72))/0x7)+parseInt(f(0x71))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x8ef88));function a124c(){var h=['258062Imenoe','108dVsFcI','(((.+)+)+)+$','1094673hpEkbt','search','930105DAPLop','2063080JRetaM','752388tnMLsR','constructor','toString','2547390aKjHhh','26034808vmYvQb'];a124c=function(){return h;};return a124c();}function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0x71;var f=c[d];return f;},a124d(a,b);}var a124b=(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;};}()),a124a=a124b(this,function(){var g=a124d;return a124a['toString']()[g(0x76)](g(0x74))[g(0x7b)]()[g(0x7a)](a124a)[g(0x76)](g(0x74));});a124a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a125l=a125d;(function(a,b){const i=a125d,c=a();while(!![]){try{const d
|
|
1
|
+
const a125l=a125d;function a125c(){const D=['7917602mjUopk','(((.+)+)+)+$','76278dMwHdi','cyan','constructor','[--','16069272KXBbTu','hidden','toString','notice','boolFlag','\x0aManual:','usage','join','6576530JlWgAd','<value>','615nxTnZo','win32','warn','whiteBright','Usage:\x20','forEach','majestic','stdout','2709777yDKJQz','bold','Examples:','cyanBright','magentaBright','success','90194Nmbdgz','search','show','yellowBright','red','trim','object','header','greenBright','length','values','apply','log','map','hide','20668vvQxjd','18BBOhzF','9dvhdnB','580VBIYZO','\x20>\x20','bright','16zhLqSL','name'];a125c=function(){return D;};return a125c();}(function(a,b){const i=a125d,c=a();while(!![]){try{const d=parseInt(i(0x11f))/0x1*(parseInt(i(0x10e))/0x2)+parseInt(i(0x135))/0x3*(-parseInt(i(0x11d))/0x4)+parseInt(i(0x120))/0x5*(parseInt(i(0x127))/0x6)+parseInt(i(0x108))/0x7*(-parseInt(i(0x123))/0x8)+parseInt(i(0x11e))/0x9*(-parseInt(i(0x133))/0xa)+parseInt(i(0x125))/0xb+parseInt(i(0x12b))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xc10b2));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a125d;if(c){const e=c[j(0x119)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const k=a125d;return a125a[k(0x12d)]()[k(0x10f)](k(0x126))['toString']()[k(0x129)](a125a)[k(0x10f)](k(0x126));});a125a();import*as a125e from'single-line-log2';import a125f from'cli-color';import a125g from'cli-cursor';function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x106;let f=c[d];return f;},a125d(a,b);}import a125h from'elegant-spinner';const isWin=process['platform']===a125l(0x136),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const m=a125l;return a[m(0x11b)](b=>{const n=m;if(typeof b===n(0x114)){if(b?.['hidden'])return'';if(b[n(0x12f)])return n(0x12a)+b['name']+']';return n(0x12a)+b[n(0x124)]+'='+(b?.[n(0x118)]?b['values'][n(0x132)]('|'):n(0x134))+']';}return n(0x12a)+b+']';})[m(0x132)]('\x20');},formatRequiredOpts=a=>{const o=a125l;return a[o(0x11b)](b=>{const p=o;if(typeof b==='object'){if(b?.[p(0x12c)])return'';if(b['boolFlag'])return'--'+b[p(0x124)];return'--'+b[p(0x124)]+'='+(b?.['values']?b[p(0x118)][p(0x132)]('|'):'<value>');}return'--'+b;})[o(0x132)]('\x20');};export class Log{static[a125l(0x10d)](a){const q=a125l;console[q(0x11a)](a125f[q(0x116)](a));}static[a125l(0x137)](a){const r=a125l;console['log'](a125f[r(0x111)](a));}static[a125l(0x12e)](a){const s=a125l;console[s(0x11a)](a125f[s(0x10b)](a));}static['error'](a){const t=a125l;console[t(0x11a)](a125f[t(0x112)]['bold'](a));}static[a125l(0x115)](a){console['log'](a125f['blackBright'](a));}static[a125l(0x122)](a){const u=a125l;console[u(0x11a)](a125f[u(0x138)](a));}static[a125l(0x106)](a){const v=a125l;console[v(0x11a)](a125f[v(0x10c)](a));}static[a125l(0x131)](a,b,c,d,e,f){const w=a125l,g=a125f['blackBright'];Log[w(0x122)](d),b&&b[w(0x117)]>0x0&&(Log[w(0x122)](g(w(0x10a))),b[w(0x13a)](h=>{const x=w;Log[x(0x122)](x(0x121)+h);})),a&&(Log[w(0x115)](w(0x130)),Log[w(0x12e)]('\x20\x20'+a[w(0x113)]()+'\x0a')),c&&Log['bright'](g(w(0x139))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[w(0x115)]('For\x20more\x20information,\x20visit\x20https://www.maka-cli.com');}static['withSpinner'](a=''){const y=a125l;a125g[y(0x11c)]();const b=a125h();a125g[y(0x11c)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const z=a125d;a125e[z(0x107)](a125f[z(0x128)](b())+'\x20'+d);},0x5a);},'success'(d=''){const A=y;clearInterval(c),a125e['stdout'](a125f['greenBright'](check)+'\x20'+a+'\x20'+d),console[A(0x11a)](),a125g[A(0x110)]();},'failure'(d=''){const B=y;clearInterval(c),a125e[B(0x107)](a125f['red'][B(0x109)](cross)+'\x20'+a+'\x20'+d),console['log'](),a125g[B(0x110)]();},'stop'(){const C=y;clearInterval(c),a125g[C(0x110)]();}};}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a126d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
(function(a,b){var f=a126d,c=a();while(!![]){try{var d=-parseInt(f(0xed))/0x1+-parseInt(f(0xf5))/0x2*(-parseInt(f(0xf4))/0x3)+parseInt(f(0xea))/0x4*(-parseInt(f(0xf2))/0x5)+parseInt(f(0xef))/0x6+-parseInt(f(0xf3))/0x7+parseInt(f(0xeb))/0x8*(-parseInt(f(0xf1))/0x9)+parseInt(f(0xee))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xc9821));var a126b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a126d;if(c){var e=c[g(0xec)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){var h=a126d;return a126a['toString']()[h(0xf0)]('(((.+)+)+)+$')['toString']()['constructor'](a126a)['search']('(((.+)+)+)+$');});function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0xea;var f=c[d];return f;},a126d(a,b);}a126a();function a126c(){var i=['425114PzVzFC','284NKyLXd','366168AgpmYN','apply','527474UlUePV','22168520pULElE','8240892KTZzXy','search','198PkKdGK','95905EPcKxh','6520185dIiAEj','15JIPmne'];a126c=function(){return i;};return a126c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a127i=a127d;(function(a,b){const f=a127d,c=a();while(!![]){try{const d
|
|
1
|
+
function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x175;let f=c[d];return f;},a127d(a,b);}const a127i=a127d;(function(a,b){const f=a127d,c=a();while(!![]){try{const d=parseInt(f(0x187))/0x1*(-parseInt(f(0x18f))/0x2)+parseInt(f(0x177))/0x3*(parseInt(f(0x180))/0x4)+-parseInt(f(0x191))/0x5*(parseInt(f(0x182))/0x6)+parseInt(f(0x193))/0x7*(-parseInt(f(0x17d))/0x8)+-parseInt(f(0x175))/0x9+-parseInt(f(0x179))/0xa+parseInt(f(0x185))/0xb*(parseInt(f(0x18b))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x8b8f0));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a127d;if(c){const e=c[g(0x18a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const h=a127d;return a127a[h(0x17c)]()[h(0x190)](h(0x189))[h(0x17c)]()['constructor'](a127a)[h(0x190)](h(0x189));});a127a();function a127c(){const n=['handleRequiredOptions','354hIBiWE','Please\x20provide\x20a\x20value\x20for\x20','handleValidOptions','32011617GjNswC','Please\x20choose\x20a\x20valid\x20value\x20for\x20','83733ZRKyxY','validOpts','(((.+)+)+)+$','apply','12djGOdh','options','log','includes','4nMmPSK','search','64535vSjZMn','inputOpts','131243IdplTe','list','1191204BWESyu','string','993SnGJaA','opts','10380770ulRhqu','requiredOpts','Please\x20choose\x20a\x20value\x20for\x20','toString','104ZuCsUZ','length','Please\x20provide\x20a\x20valid\x20value\x20for\x20','56VhZyCR'];a127c=function(){return n;};return a127c();}import{Actions}from'../actions/actions.class.js';export class OptionHandler{['inputOpts'];[a127i(0x178)];['requiredOpts'];[a127i(0x188)];constructor(){const j=a127i;this[j(0x192)]=[],this[j(0x178)]={},this[j(0x17a)]=[],this[j(0x188)]=[];}async['handleOptions'](a,b,c){const k=a127i;this[k(0x192)]=a,this[k(0x17a)]=b,this[k(0x188)]=c,await this['handleRequiredOptions'](),await this['handleValidOptions'](),console[k(0x18d)](this[k(0x178)]);}async[a127i(0x181)](){const l=a127i;if(this[l(0x17a)]?.['length']>0x0)for(const a of this['requiredOpts']){let b=!![];const {name:c,values:d}=typeof a==='string'?{'name':a,'values':undefined}:a;if(!this[l(0x192)][l(0x18e)](c)){const e=d?await Actions[l(0x18c)]({'type':l(0x194),'name':c,'message':l(0x17b)+c,'choices':d}):await Actions['ask'](l(0x183)+c);this[l(0x178)][c]=d?e[c]:e,b=d?d[l(0x18e)](this[l(0x178)][c]):!![];}else b=d?d[l(0x18e)](this['opts'][c]):!![];if(!b)throw new Error('Invalid\x20value\x20for\x20'+c+':\x20'+this[l(0x178)][c]);}}async[a127i(0x184)](){const m=a127i;if(this[m(0x188)]?.[m(0x17e)]>0x0)for(const a of this[m(0x188)]){const {name:b,values:c}=typeof a===m(0x176)?{'name':a,'values':undefined}:a,d=this[m(0x178)][b];if(d!==undefined&&(!c||!c['includes'](d))){const e=c?await Actions[m(0x18c)]({'type':m(0x194),'name':b,'message':m(0x186)+b,'choices':c}):await Actions['ask'](m(0x17f)+b);this[m(0x178)][b]=c?e[b]:e;}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){const j=a128d,c=a();while(!![]){try{const d
|
|
1
|
+
function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x93;let f=c[d];return f;},a128d(a,b);}function a128c(){const r=['12845RIOZVS','search','2406570ImWjhH','ignore','success','495651lUQAXs','10tiQLzT','(((.+)+)+)+$','2jEVVrN','toString','881949XzhCzY','close','log','kill','246392jDtUcN','55OJviZT','inherit','constructor','start','verbose','2586RNoALI','message','disconnect','cwd','4574421wKyIqr','SIGINT','pid','1471684WOBQvT'];a128c=function(){return r;};return a128c();}(function(a,b){const j=a128d,c=a();while(!![]){try{const d=-parseInt(j(0xa2))/0x1+parseInt(j(0xa5))/0x2*(parseInt(j(0xa7))/0x3)+-parseInt(j(0x9c))/0x4*(-parseInt(j(0xa3))/0x5)+-parseInt(j(0x95))/0x6*(parseInt(j(0x9d))/0x7)+-parseInt(j(0xab))/0x8+-parseInt(j(0x99))/0x9+parseInt(j(0x9f))/0xa*(parseInt(j(0xac))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x637d2));const a128b=(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;};}()),a128a=a128b(this,function(){const k=a128d;return a128a[k(0xa6)]()[k(0x9e)](k(0xa4))[k(0xa6)]()[k(0xae)](a128a)[k(0x9e)]('(((.+)+)+)+$');});a128a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const l=a128d,f=Log['withSpinner'](),g=c?.[l(0x98)]||'.';c?.[l(0x96)]&&f[l(0x93)](c?.[l(0x96)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[l(0x94)]?l(0xad):l(0xa0)});process['on'](l(0x9a),()=>{const m=l,i=h[m(0x9b)];i&&process[m(0xaa)](i);}),h['on']('data',i=>{const n=l;console[n(0xa9)](i);}),h['on'](l(0x97),()=>{const o=l;c?.[o(0x96)]&&f[o(0xa1)](),d();}),h['on'](l(0xa8),()=>{const p=l;c?.[p(0x96)]&&f[p(0xa1)](),d();}),h['on']('error',()=>{const q=l;c?.[q(0x96)]&&f['failure'](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a129d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a129d,c=a();while(!![]){try{var d=parseInt(f(0x106))/0x1*(-parseInt(f(0x10f))/0x2)+-parseInt(f(0x111))/0x3*(parseInt(f(0x10b))/0x4)+parseInt(f(0x107))/0x5+parseInt(f(0x10e))/0x6*(parseInt(f(0x112))/0x7)+-parseInt(f(0x109))/0x8*(-parseInt(f(0x10d))/0x9)+-parseInt(f(0x103))/0xa*(parseInt(f(0x110))/0xb)+parseInt(f(0x105))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xe5ba8));var a129b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a129d;if(c){var e=c[g(0x102)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){var h=a129d;return a129a['toString']()[h(0x108)](h(0x104))[h(0x10c)]()[h(0x10a)](a129a)[h(0x108)]('(((.+)+)+)+$');});a129a();function a129c(){var i=['529560xSdmwy','(((.+)+)+)+$','9795840oXZjTh','808ZldCtn','800625WXyXWm','search','152HBBNiZ','constructor','16VdeEHA','toString','642339mqLQAC','7104036MbOZpQ','2278ZKOnmb','242NEMKml','367641uxtGoA','7dTwJEo','apply'];a129c=function(){return i;};return a129c();}function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0x102;var f=c[d];return f;},a129d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a130p=a130d;(function(a,b){const m=a130d,c=a();while(!![]){try{const d=-parseInt(m(0x206))/0x1+parseInt(m(0x1ef))/0x2*(-parseInt(m(0x1fa))/0x3)+parseInt(m(0x1f6))/0x4*(-parseInt(m(0x20c))/0x5)+-parseInt(m(0x1ec))/0x6*(-parseInt(m(0x211))/0x7)+-parseInt(m(0x207))/0x8+parseInt(m(0x1fc))/0x9+parseInt(m(0x205))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x7013c));function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a130d(a,b);}const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a130d;if(c){const e=c[n(0x1f9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const o=a130d;return a130a['toString']()['search'](o(0x209))[o(0x1f5)]()['constructor'](a130a)[o(0x20b)](o(0x209));});a130a();import a130e from'path';function a130c(){const x=['901012wTWEqF','tty','message','join','failure','push','toString','1591384ZlyHHn','ssh\x20','concat','apply','3KjxXbe','pem','1919259uwzWLY','port','inherit','ssh','env','verbose','sshSync','user','source','22912190hPHUvJ','794105aDYWIW','4853384tVEBqI','scp','(((.+)+)+)+$','error','search','5DOYTbW','ping','2>&1','success','disconnect','28KynVYT','ignore','host','305592OEXDuJ','ConnectTimeout=2','dest'];a130c=function(){return x;};return a130c();}import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static [a130p(0x1ff)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a130d,f=b[q(0x203)]+'@'+b['host'],g=a130e[q(0x1f2)](b[q(0x200)],b['pem']),h=c?.[q(0x1f0)]||![],i=c?.['sshVerbose']||![];let j=[];h&&j[q(0x1f4)]('-t');i&&j[q(0x1f4)]('-v');j=j[q(0x1f8)](['-o',q(0x1ed),'-i',g,'-p',b[q(0x1fd)],f,a]);const k=Log['withSpinner']();c?.[q(0x1f1)]&&k['start'](c?.[q(0x1f1)]);const l=spawn(q(0x1ff),j,{'stdio':c?.[q(0x201)]?q(0x1fe):q(0x212)});l['on'](q(0x210),()=>{const r=q;c?.[r(0x1f1)]&&k['success'](),d();}),l['on']('close',()=>{const s=q;c?.[s(0x1f1)]&&k[s(0x20f)](),d();}),l['on'](q(0x20a),()=>{const t=q;c?.['message']&&k[t(0x1f3)](),e();});});};static [a130p(0x202)]=(a,b,c)=>{const u=a130p,d=b[u(0x203)]+'@'+b[u(0x213)],e=a130e[u(0x1f2)](b[u(0x200)],b[u(0x1fb)]),f=c?.[u(0x1f0)]||![],g=c?.['sshVerbose']||![];let h=[];f&&h['push']('-t'),g&&h['push']('-v'),h=h[u(0x1f8)](['-o',u(0x1ed),'-i',e,'-p',b[u(0x1fd)],d,a]),spawnSync(u(0x1ff),h,{'stdio':c?.[u(0x201)]?u(0x1fe):'ignore'});};static[a130p(0x20d)](a,b,c){const v=a130p,d=b['user']+'@'+b[v(0x213)],e=a130e[v(0x1f2)](b['env'],b['pem']),f=c?.[v(0x1f0)]||![];let g=[];f&&g[v(0x1f4)]('-t');g=g['concat'](['-o',v(0x1ed),'-i',e,'-p',b[v(0x1fd)],d,a,v(0x20e)]);const h=v(0x1f7)+g[v(0x1f2)]('\x20');return execSync(h)[v(0x1f5)]();}static[a130p(0x208)](a,b){const w=a130p,c=b[w(0x203)]+'@'+b[w(0x213)]+':'+a[w(0x1ee)],d=a130e['join'](b[w(0x200)],b[w(0x1fb)]),e=['-i',d,'-P',b[w(0x1fd)],a[w(0x204)],c];spawnSync(w(0x208),e,{'stdio':a[w(0x201)]?w(0x1fe):w(0x212)});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a131d,c=a();while(!![]){try{var d=parseInt(f(0x124))/0x1*(-parseInt(f(0x12a))/0x2)+-parseInt(f(0x122))/0x3+-parseInt(f(0x11e))/0x4+parseInt(f(0x125))/0x5+-parseInt(f(0x127))/0x6*(-parseInt(f(0x126))/0x7)+-parseInt(f(0x11d))/0x8+-parseInt(f(0x120))/0x9*(-parseInt(f(0x12b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0xe58cc));var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a131d;if(c){var e=c[g(0x11f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a[h(0x128)]()[h(0x123)]('(((.+)+)+)+$')[h(0x128)]()[h(0x129)](a131a)['search'](h(0x121));});a131a();function a131c(){var i=['constructor','12KkvMfy','940KKhXYU','4659160VEnoGS','2781120KtymAi','apply','314433FYsphk','(((.+)+)+)+$','5610051bCRKWo','search','116099vjcGQZ','2628025plmZbK','6823873Unzcwp','6cGPquI','toString'];a131c=function(){return i;};return a131c();}function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0x11d;var f=c[d];return f;},a131d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0xb0;let f=c[d];return f;},a132d(a,b);}const a132i=a132d;(function(a,b){const f=a132d,c=a();while(!![]){try{const d=parseInt(f(0xbe))/0x1+parseInt(f(0xb1))/0x2+parseInt(f(0xc3))/0x3+parseInt(f(0xb7))/0x4+-parseInt(f(0xbc))/0x5+parseInt(f(0xb3))/0x6+-parseInt(f(0xbf))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0xc7c9f));const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a132d;if(c){const e=c[g(0xc7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const h=a132d;return a132a[h(0xba)]()[h(0xc4)](h(0xc2))[h(0xba)]()['constructor'](a132a)['search'](h(0xc2));});a132a();function a132c(){const l=['5752460rMYXqE','-newkey','req','toString','csrName','4535835wgpPCw','genCSR','288311RmktTe','26654327hxCGJY','push','openssl.conf','(((.+)+)+)+$','2868399iwgaSW','search','crtName','-key','apply','rsa:2048','-x509','genSSC','keyName','-keyout','cwd','-new','inherit','useConfig','3016594dddVoX','-nodes','8054442OkPOXH','-out','-config','openssl'];a132c=function(){return l;};return a132c();}import{spawnSync}from'child_process';export class SSL{static[a132i(0xbd)](a){const j=a132i,b=a[j(0xcd)]?a[j(0xcd)]:process[j(0xcd)](),c=[j(0xb9),j(0xce),j(0xb8),j(0xc8),j(0xb2),j(0xcc),a[j(0xcb)],'-out',a[j(0xbb)]];a[j(0xb0)]&&(c[j(0xc0)](j(0xb5)),c['push'](j(0xc1))),spawnSync('openssl',c,{'stdio':j(0xcf),'cwd':b});}static[a132i(0xca)](a){const k=a132i,b=a[k(0xcd)]?a['cwd']:process['cwd'](),c=[k(0xb9),k(0xc9),'-new',k(0xc6),a['keyName'],k(0xb4),a[k(0xc5)]];a[k(0xb0)]&&(c[k(0xc0)](k(0xb5)),c[k(0xc0)](k(0xc1))),spawnSync(k(0xb6),c,{'stdio':k(0xcf),'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.41",
|
|
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.",
|