@maka/maka-cli 5.1.22 → 5.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/typescript/package.json +112 -0
- package/bundle/typescript/src/command.d.ts +37 -0
- package/bundle/typescript/src/command.js +231 -0
- package/bundle/typescript/src/command.js.map +1 -0
- package/bundle/typescript/src/commands/_index.d.ts +25 -0
- package/bundle/typescript/src/commands/_index.js +28 -0
- package/bundle/typescript/src/commands/_index.js.map +1 -0
- package/bundle/typescript/src/commands/ai.d.ts +1 -0
- package/bundle/typescript/src/commands/ai.js +82 -0
- package/bundle/typescript/src/commands/ai.js.map +1 -0
- package/bundle/typescript/src/commands/aws/_index.d.ts +16 -0
- package/bundle/typescript/src/commands/aws/_index.js +17 -0
- package/bundle/typescript/src/commands/aws/_index.js.map +1 -0
- package/bundle/typescript/src/commands/aws/aws.command.d.ts +3 -0
- package/bundle/typescript/src/commands/aws/aws.command.js +15 -0
- package/bundle/typescript/src/commands/aws/aws.command.js.map +1 -0
- package/bundle/typescript/src/commands/aws/cecr.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/cecr.sub.cmd.js +36 -0
- package/bundle/typescript/src/commands/aws/cecr.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/chz.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/chz.sub.cmd.js +41 -0
- package/bundle/typescript/src/commands/aws/chz.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/ci.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/ci.sub.cmd.js +199 -0
- package/bundle/typescript/src/commands/aws/ci.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/ckp.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/ckp.sub.cmd.js +42 -0
- package/bundle/typescript/src/commands/aws/ckp.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/csg.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/csg.sub.cmd.js +43 -0
- package/bundle/typescript/src/commands/aws/csg.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/decr.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/decr.sub.cmd.js +31 -0
- package/bundle/typescript/src/commands/aws/decr.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/di.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/di.sub.cmd.js +35 -0
- package/bundle/typescript/src/commands/aws/di.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/dkp.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/dkp.sub.cmd.js +25 -0
- package/bundle/typescript/src/commands/aws/dkp.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/dsg.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/dsg.sub.cmd.js +57 -0
- package/bundle/typescript/src/commands/aws/dsg.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/lecr.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/lecr.sub.cmd.js +30 -0
- package/bundle/typescript/src/commands/aws/lecr.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/rbi.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/rbi.sub.cmd.js +39 -0
- package/bundle/typescript/src/commands/aws/rbi.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/rdn.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/rdn.sub.cmd.js +104 -0
- package/bundle/typescript/src/commands/aws/rdn.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/rkp.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/rkp.sub.cmd.js +52 -0
- package/bundle/typescript/src/commands/aws/rkp.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/sth.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/sth.sub.cmd.js +74 -0
- package/bundle/typescript/src/commands/aws/sth.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/ti.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/ti.sub.cmd.js +45 -0
- package/bundle/typescript/src/commands/aws/ti.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/build/_index.d.ts +2 -0
- package/bundle/typescript/src/commands/build/_index.js +3 -0
- package/bundle/typescript/src/commands/build/_index.js.map +1 -0
- package/bundle/typescript/src/commands/build/build.d.ts +3 -0
- package/bundle/typescript/src/commands/build/build.js +78 -0
- package/bundle/typescript/src/commands/build/build.js.map +1 -0
- package/bundle/typescript/src/commands/build/docker.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/build/docker.sub.cmd.js +138 -0
- package/bundle/typescript/src/commands/build/docker.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/create.d.ts +1 -0
- package/bundle/typescript/src/commands/create.js +475 -0
- package/bundle/typescript/src/commands/create.js.map +1 -0
- package/bundle/typescript/src/commands/debug.d.ts +1 -0
- package/bundle/typescript/src/commands/debug.js +76 -0
- package/bundle/typescript/src/commands/debug.js.map +1 -0
- package/bundle/typescript/src/commands/deploy/_index.d.ts +3 -0
- package/bundle/typescript/src/commands/deploy/_index.js +4 -0
- package/bundle/typescript/src/commands/deploy/_index.js.map +1 -0
- package/bundle/typescript/src/commands/deploy/deploy.command.d.ts +3 -0
- package/bundle/typescript/src/commands/deploy/deploy.command.js +24 -0
- package/bundle/typescript/src/commands/deploy/deploy.command.js.map +1 -0
- package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.js +122 -0
- package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.js +506 -0
- package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/game/_index.d.ts +5 -0
- package/bundle/typescript/src/commands/game/_index.js +7 -0
- package/bundle/typescript/src/commands/game/_index.js.map +1 -0
- package/bundle/typescript/src/commands/game/battleship.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/game/battleship.sub.cmd.js +12 -0
- package/bundle/typescript/src/commands/game/battleship.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/game/play.command.d.ts +3 -0
- package/bundle/typescript/src/commands/game/play.command.js +18 -0
- package/bundle/typescript/src/commands/game/play.command.js.map +1 -0
- package/bundle/typescript/src/commands/game/pong.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/game/pong.sub.cmd.js +12 -0
- package/bundle/typescript/src/commands/game/pong.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/command.d.ts +17 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/command.js +23 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/command.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/drop.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/drop.js +29 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/drop.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/equip.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/equip.js +33 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/equip.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/go.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/go.js +57 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/go.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/lock.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/lock.js +37 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/lock.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/look.d.ts +10 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/look.js +92 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/look.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/say.d.ts +9 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/say.js +31 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/say.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/search.d.ts +7 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/search.js +19 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/search.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/solve.d.ts +7 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/solve.js +20 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/solve.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/take.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/take.js +38 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/take.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.d.ts +7 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.js +12 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.js +43 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/use.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/use.js +33 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/use.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/commandF.d.ts +10 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/commandF.js +17 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/commandF.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/roomsF.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/roomsF.js +65 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/roomsF.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/game.d.ts +18 -0
- package/bundle/typescript/src/commands/game/sideQuest/game.js +97 -0
- package/bundle/typescript/src/commands/game/sideQuest/game.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/_index.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/_index.js +9 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/_index.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/door.d.ts +18 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/door.js +42 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/door.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/inventory.d.ts +43 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/inventory.js +87 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/inventory.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/item.d.ts +17 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/item.js +31 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/item.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/npc.d.ts +14 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/npc.js +34 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/npc.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/player.d.ts +35 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/player.js +214 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/player.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.d.ts +22 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.js +55 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/room.d.ts +28 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/room.js +113 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/room.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/scene.d.ts +35 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/scene.js +170 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/scene.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/items.d.ts +56 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/items.js +256 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/items.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/puzzles.js +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/puzzles.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/rooms.d.ts +4 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/rooms.js +350 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/rooms.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/abstracts.d.ts +148 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/abstracts.js +86 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/abstracts.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/enums.d.ts +74 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/enums.js +83 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/enums.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/interfaces.d.ts +106 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/interfaces.js +2 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/interfaces.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/types.d.ts +53 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/types.js +2 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/types.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/ui.d.ts +3 -0
- package/bundle/typescript/src/commands/game/sideQuest/ui.js +242 -0
- package/bundle/typescript/src/commands/game/sideQuest/ui.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.d.ts +14 -0
- package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.js +63 -0
- package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.js +53 -0
- package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/game/snake.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/game/snake.sub.cmd.js +12 -0
- package/bundle/typescript/src/commands/game/snake.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/game/tetris.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/game/tetris.sub.cmd.js +12 -0
- package/bundle/typescript/src/commands/game/tetris.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/generate.d.ts +1 -0
- package/bundle/typescript/src/commands/generate.js +42 -0
- package/bundle/typescript/src/commands/generate.js.map +1 -0
- package/bundle/typescript/src/commands/get/_index.d.ts +4 -0
- package/bundle/typescript/src/commands/get/_index.js +5 -0
- package/bundle/typescript/src/commands/get/_index.js.map +1 -0
- package/bundle/typescript/src/commands/get/get.command.d.ts +3 -0
- package/bundle/typescript/src/commands/get/get.command.js +13 -0
- package/bundle/typescript/src/commands/get/get.command.js.map +1 -0
- package/bundle/typescript/src/commands/get/global.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/get/global.sub.cmd.js +20 -0
- package/bundle/typescript/src/commands/get/global.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/get/local.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/get/local.sub.cmd.js +14 -0
- package/bundle/typescript/src/commands/get/local.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/get/whoami.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/get/whoami.sub.cmd.js +19 -0
- package/bundle/typescript/src/commands/get/whoami.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/help.d.ts +1 -0
- package/bundle/typescript/src/commands/help.js +12 -0
- package/bundle/typescript/src/commands/help.js.map +1 -0
- package/bundle/typescript/src/commands/install.d.ts +1 -0
- package/bundle/typescript/src/commands/install.js +269 -0
- package/bundle/typescript/src/commands/install.js.map +1 -0
- package/bundle/typescript/src/commands/jsdoc.d.ts +1 -0
- package/bundle/typescript/src/commands/jsdoc.js +62 -0
- package/bundle/typescript/src/commands/jsdoc.js.map +1 -0
- package/bundle/typescript/src/commands/lint.d.ts +1 -0
- package/bundle/typescript/src/commands/lint.js +124 -0
- package/bundle/typescript/src/commands/lint.js.map +1 -0
- package/bundle/typescript/src/commands/login.d.ts +1 -0
- package/bundle/typescript/src/commands/login.js +160 -0
- package/bundle/typescript/src/commands/login.js.map +1 -0
- package/bundle/typescript/src/commands/logout.d.ts +1 -0
- package/bundle/typescript/src/commands/logout.js +93 -0
- package/bundle/typescript/src/commands/logout.js.map +1 -0
- package/bundle/typescript/src/commands/logs.d.ts +1 -0
- package/bundle/typescript/src/commands/logs.js +33 -0
- package/bundle/typescript/src/commands/logs.js.map +1 -0
- package/bundle/typescript/src/commands/maka.cmd.d.ts +5 -0
- package/bundle/typescript/src/commands/maka.cmd.js +57 -0
- package/bundle/typescript/src/commands/maka.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/murder.d.ts +1 -0
- package/bundle/typescript/src/commands/murder.js +31 -0
- package/bundle/typescript/src/commands/murder.js.map +1 -0
- package/bundle/typescript/src/commands/profile.d.ts +1 -0
- package/bundle/typescript/src/commands/profile.js +277 -0
- package/bundle/typescript/src/commands/profile.js.map +1 -0
- package/bundle/typescript/src/commands/proxy.d.ts +1 -0
- package/bundle/typescript/src/commands/proxy.js +163 -0
- package/bundle/typescript/src/commands/proxy.js.map +1 -0
- package/bundle/typescript/src/commands/reconfig.d.ts +1 -0
- package/bundle/typescript/src/commands/reconfig.js +69 -0
- package/bundle/typescript/src/commands/reconfig.js.map +1 -0
- package/bundle/typescript/src/commands/register.d.ts +1 -0
- package/bundle/typescript/src/commands/register.js +101 -0
- package/bundle/typescript/src/commands/register.js.map +1 -0
- package/bundle/typescript/src/commands/run/_index.d.ts +2 -0
- package/bundle/typescript/src/commands/run/_index.js +3 -0
- package/bundle/typescript/src/commands/run/_index.js.map +1 -0
- package/bundle/typescript/src/commands/run/docker.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/run/docker.sub.cmd.js +80 -0
- package/bundle/typescript/src/commands/run/docker.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/run/run.command.d.ts +3 -0
- package/bundle/typescript/src/commands/run/run.command.js +157 -0
- package/bundle/typescript/src/commands/run/run.command.js.map +1 -0
- package/bundle/typescript/src/commands/set/_index.d.ts +3 -0
- package/bundle/typescript/src/commands/set/_index.js +4 -0
- package/bundle/typescript/src/commands/set/_index.js.map +1 -0
- package/bundle/typescript/src/commands/set/global.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/set/global.sub.cmd.js +115 -0
- package/bundle/typescript/src/commands/set/global.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/set/local.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/set/local.sub.cmd.js +18 -0
- package/bundle/typescript/src/commands/set/local.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/set/set.command.d.ts +3 -0
- package/bundle/typescript/src/commands/set/set.command.js +16 -0
- package/bundle/typescript/src/commands/set/set.command.js.map +1 -0
- package/bundle/typescript/src/commands/ssh.d.ts +1 -0
- package/bundle/typescript/src/commands/ssh.js +40 -0
- package/bundle/typescript/src/commands/ssh.js.map +1 -0
- package/bundle/typescript/src/commands/ssl.d.ts +1 -0
- package/bundle/typescript/src/commands/ssl.js +106 -0
- package/bundle/typescript/src/commands/ssl.js.map +1 -0
- package/bundle/typescript/src/commands/testCmd/_index.d.ts +3 -0
- package/bundle/typescript/src/commands/testCmd/_index.js +4 -0
- package/bundle/typescript/src/commands/testCmd/_index.js.map +1 -0
- package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.js +131 -0
- package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.js +133 -0
- package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/testCmd/test.command.d.ts +3 -0
- package/bundle/typescript/src/commands/testCmd/test.command.js +15 -0
- package/bundle/typescript/src/commands/testCmd/test.command.js.map +1 -0
- package/bundle/typescript/src/commands/undo.d.ts +1 -0
- package/bundle/typescript/src/commands/undo.js +12 -0
- package/bundle/typescript/src/commands/undo.js.map +1 -0
- package/bundle/typescript/src/commands/uninstall.d.ts +1 -0
- package/bundle/typescript/src/commands/uninstall.js +76 -0
- package/bundle/typescript/src/commands/uninstall.js.map +1 -0
- package/bundle/typescript/src/commands/version/_index.d.ts +3 -0
- package/bundle/typescript/src/commands/version/_index.js +4 -0
- package/bundle/typescript/src/commands/version/_index.js.map +1 -0
- package/bundle/typescript/src/commands/version/list.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/version/list.sub.cmd.js +55 -0
- package/bundle/typescript/src/commands/version/list.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/version/use.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/version/use.sub.cmd.js +71 -0
- package/bundle/typescript/src/commands/version/use.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/version/version.d.ts +3 -0
- package/bundle/typescript/src/commands/version/version.js +57 -0
- package/bundle/typescript/src/commands/version/version.js.map +1 -0
- package/bundle/typescript/src/error.d.ts +12 -0
- package/bundle/typescript/src/error.js +13 -0
- package/bundle/typescript/src/error.js.map +1 -0
- package/bundle/typescript/src/exec.d.ts +2 -0
- package/bundle/typescript/src/exec.js +17 -0
- package/bundle/typescript/src/exec.js.map +1 -0
- package/bundle/typescript/src/generator.d.ts +48 -0
- package/bundle/typescript/src/generator.js +380 -0
- package/bundle/typescript/src/generator.js.map +1 -0
- package/bundle/typescript/src/generators/_index.d.ts +18 -0
- package/bundle/typescript/src/generators/_index.js +19 -0
- package/bundle/typescript/src/generators/_index.js.map +1 -0
- package/bundle/typescript/src/generators/api.d.ts +1 -0
- package/bundle/typescript/src/generators/api.js +197 -0
- package/bundle/typescript/src/generators/api.js.map +1 -0
- package/bundle/typescript/src/generators/aws/_index.d.ts +2 -0
- package/bundle/typescript/src/generators/aws/_index.js +3 -0
- package/bundle/typescript/src/generators/aws/_index.js.map +1 -0
- package/bundle/typescript/src/generators/aws/aws.d.ts +3 -0
- package/bundle/typescript/src/generators/aws/aws.js +16 -0
- package/bundle/typescript/src/generators/aws/aws.js.map +1 -0
- package/bundle/typescript/src/generators/aws/cloudformation/_index.d.ts +2 -0
- package/bundle/typescript/src/generators/aws/cloudformation/_index.js +3 -0
- package/bundle/typescript/src/generators/aws/cloudformation/_index.js.map +1 -0
- package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.d.ts +3 -0
- package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.js +21 -0
- package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.js.map +1 -0
- package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.d.ts +3 -0
- package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +66 -0
- package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js.map +1 -0
- package/bundle/typescript/src/generators/collection.d.ts +1 -0
- package/bundle/typescript/src/generators/collection.js +71 -0
- package/bundle/typescript/src/generators/collection.js.map +1 -0
- package/bundle/typescript/src/generators/component.d.ts +1 -0
- package/bundle/typescript/src/generators/component.js +96 -0
- package/bundle/typescript/src/generators/component.js.map +1 -0
- package/bundle/typescript/src/generators/config.d.ts +1 -0
- package/bundle/typescript/src/generators/config.js +71 -0
- package/bundle/typescript/src/generators/config.js.map +1 -0
- package/bundle/typescript/src/generators/dbc.d.ts +1 -0
- package/bundle/typescript/src/generators/dbc.js +82 -0
- package/bundle/typescript/src/generators/dbc.js.map +1 -0
- package/bundle/typescript/src/generators/dockerfile.d.ts +1 -0
- package/bundle/typescript/src/generators/dockerfile.js +42 -0
- package/bundle/typescript/src/generators/dockerfile.js.map +1 -0
- package/bundle/typescript/src/generators/hook.d.ts +1 -0
- package/bundle/typescript/src/generators/hook.js +110 -0
- package/bundle/typescript/src/generators/hook.js.map +1 -0
- package/bundle/typescript/src/generators/kits/_index.d.ts +4 -0
- package/bundle/typescript/src/generators/kits/_index.js +5 -0
- package/bundle/typescript/src/generators/kits/_index.js.map +1 -0
- package/bundle/typescript/src/generators/kits/auth/_index.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/auth/_index.js +4 -0
- package/bundle/typescript/src/generators/kits/auth/_index.js.map +1 -0
- package/bundle/typescript/src/generators/kits/auth/auth.generator.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/auth/auth.generator.js +21 -0
- package/bundle/typescript/src/generators/kits/auth/auth.generator.js.map +1 -0
- package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.d.ts +1 -0
- package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.js +209 -0
- package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.js.map +1 -0
- package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.d.ts +1 -0
- package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.js +134 -0
- package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.js.map +1 -0
- package/bundle/typescript/src/generators/kits/esri/_index.d.ts +2 -0
- package/bundle/typescript/src/generators/kits/esri/_index.js +3 -0
- package/bundle/typescript/src/generators/kits/esri/_index.js.map +1 -0
- package/bundle/typescript/src/generators/kits/esri/esri.generator.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/esri/esri.generator.js +31 -0
- package/bundle/typescript/src/generators/kits/esri/esri.generator.js.map +1 -0
- package/bundle/typescript/src/generators/kits/esri/map.esri.gen.d.ts +1 -0
- package/bundle/typescript/src/generators/kits/esri/map.esri.gen.js +85 -0
- package/bundle/typescript/src/generators/kits/esri/map.esri.gen.js.map +1 -0
- package/bundle/typescript/src/generators/kits/kit.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/kit.js +17 -0
- package/bundle/typescript/src/generators/kits/kit.js.map +1 -0
- package/bundle/typescript/src/generators/kits/mui/_index.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/mui/_index.js +4 -0
- package/bundle/typescript/src/generators/kits/mui/_index.js.map +1 -0
- package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.d.ts +2 -0
- package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.js +209 -0
- package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.js.map +1 -0
- package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.d.ts +1 -0
- package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.js +190 -0
- package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.js.map +1 -0
- package/bundle/typescript/src/generators/kits/mui/mui.generator.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/mui/mui.generator.js +70 -0
- package/bundle/typescript/src/generators/kits/mui/mui.generator.js.map +1 -0
- package/bundle/typescript/src/generators/layout.d.ts +1 -0
- package/bundle/typescript/src/generators/layout.js +110 -0
- package/bundle/typescript/src/generators/layout.js.map +1 -0
- package/bundle/typescript/src/generators/maka.gen.d.ts +5 -0
- package/bundle/typescript/src/generators/maka.gen.js +26 -0
- package/bundle/typescript/src/generators/maka.gen.js.map +1 -0
- package/bundle/typescript/src/generators/methods.d.ts +1 -0
- package/bundle/typescript/src/generators/methods.js +62 -0
- package/bundle/typescript/src/generators/methods.js.map +1 -0
- package/bundle/typescript/src/generators/package.d.ts +1 -0
- package/bundle/typescript/src/generators/package.js +66 -0
- package/bundle/typescript/src/generators/package.js.map +1 -0
- package/bundle/typescript/src/generators/page.d.ts +1 -0
- package/bundle/typescript/src/generators/page.js +190 -0
- package/bundle/typescript/src/generators/page.js.map +1 -0
- package/bundle/typescript/src/generators/publish.d.ts +1 -0
- package/bundle/typescript/src/generators/publish.js +75 -0
- package/bundle/typescript/src/generators/publish.js.map +1 -0
- package/bundle/typescript/src/generators/route.d.ts +1 -0
- package/bundle/typescript/src/generators/route.js +66 -0
- package/bundle/typescript/src/generators/route.js.map +1 -0
- package/bundle/typescript/src/generators/services/_index.d.ts +4 -0
- package/bundle/typescript/src/generators/services/_index.js +5 -0
- package/bundle/typescript/src/generators/services/_index.js.map +1 -0
- package/bundle/typescript/src/generators/services/logger.d.ts +1 -0
- package/bundle/typescript/src/generators/services/logger.js +50 -0
- package/bundle/typescript/src/generators/services/logger.js.map +1 -0
- package/bundle/typescript/src/generators/services/openssl.d.ts +1 -0
- package/bundle/typescript/src/generators/services/openssl.js +38 -0
- package/bundle/typescript/src/generators/services/openssl.js.map +1 -0
- package/bundle/typescript/src/generators/services/service.d.ts +3 -0
- package/bundle/typescript/src/generators/services/service.js +16 -0
- package/bundle/typescript/src/generators/services/service.js.map +1 -0
- package/bundle/typescript/src/generators/services/translation.d.ts +1 -0
- package/bundle/typescript/src/generators/services/translation.js +149 -0
- package/bundle/typescript/src/generators/services/translation.js.map +1 -0
- package/bundle/typescript/src/maka.d.ts +2 -0
- package/bundle/typescript/src/maka.js +26 -0
- package/bundle/typescript/src/maka.js.map +1 -0
- package/bundle/typescript/src/templates/meteor/project/README.md +33 -0
- package/bundle/typescript/src/templates/meteor/project/package.json +26 -0
- package/bundle/typescript/src/tool.d.ts +74 -0
- package/bundle/typescript/src/tool.js +217 -0
- package/bundle/typescript/src/tool.js.map +1 -0
- package/bundle/typescript/src/tools/actions/actions.class.d.ts +25 -0
- package/bundle/typescript/src/tools/actions/actions.class.js +20 -0
- package/bundle/typescript/src/tools/actions/actions.class.js.map +1 -0
- package/bundle/typescript/src/tools/aws/aws.class.d.ts +51 -0
- package/bundle/typescript/src/tools/aws/aws.class.js +802 -0
- package/bundle/typescript/src/tools/aws/aws.class.js.map +1 -0
- package/bundle/typescript/src/tools/aws/aws.interfaces.d.ts +364 -0
- package/bundle/typescript/src/tools/aws/aws.interfaces.js +255 -0
- package/bundle/typescript/src/tools/aws/aws.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/cfg/cfg.class.d.ts +42 -0
- package/bundle/typescript/src/tools/cfg/cfg.class.js +402 -0
- package/bundle/typescript/src/tools/cfg/cfg.class.js.map +1 -0
- package/bundle/typescript/src/tools/docker/docker.class.d.ts +10 -0
- package/bundle/typescript/src/tools/docker/docker.class.js +46 -0
- package/bundle/typescript/src/tools/docker/docker.class.js.map +1 -0
- package/bundle/typescript/src/tools/docker/docker.interfaces.d.ts +18 -0
- package/bundle/typescript/src/tools/docker/docker.interfaces.js +2 -0
- package/bundle/typescript/src/tools/docker/docker.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/fsi/fsi.class.d.ts +114 -0
- package/bundle/typescript/src/tools/fsi/fsi.class.js +621 -0
- package/bundle/typescript/src/tools/fsi/fsi.class.js.map +1 -0
- package/bundle/typescript/src/tools/fsi/fsi.interfaces.d.ts +187 -0
- package/bundle/typescript/src/tools/fsi/fsi.interfaces.js +62 -0
- package/bundle/typescript/src/tools/fsi/fsi.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/https/https.class.d.ts +10 -0
- package/bundle/typescript/src/tools/https/https.class.js +247 -0
- package/bundle/typescript/src/tools/https/https.class.js.map +1 -0
- package/bundle/typescript/src/tools/https/https.interface.d.ts +39 -0
- package/bundle/typescript/src/tools/https/https.interface.js +2 -0
- package/bundle/typescript/src/tools/https/https.interface.js.map +1 -0
- package/bundle/typescript/src/tools/log/log.class.d.ts +33 -0
- package/bundle/typescript/src/tools/log/log.class.js +206 -0
- package/bundle/typescript/src/tools/log/log.class.js.map +1 -0
- package/bundle/typescript/src/tools/log/log.interfaces.d.ts +7 -0
- package/bundle/typescript/src/tools/log/log.interfaces.js +2 -0
- package/bundle/typescript/src/tools/log/log.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/mpi/mpi.class.d.ts +23 -0
- package/bundle/typescript/src/tools/mpi/mpi.class.js +351 -0
- package/bundle/typescript/src/tools/mpi/mpi.class.js.map +1 -0
- package/bundle/typescript/src/tools/options/options.class.d.ts +11 -0
- package/bundle/typescript/src/tools/options/options.class.js +64 -0
- package/bundle/typescript/src/tools/options/options.class.js.map +1 -0
- package/bundle/typescript/src/tools/pkg/pkg.class.d.ts +31 -0
- package/bundle/typescript/src/tools/pkg/pkg.class.js +314 -0
- package/bundle/typescript/src/tools/pkg/pkg.class.js.map +1 -0
- package/bundle/typescript/src/tools/progress/progress.class.d.ts +12 -0
- package/bundle/typescript/src/tools/progress/progress.class.js +42 -0
- package/bundle/typescript/src/tools/progress/progress.class.js.map +1 -0
- package/bundle/typescript/src/tools/scaffold/scaffold.class.d.ts +197 -0
- package/bundle/typescript/src/tools/scaffold/scaffold.class.js +862 -0
- package/bundle/typescript/src/tools/scaffold/scaffold.class.js.map +1 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.class.d.ts +4 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.class.js +42 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.class.js.map +1 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.d.ts +6 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.js +2 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/ssh/ssh.class.d.ts +11 -0
- package/bundle/typescript/src/tools/ssh/ssh.class.js +120 -0
- package/bundle/typescript/src/tools/ssh/ssh.class.js.map +1 -0
- package/bundle/typescript/src/tools/ssh/ssh.interfaces.d.ts +21 -0
- package/bundle/typescript/src/tools/ssh/ssh.interfaces.js +2 -0
- package/bundle/typescript/src/tools/ssh/ssh.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/ssl/ssl.class.d.ts +17 -0
- package/bundle/typescript/src/tools/ssl/ssl.class.js +54 -0
- package/bundle/typescript/src/tools/ssl/ssl.class.js.map +1 -0
- package/bundle/typescript/src/tools/ssl/ssl.interfaces.js +1 -0
- package/bundle/typescript/src/tools/ssl/ssl.interfaces.js.map +1 -0
- package/package.json +7 -9
- package/bundle/obf/package.json +0 -114
- package/bundle/obf/src/command.js +0 -1
- package/bundle/obf/src/commands/_index.js +0 -1
- package/bundle/obf/src/commands/ai.js +0 -1
- package/bundle/obf/src/commands/aws/_index.js +0 -1
- package/bundle/obf/src/commands/aws/aws.command.js +0 -1
- package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/chz.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/decr.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/build/_index.js +0 -1
- package/bundle/obf/src/commands/build/build.js +0 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/create.js +0 -1
- package/bundle/obf/src/commands/debug.js +0 -1
- package/bundle/obf/src/commands/deploy/_index.js +0 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +0 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/game/_index.js +0 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/game/play.command.js +0 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/command.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/generate.js +0 -1
- package/bundle/obf/src/commands/get/_index.js +0 -1
- package/bundle/obf/src/commands/get/get.command.js +0 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/help.js +0 -1
- package/bundle/obf/src/commands/install.js +0 -1
- package/bundle/obf/src/commands/jsdoc.js +0 -1
- package/bundle/obf/src/commands/lint.js +0 -1
- package/bundle/obf/src/commands/login.js +0 -1
- package/bundle/obf/src/commands/logout.js +0 -1
- package/bundle/obf/src/commands/logs.js +0 -1
- package/bundle/obf/src/commands/maka.cmd.js +0 -1
- package/bundle/obf/src/commands/murder.js +0 -1
- package/bundle/obf/src/commands/profile.js +0 -1
- package/bundle/obf/src/commands/proxy.js +0 -1
- package/bundle/obf/src/commands/reconfig.js +0 -1
- package/bundle/obf/src/commands/register.js +0 -1
- package/bundle/obf/src/commands/run/_index.js +0 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/run/run.command.js +0 -1
- package/bundle/obf/src/commands/set/_index.js +0 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/set/set.command.js +0 -1
- package/bundle/obf/src/commands/ssh.js +0 -1
- package/bundle/obf/src/commands/ssl.js +0 -1
- package/bundle/obf/src/commands/testCmd/_index.js +0 -1
- package/bundle/obf/src/commands/testCmd/jest.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/testCmd/mocha.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/testCmd/test.command.js +0 -1
- package/bundle/obf/src/commands/undo.js +0 -1
- package/bundle/obf/src/commands/uninstall.js +0 -1
- package/bundle/obf/src/commands/version/_index.js +0 -1
- package/bundle/obf/src/commands/version/list.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/version/use.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/version/version.js +0 -1
- package/bundle/obf/src/error.js +0 -1
- package/bundle/obf/src/exec.js +0 -2
- package/bundle/obf/src/generator.js +0 -1
- package/bundle/obf/src/generators/_index.js +0 -1
- package/bundle/obf/src/generators/api.js +0 -1
- package/bundle/obf/src/generators/aws/_index.js +0 -1
- package/bundle/obf/src/generators/aws/aws.js +0 -1
- package/bundle/obf/src/generators/aws/cloudformation/_index.js +0 -1
- package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +0 -1
- package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +0 -1
- package/bundle/obf/src/generators/collection.js +0 -1
- package/bundle/obf/src/generators/component.js +0 -1
- package/bundle/obf/src/generators/config.js +0 -1
- package/bundle/obf/src/generators/dbc.js +0 -1
- package/bundle/obf/src/generators/dockerfile.js +0 -1
- package/bundle/obf/src/generators/hook.js +0 -1
- package/bundle/obf/src/generators/kits/_index.js +0 -1
- package/bundle/obf/src/generators/kits/auth/_index.js +0 -1
- package/bundle/obf/src/generators/kits/auth/auth.generator.js +0 -1
- package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +0 -1
- package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +0 -1
- package/bundle/obf/src/generators/kits/esri/_index.js +0 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +0 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +0 -1
- package/bundle/obf/src/generators/kits/kit.js +0 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +0 -1
- package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +0 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +0 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.js +0 -1
- package/bundle/obf/src/generators/layout.js +0 -1
- package/bundle/obf/src/generators/maka.gen.js +0 -1
- package/bundle/obf/src/generators/methods.js +0 -1
- package/bundle/obf/src/generators/package.js +0 -1
- package/bundle/obf/src/generators/page.js +0 -1
- package/bundle/obf/src/generators/publish.js +0 -1
- package/bundle/obf/src/generators/route.js +0 -1
- package/bundle/obf/src/generators/services/_index.js +0 -1
- package/bundle/obf/src/generators/services/logger.js +0 -1
- package/bundle/obf/src/generators/services/openssl.js +0 -1
- package/bundle/obf/src/generators/services/service.js +0 -1
- package/bundle/obf/src/generators/services/translation.js +0 -1
- package/bundle/obf/src/maka.js +0 -1
- package/bundle/obf/src/templates/meteor/project/README.md +0 -15
- package/bundle/obf/src/templates/meteor/project/package.json +0 -26
- package/bundle/obf/src/tool.js +0 -1
- package/bundle/obf/src/tools/actions/actions.class.js +0 -1
- package/bundle/obf/src/tools/aws/aws.class.js +0 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +0 -1
- package/bundle/obf/src/tools/cfg/cfg.class.js +0 -1
- package/bundle/obf/src/tools/docker/docker.class.js +0 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +0 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +0 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +0 -1
- package/bundle/obf/src/tools/https/https.class.js +0 -1
- package/bundle/obf/src/tools/https/https.interface.js +0 -1
- package/bundle/obf/src/tools/log/log.class.js +0 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +0 -1
- package/bundle/obf/src/tools/mpi/mpi.class.js +0 -1
- package/bundle/obf/src/tools/options/options.class.js +0 -1
- package/bundle/obf/src/tools/pkg/pkg.class.js +0 -1
- package/bundle/obf/src/tools/progress/progress.class.js +0 -1
- package/bundle/obf/src/tools/scaffold/scaffold.class.js +0 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +0 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +0 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +0 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +0 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +0 -1
- package/obfuscator.json +0 -29
- /package/bundle/{obf → typescript}/src/README.md +0 -0
- /package/bundle/{obf/src/commands/game/sideQuest/scenes/puzzles.js → typescript/src/commands/game/sideQuest/scenes/puzzles.d.ts} +0 -0
- /package/bundle/{obf → typescript}/src/templates/aws/cloudformation/create-ec2-instance.template +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/api.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/api.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/apollo-gateway.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/apollo-gateway.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/graphql-api.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/graphql-api.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/methods.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/methods.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/register-api.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/register-api.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/resolvers.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/resolvers.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/tests.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/tests.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/typeDefs.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/typeDefs.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/body.html +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/head.html +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/main.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/main.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/main.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/main.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/api/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/index.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/index.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/index.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/index.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/routes.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/routes.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/routes.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/routes.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/templates.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/templates.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/templates.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/templates.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/index.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/index.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/index.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/index.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/routes.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/routes.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/templates.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/templates.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/server/index.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/server/index.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/server/index.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/server/index.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/ui/test-helpers.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/ui/test-helpers.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/main.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/main.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/main.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/main.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/maka.d.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/meteor.d.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/packages/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/private/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/favicon.ico +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/maka-144x144.png +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/maka-192x192.png +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/maka-512x512.png +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/manifest.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/sw.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/sw.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/sw.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/sw.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/helmet-csp.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/helmet-csp.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/helmet-csp.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/helmet-csp.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/main.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/main.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/main.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/main.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/tsconfig.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/collection/collection.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/collection/collection.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/collection/tests.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/collection/tests.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/config/docker-compose.yaml +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/config/pm2.config.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/config/process.env +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/config/settings.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/config/ssh.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/config.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/config.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/conn.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/conn.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/register-dbc.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/register-dbc.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/method/method.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/method/method.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/client/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/client/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/client/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/client/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/lib/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/lib/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/lib/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/lib/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/server/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/server/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/server/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/server/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/client/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/client/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/client/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/client/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/server/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/server/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/server/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/server/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/project/.maka/config.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/project/.maka/history.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/project/build/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/project/build/README +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/project/gitignore +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/publish/publish.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/publish/publish.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/service/logger/logger.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/service/logger/logger.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/stylesheet/stylesheet.css +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/stylesheet/stylesheet.css.less +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template-tests.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template-tests.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template-tests.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template-tests.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.css +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.css.less +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.css.scss +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.html +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/component/component.css +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/component/component.css.less +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/component/component.css.scss +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/component/component.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/component/component.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/hook/hook.css +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/hook/hook.css.scss +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/hook/hook.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/hook/hook.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/auth/provider/authentication-provider.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/auth/provider/authentication-provider.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/auth/service/meteor-auth-service.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/auth/service/meteor-auth-service.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/esri/map/basic-map.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/esri/map/basic-map.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/forgot-password/basic-forgot-password-page.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/forgot-password/basic-forgot-password-page.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/login/basic-login-page.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/login/basic-login-page.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/logout/basic-logout-page.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/logout/basic-logout-page.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/password-reset/basic-password-reset-page.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/password-reset/basic-password-reset-page.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/register/basic-register-page.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/register/basic-register-page.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/footers/basic-sticky-footer.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/footers/basic-sticky-footer.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/route/route.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/route/route.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/route/route.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/route/route.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/test/test.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/test/test.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/test/test.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/test/test.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/docker/Dockerfile +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/eslint/babel.config.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/eslint/config.eslint.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/i18n.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/i18n.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/index.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/index.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/locales.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/locales.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/openssl/openssl.conf +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/test/jest/jest.config.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/test/jest/jest.setup.js +0 -0
- /package/bundle/{obf/src/tools/ssl/ssl.interfaces.js → typescript/src/tools/ssl/ssl.interfaces.d.ts} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a94i=a94d;(function(a,b){var f=a94d,c=a();while(!![]){try{var d=parseInt(f(0x15a))/0x1*(-parseInt(f(0x163))/0x2)+parseInt(f(0x166))/0x3+parseInt(f(0x15c))/0x4*(-parseInt(f(0x167))/0x5)+parseInt(f(0x15b))/0x6+-parseInt(f(0x15f))/0x7+-parseInt(f(0x164))/0x8+parseInt(f(0x156))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x26ab2));function a94c(){var k=['2LnRvPz','253278SmzMZC','1832DzXTXh','local-config','(((.+)+)+)+$','1592598QvJwhn','apply','notice','search','52876FeEXFb','1021728nKqRrr','toString','866388BEgHQs','985gZJuUc','maka\x20set:local-config','2931381oGxmcZ','create','constructor','Set\x20local\x20maka\x20app\x20settings'];a94c=function(){return k;};return a94c();}var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a94d;if(c){var e=c[g(0x160)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var h=a94d;return a94a[h(0x165)]()[h(0x162)](h(0x15e))['toString']()[h(0x158)](a94a)[h(0x162)](h(0x15e));});a94a();import a94e from'./set.command.js';function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x155;var f=c[d];return f;},a94d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a94i(0x157)]({'name':a94i(0x15d),'usage':a94i(0x155),'examples':[],'aliases':['lc'],'mustBeInMakaProject':!![],'shortDesc':a94i(0x159),'validOpts':[],'description':'\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20'},async function(){var j=a94i;Log[j(0x161)]('Sorry,\x20not\x20implemented\x20yet');},a94e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a95d(a,b){const c=a95c();return a95d=function(d,e){d=d-0xb3;let f=c[d];return f;},a95d(a,b);}const a95h=a95d;(function(a,b){const f=a95d,c=a();while(!![]){try{const d=parseInt(f(0xb3))/0x1+-parseInt(f(0xc3))/0x2*(-parseInt(f(0xb9))/0x3)+parseInt(f(0xbf))/0x4*(-parseInt(f(0xb5))/0x5)+-parseInt(f(0xc0))/0x6*(-parseInt(f(0xc2))/0x7)+-parseInt(f(0xb8))/0x8+parseInt(f(0xb6))/0x9+-parseInt(f(0xc4))/0xa*(parseInt(f(0xba))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a95c,0x6e144));const a95b=(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;};}()),a95a=a95b(this,function(){const g=a95d;return a95a[g(0xbd)]()[g(0xc1)](g(0xbc))[g(0xbd)]()[g(0xb7)](a95a)['search'](g(0xbc));});a95a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';function a95c(){const i=['6022120RURTaN','108573KpIWlS','22nGLrqp','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','(((.+)+)+)+$','toString','create','1348876DstDPT','17628KZctLS','search','224RoUXnv','38aGkPdy','2619160NYwJtU','885904DfjPQM','set','10XvOqNm','6609330mQdpCq','constructor'];a95c=function(){return i;};return a95c();}const SetCommand=Command[a95h(0xbe)]({'name':a95h(0xb4),'usage':'maka\x20set:<sub-command>','shortDesc':a95h(0xbb),'description':'\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x20\x20','validOpts':[]},async function(){throw UsageError;});export default SetCommand;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a96m=a96d;(function(a,b){const k=a96d,c=a();while(!![]){try{const d=-parseInt(k(0xd6))/0x1+parseInt(k(0xe1))/0x2*(parseInt(k(0xf0))/0x3)+-parseInt(k(0xd2))/0x4*(-parseInt(k(0xea))/0x5)+-parseInt(k(0xef))/0x6+parseInt(k(0xe2))/0x7*(parseInt(k(0xd9))/0x8)+parseInt(k(0xdb))/0x9*(-parseInt(k(0xe6))/0xa)+parseInt(k(0xd3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0x5500f));const a96b=(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;};}()),a96a=a96b(this,function(){const l=a96d;return a96a['toString']()[l(0xdd)]('(((.+)+)+)+$')[l(0xe3)]()['constructor'](a96a)[l(0xdd)](l(0xdf));});a96a();function a96c(){const o=['length','1826004zRTdDR','1137532FaMjtJ','env','create','378404EzGsDY','parse','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','24RdPxxj','maka\x20ssh\x20<command>','45405xzSAIp','cfg','search','verbose','(((.+)+)+)+$','error','8UtfyNm','605213ddCGbJ','toString','maka\x20ssh\x20--env\x20prod','ssh.json','420sZGXFC','join','assign','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','5VMlePd','exit','ssh','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','sshSync','1058502EyLCdP','221697JfwJQb','getEnvFromShorthand','readFileSync'];a96c=function(){return o;};return a96c();}import a96e from'fs';import a96f from'path';import{Command}from'../command.js';function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0xd2;let f=c[d];return f;},a96d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';import{Log}from'../tools/log/log.class.js';Command[a96m(0xd5)]({'name':a96m(0xec),'usage':a96m(0xda),'mustBeInMakaProject':!![],'requiredOpts':[a96m(0xd4)],'validOpts':[a96m(0xd4),'verbose'],'shortDesc':a96m(0xe9),'examples':['maka\x20ssh\x20--env\x20dev','maka\x20ssh\x20--env\x20staging',a96m(0xe4),a96m(0xd8),'maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22',a96m(0xed)]},async function(a,b){const n=a96m;try{const c=this[n(0xdc)][n(0xf1)](b[n(0xd4)]),d=this['cfg']['getAppConfigPath'](c);let f='';a[n(0xf3)]>0x0&&(f=a[0x0]);const g=a96f[n(0xe7)](d,n(0xe5)),h=a96e[n(0xf2)](g)[n(0xe3)](),i=JSON[n(0xd7)](h);Object[n(0xe8)](i,{'env':d}),SSH[n(0xee)](f,i,{'tty':!![],'verbose':!![],'sshVerbose':b[n(0xde)]});}catch(j){Log[n(0xe0)](j),process[n(0xeb)](0x1);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a97y=a97d;(function(a,b){const w=a97d,c=a();while(!![]){try{const d=parseInt(w(0x224))/0x1+parseInt(w(0x200))/0x2*(parseInt(w(0x21f))/0x3)+parseInt(w(0x1ee))/0x4*(parseInt(w(0x219))/0x5)+parseInt(w(0x1ec))/0x6*(-parseInt(w(0x208))/0x7)+parseInt(w(0x1fa))/0x8*(parseInt(w(0x1f7))/0x9)+parseInt(w(0x21e))/0xa+-parseInt(w(0x20f))/0xb*(parseInt(w(0x21c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0xda3ee));const a97b=(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;};}()),a97a=a97b(this,function(){const x=a97d;return a97a[x(0x1e9)]()[x(0x1fb)](x(0x20c))['toString']()[x(0x1f8)](a97a)['search'](x(0x20c));});a97a();function a97c(){const A=['sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','5977320jchTiG','1597485nkQhgz','appName','create','notice','ssh','1507457tUeKLH','writeFileSync','ask','getMakaProjectConfig','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','getAppConfigPath','toString','The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','email','14646JwhQpE','Checking\x20remote\x20host\x20availability','144JTyrRI','fsi','\x20--email\x20','existsSync','Verifying\x20Letsencrypt\x20configuration','domains','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','success','exit','657AglTjB','constructor','parse','182312FlRMrb','search','.csr','env','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','[?]\x20Domains\x20to\x20register:\x20','6DjkoRQ','/ssh.json','Remote\x20host\x20connection\x20successful','generate-csr','maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process','genCSR','Create\x20and\x20manage\x20your\x20SSL\x20operations.','getEnvFromShorthand','4599CMkIIL','withSpinner','emailUpdate','join','(((.+)+)+)+$','Email\x20to\x20use\x20for\x20auto-updates:\x20','.key','35706BbGtiv','letsencrypt','generate-ssc','Please\x20provide\x20a\x20command.','error','readFileSync','cfg','letsencrypt.json','uname\x20-a','.crt','86680BmSxqN','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','maka\x20ssl\x20[command]','12912cJevRF'];a97c=function(){return A;};return a97c();}import a97e from'fs';import a97f from'path';import{Actions}from'../tools/actions/actions.class.js';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a97d(a,b){const c=a97c();return a97d=function(d,e){d=d-0x1e7;let f=c[d];return f;},a97d(a,b);}import{SSL}from'../tools/ssl/ssl.class.js';Command[a97y(0x221)]({'name':'ssl','usage':a97y(0x21b),'validOpts':[a97y(0x1f3),a97y(0x1eb)],'requiredOpts':[a97y(0x1fd)],'shortDesc':a97y(0x206),'mustBeInMakaProject':!![],'minArgLength':0x1,'examples':['maka\x20ssl\x20--env\x20dev\x20generate-csr',a97y(0x21a),a97y(0x204)]},async function(a,b){const z=a97y,c=this[z(0x215)][z(0x227)](),d=this['cfg'][z(0x207)](b[z(0x1fd)]),f=this[z(0x215)][z(0x1e8)](d),g=this[z(0x1ef)]['mkKeysDir']({'configPath':f});let h='';a&&(h=a[0x0]);try{if(h===z(0x203))SSL[z(0x205)]({'keyName':c[z(0x220)]+z(0x20e),'csrName':c[z(0x220)]+'.csr','cwd':g});else{if(h===z(0x211)){if(!a97e[z(0x1f1)](a97f[z(0x20b)](g,c[z(0x220)]+z(0x20e))))throw z(0x1ea)+a97f[z(0x20b)](g,c[z(0x220)]+'.key');if(!a97e['existsSync'](a97f[z(0x20b)](g,c[z(0x220)]+'.csr')))throw z(0x1e7)+a97f['join'](g,c[z(0x220)]+z(0x1fc));SSL['genSSC']({'keyName':c[z(0x220)]+z(0x20e),'crtName':c[z(0x220)]+z(0x218),'cwd':g}),Log[z(0x222)]('New\x20CSR\x20written\x20to\x20'+g);}else{if(h===z(0x210)){let i=b[z(0x1f3)],j=b[z(0x1eb)];try{const q=a97e[z(0x214)](a97f[z(0x20b)](f,z(0x216)))[z(0x1e9)](),r=JSON[z(0x1f9)](q);i=b['domains']?b[z(0x1f3)]:r['domainNames'],j=b[z(0x1eb)]?b[z(0x1eb)]:r[z(0x20a)],(!b[z(0x1eb)]||!b[z(0x1f3)])&&Log[z(0x222)]('Using\x20saved\x20letsencrypt\x20config');}catch(s){}const k=JSON[z(0x1f9)](a97e['readFileSync'](f+z(0x201))[z(0x1e9)]());Object['assign'](k,{'env':f}),Log[z(0x222)](z(0x1ed));try{const t=SSH['ping'](z(0x217),k);if(!t)throw z(0x1f4);if(t)Log[z(0x1f5)](z(0x202));}catch(u){Log[z(0x213)](u);return;}const l=Log[z(0x209)]();l['start'](z(0x1f2)),SSH[z(0x223)](z(0x21d),{...k}),SSH[z(0x223)]('sudo\x20snap\x20install\x20--classic\x20certbot',{...k}),SSH['ssh'](z(0x1fe),{...k}),l[z(0x1f5)]();const m=i?i:await Actions[z(0x226)](z(0x1ff)),n=j?j:await Actions[z(0x226)](z(0x20d));SSH['ssh']('sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20'+m+z(0x1f0)+n,{...k},{'verbose':!![]});const o={'domainNames':m,'emailUpdate':n},p=JSON['stringify'](o,null,0x2);a97e[z(0x225)](a97f[z(0x20b)](f,z(0x216)),p);}else throw z(0x212);}}}catch(v){console['error'](v),process[z(0x1f6)](0x0);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a98d,c=a();while(!![]){try{var d=-parseInt(f(0xc6))/0x1+-parseInt(f(0xc5))/0x2*(-parseInt(f(0xc2))/0x3)+-parseInt(f(0xc3))/0x4+-parseInt(f(0xc1))/0x5+parseInt(f(0xc8))/0x6+parseInt(f(0xbf))/0x7+-parseInt(f(0xc4))/0x8*(-parseInt(f(0xc9))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a98c,0xe4f20));var a98b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a98d;if(c){var e=c[g(0xcb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a98a=a98b(this,function(){var h=a98d;return a98a[h(0xc0)]()[h(0xc7)]('(((.+)+)+)+$')['toString']()['constructor'](a98a)[h(0xc7)](h(0xca));});a98a();function a98c(){var i=['toString','6710290txYDUQ','2349LPJwit','503972PdqLKq','882488qTrVhW','1226gjQgCX','549496HkpvAc','search','2134554RmmInG','135rdlRvS','(((.+)+)+)+$','apply','3254328iwMPMg'];a98c=function(){return i;};return a98c();}function a98d(a,b){var c=a98c();return a98d=function(d,e){d=d-0xbf;var f=c[d];return f;},a98d(a,b);}import'./test.command.js';import'./mocha.sub.cmd.js';import'./jest.sub.cmd.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a99r=a99d;(function(a,b){const o=a99d,c=a();while(!![]){try{const d=-parseInt(o(0x18f))/0x1+parseInt(o(0x165))/0x2+parseInt(o(0x15e))/0x3+parseInt(o(0x166))/0x4+-parseInt(o(0x170))/0x5*(parseInt(o(0x169))/0x6)+-parseInt(o(0x185))/0x7+parseInt(o(0x16e))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0xbb6b0));const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a99d;if(c){const e=c[p(0x188)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const q=a99d;return a99a[q(0x18c)]()[q(0x18d)](q(0x171))[q(0x18c)]()[q(0x16b)](a99a)[q(0x18d)](q(0x171));});a99a();import{Command}from'../../command.js';function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x159;let f=c[d];return f;},a99d(a,b);}function a99c(){const t=['pkg','findAppDirectory','/node_modules/','config','log','apollo','1991918cEvUlu','1830576nMbWjS','cfg','coverage','354JXVoQV','eslint/babel.config.js','constructor','jest-environment-jsdom','babel.config.js','11094624sJvroz','<rootDir>/packages','36155PMsYdO','(((.+)+)+)+$','watch','create','jest.config.js','engines','join','runCLI','checkNpmPackage','exit','Run\x20Jest\x20in\x20watch\x20mode','test/jest/jest.config.js','error','<rootDir>/private','@testing-library/react','service','jest.setup.js','updateSnapshot','jest-css-modules-transform','Run\x20a\x20Jest\x20test\x20suite\x20with\x20custom\x20options','/node_modules','9515268FSltMq','getMakaProjectConfig','Run\x20only\x20failed\x20tests\x20from\x20the\x20last\x20run','apply','Coverage\x20report\x20generated\x20in\x20the\x20\x22coverage\x22\x20directory.','jest','<rootDir>/$1','toString','search','jsdom','752572sypOlf','fsi','Error\x20running\x20Jest:\x20','Update\x20Jest\x20snapshots','test/jest/jest.setup.js','maka\x20test:jest\x20<file|directory>\x20[--options]','^.+\x5c.module\x5c.(css|sass|scss)$','babel-jest','Runs\x20Jest\x20tests\x20in\x20the\x20specified\x20file\x20or\x20directory\x20with\x20optional\x20Jest\x20configurations,\x20including\x20coverage\x20reports.','Clear\x20Jest\x20cache\x20before\x20running\x20tests','isFile','template','scaffold','onlyFailures','runInBand','Generate\x20test\x20coverage\x20report','identity-obj-proxy','1397274uJrVZy'];a99c=function(){return t;};return a99c();}import a99e from'./test.command.js';import a99f from'jest';import a99g from'path';Command[a99r(0x173)]({'name':a99r(0x18a),'usage':a99r(0x194),'shortDesc':a99r(0x183),'description':a99r(0x197),'mustBeInMakaProject':!![],'validOpts':[{'name':a99r(0x172),'boolFlag':!![],'description':a99r(0x17a)},{'name':a99r(0x168),'boolFlag':!![],'description':a99r(0x15c)},{'name':a99r(0x181),'boolFlag':!![],'description':a99r(0x192)},{'name':a99r(0x15b),'boolFlag':!![],'description':'Run\x20tests\x20sequentially\x20in\x20the\x20same\x20process'},{'name':'onlyFailures','boolFlag':!![],'description':a99r(0x187)},{'name':a99r(0x162),'description':'Specify\x20a\x20custom\x20Jest\x20config\x20file','regex':/^.+\.js$/},{'name':'clearCache','boolFlag':!![],'description':a99r(0x198)}]},async function(a,b){const s=a99r,c=this[s(0x190)][s(0x160)](),d=this[s(0x190)]['findProjectDirectory']();await this[s(0x15f)][s(0x178)]([s(0x17e),'@babel/plugin-syntax-jsx',s(0x182),s(0x15d),s(0x16c)],{'cwd':c,'shouldInstall':!![],'saveDev':!![]});const e=this[s(0x167)][s(0x186)]();e[s(0x175)]['graphql']===s(0x164)&&await this[s(0x15f)][s(0x178)](['@apollo/react-testing'],{'cwd':c,'shouldInstall':!![],'saveDev':!![]});if(b['clearCache']){await a99f[s(0x177)]({'_':[],'$0':s(0x18a),'clearCache':!![]},[c]);return;}const f=a99g[s(0x176)](d,s(0x162),s(0x180)),g=this['fsi'][s(0x199)](f);!g&&await this[s(0x159)][s(0x19a)]({'srcPath':s(0x193),'destPath':f,'framework':s(0x17f),'context':{'noRename':!![]}});const h=a99g[s(0x176)](c,s(0x174)),i=this[s(0x190)][s(0x199)](h);!i&&await this['scaffold'][s(0x19a)]({'srcPath':s(0x17b),'destPath':h,'framework':s(0x17f),'context':{'noRename':!![]}});const j=a99g[s(0x176)](c,s(0x16d)),k=this['fsi'][s(0x199)](j);!k&&await this[s(0x159)]['template']({'srcPath':s(0x16a),'destPath':j,'framework':s(0x17f),'context':{'noRename':!![]}});const l={'_':a,'$0':s(0x18a),'testEnvironment':s(0x18e),'watch':b[s(0x172)]||![],'coverage':b['coverage']||![],'updateSnapshot':b[s(0x181)]||![],'runInBand':b['runInBand']||![],'onlyFailures':b[s(0x15a)]||![],'config':b[s(0x162)]||undefined,'rootDir':c,'coverageDirectory':a99g['join'](d,s(0x168)),'testPathIgnorePatterns':[s(0x184),s(0x16f),'<rootDir>/public',s(0x17d)],'testMatch':['**/?(*.)+(app-tests).[tj]s?(x)'],'transform':{'^.+\x5c.(js|jsx|ts|tsx)$':s(0x196),'.+\x5c.(css|styl|less|sass|scss)$':s(0x182)},'transformIgnorePatterns':[s(0x161),s(0x195)],'setupFiles':[f],'moduleNameMapper':{'\x5c.(css|less|scss)$':s(0x15d),'^/(.*)$':s(0x18b)}};try{const {results:m}=await a99f[s(0x177)](l,[c]);m['success']?(console['log']('Tests\x20completed\x20successfully.'),b[s(0x168)]&&console[s(0x163)](s(0x189))):(console[s(0x17c)]('Some\x20tests\x20failed.'),process[s(0x179)](0x1));}catch(n){console[s(0x17c)](s(0x191)+n['message']),process['exit'](0x1);}},a99e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a100x=a100d;(function(a,b){const t=a100d,c=a();while(!![]){try{const d=-parseInt(t(0x155))/0x1+parseInt(t(0x14d))/0x2+parseInt(t(0x157))/0x3*(-parseInt(t(0x115))/0x4)+-parseInt(t(0x121))/0x5*(-parseInt(t(0x154))/0x6)+-parseInt(t(0x14e))/0x7*(parseInt(t(0x136))/0x8)+-parseInt(t(0x126))/0x9*(-parseInt(t(0x12f))/0xa)+parseInt(t(0x13c))/0xb*(parseInt(t(0x119))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a100c,0x767c1));const a100b=(function(){let a=!![];return function(b,c){const d=a?function(){const u=a100d;if(c){const e=c[u(0x145)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a100a=a100b(this,function(){const v=a100d;return a100a[v(0x10e)]()[v(0x147)](v(0x134))[v(0x10e)]()[v(0x15e)](a100a)[v(0x147)](v(0x134));});a100a();import a100e from'fs';import a100f from'path';import a100g from'dotenv';import{execSync}from'child_process';import a100h from'./test.command.js';function a100d(a,b){const c=a100c();return a100d=function(d,e){d=d-0x10e;let f=c[d];return f;},a100d(a,b);}import a100i from'../../generators/maka.gen.js';import{Command}from'../../command.js';function a100c(){const A=['config','--driver-package','warn','(((.+)+)+)+$','test-packages','152LTQNBw','testAppPath','forEach','openSync','filter','splice','11gADPSy','packages','Meteor\x20is\x20not\x20installed\x20or\x20cannot\x20be\x20found\x20in\x20your\x20path.\x20Installing...','This\x20project\x20does\x20not\x20have\x20a\x20mocha\x20test\x20driver','checkNpmPackage','driver','relative','unit','driver-package','apply','settings.json','search','findProjectDirectory','notice','cwd','Cannot\x20find\x20Node\x20Environment\x20file,\x20creating:\x20','checkConfigExists','205030ZpbwmX','212590lFwcRt','process.env','readFileSync','engines','exit','utf8','1752EdJPBj','748555kGCTdR','--driver','6jbTKrB','mocha','getAppConfigPath','Node\x20Env\x20Config:\x20','--settings','invokeMeteorCommand','--full-app','constructor','toString','info','concat','error','isFile','inspect','join','1772296QKrpcq','meteortesting:mocha','once','maka\x20install\x20meteor\x20--force','14305740INsmtc','--env','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','parse','env','mpi','test','10555jVshUF','Your\x20local\x20config\x20has\x20gone\x20missing,\x20remaking\x20it...','port','Meteor\x20Settings:\x20','cfg','114093cgAboW','rawLogs','getEnvFromShorthand','slice','create','.maka','fsi','local','none','620pRyGuD','config.json'];a100c=function(){return A;};return a100c();}import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const w=a100d;a100e[w(0x139)](a,'r'),a100g[w(0x131)]({'path':a});};Command[a100x(0x12a)]({'name':a100x(0x158),'mustBeInMakaProject':!![],'validOpts':[a100x(0x117),a100x(0x13d),a100x(0x141),'driverPackage','unit',a100x(0x11e),a100x(0x127),a100x(0x123),a100x(0x113),a100x(0x137)],'usage':'maka\x20test:mocha','aliases':['m'],'shortDesc':a100x(0x11b),'examples':[]},async function(a,b){const y=a100x;try{this[y(0x11f)]['isMeteorInstalled']()?Log[y(0x149)]('Meteor\x20is\x20installed.'):(Log[y(0x133)](y(0x13e)),execSync(y(0x118),{'stdio':'inherit'}));this['pkg'][y(0x140)]('@testing-library/dom\x20meteor-node-stubs\x20chai',{'shouldInstall':!![]});const c=b['env']?this['cfg'][y(0x128)](b[y(0x11e)]):y(0x12d);(!b['unit']||!!b[y(0x117)])&&(a=a[y(0x110)]([y(0x15d)]));b[y(0x143)]&&delete b['unit'];let d=b[y(0x144)]||b['driver']||y(0x12e);if(d===y(0x12e)){const l=JSON[y(0x11d)](a100e[y(0x150)](a100f['join'](this['fsi'][y(0x148)](),y(0x12b),y(0x130)),y(0x153)));if(l[y(0x151)]['test']==='jasmine')d='sanjo:jasmine';else l[y(0x151)][y(0x120)]===y(0x158)&&(d=y(0x116));}if(d===y(0x12e))throw y(0x13f);(!b['driver-package']||!b['driver'])&&(a=a['concat']([y(0x132),d]));const f=this[y(0x125)][y(0x14c)](y(0x12d));if(!f){Log[y(0x133)](y(0x122));const m=this['fsi'][y(0x148)]();await a100i['processAndRunGenerator']('config',[y(0x12d)],{'cwd':m,'root':!![]});}const g=this[y(0x125)][y(0x159)](c),h=a100f[y(0x114)](g,y(0x14f));let i=a100f[y(0x114)](g,y(0x146));b['settings']?i=b['settings']:i=a100f[y(0x114)](g,y(0x146));if(this[y(0x12c)][y(0x112)](h)){const n=a100f[y(0x142)](process[y(0x14a)](),h);Log[y(0x149)](y(0x15a)+n),syncSource(h);}else{const o=a100f[y(0x142)](process['cwd'](),h);Log[y(0x10f)](y(0x14b)+o),this['fsi']['createFile']({'filePath':h,'data':''});}if(this[y(0x12c)][y(0x112)](i)){const p=a100f[y(0x142)](process[y(0x14a)](),i);Log[y(0x149)](y(0x124)+p),a=a['concat']([y(0x15b),i]);}else{const q=a100f[y(0x142)](process[y(0x14a)](),i);Log['warn'](y(0x11c)+q);}const j=process['argv'][y(0x129)](0x2)[y(0x13a)](r=>r!==y(0x11a))['filter'](r=>r!==y(0x120))[y(0x13a)](r=>r!==a[0x0]);j[y(0x138)]((r,s)=>{const z=y;(r===z(0x11a)||r===z(0x156))&&j['splice'](s,0x2),r==='--packages'&&j[z(0x13b)](s,0x1);});const k=b[y(0x13d)]?y(0x135):'test';await this['mpi'][y(0x15c)](k,a[y(0x110)](j));}catch(r){console[y(0x111)](r),process[y(0x152)](0x0);}},a100h);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a101i=a101d;(function(a,b){const f=a101d,c=a();while(!![]){try{const d=-parseInt(f(0x160))/0x1+parseInt(f(0x168))/0x2*(-parseInt(f(0x159))/0x3)+-parseInt(f(0x15d))/0x4+-parseInt(f(0x164))/0x5+-parseInt(f(0x161))/0x6+-parseInt(f(0x166))/0x7+-parseInt(f(0x15e))/0x8*(-parseInt(f(0x15a))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a101c,0xc26c0));function a101c(){const j=['1215388PbSoet','7719780khNMJg','apply','maka\x20test:<sub-command>','2306115ejKIXy','(((.+)+)+)+$','2935772Nohqnv','Run\x20a\x20Meteor\x20Test\x20Driver','156LXltEE','toString','28473ouBpdb','18ZmgBbJ','constructor','create','3525084VXslVD','23202232JmPtsP','test'];a101c=function(){return j;};return a101c();}const a101b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a101d;if(c){const e=c[g(0x162)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a101a=a101b(this,function(){const h=a101d;return a101a[h(0x158)]()['search'](h(0x165))[h(0x158)]()[h(0x15b)](a101a)['search'](h(0x165));});a101a();import{Command}from'../../command.js';function a101d(a,b){const c=a101c();return a101d=function(d,e){d=d-0x158;let f=c[d];return f;},a101d(a,b);}import{UsageError}from'../../error.js';const TestCommand=Command[a101i(0x15c)]({'name':a101i(0x15f),'usage':a101i(0x163),'shortDesc':a101i(0x167),'description':'\x0a\x20\x20\x20\x20Run\x20a\x20meteor\x20test\x20driver,\x20or\x20utilize\x20a\x20headless\x20test\x20suite.\x0a\x20\x20','validOpts':[]},async function(){throw UsageError;});export default TestCommand;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a102i=a102d;(function(a,b){var f=a102d,c=a();while(!![]){try{var d=-parseInt(f(0xc6))/0x1+-parseInt(f(0xbe))/0x2*(parseInt(f(0xbb))/0x3)+parseInt(f(0xc3))/0x4+parseInt(f(0xc4))/0x5*(-parseInt(f(0xbd))/0x6)+-parseInt(f(0xc5))/0x7+parseInt(f(0xc1))/0x8+parseInt(f(0xc8))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a102c,0x92cb5));var a102b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a102d;if(c){var e=c[g(0xc2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a102a=a102b(this,function(){var h=a102d;return a102a[h(0xc0)]()[h(0xc7)]('(((.+)+)+)+$')[h(0xc0)]()[h(0xbc)](a102a)[h(0xc7)]('(((.+)+)+)+$');});a102a();import{Command}from'../command.js';function a102c(){var k=['881587DLTFAV','204409TnBdRC','search','7034382xewgwa','27894CowAfh','constructor','162HxPTYe','46gkWdCK','undo','toString','6762608Xtyoyd','apply','1617784GzDowL','164055zmGsKI'];a102c=function(){return k;};return a102c();}import a102e from'../generators/maka.gen.js';function a102d(a,b){var c=a102c();return a102d=function(d,e){d=d-0xbb;var f=c[d];return f;},a102d(a,b);}Command['create']({'name':a102i(0xbf),'aliases':['u'],'validOpts':[],'shortDesc':'Read\x20the\x20project\x27s\x20history\x20and\x20attempt\x20to\x20undo\x20the\x20last\x20action','experimental':!![]},async function(){var j=a102i;a102e[j(0xbf)]();});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a103m=a103d;(function(a,b){const j=a103d,c=a();while(!![]){try{const d=-parseInt(j(0x100))/0x1+parseInt(j(0x112))/0x2+parseInt(j(0xeb))/0x3*(parseInt(j(0x104))/0x4)+parseInt(j(0xec))/0x5*(-parseInt(j(0xff))/0x6)+parseInt(j(0xf7))/0x7+-parseInt(j(0x105))/0x8+parseInt(j(0x10c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a103c,0x38a8b));const a103b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a103d;if(c){const e=c[k(0xed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a103a=a103b(this,function(){const l=a103d;return a103a[l(0x10a)]()['search'](l(0xf6))[l(0x10a)]()[l(0xfe)](a103a)[l(0x102)]('(((.+)+)+)+$');});a103a();function a103c(){const o=['1172RMYVyJ','388760PGXUHX','Are\x20you\x20sure\x20you\x20want\x20to\x20uninstall\x20Meteor\x20','Meteor\x20','releases','meteor.bat','toString','Aborted.','6220818JljHhD','\x20(Windows\x20fallback)','success','uninstall','remove','confirm','167836GLejxi','version','info','select','error','existsSync','636aMgWfF','269935axzhwT','apply','\x20is\x20not\x20installed.','meteor','No\x20Meteor\x20versions\x20installed.','\x20uninstalled.','map','filter','join','Meteor\x20version\x20','(((.+)+)+)+$','38941NaScRa','Select\x20a\x20Meteor\x20version\x20to\x20uninstall:','win32','platform','readdirSync','exit','rmSync','constructor','18IdDJjx','400168qbmjFJ','.meteor','search','length'];a103c=function(){return o;};return a103c();}import a103e from'fs';import a103f from'os';import a103g from'path';import{Log}from'../tools/log/log.class.js';function a103d(a,b){const c=a103c();return a103d=function(d,e){d=d-0xe9;let f=c[d];return f;},a103d(a,b);}import{Command}from'../command.js';import{Actions}from'../tools/actions/actions.class.js';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';Command['create']({'name':a103m(0x10f),'aliases':['rm',a103m(0x110)],'shortDesc':'Uninstall\x20a\x20specific\x20Meteor\x20version','usage':'maka\x20uninstall\x20[version]','validOpts':[],'requiredOpts':[],'minArgLength':0x0},async function(a){const n=a103m;try{const b=process[n(0xfa)]===n(0xf9),c=b?n(0x109):n(0xef),d=a103g[n(0xf4)](a103f['homedir'](),n(0x101),n(0x108));!a103e['existsSync'](d)&&(Log['error'](n(0xf0)),process['exit'](0x1));const e=a103e[n(0xfb)](d)[n(0xf3)](i=>a103e[n(0xea)](a103g[n(0xf4)](d,i,n(0x101),c)));e[n(0x103)]===0x0&&(Log['error'](n(0xf0)),process[n(0xfc)](0x1));let f=a[0x0];!f?e['length']===0x1?f=e[0x0][n(0x10a)]():(Log['notice']('You\x20have\x20multiple\x20Meteor\x20installations'),f=await Actions[n(0x115)]({'message':n(0xf8),'name':n(0x113),'choices':e[n(0xf2)](i=>({'value':i,'name':i}))})):f=f['toString']();const g=a103g[n(0xf4)](d,f);!a103e[n(0xea)](g)&&(Log[n(0xe9)](n(0xf5)+f+n(0xee)),process[n(0xfc)](0x1));const h=await Actions[n(0x111)](n(0x106)+f+'?',![]);!h&&(Log[n(0x114)](n(0x10b)),process[n(0xfc)](0x0)),a103e[n(0xfd)](g,{'recursive':!![],'force':!![]}),a103e['existsSync'](g)&&b&&await SpawnAsync['withSpinner']('rmdir',['/s','/q',g],{'message':'Removing\x20Meteor\x20'+f+n(0x10d)}),Log[n(0x10e)](n(0x107)+f+n(0xf1));}catch(i){Log[n(0xe9)](i),process[n(0xfc)](0x1);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a104d,c=a();while(!![]){try{var d=-parseInt(f(0x78))/0x1+-parseInt(f(0x77))/0x2+parseInt(f(0x72))/0x3+-parseInt(f(0x76))/0x4+parseInt(f(0x7d))/0x5*(parseInt(f(0x73))/0x6)+-parseInt(f(0x7b))/0x7+parseInt(f(0x7a))/0x8*(parseInt(f(0x79))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a104c,0x48d6c));var a104b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a104d;if(c){var e=c[g(0x74)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a104a=a104b(this,function(){var h=a104d;return a104a[h(0x75)]()['search']('(((.+)+)+)+$')[h(0x75)]()[h(0x7c)](a104a)['search']('(((.+)+)+)+$');});a104a();import'./version.js';import'./use.sub.cmd.js';function a104d(a,b){var c=a104c();return a104d=function(d,e){d=d-0x72;var f=c[d];return f;},a104d(a,b);}import'./list.sub.cmd.js';function a104c(){var i=['388577aTONQi','9Asmyuw','10070624aFDNbW','3185105KzemhC','constructor','45uYophM','692925CVauAF','175704ygrFmQ','apply','toString','1845788MgBxjU','299944xvjIOY'];a104c=function(){return i;};return a104c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a105c(){const t=['match','error','homedir','2346932QPbFil','apply','6zGcuWF','maka\x20version:list','\x20(active)','info','3yUCCDh','14877420HJlmZY','(((.+)+)+)+$','readdirSync','No\x20Meteor\x20versions\x20installed.','constructor','452246SSZneG','bin','existsSync','releases','meteor.bat','List\x20installed\x20Meteor\x20versions','784165RWlkKi','realpathSync','create','log','join','.meteor','platform','search','exit','win32','2362455OVVZxu','32sRvLnu','275625AJFKqM','2104705rewRgX','toString','filter'];a105c=function(){return t;};return a105c();}function a105d(a,b){const c=a105c();return a105d=function(d,e){d=d-0x99;let f=c[d];return f;},a105d(a,b);}const a105q=a105d;(function(a,b){const n=a105d,c=a();while(!![]){try{const d=parseInt(n(0xbb))/0x1+parseInt(n(0xb5))/0x2*(-parseInt(n(0xaf))/0x3)+-parseInt(n(0xa9))/0x4+-parseInt(n(0xa3))/0x5*(-parseInt(n(0xab))/0x6)+parseInt(n(0xa2))/0x7+-parseInt(n(0xa1))/0x8*(parseInt(n(0xa0))/0x9)+parseInt(n(0xb0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a105c,0xd440b));const a105b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a105d;if(c){const e=c[o(0xaa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a105a=a105b(this,function(){const p=a105d;return a105a[p(0xa4)]()[p(0x9d)]('(((.+)+)+)+$')[p(0xa4)]()[p(0xb4)](a105a)[p(0x9d)](p(0xb1));});a105a();import a105e from'fs';import a105f from'os';import a105g from'path';import a105h from'./version.js';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';Command[a105q(0xbd)]({'name':'list','aliases':['ls'],'shortDesc':a105q(0xba),'usage':a105q(0xac),'validOpts':[],'requiredOpts':[]},async function(){const r=a105q;try{const a=process[r(0x9c)]===r(0x9f),b=a?r(0xb9):'meteor',c=a105g['join'](a105f[r(0xa8)](),'.meteor',r(0xb8)),d=a105g[r(0x9a)](a105f[r(0xa8)](),r(0x9b),r(0xb6),b);let f=null;if(a105e[r(0xb7)](d))try{const h=a105e[r(0xbc)](d);console['log'](h);const i=h[r(0xa6)](/releases[\\/](.+?)[\\/]\.meteor[\\/]meteor(\.bat)?$/);if(i)f=i[0x1];}catch(j){f=null;}if(!a105e[r(0xb7)](c)){Log[r(0xae)](r(0xb3));return;}const g=a105e[r(0xb2)](c)[r(0xa5)](k=>a105e['existsSync'](a105g[r(0x9a)](c,k,r(0x9b),b)));if(g['length']===0x0){Log[r(0xae)](r(0xb3));return;}Log[r(0xae)]('Installed\x20Meteor\x20versions:\x0a'),g['forEach'](k=>{const s=r,l=k===f?'*':'\x20',m=k===f?k+s(0xad):k;console['log'](l+'\x20'+m);}),console[r(0x99)]();}catch(k){Log[r(0xa7)](k),process[r(0x9e)](0x1);}},a105h);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a106d(a,b){const c=a106c();return a106d=function(d,e){d=d-0x180;let f=c[d];return f;},a106d(a,b);}const a106n=a106d;(function(a,b){const k=a106d,c=a();while(!![]){try{const d=parseInt(k(0x1a9))/0x1*(-parseInt(k(0x1a8))/0x2)+parseInt(k(0x195))/0x3*(parseInt(k(0x18a))/0x4)+parseInt(k(0x19d))/0x5*(parseInt(k(0x1a5))/0x6)+parseInt(k(0x18e))/0x7*(parseInt(k(0x199))/0x8)+-parseInt(k(0x181))/0x9+-parseInt(k(0x18b))/0xa*(parseInt(k(0x1a4))/0xb)+parseInt(k(0x180))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a106c,0x45ffe));const a106b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a106d;if(c){const e=c[l(0x19f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a106a=a106b(this,function(){const m=a106d;return a106a[m(0x193)]()[m(0x187)]('(((.+)+)+)+$')[m(0x193)]()[m(0x1ad)](a106a)[m(0x187)](m(0x1a1));});a106a();import a106e from'fs';function a106c(){const p=['75592ZPvnuV','confirm','homedir','You\x20have\x20multiple\x20Meteor\x20installations','1735bjifyN','meteor','apply','select','(((.+)+)+)+$','No\x20Meteor\x20versions\x20installed.','length','242APvBCw','3198RpbmfQ','platform','.meteor','708836sQtqMS','1xPtsyO','maka\x20version:use\x20[version]','meteor.bat','VERSION','constructor','1919976uVwAPA','3544740gxCDkP','linkVersionAsCurrent','filter','Select\x20a\x20Meteor\x20version\x20to\x20use:','version','error','search','Install\x20version\x20','exit','4120woRLWM','66890swDVvt','install','existsSync','315oLndWK','Now\x20using\x20Meteor\x20','notice','Set\x20a\x20current\x20Meteor\x20version','success','toString','join','1200AkrdLO','utf8','processAndRunCommand','create'];a106c=function(){return p;};return a106c();}import a106f from'os';import a106g from'path';import a106h from'../maka.cmd.js';import a106i from'./version.js';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';Command[a106n(0x198)]({'name':'use','aliases':['u'],'shortDesc':a106n(0x191),'usage':a106n(0x1aa),'validOpts':[],'requiredOpts':[],'minArgLength':0x0},async function(a){const o=a106n;try{const {mpi:b}=this,c=process[o(0x1a6)]==='win32',d=c?o(0x1ab):o(0x19e),e=a106g[o(0x194)](a106f['homedir'](),o(0x1a7),'releases');!a106e['existsSync'](e)&&(Log['error'](o(0x1a2)),process['exit'](0x1));const f=a106e['readdirSync'](e)[o(0x183)](i=>a106e['existsSync'](a106g[o(0x194)](e,i,'.meteor',d)));f[o(0x1a3)]===0x0&&(Log[o(0x186)](o(0x1a2)),process[o(0x189)](0x1));let g=a[0x0];!g?f[o(0x1a3)]===0x1?g=f[0x0]['toString']():(Log[o(0x190)](o(0x19c)),g=await Actions[o(0x1a0)]({'message':o(0x184),'name':o(0x185),'choices':f['map'](i=>({'value':i,'name':i}))})):g=g[o(0x193)]();const h=a106g[o(0x194)](e,g,'.meteor',d);if(!a106e[o(0x18d)](h)){Log[o(0x186)]('Meteor\x20version\x20'+g+'\x20is\x20not\x20installed.');const i=await Actions[o(0x19a)](o(0x188)+g+'?',!![]);i&&await a106h[o(0x197)](o(0x18c),[o(0x19e)],{'release':g});}b[o(0x182)](g),a106e['writeFileSync'](a106g['join'](a106f[o(0x19b)](),'.meteor',o(0x1ac)),g,o(0x196)),Log[o(0x192)](o(0x18f)+g);}catch(j){Log[o(0x186)](j),process[o(0x189)](0x1);}},a106i);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a107j=a107d;(function(a,b){const h=a107d,c=a();while(!![]){try{const d=parseInt(h(0x8f))/0x1+-parseInt(h(0x9d))/0x2+parseInt(h(0x8e))/0x3*(parseInt(h(0x8b))/0x4)+-parseInt(h(0x88))/0x5+-parseInt(h(0x96))/0x6+parseInt(h(0x85))/0x7+-parseInt(h(0x87))/0x8*(parseInt(h(0x91))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a107c,0x4692b));const a107b=(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;};}()),a107a=a107b(this,function(){const i=a107d;return a107a[i(0x83)]()['search']('(((.+)+)+)+$')['toString']()[i(0xa7)](a107a)[i(0xa4)]('(((.+)+)+)+$');});a107a();function a107d(a,b){const c=a107c();return a107d=function(d,e){d=d-0x83;let f=c[d];return f;},a107d(a,b);}import a107e from'semver';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a107c(){const l=['5.1.22','364gaTTHw','compareMakaToLatest','exit','16857ihpkQU','366991jGiVUK','create','1929879aukvci','version','majestic','----------------------System----------------------------','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','2363394Yeyaig','fsi','\x0a\x20To\x20get\x20the\x20mongo\x20version\x20in\x20use\x20by\x20meteor:\x0a\x201)\x20Run\x20the\x20project,\x20\x22maka\x20run\x22\x0a\x202)\x20In\x20a\x20new\x20terminal\x20open\x20the\x20mongo\x20shell,\x20\x22maka\x20mongo\x22','mpi','notice','bright','replace','283272AylOey','valid','verbose','Maka\x20','error','Project\x27s\x20Meteor\x20Version\x20','maka\x20version','search','maka\x20v','An\x20error\x20occurred\x20while\x20processing\x20the\x20Meteor\x20version:\x20','constructor','toString','warn','1978158EKdpWr','isMakaProject','8KDuhij','609405vtAMsA','getGlobalMeteorVersion'];a107c=function(){return l;};return a107c();}const pjson={'version':a107j(0x8a)},Version=Command[a107j(0x90)]({'name':a107j(0x92),'aliases':['v'],'usage':a107j(0xa3),'maxArgLength':0x1,'validOpts':[a107j(0x9f)],'shortDesc':a107j(0x95),'examples':[a107j(0xa5),a107j(0xa3)],'description':'\x0a\x20\x20***\x20VERBOSE\x20FLAG\x20DISABLED\x20DUE\x20TO\x20METEOR\x20CHECK\x20ON\x20VERSION\x20<\x203.0\x20***\x0a\x20\x20When\x20using\x20the\x20--verbose\x20flag,\x20maka\x20will\x20also\x20check\x20the\x20version\x20of\x20the\x20system\x27s\x20meteor\x20and\x20node\x20versions\x0a\x20\x20along\x20with\x20the\x20project\x27s\x20meteor\x20and\x20node\x20versions.\x20If\x20the\x20system\x27s\x20meteor\x20version\x20is\x20greater\x20than\x20the\x0a\x20\x20project\x27s\x20meteor\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20meteor\x20version.\x20If\x20the\x20system\x27s\x20node\x0a\x20\x20version\x20is\x20greater\x20than\x20the\x20project\x27s\x20node\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20node\x20version.\x0a\x20\x20'},async function(a,b){const k=a107j;try{Log[k(0x93)](k(0xa0)+pjson[k(0x92)]),await this['fsi'][k(0x8c)]();if(b[k(0x9f)]){await this[k(0x97)][k(0x8c)](),Log[k(0x9b)](k(0x94));const c=await this[k(0x99)][k(0x89)]();Log['bright'](('System\x27s\x20Meteor\x20Version\x20'+c)[k(0x9c)]('\x0a',''));if(this['fsi'][k(0x86)]()){Log[k(0x9b)]('----------------------Project----------------------------');const d=this[k(0x97)]['getProjectMeteorVersion']();try{!a107e[k(0x9e)](d)?Log[k(0x84)](k(0xa2)+d[k(0x9c)]('\x0a','')):Log[k(0x9a)]('Project\x27s\x20Meteor\x20Version\x20'+d[k(0x9c)]('\x0a',''));}catch(f){Log['error'](k(0xa6)+f),Log['error']('This\x20often\x20happens\x20when\x20Meteor\x20doesn\x27t\x20use\x20SemVer');}Log[k(0x9b)](k(0x98));}}}catch(g){console[k(0xa1)](g),process[k(0x8d)](0x0);}});export default Version;
|
package/bundle/obf/src/error.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a108d,c=a();while(!![]){try{var d=-parseInt(f(0xa3))/0x1+parseInt(f(0x99))/0x2*(-parseInt(f(0xa4))/0x3)+parseInt(f(0x9e))/0x4+parseInt(f(0x97))/0x5*(parseInt(f(0x9b))/0x6)+-parseInt(f(0xa1))/0x7*(-parseInt(f(0xa6))/0x8)+parseInt(f(0xa2))/0x9*(-parseInt(f(0x9d))/0xa)+-parseInt(f(0x98))/0xb*(-parseInt(f(0x96))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a108c,0xd374d));function a108c(){var i=['search','(((.+)+)+)+$','2335186VknVhH','14384295tocoOU','1714735WNvEee','18BcckmY','apply','16jVzYvl','228uyBZrN','35BIeDPv','1177429ZRrref','542022uDxYDa','constructor','1456608YiGfNU','toString','10WaRkpr','5619472HBeVsT'];a108c=function(){return i;};return a108c();}var a108b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a108d;if(c){var e=c[g(0xa5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a108a=a108b(this,function(){var h=a108d;return a108a[h(0x9c)]()[h(0x9f)]('(((.+)+)+)+$')[h(0x9c)]()[h(0x9a)](a108a)[h(0x9f)](h(0xa0));});a108a();export class UsageError{}function a108d(a,b){var c=a108c();return a108d=function(d,e){d=d-0x96;var f=c[d];return f;},a108d(a,b);}export class UsageErrorWithSubs{}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}export class MustBeLoggedIn{}
|
package/bundle/obf/src/exec.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
const a109k=a109d;(function(a,b){const h=a109d,c=a();while(!![]){try{const d=-parseInt(h(0x16c))/0x1*(parseInt(h(0x16d))/0x2)+-parseInt(h(0x174))/0x3+parseInt(h(0x16e))/0x4*(parseInt(h(0x175))/0x5)+parseInt(h(0x17c))/0x6*(parseInt(h(0x179))/0x7)+-parseInt(h(0x16b))/0x8*(-parseInt(h(0x16f))/0x9)+parseInt(h(0x176))/0xa+-parseInt(h(0x16a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a109c,0xa28d9));const a109b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a109d;if(c){const e=c[i(0x177)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a109a=a109b(this,function(){const j=a109d;return a109a['toString']()['search']('(((.+)+)+)+$')[j(0x178)]()[j(0x17d)](a109a)[j(0x17a)](j(0x181));});a109a();import a109e from'path';function a109d(a,b){const c=a109c();return a109d=function(d,e){d=d-0x16a;let f=c[d];return f;},a109d(a,b);}import a109f from'os';import a109g from'fs';const homeDir=a109f['homedir'](),GLOBAL_CONFIG=a109k(0x17f),pathToGlobalMakaConfig=a109e[a109k(0x172)](homeDir,a109k(0x17e),a109k(0x173),GLOBAL_CONFIG);if(!a109g[a109k(0x170)](pathToGlobalMakaConfig)){const jsonData=JSON['stringify']({},null,0x2);a109g['writeFileSync'](pathToGlobalMakaConfig,jsonData);}process[a109k(0x171)][a109k(0x180)]=a109k(0x17b);import'./maka.js';function a109c(){const l=['search','--experimental-modules\x20--no-warnings\x20--experimental-json-modules','417378ihThwe','constructor','.meteor','global-config.json','NODE_OPTIONS','(((.+)+)+)+$','20463014JoLnHr','6293624VYOLOM','51zJAOfT','27458JXrwFr','2568DpcbmT','9wsjdhv','existsSync','env','join','.maka','2821065UcHzta','9355PSHbJU','12744210oxkqbt','apply','toString','91zMLPcT'];a109c=function(){return l;};return a109c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a110v=a110d;(function(a,b){const r=a110d,c=a();while(!![]){try{const d=parseInt(r(0x157))/0x1*(-parseInt(r(0x197))/0x2)+parseInt(r(0x14d))/0x3*(-parseInt(r(0x1a0))/0x4)+-parseInt(r(0x156))/0x5*(parseInt(r(0x153))/0x6)+parseInt(r(0x168))/0x7+-parseInt(r(0x1ae))/0x8*(-parseInt(r(0x19e))/0x9)+-parseInt(r(0x178))/0xa*(parseInt(r(0x1d4))/0xb)+parseInt(r(0x17d))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a110c,0x52d8b));function a110c(){const N=['pathFromProject','66OtUrbn','findProjectDirectory','call','localeCompare','generatorName','minArgLength','validateParams','dir','9ZIbIpo','exit','apply','minOptsLength','match','number','6TRPniY','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','keys','1446985riqnDt','5cSBgwZ','DARK','reverse','Both','size','details','maxOptsLength','readFileSync','cfg','maxArgLength','resourceName','readHistory','light','Generator\x20requires\x20a\x20name','Too\x20many\x20options','_handler','addGenerator','2408707CaOJnW','validateMakaProject','setColorMode','Too\x20many\x20arguments','replace','.maka','stringify','There\x20is\x20no\x20Meteor\x20application\x20here','\x20generator.\x20Skipping\x20undo.','processAndRunGenerator','create','cwd','length','server','_historyFilePath','usage','709500rFyPya','writeFileSync','transactionId','history.json','pallet','14840172yvJuyF','Please\x20run\x20\x22maka\x20install\x20meteor\x22','split','select','You\x20must\x20be\x20in\x20a\x20maka\x20project\x20to\x20run\x20this\x20generator','find','lib','Generator\x20requires\x20a\x20handler\x20function','search','findGeneratorByName','(experimental)\x20','getMakaProjectConfig','Generator.create\x20requires\x20a\x20handler\x20function!','projectConfig','getHistoryFileSize','statSync','Location','aliases','both','params','_generators','Too\x20few\x20options','parse','fullNameChain','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','help','243454ZqgEgs','_undoHandler','success','forEach','existsSync','join','name','4572hEdVkK','(((.+)+)+)+$','56228vmNwGB','\x20not\x20found','opts','where','shortDesc','Generator.create\x20requires\x20some\x20options!','requiredEngines','No\x20resource\x20name\x20specified','addToHistory','Generator\x20','validateEngines','includes','notice','config','1960ZwVPEL','client','Name','invoke','handleGenerateError','Generator\x20format\x20is\x20incorrect','utf-8','map','colLocAnswer','Nothing\x20to\x20undo.','undo','appPathPrefix','options','resourceNameRequired','error','function','deepen','fsi','bind','warn','chdir','push','experimental','shift','Server','from','toString','sort','checkWhere','writeHistory','listGenerators','tableList','assign','LIGHT','pop','slice','--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27'];a110c=function(){return N;};return a110c();}const a110b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a110d;if(c){const e=c[s(0x14f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a110a=a110b(this,function(){const t=a110d;return a110a[t(0x1c8)]()[t(0x185)](t(0x19f))[t(0x1c8)]()['constructor'](a110a)[t(0x185)](t(0x19f));});a110a();import a110e from'path';import a110f from'fs';import a110g from'cli-table';import{v4 as a110h}from'uuid';import{kebabCase}from'change-case';import a110i from'./generators/maka.gen.js';import{Log,ColorMode}from'./tools/log/log.class.js';import{Tool}from'./tool.js';import{Actions}from'./tools/actions/actions.class.js';import{UsageError,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError,UsageErrorWithSubs}from'./error.js';let _prevGen='';const MAX_HISTORY_SIZE=0x64*0x400,TRANSACTION_ID=a110h();async function inside(a='.',b){const u=a110d,c=process[u(0x173)]();try{return process[u(0x1c2)](a),await b();}finally{process[u(0x1c2)](c);}}function a110d(a,b){const c=a110c();return a110d=function(d,e){d=d-0x146;let f=c[d];return f;},a110d(a,b);}export class Generator extends Tool{[a110v(0x1ba)];[a110v(0x194)];['projectConfig'];['_generators'];[a110v(0x176)];['_undoHandler'];['_genTransactionId'];[a110v(0x166)];constructor(a,b,c){const w=a110v;super();if(!a)throw new Error(w(0x195));if(!a[w(0x19d)])throw new Error(w(0x164));if(typeof b!=='function')throw new Error(w(0x184));this[w(0x191)]=[];a[w(0x1bb)]===undefined&&(a[w(0x1bb)]=!![]);this[w(0x1ba)]=Object[w(0x1ce)]({},a),this['name']=this[w(0x1ba)][w(0x19d)],this[w(0x166)]=b[w(0x1c0)](this);try{this[w(0x176)]=this[w(0x1bf)][w(0x1d3)]({'pathParts':[w(0x16d),w(0x17b)]})||a110e['join']('.',w(0x16d),w(0x17b));}catch(d){Log[w(0x1bc)](d);}c&&(this[w(0x198)]=c[w(0x1c0)](this));}[a110v(0x18b)](){const x=a110v;if(a110f[x(0x19b)](this[x(0x176)])){const a=a110f[x(0x18c)](this[x(0x176)]);return a[x(0x15b)];}return 0x0;}[a110v(0x162)](){const y=a110v;if(!a110f['existsSync'](this[y(0x176)]))return[];return JSON[y(0x193)](a110f[y(0x15e)](this[y(0x176)],y(0x1b4)));}[a110v(0x1cb)](a){const z=a110v;this[z(0x176)]&&!a110f[z(0x19b)](this[z(0x176)])&&a110f[z(0x179)](this[z(0x176)],JSON[z(0x16e)]([])),a110f[z(0x179)](this[z(0x176)],JSON[z(0x16e)](a,null,0x2));}[a110v(0x1a8)](a){const A=a110v;try{a?.[A(0x190)]?.[A(0x1a2)]['config']&&delete a['params'][A(0x1a2)][A(0x1ad)];const b=this['readHistory'](),c={'generatorName':this[A(0x194)],'transactionId':TRANSACTION_ID,'details':a};b[A(0x1c3)](c);const d=Buffer[A(0x1c7)](JSON[A(0x16e)](b))[A(0x174)];while(d>MAX_HISTORY_SIZE&&b['length']>0x0){b[A(0x1c5)]();}this[A(0x1cb)](b);}catch(f){Log[A(0x1bc)](f);}}async[a110v(0x1b8)](){const B=a110v,a=this[B(0x162)]();if(a[B(0x174)]===0x0){Log[B(0x1c1)](B(0x1b7));return;}const b=a[B(0x1d0)](),c=b[B(0x17a)],d=a['filter'](e=>e[B(0x17a)]===c);d[B(0x1c3)](b),d[B(0x159)]();for(const e of d){const f=this['findGeneratorByName'](e[B(0x149)]);if(!f){Log[B(0x1bc)]('Generator\x20'+e[B(0x149)]+'\x20not\x20found.\x20Cannot\x20undo.');continue;}if(f[B(0x198)]){}else Log['warn']('No\x20undo\x20handler\x20defined\x20for\x20'+e[B(0x149)]+B(0x170));}this[B(0x1cb)](a['filter'](g=>g[B(0x17a)]!==c));}static[a110v(0x172)](a,b,c,d){const C=a110v;if(!a)throw new Error(C(0x1a5));if(typeof b!==C(0x1bd))throw new Error(C(0x189));const e=new Generator(a,b,c);d=d||a110i;const f=d?d['fullNameChain']:'';return e[C(0x194)]=f?f+':'+a[C(0x19d)]:a['name'],Object['assign'](e,{'parent':d?.[C(0x1ba)]?.[C(0x19d)]}),d[C(0x167)](e),e;}[a110v(0x167)](a){const D=a110v;if(!(a instanceof Generator))throw new Error('addGenerator\x20requires\x20a\x20Generator\x20instance');this[D(0x191)][D(0x1c3)](a);}async[a110v(0x171)](a,b=[],c={}){const E=a110v;let d;try{const f=a?.['split'](':');if(!f||f['length']===0x0)throw E(0x1b3);let g=this[E(0x191)],h;for(const i of f){h=g[E(0x182)](j=>j[E(0x151)](i));if(!h)throw E(0x1a9)+i+E(0x1a1);g=h[E(0x191)];}if(h)d=await h[E(0x1b1)](b,c);else throw'Generator\x20not\x20found';}catch(j){Log[E(0x1bc)](j);}return d;}[a110v(0x186)](a){const F=a110v,b=a?.['split'](':');if(!b||b['length']===0x0)return Log['error'](F(0x1b3)),null;let c=this[F(0x191)],d;for(const e of b){d=c[F(0x182)](f=>f[F(0x151)](e));if(!d)return Log[F(0x1bc)](F(0x1a9)+e+F(0x1a1)),null;c=d['_generators'];}return d||null;}async['invoke'](a,b){const G=a110v,c=a[G(0x1d1)]();b[G(0x161)]=c[0x0];const {config:d}=b;try{const f=await this['cfg']['getGlobalConfig'](),g=f[G(0x17c)]===G(0x163)?ColorMode[G(0x1cf)]:ColorMode[G(0x158)];Log[G(0x16a)](g);const h=a[0x0]===_prevGen||a[G(0x174)]===0x0&&this[G(0x191)][G(0x174)]>=0x0,i=b[G(0x196)]||b['h'];if(h&&i){if(this[G(0x191)][G(0x174)]>0x0)throw new UsageErrorWithSubs();throw new UsageError();}if(!i){if(this[G(0x1ba)]['mustBeInMakaProject']){if(!d){const j=this[G(0x169)]();if(!j)throw new MustBeInProjectError();this[G(0x18a)]=this[G(0x15f)][G(0x188)]();}else this['projectConfig']=d;}if(this['options']['mustHaveMeteorInstalled']){const k=this['validateMeteorInstall']();if(!k)throw new NoMeteorFoundError();}if(typeof this[G(0x1ba)][G(0x14a)]===G(0x152)){if(a[G(0x174)]<this[G(0x1ba)][G(0x14a)]){Log[G(0x1bc)]('Too\x20few\x20arguments');throw new UsageError();}}if(typeof this[G(0x1ba)][G(0x160)]===G(0x152)){if(a[G(0x174)]>this['options']['maxArgLength']){Log['error'](G(0x16b));throw new UsageError();}}if(typeof this['options'][G(0x150)]===G(0x152)){if(Object[G(0x155)](b)[G(0x174)]<this['options'][G(0x150)]){Log['error'](G(0x192));throw new UsageError();}}if(typeof this['options'][G(0x15d)]===G(0x152)){if(Object[G(0x155)](b)[G(0x174)]>=this['options'][G(0x15d)]){Log[G(0x1bc)](G(0x165));throw new UsageError();}}}this['options'][G(0x1a6)]&&this[G(0x1aa)](this['options'][G(0x1a6)]);await this[G(0x14b)](a,b,this[G(0x1ba)]);if(!b[G(0x161)]&&this[G(0x1ba)][G(0x1bb)]){Log['error'](G(0x1a7));throw new UsageError();}_prevGen=a[0x0];}catch(l){this[G(0x1b2)](l),process[G(0x14e)](0x1);}return await inside(b[G(0x173)],async()=>{const H=G;try{if(!b['root']&&!this['fsi'][H(0x146)]())throw new MustBeInProjectError();const m=b[H(0x161)]?.[H(0x16c)](/\\/g,'/')[H(0x17f)]('/');!b['dir']&&(m?.[H(0x174)]>0x1?(b[H(0x161)]=m[H(0x1d0)](),c[0x0]=b[H(0x161)],b[H(0x14c)]=m[H(0x1b5)](o=>{return kebabCase(o);})[H(0x19c)](a110e['sep'])):b[H(0x14c)]='');if(this[H(0x1ba)][H(0x1ca)]){if(!b['where']){const p=await Actions[H(0x180)]({'message':H(0x18d),'name':H(0x1b6),'choices':[{'name':'Client','value':H(0x1af)},{'name':H(0x1c6),'value':'server'},{'name':H(0x15a),'value':H(0x18f)}]});b['where']=p;}const o=['both',H(0x1af),'server'];if(!o[H(0x1ab)](b['where'])){Log[H(0x1bc)](H(0x1d2));throw new UsageError();}switch(b[H(0x1a3)]){case H(0x18f):b[H(0x1b9)]=H(0x183);break;case H(0x175):b['appPathPrefix']=H(0x175);break;case H(0x1af):b[H(0x1b9)]=H(0x1af);break;default:b[H(0x1b9)]='';}}const n=await this['_handler'][H(0x147)](this,c,b);return n&&this[H(0x1a8)]({'params':{'args':c,'opts':this[H(0x1bf)][H(0x1be)](b)},'success':n?.[H(0x199)],'message':n?.['message'],'details':n?.[H(0x15c)]}),n;}catch(q){this['handleGenerateError'](q);}});}[a110v(0x1cc)](){const I=a110v;this[I(0x1cd)](this[I(0x191)]);}[a110v(0x1b2)](a){const J=a110v,{usage:usage='',description:description='',examples:examples=[],shortDesc:b,requiredOpts:requiredOpts=[],validOpts:c,experimental:d}=this['options'];Log[J(0x177)](description,examples,usage,b,requiredOpts,c,d);if(a instanceof UsageErrorWithSubs)Log[J(0x1ac)]('Generators:'),this[J(0x1cd)](this['_generators']);else{if(a instanceof MustBeInProjectError)Log[J(0x1bc)](J(0x181));else{if(a instanceof NoMeteorFoundError)Log[J(0x1bc)](J(0x154)),Log[J(0x1ac)](J(0x17e));else a instanceof NoMeteorAppFoundError&&Log[J(0x1bc)](J(0x16f));}}}[a110v(0x1cd)](a){const K=a110v,b=new a110g({});b['push']([K(0x1b0),'Alias','Description']),a[K(0x1c9)]((c,d)=>{const L=K;return c[L(0x19d)][L(0x148)](d[L(0x19d)]);})[K(0x19a)](c=>{const M=K,d=c[M(0x1c4)](),e=d?M(0x187)+c['shortDesc']():c[M(0x1a4)]();b[M(0x1c3)]([c[M(0x19d)],c[M(0x18e)](),e]);}),Log['bright'](b[K(0x1c8)]());}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a111d(a,b){var c=a111c();return a111d=function(d,e){d=d-0xfd;var f=c[d];return f;},a111d(a,b);}(function(a,b){var f=a111d,c=a();while(!![]){try{var d=parseInt(f(0x10a))/0x1*(parseInt(f(0x109))/0x2)+-parseInt(f(0xfe))/0x3*(-parseInt(f(0x105))/0x4)+parseInt(f(0x106))/0x5*(parseInt(f(0x101))/0x6)+parseInt(f(0x103))/0x7+parseInt(f(0x100))/0x8*(-parseInt(f(0x108))/0x9)+parseInt(f(0xfd))/0xa*(-parseInt(f(0xff))/0xb)+-parseInt(f(0x107))/0xc*(parseInt(f(0x102))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a111c,0xede59));var a111b=(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;};}()),a111a=a111b(this,function(){var g=a111d;return a111a['toString']()['search'](g(0x104))['toString']()['constructor'](a111a)['search'](g(0x104));});a111a();import'./services/_index.js';import'./api.js';import'./collection.js';import'./component.js';import'./config.js';import'./dbc.js';import'./hook.js';import'./kits/_index.js';import'./layout.js';function a111c(){var h=['438cKGKnr','2411eRNQAL','1870xaOPEo','6DEgNSL','55726DGTYFG','8mTGHmv','6161838iaaiZX','13vnEvEO','12163242gQTocK','(((.+)+)+)+$','1643640bZXlhZ','5pAuZWu','8155464KTswlF','13617171kbMmJE'];a111c=function(){return h;};return a111c();}import'./methods.js';import'./package.js';import'./publish.js';import'./route.js';import'./page.js';import'./maka.gen.js';import'./dockerfile.js';import'./maka.gen.js';import'./aws/_index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a112c(){const C=['normalize','8DdKHIU','api/resolvers.js','apiAnswers','import\x20\x27/imports/api/apollo-gateway.','-api\x27;','ask','\x27)\x20},','\x27,\x20url:\x20Meteor.absoluteUrl(\x27graphql/','Do\x20you\x20want\x20to\x20enable\x20Apollo\x20Gateway?\x20(recommended)','withRest','ddp-rate-limiter','engines','/imports/api/apollo-gateway.','REST\x20API','server','checkNpmPackage','api/api.js','{\x20name:\x20\x27','fsi','graphql','-rpc-methods.','engines.api','exit','711783UlSLOk','imports','apply','findAppDirectory','@apollo/server','checkMeteorPackage','info','setProjectConfig','injectAtEndOfFile','API\x20boundaries\x20to\x20create','scaffold','Apollo\x20Gateway\x20is\x20a\x20way\x20to\x20combine\x20multiple\x20GraphQL\x20APIs\x20into\x20a\x20single\x20API.\x20It\x20is\x20a\x20way\x20to\x20federate\x20multiple\x20GraphQL\x20APIs.','2434824DeSLAf','api/apollo-gateway.js','api','api/register-api.js','453006LAEGws','6UlRzny','119576etdCVN','startup','pkg','express-rate-limit','subgraphs:\x20[','mdg:validated-method','pathFromApp','tsx','GraphQL','projectConfig','error','Scaffolding\x20for\x20an\x20API\x20boundary\x20(i.e.\x20Todos).','confirm','API\x20Version?\x20[v1]','-graphql-api.','includes','maka:rest','template','test','length','12979070fMNQsN','resourceName','withMethods','create','api/graphql-api.js','apollo','constructor','search','withGql','isFile','1355756VBPqCL','graphql-tag','toString','(((.+)+)+)+$','express','api/typeDefs.js','index.','typeDefs.','injectIntoFile','207297riCNCd','5uhiidA','push','@apollo/subgraph','rest'];a112c=function(){return C;};return a112c();}const a112A=a112d;function a112d(a,b){const c=a112c();return a112d=function(d,e){d=d-0x1e4;let f=c[d];return f;},a112d(a,b);}(function(a,b){const x=a112d,c=a();while(!![]){try{const d=parseInt(x(0x1ef))/0x1*(-parseInt(x(0x1ee))/0x2)+-parseInt(x(0x216))/0x3+-parseInt(x(0x20d))/0x4+parseInt(x(0x217))/0x5*(-parseInt(x(0x1ed))/0x6)+-parseInt(x(0x1e9))/0x7+-parseInt(x(0x21c))/0x8*(-parseInt(x(0x233))/0x9)+parseInt(x(0x203))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a112c,0x2da0f));const a112b=(function(){let a=!![];return function(b,c){const d=a?function(){const y=a112d;if(c){const e=c[y(0x235)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a112a=a112b(this,function(){const z=a112d;return a112a[z(0x20f)]()[z(0x20a)](z(0x210))['toString']()[z(0x209)](a112a)[z(0x20a)]('(((.+)+)+)+$');});a112a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import a112e from'path';import{camelCase,kebabCase,pascalCase}from'change-case';Generator[a112A(0x206)]({'name':a112A(0x1eb),'aliases':['a'],'usage':'maka\x20{generate,\x20g}:{api}\x20<resource-name>','shortDesc':a112A(0x1fa),'validOpts':['dir'],'examples':['maka\x20g:api\x20Todos'],'mustBeInMakaProject':!![],'description':'\x0a\x20\x20Scaffolding\x20for\x20an\x20API\x20boundary\x20(i.e.\x20Todos).\x0a\x0a\x20\x20The\x20API\x20generator\x20will\x20create\x20publications,\x20methods,\x20fixtures,\x20and\x20tests\x0a\x20\x20for\x20the\x20given\x20resource\x20name.\x0a\x0a\x20\x20The\x20API\x20generator\x20will\x20ask\x20which\x20boundaries\x20to\x20create.\x20The\x20choices\x20are:\x0a\x20\x20\x20\x20-\x20RPC\x20(Methods)\x0a\x20\x20\x20\x20-\x20REST\x20API\x0a\x20\x20\x20\x20-\x20GraphQL\x0a\x0a\x20\x20'},async function(a,b){const B=a112A;try{const {scaffold:c}=this,d=this[B(0x1f8)],f=[{'name':'RPC\x20(Methods)','value':B(0x205)}];f[B(0x218)]({'name':B(0x229),'value':B(0x225)}),f[B(0x218)]({'name':B(0x1f7),'value':B(0x20b)});const g={'message':B(0x1e6),'name':B(0x21e),'choices':f},h=await Actions[B(0x221)](B(0x1fc))||'v1',i=await Actions['checkbox'](g);i[B(0x202)]===0x0&&(Log[B(0x1f9)]('No\x20API\x20boundaries\x20selected'),process[B(0x232)](0x1));let j='js';d[B(0x227)]['js']===B(0x1f6)&&(j='ts');const k=this[B(0x22e)][B(0x236)](),l=k+a112e[B(0x21b)](B(0x228)+j),m=this['fsi'][B(0x20c)](l);!m&&d[B(0x227)]['graphql']===B(0x208)&&Log[B(0x239)](B(0x1e8));const n=b[B(0x204)],o=kebabCase(n),p=b['dir']?'/'+b['dir']+'/':'/',q={'name':pascalCase(n),'apiVersion':h,'fileName':o,'camelCase':camelCase(n),'optsDir':p,'api':d[B(0x227)][B(0x1eb)],'graphql':d[B(0x227)][B(0x22f)],'test':d['engines'][B(0x201)],'noRename':!![],'withMethods':i[B(0x1fe)]('withMethods'),'withRest':i['includes'](B(0x225)),'withGql':i[B(0x1fe)](B(0x20b))};let r=![];q[B(0x20b)]&&(r=m?![]:await Actions[B(0x1fb)](B(0x224)));q[B(0x225)]&&(this['cfg'][B(0x1e4)](B(0x231),B(0x21a)),await this[B(0x1f1)][B(0x238)]([B(0x1ff)],{'shouldInstall':!![]}),await this[B(0x1e7)][B(0x200)]({'srcPath':B(0x22c),'destPath':this[B(0x1e7)][B(0x1f5)]({'pathParts':[B(0x234),B(0x1eb),h,p,o,o+'-'+h+'-rest-api.'+j]}),'context':q,'config':d}));q[B(0x205)]&&(await this[B(0x1f1)]['checkMeteorPackage']([B(0x226),B(0x1f4)],{'shouldInstall':!![]}),await this['scaffold']['template']({'srcPath':'api/methods.js','destPath':this[B(0x1e7)]['pathFromApp']({'pathParts':[B(0x234),'api',h,p,o,o+'-'+h+B(0x230)+j]}),'context':q,'config':d}));if(q[B(0x20b)]){await this['pkg'][B(0x22b)]([B(0x211),B(0x237),B(0x219),B(0x20e),B(0x1f2),B(0x22f)],{'shouldInstall':!![]}),await this[B(0x1e7)][B(0x200)]({'srcPath':B(0x207),'destPath':this['scaffold'][B(0x1f5)]({'pathParts':[B(0x234),'api',h,p,o,o+'-'+h+B(0x1fd)+j]}),'context':q,'config':d});const t=this[B(0x1e7)][B(0x1f5)]({'pathParts':[B(0x234),B(0x1eb),h,p,o,B(0x22f),B(0x214)+j]});await this['scaffold'][B(0x200)]({'srcPath':B(0x212),'destPath':t,'context':q,'config':d});const u=this[B(0x1e7)][B(0x1f5)]({'pathParts':[B(0x234),B(0x1eb),h,p,o,B(0x22f),'resolvers.'+j]});await this[B(0x1e7)][B(0x200)]({'srcPath':B(0x21d),'destPath':u,'context':q,'config':d});if(r){await this[B(0x1f1)][B(0x22b)](['@apollo/gateway',B(0x211)],{'shouldInstall':!![]}),await this[B(0x1e7)]['template']({'srcPath':B(0x1ea),'destPath':l,'context':q,'config':d}),await c[B(0x215)]({'filePath':l,'content':B(0x22d)+o+h+B(0x223)+h+'/'+o+B(0x222),'begin':B(0x1f3),'end':']'});const v=this[B(0x1e7)][B(0x1f5)]({'pathParts':['imports',B(0x1f0),B(0x22a),'index.'+d['engines']['js']]});await this['scaffold']['injectAtEndOfFile']({'filePath':v,'content':B(0x21f)+j+'\x27;'});}m&&await c['injectIntoFile']({'filePath':l,'content':B(0x22d)+o+h+'\x27,\x20url:\x20Meteor.absoluteUrl(\x27graphql/'+h+'/'+o+B(0x222),'begin':B(0x1f3),'end':']'});}await this[B(0x1e7)][B(0x200)]({'srcPath':B(0x1ec),'destPath':this[B(0x1e7)][B(0x1f5)]({'pathParts':['imports',B(0x1f0),'server','register-'+o+'-api.'+j]}),'context':q,'config':d,'force':!![]});const s=this['scaffold'][B(0x1f5)]({'pathParts':[B(0x234),B(0x1f0),'server',B(0x213)+d[B(0x227)]['js']]});await this['scaffold'][B(0x1e5)]({'filePath':s,'content':'import\x20\x27./register-'+o+B(0x220)});}catch(w){console['error'](w),process[B(0x232)](0x1);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a113d,c=a();while(!![]){try{var d=-parseInt(f(0x150))/0x1+-parseInt(f(0x151))/0x2+-parseInt(f(0x14a))/0x3+parseInt(f(0x152))/0x4*(-parseInt(f(0x14c))/0x5)+-parseInt(f(0x14f))/0x6+parseInt(f(0x147))/0x7+parseInt(f(0x14d))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a113c,0x4e70e));var a113b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a113d;if(c){var e=c[g(0x14b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a113a=a113b(this,function(){var h=a113d;return a113a[h(0x149)]()[h(0x14e)](h(0x148))['toString']()['constructor'](a113a)[h(0x14e)]('(((.+)+)+)+$');});function a113d(a,b){var c=a113c();return a113d=function(d,e){d=d-0x147;var f=c[d];return f;},a113d(a,b);}a113a();function a113c(){var i=['search','306270qFxfMu','94646jKnLMX','524190mqecJZ','1076cgvqAa','4256903ioneQk','(((.+)+)+)+$','toString','197733lloPHi','apply','330hFCzhs','1636928kJpobA'];a113c=function(){return i;};return a113c();}import'./aws.js';import'./cloudformation/_index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a114c(){const j=['402654CLdxbt','4764630eNQcOR','constructor','maka\x20g:aws','maka\x20{generate,\x20g}:{aws}:<name>','apply','create','426296Brffmb','4361518znpSui','Generate\x20AWS\x20templates','10lRadhV','toString','search','1037941IrQsrO','21756267dnWooZ','20jbJmUY','3DNaKFB','9045328URAcGa'];a114c=function(){return j;};return a114c();}const a114i=a114d;(function(a,b){const f=a114d,c=a();while(!![]){try{const d=-parseInt(f(0x1d6))/0x1+parseInt(f(0x1c9))/0x2*(-parseInt(f(0x1c7))/0x3)+parseInt(f(0x1d0))/0x4*(parseInt(f(0x1c6))/0x5)+parseInt(f(0x1ca))/0x6+-parseInt(f(0x1d1))/0x7+-parseInt(f(0x1c8))/0x8+parseInt(f(0x1d7))/0x9*(parseInt(f(0x1d3))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a114c,0x9d694));const a114b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a114d;if(c){const e=c[g(0x1ce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a114a=a114b(this,function(){const h=a114d;return a114a[h(0x1d4)]()[h(0x1d5)]('(((.+)+)+)+$')[h(0x1d4)]()[h(0x1cb)](a114a)[h(0x1d5)]('(((.+)+)+)+$');});a114a();function a114d(a,b){const c=a114c();return a114d=function(d,e){d=d-0x1c6;let f=c[d];return f;},a114d(a,b);}import{Generator}from'../../generator.js';const AWSGen=Generator[a114i(0x1cf)]({'name':'aws','usage':a114i(0x1cd),'shortDesc':a114i(0x1d2),'minArgLength':0x1,'isPro':![],'validOpts':[],'resourceNameRequired':![],'examples':[a114i(0x1cc)],'experimental':!![]},async function(){});export default AWSGen;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a115d(a,b){var c=a115c();return a115d=function(d,e){d=d-0x1d6;var f=c[d];return f;},a115d(a,b);}(function(a,b){var f=a115d,c=a();while(!![]){try{var d=-parseInt(f(0x1dc))/0x1*(parseInt(f(0x1da))/0x2)+parseInt(f(0x1df))/0x3+parseInt(f(0x1d6))/0x4+parseInt(f(0x1de))/0x5*(parseInt(f(0x1d7))/0x6)+parseInt(f(0x1e0))/0x7*(parseInt(f(0x1e3))/0x8)+parseInt(f(0x1e2))/0x9+-parseInt(f(0x1d8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a115c,0x4fae9));var a115b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a115d;if(c){var e=c[g(0x1e1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a115a=a115b(this,function(){var h=a115d;return a115a['toString']()[h(0x1db)]('(((.+)+)+)+$')['toString']()[h(0x1d9)](a115a)['search'](h(0x1dd));});a115a();import'./cloudformation.js';import'./create-ec2-instance.cf.gen.js';function a115c(){var i=['2107305daWlAw','8VwmAwb','1985148eUHiDY','1064442xVUusX','9147120nOFAxS','constructor','2380RCryvX','search','182DaXFSM','(((.+)+)+)+$','5LuZdEJ','621270nJKxfH','2399180UUcERD','apply'];a115c=function(){return i;};return a115c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a116i=a116d;(function(a,b){const f=a116d,c=a();while(!![]){try{const d=-parseInt(f(0x77))/0x1+-parseInt(f(0x7f))/0x2*(-parseInt(f(0x75))/0x3)+parseInt(f(0x7c))/0x4*(parseInt(f(0x73))/0x5)+-parseInt(f(0x72))/0x6+-parseInt(f(0x7d))/0x7+parseInt(f(0x76))/0x8*(-parseInt(f(0x7b))/0x9)+-parseInt(f(0x74))/0xa*(-parseInt(f(0x79))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0xca8a4));const a116b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a116d;if(c){const e=c[g(0x6f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a116a=a116b(this,function(){const h=a116d;return a116a['toString']()[h(0x7a)](h(0x70))[h(0x78)]()[h(0x7e)](a116a)[h(0x7a)](h(0x70));});a116a();import{Generator}from'../../../generator.js';import a116e from'../aws.js';function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0x6f;let f=c[d];return f;},a116d(a,b);}const CFGen=Generator[a116i(0x81)]({'name':'cloudformation','aliases':['cf'],'usage':a116i(0x71),'shortDesc':a116i(0x80),'resourceNameRequired':![],'validOpts':[''],'isPro':![],'examples':['maka\x20g:aws:cf'],'experimental':!![]},async function(){},async function(){},a116e);export default CFGen;function a116c(){const j=['468738SNuvXx','25gZblez','186440GPgYlz','3rLOuQN','8384840wKUqJA','231063STbFdj','toString','418hsmoJI','search','9ZbtWBH','499396muDUlc','315217wvZosk','constructor','1798418dJpMfr','AWS\x20Cloudformation\x20templates','create','apply','(((.+)+)+)+$','maka\x20{generate,\x20g}:{aws}:{cloudformation,\x20cf}'];a116c=function(){return j;};return a116c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a117r=a117d;(function(a,b){const o=a117d,c=a();while(!![]){try{const d=-parseInt(o(0x144))/0x1*(parseInt(o(0x136))/0x2)+parseInt(o(0x139))/0x3+-parseInt(o(0x138))/0x4*(parseInt(o(0x126))/0x5)+-parseInt(o(0x143))/0x6+parseInt(o(0x13f))/0x7+parseInt(o(0x12e))/0x8+parseInt(o(0x135))/0x9*(parseInt(o(0x13a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0xbfee4));const a117b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a117d;if(c){const e=c[p(0x130)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a117a=a117b(this,function(){const q=a117d;return a117a[q(0x12c)]()['search'](q(0x142))[q(0x12c)]()[q(0x140)](a117a)['search'](q(0x142));});a117a();import a117e from'path';import{Actions}from'../../../tools/actions/actions.class.js';import{capitalCase}from'change-case';function a117c(){const t=['notice','6059432raBBda','success','apply','No\x20instance\x20has\x20been\x20created.','ec2describeKeys','ami-055744c75048d8296','template','18mMsnQX','1977262yeAtHS','maka\x20g:aws:cf:cec2i','1092856qpWrfP','3780444dQKyjZ','980180KxxtbM','create-ec2-instance','You\x20must\x20have\x20a\x20key-pair.\x20\x20Please\x20run\x20\x22maka\x20aws\x20create-key-pair\x20--env\x20<env-name>\x22\x20to\x20generate\x20a\x20new\x20key','join','cloudformation/create-ec2-instance.template','6480341rrYZKy','constructor','maka\x20{generate,\x20g}:{aws}:{cloudformation,\x20cf}:cec2i','(((.+)+)+)+$','6548298jkKTpl','1aczTfA','Please\x20choose\x20a\x20key\x20to\x20use:\x20','appName','5trtjZr','aws','error','create-ec2-instance.template','chooseSecurityGroup','exit','toString'];a117c=function(){return t;};return a117c();}import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0x126;let f=c[d];return f;},a117d(a,b);}import a117f from'./cloudformation.js';const CEC2Gen=Generator['create']({'name':a117r(0x13b),'aliases':['cec2i'],'usage':a117r(0x141),'resourceNameRequired':![],'shortDesc':'AWS\x20Cloudformation\x20template\x20for\x20creating\x20an\x20EC2\x20instance','mustBeInMakaProject':!![],'validOpts':[''],'isPro':![],'examples':[a117r(0x137)],'experimental':!![]},async function(){const s=a117r,{aws:a,fsi:b,scaffold:c,projectConfig:d}=this;try{const f=b['findProjectDirectory'](),g=a117e[s(0x13d)](f,'cloudformation'),h=await a[s(0x132)](),i=await Actions['ask'](s(0x145))||'-1';if(parseInt(i)<0x0){Log['error'](s(0x13c)),Log[s(0x12d)](s(0x131));return;}let j='';if(h)for(const m of h){if(parseInt(i)===m['id']){j=m['name'],Log[s(0x12f)]('Setting\x20the\x20key-pair\x20to:\x20'+j);break;}}const k=await a[s(0x12a)](),l={'amiId':s(0x133),'keyPair':j,'sgId':k,'instanceName':capitalCase(d[s(0x146)])['replaceAll']('-','\x20')};await c[s(0x134)]({'srcPath':s(0x13e),'destPath':a117e[s(0x13d)](g,s(0x129)),'framework':s(0x127),'context':l,'config':d,'ignore':![]});}catch(n){Log[s(0x128)](n),process[s(0x12b)](0x1);}},async function(){},a117f);export default CEC2Gen;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a118n=a118d;function a118d(a,b){const c=a118c();return a118d=function(d,e){d=d-0x1d4;let f=c[d];return f;},a118d(a,b);}(function(a,b){const k=a118d,c=a();while(!![]){try{const d=-parseInt(k(0x1dc))/0x1+-parseInt(k(0x1da))/0x2*(parseInt(k(0x1f9))/0x3)+parseInt(k(0x1de))/0x4*(-parseInt(k(0x1d8))/0x5)+-parseInt(k(0x1d9))/0x6+parseInt(k(0x1ee))/0x7+-parseInt(k(0x1e2))/0x8+parseInt(k(0x1d7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0x2b47c));const a118b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a118d;if(c){const e=c[l(0x1d6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){const m=a118d;return a118a[m(0x1ea)]()['search'](m(0x1f0))[m(0x1ea)]()['constructor'](a118a)[m(0x1d5)](m(0x1f0));});a118a();import{kebabCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a118c(){const p=['search','apply','10694367LMFqBR','350RyLCQH','1562094nayeRp','2xfYTdD','dir','100042IiQOcy','imports','15044ngCLdB','pkg','none','injectAtEndOfFile','1237848VIApSS','import\x20\x27./collections','appPathPrefix','collection/collection.js','startup','scaffold','maka\x20{generate,\x20g}:{collection,\x20col}\x20<name>','create','toString','where','maka\x20g:collection\x20todos','test','661346SHEGbJ','collection/tests.js','(((.+)+)+)+$','\x0a\x20\x20\x20\x20Scaffolding\x20for\x20a\x20Meteor\x20(Mongo)\x20Collection.\x0ahttps://docs.meteor.com/api/collections.html\x0a\x0a\x20\x20\x20\x20Collections\x20are\x20generated\x20in\x20the\x20\x22lib\x22\x20or\x20\x22common\x22\x20directory\x20by\x20default.\x20\x20This\x20location\x20is\x20accessible\x0a\x20\x20\x20\x20to\x20BOTH\x20client\x20and\x20server\x20(--where=both).\x20\x20Other\x20options\x20are\x20\x22--where=server\x22\x20and\x20\x22--where=client\x22\x20which\x0a\x20\x20\x20\x20will\x20setup\x20the\x20collection\x20in\x20their\x20respective\x20locations.\x0a\x20\x20','error','index.','collection','collections','engines','.app-tests.','resourceName','981219ZBcZhQ','col'];a118c=function(){return p;};return a118c();}Generator[a118n(0x1e9)]({'name':a118n(0x1f4),'aliases':[a118n(0x1d4)],'usage':a118n(0x1e8),'checkWhere':!![],'shortDesc':'Scaffolding\x20for\x20a\x20Meteor\x20(Mongo)\x20Collection','validOpts':[a118n(0x1db),a118n(0x1eb)],'mustBeInMakaProject':!![],'description':a118n(0x1f1),'examples':[a118n(0x1ec)]},async function(a,b){const o=a118n;try{const c=this['projectConfig'],d=b[o(0x1db)]?'/'+b['dir']+'/':'/',f=kebabCase(b[o(0x1f8)]),g={'name':pascalCase(b['resourceName']),'collectionName':pascalCase(b['resourceName']),'fileName':f,'where':b[o(0x1eb)],'test':c['engines'][o(0x1ed)],'noRename':!![]};let h='js';c[o(0x1f6)]['js']==='tsx'&&(h='ts');await this[o(0x1df)]['checkMeteorPackage'](['mongo'],{'shouldInstall':!![]}),await this[o(0x1e7)]['template']({'srcPath':o(0x1e5),'destPath':this[o(0x1e7)]['pathFromApp']({'pathParts':[o(0x1dd),o(0x1e6),b[o(0x1e4)],o(0x1f5),d,f+'.'+h]}),'context':g,'config':c});c['engines']['test']!==o(0x1e0)&&await this[o(0x1e7)]['template']({'srcPath':o(0x1ef),'destPath':this[o(0x1e7)]['pathFromApp']({'pathParts':[o(0x1dd),o(0x1e6),b[o(0x1e4)],o(0x1f5),d,f+o(0x1f7)+h]}),'context':g,'config':c});const i=this['scaffold']['pathFromApp']({'pathParts':['imports','startup',b[o(0x1e4)],o(0x1f3)+c[o(0x1f6)]['js']]});await this[o(0x1e7)][o(0x1e1)]({'filePath':i,'content':o(0x1e3)+d+f+'\x27;'});}catch(j){Log[o(0x1f2)](j);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a119n=a119d;function a119c(){const p=['root','template','1888232nQnHUf','toString','create','33906SGKdiv','string','relative','3032360xmCFhw','480347nWrlCO','client','(((.+)+)+)+$','projectConfig','865845xutRug','checkNpmPackage','template/template.css','css','test/test.js','pkg','className','fileName','fsi','/imports/ui/components','.tests.js','comp','.js','Scaffolding\x20for\x20a\x20React\x20Component.\x0ahttps://reactjs.org/docs/react-component.html','cssCaseName','358318mZmbbx','error','3732408wqgiVJ','react','baseDir','scaffold','ssr','dir','constructor','setTemplate','apply','graphql','pathFromApp','cfg','injectAtBeginningOfFile','.css','ramda','component/component.js','search','resourceName','findProjectDirectory','engines','/imports/ui/','test','none'];a119c=function(){return p;};return a119c();}(function(a,b){const k=a119d,c=a();while(!![]){try{const d=parseInt(k(0x91))/0x1+-parseInt(k(0x73))/0x2+parseInt(k(0x99))/0x3+parseInt(k(0x8e))/0x4+-parseInt(k(0x94))/0x5+parseInt(k(0x75))/0x6+-parseInt(k(0x95))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0x894db));const a119b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a119d;if(c){const e=c[l(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a119a=a119b(this,function(){const m=a119d;return a119a[m(0x8f)]()[m(0x85)]('(((.+)+)+)+$')['toString']()[m(0x7b)](a119a)[m(0x85)](m(0x97));});a119a();import a119e from'path';import{camelCase,kebabCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';const aliases=[a119n(0xa4)];function a119d(a,b){const c=a119c();return a119d=function(d,e){d=d-0x71;let f=c[d];return f;},a119d(a,b);}Generator[a119n(0x90)]({'name':'component','aliases':aliases,'usage':'maka\x20{generate,\x20g}:{comp}\x20[path/]<name>','shortDesc':a119n(0x71),'mustBeInMakaProject':!![],'validOpts':[{'name':'baseDir'}],'examples':['maka\x20g:comp\x20todos/todos-item']},async function(a,b){const o=a119n;try{const c=b[o(0x77)]?o(0x89)+b[o(0x77)]:o(0xa2),d=this[o(0x78)][o(0x7f)]({'pathParts':[c,b[o(0x7a)],kebabCase(b[o(0x86)]),kebabCase(b[o(0x86)])]}),f=this[o(0x98)];typeof f[o(0x8d)][o(0x8a)]===o(0x92)&&this['cfg'][o(0x7c)](o(0x8a),f['template'][o(0x8a)]);typeof f['template'][o(0x9c)]==='string'&&this[o(0x80)]['setTemplate'](o(0x9c),f['template'][o(0x9c)]);typeof f[o(0x8d)]['js']===o(0x92)&&this[o(0x80)][o(0x7c)]('js',f['template']['js']);await this[o(0x9e)][o(0x9a)](o(0x83),{'shouldInstall':!b[o(0x8c)]}),await this[o(0x9e)][o(0x9a)](o(0x76),{'shouldInstall':!b['root']});const g={'name':pascalCase(b[o(0x86)]),'myPath':a119e[o(0x93)](this[o(0xa1)][o(0x87)](),d),'cssCaseName':kebabCase(b['resourceName']),'className':pascalCase(b[o(0x86)]),'camelCaseName':camelCase(b[o(0x86)]),'fileName':kebabCase(b[o(0x86)]),'graphql':f[o(0x88)][o(0x7e)],'features':f['features'],'client':f[o(0x88)][o(0x96)],'api':f[o(0x88)]['api'],'ssr':f['engines'][o(0x79)],'test':f[o(0x88)][o(0x8a)],'theme':f[o(0x88)]['theme'],'isLayout':![],'isComponent':!![],'withTranslations':f['features']['withTranslations']};await this[o(0x78)][o(0x8d)]({'srcPath':o(0x84),'destPath':d+o(0xa5),'context':g,'framework':'react','config':f});f['engines'][o(0x8a)]!==o(0x8b)&&await this[o(0x78)][o(0x8d)]({'srcPath':o(0x9d),'destPath':d+o(0xa3),'context':g,'framework':o(0x76),'config':f});f['template']['css']&&(await this['scaffold'][o(0x8d)]({'srcPath':o(0x9b),'destPath':d+o(0x82),'context':Object['assign']({},g,{'className':kebabCase(b[o(0x86)])}),'config':f}),await this[o(0x78)][o(0x81)]({'filePath':d+'.'+f[o(0x88)]['js'],'content':'import\x20\x27./'+g[o(0x72)]+'.'+f['engines'][o(0x9c)]+'\x27;'}));const h=b[o(0x7a)]?'/'+b['dir']+'/':'/',i=''+c+h+g[o(0xa0)]+'/'+g[o(0xa0)];await this['scaffold']['injectTemplateModule'](g[o(0x9f)],f,i);}catch(j){Log[o(0x74)](j);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a120m=a120d;(function(a,b){const j=a120d,c=a();while(!![]){try{const d=parseInt(j(0x126))/0x1*(parseInt(j(0x115))/0x2)+parseInt(j(0x11f))/0x3+-parseInt(j(0x11c))/0x4+parseInt(j(0x12d))/0x5*(-parseInt(j(0x112))/0x6)+-parseInt(j(0x12e))/0x7+parseInt(j(0x119))/0x8*(parseInt(j(0x12c))/0x9)+parseInt(j(0x11d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x25dcc));const a120b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a120d;if(c){const e=c[k(0x12a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){const l=a120d;return a120a[l(0x11a)]()[l(0x110)](l(0x122))[l(0x11a)]()[l(0x116)](a120a)[l(0x110)](l(0x122));});a120a();import{Generator}from'../generator.js';function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x10a;let f=c[d];return f;},a120d(a,b);}import{Log}from'../tools/log/log.class.js';function a120c(){const o=['121830pfeWeo','template','pathFromProject','(((.+)+)+)+$','local','isDocker','resourceName','14xnbhQZ','prod','maka\x20{generate,\x20g}:{config}\x20<name>','config/pm2.config.js','apply','Generate\x20configuration\x20settings.','9TjFzGz','235eTjTmw','1550493ZuVfDb','maka\x20g:config\x20production','ubuntu','production','config/settings.json','create','development','search','process.env','27156bLrpgB','scaffold','config/process.env','41758isjHfc','constructor','config','appName','431888EkXodk','toString','fsi','75992uXEABL','2214010KvMMaj','pm2.config.js'];a120c=function(){return o;};return a120c();}import{camelCase,kebabCase,pascalCase}from'change-case';Generator[a120m(0x10e)]({'name':'config','usage':a120m(0x128),'shortDesc':a120m(0x12b),'validOpts':['isDocker'],'mustBeInMakaProject':!![],'examples':[a120m(0x10a)]},async function(a,b){const n=a120m;try{const c=this['projectConfig'],d={'app':c[n(0x118)],'appFileCase':kebabCase(c['appName']),'name':pascalCase(b[n(0x125)]),'fileName':kebabCase(b[n(0x125)]),'camelCase':camelCase(b[n(0x125)]),'userName':n(0x10b),'isDocker':b[n(0x124)]};let e=b[n(0x125)];if(e==='dev')e=n(0x10f);else e===n(0x127)&&(e=n(0x10c));const f=this[n(0x11b)]['pathFromProject']({'pathParts':[n(0x117),e,'settings.json']});await this['scaffold'][n(0x120)]({'srcPath':n(0x10d),'destPath':f,'context':d,'config':c});if(e!==n(0x123)){const g=this['fsi'][n(0x121)]({'pathParts':['config',e,n(0x11e)]});await this[n(0x113)]['template']({'srcPath':n(0x129),'destPath':g,'context':{'app':c[n(0x118)],'isDocker':b['isDocker']||![]},'config':c});}if(e===n(0x123)){const h=this['fsi'][n(0x121)]({'pathParts':[n(0x117),e,n(0x111)]});await this[n(0x113)][n(0x120)]({'srcPath':n(0x114),'destPath':h,'context':d,'config':c});}}catch(i){Log['error'](i);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a121n=a121d;(function(a,b){const k=a121d,c=a();while(!![]){try{const d=-parseInt(k(0x122))/0x1+-parseInt(k(0x121))/0x2*(-parseInt(k(0x12f))/0x3)+-parseInt(k(0x128))/0x4+-parseInt(k(0x139))/0x5+-parseInt(k(0x12a))/0x6*(-parseInt(k(0x141))/0x7)+parseInt(k(0x135))/0x8+-parseInt(k(0x131))/0x9*(-parseInt(k(0x11b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0x39f19));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a121d;if(c){const e=c[l(0x133)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const m=a121d;return a121a[m(0x12e)]()[m(0x13b)](m(0x11f))['toString']()[m(0x129)](a121a)[m(0x13b)]('(((.+)+)+)+$');});a121a();import{camelCase,kebabCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x115;let f=c[d];return f;},a121d(a,b);}function a121c(){const p=['mssql','register-','checkNpmPackage','server','1344LSvopd','Scaffolding\x20for\x20creating\x20a\x20for\x20a\x20database\x20connection.','engines','config.','dbc','tsx','-dbc.','import\x20\x27./register-','pathFromApp','dbc/config.js','32960Fmhhrh','pkg','maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20{generate,\x20g}:{dbc}\x20<connection-name>','(((.+)+)+)+$','imports','590306CnQNve','193540WkguwL','resourceName','projectConfig','-dbc\x27;','dir','sqlite','866212XYGPsq','constructor','9012GjOxDM','pgsql','maka\x20g:dbc\x20todos\x20--type=sqlite','startup','toString','3cQcvtp','dbc/conn.js','1116cRKzbt','error','apply','injectAtEndOfFile','795368YLPENm','template','type','scaffold','2221160IdljEK','dbc/register-dbc.js','search','index.'];a121c=function(){return p;};return a121c();}Generator['create']({'name':a121n(0x115),'usage':a121n(0x11e),'shortDesc':a121n(0x142),'validOpts':[a121n(0x126)],'mustBeInMakaProject':!![],'requiredOpts':[{'name':a121n(0x137),'values':[a121n(0x12b),a121n(0x13d),a121n(0x127)]}],'examples':[a121n(0x11d),'maka\x20g:dbc\x20azure\x20--type=mssql',a121n(0x12c)]},async function(a,b){const o=a121n;try{const c=this[o(0x124)],d=kebabCase(b['resourceName']),f={'name':pascalCase(b[o(0x123)]),'fileName':kebabCase(b[o(0x123)]),'camelCase':camelCase(b[o(0x123)]),'type':b[o(0x137)],'engine':c[o(0x143)]['js'],'noRename':!![]},g=b[o(0x126)]?'/'+b[o(0x126)]+'/':'/';let h='js';c[o(0x143)]['js']===o(0x116)&&(h='ts');b[o(0x137)]==='pgsql'&&await this[o(0x11c)][o(0x13f)]('pg',{'shouldInstall':!![]});b[o(0x137)]===o(0x13d)&&await this[o(0x11c)]['checkNpmPackage'](o(0x13d),{'shouldInstall':!![]});b['type']===o(0x127)&&await this[o(0x11c)][o(0x13f)]('better-sqlite3',{'shouldInstall':!![]});await this[o(0x138)][o(0x136)]({'srcPath':o(0x11a),'destPath':this[o(0x138)][o(0x119)]({'pathParts':[o(0x120),o(0x12d),'server',o(0x115),g,d,o(0x144)+h]}),'context':f,'config':c}),await this[o(0x138)]['template']({'srcPath':o(0x130),'destPath':this[o(0x138)][o(0x119)]({'pathParts':[o(0x120),o(0x12d),o(0x140),o(0x115),g,d,'conn.'+h]}),'context':f,'config':c}),await this[o(0x138)]['template']({'srcPath':o(0x13a),'destPath':this[o(0x138)][o(0x119)]({'pathParts':[o(0x120),'startup',o(0x140),o(0x13e)+d+o(0x117)+h]}),'context':f,'config':c});const i=this[o(0x138)][o(0x119)]({'pathParts':[o(0x120),o(0x12d),o(0x140),o(0x13c)+c[o(0x143)]['js']]});await this[o(0x138)][o(0x134)]({'filePath':i,'content':o(0x118)+d+o(0x125)});}catch(j){Log[o(0x132)](j);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a122l=a122d;(function(a,b){const i=a122d,c=a();while(!![]){try{const d=parseInt(i(0x12e))/0x1+-parseInt(i(0x12f))/0x2*(-parseInt(i(0x118))/0x3)+-parseInt(i(0x11f))/0x4+-parseInt(i(0x112))/0x5*(-parseInt(i(0x123))/0x6)+parseInt(i(0x131))/0x7*(parseInt(i(0x11a))/0x8)+-parseInt(i(0x11c))/0x9+-parseInt(i(0x11d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0x4e435));const a122b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a122d;if(c){const e=c[j(0x129)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){const k=a122d;return a122a[k(0x116)]()[k(0x11b)](k(0x114))['toString']()[k(0x12b)](a122a)['search'](k(0x114));});a122a();import{Generator}from'../generator.js';function a122c(){const n=['apply','maka\x20{generate,\x20g}:dockerfile','constructor','dockerfile','Generate\x20an\x20updated\x20dockerfile','429968xtVchK','247774uXCQTN','getGlobalConfig','329xtETqG','cert','100XeCxoJ','app','(((.+)+)+)+$','build','toString','template','9PTuoIA','getMakaProjectConfig','26696ImkaQo','search','2651067zawCks','3645190SHxuHU','force','1844964ghuXGf','docker/Dockerfile','cfg','fsi','144726kHUkCs','Dockerfile','app.tar.gz','error','join','isFile'];a122c=function(){return n;};return a122c();}import{Log}from'../tools/log/log.class.js';import a122e from'path';function a122d(a,b){const c=a122c();return a122d=function(d,e){d=d-0x111;let f=c[d];return f;},a122d(a,b);}Generator['create']({'name':a122l(0x12c),'usage':a122l(0x12a),'shortDesc':a122l(0x12d),'resourceNameRequired':![],'mustBeInMakaProject':!![],'validOpts':[{'name':a122l(0x11e),'boolFlag':!![]}],'examples':['maka\x20g:dockerfile']},async function(a,b){const m=a122l;try{const c=this[m(0x121)][m(0x119)](),d=await this[m(0x121)][m(0x130)](),f=this[m(0x122)]['findProjectDirectory'](),g={'app':c['appName'],'config':c,'appPath':a122e['join'](f,m(0x113)),'bundlePath':a122e[m(0x127)](f,m(0x115),m(0x125)),'useCert':d[m(0x111)]?this[m(0x122)][m(0x128)](d[m(0x111)]):![]};await this['scaffold'][m(0x117)]({'srcPath':m(0x120),'destPath':a122e[m(0x127)](f,m(0x124)),'framework':'service','context':g,'config':c,'force':b['force']});}catch(h){Log[m(0x126)](h);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a123n=a123d;function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x139;let f=c[d];return f;},a123d(a,b);}(function(a,b){const l=a123d,c=a();while(!![]){try{const d=-parseInt(l(0x157))/0x1+parseInt(l(0x169))/0x2+parseInt(l(0x172))/0x3*(-parseInt(l(0x148))/0x4)+-parseInt(l(0x166))/0x5*(-parseInt(l(0x145))/0x6)+parseInt(l(0x150))/0x7*(-parseInt(l(0x152))/0x8)+parseInt(l(0x15b))/0x9+parseInt(l(0x163))/0xa*(parseInt(l(0x13c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x1c391));const a123b=(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;};}()),a123a=a123b(this,function(){const m=a123d;return a123a['toString']()[m(0x161)](m(0x14b))['toString']()[m(0x15c)](a123a)[m(0x161)](m(0x14b));});a123a();import a123e from'path';import{kebabCase,pascalCase,camelCase}from'change-case';import{Generator}from'../generator.js';function a123c(){const p=['fsi','layouts','search','notice','110aMQBBw','template/template.css','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','29265QgOtPb','pathFromApp','@apollo/client\x20isomorphic-fetch','377296auzaSg','maka\x20{generate|\x20g}:{hook\x20|\x20h}\x20[path/]<name>','hooks','scaffold','\x0a\x20\x20Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html\x0a\x0a\x20\x20If\x20you\x27d\x20like\x20a\x20hook\x20created\x20as\x20part\x20of\x20an\x20existing\x20page,\x20component,\x20or\x20layout,\x0a\x20\x20use\x20the\x20maka\x20g:hook\x20command\x20with\x20the\x20--baseDir\x20option.\x20For\x20example,\x0a\x0a\x20\x20\x20\x20maka\x20g:hook\x20--baseDir=pages\x20myPage/useCoolHook\x0a\x0a\x20\x20will\x20create\x20a\x20hook\x20in\x20imports/ui/pages/my-page/use-cool-hook.jsx\x0a\x0a\x20\x20','engines','withTranslations','findAppDirectory','warn','218574SDBbKN','pages','@apollo/client','.css','dir','findProjectDirectory','setTemplate','features','import\x20\x27./','230791BozGbg','projectConfig','baseDir','test','fileName','none','cssCaseName','maka\x20g:hook\x20cool-hook','Creating\x20','60wyxGZu','pkg','theme','4bCVXVY','force','create','(((.+)+)+)+$','.js','test/test.js','apollo','resourceName','14ybCKum','assign','590904KZvrdO','/imports/ui/','injectTemplateModule','template','injectAtBeginningOfFile','208937uOtxaA','className','react','css','604377vzgcpy','constructor','checkNpmPackage','components'];a123c=function(){return p;};return a123c();}import{Log}from'../tools/log/log.class.js';Generator[a123n(0x14a)]({'name':'hook','aliases':['h'],'checkWhere':![],'usage':a123n(0x16a),'shortDesc':'Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html','mustBeInMakaProject':!![],'validOpts':[{'name':a123n(0x13e),'values':[a123n(0x16b),a123n(0x15e),a123n(0x173),a123n(0x160)]},{'name':a123n(0x149),'boolFlag':!![]}],'examples':[a123n(0x143)],'description':a123n(0x16d)},async function(a,b){const o=a123n;Log[o(0x162)](o(0x144)+b[o(0x14f)]+'\x20hook...');try{await this['pkg'][o(0x15d)]('react',{'shouldInstall':!![]});const c=this[o(0x15f)][o(0x170)](),d=b['baseDir']?o(0x153)+b['baseDir']:'/imports/ui/components',f=this[o(0x16c)][o(0x167)]({'pathParts':[d,b['dir'],kebabCase(b[o(0x14f)]),kebabCase(b[o(0x14f)])]}),g=this[o(0x13d)];typeof g[o(0x155)][o(0x15a)]==='string'&&this['cfg'][o(0x139)](o(0x15a),g[o(0x155)][o(0x15a)]);g[o(0x16e)]['graphql']===o(0x14e)&&!this['pkg'][o(0x15d)](o(0x174))&&(Log[o(0x171)](o(0x165)),await this[o(0x146)]['installNpmPackage'](o(0x168),{'cwd':c}));const h={'cssCaseName':kebabCase(b[o(0x14f)]),'camelCaseName':camelCase(b['resourceName']),'className':pascalCase(b['resourceName']),'name':pascalCase(b[o(0x14f)]),'graphql':g[o(0x16e)]['graphql'],'theme':g[o(0x16e)][o(0x147)],'test':g[o(0x16e)][o(0x13f)],'features':g[o(0x13a)],'myPath':a123e['relative'](this[o(0x15f)][o(0x177)](),f),'fileName':kebabCase(b[o(0x14f)]),'isComponent':![],'isLayout':![],'withTranslations':g[o(0x13a)][o(0x16f)]};await this['scaffold'][o(0x155)]({'srcPath':'hook/hook.js','destPath':f+o(0x14c),'context':h,'config':g,'framework':'react','force':b['force']});g['template'][o(0x15a)]&&(await this['scaffold'][o(0x155)]({'srcPath':o(0x164),'destPath':f+o(0x175),'context':Object[o(0x151)]({},h,{'className':h[o(0x142)]}),'config':g,'force':b[o(0x149)]}),await this[o(0x16c)][o(0x156)]({'filePath':f+'.'+g[o(0x16e)]['js'],'content':o(0x13b)+h[o(0x140)]+'.'+g[o(0x16e)][o(0x15a)]+'\x27;'}));g[o(0x16e)][o(0x13f)]!==o(0x141)&&await this['scaffold'][o(0x155)]({'srcPath':o(0x14d),'destPath':f+'.app-tests.js','framework':o(0x159),'context':h,'config':g,'force':b[o(0x149)]});const i=b[o(0x176)]?'/'+b[o(0x176)]+'/':'/',j=''+d+i+h[o(0x140)]+'/'+h[o(0x140)];await this[o(0x16c)][o(0x154)](h[o(0x158)],g,j);}catch(k){Log['error'](k);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0x18b;var f=c[d];return f;},a124d(a,b);}(function(a,b){var f=a124d,c=a();while(!![]){try{var d=-parseInt(f(0x195))/0x1+parseInt(f(0x18d))/0x2+-parseInt(f(0x18e))/0x3*(parseInt(f(0x194))/0x4)+parseInt(f(0x190))/0x5*(parseInt(f(0x191))/0x6)+-parseInt(f(0x18b))/0x7*(-parseInt(f(0x18f))/0x8)+parseInt(f(0x192))/0x9+parseInt(f(0x193))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0xdea2b));var a124b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){var g=a124d;return a124a['toString']()[g(0x196)](g(0x18c))['toString']()['constructor'](a124a)['search'](g(0x18c));});a124a();import'./kit.js';import'./mui/_index.js';import'./esri/_index.js';function a124c(){var h=['32cmYzol','1666218aXvsTK','search','8233239FsSOvg','(((.+)+)+)+$','2335638ANMmMU','642714xWQeAY','8bsMfQz','5EicVCk','1678758ujaLIY','9928629CBszDa','5650670kHZYzF'];a124c=function(){return h;};return a124c();}import'./auth/_index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a125d,c=a();while(!![]){try{var d=-parseInt(f(0x18b))/0x1*(parseInt(f(0x188))/0x2)+-parseInt(f(0x180))/0x3*(parseInt(f(0x17d))/0x4)+parseInt(f(0x186))/0x5*(-parseInt(f(0x17f))/0x6)+parseInt(f(0x181))/0x7*(-parseInt(f(0x187))/0x8)+parseInt(f(0x182))/0x9+parseInt(f(0x18c))/0xa*(-parseInt(f(0x189))/0xb)+parseInt(f(0x184))/0xc*(parseInt(f(0x17e))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x84254));var a125b=(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;};}()),a125a=a125b(this,function(){var g=a125d;return a125a['toString']()[g(0x18a)](g(0x183))['toString']()[g(0x185)](a125a)[g(0x18a)](g(0x183));});function a125c(){var h=['search','11nuhnsT','660zHiwVw','8dFLyke','13RBlHTv','6zqYjxE','1014996xHtFcm','42wpuZYT','7388622TUdMQN','(((.+)+)+)+$','26524884tkzDmT','constructor','2727860BBtGWr','51144tQNuWM','158662IrckzA','59477BypoTx'];a125c=function(){return h;};return a125c();}function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x17d;var f=c[d];return f;},a125d(a,b);}a125a();import'./auth.generator.js';import'./provider.auth.gen.js';import'./basic-meteor.auth.gen.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a126i=a126d;(function(a,b){const f=a126d,c=a();while(!![]){try{const d=-parseInt(f(0x72))/0x1*(-parseInt(f(0x86))/0x2)+-parseInt(f(0x75))/0x3*(parseInt(f(0x7d))/0x4)+-parseInt(f(0x78))/0x5+-parseInt(f(0x80))/0x6*(-parseInt(f(0x83))/0x7)+-parseInt(f(0x82))/0x8+parseInt(f(0x7c))/0x9*(parseInt(f(0x73))/0xa)+parseInt(f(0x85))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xa394b));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a126d;if(c){const e=c[g(0x76)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const h=a126d;return a126a['toString']()['search'](h(0x7a))[h(0x84)]()[h(0x7b)](a126a)['search']('(((.+)+)+)+$');});a126a();import{Generator}from'../../../generator.js';function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x72;let f=c[d];return f;},a126d(a,b);}import a126e from'../kit.js';const AuthGen=Generator[a126i(0x7e)]({'name':a126i(0x7f),'aliases':['a'],'usage':a126i(0x79),'shortDesc':a126i(0x74),'resourceNameRequired':![],'validOpts':[''],'isPro':!![],'examples':[a126i(0x77)],'description':'\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x20\x20'},async function(){const j=a126i;throw j(0x81);},async function(){},a126e);function a126c(){const k=['auth','6zRIWvh','NIE','5249984YqibYq','1806371KSKlCM','toString','14611421DZupxl','38blocZJ','9149KWMnXn','174520MpwFxb','Starting\x20point\x20for\x20generating\x20an\x20Auth\x20Provider','835689ClkkVR','apply','maka\x20g:kit:a','786820CVWBXj','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:<kit-name>','(((.+)+)+)+$','constructor','432WdQxDX','16skwynW','create'];a126c=function(){return k;};return a126c();}export default AuthGen;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a127v=a127d;(function(a,b){const s=a127d,c=a();while(!![]){try{const d=-parseInt(s(0xf6))/0x1*(parseInt(s(0xe7))/0x2)+-parseInt(s(0xdc))/0x3+-parseInt(s(0xc7))/0x4+parseInt(s(0xf2))/0x5+parseInt(s(0xe6))/0x6+-parseInt(s(0xbe))/0x7*(parseInt(s(0xd1))/0x8)+parseInt(s(0xf4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xd9279));function a127c(){const x=['server','409466DEydLi','constructor','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','publish','meteor/maka:react-tracker','8364230SUuYHY','findProjectDirectory','react','REACT','/imports/startup/lib','injectIntoCodeBlock','authentication-provider','const\x20registerNewUser','.js','4796604wLvTFA','apply','export\x20const\x20AuthProvider','useEffect\x5c(','/imports/startup/server/publications/auth/roles.js','const\x20resetPasswordWithToken','checkMeteorPackage','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','toString','kit/auth/service/meteor-auth-service.js','8iAANVh','(((.+)+)+)+$','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','\x0a\x20\x20\x20\x20\x20\x20WebAppInternals.setInlineScriptsAllowed(false);\x0a\x0a\x20\x20\x20\x20\x20\x20Accounts.urls.resetPassword\x20=\x20function\x20(token)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20Meteor.absoluteUrl(\x27reset-password/\x27\x20+\x20token);\x0a\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','\x0a\x20\x20\x20\x20\x20\x20\x20\x20useTracker(()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(Meteor.isClient)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(Meteor.user()\x20&&\x20!currentUser)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20setCurrentUser(Meteor.user());\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fetchUserAuthorizations(Meteor.user());\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x0a\x20\x20\x20\x20\x20\x20','Meteor.startup','accounts-password','create','injectIntoFile','ssr','413052pQgytZ','const\x20authenticateUser','\x0a\x20\x20\x20\x20\x20\x20\x20\x20//\x20If\x20logged\x20in,\x20return\x20documents\x20owned\x20by\x20this\x20user.\x20Otherwise\x20return\x20nothing.\x0a\x20\x20\x20\x20\x20\x20\x20\x20if\x20(this.userId)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20Meteor.roleAssignment.find({\x20\x27user._id\x27:\x20this.userId\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20[];\x0a\x20\x20\x20\x20\x20\x20','AuthService','/imports/startup/lib/authentication-service','\x0a\x20\x20\x20\x20\x20\x20const\x20authorizations\x20=\x20await\x20AuthService.getUserAuthorizations(user.id);\x0a\x20\x20\x20\x20\x20\x20return\x20authorizations;\x0a\x20\x20\x20\x20\x20\x20','useTracker','pathFromApp','meteor/accounts-base','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20start\x20by\x20generating\x20your\x20auth\x20provider\x20and\x20context,\x20and\x20then\x20setup\x20Meteor\x20Accounts\x0a\x20\x20\x20\x20to\x20handle\x20authentication\x20and\x20authorization.\x0a\x20\x20','557658Ynpgzz','2KzLJbZ','injectImport','error','findAppDirectory','const\x20sendForgotPasswordEmail','engines','force','const\x20getUserAuthorizations','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','/imports/startup/client/authentication-service','normalize','5367765TfZqCS','meteor/meteor','23977440XyDqUB'];a127c=function(){return x;};return a127c();}const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const t=a127d;if(c){const e=c[t(0xc8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const u=a127d;return a127a[u(0xcf)]()['search'](u(0xd2))[u(0xcf)]()[u(0xf7)](a127a)['search'](u(0xd2));});function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0xbc;let f=c[d];return f;},a127d(a,b);}a127a();import a127e from'path';import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a127f from'./auth.generator.js';import a127g from'../../../generators/maka.gen.js';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a127v(0xd9)]({'name':'meteor','aliases':['m'],'usage':a127v(0xf8),'shortDesc':a127v(0xce),'validOpts':[a127v(0xed)],'isPro':!![],'resourceNameRequired':![],'mustBeInMakaProject':!![],'requiredEngines':{'client':ClientEngines[a127v(0xc1)]},'description':a127v(0xe5)},async function(a,b){const w=a127v,{fsi:c,pkg:d,scaffold:f,projectConfig:g}=this;try{const h=b[w(0xed)]||![];await d[w(0xcd)]([w(0xd8)],{'shouldInstall':!![]});const i=c[w(0xbf)](),j=c[w(0xea)](),k=g[w(0xec)][w(0xdb)]==='meteor';await a127g['processAndRunGenerator']('kit:auth:provider',[],{'force':h,'cwd':i,'config':g}),await a127g['processAndRunGenerator'](w(0xbc),['auth/roles'],{'force':h,'globalPublish':!![],'cwd':i,'config':g});const l=j+a127e[w(0xf1)](w(0xcb)),m=k?w(0xc2):'/imports/startup/client',n=f['pathFromApp']({'pathParts':[m,'','','authentication-service']});await f['template']({'srcPath':w(0xd0),'destPath':n+w(0xc6),'framework':w(0xc0),'context':{},'config':g,'force':h,'ignore':![]});const o=f[w(0xe3)]({'pathParts':[m,'','',w(0xc4)]}),p=g[w(0xec)]['js'];await f[w(0xe8)]({'filePath':o+'.'+p,'importName':w(0xdf),'modulePath':k?w(0xe0):w(0xf0),'isNamedExport':![]}),await f['injectIntoCodeBlock']({'filePath':o+'.'+p,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20user\x20=\x20await\x20AuthService.authenticateUser(username,\x20password);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20user;\x0a\x20\x20\x20\x20\x20\x20','begin':w(0xdd),'replace':!![]}),await f[w(0xc3)]({'filePath':o+'.'+p,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20user\x20=\x20await\x20AuthService.authenticateToken();\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20user;\x0a\x20\x20\x20\x20\x20\x20','begin':'const\x20authenticateToken','replace':!![]}),await f[w(0xc3)]({'filePath':o+'.'+p,'content':w(0xe1),'begin':w(0xee),'replace':!![]}),await f['injectIntoCodeBlock']({'filePath':o+'.'+p,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','begin':'const\x20deauthenticateUser','replace':!![]}),await f['injectIntoCodeBlock']({'filePath':o+'.'+p,'content':w(0xef),'begin':w(0xeb),'replace':!![]}),await f['injectIntoCodeBlock']({'filePath':o+'.'+p,'content':w(0xd5),'begin':w(0xc5),'replace':!![]}),await f[w(0xc3)]({'filePath':o+'.'+p,'content':w(0xd3),'begin':w(0xcc),'replace':!![]});k&&(await f[w(0xe8)]({'filePath':o+'.'+p,'importName':w(0xe2),'modulePath':w(0xbd),'isNamedExport':!![]}),await f[w(0xda)]({'filePath':o+'.'+p,'content':w(0xd6),'begin':w(0xc9),'end':w(0xca)}));await f[w(0xe8)]({'filePath':l,'importName':'Meteor','modulePath':w(0xf3),'isNamedExport':!![],'injectAtStart':!![]}),await f[w(0xc3)]({'filePath':l,'content':w(0xde),'begin':'Meteor.publish','replace':!![]});const q=f[w(0xe3)]({'pathParts':['imports','startup',w(0xf5),'index']});await f['injectImport']({'filePath':q+'.'+p,'importName':'Accounts','modulePath':w(0xe4),'isNamedExport':!![]}),await f[w(0xc3)]({'filePath':q+'.'+p,'content':w(0xd4),'begin':w(0xd7),'replace':!![]});}catch(r){Log[w(0xe9)](r),process['exit'](0x1);}},async function(){},a127f);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a128w=a128d;(function(a,b){const u=a128d,c=a();while(!![]){try{const d=parseInt(u(0xa5))/0x1*(-parseInt(u(0xc9))/0x2)+-parseInt(u(0xc5))/0x3*(parseInt(u(0xba))/0x4)+-parseInt(u(0xbe))/0x5*(parseInt(u(0xac))/0x6)+parseInt(u(0xab))/0x7*(parseInt(u(0xd7))/0x8)+-parseInt(u(0xb3))/0x9+-parseInt(u(0xc3))/0xa+parseInt(u(0xa4))/0xb*(parseInt(u(0xcb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x7ee68));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const v=a128d;return a128a['toString']()[v(0xb5)]('(((.+)+)+)+$')[v(0xaf)]()['constructor'](a128a)[v(0xb5)](v(0xcd));});function a128c(){const y=['(((.+)+)+)+$','/imports/startup/lib/authentication-provider','/imports/startup/client/index','pathFromApp','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x0a\x20\x20\x20\x20It\x20will\x20also\x20update\x20your\x20Routes\x20file\x20to\x20include\x20the\x20AuthProvider\x20and\x20Context.\x0a\x20\x20\x20\x20for\x20navigation\x20checking.\x0a\x20\x20','AuthContext','provider','react','appName','Creating\x20an\x20AuthProvider\x20and\x20AuthContext','104600uCxICG','split','REACT','363HrowLZ','16519CLTqzi','bright','/imports/startup/client/authentication-provider','AuthProvider','<AuthProvider>','</AuthProvider>','497lQilXE','102fMxsPu','\x0a\x20\x20\x20\x20\x20\x20const\x20{\x20currentUser,\x20loading\x20}\x20=\x20useAuth();\x0a\x20\x20\x20\x20\x20\x20if\x20(loading)\x20return\x20<div>Loading...</div>;\x0a\x20\x20\x20\x20\x20\x20return\x20(currentUser)\x20?\x20<Outlet/>\x20:\x20<Navigate\x20to=\x22/login\x22\x20/>;\x0a\x20\x20\x20\x20\x20\x20','exit','toString','const\x20PrivateRoute','authentication-provider','injectIntoCodeBlock','3628881ULyxvy','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','search','engines','create','function\x20useAuth','<AppRoutes\x20history={history}/>','20nLkOZC','injectAroundString','/imports/startup/server/index','useContext','39565mMalMF','error','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','meteor','force','6456560lDpglh','scaffold','39297tAlGKu','\x0a\x20\x20\x20\x20\x20\x20const\x20{\x20currentUser,\x20loading\x20}\x20=\x20useContext(AuthContext);\x0a\x20\x20\x20\x20\x20\x20return\x20{\x20currentUser,\x20loading\x20};\x0a\x20\x20\x20\x20\x20\x20','kit/auth/provider/authentication-provider.js','injectImport','4Vvosnl','template','317592xnjhEw','.js'];a128c=function(){return y;};return a128c();}function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0xa3;let f=c[d];return f;},a128d(a,b);}a128a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a128e from'./auth.generator.js';import{capitalCase}from'change-case';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a128w(0xb7)]({'name':a128w(0xd3),'aliases':['p'],'usage':a128w(0xb4),'shortDesc':a128w(0xc0),'validOpts':[a128w(0xc2)],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'client':ClientEngines[a128w(0xa3)]},'description':a128w(0xd1)},async function(a,b){const x=a128w;try{const c=b['force']||![];Log[x(0xa6)](x(0xd6));const {projectConfig:d}=this,f=d[x(0xb6)]['ssr']===x(0xc1),g={'name':capitalCase(d[x(0xd5)])},h=f?'/imports/startup/lib':'/imports/startup/client',i=this[x(0xc4)][x(0xd0)]({'pathParts':[h,'','',x(0xb1)]});await this[x(0xc4)][x(0xca)]({'srcPath':x(0xc7),'destPath':i+x(0xcc),'framework':x(0xd4),'context':g,'config':d,'force':c,'ignore':![]});const j=d[x(0xb6)]['js'],k=h+'/routes',l=k[x(0xd8)]('/'),m=this['scaffold']['pathFromApp']({'pathParts':l});await this[x(0xc4)]['injectImport']({'filePath':m+'.'+j,'importName':x(0xd2),'modulePath':f?x(0xce):'/imports/startup/client/authentication-provider','isNamedExport':!![]}),await this['scaffold'][x(0xc8)]({'filePath':m+'.'+j,'importName':x(0xbd),'modulePath':x(0xd4),'isNamedExport':!![],'injectAtStart':!![]}),await this[x(0xc4)][x(0xb2)]({'filePath':m+'.'+j,'content':x(0xc6),'begin':['const\x20useAuth',x(0xb8)],'replace':!![]}),await this[x(0xc4)][x(0xb2)]({'filePath':m+'.'+j,'content':x(0xad),'begin':[x(0xb0)],'replace':!![]});const n=x(0xcf),o=n['split']('/'),p=this[x(0xc4)][x(0xd0)]({'pathParts':o});await this['scaffold'][x(0xc8)]({'filePath':p+'.'+j,'importName':'AuthProvider','modulePath':f?x(0xce):x(0xa7),'isNamedExport':!![]}),await this[x(0xc4)][x(0xbb)]({'filePath':p+'.'+j,'aboveContent':x(0xa9),'belowContent':x(0xaa),'targetString':'<AppRoutes\x20/>','indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q=x(0xbc),r=q[x(0xd8)]('/'),s=this[x(0xc4)][x(0xd0)]({'pathParts':r});await this[x(0xc4)]['injectImport']({'filePath':s+'.'+j,'importName':x(0xa8),'modulePath':f?x(0xce):x(0xa7),'isNamedExport':!![]}),await this[x(0xc4)][x(0xbb)]({'filePath':s+'.'+j,'aboveContent':x(0xa9),'belowContent':x(0xaa),'targetString':x(0xb9),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log[x(0xbf)](t),process[x(0xae)](0x1);}},async function(){},a128e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a129d,c=a();while(!![]){try{var d=parseInt(f(0x13d))/0x1+-parseInt(f(0x13b))/0x2+parseInt(f(0x13e))/0x3+-parseInt(f(0x13c))/0x4+-parseInt(f(0x136))/0x5+parseInt(f(0x139))/0x6*(-parseInt(f(0x134))/0x7)+parseInt(f(0x137))/0x8*(parseInt(f(0x135))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xd06cf));var a129b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){var g=a129d;return a129a[g(0x138)]()[g(0x13a)](g(0x140))[g(0x138)]()[g(0x13f)](a129a)[g(0x13a)](g(0x140));});function a129c(){var h=['constructor','(((.+)+)+)+$','3946621SjDjZY','106659OICTte','1646310AXtgOa','368kIQUxD','toString','6meuSlU','search','376314gwrXGT','3570888TTgnvK','1591956bwYdYO','2071659LaVzrY'];a129c=function(){return h;};return a129c();}a129a();function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0x134;var f=c[d];return f;},a129d(a,b);}import'./esri.generator.js';import'./map.esri.gen.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a130i=a130d;(function(a,b){const f=a130d,c=a();while(!![]){try{const d=-parseInt(f(0x100))/0x1*(parseInt(f(0xf5))/0x2)+parseInt(f(0xff))/0x3+-parseInt(f(0xfd))/0x4+-parseInt(f(0x101))/0x5+parseInt(f(0xf7))/0x6+-parseInt(f(0xf9))/0x7+parseInt(f(0xfe))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x3b2be));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a130d;if(c){const e=c[g(0xfb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const h=a130d;return a130a[h(0xfc)]()[h(0xf3)]('(((.+)+)+)+$')[h(0xfc)]()[h(0xfa)](a130a)[h(0xf3)]('(((.+)+)+)+$');});a130a();import{Generator}from'../../../generator.js';import{UsageError}from'../../../error.js';function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0xf2;let f=c[d];return f;},a130d(a,b);}import a130e from'../kit.js';function a130c(){const j=['3vVZXfE','1959480CRyNjQ','\x0a\x20\x20\x20\x20This\x20generator\x20will\x20create\x20a\x20kit\x20for\x20Esri\x20Maps.\x20Starting\x20with\x20a\x20basic\x20map,\x0a\x20\x20\x20\x20but\x20with\x20the\x20ability\x20to\x20add\x20more\x20components\x20to\x20the\x20kit.\x0a\x20\x20','search','maka\x20g:kit:e','311662RMPhRL','Starting\x20point\x20for\x20generating\x20Esri\x20Maps','1087770JQjtdX','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','481691NFOqhN','constructor','apply','toString','1374964XUsZFM','9500064rTbgzm','436518SbIzSC'];a130c=function(){return j;};return a130c();}const EsriGen=Generator['create']({'name':'esri','aliases':['e'],'usage':a130i(0xf8),'shortDesc':a130i(0xf6),'resourceNameRequired':![],'validOpts':[''],'isPro':!![],'examples':[a130i(0xf4)],'description':a130i(0xf2)},async function(){throw UsageError;},async function(){},a130e);export default EsriGen;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a131v=a131d;(function(a,b){const s=a131d,c=a();while(!![]){try{const d=parseInt(s(0x9a))/0x1*(-parseInt(s(0x96))/0x2)+-parseInt(s(0x9f))/0x3*(-parseInt(s(0x99))/0x4)+parseInt(s(0xa5))/0x5+-parseInt(s(0xa7))/0x6+parseInt(s(0xa6))/0x7+-parseInt(s(0x8c))/0x8+parseInt(s(0x85))/0x9*(parseInt(s(0x9c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0xa0a2f));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const t=a131d;if(c){const e=c[t(0x8d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const u=a131d;return a131a['toString']()['search']('(((.+)+)+)+$')['toString']()['constructor'](a131a)[u(0x80)]('(((.+)+)+)+$');});function a131c(){const x=['injectIntoFile','154390dCdDPW','</div>','baseDir','555VghPdy','kit/esri/map/','checkNpmPackage','replaceAll','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','processAndRunGenerator','6121490lzDkls','549542SIpPQr','4645866slEZPl','template','\x0a\x20\x20\x20\x20This\x20generator\x20will\x20create\x20a\x20map\x20component\x20in\x20the\x20/imports/ui/hooks\x20directory.\x0a\x0a\x20\x20\x20\x20It\x27ll\x20also\x20create\x20a\x20page\x20component\x20in\x20the\x20/imports/ui/pages/map\x20directory.\x0a\x0a\x20\x20\x20\x20The\x20map\x20component\x20will\x20be\x20named\x20\x27BasicMap\x27\x20by\x20default.\x0a\x0a\x20\x20','.js','<div\x20id=\x22map\x22>','map','pathFromApp','react','search','ssr','dir','Generating\x20a\x20map\x20component','error','927EvKILv','esri-loader','/imports/ui/','appName','page','bright','injectImport','5095536UjWaAd','apply','/imports/startup/client/templates','engines','NONE','Generate\x20an\x20Esri\x20map\x20component','REACT','@esri/react-arcgis','/imports/ui/components','injectTemplateModule','1244306RJDQmf','create','basic-map','9092IcCmJZ','2MTcRYc'];a131c=function(){return x;};return a131c();}a131a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a131e from'./esri.generator.js';import a131f from'../../../generators/maka.gen.js';import{kebabCase,capitalCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x7e;let f=c[d];return f;},a131d(a,b);}Generator[a131v(0x97)]({'name':a131v(0xac),'aliases':['m'],'usage':a131v(0xa3),'shortDesc':a131v(0x91),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'client':ClientEngines[a131v(0x92)],'ssr':SsrEngines[a131v(0x90)]},'description':a131v(0xa9)},async function(a,b){const w=a131v;try{const {projectConfig:c,fsi:d,pkg:f,scaffold:g}=this;Log[w(0x8a)](w(0x83));const h=w(0x98);await f[w(0xa1)]([w(0x93),w(0x86)],{'shouldInstall':!![]});const i=d['findProjectDirectory'](),j=c[w(0x8f)][w(0x81)]==='meteor',k=await a131f[w(0xa4)](w(0x89),[w(0xac)],{'cwd':i,'config':c}),l={'name':capitalCase(c[w(0x88)])[w(0xa2)]('-','\x20'),'componentName':pascalCase(h)},m=b[w(0x9e)]?w(0x87)+b[w(0x9e)]:w(0x94),n=g['pathFromApp']({'pathParts':[m,b[w(0x82)],kebabCase(h),kebabCase(h)]});await g[w(0xa8)]({'srcPath':w(0xa0)+h+w(0xaa),'destPath':n+w(0xaa),'framework':w(0x7f),'context':l,'config':c,'force':![],'ignore':![]});const o=''+m+b[w(0x82)]+'/'+h+'/'+h;await g[w(0x95)](h,c,o);const p=k['split']('/'),q=g[w(0x7e)]({'pathParts':p});await g[w(0x8b)]({'filePath':q,'importName':pascalCase(h),'modulePath':j?'/imports/startup/lib/templates':w(0x8e),'isNamedExport':!![]}),await g[w(0x9b)]({'filePath':q,'content':'\x0a<'+pascalCase(h)+'\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','begin':['<div\x20id=\x22map\x22>',w(0xab)],'end':[w(0x9d)],'replace':!![]});}catch(r){Log[w(0x84)](r),process['exit'](0x1);}},async function(){},a131e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a132i=a132d;function a132c(){const j=['70BsbZUE','create','(((.+)+)+)+$','apply','search','393588AXQnuv','46878WrZmGv','maka\x20g:k','10lRiksv','toString','176547buiPhv','455616YkeqGE','maka\x20{generate,\x20g}:{kit}\x20<name>','maka\x20g:kit','56tLjgBc','243944bWmSEw','384774WhibYJ','3107421sCRHyY','Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.'];a132c=function(){return j;};return a132c();}(function(a,b){const f=a132d,c=a();while(!![]){try{const d=-parseInt(f(0xb1))/0x1+parseInt(f(0xa7))/0x2+parseInt(f(0x9f))/0x3+parseInt(f(0xad))/0x4+parseInt(f(0xa2))/0x5*(parseInt(f(0xa8))/0x6)+parseInt(f(0xac))/0x7*(parseInt(f(0xb0))/0x8)+parseInt(f(0xa0))/0x9*(-parseInt(f(0xaa))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x211f8));function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x9f;let f=c[d];return f;},a132d(a,b);}const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a132d;if(c){const e=c[g(0xa5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const h=a132d;return a132a[h(0xab)]()[h(0xa6)](h(0xa4))[h(0xab)]()['constructor'](a132a)['search'](h(0xa4));});a132a();import{Generator}from'../../generator.js';const KitGen=Generator[a132i(0xa3)]({'name':'kit','aliases':['k'],'usage':a132i(0xae),'shortDesc':a132i(0xa1),'minArgLength':0x1,'isPro':!![],'validOpts':[],'resourceNameRequired':![],'examples':[a132i(0xaf),a132i(0xa9)]},async function(){});export default KitGen;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a133d,c=a();while(!![]){try{var d=parseInt(f(0x114))/0x1+-parseInt(f(0x121))/0x2*(-parseInt(f(0x117))/0x3)+-parseInt(f(0x116))/0x4*(parseInt(f(0x118))/0x5)+parseInt(f(0x11d))/0x6*(-parseInt(f(0x115))/0x7)+-parseInt(f(0x123))/0x8*(-parseInt(f(0x11a))/0x9)+-parseInt(f(0x11e))/0xa*(-parseInt(f(0x119))/0xb)+parseInt(f(0x122))/0xc*(-parseInt(f(0x11f))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0xe0563));var a133b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a133d;if(c){var e=c[g(0x11c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){var h=a133d;return a133a[h(0x124)]()[h(0x113)](h(0x120))[h(0x124)]()[h(0x11b)](a133a)[h(0x113)](h(0x120));});a133a();function a133c(){var i=['5eAcMEH','10681BNlXFb','26703zYrYcW','constructor','apply','977370sUOier','3590JpEecp','39OaTuuz','(((.+)+)+)+$','2WZcrFS','5556036sRwrYo','2192ToFHAC','toString','search','1073750jVrPsa','14lHDakU','3598732NoZzyS','3894204HfsWGr'];a133c=function(){return i;};return a133c();}import'./mui.generator.js';import'./frame.mui.gen.js';function a133d(a,b){var c=a133c();return a133d=function(d,e){d=d-0x113;var f=c[d];return f;},a133d(a,b);}import'./auth.mui.gen.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a134c(){const M=['error','react','authType','3vRwdZq','template','/imports/startup/lib/authentication-provider','force','7bjfnNh','split','/imports/ui/','480877admvhk','Meteor\x20Accounts','kit:auth:provider','(((.+)+)+)+$','10UXnVwJ','register','AuthContext','toString','788100NdQFEh','baseDir','injectImport','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','engines','Custom\x20(roll\x20your\x20own)','/imports/startup/client/authentication-provider','kit/mui/auth/forgot-password/','route','basic-register-page','dir','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{auth,\x20a}','select','/imports/ui/pages/auth','kit/mui/auth/login/','2833738dbbHZg','maka\x20g:k:m:a','.js','processAndRunGenerator','findProjectDirectory','reset-password/:token','11531512xgsoDS','custom','create','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20setup\x20with\x20login,\x20logout,\x20registration,\x20and\x20password\x20reset\x20pages.\x0a\x20\x20','login','1224520hREVzy','search','basic-login-page','layouts','35354826kaGASq','injectTemplateModule','kit/mui/auth/password-reset/','kit/mui/auth/logout/','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','appName','4931435kFlnHB','kit/mui/auth/register/','constructor','basic-forgot-password-page','maka\x20generate:kit:mui:auth','pathFromApp','basic-password-reset-page','ssr'];a134c=function(){return M;};return a134c();}const a134K=a134d;(function(a,b){const I=a134d,c=a();while(!![]){try{const d=parseInt(I(0x168))/0x1+parseInt(I(0x17f))/0x2*(parseInt(I(0x161))/0x3)+parseInt(I(0x18a))/0x4+parseInt(I(0x194))/0x5+-parseInt(I(0x170))/0x6*(-parseInt(I(0x165))/0x7)+parseInt(I(0x185))/0x8+parseInt(I(0x18e))/0x9*(-parseInt(I(0x16c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0xcbc4e));const a134b=(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;};}()),a134a=a134b(this,function(){const J=a134d;return a134a[J(0x16f)]()[J(0x18b)](J(0x16b))[J(0x16f)]()[J(0x196)](a134a)[J(0x18b)](J(0x16b));});a134a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a134e from'../../../generators/maka.gen.js';import a134f from'./mui.generator.js';import{kebabCase,capitalCase}from'change-case';function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0x15e;let f=c[d];return f;},a134d(a,b);}import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a134K(0x187)]({'name':'auth','aliases':['a'],'usage':a134K(0x17b),'shortDesc':a134K(0x173),'validOpts':[a134K(0x18d),a134K(0x164)],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'theme':ThemeEngines['MATERIAL'],'client':ClientEngines['REACT']},'examples':[a134K(0x198),a134K(0x180)],'description':a134K(0x188)},async function(a,b){const L=a134K;try{const {projectConfig:c,fsi:d,scaffold:f}=this,g=b['force']||![],h=d[L(0x183)](),i=await Actions[L(0x17c)]({'name':L(0x160),'message':L(0x192),'choices':[{'name':L(0x169),'value':'meteor'},{'name':L(0x175),'value':L(0x186)}]}),j=L(0x18c),k='basic-logout-page',l=L(0x179),m=L(0x19a),n=L(0x197),o=b['baseDir']?L(0x167)+b[L(0x171)]:L(0x17d),p=f[L(0x199)]({'pathParts':[o,b['dir'],kebabCase(j),kebabCase(j)]}),q=f[L(0x199)]({'pathParts':[o,b['dir'],kebabCase(k),kebabCase(k)]}),r=f[L(0x199)]({'pathParts':[o,b[L(0x17a)],kebabCase(l),kebabCase(l)]}),s=f['pathFromApp']({'pathParts':[o,b[L(0x17a)],kebabCase(m),kebabCase(m)]}),t=f[L(0x199)]({'pathParts':[o,b[L(0x17a)],kebabCase(n),kebabCase(n)]}),u={'name':capitalCase(c[L(0x193)])};await f[L(0x162)]({'srcPath':L(0x17e)+j+L(0x181),'destPath':p+L(0x181),'framework':L(0x15f),'context':u,'config':c,'force':g,'ignore':![]}),await f['template']({'srcPath':L(0x191)+k+L(0x181),'destPath':q+L(0x181),'framework':L(0x15f),'context':u,'config':c,'force':g,'ignore':![]}),await f[L(0x162)]({'srcPath':L(0x195)+l+'.js','destPath':r+L(0x181),'framework':'react','context':u,'config':c,'force':g,'ignore':![]}),await f[L(0x162)]({'srcPath':L(0x190)+m+L(0x181),'destPath':s+L(0x181),'framework':L(0x15f),'context':u,'config':c,'force':g,'ignore':![]}),await f[L(0x162)]({'srcPath':L(0x177)+n+L(0x181),'destPath':t+'.js','framework':L(0x15f),'context':u,'config':c,'force':g,'ignore':![]});const v=''+o+b[L(0x17a)]+'/'+j+'/'+j;await f[L(0x18f)](j,c,v);const w=''+o+b[L(0x17a)]+'/'+k+'/'+k;await f['injectTemplateModule'](k,c,w);const x=''+o+b[L(0x17a)]+'/'+l+'/'+l;await f[L(0x18f)](l,c,x);const y=''+o+b[L(0x17a)]+'/'+m+'/'+m;await f[L(0x18f)](m,c,y);const z=''+o+b[L(0x17a)]+'/'+n+'/'+n;await f[L(0x18f)](n,c,z),await a134e[L(0x182)](L(0x178),[L(0x18c)],{'route':L(0x189),'cwd':h,'config':c}),await a134e[L(0x182)](L(0x178),['basic-logout-page'],{'route':'logout','private':!![],'cwd':h,'config':c}),await a134e[L(0x182)](L(0x178),[L(0x179)],{'route':L(0x16d),'cwd':h,'config':c}),await a134e['processAndRunGenerator'](L(0x178),[L(0x19a)],{'route':L(0x184),'cwd':h,'config':c}),await a134e[L(0x182)](L(0x178),['basic-forgot-password-page'],{'route':'forgot-password','cwd':h,'config':c});i==='meteor'&&await a134e['processAndRunGenerator']('kit:auth:meteor',[],{'force':g,'cwd':h,'config':c});i===L(0x186)&&await a134e[L(0x182)](L(0x16a),[],{'force':g,'cwd':h,'config':c});const A=c[L(0x174)][L(0x19b)]==='meteor',B=c[L(0x174)]['js'],C=f['pathFromApp']({'pathParts':v['split']('/')});await f[L(0x172)]({'filePath':C+'.'+B,'importName':L(0x16e),'modulePath':A?L(0x163):L(0x176),'isNamedExport':!![]});const D=f[L(0x199)]({'pathParts':w[L(0x166)]('/')});await f[L(0x172)]({'filePath':D+'.'+B,'importName':L(0x16e),'modulePath':A?L(0x163):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const E=f['pathFromApp']({'pathParts':x[L(0x166)]('/')});await f[L(0x172)]({'filePath':E+'.'+B,'importName':L(0x16e),'modulePath':A?L(0x163):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const F=f['pathFromApp']({'pathParts':y['split']('/')});await f[L(0x172)]({'filePath':F+'.'+B,'importName':L(0x16e),'modulePath':A?L(0x163):L(0x176),'isNamedExport':!![]});const G=f[L(0x199)]({'pathParts':z[L(0x166)]('/')});await f[L(0x172)]({'filePath':G+'.'+B,'importName':L(0x16e),'modulePath':A?L(0x163):L(0x176),'isNamedExport':!![]});}catch(H){Log[L(0x15e)](H),process['exit'](0x1);}},async function(){console['log']('Cleaning\x20up...');},a134f);export default a134f;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a135H=a135d;(function(a,b){const E=a135d,c=a();while(!![]){try{const d=parseInt(E(0xc4))/0x1*(parseInt(E(0xe0))/0x2)+-parseInt(E(0xa7))/0x3*(-parseInt(E(0xc1))/0x4)+parseInt(E(0xb9))/0x5*(parseInt(E(0xd5))/0x6)+-parseInt(E(0x9c))/0x7+-parseInt(E(0x9b))/0x8+parseInt(E(0x9e))/0x9+-parseInt(E(0xc0))/0xa*(parseInt(E(0xc8))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a135c,0x9624c));function a135c(){const K=['/imports/ui/components','8430816OVgkDZ','522417CochnT','/imports/startup/client/templates','2934927bZtYtV','jsx','getDirectories','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','pathFromApp','/imports/ui/','react','ssr','toString','3619041tXWcGm','basic-sticky-footer','</div>','length','template','injectIntoFile','Cleaning\x20up...','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','<div\x20id=\x22','search','apply','map','@mui/material/Box','kit/mui/frame/drawers/','getFiles','create','app-tests','<Outlet/>','50HjmzoV','session','<Box\x20style={{\x20display:\x20\x27flex\x27,\x20flexDirection:\x20\x27column\x27,\x20minHeight:\x20\x27calc(100vh\x20-\x20157px)\x27\x20}}>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<Container\x20component=\x22main\x22>','engines','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f}','<Outlet\x20/>','basic-app-bar','6050HPfGrw','4MCrMnS','\x20/>\x0a','constructor','3Yuqotv','error','injectTemplateModule','frame','25674wqgQcC','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20frame\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','maka\x20g:k:m:f','Container','join','maka:react-tracker','baseDir','MATERIAL','injectImport','dir','checkbox','appName','-hook\x22>','609198TZUslU','log','(((.+)+)+)+$','imports','No\x20layouts\x20selected','/imports/startup/lib/templates','@mui/material/Container','kit/mui/frame/footers/','tsx','REACT','.js','405174KDemWw','layouts'];a135c=function(){return K;};return a135c();}const a135b=(function(){let a=!![];return function(b,c){const d=a?function(){const F=a135d;if(c){const e=c[F(0xb1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a135a=a135b(this,function(){const G=a135d;return a135a[G(0xa6)]()['search'](G(0xd7))[G(0xa6)]()[G(0xc3)](a135a)[G(0xb0)](G(0xd7));});a135a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a135e from'path';import a135f from'./mui.generator.js';import{kebabCase,pascalCase,capitalCase}from'change-case';function a135d(a,b){const c=a135c();return a135d=function(d,e){d=d-0x9a;let f=c[d];return f;},a135d(a,b);}import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a135H(0xb6)]({'name':a135H(0xc7),'aliases':['f'],'usage':a135H(0xbd),'shortDesc':'Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','validOpts':[a135H(0xe1),a135H(0xce),a135H(0xd1),'force'],'isPro':![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'theme':ThemeEngines[a135H(0xcf)],'client':ClientEngines[a135H(0xde)]},'examples':['maka\x20generate:kit:mui:frame',a135H(0xca)],'description':a135H(0xc9)},async function(a,b){const I=a135H,{projectConfig:c,fsi:d,pkg:f,scaffold:g}=this;try{const h=b['force']||![],i=I(0xbf),j='basic-drawer',k=I(0xa8),l=c[I(0xbc)][I(0xa5)]==='meteor';await f['checkMeteorPackage']([I(0xba),I(0xcd)],{'shouldInstall':!![]});const m=d['findAppDirectory'](),n=a135e[I(0xcc)](m,I(0xd8),'ui',I(0xe1)),o=d[I(0xa0)](n),p=o[I(0xb2)](z=>({'name':z,'value':z})),q=await Actions[I(0xd2)]({'message':I(0xa1),'name':I(0xe1),'choices':p});if(q[I(0xaa)]===0x0){Log[I(0xc5)](I(0xd9));return;}const r=b[I(0xce)]?I(0xa3)+b[I(0xce)]:I(0x9a),s=g[I(0xa2)]({'pathParts':[r,b[I(0xd1)],kebabCase(i),kebabCase(i)]}),t=g[I(0xa2)]({'pathParts':[r,b['dir'],kebabCase(j),kebabCase(j)]}),u=g['pathFromApp']({'pathParts':[r,b[I(0xd1)],kebabCase(k),kebabCase(k)]}),v={'name':capitalCase(c[I(0xd3)])};await g[I(0xab)]({'srcPath':'kit/mui/frame/app-bars/'+i+I(0xdf),'destPath':s+I(0xdf),'framework':I(0xa4),'context':v,'config':c,'force':h,'ignore':![]}),await g[I(0xab)]({'srcPath':I(0xb4)+j+I(0xdf),'destPath':t+I(0xdf),'framework':'react','context':v,'config':c,'force':h,'ignore':![]}),await g[I(0xab)]({'srcPath':I(0xdc)+k+I(0xdf),'destPath':u+I(0xdf),'framework':I(0xa4),'context':v,'config':c,'force':h,'ignore':![]});const w=''+r+b[I(0xd1)]+'/'+i+'/'+i;await g[I(0xc6)](i,c,w);const x=''+r+b[I(0xd1)]+'/'+j+'/'+j;await g[I(0xc6)](j,c,x);const y=''+r+b[I(0xd1)]+'/'+k+'/'+k;await g['injectTemplateModule'](k,c,y);for(const z of q){const A=d[I(0xb5)](a135e[I(0xcc)](n,z),{'extensions':[I(0x9f),I(0xdd)],'omit':[I(0xb7),'tests','test']});for(const B of A){const C=a135e[I(0xcc)](n,z,B);await g[I(0xd0)]({'filePath':C,'importName':'Box','modulePath':I(0xb3),'isNamedExport':![]}),await g[I(0xd0)]({'filePath':C,'importName':I(0xcb),'modulePath':I(0xdb),'isNamedExport':![]}),await g[I(0xd0)]({'filePath':C,'importName':pascalCase(i),'modulePath':l?I(0xda):'/imports/startup/client/templates','isNamedExport':!![]}),await g[I(0xac)]({'filePath':C,'content':'<'+pascalCase(i)+I(0xc2),'begin':['<div\x20id=\x22'+z+'\x22>',I(0xaf)+z+'-hook\x22>'],'end':['<Outlet/>',I(0xbe)]}),await g['injectImport']({'filePath':C,'importName':pascalCase(j),'modulePath':l?'/imports/startup/lib/templates':I(0x9d),'isNamedExport':!![]}),await g['injectIntoFile']({'filePath':C,'content':'<'+pascalCase(j)+I(0xc2),'begin':['<div\x20id=\x22'+z+'\x22>','<div\x20id=\x22'+z+I(0xd4)],'end':[I(0xb8),I(0xbe)]}),await g['injectIntoFile']({'filePath':C,'content':'<'+pascalCase(k)+I(0xc2),'begin':[I(0xb8),'<Outlet\x20/>'],'end':[I(0xa9)]}),await g[I(0xd0)]({'filePath':C,'importName':pascalCase(k),'modulePath':l?I(0xda):I(0x9d),'isNamedExport':!![]}),await g['injectAroundString']({'filePath':C,'aboveContent':I(0xbb),'belowContent':I(0xae),'targetString':[I(0xb8),'<Outlet\x20/>'],'targetIndentAdjustment':0x6});}}}catch(D){Log[I(0xc5)](D);}},async function(){const J=a135H;console[J(0xd6)](J(0xad));},a135f);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a136j=a136d;(function(a,b){const g=a136d,c=a();while(!![]){try{const d=-parseInt(g(0x167))/0x1*(-parseInt(g(0x169))/0x2)+-parseInt(g(0x159))/0x3*(-parseInt(g(0x15a))/0x4)+parseInt(g(0x14e))/0x5+parseInt(g(0x155))/0x6*(-parseInt(g(0x174))/0x7)+parseInt(g(0x153))/0x8+-parseInt(g(0x157))/0x9+-parseInt(g(0x160))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a136c,0x80c85));const a136b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a136d;if(c){const e=c[h(0x16f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a136a=a136b(this,function(){const i=a136d;return a136a[i(0x173)]()[i(0x15e)](i(0x16c))[i(0x173)]()['constructor'](a136a)[i(0x15e)](i(0x16c));});a136a();import{Generator}from'../../../generator.js';import{Actions}from'../../../tools/actions/actions.class.js';function a136c(){const l=['auth','4318560BnCTAm','notice','42Jcahlo','6368xTEYmI','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','frame','exit','search','includes','7981190tSeILG','checkbox','findProjectDirectory','No\x20MUI\x20kits\x20selected.\x20Exiting.','kit:mui:auth','maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','Header,\x20Footer,\x20and\x20Drawer','213873jAgsYA','Auth\x20workflow\x20(login,\x20logout,\x20etc.)','6ZgFDVo','processAndRunGenerator','length','(((.+)+)+)+$','maka\x20g:kit:m','Material-UI\x20Kit','apply','mui','\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&####%&@@@@@@@@@@@@@@@@@@@&&%###&@@@@@@&%###%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#(((((##%&&@@@@@@@@@&&%%#(((((#&@@@@@&#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((#%&&@&&%##(((((((((#&@@@@&&#((##%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((((((#((((((((((((((#&@@@@@&%&&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#%%%%##((((((((#%%&%#((((#&@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@&&%###%%&@@@@&#((((#&@@@@@@@@&&&&@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@@@&#((((#&@@@@@&%#(((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@&%##((((#&@@@@&%#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&%#(((#&&@@@@@@@@@&&%##(((((((#%&@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@&%#%&@@@@@@@@&#((((((((##%&@@@@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((%&@@@@@@@@@&%#((((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((#%%&@@&&%##((((((((#%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@&%%#((((((((##((((((((##%&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&%##(((((((((##%&@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&&%##(#%&&@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a\x0a\x20\x20This\x20generator\x20will\x20help\x20you\x20add\x20MUI\x20to\x20your\x20project.\x0a\x20\x20Choose\x20from\x20a\x20selection\x20of\x20premade\x20MUI\x20components.\x0a\x20\x20','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','toString','493178YmlZXP','error','create','5272660OPVyXC','fsi','kit:mui:frame','cfg','kitChoices','2950632EoRaCg','info','24QtbyuB'];a136c=function(){return l;};return a136c();}import{Log}from'../../../tools/log/log.class.js';import a136e from'../../../generators/maka.gen.js';import a136f from'../kit.js';function a136d(a,b){const c=a136c();return a136d=function(d,e){d=d-0x14d;let f=c[d];return f;},a136d(a,b);}const MuiGen=Generator[a136j(0x14d)]({'name':a136j(0x170),'aliases':['m'],'usage':a136j(0x165),'resourceNameRequired':![],'shortDesc':a136j(0x16e),'validOpts':[''],'isPro':!![],'examples':[a136j(0x16d)]},async function(){const k=a136j;try{Log[k(0x154)](k(0x172)),Log[k(0x158)](k(0x171));const a=await Actions[k(0x161)]({'message':k(0x15b),'name':k(0x152),'choices':[{'name':k(0x166),'value':k(0x15c)},{'name':k(0x168),'value':k(0x156)}]}),b=this[k(0x14f)][k(0x162)](),c=this[k(0x151)]['getMakaProjectConfig']();a[k(0x15f)](k(0x15c))&&await a136e['processAndRunGenerator'](k(0x150),[],{'force':!![],'cwd':b,'config':c});a['includes']('auth')&&await a136e[k(0x16a)](k(0x164),[],{'force':!![],'cwd':b,'config':c});if(a[k(0x16b)]===0x0){Log[k(0x154)](k(0x163));return;}}catch(d){Log[k(0x175)](d),process[k(0x15d)](0x1);}},async function(){},a136f);export default MuiGen;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a137s=a137d;function a137d(a,b){const c=a137c();return a137d=function(d,e){d=d-0x102;let f=c[d];return f;},a137d(a,b);}(function(a,b){const p=a137d,c=a();while(!![]){try{const d=-parseInt(p(0x123))/0x1*(parseInt(p(0x114))/0x2)+parseInt(p(0x110))/0x3*(-parseInt(p(0x126))/0x4)+parseInt(p(0x10d))/0x5*(parseInt(p(0x131))/0x6)+-parseInt(p(0x11c))/0x7+parseInt(p(0x10c))/0x8*(parseInt(p(0x130))/0x9)+parseInt(p(0x104))/0xa+parseInt(p(0x11b))/0xb*(parseInt(p(0x11e))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a137c,0x860fc));const a137b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a137d;if(c){const e=c[q(0x115)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a137a=a137b(this,function(){const r=a137d;return a137a['toString']()[r(0x125)]('(((.+)+)+)+$')[r(0x124)]()['constructor'](a137a)[r(0x125)](r(0x135));});a137a();import a137e from'path';function a137c(){const u=['resourceName','create','test','className','react','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','7163500mSODiE','dir','template','Scaffolding\x20for\x20a\x20React\x20Layout.','assign','client','none','installNpmPackage','996328DACdYg','202390ABrdkG','string','api','12489GKUTOD','findProjectDirectory','features','setTemplate','1900284lNiEaJ','apply','injectTemplateModule','ramda','css','relative','component/component.js','132whqzld','5383763OoNdTm','engines','491856EOAoHr','withHooks','ssr','graphql','.js','1SKWvwj','toString','search','552FcNGOL','template/template.css','import\x20\x27./','pathFromApp','maka\x20g:layout\x20mobile/iPhone8','split','fileName','.css','warn','layout','45VjlFRd','150JOUPtt','.app-tests.js','withHook','checkNpmPackage','(((.+)+)+)+$','theme'];a137c=function(){return u;};return a137c();}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,kebabCase,pascalCase}from'change-case';const aliases=['l'];Generator[a137s(0x138)]({'name':a137s(0x12f),'aliases':aliases,'usage':'maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','shortDesc':a137s(0x107),'validOpts':[a137s(0x133)],'mustBeInMakaProject':!![],'examples':[a137s(0x12a),'maka\x20g:l\x20web/safari']},async function(a,b){const t=a137s,{projectConfig:c,fsi:d,cfg:e,pkg:f,scaffold:g}=this,h='/imports/ui/layouts',i=d['findAppDirectory'](),j=g[t(0x129)]({'pathParts':[h,b[t(0x105)],kebabCase(b['resourceName']),kebabCase(b[t(0x137)])]});typeof c['template'][t(0x139)]==='string'&&e[t(0x113)](t(0x139),c[t(0x106)][t(0x139)]);typeof c[t(0x106)][t(0x118)]===t(0x10e)&&e[t(0x113)](t(0x118),c['template']['css']);typeof c[t(0x106)]['js']==='string'&&e[t(0x113)]('js',c[t(0x106)]['js']);const k=b['_']?b['_'][0x0][t(0x12b)](':')[0x1]:![],l=b['_']&&aliases['includes'](k);l&&!f[t(0x134)](t(0x117))&&(Log[t(0x12e)]('Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...'),f[t(0x10b)](t(0x117),{'cwd':i}));if(l&&!f['checkNpmPackage']('react')){Log[t(0x12e)](t(0x103));return;}const m={'name':pascalCase(b['resourceName']),'myPath':a137e[t(0x119)](d[t(0x111)](),j),'cssCaseName':kebabCase(b[t(0x137)]),'className':pascalCase(b[t(0x137)]),'camelCaseName':camelCase(b[t(0x137)]),'fileName':kebabCase(b[t(0x137)]),'graphql':c[t(0x11d)][t(0x121)],'features':c['features'],'client':c['engines'][t(0x109)],'api':c[t(0x11d)][t(0x10f)],'ssr':c['engines'][t(0x120)],'test':c[t(0x11d)][t(0x139)],'theme':c['engines'][t(0x136)],'isComponent':![],'isLayout':!![],'withTranslations':c[t(0x112)]['withTranslations']};c['features']?.[t(0x11f)]||b[t(0x133)]?await g[t(0x106)]({'srcPath':'hook/hook.js','destPath':j+t(0x122),'framework':'react','context':m,'config':c}):await g[t(0x106)]({'srcPath':t(0x11a),'destPath':j+'.js','framework':'react','context':m,'config':c});c[t(0x11d)][t(0x139)]!==t(0x10a)&&await g[t(0x106)]({'srcPath':'test/test.js','destPath':j+t(0x132),'framework':t(0x102),'context':m,'config':c});c['template']['css']&&(await g[t(0x106)]({'srcPath':t(0x127),'destPath':j+t(0x12d),'context':Object[t(0x108)]({},m,{'className':kebabCase(b[t(0x137)])}),'config':c}),await g['injectAtBeginningOfFile']({'filePath':j+'.'+c[t(0x11d)]['js'],'content':t(0x128)+m[t(0x12c)]+'.'+c[t(0x11d)][t(0x118)]+'\x27;'}));const n=b[t(0x105)]?'/'+b[t(0x105)]+'/':'/',o=''+h+n+m['fileName']+'/'+m[t(0x12c)];await g[t(0x116)](m[t(0x13a)],c,o);});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a138h=a138d;function a138d(a,b){const c=a138c();return a138d=function(d,e){d=d-0xdd;let f=c[d];return f;},a138d(a,b);}(function(a,b){const f=a138d,c=a();while(!![]){try{const d=parseInt(f(0xe5))/0x1*(parseInt(f(0xe2))/0x2)+-parseInt(f(0xe0))/0x3*(parseInt(f(0xee))/0x4)+parseInt(f(0xdf))/0x5+parseInt(f(0xea))/0x6*(parseInt(f(0xe6))/0x7)+-parseInt(f(0xe7))/0x8+parseInt(f(0xe8))/0x9+-parseInt(f(0xe4))/0xa*(-parseInt(f(0xde))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a138c,0xcfd9f));function a138c(){const i=['search','2634758SdxsoW','maka\x20g:scaffold\x20todos','200UamKHB','1DZiCeh','1629971snbGqB','12475816jgWjsm','2681415pFtMQS','maka\x20g:package\x20package:name','18dIpLYq','maka\x20generate:scaffold\x20todos','toString','(((.+)+)+)+$','212HXOLlT','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:dbc\x20geoserver\x20--type=pgsql','596563FplaSy','1535730PWUeCw','73293jKiSUQ'];a138c=function(){return i;};return a138c();}const a138b=(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;};}()),a138a=a138b(this,function(){const g=a138d;return a138a[g(0xec)]()[g(0xe1)](g(0xed))['toString']()['constructor'](a138a)[g(0xe1)](g(0xed));});a138a();import{Generator}from'../generator.js';const MakaGen=new Generator({'name':'generate','aliases':['g'],'usage':a138h(0xf0),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'resourceNameRequired':![],'shortDesc':a138h(0xef),'examples':[a138h(0xeb),a138h(0xe3),'maka\x20g:template\x20todos/todo_item',a138h(0xe9),'maka\x20g:route\x20todos/edit','maka\x20g:api\x20trucks',a138h(0xdd)]},async function(){});export default MakaGen;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a139n=a139d;(function(a,b){const k=a139d,c=a();while(!![]){try{const d=-parseInt(k(0x97))/0x1+-parseInt(k(0xb1))/0x2*(parseInt(k(0x9e))/0x3)+parseInt(k(0xaf))/0x4*(parseInt(k(0x90))/0x5)+-parseInt(k(0xa8))/0x6*(parseInt(k(0x91))/0x7)+-parseInt(k(0x9d))/0x8*(parseInt(k(0xae))/0x9)+-parseInt(k(0x98))/0xa+-parseInt(k(0xb3))/0xb*(-parseInt(k(0xa1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a139c,0x2718e));const a139b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a139d;if(c){const e=c[l(0xa9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a139a=a139b(this,function(){const m=a139d;return a139a['toString']()[m(0xb2)](m(0x92))['toString']()[m(0x99)](a139a)['search']('(((.+)+)+)+$');});function a139c(){const p=['import\x20\x27./methods','template','1136760PRijbo','engines','error','imports','-rpc-method.','appPathPrefix','projectConfig','102GnGYXZ','apply','methods','maka\x20g:method\x20todos','Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','pkg','81dsadIa','12uFjLNg','create','362jZHmyO','search','143riIYzh','injectAtEndOfFile','scaffold','dir','resourceName','314325oAZCkG','68019DbjQGt','(((.+)+)+)+$','-rpc-method\x27;','mdg:validated-method','maka\x20{generate,\x20g}:{method,\x20m}\x20name','tsx','203113mobRWH','2885970ompXCL','constructor','index.','ddp-rate-limiter','startup','278456UiHfxR','4803FbuFss'];a139c=function(){return p;};return a139c();}a139a();import{Generator}from'../generator.js';function a139d(a,b){const c=a139c();return a139d=function(d,e){d=d-0x8f;let f=c[d];return f;},a139d(a,b);}import{Log}from'../tools/log/log.class.js';import{camelCase,kebabCase,pascalCase}from'change-case';Generator[a139n(0xb0)]({'name':'method','aliases':['m'],'usage':a139n(0x95),'mustBeInMakaProject':!![],'checkWhere':!![],'shortDesc':a139n(0xac),'validOpts':[a139n(0xb6)],'examples':[a139n(0xab)]},async function(a,b){const o=a139n;try{const c=this[o(0xa7)],d=b[o(0xb6)]?'/'+b[o(0xb6)]+'/':'/',f=kebabCase(b[o(0x8f)]),g={'name':b[o(0x8f)],'fileName':f,'className':pascalCase(b[o(0x8f)]),'camelCase':camelCase(b['resourceName']),'noRename':!![]};let h='js';c[o(0xa2)]['js']===o(0x96)&&(h='ts');await this[o(0xad)]['checkMeteorPackage'](['maka:check',o(0x9b),o(0x94)],{'shouldInstall':!![]}),await this[o(0xb5)][o(0xa0)]({'srcPath':'method/method.js','destPath':this[o(0xb5)]['pathFromApp']({'pathParts':[o(0xa4),o(0x9c),b['appPathPrefix'],o(0xaa),d,f+o(0xa5)+h]}),'context':g,'config':c});const i=this[o(0xb5)]['pathFromApp']({'pathParts':[o(0xa4),o(0x9c),b[o(0xa6)],o(0x9a)+c['engines']['js']]});await this[o(0xb5)][o(0xb4)]({'filePath':i,'content':o(0x9f)+d+f+o(0x93)});}catch(j){Log[o(0xa3)](j);}});
|