@maka/maka-cli 5.1.23 → 5.1.25
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 +24 -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 +98 -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/store.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/store.js +32 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/store.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 +67 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/roomsF.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/sceneSynthesizer.d.ts +6 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/sceneSynthesizer.js +66 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/sceneSynthesizer.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 +99 -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 +46 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/inventory.js +97 -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 +29 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/item.js +81 -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 +42 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/player.js +205 -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 +23 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.js +57 -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 +45 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/room.js +168 -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 +55 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/scene.js +259 -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 +59 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/items.js +271 -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/scenes/scene1.json +143 -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 +77 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/enums.js +86 -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 +192 -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 +54 -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
|
-
function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x17d;let f=c[d];return f;},a93d(a,b);}const a93k=a93d;(function(a,b){const h=a93d,c=a();while(!![]){try{const d=parseInt(h(0x17e))/0x1*(parseInt(h(0x193))/0x2)+-parseInt(h(0x19c))/0x3*(parseInt(h(0x18f))/0x4)+parseInt(h(0x1a6))/0x5+parseInt(h(0x19b))/0x6*(parseInt(h(0x197))/0x7)+-parseInt(h(0x1a0))/0x8*(-parseInt(h(0x198))/0x9)+parseInt(h(0x199))/0xa*(-parseInt(h(0x196))/0xb)+parseInt(h(0x187))/0xc*(parseInt(h(0x184))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xeefc7));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a93d;if(c){const e=c[i(0x18b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const j=a93d;return a93a[j(0x186)]()['search'](j(0x1a3))[j(0x186)]()[j(0x1a5)](a93a)[j(0x1a4)]('(((.+)+)+)+$');});a93a();import a93e from'path';import a93f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a93c(){const m=['disallowInsecure','cacert','maka\x20set:global-config\x20--cacert\x20<path>','8080xdivgf','success','Set\x20global\x20Maka-CLI\x20settings','(((.+)+)+)+$','search','constructor','8065915srpxik','openai','allowInsecure','workspace','Could\x20not\x20find\x20directory','8TfWUAj','setGlobalConfig','isDirectory','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','cfg','fsi','70447mjPvcH','One\x20or\x20the\x20other\x20buddy','toString','708JImyTX','maka\x20set:gc\x20--insecure\x20<path>','error','boolean','apply','resolve','Set\x20CA\x20Cert\x20Path:\x20','pallet','7499764fFyJUl','maka\x20set:gc\x20--workspace\x20<path>','maka\x20set:global-config','isFile','181892EzcvRw','Set\x20OpenAI\x20Key:\x20','Set\x20color\x20pallet\x20to:\x20','2058419QkWcrG','14UEutaM','45dRtDrl','40RFQtZG','help','2810466gyqlak','3CvTuls'];a93c=function(){return m;};return a93c();}Command['create']({'name':'global-config','usage':a93k(0x191),'aliases':['gc'],'maxOptsLength':0x3,'validOpts':[{'name':a93k(0x19e),'boolFlag':![]},{'name':a93k(0x1a8),'boolFlag':!![]},{'name':a93k(0x19d),'boolFlag':!![]},{'name':a93k(0x1a9),'boolFlag':![]},{'name':'openai','boolFlag':![]},{'name':a93k(0x19a),'boolFlag':!![]},{'name':a93k(0x18e),'values':['light','dark']}],'shortDesc':a93k(0x1a2),'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\x0a\x20\x20There\x20are\x20occasions\x20where\x20your\x20network\x20may\x20need\x20an\x20intermediate\x20certificate\x0a\x20\x20to\x20allow\x20connections\x20outside.\x20\x20You\x20may\x20set\x20your\x20certificate\x20path\x20using\x20the\x20command:\x0a\x0a\x20\x20maka\x20set:gc\x20--cacert\x0a\x20\x20','examples':[a93k(0x19f),a93k(0x188),a93k(0x190)]},async function(a,b){const l=a93k;try{if(b[l(0x19e)]){if(this[l(0x183)][l(0x192)](b['cacert']))await this[l(0x182)][l(0x17f)]({'cert':b[l(0x19e)]}),Log[l(0x1a1)](l(0x18d)+b['cacert']);else{const c=typeof b[l(0x19e)]===l(0x18a)?'Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.':l(0x181)+b[l(0x19e)];throw Log[l(0x189)](c);}}if(b[l(0x1a9)]){const d=this[l(0x183)][l(0x180)](b[l(0x1a9)]);if(d)await this[l(0x182)][l(0x17f)]({'workspace':a93e[l(0x18c)](b[l(0x1a9)])}),Log[l(0x1a1)]('Set\x20workspace:\x20'+a93e[l(0x18c)](b['workspace']));else throw Log[l(0x189)](l(0x17d));}b['openai']&&(await this[l(0x182)][l(0x17f)]({'openai':b[l(0x1a7)]}),Log['success'](l(0x194)+b[l(0x1a7)]));b[l(0x18e)]&&(await this[l(0x182)][l(0x17f)]({'pallet':b['pallet']}),Log['success'](l(0x195)+b[l(0x18e)]));if(b[l(0x1a8)]){if(b[l(0x1a8)]&&b[l(0x19d)])throw Log[l(0x189)](l(0x185));let f=b[l(0x1a8)];b[l(0x19d)]&&(f=![]),await this['cfg'][l(0x17f)]({'allowInsecure':f}),Log['success']('Set\x20allowInsecure:\x20'+f);}process['exit'](0x0);}catch(g){console[l(0x189)](g),process['exit'](0x0);}},a93f);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0xc1;var f=c[d];return f;},a94d(a,b);}var a94h=a94d;(function(a,b){var f=a94d,c=a();while(!![]){try{var d=parseInt(f(0xcf))/0x1*(-parseInt(f(0xc3))/0x2)+parseInt(f(0xc6))/0x3*(-parseInt(f(0xce))/0x4)+-parseInt(f(0xc5))/0x5*(-parseInt(f(0xd3))/0x6)+parseInt(f(0xd1))/0x7*(parseInt(f(0xc4))/0x8)+parseInt(f(0xd7))/0x9*(-parseInt(f(0xc7))/0xa)+parseInt(f(0xd2))/0xb+-parseInt(f(0xc1))/0xc*(-parseInt(f(0xc8))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0xa9a9c));var a94b=(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;};}()),a94a=a94b(this,function(){var g=a94d;return a94a[g(0xca)]()['search'](g(0xd0))['toString']()[g(0xc9)](a94a)['search'](g(0xd0));});a94a();import a94e from'./set.command.js';import{Command}from'../../command.js';function a94c(){var j=['6435QNvbLc','3spQrld','10dgquIq','3671213YRUjjX','constructor','toString','create','maka\x20set:local-config','notice','4458092QkCJvJ','1WeHxGh','(((.+)+)+)+$','10157ouGjuF','10606046LGmBKp','4566DYUnLD','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','local-config','Sorry,\x20not\x20implemented\x20yet','9266796PMIHgO','12JlmNBF','Set\x20local\x20maka\x20app\x20settings','738428PeDGsf','5416DtvSFK'];a94c=function(){return j;};return a94c();}import{Log}from'../../tools/log/log.class.js';Command[a94h(0xcb)]({'name':a94h(0xd5),'usage':a94h(0xcc),'examples':[],'aliases':['lc'],'mustBeInMakaProject':!![],'shortDesc':a94h(0xc2),'validOpts':[],'description':a94h(0xd4)},async function(){var i=a94h;Log[i(0xcd)](i(0xd6));},a94e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a95i=a95d;(function(a,b){const f=a95d,c=a();while(!![]){try{const d=parseInt(f(0xe9))/0x1*(parseInt(f(0xec))/0x2)+parseInt(f(0xe6))/0x3+parseInt(f(0xe8))/0x4+parseInt(f(0xe0))/0x5+parseInt(f(0xe3))/0x6*(-parseInt(f(0xed))/0x7)+parseInt(f(0xe2))/0x8*(parseInt(f(0xe5))/0x9)+-parseInt(f(0xeb))/0xa*(parseInt(f(0xe1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a95c,0x402fb));const a95b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a95d;if(c){const e=c[g(0xdf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a95a=a95b(this,function(){const h=a95d;return a95a[h(0xf2)]()[h(0xf0)]('(((.+)+)+)+$')[h(0xf2)]()['constructor'](a95a)[h(0xf0)](h(0xe4));});function a95d(a,b){const c=a95c();return a95d=function(d,e){d=d-0xdf;let f=c[d];return f;},a95d(a,b);}a95a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';function a95c(){const j=['23208CowWlD','1531434wgxEaD','(((.+)+)+)+$','225zzSXGU','1482399pDiUcc','set','1244328kBPfmu','9152wexLJW','create','1580GOETtv','16QwDCmq','14YjernH','\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','maka\x20set:<sub-command>','search','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','toString','apply','2233435CLLmDV','43461YlhgDI'];a95c=function(){return j;};return a95c();}const SetCommand=Command[a95i(0xea)]({'name':a95i(0xe7),'usage':a95i(0xef),'shortDesc':a95i(0xf1),'description':a95i(0xee),'validOpts':[]},async function(){throw UsageError;});export default SetCommand;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a96n=a96d;function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0x84;let f=c[d];return f;},a96d(a,b);}(function(a,b){const k=a96d,c=a();while(!![]){try{const d=-parseInt(k(0x8c))/0x1+parseInt(k(0x89))/0x2*(parseInt(k(0x84))/0x3)+parseInt(k(0x99))/0x4+parseInt(k(0x87))/0x5+-parseInt(k(0x92))/0x6*(parseInt(k(0x86))/0x7)+-parseInt(k(0x85))/0x8+-parseInt(k(0x9a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0x3ec12));const a96b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a96d;if(c){const e=c[l(0xa1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a96a=a96b(this,function(){const m=a96d;return a96a[m(0x96)]()[m(0x94)](m(0x90))['toString']()[m(0x8b)](a96a)['search'](m(0x90));});a96a();import a96e from'fs';function a96c(){const p=['assign','3cBAbnn','3331728fTBjPj','7ryqpdE','1157775mFjgVT','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','913850zyRmcu','maka\x20ssh\x20--env\x20staging','constructor','241127mcySeV','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','getAppConfigPath','cfg','(((.+)+)+)+$','readFileSync','419028ANxJXK','env','search','parse','toString','verbose','getEnvFromShorthand','1980884bZnOLO','1793052BtLltH','sshSync','length','join','exit','ssh.json','error','apply'];a96c=function(){return p;};return a96c();}import a96f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':'ssh','usage':'maka\x20ssh\x20<command>','mustBeInMakaProject':!![],'requiredOpts':['env'],'validOpts':['env',a96n(0x97)],'shortDesc':'Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','examples':['maka\x20ssh\x20--env\x20dev',a96n(0x8a),'maka\x20ssh\x20--env\x20prod',a96n(0x88),'maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22',a96n(0x8d)]},async function(a,b){const o=a96n;try{const c=this[o(0x8f)][o(0x98)](b[o(0x93)]),d=this[o(0x8f)][o(0x8e)](c);let f='';a[o(0x9c)]>0x0&&(f=a[0x0]);const g=a96f[o(0x9d)](d,o(0x9f)),h=a96e[o(0x91)](g)[o(0x96)](),i=JSON[o(0x95)](h);Object[o(0xa2)](i,{'env':d}),SSH[o(0x9b)](f,i,{'tty':!![],'verbose':!![],'sshVerbose':b[o(0x97)]});}catch(j){Log[o(0xa0)](j),process[o(0x9e)](0x1);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a97z=a97d;(function(a,b){const w=a97d,c=a();while(!![]){try{const d=-parseInt(w(0x134))/0x1*(-parseInt(w(0x15f))/0x2)+-parseInt(w(0x160))/0x3*(parseInt(w(0x14e))/0x4)+-parseInt(w(0x146))/0x5+-parseInt(w(0x171))/0x6*(-parseInt(w(0x155))/0x7)+-parseInt(w(0x14b))/0x8+-parseInt(w(0x133))/0x9+parseInt(w(0x15c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0xa76ca));const a97b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a97d;if(c){const e=c[x(0x16c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){const y=a97d;return a97a[y(0x16d)]()['search'](y(0x166))[y(0x16d)]()['constructor'](a97a)[y(0x150)]('(((.+)+)+)+$');});a97a();import a97e from'fs';import a97f from'path';function a97d(a,b){const c=a97c();return a97d=function(d,e){d=d-0x132;let f=c[d];return f;},a97d(a,b);}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';import{SSL}from'../tools/ssl/ssl.class.js';function a97c(){const B=['apply','toString','Checking\x20remote\x20host\x20availability','letsencrypt','genSSC','5889090ySKMkA','[?]\x20Domains\x20to\x20register:\x20','11960235JmRKfh','317sVycBE','ssh','parse','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','start','ssl','maka\x20ssl\x20[command]','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','letsencrypt.json','error','The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','sudo\x20snap\x20install\x20--classic\x20certbot','Please\x20provide\x20a\x20command.','join','generate-ssc','readFileSync','email','maka\x20ssl\x20--env\x20dev\x20generate-csr','2227755Gzumsz','create','exit','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','env','3782176sVbPvc','emailUpdate','.csr','1444oOQFpv','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','search','.crt','writeFileSync','ask','success','7mjVTvR','maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process','withSpinner','\x20--email\x20','generate-csr','stringify','domains','17876650JtzXis','appName','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','1086uQaujX','69yosxGJ','Create\x20and\x20manage\x20your\x20SSL\x20operations.','.key','assign','notice','Email\x20to\x20use\x20for\x20auto-updates:\x20','(((.+)+)+)+$','existsSync','getAppConfigPath','cfg','genCSR','uname\x20-a'];a97c=function(){return B;};return a97c();}Command[a97z(0x147)]({'name':a97z(0x139),'usage':a97z(0x13a),'validOpts':[a97z(0x15b),a97z(0x144)],'requiredOpts':[a97z(0x14a)],'shortDesc':a97z(0x161),'mustBeInMakaProject':!![],'minArgLength':0x1,'examples':[a97z(0x145),a97z(0x149),a97z(0x156)]},async function(a,b){const A=a97z,c=this[A(0x169)]['getMakaProjectConfig'](),d=this[A(0x169)]['getEnvFromShorthand'](b['env']),f=this[A(0x169)][A(0x168)](d),g=this['fsi']['mkKeysDir']({'configPath':f});let h='';a&&(h=a[0x0]);try{if(h===A(0x159))SSL[A(0x16a)]({'keyName':c[A(0x15d)]+A(0x162),'csrName':c['appName']+A(0x14d),'cwd':g});else{if(h===A(0x142)){if(!a97e[A(0x167)](a97f[A(0x141)](g,c[A(0x15d)]+A(0x162))))throw A(0x13e)+a97f[A(0x141)](g,c['appName']+A(0x162));if(!a97e['existsSync'](a97f['join'](g,c[A(0x15d)]+A(0x14d))))throw'The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20'+a97f[A(0x141)](g,c['appName']+A(0x14d));SSL[A(0x170)]({'keyName':c[A(0x15d)]+A(0x162),'crtName':c['appName']+A(0x151),'cwd':g}),Log['notice']('New\x20CSR\x20written\x20to\x20'+g);}else{if(h===A(0x16f)){let i=b[A(0x15b)],j=b[A(0x144)];try{const q=a97e[A(0x143)](a97f[A(0x141)](f,A(0x13c)))[A(0x16d)](),r=JSON[A(0x136)](q);i=b[A(0x15b)]?b[A(0x15b)]:r['domainNames'],j=b[A(0x144)]?b['email']:r[A(0x14c)],(!b[A(0x144)]||!b['domains'])&&Log[A(0x164)]('Using\x20saved\x20letsencrypt\x20config');}catch(s){}const k=JSON[A(0x136)](a97e[A(0x143)](f+'/ssh.json')[A(0x16d)]());Object[A(0x163)](k,{'env':f}),Log[A(0x164)](A(0x16e));try{const t=SSH['ping'](A(0x16b),k);if(!t)throw A(0x14f);if(t)Log[A(0x154)]('Remote\x20host\x20connection\x20successful');}catch(u){Log['error'](u);return;}const l=Log[A(0x157)]();l[A(0x138)]('Verifying\x20Letsencrypt\x20configuration'),SSH[A(0x135)](A(0x13b),{...k}),SSH[A(0x135)](A(0x13f),{...k}),SSH[A(0x135)](A(0x137),{...k}),l['success']();const m=i?i:await Actions[A(0x153)](A(0x132)),n=j?j:await Actions[A(0x153)](A(0x165));SSH['ssh'](A(0x15e)+m+A(0x158)+n,{...k},{'verbose':!![]});const o={'domainNames':m,'emailUpdate':n},p=JSON[A(0x15a)](o,null,0x2);a97e[A(0x152)](a97f['join'](f,A(0x13c)),p);}else throw A(0x140);}}}catch(v){console[A(0x13d)](v),process[A(0x148)](0x0);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a98d,c=a();while(!![]){try{var d=parseInt(f(0x175))/0x1+parseInt(f(0x16c))/0x2+parseInt(f(0x176))/0x3*(parseInt(f(0x172))/0x4)+parseInt(f(0x177))/0x5*(-parseInt(f(0x16e))/0x6)+-parseInt(f(0x178))/0x7+-parseInt(f(0x16d))/0x8+parseInt(f(0x170))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a98c,0x196ac));var a98b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a98d;if(c){var e=c[g(0x171)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a98a=a98b(this,function(){var h=a98d;return a98a[h(0x174)]()[h(0x16f)](h(0x173))['toString']()['constructor'](a98a)[h(0x16f)](h(0x173));});a98a();import'./test.command.js';import'./mocha.sub.cmd.js';import'./jest.sub.cmd.js';function a98d(a,b){var c=a98c();return a98d=function(d,e){d=d-0x16c;var f=c[d];return f;},a98d(a,b);}function a98c(){var i=['search','380763oUjRQN','apply','316CbuXSm','(((.+)+)+)+$','toString','129849DqiCQU','1623oOgQvu','3070puAtge','412307OrBcMH','363820IxaLHY','244496BpIZIP','1986MOofob'];a98c=function(){return i;};return a98c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a99q=a99d;(function(a,b){const o=a99d,c=a();while(!![]){try{const d=-parseInt(o(0x1ee))/0x1+-parseInt(o(0x1e7))/0x2+-parseInt(o(0x20f))/0x3*(-parseInt(o(0x1e9))/0x4)+-parseInt(o(0x1ff))/0x5*(parseInt(o(0x21a))/0x6)+parseInt(o(0x1e8))/0x7+-parseInt(o(0x1f1))/0x8*(-parseInt(o(0x1e5))/0x9)+parseInt(o(0x1d9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0xad590));const a99b=(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;};}()),a99a=a99b(this,function(){const p=a99d;return a99a[p(0x1e4)]()[p(0x212)](p(0x20d))[p(0x1e4)]()[p(0x1fa)](a99a)[p(0x212)]('(((.+)+)+)+$');});a99a();function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x1d8;let f=c[d];return f;},a99d(a,b);}import{Command}from'../../command.js';import a99e from'./test.command.js';import a99f from'jest';import a99g from'path';Command[a99q(0x1eb)]({'name':a99q(0x215),'usage':a99q(0x1df),'shortDesc':a99q(0x20a),'description':a99q(0x203),'mustBeInMakaProject':!![],'validOpts':[{'name':a99q(0x1f5),'boolFlag':!![],'description':'Run\x20Jest\x20in\x20watch\x20mode'},{'name':a99q(0x1dd),'boolFlag':!![],'description':a99q(0x1f6)},{'name':a99q(0x1fd),'boolFlag':!![],'description':a99q(0x206)},{'name':'runInBand','boolFlag':!![],'description':a99q(0x209)},{'name':a99q(0x211),'boolFlag':!![],'description':'Run\x20only\x20failed\x20tests\x20from\x20the\x20last\x20run'},{'name':a99q(0x20b),'description':a99q(0x1db),'regex':/^.+\.js$/},{'name':a99q(0x1ec),'boolFlag':!![],'description':'Clear\x20Jest\x20cache\x20before\x20running\x20tests'}]},async function(a,b){const r=a99q,c=this['fsi']['findAppDirectory'](),d=this[r(0x217)][r(0x202)]();await this['pkg'][r(0x1de)]([r(0x1e6),r(0x210),r(0x201),r(0x1e0),r(0x218)],{'cwd':c,'shouldInstall':!![],'saveDev':!![]});const e=this[r(0x1fe)][r(0x200)]();e[r(0x1fb)][r(0x20e)]===r(0x1f8)&&await this[r(0x1e3)][r(0x1de)]([r(0x1ef)],{'cwd':c,'shouldInstall':!![],'saveDev':!![]});if(b[r(0x1ec)]){await a99f[r(0x213)]({'_':[],'$0':r(0x215),'clearCache':!![]},[c]);return;}const f=a99g['join'](d,r(0x20b),r(0x1e1)),g=this['fsi'][r(0x205)](f);!g&&await this[r(0x1fc)]['template']({'srcPath':'test/jest/jest.setup.js','destPath':f,'framework':r(0x214),'context':{'noRename':!![]}});const h=a99g[r(0x1f7)](c,r(0x20c)),i=this[r(0x217)][r(0x205)](h);!i&&await this['scaffold'][r(0x204)]({'srcPath':'test/jest/jest.config.js','destPath':h,'framework':'service','context':{'noRename':!![]}});const j=a99g['join'](c,'babel.config.js'),k=this['fsi'][r(0x205)](j);!k&&await this[r(0x1fc)]['template']({'srcPath':r(0x1f9),'destPath':j,'framework':r(0x214),'context':{'noRename':!![]}});const l={'_':a,'$0':r(0x215),'testEnvironment':r(0x1f0),'watch':b[r(0x1f5)]||![],'coverage':b[r(0x1dd)]||![],'updateSnapshot':b['updateSnapshot']||![],'runInBand':b[r(0x1da)]||![],'onlyFailures':b['onlyFailures']||![],'config':b[r(0x20b)]||undefined,'rootDir':c,'coverageDirectory':a99g[r(0x1f7)](d,r(0x1dd)),'testPathIgnorePatterns':[r(0x1dc),r(0x1f2),r(0x1f4),r(0x1ed)],'testMatch':[r(0x219)],'transform':{'^.+\x5c.(js|jsx|ts|tsx)$':'babel-jest','.+\x5c.(css|styl|less|sass|scss)$':r(0x201)},'transformIgnorePatterns':[r(0x21b),r(0x207)],'setupFiles':[f],'moduleNameMapper':{'\x5c.(css|less|scss)$':r(0x1e0),'^/(.*)$':r(0x216)}};try{const {results:m}=await a99f[r(0x213)](l,[c]);m['success']?(console[r(0x21c)](r(0x1f3)),b[r(0x1dd)]&&console[r(0x21c)]('Coverage\x20report\x20generated\x20in\x20the\x20\x22coverage\x22\x20directory.')):(console[r(0x1ea)]('Some\x20tests\x20failed.'),process['exit'](0x1));}catch(n){console['error'](r(0x208)+n[r(0x1d8)]),process[r(0x1e2)](0x1);}},a99e);function a99c(){const s=['609nAgrTO','@babel/plugin-syntax-jsx','onlyFailures','search','runCLI','service','jest','<rootDir>/$1','fsi','jest-environment-jsdom','**/?(*.)+(app-tests).[tj]s?(x)','18bjrxqn','/node_modules/','log','message','2569530XZAnGf','runInBand','Specify\x20a\x20custom\x20Jest\x20config\x20file','/node_modules','coverage','checkNpmPackage','maka\x20test:jest\x20<file|directory>\x20[--options]','identity-obj-proxy','jest.setup.js','exit','pkg','toString','774dhZpuG','@testing-library/react','1756154tUKYQI','3132948efupKn','27972sdTQlg','error','create','clearCache','<rootDir>/private','1346174fACGQu','@apollo/react-testing','jsdom','96832wZzXqC','<rootDir>/packages','Tests\x20completed\x20successfully.','<rootDir>/public','watch','Generate\x20test\x20coverage\x20report','join','apollo','eslint/babel.config.js','constructor','engines','scaffold','updateSnapshot','cfg','384595HwrFNl','getMakaProjectConfig','jest-css-modules-transform','findProjectDirectory','Runs\x20Jest\x20tests\x20in\x20the\x20specified\x20file\x20or\x20directory\x20with\x20optional\x20Jest\x20configurations,\x20including\x20coverage\x20reports.','template','isFile','Update\x20Jest\x20snapshots','^.+\x5c.module\x5c.(css|sass|scss)$','Error\x20running\x20Jest:\x20','Run\x20tests\x20sequentially\x20in\x20the\x20same\x20process','Run\x20a\x20Jest\x20test\x20suite\x20with\x20custom\x20options','config','jest.config.js','(((.+)+)+)+$','graphql'];a99c=function(){return s;};return a99c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a100x=a100d;(function(a,b){const t=a100d,c=a();while(!![]){try{const d=parseInt(t(0xc9))/0x1*(-parseInt(t(0xb8))/0x2)+parseInt(t(0xea))/0x3+parseInt(t(0xda))/0x4+parseInt(t(0xd0))/0x5*(-parseInt(t(0xc6))/0x6)+-parseInt(t(0xbc))/0x7+-parseInt(t(0xc3))/0x8*(parseInt(t(0xeb))/0x9)+parseInt(t(0xe1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a100c,0xac2b9));const a100b=(function(){let a=!![];return function(b,c){const d=a?function(){const u=a100d;if(c){const e=c[u(0xd7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a100a=a100b(this,function(){const v=a100d;return a100a[v(0xf2)]()['search']('(((.+)+)+)+$')[v(0xf2)]()[v(0xc8)](a100a)['search'](v(0xc7));});a100a();function a100c(){const A=['local','jasmine','.maka','2590560YqYZPY','cfg','isFile','mpi','processAndRunGenerator','isMeteorInstalled','readFileSync','8744wDNXOq','filter','inspect','957414OBbazT','(((.+)+)+)+$','constructor','3apTirQ','concat','fsi','forEach','Meteor\x20Settings:\x20','relative','once','5eMIsyJ','config','create','packages','openSync','slice','utf8','apply','warn','sanjo:jasmine','1176660hAKhnE','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','Node\x20Env\x20Config:\x20','config.json','--env','engines','port','11569850bBbZOa','getEnvFromShorthand','notice','splice','parse','settings.json','Cannot\x20find\x20Node\x20Environment\x20file,\x20creating:\x20','Your\x20local\x20config\x20has\x20gone\x20missing,\x20remaking\x20it...','--settings','2912475JdEMJX','6174SjASGm','test','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','--packages','argv','driver-package','This\x20project\x20does\x20not\x20have\x20a\x20mocha\x20test\x20driver','toString','cwd','mocha','unit','driver','getAppConfigPath','settings','findProjectDirectory','checkConfigExists','join','rawLogs','testAppPath','error','meteortesting:mocha','none','checkNpmPackage','291546jjmAOU'];a100c=function(){return A;};return a100c();}import a100e from'fs';import a100f from'path';import a100g from'dotenv';import{execSync}from'child_process';import a100h from'./test.command.js';import a100i from'../../generators/maka.gen.js';function a100d(a,b){const c=a100c();return a100d=function(d,e){d=d-0xac;let f=c[d];return f;},a100d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const w=a100d;a100e[w(0xd4)](a,'r'),a100g[w(0xd1)]({'path':a});};Command[a100x(0xd2)]({'name':a100x(0xf4),'mustBeInMakaProject':!![],'validOpts':[a100x(0xcf),'packages','driver','driverPackage',a100x(0xf5),'env',a100x(0xb2),a100x(0xe0),a100x(0xc5),a100x(0xb3)],'usage':'maka\x20test:mocha','aliases':['m'],'shortDesc':a100x(0xed),'examples':[]},async function(a,b){const y=a100x;try{this['mpi'][y(0xc1)]()?Log[y(0xe3)]('Meteor\x20is\x20installed.'):(Log[y(0xd8)]('Meteor\x20is\x20not\x20installed\x20or\x20cannot\x20be\x20found\x20in\x20your\x20path.\x20Installing...'),execSync('maka\x20install\x20meteor\x20--force',{'stdio':'inherit'}));this['pkg'][y(0xb7)]('@testing-library/dom\x20meteor-node-stubs\x20chai',{'shouldInstall':!![]});const c=b['env']?this[y(0xbd)][y(0xe2)](b['env']):'local';(!b['unit']||!!b[y(0xcf)])&&(a=a[y(0xca)](['--full-app']));b[y(0xf5)]&&delete b[y(0xf5)];let d=b[y(0xf0)]||b[y(0xac)]||y(0xb6);if(d===y(0xb6)){const l=JSON[y(0xe5)](a100e[y(0xc2)](a100f[y(0xb1)](this[y(0xcb)]['findProjectDirectory'](),y(0xbb),y(0xdd)),y(0xd6)));if(l['engines']['test']===y(0xba))d=y(0xd9);else l[y(0xdf)][y(0xec)]==='mocha'&&(d=y(0xb5));}if(d===y(0xb6))throw y(0xf1);(!b['driver-package']||!b[y(0xac)])&&(a=a[y(0xca)](['--driver-package',d]));const f=this[y(0xbd)][y(0xb0)]('local');if(!f){Log[y(0xd8)](y(0xe8));const m=this[y(0xcb)][y(0xaf)]();await a100i[y(0xc0)]('config',[y(0xb9)],{'cwd':m,'root':!![]});}const g=this[y(0xbd)][y(0xad)](c),h=a100f['join'](g,'process.env');let i=a100f['join'](g,y(0xe6));b[y(0xae)]?i=b[y(0xae)]:i=a100f[y(0xb1)](g,y(0xe6));if(this['fsi'][y(0xbe)](h)){const n=a100f[y(0xce)](process['cwd'](),h);Log['notice'](y(0xdc)+n),syncSource(h);}else{const o=a100f[y(0xce)](process['cwd'](),h);Log['info'](y(0xe7)+o),this['fsi']['createFile']({'filePath':h,'data':''});}if(this['fsi']['isFile'](i)){const p=a100f[y(0xce)](process[y(0xf3)](),i);Log[y(0xe3)](y(0xcd)+p),a=a['concat']([y(0xe9),i]);}else{const q=a100f[y(0xce)](process[y(0xf3)](),i);Log[y(0xd8)](y(0xdb)+q);}const j=process[y(0xef)][y(0xd5)](0x2)[y(0xc4)](r=>r!==y(0xde))[y(0xc4)](r=>r!==y(0xec))[y(0xc4)](r=>r!==a[0x0]);j[y(0xcc)]((r,s)=>{const z=y;(r===z(0xde)||r==='--driver')&&j['splice'](s,0x2),r===z(0xee)&&j[z(0xe4)](s,0x1);});const k=b[y(0xd3)]?'test-packages':'test';await this[y(0xbf)]['invokeMeteorCommand'](k,a[y(0xca)](j));}catch(r){console[y(0xb4)](r),process['exit'](0x0);}},a100h);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a101d(a,b){const c=a101c();return a101d=function(d,e){d=d-0xfc;let f=c[d];return f;},a101d(a,b);}const a101i=a101d;(function(a,b){const f=a101d,c=a();while(!![]){try{const d=parseInt(f(0x103))/0x1+parseInt(f(0x104))/0x2*(parseInt(f(0x109))/0x3)+parseInt(f(0x107))/0x4+parseInt(f(0x108))/0x5+parseInt(f(0xff))/0x6+parseInt(f(0x101))/0x7*(-parseInt(f(0xfc))/0x8)+-parseInt(f(0xfe))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a101c,0x4259d));const a101b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a101d;if(c){const e=c[g(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a101a=a101b(this,function(){const h=a101d;return a101a['toString']()[h(0x106)]('(((.+)+)+)+$')['toString']()[h(0x102)](a101a)[h(0x106)](h(0x10a));});function a101c(){const j=['531417dwFXPf','10HLMccr','\x0a\x20\x20\x20\x20Run\x20a\x20meteor\x20test\x20driver,\x20or\x20utilize\x20a\x20headless\x20test\x20suite.\x0a\x20\x20','search','54812piNKoH','430450QAKUqX','24609VpWoFw','(((.+)+)+)+$','Run\x20a\x20Meteor\x20Test\x20Driver','create','56NdimaT','test','5980320waSYfH','1692066AiWWUd','apply','17983IMewIt','constructor'];a101c=function(){return j;};return a101c();}a101a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';const TestCommand=Command[a101i(0x10c)]({'name':a101i(0xfd),'usage':'maka\x20test:<sub-command>','shortDesc':a101i(0x10b),'description':a101i(0x105),'validOpts':[]},async function(){throw UsageError;});export default TestCommand;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a102d(a,b){var c=a102c();return a102d=function(d,e){d=d-0x8e;var f=c[d];return f;},a102d(a,b);}var a102h=a102d;(function(a,b){var f=a102d,c=a();while(!![]){try{var d=-parseInt(f(0x94))/0x1*(-parseInt(f(0x8f))/0x2)+-parseInt(f(0x99))/0x3+-parseInt(f(0x98))/0x4+parseInt(f(0x92))/0x5+parseInt(f(0x9b))/0x6*(-parseInt(f(0x9c))/0x7)+-parseInt(f(0x9e))/0x8*(parseInt(f(0x9d))/0x9)+parseInt(f(0x95))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a102c,0x9532b));var a102b=(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;};}()),a102a=a102b(this,function(){var g=a102d;return a102a[g(0x93)]()[g(0x9a)](g(0x91))[g(0x93)]()[g(0x8e)](a102a)['search'](g(0x91));});a102a();import{Command}from'../command.js';import a102e from'../generators/maka.gen.js';Command[a102h(0x90)]({'name':a102h(0x96),'aliases':['u'],'validOpts':[],'shortDesc':a102h(0x97),'experimental':!![]},async function(){a102e['undo']();});function a102c(){var i=['undo','Read\x20the\x20project\x27s\x20history\x20and\x20attempt\x20to\x20undo\x20the\x20last\x20action','904848cVUfof','3373665xZQYQA','search','138oeyvkP','87815ydmIgj','1036233RSjXDp','24YEZOtI','constructor','2Idfisc','create','(((.+)+)+)+$','5968515Vvrswy','toString','532814qscKSn','8693110zKUajL'];a102c=function(){return i;};return a102c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a103m=a103d;function a103c(){const o=['toString','info','5780bKRegX','9rQIPoX','3492955qpPVxW','readdirSync','21csiPxJ','rmSync','exit','rmdir','Aborted.','releases','meteor','win32','Select\x20a\x20Meteor\x20version\x20to\x20uninstall:','(((.+)+)+)+$','Meteor\x20','homedir','notice','filter','Removing\x20Meteor\x20','118806rtxFhv','error','success','select','platform','2VrlnTy','1638SpotYK','349140HPPRkx','maka\x20uninstall\x20[version]','uninstall','apply','No\x20Meteor\x20versions\x20installed.','341YRJfoY','2236952JnVrKB','create','existsSync','join','version','search','\x20is\x20not\x20installed.','.meteor','withSpinner','Are\x20you\x20sure\x20you\x20want\x20to\x20uninstall\x20Meteor\x20','length','30161160OPWwko','755068VIQPmt','Meteor\x20version\x20'];a103c=function(){return o;};return a103c();}(function(a,b){const j=a103d,c=a();while(!![]){try{const d=-parseInt(j(0x1e3))/0x1*(parseInt(j(0x1f7))/0x2)+parseInt(j(0x1e4))/0x3*(parseInt(j(0x1fb))/0x4)+-parseInt(j(0x1fd))/0x5+-parseInt(j(0x1de))/0x6*(-parseInt(j(0x1ff))/0x7)+-parseInt(j(0x1eb))/0x8*(parseInt(j(0x1fc))/0x9)+-parseInt(j(0x1e5))/0xa*(parseInt(j(0x1ea))/0xb)+parseInt(j(0x1f6))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a103c,0x8558f));function a103d(a,b){const c=a103c();return a103d=function(d,e){d=d-0x1dd;let f=c[d];return f;},a103d(a,b);}const a103b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a103d;if(c){const e=c[k(0x1e8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a103a=a103b(this,function(){const l=a103d;return a103a[l(0x1f9)]()[l(0x1f0)]('(((.+)+)+)+$')['toString']()['constructor'](a103a)[l(0x1f0)](l(0x208));});a103a();import a103e from'fs';import a103f from'os';import a103g from'path';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';import{Actions}from'../tools/actions/actions.class.js';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';Command[a103m(0x1ec)]({'name':a103m(0x1e7),'aliases':['rm','remove'],'shortDesc':'Uninstall\x20a\x20specific\x20Meteor\x20version','usage':a103m(0x1e6),'validOpts':[],'requiredOpts':[],'minArgLength':0x0},async function(a){const n=a103m;try{const b=process[n(0x1e2)]===n(0x206),c=b?'meteor.bat':n(0x205),d=a103g[n(0x1ee)](a103f[n(0x20a)](),'.meteor',n(0x204));!a103e[n(0x1ed)](d)&&(Log[n(0x1df)](n(0x1e9)),process[n(0x201)](0x1));const e=a103e[n(0x1fe)](d)[n(0x20c)](i=>a103e[n(0x1ed)](a103g['join'](d,i,n(0x1f2),c)));e[n(0x1f5)]===0x0&&(Log[n(0x1df)](n(0x1e9)),process[n(0x201)](0x1));let f=a[0x0];!f?e[n(0x1f5)]===0x1?f=e[0x0][n(0x1f9)]():(Log[n(0x20b)]('You\x20have\x20multiple\x20Meteor\x20installations'),f=await Actions[n(0x1e1)]({'message':n(0x207),'name':n(0x1ef),'choices':e['map'](i=>({'value':i,'name':i}))})):f=f[n(0x1f9)]();const g=a103g['join'](d,f);!a103e[n(0x1ed)](g)&&(Log[n(0x1df)](n(0x1f8)+f+n(0x1f1)),process[n(0x201)](0x1));const h=await Actions['confirm'](n(0x1f4)+f+'?',![]);!h&&(Log[n(0x1fa)](n(0x203)),process['exit'](0x0)),a103e[n(0x200)](g,{'recursive':!![],'force':!![]}),a103e[n(0x1ed)](g)&&b&&await SpawnAsync[n(0x1f3)](n(0x202),['/s','/q',g],{'message':n(0x1dd)+f+'\x20(Windows\x20fallback)'}),Log[n(0x1e0)](n(0x209)+f+'\x20uninstalled.');}catch(i){Log[n(0x1df)](i),process[n(0x201)](0x1);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a104d,c=a();while(!![]){try{var d=parseInt(f(0x1bc))/0x1+parseInt(f(0x1b7))/0x2+-parseInt(f(0x1b3))/0x3+parseInt(f(0x1be))/0x4+-parseInt(f(0x1b6))/0x5*(-parseInt(f(0x1bd))/0x6)+parseInt(f(0x1b5))/0x7+parseInt(f(0x1b9))/0x8*(-parseInt(f(0x1ba))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a104c,0x94fb6));var a104b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a104d;if(c){var e=c[g(0x1b4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a104a=a104b(this,function(){var h=a104d;return a104a['toString']()[h(0x1bb)](h(0x1b8))['toString']()['constructor'](a104a)[h(0x1bb)]('(((.+)+)+)+$');});a104a();import'./version.js';function a104d(a,b){var c=a104c();return a104d=function(d,e){d=d-0x1b3;var f=c[d];return f;},a104d(a,b);}import'./use.sub.cmd.js';import'./list.sub.cmd.js';function a104c(){var i=['1990YaOJar','2183262FgQspl','(((.+)+)+)+$','25521824kLbwMo','9NEEQSj','search','928140TKmDNS','17784rfJgWh','1555372KCyWam','1356567sCgxTY','apply','4650527yXOukN'];a104c=function(){return i;};return a104c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a105q=a105d;function a105c(){const t=['.meteor','existsSync','1144475gbnTle','4008888TcHaHm','exit','search','(((.+)+)+)+$','info','3380GZIOwd','toString','bin','platform','90608fSQowX','releases','error','1519312gWxoon','767520gEfnNw','1509KhOuNz','length','match','log','Installed\x20Meteor\x20versions:\x0a','readdirSync','meteor.bat','join','homedir','3434592SQigxA','filter','meteor','\x20(active)','create','apply','win32'];a105c=function(){return t;};return a105c();}function a105d(a,b){const c=a105c();return a105d=function(d,e){d=d-0x16f;let f=c[d];return f;},a105d(a,b);}(function(a,b){const n=a105d,c=a();while(!![]){try{const d=parseInt(n(0x170))/0x1+-parseInt(n(0x173))/0x2+-parseInt(n(0x175))/0x3*(-parseInt(n(0x18d))/0x4)+-parseInt(n(0x187))/0x5+-parseInt(n(0x174))/0x6+parseInt(n(0x17e))/0x7+parseInt(n(0x188))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a105c,0x5f71b));const a105b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a105d;if(c){const e=c[o(0x183)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a105a=a105b(this,function(){const p=a105d;return a105a[p(0x18e)]()['search'](p(0x18b))[p(0x18e)]()['constructor'](a105a)[p(0x18a)](p(0x18b));});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(0x182)]({'name':'list','aliases':['ls'],'shortDesc':'List\x20installed\x20Meteor\x20versions','usage':'maka\x20version:list','validOpts':[],'requiredOpts':[]},async function(){const r=a105q;try{const a=process[r(0x16f)]===r(0x184),b=a?r(0x17b):r(0x180),c=a105g[r(0x17c)](a105f[r(0x17d)](),r(0x185),r(0x171)),d=a105g[r(0x17c)](a105f['homedir'](),r(0x185),r(0x18f),b);let f=null;if(a105e[r(0x186)](d))try{const h=a105e['realpathSync'](d);console['log'](h);const i=h[r(0x177)](/releases[\\/](.+?)[\\/]\.meteor[\\/]meteor(\.bat)?$/);if(i)f=i[0x1];}catch(j){f=null;}if(!a105e[r(0x186)](c)){Log[r(0x18c)]('No\x20Meteor\x20versions\x20installed.');return;}const g=a105e[r(0x17a)](c)[r(0x17f)](k=>a105e[r(0x186)](a105g[r(0x17c)](c,k,r(0x185),b)));if(g[r(0x176)]===0x0){Log['info']('No\x20Meteor\x20versions\x20installed.');return;}Log['info'](r(0x179)),g['forEach'](k=>{const s=r,l=k===f?'*':'\x20',m=k===f?k+s(0x181):k;console[s(0x178)](l+'\x20'+m);}),console['log']();}catch(k){Log[r(0x172)](k),process[r(0x189)](0x1);}},a105h);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a106n=a106d;(function(a,b){const k=a106d,c=a();while(!![]){try{const d=-parseInt(k(0x196))/0x1+-parseInt(k(0x19e))/0x2+parseInt(k(0x179))/0x3*(-parseInt(k(0x182))/0x4)+-parseInt(k(0x1a0))/0x5+-parseInt(k(0x197))/0x6+parseInt(k(0x191))/0x7*(parseInt(k(0x195))/0x8)+parseInt(k(0x17c))/0x9*(parseInt(k(0x185))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a106c,0x191a2));function a106d(a,b){const c=a106c();return a106d=function(d,e){d=d-0x176;let f=c[d];return f;},a106d(a,b);}const a106b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a106d;if(c){const e=c[l(0x18a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a106a=a106b(this,function(){const m=a106d;return a106a[m(0x19c)]()['search']('(((.+)+)+)+$')['toString']()[m(0x17a)](a106a)[m(0x18f)]('(((.+)+)+)+$');});a106a();import a106e from'fs';import a106f from'os';function a106c(){const p=['processAndRunCommand','existsSync','toString','length','180534sJVmwV','Select\x20a\x20Meteor\x20version\x20to\x20use:','598365gBMBGK','homedir','VERSION','version','Set\x20a\x20current\x20Meteor\x20version','Install\x20version\x20','3SkscPO','constructor','meteor.bat','9MnIvmN','platform','install','meteor','maka\x20version:use\x20[version]','.meteor','580988DsFIHp','join','linkVersionAsCurrent','4917730VhvFTl','map','notice','\x20is\x20not\x20installed.','win32','apply','use','select','exit','confirm','search','writeFileSync','1275855NHHSwt','reverse','error','create','8NXPQZG','29085lUxfvI','1121688LhseVq','releases','No\x20Meteor\x20versions\x20installed.'];a106c=function(){return p;};return a106c();}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(0x194)]({'name':a106n(0x18b),'aliases':['u'],'shortDesc':a106n(0x177),'usage':a106n(0x180),'validOpts':[],'requiredOpts':[],'minArgLength':0x0},async function(a){const o=a106n;try{const {mpi:b}=this,c=process[o(0x17d)]===o(0x189),d=c?o(0x17b):o(0x17f),e=a106g[o(0x183)](a106f[o(0x1a1)](),'.meteor',o(0x198));!a106e[o(0x19b)](e)&&(Log[o(0x193)](o(0x199)),process[o(0x18d)](0x1));const f=a106e['readdirSync'](e)['filter'](i=>a106e[o(0x19b)](a106g[o(0x183)](e,i,o(0x181),d)));f['length']===0x0&&(Log['error'](o(0x199)),process['exit'](0x1));let g=a[0x0];!g?f[o(0x19d)]===0x1?g=f[0x0]['toString']():(Log[o(0x187)]('You\x20have\x20multiple\x20Meteor\x20installations'),g=await Actions[o(0x18c)]({'message':o(0x19f),'name':o(0x176),'choices':f[o(0x186)](i=>({'value':i,'name':i}))[o(0x192)]()})):g=g[o(0x19c)]();const h=a106g['join'](e,g,o(0x181),d);if(!a106e[o(0x19b)](h)){Log[o(0x193)]('Meteor\x20version\x20'+g+o(0x188));const i=await Actions[o(0x18e)](o(0x178)+g+'?',!![]);i&&await a106h[o(0x19a)](o(0x17e),[o(0x17f)],{'release':g});}b[o(0x184)](g),a106e[o(0x190)](a106g[o(0x183)](a106f[o(0x1a1)](),o(0x181),o(0x1a2)),g,'utf8'),Log['success']('Now\x20using\x20Meteor\x20'+g);}catch(j){Log[o(0x193)](j),process[o(0x18d)](0x1);}},a106i);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a107k=a107d;(function(a,b){const h=a107d,c=a();while(!![]){try{const d=-parseInt(h(0x151))/0x1*(-parseInt(h(0x150))/0x2)+parseInt(h(0x15b))/0x3+parseInt(h(0x16f))/0x4*(-parseInt(h(0x171))/0x5)+-parseInt(h(0x156))/0x6+parseInt(h(0x14f))/0x7*(parseInt(h(0x166))/0x8)+parseInt(h(0x16c))/0x9+parseInt(h(0x159))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a107c,0xc4384));function a107d(a,b){const c=a107c();return a107d=function(d,e){d=d-0x14f;let f=c[d];return f;},a107d(a,b);}const a107b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a107d;if(c){const e=c[i(0x15e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a107a=a107b(this,function(){const j=a107d;return a107a[j(0x157)]()[j(0x176)](j(0x16a))['toString']()[j(0x15f)](a107a)[j(0x176)]('(((.+)+)+)+$');});a107a();import a107e from'semver';function a107c(){const m=['This\x20often\x20happens\x20when\x20Meteor\x20doesn\x27t\x20use\x20SemVer','494040KcMtQl','getGlobalMeteorVersion','notice','apply','constructor','isMakaProject','----------------------Project----------------------------','----------------------System----------------------------','Maka\x20','\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','exit','8wPhHnw','An\x20error\x20occurred\x20while\x20processing\x20the\x20Meteor\x20version:\x20','verbose','compareMakaToLatest','(((.+)+)+)+$','error','4273380pbybqZ','maka\x20version','replace','4RUxASM','System\x27s\x20Meteor\x20Version\x20','6258430rrntwe','create','Project\x27s\x20Meteor\x20Version\x20','\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','warn','search','bright','mpi','3353665ZeeGiT','38yBBafA','57737fWkDGv','getProjectMeteorVersion','valid','fsi','version','4190028jhrhdD','toString','maka\x20v','5381420xbVEoO'];a107c=function(){return m;};return a107c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const pjson={'version':'5.1.23'},Version=Command[a107k(0x172)]({'name':a107k(0x155),'aliases':['v'],'usage':a107k(0x16d),'maxArgLength':0x1,'validOpts':[a107k(0x168)],'shortDesc':'Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','examples':[a107k(0x158),a107k(0x16d)],'description':a107k(0x174)},async function(a,b){const l=a107k;try{Log['majestic'](l(0x163)+pjson[l(0x155)]),await this[l(0x154)][l(0x169)]();if(b[l(0x168)]){await this[l(0x154)][l(0x169)](),Log[l(0x177)](l(0x162));const c=await this[l(0x178)][l(0x15c)]();Log[l(0x177)]((l(0x170)+c)['replace']('\x0a',''));if(this[l(0x154)][l(0x160)]()){Log['bright'](l(0x161));const d=this[l(0x154)][l(0x152)]();try{!a107e[l(0x153)](d)?Log[l(0x175)](l(0x173)+d[l(0x16e)]('\x0a','')):Log[l(0x15d)](l(0x173)+d[l(0x16e)]('\x0a',''));}catch(f){Log[l(0x16b)](l(0x167)+f),Log[l(0x16b)](l(0x15a));}Log['bright'](l(0x164));}}}catch(g){console['error'](g),process[l(0x165)](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(0x1db))/0x1+-parseInt(f(0x1e5))/0x2+-parseInt(f(0x1e7))/0x3*(-parseInt(f(0x1df))/0x4)+-parseInt(f(0x1e0))/0x5+parseInt(f(0x1e4))/0x6*(parseInt(f(0x1da))/0x7)+-parseInt(f(0x1d9))/0x8*(-parseInt(f(0x1e3))/0x9)+-parseInt(f(0x1e6))/0xa*(-parseInt(f(0x1de))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a108c,0xc90c3));var a108b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a108d;if(c){var e=c[g(0x1dd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a108a=a108b(this,function(){var h=a108d;return a108a['toString']()['search'](h(0x1e1))[h(0x1dc)]()[h(0x1e2)](a108a)['search'](h(0x1e1));});a108a();export class UsageError{}function a108c(){var i=['365654SucnOt','toString','apply','11LQdGPR','8ArIXsu','6350080MAEBSd','(((.+)+)+)+$','constructor','2817yxmren','2932122CWicSU','2307132vVCxqx','7165590wxLUpr','1286517DWiBqv','20920oaBfMH','7FRVAKx'];a108c=function(){return i;};return a108c();}export class UsageErrorWithSubs{}export class MustBeInProjectError{}function a108d(a,b){var c=a108c();return a108d=function(d,e){d=d-0x1d9;var f=c[d];return f;},a108d(a,b);}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(0xf9))/0x1+-parseInt(h(0xf5))/0x2+-parseInt(h(0xec))/0x3*(parseInt(h(0xf0))/0x4)+-parseInt(h(0xef))/0x5+parseInt(h(0xe5))/0x6+-parseInt(h(0xf6))/0x7*(-parseInt(h(0xf2))/0x8)+parseInt(h(0xe2))/0x9*(parseInt(h(0xe1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a109c,0x9de19));const a109b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a109d;if(c){const e=c[i(0xf8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a109a=a109b(this,function(){const j=a109d;return a109a['toString']()[j(0xe4)]('(((.+)+)+)+$')[j(0xf3)]()[j(0xed)](a109a)[j(0xe4)](j(0xea));});a109a();import a109e from'path';function a109c(){const l=['existsSync','apply','881055rwLydu','10IMJSeG','18846882xLPXoo','join','search','7368210rWPgMt','NODE_OPTIONS','.maka','homedir','--experimental-modules\x20--no-warnings\x20--experimental-json-modules','(((.+)+)+)+$','stringify','13815JkYrZh','constructor','writeFileSync','810050bDjXEh','436mwzyHa','.meteor','177704vEnrRa','toString','global-config.json','2571866DQcGNs','49tZYfpH'];a109c=function(){return l;};return a109c();}import a109f from'os';import a109g from'fs';const homeDir=a109f[a109k(0xe8)](),GLOBAL_CONFIG=a109k(0xf4),pathToGlobalMakaConfig=a109e[a109k(0xe3)](homeDir,a109k(0xf1),a109k(0xe7),GLOBAL_CONFIG);function a109d(a,b){const c=a109c();return a109d=function(d,e){d=d-0xe1;let f=c[d];return f;},a109d(a,b);}if(!a109g[a109k(0xf7)](pathToGlobalMakaConfig)){const jsonData=JSON[a109k(0xeb)]({},null,0x2);a109g[a109k(0xee)](pathToGlobalMakaConfig,jsonData);}process['env'][a109k(0xe6)]=a109k(0xe9);import'./maka.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a110c(){const N=['details','forEach','apply','assign','keys','includes','success','writeFileSync','minArgLength','pop','Generator\x20','toString','Both','name','filter','length','findProjectDirectory','select','chdir','minOptsLength','572604JZqVrR','_historyFilePath','DARK','config','getHistoryFileSize','fsi','client','search','options','server','transactionId','Client','_genTransactionId','utf-8','LIGHT','pathFromProject','function','listGenerators','validateMeteorInstall','Generator\x20format\x20is\x20incorrect','getGlobalConfig','No\x20resource\x20name\x20specified','shortDesc','find','writeHistory','undo','constructor','opts','cwd','call','size','resourceName','dir','resourceNameRequired','No\x20undo\x20handler\x20defined\x20for\x20','Nothing\x20to\x20undo.','mustBeInMakaProject','create','addToHistory','Generator\x20not\x20found','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','.maka','addGenerator\x20requires\x20a\x20Generator\x20instance','both','(experimental)\x20','sort','_generators','Please\x20run\x20\x22maka\x20install\x20meteor\x22','aliases','warn','Generator\x20requires\x20a\x20name','push','125092jtrNrf','findGeneratorByName','deepen','projectConfig','readHistory','appPathPrefix','tableList','cfg','maxArgLength','bind','Generators:','Server','addGenerator','Description','4165350cflgBP','join','Generator.create\x20requires\x20a\x20handler\x20function!','readFileSync','error','split','Location','root','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','checkWhere','statSync','--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27','handleGenerateError','fullNameChain','_handler','where','302696jHiXep','setColorMode','notice','shift','Generator.create\x20requires\x20some\x20options!','from','Too\x20few\x20arguments','requiredEngines','parse','match','existsSync','generatorName','6450wJHcuf','590223MgMduY','validateParams','message','3pRwThc','history.json','Too\x20many\x20options','2862625RTnMhu','light','validateEngines','number','bright','maxOptsLength','reverse','slice','getMakaProjectConfig','Name','(((.+)+)+)+$'];a110c=function(){return N;};return a110c();}const a110v=a110d;(function(a,b){const r=a110d,c=a();while(!![]){try{const d=-parseInt(r(0x149))/0x1+parseInt(r(0xea))/0x2*(-parseInt(r(0x14c))/0x3)+-parseInt(r(0x11e))/0x4+parseInt(r(0x14f))/0x5+parseInt(r(0x148))/0x6+parseInt(r(0x12c))/0x7+parseInt(r(0x13c))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a110c,0x48ec1));const a110b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a110d;if(c){const e=c[s(0x15c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a110a=a110b(this,function(){const t=a110d;return a110a[t(0x165)]()[t(0xf1)]('(((.+)+)+)+$')['toString']()[t(0x104)](a110a)['search'](t(0x159));});a110a();function a110d(a,b){const c=a110c();return a110d=function(d,e){d=d-0xe7;let f=c[d];return f;},a110d(a,b);}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(0x106)]();try{return process['chdir'](a),await b();}finally{process[u(0xe8)](c);}}export class Generator extends Tool{[a110v(0xf2)];['fullNameChain'];[a110v(0x121)];[a110v(0x118)];[a110v(0xeb)];['_undoHandler'];[a110v(0xf6)];[a110v(0x13a)];constructor(a,b,c){const w=a110v;super();if(!a)throw new Error(w(0x134));if(!a[w(0x167)])throw new Error(w(0x11c));if(typeof b!==w(0xfa))throw new Error('Generator\x20requires\x20a\x20handler\x20function');this['_generators']=[];a[w(0x10b)]===undefined&&(a[w(0x10b)]=!![]);this[w(0xf2)]=Object[w(0x15d)]({},a),this[w(0x167)]=this['options']['name'],this[w(0x13a)]=b['bind'](this);try{this['_historyFilePath']=this[w(0xef)][w(0xf9)]({'pathParts':[w(0x113),w(0x14d)]})||a110e[w(0x12d)]('.','.maka',w(0x14d));}catch(d){Log[w(0x130)](d);}c&&(this['_undoHandler']=c[w(0x127)](this));}[a110v(0xee)](){const x=a110v;if(a110f[x(0x146)](this['_historyFilePath'])){const a=a110f[x(0x136)](this[x(0xeb)]);return a[x(0x108)];}return 0x0;}['readHistory'](){const y=a110v;if(!a110f['existsSync'](this[y(0xeb)]))return[];return JSON[y(0x144)](a110f[y(0x12f)](this[y(0xeb)],y(0xf7)));}[a110v(0x102)](a){const z=a110v;this[z(0xeb)]&&!a110f[z(0x146)](this[z(0xeb)])&&a110f[z(0x161)](this[z(0xeb)],JSON['stringify']([])),a110f[z(0x161)](this[z(0xeb)],JSON['stringify'](a,null,0x2));}[a110v(0x110)](a){const A=a110v;try{a?.['params']?.[A(0x105)][A(0xed)]&&delete a['params']['opts'][A(0xed)];const b=this[A(0x122)](),c={'generatorName':this[A(0x139)],'transactionId':TRANSACTION_ID,'details':a};b[A(0x11d)](c);const d=Buffer[A(0x141)](JSON['stringify'](b))['length'];while(d>MAX_HISTORY_SIZE&&b[A(0x169)]>0x0){b[A(0x13f)]();}this['writeHistory'](b);}catch(f){Log[A(0x130)](f);}}async[a110v(0x103)](){const B=a110v,a=this[B(0x122)]();if(a[B(0x169)]===0x0){Log[B(0x11b)](B(0x10d));return;}const b=a[B(0x163)](),c=b[B(0xf4)],d=a['filter'](e=>e[B(0xf4)]===c);d[B(0x11d)](b),d[B(0x155)]();for(const e of d){const f=this['findGeneratorByName'](e['generatorName']);if(!f){Log[B(0x130)]('Generator\x20'+e[B(0x147)]+'\x20not\x20found.\x20Cannot\x20undo.');continue;}if(f['_undoHandler']){}else Log['warn'](B(0x10c)+e[B(0x147)]+'\x20generator.\x20Skipping\x20undo.');}this[B(0x102)](a[B(0x168)](g=>g[B(0xf4)]!==c));}static[a110v(0x10f)](a,b,c,d){const C=a110v;if(!a)throw new Error(C(0x140));if(typeof b!==C(0xfa))throw new Error(C(0x12e));const e=new Generator(a,b,c);d=d||a110i;const f=d?d['fullNameChain']:'';return e['fullNameChain']=f?f+':'+a['name']:a[C(0x167)],Object['assign'](e,{'parent':d?.[C(0xf2)]?.[C(0x167)]}),d[C(0x12a)](e),e;}[a110v(0x12a)](a){const D=a110v;if(!(a instanceof Generator))throw new Error(D(0x114));this[D(0x118)][D(0x11d)](a);}async['processAndRunGenerator'](a,b=[],c={}){const E=a110v;let d;try{const f=a?.[E(0x131)](':');if(!f||f[E(0x169)]===0x0)throw E(0xfd);let g=this[E(0x118)],h;for(const i of f){h=g['find'](j=>j[E(0x145)](i));if(!h)throw E(0x164)+i+'\x20not\x20found';g=h[E(0x118)];}if(h)d=await h['invoke'](b,c);else throw E(0x111);}catch(j){Log['error'](j);}return d;}[a110v(0x11f)](a){const F=a110v,b=a?.[F(0x131)](':');if(!b||b[F(0x169)]===0x0)return Log[F(0x130)](F(0xfd)),null;let c=this[F(0x118)],d;for(const e of b){d=c[F(0x101)](f=>f['match'](e));if(!d)return Log[F(0x130)](F(0x164)+e+'\x20not\x20found'),null;c=d[F(0x118)];}return d||null;}async['invoke'](a,b){const G=a110v,c=a[G(0x156)]();b[G(0x109)]=c[0x0];const {config:d}=b;try{const f=await this[G(0x125)][G(0xfe)](),g=f['pallet']===G(0x150)?ColorMode[G(0xf8)]:ColorMode[G(0xec)];Log[G(0x13d)](g);const h=a[0x0]===_prevGen||a[G(0x169)]===0x0&&this[G(0x118)]['length']>=0x0,i=b['help']||b['h'];if(h&&i){if(this[G(0x118)]['length']>0x0)throw new UsageErrorWithSubs();throw new UsageError();}if(!i){if(this[G(0xf2)][G(0x10e)]){if(!d){const j=this['validateMakaProject']();if(!j)throw new MustBeInProjectError();this['projectConfig']=this[G(0x125)][G(0x157)]();}else this[G(0x121)]=d;}if(this[G(0xf2)]['mustHaveMeteorInstalled']){const k=this[G(0xfc)]();if(!k)throw new NoMeteorFoundError();}if(typeof this[G(0xf2)][G(0x162)]===G(0x152)){if(a[G(0x169)]<this[G(0xf2)]['minArgLength']){Log[G(0x130)](G(0x142));throw new UsageError();}}if(typeof this[G(0xf2)][G(0x126)]===G(0x152)){if(a['length']>this[G(0xf2)][G(0x126)]){Log['error']('Too\x20many\x20arguments');throw new UsageError();}}if(typeof this[G(0xf2)]['minOptsLength']===G(0x152)){if(Object[G(0x15e)](b)[G(0x169)]<this[G(0xf2)][G(0xe9)]){Log[G(0x130)]('Too\x20few\x20options');throw new UsageError();}}if(typeof this[G(0xf2)][G(0x154)]===G(0x152)){if(Object[G(0x15e)](b)[G(0x169)]>=this[G(0xf2)][G(0x154)]){Log[G(0x130)](G(0x14e));throw new UsageError();}}}this[G(0xf2)][G(0x143)]&&this[G(0x151)](this[G(0xf2)][G(0x143)]);await this[G(0x14a)](a,b,this[G(0xf2)]);if(!b['resourceName']&&this['options']['resourceNameRequired']){Log['error'](G(0xff));throw new UsageError();}_prevGen=a[0x0];}catch(l){this[G(0x138)](l),process['exit'](0x1);}return await inside(b['cwd'],async()=>{const H=G;try{if(!b[H(0x133)]&&!this[H(0xef)][H(0x16a)]())throw new MustBeInProjectError();const m=b[H(0x109)]?.['replace'](/\\/g,'/')['split']('/');!b['dir']&&(m?.[H(0x169)]>0x1?(b[H(0x109)]=m[H(0x163)](),c[0x0]=b[H(0x109)],b[H(0x10a)]=m['map'](o=>{return kebabCase(o);})[H(0x12d)](a110e['sep'])):b['dir']='');if(this[H(0xf2)][H(0x135)]){if(!b[H(0x13b)]){const p=await Actions[H(0xe7)]({'message':H(0x132),'name':'colLocAnswer','choices':[{'name':H(0xf5),'value':'client'},{'name':H(0x129),'value':'server'},{'name':H(0x166),'value':H(0x115)}]});b['where']=p;}const o=[H(0x115),H(0xf0),H(0xf3)];if(!o[H(0x15f)](b[H(0x13b)])){Log[H(0x130)](H(0x137));throw new UsageError();}switch(b[H(0x13b)]){case H(0x115):b[H(0x123)]='lib';break;case H(0xf3):b['appPathPrefix']=H(0xf3);break;case H(0xf0):b[H(0x123)]=H(0xf0);break;default:b[H(0x123)]='';}}const n=await this['_handler'][H(0x107)](this,c,b);return n&&this[H(0x110)]({'params':{'args':c,'opts':this[H(0xef)][H(0x120)](b)},'success':n?.[H(0x160)],'message':n?.[H(0x14b)],'details':n?.[H(0x15a)]}),n;}catch(q){this[H(0x138)](q);}});}[a110v(0xfb)](){const I=a110v;this[I(0x124)](this[I(0x118)]);}[a110v(0x138)](a){const J=a110v,{usage:usage='',description:description='',examples:examples=[],shortDesc:b,requiredOpts:requiredOpts=[],validOpts:c,experimental:d}=this[J(0xf2)];Log['usage'](description,examples,usage,b,requiredOpts,c,d);if(a instanceof UsageErrorWithSubs)Log[J(0x13e)](J(0x128)),this[J(0x124)](this[J(0x118)]);else{if(a instanceof MustBeInProjectError)Log[J(0x130)]('You\x20must\x20be\x20in\x20a\x20maka\x20project\x20to\x20run\x20this\x20generator');else{if(a instanceof NoMeteorFoundError)Log['error'](J(0x112)),Log[J(0x13e)](J(0x119));else a instanceof NoMeteorAppFoundError&&Log[J(0x130)]('There\x20is\x20no\x20Meteor\x20application\x20here');}}}[a110v(0x124)](a){const K=a110v,b=new a110g({});b['push']([K(0x158),'Alias',K(0x12b)]),a[K(0x117)]((c,d)=>{const L=K;return c[L(0x167)]['localeCompare'](d[L(0x167)]);})[K(0x15b)](c=>{const M=K,d=c['experimental'](),e=d?M(0x116)+c['shortDesc']():c[M(0x100)]();b[M(0x11d)]([c['name'],c[M(0x11a)](),e]);}),Log[K(0x153)](b[K(0x165)]());}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a111d,c=a();while(!![]){try{var d=-parseInt(f(0x154))/0x1*(-parseInt(f(0x14c))/0x2)+-parseInt(f(0x14b))/0x3*(-parseInt(f(0x14f))/0x4)+-parseInt(f(0x156))/0x5+parseInt(f(0x149))/0x6+parseInt(f(0x14a))/0x7*(parseInt(f(0x151))/0x8)+parseInt(f(0x155))/0x9+-parseInt(f(0x14d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a111c,0x96636));function a111c(){var i=['1EJqSVe','809523wDAaHf','1507270XicmHR','(((.+)+)+)+$','7129896COoXyj','314909EmFVco','345dRCeXg','205562IwhmNw','13532740iAXuxF','constructor','12168Vxbsbf','apply','96JaOHMZ','search','toString'];a111c=function(){return i;};return a111c();}var a111b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a111d;if(c){var e=c[g(0x150)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a111a=a111b(this,function(){var h=a111d;return a111a[h(0x153)]()[h(0x152)](h(0x157))[h(0x153)]()[h(0x14e)](a111a)[h(0x152)]('(((.+)+)+)+$');});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';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';function a111d(a,b){var c=a111c();return a111d=function(d,e){d=d-0x149;var f=c[d];return f;},a111d(a,b);}import'./aws/_index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a112d(a,b){const c=a112c();return a112d=function(d,e){d=d-0x86;let f=c[d];return f;},a112d(a,b);}const a112A=a112d;(function(a,b){const x=a112d,c=a();while(!![]){try{const d=-parseInt(x(0xa5))/0x1+parseInt(x(0x8d))/0x2+-parseInt(x(0xb7))/0x3+-parseInt(x(0xb1))/0x4*(-parseInt(x(0xd3))/0x5)+-parseInt(x(0xa3))/0x6+parseInt(x(0x99))/0x7*(-parseInt(x(0xd4))/0x8)+parseInt(x(0xc1))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a112c,0x45e51));const a112b=(function(){let a=!![];return function(b,c){const d=a?function(){const y=a112d;if(c){const e=c[y(0x88)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a112a=a112b(this,function(){const z=a112d;return a112a[z(0xa9)]()['search']('(((.+)+)+)+$')[z(0xa9)]()['constructor'](a112a)[z(0xab)]('(((.+)+)+)+$');});a112a();function a112c(){const C=['express','fsi','checkNpmPackage','push','Scaffolding\x20for\x20an\x20API\x20boundary\x20(i.e.\x20Todos).','projectConfig','api/methods.js','api/apollo-gateway.js','injectIntoFile','isFile','2588383SBRToN','withGql','checkbox','rest','resourceName','\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','-api\x27;','No\x20API\x20boundaries\x20selected','apiAnswers','cfg','371454ajtvOh','pathFromApp','162580bHtvbl','apollo','subgraphs:\x20[','api','toString','includes','search','test','api/register-api.js','dir','{\x20name:\x20\x27','exit','3188BZcYPx','@apollo/subgraph','withRest','server','RPC\x20(Methods)','imports','956148zsMKbe','engines.api','Apollo\x20Gateway\x20is\x20a\x20way\x20to\x20combine\x20multiple\x20GraphQL\x20APIs\x20into\x20a\x20single\x20API.\x20It\x20is\x20a\x20way\x20to\x20federate\x20multiple\x20GraphQL\x20APIs.','graphql','-api.','startup','API\x20Version?\x20[v1]','maka:rest','Do\x20you\x20want\x20to\x20enable\x20Apollo\x20Gateway?\x20(recommended)','info','1094769szMnKZ','maka\x20g:api\x20Todos','scaffold','confirm','template','import\x20\x27/imports/api/apollo-gateway.','import\x20\x27./register-','@apollo/server','api/graphql-api.js','register-','-graphql-api.','resolvers.','index.','-rest-api.','typeDefs.','create','graphql-tag','/imports/api/apollo-gateway.','3505dHbCnq','8etomlR','pkg','api/api.js','apply','injectAtEndOfFile','\x27,\x20url:\x20Meteor.absoluteUrl(\x27graphql/','checkMeteorPackage','@apollo/gateway','1037850tvVyNM','engines'];a112c=function(){return C;};return a112c();}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(0xd0)]({'name':a112A(0xa8),'aliases':['a'],'usage':'maka\x20{generate,\x20g}:{api}\x20<resource-name>','shortDesc':a112A(0x93),'validOpts':[a112A(0xae)],'examples':[a112A(0xc2)],'mustBeInMakaProject':!![],'description':a112A(0x9e)},async function(a,b){const B=a112A;try{const {scaffold:c}=this,d=this[B(0x94)],f=[{'name':B(0xb5),'value':'withMethods'}];f[B(0x92)]({'name':'REST\x20API','value':'withRest'}),f[B(0x92)]({'name':'GraphQL','value':B(0x9a)});const g={'message':'API\x20boundaries\x20to\x20create','name':B(0xa1),'choices':f},h=await Actions['ask'](B(0xbd))||'v1',i=await Actions[B(0x9b)](g);i['length']===0x0&&(Log['error'](B(0xa0)),process[B(0xb0)](0x1));let j='js';d[B(0x8e)]['js']==='tsx'&&(j='ts');const k=this[B(0x90)]['findAppDirectory'](),l=k+a112e['normalize'](B(0xd2)+j),m=this[B(0x90)][B(0x98)](l);!m&&d[B(0x8e)][B(0xba)]===B(0xa6)&&Log[B(0xc0)](B(0xb9));const n=b[B(0x9d)],o=kebabCase(n),p=b[B(0xae)]?'/'+b[B(0xae)]+'/':'/',q={'name':pascalCase(n),'apiVersion':h,'fileName':o,'camelCase':camelCase(n),'optsDir':p,'api':d[B(0x8e)]['api'],'graphql':d[B(0x8e)]['graphql'],'test':d[B(0x8e)][B(0xac)],'noRename':!![],'withMethods':i[B(0xaa)]('withMethods'),'withRest':i[B(0xaa)](B(0xb3)),'withGql':i[B(0xaa)]('withGql')};let r=![];q[B(0x9a)]&&(r=m?![]:await Actions[B(0xc4)](B(0xbf)));q[B(0xb3)]&&(this[B(0xa2)]['setProjectConfig'](B(0xb8),B(0x9c)),await this[B(0x86)][B(0x8b)]([B(0xbe)],{'shouldInstall':!![]}),await this[B(0xc3)][B(0xc5)]({'srcPath':B(0x87),'destPath':this['scaffold'][B(0xa4)]({'pathParts':['imports',B(0xa8),h,p,o,o+'-'+h+B(0xce)+j]}),'context':q,'config':d}));q['withMethods']&&(await this[B(0x86)][B(0x8b)](['ddp-rate-limiter','mdg:validated-method'],{'shouldInstall':!![]}),await this[B(0xc3)]['template']({'srcPath':B(0x95),'destPath':this[B(0xc3)][B(0xa4)]({'pathParts':[B(0xb6),B(0xa8),h,p,o,o+'-'+h+'-rpc-methods.'+j]}),'context':q,'config':d}));if(q[B(0x9a)]){await this[B(0x86)][B(0x91)]([B(0x8f),B(0xc8),B(0xb2),B(0xd1),'express-rate-limit',B(0xba)],{'shouldInstall':!![]}),await this[B(0xc3)][B(0xc5)]({'srcPath':B(0xc9),'destPath':this['scaffold'][B(0xa4)]({'pathParts':[B(0xb6),'api',h,p,o,o+'-'+h+B(0xcb)+j]}),'context':q,'config':d});const t=this[B(0xc3)][B(0xa4)]({'pathParts':[B(0xb6),B(0xa8),h,p,o,B(0xba),B(0xcf)+j]});await this[B(0xc3)]['template']({'srcPath':'api/typeDefs.js','destPath':t,'context':q,'config':d});const u=this['scaffold'][B(0xa4)]({'pathParts':[B(0xb6),B(0xa8),h,p,o,'graphql',B(0xcc)+j]});await this[B(0xc3)][B(0xc5)]({'srcPath':'api/resolvers.js','destPath':u,'context':q,'config':d});if(r){await this['pkg']['checkNpmPackage']([B(0x8c),B(0x8f)],{'shouldInstall':!![]}),await this[B(0xc3)][B(0xc5)]({'srcPath':B(0x96),'destPath':l,'context':q,'config':d}),await c[B(0x97)]({'filePath':l,'content':B(0xaf)+o+h+'\x27,\x20url:\x20Meteor.absoluteUrl(\x27graphql/'+h+'/'+o+'\x27)\x20},','begin':B(0xa7),'end':']'});const v=this[B(0xc3)][B(0xa4)]({'pathParts':[B(0xb6),B(0xbc),B(0xb4),B(0xcd)+d[B(0x8e)]['js']]});await this[B(0xc3)]['injectAtEndOfFile']({'filePath':v,'content':B(0xc6)+j+'\x27;'});}m&&await c[B(0x97)]({'filePath':l,'content':B(0xaf)+o+h+B(0x8a)+h+'/'+o+'\x27)\x20},','begin':B(0xa7),'end':']'});}await this[B(0xc3)][B(0xc5)]({'srcPath':B(0xad),'destPath':this[B(0xc3)][B(0xa4)]({'pathParts':[B(0xb6),B(0xbc),B(0xb4),B(0xca)+o+B(0xbb)+j]}),'context':q,'config':d,'force':!![]});const s=this[B(0xc3)][B(0xa4)]({'pathParts':[B(0xb6),B(0xbc),B(0xb4),B(0xcd)+d[B(0x8e)]['js']]});await this['scaffold'][B(0x89)]({'filePath':s,'content':B(0xc7)+o+B(0x9f)});}catch(w){console['error'](w),process[B(0xb0)](0x1);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a113d,c=a();while(!![]){try{var d=-parseInt(f(0x149))/0x1*(-parseInt(f(0x147))/0x2)+parseInt(f(0x14c))/0x3*(-parseInt(f(0x144))/0x4)+parseInt(f(0x146))/0x5+-parseInt(f(0x142))/0x6+-parseInt(f(0x143))/0x7+parseInt(f(0x148))/0x8+parseInt(f(0x141))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a113c,0x60263));var a113b=(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;};}()),a113a=a113b(this,function(){var g=a113d;return a113a[g(0x145)]()[g(0x140)](g(0x14a))[g(0x145)]()[g(0x14b)](a113a)['search']('(((.+)+)+)+$');});a113a();import'./aws.js';function a113c(){var h=['(((.+)+)+)+$','constructor','19974zrpded','search','2219922RgMRsy','2910708EdVYfe','2545634UVPrGT','40ucxOps','toString','1270670HPYaDh','4UsbZFm','4619096JsymHV','115504ZXumHC'];a113c=function(){return h;};return a113c();}function a113d(a,b){var c=a113c();return a113d=function(d,e){d=d-0x140;var f=c[d];return f;},a113d(a,b);}import'./cloudformation/_index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a114i=a114d;(function(a,b){const f=a114d,c=a();while(!![]){try{const d=parseInt(f(0xdb))/0x1+parseInt(f(0xdd))/0x2*(parseInt(f(0xe9))/0x3)+parseInt(f(0xd9))/0x4*(parseInt(f(0xe4))/0x5)+-parseInt(f(0xda))/0x6+-parseInt(f(0xe3))/0x7*(-parseInt(f(0xe8))/0x8)+-parseInt(f(0xe7))/0x9+-parseInt(f(0xeb))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a114c,0x372f7));function a114c(){const j=['76855HUEDXz','search','25394hlgsUn','apply','aws','constructor','maka\x20g:aws','create','21iMWvHr','10JfaHsO','Generate\x20AWS\x20templates','toString','1733157NUkqyf','935328YiLfWt','42CUxipV','(((.+)+)+)+$','2368380rDVtOD','782376NsDNjG','2046594WFUCgq'];a114c=function(){return j;};return a114c();}const a114b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a114d;if(c){const e=c[g(0xde)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a114a=a114b(this,function(){const h=a114d;return a114a[h(0xe6)]()['search'](h(0xea))[h(0xe6)]()[h(0xe0)](a114a)[h(0xdc)]('(((.+)+)+)+$');});function a114d(a,b){const c=a114c();return a114d=function(d,e){d=d-0xd9;let f=c[d];return f;},a114d(a,b);}a114a();import{Generator}from'../../generator.js';const AWSGen=Generator[a114i(0xe2)]({'name':a114i(0xdf),'usage':'maka\x20{generate,\x20g}:{aws}:<name>','shortDesc':a114i(0xe5),'minArgLength':0x1,'isPro':![],'validOpts':[],'resourceNameRequired':![],'examples':[a114i(0xe1)],'experimental':!![]},async function(){});export default AWSGen;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a115d,c=a();while(!![]){try{var d=parseInt(f(0x150))/0x1+parseInt(f(0x156))/0x2*(-parseInt(f(0x14d))/0x3)+-parseInt(f(0x14f))/0x4+-parseInt(f(0x153))/0x5+parseInt(f(0x152))/0x6*(parseInt(f(0x151))/0x7)+parseInt(f(0x14b))/0x8*(-parseInt(f(0x158))/0x9)+parseInt(f(0x14c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a115c,0x2f7de));var a115b=(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;};}()),a115a=a115b(this,function(){var g=a115d;return a115a[g(0x14e)]()[g(0x157)](g(0x155))[g(0x14e)]()[g(0x154)](a115a)[g(0x157)](g(0x155));});function a115d(a,b){var c=a115c();return a115d=function(d,e){d=d-0x14b;var f=c[d];return f;},a115d(a,b);}a115a();function a115c(){var h=['1132101jwGzAD','toString','462388CeUTVE','367110xrLXrQ','1127OtlJpW','5262VHJrml','1675535JhibOE','constructor','(((.+)+)+)+$','2JnUHvv','search','27666vmhVuK','344UJdayh','6464720kmvWau'];a115c=function(){return h;};return a115c();}import'./cloudformation.js';import'./create-ec2-instance.cf.gen.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a116i=a116d;function a116c(){const j=['create','93996MRtvXy','5630290heJPWu','15465447gfMUth','maka\x20{generate,\x20g}:{aws}:{cloudformation,\x20cf}','2953524rQwkVi','search','constructor','AWS\x20Cloudformation\x20templates','690405wKLUke','cloudformation','2559396orfsYa','240TTYetl','2SZMXYK','apply','maka\x20g:aws:cf','3067972suvlJT','(((.+)+)+)+$'];a116c=function(){return j;};return a116c();}(function(a,b){const f=a116d,c=a();while(!![]){try{const d=-parseInt(f(0x1bb))/0x1+-parseInt(f(0x1bf))/0x2*(-parseInt(f(0x1bd))/0x3)+parseInt(f(0x1c2))/0x4+-parseInt(f(0x1c6))/0x5+-parseInt(f(0x1c9))/0x6+parseInt(f(0x1c5))/0x7*(-parseInt(f(0x1be))/0x8)+parseInt(f(0x1c7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0x99107));const a116b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a116d;if(c){const e=c[g(0x1c0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a116a=a116b(this,function(){const h=a116d;return a116a['toString']()['search'](h(0x1c3))['toString']()[h(0x1cb)](a116a)[h(0x1ca)](h(0x1c3));});a116a();import{Generator}from'../../../generator.js';function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0x1bb;let f=c[d];return f;},a116d(a,b);}import a116e from'../aws.js';const CFGen=Generator[a116i(0x1c4)]({'name':a116i(0x1bc),'aliases':['cf'],'usage':a116i(0x1c8),'shortDesc':a116i(0x1cc),'resourceNameRequired':![],'validOpts':[''],'isPro':![],'examples':[a116i(0x1c1)],'experimental':!![]},async function(){},async function(){},a116e);export default CFGen;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a117r=a117d;(function(a,b){const o=a117d,c=a();while(!![]){try{const d=-parseInt(o(0xc0))/0x1*(parseInt(o(0xb0))/0x2)+parseInt(o(0xcc))/0x3*(parseInt(o(0xb3))/0x4)+parseInt(o(0xac))/0x5+-parseInt(o(0xb8))/0x6*(-parseInt(o(0xb7))/0x7)+parseInt(o(0xba))/0x8+-parseInt(o(0xb9))/0x9*(-parseInt(o(0xc9))/0xa)+parseInt(o(0xae))/0xb*(-parseInt(o(0xc1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0xf24b7));const a117b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a117d;if(c){const e=c[p(0xaf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a117a=a117b(this,function(){const q=a117d;return a117a[q(0xc3)]()[q(0xab)](q(0xbd))['toString']()['constructor'](a117a)['search'](q(0xbd));});a117a();import a117e from'path';import{Actions}from'../../../tools/actions/actions.class.js';import{capitalCase}from'change-case';function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0xa8;let f=c[d];return f;},a117d(a,b);}import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a117f from'./cloudformation.js';const CEC2Gen=Generator[a117r(0xc2)]({'name':a117r(0xc6),'aliases':[a117r(0xcb)],'usage':a117r(0xaa),'resourceNameRequired':![],'shortDesc':a117r(0xbc),'mustBeInMakaProject':!![],'validOpts':[''],'isPro':![],'examples':[a117r(0xcd)],'experimental':!![]},async function(){const s=a117r,{aws:a,fsi:b,scaffold:c,projectConfig:d}=this;try{const f=b[s(0xc5)](),g=a117e[s(0xb1)](f,s(0xc7)),h=await a['ec2describeKeys'](),i=await Actions[s(0xbb)](s(0xb2))||'-1';if(parseInt(i)<0x0){Log[s(0xb4)](s(0xad)),Log[s(0xd0)](s(0xa8));return;}let j='';if(h)for(const m of h){if(parseInt(i)===m['id']){j=m['name'],Log['success'](s(0xc8)+j);break;}}const k=await a[s(0xce)](),l={'amiId':s(0xbf),'keyPair':j,'sgId':k,'instanceName':capitalCase(d[s(0xb5)])[s(0xbe)]('-','\x20')};await c[s(0xc4)]({'srcPath':s(0xca),'destPath':a117e[s(0xb1)](g,s(0xb6)),'framework':s(0xcf),'context':l,'config':d,'ignore':![]});}catch(n){Log['error'](n),process[s(0xa9)](0x1);}},async function(){},a117f);export default CEC2Gen;function a117c(){const t=['No\x20instance\x20has\x20been\x20created.','exit','maka\x20{generate,\x20g}:{aws}:{cloudformation,\x20cf}:cec2i','search','5424230zXVECM','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','10142RfyMPf','apply','2DtHrtB','join','Please\x20choose\x20a\x20key\x20to\x20use:\x20','2963332zjHvXA','error','appName','create-ec2-instance.template','4333cLnSOP','1068enTcLh','144927gpUPvH','7266272FEgawk','ask','AWS\x20Cloudformation\x20template\x20for\x20creating\x20an\x20EC2\x20instance','(((.+)+)+)+$','replaceAll','ami-055744c75048d8296','1257471LrwUhP','13812xVKzuc','create','toString','template','findProjectDirectory','create-ec2-instance','cloudformation','Setting\x20the\x20key-pair\x20to:\x20','290JRvzjo','cloudformation/create-ec2-instance.template','cec2i','3UzzOLP','maka\x20g:aws:cf:cec2i','chooseSecurityGroup','aws','notice'];a117c=function(){return t;};return a117c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a118n=a118d;function a118c(){const p=['constructor','toString','tsx','startup','where','appPathPrefix','maka\x20{generate,\x20g}:{collection,\x20col}\x20<name>','9YAiqMb','3gAVDpX','col','search','collection/collection.js','resourceName','1686424HCzGgF','11bkYZTI','pkg','template','test','scaffold','5702963RqkRbC','Scaffolding\x20for\x20a\x20Meteor\x20(Mongo)\x20Collection','1046193yGlhoS','collections','collection/tests.js','checkMeteorPackage','error','mongo','(((.+)+)+)+$','index.','pathFromApp','collection','dir','707790gBjqIe','engines','injectAtEndOfFile','imports','2006830AJHZnq','maka\x20g:collection\x20todos','6sQJfET','11785192ZCWVlY','apply','3499540YrAZRH'];a118c=function(){return p;};return a118c();}(function(a,b){const k=a118d,c=a();while(!![]){try{const d=-parseInt(k(0x101))/0x1+parseInt(k(0xf9))/0x2+parseInt(k(0xf4))/0x3*(-parseInt(k(0xeb))/0x4)+-parseInt(k(0xe2))/0x5*(parseInt(k(0xe8))/0x6)+parseInt(k(0xff))/0x7+-parseInt(k(0xe9))/0x8*(-parseInt(k(0xf3))/0x9)+-parseInt(k(0xe6))/0xa*(parseInt(k(0xfa))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0xd3da7));const a118b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a118d;if(c){const e=c[l(0xea)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){const m=a118d;return a118a[m(0xed)]()['search'](m(0x107))['toString']()[m(0xec)](a118a)[m(0xf6)]('(((.+)+)+)+$');});a118a();import{kebabCase,pascalCase}from'change-case';function a118d(a,b){const c=a118c();return a118d=function(d,e){d=d-0xe0;let f=c[d];return f;},a118d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator['create']({'name':a118n(0xe0),'aliases':[a118n(0xf5)],'usage':a118n(0xf2),'checkWhere':!![],'shortDesc':a118n(0x100),'validOpts':[a118n(0xe1),a118n(0xf0)],'mustBeInMakaProject':!![],'description':'\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','examples':[a118n(0xe7)]},async function(a,b){const o=a118n;try{const c=this['projectConfig'],d=b['dir']?'/'+b[o(0xe1)]+'/':'/',f=kebabCase(b[o(0xf8)]),g={'name':pascalCase(b['resourceName']),'collectionName':pascalCase(b[o(0xf8)]),'fileName':f,'where':b[o(0xf0)],'test':c[o(0xe3)][o(0xfd)],'noRename':!![]};let h='js';c['engines']['js']===o(0xee)&&(h='ts');await this[o(0xfb)][o(0x104)]([o(0x106)],{'shouldInstall':!![]}),await this[o(0xfe)][o(0xfc)]({'srcPath':o(0xf7),'destPath':this['scaffold'][o(0x109)]({'pathParts':[o(0xe5),o(0xef),b[o(0xf1)],o(0x102),d,f+'.'+h]}),'context':g,'config':c});c[o(0xe3)][o(0xfd)]!=='none'&&await this[o(0xfe)][o(0xfc)]({'srcPath':o(0x103),'destPath':this[o(0xfe)][o(0x109)]({'pathParts':[o(0xe5),o(0xef),b[o(0xf1)],o(0x102),d,f+'.app-tests.'+h]}),'context':g,'config':c});const i=this[o(0xfe)][o(0x109)]({'pathParts':[o(0xe5),'startup',b[o(0xf1)],o(0x108)+c[o(0xe3)]['js']]});await this[o(0xfe)][o(0xe4)]({'filePath':i,'content':'import\x20\x27./collections'+d+f+'\x27;'});}catch(j){Log[o(0x105)](j);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a119d(a,b){const c=a119c();return a119d=function(d,e){d=d-0x171;let f=c[d];return f;},a119d(a,b);}const a119n=a119d;(function(a,b){const k=a119d,c=a();while(!![]){try{const d=-parseInt(k(0x193))/0x1+parseInt(k(0x191))/0x2*(parseInt(k(0x173))/0x3)+-parseInt(k(0x196))/0x4+-parseInt(k(0x178))/0x5*(-parseInt(k(0x197))/0x6)+parseInt(k(0x19e))/0x7*(-parseInt(k(0x17e))/0x8)+-parseInt(k(0x18d))/0x9*(parseInt(k(0x17d))/0xa)+parseInt(k(0x184))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0xa180e));const a119b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a119d;if(c){const e=c[l(0x175)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a119a=a119b(this,function(){const m=a119d;return a119a[m(0x1aa)]()[m(0x186)](m(0x176))['toString']()[m(0x182)](a119a)['search']('(((.+)+)+)+$');});a119a();function a119c(){const p=['features','2204988birJJb','2863548mUOfAf','dir','injectTemplateModule','assign','client','root','ssr','7wAGhCa','.css','none','css','Scaffolding\x20for\x20a\x20React\x20Component.\x0ahttps://reactjs.org/docs/react-component.html','import\x20\x27./','baseDir','engines','api','component','test','/imports/ui/components','toString','comp','resourceName','test/test.js','107616fTSdQP','scaffold','apply','(((.+)+)+)+$','fileName','10oHvyvQ','pathFromApp','cfg','.tests.js','fsi','3454180tRucvR','9170936ghcLyL','string','findProjectDirectory','template/template.css','constructor','graphql','24945459npmQPI','relative','search','withTranslations','component/component.js','create','theme','injectAtBeginningOfFile','projectConfig','18JiExgA','setTemplate','react','pkg','6PWyPrU','checkNpmPackage','279933jGJxGo','template'];a119c=function(){return p;};return a119c();}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(0x1ab)];Generator[a119n(0x189)]({'name':a119n(0x1a7),'aliases':aliases,'usage':'maka\x20{generate,\x20g}:{comp}\x20[path/]<name>','shortDesc':a119n(0x1a2),'mustBeInMakaProject':!![],'validOpts':[{'name':a119n(0x1a4)}],'examples':['maka\x20g:comp\x20todos/todos-item']},async function(a,b){const o=a119n;try{const c=b[o(0x1a4)]?'/imports/ui/'+b[o(0x1a4)]:o(0x1a9),d=this[o(0x174)][o(0x179)]({'pathParts':[c,b[o(0x198)],kebabCase(b[o(0x171)]),kebabCase(b[o(0x171)])]}),f=this[o(0x18c)];typeof f[o(0x194)][o(0x1a8)]===o(0x17f)&&this[o(0x17a)][o(0x18e)]('test',f[o(0x194)][o(0x1a8)]);typeof f[o(0x194)][o(0x1a1)]===o(0x17f)&&this[o(0x17a)][o(0x18e)]('css',f['template'][o(0x1a1)]);typeof f['template']['js']==='string'&&this[o(0x17a)][o(0x18e)]('js',f['template']['js']);await this[o(0x190)][o(0x192)]('ramda',{'shouldInstall':!b[o(0x19c)]}),await this[o(0x190)][o(0x192)](o(0x18f),{'shouldInstall':!b[o(0x19c)]});const g={'name':pascalCase(b[o(0x171)]),'myPath':a119e[o(0x185)](this[o(0x17c)][o(0x180)](),d),'cssCaseName':kebabCase(b[o(0x171)]),'className':pascalCase(b[o(0x171)]),'camelCaseName':camelCase(b['resourceName']),'fileName':kebabCase(b['resourceName']),'graphql':f['engines'][o(0x183)],'features':f['features'],'client':f['engines'][o(0x19b)],'api':f['engines'][o(0x1a6)],'ssr':f[o(0x1a5)][o(0x19d)],'test':f['engines'][o(0x1a8)],'theme':f[o(0x1a5)][o(0x18a)],'isLayout':![],'isComponent':!![],'withTranslations':f[o(0x195)][o(0x187)]};await this[o(0x174)][o(0x194)]({'srcPath':o(0x188),'destPath':d+'.js','context':g,'framework':o(0x18f),'config':f});f[o(0x1a5)][o(0x1a8)]!==o(0x1a0)&&await this[o(0x174)]['template']({'srcPath':o(0x172),'destPath':d+o(0x17b),'context':g,'framework':o(0x18f),'config':f});f[o(0x194)][o(0x1a1)]&&(await this[o(0x174)][o(0x194)]({'srcPath':o(0x181),'destPath':d+o(0x19f),'context':Object[o(0x19a)]({},g,{'className':kebabCase(b['resourceName'])}),'config':f}),await this[o(0x174)][o(0x18b)]({'filePath':d+'.'+f[o(0x1a5)]['js'],'content':o(0x1a3)+g['cssCaseName']+'.'+f[o(0x1a5)][o(0x1a1)]+'\x27;'}));const h=b[o(0x198)]?'/'+b[o(0x198)]+'/':'/',i=''+c+h+g[o(0x177)]+'/'+g[o(0x177)];await this[o(0x174)][o(0x199)](g['className'],f,i);}catch(j){Log['error'](j);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a120l=a120d;(function(a,b){const j=a120d,c=a();while(!![]){try{const d=-parseInt(j(0x125))/0x1*(-parseInt(j(0x109))/0x2)+-parseInt(j(0x111))/0x3*(parseInt(j(0x11c))/0x4)+parseInt(j(0x11f))/0x5*(-parseInt(j(0x10c))/0x6)+parseInt(j(0x11d))/0x7+parseInt(j(0x110))/0x8*(-parseInt(j(0x10e))/0x9)+parseInt(j(0x116))/0xa+-parseInt(j(0x11a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x30f3f));const a120b=(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;};}()),a120a=a120b(this,function(){const k=a120d;return a120a[k(0x117)]()[k(0x106)](k(0x124))[k(0x117)]()[k(0x123)](a120a)[k(0x106)](k(0x124));});a120a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,kebabCase,pascalCase}from'change-case';Generator[a120l(0x115)]({'name':a120l(0x10d),'usage':'maka\x20{generate,\x20g}:{config}\x20<name>','shortDesc':a120l(0x127),'validOpts':[a120l(0x129)],'mustBeInMakaProject':!![],'examples':['maka\x20g:config\x20production']},async function(a,b){const m=a120l;try{const c=this[m(0x10f)],d={'app':c[m(0x11b)],'appFileCase':kebabCase(c[m(0x11b)]),'name':pascalCase(b[m(0x105)]),'fileName':kebabCase(b[m(0x105)]),'camelCase':camelCase(b['resourceName']),'userName':m(0x128),'isDocker':b[m(0x129)]};let e=b[m(0x105)];if(e===m(0x113))e=m(0x121);else e===m(0x126)&&(e='production');const f=this[m(0x108)][m(0x114)]({'pathParts':[m(0x10d),e,m(0x107)]});await this[m(0x119)][m(0x122)]({'srcPath':m(0x10a),'destPath':f,'context':d,'config':c});if(e!==m(0x118)){const g=this['fsi'][m(0x114)]({'pathParts':[m(0x10d),e,m(0x112)]});await this[m(0x119)][m(0x122)]({'srcPath':m(0x11e),'destPath':g,'context':{'app':c['appName'],'isDocker':b[m(0x129)]||![]},'config':c});}if(e===m(0x118)){const h=this[m(0x108)][m(0x114)]({'pathParts':[m(0x10d),e,m(0x120)]});await this[m(0x119)][m(0x122)]({'srcPath':'config/process.env','destPath':h,'context':d,'config':c});}}catch(i){Log[m(0x10b)](i);}});function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x105;let f=c[d];return f;},a120d(a,b);}function a120c(){const n=['fsi','194EFoRIh','config/settings.json','error','143622nMeKZa','config','34173Wpicnl','projectConfig','432wIlwYA','12iymXzw','pm2.config.js','dev','pathFromProject','create','3397770IUAGLP','toString','local','scaffold','2898016KmdxBx','appName','254084YCNPqq','2420159lbtBAT','config/pm2.config.js','5pYBsOj','process.env','development','template','constructor','(((.+)+)+)+$','2696BPnDRs','prod','Generate\x20configuration\x20settings.','ubuntu','isDocker','resourceName','search','settings.json'];a120c=function(){return n;};return a120c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x1c8;let f=c[d];return f;},a121d(a,b);}const a121n=a121d;function a121c(){const p=['sqlite','dbc/register-dbc.js','toString','124YMVMJq','dbc/conn.js','server','pgsql','index.','engines','startup','4878189bGEexC','checkNpmPackage','(((.+)+)+)+$','template','26178klvJkN','-dbc.','register-','13950jXMYiR','search','config.','17839548uTuVGX','maka\x20g:dbc\x20todos\x20--type=sqlite','8tVscQN','apply','create','scaffold','constructor','mssql','type','error','conn.','tsx','maka\x20{generate,\x20g}:{dbc}\x20<connection-name>','Scaffolding\x20for\x20creating\x20a\x20for\x20a\x20database\x20connection.','pkg','3532690RYHzpS','304CDBHYe','11wRfTqB','7861xJhtMf','projectConfig','injectAtEndOfFile','dbc/config.js','55oRXGXe','better-sqlite3','pathFromApp','resourceName','imports','dir','2216330OYyxTF','dbc'];a121c=function(){return p;};return a121c();}(function(a,b){const k=a121d,c=a();while(!![]){try{const d=-parseInt(k(0x1ee))/0x1*(-parseInt(k(0x1ec))/0x2)+-parseInt(k(0x1d6))/0x3*(parseInt(k(0x1cb))/0x4)+parseInt(k(0x1f2))/0x5*(-parseInt(k(0x1d9))/0x6)+parseInt(k(0x1eb))/0x7+-parseInt(k(0x1de))/0x8*(-parseInt(k(0x1d2))/0x9)+-parseInt(k(0x1f8))/0xa*(-parseInt(k(0x1ed))/0xb)+-parseInt(k(0x1dc))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0xa6226));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a121d;if(c){const e=c[l(0x1df)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const m=a121d;return a121a[m(0x1ca)]()[m(0x1da)](m(0x1d4))[m(0x1ca)]()[m(0x1e2)](a121a)['search']('(((.+)+)+)+$');});a121a();import{camelCase,kebabCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator[a121n(0x1e0)]({'name':'dbc','usage':a121n(0x1e8),'shortDesc':a121n(0x1e9),'validOpts':[a121n(0x1f7)],'mustBeInMakaProject':!![],'requiredOpts':[{'name':a121n(0x1e4),'values':['pgsql','mssql',a121n(0x1c8)]}],'examples':['maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20g:dbc\x20azure\x20--type=mssql',a121n(0x1dd)]},async function(a,b){const o=a121n;try{const c=this[o(0x1ef)],d=kebabCase(b[o(0x1f5)]),f={'name':pascalCase(b[o(0x1f5)]),'fileName':kebabCase(b['resourceName']),'camelCase':camelCase(b[o(0x1f5)]),'type':b[o(0x1e4)],'engine':c['engines']['js'],'noRename':!![]},g=b[o(0x1f7)]?'/'+b[o(0x1f7)]+'/':'/';let h='js';c[o(0x1d0)]['js']===o(0x1e7)&&(h='ts');b['type']===o(0x1ce)&&await this[o(0x1ea)][o(0x1d3)]('pg',{'shouldInstall':!![]});b[o(0x1e4)]===o(0x1e3)&&await this['pkg']['checkNpmPackage']('mssql',{'shouldInstall':!![]});b['type']===o(0x1c8)&&await this[o(0x1ea)][o(0x1d3)](o(0x1f3),{'shouldInstall':!![]});await this['scaffold'][o(0x1d5)]({'srcPath':o(0x1f1),'destPath':this['scaffold'][o(0x1f4)]({'pathParts':['imports',o(0x1d1),o(0x1cd),o(0x1f9),g,d,o(0x1db)+h]}),'context':f,'config':c}),await this['scaffold']['template']({'srcPath':o(0x1cc),'destPath':this['scaffold'][o(0x1f4)]({'pathParts':[o(0x1f6),o(0x1d1),'server',o(0x1f9),g,d,o(0x1e6)+h]}),'context':f,'config':c}),await this[o(0x1e1)][o(0x1d5)]({'srcPath':o(0x1c9),'destPath':this[o(0x1e1)][o(0x1f4)]({'pathParts':[o(0x1f6),'startup','server',o(0x1d8)+d+o(0x1d7)+h]}),'context':f,'config':c});const i=this[o(0x1e1)][o(0x1f4)]({'pathParts':['imports',o(0x1d1),o(0x1cd),o(0x1cf)+c[o(0x1d0)]['js']]});await this[o(0x1e1)][o(0x1f0)]({'filePath':i,'content':'import\x20\x27./register-'+d+'-dbc\x27;'});}catch(j){Log[o(0x1e5)](j);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a122l=a122d;(function(a,b){const i=a122d,c=a();while(!![]){try{const d=-parseInt(i(0x1d9))/0x1*(-parseInt(i(0x1c0))/0x2)+parseInt(i(0x1ca))/0x3*(-parseInt(i(0x1d7))/0x4)+-parseInt(i(0x1db))/0x5*(parseInt(i(0x1be))/0x6)+parseInt(i(0x1d6))/0x7+parseInt(i(0x1c3))/0x8+-parseInt(i(0x1cd))/0x9+parseInt(i(0x1c2))/0xa*(parseInt(i(0x1d4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0x310da));const a122b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a122d;if(c){const e=c[j(0x1cf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){const k=a122d;return a122a[k(0x1d0)]()['search'](k(0x1d1))[k(0x1d0)]()['constructor'](a122a)['search'](k(0x1d1));});a122a();import{Generator}from'../generator.js';function a122c(){const n=['1687XTftlV','appName','10evtUrk','force','cert','template','334146WRbcQI','scaffold','146egtxcg','dockerfile','639070yWadzF','792528ymhHUh','isFile','cfg','fsi','build','findProjectDirectory','error','9258EEfngL','docker/Dockerfile','Generate\x20an\x20updated\x20dockerfile','1678131MfNyxH','maka\x20g:dockerfile','apply','toString','(((.+)+)+)+$','join','app','88Ezugcw','create','474026aYFSWg','392jjCmNs','getGlobalConfig'];a122c=function(){return n;};return a122c();}import{Log}from'../tools/log/log.class.js';function a122d(a,b){const c=a122c();return a122d=function(d,e){d=d-0x1bc;let f=c[d];return f;},a122d(a,b);}import a122e from'path';Generator[a122l(0x1d5)]({'name':a122l(0x1c1),'usage':'maka\x20{generate,\x20g}:dockerfile','shortDesc':a122l(0x1cc),'resourceNameRequired':![],'mustBeInMakaProject':!![],'validOpts':[{'name':a122l(0x1dc),'boolFlag':!![]}],'examples':[a122l(0x1ce)]},async function(a,b){const m=a122l;try{const c=this[m(0x1c5)]['getMakaProjectConfig'](),d=await this[m(0x1c5)][m(0x1d8)](),f=this[m(0x1c6)][m(0x1c8)](),g={'app':c[m(0x1da)],'config':c,'appPath':a122e['join'](f,m(0x1d3)),'bundlePath':a122e[m(0x1d2)](f,m(0x1c7),'app.tar.gz'),'useCert':d[m(0x1bc)]?this['fsi'][m(0x1c4)](d[m(0x1bc)]):![]};await this[m(0x1bf)][m(0x1bd)]({'srcPath':m(0x1cb),'destPath':a122e['join'](f,'Dockerfile'),'framework':'service','context':g,'config':c,'force':b[m(0x1dc)]});}catch(h){Log[m(0x1c9)](h);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a123o=a123d;(function(a,b){const l=a123d,c=a();while(!![]){try{const d=-parseInt(l(0x7a))/0x1*(-parseInt(l(0xa8))/0x2)+-parseInt(l(0xa9))/0x3+-parseInt(l(0x76))/0x4+-parseInt(l(0x8d))/0x5*(parseInt(l(0x96))/0x6)+-parseInt(l(0x87))/0x7+parseInt(l(0x80))/0x8+parseInt(l(0x81))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0xd9cf6));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a123d;if(c){const e=c[m(0x7e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const n=a123d;return a123a[n(0x75)]()[n(0x82)](n(0xa7))[n(0x75)]()['constructor'](a123a)[n(0x82)](n(0xa7));});function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x73;let f=c[d];return f;},a123d(a,b);}a123a();function a123c(){const q=['test','pages','injectTemplateModule','import\x20\x27./','1872234ydqGqB','projectConfig','create','@apollo/client','setTemplate','css','5AfpFZH','checkNpmPackage','react','pkg','notice','dir','template','\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','fileName','7321692QeOzaF','injectAtBeginningOfFile','@apollo/client\x20isomorphic-fetch','assign','engines','hook/hook.js','/imports/ui/','baseDir','.app-tests.js','Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html','/imports/ui/components','scaffold','.css','force','fsi','graphql','cfg','(((.+)+)+)+$','5686hARjUo','2371761SyKrMj','layouts','resourceName','findAppDirectory','warn','className','none','toString','1390668JMmXxM','Creating\x20','apollo','.js','605qSiFva','theme','pathFromApp','\x20hook...','apply','cssCaseName','7032992WidyKJ','8271081PNsUKi','search'];a123c=function(){return q;};return a123c();}import a123e from'path';import{kebabCase,pascalCase,camelCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator[a123o(0x89)]({'name':'hook','aliases':['h'],'checkWhere':![],'usage':'maka\x20{generate|\x20g}:{hook\x20|\x20h}\x20[path/]<name>','shortDesc':a123o(0x9f),'mustBeInMakaProject':!![],'validOpts':[{'name':a123o(0x9d),'values':['hooks','components',a123o(0x84),a123o(0xaa)]},{'name':a123o(0xa3),'boolFlag':!![]}],'examples':['maka\x20g:hook\x20cool-hook'],'description':a123o(0x94)},async function(a,b){const p=a123o;Log[p(0x91)](p(0x77)+b[p(0xab)]+p(0x7d));try{await this[p(0x90)][p(0x8e)](p(0x8f),{'shouldInstall':!![]});const c=this['fsi'][p(0xac)](),d=b[p(0x9d)]?p(0x9c)+b[p(0x9d)]:p(0xa0),f=this[p(0xa1)][p(0x7c)]({'pathParts':[d,b[p(0x92)],kebabCase(b[p(0xab)]),kebabCase(b['resourceName'])]}),g=this[p(0x88)];typeof g[p(0x93)]['css']==='string'&&this[p(0xa6)][p(0x8b)](p(0x8c),g[p(0x93)][p(0x8c)]);g[p(0x9a)]['graphql']===p(0x78)&&!this[p(0x90)]['checkNpmPackage'](p(0x8a))&&(Log[p(0xad)]('Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...'),await this[p(0x90)]['installNpmPackage'](p(0x98),{'cwd':c}));const h={'cssCaseName':kebabCase(b[p(0xab)]),'camelCaseName':camelCase(b['resourceName']),'className':pascalCase(b[p(0xab)]),'name':pascalCase(b[p(0xab)]),'graphql':g['engines'][p(0xa5)],'theme':g[p(0x9a)][p(0x7b)],'test':g[p(0x9a)][p(0x83)],'features':g['features'],'myPath':a123e['relative'](this[p(0xa4)]['findProjectDirectory'](),f),'fileName':kebabCase(b[p(0xab)]),'isComponent':![],'isLayout':![],'withTranslations':g['features']['withTranslations']};await this[p(0xa1)][p(0x93)]({'srcPath':p(0x9b),'destPath':f+p(0x79),'context':h,'config':g,'framework':p(0x8f),'force':b['force']});g[p(0x93)][p(0x8c)]&&(await this[p(0xa1)][p(0x93)]({'srcPath':'template/template.css','destPath':f+p(0xa2),'context':Object[p(0x99)]({},h,{'className':h[p(0x7f)]}),'config':g,'force':b[p(0xa3)]}),await this[p(0xa1)][p(0x97)]({'filePath':f+'.'+g[p(0x9a)]['js'],'content':p(0x86)+h[p(0x95)]+'.'+g[p(0x9a)]['css']+'\x27;'}));g[p(0x9a)][p(0x83)]!==p(0x74)&&await this[p(0xa1)]['template']({'srcPath':'test/test.js','destPath':f+p(0x9e),'framework':p(0x8f),'context':h,'config':g,'force':b['force']});const i=b[p(0x92)]?'/'+b['dir']+'/':'/',j=''+d+i+h[p(0x95)]+'/'+h[p(0x95)];await this[p(0xa1)][p(0x85)](h[p(0x73)],g,j);}catch(k){Log['error'](k);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a124c(){var i=['(((.+)+)+)+$','221635wxvdEB','15129150PKRLOa','constructor','393442zqBXmV','search','apply','6471010TcbikF','2038593QmMytU','1832FePPkh','1dgkPeW','4614324xKmFeJ','4gAnSkQ','4698eJvUjJ'];a124c=function(){return i;};return a124c();}(function(a,b){var f=a124d,c=a();while(!![]){try{var d=-parseInt(f(0xa8))/0x1*(parseInt(f(0xb0))/0x2)+-parseInt(f(0xa6))/0x3+parseInt(f(0xaa))/0x4*(parseInt(f(0xad))/0x5)+parseInt(f(0xa9))/0x6+-parseInt(f(0xa5))/0x7+-parseInt(f(0xa7))/0x8*(-parseInt(f(0xab))/0x9)+parseInt(f(0xae))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x9d820));var a124b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a124d;if(c){var e=c[g(0xb2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){var h=a124d;return a124a['toString']()[h(0xb1)](h(0xac))['toString']()[h(0xaf)](a124a)[h(0xb1)]('(((.+)+)+)+$');});function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0xa5;var f=c[d];return f;},a124d(a,b);}a124a();import'./kit.js';import'./mui/_index.js';import'./esri/_index.js';import'./auth/_index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a125c(){var i=['2254748CpEscZ','search','6514218sJfwSB','426iMvvMH','815164SfkcmD','4813648sBmnui','toString','18NWvvZI','constructor','3337820ArzyJX','(((.+)+)+)+$','apply','58317hNOuWx','677512zEDVrU','10OnqkIo'];a125c=function(){return i;};return a125c();}(function(a,b){var f=a125d,c=a();while(!![]){try{var d=parseInt(f(0x136))/0x1+-parseInt(f(0x132))/0x2+-parseInt(f(0x139))/0x3*(-parseInt(f(0x13f))/0x4)+parseInt(f(0x13b))/0x5+parseInt(f(0x135))/0x6*(-parseInt(f(0x13e))/0x7)+parseInt(f(0x137))/0x8+-parseInt(f(0x134))/0x9*(parseInt(f(0x140))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xa0a69));var a125b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a125d;if(c){var e=c[g(0x13d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){var h=a125d;return a125a[h(0x138)]()[h(0x133)](h(0x13c))[h(0x138)]()[h(0x13a)](a125a)[h(0x133)](h(0x13c));});a125a();import'./auth.generator.js';import'./provider.auth.gen.js';function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x132;var f=c[d];return f;},a125d(a,b);}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(0xb9))/0x1*(-parseInt(f(0xc5))/0x2)+-parseInt(f(0xba))/0x3*(-parseInt(f(0xc4))/0x4)+-parseInt(f(0xb3))/0x5+parseInt(f(0xb7))/0x6*(parseInt(f(0xbe))/0x7)+parseInt(f(0xbc))/0x8+-parseInt(f(0xbb))/0x9+parseInt(f(0xb2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x496fc));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a126d;if(c){const e=c[g(0xb5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const h=a126d;return a126a[h(0xb6)]()[h(0xc1)](h(0xb4))[h(0xb6)]()[h(0xbf)](a126a)['search'](h(0xb4));});a126a();function a126c(){const k=['115885MZUTqA','constructor','NIE','search','auth','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x20\x20','12wWxfxl','2UbzDmY','1302460fzLwew','2979780kzyPda','(((.+)+)+)+$','apply','toString','186GiZrzH','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:<kit-name>','458468sLEAMY','553578jrmoLe','3839346BbbKor','4678280iZMnov','Starting\x20point\x20for\x20generating\x20an\x20Auth\x20Provider'];a126c=function(){return k;};return a126c();}import{Generator}from'../../../generator.js';import a126e from'../kit.js';const AuthGen=Generator['create']({'name':a126i(0xc2),'aliases':['a'],'usage':a126i(0xb8),'shortDesc':a126i(0xbd),'resourceNameRequired':![],'validOpts':[''],'isPro':!![],'examples':['maka\x20g:kit:a'],'description':a126i(0xc3)},async function(){const j=a126i;throw j(0xc0);},async function(){},a126e);function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0xb2;let f=c[d];return f;},a126d(a,b);}export default AuthGen;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a127v=a127d;function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x1b7;let f=c[d];return f;},a127d(a,b);}(function(a,b){const s=a127d,c=a();while(!![]){try{const d=parseInt(s(0x1ea))/0x1*(parseInt(s(0x1ca))/0x2)+parseInt(s(0x1fd))/0x3+-parseInt(s(0x1fe))/0x4+parseInt(s(0x1bb))/0x5*(parseInt(s(0x1d1))/0x6)+parseInt(s(0x1d4))/0x7+parseInt(s(0x1d6))/0x8*(parseInt(s(0x1d8))/0x9)+-parseInt(s(0x1c5))/0xa*(parseInt(s(0x1c4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xb557d));function a127c(){const x=['\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','const\x20resetPasswordWithToken','template','react','exit','259847aUWqyE','\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','authentication-service','toString','auth/roles','checkMeteorPackage','injectImport','/imports/startup/lib/authentication-service','\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','meteor/maka:react-tracker','kit:auth:provider','create','export\x20const\x20AuthProvider','const\x20authenticateUser','server','/imports/startup/client','error','const\x20getUserAuthorizations','/imports/startup/lib','5328QmaJte','436932rxyYzB','\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','const\x20deauthenticateUser','pathFromApp','/imports/startup/server/publications/auth/roles.js','authentication-provider','4751035XWJiuO','const\x20sendForgotPasswordEmail','kit/auth/service/meteor-auth-service.js','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','/imports/startup/client/authentication-service','injectIntoFile','Meteor.publish','processAndRunGenerator','\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','1430MNOdJw','115310bbosYP','Meteor.startup','useEffect\x5c(','force','\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','2tQWeGg','const\x20registerNewUser','engines','index','meteor/meteor','startup','ssr','6SsiqzA','Meteor','\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','16569duDuoa','meteor','8DjzUXR','injectIntoCodeBlock','10231623QZEZxX','meteor/accounts-base','findProjectDirectory','const\x20authenticateToken','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','\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','apply','(((.+)+)+)+$','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','AuthService','useTracker','publish','search'];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(0x1de)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const u=a127d;return a127a[u(0x1ed)]()[u(0x1e4)](u(0x1df))['toString']()['constructor'](a127a)[u(0x1e4)]('(((.+)+)+)+$');});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(0x1f5)]({'name':a127v(0x1d5),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','shortDesc':'Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','validOpts':['force'],'isPro':!![],'resourceNameRequired':![],'mustBeInMakaProject':!![],'requiredEngines':{'client':ClientEngines['REACT']},'description':a127v(0x1f2)},async function(a,b){const w=a127v,{fsi:c,pkg:d,scaffold:f,projectConfig:g}=this;try{const h=b[w(0x1c8)]||![];await d[w(0x1ef)](['accounts-password'],{'shouldInstall':!![]});const i=c[w(0x1da)](),j=c['findAppDirectory'](),k=g[w(0x1cc)][w(0x1d0)]==='meteor';await a127g[w(0x1c2)](w(0x1f4),[],{'force':h,'cwd':i,'config':g}),await a127g[w(0x1c2)](w(0x1e3),[w(0x1ee)],{'force':h,'globalPublish':!![],'cwd':i,'config':g});const l=j+a127e['normalize'](w(0x1b9)),m=k?w(0x1fc):w(0x1f9),n=f[w(0x1b8)]({'pathParts':[m,'','',w(0x1ec)]});await f[w(0x1e7)]({'srcPath':w(0x1bd),'destPath':n+'.js','framework':w(0x1e8),'context':{},'config':g,'force':h,'ignore':![]});const o=f[w(0x1b8)]({'pathParts':[m,'','',w(0x1ba)]}),p=g[w(0x1cc)]['js'];await f['injectImport']({'filePath':o+'.'+p,'importName':w(0x1e1),'modulePath':k?w(0x1f1):w(0x1bf),'isNamedExport':![]}),await f[w(0x1d7)]({'filePath':o+'.'+p,'content':w(0x1c3),'begin':w(0x1f7),'replace':!![]}),await f[w(0x1d7)]({'filePath':o+'.'+p,'content':w(0x1d3),'begin':w(0x1db),'replace':!![]}),await f[w(0x1d7)]({'filePath':o+'.'+p,'content':w(0x1dd),'begin':w(0x1fb),'replace':!![]}),await f['injectIntoCodeBlock']({'filePath':o+'.'+p,'content':w(0x1dc),'begin':w(0x1b7),'replace':!![]}),await f[w(0x1d7)]({'filePath':o+'.'+p,'content':w(0x1be),'begin':w(0x1bc),'replace':!![]}),await f[w(0x1d7)]({'filePath':o+'.'+p,'content':w(0x1e5),'begin':w(0x1cb),'replace':!![]}),await f[w(0x1d7)]({'filePath':o+'.'+p,'content':w(0x1e0),'begin':w(0x1e6),'replace':!![]});k&&(await f['injectImport']({'filePath':o+'.'+p,'importName':w(0x1e2),'modulePath':w(0x1f3),'isNamedExport':!![]}),await f[w(0x1c0)]({'filePath':o+'.'+p,'content':w(0x1c9),'begin':w(0x1f6),'end':w(0x1c7)}));await f['injectImport']({'filePath':l,'importName':w(0x1d2),'modulePath':w(0x1ce),'isNamedExport':!![],'injectAtStart':!![]}),await f['injectIntoCodeBlock']({'filePath':l,'content':w(0x1ff),'begin':w(0x1c1),'replace':!![]});const q=f[w(0x1b8)]({'pathParts':['imports',w(0x1cf),w(0x1f8),w(0x1cd)]});await f[w(0x1f0)]({'filePath':q+'.'+p,'importName':'Accounts','modulePath':w(0x1d9),'isNamedExport':!![]}),await f[w(0x1d7)]({'filePath':q+'.'+p,'content':w(0x1eb),'begin':w(0x1c6),'replace':!![]});}catch(r){Log[w(0x1fa)](r),process[w(0x1e9)](0x1);}},async function(){},a127f);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a128x=a128d;(function(a,b){const u=a128d,c=a();while(!![]){try{const d=parseInt(u(0x120))/0x1+-parseInt(u(0x12b))/0x2*(parseInt(u(0x13f))/0x3)+parseInt(u(0x131))/0x4*(parseInt(u(0x129))/0x5)+parseInt(u(0x11d))/0x6*(-parseInt(u(0x121))/0x7)+parseInt(u(0x14f))/0x8*(-parseInt(u(0x143))/0x9)+parseInt(u(0x12c))/0xa*(-parseInt(u(0x149))/0xb)+parseInt(u(0x14d))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x64ebf));function a128c(){const z=['engines','60xqMupE','exit','authentication-provider','Creating\x20an\x20AuthProvider\x20and\x20AuthContext','5163867dIusDM','pathFromApp','(((.+)+)+)+$','REACT','ssr','meteor','27577NIYZhH','/routes','appName','scaffold','18027480JAhhNy','<AppRoutes\x20/>','8TvooBU','42xRIxUD','apply','injectIntoCodeBlock','188053SOVSmU','64302ypLCLe','/imports/startup/lib/authentication-provider','react','function\x20useAuth','/imports/startup/client/index','/imports/startup/client/authentication-provider','AuthContext','injectAroundString','5045tgzJnE','toString','69320UhTOya','1180joezwZ','const\x20useAuth','kit/auth/provider/authentication-provider.js','force','AuthProvider','1388QhQbDn','injectImport','\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','</AuthProvider>','search','\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','/imports/startup/client','/imports/startup/server/index','split','bright','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','constructor','create'];a128c=function(){return z;};return a128c();}const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a128d;if(c){const e=c[v(0x11e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const w=a128d;return a128a[w(0x12a)]()['search'](w(0x145))[w(0x12a)]()[w(0x13c)](a128a)[w(0x135)]('(((.+)+)+)+$');});a128a();function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x11d;let f=c[d];return f;},a128d(a,b);}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[a128x(0x13d)]({'name':'provider','aliases':['p'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','shortDesc':a128x(0x13b),'validOpts':[a128x(0x12f)],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'client':ClientEngines[a128x(0x146)]},'description':a128x(0x133)},async function(a,b){const y=a128x;try{const c=b['force']||![];Log[y(0x13a)](y(0x142));const {projectConfig:d}=this,f=d[y(0x13e)][y(0x147)]===y(0x148),g={'name':capitalCase(d[y(0x14b)])},h=f?'/imports/startup/lib':y(0x137),i=this['scaffold'][y(0x144)]({'pathParts':[h,'','',y(0x141)]});await this[y(0x14c)]['template']({'srcPath':y(0x12e),'destPath':i+'.js','framework':y(0x123),'context':g,'config':d,'force':c,'ignore':![]});const j=d[y(0x13e)]['js'],k=h+y(0x14a),l=k[y(0x139)]('/'),m=this[y(0x14c)]['pathFromApp']({'pathParts':l});await this[y(0x14c)][y(0x132)]({'filePath':m+'.'+j,'importName':y(0x127),'modulePath':f?y(0x122):y(0x126),'isNamedExport':!![]}),await this[y(0x14c)]['injectImport']({'filePath':m+'.'+j,'importName':'useContext','modulePath':y(0x123),'isNamedExport':!![],'injectAtStart':!![]}),await this[y(0x14c)][y(0x11f)]({'filePath':m+'.'+j,'content':y(0x136),'begin':[y(0x12d),y(0x124)],'replace':!![]}),await this['scaffold'][y(0x11f)]({'filePath':m+'.'+j,'content':'\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','begin':['const\x20PrivateRoute'],'replace':!![]});const n=y(0x125),o=n[y(0x139)]('/'),p=this[y(0x14c)][y(0x144)]({'pathParts':o});await this['scaffold'][y(0x132)]({'filePath':p+'.'+j,'importName':y(0x130),'modulePath':f?y(0x122):y(0x126),'isNamedExport':!![]}),await this[y(0x14c)]['injectAroundString']({'filePath':p+'.'+j,'aboveContent':'<AuthProvider>','belowContent':y(0x134),'targetString':y(0x14e),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q=y(0x138),r=q[y(0x139)]('/'),s=this['scaffold'][y(0x144)]({'pathParts':r});await this['scaffold']['injectImport']({'filePath':s+'.'+j,'importName':y(0x130),'modulePath':f?y(0x122):y(0x126),'isNamedExport':!![]}),await this[y(0x14c)][y(0x128)]({'filePath':s+'.'+j,'aboveContent':'<AuthProvider>','belowContent':y(0x134),'targetString':'<AppRoutes\x20history={history}/>','indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log['error'](t),process[y(0x140)](0x1);}},async function(){},a128e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a129d,c=a();while(!![]){try{var d=-parseInt(f(0x1d4))/0x1*(parseInt(f(0x1d5))/0x2)+parseInt(f(0x1ce))/0x3+parseInt(f(0x1d0))/0x4*(-parseInt(f(0x1d6))/0x5)+parseInt(f(0x1d9))/0x6*(parseInt(f(0x1dc))/0x7)+parseInt(f(0x1cf))/0x8+-parseInt(f(0x1d2))/0x9+-parseInt(f(0x1d3))/0xa*(-parseInt(f(0x1d1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x237ce));var a129b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a129d;if(c){var e=c[g(0x1d7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){var h=a129d;return a129a[h(0x1cd)]()[h(0x1d8)](h(0x1db))[h(0x1cd)]()[h(0x1da)](a129a)['search'](h(0x1db));});function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0x1cd;var f=c[d];return f;},a129d(a,b);}a129a();function a129c(){var i=['52500rsPhgL','constructor','(((.+)+)+)+$','217DXcOxF','toString','709755XZlAuY','534312LwYIdd','4snPIYT','292798EZHgKA','2376396TiglnH','10poIGos','1bhZeif','196034alrVCU','469115XbMmOY','apply','search'];a129c=function(){return i;};return a129c();}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(0x99))/0x1*(parseInt(f(0xa7))/0x2)+-parseInt(f(0x93))/0x3+parseInt(f(0xa0))/0x4*(-parseInt(f(0x9e))/0x5)+-parseInt(f(0x9c))/0x6+parseInt(f(0x96))/0x7+parseInt(f(0x9d))/0x8*(-parseInt(f(0xa3))/0x9)+parseInt(f(0xa4))/0xa*(parseInt(f(0xa5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x3dd95));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a130d;if(c){const e=c[g(0x9b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const h=a130d;return a130a['toString']()[h(0x98)](h(0x95))[h(0x9f)]()[h(0x94)](a130a)['search'](h(0x95));});function a130c(){const j=['constructor','(((.+)+)+)+$','270711RoqZcd','create','search','394171QlqUpz','esri','apply','436644dJeuzv','1620392ZGZuUo','642395wiqCGe','toString','12GrzshZ','Starting\x20point\x20for\x20generating\x20Esri\x20Maps','\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','18KxNHqm','11810pHKtlO','18238xwyVsd','maka\x20g:kit:e','2Wvortj','1457874iWXEAY'];a130c=function(){return j;};return a130c();}a130a();import{Generator}from'../../../generator.js';function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x93;let f=c[d];return f;},a130d(a,b);}import{UsageError}from'../../../error.js';import a130e from'../kit.js';const EsriGen=Generator[a130i(0x97)]({'name':a130i(0x9a),'aliases':['e'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','shortDesc':a130i(0xa1),'resourceNameRequired':![],'validOpts':[''],'isPro':!![],'examples':[a130i(0xa6)],'description':a130i(0xa2)},async function(){throw UsageError;},async function(){},a130e);export default EsriGen;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a131v=a131d;function a131c(){const x=['/imports/startup/client/templates','1398325UDazHG','meteor','pathFromApp','\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','replaceAll','2758644RwPegF','1182894gvMsgX','baseDir','error','632hOueyp','<div\x20id=\x22map\x22>','toString','apply','/imports/ui/components','appName','</div>','NONE','injectImport','Generating\x20a\x20map\x20component','REACT','\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','page','create','engines','react','67697WCzQBw','processAndRunGenerator','9DYaNoy','bright','.js','injectTemplateModule','split','(((.+)+)+)+$','12HfANMt','dir','1040180IDXrrx','1892370ATIWuc','exit','search','/imports/ui/','findProjectDirectory','kit/esri/map/','1244782XXypTg','map'];a131c=function(){return x;};return a131c();}function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x8e;let f=c[d];return f;},a131d(a,b);}(function(a,b){const s=a131d,c=a();while(!![]){try{const d=parseInt(s(0xa2))/0x1+parseInt(s(0x9b))/0x2+-parseInt(s(0xab))/0x3+-parseInt(s(0x99))/0x4*(parseInt(s(0xa5))/0x5)+-parseInt(s(0xaa))/0x6+-parseInt(s(0x91))/0x7*(-parseInt(s(0xae))/0x8)+-parseInt(s(0x93))/0x9*(parseInt(s(0x9c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x9ddb1));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const t=a131d;if(c){const e=c[t(0xb1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const u=a131d;return a131a['toString']()[u(0x9e)]('(((.+)+)+)+$')[u(0xb0)]()['constructor'](a131a)[u(0x9e)](u(0x98));});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';Generator[a131v(0x8e)]({'name':a131v(0xa3),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','shortDesc':'Generate\x20an\x20Esri\x20map\x20component','validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'client':ClientEngines[a131v(0xb8)],'ssr':SsrEngines[a131v(0xb5)]},'description':a131v(0xa8)},async function(a,b){const w=a131v;try{const {projectConfig:c,fsi:d,pkg:f,scaffold:g}=this;Log[w(0x94)](w(0xb7));const h='basic-map';await f['checkNpmPackage'](['@esri/react-arcgis','esri-loader'],{'shouldInstall':!![]});const i=d[w(0xa0)](),j=c[w(0x8f)]['ssr']===w(0xa6),k=await a131f[w(0x92)](w(0xba),[w(0xa3)],{'cwd':i,'config':c}),l={'name':capitalCase(c[w(0xb3)])[w(0xa9)]('-','\x20'),'componentName':pascalCase(h)},m=b[w(0xac)]?w(0x9f)+b[w(0xac)]:w(0xb2),n=g['pathFromApp']({'pathParts':[m,b[w(0x9a)],kebabCase(h),kebabCase(h)]});await g['template']({'srcPath':w(0xa1)+h+w(0x95),'destPath':n+w(0x95),'framework':w(0x90),'context':l,'config':c,'force':![],'ignore':![]});const o=''+m+b[w(0x9a)]+'/'+h+'/'+h;await g[w(0x96)](h,c,o);const p=k[w(0x97)]('/'),q=g[w(0xa7)]({'pathParts':p});await g[w(0xb6)]({'filePath':q,'importName':pascalCase(h),'modulePath':j?'/imports/startup/lib/templates':w(0xa4),'isNamedExport':!![]}),await g['injectIntoFile']({'filePath':q,'content':'\x0a<'+pascalCase(h)+w(0xb9),'begin':['<div\x20id=\x22map\x22>',w(0xaf)],'end':[w(0xb4)],'replace':!![]});}catch(r){Log[w(0xad)](r),process[w(0x9d)](0x1);}},async function(){},a131e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a132c(){const i=['4829ZPDsNN','search','maka\x20{generate,\x20g}:{kit}\x20<name>','130620xOEWzZ','toString','189ywzwtT','6530FuZNsw','2sdmspi','146696JNnVcW','5165jzppAN','6nDLBIu','constructor','create','584299EkmpEk','(((.+)+)+)+$','maka\x20g:k','3614443cqCxMi','kit','154362aMxmwg','1172trNtnG'];a132c=function(){return i;};return a132c();}const a132h=a132d;(function(a,b){const f=a132d,c=a();while(!![]){try{const d=-parseInt(f(0xe0))/0x1+parseInt(f(0xda))/0x2*(-parseInt(f(0xd1))/0x3)+parseInt(f(0xd2))/0x4*(parseInt(f(0xdc))/0x5)+parseInt(f(0xdd))/0x6*(parseInt(f(0xcf))/0x7)+-parseInt(f(0xdb))/0x8*(-parseInt(f(0xd8))/0x9)+-parseInt(f(0xd9))/0xa*(parseInt(f(0xd3))/0xb)+parseInt(f(0xd6))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x476d0));function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0xcf;let f=c[d];return f;},a132d(a,b);}const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const g=a132d;return a132a['toString']()[g(0xd4)](g(0xe1))[g(0xd7)]()[g(0xde)](a132a)[g(0xd4)]('(((.+)+)+)+$');});a132a();import{Generator}from'../../generator.js';const KitGen=Generator[a132h(0xdf)]({'name':a132h(0xd0),'aliases':['k'],'usage':a132h(0xd5),'shortDesc':'Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','minArgLength':0x1,'isPro':!![],'validOpts':[],'resourceNameRequired':![],'examples':['maka\x20g:kit',a132h(0xe2)]},async function(){});export default KitGen;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a133d(a,b){var c=a133c();return a133d=function(d,e){d=d-0x16d;var f=c[d];return f;},a133d(a,b);}(function(a,b){var f=a133d,c=a();while(!![]){try{var d=parseInt(f(0x179))/0x1*(-parseInt(f(0x171))/0x2)+parseInt(f(0x16e))/0x3+-parseInt(f(0x170))/0x4*(-parseInt(f(0x174))/0x5)+parseInt(f(0x177))/0x6*(parseInt(f(0x175))/0x7)+-parseInt(f(0x17c))/0x8*(parseInt(f(0x16f))/0x9)+-parseInt(f(0x173))/0xa*(-parseInt(f(0x17a))/0xb)+-parseInt(f(0x178))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0x53c0e));var a133b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a133d;if(c){var e=c[g(0x172)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){var h=a133d;return a133a[h(0x16d)]()['search']('(((.+)+)+)+$')[h(0x16d)]()[h(0x17b)](a133a)[h(0x176)]('(((.+)+)+)+$');});a133a();import'./mui.generator.js';function a133c(){var i=['110ckzDtE','15Mkdyia','211253IfrZAO','search','126XWTdew','6700188MRYpOp','48007zepcar','494582oabBJH','constructor','336488OKjSMQ','toString','1164036NKwebb','108lVEaJZ','685164FoJuIg','26mdTYbR','apply'];a133c=function(){return i;};return a133c();}import'./frame.mui.gen.js';import'./auth.mui.gen.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a134K=a134d;(function(a,b){const I=a134d,c=a();while(!![]){try{const d=-parseInt(I(0x1ec))/0x1+-parseInt(I(0x1e9))/0x2+-parseInt(I(0x1e3))/0x3+parseInt(I(0x1ca))/0x4+parseInt(I(0x1c3))/0x5+parseInt(I(0x1d9))/0x6+parseInt(I(0x1cb))/0x7*(parseInt(I(0x1b9))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0xe5cf6));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(0x1c9)]()[J(0x1ef)](J(0x1e7))['toString']()[J(0x1b8)](a134a)[J(0x1ef)](J(0x1e7));});a134a();function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0x1b8;let f=c[d];return f;},a134d(a,b);}function a134c(){const N=['/imports/ui/pages/auth','select','maka\x20generate:kit:mui:auth','kit/mui/auth/forgot-password/','Cleaning\x20up...','.js','3177090Mrddhl','basic-logout-page','pathFromApp','react','processAndRunGenerator','maka\x20g:k:m:a','toString','42616RGUVti','14wMfJTN','ssr','engines','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{auth,\x20a}','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20setup\x20with\x20login,\x20logout,\x20registration,\x20and\x20password\x20reset\x20pages.\x0a\x20\x20','template','kit/mui/auth/register/','baseDir','error','injectImport','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','custom','logout','basic-register-page','11121006ctkjWi','auth','reset-password/:token','MATERIAL','injectTemplateModule','force','AuthContext','layouts','basic-forgot-password-page','basic-login-page','1421511ppvJEo','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','log','login','(((.+)+)+)+$','basic-password-reset-page','1111320AycOaq','split','forgot-password','1181830tShurt','Custom\x20(roll\x20your\x20own)','/imports/startup/lib/authentication-provider','search','/imports/startup/client/authentication-provider','findProjectDirectory','meteor','create','route','constructor','2612224yJILhF','exit','kit/mui/auth/logout/','dir'];a134c=function(){return N;};return a134c();}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';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a134K(0x1f3)]({'name':a134K(0x1da),'aliases':['a'],'usage':a134K(0x1ce),'shortDesc':a134K(0x1d5),'validOpts':[a134K(0x1e0),a134K(0x1de)],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'theme':ThemeEngines[a134K(0x1dc)],'client':ClientEngines['REACT']},'examples':[a134K(0x1bf),a134K(0x1c8)],'description':a134K(0x1cf)},async function(a,b){const L=a134K;try{const {projectConfig:c,fsi:d,scaffold:f}=this,g=b['force']||![],h=d[L(0x1f1)](),i=await Actions[L(0x1be)]({'name':'authType','message':L(0x1e4),'choices':[{'name':'Meteor\x20Accounts','value':L(0x1f2)},{'name':L(0x1ed),'value':'custom'}]}),j='basic-login-page',k=L(0x1c4),l=L(0x1d8),m=L(0x1e8),n='basic-forgot-password-page',o=b[L(0x1d2)]?'/imports/ui/'+b[L(0x1d2)]:L(0x1bd),p=f[L(0x1c5)]({'pathParts':[o,b[L(0x1bc)],kebabCase(j),kebabCase(j)]}),q=f[L(0x1c5)]({'pathParts':[o,b[L(0x1bc)],kebabCase(k),kebabCase(k)]}),r=f[L(0x1c5)]({'pathParts':[o,b[L(0x1bc)],kebabCase(l),kebabCase(l)]}),s=f['pathFromApp']({'pathParts':[o,b[L(0x1bc)],kebabCase(m),kebabCase(m)]}),t=f['pathFromApp']({'pathParts':[o,b[L(0x1bc)],kebabCase(n),kebabCase(n)]}),u={'name':capitalCase(c['appName'])};await f[L(0x1d0)]({'srcPath':'kit/mui/auth/login/'+j+L(0x1c2),'destPath':p+L(0x1c2),'framework':L(0x1c6),'context':u,'config':c,'force':g,'ignore':![]}),await f[L(0x1d0)]({'srcPath':L(0x1bb)+k+L(0x1c2),'destPath':q+L(0x1c2),'framework':L(0x1c6),'context':u,'config':c,'force':g,'ignore':![]}),await f[L(0x1d0)]({'srcPath':L(0x1d1)+l+L(0x1c2),'destPath':r+L(0x1c2),'framework':'react','context':u,'config':c,'force':g,'ignore':![]}),await f[L(0x1d0)]({'srcPath':'kit/mui/auth/password-reset/'+m+L(0x1c2),'destPath':s+L(0x1c2),'framework':'react','context':u,'config':c,'force':g,'ignore':![]}),await f['template']({'srcPath':L(0x1c0)+n+L(0x1c2),'destPath':t+L(0x1c2),'framework':L(0x1c6),'context':u,'config':c,'force':g,'ignore':![]});const v=''+o+b[L(0x1bc)]+'/'+j+'/'+j;await f[L(0x1dd)](j,c,v);const w=''+o+b[L(0x1bc)]+'/'+k+'/'+k;await f[L(0x1dd)](k,c,w);const x=''+o+b[L(0x1bc)]+'/'+l+'/'+l;await f[L(0x1dd)](l,c,x);const y=''+o+b[L(0x1bc)]+'/'+m+'/'+m;await f[L(0x1dd)](m,c,y);const z=''+o+b['dir']+'/'+n+'/'+n;await f[L(0x1dd)](n,c,z),await a134e[L(0x1c7)](L(0x1f4),[L(0x1e2)],{'route':L(0x1e6),'cwd':h,'config':c}),await a134e['processAndRunGenerator'](L(0x1f4),['basic-logout-page'],{'route':L(0x1d7),'private':!![],'cwd':h,'config':c}),await a134e[L(0x1c7)](L(0x1f4),[L(0x1d8)],{'route':'register','cwd':h,'config':c}),await a134e[L(0x1c7)]('route',[L(0x1e8)],{'route':L(0x1db),'cwd':h,'config':c}),await a134e[L(0x1c7)](L(0x1f4),[L(0x1e1)],{'route':L(0x1eb),'cwd':h,'config':c});i===L(0x1f2)&&await a134e[L(0x1c7)]('kit:auth:meteor',[],{'force':g,'cwd':h,'config':c});i===L(0x1d6)&&await a134e['processAndRunGenerator']('kit:auth:provider',[],{'force':g,'cwd':h,'config':c});const A=c['engines'][L(0x1cc)]===L(0x1f2),B=c[L(0x1cd)]['js'],C=f[L(0x1c5)]({'pathParts':v[L(0x1ea)]('/')});await f[L(0x1d4)]({'filePath':C+'.'+B,'importName':'AuthContext','modulePath':A?L(0x1ee):L(0x1f0),'isNamedExport':!![]});const D=f[L(0x1c5)]({'pathParts':w[L(0x1ea)]('/')});await f[L(0x1d4)]({'filePath':D+'.'+B,'importName':L(0x1df),'modulePath':A?L(0x1ee):L(0x1f0),'isNamedExport':!![]});const E=f['pathFromApp']({'pathParts':x[L(0x1ea)]('/')});await f[L(0x1d4)]({'filePath':E+'.'+B,'importName':L(0x1df),'modulePath':A?'/imports/startup/lib/authentication-provider':L(0x1f0),'isNamedExport':!![]});const F=f[L(0x1c5)]({'pathParts':y[L(0x1ea)]('/')});await f[L(0x1d4)]({'filePath':F+'.'+B,'importName':'AuthContext','modulePath':A?L(0x1ee):L(0x1f0),'isNamedExport':!![]});const G=f[L(0x1c5)]({'pathParts':z[L(0x1ea)]('/')});await f['injectImport']({'filePath':G+'.'+B,'importName':L(0x1df),'modulePath':A?L(0x1ee):L(0x1f0),'isNamedExport':!![]});}catch(H){Log[L(0x1d3)](H),process[L(0x1ba)](0x1);}},async function(){const M=a134K;console[M(0x1e5)](M(0x1c1));},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(0xa3))/0x1*(parseInt(E(0xb2))/0x2)+-parseInt(E(0xab))/0x3*(parseInt(E(0xb3))/0x4)+parseInt(E(0xb9))/0x5+-parseInt(E(0xc5))/0x6+parseInt(E(0xb6))/0x7*(-parseInt(E(0xb0))/0x8)+-parseInt(E(0x92))/0x9+parseInt(E(0xa7))/0xa*(parseInt(E(0x91))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a135c,0x199ce));function a135d(a,b){const c=a135c();return a135d=function(d,e){d=d-0x8b;let f=c[d];return f;},a135d(a,b);}const a135b=(function(){let a=!![];return function(b,c){const d=a?function(){const F=a135d;if(c){const e=c[F(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a135a=a135b(this,function(){const G=a135d;return a135a[G(0x97)]()[G(0x93)]('(((.+)+)+)+$')[G(0x97)]()[G(0xc8)](a135a)[G(0x93)]('(((.+)+)+)+$');});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';function a135c(){const K=['search','pathFromApp','map','join','toString','findAppDirectory','template','REACT','error','<Outlet/>','length','dir','Container','ssr','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','/imports/ui/','34yvZxsi','kit/mui/frame/drawers/','getDirectories','apply','424470HKALxh','/imports/ui/components','.js','meteor','339897HQWlwC','<div\x20id=\x22','checkbox','-hook\x22>','force','2328euayBw','tests','5222MwlGBx','4RSwHkg','frame','layouts','343uLvudv','test','maka:react-tracker','881380xjbtQQ','log','injectIntoFile','<Outlet\x20/>','basic-sticky-footer','\x20/>\x0a','react','injectImport','kit/mui/frame/footers/','jsx','session','/imports/startup/client/templates','1068564atselg','app-tests','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','constructor','imports','Box','baseDir','getFiles','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f}','maka\x20g:k:m:f','basic-drawer','injectTemplateModule','</div>','checkMeteorPackage','No\x20layouts\x20selected','<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>','/imports/startup/lib/templates','55uujmIv','600507DHEoKT'];a135c=function(){return K;};return a135c();}import a135f from'./mui.generator.js';import{kebabCase,pascalCase,capitalCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator['create']({'name':a135H(0xb4),'aliases':['f'],'usage':a135H(0xcd),'shortDesc':a135H(0xc7),'validOpts':[a135H(0xb5),a135H(0xcb),a135H(0x9e),a135H(0xaf)],'isPro':![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'theme':ThemeEngines['MATERIAL'],'client':ClientEngines[a135H(0x9a)]},'examples':['maka\x20generate:kit:mui:frame',a135H(0xce)],'description':'\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20frame\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20'},async function(a,b){const I=a135H,{projectConfig:c,fsi:d,pkg:f,scaffold:g}=this;try{const h=b[I(0xaf)]||![],i='basic-app-bar',j=I(0xcf),k=I(0xbd),l=c['engines'][I(0xa0)]===I(0xaa);await f[I(0x8d)]([I(0xc3),I(0xb8)],{'shouldInstall':!![]});const m=d[I(0x98)](),n=a135e[I(0x96)](m,I(0xc9),'ui',I(0xb5)),o=d[I(0xa5)](n),p=o[I(0x95)](z=>({'name':z,'value':z})),q=await Actions[I(0xad)]({'message':'Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','name':I(0xb5),'choices':p});if(q[I(0x9d)]===0x0){Log[I(0x9b)](I(0x8e));return;}const r=b['baseDir']?I(0xa2)+b[I(0xcb)]:I(0xa8),s=g[I(0x94)]({'pathParts':[r,b[I(0x9e)],kebabCase(i),kebabCase(i)]}),t=g[I(0x94)]({'pathParts':[r,b[I(0x9e)],kebabCase(j),kebabCase(j)]}),u=g[I(0x94)]({'pathParts':[r,b[I(0x9e)],kebabCase(k),kebabCase(k)]}),v={'name':capitalCase(c['appName'])};await g['template']({'srcPath':'kit/mui/frame/app-bars/'+i+'.js','destPath':s+'.js','framework':I(0xbf),'context':v,'config':c,'force':h,'ignore':![]}),await g[I(0x99)]({'srcPath':I(0xa4)+j+I(0xa9),'destPath':t+'.js','framework':I(0xbf),'context':v,'config':c,'force':h,'ignore':![]}),await g['template']({'srcPath':I(0xc1)+k+I(0xa9),'destPath':u+I(0xa9),'framework':I(0xbf),'context':v,'config':c,'force':h,'ignore':![]});const w=''+r+b[I(0x9e)]+'/'+i+'/'+i;await g[I(0x8b)](i,c,w);const x=''+r+b[I(0x9e)]+'/'+j+'/'+j;await g[I(0x8b)](j,c,x);const y=''+r+b['dir']+'/'+k+'/'+k;await g[I(0x8b)](k,c,y);for(const z of q){const A=d[I(0xcc)](a135e['join'](n,z),{'extensions':[I(0xc2),'tsx'],'omit':[I(0xc6),I(0xb1),I(0xb7)]});for(const B of A){const C=a135e[I(0x96)](n,z,B);await g[I(0xc0)]({'filePath':C,'importName':I(0xca),'modulePath':'@mui/material/Box','isNamedExport':![]}),await g[I(0xc0)]({'filePath':C,'importName':I(0x9f),'modulePath':'@mui/material/Container','isNamedExport':![]}),await g[I(0xc0)]({'filePath':C,'importName':pascalCase(i),'modulePath':l?I(0x90):I(0xc4),'isNamedExport':!![]}),await g[I(0xbb)]({'filePath':C,'content':'<'+pascalCase(i)+I(0xbe),'begin':['<div\x20id=\x22'+z+'\x22>',I(0xac)+z+I(0xae)],'end':['<Outlet/>','<Outlet\x20/>']}),await g['injectImport']({'filePath':C,'importName':pascalCase(j),'modulePath':l?'/imports/startup/lib/templates':I(0xc4),'isNamedExport':!![]}),await g['injectIntoFile']({'filePath':C,'content':'<'+pascalCase(j)+I(0xbe),'begin':[I(0xac)+z+'\x22>',I(0xac)+z+I(0xae)],'end':[I(0x9c),I(0xbc)]}),await g[I(0xbb)]({'filePath':C,'content':'<'+pascalCase(k)+I(0xbe),'begin':[I(0x9c),I(0xbc)],'end':[I(0x8c)]}),await g[I(0xc0)]({'filePath':C,'importName':pascalCase(k),'modulePath':l?I(0x90):I(0xc4),'isNamedExport':!![]}),await g['injectAroundString']({'filePath':C,'aboveContent':I(0x8f),'belowContent':I(0xa1),'targetString':[I(0x9c),I(0xbc)],'targetIndentAdjustment':0x6});}}}catch(D){Log[I(0x9b)](D);}},async function(){const J=a135H;console[J(0xba)]('Cleaning\x20up...');},a135f);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a136j=a136d;function a136c(){const l=['info','frame','processAndRunGenerator','1751688qUgmit','includes','exit','(((.+)+)+)+$','11716506VMXlgg','54404gotjUH','search','constructor','fsi','Auth\x20workflow\x20(login,\x20logout,\x20etc.)','toString','5643312smUTiC','mui','Material-UI\x20Kit','create','auth','cfg','No\x20MUI\x20kits\x20selected.\x20Exiting.','apply','14KVJlwU','kit:mui:frame','findProjectDirectory','kit:mui:auth','error','60xkPxTR','length','247270JHroJz','507798ZQUmpJ','3662770bbSUGS'];a136c=function(){return l;};return a136c();}(function(a,b){const g=a136d,c=a();while(!![]){try{const d=parseInt(g(0x134))/0x1+parseInt(g(0x11f))/0x2*(parseInt(g(0x132))/0x3)+-parseInt(g(0x13a))/0x4+-parseInt(g(0x136))/0x5+-parseInt(g(0x135))/0x6*(-parseInt(g(0x12d))/0x7)+-parseInt(g(0x125))/0x8+parseInt(g(0x11e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a136c,0x5e5d8));const a136b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a136d;if(c){const e=c[h(0x12c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a136a=a136b(this,function(){const i=a136d;return a136a[i(0x124)]()[i(0x120)](i(0x11d))[i(0x124)]()[i(0x121)](a136a)['search']('(((.+)+)+)+$');});a136a();import{Generator}from'../../../generator.js';import{Actions}from'../../../tools/actions/actions.class.js';function a136d(a,b){const c=a136c();return a136d=function(d,e){d=d-0x11b;let f=c[d];return f;},a136d(a,b);}import{Log}from'../../../tools/log/log.class.js';import a136e from'../../../generators/maka.gen.js';import a136f from'../kit.js';const MuiGen=Generator[a136j(0x128)]({'name':a136j(0x126),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','resourceNameRequired':![],'shortDesc':a136j(0x127),'validOpts':[''],'isPro':!![],'examples':['maka\x20g:kit:m']},async function(){const k=a136j;try{Log[k(0x137)]('Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!'),Log['notice']('\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');const a=await Actions['checkbox']({'message':'Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','name':'kitChoices','choices':[{'name':'Header,\x20Footer,\x20and\x20Drawer','value':k(0x138)},{'name':k(0x123),'value':k(0x129)}]}),b=this[k(0x122)][k(0x12f)](),c=this[k(0x12a)]['getMakaProjectConfig']();a[k(0x11b)](k(0x138))&&await a136e[k(0x139)](k(0x12e),[],{'force':!![],'cwd':b,'config':c});a[k(0x11b)](k(0x129))&&await a136e[k(0x139)](k(0x130),[],{'force':!![],'cwd':b,'config':c});if(a[k(0x133)]===0x0){Log[k(0x137)](k(0x12b));return;}}catch(d){Log[k(0x131)](d),process[k(0x11c)](0x1);}},async function(){},a136f);export default MuiGen;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a137d(a,b){const c=a137c();return a137d=function(d,e){d=d-0x17f;let f=c[d];return f;},a137d(a,b);}const a137s=a137d;(function(a,b){const p=a137d,c=a();while(!![]){try{const d=parseInt(p(0x199))/0x1*(-parseInt(p(0x1a8))/0x2)+parseInt(p(0x17f))/0x3*(parseInt(p(0x190))/0x4)+-parseInt(p(0x1a9))/0x5+-parseInt(p(0x19b))/0x6+-parseInt(p(0x1b3))/0x7*(parseInt(p(0x192))/0x8)+parseInt(p(0x183))/0x9*(parseInt(p(0x185))/0xa)+parseInt(p(0x194))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a137c,0x38f0f));const a137b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a137d;if(c){const e=c[q(0x196)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a137a=a137b(this,function(){const r=a137d;return a137a[r(0x18f)]()[r(0x186)]('(((.+)+)+)+$')[r(0x18f)]()[r(0x1b4)](a137a)[r(0x186)](r(0x191));});a137a();import a137e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,kebabCase,pascalCase}from'change-case';const aliases=['l'];function a137c(){const u=['constructor','injectTemplateModule','144Hmgpgk','string','none','hook/hook.js','254511FLEEnG','ramda','50vWzMha','search','relative','maka\x20g:l\x20web/safari','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','client','fileName','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','ssr','engines','toString','14516nwXhmZ','(((.+)+)+)+$','1568OTrPMS','split','7826819QLdTpW','findProjectDirectory','apply','test/test.js','resourceName','50801CXfjwi','className','798378gZJqcS','layout','checkNpmPackage','maka\x20g:layout\x20mobile/iPhone8','pathFromApp','react','template','graphql','setTemplate','css','theme','.js','/imports/ui/layouts','2ooEPUK','842165CPdIND','dir','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','Scaffolding\x20for\x20a\x20React\x20Layout.','warn','features','injectAtBeginningOfFile','test','template/template.css','api','15771AMjLVt'];a137c=function(){return u;};return a137c();}Generator['create']({'name':a137s(0x19c),'aliases':aliases,'usage':a137s(0x189),'shortDesc':a137s(0x1ac),'validOpts':['withHook'],'mustBeInMakaProject':!![],'examples':[a137s(0x19e),a137s(0x188)]},async function(a,b){const t=a137s,{projectConfig:c,fsi:d,cfg:e,pkg:f,scaffold:g}=this,h=t(0x1a7),i=d['findAppDirectory'](),j=g[t(0x19f)]({'pathParts':[h,b[t(0x1aa)],kebabCase(b['resourceName']),kebabCase(b[t(0x198)])]});typeof c[t(0x1a1)]['test']===t(0x180)&&e['setTemplate'](t(0x1b0),c[t(0x1a1)][t(0x1b0)]);typeof c['template'][t(0x1a4)]===t(0x180)&&e[t(0x1a3)](t(0x1a4),c[t(0x1a1)][t(0x1a4)]);typeof c['template']['js']==='string'&&e['setTemplate']('js',c[t(0x1a1)]['js']);const k=b['_']?b['_'][0x0][t(0x193)](':')[0x1]:![],l=b['_']&&aliases['includes'](k);l&&!f[t(0x19d)](t(0x184))&&(Log[t(0x1ad)](t(0x18c)),f['installNpmPackage'](t(0x184),{'cwd':i}));if(l&&!f[t(0x19d)](t(0x1a0))){Log[t(0x1ad)](t(0x1ab));return;}const m={'name':pascalCase(b[t(0x198)]),'myPath':a137e[t(0x187)](d[t(0x195)](),j),'cssCaseName':kebabCase(b['resourceName']),'className':pascalCase(b[t(0x198)]),'camelCaseName':camelCase(b[t(0x198)]),'fileName':kebabCase(b[t(0x198)]),'graphql':c[t(0x18e)][t(0x1a2)],'features':c[t(0x1ae)],'client':c[t(0x18e)][t(0x18a)],'api':c[t(0x18e)][t(0x1b2)],'ssr':c[t(0x18e)][t(0x18d)],'test':c[t(0x18e)][t(0x1b0)],'theme':c[t(0x18e)][t(0x1a5)],'isComponent':![],'isLayout':!![],'withTranslations':c[t(0x1ae)]['withTranslations']};c[t(0x1ae)]?.['withHooks']||b['withHook']?await g['template']({'srcPath':t(0x182),'destPath':j+t(0x1a6),'framework':t(0x1a0),'context':m,'config':c}):await g[t(0x1a1)]({'srcPath':'component/component.js','destPath':j+t(0x1a6),'framework':t(0x1a0),'context':m,'config':c});c[t(0x18e)][t(0x1b0)]!==t(0x181)&&await g[t(0x1a1)]({'srcPath':t(0x197),'destPath':j+'.app-tests.js','framework':t(0x1a0),'context':m,'config':c});c[t(0x1a1)][t(0x1a4)]&&(await g[t(0x1a1)]({'srcPath':t(0x1b1),'destPath':j+'.css','context':Object['assign']({},m,{'className':kebabCase(b[t(0x198)])}),'config':c}),await g[t(0x1af)]({'filePath':j+'.'+c[t(0x18e)]['js'],'content':'import\x20\x27./'+m[t(0x18b)]+'.'+c[t(0x18e)][t(0x1a4)]+'\x27;'}));const n=b[t(0x1aa)]?'/'+b[t(0x1aa)]+'/':'/',o=''+h+n+m[t(0x18b)]+'/'+m[t(0x18b)];await g[t(0x1b5)](m[t(0x19a)],c,o);});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a138i=a138d;(function(a,b){const f=a138d,c=a();while(!![]){try{const d=-parseInt(f(0x111))/0x1+-parseInt(f(0x11c))/0x2+-parseInt(f(0x11b))/0x3+parseInt(f(0x11d))/0x4+parseInt(f(0x11e))/0x5+-parseInt(f(0x110))/0x6+-parseInt(f(0x119))/0x7*(-parseInt(f(0x115))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a138c,0xe1192));const a138b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a138d;if(c){const e=c[g(0x120)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a138a=a138b(this,function(){const h=a138d;return a138a[h(0x121)]()['search'](h(0x122))['toString']()[h(0x116)](a138a)[h(0x117)](h(0x122));});a138a();function a138d(a,b){const c=a138c();return a138d=function(d,e){d=d-0x110;let f=c[d];return f;},a138d(a,b);}import{Generator}from'../generator.js';const MakaGen=new Generator({'name':a138i(0x113),'aliases':['g'],'usage':a138i(0x118),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'resourceNameRequired':![],'shortDesc':a138i(0x114),'examples':[a138i(0x11a),a138i(0x124),a138i(0x112),a138i(0x11f),'maka\x20g:route\x20todos/edit',a138i(0x123),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(){});function a138c(){const j=['1103404lwHmky','maka\x20g:template\x20todos/todo_item','generate','Scaffold\x20various\x20parts\x20of\x20your\x20application','8NstInH','constructor','search','maka\x20{generate,\x20g}:<generator>\x20<name>','9676135GzScLB','maka\x20generate:scaffold\x20todos','2134098isDlPB','836906zwxaLB','7122456NtpOfO','4587170EAKrHa','maka\x20g:package\x20package:name','apply','toString','(((.+)+)+)+$','maka\x20g:api\x20trucks','maka\x20g:scaffold\x20todos','5550768ipAadk'];a138c=function(){return j;};return a138c();}export default MakaGen;
|