@maka/maka-cli 4.7.12 → 4.7.14
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/.vs/VSWorkspaceState.json +15 -0
- package/.vs/maka-cli-src/FileContentIndex/18ca123b-cf4e-4263-8cf0-ed1624e8e918.vsidx +0 -0
- package/.vs/maka-cli-src/FileContentIndex/4c0a1daa-da96-4fc9-bf6f-ad5a9148b26c.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 +1016 -0
- 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
- package/README.md +21 -21
- package/bundle/obf/package.json +127 -127
- 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 +127 -127
- package/tsconfig.json +23 -23
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a60G=a60d;(function(a,b){const y=a60d,c=a();while(!![]){try{const d=-parseInt(y(0x1a6))/0x1+parseInt(y(0x1a4))/0x2+parseInt(y(0x170))/0x3+parseInt(y(0x1be))/0x4+parseInt(y(0x1c3))/0x5*(-parseInt(y(0x194))/0x6)+-parseInt(y(0x1a8))/0x7*(-parseInt(y(0x19d))/0x8)+-parseInt(y(0x16a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x42bd1));import a60e from'blessed';import{capitalCase}from'change-case';import a60f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x16a;let f=c[d];return f;},a60d(a,b);}function a60c(){const H=['Right\x20Hand:\x20','arms','key','1525923QETWVP','removeAllListeners','10%','handleInput','log','yellow','616773gpdlNh','join','Gloves:\x20','mousemove','\x20Map\x20','Arms:\x20','90%','\x0aThere\x20are\x20no\x20exits\x20here.','player','exits','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','constructor','unlock','enter','getInstance','legs','getWelcomeMessage','Torso:\x20','screen','25%','pushLine','feet','write','Available\x20exits\x20will\x20be\x20shown\x20here...','\x20(Locked)','gloves','forEach','size','(((.+)+)+)+$','cyan','100%','\x20(Unlocked)','----->>>>>>\x20Initializing\x20Game','lock','split','Currently\x20in:\x20','114ZthGkI','<<<<<<<<---------\x20Terminating\x20game','C-c','equip','argv','append','line','map','slice','8CKrhie','name','toString','Head:\x20','parse','roomType','torso','486442NBXjoK','getOtherSide','532018YMCxrM','70%','3640168Kpfbjl','focus','head','inventory','textbox','75%','leftHand','escape','search','Side\x20Quest\x20Adventure\x20Game','equipment','45%','rightHand','Left\x20Hand:\x20','\x20Equipment\x20','render','exit','setContent','getAllItems','checkIfLockable','Thanks\x20for\x20playing!','scroll','1217104kbRBXO','Feet:\x20','logFilePath','None','box','78470AUnkDI','white','logBox','OUTSIDE'];a60c=function(){return H;};return a60c();}import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a60d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a60d;return g['toString']()[z(0x1b0)](z(0x18c))[z(0x19f)]()[z(0x17b)](g)['search'](z(0x18c));});g();try{const h=a60e[A(0x182)]({'smartCSR':!![],'title':A(0x1b1)}),i=a60e[A(0x1c2)]({'top':'0%','left':A(0x1ad),'width':A(0x183),'height':A(0x1b3),'border':{'type':'line'},'label':'\x20Inventory\x20','content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x16f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x1ba)]()[B(0x19b)](v=>v['name']);i[B(0x1b9)](u[B(0x171)]('\x0a')),h[B(0x1b7)]();};h['append'](i);const k=a60e[A(0x1c2)]({'top':A(0x1b3),'left':A(0x1ad),'width':A(0x183),'height':A(0x183),'border':{'type':A(0x19a)},'label':A(0x1b6),'content':A(0x17a),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x16f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const C=A;k[C(0x1b9)](C(0x1a0)+(t[C(0x1aa)]?t[C(0x1aa)][C(0x19e)]:C(0x1c1))+'\x0a'+(C(0x181)+(t[C(0x1a3)]?t[C(0x1a3)][C(0x19e)]:C(0x1c1))+'\x0a')+('Legs:\x20'+(t[C(0x17f)]?t['legs'][C(0x19e)]:C(0x1c1))+'\x0a')+(C(0x1bf)+(t[C(0x185)]?t[C(0x185)][C(0x19e)]:C(0x1c1))+'\x0a')+(C(0x175)+(t['arms']?t[C(0x1c8)][C(0x19e)]:'None')+'\x0a')+(C(0x172)+(t[C(0x189)]?t[C(0x189)]['name']:C(0x1c1))+'\x0a')+(C(0x1b5)+(t['leftHand']?t[C(0x1ae)][C(0x19e)]:C(0x1c1))+'\x0a')+(C(0x1c7)+(t[C(0x1b4)]?t[C(0x1b4)][C(0x19e)]:C(0x1c1))+'\x0a')),h['render']();},m=a60e['box']({'top':A(0x1a7),'left':A(0x1ad),'width':'25%','height':'20%','border':{'type':A(0x19a)},'label':A(0x174),'content':A(0x187),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x16f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const D=A;let u=D(0x193)+t['name']+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[D(0x179)][D(0x18b)]>0x0?t[D(0x179)][D(0x18a)]((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x1a5)](t);x[E(0x1a2)]===RoomType[E(0x1c6)]?u+=capitalCase(w)+':\x20'+x[E(0x19e)]:u+=capitalCase(w)+':\x20'+v['name'];if(v['checkIfLocked']())u+=E(0x188);else v[E(0x1bb)]()&&(u+=E(0x18f));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x177),m[D(0x1b9)](u),h[D(0x1b7)]();},o=a60e[A(0x1c2)]({'id':A(0x1c5),'top':'0%','left':'0%','width':A(0x1ad),'height':A(0x176),'border':{'type':A(0x19a)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x16f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x16b)](A(0x173)),h['append'](o);const p=a60e[A(0x1ac)]({'bottom':0x0,'left':0x0,'width':A(0x18e),'height':A(0x16c),'tags':!![],'border':{'type':A(0x19a)},'style':{'fg':A(0x1c4),'border':{'fg':A(0x18d)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x199)](p),h[A(0x1c9)]([A(0x1af),A(0x196)],()=>process[A(0x1b8)](0x0)),p[A(0x1a9)](),h[A(0x1b7)]();const q=Logger[A(0x17e)](e[A(0x1c0)],h),r=new Player({'playerName':c});q[A(0x186)](A(0x190));const s=a60f[A(0x17e)](r,d);o[A(0x1b9)](s[A(0x180)]()),l(s[A(0x178)][A(0x1b2)]),j(s[A(0x178)][A(0x1ab)]),n(s['player']['currentLocation']),p[A(0x1c9)]([A(0x17d)],async()=>{const F=A,t=p['getValue'](),u=s[F(0x16d)](t);(t[F(0x192)]('\x20')[0x0]==='take'||F(0x197)||'unequip')&&(j(s[F(0x178)][F(0x1ab)]),l(s['player'][F(0x1b2)])),(t[F(0x192)]('\x20')[0x0]==='go'||F(0x191)||F(0x17c))&&n(s[F(0x178)]['currentLocation']),t[F(0x192)]('\x20')[0x0]==='clear'&&o[F(0x1b9)](''),u===null&&(console[F(0x16e)](F(0x1bc)),h[F(0x1b7)](),q[F(0x186)](F(0x195)),process['exit'](0x0)),o[F(0x184)](u),o[F(0x1bd)](0x1),p['clearValue'](),p['focus'](),h[F(0x1b7)]();});}catch(t){console[A(0x16e)](t),process['exit'](0x1);}}const args=process[a60G(0x198)][a60G(0x19c)](0x2);main(args[0x0],JSON[a60G(0x1a1)](args[0x1]),JSON[a60G(0x1a1)](args[0x2]));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a61j=a61d;function a61c(){const r=['writeFileSync','dirname','homedir','logBox','9171AcaUBA','toString','mkdirSync','1464aCkWxb','setContent','instance','11XSqNBh','filePath','scrollTo','options','ensureLogFileExists','318938ItQXXS','.maka','join','toISOString','12220570sysCLz','appendFileSync','9fxqkLU','850904rtgbBF','(((.+)+)+)+$','screen','1962838SAnyBt','content','682314eTVSRo','[INFO]\x20[','10GwUZAr','children','getScrollHeight','existsSync','side-quest.log','error','The\x20logbox\x20','log','[ERROR]\x20[','194565kNzXOp','write','search','render'];a61c=function(){return r;};return a61c();}(function(a,b){const h=a61d,c=a();while(!![]){try{const d=-parseInt(h(0x1fc))/0x1+parseInt(h(0x206))/0x2+parseInt(h(0x202))/0x3*(-parseInt(h(0x203))/0x4)+parseInt(h(0x20a))/0x5*(-parseInt(h(0x208))/0x6)+parseInt(h(0x213))/0x7+parseInt(h(0x1f4))/0x8*(-parseInt(h(0x1f1))/0x9)+parseInt(h(0x200))/0xa*(parseInt(h(0x1f7))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xd2050));const a61b=(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;};}()),a61a=a61b(this,function(){const i=a61d;return a61a[i(0x1f2)]()['search']('(((.+)+)+)+$')[i(0x1f2)]()['constructor'](a61a)[i(0x215)](i(0x204));});a61a();import a61e from'fs';import a61f from'os';import a61g from'path';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x1f1;let f=c[d];return f;},a61d(a,b);}const homeDir=a61f[a61j(0x219)]();export class Logger{static [a61j(0x1f6)];[a61j(0x1f8)];[a61j(0x205)];constructor(a,b){const k=a61j;this[k(0x1f8)]=a,this[k(0x205)]=b,this[k(0x1fb)]();}static['getInstance'](a=a61g[a61j(0x1fe)](homeDir,a61j(0x1fd),a61j(0x20e)),b){const l=a61j;if(!Logger['instance']){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[l(0x1f6)]=new Logger(a,b);}return Logger['instance'];}['ensureLogFileExists'](){const m=a61j,a=a61g[m(0x218)](this[m(0x1f8)]);!a61e['existsSync'](a)&&a61e[m(0x1f3)](a,{'recursive':!![]}),!a61e[m(0x20d)](this['filePath'])&&a61e[m(0x217)](this[m(0x1f8)],'');}[a61j(0x214)](a){const n=a61j,b=new Date()[n(0x1ff)](),c=n(0x209)+b+']\x20'+a+'\x0a';a61e[n(0x201)](this[n(0x1f8)],c);}['error'](a){const o=a61j,b=new Date()[o(0x1ff)](),c=o(0x212)+b+']\x20'+a+'\x0a';a61e[o(0x201)](this['filePath'],c);}[a61j(0x211)](a){const p=a61j,b=this[p(0x205)]?.[p(0x20b)]['find'](c=>c['type']==='box'&&c[p(0x1fa)]['id']===p(0x21a));b?(b[p(0x1f5)](b[p(0x207)]+'\x0a'+a),b[p(0x1f9)](b[p(0x20c)]()),this['screen']?.[p(0x216)]()):this[p(0x20f)](p(0x210)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[p(0x205)]),this[p(0x214)](a);}['hasScreen'](){const q=a61j;return!!this[q(0x205)];}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a62n=a62d;(function(a,b){const k=a62d,c=a();while(!![]){try{const d=-parseInt(k(0x18f))/0x1+parseInt(k(0x177))/0x2*(parseInt(k(0x171))/0x3)+-parseInt(k(0x17e))/0x4+-parseInt(k(0x190))/0x5*(-parseInt(k(0x182))/0x6)+-parseInt(k(0x176))/0x7*(parseInt(k(0x178))/0x8)+-parseInt(k(0x18d))/0x9*(-parseInt(k(0x174))/0xa)+-parseInt(k(0x17b))/0xb*(-parseInt(k(0x185))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x66487));function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0x171;let f=c[d];return f;},a62d(a,b);}const a62b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a62d;if(c){const e=c[l(0x187)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){const m=a62d;return a62a[m(0x17c)]()[m(0x18c)](m(0x194))[m(0x17c)]()['constructor'](a62a)['search'](m(0x194));});a62a();import a62e from'path';function a62c(){const q=['fsi','log','6TRqzOV','create','Play\x20a\x20little\x20side-quest','1332mGEUaL','resolve','apply','maka\x20play:side-quest','dungeon','options','exit','search','87426UVGllJ','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...','120941SuOPnc','2330435Sxjhga','list','ask','getGlobalMakaDir','(((.+)+)+)+$','66903NOkWGV','node','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','710NhgKnZ','What\x20is\x20your\x20name?','1365kpNNcF','4iIDGmz','28216gVMOme','inherit','join','49258RjFWlJ','toString','player','1879136EkxCqF','Thanks\x20for\x20playing!'];a62c=function(){return q;};return a62c();}import{spawn}from'child_process';import a62f 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';import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command[a62n(0x183)]({'name':'side-quest','usage':a62n(0x188),'shortDesc':a62n(0x184),'aliases':['sq'],'description':a62n(0x18e),'validOpts':[a62n(0x17d)]},async function(a,b){const o=a62n;try{const c=this[o(0x180)][o(0x193)](),d=a62e[o(0x17a)](c,'side-quest.log'),e=b['player']?b['player']:await Actions[o(0x192)](o(0x175))||'Commoner',f={...b,'logFilePath':d},g={'type':o(0x191),'name':'sideQuestAnswer','message':o(0x173),'choices':[{'name':o(0x189),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x18a)](g);if(e&&h){const i=spawn(o(0x172),[a62e[o(0x186)](__dirname,'./sideQuest/ui.js'),e,JSON['stringify'](h),JSON['stringify'](f)],{'stdio':o(0x179)});i['on'](o(0x18b),()=>{const p=o;console[p(0x181)](p(0x17f));});}}catch(j){console['log'](j);}},a62f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xd2;var f=c[d];return f;},a63d(a,b);}var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0xd2))/0x1+-parseInt(f(0xdd))/0x2+-parseInt(f(0xdc))/0x3+parseInt(f(0xdf))/0x4*(-parseInt(f(0xdb))/0x5)+-parseInt(f(0xe0))/0x6+parseInt(f(0xd8))/0x7*(parseInt(f(0xd4))/0x8)+parseInt(f(0xd3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xab02c));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0xe1)]()['search']('(((.+)+)+)+$')['toString']()[h(0xde)](a63a)['search'](h(0xd5));});a63a();import a63e from'./play.command.js';function a63c(){var k=['constructor','202892BrGMwJ','5693130dQkkjK','toString','apply','319068sUJxGJ','19671138acWoup','103272XQdSox','(((.+)+)+)+$','npx\x20command-line-snake','inherit','672mauUMz','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','create','55rgAImV','2275869yYjKpL','1556246BeYGwT'];a63c=function(){return k;};return a63c();}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63i(0xda)]({'name':'snake','usage':'maka\x20game:snake','shortDesc':a63i(0xd9),'validOpts':[]},async function(){var j=a63i;execSync(j(0xd6),{'stdio':j(0xd7)});},a63e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a64i=a64d;(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x1b8))/0x1+parseInt(f(0x1bb))/0x2*(-parseInt(f(0x1c5))/0x3)+parseInt(f(0x1c1))/0x4+parseInt(f(0x1c8))/0x5*(parseInt(f(0x1ca))/0x6)+-parseInt(f(0x1ba))/0x7+parseInt(f(0x1c6))/0x8+-parseInt(f(0x1c2))/0x9*(parseInt(f(0x1b7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x6d8d2));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x1c7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x1b9)]()[h(0x1c3)](h(0x1c0))[h(0x1b9)]()[h(0x1bc)](a64a)['search']('(((.+)+)+)+$');});a64a();function a64c(){var k=['5829159FovqcB','56454Fsuxms','constructor','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','maka\x20game:tetris','create','(((.+)+)+)+$','3535588CxpAPQ','36siSXqV','search','tetris','3ttEeuD','2405648sFjbWq','apply','35oivEpH','inherit','43884yBVhiG','679130yenMtR','345537VWUuKm','toString'];a64c=function(){return k;};return a64c();}function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x1b7;var f=c[d];return f;},a64d(a,b);}import a64e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a64i(0x1bf)]({'name':a64i(0x1c4),'usage':a64i(0x1be),'shortDesc':a64i(0x1bd),'validOpts':[]},async function(){var j=a64i;execSync('npx\x20simple-tetris',{'stdio':j(0x1c9)});},a64e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0xb7))/0x1*(parseInt(f(0xbb))/0x2)+parseInt(f(0xb1))/0x3+-parseInt(f(0xb6))/0x4+parseInt(f(0xbf))/0x5*(-parseInt(f(0xb9))/0x6)+-parseInt(f(0xb3))/0x7*(-parseInt(f(0xbd))/0x8)+parseInt(f(0xb5))/0x9+-parseInt(f(0xc4))/0xa*(-parseInt(f(0xbe))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xb8ca5));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0xc8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0xc7)]()['search'](h(0xb2))['toString']()['constructor'](a66a)[h(0xc3)](h(0xb2));});a66a();import{Command}from'../command.js';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xb1;let f=c[d];return f;},a66d(a,b);}import a66e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';function a66c(){const k=['130PZSxbt','maka\x20g:dbc\x20geoserver\x20--type=pgsql','processAndRunGenerator','toString','apply','3125502RHbPfT','(((.+)+)+)+$','65121zhPvIv','exit','6967935KqRBBh','1469112XcjLRR','1RkrAib','error','6BZNzVk','maka\x20g:scaffold\x20todos','2044358USyjeo','splice','440AUIVgE','1024705KYuxip','6961855KxIIJJ','maka\x20{generate,\x20g}:<generator>\x20<name>','invoke','maka\x20g:template\x20todos/todo_item','search'];a66c=function(){return k;};return a66c();}Command['create']({'name':'generate','aliases':['g'],'usage':a66i(0xc0),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':['maka\x20generate:scaffold\x20todos',a66i(0xba),a66i(0xc2),'maka\x20g:package\x20package:name','maka\x20g:route\x20todos/edit','maka\x20g:api\x20trucks',a66i(0xc5)]},async function(a,b){const j=a66i;try{const c=a[0x0];c?(a[j(0xbc)](0x0,0x1),await a66e[j(0xc6)](c,a,b)):a66e[j(0xc1)](a,b);}catch(d){Log[j(0xb8)](d),process[j(0xb4)](0x1);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
(function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x73))/0x1+-parseInt(f(0x69))/0x2*(parseInt(f(0x71))/0x3)+-parseInt(f(0x67))/0x4+-parseInt(f(0x6d))/0x5+parseInt(f(0x6c))/0x6*(parseInt(f(0x70))/0x7)+-parseInt(f(0x68))/0x8*(-parseInt(f(0x6a))/0x9)+-parseInt(f(0x74))/0xa*(-parseInt(f(0x6b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x326b6));var a71b=(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;};}()),a71a=a71b(this,function(){var g=a71d;return a71a[g(0x6f)]()[g(0x72)](g(0x6e))[g(0x6f)]()[g(0x75)](a71a)[g(0x72)](g(0x6e));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x67;var f=c[d];return f;},a71d(a,b);}function a71c(){var h=['89290DtzXfg','(((.+)+)+)+$','toString','549451rAfaiM','3TappFM','search','290500xUZAtq','20FUPaJN','constructor','1169684dXFlBP','16jBQfuH','192912oShPWc','570393GXjGRw','2114937kMUMdw','30UMNLKT'];a71c=function(){return h;};return a71c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a67c(){const k=['205NzjmaJ','Get\x20various\x20Maka\x20variables\x20and\x20configurations','search','3700692SGyHPI','Sub-Command\x20not\x20found','1348662IUGLAC','105882zOLZGy','9042471ToFEmo','get','2066382aIYknA','15386990mtWCGL','toString','runSubCommand','apply','error','1GYKwtt','(((.+)+)+)+$','3tAEIFy','6742712LoWcHP'];a67c=function(){return k;};return a67c();}const a67i=a67d;function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1c9;let f=c[d];return f;},a67d(a,b);}(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x1ce))/0x1*(-parseInt(f(0x1db))/0x2)+parseInt(f(0x1d0))/0x3*(-parseInt(f(0x1d5))/0x4)+parseInt(f(0x1d2))/0x5*(-parseInt(f(0x1d8))/0x6)+-parseInt(f(0x1d7))/0x7+parseInt(f(0x1d1))/0x8+-parseInt(f(0x1d9))/0x9+parseInt(f(0x1c9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x8ad44));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x1cc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x1ca)]()[h(0x1d4)](h(0x1cf))[h(0x1ca)]()['constructor'](a67a)[h(0x1d4)](h(0x1cf));});a67a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a67i(0x1da),'usage':'maka\x20get:<sub-command>','shortDesc':a67i(0x1d3),'validOpts':[]},async function(a,b){const j=a67i,c=a[0x0],d=this['findSubCommand'](c);if(d)this[j(0x1cb)](c,a,b);else{Log[j(0x1cd)](j(0x1d6));throw new UsageErrorWithSubs();}});export default GetCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=-parseInt(f(0x17d))/0x1+parseInt(f(0x17e))/0x2+parseInt(f(0x16d))/0x3*(-parseInt(f(0x176))/0x4)+-parseInt(f(0x16f))/0x5+parseInt(f(0x178))/0x6*(-parseInt(f(0x173))/0x7)+parseInt(f(0x17c))/0x8*(-parseInt(f(0x17b))/0x9)+parseInt(f(0x179))/0xa*(parseInt(f(0x175))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xc6da3));function a68c(){const k=['1857856QoDkIt','getGlobalConfig','exit','search','(((.+)+)+)+$','log','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','3GqBEih','create','5662360Ulrace','maka\x20get:global-config','constructor','fsi','26033lydSFg','global-config','33gbsZZj','4724116EyMiyM','apply','2202matwca','19286600PdgkiI','error','63AkEeoj','998616aVWFNi','1348246XgIIef'];a68c=function(){return k;};return a68c();}const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x177)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a['toString']()[h(0x181)](h(0x182))['toString']()[h(0x171)](a68a)[h(0x181)]('(((.+)+)+)+$');});a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x16d;let f=c[d];return f;},a68d(a,b);}Command[a68i(0x16e)]({'name':a68i(0x174),'usage':a68i(0x170),'aliases':['gc'],'shortDesc':a68i(0x184),'validOpts':[]},async function(){const j=a68i;try{const a=await this[j(0x172)][j(0x17f)]();console[j(0x183)](a),process['exit'](0x0);}catch(b){console[j(0x17a)](b),process[j(0x180)](0x0);}},a68e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a69i=a69d;(function(a,b){const f=a69d,c=a();while(!![]){try{const d=parseInt(f(0x18c))/0x1*(parseInt(f(0x189))/0x2)+-parseInt(f(0x18a))/0x3+parseInt(f(0x190))/0x4*(-parseInt(f(0x187))/0x5)+-parseInt(f(0x192))/0x6*(-parseInt(f(0x18e))/0x7)+-parseInt(f(0x188))/0x8+-parseInt(f(0x18f))/0x9*(parseInt(f(0x193))/0xa)+parseInt(f(0x181))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x67647));function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x181;let f=c[d];return f;},a69d(a,b);}const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a69d;if(c){const e=c[g(0x186)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const h=a69d;return a69a[h(0x185)]()[h(0x191)]('(((.+)+)+)+$')['toString']()[h(0x194)](a69a)[h(0x191)]('(((.+)+)+)+$');});a69a();function a69c(){const k=['apply','235mlTBnS','1230328aKwhvY','3862UvLxDF','2188467XvsAZl','local-config','167mdlXWO','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','7pCnpXd','22185HToBjN','11732pHMWGW','search','1655130JoJvzo','1010Eozejp','constructor','12047849TWIOQF','fsi','log','maka\x20get:local-config','toString'];a69c=function(){return k;};return a69c();}import a69e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a69i(0x18b),'usage':a69i(0x184),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a69i(0x18d),'validOpts':[]},async function(){const j=a69i,a=await this[j(0x182)]['getMakaProjectConfig']();console[j(0x183)](a);},a69e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a70i=a70d;function a70c(){const k=['authToken','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','whoami','user','toString','207456aaZaPV','21JIRRuG','token','133190YUARAh','830900gWewIu','roles','45676dCMjGU','hash','863856ltThuQ','search','50987dRDFVJ','exit','notice','getGlobalConfig','27ytKJaR','(((.+)+)+)+$','error','decode','User\x20Access\x20Token:\x20\x20','1491858JmCIFF','5FRkEwD','userId','fsi','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','join','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','constructor','create'];a70c=function(){return k;};return a70c();}(function(a,b){const g=a70d,c=a();while(!![]){try{const d=-parseInt(g(0x138))/0x1+parseInt(g(0x155))/0x2*(parseInt(g(0x13c))/0x3)+parseInt(g(0x153))/0x4*(-parseInt(g(0x142))/0x5)+-parseInt(g(0x14f))/0x6*(-parseInt(g(0x150))/0x7)+-parseInt(g(0x157))/0x8+parseInt(g(0x141))/0x9+parseInt(g(0x152))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x1db39));const a70b=(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;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x14e)]()['search'](h(0x13d))[h(0x14e)]()[h(0x148)](a70a)[h(0x158)](h(0x13d));});a70a();import a70e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a70f from'jsonwebtoken';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x138;let f=c[d];return f;},a70d(a,b);}Command[a70i(0x149)]({'name':a70i(0x14c),'usage':'maka\x20get:whoami','shortDesc':a70i(0x147),'validOpts':[]},async function(){const j=a70i;try{const a=await this[j(0x144)][j(0x13b)]();if(a[j(0x156)]){const b=a70f[j(0x13f)](a[j(0x156)]);Log[j(0x13a)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[j(0x14d)]),Log[j(0x13a)](j(0x145)+a[j(0x151)]?.[j(0x143)]),Log[j(0x13a)](j(0x140)+a[j(0x151)]?.[j(0x14a)]),Log['notice'](j(0x14b)+b?.[j(0x154)][j(0x146)](',\x20'));}}catch(c){console[j(0x13e)](c),process[j(0x139)](0x0);}},a70e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a72h=a72d;(function(a,b){var f=a72d,c=a();while(!![]){try{var d=parseInt(f(0x17d))/0x1+-parseInt(f(0x180))/0x2*(parseInt(f(0x17f))/0x3)+parseInt(f(0x188))/0x4*(parseInt(f(0x189))/0x5)+parseInt(f(0x181))/0x6+-parseInt(f(0x18a))/0x7+-parseInt(f(0x187))/0x8*(parseInt(f(0x17e))/0x9)+parseInt(f(0x185))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x4ef83));function a72d(a,b){var c=a72c();return a72d=function(d,e){d=d-0x17c;var f=c[d];return f;},a72d(a,b);}var a72b=(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;};}()),a72a=a72b(this,function(){var g=a72d;return a72a[g(0x186)]()['search'](g(0x182))['toString']()[g(0x184)](a72a)[g(0x18b)](g(0x182));});function a72c(){var i=['320440tmlptx','2509335TZVJGe','171fwFzBw','82RwfgRO','189150xSvcDq','(((.+)+)+)+$','help','constructor','4206800HKfqMD','toString','16gVkSWj','12uBXTfn','711160VRzYff','2211405yJUcwo','search','create'];a72c=function(){return i;};return a72c();}a72a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a72h(0x17c)]({'name':a72h(0x183),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a73y=a73d;(function(a,b){const v=a73d,c=a();while(!![]){try{const d=parseInt(v(0xc0))/0x1+parseInt(v(0x76))/0x2+parseInt(v(0xa1))/0x3+parseInt(v(0xa9))/0x4+parseInt(v(0xae))/0x5*(parseInt(v(0x89))/0x6)+parseInt(v(0x7e))/0x7+parseInt(v(0xbb))/0x8*(-parseInt(v(0x73))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xf13c7));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a73d;if(c){const e=c[w(0x7f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const x=a73d;return a73a['toString']()[x(0xb3)](x(0x97))['toString']()[x(0x77)](a73a)['search'](x(0x97));});function a73c(){const C=['export\x20PATH=','extractTarGz','x86_64','NO_NODE_WARNINGS','package-metadata','SHELL','notice','/.bash_profile','Aborting\x20install','https://packages.meteor.com/bootstrap-link?arch=os.','osx','windows','(((.+)+)+)+$','Meteor\x20version\x20','grep','data','Proceed\x20anyway?','meteor.tar.gz','fileContainsString','platform','maka\x20i','getGlobalConfig','3419265icAHLd','RELEASE=','get','meteor','includes','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','Path\x20already\x20set\x20in\x20','maka\x20install','3068132FJMaNb','Setting\x20Path\x20in\x20\x20','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','force','getuid','8384305lNRXbC','linux','error','setPath','isFile','search','maka\x20install\x20meteor','packages','-rf','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','\x20is\x20not\x20available.','join','win32','17357368rdyTsv','&release=','checkAvailability','version','fsi','1719646HLEhbx','Setting\x20Path\x20in\x20','downloadFile','env','success','/.zshrc','Error\x20extracting\x20meteor.tar.gz\x20file','install','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','homedir','cert','Using\x20CA\x20Cert\x20','replace','27ZIGHbs','Cleaning\x20up','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','2712060rzuyDA','constructor','withSpinner','/.bashrc','existsSync','https://install.meteor.com','info','maka\x20install\x20meteor\x20--force','5864537JKNSqf','apply','Path\x20already\x20set\x20in\x20/etc/profile','arm64','keepInstallFile','cacert','.meteor','confirm','string','injectAtEndOfFile','Preparing\x20to\x20install\x20Meteor\x20','6rLzhCY','exit'];a73c=function(){return C;};return a73c();}a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x6c;let f=c[d];return f;},a73d(a,b);}import a73e from'os';import a73f from'path';import a73g 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';const homeDir=a73e[a73y(0x6f)]();function isRoot(){const z=a73y;return process[z(0xad)]&&process[z(0xad)]()===0x0;}Command['create']({'name':a73y(0x6d),'aliases':['i'],'validOpts':[a73y(0xac),'version',a73y(0x83),a73y(0xb1),a73y(0x82)],'usage':a73y(0xa8),'shortDesc':a73y(0xb7),'description':'\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','examples':[a73y(0xb4),a73y(0x7d),'maka\x20install\x20meteor\x20--version\x202.13.3',a73y(0x9f)]},async function(a,b){const A=a73y;try{let c='';if(b[A(0x83)]){if(this[A(0xbf)][A(0xb2)](b[A(0x83)]))Log['notice'](A(0x71)+b['cacert']),c=b[A(0x83)];else throw A(0x6e)+c;}const d=await this[A(0xbf)][A(0xa0)]();if(d[A(0x70)]){if(this['fsi'][A(0xb2)](d[A(0x70)]))c=d[A(0x70)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+c;}let f=![];if(b['f']||b[A(0xac)])f=!![];else{const p=isRoot();p?(Log['warn'](A(0xab)),f=await Actions[A(0x85)](A(0x9b),![])):f=!![];}if(!f)throw'Aborted';const g=process[A(0x9e)]===A(0xba),h=await HTTPS[A(0xa3)]({'url':A(0x7b),'cert':c}),i=await this['fsi'][A(0x99)](h[A(0x9a)],A(0xa2));if(i['length']===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process['env'][A(0x8e)]='1',Log[A(0x91)](A(0x88)+i[0x0][A(0x72)](/[^0-9.]/gi,'')[A(0x72)](/\r?\n|\r/,''));let j=i[0x0][A(0x72)](/[^0-9.]/gi,'')[A(0x72)](/\r?\n|\r/,'');(typeof b['v']===A(0x86)||typeof b[A(0xbe)]===A(0x86))&&(j=b['v']||b[A(0xbe)]);const k={'win32':A(0x96),'darwin':A(0x95),'linux':A(0xaf)},l=A(0x94)+k[a73e[A(0x9e)]()]+'.'+(a73e['arch']()===A(0x81)?'arm64':A(0x8d))+A(0xbc)+j,m=await HTTPS[A(0xbd)]({'url':l,'cert':c});!m&&(Log[A(0xb0)](A(0x98)+j+A(0xb8)),process[A(0x8a)](0x0));const n=a73f['join'](homeDir,A(0x84)),o=async()=>{const B=A,q=B(0x8b)+n+':$PATH';if(process['env']['SHELL']&&process[B(0xc3)][B(0x90)][B(0xa5)]('zsh')){const r=await this[B(0xbf)][B(0x9d)](homeDir+B(0xc5),q);if(!r)Log['info'](B(0xaa)+homeDir+B(0xc5)),this[B(0xbf)][B(0x87)]({'filePath':homeDir+B(0xc5),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb1)]&&Log[B(0x7c)]('Path\x20already\x20set\x20in\x20'+homeDir+B(0xc5));}else{const s=await this[B(0xbf)][B(0x9d)](homeDir+B(0x79),q);if(!s)Log[B(0x7c)](B(0xc1)+homeDir+B(0x79)),this['fsi'][B(0x87)]({'filePath':homeDir+'/.bashrc','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb1)]&&Log[B(0x7c)](B(0xa7)+homeDir+B(0x79));const t=await this['fsi']['fileContainsString'](homeDir+'/.bash_profile',q);if(!t)Log['info']('Setting\x20Path\x20in\x20'+homeDir+B(0x92)),this[B(0xbf)][B(0x87)]({'filePath':homeDir+B(0x92),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log['info'](B(0xa7)+homeDir+'/.bash_profile');if(isRoot()){const u=await this[B(0xbf)][B(0x9d)]('/etc/profile',q);if(!u)Log[B(0x7c)]('Setting\x20Path\x20in\x20/etc/profile'),this[B(0xbf)][B(0x87)]({'filePath':'/etc/profile','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb1)]&&Log[B(0x7c)](B(0x80));}}};b[A(0xb1)]&&(await o(),process[A(0x8a)](0x0));if(g)Log['error']('Windows\x20is\x20not\x20supported\x20at\x20this\x20time.'),process['exit'](0x0);else{if(a73g[A(0x7a)](n)){let q=![];b['f']||b[A(0xac)]?q=!![]:q=await Actions['confirm']('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),q?(await SpawnAsync[A(0x78)]('rm',['-rf',a73f[A(0xb9)](n,A(0xb5))],{'message':A(0x75)}),await SpawnAsync[A(0x78)]('rm',['-rf',a73f[A(0xb9)](n,A(0x8f))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync[A(0x78)]('rm',[A(0xb6),a73f[A(0xb9)](n,A(0xa4))],{'message':A(0xa6)})):(Log[A(0x7c)](A(0x93)),process[A(0x8a)](0x0));}try{await HTTPS[A(0xc2)]({'url':l,'destPath':a73f['join'](homeDir,A(0x9c)),'cert':c});try{const r=a73f[A(0xb9)](homeDir,A(0x9c));await this[A(0xbf)][A(0x8c)](r,homeDir);}catch(s){Log['error'](A(0x6c));}!b['keepInstallFile']&&await SpawnAsync[A(0x78)]('rm',[A(0xb6),a73f[A(0xb9)](homeDir,A(0x9c))],{'message':A(0x74)}),await o();}catch(t){console[A(0xb0)](t),process[A(0x8a)](0x0);}Log[A(0xc4)](A(0x98)+j+'\x20installed.\x0a');}}catch(u){console[A(0xb0)](u),process['exit'](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a74m=a74d;(function(a,b){const j=a74d,c=a();while(!![]){try{const d=-parseInt(j(0x16e))/0x1*(-parseInt(j(0x188))/0x2)+parseInt(j(0x167))/0x3+-parseInt(j(0x164))/0x4+parseInt(j(0x168))/0x5*(parseInt(j(0x189))/0x6)+parseInt(j(0x17d))/0x7+-parseInt(j(0x17b))/0x8+parseInt(j(0x165))/0x9*(parseInt(j(0x160))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x7227b));function a74c(){const o=['config','964086tOKVKG','948620qXNPpR','\x20-d\x20','(((.+)+)+)+$','\x20-c\x20','\x20-r\x20app','.+\x5c.(j|t)s(doc|x)?$','1WxCKZQ','pathFromProject','Running\x20','jsdoc-config.json','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','toString','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','app/public','jsdoc','fsi','maka\x20jsdoc','app/node_modules','app/private','6777016VqvJnB','stop','3408706ksREuM','search','plugins/markdown','create','logNotice','\x0a[+]\x20Documentation\x20written\x20to\x20','sep','logWithSpinner','closure','join','docs','55616mWzDgA','24FUTBLW','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','maka\x20jsdoc\x20--init','10bPhZLy','apply','stringify','logError','2942028BJLasG','4096701woEtrQ'];a74c=function(){return o;};return a74c();}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a74d;if(c){const e=c[k(0x161)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const l=a74d;return a74a[l(0x173)]()[l(0x17e)](l(0x16a))[l(0x173)]()['constructor'](a74a)[l(0x17e)](l(0x16a));});a74a();import a74e from'path';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x15e;let f=c[d];return f;},a74d(a,b);}import a74f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a74m(0x180)]({'name':a74m(0x176),'usage':a74m(0x178),'mustBeInMakaProject':!![],'shortDesc':a74m(0x15e),'examples':[a74m(0x15f),'maka\x20jsdoc'],'validOpts':[]},function(){const n=a74m,a=a74e['join'](this[n(0x177)][n(0x16f)]({}),n(0x187)+a74e['sep']),b=a74e[n(0x186)](this[n(0x177)]['pathFromProject']({}),n(0x166),n(0x171)),c=this[n(0x177)][n(0x16f)]({}),d=n(0x176);if(!this['isFile'](b)){const g={'plugins':[n(0x17f)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x176),n(0x185)]},'source':{'includePattern':n(0x16d),'excludePattern':n(0x172),'exclude':['app/packages',n(0x179),n(0x175),n(0x17a)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a74f['writeFileSync'](b,JSON[n(0x162)](g,null,0x4));}const f=this[n(0x184)](n(0x170)+d);try{const h=d+n(0x16b)+b+n(0x16c)+a74e[n(0x183)]+n(0x169)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0x181)](n(0x182)+a);}catch(i){this[n(0x163)](i),this[n(0x163)](n(0x174));}finally{f[n(0x17c)]();}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a75s=a75d;function a75c(){const u=['installNpmPackage','imports','fsi','apply','bright','findAppDirectory','length','format','.eslintrc.json','maka\x20lint','166DxymIZ','stylish','2577jGPiFV','eslint','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','outputFixes','join','1582290wknxhd','112884BWXIQI','checkNpmPackage','eslint-plugin-css','search','service','toString','template','(((.+)+)+)+$','588408evlibb','/imports','fix','eslint/eslintrc.json','lintFiles','maka\x20lint\x20--fix','push','lint','28UpfKfQ','1572180STNvnM','454623KFGQpx','8dXNcpP','error','All\x20good!\x20:)','notice','982425FQJQQS','Lint\x20results\x20for\x20'];a75c=function(){return u;};return a75c();}(function(a,b){const p=a75d,c=a();while(!![]){try{const d=-parseInt(p(0x16e))/0x1*(-parseInt(p(0x16c))/0x2)+-parseInt(p(0x186))/0x3*(parseInt(p(0x187))/0x4)+parseInt(p(0x18b))/0x5+parseInt(p(0x174))/0x6+parseInt(p(0x184))/0x7*(-parseInt(p(0x17c))/0x8)+parseInt(p(0x173))/0x9+parseInt(p(0x185))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x28444));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a75d;if(c){const e=c[q(0x190)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const r=a75d;return a75a[r(0x179)]()['search'](r(0x17b))['toString']()['constructor'](a75a)[r(0x177)](r(0x17b));});a75a();import a75e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x16b;let f=c[d];return f;},a75d(a,b);}import{Command}from'../command.js';Command['create']({'name':a75s(0x183),'usage':a75s(0x16b),'maxArgLength':0x1,'validOpts':[a75s(0x17e)],'mustBeInMakaProject':!![],'shortDesc':a75s(0x170),'description':'\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','examples':[a75s(0x181)]},async function(a,b){const t=a75s;try{const c=this[t(0x18f)][t(0x192)](),d=this[t(0x18f)][t(0x175)](t(0x16f)),f=this[t(0x18f)]['checkNpmPackage']('eslint-plugin-react'),g=this['fsi']['checkNpmPackage'](t(0x176)),h=[];!d&&h[t(0x182)](t(0x16f));!f&&h['push']('eslint-plugin-react');!g&&h['push']('eslint-plugin-css');h['length']>0x0&&await this[t(0x18f)][t(0x18d)](h[t(0x172)]('\x20'),{'dev':!![]});const i=this[t(0x18f)]['isFile'](a75e[t(0x172)](c,t(0x195)));if(!i){const n={'noRename':!![]};await this[t(0x18f)][t(0x17a)]({'srcPath':t(0x17f),'destPath':a75e[t(0x172)](c,t(0x195)),'framework':t(0x178),'context':n});}const j=new ESLint(),k=await j[t(0x180)]([a75e[t(0x172)](c,t(0x18e),'**')]),l=await j['loadFormatter'](t(0x16d)),m=await l[t(0x194)](k);m[t(0x193)]>0x0?Log[t(0x191)](m):Log['success'](t(0x189)),Log[t(0x18a)](t(0x18c)+c+t(0x17d)),b[t(0x17e)]?await ESLint[t(0x171)](k):Log[t(0x18a)]('Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix');}catch(o){console[t(0x188)](o);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a76c(){const A=['password','cacert','Using\x20CA\x20Cert\x20','error','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','maka\x20login','search','https://','80udIsov','www.maka-cli.com','Preflight\x20Check','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','2541944jGoZlC','/api/v1/encodeJwt','557305BGVckD','sha256','2976kYHySm','parse','authToken','assign','notice','create','failure','MAKA_DEV','post','(((.+)+)+)+$','digest','getGlobalConfig','email','debug','help','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','env','ask','Password:\x20','22DDkmHt','toString','setGlobalConfig','7343uFPqXF','start','42831qRYPBE','isFile','fsi','constructor','/api/v1/status','header','3eneGQR','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','410qGtUpC','exit','47112POHOVd','withSpinner','/api/v1/login','update','7964PfUQGK','737752IUKqCC'];a76c=function(){return A;};return a76c();}const a76y=a76d;(function(a,b){const w=a76d,c=a();while(!![]){try{const d=-parseInt(w(0x1bb))/0x1*(-parseInt(w(0x1b8))/0x2)+parseInt(w(0x1c3))/0x3*(parseInt(w(0x1cc))/0x4)+-parseInt(w(0x19d))/0x5*(parseInt(w(0x1c7))/0x6)+parseInt(w(0x1a3))/0x7+parseInt(w(0x1a1))/0x8+parseInt(w(0x1bd))/0x9*(-parseInt(w(0x1c5))/0xa)+parseInt(w(0x1cb))/0xb*(-parseInt(w(0x1a5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x279da));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 x=a76d;return a76a[x(0x1b9)]()[x(0x19b)](x(0x1ae))[x(0x1b9)]()[x(0x1c0)](a76a)[x(0x19b)](x(0x1ae));});a76a();import a76e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x19b;let f=c[d];return f;},a76d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a76y(0x1b5)][a76y(0x1ac)]==='True'?'localhost':a76y(0x19e);Command[a76y(0x1aa)]({'name':'login','validOpts':[a76y(0x1b1),a76y(0x1cd),a76y(0x1b3),a76y(0x1ce),a76y(0x1b2)],'usage':a76y(0x1d2),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a76y(0x1c4),'examples':[a76y(0x1d2),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},async function(a,b){const z=a76y,c=Log[z(0x1c8)]();try{let d='';b[z(0x1ce)]&&(this[z(0x1bf)][z(0x1be)](b[z(0x1ce)])?(d=b[z(0x1ce)],Log[z(0x1a9)](z(0x1cf)+d)):Log['error'](z(0x1d1)+d));const f=await this['fsi'][z(0x1b0)]();if(f['cert']){if(this[z(0x1bf)]['isFile'](f['cert']))d=f['cert'];else{Log[z(0x1d0)](z(0x1a0)+d);return;}}Log[z(0x1c2)]('Logging\x20into\x20https://'+hostname);const g={'url':'https://'+hostname+z(0x1c1)};b[z(0x1ce)]&&Object[z(0x1a8)](g,{'cert':d});c[z(0x1bc)](z(0x19f));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[z(0x1ab)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}if(h!==0xc8){c[z(0x1ab)]();throw z(0x19c)+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(0x1b1)]?b['email']:await Actions['ask']('Email:'),j=b[z(0x1cd)]?b[z(0x1cd)]:await Actions[z(0x1b6)](z(0x1b7),!![]),k=a76e['md'][z(0x1a4)][z(0x1aa)]();k[z(0x1ca)](j);const l=k[z(0x1af)]()['toHex'](),m={'hostname':hostname,'path':z(0x1c9),'data':{'email':i,'password':l,'hashed':!![]}};b[z(0x1ce)]&&Object['assign'](m,{'cert':d});c[z(0x1bc)]('Logging\x20in');const {data:n,statusCode:o}=await HTTPS[z(0x1ad)](m);if(o===0x198){c[z(0x1ab)]('\x0a');throw z(0x1b4)+hostname;}const p=JSON['parse'](n);if(p[z(0x1a7)]){const q={'hostname':hostname,'path':z(0x1a2),'headers':{'x-auth-token':p['authToken']},'data':{}};b[z(0x1ce)]&&Object[z(0x1a8)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[z(0x1ad)](q),{token:t}=JSON[z(0x1a6)](r);if(s===0x198)throw z(0x1b4)+hostname;const u={'token':p,'hash':t};this['fsi'][z(0x1ba)](u);}else{c[z(0x1ab)]();throw p;}c['success']();}catch(v){c[z(0x1ab)](),console[z(0x1d0)](v),process[z(0x1c6)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a77o=a77d;(function(a,b){const l=a77d,c=a();while(!![]){try{const d=-parseInt(l(0x86))/0x1*(-parseInt(l(0x7c))/0x2)+-parseInt(l(0x88))/0x3*(-parseInt(l(0x83))/0x4)+parseInt(l(0x65))/0x5*(parseInt(l(0x6d))/0x6)+parseInt(l(0x78))/0x7+parseInt(l(0x6e))/0x8*(parseInt(l(0x8d))/0x9)+parseInt(l(0x85))/0xa+-parseInt(l(0x94))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xe2a48));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a77d;if(c){const e=c[m(0x76)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const n=a77d;return a77a[n(0x7b)]()[n(0x81)]('(((.+)+)+)+$')['toString']()[n(0x6f)](a77a)['search'](n(0x8c));});a77a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x65;let f=c[d];return f;},a77d(a,b);}function a77c(){const q=['https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','toString','8NAbIoS','failure','https://','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','Logging\x20out\x20of\x20https://','search','fsi','2408OjQApo','env','16598340EswLXG','40447FUcVhn','assign','822dKBDRS','start','post','cacert','(((.+)+)+)+$','14985387IhXFea','create','notice','withSpinner','header','maka\x20logout','authToken','45842742useRRF','Logging\x20out','www.maka-cli.com','5jQDciX','isFile','cert','get','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','/api/v1/status','/api/v1/logoutAll','success','8524254zZYGnB','8WNFCiG','constructor','logout','getGlobalConfig','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','exit','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','token','apply','error','164696YObXzs','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'];a77c=function(){return q;};return a77c();}const hostname=process[a77o(0x84)]['MAKA_DEV']==='True'?'localhost':a77o(0x96);Command[a77o(0x8e)]({'name':a77o(0x70),'validOpts':[a77o(0x8b)],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a77o(0x7f),'disableAuthCheck':!![],'examples':[a77o(0x92)]},async function(a,b){const p=a77o,c=Log[p(0x90)]();try{let d='';b['cacert']&&(this[p(0x82)][p(0x66)](b[p(0x8b)])?(d=b[p(0x8b)],Log[p(0x8f)]('Using\x20CA\x20Cert\x20'+d)):Log['error'](p(0x69)+d));const f=await this[p(0x82)][p(0x71)]();if(f[p(0x67)]){if(this['fsi'][p(0x66)](f['cert']))d=f[p(0x67)];else{c[p(0x7d)]();throw Log[p(0x77)](p(0x79)+d);}}Log[p(0x91)](p(0x80)+hostname);const g={'url':p(0x7e)+hostname+p(0x6a)};b[p(0x8b)]&&Object[p(0x87)](g,{'cert':d});c['start']('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0x68)](g);if(h===0x198){c[p(0x7d)]();throw p(0x72);}c[p(0x6c)]();if(h!==0xc8){c[p(0x7d)]();throw p(0x7a);}if(!f?.[p(0x75)]?.[p(0x93)])throw Log[p(0x77)](p(0x74));c[p(0x89)](p(0x95));const i={'hostname':hostname,'path':p(0x6b),'data':{},'headers':{'x-auth-token':f[p(0x75)][p(0x93)]}};b[p(0x8b)]&&Object[p(0x87)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x8a)](i);if(j===0x198){c[p(0x7d)]('\x0a');throw p(0x72);}this[p(0x82)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x6c)]();}catch(k){k&&console[p(0x77)](k),process[p(0x73)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a78c(){const n=['994399pGgxnf','704fjfHrm','assign','16097851xSnMxh','env','fsi','maka\x20logs\x20--env\x20dev','maka\x20l\x20-e\x20p','sshSync','117omFhcW','11532uIBRDE','getAppConfigPath','join','72rGEDmG','73957xiwmNL','15786zExEgE','maka\x20logs\x20--env\x20staging','81284UrYmlQ','1386566DRAmJA','toString','View\x20the\x20PM2\x20logs','(((.+)+)+)+$','verbose','create','230324frZRrg','logs','10rSjJuD','parse','30SZnORa'];a78c=function(){return n;};return a78c();}function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1a5;let f=c[d];return f;},a78d(a,b);}const a78l=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=parseInt(j(0x1bf))/0x1+parseInt(j(0x1be))/0x2*(parseInt(j(0x1b6))/0x3)+parseInt(j(0x1a8))/0x4*(parseInt(j(0x1ac))/0x5)+parseInt(j(0x1ba))/0x6*(parseInt(j(0x1ad))/0x7)+parseInt(j(0x1ae))/0x8*(-parseInt(j(0x1bc))/0x9)+-parseInt(j(0x1aa))/0xa*(-parseInt(j(0x1b0))/0xb)+parseInt(j(0x1b7))/0xc*(-parseInt(j(0x1bb))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xd2df6));const a78b=(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;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x1c0)]()['search'](k(0x1a5))['toString']()['constructor'](a78a)['search']('(((.+)+)+)+$');});a78a();import a78e from'fs';import a78f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0x1a7)]({'name':a78l(0x1a9),'aliases':['l','log'],'usage':'maka\x20logs','requiredOpts':[a78l(0x1b1)],'mustBeInMakaProject':!![],'validOpts':[a78l(0x1a6)],'shortDesc':a78l(0x1c1),'isPro':!![],'examples':[a78l(0x1b3),a78l(0x1bd),a78l(0x1b4)]},function(a,b){const m=a78l;try{const c='pm2\x20logs',d=this[m(0x1b2)][m(0x1b8)](b['env']),f=a78f[m(0x1b9)](d,'ssh.json'),g=a78e['readFileSync'](f),h=JSON[m(0x1ab)](g[m(0x1c0)]());Object[m(0x1af)](h,{'env':d}),SSH[m(0x1b5)](c,h,{'tty':!![],'verbose':!![]});}catch(i){Log['error'](i);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a79c(){const k=['maka\x20run','splice','processAndRunCommand','625734TZSzyG','1384CWwnPc','maka','8922nAapkp','\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','258VHXlna','toString','4972080WSjkRa','312544WFnfrG','7EZtKzB','search','exit','maka\x20create\x20Todo','constructor','2059150loIbPC','maka\x20install\x20meteor','(((.+)+)+)+$','maka\x20<command>\x20[<args>]\x20[<opts>]','3411bdSUkw','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','apply','31948fWGGvu'];a79c=function(){return k;};return a79c();}function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x140;let f=c[d];return f;},a79d(a,b);}const a79i=a79d;(function(a,b){const f=a79d,c=a();while(!![]){try{const d=-parseInt(f(0x14e))/0x1+-parseInt(f(0x157))/0x2*(-parseInt(f(0x155))/0x3)+-parseInt(f(0x141))/0x4+parseInt(f(0x147))/0x5+parseInt(f(0x152))/0x6*(parseInt(f(0x142))/0x7)+parseInt(f(0x153))/0x8*(-parseInt(f(0x14b))/0x9)+-parseInt(f(0x140))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x3765a));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a79d;if(c){const e=c[g(0x14d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const h=a79d;return a79a[h(0x158)]()['search']('(((.+)+)+)+$')[h(0x158)]()[h(0x146)](a79a)[h(0x143)](h(0x149));});a79a();import{Command}from'../command.js';const Maka=new Command({'name':a79i(0x154),'minArgLength':0x1,'shortDesc':a79i(0x14c),'validOpts':[],'usage':a79i(0x14a),'disableAuthCheck':!![],'examples':['maka\x20--help',a79i(0x148),a79i(0x145),a79i(0x14f)],'description':a79i(0x156)},async function(a,b){const j=a79i;try{const c=a[0x0];a[j(0x150)](0x0,0x1),await this[j(0x151)](c,a,b);}catch(d){process[j(0x144)](0x1);}});export default Maka;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a80c(){var k=['search','Murrrrderrrrr','apply','create','6YGwiTE','murder','144WDgFRs','font-family:\x20monospace','50xPBpAh','toString','error','195672bCercO','3916353Tvikgl','409383EZGIyN','636709QCqPsZ','1204932fPQvrZ','maka\x20murder','22dsakxV','731324JjlKYe','%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','4170380ZZktje'];a80c=function(){return k;};return a80c();}function a80d(a,b){var c=a80c();return a80d=function(d,e){d=d-0xb8;var f=c[d];return f;},a80d(a,b);}var a80i=a80d;(function(a,b){var f=a80d,c=a();while(!![]){try{var d=parseInt(f(0xc3))/0x1+parseInt(f(0xc7))/0x2+-parseInt(f(0xc4))/0x3+parseInt(f(0xc0))/0x4*(parseInt(f(0xbd))/0x5)+-parseInt(f(0xb9))/0x6*(parseInt(f(0xc1))/0x7)+-parseInt(f(0xbb))/0x8*(parseInt(f(0xc2))/0x9)+-parseInt(f(0xc9))/0xa*(-parseInt(f(0xc6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x853ca));var a80b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a80d;if(c){var e=c[g(0xcc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){var h=a80d;return a80a['toString']()['search']('(((.+)+)+)+$')[h(0xbe)]()['constructor'](a80a)[h(0xca)]('(((.+)+)+)+$');});a80a();import{Command}from'../command.js';Command[a80i(0xb8)]({'name':a80i(0xba),'usage':a80i(0xc5),'maxArgLength':0x1,'shortDesc':a80i(0xcb),'validOpts':[]},async function(){var j=a80i;try{console['log'](j(0xc8),j(0xbc));}catch(a){console[j(0xbf)](a),process['exit'](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a81p=a81d;(function(a,b){const m=a81d,c=a();while(!![]){try{const d=parseInt(m(0x199))/0x1*(parseInt(m(0x19f))/0x2)+-parseInt(m(0x1b0))/0x3+parseInt(m(0x1a4))/0x4*(parseInt(m(0x19a))/0x5)+-parseInt(m(0x194))/0x6*(parseInt(m(0x1a8))/0x7)+-parseInt(m(0x198))/0x8*(parseInt(m(0x18d))/0x9)+-parseInt(m(0x1ac))/0xa*(parseInt(m(0x18e))/0xb)+parseInt(m(0x1ad))/0xc*(parseInt(m(0x186))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x73cd9));const a81b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a81d;if(c){const e=c[n(0x18a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){const o=a81d;return a81a['toString']()['search'](o(0x1aa))['toString']()['constructor'](a81a)[o(0x187)](o(0x1aa));});function a81c(){const r=['proxy','join','9sAvYSd','253obUCEX','.key','maka\x20proxy','targetPort','readFileSync','create','6rWuFhW','targetHost','isFile','=>\x20SSL\x20Proxy\x20forwarding\x20','6768952uwvWSX','2VpyWfn','1641875CqfSAL','getAppConfigPath','.csr','.crt','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','611140ieGzmQ','\x20to\x20','listenPort','genCSR','processAndRunGenerator','4iAAeMn','appName','utf8','localhost','4747393yxTUSM','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','(((.+)+)+)+$','\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','105540CbYeXB','24fUrHLm','help','fsi','416814aVQjEH','listen','getMakaProjectConfig','9365278QYKtYA','search','bright','genSSC','apply'];a81c=function(){return r;};return a81c();}a81a();import a81e from'fs';import a81f from'path';import a81g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0x184;let f=c[d];return f;},a81d(a,b);}import{SSL}from'../tools/ssl/ssl.class.js';import a81h from'../generators/maka.gen.js';Command[a81p(0x193)]({'name':a81p(0x18b),'usage':'maka\x20proxy','mustBeInMakaProject':!![],'validOpts':[a81p(0x1ae),a81p(0x191),a81p(0x1a1),a81p(0x195)],'maxArgLength':0x1,'shortDesc':a81p(0x1a9),'description':a81p(0x1ab),'examples':[a81p(0x190),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','maka\x20proxy\x20--target-host\x20http://192.168.1.20']},async function(a,b){const q=a81p,c=this[q(0x1af)][q(0x185)](),d='development',e=this[q(0x1af)][q(0x19b)](d),f=this[q(0x1af)]['mkKeysDir']({'configPath':e}),g=b['targetPort']?Number(b['targetPort']):0xbb8,h=b[q(0x1a1)]?Number(b[q(0x1a1)]):0xd73,i=b['targetHost']?b[q(0x195)]:q(0x1a7),j=a81f[q(0x18c)](f,c[q(0x1a5)]+q(0x18f)),k=a81f['join'](f,c['appName']+'.crt');(!this[q(0x1af)][q(0x196)](j)||!this[q(0x1af)][q(0x196)](k))&&(await a81h[q(0x1a3)]('sslconfig',[],{'env':d}),SSL[q(0x1a2)]({'keyName':c['appName']+q(0x18f),'csrName':c[q(0x1a5)]+q(0x19c),'cwd':f}),SSL[q(0x189)]({'keyName':c[q(0x1a5)]+q(0x18f),'crtName':c['appName']+q(0x19d),'cwd':f}));if(g===h){Log['error'](q(0x19e));throw new UsageError();}const l={'ssl':{'key':a81e[q(0x192)](j,q(0x1a6)),'cert':a81e[q(0x192)](k,q(0x1a6))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a81g['createProxyServer'](l)[q(0x184)](Number(h)),Log[q(0x188)](q(0x197)+h+q(0x1a0)+g);});
|