@maka/maka-cli 4.10.2 → 4.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/obf/package.json +1 -1
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/ai.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/build/_index.js +1 -1
- package/bundle/obf/src/commands/build/build.js +1 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/create.js +1 -1
- package/bundle/obf/src/commands/debug.js +1 -1
- package/bundle/obf/src/commands/deploy/_index.js +1 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/_index.js +1 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/play.command.js +1 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/generate.js +1 -1
- package/bundle/obf/src/commands/get/_index.js +1 -1
- package/bundle/obf/src/commands/get/get.command.js +1 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/help.js +1 -1
- package/bundle/obf/src/commands/install.js +1 -1
- package/bundle/obf/src/commands/jsdoc.js +1 -1
- package/bundle/obf/src/commands/lint.js +1 -1
- package/bundle/obf/src/commands/login.js +1 -1
- package/bundle/obf/src/commands/logout.js +1 -1
- package/bundle/obf/src/commands/logs.js +1 -1
- package/bundle/obf/src/commands/maka.cmd.js +1 -1
- package/bundle/obf/src/commands/murder.js +1 -1
- package/bundle/obf/src/commands/patreon.js +1 -1
- package/bundle/obf/src/commands/proxy.js +1 -1
- package/bundle/obf/src/commands/reconfig.js +1 -1
- package/bundle/obf/src/commands/register.js +1 -1
- package/bundle/obf/src/commands/run/_index.js +1 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/run/run.command.js +1 -1
- package/bundle/obf/src/commands/set/_index.js +1 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/set.command.js +1 -1
- package/bundle/obf/src/commands/ssh.js +1 -1
- package/bundle/obf/src/commands/ssl.js +1 -1
- package/bundle/obf/src/commands/test.js +1 -1
- package/bundle/obf/src/commands/undo.js +1 -1
- package/bundle/obf/src/commands/version.js +1 -1
- package/bundle/obf/src/error.js +1 -1
- package/bundle/obf/src/exec.js +1 -1
- package/bundle/obf/src/generator.js +1 -1
- package/bundle/obf/src/generators/_index.js +1 -1
- package/bundle/obf/src/generators/api.js +1 -1
- package/bundle/obf/src/generators/collection.js +1 -1
- package/bundle/obf/src/generators/component.js +1 -1
- package/bundle/obf/src/generators/config.js +1 -1
- package/bundle/obf/src/generators/dbc.js +1 -1
- package/bundle/obf/src/generators/dockerfile.js +1 -1
- package/bundle/obf/src/generators/hook.js +1 -1
- package/bundle/obf/src/generators/kits/_index.js +1 -1
- package/bundle/obf/src/generators/kits/auth/_index.js +1 -0
- package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -0
- package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -0
- package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -0
- package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
- package/bundle/obf/src/generators/kits/kit.js +1 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
- package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -0
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
- package/bundle/obf/src/generators/layout.js +1 -1
- package/bundle/obf/src/generators/maka.gen.js +1 -1
- package/bundle/obf/src/generators/methods.js +1 -1
- package/bundle/obf/src/generators/package.js +1 -1
- package/bundle/obf/src/generators/page.js +1 -1
- package/bundle/obf/src/generators/publish.js +1 -1
- package/bundle/obf/src/generators/route.js +1 -1
- package/bundle/obf/src/generators/service.js +1 -1
- package/bundle/obf/src/generators/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/translation.js +1 -1
- package/bundle/obf/src/maka.js +1 -1
- package/bundle/obf/src/templates/meteor/app/client/head.html +0 -3
- package/bundle/obf/src/templates/meteor/app/client/main.js +2 -0
- package/bundle/obf/src/templates/meteor/app/client/main.js.jsx +2 -0
- package/bundle/obf/src/templates/meteor/app/client/main.js.ts +2 -0
- package/bundle/obf/src/templates/meteor/app/client/main.js.tsx +2 -0
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js.jsx +5 -6
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js.tsx +5 -6
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.jsx +4 -3
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.tsx +4 -3
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.jsx +2 -2
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.tsx +2 -2
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/routes.js.jsx +4 -3
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/routes.js.tsx +4 -3
- package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.jsx +1 -1
- package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.tsx +1 -1
- package/bundle/obf/src/templates/meteor/app/lib/main.js +2 -0
- package/bundle/obf/src/templates/meteor/app/lib/main.js.jsx +2 -0
- package/bundle/obf/src/templates/meteor/app/lib/main.js.ts +2 -0
- package/bundle/obf/src/templates/meteor/app/lib/main.js.tsx +2 -0
- package/bundle/obf/src/templates/meteor/app/server/main.js +2 -0
- package/bundle/obf/src/templates/meteor/app/server/main.js.jsx +2 -0
- package/bundle/obf/src/templates/meteor/app/server/main.js.ts +2 -0
- package/bundle/obf/src/templates/meteor/app/server/main.js.tsx +2 -0
- package/bundle/obf/src/templates/meteor/config/settings.json +1 -1
- package/bundle/obf/src/templates/meteor/publish/publish.js +2 -2
- package/bundle/obf/src/templates/meteor/publish/publish.js.ts +3 -0
- package/bundle/obf/src/templates/react/kit/auth/provider/authentication-provider.js.jsx +281 -0
- package/bundle/obf/src/templates/react/kit/auth/provider/authentication-provider.js.tsx +318 -0
- package/bundle/obf/src/templates/react/kit/auth/service/meteor-auth-service.js.jsx +136 -0
- package/bundle/obf/src/templates/react/kit/auth/service/meteor-auth-service.js.tsx +136 -0
- package/bundle/obf/src/templates/react/kit/esri/map/basic-map.js.jsx +4 -2
- package/bundle/obf/src/templates/react/kit/esri/map/basic-map.js.tsx +5 -3
- package/bundle/obf/src/templates/react/kit/mui/auth/forgot-password/basic-forgot-password-page.js.jsx +32 -0
- package/bundle/obf/src/templates/react/kit/mui/auth/forgot-password/basic-forgot-password-page.js.tsx +31 -0
- package/bundle/obf/src/templates/react/kit/mui/auth/login/basic-login-page.js.jsx +51 -0
- package/bundle/obf/src/templates/react/kit/mui/auth/login/basic-login-page.js.tsx +52 -0
- package/bundle/obf/src/templates/react/kit/mui/auth/logout/basic-logout-page.js.jsx +24 -0
- package/bundle/obf/src/templates/react/kit/mui/auth/logout/basic-logout-page.js.tsx +24 -0
- package/bundle/obf/src/templates/react/kit/mui/auth/password-reset/basic-password-reset-page.js.jsx +34 -0
- package/bundle/obf/src/templates/react/kit/mui/auth/password-reset/basic-password-reset-page.js.tsx +34 -0
- package/bundle/obf/src/templates/react/kit/mui/auth/register/basic-register-page.js.jsx +32 -0
- package/bundle/obf/src/templates/react/kit/mui/auth/register/basic-register-page.js.tsx +32 -0
- package/bundle/obf/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.jsx +5 -5
- package/bundle/obf/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.tsx +4 -3
- package/bundle/obf/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.jsx +7 -4
- package/bundle/obf/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.tsx +5 -4
- package/bundle/obf/src/templates/react/kit/mui/frame/footers/basic-sticky-footer.js.jsx +41 -0
- package/bundle/obf/src/templates/react/kit/mui/frame/footers/basic-sticky-footer.js.tsx +41 -0
- package/bundle/obf/src/templates/service/eslint/eslintrc.json +22 -1
- package/bundle/obf/src/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
- package/bundle/obf/src/tools/docker/docker.class.js +1 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
- package/bundle/obf/src/tools/https/https.class.js +1 -1
- package/bundle/obf/src/tools/https/https.interface.js +1 -1
- package/bundle/obf/src/tools/log/log.class.js +1 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.js +1 -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
- package/bundle/obf/src/templates/meteor/publish/publish.js.jsx +0 -3
- package/bundle/obf/src/templates/meteor/publish/publish.js.tsx +0 -3
- package/bundle/obf/src/templates/meteor/publish/publish.ts +0 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a144l=a144d;(function(a,b){const k=a144d,c=a();while(!![]){try{const d=-parseInt(k(0x1e0))/0x1*(parseInt(k(0x20a))/0x2)+parseInt(k(0x1e3))/0x3+parseInt(k(0x1eb))/0x4+-parseInt(k(0x1f8))/0x5+-parseInt(k(0x1e1))/0x6*(-parseInt(k(0x1f3))/0x7)+-parseInt(k(0x1da))/0x8+-parseInt(k(0x207))/0x9*(-parseInt(k(0x1d7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a144c,0x3ad2c));import*as a144e from'single-line-log2';import a144f from'cli-color';import a144g from'cli-cursor';import a144h from'elegant-spinner';const isWin=process['platform']===a144l(0x1e9),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export var ColorMode;function a144c(){const J=['values','1323ThzAUu','All\x20commands\x20accept\x20the\x20--help\x20or\x20-h\x20flag\x20for\x20more\x20information','<value>','yellowBright','yellow','1071220UeHhIW','cyan','constructor','success','greenBright','object','log','(((.+)+)+)+$','singleLineSuccess','length','trim','stdout','blackBright','header','\x0aManual:','60624tZnkQi','singleLine','colors','2lyJYDn','DARK','setColorMode','join','map','error','Usage:\x20','colorMode','760bIiPLT','majestic','whiteBright','2267752zgMgmi','hidden','hide','name','search','green','324047yfXbbu','4242jbTzUf','boolFlag','664332hNDrLV','Examples:','red','bright','black','toString','win32','apply','782788eyKsvO','notice','cyanBright','info','LIGHT','usage','[--'];a144c=function(){return J;};return a144c();}(function(c){const o=a144l,d=(function(){let f=!![];return function(g,h){const i=f?function(){const m=a144d;if(h){const j=h[m(0x1ea)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const n=a144d;return e[n(0x1e8)]()[n(0x1de)]('(((.+)+)+)+$')[n(0x1e8)]()[n(0x1fa)](e)[n(0x1de)](n(0x1ff));});e(),c[c[o(0x1d0)]=0x0]=o(0x1d0),c[c[o(0x1ef)]=0x1]=o(0x1ef);}(ColorMode||(ColorMode={})));function a144d(a,b){const c=a144c();return a144d=function(d,e){d=d-0x1d0;let f=c[d];return f;},a144d(a,b);}const DarkColors={'success':a144f[a144l(0x1fc)],'warn':a144f[a144l(0x1f6)],'notice':a144f[a144l(0x1ed)],'error':a144f[a144l(0x1e5)]['bold'],'header':a144f[a144l(0x204)],'bright':a144f[a144l(0x1d9)],'info':a144f[a144l(0x1ed)],'majestic':a144f['magentaBright']},LightColors={'success':a144f[a144l(0x1df)],'warn':a144f[a144l(0x1f7)],'notice':a144f['cyan'],'error':a144f['red'],'header':a144f[a144l(0x1e7)],'bright':a144f[a144l(0x1e7)],'info':a144f[a144l(0x1f9)],'majestic':a144f['magenta']},formatOptionalOpts=a=>{const p=a144l;return a[p(0x1d3)](b=>{const q=p;if(typeof b==='object'){if(b?.[q(0x1db)])return'';if(b['boolFlag'])return'[--'+b[q(0x1dd)]+']';return q(0x1f1)+b[q(0x1dd)]+'='+(b?.[q(0x1f2)]?b['values'][q(0x1d2)]('|'):q(0x1f5))+']';}return b?q(0x1f1)+b+']':'';})[p(0x1d2)]('\x20');},formatRequiredOpts=a=>{const r=a144l;return a[r(0x1d3)](b=>{const s=r;if(typeof b===s(0x1fd)){if(b?.[s(0x1db)])return'';if(b[s(0x1e2)])return'--'+b[s(0x1dd)];return'--'+b[s(0x1dd)]+'='+(b?.[s(0x1f2)]?b['values']['join']('|'):'<value>');}return'--'+b;})[r(0x1d2)]('\x20');};export class Log{static [a144l(0x1d6)]=ColorMode['DARK'];static get[a144l(0x209)](){const t=a144l;return Log[t(0x1d6)]===ColorMode[t(0x1d0)]?DarkColors:LightColors;}static[a144l(0x1d1)](a){Log['colorMode']=a;}static[a144l(0x1fb)](a){const u=a144l;a&&console[u(0x1fe)](Log[u(0x209)]['success'](a));}static['warn'](a){const v=a144l;a&&console[v(0x1fe)](Log[v(0x209)]['warn'](a));}static[a144l(0x1ec)](a){const w=a144l;a&&console[w(0x1fe)](Log[w(0x209)][w(0x1ec)](a));}static[a144l(0x1d4)](a){const x=a144l;a&&console[x(0x1fe)](Log['colors'][x(0x1d4)](a));}static[a144l(0x205)](a){const y=a144l;a&&console[y(0x1fe)](Log['colors'][y(0x205)](a));}static[a144l(0x1e6)](a){const z=a144l;a&&console[z(0x1fe)](Log['colors'][z(0x1e6)](a));}static[a144l(0x1ee)](a){const A=a144l;a&&console[A(0x1fe)](Log['colors'][A(0x1ee)](a));}static[a144l(0x1d8)](a){const B=a144l;a&&console[B(0x1fe)](Log[B(0x209)][B(0x1d8)](a));}static[a144l(0x1f0)](a,b,c,d,e,f){const C=a144l,g=a144f[C(0x204)];Log['bright'](d),b&&b[C(0x201)]>0x0&&(Log['bright'](g(C(0x1e4))),b['forEach'](h=>{Log['bright']('\x20>\x20'+h);})),a&&(Log[C(0x205)](C(0x206)),Log[C(0x1ec)]('\x20\x20'+a[C(0x202)]()+'\x0a')),c&&Log[C(0x1e6)](g(C(0x1d5))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[C(0x205)]('For\x20more\x20information,\x20visit\x20https://www.maka-cli.com'),Log['header'](C(0x1f4));}static['withSpinner'](a=''){const D=a144l;a144g['hide']();const b=a144h();a144g[D(0x1dc)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const E=a144d;a144e[E(0x203)](a144f[E(0x1f9)](b())+'\x20'+d);},0x5a);},'success'(d=''){const F=D;clearInterval(c),a144e[F(0x203)](a144f[F(0x1fc)](check)+'\x20'+a+'\x20'+d),console[F(0x1fe)](),a144g['show']();},'failure'(d=''){const G=D;clearInterval(c),a144e[G(0x203)](a144f[G(0x1e5)]['bold'](cross)+'\x20'+a+'\x20'+d),console[G(0x1fe)](),a144g['show']();},'stop'(){clearInterval(c),a144g['show']();}};}static[a144l(0x208)](a){const H=a144l;a144e[H(0x203)](a);}static[a144l(0x200)](a){const I=a144l;a144e['stdout'](a144f[I(0x1fc)](check)+'\x20'+a);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
(function(a,b){var f=a145d,c=a();while(!![]){try{var d=parseInt(f(0x12b))/0x1*(parseInt(f(0x12e))/0x2)+parseInt(f(0x130))/0x3*(-parseInt(f(0x12f))/0x4)+parseInt(f(0x138))/0x5*(parseInt(f(0x132))/0x6)+-parseInt(f(0x139))/0x7*(-parseInt(f(0x12c))/0x8)+-parseInt(f(0x137))/0x9*(-parseInt(f(0x129))/0xa)+-parseInt(f(0x128))/0xb*(parseInt(f(0x12d))/0xc)+parseInt(f(0x136))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a145c,0xa4a37));var a145b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a145d;if(c){var e=c[g(0x131)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a145a=a145b(this,function(){var h=a145d;return a145a[h(0x12a)]()[h(0x135)](h(0x134))[h(0x12a)]()[h(0x133)](a145a)[h(0x135)](h(0x134));});function a145c(){var i=['5MnFFpX','7NLGBnW','693MeKmxP','7250300TAxssL','toString','53640xdLJXC','74968zYUlNO','230148OupsJE','16UkyheK','8xMkEds','13629nTVNOs','apply','2755686TxaOsi','constructor','(((.+)+)+)+$','search','3495960fOVqDp','9izlPvK'];a145c=function(){return i;};return a145c();}a145a();function a145d(a,b){var c=a145c();return a145d=function(d,e){d=d-0x128;var f=c[d];return f;},a145d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a146i=a146d;function a146d(a,b){const c=a146c();return a146d=function(d,e){d=d-0x82;let f=c[d];return f;},a146d(a,b);}(function(a,b){const f=a146d,c=a();while(!![]){try{const d=parseInt(f(0x86))/0x1*(parseInt(f(0x97))/0x2)+-parseInt(f(0x9f))/0x3+parseInt(f(0x92))/0x4+parseInt(f(0x91))/0x5+parseInt(f(0x85))/0x6*(parseInt(f(0x83))/0x7)+-parseInt(f(0x9a))/0x8+-parseInt(f(0x98))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a146c,0xda658));const a146b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a146d;if(c){const e=c[g(0x9b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a146a=a146b(this,function(){const h=a146d;return a146a[h(0x8b)]()['search'](h(0x8c))[h(0x8b)]()[h(0x9c)](a146a)[h(0x87)]('(((.+)+)+)+$');});function a146c(){const n=['handleRequiredOptions','1360758KGfSic','Please\x20provide\x20a\x20value\x20for\x20','handleOptions','Invalid\x20value\x20for\x20','5051501aPcafs','Please\x20choose\x20a\x20value\x20for\x20','6TAWlNA','219mVXQll','search','length','inputOpts','Please\x20provide\x20a\x20valid\x20value\x20for\x20','toString','(((.+)+)+)+$','options','string','ask','validOpts','1251320BbAclm','6640216sbAmFt','list','handleValidOptions','includes','Please\x20choose\x20a\x20valid\x20value\x20for\x20','9902tJVpsl','11358810ZIcWzC','opts','8848016BMzjbL','apply','constructor','requiredOpts'];a146c=function(){return n;};return a146c();}a146a();import{Actions}from'../actions/actions.class.js';export class OptionHandler{[a146i(0x89)];[a146i(0x99)];[a146i(0x9d)];['validOpts'];constructor(){const j=a146i;this['inputOpts']=[],this[j(0x99)]={},this[j(0x9d)]=[],this['validOpts']=[];}async[a146i(0xa1)](a,b,c){const k=a146i;this[k(0x89)]=a,this['requiredOpts']=b,this[k(0x90)]=c,await this[k(0x9e)](),await this[k(0x94)]();}async[a146i(0x9e)](){const l=a146i;if(this['requiredOpts']?.[l(0x88)]>0x0)for(const a of this[l(0x9d)]){let b=!![];const {name:c,values:d}=typeof a==='string'?{'name':a,'values':undefined}:a;if(!this[l(0x89)][l(0x95)](c)){const e=d?await Actions[l(0x8d)]({'type':l(0x93),'name':c,'message':l(0x84)+c,'choices':d}):await Actions['ask'](l(0xa0)+c);this[l(0x99)][c]=d?e[c]:e,b=d?d[l(0x95)](this[l(0x99)][c]):!![];}else b=d?d[l(0x95)](this[l(0x99)][c]):!![];if(!b)throw new Error(l(0x82)+c+':\x20'+this[l(0x99)][c]);}}async[a146i(0x94)](){const m=a146i;if(this['validOpts']?.[m(0x88)]>0x0)for(const a of this['validOpts']){const {name:b,values:c}=typeof a===m(0x8e)?{'name':a,'values':undefined}:a,d=this[m(0x99)][b];if(d!==undefined&&(!c||!c[m(0x95)](d))){const e=c?await Actions['options']({'type':m(0x93),'name':b,'message':m(0x96)+b,'choices':c}):await Actions[m(0x8f)](m(0x8a)+b);this[m(0x99)][b]=c?e[b]:e;}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a147i=a147d;(function(a,b){const f=a147d,c=a();while(!![]){try{const d=-parseInt(f(0xa3))/0x1*(-parseInt(f(0x91))/0x2)+-parseInt(f(0xa9))/0x3+-parseInt(f(0x94))/0x4+-parseInt(f(0x9f))/0x5+-parseInt(f(0xb0))/0x6*(-parseInt(f(0xae))/0x7)+parseInt(f(0x97))/0x8+parseInt(f(0xa7))/0x9*(parseInt(f(0x9a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a147c,0xc1c36));const a147b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a147d;if(c){const e=c[g(0xad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a147a=a147b(this,function(){const h=a147d;return a147a[h(0xaa)]()[h(0xab)](h(0xa1))[h(0xaa)]()[h(0xa5)](a147a)['search']('(((.+)+)+)+$');});a147a();import{Log}from'../log/log.class.js';const isWin=process[a147i(0x9d)]===a147i(0x9b),downArrow=isWin?'<':'↓';function a147c(){const n=['7138525nRdJPi','complete','(((.+)+)+)+$','singleLineSuccess','19045mTqvhL','total','constructor','singleLine','4480515LdaVim','round','1484985YiXiXQ','toString','search','colors','apply','4540011PEdiRT','dlMessage','6qznKWo','repeat','26REElLX','update','width','95816cCDAwq','draw','Downloading','2805160jNWjAS','graphic','current','30DVcRVp','win32',':\x20[','platform','lastLoggedProgress'];a147c=function(){return n;};return a147c();}function a147d(a,b){const c=a147c();return a147d=function(d,e){d=d-0x91;let f=c[d];return f;},a147d(a,b);}export class Progress{[a147i(0xa4)];['current'];[a147i(0x93)];[a147i(0x9e)];[a147i(0xaf)];[a147i(0x98)];constructor(a,b=a147i(0x96),c=downArrow){const j=a147i;this[j(0xa4)]=a,this[j(0x99)]=0x0,this['width']=0x28,this[j(0x9e)]=0x0,this['dlMessage']=b,this['graphic']=Log[j(0xac)]['majestic'](c);}[a147i(0x92)](a){const k=a147i;this[k(0x99)]+=a,this[k(0x95)]();}[a147i(0xa0)](){const l=a147i;this['current']=this[l(0xa4)],this['draw'](),Log[l(0xa2)]('');}[a147i(0x95)](){const m=a147i,a=Math['min'](0x64,Math[m(0xa8)](this[m(0x99)]/this['total']*0x64));if(a!==this[m(0x9e)]){this[m(0x9e)]=a;const b=Math['round'](a/0x64*this[m(0x93)]),c=this[m(0x93)]-b,d=''+Log[m(0xac)]['success']('█')[m(0xb1)](b)+'░'['repeat'](c),e=this[m(0x98)]+'\x20'+this['dlMessage']+m(0x9c)+d+']\x20'+a+'%';Log[m(0xa6)](e);}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a148d(a,b){const c=a148c();return a148d=function(d,e){d=d-0x109;let f=c[d];return f;},a148d(a,b);}(function(a,b){const j=a148d,c=a();while(!![]){try{const d=-parseInt(j(0x11e))/0x1+parseInt(j(0x109))/0x2+parseInt(j(0x110))/0x3*(parseInt(j(0x11b))/0x4)+-parseInt(j(0x11a))/0x5+parseInt(j(0x121))/0x6+-parseInt(j(0x112))/0x7*(parseInt(j(0x10f))/0x8)+parseInt(j(0x118))/0x9*(-parseInt(j(0x10c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a148c,0xee814));const a148b=(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;};}()),a148a=a148b(this,function(){const k=a148d;return a148a[k(0x111)]()[k(0x10a)](k(0x115))[k(0x111)]()[k(0x113)](a148a)[k(0x10a)](k(0x115));});a148a();import{spawn}from'child_process';function a148c(){const p=['error','132948qdrZSK','message','verbose','4948764BFURhi','ignore','close','2073252BcOyXV','search','data','10ceGAQH','disconnect','SIGINT','3884464xcVYHh','251238KifkYq','toString','7dvkomF','constructor','kill','(((.+)+)+)+$','cwd','inherit','9596430ZMuBMY','pid','1442130MPtiDA','52xReJgY','success'];a148c=function(){return p;};return a148c();}import{Log}from'../log/log.class.js';export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const l=a148d,f=Log['withSpinner'](),g=c?.[l(0x116)]||'.';c?.[l(0x11f)]&&f['start'](c?.[l(0x11f)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[l(0x120)]?l(0x117):l(0x122)});process['on'](l(0x10e),()=>{const m=l,i=h[m(0x119)];i&&process[m(0x114)](i);}),h['on'](l(0x10b),i=>{console['log'](i);}),h['on'](l(0x10d),()=>{const n=l;c?.['message']&&f[n(0x11c)](),d();}),h['on'](l(0x123),()=>{c?.['message']&&f['success'](),d();}),h['on'](l(0x11d),()=>{const o=l;c?.[o(0x11f)]&&f['failure'](),e();});});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
(function(a,b){var f=a149d,c=a();while(!![]){try{var d=-parseInt(f(0xcc))/0x1*(-parseInt(f(0xce))/0x2)+-parseInt(f(0xd1))/0x3*(parseInt(f(0xcd))/0x4)+-parseInt(f(0xc1))/0x5*(-parseInt(f(0xc4))/0x6)+-parseInt(f(0xc7))/0x7*(parseInt(f(0xc9))/0x8)+parseInt(f(0xcf))/0x9+-parseInt(f(0xc2))/0xa+-parseInt(f(0xca))/0xb*(-parseInt(f(0xc5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a149c,0x4a17f));var a149b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a149d;if(c){var e=c[g(0xc3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a149a=a149b(this,function(){var h=a149d;return a149a[h(0xcb)]()[h(0xc6)]('(((.+)+)+)+$')[h(0xcb)]()[h(0xc8)](a149a)[h(0xc6)](h(0xd0));});a149a();function a149d(a,b){var c=a149c();return a149d=function(d,e){d=d-0xc1;var f=c[d];return f;},a149d(a,b);}function a149c(){var i=['658118fgGZjh','1037673UPNhrr','(((.+)+)+)+$','99CdTCzh','10Uhorwj','4008460YlDodm','apply','399858uwYOwd','4367496OgsCIN','search','7vJuihZ','constructor','1501616zmwsXj','22RfTkvD','toString','1ODnJnl','50124aSqJYU'];a149c=function(){return i;};return a149c();}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a150v=a150d;(function(a,b){const m=a150d,c=a();while(!![]){try{const d=-parseInt(m(0x101))/0x1*(-parseInt(m(0xfb))/0x2)+-parseInt(m(0xed))/0x3*(parseInt(m(0x102))/0x4)+parseInt(m(0xfd))/0x5*(-parseInt(m(0x103))/0x6)+parseInt(m(0xf4))/0x7+-parseInt(m(0xff))/0x8*(parseInt(m(0xef))/0x9)+-parseInt(m(0x106))/0xa+parseInt(m(0x107))/0xb*(parseInt(m(0xdd))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a150c,0x9f843));const a150b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a150d;if(c){const e=c[n(0xf3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a150a=a150b(this,function(){const o=a150d;return a150a[o(0xeb)]()[o(0x108)](o(0xe5))[o(0xeb)]()[o(0xe7)](a150a)[o(0x108)](o(0xe5));});function a150c(){const x=['2xznHXI','176680ncKtQa','48JWljYU','sshVerbose','concat','6833830ehECRw','14165327WnGWPj','search','12lnmAbr','message','ignore','inherit','failure','env','ssh\x20','ssh','(((.+)+)+)+$','source','constructor','success','pem','port','toString','join','18SNJrIi','error','45MAAXVl','tty','host','close','apply','4761652xgOWLg','dest','ConnectTimeout=2','disconnect','scp','user','push','722422FvIsAF','start','511580RSHokx','verbose','432168CbLIYo','2>&1'];a150c=function(){return x;};return a150c();}a150a();import a150e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';function a150d(a,b){const c=a150c();return a150d=function(d,e){d=d-0xdd;let f=c[d];return f;},a150d(a,b);}export class SSH{static ['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const p=a150d,f=b[p(0xf9)]+'@'+b[p(0xf1)],g=a150e[p(0xec)](b[p(0xe2)],b['pem']),h=c?.['tty']||![],i=c?.['sshVerbose']||![];let j=[];h&&j[p(0xfa)]('-t');i&&j['push']('-v');j=j[p(0x105)](['-o',p(0xf6),'-i',g,'-p',b[p(0xea)],f,a]);const k=Log['withSpinner']();c?.[p(0xde)]&&k[p(0xfc)](c?.[p(0xde)]);const l=spawn(p(0xe4),j,{'stdio':c?.[p(0xfe)]?p(0xe0):p(0xdf)});l['on'](p(0xf7),()=>{const q=p;c?.['message']&&k[q(0xe8)](),d();}),l['on'](p(0xf2),()=>{const r=p;c?.['message']&&k[r(0xe8)](),d();}),l['on'](p(0xee),()=>{const s=p;c?.['message']&&k[s(0xe1)](),e();});});};static ['sshSync']=(a,b,c)=>{const t=a150d,d=b[t(0xf9)]+'@'+b[t(0xf1)],e=a150e[t(0xec)](b[t(0xe2)],b[t(0xe9)]),f=c?.[t(0xf0)]||![],g=c?.[t(0x104)]||![];let h=[];f&&h['push']('-t'),g&&h[t(0xfa)]('-v'),h=h[t(0x105)](['-o',t(0xf6),'-i',e,'-p',b[t(0xea)],d,a]),spawnSync(t(0xe4),h,{'stdio':c?.[t(0xfe)]?'inherit':'ignore'});};static['ping'](a,b,c){const u=a150d,d=b[u(0xf9)]+'@'+b[u(0xf1)],e=a150e[u(0xec)](b['env'],b[u(0xe9)]),f=c?.[u(0xf0)]||![];let g=[];f&&g['push']('-t');g=g[u(0x105)](['-o',u(0xf6),'-i',e,'-p',b[u(0xea)],d,a,u(0x100)]);const h=u(0xe3)+g['join']('\x20');return execSync(h)[u(0xeb)]();}static[a150v(0xf8)](a,b){const w=a150v,c=b['user']+'@'+b['host']+':'+a[w(0xf5)],d=a150e[w(0xec)](b[w(0xe2)],b[w(0xe9)]),e=['-i',d,'-P',b[w(0xea)],a[w(0xe6)],c];spawnSync(w(0xf8),e,{'stdio':a[w(0xfe)]?w(0xe0):w(0xdf)});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
(function(a,b){var f=a151d,c=a();while(!![]){try{var d=parseInt(f(0x1d7))/0x1*(parseInt(f(0x1e2))/0x2)+parseInt(f(0x1de))/0x3+parseInt(f(0x1e0))/0x4*(parseInt(f(0x1d9))/0x5)+parseInt(f(0x1db))/0x6+-parseInt(f(0x1dd))/0x7+parseInt(f(0x1df))/0x8+parseInt(f(0x1e1))/0x9*(-parseInt(f(0x1d6))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a151c,0x930a7));function a151c(){var i=['930344lNZnEc','103160SJLyrv','5517OjCONW','545378OrrSYh','toString','apply','32890pScUZk','2yvyfLg','(((.+)+)+)+$','190MTUnkf','constructor','3075960kTcunY','search','1354038djSNHH','1972557GzMCCv'];a151c=function(){return i;};return a151c();}var a151b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a151d;if(c){var e=c[g(0x1d5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a151a=a151b(this,function(){var h=a151d;return a151a[h(0x1d4)]()[h(0x1dc)](h(0x1d8))[h(0x1d4)]()[h(0x1da)](a151a)[h(0x1dc)](h(0x1d8));});a151a();function a151d(a,b){var c=a151c();return a151d=function(d,e){d=d-0x1d4;var f=c[d];return f;},a151d(a,b);}export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a152h=a152d;function a152d(a,b){const c=a152c();return a152d=function(d,e){d=d-0x13a;let f=c[d];return f;},a152d(a,b);}(function(a,b){const f=a152d,c=a();while(!![]){try{const d=-parseInt(f(0x14d))/0x1*(-parseInt(f(0x14f))/0x2)+parseInt(f(0x157))/0x3+parseInt(f(0x141))/0x4*(-parseInt(f(0x155))/0x5)+-parseInt(f(0x147))/0x6+parseInt(f(0x13e))/0x7+parseInt(f(0x145))/0x8+-parseInt(f(0x143))/0x9*(parseInt(f(0x152))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a152c,0x618d0));function a152c(){const k=['4NPpEJO','toString','149706dfoDqo','-key','-keyout','10RHAEFj','-config','openssl.conf','9920LwNQzA','openssl','1589121QKnpKN','keyName','inherit','genCSR','(((.+)+)+)+$','4657233WjKHFD','-nodes','constructor','872CpKZKc','crtName','4919247PXlJCU','push','967080LtsFMy','genSSC','1419960ejFSVr','search','-out','req','useConfig','cwd'];a152c=function(){return k;};return a152c();}const a152b=(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;};}()),a152a=a152b(this,function(){const g=a152d;return a152a[g(0x14e)]()[g(0x148)](g(0x13d))[g(0x14e)]()[g(0x140)](a152a)[g(0x148)](g(0x13d));});a152a();import{spawnSync}from'child_process';export class SSL{static[a152h(0x13c)](a){const i=a152h,b=a[i(0x14c)]?a['cwd']:process[i(0x14c)](),c=[i(0x14a),'-new','-newkey','rsa:2048',i(0x13f),i(0x151),a[i(0x13a)],'-out',a['csrName']];a['useConfig']&&(c['push'](i(0x153)),c[i(0x144)](i(0x154))),a['useConfig']?spawnSync(i(0x156),c,{'cwd':b}):spawnSync('openssl',c,{'stdio':i(0x13b),'cwd':b});}static[a152h(0x146)](a){const j=a152h,b=a[j(0x14c)]?a['cwd']:process[j(0x14c)](),c=[j(0x14a),'-x509','-new',j(0x150),a[j(0x13a)],j(0x149),a[j(0x142)]];a[j(0x14b)]&&(c[j(0x144)](j(0x153)),c['push']('openssl.conf')),a[j(0x14b)]?spawnSync('openssl',c,{'cwd':b}):spawnSync(j(0x156),c,{'stdio':j(0x13b),'cwd':b});}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maka/maka-cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.11.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
|
|
6
6
|
"description": "A command line tool for scaffolding Meteor 2.x applications using React.",
|