@maka/maka-cli 4.5.45 → 4.5.47
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 a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x11a;var f=c[d];return f;},a122d(a,b);}(function(a,b){var f=a122d,c=a();while(!![]){try{var d=-parseInt(f(0x124))/0x1*(-parseInt(f(0x125))/0x2)+-parseInt(f(0x11b))/0x3*(parseInt(f(0x11d))/0x4)+parseInt(f(0x11e))/0x5*(-parseInt(f(0x12a))/0x6)+-parseInt(f(0x11a))/0x7*(-parseInt(f(0x11c))/0x8)+-parseInt(f(0x127))/0x9+parseInt(f(0x11f))/0xa*(parseInt(f(0x120))/0xb)+parseInt(f(0x123))/0xc*(parseInt(f(0x129))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0xe46a8));var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0x122)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a[h(0x126)]()[h(0x12b)]('(((.+)+)+)+$')['toString']()[h(0x121)](a122a)['search'](h(0x128));});a122a();function a122c(){var i=['16gpLqSF','24tYhWqJ','1045StCaYU','10RkqAGL','4211273rSJFXl','constructor','apply','96JfETWU','21wGhLzC','88926PdOsLQ','toString','6683283qSvMez','(((.+)+)+)+$','2749526bArAHi','19758QMpXXQ','search','280903MEhWLq','361212CpROiY'];a122c=function(){return i;};return a122c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a123q=a123d;(function(a,b){const n=a123d,c=a();while(!![]){try{const d=parseInt(n(0xc3))/0x1*(-parseInt(n(0xbf))/0x2)+parseInt(n(0xb4))/0x3+-parseInt(n(0xd7))/0x4+parseInt(n(0xb6))/0x5+-parseInt(n(0xc6))/0x6*(parseInt(n(0xbc))/0x7)+parseInt(n(0xc5))/0x8*(-parseInt(n(0xce))/0x9)+parseInt(n(0xba))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x991b7));function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0xb3;let f=c[d];return f;},a123d(a,b);}const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a123d;if(c){const e=c[o(0xbe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const p=a123d;return a123a[p(0xcf)]()[p(0xd1)](p(0xcd))['toString']()['constructor'](a123a)[p(0xd1)](p(0xcd));});a123a();import a123e from'https';import a123f from'fs';const TIMEOUT=0xbb8;function a123c(){const B=['Bearer\x20','timeout','17086120IROTEV','BAD\x20RETURN','14HTrIzY','data','apply','310wXOPEl','write','length','NODE_TLS_REJECT_UNAUTHORIZED','6454WLKcwB','Request\x20timeout','26672xyAnvs','2965962uCMCgE','readFileSync','abort','env','assign','POST','request','(((.+)+)+)+$','558ldEwCw','toString','/v1/engines/davinci/completions','search','post','end','statusMessage','api.openai.com','error','1529020aZDQOg','application/json','937635clGphJ','statusCode','5919785upglNL','True'];a123c=function(){return B;};return a123c();}process[a123q(0xc9)][a123q(0xc2)]=process[a123q(0xc9)]['MAKA_DEV']===a123q(0xb7)?'0':'1';export class HTTPS{static async[a123q(0xd2)]({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a123q,f=JSON['stringify'](c),g={'Content-Type':r(0xb3),'Content-Length':f[r(0xc1)]};Object[r(0xca)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':r(0xcb),'headers':g,'timeout':TIMEOUT};return e&&Object[r(0xca)](h,{'cert':a123f['readFileSync'](e)}),new Promise((i,j)=>{const s=r,k=a123e[s(0xcc)](h,l=>{l['on']('data',m=>{const t=a123d;i({'statusCode':l['statusCode']||0x1f4,'statusMessage':l['statusMessage']||t(0xbb),'data':m[t(0xcf)]()});});});k['on'](s(0xd6),l=>{j(l);}),k['on']('timeout',()=>{const u=s;k[u(0xc8)](),j({'statusCode':0x198,'statusMessage':'Request\x20timeout'});}),k[s(0xc0)](f),k[s(0xd3)]();});}static['get']({url:a,headers:b,cert:c}){const v=a123q,d={'Content-Type':v(0xb3)};Object['assign'](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[v(0xca)](e,{'cert':a123f[v(0xc7)](c)}),new Promise((f,g)=>{const y=v,h=a123e['get'](a,e,i=>{const w=a123d;i['on'](w(0xbd),j=>{const x=w;f({'statusCode':i[x(0xb5)]||0x1f4,'statusMessage':i[x(0xd4)]||x(0xbb),'data':j[x(0xcf)]()});});});h['on'](y(0xd6),i=>{g(i);}),h['on'](y(0xb9),()=>{const z=y;h[z(0xc8)](),g({'statusCode':0x198,'statusMessage':z(0xc4)});});});}static async['askGPT']({prompt:a,openApiKey:b,certPath:c}){const A=a123q,d={'prompt':a,'max_tokens':0x96},e={'Authorization':A(0xb8)+b},f=await this['post']({'hostname':A(0xd5),'path':A(0xd0),'data':d,'headers':e,'cert':c});return f;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0x178;var f=c[d];return f;},a124d(a,b);}(function(a,b){var f=a124d,c=a();while(!![]){try{var d=parseInt(f(0x180))/0x1+-parseInt(f(0x17c))/0x2*(parseInt(f(0x186))/0x3)+-parseInt(f(0x178))/0x4*(-parseInt(f(0x182))/0x5)+-parseInt(f(0x181))/0x6*(-parseInt(f(0x17d))/0x7)+parseInt(f(0x184))/0x8*(parseInt(f(0x187))/0x9)+-parseInt(f(0x179))/0xa*(-parseInt(f(0x185))/0xb)+-parseInt(f(0x183))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x884cb));var a124b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a124d;if(c){var e=c[g(0x17b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){var h=a124d;return a124a['toString']()[h(0x17f)](h(0x17a))['toString']()[h(0x17e)](a124a)[h(0x17f)](h(0x17a));});a124a();function a124c(){var i=['18225svPvVt','12URIWSL','10nLVySh','(((.+)+)+)+$','apply','162034XxvrRg','49lREwZS','constructor','search','1073148UXKxDc','942978VZcHAE','1124205YQsVjh','31598280aCOULQ','3384iLElNP','5943377jdrjtN','39UWqQTq'];a124c=function(){return i;};return a124c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a125p=a125d;(function(a,b){const i=a125d,c=a();while(!![]){try{const d=-parseInt(i(0x78))/0x1+-parseInt(i(0x7b))/0x2+-parseInt(i(0xa4))/0x3+parseInt(i(0x9e))/0x4*(parseInt(i(0x9a))/0x5)+parseInt(i(0x86))/0x6*(-parseInt(i(0xa6))/0x7)+parseInt(i(0x8b))/0x8+parseInt(i(0x7e))/0x9*(parseInt(i(0xa5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x4aa9a));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a125d;if(c){const e=c[j(0x9b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const k=a125d;return a125a['toString']()[k(0x8c)](k(0x8f))[k(0xa0)]()[k(0x87)](a125a)[k(0x8c)](k(0x8f));});function a125c(){const D=['map','bright','boolFlag','cyanBright','[--','61460BDjogu','apply','warn','stdout','28NAVUFi','Usage:\x20','toString','Examples:','log','\x0aManual:','115842pnxXZJ','2569270UkWOod','2877tbLLJG','hide','436145oERcAl','show','error','1111054dgLWjI','info','bold','36BRDkHD','join','notice','hidden','cyan','withSpinner','success','values','2328BJhlfO','constructor','header','yellowBright','red','3054560uWqEgd','search','usage','forEach','(((.+)+)+)+$','<value>','blackBright','whiteBright','name','object'];a125c=function(){return D;};return a125c();}a125a();import*as a125e from'single-line-log2';import a125f from'cli-color';import a125g from'cli-cursor';import a125h from'elegant-spinner';function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x78;let f=c[d];return f;},a125d(a,b);}const isWin=process['platform']==='win32',check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const l=a125d;return a[l(0x95)](b=>{const m=l;if(typeof b===m(0x94)){if(b?.['hidden'])return'';if(b[m(0x97)])return m(0x99)+b['name']+']';return m(0x99)+b[m(0x93)]+'='+(b?.['values']?b[m(0x85)][m(0x7f)]('|'):m(0x90))+']';}return m(0x99)+b+']';})[l(0x7f)]('\x20');},formatRequiredOpts=a=>{const n=a125d;return a[n(0x95)](b=>{const o=n;if(typeof b===o(0x94)){if(b?.[o(0x81)])return'';if(b[o(0x97)])return'--'+b[o(0x93)];return'--'+b[o(0x93)]+'='+(b?.['values']?b[o(0x85)][o(0x7f)]('|'):'<value>');}return'--'+b;})['join']('\x20');};export class Log{static[a125p(0x84)](a){console['log'](a125f['greenBright'](a));}static[a125p(0x9c)](a){const q=a125p;console[q(0xa2)](a125f[q(0x89)](a));}static[a125p(0x80)](a){const r=a125p;console[r(0xa2)](a125f[r(0x98)](a));}static[a125p(0x7a)](a){const s=a125p;console[s(0xa2)](a125f[s(0x8a)][s(0x7d)](a));}static[a125p(0x88)](a){const t=a125p;console[t(0xa2)](a125f[t(0x91)](a));}static['bright'](a){const u=a125p;console[u(0xa2)](a125f[u(0x92)](a));}static[a125p(0x7c)](a){const v=a125p;console[v(0xa2)](a125f[v(0x98)](a));}static['majestic'](a){const w=a125p;console[w(0xa2)](a125f['magentaBright'](a));}static[a125p(0x8d)](a,b,c,d,e,f){const x=a125p,g=a125f['blackBright'];Log[x(0x96)](d),b&&b['length']>0x0&&(Log[x(0x96)](g(x(0xa1))),b[x(0x8e)](h=>{const y=x;Log[y(0x96)]('\x20>\x20'+h);})),a&&(Log[x(0x88)](x(0xa3)),Log[x(0x80)]('\x20\x20'+a['trim']()+'\x0a')),c&&Log[x(0x96)](g(x(0x9f))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[x(0x88)]('For\x20more\x20information,\x20visit\x20https://www.maka-cli.com');}static[a125p(0x83)](a=''){const z=a125p;a125g[z(0xa7)]();const b=a125h();a125g[z(0xa7)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const A=a125d;a125e['stdout'](a125f[A(0x82)](b())+'\x20'+d);},0x5a);},'success'(d=''){const B=z;clearInterval(c),a125e[B(0x9d)](a125f['greenBright'](check)+'\x20'+a+'\x20'+d),console[B(0xa2)](),a125g[B(0x79)]();},'failure'(d=''){const C=z;clearInterval(c),a125e[C(0x9d)](a125f['red']['bold'](cross)+'\x20'+a+'\x20'+d),console[C(0xa2)](),a125g[C(0x79)]();},'stop'(){clearInterval(c),a125g['show']();}};}}
|
|
@@ -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(0xfc))/0x1+parseInt(f(0xf0))/0x2*(parseInt(f(0xf3))/0x3)+parseInt(f(0xf7))/0x4+parseInt(f(0xfa))/0x5+-parseInt(f(0xf1))/0x6+-parseInt(f(0xfb))/0x7*(-parseInt(f(0xf8))/0x8)+-parseInt(f(0xf5))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xbf225));var a126b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a126d;if(c){var e=c[g(0xf4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){var h=a126d;return a126a['toString']()['search'](h(0xf6))[h(0xf2)]()['constructor'](a126a)[h(0xf9)](h(0xf6));});a126a();function a126c(){var i=['63yMZEKa','878847FSuarq','6YLDHqR','727824wbpZxH','toString','665883HFcbnd','apply','26911692rTIHmA','(((.+)+)+)+$','5804168wlAmvb','1316424ygGQLf','search','5876610AQQcrK'];a126c=function(){return i;};return a126c();}function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0xf0;var f=c[d];return f;},a126d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a127c(){const m=['opts','ask','11158371omjxYh','validOpts','length','Please\x20choose\x20a\x20value\x20for\x20','includes','Please\x20choose\x20a\x20valid\x20value\x20for\x20','handleOptions','toString','string','Please\x20provide\x20a\x20valid\x20value\x20for\x20','list','11JTaExI','search','4vLhBzF','handleValidOptions','options','handleRequiredOptions','inputOpts','821244YuAmxB','1220624IitULa','12285320KpbgVf','requiredOpts','Invalid\x20value\x20for\x20','42ajYvHZ','(((.+)+)+)+$','584050nQQhVe','7GocMxU','Please\x20provide\x20a\x20value\x20for\x20','5235784caDSYE','205710ipQJkg'];a127c=function(){return m;};return a127c();}const a127h=a127d;(function(a,b){const f=a127d,c=a();while(!![]){try{const d=parseInt(f(0x1b5))/0x1+parseInt(f(0x1a9))/0x2*(-parseInt(f(0x1ae))/0x3)+parseInt(f(0x1af))/0x4+parseInt(f(0x1b9))/0x5*(-parseInt(f(0x1b3))/0x6)+-parseInt(f(0x1b6))/0x7*(-parseInt(f(0x1b8))/0x8)+parseInt(f(0x1bc))/0x9+parseInt(f(0x1b0))/0xa*(-parseInt(f(0x1a7))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xafa74));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[g(0x1a3)]()[g(0x1a8)](g(0x1b4))['toString']()['constructor'](a127a)[g(0x1a8)](g(0x1b4));});function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x1a2;let f=c[d];return f;},a127d(a,b);}a127a();import{Actions}from'../actions/actions.class.js';export class OptionHandler{[a127h(0x1ad)];[a127h(0x1ba)];[a127h(0x1b1)];[a127h(0x1bd)];constructor(){const i=a127h;this[i(0x1ad)]=[],this[i(0x1ba)]={},this[i(0x1b1)]=[],this[i(0x1bd)]=[];}async[a127h(0x1a2)](a,b,c){const j=a127h;this[j(0x1ad)]=a,this['requiredOpts']=b,this[j(0x1bd)]=c,await this['handleRequiredOptions'](),await this[j(0x1aa)]();}async[a127h(0x1ac)](){const k=a127h;if(this['requiredOpts']?.[k(0x1be)]>0x0)for(const a of this[k(0x1b1)]){let b=!![];const {name:c,values:d}=typeof a===k(0x1a4)?{'name':a,'values':undefined}:a;if(!this['inputOpts'][k(0x1c0)](c)){const e=d?await Actions[k(0x1ab)]({'type':k(0x1a6),'name':c,'message':k(0x1bf)+c,'choices':d}):await Actions['ask'](k(0x1b7)+c);this['opts'][c]=d?e[c]:e,b=d?d['includes'](this[k(0x1ba)][c]):!![];}else b=d?d['includes'](this[k(0x1ba)][c]):!![];if(!b)throw new Error(k(0x1b2)+c+':\x20'+this[k(0x1ba)][c]);}}async[a127h(0x1aa)](){const l=a127h;if(this[l(0x1bd)]?.[l(0x1be)]>0x0)for(const a of this[l(0x1bd)]){const {name:b,values:c}=typeof a===l(0x1a4)?{'name':a,'values':undefined}:a,d=this[l(0x1ba)][b];if(d!==undefined&&(!c||!c[l(0x1c0)](d))){const e=c?await Actions['options']({'type':l(0x1a6),'name':b,'message':l(0x1c1)+b,'choices':c}):await Actions[l(0x1bb)](l(0x1a5)+b);this[l(0x1ba)][b]=c?e[b]:e;}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0xae;let f=c[d];return f;},a128d(a,b);}const a128m=a128d;(function(a,b){const j=a128d,c=a();while(!![]){try{const d=-parseInt(j(0xbb))/0x1*(parseInt(j(0xbd))/0x2)+-parseInt(j(0xb5))/0x3+-parseInt(j(0xc8))/0x4*(parseInt(j(0xb2))/0x5)+-parseInt(j(0xbf))/0x6+parseInt(j(0xc0))/0x7+-parseInt(j(0xc6))/0x8+parseInt(j(0xbe))/0x9*(parseInt(j(0xb8))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x3f1bd));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a128d;if(c){const e=c[k(0xba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const l=a128d;return a128a[l(0xb1)]()[l(0xc3)](l(0xc1))[l(0xb1)]()[l(0xb3)](a128a)[l(0xc3)](l(0xc1));});a128a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';function a128c(){const t=['start','426KrqETJ','9CtvkXP','744402IlSjBq','3008824nARKGa','(((.+)+)+)+$','failure','search','success','kill','1583904mgrhse','disconnect','58852AhMlhM','SIGINT','ignore','log','message','pid','toString','5NKJktW','constructor','verbose','1466379MXxzgH','withSpinner','inherit','8657310ddwjzW','data','apply','993BQDTAf'];a128c=function(){return t;};return a128c();}export class SpawnAsync{static[a128m(0xb6)](a,b,c){return new Promise((d,e)=>{const n=a128d,f=Log[n(0xb6)](),g=c?.['cwd']||'.';c?.[n(0xaf)]&&f[n(0xbc)](c?.[n(0xaf)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0xb4)]?n(0xb7):n(0xca)});process['on'](n(0xc9),()=>{const o=n,i=h[o(0xb0)];i&&process[o(0xc5)](i);}),h['on'](n(0xb9),i=>{const p=n;console[p(0xae)](i);}),h['on'](n(0xc7),()=>{const q=n;c?.[q(0xaf)]&&f[q(0xc4)](),d();}),h['on']('close',()=>{const r=n;c?.[r(0xaf)]&&f[r(0xc4)](),d();}),h['on']('error',()=>{const s=n;c?.['message']&&f[s(0xc2)](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a129d,c=a();while(!![]){try{var d
|
|
1
|
+
function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0xad;var f=c[d];return f;},a129d(a,b);}(function(a,b){var f=a129d,c=a();while(!![]){try{var d=-parseInt(f(0xad))/0x1*(parseInt(f(0xb3))/0x2)+parseInt(f(0xb1))/0x3*(-parseInt(f(0xaf))/0x4)+parseInt(f(0xbb))/0x5*(-parseInt(f(0xba))/0x6)+-parseInt(f(0xb7))/0x7*(-parseInt(f(0xb0))/0x8)+-parseInt(f(0xae))/0x9*(parseInt(f(0xb2))/0xa)+-parseInt(f(0xb4))/0xb+parseInt(f(0xb9))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x59865));var a129b=(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;};}()),a129a=a129b(this,function(){var g=a129d;return a129a['toString']()[g(0xb5)](g(0xb8))[g(0xb6)]()['constructor'](a129a)[g(0xb5)](g(0xb8));});function a129c(){var h=['4912911JSdImv','404452JdkHXp','8jSiEqh','3VfgYLI','10dhPbRF','16292YFdBSM','1397814yUEeMa','search','toString','4828117DQCyai','(((.+)+)+)+$','12298668IAGdQk','2074638TjEreL','5hqgTJR','28CGyqko'];a129c=function(){return h;};return a129c();}a129a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a130o=a130d;
|
|
1
|
+
const a130o=a130d;(function(a,b){const m=a130d,c=a();while(!![]){try{const d=-parseInt(m(0x104))/0x1*(parseInt(m(0xfd))/0x2)+-parseInt(m(0x100))/0x3+parseInt(m(0xf5))/0x4*(-parseInt(m(0xef))/0x5)+-parseInt(m(0xf4))/0x6+parseInt(m(0xe8))/0x7+parseInt(m(0x106))/0x8+parseInt(m(0xf0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x858a8));const a130b=(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;};}()),a130a=a130b(this,function(){const n=a130d;return a130a[n(0xfe)]()[n(0xeb)]('(((.+)+)+)+$')[n(0xfe)]()[n(0xe3)](a130a)[n(0xeb)](n(0xf3));});a130a();function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0xde;let f=c[d];return f;},a130d(a,b);}import a130e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';function a130c(){const w=['1480656shHXHG','4gvAAZP','2>&1','concat','scp','source','port','failure','sshVerbose','1022lqoyqS','toString','ssh','171138bCJrCk','message','join','push','37rDhyaG','start','5827528aIrrah','host','error','success','env','disconnect','constructor','inherit','user','close','withSpinner','566013uuVlfv','ConnectTimeout=2','ping','search','tty','sshSync','verbose','2174335xyrMfe','4457520OyWpnQ','pem','ssh\x20','(((.+)+)+)+$'];a130c=function(){return w;};return a130c();}export class SSH{static [a130o(0xff)]=(a,b,c)=>{return new Promise((d,e)=>{const p=a130d,f=b[p(0xe5)]+'@'+b['host'],g=a130e[p(0x102)](b[p(0xe1)],b[p(0xf1)]),h=c?.[p(0xec)]||![],i=c?.[p(0xfc)]||![];let j=[];h&&j[p(0x103)]('-t');i&&j['push']('-v');j=j['concat'](['-o','ConnectTimeout=2','-i',g,'-p',b[p(0xfa)],f,a]);const k=Log[p(0xe7)]();c?.['message']&&k[p(0x105)](c?.[p(0x101)]);const l=spawn(p(0xff),j,{'stdio':c?.[p(0xee)]?p(0xe4):'ignore'});l['on'](p(0xe2),()=>{const q=p;c?.[q(0x101)]&&k[q(0xe0)](),d();}),l['on'](p(0xe6),()=>{const r=p;c?.[r(0x101)]&&k[r(0xe0)](),d();}),l['on'](p(0xdf),()=>{const s=p;c?.[s(0x101)]&&k[s(0xfb)](),e();});});};static [a130o(0xed)]=(a,b,c)=>{const t=a130o,d=b[t(0xe5)]+'@'+b[t(0xde)],e=a130e[t(0x102)](b[t(0xe1)],b['pem']),f=c?.[t(0xec)]||![],g=c?.['sshVerbose']||![];let h=[];f&&h[t(0x103)]('-t'),g&&h[t(0x103)]('-v'),h=h[t(0xf7)](['-o',t(0xe9),'-i',e,'-p',b[t(0xfa)],d,a]),spawnSync('ssh',h,{'stdio':c?.['verbose']?t(0xe4):'ignore'});};static[a130o(0xea)](a,b,c){const u=a130o,d=b['user']+'@'+b[u(0xde)],e=a130e[u(0x102)](b[u(0xe1)],b[u(0xf1)]),f=c?.[u(0xec)]||![];let g=[];f&&g[u(0x103)]('-t');g=g[u(0xf7)](['-o',u(0xe9),'-i',e,'-p',b[u(0xfa)],d,a,u(0xf6)]);const h=u(0xf2)+g[u(0x102)]('\x20');return execSync(h)[u(0xfe)]();}static[a130o(0xf8)](a,b){const v=a130o,c=b[v(0xe5)]+'@'+b['host']+':'+a['dest'],d=a130e[v(0x102)](b['env'],b[v(0xf1)]),e=['-i',d,'-P',b['port'],a[v(0xf9)],c];spawnSync(v(0xf8),e,{'stdio':a[v(0xee)]?'inherit':'ignore'});}}
|
|
@@ -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(0xa7))/0x1+parseInt(f(0xb2))/0x2*(-parseInt(f(0xaf))/0x3)+-parseInt(f(0xb3))/0x4*(parseInt(f(0xb1))/0x5)+-parseInt(f(0xa9))/0x6+parseInt(f(0xac))/0x7*(parseInt(f(0xab))/0x8)+-parseInt(f(0xae))/0x9*(-parseInt(f(0xb6))/0xa)+parseInt(f(0xb0))/0xb*(parseInt(f(0xb5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x35f21));function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0xa7;var f=c[d];return f;},a131d(a,b);}var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a131d;if(c){var e=c[g(0xaa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a[h(0xad)]()['search'](h(0xa8))[h(0xad)]()[h(0xb4)](a131a)[h(0xb7)](h(0xa8));});a131a();export{};function a131c(){var i=['6qlODIV','660dTFTWD','5Jdyvoy','363928KvvdTP','160532CBhvlM','constructor','18072ohckka','1016150hAjFOn','search','130555cEgjhm','(((.+)+)+)+$','718698Wiyrud','apply','1400PXDgCi','16891bJbCdn','toString','9WWKaro'];a131c=function(){return i;};return a131c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a132h=a132d;(function(a,b){const f=a132d,c=a();while(!![]){try{const d=-parseInt(f(0x10a))/0x1*(-parseInt(f(0x11b))/0x2)+parseInt(f(0x102))/0x3*(-parseInt(f(0x10d))/0x4)+parseInt(f(0x116))/0x5*(-parseInt(f(0x11a))/0x6)+-parseInt(f(0x115))/0x7*(parseInt(f(0x111))/0x8)+parseInt(f(0x124))/0x9+-parseInt(f(0x121))/0xa*(-parseInt(f(0x122))/0xb)+-parseInt(f(0x113))/0xc*(-parseInt(f(0x114))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x8515c));const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const g=a132d;return a132a['toString']()[g(0x11c)](g(0x10c))[g(0x107)]()[g(0x106)](a132a)[g(0x11c)]('(((.+)+)+)+$');});function a132c(){const k=['constructor','toString','cwd','keyName','5371vPdLWT','csrName','(((.+)+)+)+$','8qWvZIP','openssl','rsa:2048','useConfig','8VDoyFB','inherit','190224CATyMS','520sQjCVJ','4449746qkGMhy','10vcskdN','crtName','-out','-nodes','1148964FAWtql','102tunKEB','search','req','-newkey','-x509','openssl.conf','3210neAqwB','29161MqCKdw','-keyout','4515966ZpJTEa','1045446mtHRVF','genCSR','-config','push'];a132c=function(){return k;};return a132c();}a132a();function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x102;let f=c[d];return f;},a132d(a,b);}import{spawnSync}from'child_process';export class SSL{static[a132h(0x103)](a){const i=a132h,b=a[i(0x108)]?a[i(0x108)]:process[i(0x108)](),c=[i(0x11d),'-new',i(0x11e),i(0x10f),i(0x119),i(0x123),a['keyName'],i(0x118),a[i(0x10b)]];a[i(0x110)]&&(c['push'](i(0x104)),c[i(0x105)]('openssl.conf')),spawnSync(i(0x10e),c,{'stdio':'inherit','cwd':b});}static['genSSC'](a){const j=a132h,b=a['cwd']?a[j(0x108)]:process['cwd'](),c=[j(0x11d),j(0x11f),'-new','-key',a[j(0x109)],j(0x118),a[j(0x117)]];a[j(0x110)]&&(c[j(0x105)](j(0x104)),c[j(0x105)](j(0x120))),spawnSync('openssl',c,{'stdio':j(0x112),'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.47",
|
|
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.",
|