@maka/maka-cli 4.7.16 → 4.7.17
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/.eslintrc.json +29 -29
- package/.mocharc.json +3 -3
- package/README.md +21 -21
- package/bundle/obf/package.json +126 -126
- package/bundle/obf/src/README.md +21 -21
- 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/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/kits/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
- package/bundle/obf/src/generators/kits/kit.js +1 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
- package/bundle/obf/src/generators/layout.js +1 -1
- package/bundle/obf/src/generators/maka.gen.js +1 -1
- package/bundle/obf/src/generators/methods.js +1 -1
- package/bundle/obf/src/generators/package.js +1 -1
- package/bundle/obf/src/generators/page.js +1 -1
- package/bundle/obf/src/generators/publish.js +1 -1
- package/bundle/obf/src/generators/route.js +1 -1
- package/bundle/obf/src/generators/service.js +1 -1
- package/bundle/obf/src/generators/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/translation.js +1 -1
- package/bundle/obf/src/maka.js +1 -1
- package/bundle/obf/src/templates/meteor/api/api.js +11 -11
- package/bundle/obf/src/templates/meteor/api/api.js.ts +11 -11
- package/bundle/obf/src/templates/meteor/api/collection.js +86 -86
- package/bundle/obf/src/templates/meteor/api/collection.js.ts +94 -94
- package/bundle/obf/src/templates/meteor/api/fixtures.js +23 -23
- package/bundle/obf/src/templates/meteor/api/fixtures.js.ts +23 -23
- package/bundle/obf/src/templates/meteor/api/methods.js +136 -136
- package/bundle/obf/src/templates/meteor/api/methods.js.ts +137 -137
- package/bundle/obf/src/templates/meteor/api/publications.js +31 -31
- package/bundle/obf/src/templates/meteor/api/publications.js.ts +31 -31
- package/bundle/obf/src/templates/meteor/api/register-api.js +15 -15
- package/bundle/obf/src/templates/meteor/api/register-api.js.ts +15 -15
- package/bundle/obf/src/templates/meteor/api/resolvers.js +9 -9
- package/bundle/obf/src/templates/meteor/api/resolvers.js.ts +9 -9
- package/bundle/obf/src/templates/meteor/api/tests.js +1 -1
- package/bundle/obf/src/templates/meteor/api/tests.js.ts +1 -1
- package/bundle/obf/src/templates/meteor/api/typeDefs.js +5 -5
- package/bundle/obf/src/templates/meteor/api/typeDefs.js.ts +5 -5
- package/bundle/obf/src/templates/meteor/app/client/body.html +3 -3
- package/bundle/obf/src/templates/meteor/app/client/head.html +15 -15
- package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js +9 -9
- package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.jsx +9 -9
- package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.ts +9 -9
- package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.tsx +9 -9
- package/bundle/obf/src/templates/meteor/app/client/main.js +13 -13
- package/bundle/obf/src/templates/meteor/app/client/main.js.jsx +13 -13
- package/bundle/obf/src/templates/meteor/app/client/main.js.ts +13 -13
- package/bundle/obf/src/templates/meteor/app/client/main.js.tsx +13 -13
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js +20 -20
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js.jsx +117 -117
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js.ts +20 -20
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/index.js.tsx +118 -118
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js +39 -39
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.jsx +48 -48
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.ts +24 -24
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/routes.js.tsx +48 -48
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/templates.js +9 -9
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/templates.js.jsx +9 -9
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/templates.js.ts +9 -9
- package/bundle/obf/src/templates/meteor/app/imports/startup/client/templates.js.tsx +9 -9
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js +1 -1
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.jsx +21 -21
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.ts +1 -1
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/index.js.tsx +21 -21
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/routes.js.jsx +48 -48
- package/bundle/obf/src/templates/meteor/app/imports/startup/lib/routes.js.tsx +48 -48
- package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js +1 -1
- package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.jsx +152 -152
- package/bundle/obf/src/templates/meteor/app/imports/startup/server/index.js.tsx +152 -152
- package/bundle/obf/src/templates/meteor/app/imports/ui/test-helpers.js +24 -24
- package/bundle/obf/src/templates/meteor/app/imports/ui/test-helpers.js.ts +24 -24
- package/bundle/obf/src/templates/meteor/app/lib/main.js +1 -1
- package/bundle/obf/src/templates/meteor/app/lib/main.js.jsx +1 -1
- package/bundle/obf/src/templates/meteor/app/lib/main.js.ts +1 -1
- package/bundle/obf/src/templates/meteor/app/lib/main.js.tsx +1 -1
- package/bundle/obf/src/templates/meteor/app/maka.d.ts +160 -160
- package/bundle/obf/src/templates/meteor/app/meteor.d.ts +955 -955
- package/bundle/obf/src/templates/meteor/app/public/manifest.json +27 -27
- package/bundle/obf/src/templates/meteor/app/public/sw.js +30 -30
- package/bundle/obf/src/templates/meteor/app/public/sw.js.jsx +30 -30
- package/bundle/obf/src/templates/meteor/app/public/sw.js.ts +30 -30
- package/bundle/obf/src/templates/meteor/app/public/sw.js.tsx +30 -30
- package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js +179 -179
- package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.jsx +179 -179
- package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.ts +179 -179
- package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.tsx +179 -179
- package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js +9 -9
- package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.jsx +9 -9
- package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.ts +9 -9
- package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.tsx +9 -9
- package/bundle/obf/src/templates/meteor/app/server/main.js +11 -11
- package/bundle/obf/src/templates/meteor/app/server/main.js.jsx +11 -11
- package/bundle/obf/src/templates/meteor/app/server/main.js.ts +11 -11
- package/bundle/obf/src/templates/meteor/app/server/main.js.tsx +11 -11
- package/bundle/obf/src/templates/meteor/app/tsconfig.json +40 -40
- package/bundle/obf/src/templates/meteor/collection/collection.js +85 -85
- package/bundle/obf/src/templates/meteor/collection/collection.js.ts +97 -97
- package/bundle/obf/src/templates/meteor/collection/tests.js +27 -27
- package/bundle/obf/src/templates/meteor/collection/tests.js.ts +27 -27
- package/bundle/obf/src/templates/meteor/config/docker-compose.yaml +17 -17
- package/bundle/obf/src/templates/meteor/config/pm2.config.js +25 -25
- package/bundle/obf/src/templates/meteor/config/process.env +5 -5
- package/bundle/obf/src/templates/meteor/config/settings.json +11 -11
- package/bundle/obf/src/templates/meteor/config/ssh.json +6 -6
- package/bundle/obf/src/templates/meteor/dbc/config.js +70 -70
- package/bundle/obf/src/templates/meteor/dbc/config.js.ts +70 -70
- package/bundle/obf/src/templates/meteor/dbc/conn.js +37 -37
- package/bundle/obf/src/templates/meteor/dbc/conn.js.ts +37 -37
- package/bundle/obf/src/templates/meteor/dbc/register-dbc.js +3 -3
- package/bundle/obf/src/templates/meteor/dbc/register-dbc.js.ts +3 -3
- package/bundle/obf/src/templates/meteor/method/method.js +48 -48
- package/bundle/obf/src/templates/meteor/method/method.js.ts +48 -48
- package/bundle/obf/src/templates/meteor/package/package.js +37 -37
- package/bundle/obf/src/templates/meteor/package/package.js.jsx +37 -37
- package/bundle/obf/src/templates/meteor/package/package.js.ts +36 -36
- package/bundle/obf/src/templates/meteor/package/package.js.tsx +37 -37
- package/bundle/obf/src/templates/meteor/package/tests/client/package.js +5 -5
- package/bundle/obf/src/templates/meteor/package/tests/client/package.js.jsx +5 -5
- package/bundle/obf/src/templates/meteor/package/tests/client/package.js.ts +5 -5
- package/bundle/obf/src/templates/meteor/package/tests/client/package.js.tsx +5 -5
- package/bundle/obf/src/templates/meteor/package/tests/server/package.js +5 -5
- package/bundle/obf/src/templates/meteor/package/tests/server/package.js.jsx +5 -5
- package/bundle/obf/src/templates/meteor/package/tests/server/package.js.ts +5 -5
- package/bundle/obf/src/templates/meteor/package/tests/server/package.js.tsx +5 -5
- package/bundle/obf/src/templates/meteor/project/.maka/config.json +29 -29
- package/bundle/obf/src/templates/meteor/project/README.md +1 -1
- package/bundle/obf/src/templates/meteor/project/build/README +4 -4
- package/bundle/obf/src/templates/meteor/project/gitignore +7 -7
- package/bundle/obf/src/templates/meteor/project/package.json +20 -20
- package/bundle/obf/src/templates/meteor/publish/publish.js +3 -3
- package/bundle/obf/src/templates/meteor/publish/publish.js.jsx +3 -3
- package/bundle/obf/src/templates/meteor/publish/publish.js.tsx +3 -3
- package/bundle/obf/src/templates/meteor/publish/publish.ts +3 -3
- package/bundle/obf/src/templates/meteor/service/logger/logger.js +27 -27
- package/bundle/obf/src/templates/meteor/service/logger/logger.js.ts +27 -27
- package/bundle/obf/src/templates/meteor/stylesheet/stylesheet.css +5 -5
- package/bundle/obf/src/templates/meteor/stylesheet/stylesheet.css.less +5 -5
- package/bundle/obf/src/templates/meteor/template/template-tests.js +1 -1
- package/bundle/obf/src/templates/meteor/template/template-tests.js.jsx +55 -55
- package/bundle/obf/src/templates/meteor/template/template-tests.js.ts +1 -1
- package/bundle/obf/src/templates/meteor/template/template-tests.js.tsx +55 -55
- package/bundle/obf/src/templates/meteor/template/template.css +3 -3
- package/bundle/obf/src/templates/meteor/template/template.css.less +3 -3
- package/bundle/obf/src/templates/meteor/template/template.css.scss +3 -3
- package/bundle/obf/src/templates/meteor/template/template.html +5 -5
- package/bundle/obf/src/templates/meteor/template/template.js +20 -20
- package/bundle/obf/src/templates/meteor/template/template.js.jsx +77 -77
- package/bundle/obf/src/templates/meteor/template/template.js.ts +1 -1
- package/bundle/obf/src/templates/meteor/template/template.js.tsx +89 -89
- package/bundle/obf/src/templates/react/component/component.css +6 -6
- package/bundle/obf/src/templates/react/component/component.css.less +6 -6
- package/bundle/obf/src/templates/react/component/component.css.scss +3 -3
- package/bundle/obf/src/templates/react/component/component.js.jsx +63 -63
- package/bundle/obf/src/templates/react/component/component.js.tsx +68 -68
- package/bundle/obf/src/templates/react/hook/hook.css +3 -3
- package/bundle/obf/src/templates/react/hook/hook.css.scss +3 -3
- package/bundle/obf/src/templates/react/hook/hook.js +1 -1
- package/bundle/obf/src/templates/react/hook/hook.js.jsx +24 -24
- package/bundle/obf/src/templates/react/hook/hook.js.tsx +23 -23
- package/bundle/obf/src/templates/react/kit/esri/map/basic-map.js.jsx +27 -27
- package/bundle/obf/src/templates/react/kit/esri/map/basic-map.js.tsx +29 -29
- package/bundle/obf/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.jsx +41 -41
- package/bundle/obf/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.tsx +40 -40
- package/bundle/obf/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.jsx +118 -118
- package/bundle/obf/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.tsx +116 -116
- package/bundle/obf/src/templates/react/route/route.js +8 -8
- package/bundle/obf/src/templates/react/route/route.js.jsx +8 -8
- package/bundle/obf/src/templates/react/route/route.js.ts +8 -8
- package/bundle/obf/src/templates/react/route/route.js.tsx +8 -8
- package/bundle/obf/src/templates/react/test/test.js +1 -1
- package/bundle/obf/src/templates/react/test/test.js.jsx +41 -41
- package/bundle/obf/src/templates/react/test/test.js.ts +1 -1
- package/bundle/obf/src/templates/react/test/test.js.tsx +41 -41
- package/bundle/obf/src/templates/service/docker/Dockerfile +54 -54
- package/bundle/obf/src/templates/service/eslint/eslintrc.json +33 -33
- package/bundle/obf/src/templates/service/i18n/i18n.js +33 -33
- package/bundle/obf/src/templates/service/i18n/i18n.js.ts +33 -33
- package/bundle/obf/src/templates/service/i18n/locales.js +3 -3
- package/bundle/obf/src/templates/service/i18n/locales.js.ts +3 -3
- package/bundle/obf/src/templates/service/openssl/openssl.conf +22 -22
- 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/jest.config.js +11 -11
- package/obfuscator.json +29 -29
- package/package.json +126 -126
- package/tsconfig.json +23 -23
- package/.vs/VSWorkspaceState.json +0 -15
- package/.vs/maka-cli-src/FileContentIndex/18ca123b-cf4e-4263-8cf0-ed1624e8e918.vsidx +0 -0
- package/.vs/maka-cli-src/FileContentIndex/79ef20d9-272b-4d5b-9ece-bc61eda1bad6.vsidx +0 -0
- package/.vs/maka-cli-src/FileContentIndex/93947812-c77d-4667-aaed-3f9a0df8b484.vsidx +0 -0
- package/.vs/maka-cli-src/FileContentIndex/c4cbf57e-b360-4b2a-8b3d-fc8f800c195a.vsidx +0 -0
- package/.vs/maka-cli-src/FileContentIndex/c9d2ef23-4e6c-46eb-a405-3584022229ed.vsidx +0 -0
- package/.vs/maka-cli-src/config/applicationhost.config +0 -1016
- package/.vs/maka-cli-src/v17/.wsuo +0 -0
- package/.vs/maka-cli-src/v17/workspaceFileList.bin +0 -0
- package/.vs/slnx.sqlite +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0xf9;var f=c[d];return f;},a60d(a,b);}(function(a,b){var f=a60d,c=a();while(!![]){try{var d=-parseInt(f(0xfc))/0x1+-parseInt(f(0xfb))/0x2*(-parseInt(f(0x103))/0x3)+parseInt(f(0xfa))/0x4+-parseInt(f(0xf9))/0x5+parseInt(f(0x102))/0x6*(-parseInt(f(0x101))/0x7)+-parseInt(f(0xfe))/0x8*(-parseInt(f(0x100))/0x9)+parseInt(f(0xff))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xd5608));var a60b=(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;};}()),a60a=a60b(this,function(){var g=a60d;return a60a[g(0x105)]()['search']('(((.+)+)+)+$')['toString']()[g(0x104)](a60a)['search'](g(0xfd));});function a60c(){var h=['1963800BcXXNr','475920eYmJYR','4aUAKVh','1745059aAZvVb','(((.+)+)+)+$','720JKmOOj','16475710fbRnjT','110475SxzUOv','101486HXQqGb','522dKtNtI','2102754nCnOis','constructor','toString'];a60c=function(){return h;};return a60c();}a60a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0xbe))/0x1*(parseInt(f(0xc4))/0x2)+-parseInt(f(0xc6))/0x3*(parseInt(f(0xc9))/0x4)+-parseInt(f(0xcc))/0x5+parseInt(f(0xc8))/0x6+parseInt(f(0xc0))/0x7*(parseInt(f(0xc5))/0x8)+parseInt(f(0xc1))/0x9*(-parseInt(f(0xc7))/0xa)+parseInt(f(0xc3))/0xb*(parseInt(f(0xca))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x470df));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0xbf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0xc2)]()[h(0xce)](h(0xcd))[h(0xc2)]()[h(0xcb)](a61a)[h(0xce)](h(0xcd));});function a61c(){var i=['apply','30443aUzCgB','286461xLyyWF','toString','99Ledxep','569434nBesHd','192sXIjye','3wRCoyS','20KqClCG','2426082cnJGdr','1500332mRWwXp','1125216pHuxds','constructor','267105gzOpZS','(((.+)+)+)+$','search','2yevaiI'];a61c=function(){return i;};return a61c();}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0xbe;var f=c[d];return f;},a61d(a,b);}a61a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a62H=a62d;(function(a,b){const y=a62d,c=a();while(!![]){try{const d=-parseInt(y(0x17d))/0x1*(parseInt(y(0x1aa))/0x2)+parseInt(y(0x18c))/0x3+parseInt(y(0x184))/0x4+parseInt(y(0x1a3))/0x5+-parseInt(y(0x19d))/0x6+-parseInt(y(0x170))/0x7*(parseInt(y(0x1c9))/0x8)+parseInt(y(0x186))/0x9*(parseInt(y(0x1ba))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xb4866));import a62e from'blessed';import{capitalCase}from'change-case';import a62f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a62c(){const I=['cyan','inventory','Legs:\x20','\x20Equipment\x20','342344RaWZuE','Gloves:\x20','18549gKlRTO','split','\x20Inventory\x20','\x20(Unlocked)','getOtherSide','write','1706550mrqMQb','take','torso','-----\x20Exits\x20------\x0a','apply','45%','(((.+)+)+)+$','toString','checkIfLockable','clearValue','exits','\x20(Locked)','10%','\x20Game\x20Log\x20','player','Arms:\x20','C-c','4023390aHqYFd','box','handleInput','yellow','gloves','join','3085470zePHPW','key','20%','feet','head','logBox','Available\x20exits\x20will\x20be\x20shown\x20here...','305084AmJGyj','constructor','focus','rightHand','setContent','legs','90%','slice','\x0aThere\x20are\x20no\x20exits\x20here.','arms','size','25%','unlock','render','<<<<<<<<---------\x20Terminating\x20game','textbox','12010skzgAZ','getWelcomeMessage','Head:\x20','75%','None','checkIfLocked','Your\x20items\x20will\x20be\x20listed\x20here...','100%','mousemove','Left\x20Hand:\x20','clear','getValue','parse','equip','lock','48ukLDIh','equipment','leftHand','append','name','1658468OktdFV','removeAllListeners','getInstance','\x20Map\x20','search','unequip','log','currentLocation','logFilePath','exit','screen','Side\x20Quest\x20Adventure\x20Game','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','6lWzJkk','line','Thanks\x20for\x20playing!'];a62c=function(){return I;};return a62c();}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a62d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a62d;if(j){const l=j[z(0x190)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a62d;return g['toString']()[A(0x174)](A(0x192))[A(0x193)]()[A(0x1ab)](g)[A(0x174)](A(0x192));});g();try{const h=a62e[B(0x17a)]({'smartCSR':!![],'title':B(0x17b)}),i=a62e['box']({'top':'0%','left':B(0x1bd),'width':B(0x1b5),'height':'45%','border':{'type':'line'},'label':B(0x188),'content':B(0x1c0),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()['map'](v=>v[C(0x16f)]);i[C(0x1ae)](u[C(0x1a2)]('\x0a')),h[C(0x1b7)]();};h[B(0x16e)](i);const k=a62e[B(0x19e)]({'top':B(0x191),'left':B(0x1bd),'width':B(0x1b5),'height':'25%','border':{'type':B(0x17e)},'label':B(0x183),'content':B(0x17c),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1a0)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x16e)](k);const l=t=>{const D=B;k[D(0x1ae)](D(0x1bc)+(t[D(0x1a7)]?t['head'][D(0x16f)]:D(0x1be))+'\x0a'+('Torso:\x20'+(t[D(0x18e)]?t[D(0x18e)][D(0x16f)]:D(0x1be))+'\x0a')+(D(0x182)+(t[D(0x1af)]?t[D(0x1af)]['name']:'None')+'\x0a')+('Feet:\x20'+(t[D(0x1a6)]?t['feet'][D(0x16f)]:D(0x1be))+'\x0a')+(D(0x19b)+(t[D(0x1b3)]?t['arms']['name']:D(0x1be))+'\x0a')+(D(0x185)+(t[D(0x1a1)]?t[D(0x1a1)][D(0x16f)]:D(0x1be))+'\x0a')+(D(0x1c3)+(t[D(0x16d)]?t[D(0x16d)][D(0x16f)]:D(0x1be))+'\x0a')+('Right\x20Hand:\x20'+(t['rightHand']?t[D(0x1ad)][D(0x16f)]:'None')+'\x0a')),h[D(0x1b7)]();},m=a62e[B(0x19e)]({'top':'70%','left':B(0x1bd),'width':B(0x1b5),'height':B(0x1a5),'border':{'type':'line'},'label':B(0x173),'content':B(0x1a9),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1a0)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x16e)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x16f)]+'\x0a\x0a';u+=E(0x18f),t[E(0x196)][E(0x1b4)]>0x0?t[E(0x196)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x18a)](t);x['roomType']===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x[F(0x16f)]:u+=capitalCase(w)+':\x20'+v[F(0x16f)];if(v[F(0x1bf)]())u+=F(0x197);else v[F(0x194)]()&&(u+=F(0x189));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1b2),m[E(0x1ae)](u),h[E(0x1b7)]();},o=a62e[B(0x19e)]({'id':B(0x1a8),'top':'0%','left':'0%','width':'75%','height':B(0x1b0),'border':{'type':B(0x17e)},'label':B(0x199),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1a0)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x171)](B(0x1c2)),h['append'](o);const p=a62e[B(0x1b9)]({'bottom':0x0,'left':0x0,'width':B(0x1c1),'height':B(0x198),'tags':!![],'border':{'type':B(0x17e)},'style':{'fg':'white','border':{'fg':B(0x180)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x16e)](p),h[B(0x1a4)](['escape',B(0x19c)],()=>process[B(0x179)](0x0)),p[B(0x1ac)](),h[B(0x1b7)]();const q=Logger[B(0x172)](e[B(0x178)],h),r=new Player({'playerName':c});q['write']('----->>>>>>\x20Initializing\x20Game');const s=a62f[B(0x172)](r,d);o['setContent'](s[B(0x1bb)]()),l(s['player'][B(0x16c)]),j(s[B(0x19a)][B(0x181)]),n(s[B(0x19a)]['currentLocation']),p['key'](['enter'],async()=>{const G=B,t=p[G(0x1c5)](),u=s[G(0x19f)](t);(t['split']('\x20')[0x0]===G(0x18d)||G(0x1c7)||G(0x175))&&(j(s['player'][G(0x181)]),l(s[G(0x19a)][G(0x16c)])),(t[G(0x187)]('\x20')[0x0]==='go'||G(0x1c8)||G(0x1b6))&&n(s[G(0x19a)][G(0x177)]),t[G(0x187)]('\x20')[0x0]===G(0x1c4)&&o[G(0x1ae)](''),u===null&&(console[G(0x176)](G(0x17f)),h[G(0x1b7)](),q[G(0x18b)](G(0x1b8)),process[G(0x179)](0x0)),o['pushLine'](u),o['scroll'](0x1),p[G(0x195)](),p[G(0x1ac)](),h[G(0x1b7)]();});}catch(t){console['log'](t),process[B(0x179)](0x1);}}function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0x16c;let f=c[d];return f;},a62d(a,b);}const args=process['argv'][a62H(0x1b1)](0x2);main(args[0x0],JSON[a62H(0x1c6)](args[0x1]),JSON[a62H(0x1c6)](args[0x2]));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a63k=a63d;(function(a,b){const h=a63d,c=a();while(!![]){try{const d=-parseInt(h(0xd5))/0x1*(parseInt(h(0xf8))/0x2)+parseInt(h(0xeb))/0x3+parseInt(h(0xea))/0x4+parseInt(h(0xe1))/0x5*(parseInt(h(0xf4))/0x6)+-parseInt(h(0xf6))/0x7+parseInt(h(0xe5))/0x8+-parseInt(h(0xd9))/0x9*(parseInt(h(0xda))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x9c514));const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a63d;if(c){const e=c[i(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const j=a63d;return a63a[j(0xd8)]()[j(0xe7)](j(0xd6))[j(0xd8)]()[j(0xef)](a63a)[j(0xe7)](j(0xd6));});a63a();import a63e from'fs';import a63f from'os';function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0xd1;let f=c[d];return f;},a63d(a,b);}import a63g from'path';const homeDir=a63f[a63k(0xd3)]();export class Logger{static [a63k(0xe9)];['filePath'];[a63k(0xe0)];constructor(a,b){const l=a63k;this[l(0xed)]=a,this[l(0xe0)]=b,this[l(0xe2)]();}static[a63k(0xdd)](a=a63g['join'](homeDir,'.maka',a63k(0xdf)),b){const m=a63k;if(!Logger[m(0xe9)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0xe9)]=new Logger(a,b);}return Logger[m(0xe9)];}[a63k(0xe2)](){const n=a63k,a=a63g['dirname'](this[n(0xed)]);!a63e[n(0xe3)](a)&&a63e[n(0xd7)](a,{'recursive':!![]}),!a63e['existsSync'](this['filePath'])&&a63e['writeFileSync'](this[n(0xed)],'');}['write'](a){const o=a63k,b=new Date()[o(0xd1)](),c=o(0xdc)+b+']\x20'+a+'\x0a';a63e['appendFileSync'](this[o(0xed)],c);}['error'](a){const p=a63k,b=new Date()[p(0xd1)](),c=p(0xf3)+b+']\x20'+a+'\x0a';a63e[p(0xf0)](this[p(0xed)],c);}[a63k(0xee)](a){const q=a63k,b=this[q(0xe0)]?.[q(0xe6)][q(0xf1)](c=>c[q(0xec)]===q(0xf2)&&c[q(0xf7)]['id']==='logBox');b?(b[q(0xd4)](b['content']+'\x0a'+a),b['scrollTo'](b[q(0xdb)]()),this[q(0xe0)]?.['render']()):this['error'](q(0xde)+b+q(0xe4)+this['screen']),this[q(0xd2)](a);}[a63k(0xf5)](){const r=a63k;return!!this[r(0xe0)];}}function a63c(){const s=['726xcxXFv','hasScreen','354424iRANXO','options','2MjCira','toISOString','write','homedir','setContent','462739CNGuMr','(((.+)+)+)+$','mkdirSync','toString','603MRVtrg','219020TFaXeJ','getScrollHeight','[INFO]\x20[','getInstance','The\x20logbox\x20','side-quest.log','screen','21935AaWEKX','ensureLogFileExists','existsSync','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','766288KYLivY','children','search','apply','instance','4123804jyMidr','2890551DKkrco','type','filePath','log','constructor','appendFileSync','find','box','[ERROR]\x20['];a63c=function(){return s;};return a63c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a64n=a64d;(function(a,b){const k=a64d,c=a();while(!![]){try{const d=parseInt(k(0xe1))/0x1+-parseInt(k(0xe2))/0x2*(-parseInt(k(0xf4))/0x3)+-parseInt(k(0xd2))/0x4*(parseInt(k(0xd4))/0x5)+-parseInt(k(0xe6))/0x6+parseInt(k(0xdf))/0x7+parseInt(k(0xe8))/0x8+-parseInt(k(0xd3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x9e227));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a64d;if(c){const e=c[l(0xf0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const m=a64d;return a64a[m(0xed)]()[m(0xee)](m(0xe9))[m(0xed)]()[m(0xd0)](a64a)[m(0xee)]('(((.+)+)+)+$');});a64a();import a64e from'path';import{spawn}from'child_process';import a64f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0xd0;let f=c[d];return f;},a64d(a,b);}import{dirname}from'path';function a64c(){const q=['354687zJWNng','constructor','node','28848JWaStl','2653038ZKAxcW','705fjKZcS','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','sideQuestAnswer','Play\x20a\x20little\x20side-quest','Commoner','list','Thanks\x20for\x20playing!','shadowrun','player','log','join','5073159SiErFx','side-quest','777807cXPEzg','12kLqWgz','side-quest.log','ask','dungeon','3263214bVdqtQ','maka\x20play:side-quest','2330752rWfmEn','(((.+)+)+)+$','stringify','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','options','toString','search','fsi','apply','What\x20is\x20your\x20name?','inherit','./sideQuest/ui.js'];a64c=function(){return q;};return a64c();}const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command['create']({'name':a64n(0xe0),'usage':a64n(0xe7),'shortDesc':a64n(0xd7),'aliases':['sq'],'description':a64n(0xeb),'validOpts':[a64n(0xdc)]},async function(a,b){const o=a64n;try{const c=this[o(0xef)]['getGlobalMakaDir'](),d=a64e[o(0xde)](c,o(0xe3)),e=b['player']?b['player']:await Actions[o(0xe4)](o(0xf1))||o(0xd8),f={...b,'logFilePath':d},g={'type':o(0xd9),'name':o(0xd6),'message':o(0xd5),'choices':[{'name':o(0xe5),'value':dungeonConfig},{'name':o(0xdb),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xec)](g);if(e&&h){const i=spawn(o(0xd1),[a64e['resolve'](__dirname,o(0xf3)),e,JSON[o(0xea)](h),JSON['stringify'](f)],{'stdio':o(0xf2)});i['on']('exit',()=>{const p=o;console[p(0xdd)](p(0xda));});}}catch(j){console[o(0xdd)](j);}},a64f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a65i=a65d;(function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(0xa5))/0x1+parseInt(f(0x99))/0x2+parseInt(f(0x9f))/0x3+-parseInt(f(0xa1))/0x4*(-parseInt(f(0xa4))/0x5)+-parseInt(f(0x95))/0x6*(-parseInt(f(0x97))/0x7)+parseInt(f(0xa0))/0x8+-parseInt(f(0x9a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x7cd0d));function a65c(){var k=['maka\x20game:snake','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','10BJKNMQ','237359TEuWxg','constructor','1091112VidVuF','toString','28ldqVTq','apply','137558fOZUfV','20222370GaeHbz','snake','search','inherit','(((.+)+)+)+$','2526522MLmjrB','8121016ibadqV','684092PzkUbe'];a65c=function(){return k;};return a65c();}var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x98)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x96)]()[h(0x9c)](h(0x9e))[h(0x96)]()[h(0xa6)](a65a)['search'](h(0x9e));});a65a();import a65e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x95;var f=c[d];return f;},a65d(a,b);}Command['create']({'name':a65i(0x9b),'usage':a65i(0xa2),'shortDesc':a65i(0xa3),'validOpts':[]},async function(){var j=a65i;execSync('npx\x20command-line-snake',{'stdio':j(0x9d)});},a65e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a66h=a66d;(function(a,b){var f=a66d,c=a();while(!![]){try{var d=-parseInt(f(0xfb))/0x1*(-parseInt(f(0xf8))/0x2)+-parseInt(f(0x100))/0x3*(-parseInt(f(0x103))/0x4)+parseInt(f(0xf7))/0x5+parseInt(f(0x105))/0x6*(parseInt(f(0xfd))/0x7)+parseInt(f(0x104))/0x8*(-parseInt(f(0x102))/0x9)+parseInt(f(0xfe))/0xa+parseInt(f(0xf9))/0xb*(parseInt(f(0xff))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x49c14));function a66d(a,b){var c=a66c();return a66d=function(d,e){d=d-0xf4;var f=c[d];return f;},a66d(a,b);}var a66b=(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;};}()),a66a=a66b(this,function(){var g=a66d;return a66a[g(0xf5)]()['search'](g(0xfa))[g(0xf5)]()['constructor'](a66a)[g(0x101)](g(0xfa));});function a66c(){var j=['inherit','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','toString','maka\x20game:tetris','40955psOoSU','66238hHpPZp','451iXBBDR','(((.+)+)+)+$','4shfJLi','npx\x20simple-tetris','273ggjVlM','169750LMtkfx','32736ZnttzS','63105ULKVDI','search','9FomsVL','4liFNLz','1796248OhTXij','36324HAYbiy'];a66c=function(){return j;};return a66c();}a66a();import a66e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':'tetris','usage':a66h(0xf6),'shortDesc':a66h(0xf4),'validOpts':[]},async function(){var i=a66h;execSync(i(0xfc),{'stdio':i(0x106)});},a66e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a67h=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x130))/0x1*(parseInt(f(0x137))/0x2)+parseInt(f(0x131))/0x3*(-parseInt(f(0x12e))/0x4)+parseInt(f(0x136))/0x5+parseInt(f(0x13f))/0x6+-parseInt(f(0x13d))/0x7*(-parseInt(f(0x134))/0x8)+parseInt(f(0x139))/0x9+-parseInt(f(0x13c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xa724a));const a67b=(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;};}()),a67a=a67b(this,function(){const g=a67d;return a67a[g(0x140)]()['search']('(((.+)+)+)+$')[g(0x140)]()['constructor'](a67a)[g(0x147)](g(0x143));});function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x12e;let f=c[d];return f;},a67d(a,b);}a67a();import{Command}from'../command.js';import a67e from'../generators/maka.gen.js';function a67c(){const j=['error','538776ihDWjf','create','5413210vkkJcM','176yTdTPQ','maka\x20g:dbc\x20geoserver\x20--type=pgsql','10501776xJOINj','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','maka\x20g:package\x20package:name','14432570VwNESn','112TOFNQo','maka\x20g:scaffold\x20todos','1217352iadlKS','toString','maka\x20g:template\x20todos/todo_item','splice','(((.+)+)+)+$','maka\x20g:route\x20todos/edit','maka\x20{generate,\x20g}:<generator>\x20<name>','invoke','search','4ykEVde','generate','14276rwBWLd','437361nbyeQk','Scaffold\x20various\x20parts\x20of\x20your\x20application'];a67c=function(){return j;};return a67c();}import{Log}from'../tools/log/log.class.js';Command[a67h(0x135)]({'name':a67h(0x12f),'aliases':['g'],'usage':a67h(0x145),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a67h(0x132),'description':a67h(0x13a),'examples':['maka\x20generate:scaffold\x20todos',a67h(0x13e),a67h(0x141),a67h(0x13b),a67h(0x144),'maka\x20g:api\x20trucks',a67h(0x138)]},async function(a,b){const i=a67h;try{const c=a[0x0];c?(a[i(0x142)](0x0,0x1),await a67e['processAndRunGenerator'](c,a,b)):a67e[i(0x146)](a,b);}catch(d){Log[i(0x133)](d),process['exit'](0x1);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xda;var f=c[d];return f;},a68d(a,b);}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0xde))/0x1+parseInt(f(0xe2))/0x2*(-parseInt(f(0xdb))/0x3)+parseInt(f(0xe6))/0x4+parseInt(f(0xe7))/0x5*(-parseInt(f(0xe1))/0x6)+parseInt(f(0xe0))/0x7+-parseInt(f(0xdc))/0x8*(parseInt(f(0xe3))/0x9)+parseInt(f(0xe4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xee40d));var a68b=(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;};}()),a68a=a68b(this,function(){var g=a68d;return a68a[g(0xdd)]()[g(0xda)](g(0xe5))[g(0xdd)]()[g(0xdf)](a68a)[g(0xda)]('(((.+)+)+)+$');});a68a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a68c(){var h=['2155640geTQeN','toString','548393jqDdIk','constructor','7404089LLQGDX','8898piWhXn','134BQOuME','27IyYSzg','1320420IUvSsa','(((.+)+)+)+$','3719536HCTjHX','2605XakFNV','search','4977HAJlRm'];a68c=function(){return h;};return a68c();}import'./whoami.sub.cmd.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a69i=a69d;(function(a,b){const f=a69d,c=a();while(!![]){try{const d=-parseInt(f(0x171))/0x1*(parseInt(f(0x163))/0x2)+parseInt(f(0x173))/0x3*(-parseInt(f(0x162))/0x4)+-parseInt(f(0x16c))/0x5+parseInt(f(0x170))/0x6+-parseInt(f(0x15c))/0x7*(-parseInt(f(0x15d))/0x8)+-parseInt(f(0x160))/0x9*(-parseInt(f(0x166))/0xa)+-parseInt(f(0x16e))/0xb*(-parseInt(f(0x168))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x70f7d));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a69d;if(c){const e=c[g(0x169)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const h=a69d;return a69a[h(0x16b)]()['search'](h(0x15f))['toString']()[h(0x16a)](a69a)[h(0x15e)](h(0x15f));});a69a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a69c(){const k=['6717519bbePqA','get','7164DMvBus','1942JrodQY','error','runSubCommand','10JKCfaX','findSubCommand','36WsXTOw','apply','constructor','toString','2914655WFyKGE','Get\x20various\x20Maka\x20variables\x20and\x20configurations','1326699vDZKGn','create','5237832vllCqt','805QHKJpE','maka\x20get:<sub-command>','405hWMZvS','4333MkPxtw','1136MDnaOp','search','(((.+)+)+)+$'];a69c=function(){return k;};return a69c();}import{UsageErrorWithSubs}from'../../error.js';function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x15c;let f=c[d];return f;},a69d(a,b);}const GetCommand=Command[a69i(0x16f)]({'name':a69i(0x161),'usage':a69i(0x172),'shortDesc':a69i(0x16d),'validOpts':[]},async function(a,b){const j=a69i,c=a[0x0],d=this[j(0x167)](c);if(d)this[j(0x165)](c,a,b);else{Log[j(0x164)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x79))/0x1+parseInt(f(0x7f))/0x2*(-parseInt(f(0x81))/0x3)+-parseInt(f(0x77))/0x4+parseInt(f(0x7a))/0x5+-parseInt(f(0x7d))/0x6*(parseInt(f(0x7c))/0x7)+-parseInt(f(0x82))/0x8*(parseInt(f(0x70))/0x9)+parseInt(f(0x75))/0xa*(parseInt(f(0x76))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x89ee2));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x72)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x74)]()[h(0x7b)](h(0x84))[h(0x74)]()['constructor'](a70a)[h(0x7b)](h(0x84));});a70a();function a70c(){const k=['Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','3bsYLHd','676936xIUmhZ','exit','(((.+)+)+)+$','fsi','72lYiWrP','global-config','apply','error','toString','28601290rVuJCl','11nurjmn','1522108qoMhjM','maka\x20get:global-config','985956FKpBvh','2387970oIzlrD','search','5072921heeGGx','6vtgLZX','create','9278pHxANZ'];a70c=function(){return k;};return a70c();}function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x70;let f=c[d];return f;},a70d(a,b);}import a70e from'./get.command.js';import{Command}from'../../command.js';Command[a70i(0x7e)]({'name':a70i(0x71),'usage':a70i(0x78),'aliases':['gc'],'shortDesc':a70i(0x80),'validOpts':[]},async function(){const j=a70i;try{const a=await this[j(0x85)]['getGlobalConfig']();console['log'](a),process[j(0x83)](0x0);}catch(b){console[j(0x73)](b),process[j(0x83)](0x0);}},a70e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a71h=a71d;function a71c(){const j=['974603PXxJFY','toString','getMakaProjectConfig','2013486jzAvqJ','960615grITcC','265020FzSfNM','3577550EEJsOK','maka\x20get:local-config','local-config','search','create','3053994kicaUM','fsi','882464Llhfrr','(((.+)+)+)+$','log'];a71c=function(){return j;};return a71c();}(function(a,b){const f=a71d,c=a();while(!![]){try{const d=-parseInt(f(0x160))/0x1+parseInt(f(0x15e))/0x2+-parseInt(f(0x15f))/0x3+-parseInt(f(0x168))/0x4+parseInt(f(0x161))/0x5+-parseInt(f(0x166))/0x6+parseInt(f(0x15b))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x85752));const a71b=(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;};}()),a71a=a71b(this,function(){const g=a71d;return a71a[g(0x15c)]()[g(0x164)]('(((.+)+)+)+$')[g(0x15c)]()['constructor'](a71a)['search'](g(0x159));});a71a();import a71e from'./get.command.js';import{Command}from'../../command.js';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x159;let f=c[d];return f;},a71d(a,b);}Command[a71h(0x165)]({'name':a71h(0x163),'usage':a71h(0x162),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[]},async function(){const i=a71h,a=await this[i(0x167)][i(0x15d)]();console[i(0x15a)](a);},a71e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a72j=a72d;function a72c(){const l=['12nBqvTp','notice','4145967jPlzrc','authToken','getGlobalConfig','create','5215047CPiXyI','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','4vxhVOS','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','948836fZIoXj','apply','decode','exit','error','token','userId','1989837KKZrvP','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','search','10CLTFfJ','(((.+)+)+)+$','1353011waqNQm','user','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','constructor','hash','8455565sIEJPq','User\x20Access\x20Token:\x20\x20','65395681DVDfjG','32zZdqqv','maka\x20get:whoami','2qyKJBX','6ExlSbZ'];a72c=function(){return l;};return a72c();}(function(a,b){const g=a72d,c=a();while(!![]){try{const d=-parseInt(g(0x88))/0x1*(-parseInt(g(0x9e))/0x2)+-parseInt(g(0x84))/0x3*(-parseInt(g(0x86))/0x4)+parseInt(g(0x99))/0x5+parseInt(g(0x9f))/0x6*(parseInt(g(0xa2))/0x7)+-parseInt(g(0x9c))/0x8*(-parseInt(g(0x8f))/0x9)+parseInt(g(0x92))/0xa*(parseInt(g(0x94))/0xb)+parseInt(g(0xa0))/0xc*(-parseInt(g(0x9b))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xe753b));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a72d;if(c){const e=c[h(0x89)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const i=a72d;return a72a['toString']()[i(0x91)](i(0x93))['toString']()[i(0x97)](a72a)['search'](i(0x93));});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x84;let f=c[d];return f;},a72d(a,b);}a72a();import a72e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a72f from'jsonwebtoken';Command[a72j(0xa5)]({'name':'whoami','usage':a72j(0x9d),'shortDesc':a72j(0x87),'validOpts':[]},async function(){const k=a72j;try{const a=await this['fsi'][k(0xa4)]();if(a[k(0x98)]){const b=a72f[k(0x8a)](a[k(0x98)]);Log[k(0xa1)](k(0x96)+b?.[k(0x95)]),Log['notice'](k(0x85)+a[k(0x8d)]?.[k(0x8e)]),Log['notice'](k(0x9a)+a[k(0x8d)]?.[k(0xa3)]),Log['notice'](k(0x90)+b?.['roles']['join'](',\x20'));}}catch(c){console[k(0x8c)](c),process[k(0x8b)](0x0);}},a72e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a73c(){var j=['98707ZSxIVA','949345tdlDsh','Deprecated:\x20use\x20--help\x20instead','188744FBiSiE','1881063ojfVXn','78eGvKSF','175680xqNkGn','apply','710673GBROVP','help','4vAPSgF','constructor','create','(((.+)+)+)+$','185436fIwSDy'];a73c=function(){return j;};return a73c();}var a73i=a73d;function a73d(a,b){var c=a73c();return a73d=function(d,e){d=d-0x101;var f=c[d];return f;},a73d(a,b);}(function(a,b){var f=a73d,c=a();while(!![]){try{var d=parseInt(f(0x105))/0x1+-parseInt(f(0x101))/0x2+parseInt(f(0x10a))/0x3*(parseInt(f(0x10c))/0x4)+-parseInt(f(0x103))/0x5+parseInt(f(0x107))/0x6*(-parseInt(f(0x102))/0x7)+-parseInt(f(0x108))/0x8+parseInt(f(0x106))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x23d5e));var a73b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a73d;if(c){var e=c[g(0x109)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){var h=a73d;return a73a['toString']()['search'](h(0x10f))['toString']()[h(0x10d)](a73a)['search'](h(0x10f));});a73a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a73i(0x10e)]({'name':a73i(0x10b),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a73i(0x104)},async function(){throw new UsageError();});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a74x=a74d;(function(a,b){const v=a74d,c=a();while(!![]){try{const d=-parseInt(v(0x11b))/0x1*(parseInt(v(0x13f))/0x2)+parseInt(v(0xfd))/0x3*(parseInt(v(0x126))/0x4)+parseInt(v(0x12e))/0x5+-parseInt(v(0xfe))/0x6*(parseInt(v(0x114))/0x7)+-parseInt(v(0xff))/0x8*(-parseInt(v(0x12b))/0x9)+parseInt(v(0x102))/0xa+parseInt(v(0x120))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xa588e));function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xf1;let f=c[d];return f;},a74d(a,b);}const a74b=(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;};}()),a74a=a74b(this,function(){const w=a74d;return a74a['toString']()[w(0x13c)](w(0x109))[w(0x128)]()[w(0x123)](a74a)[w(0x13c)](w(0x109));});a74a();import a74e from'os';import a74f from'path';import a74g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';function a74c(){const B=['5240669WEbIof','windows','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','Aborted','fsi','cacert','/etc/profile','75920bKWavZ','packages','maka\x20install','grep','replace','1393007inBtJS','string','meteor.tar.gz','constructor','zsh','-rf','3708tiIEdo','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','toString','&release=','maka\x20i','1350ZseRny','withSpinner','platform','3176745OKQZNC','meteor','Aborting\x20install','isFile','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','.meteor','/.bashrc','/.zshrc','Error\x20extracting\x20meteor.tar.gz\x20file','setPath','data','Proceed\x20anyway?','cert','\x20installed.\x0a','search','Using\x20CA\x20Cert\x20','Cleaning\x20up','14pWplUL','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','force','fileContainsString','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','arm64','error','includes','env','https://packages.meteor.com/bootstrap-link?arch=os.','arch','Network\x20error,\x20please\x20try\x20again.','\x20is\x20not\x20available.','https://install.meteor.com','Meteor\x20version\x20','notice','length','info','keepInstallFile','maka\x20install\x20meteor\x20--version\x202.13.3','1371SUseES','6DNByby','19896XVizHQ','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--setPath\x20flag\x20will\x20set\x20the\x20path\x20to\x20the\x20meteor\x20install\x20in\x20your\x20.bashrc\x20or\x20.zshrc\x20file\x20w/o\x20installing\x20meteor.\x0a\x20\x20','join','3994620ckXzxW','create','Setting\x20Path\x20in\x20','Setting\x20Path\x20in\x20\x20','warn','get','Path\x20already\x20set\x20in\x20/etc/profile','(((.+)+)+)+$','homedir','injectAtEndOfFile','exit','getuid','/.bash_profile','Setting\x20Path\x20in\x20/etc/profile','Path\x20already\x20set\x20in\x20','version','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','confirm'];a74c=function(){return B;};return a74c();}const homeDir=a74e[a74x(0x10a)]();function isRoot(){const y=a74x;return process[y(0x10d)]&&process[y(0x10d)]()===0x0;}Command[a74x(0x103)]({'name':'install','aliases':['i'],'validOpts':[a74x(0x141),a74x(0x111),a74x(0x119),a74x(0x137),a74x(0xfb)],'usage':a74x(0x11d),'shortDesc':a74x(0x132),'description':a74x(0x100),'examples':['maka\x20install\x20meteor','maka\x20install\x20meteor\x20--force',a74x(0xfc),a74x(0x12a)]},async function(a,b){const z=a74x;try{let c='';if(b['cacert']){if(this[z(0x118)][z(0x131)](b[z(0x119)]))Log[z(0xf8)](z(0x13d)+b[z(0x119)]),c=b[z(0x119)];else throw z(0x112)+c;}const d=await this[z(0x118)]['getGlobalConfig']();if(d[z(0x13a)]){if(this[z(0x118)]['isFile'](d[z(0x13a)]))c=d[z(0x13a)];else throw z(0x140)+c;}let f=![];if(b['f']||b['force'])f=!![];else{const p=isRoot();p?(Log[z(0x106)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),f=await Actions[z(0x113)](z(0x139),![])):f=!![];}if(!f)throw z(0x117);const g=process[z(0x12d)]==='win32',h=await HTTPS[z(0x107)]({'url':z(0xf6),'cert':c}),i=await this[z(0x118)][z(0x11e)](h[z(0x138)],'RELEASE=');if(i[z(0xf9)]===0x0)throw z(0xf4);process[z(0xf1)]['NO_NODE_WARNINGS']='1',Log[z(0xf8)]('Preparing\x20to\x20install\x20Meteor\x20'+i[0x0][z(0x11f)](/[^0-9.]/gi,'')[z(0x11f)](/\r?\n|\r/,''));let j=i[0x0]['replace'](/[^0-9.]/gi,'')[z(0x11f)](/\r?\n|\r/,'');(typeof b['v']==='string'||typeof b[z(0x111)]===z(0x121))&&(j=b['v']||b[z(0x111)]);const k={'win32':z(0x115),'darwin':'osx','linux':'linux'},l=z(0xf2)+k[a74e[z(0x12d)]()]+'.'+(a74e[z(0xf3)]()===z(0x144)?z(0x144):'x86_64')+z(0x129)+j,m=await HTTPS['checkAvailability']({'url':l,'cert':c});!m&&(Log[z(0x145)](z(0xf7)+j+z(0xf5)),process[z(0x10c)](0x0));const n=a74f[z(0x101)](homeDir,z(0x133)),o=async()=>{const A=z,q='export\x20PATH='+n+':$PATH';if(process[A(0xf1)]['SHELL']&&process[A(0xf1)]['SHELL'][A(0x146)](A(0x124))){const r=await this[A(0x118)][A(0x142)](homeDir+A(0x135),q);if(!r)Log['info'](A(0x105)+homeDir+A(0x135)),this[A(0x118)]['injectAtEndOfFile']({'filePath':homeDir+A(0x135),'content':q+'\x0a','opts':{'verbose':!![]}});else b[A(0x137)]&&Log['info'](A(0x110)+homeDir+A(0x135));}else{const s=await this[A(0x118)][A(0x142)](homeDir+A(0x134),q);if(!s)Log['info'](A(0x104)+homeDir+'/.bashrc'),this['fsi'][A(0x10b)]({'filePath':homeDir+A(0x134),'content':q+'\x0a','opts':{'verbose':!![]}});else b[A(0x137)]&&Log[A(0xfa)](A(0x110)+homeDir+'/.bashrc');const t=await this[A(0x118)][A(0x142)](homeDir+'/.bash_profile',q);if(!t)Log[A(0xfa)](A(0x104)+homeDir+A(0x10e)),this['fsi']['injectAtEndOfFile']({'filePath':homeDir+'/.bash_profile','content':q+'\x0a','opts':{'verbose':!![]}});else b[A(0x137)]&&Log[A(0xfa)]('Path\x20already\x20set\x20in\x20'+homeDir+'/.bash_profile');if(isRoot()){const u=await this[A(0x118)][A(0x142)](A(0x11a),q);if(!u)Log['info'](A(0x10f)),this[A(0x118)][A(0x10b)]({'filePath':A(0x11a),'content':q+'\x0a','opts':{'verbose':!![]}});else b[A(0x137)]&&Log[A(0xfa)](A(0x108));}}};b[z(0x137)]&&(await o(),process[z(0x10c)](0x0));if(g)Log[z(0x145)]('Windows\x20is\x20not\x20supported\x20at\x20this\x20time.'),process[z(0x10c)](0x0);else{if(a74g['existsSync'](n)){let q=![];b['f']||b['force']?q=!![]:q=await Actions[z(0x113)](z(0x116),![]),q?(await SpawnAsync[z(0x12c)]('rm',['-rf',a74f['join'](n,z(0x11c))],{'message':z(0x127)}),await SpawnAsync['withSpinner']('rm',[z(0x125),a74f['join'](n,'package-metadata')],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync[z(0x12c)]('rm',['-rf',a74f[z(0x101)](n,z(0x12f))],{'message':z(0x143)})):(Log['info'](z(0x130)),process[z(0x10c)](0x0));}try{await HTTPS['downloadFile']({'url':l,'destPath':a74f['join'](homeDir,z(0x122)),'cert':c});try{const r=a74f[z(0x101)](homeDir,'meteor.tar.gz');await this[z(0x118)]['extractTarGz'](r,homeDir);}catch(s){Log[z(0x145)](z(0x136));}!b[z(0xfb)]&&await SpawnAsync[z(0x12c)]('rm',[z(0x125),a74f['join'](homeDir,z(0x122))],{'message':z(0x13e)}),await o();}catch(t){console[z(0x145)](t),process[z(0x10c)](0x0);}Log['success'](z(0xf7)+j+z(0x13b));}}catch(u){console[z(0x145)](u),process[z(0x10c)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a75l=a75d;(function(a,b){const j=a75d,c=a();while(!![]){try{const d=-parseInt(j(0xbf))/0x1*(-parseInt(j(0xc4))/0x2)+-parseInt(j(0xb5))/0x3+-parseInt(j(0xa8))/0x4*(-parseInt(j(0xc2))/0x5)+-parseInt(j(0xb3))/0x6+-parseInt(j(0xae))/0x7+parseInt(j(0xba))/0x8*(parseInt(j(0xb8))/0x9)+parseInt(j(0x9e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xc85a5));const a75b=(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;};}()),a75a=a75b(this,function(){const k=a75d;return a75a['toString']()['search'](k(0xab))[k(0xc3)]()[k(0xad)](a75a)[k(0xb6)]('(((.+)+)+)+$');});function a75c(){const n=['join','660ZtWsoB','toString','221410HvzPlr','sep','plugins/markdown','app/public','5828200XTCVpe','\x0a[+]\x20Documentation\x20written\x20to\x20','\x20-d\x20','inherit','\x20-c\x20','config','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','logNotice','stop','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','33704bZxxAQ','stringify','jsdoc','(((.+)+)+)+$','fsi','constructor','9317763hzjgsz','jsdoc-config.json','logError','utf-8','\x20-r\x20app','154776mNkyCA','closure','976140XVPyIK','search','maka\x20jsdoc\x20--init','2754RXnAAJ','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','9544srOUBD','docs','pathFromProject','.+\x5c.(j|t)s(doc|x)?$','app/packages','4ZwccCD','app/node_modules'];a75c=function(){return n;};return a75c();}a75a();import a75e from'path';import a75f from'fs';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x9e;let f=c[d];return f;},a75d(a,b);}import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a75l(0xaa),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a75l(0xa7),'examples':[a75l(0xb7),'maka\x20jsdoc'],'validOpts':[]},function(){const m=a75l,a=a75e['join'](this[m(0xac)][m(0xbc)]({}),m(0xbb)+a75e[m(0xc5)]),b=a75e[m(0xc1)](this[m(0xac)]['pathFromProject']({}),m(0xa3),m(0xaf)),c=this[m(0xac)][m(0xbc)]({}),d=m(0xaa);if(!this['isFile'](b)){const g={'plugins':[m(0xc6)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0xaa),m(0xb4)]},'source':{'includePattern':m(0xbd),'excludePattern':m(0xb9),'exclude':[m(0xbe),m(0xc0),m(0xc7),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0xb1)}};a75f['writeFileSync'](b,JSON[m(0xa9)](g,null,0x4));}const f=this['logWithSpinner']('Running\x20'+d);try{const h=d+m(0xa2)+b+m(0xb2)+a75e['sep']+m(0xa0)+a;execSync(h,{'cwd':c,'stdio':m(0xa1)}),this[m(0xa5)](m(0x9f)+a);}catch(i){this['logError'](i),this[m(0xb0)](m(0xa4));}finally{f[m(0xa6)]();}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a76r=a76d;(function(a,b){const p=a76d,c=a();while(!![]){try{const d=parseInt(p(0x161))/0x1+parseInt(p(0x169))/0x2*(-parseInt(p(0x182))/0x3)+-parseInt(p(0x17a))/0x4+parseInt(p(0x18b))/0x5+-parseInt(p(0x15f))/0x6*(parseInt(p(0x17d))/0x7)+-parseInt(p(0x16a))/0x8*(-parseInt(p(0x15e))/0x9)+parseInt(p(0x188))/0xa*(parseInt(p(0x164))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xeca91));const a76b=(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;};}()),a76a=a76b(this,function(){const q=a76d;return a76a[q(0x185)]()['search'](q(0x186))['toString']()[q(0x184)](a76a)['search'](q(0x186));});a76a();function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x15d;let f=c[d];return f;},a76d(a,b);}function a76c(){const t=['findAppDirectory','4011112SbwzUA','maka\x20lint','length','5982235cvMRXT','eslint/eslintrc.json','template','stylish','push','5388KSKYwk','eslint','constructor','toString','(((.+)+)+)+$','format','653800tOGFsc','eslint-plugin-react','All\x20good!\x20:)','149050AOrCUw','join','755568cZRVab','6qtpbxs','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','801158yBMOTr','success','lint','242JuHfHn','/imports','checkNpmPackage','eslint-plugin-css','create','1436HIYkIU','176nDYxlJ','isFile','fix','fsi','service','loadFormatter','Lint\x20results\x20for\x20','error','outputFixes','imports','notice','.eslintrc.json','maka\x20lint\x20--fix','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','bright'];a76c=function(){return t;};return a76c();}import a76e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a76r(0x168)]({'name':a76r(0x163),'usage':a76r(0x17b),'maxArgLength':0x1,'validOpts':[a76r(0x16c)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':a76r(0x177),'examples':[a76r(0x176)]},async function(a,b){const s=a76r;try{const c=this[s(0x16d)][s(0x179)](),d=this[s(0x16d)][s(0x166)](s(0x183)),f=this['fsi'][s(0x166)](s(0x189)),g=this[s(0x16d)][s(0x166)](s(0x167)),h=[];!d&&h[s(0x181)](s(0x183));!f&&h[s(0x181)](s(0x189));!g&&h[s(0x181)]('eslint-plugin-css');h['length']>0x0&&await this['fsi']['installNpmPackage'](h[s(0x15d)]('\x20'),{'dev':!![]});const i=this[s(0x16d)][s(0x16b)](a76e['join'](c,s(0x175)));if(!i){const n={'noRename':!![]};await this[s(0x16d)][s(0x17f)]({'srcPath':s(0x17e),'destPath':a76e[s(0x15d)](c,'.eslintrc.json'),'framework':s(0x16e),'context':n});}const j=new ESLint(),k=await j['lintFiles']([a76e[s(0x15d)](c,s(0x173),'**')]),l=await j[s(0x16f)](s(0x180)),m=await l[s(0x187)](k);m[s(0x17c)]>0x0?Log[s(0x178)](m):Log[s(0x162)](s(0x18a)),Log[s(0x174)](s(0x170)+c+s(0x165)),b[s(0x16c)]?await ESLint[s(0x172)](k):Log[s(0x174)](s(0x160));}catch(o){console[s(0x171)](o);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a77y=a77d;(function(a,b){const w=a77d,c=a();while(!![]){try{const d=-parseInt(w(0xee))/0x1*(-parseInt(w(0x100))/0x2)+parseInt(w(0xf1))/0x3*(-parseInt(w(0xf3))/0x4)+-parseInt(w(0x104))/0x5+parseInt(w(0xd2))/0x6+-parseInt(w(0xe4))/0x7+-parseInt(w(0xde))/0x8*(parseInt(w(0xec))/0x9)+parseInt(w(0xea))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x36969));const a77b=(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;};}()),a77a=a77b(this,function(){const x=a77d;return a77a[x(0xe2)]()[x(0xfd)](x(0xdd))['toString']()[x(0xd5)](a77a)[x(0xfd)](x(0xdd));});a77a();import a77e from'node-forge';import{Command}from'../command.js';function a77c(){const A=['https://','sha256','toString','exit','1399279sSpXzd','parse','authToken','login','cacert','ask','4033880DROZGy','digest','117qdfSFp','Logs\x20in\x20to\x20www.maka-cli.com','2YijmVP','getGlobalConfig','env','3CbdrRz','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','1101704dlBMlv','Logging\x20into\x20https://','header','cert','Password:\x20','setGlobalConfig','Email:','toHex','email','fsi','search','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','withSpinner','254758oItxsj','notice','get','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','1035725qWRIiw','create','error','maka\x20login','/api/v1/encodeJwt','success','2672622QXJotZ','Preflight\x20Check','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','constructor','assign','MAKA_DEV','failure','help','isFile','password','post','(((.+)+)+)+$','121552hssccF','www.maka-cli.com'];a77c=function(){return A;};return a77c();}import{Log}from'../tools/log/log.class.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xd2;let f=c[d];return f;},a77d(a,b);}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a77y(0xf0)][a77y(0xd7)]==='True'?'localhost':a77y(0xdf);Command[a77y(0x105)]({'name':a77y(0xe7),'validOpts':[a77y(0xfb),a77y(0xdb),a77y(0xd9),'cacert','debug'],'usage':a77y(0x107),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a77y(0xed),'examples':[a77y(0x107),a77y(0xf2)]},async function(a,b){const z=a77y,c=Log[z(0xff)]();try{let d='';b[z(0xe8)]&&(this[z(0xfc)][z(0xda)](b['cacert'])?(d=b[z(0xe8)],Log[z(0x101)]('Using\x20CA\x20Cert\x20'+d)):Log[z(0x106)](z(0xfe)+d));const f=await this[z(0xfc)][z(0xef)]();if(f[z(0xf6)]){if(this[z(0xfc)][z(0xda)](f[z(0xf6)]))d=f[z(0xf6)];else{Log['error']('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log[z(0xf5)](z(0xf4)+hostname);const g={'url':z(0xe0)+hostname+'/api/v1/status'};b[z(0xe8)]&&Object[z(0xd6)](g,{'cert':d});c['start'](z(0xd3));const {statusCode:h}=await HTTPS[z(0x102)](g);if(h===0x198){c[z(0xd8)]();throw z(0x103);}if(h!==0xc8){c[z(0xd8)]();throw'https://'+hostname+'\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}c['success']();const i=b[z(0xfb)]?b['email']:await Actions[z(0xe9)](z(0xf9)),j=b['password']?b[z(0xdb)]:await Actions[z(0xe9)](z(0xf7),!![]),k=a77e['md'][z(0xe1)]['create']();k['update'](j);const l=k[z(0xeb)]()[z(0xfa)](),m={'hostname':hostname,'path':'/api/v1/login','data':{'email':i,'password':l,'hashed':!![]}};b[z(0xe8)]&&Object[z(0xd6)](m,{'cert':d});c['start']('Logging\x20in');const {data:n,statusCode:o}=await HTTPS[z(0xdc)](m);if(o===0x198){c[z(0xd8)]('\x0a');throw z(0xd4)+hostname;}const p=JSON[z(0xe5)](n);if(p[z(0xe6)]){const q={'hostname':hostname,'path':z(0x108),'headers':{'x-auth-token':p['authToken']},'data':{}};b[z(0xe8)]&&Object[z(0xd6)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[z(0xdc)](q),{token:t}=JSON[z(0xe5)](r);if(s===0x198)throw z(0xd4)+hostname;const u={'token':p,'hash':t};this[z(0xfc)][z(0xf8)](u);}else{c[z(0xd8)]();throw p;}c[z(0x109)]();}catch(v){c[z(0xd8)](),console[z(0x106)](v),process[z(0xe3)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a78o=a78d;(function(a,b){const l=a78d,c=a();while(!![]){try{const d=-parseInt(l(0xff))/0x1+parseInt(l(0xe1))/0x2+parseInt(l(0xdb))/0x3*(-parseInt(l(0xde))/0x4)+parseInt(l(0xe9))/0x5+parseInt(l(0xeb))/0x6*(-parseInt(l(0xe8))/0x7)+parseInt(l(0xfe))/0x8*(-parseInt(l(0xe5))/0x9)+parseInt(l(0xdc))/0xa*(parseInt(l(0xf3))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xbc13d));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a78d;if(c){const e=c[m(0x102)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const n=a78d;return a78a['toString']()['search'](n(0xf0))[n(0xf4)]()['constructor'](a78a)[n(0xe7)](n(0xf0));});a78a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a78o(0xec)]['MAKA_DEV']==='True'?a78o(0xe0):'www.maka-cli.com';Command['create']({'name':'logout','validOpts':[a78o(0xe6)],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a78o(0xf2),'disableAuthCheck':!![],'examples':[a78o(0xfc)]},async function(a,b){const p=a78o,c=Log[p(0xea)]();try{let d='';b[p(0xe6)]&&(this[p(0xef)]['isFile'](b['cacert'])?(d=b[p(0xe6)],Log[p(0xd9)](p(0xfd)+d)):Log['error']('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[p(0xef)][p(0xf9)]();if(f[p(0xf7)]){if(this['fsi'][p(0x103)](f['cert']))d=f[p(0xf7)];else{c[p(0xf5)]();throw Log['error']('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);}}Log[p(0xee)]('Logging\x20out\x20of\x20https://'+hostname);const g={'url':p(0xda)+hostname+p(0xd8)};b[p(0xe6)]&&Object['assign'](g,{'cert':d});c[p(0xf1)](p(0xfb));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[p(0xf5)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}c[p(0xe3)]();if(h!==0xc8){c[p(0xf5)]();throw p(0xfa);}if(!f?.[p(0xed)]?.[p(0x101)])throw Log[p(0xf6)](p(0xe4));c[p(0xf1)](p(0x100));const i={'hostname':hostname,'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':f[p(0xed)][p(0x101)]}};b[p(0xe6)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0xe2)](i);if(j===0x198){c[p(0xf5)]('\x0a');throw p(0xdf);}this[p(0xef)][p(0xdd)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[p(0xf6)](k),process[p(0xf8)](0x0);}});function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0xd8;let f=c[d];return f;},a78d(a,b);}function a78c(){const q=['withSpinner','6Mvkcrv','env','token','header','fsi','(((.+)+)+)+$','start','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','64614Qtjhfg','toString','failure','error','cert','exit','getGlobalConfig','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','Preflight\x20Check','maka\x20logout','Using\x20CA\x20Cert\x20','36048TzxdTO','561586WHOqtf','Logging\x20out','authToken','apply','isFile','/api/v1/status','notice','https://','3cFRdzB','4570EBaiPJ','setGlobalConfig','1529548jrRfWp','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','localhost','1120332luvGis','post','success','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','1818MIeIbd','cacert','search','7507703XuqSJG','2262475MrrPyR'];a78c=function(){return q;};return a78c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a79l=a79d;(function(a,b){const j=a79d,c=a();while(!![]){try{const d=parseInt(j(0xc3))/0x1+-parseInt(j(0xe1))/0x2*(parseInt(j(0xc9))/0x3)+parseInt(j(0xcb))/0x4+-parseInt(j(0xda))/0x5*(-parseInt(j(0xe0))/0x6)+parseInt(j(0xc7))/0x7*(parseInt(j(0xd3))/0x8)+-parseInt(j(0xcd))/0x9+parseInt(j(0xde))/0xa*(-parseInt(j(0xd5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0xa3572));function a79c(){const n=['View\x20the\x20PM2\x20logs','171258lCDIEY','1154884dmfMAw','maka\x20logs','getAppConfigPath','parse','168924YVZHhk','pm2\x20logs','assign','(((.+)+)+)+$','1792266YpHmTJ','error','3tXTOnU','toString','3070144bLFjUM','maka\x20logs\x20--env\x20staging','1491867bTPmYw','join','env','search','create','readFileSync','8oOnnUq','maka\x20l\x20-e\x20p','722491SDuric','sshSync','ssh.json','fsi','verbose','50XDjWxR','logs','maka\x20logs\x20--env\x20dev','constructor','10ssgipf'];a79c=function(){return n;};return a79c();}const a79b=(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;};}()),a79a=a79b(this,function(){const k=a79d;return a79a[k(0xca)]()[k(0xd0)](k(0xc6))[k(0xca)]()[k(0xdd)](a79a)[k(0xd0)](k(0xc6));});a79a();function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0xc2;let f=c[d];return f;},a79d(a,b);}import a79e from'fs';import a79f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{Log}from'../tools/log/log.class.js';Command[a79l(0xd1)]({'name':a79l(0xdb),'aliases':['l','log'],'usage':a79l(0xe2),'requiredOpts':[a79l(0xcf)],'mustBeInMakaProject':!![],'validOpts':[a79l(0xd9)],'shortDesc':a79l(0xdf),'isPro':!![],'examples':[a79l(0xdc),a79l(0xcc),a79l(0xd4)]},function(a,b){const m=a79l;try{const c=m(0xc4),d=this[m(0xd8)][m(0xe3)](b[m(0xcf)]),f=a79f[m(0xce)](d,m(0xd7)),g=a79e[m(0xd2)](f),h=JSON[m(0xc2)](g['toString']());Object[m(0xc5)](h,{'env':d}),SSH[m(0xd6)](c,h,{'tty':!![],'verbose':!![]});}catch(i){Log[m(0xc8)](i);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a80i=a80d;(function(a,b){const f=a80d,c=a();while(!![]){try{const d=-parseInt(f(0x13c))/0x1*(-parseInt(f(0x13e))/0x2)+parseInt(f(0x141))/0x3+parseInt(f(0x13f))/0x4+parseInt(f(0x137))/0x5*(-parseInt(f(0x149))/0x6)+parseInt(f(0x13b))/0x7+parseInt(f(0x142))/0x8*(parseInt(f(0x145))/0x9)+-parseInt(f(0x148))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0xd98a9));function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0x135;let f=c[d];return f;},a80d(a,b);}const a80b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a80d;if(c){const e=c[g(0x135)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){const h=a80d;return a80a[h(0x139)]()['search']('(((.+)+)+)+$')['toString']()[h(0x146)](a80a)[h(0x14b)]('(((.+)+)+)+$');});a80a();function a80c(){const k=['processAndRunCommand','4748244hgWZnv','32XSXGdJ','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','maka\x20install\x20meteor','3547035JhNYQR','constructor','maka\x20--help','50975660zCKPen','18TTIdVc','exit','search','apply','maka\x20run','132725eSeIXt','maka\x20create\x20Todo','toString','maka\x20<command>\x20[<args>]\x20[<opts>]','10078516QpzyIn','252017uzlYAh','splice','6pzdXjF','2852812pXwHFR'];a80c=function(){return k;};return a80c();}import{Command}from'../command.js';const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':a80i(0x143),'validOpts':[],'usage':a80i(0x13a),'disableAuthCheck':!![],'examples':[a80i(0x147),a80i(0x144),a80i(0x138),a80i(0x136)],'description':'\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20'},async function(a,b){const j=a80i;try{const c=a[0x0];a[j(0x13d)](0x0,0x1),await this[j(0x140)](c,a,b);}catch(d){process[j(0x14a)](0x1);}});export default Maka;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a81i=a81d;function a81d(a,b){var c=a81c();return a81d=function(d,e){d=d-0x1ab;var f=c[d];return f;},a81d(a,b);}(function(a,b){var f=a81d,c=a();while(!![]){try{var d=parseInt(f(0x1ae))/0x1*(parseInt(f(0x1b4))/0x2)+parseInt(f(0x1bd))/0x3*(parseInt(f(0x1bc))/0x4)+-parseInt(f(0x1ba))/0x5+-parseInt(f(0x1ad))/0x6+parseInt(f(0x1b8))/0x7*(parseInt(f(0x1ab))/0x8)+-parseInt(f(0x1bf))/0x9*(-parseInt(f(0x1b7))/0xa)+-parseInt(f(0x1bb))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x6b5ae));var a81b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a81d;if(c){var e=c[g(0x1ac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){var h=a81d;return a81a[h(0x1be)]()['search'](h(0x1b2))[h(0x1be)]()[h(0x1b3)](a81a)[h(0x1b6)](h(0x1b2));});a81a();function a81c(){var k=['3627cOAaOG','1655488ZHlCUs','apply','1179654UTaxgG','98053krPQoJ','log','murder','Murrrrderrrrr','(((.+)+)+)+$','constructor','8bYGung','font-family:\x20monospace','search','11470CZbFCd','28mfUedb','error','4264475lMMAZZ','8855528amdYCF','2448324QdCRKq','3aXgUdj','toString'];a81c=function(){return k;};return a81c();}import{Command}from'../command.js';Command['create']({'name':a81i(0x1b0),'usage':'maka\x20murder','maxArgLength':0x1,'shortDesc':a81i(0x1b1),'validOpts':[]},async function(){var j=a81i;try{console[j(0x1af)]('%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a',j(0x1b5));}catch(a){console[j(0x1b9)](a),process['exit'](0x0);}});
|