@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 a6c(){const m=['publicIp','118028xCVVeH','Instance\x20does\x20not\x20have\x20a\x20public\x20IP\x20address','243299EyxhQs','route53CreateHostedZone','confirm','toString','chz','165370yzpPmE','363453qfsXSW','4IgJsat','chooseInstance','18INYDxs','exit','maka\x20aws:create-hosted-zone\x20--domain=example.com','32tQMEey','create','linkEC2ToRoute53','domain','constructor','apply','Instance\x20not\x20found','Set\x20hosted\x20zone\x20to\x20an\x20instance?','38781EWniFY','110133nRsOAI','search','aws','create-hosted-zone','891130bvZXZw','error','(((.+)+)+)+$'];a6c=function(){return m;};return a6c();}const a6k=a6d;(function(a,b){const h=a6d,c=a();while(!![]){try{const d=parseInt(h(0xf4))/0x1+-parseInt(h(0xfc))/0x2+-parseInt(h(0x104))/0x3*(parseInt(h(0x105))/0x4)+-parseInt(h(0x103))/0x5+-parseInt(h(0x107))/0x6*(-parseInt(h(0xfe))/0x7)+-parseInt(h(0x10a))/0x8*(-parseInt(h(0x112))/0x9)+parseInt(h(0xf8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a6c,0x1a3fa));const a6b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a6d;if(c){const e=c[i(0x10f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a6a=a6b(this,function(){const j=a6d;return a6a[j(0x101)]()[j(0xf5)](j(0xfa))[j(0x101)]()[j(0x10e)](a6a)[j(0xf5)]('(((.+)+)+)+$');});a6a();import a6e from'./aws.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';function a6d(a,b){const c=a6c();return a6d=function(d,e){d=d-0xf4;let f=c[d];return f;},a6d(a,b);}Command[a6k(0x10b)]({'name':a6k(0xf7),'aliases':[a6k(0x102)],'usage':'maka\x20aws:create-hosted-zone','requiredOpts':['domain'],'validOpts':[],'shortDesc':'Create\x20a\x20hosted\x20zone\x20in\x20Route\x2053','examples':[a6k(0x109),'maka\x20aws:chz\x20--domain=example.com']},async function(a,b){const l=a6k;try{const c=b[l(0x10d)];this[l(0xf6)][l(0xff)](c);const d=await Actions[l(0x100)](l(0x111));if(d){const f=await this[l(0xf6)][l(0x106)]();if(f?.['id']){if(!f[l(0xfb)])throw Log[l(0xf9)](l(0xfd));this['aws'][l(0x10c)](f['id'],f[l(0xfb)],c);}else throw l(0x110);}}catch(g){g&&Log[l(0xf9)](g),process[l(0x108)](0x0);}},a6e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a7a0=a7d;(function(a,b){const Y=a7d,c=a();while(!![]){try{const d=parseInt(Y(0xb3))/0x1+parseInt(Y(0x89))/0x2+-parseInt(Y(0x7b))/0x3*(parseInt(Y(0x95))/0x4)+parseInt(Y(0x79))/0x5+parseInt(Y(0x87))/0x6*(-parseInt(Y(0xa4))/0x7)+parseInt(Y(0x7e))/0x8+-parseInt(Y(0x8d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a7c,0x59b02));const a7b=(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;};}()),a7a=a7b(this,function(){const Z=a7d;return a7a['toString']()['search'](Z(0x7a))[Z(0x9b)]()[Z(0x82)](a7a)[Z(0x6f)](Z(0x7a));});a7a();function a7c(){const a2=['createKeyPair','success','error','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','unlinkSync','confirm','getAppConfigPath','1143170Gnxusj','(((.+)+)+)+$','915723oKfeQV','readFileSync','chooseVPC','3860360TLDImK','Remove\x20the\x20security\x20group\x20','No\x20instance\x20has\x20been\x20created.','Please\x20choose\x20a\x20key\x20to\x20use:\x20','constructor','Instance\x20created!\x20\x20NOTE:\x20You\x20are\x20now\x20being\x20billed\x20for\x20this\x20EC2.','Key-Pair:\x20','EC2\x20Name:\x20[','string','6318BWjcKW','listAvailableAMIs','953026TBwONR','ec2createSG','Comma\x20separated\x20list\x20of\x20ports\x20[22,80,443]:\x20','exit','159651UBTyVi','environment','t3.micro','Setting\x20the\x20number\x20of\x20instances\x20to:\x20','Would\x20you\x20like\x20to\x20make\x20a\x20new\x20PEM\x20key?','maka\x20aws:ci\x20--env\x20prod','Web\x20App','create-instance','4zIlOCv','Security\x20Group\x20Name:\x20[','user-data','env','Instance\x20Count:\x20','Instace\x20Type:\x20','toString','notice','number','create','split','isFile','Would\x20you\x20like\x20to\x20create\x20a\x20new\x20security\x20group?','chooseSecurityGroup','ask','4431ORTzqm','maka-cli','maka\x20aws:create-instance\x20--env\x20dev','User\x20Data:','Run\x20\x22maka\x20aws:set-host\x22\x20to\x20configure\x20your\x20ssh.json\x20file','ec2create','Setting\x20the\x20key-pair\x20to:\x20','ImageID:','getSubnetCidr','deleteKeyPair','Remove\x20the\x20keypair\x20','Create\x20new\x20AWS\x20instance','fsi','1:1','Subnet:\x20','169199JkZSKw','22,80,443','search','listAvailableSubnets','aws'];a7c=function(){return a2;};return a7c();}import a7e from'./aws.command.js';import a7f from'path';function a7d(a,b){const c=a7c();return a7d=function(d,e){d=d-0x6e;let f=c[d];return f;},a7d(a,b);}import a7g from'fs';import{Actions}from'../../tools/actions/actions.class.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a7a0(0x9e)]({'name':a7a0(0x94),'aliases':['ci'],'usage':'maka\x20aws:create-instance','examples':[a7a0(0xa6),a7a0(0x92)],'mustBeInMakaProject':!![],'requiredOpts':[{'name':'env'}],'validOpts':[],'shortDesc':a7a0(0xaf),'description':'\x0a\x20\x20Walk\x20through\x20a\x20list\x20of\x20questions\x20that\x20will\x20properly\x20provision\x20a\x20new\x20EC2\x0a\x20\x20instance.\x0a\x0a\x20\x20Once\x20created,\x20you\x20will\x20begin\x20to\x20be\x20billed\x20for\x20the\x20resource!\x0a\x20\x20'},async function(a,b){const a1=a7a0;try{const {projectConfig:c,fsi:d,cfg:f}=this,{appName:g}=c,h=f['getEnvFromShorthand'](b[a1(0x98)]),i=f[a1(0x78)](h),j=g+'-'+h,k=await Actions[a1(0xa3)](a1(0x85)+j+']\x20')||j;let l='',m='',n='',o='',p='';const q=await Actions[a1(0x77)](a1(0x91),!![]);let r='',s='';if(q){const {keyName:y,filePath:z}=await this[a1(0x71)][a1(0x72)]({'env':h});r=y,s=z,Log['success'](a1(0xaa)+r);}else try{Log['notice']('**\x20Available\x20key-pairs\x20**');const A=r?r:k,B=await this[a1(0x71)]['ec2describeKeys']({'suggestion':A}),C=await Actions[a1(0xa3)](a1(0x81))||'-1';if(parseInt(C)<0x0){Log[a1(0x74)](a1(0x75)),Log[a1(0x9c)](a1(0x80));return;}if(B)for(const D of B){if(parseInt(C)===D['id']){r=D['name'],Log[a1(0x73)]('Setting\x20the\x20key-pair\x20to:\x20'+r);break;}}}catch(E){Log[a1(0x74)](E);}l=await this['aws'][a1(0x7d)]();const t=await Actions[a1(0x77)](a1(0xa1),!![]);let u;if(t){const F=l===''?await this['aws'][a1(0x7d)]():l;u=await Actions[a1(0xa3)](a1(0x96)+k+']')||k;const G=await Actions['ask'](a1(0x8b))||a1(0x6e),H=G[a1(0x9f)](',');await this[a1(0x71)][a1(0x8a)]({'description':a1(0x93),'name':u,'vpcId':F,'sgPorts':H});}u=k,m=await this[a1(0x71)][a1(0xa2)](u),n=await this[a1(0x71)][a1(0x88)](),p=await this[a1(0x71)][a1(0x70)]();const v=0x1,w=0x1;try{const I=await Actions[a1(0xa3)]('How\x20many\x20instances\x20do\x20you\x20want\x20to\x20create\x20(min:max)?\x20[1:1]\x20')||a1(0xb1),J=I[a1(0x9f)](':')[0x0],K=I[a1(0x9f)](':')[0x1];typeof parseInt(J)===a1(0x9d)&&typeof parseInt(K)===a1(0x9d)&&Log['success'](a1(0x90)+J+':'+K);}catch(L){Log[a1(0x74)](L);}try{const M=await Actions[a1(0xa3)]('What\x20instance\x20type\x20would\x20you\x20like?\x20[t3.micro]')||a1(0x8f);typeof M===a1(0x86)&&(o=M);}catch(N){Log['error'](N);}let x='';try{const O=await Actions[a1(0x77)]('Would\x20you\x20like\x20to\x20include\x20user\x20data?',![]);O&&(x=a7f['join'](i,a1(0x97)),Log[a1(0x9c)]('Creating\x20user\x20data\x20file\x20in\x20'+x),await this[a1(0xb0)]['createFile']({'filePath':x,'data':''}),await Actions[a1(0x77)]('Please\x20modify\x20and\x20save\x20the\x20user-data\x20file.\x20\x20Ready\x20to\x20continue?'));}catch(P){Log[a1(0x74)](P);}try{const Q=await this['aws'][a1(0xac)](p);Log[a1(0x9c)](a1(0xab)+n),Log[a1(0x9c)](a1(0x99)+v+':'+w),Log[a1(0x9c)](a1(0x9a)+o),Log['notice'](a1(0x84)+r),Log[a1(0x9c)]('Security\x20Group:\x20'+m),Log[a1(0x9c)](a1(0xb2)+Q);if(x){Log['notice'](a1(0xa7)+x);const S=a7g[a1(0x7c)](x)['toString']();Log[a1(0x9c)](S);}const R=await Actions[a1(0x77)]('Ready\x20to\x20create\x20instance?\x20NOTE:\x20You\x20WILL\x20be\x20billed\x20for\x20this\x20instance\x20by\x20AWS.');if(R){const T=await this[a1(0x71)][a1(0xa9)]({'imageId':n,'minCount':v,'maxCount':w,'type':o,'key':r,'sgIds':m,'subnet':p,'tags':[{'Key':'created-by','Value':a1(0xa5)},{'Key':a1(0x8e),'Value':h},{'Key':'Name','Value':k}],...x&&{'userData':x}});T&&(Log[a1(0x73)](a1(0x83)),Log['bright'](a1(0xa8)));}else{Log[a1(0x9c)]('ABORTED!\x20No\x20instance\x20has\x20been\x20created!');const U=await Actions['confirm'](a1(0xae)+r+'\x20?',!![]);U&&(this[a1(0x71)][a1(0xad)](r),d[a1(0xa0)](s)&&a7g[a1(0x76)](s));const V=await Actions['confirm'](a1(0x7f)+m+'\x20?',!![]);V&&this[a1(0x71)]['deleteSecurityGroup'](m);}}catch(W){Log['error'](W);}}catch(X){X&&Log[a1(0x74)](X),process[a1(0x8c)](0x0);}},a7e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a8d(a,b){const c=a8c();return a8d=function(d,e){d=d-0x181;let f=c[d];return f;},a8d(a,b);}const a8i=a8d;(function(a,b){const g=a8d,c=a();while(!![]){try{const d=parseInt(g(0x196))/0x1*(-parseInt(g(0x195))/0x2)+-parseInt(g(0x186))/0x3+parseInt(g(0x198))/0x4*(-parseInt(g(0x18b))/0x5)+-parseInt(g(0x18e))/0x6+parseInt(g(0x18a))/0x7*(parseInt(g(0x194))/0x8)+parseInt(g(0x18d))/0x9*(-parseInt(g(0x184))/0xa)+parseInt(g(0x183))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a8c,0x42031));const a8b=(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;};}()),a8a=a8b(this,function(){const h=a8d;return a8a[h(0x192)]()[h(0x185)](h(0x182))['toString']()['constructor'](a8a)[h(0x185)](h(0x182));});a8a();import a8e from'./aws.command.js';function a8c(){const k=['10Bzkzia','search','738603FXNNYh','\x0a\x0a\x20\x20In\x20AWS,\x20follow\x20a\x20few\x20questions\x20to\x20create\x20a\x20new\x20Key\x20Pair.\x0a\x20\x20The\x20public\x20key\x20is\x20stored\x20in\x20AWS\x20while\x20the\x20private\x20key\x20is\x20saved\x0a\x20\x20to\x20the\x20_keys\x20directory\x20for\x20the\x20envronment\x20(--env)\x20provided.\x0a\x0a\x20\x20This\x20key\x20cannot\x20be\x20replaced\x20(without\x20support\x20from\x20AWS),\x20and\x20should\x20be\x0a\x20\x20kept\x20safe.\x0a\x0a\x20\x20Maka\x20automatically\x20ignores\x20the\x20_keys\x20directory,\x20so\x20it\x20will\x20not\x20be\x0a\x20\x20stored\x20in\x20version\x20control\x20by\x20default.\x20You\x20may\x20change\x20this\x20in\x20the\x0a\x20\x20.gitignore\x20file\x20at\x20the\x20root\x20of\x20this\x20project,\x20but\x20it\x27s\x20not\x20recommended.\x0a\x20\x20','maka\x20aws:ckp\x20--env\x20prod','create','1199135RUGZlS','15jluACx','getEnvFromShorthand','643779HchxeT','1146516Qzadfd','env','exit','createKeyPair','toString','Create\x20a\x20Key\x20Pair\x20for\x20AWS\x20an\x20EC2\x20instance','8wMgpUq','72TJQcbU','2161UdRZnz','cfg','84916WuaLfs','error','(((.+)+)+)+$','8243191QnFpEx'];a8c=function(){return k;};return a8c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a8i(0x189)]({'name':'create-key-pair','aliases':['ckp'],'usage':'maka\x20aws:create-key-pair','examples':['maka\x20aws:create-key-pair\x20--env\x20prod',a8i(0x188)],'mustBeInMakaProject':!![],'requiredOpts':[a8i(0x18f)],'validOpts':[],'shortDesc':a8i(0x193),'description':a8i(0x187)},async function(a,b){const j=a8i;try{const {aws:c}=this,d=this[j(0x197)][j(0x18c)](b['env']);c[j(0x191)]({'env':d});}catch(f){f&&Log[j(0x181)](f),process[j(0x190)](0x0);}},a8e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a9p=a9d;(function(a,b){const m=a9d,c=a();while(!![]){try{const d=-parseInt(m(0x83))/0x1*(-parseInt(m(0x8e))/0x2)+parseInt(m(0x92))/0x3+-parseInt(m(0x79))/0x4*(parseInt(m(0x84))/0x5)+-parseInt(m(0x7e))/0x6*(parseInt(m(0x90))/0x7)+-parseInt(m(0x91))/0x8+parseInt(m(0x89))/0x9*(parseInt(m(0x94))/0xa)+parseInt(m(0x80))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a9c,0x7b037));const a9b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a9d;if(c){const e=c[n(0x8c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a9a=a9b(this,function(){const o=a9d;return a9a['toString']()[o(0x85)](o(0x86))[o(0x81)]()['constructor'](a9a)[o(0x85)](o(0x86));});a9a();function a9d(a,b){const c=a9c();return a9d=function(d,e){d=d-0x76;let f=c[d];return f;},a9d(a,b);}import a9e from'./aws.command.js';function a9c(){const s=['4901912eDcrxC','784356DNGzTc','22,80,443','331010EGnCNr','create-security-group','csg','maka\x20aws:csg','1424WQTpmB','exit','Security\x20Group\x20Name:\x20[','\x0a\x20\x20Create\x20a\x20secuirty\x20group\x20on\x20a\x20Virtual\x20Private\x20Cloud\x20(VPC)\x20which\x0a\x20\x20can\x20be\x20used\x20with\x20a\x20new\x20EC2\x20instance.\x0a\x20\x20','maka\x20aws:create-secuirty-group','168YFapRh','error','3841431jkXGxN','toString','match','16YhVUGO','755LKeGNt','search','(((.+)+)+)+$','Web\x20App','create','45RIqnTG','split','ask','apply','name','116308mSLoTi','ec2createSG','134071ZKBlFi'];a9c=function(){return s;};return a9c();}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';Command[a9p(0x88)]({'name':a9p(0x76),'aliases':[a9p(0x77)],'usage':'maka\x20aws\x20create-security-group','validOpts':[],'shortDesc':'Create\x20a\x20new\x20secuirty\x20group\x20in\x20a\x20VPC\x20for\x20an\x20EC2','mustBeInMakaProject':!![],'description':a9p(0x7c),'examples':[a9p(0x7d),a9p(0x78)]},async function(a,b){const q=a9p,{projectConfig:c,aws:d}=this;try{const {appName:f}=c,g=await d['chooseVPC'](),h=b[q(0x8d)]?b[q(0x8d)]:''+f,i=await Actions[q(0x8b)](q(0x7b)+h+']')||h,j=await Actions[q(0x8b)]('Comma\x20separated\x20list\x20of\x20ports\x20[22,80,443]:\x20')||q(0x93),k=j[q(0x8a)](',');k['forEach'](l=>{const r=q;if(!l[r(0x82)](/^\d+$/))throw'List\x20is\x20not\x20all\x20numbers';}),await d[q(0x8f)]({'description':q(0x87),'name':i,'vpcId':g,'sgPorts':k});}catch(l){l&&Log[q(0x7f)](l),process[q(0x7a)](0x1);}},a9e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a10h=a10d;function a10d(a,b){const c=a10c();return a10d=function(d,e){d=d-0x6d;let f=c[d];return f;},a10d(a,b);}(function(a,b){const f=a10d,c=a();while(!![]){try{const d=parseInt(f(0x86))/0x1*(parseInt(f(0x70))/0x2)+parseInt(f(0x74))/0x3*(-parseInt(f(0x76))/0x4)+parseInt(f(0x6f))/0x5*(-parseInt(f(0x7a))/0x6)+-parseInt(f(0x88))/0x7+parseInt(f(0x71))/0x8*(parseInt(f(0x85))/0x9)+parseInt(f(0x7e))/0xa+parseInt(f(0x6d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a10c,0xdbd38));const a10b=(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;};}()),a10a=a10b(this,function(){const g=a10d;return a10a[g(0x75)]()[g(0x83)](g(0x7c))[g(0x75)]()[g(0x8a)](a10a)[g(0x83)](g(0x7c));});a10a();import a10e from'./aws.command.js';function a10c(){const j=['34983qMmlAP','maka\x20aws:decr\x20--name=my-old-repo\x20--region=us-east-1','7364616zgvJvb','maka\x20aws:delete-ecr\x20--name\x20<name>\x20--region\x20<region>','constructor','ecrDeleteRepository','37437477DVAAob','.\x20Error:\x20','3730fqrPZO','10jaKfgG','47768sBaDKw','maka\x20aws:delete-ecr\x20--name=my-old-repo\x20--region=us-east-1','region','5151564BRcxaE','toString','4zNrwwX','Delete\x20an\x20Elastic\x20Container\x20Repository','name','create','11820hrAZKI','Repository\x20','(((.+)+)+)+$','\x20in\x20region\x20','15012720JjVyNf','delete-ecr','\x20deleted\x20successfully\x20in\x20region\x20','exit','decr','search','Failed\x20to\x20delete\x20the\x20repository:\x20','90kTJUjf'];a10c=function(){return j;};return a10c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a10h(0x79)]({'name':a10h(0x7f),'aliases':[a10h(0x82)],'usage':a10h(0x89),'requiredOpts':[a10h(0x78),'region'],'validOpts':[],'shortDesc':a10h(0x77),'examples':[a10h(0x72),a10h(0x87)]},async function(a,b){const i=a10h,{aws:c}=this;try{await c[i(0x8b)]({'repoName':b[i(0x78)],'region':b['region']}),Log['success'](i(0x7b)+b[i(0x78)]+i(0x80)+b['region']+'.'),process[i(0x81)](0x0);}catch(d){Log['error'](i(0x84)+b[i(0x78)]+i(0x7d)+b[i(0x73)]+i(0x6e)+d),process[i(0x81)](0x1);}},a10e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a11i=a11d;(function(a,b){const f=a11d,c=a();while(!![]){try{const d=parseInt(f(0x169))/0x1*(-parseInt(f(0x165))/0x2)+-parseInt(f(0x15d))/0x3+parseInt(f(0x15f))/0x4+-parseInt(f(0x164))/0x5*(-parseInt(f(0x16e))/0x6)+-parseInt(f(0x162))/0x7*(parseInt(f(0x170))/0x8)+parseInt(f(0x16c))/0x9*(-parseInt(f(0x15b))/0xa)+-parseInt(f(0x16f))/0xb*(-parseInt(f(0x159))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a11c,0x73952));function a11c(){const k=['133752hjMugp','17022137uSWByA','480nTvSHL','toString','12XLGClY','create','63110VEdbxE','\x0a\x20\x20List\x20all\x20EC2\x20instances\x20that\x20have\x20been\x20created\x20with\x20\x22maka\x20aws:ci\x22\x20associated\x0a\x20\x20with\x20the\x20logged\x20in\x20AWS-CLI\x20account.\x0a\x0a\x20\x20Will\x20pull\x20back\x20the\x20instance\x20ID,\x20state,\x20and\x20IP\x20addresses.\x0a\x20\x20Ex:\x0a\x0a\x20\x20ID:\x200\x20NAME:\x20<NAME>\x20ENV:\x20production\x20STATUS:\x20running\x20INSTANCE_ID:\x20i-xxx\x20PUB_IP:\x20x.x.x.x\x20PRIV_IP:\x20y.y.y.y\x0a\x20\x20','2086908uOWdHj','maka\x20aws:describe-instances','2317348dfwYmC','ec2describeInstances','search','41258WOqbCS','error','190uMWMuu','20474moAyqS','apply','(((.+)+)+)+$','exit','61fVAzse','maka\x20aws:di','constructor','1179DjKgsl','Get\x20EC2\x20instances\x20created\x20by\x20Maka-CLI'];a11c=function(){return k;};return a11c();}const a11b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a11d;if(c){const e=c[g(0x166)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a11a=a11b(this,function(){const h=a11d;return a11a[h(0x171)]()[h(0x161)](h(0x167))[h(0x171)]()[h(0x16b)](a11a)['search']('(((.+)+)+)+$');});a11a();import a11e from'./aws.command.js';function a11d(a,b){const c=a11c();return a11d=function(d,e){d=d-0x159;let f=c[d];return f;},a11d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a11i(0x15a)]({'name':'describe-instances','aliases':['di'],'usage':a11i(0x15e),'validOpts':[],'shortDesc':a11i(0x16d),'examples':['maka\x20aws:describe-instances',a11i(0x16a)],'description':a11i(0x15c)},async function(){const j=a11i;try{const {aws:a}=this;a[j(0x160)]();}catch(b){b&&Log[j(0x163)](b),process[j(0x168)](0x1);}},a11e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a12h=a12d;(function(a,b){var f=a12d,c=a();while(!![]){try{var d=parseInt(f(0x1cf))/0x1+parseInt(f(0x1c5))/0x2+parseInt(f(0x1ce))/0x3+parseInt(f(0x1ca))/0x4*(-parseInt(f(0x1d4))/0x5)+parseInt(f(0x1cc))/0x6*(-parseInt(f(0x1cd))/0x7)+-parseInt(f(0x1d3))/0x8+parseInt(f(0x1c7))/0x9*(-parseInt(f(0x1d0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a12c,0x222e1));var a12b=(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;};}()),a12a=a12b(this,function(){var g=a12d;return a12a['toString']()[g(0x1c4)](g(0x1c6))[g(0x1c8)]()[g(0x1cb)](a12a)[g(0x1c4)](g(0x1c6));});function a12c(){var j=['maka\x20aws:describe-key-pairs','exit','1111216dejHZS','46785avGFGj','search','471168KQJufK','(((.+)+)+)+$','9DJVwCv','toString','aws','60ihhmZl','constructor','13554gYKaKd','42mvRzeU','209067CfAbNG','201607UcATad','740680AcpTnp'];a12c=function(){return j;};return a12c();}a12a();import a12e from'./aws.command.js';import{Command}from'../../command.js';function a12d(a,b){var c=a12c();return a12d=function(d,e){d=d-0x1c4;var f=c[d];return f;},a12d(a,b);}import{Log}from'../../tools/log/log.class.js';Command['create']({'name':'describe-key-pairs','aliases':['dkp'],'usage':a12h(0x1d1),'validOpts':[],'shortDesc':'List\x20the\x20current\x20public\x20keys\x20stored\x20in\x20AWS','examples':[a12h(0x1d1),'maka\x20aws:dkp']},async function(){var i=a12h;try{this[i(0x1c9)]['ec2describeKeys']();}catch(a){a&&Log['error'](a),process[i(0x1d2)](0x0);}},a12e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a13m=a13d;function a13c(){const q=['ID:\x20','\x20could\x20impact\x20other\x20instances\x20that\x20are\x20using\x20it.\x20\x20Are\x20you\x20sure?','3081042GwhyWH','sgId','152349UXFovb','15434802ttjHei','dsg','Delete\x20a\x20security\x20group\x20on\x20a\x20VPC','Please\x20choose\x20a\x20SG\x20ID\x20to\x20delete:','(((.+)+)+)+$','4507880NYXQRg','success','That\x20was\x20not\x20an\x20id\x20in\x20the\x20list.','confirm','\x20SGID:\x20','appName','notice','delete-security-group','getSecurityGroups','forEach','toString','name','1095004GLpyly','32UcgnBJ','maka\x20aws:dsg','1279509IYgHHN','\x20SG\x20NAME:\x20','search','create','maka\x20aws:delete-sg','Not\x20deleting\x20secuirty\x20group','exit','error','apply','bright','691454LrifHA','includes','1eGmwiC'];a13c=function(){return q;};return a13c();}(function(a,b){const j=a13d,c=a();while(!![]){try{const d=-parseInt(j(0xe5))/0x1*(-parseInt(j(0xe3))/0x2)+-parseInt(j(0xea))/0x3+-parseInt(j(0xd6))/0x4+-parseInt(j(0xf0))/0x5+parseInt(j(0xe8))/0x6+parseInt(j(0xd9))/0x7*(-parseInt(j(0xd7))/0x8)+parseInt(j(0xeb))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a13c,0x969fa));const a13b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a13d;if(c){const e=c[k(0xe1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a13a=a13b(this,function(){const l=a13d;return a13a[l(0xd4)]()[l(0xdb)](l(0xef))[l(0xd4)]()['constructor'](a13a)['search']('(((.+)+)+)+$');});a13a();function a13d(a,b){const c=a13c();return a13d=function(d,e){d=d-0xd2;let f=c[d];return f;},a13d(a,b);}import a13e from'./aws.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{Actions}from'../../tools/actions/actions.class.js';Command[a13m(0xdc)]({'name':a13m(0xf7),'aliases':[a13m(0xec)],'usage':a13m(0xdd),'mustBeInMakaProject':!![],'validOpts':[],'shortDesc':a13m(0xed),'examples':['maka\x20aws:delete-sg',a13m(0xd8)]},async function(){const n=a13m;try{const {projectConfig:a,aws:b}=this;let c='';c=a[n(0xf5)];const {sgList:d}=await b[n(0xd2)]();d[n(0xd3)](function(i){const o=n;i[o(0xd5)][o(0xe4)](c)?Log[o(0xf6)](o(0xe6)+i['id']+o(0xda)+i[o(0xd5)]+o(0xf4)+i[o(0xe9)]):Log[o(0xe2)](o(0xe6)+i['id']+o(0xda)+i['name']+o(0xf4)+i[o(0xe9)]);});let f='';const g=await Actions['ask'](n(0xee));d[n(0xd3)](function(i){const p=n;i['id']===parseInt(g)&&(f=i[p(0xe9)]);});if(!f)throw Log[n(0xe0)](n(0xf2));const h=await Actions[n(0xf3)]('Deleting\x20a\x20'+f+n(0xe7),![]);h?(await b['deleteSecurityGroup'](f),Log[n(0xf1)]('Deleted\x20'+f)):Log[n(0xe0)](n(0xde)),process['exit'](0x0);}catch(i){i&&Log[n(0xe0)](i),process[n(0xdf)](0x1);}},a13e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a14d(a,b){const c=a14c();return a14d=function(d,e){d=d-0x8a;let f=c[d];return f;},a14d(a,b);}const a14i=a14d;(function(a,b){const f=a14d,c=a();while(!![]){try{const d=-parseInt(f(0xa4))/0x1*(parseInt(f(0x8b))/0x2)+-parseInt(f(0x9c))/0x3+parseInt(f(0x9d))/0x4*(-parseInt(f(0x8a))/0x5)+-parseInt(f(0x8f))/0x6+-parseInt(f(0x92))/0x7+-parseInt(f(0xa5))/0x8*(parseInt(f(0xa2))/0x9)+parseInt(f(0x90))/0xa*(parseInt(f(0xa1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a14c,0x5f563));const a14b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a14d;if(c){const e=c[g(0x8d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a14a=a14b(this,function(){const h=a14d;return a14a[h(0x9a)]()[h(0x94)]('(((.+)+)+)+$')['toString']()[h(0x96)](a14a)[h(0x94)](h(0x8c));});a14a();function a14c(){const k=['2020mJwzPl','List\x20Elastic\x20Container\x20Repositories\x20across\x20regions','1517411hQrZmi','maka\x20aws:lecr\x20--regions=us-east-1,eu-west-1','search','error','constructor','maka\x20aws:list-ecr\x20[--regions=<region1,region2,...>]','exit','Completed\x20listing\x20ECR\x20repositories.','toString','create','1536453ZyonZl','20SqbrDg','lecr','regions','maka\x20aws:list-ecr','156365yYenFB','346311madNWD','maka\x20aws:lecr\x20--regions=all','1jIJplR','136SKsOdi','45855MaAUOR','1172020NsivHw','(((.+)+)+)+$','apply','list-ecr','2795994azeueC'];a14c=function(){return k;};return a14c();}import a14e from'./aws.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a14i(0x9b)]({'name':a14i(0x8e),'aliases':[a14i(0x9e)],'usage':a14i(0x97),'requiredOpts':[],'validOpts':['regions'],'shortDesc':a14i(0x91),'examples':[a14i(0xa0),a14i(0x93),a14i(0xa3)]},async function(a,b){const j=a14i;try{const {aws:c}=this;await c['listAllEcrRepositories'](b[j(0x9f)]),Log['success'](j(0x99)),process['exit'](0x0);}catch(d){Log[j(0x95)]('An\x20error\x20occurred\x20while\x20listing\x20ECR\x20repositories:\x20'+d),process[j(0x98)](0x1);}},a14e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a15h=a15d;(function(a,b){const f=a15d,c=a();while(!![]){try{const d=-parseInt(f(0xf6))/0x1+parseInt(f(0xf3))/0x2*(-parseInt(f(0xe5))/0x3)+-parseInt(f(0xf8))/0x4*(-parseInt(f(0xe4))/0x5)+parseInt(f(0xfa))/0x6+-parseInt(f(0xe7))/0x7+parseInt(f(0xec))/0x8+parseInt(f(0xef))/0x9*(parseInt(f(0xf2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a15c,0xe3012));const a15b=(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;};}()),a15a=a15b(this,function(){const g=a15d;return a15a[g(0xf0)]()[g(0xe9)](g(0xe8))[g(0xf0)]()[g(0xe6)](a15a)[g(0xe9)]('(((.+)+)+)+$');});function a15c(){const j=['search','You\x20have\x20aborted\x20the\x20reboot.\x20\x20The\x20instance:\x20','status','3383992RnPYhD','rbi','chooseInstance','18QiKmRd','toString','There\x20are\x20no\x20instances\x20in\x20a\x20state\x20that\x20can\x20be\x20rebooted;\x20either\x20they\x20are\x20spinning\x20up,\x20or\x20are\x20already\x20terminated.','11392250LmJcbL','12iUjSDa','error','[!!]\x20You\x20are\x20about\x20to\x20reboot\x20instance:\x20','709469mfRmII','confirm','213396cVOXTv','instanceId','6433500XsTKyO','\x20Ready?','Reboot\x20an\x20EC2\x20instance','\x20is\x20still\x20running.','name','25Hrcvem','390114uGAzRk','constructor','11346559freDpN','(((.+)+)+)+$'];a15c=function(){return j;};return a15c();}a15a();import a15e from'./aws.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';function a15d(a,b){const c=a15c();return a15d=function(d,e){d=d-0xe2;let f=c[d];return f;},a15d(a,b);}Command['create']({'name':'reboot-instance','aliases':[a15h(0xed)],'usage':'maka\x20aws:reboot-instance','validOpts':[],'shortDesc':a15h(0xfc),'examples':['maka\x20aws:reboot-instance','maka\x20aws:rbi']},async function(){const i=a15h;try{const {aws:a}=this,b=await a[i(0xee)]();if(b?.[i(0xeb)]==='running'){const c=await Actions[i(0xf7)](i(0xf5)+b[i(0xe3)]+i(0xfb));c&&b[i(0xf9)]?a['ec2rebootInstance']({'instanceId':b[i(0xf9)]}):Log[i(0xf4)](i(0xea)+b[i(0xe3)]+i(0xe2));}else Log[i(0xf4)](i(0xf1));}catch(d){d&&Log[i(0xf4)](d),process['exit'](0x1);}},a15e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a16I=a16d;function a16d(a,b){const c=a16c();return a16d=function(d,e){d=d-0xa3;let f=c[d];return f;},a16d(a,b);}(function(a,b){const F=a16d,c=a();while(!![]){try{const d=-parseInt(F(0xc6))/0x1+-parseInt(F(0xd1))/0x2*(-parseInt(F(0xb4))/0x3)+-parseInt(F(0xbd))/0x4+parseInt(F(0xcb))/0x5+-parseInt(F(0xde))/0x6*(-parseInt(F(0xae))/0x7)+parseInt(F(0xd8))/0x8*(-parseInt(F(0xad))/0x9)+parseInt(F(0xac))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a16c,0x4d5c9));const a16b=(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;};}()),a16a=a16b(this,function(){const G=a16d;return a16a['toString']()[G(0xc4)](G(0xab))[G(0xb1)]()[G(0xd3)](a16a)[G(0xc4)](G(0xab));});a16a();import a16e from'./aws.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{CountryCode}from'../../tools/aws/aws.interfaces.js';function isValidCountryCode(a){const H=a16d;return Object['values'](CountryCode)[H(0xbb)](a);}function getCountryCodeEnum(a){if(isValidCountryCode(a))return a;return undefined;}function a16c(){const K=['Contact','confirm','ask','666938GVxgrp','Contact\x20Email\x20[mail@example.com]:\x20','constructor','COMPANY','Person','domain','warn','8hLECAm','Invalid\x202\x20character\x20country\x20code','Zip\x20Code\x20[96816]:\x20','Auto\x20Renew:\x20','Contact\x20First\x20Name\x20[Contact]:\x20','96816','959358zOtiiP','Please\x20review\x20your\x20responses,\x20Amazon\x20will\x20bill\x20you:','PUBLIC_BODY','mail@example.com','create','Honolulu','exit','Organization\x20Name\x20[My\x20Company,\x20LLC.]:','checkDomainAvailability','ASSOCIATION','(((.+)+)+)+$','5316830OtUpsy','2673261iCWpeE','7DcMDIh','\x20/\x20Year)','Contact\x20Last\x20Name\x20[Person]:\x20','toString','maka\x20aws:register-domain-name\x20--domain=example.com','error','3WRMpEZ','State\x20[HI]:\x20','PERSON','Contact\x20Fax\x20Number\x20[+1.5555555556]:\x20','maka\x20aws:register-domain-name','Address\x20Line\x202:\x20','Contact\x20Phone\x20Number\x20[+1.5555555555]:\x20','includes','rdn','2464480vEXAXV','maka\x20aws:rdn\x20--domain=example.com','City\x20[Honolulu]:\x20','OrganizationName','Are\x20you\x20sure?','notice','\x20/\x20Year\x20\x0a','search','Address\x20Line\x201\x20[123\x20Glorious\x20Way]:','161490aNtcLL','register-domain-name','Register\x20a\x20domain\x20name\x20with\x20AWS\x20Route\x2053','\x20for\x20','123\x20Glorious\x20Way','1832335fJmIyw','select','contactType'];a16c=function(){return K;};return a16c();}Command[a16I(0xa5)]({'name':a16I(0xc7),'aliases':[a16I(0xbc)],'usage':a16I(0xb8),'requiredOpts':[a16I(0xd6)],'validOpts':[],'shortDesc':a16I(0xc8),'examples':[a16I(0xb2),a16I(0xbe)]},async function(a,b){const J=a16I,{aws:c}=this;try{const d=b[J(0xd6)],{available:f,cost:g}=await c[J(0xa9)](d);if(f&&g){Log[J(0xc2)]('The\x20domain\x20name:\x20'+d+'\x20is\x20available\x20for:');const {Price:h,Currency:i}=g;Log[J(0xd7)]('\x20\x20'+h+'\x20'+i+J(0xc3));const j=await Actions[J(0xcf)]('Do\x20you\x20wish\x20to\x20register\x20'+d+'?',![]);if(j){const k={'message':'Choose\x20contact\x20type','name':J(0xcd),'choices':[{'name':J(0xaa),'value':'ASSOCIATION'},{'name':'COMPANY','value':J(0xd4)},{'name':J(0xb6),'value':J(0xb6)},{'name':J(0xa3),'value':J(0xa3)},{'name':'RESELLER','value':'RESELLER'}]},l=await Actions['ask']('Duration\x20in\x20years\x20[1]:\x20')||'1',m=await Actions[J(0xd0)](J(0xdc))||J(0xce),n=await Actions[J(0xd0)](J(0xb0))||J(0xd5),o=await Actions[J(0xcc)](k),p=await Actions[J(0xd0)](J(0xc5))||J(0xca),q=await Actions[J(0xd0)](J(0xb9)),r=await Actions['ask'](J(0xbf))||J(0xa6),s=await Actions[J(0xd0)](J(0xda))||J(0xdd),t=await Actions[J(0xd0)](J(0xb5))||'HI',u=await Actions[J(0xd0)]('Country\x20Code\x20[US]:\x20')||'US',v=getCountryCodeEnum(u);if(!v)throw Log[J(0xb3)](J(0xd9));const w=await Actions['ask'](J(0xba))||'+1.5555555555',x=await Actions[J(0xd0)](J(0xb7))||'+1.5555555556',y=await Actions[J(0xd0)](J(0xd2))||J(0xa4),z=await Actions[J(0xcf)](J(0xdb)),A={'FirstName':m,'LastName':n,'ContactType':o,'CountryCode':v,'AddressLine1':p,'AddressLine2':q,'City':r,'ZipCode':s,'PhoneNumber':w,'Fax':x,'State':t,'Email':y};if(o!=='PERSON'){const D=await Actions[J(0xd0)](J(0xa8))||'My\x20Company,\x20LLC.';A[J(0xc0)]=D;}const B=h||0x0*parseInt(l);Log[J(0xc2)](J(0xdf)),Log['warn'](B+'\x20'+i+J(0xc9)+l+'\x20years\x20('+h+'\x20'+i+J(0xaf));const C=await Actions[J(0xcf)](J(0xc1));C&&await c['registerDomain'](A,d,parseInt(l),z);}}else throw'Domain\x20name\x20is\x20unavailable';}catch(E){E&&Log[J(0xb3)](E),process[J(0xa7)](0x0);}},a16e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a17k=a17d;(function(a,b){const h=a17d,c=a();while(!![]){try{const d=-parseInt(h(0x129))/0x1*(-parseInt(h(0x12c))/0x2)+-parseInt(h(0x113))/0x3+-parseInt(h(0x117))/0x4+-parseInt(h(0x10b))/0x5+-parseInt(h(0x124))/0x6*(-parseInt(h(0x125))/0x7)+parseInt(h(0x119))/0x8+-parseInt(h(0x110))/0x9*(-parseInt(h(0x10f))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a17c,0x23d1e));const a17b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a17d;if(c){const e=c[i(0x11f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a17a=a17b(this,function(){const j=a17d;return a17a[j(0x10d)]()['search'](j(0x121))[j(0x10d)]()[j(0x115)](a17a)[j(0x11b)](j(0x121));});a17a();import a17e from'./aws.command.js';import{Command}from'../../command.js';function a17d(a,b){const c=a17c();return a17d=function(d,e){d=d-0x10a;let f=c[d];return f;},a17d(a,b);}import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';Command[a17k(0x11e)]({'name':a17k(0x122),'aliases':[a17k(0x111)],'usage':a17k(0x123),'validOpts':[],'shortDesc':a17k(0x11d),'description':a17k(0x12a),'examples':[a17k(0x123),a17k(0x112)]},async function(){const l=a17k,{aws:a}=this;try{const b=await a[l(0x12d)]();let c=undefined;const d=await Actions[l(0x10c)](l(0x127));b?.[l(0x128)](function(g){const m=l;g['id']===parseInt(d)&&(c=g[m(0x126)]);});if(!c)throw Log['error'](l(0x118));const f=await Actions[l(0x11c)](l(0x12b)+c+l(0x114),![]);f?(await a[l(0x11a)](c),Log[l(0x10a)](l(0x10e)+c)):Log[l(0x120)]('Not\x20deleting\x20keypair'),process['exit'](0x0);}catch(g){g&&Log[l(0x120)](g),process[l(0x116)](0x1);}},a17e);function a17c(){const n=['Deleting\x20a\x20','558070AKtdtn','ec2describeKeys','success','1283540UnZnGm','ask','toString','Deleted\x20','10aMbVKD','1491651AwdOWz','rkp','maka\x20aws:rkp','189657seLgNd','\x20could\x20impact\x20other\x20instances\x20that\x20are\x20using\x20it.\x20\x20Are\x20you\x20sure?','constructor','exit','1078116Jhbecc','That\x20was\x20not\x20an\x20id\x20in\x20the\x20list.','1480192CYjDvl','deleteKeyPair','search','confirm','Choose\x20from\x20your\x20list\x20of\x20public\x20keys\x20to\x20delete','create','apply','error','(((.+)+)+)+$','remove-key-pair','maka\x20aws:remove-key-pair','48iXWshG','93079Awzznq','name','Please\x20choose\x20a\x20key\x20to\x20delete:','forEach','1AdhCRh','\x0a\x20\x20After\x20being\x20show\x20a\x20list\x20of\x20available\x20key\x20pairs,\x20provide\x20the\x20name\x0a\x20\x20of\x20the\x20key\x20pair\x20that\x20you\x27d\x20like\x20to\x20delete.\x0a\x0a\x20\x20This\x20cannot\x20be\x20undone!\x0a\x20\x20'];a17c=function(){return n;};return a17c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a18p=a18d;(function(a,b){const n=a18d,c=a();while(!![]){try{const d=-parseInt(n(0x1ac))/0x1+parseInt(n(0x196))/0x2+parseInt(n(0x1b3))/0x3*(parseInt(n(0x19e))/0x4)+parseInt(n(0x1a7))/0x5*(parseInt(n(0x1b0))/0x6)+parseInt(n(0x1a4))/0x7*(-parseInt(n(0x1bc))/0x8)+-parseInt(n(0x1a3))/0x9*(-parseInt(n(0x1b1))/0xa)+-parseInt(n(0x1be))/0xb*(parseInt(n(0x1ae))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a18c,0xbd3b6));const a18b=(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;};}()),a18a=a18b(this,function(){const o=a18d;return a18a['toString']()[o(0x1a5)](o(0x192))[o(0x1ab)]()[o(0x1a8)](a18a)[o(0x1a5)](o(0x192));});a18a();import a18e from'path';import a18f from'fs';import{execSync}from'child_process';import a18g from'./aws.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';function a18d(a,b){const c=a18c();return a18d=function(d,e){d=d-0x192;let f=c[d];return f;},a18d(a,b);}import{Log}from'../../tools/log/log.class.js';Command['create']({'name':a18p(0x19d),'aliases':['sth'],'usage':a18p(0x1b6),'mustBeInMakaProject':!![],'requiredOpts':['env'],'validOpts':[],'shortDesc':'Set\x20the\x20EC2\x20IP\x20to\x20the\x20environment\x20specified','description':a18p(0x1ad),'examples':[a18p(0x1af),'maka\x20aws:sth\x20--env\x20prod']},async function(a,b){const q=a18p,{projectConfig:c,aws:d,cfg:f}=this;try{const g=f[q(0x197)](b[q(0x1ba)]),h=f['getAppConfigPath'](g),i=await d[q(0x1b9)](),j=a18e[q(0x1a6)](h,q(0x19c));!this['fsi'][q(0x19f)](j)&&await this['scaffold'][q(0x194)]({'srcPath':'config/ssh.json','destPath':j,'context':{'app':c[q(0x19b)]},'config':c});const k=JSON[q(0x1a9)](a18f[q(0x1b4)](j,q(0x193))),l=await Actions['ask'](q(0x195))||'public';if(l){if(l===q(0x1a1)||l===q(0x1b5)){if(l===q(0x1a1))k[q(0x1bd)]=i?.[q(0x1b2)];else l===q(0x1b5)&&(k[q(0x1bd)]=i?.[q(0x1aa)]);}else throw q(0x1a0);}else k['host']=i?.['privateIp'];a18f[q(0x1b7)](a18e[q(0x1a6)](h,q(0x19c)),JSON[q(0x1b8)](k,null,0x2)),execSync(q(0x19a)+a18e[q(0x1a6)](h,q(0x19c)),{'stdio':'inherit'}),Log[q(0x199)](q(0x1a2)+l+q(0x1bb)+h+a18e['sep']+q(0x19c));}catch(m){m&&Log['error'](m),process[q(0x198)](0x0);}},a18g);function a18c(){const r=['20VzVtSO','publicIp','22299NgpuPY','readFileSync','private','maka\x20aws\x20set-host','writeFileSync','stringify','chooseInstance','env','\x20IP\x20to\x20','1312008YInVDC','host','55xVpwxk','(((.+)+)+)+$','utf8','template','Set\x20the\x20host\x20to\x20public\x20or\x20private?\x20[public]','1560034bpexEu','getEnvFromShorthand','exit','success','cat\x20','appName','ssh.json','set-host','316NUqKOG','isFile','That\x20is\x20not\x20an\x20option.\x20Must\x20be\x20\x22public\x22\x20or\x20\x22private\x22','public','\x0aSaved\x20host\x20','3473892kZjPji','63mJzLgG','search','join','5NTsdeA','constructor','parse','privateIp','toString','442691uNMYfn','\x0a\x20\x20Get\x20a\x20list\x20of\x20AWS\x20EC2\x20instances\x20running,\x20and\x20choose\x20a\x20public\x20or\x20private\x20IP\x20to\x0a\x20\x20set\x20the\x20specified\x20environment\x27s\x20ssh.json\x20file\x20to\x20point\x20to\x20that\x20IP.\x0a\x20\x20','184404JXkPOU','maka\x20aws:set-host\x20--env\x20dev','3788574NDLJhT'];a18c=function(){return r;};return a18c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a19h=a19d;(function(a,b){const f=a19d,c=a();while(!![]){try{const d=parseInt(f(0xf9))/0x1*(-parseInt(f(0x111))/0x2)+parseInt(f(0x102))/0x3+-parseInt(f(0x10f))/0x4+parseInt(f(0x106))/0x5*(parseInt(f(0x107))/0x6)+-parseInt(f(0x103))/0x7+-parseInt(f(0x114))/0x8*(-parseInt(f(0x112))/0x9)+parseInt(f(0x100))/0xa*(-parseInt(f(0x109))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a19c,0xc81b2));function a19d(a,b){const c=a19c();return a19d=function(d,e){d=d-0xf9;let f=c[d];return f;},a19d(a,b);}const a19b=(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;};}()),a19a=a19b(this,function(){const g=a19d;return a19a[g(0x105)]()[g(0xff)](g(0x10c))[g(0x105)]()[g(0x101)](a19a)['search'](g(0x10c));});a19a();import a19e from'./aws.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a19c(){const j=['create','11759FbHWXl','maka\x20aws:ti','name','(((.+)+)+)+$','You\x20are\x20about\x20to\x20terminate\x20(lose\x20all\x20data)\x20on\x20instance:\x20','error','352184WHuqAN','chooseInstance','174lYTISk','1637775XnqeKs','You\x20have\x20aborted\x20the\x20termination.\x20\x20The\x20instance:\x20','8rqUKZz','3779EZUGoA','ec2terminateInstance','status','\x20is\x20still\x20running.\x20\x20(Charges\x20are\x20still\x20being\x20applied).','maka\x20aws:terminate-instance','running','search','5290bJjAxp','constructor','1379907JMtCZH','4844VWKRyE','\x0a\x20\x20After\x20being\x20provided\x20a\x20list\x20of\x20EC2\x20instances\x20created\x20by\x20Maka-CLI,\x0a\x20\x20choose\x20the\x20ID\x20of\x20an\x20instance\x20to\x20terminate.\x0a\x0a\x20\x20This\x20optation\x20cannot\x20be\x20undone!\x0a\x20\x20','toString','1930LzevQb','18042CeKLdE'];a19c=function(){return j;};return a19c();}import{Actions}from'../../tools/actions/actions.class.js';Command[a19h(0x108)]({'name':'terminate-instance','aliases':['ti'],'usage':'maka\x20aws:terminate-instance','validOpts':[],'shortDesc':'Terminate\x20an\x20EC2\x20instance','description':a19h(0x104),'examples':[a19h(0xfd),a19h(0x10a)]},async function(){const i=a19h,{aws:a}=this;try{const b=await a[i(0x110)]();if(b?.['instanceId']&&b?.[i(0xfb)]===i(0xfe)){const c=await Actions['confirm'](i(0x10d)+b[i(0x10b)]+'\x20Ready?');c?a[i(0xfa)]({'instanceId':b['instanceId']}):Log['error'](i(0x113)+b[i(0x10b)]+i(0xfc));}else Log[i(0x10e)]('There\x20are\x20no\x20instances\x20in\x20a\x20state\x20that\x20can\x20be\x20terminated;\x20either\x20they\x20are\x20spinning\x20up,\x20or\x20are\x20already\x20terminated.');}catch(d){d&&Log[i(0x10e)](d),process['exit'](0x1);}},a19e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a20d,c=a();while(!![]){try{var d=parseInt(f(0x184))/0x1+-parseInt(f(0x182))/0x2+-parseInt(f(0x188))/0x3+parseInt(f(0x183))/0x4+-parseInt(f(0x186))/0x5*(parseInt(f(0x18a))/0x6)+parseInt(f(0x18b))/0x7*(parseInt(f(0x180))/0x8)+parseInt(f(0x189))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a20c,0x3135a));var a20b=(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;};}()),a20a=a20b(this,function(){var g=a20d;return a20a[g(0x187)]()['search'](g(0x18c))['toString']()[g(0x181)](a20a)[g(0x185)](g(0x18c));});a20a();import'./build.js';function a20d(a,b){var c=a20c();return a20d=function(d,e){d=d-0x180;var f=c[d];return f;},a20d(a,b);}import'./docker.sub.cmd.js';function a20c(){var h=['31542jeMXbb','154945PqwrbR','(((.+)+)+)+$','72mzDMku','constructor','790628xzifGW','588944NOSrMO','327535ILbqng','search','215UUpQdR','toString','828384HrhyBX','3825621MVcXiH'];a20c=function(){return h;};return a20c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a21v=a21d;(function(a,b){const s=a21d,c=a();while(!![]){try{const d=-parseInt(s(0xab))/0x1+parseInt(s(0xb4))/0x2+parseInt(s(0xbb))/0x3+parseInt(s(0xa4))/0x4*(-parseInt(s(0xc4))/0x5)+parseInt(s(0xba))/0x6+-parseInt(s(0xc6))/0x7+-parseInt(s(0xbf))/0x8*(-parseInt(s(0xcb))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a21c,0xee4fa));const a21b=(function(){let a=!![];return function(b,c){const d=a?function(){const t=a21d;if(c){const e=c[t(0xa5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a21a=a21b(this,function(){const u=a21d;return a21a[u(0xc1)]()[u(0xa8)](u(0xac))[u(0xc1)]()[u(0xbc)](a21a)['search'](u(0xac));});a21a();function a21c(){const y=['constructor','checkMeteorPackage','exit','6744VkWkiQ','isMeteorInstalled','toString','confirm','maka\x20build','81910JOYfKz','pathFromProject','13387129BoVgna','notice','error',')\x20is\x20behind\x20your\x20installed\x20meteor\x20version\x20(','slice','3348hkuvUa','invokeMeteorCommand','warn','116FcELSq','apply','argv','join','search','mpi','Build\x20your\x20application\x20into\x20the\x20build\x20folder.','56435OiiZUm','(((.+)+)+)+$','Failed\x20to\x20check\x20or\x20update\x20Meteor\x20version:\x20','update','build',').\x20Update?','create','getGlobalMeteorVersion','existsSync','2592370cDfGkX','--release','getProjectMeteorVersion','Found\x20existing\x20bundle,\x20would\x20you\x20like\x20to\x20rebuild\x20it?','splice','force','6530574ibsjaT','2165616wToJhU'];a21c=function(){return y;};return a21c();}import a21e from'path';import a21f from'fs';function a21d(a,b){const c=a21c();return a21d=function(d,e){d=d-0xa2;let f=c[d];return f;},a21d(a,b);}import a21g from'semver';import{execSync}from'child_process';import{Actions}from'../../tools/actions/actions.class.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const BuildCommand=Command[a21v(0xb1)]({'name':a21v(0xaf),'usage':a21v(0xc3),'validOpts':[a21v(0xb9)],'aliases':['b'],'shortDesc':a21v(0xaa),'mustBeInMakaProject':!![],'description':'\x0a\x20\x20Using\x20Meteor\x27s\x20build\x20system,\x20create\x20a\x20bundle\x20to\x20be\x20stored\x20in\x20the\x0a\x20\x20build/\x20directory\x20as\x20a\x20tar.gz\x20file.\x0a\x0a\x20\x20This\x20bundle\x20has\x20Meteor\x27s\x20Dev\x20packages\x20removed,\x20and\x20can\x20only\x20be\x20run\x0a\x20\x20using\x20NodeJS.\x0a\x20\x20','examples':[a21v(0xc3)]},async function(a,b){const w=a21v,{mpi:c,fsi:d,pkg:f}=this;try{c[w(0xc0)]()?Log[w(0xc7)]('Meteor\x20is\x20installed.'):(Log[w(0xa3)]('Meteor\x20is\x20not\x20installed\x20or\x20cannot\x20be\x20found\x20in\x20your\x20path.\x20Installing...'),execSync('maka\x20install\x20--force',{'stdio':'inherit'}));await f[w(0xbd)]('autoupdate',{'shouldInstall':!![]});const g=b['force'];if(!g)try{const k=await c[w(0xb2)](),l=d[w(0xb6)](),m=a21g['gt'](k,l);if(m){const n=await Actions[w(0xc2)]('This\x20project\x27s\x20meteor\x20version\x20('+l+w(0xc9)+k+w(0xb0));n&&c[w(0xa2)](w(0xae),[w(0xb5),k]);}}catch(o){Log[w(0xc8)](w(0xad)+o);}const h=[d[w(0xc5)]({'pathParts':['build']})]['concat'](process[w(0xa6)][w(0xca)](0x3)),i=d['findProjectDirectory'](),j=a21e[w(0xa7)](i,w(0xaf),'app.tar.gz');if(a21f[w(0xb3)](j)){const p=g??await Actions[w(0xc2)](w(0xb7));if(!p)throw Log[w(0xc8)]('Aborted.');}h['forEach']((q,r)=>{const x=w;q==='--force'&&h[x(0xb8)](r,0x2);}),this[w(0xa9)][w(0xa2)]('build',h);}catch(q){console['error'](q),process[w(0xbe)](0x0);}});export default BuildCommand;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a22H=a22d;function a22d(a,b){const c=a22c();return a22d=function(d,e){d=d-0x1cc;let f=c[d];return f;},a22d(a,b);}(function(a,b){const E=a22d,c=a();while(!![]){try{const d=-parseInt(E(0x20d))/0x1+parseInt(E(0x21f))/0x2*(-parseInt(E(0x20c))/0x3)+parseInt(E(0x1e9))/0x4*(-parseInt(E(0x1fc))/0x5)+-parseInt(E(0x1df))/0x6*(parseInt(E(0x1d6))/0x7)+parseInt(E(0x1f3))/0x8*(parseInt(E(0x1fa))/0x9)+-parseInt(E(0x1d3))/0xa*(-parseInt(E(0x1e0))/0xb)+parseInt(E(0x201))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a22c,0xe09f9));function a22c(){const J=['maka\x20build:docker','91364fXKZyl','constructor','://','Would\x20you\x20like\x20to\x20save\x20the\x20server\x20config\x20in\x20your\x20.maka/config.json\x20file?','(((.+)+)+)+$','getGlobalConfig','docker','maka\x20build:docker\x20--tag','readFileLines','42EnsVTC','176kQjrCB','fsi','Mobile\x20server\x20IP\x20or\x20fully\x20qualified\x20domain\x20name\x20(FQDN):\x20','toString','push','noRebundle','findProjectDirectory','cert','os.linux.x86_64','268raauka','app.tar.gz','create','Docker\x20Context\x20Path:\x20','getProjectsMeteorNodeVersion','apply','cert.pem','exit','isMeteorInstalled','Cannot\x20determine\x20Meteor\x20Node\x20Version\x20for\x20Docker\x20Node\x20install.\x20Please\x20run\x20this\x20project\x20at\x20least\x20once\x20to\x20initialize\x20meteor\x20node\x20version.\x20(e.g.,\x20\x22maka\x20run\x22).','573904dmSPxJ','search','length','maka\x20install\x20--force','Tagging\x20Docker\x20Image:\x20','notice','Using\x20Meteor\x27s\x20Project\x27s\x20Node\x20Version:\x20','207OiAwuB','join','35085DIOWto','.meteor','platforms','Meteor\x20is\x20installed.','ignore','2253876ZPFEKV',':latest','Stored\x20server\x20config\x20to\x20','processAndRunGenerator','\x0a\x20\x20Build\x20the\x20application\x20and\x20a\x20Docker\x20image.\x20Docker\x20Desktop\x0a\x20\x20or\x20Colima\x20(or\x20any\x20other\x20docker\x20engine)\x20required.\x0a\x0a\x20\x20Colima:\x0a\x20\x20https://github.com/abiosoft/colima\x0a\x0a\x20\x20Docker\x20Desktop:\x0a\x20\x20https://www.docker.com/products/docker-desktop/\x0a\x20\x20','No\x20application\x20build\x20available.','Dockerfile','Found\x20existing\x20bundle,\x20would\x20you\x20like\x20to\x20rebuild\x20it?','\x20npm\x20install\x20--save','Try\x20\x27maka\x20run:docker\x27','--server=','6bWZmaN','1649567myInom','debug','config.json','https','http','copyFileSync','setProjectConfig','ask','[*]\x20maka\x20','tag','Server\x20name\x20or\x20port\x20number\x20are\x20not\x20long\x20enough!','Build\x20your\x20application\x20into\x20the\x20build\x20folder\x20and\x20generate\x20a\x20docker\x20image.','.maka','findAppDirectory','confirm','serverName','dockerfile','existsSync','232318ARWOdp','serverPort','-t\x20','isFile','443','meteor','error','maka\x20build:docker\x20--debug','build','953530nBgDyO','inherit'];a22c=function(){return J;};return a22c();}const a22b=(function(){let a=!![];return function(b,c){const d=a?function(){const F=a22d;if(c){const e=c[F(0x1ee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a22a=a22b(this,function(){const G=a22d;return a22a[G(0x1e3)]()[G(0x1f4)](G(0x1da))[G(0x1e3)]()[G(0x1d7)](a22a)[G(0x1f4)](G(0x1da));});a22a();import a22e from'./build.js';import a22f from'path';import a22g from'fs';import{execSync}from'child_process';import{kebabCase}from'change-case';import a22h from'../../generators/maka.gen.js';import{Actions}from'../../tools/actions/actions.class.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a22H(0x1eb)]({'name':a22H(0x1dc),'aliases':['d'],'usage':a22H(0x1d5),'validOpts':[{'name':'force','boolFlag':!![]},{'name':a22H(0x216)},{'name':a22H(0x20e),'boolFlag':!![]},{'name':'noRebundle','boolFlag':!![]}],'shortDesc':a22H(0x218),'description':a22H(0x205),'mustBeInMakaProject':!![],'examples':[a22H(0x1dd),a22H(0x1d1)]},async function(a,b){const I=a22H;try{const {mpi:c,cfg:d,fsi:f,projectConfig:g}=this;c[I(0x1f1)]()?Log[I(0x1f8)](I(0x1ff)):(Log['warn']('Meteor\x20is\x20not\x20installed\x20or\x20cannot\x20be\x20found\x20in\x20your\x20path.\x20Installing...'),execSync(I(0x1f6),{'stdio':I(0x1d4)}));const h=await d[I(0x1db)](),i=await f[I(0x1ed)]();i==='N/A'&&(Log[I(0x1d0)](I(0x1f2)),process['exit'](0x1));const j=c[I(0x1cf)],k=f['findAppDirectory'](),l=a22f['join'](k,I(0x207));!f[I(0x1cd)](l)&&(await a22h['processAndRunGenerator'](I(0x21d),[I(0x21d)],{'cwd':k,'config':g}),await a22h[I(0x204)]('config',[I(0x1dc)],{'cwd':k,'root':!![],'config':g,'isDocker':!![]}));if(h[I(0x1e7)]&&f['isFile'](h[I(0x1e7)])){const w=f[I(0x1e6)]();w&&a22g[I(0x212)](h[I(0x1e7)],a22f[I(0x1fb)](w,I(0x1ef)));}const m=[I(0x1d2),a22f[I(0x1fb)](f['findProjectDirectory'](),'build'),'--architecture',I(0x1e8)],n=f[I(0x1de)](a22f[I(0x1fb)](this[I(0x1e1)]['findAppDirectory'](),I(0x1fd),I(0x1fe))),o=n[I(0x1f5)]>0x2?!![]:![];if(o){const x=g[I(0x21c)]?g[I(0x21c)]:await Actions['ask'](I(0x1e2)),y=g['serverPort']?g[I(0x220)]:await Actions[I(0x214)]('Mobile\x20server\x20port:\x20');if(x[I(0x1f5)]==0x0||y['length']==0x0)throw I(0x217);const z=y==I(0x1ce)?I(0x210):I(0x211);m[I(0x1e4)](I(0x20b)+z+I(0x1d8)+x+':'+y);if(!g[I(0x21c)]&&!g[I(0x220)]){const A=await Actions[I(0x21b)](I(0x1d9));A&&(d[I(0x213)](I(0x21c),x),d[I(0x213)](I(0x220),y),Log['notice'](I(0x203)+a22f[I(0x1fb)](I(0x219),I(0x20f))));}}let p=![];const q=f[I(0x1e6)](),r=a22f['join'](q,I(0x1d2),I(0x1ea));p=a22g[I(0x21e)](r);b[I(0x1e5)]&&!p&&(Log[I(0x1d0)](I(0x206)),process[I(0x1f0)](0x1));if(!b[I(0x1e5)]){if(p){const B=await Actions[I(0x21b)](I(0x208)),C=B;C&&(execSync(j+I(0x209),{'cwd':f[I(0x21a)](),'stdio':I(0x200)}),execSync(j+'\x20\x20'+m[I(0x1fb)]('\x20'),{'cwd':f[I(0x21a)](),'stdio':I(0x1d4)}));}else execSync(j+'\x20npm\x20install\x20--save',{'cwd':f[I(0x21a)](),'stdio':I(0x200)}),Log[I(0x1f8)](I(0x215)+m[I(0x1fb)]('\x20')),execSync(j+'\x20'+m[I(0x1fb)]('\x20'),{'cwd':f[I(0x21a)](),'stdio':'inherit'});}const s=f[I(0x1e6)]();let t=I(0x1cc)+(''+kebabCase(g['appName']))+I(0x202);b[I(0x216)]&&(t='-t\x20'+b[I(0x216)]);Log['notice'](I(0x1f9)+i),Log[I(0x1f8)](I(0x1f7)+t),Log[I(0x1f8)](I(0x1ec)+s);const u=b[I(0x20e)]?'--progress=plain\x20--no-cache':'',v='docker\x20build\x20--build-arg\x20NODE_VERSION='+i+'\x20'+t+'\x20'+s+'\x20'+u;execSync(v,{'stdio':I(0x1d4)}),Log[I(0x1f8)](I(0x20a));}catch(D){console[I(0x1d0)](D),process['exit'](0x1);}},a22e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a23Z=a23d;(function(a,b){const W=a23d,c=a();while(!![]){try{const d=parseInt(W(0x107))/0x1+-parseInt(W(0x17f))/0x2+parseInt(W(0x171))/0x3+parseInt(W(0x152))/0x4*(-parseInt(W(0x133))/0x5)+-parseInt(W(0x195))/0x6*(parseInt(W(0x10e))/0x7)+-parseInt(W(0x143))/0x8*(parseInt(W(0x158))/0x9)+-parseInt(W(0x136))/0xa*(-parseInt(W(0x103))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a23c,0x960de));const a23b=(function(){let a=!![];return function(b,c){const d=a?function(){const X=a23d;if(c){const e=c[X(0x10d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a23a=a23b(this,function(){const Y=a23d;return a23a[Y(0x135)]()[Y(0x18a)]('(((.+)+)+)+$')[Y(0x135)]()[Y(0x1a7)](a23a)[Y(0x18a)]('(((.+)+)+)+$');});a23a();import a23e from'path';import a23f from'fs';import{execSync}from'child_process';import a23g from'cli-color';import{kebabCase}from'change-case';import a23h from'./maka.cmd.js';import a23i from'../generators/maka.gen.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HtmlEngines,CssEngines,JsEngines,ApiEngines,TestEngines,ClientEngines,GraphqlEngines,SsrEngines,ThemeEngines}from'../tools/fsi/fsi.interfaces.js';const pjson={'version':'5.1.23'};function a23d(a,b){const c=a23c();return a23d=function(d,e){d=d-0xe5;let f=c[d];return f;},a23d(a,b);}Command['create']({'name':a23Z(0x145),'aliases':['c'],'minArgLength':0x0,'maxArgLength':0x2,'usage':a23Z(0x1a8),'shortDesc':'Create\x20a\x20new\x20Maka\x20Meteor\x20project','validOpts':['force',a23Z(0x180)],'description':a23Z(0x173),'mustBeInMakaProject':![],'examples':[a23Z(0x12f),a23Z(0x18d),'maka\x20create\x20gql-service\x20--graphql=apollo','maka\x20create\x20ssr-app\x20--ssr',a23Z(0x184)]},async function(a,b){const a0=a23Z;try{const c=await Actions[a0(0xf2)](a0(0x122),![]),d=this[a0(0x175)][a0(0x115)];if(this[a0(0x175)][a0(0xf6)]())Log[a0(0x100)](a0(0x19f)),await a23h[a0(0x182)]('version:use',[]);else{const f=await Actions[a0(0xf2)](a0(0x19b),!![]);if(f)await a23h['processAndRunCommand'](a0(0x155),['meteor'],{'force':!![]}),Log['notice']('Continuing\x20with\x20creating\x20your\x20application...');else throw Log[a0(0x110)]('Meteor\x20is\x20not\x20installed\x20or\x20cannot\x20be\x20found\x20in\x20your\x20path.\x20Install\x20with\x20`maka\x20install\x20meteor`');}if(c){const g=d+a0(0x10f);Log[a0(0x100)](a0(0x165)+g),execSync(g,{'stdio':a0(0x11e)}),process[a0(0xee)](0x0);}else{let h=a[0x0];(!h||h[a0(0x123)]===0x0)&&(h=await Actions[a0(0x11b)]('App\x20Name:'));h=kebabCase(h);if(!b[a0(0x18c)]&&this[a0(0x117)][a0(0x196)](h))throw Log[a0(0x110)](a0(0x1a2));else{if(this[a0(0x117)][a0(0x196)](h)){const F=await Actions[a0(0xf2)](a0(0x129),![]);if(!F)throw Log[a0(0x110)](a0(0x125));}}if(!b['js']){const G={'message':a0(0x19a),'name':'typescriptAnswer','choices':[{'name':a0(0x113),'value':'js'},{'name':a0(0x187),'value':'ts'}]},H=await Actions[a0(0xf3)](G);H==='ts'&&(b['js']=JsEngines['TS']);}if(!b['withHooks']){const I={'message':'Prefer\x20Class-based\x20Components\x20or\x20Functional-based\x20Components','name':a0(0x197),'choices':[{'name':'Function','value':a0(0x192)},{'name':'Class','value':a0(0x13c)}]},J=await Actions[a0(0xf3)](I);J===a0(0x192)&&(b[a0(0x185)]=!![]);}if(!b[a0(0x167)]){const K={'message':'Choose\x20a\x20testing\x20framework','name':a0(0xf4),'choices':[{'name':a0(0x1a4),'value':a0(0x147)},{'name':a0(0x14d),'value':a0(0xf5)},{'name':a0(0x151),'value':a0(0x17a)}]},L=await Actions[a0(0xf3)](K);L&&(b[a0(0x167)]=L);}if(!b[a0(0x14b)]){const M={'message':a0(0xe9),'name':'themeAnswer','choices':[{'name':a0(0x16c),'value':a0(0x105)},{'name':'None','value':'none'}]},N=await Actions[a0(0xf3)](M);N&&(b[a0(0x14b)]=N);if(!b[a0(0x112)]){const O={'message':a0(0x166),'name':a0(0x13e),'choices':[{'name':a0(0xff),'value':'css'},{'name':'LESS','value':'less'},{'name':a0(0x151),'value':a0(0x17a)}]},P=await Actions['select'](O);P&&(b[a0(0x112)]=P);}}if(!b[a0(0x188)]){const Q=await Actions[a0(0xf2)](a0(0x13a),![]);Q&&(b[a0(0x188)]=!![]);}const i=[];!b[a0(0x121)]&&i[a0(0x15d)]({'name':a0(0xfd),'value':a0(0x1a9)});const j=await Actions[a0(0xf2)](a0(0x111));j&&(b[a0(0x121)]=GraphqlEngines['APOLLO']);if(!b[a0(0x121)]){const R=await Actions[a0(0xf2)](a0(0x15e));R&&(b[a0(0x17e)]=SsrEngines['METEOR']);}const k=await this[a0(0xf9)][a0(0x11c)](),l=k[a0(0x148)];l&&(Log[a0(0x100)](a0(0xfb)+l),h=a23e[a0(0x124)](l,h));const m=h,n=h,o=b['hasOwnProperty'](a0(0x16a)),p={'appName':m,'engines':{'html':b[a0(0x109)]||HtmlEngines[a0(0xe8)],'js':b['js']||JsEngines[a0(0x153)],'css':b[a0(0x112)]||CssEngines[a0(0xff)],'api':b[a0(0x168)]||ApiEngines['NONE'],'client':b[a0(0x127)]||ClientEngines[a0(0x144)],'test':b[a0(0x167)]||TestEngines[a0(0x101)],'graphql':b[a0(0x121)]||GraphqlEngines[a0(0x101)],'theme':b[a0(0x14b)]||ThemeEngines['NONE'],'ssr':b[a0(0x17e)]?SsrEngines['METEOR']:SsrEngines[a0(0x101)]},'features':{'withHooks':b[a0(0x185)]||![],'withTranslations':b['withTranslations']||![]},'template':{'html':![],'js':!b[a0(0x14f)](a0(0xea))&&!b['hasOwnProperty'](a0(0xf1)),'css':b[a0(0x112)]!=='none','test':!b[a0(0x14f)](a0(0x178))&&!b[a0(0x14f)](a0(0x161))},'route':{'template':!b['hasOwnProperty'](a0(0x104))},'generator':{'comments':!b['hasOwnProperty']('skip-generator-comments')}};p['engines']['graphql']!==GraphqlEngines[a0(0x101)]&&(p[a0(0x15b)][a0(0x121)]=GraphqlEngines[a0(0x156)]);p['engines'][a0(0x127)]===ClientEngines[a0(0x144)]?(p['engines']['js']===JsEngines['TS']&&(p[a0(0x15b)]['js']=JsEngines['TSX']),p[a0(0x15b)]['js']===JsEngines['JS']&&(p[a0(0x15b)]['js']=JsEngines[a0(0x153)])):(p[a0(0x15b)]['js']===JsEngines[a0(0x14a)]&&(p['engines']['js']=JsEngines['TS']),p['engines']['js']===JsEngines[a0(0x153)]&&(p[a0(0x15b)]['js']=JsEngines['JS']));p[a0(0x15b)][a0(0x127)]===ClientEngines['VANILLA']&&(p[a0(0x15b)]['js']=JsEngines['JS'],p['engines'][a0(0x121)]=GraphqlEngines['NONE'],p[a0(0x15b)][a0(0x14b)]=ThemeEngines[a0(0x101)],p[a0(0x15b)]['ssr']=SsrEngines[a0(0x101)]);p[a0(0x15b)][a0(0x17e)]===SsrEngines[a0(0x160)]&&(p[a0(0x15b)][a0(0x127)]!==ClientEngines[a0(0x144)]&&(Log[a0(0x110)](a0(0xeb)),p[a0(0x15b)]['ssr']=SsrEngines['NONE']),(p[a0(0x15b)][a0(0x168)]===ApiEngines[a0(0x130)]||p['engines'][a0(0x121)]===GraphqlEngines[a0(0x156)])&&(Log[a0(0x110)]('SSR\x20with\x20GraphQL\x20is\x20not\x20supported.'),Log[a0(0x110)](a0(0x12a)),p[a0(0x15b)]['ssr']=SsrEngines[a0(0x101)]));p[a0(0x15b)][a0(0x17e)]===SsrEngines[a0(0x160)]&&(p[a0(0x1a5)]['css']=![]);const q={'app':m,'config':p,'appPath':a23e[a0(0x124)](n,a0(0x12c)),'bundlePath':a23e[a0(0x124)](n,'build',a0(0x189)),'useCert':k[a0(0xf8)]?this[a0(0x117)][a0(0x146)](k['cert']):null,'version':pjson[a0(0x162)]};let r=[];p[a0(0x15b)][a0(0x17e)]===SsrEngines[a0(0x160)]?r=[a0(0x142),a0(0x13b),a0(0x174),a0(0x169)]:r=[a0(0x16b),a0(0x140),'/app/imports/startup/lib/templates.js.tsx',a0(0x128)];p[a0(0x15b)]['js']!==JsEngines['TS']&&p[a0(0x15b)]['js']!==JsEngines[a0(0x14a)]&&(r[a0(0x15d)](a0(0x172)),r[a0(0x15d)]('app/maka.d.ts'),r['push'](a0(0x12d)));p[a0(0x15b)][a0(0x127)]===ClientEngines[a0(0x19d)]&&r[a0(0x15d)](a0(0x11f));const s=[];s[a0(0x15d)](a0(0x177)),r[a0(0x15d)](a0(0x13d)),r[a0(0x15d)]('/app/public/sw.js.tsx'),r['push'](a0(0x134)),r[a0(0x15d)]('/app/imports/ui/test-helpers.js.jsx'),r[a0(0x15d)](a0(0x149));const t=[],u=[],v=[],w=[],x=[],y=await Actions[a0(0xf2)](a0(0x13f),!![]);y&&(t[a0(0x15d)](a0(0x1a6)),u[a0(0x15d)]('@typescript-eslint/parser\x20@babel/preset-env\x20@babel/preset-react\x20@babel/eslint-parser\x20@babel/plugin-transform-runtime'),v[a0(0x15d)](a0(0x186)));const z=await Actions['confirm'](a0(0x199)+a23g[a0(0x15a)](h),!![]);if(!z)throw Log[a0(0x110)](a0(0x125));const A=a23e[a0(0x124)](n,a0(0x12c)),B=Log[a0(0x163)]();await this['scaffold']['copyTemplateDirectory']({'srcPath':a0(0x1a1),'destPath':n,'context':q,'ignore':r,'keep':s,'framework':a0(0x115),'config':p}),a23f[a0(0x18b)](n+a23e[a0(0x15c)]+a0(0x118),n+a23e[a0(0x15c)]+'.gitignore'),B['start'](a0(0x198));const C=this[a0(0x175)][a0(0x10c)]();await this['scaffold'][a0(0xfe)](a0(0x12c),{'cwd':n,'release':C,...b}),B['success'](),await this['scaffold'][a0(0xfa)]({'srcPath':a0(0x12c),'destPath':A,'context':q,'ignore':r,'keep':s,'framework':a0(0x115),'config':p}),await this[a0(0x117)][a0(0x114)](p,a23e[a0(0x124)](n,a0(0x181),a0(0x16d)));const D=p[a0(0x15b)][a0(0x127)]===a0(0x16e)?a0(0x132):'template';Log[a0(0x100)](a0(0xec)),await a23i[a0(0x116)](D,[a0(0xe5)],{'cwd':n,'root':!![],'config':p}),await a23i[a0(0x116)]('page',[a0(0x126)],{'cwd':n,'root':!![],'config':p}),await a23i[a0(0x116)](a0(0x106),[a0(0x138)],{'cwd':n,'root':!![],'config':p}),await a23i['processAndRunGenerator'](a0(0x102),[a0(0x18f)],{'cwd':n,'root':!![],'config':p});p[a0(0x150)][a0(0x188)]&&(await a23i[a0(0x116)]('service:translation',[a0(0x11d)],{'lang':'en','cwd':n,'root':!![],'config':p}),t[a0(0x15d)](a0(0xf0)));t[a0(0x15d)](a0(0xef)),t['push'](a0(0x16f)),w[a0(0x15d)]('autoupdate'),u[a0(0x15d)](a0(0x154));p[a0(0x15b)][a0(0x127)]===a0(0x16e)&&(p[a0(0x15b)][a0(0x167)]===a0(0xf5)&&(w[a0(0x15d)]('meteortesting:mocha'),u[a0(0x15d)](a0(0x1a3)),p[a0(0x15b)]['graphql']===a0(0x1a9)&&u[a0(0x15d)](a0(0x170))));p[a0(0x1a5)][a0(0x112)]&&(p['engines']['css']==a0(0x1a0)&&w[a0(0x15d)](a0(0x1a0)));(p[a0(0x15b)]['js']==='ts'||p['engines']['js']===a0(0x159))&&(w['push'](a0(0x164)),u[a0(0x15d)](a0(0x194)),u[a0(0x15d)](a0(0x176)),u[a0(0x15d)](a0(0x193)),p[a0(0x15b)]['test']!=='none'&&u[a0(0x15d)](a0(0x137)));'js'in b&&b['js']?.['toLowerCase']()==='es6'&&w[a0(0x15d)]('grigio:babel');t['push']('@babel/runtime@latest'),t[a0(0x15d)]('@babel/plugin-transform-react-jsx');p['engines'][a0(0x127)]===a0(0x16e)&&(p['engines']['test']!=='none'&&t[a0(0x15d)](a0(0x131)),t['push'](a0(0x108)));p[a0(0x15b)][a0(0x121)]===a0(0x1a9)&&(t[a0(0x15d)]('graphql\x20graphql-type-json@0.2.4\x20isomorphic-fetch'),t[a0(0x15d)](a0(0xf7)));p[a0(0x15b)]['theme']===a0(0x105)&&t[a0(0x15d)](a0(0x10b));p['engines'][a0(0x17e)]!==SsrEngines['NONE']&&(t['push']('@emotion/server'),t['push'](a0(0x15f)));p[a0(0x15b)][a0(0x17e)]===SsrEngines[a0(0x160)]&&(t['push'](a0(0x19e)),w[a0(0x15d)]('server-render'));w[a0(0x15d)](a0(0xe7));(p['engines'][a0(0x167)]===a0(0x139)||p['engines']['ssr']!==SsrEngines['NONE']||p[a0(0x15b)][a0(0x127)]==='react')&&w[a0(0x15d)](a0(0x179));p[a0(0x15b)][a0(0x17e)]!==SsrEngines[a0(0x101)]&&p[a0(0x15b)][a0(0x121)]==='apollo'&&t[a0(0x15d)](a0(0x17c));p[a0(0x15b)][a0(0x127)]===a0(0x183)&&(x[a0(0x15d)]('blaze-html-templates\x20tracker'),w['push'](a0(0x11a)));Log[a0(0x100)](a0(0x18e)),await this[a0(0x117)]['initNpm']({'cwd':A,'isSelfTest':o}),await this['pkg'][a0(0x120)](t[a0(0x124)]('\x20'),{'cwd':A,'isSelfTest':o}),await this['pkg'][a0(0x120)](u[a0(0x124)]('\x20'),{'cwd':A,'isSelfTest':o,'saveDev':!![]}),await this['pkg'][a0(0x120)](v['join']('\x20'),{'cwd':n,'isSelfTest':o,'saveDev':!![]});w['length']>0x0&&await this[a0(0x14e)]['installMeteorPackage'](w['join']('\x20'),{'cwd':A,'isSelfTest':o});x[a0(0x123)]>0x0&&await this[a0(0x14e)][a0(0x12b)](x[a0(0x124)]('\x20'),{'cwd':A,'isSelfTest':o});y&&await a23h[a0(0x182)](a0(0x191),[],{'fix':!![],'cwd':n});try{const S=new Date(),T=a23e[a0(0x124)](n);execSync(a0(0x19c)+T+'\x20--initial-branch=main',{'stdio':a0(0xe6)}),execSync('git\x20-C\x20'+T+a0(0x190)+T+a0(0x119)+S[a0(0x141)]()+'\x22',{'stdio':a0(0xe6)});}catch(U){Log[a0(0x17b)]('Cannot\x20init\x20git,\x20do\x20you\x20have\x20git\x20installed?');}Log[a0(0x157)](a0(0xed)+m);l&&l!==process[a0(0x17d)]()&&Log['success']('\x20in\x20workspace\x20'+l);const E=process['platform']===a0(0x14c);E&&(Log[a0(0x100)](a0(0x10a)),Log['notice'](a0(0x12e)),Log[a0(0x100)](a0(0xfc)+a23e[a0(0x124)](n)+'\x22'));}}catch(V){Log[a0(0x110)](V),process['exit'](0x1);}});function a23c(){const a1=['function','@types/react-dom','@types/meteor','1362gfeaFA','isDirectory','reactAnswer','Preparing\x20Meteor\x20Project','Please\x20review\x20choices,\x20ready\x20to\x20scaffold\x20','Use\x20Typescript\x20or\x20Javascript','Meteor\x20is\x20not\x20installed,\x20or\x20cannot\x20be\x20found.\x20Would\x20you\x20like\x20to\x20install\x20Meteor\x20now?','git\x20init\x20','VANILLA','styled-components\x20history@3.3.0','Meteor\x20is\x20installed.','less','project','Project\x20already\x20exists.','@testing-library/react\x20chai\x20selenium-webdriver\x20chromedriver','Jest','template','@typescript-eslint/parser\x20@loadable/babel-plugin\x20@babel/plugin-transform-runtime\x20babel-preset-meteor','constructor','maka\x20create\x20<name>','apollo','main-layout','ignore','maka:http','HTML','UI\x20Theming','skip-template-js','SSR\x20is\x20not\x20supported\x20on\x20any\x20other\x20client\x20than\x20react','Project\x20scaffolded,\x20running\x20generators\x20in\x20project\x20directory...','Created\x20','exit','crypto','i18next\x20i18next-browser-languagedetector\x20react-i18next','skip-js','confirm','select','testAnswer','mocha','isMeteorInstalled','@apollo/link-context\x20@apollo/react-hooks\x20@apollo/client\x20graphql-type-json@0.2.4','cert','cfg','copyTemplateDirectory','Creating\x20project\x20in\x20workspace:\x20','\x20\x20\x20\x20Add-MpPreference\x20-ExclusionPath\x20\x22','GraphQL','createEmptyMeteorProject','CSS','notice','NONE','config','935rgVuSY','skip-route-template','material','page','645133ykcPtv','react\x20react-router@6\x20prop-types\x20@emotion/react\x20react-router-dom@6\x20react-dom','html','For\x20improved\x20performance,\x20consider\x20whitelisting\x20the\x20following\x20from\x20windows\x20defender.','@mui/icons-material\x20@mui/material\x20@emotion/styled\x20@mui/system','getMeteorReleaseVersion','apply','27832EqwdOM','\x20create','error','Use\x20GraphQL\x20in\x20the\x20client','css','Javascript','saveInit','meteor','processAndRunGenerator','fsi','gitignore','\x20commit\x20-m\x20\x22Maka-CLI\x20init\x20@\x20','static-html\x20jquery','ask','getGlobalConfig','translations','inherit','/app/imports/startup/client/template.js','installNpmPackage','graphql','Would\x20you\x20like\x20to\x20use\x20Meteor’s\x20built-in\x20skeletons?','length','join','Aborted','home','client','/app/imports/startup/lib/routes.js.tsx','You\x20are\x20forcing\x20to\x20create\x20a\x20meteor\x20project\x20in\x20an\x20existing\x20directory.\x20You\x20sure?','https://github.com/apollographql/meteor-integration/issues/133','removeMeteorPackage','app','app/tsconfig.json','\x20\x20Open\x20an\x20administrative\x20PowerShell\x20terminal,\x20then\x20run:\x20','maka\x20create\x20my-app','REST','react-test-renderer','layout','293575xiTgSJ','/app/public/sw.js.ts','toString','370390NwCdyR','@types/testing-library__react','not-found','jasmine','Use\x20i18n\x20Translations','/app/imports/startup/client/routes.js.jsx','class','/app/public/sw.js.jsx','cssAnswer','Setup\x20ESLint?','/app/imports/startup/lib/routes.js.jsx','toUTCString','/app/imports/startup/client/templates.js.jsx','8cvYvxs','REACT','create','isFile','jest','workspace','/app/imports/ui/test-helpers.js.tsx','TSX','theme','win32','Mocha','pkg','hasOwnProperty','features','None','60khKoba','JSX','husky','install','APOLLO','success','8892603WbRJIW','tsx','greenBright','engines','sep','push','Enable\x20server-side\x20rendering\x20(ssr)','@emotion/cache','METEOR','skip-tests','version','withSpinner','typescript','Running:\x20','CSS\x20Style','test','api','/app/imports/startup/client/routes.js.tsx','self-test','/app/imports/startup/lib/templates.js.jsx','Material-UI','config.json','react','helmet','@apollo/react-testing','351000pkFQGW','app/meteor.d.ts','\x0a\x20\x20Create\x20a\x20new\x20Maka\x20Meteor\x20project.\x0a\x0a\x20\x20Without\x20any\x20arguments,\x20you\x20will\x20be\x20prompted\x20for\x20project\x20settings\x20such\x20as\x0a\x20\x20including\x20GraphQL,\x20preferring\x20React\x20Functional\x20or\x20Class-based\x20Components,\x0a\x20\x20Typescript\x20or\x20Javascript,\x20and\x20a\x20few\x20others.\x0a\x0a\x20\x20You\x20can\x20also\x20pass\x20in\x20arguments\x20to\x20the\x20create\x20command\x20to\x20skip\x20the\x20prompts.\x0a\x20\x20For\x20example,\x20`maka\x20create\x20my-app\x20--js=ts\x20--theme=material`\x20will\x20create\x20a\x0a\x20\x20new\x20Maka\x20Meteor\x20project\x20named\x20`my-app`\x20with\x20Typescript\x20and\x20Material-UI.\x0a\x20\x20','/app/imports/startup/client/templates.js.tsx','mpi','@types/mocha','/app/public/sw.js','skip-testing','static-html','none','warn','isomorphic-fetch','cwd','ssr','1048964WgBKtU','release','.maka','processAndRunCommand','vanilla','maka\x20create\x20testable-app\x20--test=mocha','withHooks','eslint\x20prettier\x20eslint-config-prettier\x20eslint-plugin-css\x20eslint-plugin-prettier\x20eslint-plugin-react\x20eslint-plugin-unused-imports','Typescript','withTranslations','app.tar.gz','search','renameSync','force','maka\x20create\x20material-app\x20--theme=material','Running\x20post\x20creation\x20tasks','local','\x20add\x20.\x20&&\x20git\x20-C\x20','lint'];a23c=function(){return a1;};return a23c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a24o=a24d;function a24d(a,b){const c=a24c();return a24d=function(d,e){d=d-0x1cb;let f=c[d];return f;},a24d(a,b);}(function(a,b){const k=a24d,c=a();while(!![]){try{const d=-parseInt(k(0x1dc))/0x1*(-parseInt(k(0x1fd))/0x2)+-parseInt(k(0x1e2))/0x3+parseInt(k(0x200))/0x4*(parseInt(k(0x1fe))/0x5)+-parseInt(k(0x1d4))/0x6*(parseInt(k(0x1dd))/0x7)+-parseInt(k(0x1de))/0x8*(-parseInt(k(0x1d3))/0x9)+-parseInt(k(0x1d7))/0xa*(-parseInt(k(0x1ed))/0xb)+parseInt(k(0x1e9))/0xc*(-parseInt(k(0x1df))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a24c,0xae8c0));const a24b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a24d;if(c){const e=c[l(0x1cd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a24a=a24b(this,function(){const m=a24d;return a24a[m(0x1e3)]()[m(0x1e6)]('(((.+)+)+)+$')[m(0x1e3)]()[m(0x1e8)](a24a)[m(0x1e6)](m(0x1ee));});a24a();import a24e from'path';import a24f from'fs';import a24g from'dotenv';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const n=a24d;a24f[n(0x1cf)](a,'r'),a24g[n(0x1ef)]({'path':a});};function a24c(){const r=['join','notice','forEach','mpi','389414PdQfvE','5qgdoXv','maka\x20debug\x20--port\x204000','3893756jWgtjO','maka\x20debug\x20--env\x20prod','debug','concat','Debug\x20your\x20app\x20for\x20a\x20given\x20environment.','apply','maka\x20debug\x20--inspect','openSync','--env','env','--settings','12598101QQVeiw','12LKjsAR','Running\x20in\x20Debug','Cannot\x20find\x20Node\x20Environment\x20File:\x20','10fsSOxf','create','maka\x20debug\x20--raw-logs','isFile','port','3zJPDrR','412118QUKVmy','8qaTdpr','10218CBYTEo','inspect','cfg','2619102EgtHCe','toString','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','fsi','search','--packages','constructor','35976BhLGbv','settings.json','exit','Node\x20Env\x20Config:\x20','12152855tSUXZU','(((.+)+)+)+$','config','development','filter','argv','splice','warn','maka\x20debug\x20--env\x20dev','process.env','invokeMeteorCommand','getAppConfigPath'];a24c=function(){return r;};return a24c();}Command[a24o(0x1d8)]({'name':a24o(0x202),'usage':'maka\x20debug','validOpts':['env','rawLogs',a24o(0x1db),a24o(0x1e0)],'maxArgLength':0x1,'shortDesc':a24o(0x1cc),'description':'\x0a\x20\x20Debug\x20your\x20app\x20for\x20a\x20given\x20environment.\x20This\x20command\x20will\x20source\x20the\x20process.env\x20file\x20for\x20the\x20given\x20environment\x0a\x20\x20and\x20then\x20run\x20meteor\x20debug.\x20This\x20allows\x20you\x20to\x20debug\x20your\x20app\x20in\x20a\x20given\x20environment.\x20This\x20command\x20will\x20also\x0a\x20\x20source\x20the\x20settings.json\x20file\x20for\x20the\x20given\x20environment\x20and\x20pass\x20it\x20to\x20meteor\x20debug.\x0a\x20\x20','mustBeInMakaProject':!![],'examples':[a24o(0x201),a24o(0x1f5),a24o(0x1d9),a24o(0x1ff),a24o(0x1ce)]},function(a,b){const p=a24o;try{const c=b['env']?this[p(0x1e1)]['getEnvFromShorthand'](b[p(0x1d1)]):p(0x1f0);let d=this[p(0x1e1)]['getAppConfigPath'](c);c&&(d=this['cfg'][p(0x1f8)](c));const f=a24e[p(0x1f9)](d,p(0x1f6)),g=a24e[p(0x1f9)](c,p(0x1ea));this['fsi']['isFile'](g)?(Log[p(0x1fa)]('Meteor\x20Settings:\x20'+g),a=a[p(0x1cb)]([p(0x1d2),g])):Log[p(0x1f4)](p(0x1e4)+g);this[p(0x1e5)][p(0x1da)](d)?(Log[p(0x1fa)](p(0x1ec)+d),syncSource(f)):Log[p(0x1f4)](p(0x1d6)+d);const h=process[p(0x1f2)]['slice'](0x2)[p(0x1f1)](i=>i!=='debug')[p(0x1f1)](i=>i!==a[0x0]);h[p(0x1fb)]((i,j)=>{const q=p;i===q(0x1d0)&&h[q(0x1f3)](j,0x2),i===q(0x1e7)&&h[q(0x1f3)](j,0x1);}),Log['warn'](p(0x1d5)),this[p(0x1fc)][p(0x1f7)](p(0x202),a[p(0x1cb)](h));}catch(i){console['error'](i),process[p(0x1eb)](0x0);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a25d,c=a();while(!![]){try{var d=-parseInt(f(0xb4))/0x1*(-parseInt(f(0xb3))/0x2)+parseInt(f(0xb2))/0x3*(parseInt(f(0xa7))/0x4)+parseInt(f(0xa8))/0x5+-parseInt(f(0xac))/0x6+-parseInt(f(0xa9))/0x7*(parseInt(f(0xb0))/0x8)+parseInt(f(0xaf))/0x9+parseInt(f(0xb1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a25c,0x9e691));var a25b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a25d;if(c){var e=c[g(0xaa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a25a=a25b(this,function(){var h=a25d;return a25a[h(0xae)]()[h(0xad)](h(0xab))[h(0xae)]()[h(0xa6)](a25a)[h(0xad)]('(((.+)+)+)+$');});function a25d(a,b){var c=a25c();return a25d=function(d,e){d=d-0xa6;var f=c[d];return f;},a25d(a,b);}a25a();import'./deploy.command.js';import'./galaxy.sub.cmd.js';import'./ubuntu.sub.cmd.js';function a25c(){var i=['apply','(((.+)+)+)+$','1056072VBEcTy','search','toString','5222124AZJdno','497928YOYNey','1935750WSXtYw','6ohukYc','62lodBec','1294oWaMpy','constructor','506180DHruFn','967665BrlaNC','49Fxygdx'];a25c=function(){return i;};return a25c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a26c(){const j=['12tATnPm','2851011OaKObM','deploy','maka\x20deploy:galaxy\x20--env\x20prod\x20--free','6111NtfCxW','search','829905VUqPGt','3504ZMxSer','12Fjhkhb','toString','10437218gozKLC','80284DgvdbV','maka\x20deploy:ubuntu\x20--env\x20prod','10upzNso','Deploy\x20your\x20application','maka\x20deploy','apply','6KgIgUF','18766308cifBQm','1685915PnMNHF','maka\x20deploy:galaxy\x20-e\x20p\x20--plan=professional\x20|\x20essentials','constructor'];a26c=function(){return j;};return a26c();}const a26i=a26d;(function(a,b){const f=a26d,c=a();while(!![]){try{const d=-parseInt(f(0x116))/0x1*(parseInt(f(0x10b))/0x2)+parseInt(f(0x11c))/0x3*(parseInt(f(0x11e))/0x4)+-parseInt(f(0x113))/0x5*(parseInt(f(0x111))/0x6)+parseInt(f(0x11a))/0x7*(parseInt(f(0x11d))/0x8)+parseInt(f(0x117))/0x9*(-parseInt(f(0x10d))/0xa)+-parseInt(f(0x120))/0xb+parseInt(f(0x112))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a26c,0xa8db2));const a26b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a26d;if(c){const e=c[g(0x110)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a26a=a26b(this,function(){const h=a26d;return a26a[h(0x11f)]()[h(0x11b)]('(((.+)+)+)+$')[h(0x11f)]()[h(0x115)](a26a)[h(0x11b)]('(((.+)+)+)+$');});a26a();function a26d(a,b){const c=a26c();return a26d=function(d,e){d=d-0x10b;let f=c[d];return f;},a26d(a,b);}import{Command}from'../../command.js';import{UsageError}from'../../error.js';const DeployCommand=Command['create']({'name':a26i(0x118),'usage':a26i(0x10f),'aliases':['d'],'validOpts':[],'mustBeInMakaProject':!![],'shortDesc':a26i(0x10e),'description':'\x0a\x20\x20Deploy\x20your\x20app\x20to\x20an\x20Ubuntu\x20server\x20running\x20in\x20AWS,\x20On\x20Prem,\x0a\x20\x20or\x20even\x20ARM,\x20or\x20to\x20Meteor\x20Galaxy\x20hosted\x20platform.','examples':[a26i(0x10c),a26i(0x119),a26i(0x114),'maka\x20deploy:galaxy\x20-e\x20p\x20--delete','maka\x20deploy:ubuntu\x20-e\x20p\x20--mongo\x20--ssl=letsencrypt\x20--domains=www.maka-cli.com\x20--email=admin@maka-cli.com']},async function(){throw UsageError;});export default DeployCommand;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a27u=a27d;(function(a,b){const s=a27d,c=a();while(!![]){try{const d=-parseInt(s(0x13b))/0x1*(parseInt(s(0x175))/0x2)+parseInt(s(0x15a))/0x3*(-parseInt(s(0x159))/0x4)+parseInt(s(0x13d))/0x5*(-parseInt(s(0x154))/0x6)+-parseInt(s(0x149))/0x7+-parseInt(s(0x138))/0x8*(parseInt(s(0x170))/0x9)+-parseInt(s(0x146))/0xa+parseInt(s(0x166))/0xb*(parseInt(s(0x172))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a27c,0x6fbe6));const a27b=(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;};}()),a27a=a27b(this,function(){const t=a27d;return a27a[t(0x136)]()[t(0x15e)]('(((.+)+)+)+$')[t(0x136)]()[t(0x14d)](a27a)['search'](t(0x16b));});a27a();import a27e from'path';import a27f from'fs';function a27c(){const x=['free','48lVkigd','41823pespGO','elite','essentials','plan','search','Please\x20provide\x20a\x20Galaxy\x20site\x20name\x20[','error','Error\x20in\x20deployment:','Aborting','maka\x20deploy\x20galaxy','settings.json','maka\x20deploy\x20galaxy\x20-e\x20p\x20--delete','13250259CSRcKb','create','isFile','Meteor\x20Settings:\x20','--env','(((.+)+)+)+$','concat','Free','warn','Select\x20your\x20Galaxy\x20plan','92088slRNzf','force','24auaCVN','verbose','getAppConfigPath','8824ouYkup','appName','--plan','galaxy.meteor.com','toString','fsi','448EMXBHY','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','notice','31tywVku','select','38945jMhBmv','confirm','splice','env','galaxy','cfg','Deploy\x20your\x20application','forEach','invokeMeteorCommand','3546090eTjoyt','getMakaProjectConfig','Are\x20you\x20sure\x20you\x20want\x20to\x20delete\x20this\x20app\x20from\x20Galaxy?','4983874sGODba','settings','Essentials','Performance','constructor','--delete','galaxySiteName','\x0a\x20\x20Deploy\x20your\x20application\x20to\x20Galaxy,\x20Meteor\x27s\x20hosting\x20platform.\x0a\x20\x20','--free','\x20settings.json.\x20\x20See\x20https://cloud-guide.meteor.com/environment-variables.html\x20for\x20info','You\x20may\x20be\x20prompted\x20to\x20log\x20into\x20meteor.com\x20to\x20deploy\x20to\x20Galaxy.','6LeygIe','No\x20\x22galaxy.meteor.com\x22\x20settings\x20found\x20in\x20','delete','deploy'];a27c=function(){return x;};return a27c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a27d(a,b){const c=a27c();return a27d=function(d,e){d=d-0x135;let f=c[d];return f;},a27d(a,b);}import{Actions}from'../../tools/actions/actions.class.js';import a27g from'./deploy.command.js';Command[a27u(0x167)]({'name':a27u(0x141),'aliases':['g'],'usage':a27u(0x163),'validOpts':['debug',a27u(0x140),a27u(0x171),a27u(0x173),a27u(0x158),a27u(0x15d),a27u(0x156),a27u(0x14f)],'mustBeInMakaProject':!![],'requiredOpts':[a27u(0x140)],'shortDesc':a27u(0x143),'description':a27u(0x150),'examples':['maka\x20deploy\x20galaxy\x20--env\x20prod\x20--free','maka\x20deploy\x20galaxy\x20-e\x20p\x20--plan=professional\x20|\x20essentials',a27u(0x165)]},async function(a,b){const v=a27u,c=this[v(0x142)][v(0x147)](),d=this[v(0x142)]['getEnvFromShorthand'](b[v(0x140)]),f=this[v(0x142)][v(0x174)](d),g=v(0x141);try{let h='';if(g==='galaxy'){let i=b[v(0x14f)];if(!i){const m=c[v(0x176)]+'-'+d;i=await Actions['ask'](v(0x15f)+m+']:')||m;}const j=[i];if(b[v(0x156)]){const n=await Actions[v(0x13e)](v(0x148));if(n)return this['mpi'][v(0x145)](v(0x157),j[v(0x16c)]([v(0x14e)]));else{Log[v(0x13a)](v(0x162));return;}}if(!b['delete']){if(!b[v(0x15d)]&&!b[v(0x158)]){const o=await Actions[v(0x13c)]({'message':v(0x16f),'name':v(0x15d),'choices':[{'name':v(0x16d),'value':v(0x158)},{'name':v(0x14b),'value':v(0x15c)},{'name':'Professional','value':'professional'},{'name':v(0x14c),'value':'performance'},{'name':'Elite','value':v(0x15b)}]});h=o;}else{if(b[v(0x15d)])h=b['plan'];else b[v(0x158)]&&(h=v(0x158));}}let k=[];k[v(0x144)]((p,q)=>{const w=v;p===w(0x16a)&&k[w(0x13f)](q,0x2),p==='-e'&&k['splice'](q,0x2);});let l=a27e['join'](f,v(0x164));b[v(0x14a)]&&(l=b[v(0x14a)]);if(this[v(0x137)][v(0x168)](l)){Log['notice'](v(0x169)+l),k=k[v(0x16c)](['--settings',l]);const p=a27f['readFileSync'](l),q=JSON['parse'](p[v(0x136)]());!q[v(0x135)]&&Log[v(0x16e)](v(0x155)+d+v(0x152));}else Log[v(0x16e)](v(0x139)+l);if(h===v(0x158))k=k['concat']([v(0x151)]);else h&&(k=k[v(0x16c)]([v(0x177),h]));return Log[v(0x16e)](v(0x153)),this['mpi'][v(0x145)](v(0x157),j['concat'](k));}}catch(r){Log['error'](v(0x161)),Log[v(0x160)](r);}},a27g);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a28ao=a28d;(function(a,b){const al=a28d,c=a();while(!![]){try{const d=parseInt(al(0x1e2))/0x1*(-parseInt(al(0x209))/0x2)+parseInt(al(0x247))/0x3*(-parseInt(al(0x250))/0x4)+parseInt(al(0x228))/0x5*(-parseInt(al(0x1d1))/0x6)+-parseInt(al(0x22b))/0x7*(parseInt(al(0x296))/0x8)+parseInt(al(0x267))/0x9*(parseInt(al(0x23e))/0xa)+parseInt(al(0x1fd))/0xb*(-parseInt(al(0x23a))/0xc)+-parseInt(al(0x1b0))/0xd*(-parseInt(al(0x1f3))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a28c,0x406f0));const a28b=(function(){let a=!![];return function(b,c){const d=a?function(){const am=a28d;if(c){const e=c[am(0x196)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a28a=a28b(this,function(){const an=a28d;return a28a[an(0x19e)]()[an(0x1fa)](an(0x1f1))['toString']()[an(0x201)](a28a)['search'](an(0x1f1));});function a28c(){const av=['constructor','existsSync','git\x20clone\x20https://gist.github.com/c427ccd6f4377b39299b9d402f5d51fe.git\x20~/maka-env/nvm-install\x0a','\x0a\x20\x20Deploy\x20your\x20app\x20to\x20an\x20Ubuntu\x20server\x20running\x20in\x20AWS,\x20On\x20Prem,\x0a\x20\x20or\x20even\x20ARM.','\x20install\x20build-essential\x20git\x20nginx\x20-y\x0a','confirm','ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','16wCUQLT','Verifying\x20Nginx','push','Stored\x20server\x20config\x20to\x20','snap\x20\x22core\x22\x20has\x20no\x20updates\x20available','Mobile\x20server\x20port:\x20','No\x20🤔','echo\x20\x22test\x20-f\x20~/.bashrc\x20&&\x20.\x20~/.bashrc\x22\x20>\x20~/.bash_profile\x0a','\x09ssl_certificate_key\x20;\x0a','pm2\x20set\x20pm2-logrotate:retain\x2030\x0a','sudo\x20snap\x20install\x20--classic\x20certbot','finish','letsencrypt.json','Aborted\x20deployment!','end','basic','\x09}\x0a','#\x20Configure\x20pm2\x20to\x20start\x20on\x20boot\x0a','Supplied\x20SSL\x20/\x20CRT\x20file','\x09ssl_ciphers\x20\x22ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:kEDH+','pm2\x20start\x20~/pm2.config.js\x0a','.crt','pm2\x20delete\x20all\x0a','chmod\x20+x\x20~/maka-env/nvm-install/nvm-install.sh\x20&&\x20~/maka-env/nvm-install/nvm-install.sh\x0a','map\x20$http_upgrade\x20$connection_upgrade\x20{\x0a','#\x20rm\x20-f\x20~/app.tar.gz.bk\x0a','Pushing\x20up\x20deploy\x20scripts\x20...','ses.json','findProjectDirectory','write','\x20--hp\x20/home/','115vsKsCv','pm2\x20install\x20pm2-logrotate\x0a','createWriteStream','1227737pzegWr','Would\x20you\x20like\x20to\x20save\x20the\x20server\x20config\x20in\x20your\x20.maka/config.json\x20file?\x20[yn]','ask','\x09ssl_session_timeout\x205m;\x0a','\x20\x20echo\x20\x22Could\x20not\x20find\x20app.tar.gz,\x20exiting!\x22\x0a','\x09location\x20=\x20/favicon.ico\x20{\x0a','.meteor','://','#\x20bring\x20back\x20up\x20nginx\x0a','ubuntu','Setting\x20up\x20letsencrypt','0.0.0.0','Unexpected\x20error:\x20No\x20result\x20received\x20from\x20command:\x20','#\x20Decompress\x20the\x20bundle\x0a','Free\x20SSL\x20with\x20Letsencrypt','876tLQFMW','rm\x20-rf\x20~/.bash_profile\x20~/.bashrc\x0a','#\x20install\x20git\x20and\x20nginx\x0a','server\x20{\x0a','1034380kQHvif','sudo\x20systemctl\x20daemon-reload\x20&&\x20sudo\x20systemctl\x20start\x20nginx\x0a','\x09listen\x2080\x20default_server;\x0a','grep','\x09default\x20upgrade;\x0a','setEnvSettings','exit\x200','status','build','103629Nsifph','\x09\x09proxy_set_header\x20Host\x20$host;\x0a','success','\x09index\x20index.html\x20index.htm;\x0a','\x22\x20]\x20&&\x20nvm\x20alias\x20default\x20','PM2\x20has\x20MONGO_URL\x20pointing\x20to\x20localhost;\x20deployment\x20will\x20install\x20a\x20local\x20mongo\x20instance.','Certificate\x20not\x20yet\x20due\x20for\x20renewal','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','#\x20install\x20and\x20configure\x20local\x20mongo\x0a','52wSPwJz','sudo\x20cp\x20~/nginx.conf\x20/etc/nginx/sites-enabled/default\x0a','\x09ssl_protocols\x20TLSv1\x20TLSv1.1\x20TLSv1.2;\x0a','.key;\x0a','This\x20project\x27s\x20meteor\x20version\x20(','sudo\x20systemctl\x20stop\x20nginx\x0a','--server=','\x09\x09proxy_set_header\x20X-Forwarded-For\x20$remote_addr;\x0a','pm2\x20startup\x0a','inherit','app.tar.gz','sudo\x20mkdir\x20-p\x20/etc/nginx/ssl/\x0a','getGlobalMeteorVersion','sslAnswer','serverPort','~/deploy.sh','sudo\x20nginx\x20-s\x20stop\x0a','Running\x20deployment\x20scripts\x20on\x20remote\x20server','sudo\x20systemctl\x20enable\x20mongod.service\x0a','sudo\x20','Deployment\x20script\x20written\x20to:\x20','->\x20','Pushing\x20up\x20bundle\x20...','27jUhzAA','letsencrypt','~/app.tar.gz','config/ssh.json','Consider\x20updating\x20with\x20\x22maka\x20update\x20--release\x20','#\x20Reset\x20pm2\x20\x0a','\x09if\x20($http_user_agent\x20~\x20\x22MSIE\x22\x20)\x20{\x0a','create','\x09\x09proxy_pass\x20http://0.0.0.0:3000;\x0a','.maka','stringify','Deployment\x20complete','\x09\x09rewrite\x20\x20\x20\x20\x20^\x20https://$server_name$request_uri?\x20permanent;\x0a','settings.json','serverName','host','Email\x20to\x20use\x20for\x20auto-updates:\x20','user','\x09add_header\x20Strict-Transport-Security\x20\x22max-age=31536000;\x22;\x0a','_keys','uname\x20-a','source\x20~/.bashrc\x20&&\x20echo\x20\x22\x22\x20&&\x20pm2\x20status\x20&&\x20echo\x20\x22\x22','cfg','app','\x09root\x20/usr/share/nginx/html;\x0a','platforms','\x09\x09alias\x20/home/','fsi','AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:','mv\x20~/app.tar.gz\x20~/app.tar.gz.bk\x0a','\x09listen\x20[::]:80\x20default_server\x20ipv6only=on;\x0a','verbose','npm\x20install\x0a','Mobile\x20server\x20IP\x20or\x20fully\x20qualified\x20domain\x20name\x20(FQDN):\x20','\x20--email\x20','setProjectConfig','\x09index\x20index.html;\x0a','Found\x20existing\x20bundle,\x20would\x20you\x20like\x20to\x20rebuild\x20it?','pm2.config.js','source\x20~/.bashrc\x0a','Remote\x20host\x20connection\x20successful','\x09server_name\x20','~/pm2.config.js','force','No\x20letsencrypt.json\x20file\x20found.\x20You\x20will\x20be\x20prompted\x20at\x20the\x20end\x20of\x20deployment\x20for\x20configuration.','ignore','notice','24rvAbOL','pem','.key','~/settings.json','length','debug','pm2\x20update\x0a','Using\x20saved\x20letsencrypt\x20config','maka\x20deploy:ubuntu\x20--env\x20prod','\x09ssl_session_cache\x20shared:SSL:10m;\x0a','#\x20setup\x20node\x20and\x20npm\x20with\x20the\x20proper\x20node\x20version\x20using\x20nvm\x0a','Verifying\x20PM2','nginx.conf','else\x0a','apply','#\x20Bring\x20up\x20pm2\x20with\x20environment\x0a','pm2\x20set\x20pm2-logrotate:max_size\x2020M\x0a','writeFileSync','\x20||\x20nvm\x20install\x20','getProjectsMeteorNodeVersion','emailUpdate','cd\x20bundle/programs/server\x0a','toString','domains','sudo\x20env\x20PATH=$PATH:$(which\x20npm)\x20$(which\x20pm2)\x20startup\x20systemd\x20-u\x20','meteor','env','mongo','deploy.sh','Error\x20running\x20command:\x20','elif\x20[\x20-f\x20app.tar.gz.bk\x20];\x20then\x0a','projectConfig','domainNames','findAppDirectory','join','\x09root\x20html;\x0a','Attempting\x20to\x20setup\x20SSL\x20using\x20LetsEncrypt','Unexpected\x20error\x20while\x20running:\x20','\x09\x09proxy_http_version\x201.1;\x0a','ssh.json','24434930SLNbgJ','Building\x20deployment\x20script\x20...','warn','\x20\x20cp\x20app.tar.gz.bk\x20app.tar.gz\x0a','mpi','\x09ssl\x20on;\x0a','127.0.0.1','\x20\x20exit\x201\x0a','npm\x20install','Deployed\x20to:\x20','--architecture=os.linux.x86_64','sshSync','scp','parse','\x09\x09return\x20303\x20https://browser-update.org/update.html;\x0a','cd\x20~\x0a','MONGO_URL','443','/bundle/programs/web.browser/app;\x0a','[\x20-d\x20/etc/systemd/system/nginx.service.d\x20]\x20&&\x20echo\x20\x22nginx.service.d\x20exists\x22\x20||\x20sudo\x20mkdir\x20/etc/systemd/system/nginx.service.d\x0a','\x09\x09}\x0a','wget\x20-qO\x20-\x20https://www.mongodb.org/static/pgp/server-4.2.asc\x20|\x20sudo\x20apt-key\x20add\x20-\x0a','\x09\x09proxy_set_header\x20Connection\x20\x22upgrade\x22;\x0a','getEnvFromShorthand','getAppConfigPath','stdout','sudo\x20mv\x20~/','localhost','\x09\x27\x27\x20\x20\x20\x20\x20\x20close;\x0a','\x20\x20tar\x20-xf\x20app.tar.gz\x0a','\x09location\x20/\x20{\x0a','You\x20do\x20not\x20have\x20a\x20valid\x20SSL\x20file:\x20','ssl','28986japYak','server_tokens\x20off;\x0a','Configure\x20SSL','enforceCSP','[!]\x20Server\x20name\x20or\x20port\x20number\x20are\x20not\x20long\x20enough!','I\x20could\x20not\x20find\x20a\x20valid\x20CRT\x20file,\x20please\x20provide\x20the\x20name\x20of\x20the\x20CRT\x20file\x20in\x20the\x20_keys/\x20directory:','Checking\x20remote\x20host\x20availability\x20using\x20','readFileSync','template','isFile','npm\x20install\x20-g\x20pm2@latest\x0a','\x20\x20echo\x20\x22No\x20bundle\x20found,\x20using\x20backup\x22\x0a','#\x20remove\x20backup\x20tar,\x20if\x20any\x0a','sudo\x20cp\x20override.conf\x20/etc/systemd/system/nginx.service.d/override.conf\x0a','open','\x09\x09proxy_set_header\x20Upgrade\x20$http_upgrade;\x0a','maka\x20deploy:ubuntu','41566DvxPPd','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','appName','split','nvm\x20install\x20','sudo\x20apt-get\x20install\x20-y\x20mongodb-org\x0a','sudo\x20systemctl\x20daemon-reload\x20||\x20null\x0a','config.json','chmod\x20+x\x20~/deploy.sh\x20&&\x20./deploy.sh','scaffold','https','select','email','sudo\x20apt-get\x20update\x0a','apt','(((.+)+)+)+$','error','14xlhHMX','\x09ssl_certificate\x20;\x0a','\x09ssl_certificate\x20/etc/nginx/ssl/',').\x20Continue?','Are\x20you\x20ready\x20to\x20deploy?','Deploy\x20your\x20application','trim','search','\x20||\x20nvm\x20alias\x20default\x20','#\x20Nginx\x20will\x20be\x20restarted\x20just\x20before\x20completing\x20the\x20deployment.\x0a','76417vzUaDB','includes','\x20/etc/nginx/ssl/','Checking\x20lastest\x20version\x20of\x20Meteor\x20installed\x20against\x20this\x20project'];a28c=function(){return av;};return a28c();}a28a();function a28d(a,b){const c=a28c();return a28d=function(d,e){d=d-0x18a;let f=c[d];return f;},a28d(a,b);}import a28e from'path';import a28f from'fs';import{execSync}from'child_process';import a28g from'semver';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{SSH}from'../../tools/ssh/ssh.class.js';import{Actions}from'../../tools/actions/actions.class.js';import a28h from'./deploy.command.js';Command[a28ao(0x26e)]({'name':a28ao(0x234),'usage':a28ao(0x1e1),'aliases':['u'],'validOpts':[a28ao(0x18d),a28ao(0x1a2),a28ao(0x1d0),a28ao(0x19f),a28ao(0x1a3),a28ao(0x292),'email',a28ao(0x286),'noRebuild','letsencrypt'],'mustBeInMakaProject':!![],'isPro':![],'requiredOpts':[a28ao(0x1a2)],'shortDesc':a28ao(0x1f8),'description':a28ao(0x204),'examples':[a28ao(0x190),'maka\x20d:u\x20-e\x20p\x20--mongo\x20--ssl=letsencrypt\x20--domains=www.maka-cli.com\x20--email=admin@maka-cli.com']},async function(a,b){const ap=a28ao,c=b[ap(0x286)]?!![]:![],d=this[ap(0x1b4)][ap(0x1a1)],f=this[ap(0x1a7)],g=this[ap(0x27d)][ap(0x1c7)](b['env']),h=this['cfg'][ap(0x1c8)](g),i=await this[ap(0x282)][ap(0x19b)](),[j,k]=i[ap(0x1e5)]('.'),l=j+'.'+k,m=ap(0x1f0),n=b[ap(0x292)];try{const o=a28e['join'](h,ap(0x28d));!this[ap(0x282)][ap(0x1da)](o)&&await this[ap(0x1eb)][ap(0x1d9)]({'srcPath':'config/pm2.config.js','destPath':o,'context':{'app':f[ap(0x1e4)],'isDocker':![]},'config':f});const p=a28e[ap(0x1aa)](h,ap(0x1af));!this[ap(0x282)]['isFile'](p)&&await this[ap(0x1eb)][ap(0x1d9)]({'srcPath':ap(0x26a),'destPath':p,'context':{'app':f[ap(0x1e4)]},'config':f});const q=JSON[ap(0x1bd)](a28f[ap(0x1d8)](p)[ap(0x19e)]()),r={'env':h,'user':q[ap(0x278)],'host':q[ap(0x276)],'port':q['port'],'pem':q[ap(0x297)]};let s=b['domains'],t=b[ap(0x1ee)];try{a28f[ap(0x1d8)](a28e[ap(0x1aa)](h,ap(0x215))),Log[ap(0x295)]('Using\x20letsencrypt.json'),b[ap(0x268)]=!![];}catch(y){b['letsencrypt']&&Log[ap(0x1b2)](ap(0x293));const z={'message':ap(0x1d3),'name':ap(0x25d),'choices':[{'name':ap(0x239),'value':'letsencrypt'},{'name':ap(0x21b),'value':'basic'},{'name':ap(0x20f),'value':'none'}]},A=await Actions[ap(0x1ed)](z);if(A===ap(0x268)){b[ap(0x268)]=!![],b['ssl']=![],s=s?s:await Actions[ap(0x22d)]('Domains\x20to\x20register\x20(comma\x20separated):\x20'),t=t?t:await Actions[ap(0x22d)](ap(0x277));const B={'domainNames':s,'emailUpdate':t},C=JSON[ap(0x271)](B,null,0x2);a28f[ap(0x199)](a28e[ap(0x1aa)](h,ap(0x215)),C),this[ap(0x27d)][ap(0x243)](g,ap(0x1d4),!![]);}else A===ap(0x218)?(b['letsencrypt']=![],b['ssl']=!![],this['cfg'][ap(0x243)](g,ap(0x1d4),!![])):this[ap(0x27d)][ap(0x243)](g,'enforceCSP',![]);}let u='',v='';if(b[ap(0x1d0)]&&!b[ap(0x268)]){u=f['appName']+ap(0x18a);!a28f[ap(0x202)](a28e['join'](h,ap(0x27a),u))&&(u=await Actions[ap(0x22d)]('I\x20could\x20not\x20find\x20a\x20valid\x20SSL\x20file,\x20please\x20provide\x20the\x20name\x20of\x20the\x20SSL\x20file\x20in\x20the\x20_keys/\x20directory:'));if(!a28f[ap(0x202)](a28e['join'](h,'_keys',u)))throw ap(0x1cf)+a28e['join'](h,ap(0x27a),u);v=f[ap(0x1e4)]+ap(0x21e);!a28f[ap(0x202)](a28e[ap(0x1aa)](h,'_keys',v))&&(v=await Actions[ap(0x22d)](ap(0x1d6)));if(!a28f[ap(0x202)](a28e[ap(0x1aa)](h,'_keys',v)))throw'You\x20do\x20not\x20have\x20a\x20valid\x20ssl\x20crt.\x20\x20Looking\x20for:\x20'+a28e[ap(0x1aa)](h,'_keys',v);}Log['notice'](ap(0x1d7)+p);try{const D=SSH['ping'](ap(0x27b),r,{'verbose':!![]});if(!D)throw ap(0x1e3);if(D)Log['success'](ap(0x28f));}catch(E){Log[ap(0x1f2)](E);return;}Log[ap(0x295)](ap(0x1b1));const w=a28f[ap(0x1d8)](a28e[ap(0x1aa)](h,'pm2.config.js')),x=this[ap(0x282)][ap(0x241)](w['toString'](),ap(0x1c0));(x[0x0][ap(0x1f9)]()[ap(0x1fe)](ap(0x1cb))||x[0x0][ap(0x1f9)]()['includes'](ap(0x1b6))||x[0x0]['trim']()[ap(0x1fe)](ap(0x236)))&&(b['mongo']=!![],Log['notice'](ap(0x24c)),Log[ap(0x295)](ap(0x265)+x[0x0][ap(0x1f9)]()));try{const F=a28f['createWriteStream'](a28e[ap(0x1aa)](h,ap(0x194)),{'flags':'w'});F['on'](ap(0x1df),function(){const aq=ap;b[aq(0x1d0)]&&!b[aq(0x268)]?(F[aq(0x226)](aq(0x1d2)),F[aq(0x226)]('map\x20$http_upgrade\x20$connection_upgrade\x20{\x0a'),F[aq(0x226)](aq(0x242)),F[aq(0x226)](aq(0x1cc)),F[aq(0x226)]('}\x0a'),F[aq(0x226)]('\x0a'),F['write'](aq(0x23d)),F[aq(0x226)]('\x09listen\x2080\x20default_server;\x0a'),F[aq(0x226)](aq(0x285)),F[aq(0x226)](aq(0x290)+f[aq(0x1e4)]+';\x0a'),F[aq(0x226)](aq(0x27f)),F[aq(0x226)](aq(0x24a)),F[aq(0x226)](aq(0x1ce)),F[aq(0x226)](aq(0x273)),F[aq(0x226)]('\x09}\x0a'),F[aq(0x226)]('}'),F[aq(0x226)]('\x0a'),F['write']('\x0a'),F[aq(0x226)](aq(0x23d)),F[aq(0x226)]('\x09listen\x20443\x20ssl;\x0a'),F['write'](aq(0x290)+f[aq(0x1e4)]+';\x0a'),F[aq(0x226)](aq(0x1ab)),F['write'](aq(0x28b)),F['write'](aq(0x1b5)),F[aq(0x226)](aq(0x1f5)+f['appName']+'.crt;\x0a'),F['write']('\x09ssl_certificate_key\x20/etc/nginx/ssl/'+f[aq(0x1e4)]+aq(0x253)),F[aq(0x226)](aq(0x1f4)),F['write'](aq(0x211)),F[aq(0x226)](aq(0x191)),F[aq(0x226)](aq(0x22e)),F[aq(0x226)]('\x09\x0a'),F[aq(0x226)]('\x09ssl_prefer_server_ciphers\x20on;\x0a'),F[aq(0x226)](aq(0x252)),F[aq(0x226)](aq(0x21c)+aq(0x283)+aq(0x207)+'SHA384:ECDHE-RSA-RC4-SHA:ECDHE-ECDSA-RC4-SHA:RC4-SHA:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!PSK\x22;\x0a'),F[aq(0x226)](aq(0x279)),F[aq(0x226)]('\x09\x0a'),F[aq(0x226)](aq(0x26d)),F[aq(0x226)](aq(0x1be)),F[aq(0x226)](aq(0x219)),F[aq(0x226)](aq(0x230)),F[aq(0x226)](aq(0x281)+q[aq(0x278)]+aq(0x1c2)),F[aq(0x226)](aq(0x219)),F[aq(0x226)]('\x09\x0a'),F[aq(0x226)](aq(0x1ce)),F[aq(0x226)](aq(0x26f)),F[aq(0x226)](aq(0x1ae)),F[aq(0x226)](aq(0x1e0)),F[aq(0x226)](aq(0x1c6)),F['write'](aq(0x257)),F[aq(0x226)](aq(0x248)),F[aq(0x226)]('\x09\x09if\x20($uri\x20!=\x20\x27/\x27)\x20{\x0a'),F[aq(0x226)]('\x09\x09\x09expires\x2030d;\x0a'),F[aq(0x226)](aq(0x1c4)),F['write'](aq(0x219)),F[aq(0x226)]('}')):(F[aq(0x226)](aq(0x1d2)),F[aq(0x226)](aq(0x221)),F[aq(0x226)](aq(0x242)),F['write'](aq(0x1cc)),F[aq(0x226)]('}\x0a'),F['write']('\x0a'),F['write'](aq(0x23d)),F[aq(0x226)](aq(0x240)),F[aq(0x226)](aq(0x285)),F[aq(0x226)](aq(0x26d)),F['write'](aq(0x1be)),F['write'](aq(0x219)),F[aq(0x226)]('\x09location\x20=\x20/favicon.ico\x20{\x0a'),F[aq(0x226)](aq(0x281)+q['user']+aq(0x1c2)),F[aq(0x226)](aq(0x219)),F['write']('\x09\x0a'),F[aq(0x226)](aq(0x1ce)),F[aq(0x226)](aq(0x26f)),F['write'](aq(0x1ae)),F['write']('\x09\x09proxy_set_header\x20Upgrade\x20$http_upgrade;\x0a'),F['write'](aq(0x1c6)),F[aq(0x226)]('\x09\x09proxy_set_header\x20X-Forwarded-For\x20$remote_addr;\x0a'),F[aq(0x226)](aq(0x248)),F[aq(0x226)]('\x09\x09if\x20($uri\x20!=\x20\x27/\x27)\x20{\x0a'),F[aq(0x226)]('\x09\x09\x09expires\x2030d;\x0a'),F[aq(0x226)]('\x09\x09}\x0a'),F[aq(0x226)](aq(0x219)),F[aq(0x226)]('}'));}),F['on'](ap(0x214),function(){const ar=ap;F[ar(0x217)]();});const G=a28f[ap(0x22a)](a28e[ap(0x1aa)](h,ap(0x1a4)),{'flags':'w'});G['on'](ap(0x1df),function(){const as=ap;G[as(0x226)](as(0x1ef)),G[as(0x226)](as(0x23c)),G['write'](as(0x263)+m+as(0x205)),b['mongo']===!![]&&(G[as(0x226)](as(0x24f)),G['write'](as(0x1c5)),G[as(0x226)]('echo\x20\x22deb\x20[\x20arch=amd64\x20]\x20https://repo.mongodb.org/apt/ubuntu\x20bionic/mongodb-org/4.2\x20multiverse\x22\x20|\x20sudo\x20tee\x20/etc/apt/sources.list.d/mongodb-org-4.2.list\x0a'),G[as(0x226)](as(0x1ef)),G[as(0x226)](as(0x1e7)),G['write']('sudo\x20service\x20mongod\x20start\x0a'),G[as(0x226)](as(0x262))),G[as(0x226)](as(0x192)),G[as(0x226)](as(0x203)),G[as(0x226)](as(0x23b)),G[as(0x226)]('touch\x20~/.bash_profile\x20~/.bashrc\x0a'),G[as(0x226)](as(0x210)),G[as(0x226)](as(0x220)),G[as(0x226)](as(0x28e)),G['write'](as(0x1e6)+i+as(0x19a)+l+'\x0a'),G[as(0x226)]('[\x20\x22$(nvm\x20current)\x22\x20==\x20\x22'+i+as(0x24b)+i+as(0x1fb)+l+'\x0a'),G['write'](as(0x1db)),G[as(0x226)](as(0x229)),G[as(0x226)](as(0x198)),G['write']('pm2\x20set\x20pm2-logrotate:compress\x20true\x0a'),G[as(0x226)](as(0x212)),G[as(0x226)]('rm\x20-rf\x20~/maka-env/nvm-install\x0a'),G[as(0x226)]('#\x20Prepare\x20nginx\x0a'),G[as(0x226)](as(0x1c3)),G[as(0x226)]('printf\x20\x22[Service]\x5cnExecStartPost=/bin/sleep\x200.1\x5cn\x22\x20>\x20override.conf\x0a'),G[as(0x226)](as(0x1de)),G[as(0x226)](as(0x1e8)),G[as(0x226)](as(0x255)),G[as(0x226)](as(0x260)),G[as(0x226)](as(0x1fc)),G[as(0x226)](as(0x251)),b['ssl']&&!b[as(0x268)]&&(G[as(0x226)](as(0x25b)),G[as(0x226)](as(0x1ca)+u+as(0x1ff)+u+'\x0a'),G[as(0x226)]('sudo\x20mv\x20~/'+v+as(0x1ff)+v+'\x0a')),G[as(0x226)](as(0x238)),G[as(0x226)]('echo\x20\x22Attempting\x20to\x20decompress\x20the\x20bundle\x22\x0a'),G['write']('if\x20[\x20-f\x20app.tar.gz\x20];\x20then\x0a'),G['write']('\x20\x20echo\x20\x22Bundle\x20found,\x20decompressing\x22\x0a'),G['write'](as(0x1cd)),G[as(0x226)](as(0x1a6)),G[as(0x226)](as(0x1dc)),G[as(0x226)](as(0x1b3)),G[as(0x226)](as(0x1cd)),G[as(0x226)](as(0x195)),G[as(0x226)](as(0x22f)),G[as(0x226)](as(0x1b7)),G[as(0x226)]('fi\x0a'),G[as(0x226)](as(0x19d)),G[as(0x226)](as(0x287)),G[as(0x226)]('npm\x20audit\x20fix\x20--force\x0a'),G['write'](as(0x1bf)),G[as(0x226)](as(0x26c)),G[as(0x226)](as(0x21f)),G['write']('#\x20updating\x20PM2\x20to\x20latest\x0a'),G['write'](as(0x18e)),G['write'](as(0x197)),G[as(0x226)](as(0x21d)),G[as(0x226)](as(0x21a)),G['write'](as(0x258)),G[as(0x226)](as(0x1a0)+q[as(0x278)]+as(0x227)+q['user']+'\x0a'),G[as(0x226)]('pm2\x20save\x0a'),G[as(0x226)](as(0x233)),G[as(0x226)](as(0x23f)),G[as(0x226)](as(0x1dd)),G[as(0x226)](as(0x222)),G[as(0x226)]('#\x20backup\x20tar\x20bundle\x0a'),G['write'](as(0x284)),G[as(0x226)](as(0x244));}),G['on'](ap(0x214),function(){const at=ap;G[at(0x217)]();}),Log['success'](ap(0x264)+a28e['join'](h,ap(0x1a4)));if(!n){const Z=await Actions[ap(0x206)](ap(0x1f7));if(!Z)throw ap(0x216);}const H=this[ap(0x282)][ap(0x225)]();let I=[];H!==undefined&&(I=['build',a28e[ap(0x1aa)](H,ap(0x246)),ap(0x1ba)]);try{if(H!==undefined){const a0=this[ap(0x282)]['readFileLines'](a28e['join'](H,ap(0x27e),ap(0x231),ap(0x280))),a1=a0[ap(0x18c)]>0x2?!![]:![];if(a1){const a2=f[ap(0x275)]?f[ap(0x275)]:await Actions[ap(0x22d)](ap(0x288)),a3=f['serverPort']?f['serverPort']:await Actions[ap(0x22d)](ap(0x20e));if(a2['length']==0x0||a3[ap(0x18c)]==0x0)throw ap(0x1d5);const a4=a3==ap(0x1c1)?ap(0x1ec):'http';I[ap(0x20b)](ap(0x256)+a4+ap(0x232)+a2+':'+a3);if(!f['serverName']&&!f[ap(0x25e)]){const a5=await Actions['ask'](ap(0x22c));a5&&(this[ap(0x27d)][ap(0x28a)](ap(0x275),a2),this[ap(0x27d)][ap(0x28a)](ap(0x25e),a3),Log['notice'](ap(0x20c)+a28e[ap(0x1aa)](ap(0x270),ap(0x1e9))));}}}}catch(a6){Log[ap(0x1f2)](a6);return;}const J=a28e[ap(0x1aa)](this[ap(0x282)]['findProjectDirectory'](),ap(0x246),ap(0x25a)),K=this[ap(0x1b4)][ap(0x25c)](),L=this[ap(0x282)]['getProjectMeteorVersion']();let M=![];try{Log['notice'](ap(0x200)),M=a28g['gt'](K,L);}catch(a7){Log[ap(0x295)]('Error\x20comparing\x20versions:\x20'+a7);}if(M&&!n){const a8=await Actions[ap(0x206)](ap(0x254)+L+')\x20is\x20behind\x20your\x20installed\x20meteor\x20version\x20('+K+ap(0x1f6),![]);if(!a8){Log['error']('Aborted'),Log[ap(0x295)](ap(0x26b)+K+'\x22');return;}}let N=!![];a28f[ap(0x202)](J)&&!n&&(N=await Actions[ap(0x206)](ap(0x28c)));N&&(execSync(ap(0x1b8),{'cwd':this[ap(0x282)][ap(0x1a9)](),'stdio':ap(0x294)}),execSync(d+'\x20'+I[ap(0x1aa)]('\x20'),{'cwd':this['fsi'][ap(0x1a9)](),'stdio':ap(0x259)}));Log[ap(0x295)](ap(0x266));const O={'source':J,'dest':ap(0x269),'verbose':!![]};SSH[ap(0x1bc)](O,r),Log[ap(0x295)](ap(0x223));const P=a28e[ap(0x1aa)](h,ap(0x1a4)),Q={'source':P,'dest':ap(0x25f),'verbose':!![]};SSH[ap(0x1bc)](Q,r);const R=a28e[ap(0x1aa)](h,ap(0x194)),S={'source':R,'dest':'~/nginx.conf','verbose':!![]};SSH[ap(0x1bc)](S,r);const T=a28e[ap(0x1aa)](h,ap(0x28d)),U={'source':T,'dest':ap(0x291),'verbose':!![]};SSH[ap(0x1bc)](U,r);const V=a28e[ap(0x1aa)](h,ap(0x274)),W={'source':V,'dest':ap(0x18b),'verbose':!![]};SSH[ap(0x1bc)](W,r);if(b[ap(0x1d0)]&&!b['letsencrypt']){u=a28e[ap(0x1aa)](h,ap(0x27a),u);const a9={'source':u,'dest':u};SSH[ap(0x1bc)](a9,r),v=a28e[ap(0x1aa)](h,ap(0x27a),v);const aa={'source':v,'dest':v};SSH[ap(0x1bc)](aa,r);}const X=a28e[ap(0x1aa)](h,ap(0x27a),ap(0x224));if(a28f[ap(0x202)](X)){const ab={'source':X,'dest':'~/ses.json','verbose':!![]};SSH[ap(0x1bc)](ab,r);}const Y=ap(0x261);await SSH['ssh'](ap(0x1ea),r,{'verbose':c,'message':Y}),Log[ap(0x295)](ap(0x20a)),SSH[ap(0x1bb)]('echo\x20\x22\x22\x20&&\x20sudo\x20systemctl\x20status\x20nginx\x20|\x20grep\x20Active\x20&&\x20echo\x20\x22\x22',r,{'tty':!![],'verbose':!![]}),Log[ap(0x295)](ap(0x193)),SSH[ap(0x1bb)](ap(0x27c),r,{'tty':!![],'verbose':!![]}),Log[ap(0x249)](ap(0x1b9)+q[ap(0x276)]);if(b[ap(0x268)]){Log[ap(0x295)](ap(0x1ac));try{const ae=a28f[ap(0x1d8)](a28e['join'](h,ap(0x215))),af=JSON[ap(0x1bd)](ae[ap(0x19e)]());s=b[ap(0x19f)]?b[ap(0x19f)]:af[ap(0x1a8)],t=b[ap(0x1ee)]?b[ap(0x1ee)]:af[ap(0x19c)],(!b[ap(0x1ee)]||!b[ap(0x19f)])&&Log[ap(0x295)](ap(0x18f));}catch(ag){Log[ap(0x1b2)]('Warning:\x20'+ag);}Log[ap(0x295)](ap(0x235));const ac=['snap\x20\x22core\x22\x20is\x20already\x20installed',ap(0x20d),'snap\x20\x22certbot\x22\x20is\x20already\x20installed','ln:\x20failed\x20to\x20create\x20symbolic\x20link\x20\x27/usr/bin/certbot\x27:\x20File\x20exists',ap(0x24d)];function ad(ah){const au=ap;try{const ai=SSH[au(0x1bb)](ah,r,{'tty':!![],'verbose':!![],'silentOutput':!![]});if(ai){const aj=ac['some'](ak=>ai['stderr']['includes'](ak));if(ai[au(0x245)]!==0x0&&!aj)Log[au(0x1f2)](au(0x1a5)+ah);else ai[au(0x1c9)]&&Log['success'](ai[au(0x1c9)]);}else Log[au(0x1f2)](au(0x237)+ah);}catch(ak){Log['error'](au(0x1ad)+ah);}}ad('sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core'),ad(ap(0x213)),ad(ap(0x24e)),ad(ap(0x208)+s+ap(0x289)+t);}Log[ap(0x249)](ap(0x272));}catch(ah){Log[ap(0x1f2)]('Error\x20in\x20deployment:'),Log[ap(0x1f2)](ah);}}catch(ai){Log['error']('Error\x20in\x20deployment:'),Log[ap(0x1f2)](ai);}},a28h);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a29d,c=a();while(!![]){try{var d=-parseInt(f(0x106))/0x1*(parseInt(f(0xfd))/0x2)+parseInt(f(0xfb))/0x3+parseInt(f(0x102))/0x4+-parseInt(f(0xfa))/0x5*(parseInt(f(0x104))/0x6)+-parseInt(f(0xff))/0x7*(-parseInt(f(0xf9))/0x8)+parseInt(f(0x105))/0x9+parseInt(f(0x100))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a29c,0x566a8));var a29b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a29d;if(c){var e=c[g(0x101)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a29a=a29b(this,function(){var h=a29d;return a29a['toString']()[h(0x103)]('(((.+)+)+)+$')[h(0xfc)]()['constructor'](a29a)['search'](h(0xfe));});a29a();import'./play.command.js';import'./pong.sub.cmd.js';function a29d(a,b){var c=a29c();return a29d=function(d,e){d=d-0xf9;var f=c[d];return f;},a29d(a,b);}import'./snake.sub.cmd.js';import'./battleship.sub.cmd.js';import'./sideQuest.sub.cmd.js';function a29c(){var i=['apply','1750708ljJUcj','search','6moPGGN','5119686CTthoU','93KZnmkS','5448tlpwKQ','3156350RIkszk','751026VIMPEe','toString','14220IsorLL','(((.+)+)+)+$','2037DIrHtt','1914160bTAkYI'];a29c=function(){return i;};return a29c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a30i=a30d;(function(a,b){var f=a30d,c=a();while(!![]){try{var d=parseInt(f(0x7e))/0x1*(-parseInt(f(0x7a))/0x2)+parseInt(f(0x75))/0x3*(parseInt(f(0x72))/0x4)+parseInt(f(0x71))/0x5+parseInt(f(0x77))/0x6+-parseInt(f(0x78))/0x7*(parseInt(f(0x7c))/0x8)+parseInt(f(0x6a))/0x9*(parseInt(f(0x76))/0xa)+parseInt(f(0x6e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a30c,0x786bc));var a30b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a30d;if(c){var e=c[g(0x6c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a30a=a30b(this,function(){var h=a30d;return a30a[h(0x70)]()[h(0x7d)](h(0x6f))[h(0x70)]()[h(0x6b)](a30a)[h(0x7d)](h(0x6f));});a30a();import a30e from'./play.command.js';import{Command}from'../../command.js';function a30d(a,b){var c=a30c();return a30d=function(d,e){d=d-0x6a;var f=c[d];return f;},a30d(a,b);}function a30c(){var k=['294cfhsbR','battleship','5492qPwqKW','npx\x20battleship-game','79064VyZEpT','search','309ZHhSiF','159561nXfrWS','constructor','apply','maka\x20game:battleship','8788989Augrsh','(((.+)+)+)+$','toString','1776675XmWAYe','52192LFQqmv','inherit','Play\x20Battlehsip:\x20https://www.npmjs.com/package/battleship-game','57xAnXuE','10ohTkOV','2021214SOdkZm'];a30c=function(){return k;};return a30c();}import{execSync}from'child_process';Command['create']({'name':a30i(0x79),'usage':a30i(0x6d),'shortDesc':a30i(0x74),'validOpts':[]},async function(){var j=a30i;execSync(j(0x7b),{'stdio':j(0x73)});},a30e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a31i=a31d;function a31d(a,b){const c=a31c();return a31d=function(d,e){d=d-0xff;let f=c[d];return f;},a31d(a,b);}(function(a,b){const f=a31d,c=a();while(!![]){try{const d=parseInt(f(0x102))/0x1*(parseInt(f(0x111))/0x2)+-parseInt(f(0x10f))/0x3*(-parseInt(f(0x101))/0x4)+parseInt(f(0x10a))/0x5+parseInt(f(0x103))/0x6+parseInt(f(0x110))/0x7+-parseInt(f(0x113))/0x8*(parseInt(f(0x10d))/0x9)+-parseInt(f(0x100))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a31c,0xd0453));const a31b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a31d;if(c){const e=c[g(0x107)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a31a=a31b(this,function(){const h=a31d;return a31a[h(0x10b)]()['search']('(((.+)+)+)+$')[h(0x10b)]()[h(0x109)](a31a)[h(0x106)](h(0x10c));});a31a();function a31c(){const j=['toString','(((.+)+)+)+$','6612012FxlPvj','play','15vWJjth','4998819XaRGIE','905298AcGdFH','Ok...only\x20for\x20a\x20few\x20minutes\x20;)','8PrexUs','maka\x20play:battleship','36309090IpnwPf','1287784YPARNy','3GXIpdt','3487800tWRULo','create','maka\x20play:<game>','search','apply','maka\x20play:tetris','constructor','4777790pHwIIc'];a31c=function(){return j;};return a31c();}import{Command}from'../../command.js';import{UsageError}from'../../error.js';const PlayCommand=Command[a31i(0x104)]({'name':a31i(0x10e),'usage':a31i(0x105),'shortDesc':a31i(0x112),'validOpts':[],'examples':[a31i(0xff),'maka\x20play:pong','maka\x20play:snake',a31i(0x108)]},async function(){throw UsageError;});export default PlayCommand;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a32i=a32d;(function(a,b){var f=a32d,c=a();while(!![]){try{var d=parseInt(f(0xe9))/0x1*(-parseInt(f(0xee))/0x2)+-parseInt(f(0xf0))/0x3+parseInt(f(0xe6))/0x4*(parseInt(f(0xe4))/0x5)+parseInt(f(0xeb))/0x6*(parseInt(f(0xe5))/0x7)+-parseInt(f(0xf3))/0x8*(-parseInt(f(0xef))/0x9)+-parseInt(f(0xec))/0xa+-parseInt(f(0xe3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0x73d95));var a32b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a32d;if(c){var e=c[g(0xed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a32a=a32b(this,function(){var h=a32d;return a32a[h(0xf4)]()[h(0xe8)]('(((.+)+)+)+$')['toString']()[h(0xf1)](a32a)[h(0xe8)](h(0xe7));});function a32c(){var k=['324774yGVjRB','3192380apnPtA','apply','446paDzbV','102852iiwmMG','689691pJsbov','constructor','Play\x20Pong:\x20https://github.com/liambloom/node-pong','664eGRbIg','toString','pong','inherit','3516964iWkcjD','16905TqeMZF','98AQLjJm','456kRJBIh','(((.+)+)+)+$','search','3356lYxkeZ','npx\x20command-line-pong\x20--no-install'];a32c=function(){return k;};return a32c();}function a32d(a,b){var c=a32c();return a32d=function(d,e){d=d-0xe3;var f=c[d];return f;},a32d(a,b);}a32a();import a32e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a32i(0xf5),'usage':'maka\x20game:pong','shortDesc':a32i(0xf2),'validOpts':[]},async function(){var j=a32i;execSync(j(0xea),{'stdio':j(0xf6)});},a32e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a33i=a33d;(function(a,b){var f=a33d,c=a();while(!![]){try{var d=-parseInt(f(0x186))/0x1+parseInt(f(0x17c))/0x2*(-parseInt(f(0x17a))/0x3)+parseInt(f(0x193))/0x4+parseInt(f(0x17d))/0x5+-parseInt(f(0x182))/0x6*(parseInt(f(0x191))/0x7)+-parseInt(f(0x17e))/0x8*(-parseInt(f(0x18d))/0x9)+parseInt(f(0x185))/0xa*(parseInt(f(0x18b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0x9b73e));var a33b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a33d;if(c){var e=c[g(0x190)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a33a=a33b(this,function(){var h=a33d;return a33a[h(0x194)]()[h(0x18f)](h(0x192))['toString']()[h(0x17b)](a33a)[h(0x18f)](h(0x192));});a33a();import{Direction}from'../types/enums.js';import{Logger}from'../utilities/logger.js';function a33c(){var m=['3200720nXdHwR','40yLImmF','logger','actor','verb','6JtpPZJ','isValidDirection','getDescription','2295740BYxfDp','999238UDGaMe','scene','No\x20description\x20available.','getInstance','values','77jTiueD','description','940671NQErsQ','rooms','search','apply','6398042yNLAfC','(((.+)+)+)+$','2639492qIWyuM','toString','2638956ekIPUr','constructor','2ksGOlR'];a33c=function(){return m;};return a33c();}function a33d(a,b){var c=a33c();return a33d=function(d,e){d=d-0x17a;var f=c[d];return f;},a33d(a,b);}export class Command{static [a33i(0x181)];static [a33i(0x18c)];[a33i(0x180)];[a33i(0x18e)];['logger'];[a33i(0x187)];constructor(a){var j=a33i;this['actor']=a['actor'],this[j(0x18e)]=a[j(0x18e)],this[j(0x17f)]=Logger[j(0x189)]();}[a33i(0x183)](a){var k=a33i;return Object[k(0x18a)](Direction)['includes'](a);}static[a33i(0x184)](){var l=a33i;return this[l(0x18c)]||l(0x188);}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a34h=a34d;(function(a,b){const f=a34d,c=a();while(!![]){try{const d=-parseInt(f(0x193))/0x1+parseInt(f(0x183))/0x2*(parseInt(f(0x185))/0x3)+-parseInt(f(0x18c))/0x4+-parseInt(f(0x18e))/0x5+-parseInt(f(0x199))/0x6+-parseInt(f(0x188))/0x7+parseInt(f(0x189))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0x4e2a5));const a34b=(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;};}()),a34a=a34b(this,function(){const g=a34d;return a34a[g(0x19d)]()[g(0x191)](g(0x194))['toString']()[g(0x19b)](a34a)[g(0x191)](g(0x194));});a34a();import{Command}from'./command.js';function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0x182;let f=c[d];return f;},a34d(a,b);}function a34c(){const k=['toString','logger','write','Item\x20\x22','removeItem','31810DPzmnr','description','108bbVrci','\x27s\x20inventory\x20during\x20\x27Drop\x27\x20command.','drop','3351061ZSxNaB','10988248uCTlSo','join','actor','1493708tRMbpe','getItem','873320FnEHKQ','execute','You\x20don\x27t\x20have\x20','search','\x20has\x20successfully\x20dropped\x20\x22','571588aHIwlb','(((.+)+)+)+$','\x20is\x20Attempting\x20\x27Drop\x27\x20command\x20with\x20item:\x20','\x22\x20not\x20found\x20in\x20','name','addItem','165264RTFMto','inventory','constructor','\x22\x20not\x20retrieved\x20from\x20'];a34c=function(){return k;};return a34c();}export class DropCommand extends Command{static ['verb']=a34h(0x187);static [a34h(0x184)]='Drop\x20an\x20item\x20from\x20your\x20inventory.';[a34h(0x18f)](a){const i=a34h;return this[i(0x19e)][i(0x19f)](this[i(0x18b)][i(0x197)]+i(0x195)+a[i(0x18a)]('\x20')),this[i(0x187)](a);}[a34h(0x187)](a){const j=a34h,b=a[j(0x18a)]('\x20')['toLowerCase']();if(!this['actor']['inventory']['hasItem'](b))return this[j(0x19e)][j(0x19f)](j(0x1a0)+b+j(0x196)+this[j(0x18b)]['name']+j(0x186)),j(0x190)+b+'\x20in\x20your\x20inventory.';const c=this[j(0x18b)]['inventory'][j(0x18d)](b);if(!c)return this[j(0x19e)][j(0x19f)]('Item\x20\x22'+b+j(0x19c)+this[j(0x18b)][j(0x197)]+'\x27s\x20inventory\x20during\x20\x27Drop\x27\x20command.'),j(0x190)+b+'\x20in\x20your\x20inventory.';return this[j(0x18b)][j(0x19a)][j(0x182)](b),this[j(0x18b)]['currentLocation'][j(0x19a)][j(0x198)](c),this['logger']['write'](this[j(0x18b)][j(0x197)]+j(0x192)+b+'\x22\x20from\x20inventory\x20to\x20room\x20during\x20\x27Drop\x27\x20command.'),'You\x20dropped\x20'+b+'.';}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a35h=a35d;(function(a,b){const f=a35d,c=a();while(!![]){try{const d=-parseInt(f(0x198))/0x1*(-parseInt(f(0x17c))/0x2)+parseInt(f(0x192))/0x3*(parseInt(f(0x17b))/0x4)+-parseInt(f(0x191))/0x5+parseInt(f(0x188))/0x6+-parseInt(f(0x185))/0x7+-parseInt(f(0x197))/0x8+parseInt(f(0x184))/0x9*(parseInt(f(0x183))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0xf3392));function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0x17b;let f=c[d];return f;},a35d(a,b);}function a35c(){const k=['verb','11198640MgynKj','9tfATjg','13318221UfBHkN','inventory','error','5381808uISllo','search','currentLocation','write','getItem','\x20not\x20found\x20in\x20','toString','execute','logger','4966945AbHATr','1776219cJXmSz','actor','\x27s\x20inventory.','constructor','equip','5347880PxTuPJ','975907iKKGuT','\x20in\x20your\x20inventory,\x20and\x20it\x27s\x20not\x20in\x20this\x20room.','Equip\x20an\x20item.','(((.+)+)+)+$','addItem','join','toLowerCase','description','4zcyyyC','4HYtqqL','EquipCommand:\x20','\x20inventory\x20or\x20','name','removeItem','\x20room.'];a35c=function(){return k;};return a35c();}const a35b=(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;};}()),a35a=a35b(this,function(){const g=a35d;return a35a[g(0x18e)]()['search'](g(0x19b))[g(0x18e)]()[g(0x195)](a35a)[g(0x189)](g(0x19b));});a35a();import{Command}from'./command.js';export class EquipCommand extends Command{static [a35h(0x182)]='equip';static [a35h(0x19f)]=a35h(0x19a);[a35h(0x18f)](a){const i=a35h;return this[i(0x196)](a);}['equip'](a){const j=a35h,b=a[j(0x19d)]('\x20')[j(0x19e)]();let c=this[j(0x193)][j(0x186)][j(0x18c)](b);if(!c){const e=this[j(0x193)][j(0x18a)];c=e[j(0x186)][j(0x18c)](b);if(c)this[j(0x193)]['inventory'][j(0x19c)](c),e[j(0x186)][j(0x180)](b),this[j(0x190)][j(0x18b)](j(0x17d)+b+'\x20taken\x20from\x20room\x20and\x20added\x20to\x20'+this[j(0x193)][j(0x17f)]+j(0x194));else return this['logger'][j(0x187)](j(0x17d)+b+j(0x18d)+this[j(0x193)][j(0x17f)]+j(0x17e)+this[j(0x193)]['currentLocation'][j(0x17f)]+j(0x181)),'You\x20don\x27t\x20have\x20'+b+j(0x199);}const d=this[j(0x193)][j(0x196)](c);return this['logger'][j(0x18b)](j(0x17d)+d),d;}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0x195;let f=c[d];return f;},a36d(a,b);}const a36i=a36d;(function(a,b){const g=a36d,c=a();while(!![]){try{const d=-parseInt(g(0x1b6))/0x1*(-parseInt(g(0x1ad))/0x2)+-parseInt(g(0x1ae))/0x3*(-parseInt(g(0x19b))/0x4)+parseInt(g(0x195))/0x5+parseInt(g(0x1ba))/0x6+parseInt(g(0x1a9))/0x7+parseInt(g(0x1a6))/0x8*(parseInt(g(0x196))/0x9)+-parseInt(g(0x1bc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x6248c));const a36b=(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;};}()),a36a=a36b(this,function(){const h=a36d;return a36a['toString']()[h(0x1aa)]('(((.+)+)+)+$')[h(0x1a7)]()[h(0x1bb)](a36a)[h(0x1aa)](h(0x1b2));});a36a();import{Door}from'../models/door.js';function a36c(){const l=['\x20\x27Go\x27\x20command\x20failed:\x20Room\x20\x22','Please\x20specify\x20a\x20direction\x20to\x20go.','You\x20can\x27t\x20go\x20that\x20way.','join','description','\x20moved\x20to\x20room:\x20','16gaXvIk','toString','toLowerCase','1845515enWibg','search','Move\x20in\x20the\x20specified\x20direction.','length','1144210VZuSlm','15CXEdRC','error','\x27s\x20\x27Go\x27\x20command\x20failed:\x20No\x20direction\x20specified.','The\x20door\x20in\x20the\x20direction\x20\x22','(((.+)+)+)+$','\x22\x20not\x20found.','execute','rooms','1MtUfou','You\x20seem\x20to\x20be\x20nowhere.\x20This\x20is\x20a\x20bug.','isValidDirection','There\x20seems\x20to\x20be\x20an\x20error\x20with\x20the\x20door\x20you\x27re\x20trying\x20to\x20go\x20through.','438444IWpCLq','constructor','13178850gCgLba','getOtherSide','\x20which\x20is\x20not\x20valid.','218375deobfp','2260071HQcrOx','checkIfLocked','currentLocation','\x27s\x20\x27Go\x27\x20command\x20failed:\x20Current\x20room\x20is\x20undefined\x20or\x20null.\x20This\x20is\x20a\x20bug.','That\x20is\x20not\x20a\x20way\x20to\x20go','212576FYfjJQ','write','logger','name','actor'];a36c=function(){return l;};return a36c();}import{Command}from'./command.js';export class GoCommand extends Command{static ['verb']='go';static [a36i(0x1a4)]=a36i(0x1ab);[a36i(0x1b4)](a){const j=a36i;return this[j(0x19d)][j(0x19c)](this[j(0x19f)]['name']+'\x20is\x20attempting\x20\x27Go\x27\x20command\x20with\x20direction:\x20'+a[j(0x1a3)]('\x20')),this['go'](a);}['go'](a){const k=a36i;if(a[k(0x1ac)]===0x0)return this['logger'][k(0x19c)](this[k(0x19f)][k(0x19e)]+k(0x1b0)),k(0x1a1);const b=a[0x0][k(0x1a8)]();if(!this[k(0x1b8)](b))return this[k(0x19d)]['write'](this[k(0x19f)][k(0x19e)]+'\x20attempted\x20to\x20go\x20'+b+k(0x1be)),k(0x19a);const c=this[k(0x19f)]['currentLocation'];if(!c)return this[k(0x19d)][k(0x1af)](this[k(0x19f)][k(0x19e)]+k(0x199)),k(0x1b7);const d=c['getExit'](b);if(!d)return this['logger'][k(0x19c)](this['actor'][k(0x19e)]+'\x20\x27Go\x27\x20command\x20failed:\x20Specified\x20direction\x20\x22'+b+'\x22\x20does\x20not\x20exist\x20in\x20current\x20room\x27s\x20exits.'),k(0x1a2);if(d instanceof Door){if(d[k(0x197)]())return k(0x1b1)+b+'\x22\x20is\x20locked.';const e=d[k(0x1bd)](c);if(!e)return this[k(0x19d)]['error'](this['actor'][k(0x19e)]+'\x20\x27Go\x27\x20command\x20failed:\x20Unable\x20to\x20determine\x20the\x20other\x20side\x20of\x20the\x20door.'),k(0x1b9);this['actor'][k(0x198)]=e;}else{const f=this[k(0x1b5)]&&this[k(0x1b5)][d];if(!f)return this[k(0x19d)][k(0x1af)](this['actor']['name']+k(0x1a0)+d+k(0x1b3)),'There\x20seems\x20to\x20be\x20an\x20error\x20with\x20the\x20room\x20you\x27re\x20trying\x20to\x20go\x20to.';this[k(0x19f)][k(0x198)]=f;}return this[k(0x19d)]['write'](this['actor']['name']+k(0x1a5)+(this['actor'][k(0x198)][k(0x19e)]||'Unnamed\x20room')+'.'),this[k(0x19f)]['currentLocation'][k(0x1a4)];}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a37c(){const k=['The\x20door\x20named\x20\x22','verb','(((.+)+)+)+$','32ldPNEj','74gtPzbo','1883630FoPOIJ','6456252tMzagg','logger','toLowerCase','constructor','\x20does\x20not\x20have\x20the\x20necessary\x20key\x20for\x20','47482macsjt','unlockItemOrSolution','inventory','hasItem','Please\x20specify\x20which\x20door\x20you\x20want\x20to\x20lock.','There\x27s\x20no\x20door\x20named\x20\x22','currentLocation','get','\x22\x20here.','execute','actor','search','toString','exits','4SyPPXc','LockCommand:\x20No\x20target\x20specified.','2499264IDQVLl','name','description','\x22\x20is\x20already\x20locked.','34399750oYsmTb','lock','2130834VgjpLq','You\x20don\x27t\x20have\x20the\x20key\x20to\x20lock\x20this\x20door.','write','\x20door.','\x20Locked\x20the\x20','error','LockCommand:\x20','has','isValidDirection','length','isLocked','apply','6891705GOboZn'];a37c=function(){return k;};return a37c();}const a37i=a37d;(function(a,b){const f=a37d,c=a();while(!![]){try{const d=-parseInt(f(0x13f))/0x1*(-parseInt(f(0x138))/0x2)+parseInt(f(0x127))/0x3*(-parseInt(f(0x14d))/0x4)+parseInt(f(0x133))/0x5+parseInt(f(0x13a))/0x6+-parseInt(f(0x139))/0x7+-parseInt(f(0x137))/0x8*(-parseInt(f(0x121))/0x9)+-parseInt(f(0x125))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0xdc602));function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0x121;let f=c[d];return f;},a37d(a,b);}const a37b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a37d;if(c){const e=c[g(0x132)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a37a=a37b(this,function(){const h=a37d;return a37a[h(0x14b)]()[h(0x14a)](h(0x136))[h(0x14b)]()[h(0x13d)](a37a)[h(0x14a)]('(((.+)+)+)+$');});a37a();import{Command}from'./command.js';export class LockCommand extends Command{static [a37i(0x135)]=a37i(0x126);static [a37i(0x123)]='Lock\x20a\x20door.';[a37i(0x148)](a){return this['lock'](a);}[a37i(0x126)](a){const j=a37i;if(a[j(0x130)]===0x0)return this['logger'][j(0x12c)](j(0x14e)),j(0x143);const b=a[0x0][j(0x13c)](),c=this[j(0x149)][j(0x145)];if(this[j(0x12f)](b)&&c[j(0x14c)][j(0x12e)](b)){const d=c[j(0x14c)][j(0x146)](b);if(d[j(0x131)])return j(0x134)+b+j(0x124);const e=d[j(0x140)]?.['toLowerCase']();return e&&this[j(0x149)][j(0x141)][j(0x142)](e)?(d[j(0x131)]=!![],this[j(0x13b)]['write'](j(0x12d)+this['actor'][j(0x122)]+j(0x12b)+b+j(0x12a)),'You\x20locked\x20the\x20door\x20named\x20\x22'+b+'\x22.'):(this['logger']['write'](j(0x12d)+this[j(0x149)][j(0x122)]+j(0x13e)+b+'.'),j(0x128));}else return this[j(0x13b)][j(0x129)](j(0x12d)+b+'\x20is\x20not\x20a\x20valid\x20exit\x20in\x20this\x20room.'),j(0x144)+b+j(0x147);}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a38i=a38d;function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0x18f;let f=c[d];return f;},a38d(a,b);}(function(a,b){const f=a38d,c=a();while(!![]){try{const d=-parseInt(f(0x199))/0x1*(parseInt(f(0x1af))/0x2)+-parseInt(f(0x1a7))/0x3*(-parseInt(f(0x195))/0x4)+parseInt(f(0x1b0))/0x5+parseInt(f(0x1bf))/0x6*(-parseInt(f(0x1bd))/0x7)+-parseInt(f(0x1a0))/0x8*(parseInt(f(0x1a5))/0x9)+parseInt(f(0x19c))/0xa+parseInt(f(0x1c9))/0xb*(parseInt(f(0x1bb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x48205));const a38b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a38d;if(c){const e=c[g(0x1c6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a38a=a38b(this,function(){const h=a38d;return a38a[h(0x1a2)]()[h(0x19a)]('(((.+)+)+)+$')[h(0x1a2)]()[h(0x1be)](a38a)[h(0x19a)](h(0x1b2));});a38a();import{Door}from'../models/door.js';import{RoomType}from'../types/enums.js';function a38c(){const n=['lookOutside','You\x20don\x27t\x20see\x20any\x20','apply','rooms','getOtherSide','11iCFnca','Unexpected\x20error\x20occurred\x20while\x20looking\x20at\x20the\x20room\x20in\x20the\x20direction\x20\x22','actor','\x20is\x20not\x20in\x20a\x20valid\x20room\x20during\x20\x27Look\x27\x20command\x20execution.','hasItem','inventory','\x20is\x20looking\x20around\x20the\x20current\x20room.','You\x20cannot\x20see\x20through','description','25512PVBqZZ','Attempting\x20to\x20look\x20outside\x20in\x20direction\x20\x27','execute','You\x27re\x20not\x20in\x20a\x20valid\x20room.','476558TrgJzv','search','OUTSIDE','129960yENcWJ','\x27\x20in\x20','Looking\x20at\x20item\x20\x27','string','2360BpyNUh','getItem','toString','Above\x20you,\x20','down','2583iLvQIN','name','3MSDExc','logger',',\x20you\x20see\x20','error','inspectItem','\x20here.','\x27\x20in\x20current\x20room\x20inventory.','look','2EGpVgT','1030740YifJfv','You\x20cannot\x20see\x20','(((.+)+)+)+$','write','verb','roomType','currentLocation','Executing\x20\x27Look\x27\x20command.','There\x27s\x20an\x20error\x20with\x20the\x20room\x20in\x20the\x20direction\x20\x22','puzzle','isValidDirection','10995528bWUyGX','exits','90734AxnQAq','constructor','132kPWyxV','Examine\x20your\x20surroundings','Below\x20you,\x20','There\x27s\x20no\x20exit\x20in\x20the\x20direction\x20\x22','riddle'];a38c=function(){return n;};return a38c();}import{Command}from'./command.js';export class LookCommand extends Command{static [a38i(0x1b4)]='look';static [a38i(0x194)]=a38i(0x1c0);[a38i(0x197)](a=[]){const j=a38i;this['logger']['write'](j(0x1b7));const b=a['join']('\x20');if(b){if(this[j(0x1cb)][j(0x191)][j(0x190)](b))return this['logger'][j(0x1b3)]('Looking\x20at\x20item\x20\x27'+b+j(0x19d)+this[j(0x1cb)][j(0x1a6)]+'\x20inventory.'),this[j(0x1ab)](b,this[j(0x1cb)][j(0x191)]);else{if(this[j(0x1cb)]['currentLocation']['inventory']['hasItem'](b))return this[j(0x1a8)][j(0x1b3)](j(0x19e)+b+j(0x1ad)),this[j(0x1ab)](b,this[j(0x1cb)][j(0x1b6)][j(0x191)]);else return this[j(0x1ba)](b)?(this[j(0x1a8)][j(0x1b3)](j(0x196)+b+'\x27.'),this[j(0x1c4)](b)):j(0x1b1)+b;}}else return this['logger'][j(0x1b3)](this[j(0x1cb)][j(0x1a6)]+j(0x192)),this[j(0x1ae)]();}['look'](){const k=a38i,a=this[k(0x1cb)][k(0x1b6)];if(!a)return this[k(0x1a8)][k(0x1aa)](this[k(0x1cb)]['name']+k(0x18f)),k(0x198);let b=a[k(0x194)];return a[k(0x1b9)]&&(b+='\x0a'+a[k(0x1b9)][k(0x1c3)]),b;}[a38i(0x1c4)](a){const l=a38i,b=this[l(0x1cb)][l(0x1b6)];if(!b)return this[l(0x1a8)][l(0x1aa)](this['actor'][l(0x1a6)]+l(0x18f)),l(0x198);const c=b[l(0x1bc)]['get'](a);if(!c)return l(0x1c2)+a+'\x22.';let d;if(c instanceof Door)d=c[l(0x1c8)](b);else{if(typeof c===l(0x19f)){d=this[l(0x1c7)]&&this[l(0x1c7)][c];if(!d)return l(0x1b8)+a+'\x22.';}else return l(0x1ca)+a+'\x22.';}if(d[l(0x1b5)]===RoomType[l(0x19b)]){if(a==='up')return l(0x1a3)+d['description'];else return a===l(0x1a4)?l(0x1c1)+d[l(0x194)]:'To\x20the\x20'+a+l(0x1a9)+d[l(0x194)];}else return l(0x193);}['inspectItem'](a,b){const m=a38i,c=b[m(0x1a1)](a);if(!c)return m(0x1c5)+a+m(0x1ac);return c[m(0x194)]||'It\x27s\x20just\x20a\x20regular\x20'+a+'.';}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a39j=a39d;(function(a,b){const g=a39d,c=a();while(!![]){try{const d=parseInt(g(0x1e6))/0x1*(parseInt(g(0x1f5))/0x2)+-parseInt(g(0x1f2))/0x3+-parseInt(g(0x1f0))/0x4+parseInt(g(0x1ea))/0x5*(-parseInt(g(0x1fc))/0x6)+parseInt(g(0x1f6))/0x7+parseInt(g(0x1fe))/0x8*(-parseInt(g(0x1f3))/0x9)+-parseInt(g(0x202))/0xa*(-parseInt(g(0x1fa))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0xadc6b));const a39b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a39d;if(c){const e=c[h(0x200)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){const i=a39d;return a39a['toString']()[i(0x203)](i(0x1ff))['toString']()[i(0x1e4)](a39a)[i(0x203)](i(0x1ff));});a39a();import{Command}from'./command.js';function a39c(){const m=['757JrCNoY','filter','logger','name','1634770UalkUp','scene','You\x20say:\x20\x22','\x20says\x20to\x20','log','allActors','2298564zLSyVr','currentLocation','1640301mSOaKr','1962mEmSvP','say','292bIYiaW','1951943yucBTW','verb','join','context','16869479QpCISD',':\x20\x22','12QcDuav','An\x20error\x20occurred.','35576YRNJEY','(((.+)+)+)+$','apply','Broadcast\x20a\x20message\x20to\x20everyone\x20in\x20the\x20current\x20room.','20MEMePj','search','constructor','actor'];a39c=function(){return m;};return a39c();}function a39d(a,b){const c=a39c();return a39d=function(d,e){d=d-0x1e4;let f=c[d];return f;},a39d(a,b);}export class SayCommand extends Command{static [a39j(0x1f7)]='say';static ['description']=a39j(0x201);[a39j(0x1f9)];constructor(a){const k=a39j;super(a),this[k(0x1f9)]=a;}['execute'](a){const l=a39j;if(a['length']===0x0)return'What\x20do\x20you\x20want\x20to\x20say?';const b=a[l(0x1f8)]('\x20'),c=this[l(0x1e5)],d=this[l(0x1f9)][l(0x1eb)];if(!d)return this[l(0x1e8)][l(0x1ee)]('Scene\x20is\x20missing\x20from\x20context.'),l(0x1fd);const e=d[l(0x1ef)][l(0x1e7)](f=>f[l(0x1f1)]===c[l(0x1f1)]);for(const f of e){this['logger'][l(0x1ee)](c[l(0x1e9)]+l(0x1ed)+f[l(0x1e9)]+l(0x1fb)+b+'\x22'),this['actor'][l(0x1f1)][l(0x1f4)](f,b);}return l(0x1ec)+b+'\x22';}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a40c(){const k=['32425hZkoIG','687210ydJERw','execute','24DQcadi','15KoQrZY','apply','\x20found\x20the\x20following\x20items:\x20','SearchCommand:\x20','316tvWDOv','131148oKDdXd','join','write','toString','actor','1080966PdfQvn','(((.+)+)+)+$','listItems','logger','verb','search','Search\x20for\x20items\x20in\x20your\x20area','name','1838097BnlelP','3635317YSQPBg','22871530FrOeUm'];a40c=function(){return k;};return a40c();}const a40i=a40d;(function(a,b){const f=a40d,c=a();while(!![]){try{const d=parseInt(f(0x16e))/0x1*(-parseInt(f(0x173))/0x2)+-parseInt(f(0x16b))/0x3+parseInt(f(0x172))/0x4*(-parseInt(f(0x16a))/0x5)+parseInt(f(0x178))/0x6+parseInt(f(0x168))/0x7+-parseInt(f(0x16d))/0x8*(parseInt(f(0x167))/0x9)+parseInt(f(0x169))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x9e6f7));const a40b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a40d;if(c){const e=c[g(0x16f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){const h=a40d;return a40a[h(0x176)]()[h(0x164)]('(((.+)+)+)+$')[h(0x176)]()['constructor'](a40a)[h(0x164)](h(0x179));});a40a();function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0x164;let f=c[d];return f;},a40d(a,b);}import{Command}from'./command.js';export class SearchCommand extends Command{static [a40i(0x17c)]=a40i(0x164);static ['description']=a40i(0x165);[a40i(0x16c)](){const j=a40i,a=this[j(0x177)]['currentLocation']['inventory'][j(0x17a)]();if(a['length']===0x0)return this[j(0x17b)][j(0x175)](j(0x171)+this[j(0x177)][j(0x166)]+'\x20searched\x20the\x20room\x20but\x20found\x20nothing.'),'You\x20search\x20the\x20area\x20thoroughly,\x20but\x20don\x27t\x20find\x20anything\x20of\x20interest.';const b=a[j(0x174)](',\x20');return this['logger'][j(0x175)](j(0x171)+this[j(0x177)][j(0x166)]+j(0x170)+b),'You\x20search\x20the\x20area\x20and\x20find:\x20'+b;}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a41i=a41d;(function(a,b){const f=a41d,c=a();while(!![]){try{const d=-parseInt(f(0x159))/0x1*(parseInt(f(0x160))/0x2)+parseInt(f(0x144))/0x3*(parseInt(f(0x156))/0x4)+parseInt(f(0x14f))/0x5+parseInt(f(0x15b))/0x6*(parseInt(f(0x145))/0x7)+-parseInt(f(0x150))/0x8+-parseInt(f(0x15f))/0x9+-parseInt(f(0x15a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x25cf6));function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0x143;let f=c[d];return f;},a41d(a,b);}const a41b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a41d;if(c){const e=c[g(0x155)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){const h=a41d;return a41a['toString']()[h(0x14b)]('(((.+)+)+)+$')[h(0x15e)]()['constructor'](a41a)[h(0x14b)](h(0x151));});function a41c(){const k=['rewardItem','toString','1774584iAHUxh','13624QkbTFA','actor','write','SolveCommand:\x20','1413lwHEtH','2041109KhDwzU','SolveCommand:\x20${this.actor.name}\x20attempt\x20to\x20solve\x20a\x20riddle\x20in\x20a\x20room\x20with\x20no\x20puzzle.','puzzle','solve','Attempt\x20to\x20solve\x20a\x20puzzle.','There\x20doesn\x27t\x20seem\x20to\x20be\x20a\x20riddle\x20here\x20to\x20solve.','search','join','success','message','1547200hbqtig','1560816ROXJwd','(((.+)+)+)+$','logger','description','inventory','apply','1292ssMJUY','verb','execute','14QrVYaW','1106440DSMmvW','6MVRvpK','toLowerCase'];a41c=function(){return k;};return a41c();}a41a();import{Command}from'./command.js';export class SolveCommand extends Command{static [a41i(0x157)]=a41i(0x148);static [a41i(0x153)]=a41i(0x149);[a41i(0x158)](a){const j=a41i,b=a[j(0x14c)]('\x20')[j(0x15c)](),c=this[j(0x161)]['currentLocation'];if(!c||!c['puzzle'])return this['logger'][j(0x162)](j(0x146)),j(0x14a);const d=c[j(0x147)][j(0x148)](b,this[j(0x161)][j(0x154)]);return d[j(0x14d)]&&c[j(0x147)][j(0x15d)]&&this[j(0x161)]['inventory']['addItem'](c[j(0x147)][j(0x15d)]),this[j(0x152)][j(0x162)](j(0x143)+d['message']),d[j(0x14e)];}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a42i=a42d;(function(a,b){const f=a42d,c=a();while(!![]){try{const d=parseInt(f(0x11c))/0x1*(-parseInt(f(0x12d))/0x2)+-parseInt(f(0x11a))/0x3+parseInt(f(0x132))/0x4*(parseInt(f(0x121))/0x5)+parseInt(f(0x124))/0x6*(parseInt(f(0x12e))/0x7)+-parseInt(f(0x118))/0x8+-parseInt(f(0x13b))/0x9*(-parseInt(f(0x12f))/0xa)+-parseInt(f(0x116))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0x9d29c));function a42d(a,b){const c=a42c();return a42d=function(d,e){d=d-0x114;let f=c[d];return f;},a42d(a,b);}const a42b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a42d;if(c){const e=c[g(0x11f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a42a=a42b(this,function(){const h=a42d;return a42a['toString']()[h(0x125)](h(0x134))[h(0x13c)]()[h(0x129)](a42a)[h(0x125)](h(0x134));});function a42c(){const l=['\x27s\x20inventory\x20during\x20\x27Take\x27\x20command.','12hHeOWx','search','currentLocation','\x20room\x27s\x20inventory\x20during\x20\x27Take\x27\x20command.','\x22\x20from\x20','constructor','logger','Attempting\x20\x27Take\x27\x20command\x20with\x20item:\x20','join','410vJrZWS','2293669oRWrDL','206740Fveqwg','getItem','\x22\x20not\x20found\x20in\x20','164tNaIXg','inventory','(((.+)+)+)+$','\x20during\x20\x27Take\x27\x20command.','Item\x20\x22','write','verb','actor','You\x20have\x20taken\x20the\x20','432KAodmH','toString','description','\x22\x20is\x20too\x20heavy\x20to\x20carry.','2450195RwfUer','\x22\x20in\x20this\x20room.','585192OPPBHt','name','3375435JiUBXb','There\x20is\x20no\x20item\x20\x22','4189motwDW','\x22\x20to\x20','execute','apply','removeItem','155590DgebUD','take'];a42c=function(){return l;};return a42c();}a42a();import{Command}from'./command.js';export class TakeCommand extends Command{static [a42i(0x138)]=a42i(0x122);static [a42i(0x114)]='Pick\x20up\x20an\x20item.';[a42i(0x11e)](a){const j=a42i;return this['logger'][j(0x137)](j(0x12b)+a['join']('\x20')),this[j(0x122)](a);}['take'](a){const k=a42i,b=a[k(0x12c)]('\x20')['toLowerCase'](),c=this['actor'][k(0x126)];if(!c[k(0x133)]['hasItem'](b))return this['logger'][k(0x137)](k(0x136)+b+k(0x131)+c['name']+k(0x135)),'There\x20is\x20no\x20item\x20\x22'+b+k(0x117);const d=c['inventory'][k(0x130)](b);if(!d)return this[k(0x12a)][k(0x137)](k(0x136)+b+'\x22\x20not\x20retrieved\x20from\x20'+c[k(0x119)]+k(0x127)),k(0x11b)+b+'\x22\x20in\x20this\x20room.';try{return this[k(0x139)]['addInventory'](d),this[k(0x12a)]['write']('Successfully\x20added\x20\x22'+b+k(0x11d)+this[k(0x139)][k(0x119)]+k(0x123)),c[k(0x133)][k(0x120)](b),this['logger']['write']('Successfully\x20removed\x20\x22'+b+k(0x128)+c[k(0x119)]+'\x20room\x27s\x20inventory\x20during\x20\x27Take\x27\x20command.'),k(0x13a)+b+'.';}catch(e){return this[k(0x12a)][k(0x137)]('Error\x20during\x20\x27Take\x27\x20command:\x20'+e['message']),'The\x20item\x20\x22'+b+k(0x115);}}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a43c(){const j=['480Epvwhn','search','toLowerCase','3067130GLadpl','description','name','verb','15670gpEdPO','actor','114896Ukraht','57WwyZfA','UnequipCommand:\x20','logger','55554NTtCNe','execute','1483192yaIARY','Unequip\x20an\x20item.','38030wzzdHG','91PBOlGG','(((.+)+)+)+$','\x20unqeuiped\x20','33evdvpA','toString','unqeuip','constructor','unequip','6567462hojYcF'];a43c=function(){return j;};return a43c();}const a43h=a43d;(function(a,b){const f=a43d,c=a();while(!![]){try{const d=parseInt(f(0x145))/0x1+-parseInt(f(0x149))/0x2*(parseInt(f(0x142))/0x3)+-parseInt(f(0x147))/0x4+parseInt(f(0x13f))/0x5*(-parseInt(f(0x138))/0x6)+parseInt(f(0x14a))/0x7*(-parseInt(f(0x141))/0x8)+parseInt(f(0x137))/0x9+-parseInt(f(0x13b))/0xa*(-parseInt(f(0x14d))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a43c,0x82d5e));const a43b=(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;};}()),a43a=a43b(this,function(){const g=a43d;return a43a[g(0x14e)]()['search'](g(0x14b))['toString']()[g(0x150)](a43a)[g(0x139)](g(0x14b));});function a43d(a,b){const c=a43c();return a43d=function(d,e){d=d-0x136;let f=c[d];return f;},a43d(a,b);}a43a();import{Command}from'./command.js';export class UnequipCommand extends Command{static [a43h(0x13e)]=a43h(0x14f);static [a43h(0x13c)]=a43h(0x148);[a43h(0x146)](a){const i=a43h,b=a['join']('\x20')[i(0x13a)](),c=this[i(0x140)][i(0x136)](b);return this[i(0x144)]['write'](i(0x143)+this[i(0x140)][i(0x13d)]+i(0x14c)+c),c;}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a44c(){const n=['187887YyUMxt','actor','\x20is\x20not\x20a\x20valid\x20exit\x20in\x20','1ESxDXb','get','UnlockCommand:\x20','verb','\x20is\x20attempted\x20to\x20unlock\x20','\x20does\x20not\x20have\x20the\x20necessary\x20key\x20for\x20','logger','toString','hasItem','unlockItemOrSolution','exits','8yUjFZR','length','search','isValidDirection','231048GbIQbw','.\x20Result:\x20','There\x27s\x20no\x20door\x20named\x20\x22','unlock','error','getItem','106161uEtKxr','UnlockCommand:\x20No\x20target\x20specified.','12IZhuRb','Unlock\x20a\x20door.','write','apply','inventory','\x22\x20here.','3855303qVQtyl','1384008NhSGyJ','530qajyWr','(((.+)+)+)+$','You\x20don\x27t\x20have\x20the\x20key\x20or\x20solution\x20to\x20unlock\x20this\x20door.','1753225OCDMZO','name','1952952QMivzX','toLowerCase'];a44c=function(){return n;};return a44c();}const a44k=a44d;(function(a,b){const h=a44d,c=a();while(!![]){try{const d=-parseInt(h(0x19e))/0x1*(-parseInt(h(0x199))/0x2)+parseInt(h(0x193))/0x3+parseInt(h(0x18c))/0x4*(-parseInt(h(0x197))/0x5)+parseInt(h(0x1ad))/0x6+-parseInt(h(0x19b))/0x7*(-parseInt(h(0x1a9))/0x8)+-parseInt(h(0x192))/0x9+-parseInt(h(0x194))/0xa*(-parseInt(h(0x18a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a44c,0x8275a));const a44b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a44d;if(c){const e=c[i(0x18f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a44a=a44b(this,function(){const j=a44d;return a44a['toString']()[j(0x1ab)](j(0x195))[j(0x1a5)]()['constructor'](a44a)['search']('(((.+)+)+)+$');});a44a();import{Door}from'../models/door.js';function a44d(a,b){const c=a44c();return a44d=function(d,e){d=d-0x185;let f=c[d];return f;},a44d(a,b);}import{Command}from'./command.js';export class UnlockCommand extends Command{static [a44k(0x1a1)]=a44k(0x187);static ['description']=a44k(0x18d);['execute'](a){const l=a44k;return this[l(0x187)](a);}[a44k(0x187)](a){const m=a44k;if(a[m(0x1aa)]===0x0)return this[m(0x1a4)][m(0x188)](m(0x18b)),'Please\x20specify\x20which\x20door\x20you\x20want\x20to\x20unlock.';const b=a[0x0]['toLowerCase'](),c=this[m(0x19c)]['currentLocation'];if(this[m(0x1ac)](b)&&c['exits']['has'](b)){const d=c[m(0x1a8)][m(0x19f)](b);if(d instanceof Door){const e=d[m(0x1a7)]?.[m(0x19a)]();if(e&&this['actor']['inventory'][m(0x1a6)](e)){const f=this['actor'][m(0x190)][m(0x189)](e);if(f){const g=c['attemptUnlockExit'](b,f[m(0x198)]);return this[m(0x1a4)][m(0x18e)](m(0x1a0)+this[m(0x19c)][m(0x198)]+m(0x1a2)+b+m(0x185)+g),g;}}return this[m(0x1a4)][m(0x18e)](m(0x1a0)+this[m(0x19c)][m(0x198)]+m(0x1a3)+b+'.'),m(0x196);}else return this[m(0x1a4)]['write'](m(0x1a0)+b+m(0x19d)+c[m(0x198)]+'.'),m(0x186)+b+m(0x191);}else return this[m(0x1a4)][m(0x18e)](m(0x1a0)+b+m(0x19d)+c[m(0x198)]+'.'),m(0x186)+b+m(0x191);}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a45i=a45d;function a45c(){const l=['(((.+)+)+)+$','\x20attempted\x20to\x20use\x20','verb','\x20not\x20retrieved\x20from\x20','UseCommand:\x20','558496qgAHuU','search',',\x20which\x20is\x20not\x20in\x20their\x20inventory.','\x20to\x20use.','You\x20can\x27t\x20use\x20the\x20','3262lRWzwo','\x27s\x20inventory.','constructor','toLowerCase','toString','826398EYJdaF','getItem','7678340dRCDYq','use','You\x20don\x27t\x20have\x20the\x20','6UdCjPW','write','hasItem','\x20used\x20','Use\x20an\x20item.','inventory','apply','5722456cvteeq','21OEIlCA','function','actor','description','369STrmwv','logger','683QXZOHi','69344trlJIu','3708IkybNG','395390yflKsp','name'];a45c=function(){return l;};return a45c();}(function(a,b){const f=a45d,c=a();while(!![]){try{const d=-parseInt(f(0x123))/0x1*(parseInt(f(0x132))/0x2)+parseInt(f(0x13c))/0x3*(parseInt(f(0x12d))/0x4)+-parseInt(f(0x139))/0x5+-parseInt(f(0x137))/0x6*(-parseInt(f(0x11d))/0x7)+-parseInt(f(0x11c))/0x8+parseInt(f(0x121))/0x9*(parseInt(f(0x126))/0xa)+-parseInt(f(0x124))/0xb*(-parseInt(f(0x125))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a45c,0xdae16));const a45b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a45d;if(c){const e=c[g(0x11b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a45a=a45b(this,function(){const h=a45d;return a45a[h(0x136)]()[h(0x12e)](h(0x128))[h(0x136)]()[h(0x134)](a45a)[h(0x12e)](h(0x128));});a45a();import{Command}from'./command.js';function a45d(a,b){const c=a45c();return a45d=function(d,e){d=d-0x118;let f=c[d];return f;},a45d(a,b);}export class UseCommand extends Command{static [a45i(0x12a)]='use';static [a45i(0x120)]=a45i(0x119);['execute'](a){const j=a45i;return this[j(0x13a)](a);}[a45i(0x13a)](a){const k=a45i,b=a['join']('\x20')[k(0x135)]();if(!this[k(0x11f)][k(0x11a)][k(0x13e)](b))return this[k(0x122)][k(0x13d)](k(0x12c)+this[k(0x11f)][k(0x127)]+k(0x129)+b+k(0x12f)),k(0x13b)+b+k(0x130);const c=this[k(0x11f)][k(0x11a)][k(0x138)](b);if(!c)return this[k(0x122)][k(0x13d)](k(0x12c)+b+k(0x12b)+this[k(0x11f)][k(0x127)]+k(0x133)),k(0x13b)+b+k(0x130);if(typeof c[k(0x13a)]===k(0x11e)){const d=c[k(0x13a)]();return this[k(0x122)][k(0x13d)](k(0x12c)+this[k(0x11f)]['name']+k(0x118)+b+'.'),d;}else return this['logger'][k(0x13d)]('UseCommand:\x20'+b+'\x20doesn\x27t\x20have\x20a\x20use\x20method.'),k(0x131)+b+'\x20in\x20this\x20way.';}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a46i=a46d;(function(a,b){const f=a46d,c=a();while(!![]){try{const d=-parseInt(f(0x193))/0x1+-parseInt(f(0x191))/0x2+parseInt(f(0x19f))/0x3*(parseInt(f(0x199))/0x4)+-parseInt(f(0x194))/0x5*(parseInt(f(0x1a0))/0x6)+parseInt(f(0x1a2))/0x7*(parseInt(f(0x19b))/0x8)+parseInt(f(0x19c))/0x9+-parseInt(f(0x192))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a46c,0x67266));const a46b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a46d;if(c){const e=c[g(0x196)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a46a=a46b(this,function(){const h=a46d;return a46a[h(0x1a1)]()[h(0x197)]('(((.+)+)+)+$')[h(0x1a1)]()[h(0x19e)](a46a)[h(0x197)](h(0x19a));});function a46d(a,b){const c=a46c();return a46d=function(d,e){d=d-0x191;let f=c[d];return f;},a46d(a,b);}function a46c(){const l=['5552577sEkfTv','commandMap','constructor','736938kwHjWd','294uSRANv','toString','496874VnjZGF','876328lMAgvj','3460600iagYVt','665808zirhTn','1685OciePI','createCommand','apply','search','registerCommand','8fMaRbe','(((.+)+)+)+$','88ccwbbT'];a46c=function(){return l;};return a46c();}a46a();export class CommandFactory{static [a46i(0x19d)]={};static[a46i(0x198)](a,b){const j=a46i;this[j(0x19d)][a]=b;}static[a46i(0x195)](a,b){const k=a46i,c=this[k(0x19d)][a];if(c)return new c(b);return null;}static['getAllRegisteredCommands'](){return this['commandMap'];}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a47i=a47d;(function(a,b){const f=a47d,c=a();while(!![]){try{const d=parseInt(f(0x1e7))/0x1*(parseInt(f(0x1fa))/0x2)+parseInt(f(0x1fd))/0x3+-parseInt(f(0x201))/0x4+-parseInt(f(0x1eb))/0x5*(parseInt(f(0x1f9))/0x6)+-parseInt(f(0x1ed))/0x7+-parseInt(f(0x1f3))/0x8+parseInt(f(0x1ef))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a47c,0x5f75a));const a47b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a47d;if(c){const e=c[g(0x1f8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a47a=a47b(this,function(){const h=a47d;return a47a[h(0x1e8)]()['search'](h(0x1e5))['toString']()[h(0x1e2)](a47a)[h(0x1e0)](h(0x1e5));});a47a();import{Room,Puzzle,Inventory}from'../models/_index.js';function a47d(a,b){const c=a47c();return a47d=function(d,e){d=d-0x1dd;let f=c[d];return f;},a47d(a,b);}import{RoomType}from'../types/enums.js';import{Key,Book,BasicItem,Sword,Rifle,Helmet,BodyArmor,LegArmor,Boots,Gloves,Gauntlets}from'../scenes/items.js';export class RoomFactory{[a47i(0x1e3)](a){const j=a47i,b=this[j(0x1f5)](a),c=new Room(b);if(a['items']){const d=new Inventory();a[j(0x1f4)][j(0x1ff)](e=>{const k=j;d[k(0x1ec)](this['createItem'](e));}),c['inventory']=d;}return a[j(0x1e9)]&&c[j(0x1f7)](this[j(0x1fc)](a[j(0x1e9)])),c;}['createItem'](a){const l=a47i;switch(a[l(0x1e6)]){case'key':return new Key(a[l(0x1ea)],a['description']);case'book':return new Book(a[l(0x1ea)],a[l(0x1f2)],a[l(0x1fe)]);case l(0x1de):return new Sword(a[l(0x1ea)],a['description']);case l(0x1e1):return new Rifle(a[l(0x1ea)],a[l(0x1f2)]);case'helmet':return new Helmet(a[l(0x1ea)],a[l(0x1f2)]);case l(0x1ee):return new BodyArmor(a[l(0x1ea)],a[l(0x1f2)]);case l(0x1f0):return new LegArmor(a[l(0x1ea)],a[l(0x1f2)]);case l(0x1fb):return new Boots(a[l(0x1ea)],a[l(0x1f2)]);case l(0x1df):return new Gloves(a[l(0x1ea)],a[l(0x1f2)]);case l(0x1e4):return new Gauntlets(a[l(0x1ea)],a[l(0x1f2)]);default:return new BasicItem(a[l(0x1ea)],a['description']);}}[a47i(0x1fc)](a){const m=a47i,b=this[m(0x200)](a['rewardItem']);return new Puzzle({...a,'rewardItem':b});}[a47i(0x1f5)](a){const n=a47i,b=a[n(0x1f6)]&&RoomType[a['roomType'][n(0x1dd)]()]?RoomType[a['roomType']['toUpperCase']()]:RoomType[n(0x1f1)];return{'name':a[n(0x1ea)],'description':a['description'],'isStartRoom':a['isStartRoom'],'roomType':b};}}function a47c(){const o=['toUpperCase','sword','gloves','search','rifle','constructor','createRoom','gauntlets','(((.+)+)+)+$','type','594265qoFVhL','toString','puzzle','name','788885qDvyXQ','addItem','4132114cDXxgI','bodyarmor','9453474xsdpVl','legarmor','INSIDE','description','4628744FapwvY','items','convertToRoomConfig','roomType','setPuzzle','apply','6SCSIZz','2vZqgrm','boots','createPuzzle','2064990bFXUgD','content','forEach','createItem','2461228BGLTIb'];a47c=function(){return o;};return a47c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a48k=a48d;(function(a,b){const h=a48d,c=a();while(!![]){try{const d=parseInt(h(0xbf))/0x1+-parseInt(h(0xdd))/0x2*(parseInt(h(0xd3))/0x3)+parseInt(h(0xc6))/0x4*(-parseInt(h(0xeb))/0x5)+parseInt(h(0xce))/0x6+-parseInt(h(0xe1))/0x7*(-parseInt(h(0xe5))/0x8)+parseInt(h(0xec))/0x9+-parseInt(h(0xdf))/0xa*(parseInt(h(0xf0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a48c,0xc5e09));const a48b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a48d;if(c){const e=c[i(0xd9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a48a=a48b(this,function(){const j=a48d;return a48a[j(0xc0)]()[j(0xe7)](j(0xd1))['toString']()[j(0xca)](a48a)[j(0xe7)](j(0xd1));});a48a();import{Scene}from'./models/scene.js';import{LookCommand}from'./commands/look.js';import{TakeCommand}from'./commands/take.js';import{GoCommand}from'./commands/go.js';import{UseCommand}from'./commands/use.js';import{EquipCommand}from'./commands/equip.js';function a48d(a,b){const c=a48c();return a48d=function(d,e){d=d-0xbe;let f=c[d];return f;},a48d(a,b);}import{UnequipCommand}from'./commands/unequip.js';import{SolveCommand}from'./commands/solve.js';import{DropCommand}from'./commands/drop.js';import{UnlockCommand}from'./commands/unlock.js';import{LockCommand}from'./commands/lock.js';import{SearchCommand}from'./commands/search.js';import{SayCommand}from'./commands/say.js';function a48c(){const s=['lock','getRooms','execute','initialize','trim','8kkLjfg','take','use','currentRoom','constructor','quit','solve','say','5388378FBpqQh','registerCommands','getDescription','(((.+)+)+)+$','player','3KmywCN','-\x20clear:\x20Clear\x20the\x20screen.\x0a','hasOwnProperty','handleInput','slice','Welcome,\x20','apply','scene','help','maka','1137646MaAYJm','toLowerCase','280710MBhSxc','registerCommand','14AOcwEv','unlock','equip','clear','1404464SBcuES','unequip','search','look','name','getWelcomeMessage','2042710ZNQUAa','11479518reNOHT','getInstance','Available\x20Commands:\x0a','createCommand','407nzMgjU','determineStartRoom','instance','getHelpMessage','710358hWEVBp','toString'];a48c=function(){return s;};return a48c();}import{CommandFactory}from'./factories/commandF.js';export default class Game{static [a48k(0xf2)];['scene'];[a48k(0xd2)];[a48k(0xc9)];['rooms'];constructor(a,b){const l=a48k;this['player']=a,this[l(0xda)]=new Scene({'player':a,'roomConfiguration':b}),this[l(0xda)][l(0xc4)](),this['player']['currentLocation']=this[l(0xf1)](),this[l(0xcf)]();}[a48k(0xcf)](){const m=a48k;CommandFactory[m(0xe0)](m(0xe8),LookCommand),CommandFactory[m(0xe0)]('go',GoCommand),CommandFactory['registerCommand'](m(0xc7),TakeCommand),CommandFactory['registerCommand'](m(0xc8),UseCommand),CommandFactory[m(0xe0)](m(0xe3),EquipCommand),CommandFactory[m(0xe0)](m(0xe6),UnequipCommand),CommandFactory[m(0xe0)](m(0xcc),SolveCommand),CommandFactory[m(0xe0)]('drop',DropCommand),CommandFactory[m(0xe0)](m(0xe2),UnlockCommand),CommandFactory[m(0xe0)](m(0xc1),LockCommand),CommandFactory[m(0xe0)](m(0xe7),SearchCommand),CommandFactory[m(0xe0)](m(0xcd),SayCommand);}[a48k(0xf1)](){const n=a48k;return this[n(0xda)][n(0xf1)]();}[a48k(0xea)](){const o=a48k;return o(0xd8)+this[o(0xd2)][o(0xe9)];}static[a48k(0xed)](a,b){const p=a48k;return!Game[p(0xf2)]&&(Game[p(0xf2)]=new Game(a,b)),Game[p(0xf2)];}[a48k(0xd6)](a){const q=a48k,b=a[q(0xc5)]()['split']('\x20'),c=b[0x0][q(0xde)](),d=b[q(0xd7)](0x1);if(c===q(0xcb))return null;if(c===q(0xdc))return'You\x20are\x20still\x20in\x20the\x20game,\x20type\x20\x22quit\x22\x20to\x20exit';if(c===q(0xdb))return this[q(0xbe)]();if(c===q(0xe4))return'';const e={'actor':this[q(0xd2)],'rooms':this[q(0xda)][q(0xc2)](),'scene':this[q(0xda)]},f=CommandFactory[q(0xef)](c,e);if(f){const g=f[q(0xc3)](d);return g;}return'I\x20don\x27t\x20understand\x20the\x20command\x20\x22'+c+'\x22.';}[a48k(0xbe)](){const r=a48k,a=CommandFactory['getAllRegisteredCommands']();let b=r(0xee);for(const c in a){if(a[r(0xd5)](c)){const d=a[c];b+='-\x20'+c+':\x20'+d[r(0xd0)]()+'\x0a';}}return b+=r(0xd4),b+='-\x20quit:\x20Exit\x20the\x20game.\x0a',b;}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a49d(a,b){var c=a49c();return a49d=function(d,e){d=d-0x147;var f=c[d];return f;},a49d(a,b);}(function(a,b){var f=a49d,c=a();while(!![]){try{var d=-parseInt(f(0x14b))/0x1+-parseInt(f(0x14c))/0x2*(parseInt(f(0x150))/0x3)+-parseInt(f(0x14f))/0x4*(-parseInt(f(0x147))/0x5)+-parseInt(f(0x148))/0x6+parseInt(f(0x14e))/0x7+parseInt(f(0x14a))/0x8*(parseInt(f(0x149))/0x9)+parseInt(f(0x14d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a49c,0x4efb0));var a49b=(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;};}()),a49a=a49b(this,function(){var g=a49d;return a49a[g(0x151)]()[g(0x153)](g(0x152))['toString']()['constructor'](a49a)[g(0x153)]('(((.+)+)+)+$');});a49a();export*from'./door.js';export*from'./inventory.js';export*from'./item.js';export*from'./npc.js';export*from'./player.js';function a49c(){var h=['(((.+)+)+)+$','search','10610DzZYZy','3274626TlEnFh','1410057ZSlEmB','32eTcdyy','514566kVpEpi','9526IHUwXW','5040030qZQvvq','1921479fejmuQ','1100yLRTNE','381oTpRuT','toString'];a49c=function(){return h;};return a49c();}export*from'./puzzle.js';export*from'./room.js';export*from'./scene.js';
|