@maka/maka-cli 5.1.22 → 5.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/typescript/package.json +112 -0
- package/bundle/typescript/src/command.d.ts +37 -0
- package/bundle/typescript/src/command.js +231 -0
- package/bundle/typescript/src/command.js.map +1 -0
- package/bundle/typescript/src/commands/_index.d.ts +25 -0
- package/bundle/typescript/src/commands/_index.js +28 -0
- package/bundle/typescript/src/commands/_index.js.map +1 -0
- package/bundle/typescript/src/commands/ai.d.ts +1 -0
- package/bundle/typescript/src/commands/ai.js +82 -0
- package/bundle/typescript/src/commands/ai.js.map +1 -0
- package/bundle/typescript/src/commands/aws/_index.d.ts +16 -0
- package/bundle/typescript/src/commands/aws/_index.js +17 -0
- package/bundle/typescript/src/commands/aws/_index.js.map +1 -0
- package/bundle/typescript/src/commands/aws/aws.command.d.ts +3 -0
- package/bundle/typescript/src/commands/aws/aws.command.js +15 -0
- package/bundle/typescript/src/commands/aws/aws.command.js.map +1 -0
- package/bundle/typescript/src/commands/aws/cecr.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/cecr.sub.cmd.js +36 -0
- package/bundle/typescript/src/commands/aws/cecr.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/chz.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/chz.sub.cmd.js +41 -0
- package/bundle/typescript/src/commands/aws/chz.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/ci.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/ci.sub.cmd.js +199 -0
- package/bundle/typescript/src/commands/aws/ci.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/ckp.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/ckp.sub.cmd.js +42 -0
- package/bundle/typescript/src/commands/aws/ckp.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/csg.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/csg.sub.cmd.js +43 -0
- package/bundle/typescript/src/commands/aws/csg.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/decr.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/decr.sub.cmd.js +31 -0
- package/bundle/typescript/src/commands/aws/decr.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/di.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/di.sub.cmd.js +35 -0
- package/bundle/typescript/src/commands/aws/di.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/dkp.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/dkp.sub.cmd.js +25 -0
- package/bundle/typescript/src/commands/aws/dkp.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/dsg.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/dsg.sub.cmd.js +57 -0
- package/bundle/typescript/src/commands/aws/dsg.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/lecr.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/lecr.sub.cmd.js +30 -0
- package/bundle/typescript/src/commands/aws/lecr.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/rbi.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/rbi.sub.cmd.js +39 -0
- package/bundle/typescript/src/commands/aws/rbi.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/rdn.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/rdn.sub.cmd.js +104 -0
- package/bundle/typescript/src/commands/aws/rdn.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/rkp.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/rkp.sub.cmd.js +52 -0
- package/bundle/typescript/src/commands/aws/rkp.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/sth.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/sth.sub.cmd.js +74 -0
- package/bundle/typescript/src/commands/aws/sth.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/ti.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/ti.sub.cmd.js +45 -0
- package/bundle/typescript/src/commands/aws/ti.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/build/_index.d.ts +2 -0
- package/bundle/typescript/src/commands/build/_index.js +3 -0
- package/bundle/typescript/src/commands/build/_index.js.map +1 -0
- package/bundle/typescript/src/commands/build/build.d.ts +3 -0
- package/bundle/typescript/src/commands/build/build.js +78 -0
- package/bundle/typescript/src/commands/build/build.js.map +1 -0
- package/bundle/typescript/src/commands/build/docker.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/build/docker.sub.cmd.js +138 -0
- package/bundle/typescript/src/commands/build/docker.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/create.d.ts +1 -0
- package/bundle/typescript/src/commands/create.js +475 -0
- package/bundle/typescript/src/commands/create.js.map +1 -0
- package/bundle/typescript/src/commands/debug.d.ts +1 -0
- package/bundle/typescript/src/commands/debug.js +76 -0
- package/bundle/typescript/src/commands/debug.js.map +1 -0
- package/bundle/typescript/src/commands/deploy/_index.d.ts +3 -0
- package/bundle/typescript/src/commands/deploy/_index.js +4 -0
- package/bundle/typescript/src/commands/deploy/_index.js.map +1 -0
- package/bundle/typescript/src/commands/deploy/deploy.command.d.ts +3 -0
- package/bundle/typescript/src/commands/deploy/deploy.command.js +24 -0
- package/bundle/typescript/src/commands/deploy/deploy.command.js.map +1 -0
- package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.js +122 -0
- package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.js +506 -0
- package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/game/_index.d.ts +5 -0
- package/bundle/typescript/src/commands/game/_index.js +7 -0
- package/bundle/typescript/src/commands/game/_index.js.map +1 -0
- package/bundle/typescript/src/commands/game/battleship.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/game/battleship.sub.cmd.js +12 -0
- package/bundle/typescript/src/commands/game/battleship.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/game/play.command.d.ts +3 -0
- package/bundle/typescript/src/commands/game/play.command.js +18 -0
- package/bundle/typescript/src/commands/game/play.command.js.map +1 -0
- package/bundle/typescript/src/commands/game/pong.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/game/pong.sub.cmd.js +12 -0
- package/bundle/typescript/src/commands/game/pong.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/command.d.ts +17 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/command.js +23 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/command.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/drop.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/drop.js +29 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/drop.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/equip.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/equip.js +33 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/equip.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/go.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/go.js +57 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/go.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/lock.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/lock.js +37 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/lock.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/look.d.ts +10 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/look.js +92 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/look.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/say.d.ts +9 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/say.js +31 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/say.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/search.d.ts +7 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/search.js +19 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/search.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/solve.d.ts +7 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/solve.js +20 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/solve.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/take.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/take.js +38 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/take.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.d.ts +7 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.js +12 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.js +43 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/use.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/use.js +33 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/use.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/commandF.d.ts +10 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/commandF.js +17 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/commandF.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/roomsF.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/roomsF.js +65 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/roomsF.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/game.d.ts +18 -0
- package/bundle/typescript/src/commands/game/sideQuest/game.js +97 -0
- package/bundle/typescript/src/commands/game/sideQuest/game.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/_index.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/_index.js +9 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/_index.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/door.d.ts +18 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/door.js +42 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/door.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/inventory.d.ts +43 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/inventory.js +87 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/inventory.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/item.d.ts +17 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/item.js +31 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/item.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/npc.d.ts +14 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/npc.js +34 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/npc.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/player.d.ts +35 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/player.js +214 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/player.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.d.ts +22 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.js +55 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/room.d.ts +28 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/room.js +113 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/room.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/scene.d.ts +35 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/scene.js +170 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/scene.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/items.d.ts +56 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/items.js +256 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/items.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/puzzles.js +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/puzzles.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/rooms.d.ts +4 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/rooms.js +350 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/rooms.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/abstracts.d.ts +148 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/abstracts.js +86 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/abstracts.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/enums.d.ts +74 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/enums.js +83 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/enums.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/interfaces.d.ts +106 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/interfaces.js +2 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/interfaces.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/types.d.ts +53 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/types.js +2 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/types.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/ui.d.ts +3 -0
- package/bundle/typescript/src/commands/game/sideQuest/ui.js +242 -0
- package/bundle/typescript/src/commands/game/sideQuest/ui.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.d.ts +14 -0
- package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.js +63 -0
- package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.js +53 -0
- package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/game/snake.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/game/snake.sub.cmd.js +12 -0
- package/bundle/typescript/src/commands/game/snake.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/game/tetris.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/game/tetris.sub.cmd.js +12 -0
- package/bundle/typescript/src/commands/game/tetris.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/generate.d.ts +1 -0
- package/bundle/typescript/src/commands/generate.js +42 -0
- package/bundle/typescript/src/commands/generate.js.map +1 -0
- package/bundle/typescript/src/commands/get/_index.d.ts +4 -0
- package/bundle/typescript/src/commands/get/_index.js +5 -0
- package/bundle/typescript/src/commands/get/_index.js.map +1 -0
- package/bundle/typescript/src/commands/get/get.command.d.ts +3 -0
- package/bundle/typescript/src/commands/get/get.command.js +13 -0
- package/bundle/typescript/src/commands/get/get.command.js.map +1 -0
- package/bundle/typescript/src/commands/get/global.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/get/global.sub.cmd.js +20 -0
- package/bundle/typescript/src/commands/get/global.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/get/local.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/get/local.sub.cmd.js +14 -0
- package/bundle/typescript/src/commands/get/local.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/get/whoami.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/get/whoami.sub.cmd.js +19 -0
- package/bundle/typescript/src/commands/get/whoami.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/help.d.ts +1 -0
- package/bundle/typescript/src/commands/help.js +12 -0
- package/bundle/typescript/src/commands/help.js.map +1 -0
- package/bundle/typescript/src/commands/install.d.ts +1 -0
- package/bundle/typescript/src/commands/install.js +269 -0
- package/bundle/typescript/src/commands/install.js.map +1 -0
- package/bundle/typescript/src/commands/jsdoc.d.ts +1 -0
- package/bundle/typescript/src/commands/jsdoc.js +62 -0
- package/bundle/typescript/src/commands/jsdoc.js.map +1 -0
- package/bundle/typescript/src/commands/lint.d.ts +1 -0
- package/bundle/typescript/src/commands/lint.js +124 -0
- package/bundle/typescript/src/commands/lint.js.map +1 -0
- package/bundle/typescript/src/commands/login.d.ts +1 -0
- package/bundle/typescript/src/commands/login.js +160 -0
- package/bundle/typescript/src/commands/login.js.map +1 -0
- package/bundle/typescript/src/commands/logout.d.ts +1 -0
- package/bundle/typescript/src/commands/logout.js +93 -0
- package/bundle/typescript/src/commands/logout.js.map +1 -0
- package/bundle/typescript/src/commands/logs.d.ts +1 -0
- package/bundle/typescript/src/commands/logs.js +33 -0
- package/bundle/typescript/src/commands/logs.js.map +1 -0
- package/bundle/typescript/src/commands/maka.cmd.d.ts +5 -0
- package/bundle/typescript/src/commands/maka.cmd.js +57 -0
- package/bundle/typescript/src/commands/maka.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/murder.d.ts +1 -0
- package/bundle/typescript/src/commands/murder.js +31 -0
- package/bundle/typescript/src/commands/murder.js.map +1 -0
- package/bundle/typescript/src/commands/profile.d.ts +1 -0
- package/bundle/typescript/src/commands/profile.js +277 -0
- package/bundle/typescript/src/commands/profile.js.map +1 -0
- package/bundle/typescript/src/commands/proxy.d.ts +1 -0
- package/bundle/typescript/src/commands/proxy.js +163 -0
- package/bundle/typescript/src/commands/proxy.js.map +1 -0
- package/bundle/typescript/src/commands/reconfig.d.ts +1 -0
- package/bundle/typescript/src/commands/reconfig.js +69 -0
- package/bundle/typescript/src/commands/reconfig.js.map +1 -0
- package/bundle/typescript/src/commands/register.d.ts +1 -0
- package/bundle/typescript/src/commands/register.js +101 -0
- package/bundle/typescript/src/commands/register.js.map +1 -0
- package/bundle/typescript/src/commands/run/_index.d.ts +2 -0
- package/bundle/typescript/src/commands/run/_index.js +3 -0
- package/bundle/typescript/src/commands/run/_index.js.map +1 -0
- package/bundle/typescript/src/commands/run/docker.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/run/docker.sub.cmd.js +80 -0
- package/bundle/typescript/src/commands/run/docker.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/run/run.command.d.ts +3 -0
- package/bundle/typescript/src/commands/run/run.command.js +157 -0
- package/bundle/typescript/src/commands/run/run.command.js.map +1 -0
- package/bundle/typescript/src/commands/set/_index.d.ts +3 -0
- package/bundle/typescript/src/commands/set/_index.js +4 -0
- package/bundle/typescript/src/commands/set/_index.js.map +1 -0
- package/bundle/typescript/src/commands/set/global.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/set/global.sub.cmd.js +115 -0
- package/bundle/typescript/src/commands/set/global.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/set/local.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/set/local.sub.cmd.js +18 -0
- package/bundle/typescript/src/commands/set/local.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/set/set.command.d.ts +3 -0
- package/bundle/typescript/src/commands/set/set.command.js +16 -0
- package/bundle/typescript/src/commands/set/set.command.js.map +1 -0
- package/bundle/typescript/src/commands/ssh.d.ts +1 -0
- package/bundle/typescript/src/commands/ssh.js +40 -0
- package/bundle/typescript/src/commands/ssh.js.map +1 -0
- package/bundle/typescript/src/commands/ssl.d.ts +1 -0
- package/bundle/typescript/src/commands/ssl.js +106 -0
- package/bundle/typescript/src/commands/ssl.js.map +1 -0
- package/bundle/typescript/src/commands/testCmd/_index.d.ts +3 -0
- package/bundle/typescript/src/commands/testCmd/_index.js +4 -0
- package/bundle/typescript/src/commands/testCmd/_index.js.map +1 -0
- package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.js +131 -0
- package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.js +133 -0
- package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/testCmd/test.command.d.ts +3 -0
- package/bundle/typescript/src/commands/testCmd/test.command.js +15 -0
- package/bundle/typescript/src/commands/testCmd/test.command.js.map +1 -0
- package/bundle/typescript/src/commands/undo.d.ts +1 -0
- package/bundle/typescript/src/commands/undo.js +12 -0
- package/bundle/typescript/src/commands/undo.js.map +1 -0
- package/bundle/typescript/src/commands/uninstall.d.ts +1 -0
- package/bundle/typescript/src/commands/uninstall.js +76 -0
- package/bundle/typescript/src/commands/uninstall.js.map +1 -0
- package/bundle/typescript/src/commands/version/_index.d.ts +3 -0
- package/bundle/typescript/src/commands/version/_index.js +4 -0
- package/bundle/typescript/src/commands/version/_index.js.map +1 -0
- package/bundle/typescript/src/commands/version/list.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/version/list.sub.cmd.js +55 -0
- package/bundle/typescript/src/commands/version/list.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/version/use.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/version/use.sub.cmd.js +71 -0
- package/bundle/typescript/src/commands/version/use.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/version/version.d.ts +3 -0
- package/bundle/typescript/src/commands/version/version.js +57 -0
- package/bundle/typescript/src/commands/version/version.js.map +1 -0
- package/bundle/typescript/src/error.d.ts +12 -0
- package/bundle/typescript/src/error.js +13 -0
- package/bundle/typescript/src/error.js.map +1 -0
- package/bundle/typescript/src/exec.d.ts +2 -0
- package/bundle/typescript/src/exec.js +17 -0
- package/bundle/typescript/src/exec.js.map +1 -0
- package/bundle/typescript/src/generator.d.ts +48 -0
- package/bundle/typescript/src/generator.js +380 -0
- package/bundle/typescript/src/generator.js.map +1 -0
- package/bundle/typescript/src/generators/_index.d.ts +18 -0
- package/bundle/typescript/src/generators/_index.js +19 -0
- package/bundle/typescript/src/generators/_index.js.map +1 -0
- package/bundle/typescript/src/generators/api.d.ts +1 -0
- package/bundle/typescript/src/generators/api.js +197 -0
- package/bundle/typescript/src/generators/api.js.map +1 -0
- package/bundle/typescript/src/generators/aws/_index.d.ts +2 -0
- package/bundle/typescript/src/generators/aws/_index.js +3 -0
- package/bundle/typescript/src/generators/aws/_index.js.map +1 -0
- package/bundle/typescript/src/generators/aws/aws.d.ts +3 -0
- package/bundle/typescript/src/generators/aws/aws.js +16 -0
- package/bundle/typescript/src/generators/aws/aws.js.map +1 -0
- package/bundle/typescript/src/generators/aws/cloudformation/_index.d.ts +2 -0
- package/bundle/typescript/src/generators/aws/cloudformation/_index.js +3 -0
- package/bundle/typescript/src/generators/aws/cloudformation/_index.js.map +1 -0
- package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.d.ts +3 -0
- package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.js +21 -0
- package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.js.map +1 -0
- package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.d.ts +3 -0
- package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +66 -0
- package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js.map +1 -0
- package/bundle/typescript/src/generators/collection.d.ts +1 -0
- package/bundle/typescript/src/generators/collection.js +71 -0
- package/bundle/typescript/src/generators/collection.js.map +1 -0
- package/bundle/typescript/src/generators/component.d.ts +1 -0
- package/bundle/typescript/src/generators/component.js +96 -0
- package/bundle/typescript/src/generators/component.js.map +1 -0
- package/bundle/typescript/src/generators/config.d.ts +1 -0
- package/bundle/typescript/src/generators/config.js +71 -0
- package/bundle/typescript/src/generators/config.js.map +1 -0
- package/bundle/typescript/src/generators/dbc.d.ts +1 -0
- package/bundle/typescript/src/generators/dbc.js +82 -0
- package/bundle/typescript/src/generators/dbc.js.map +1 -0
- package/bundle/typescript/src/generators/dockerfile.d.ts +1 -0
- package/bundle/typescript/src/generators/dockerfile.js +42 -0
- package/bundle/typescript/src/generators/dockerfile.js.map +1 -0
- package/bundle/typescript/src/generators/hook.d.ts +1 -0
- package/bundle/typescript/src/generators/hook.js +110 -0
- package/bundle/typescript/src/generators/hook.js.map +1 -0
- package/bundle/typescript/src/generators/kits/_index.d.ts +4 -0
- package/bundle/typescript/src/generators/kits/_index.js +5 -0
- package/bundle/typescript/src/generators/kits/_index.js.map +1 -0
- package/bundle/typescript/src/generators/kits/auth/_index.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/auth/_index.js +4 -0
- package/bundle/typescript/src/generators/kits/auth/_index.js.map +1 -0
- package/bundle/typescript/src/generators/kits/auth/auth.generator.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/auth/auth.generator.js +21 -0
- package/bundle/typescript/src/generators/kits/auth/auth.generator.js.map +1 -0
- package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.d.ts +1 -0
- package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.js +209 -0
- package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.js.map +1 -0
- package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.d.ts +1 -0
- package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.js +134 -0
- package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.js.map +1 -0
- package/bundle/typescript/src/generators/kits/esri/_index.d.ts +2 -0
- package/bundle/typescript/src/generators/kits/esri/_index.js +3 -0
- package/bundle/typescript/src/generators/kits/esri/_index.js.map +1 -0
- package/bundle/typescript/src/generators/kits/esri/esri.generator.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/esri/esri.generator.js +31 -0
- package/bundle/typescript/src/generators/kits/esri/esri.generator.js.map +1 -0
- package/bundle/typescript/src/generators/kits/esri/map.esri.gen.d.ts +1 -0
- package/bundle/typescript/src/generators/kits/esri/map.esri.gen.js +85 -0
- package/bundle/typescript/src/generators/kits/esri/map.esri.gen.js.map +1 -0
- package/bundle/typescript/src/generators/kits/kit.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/kit.js +17 -0
- package/bundle/typescript/src/generators/kits/kit.js.map +1 -0
- package/bundle/typescript/src/generators/kits/mui/_index.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/mui/_index.js +4 -0
- package/bundle/typescript/src/generators/kits/mui/_index.js.map +1 -0
- package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.d.ts +2 -0
- package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.js +209 -0
- package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.js.map +1 -0
- package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.d.ts +1 -0
- package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.js +190 -0
- package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.js.map +1 -0
- package/bundle/typescript/src/generators/kits/mui/mui.generator.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/mui/mui.generator.js +70 -0
- package/bundle/typescript/src/generators/kits/mui/mui.generator.js.map +1 -0
- package/bundle/typescript/src/generators/layout.d.ts +1 -0
- package/bundle/typescript/src/generators/layout.js +110 -0
- package/bundle/typescript/src/generators/layout.js.map +1 -0
- package/bundle/typescript/src/generators/maka.gen.d.ts +5 -0
- package/bundle/typescript/src/generators/maka.gen.js +26 -0
- package/bundle/typescript/src/generators/maka.gen.js.map +1 -0
- package/bundle/typescript/src/generators/methods.d.ts +1 -0
- package/bundle/typescript/src/generators/methods.js +62 -0
- package/bundle/typescript/src/generators/methods.js.map +1 -0
- package/bundle/typescript/src/generators/package.d.ts +1 -0
- package/bundle/typescript/src/generators/package.js +66 -0
- package/bundle/typescript/src/generators/package.js.map +1 -0
- package/bundle/typescript/src/generators/page.d.ts +1 -0
- package/bundle/typescript/src/generators/page.js +190 -0
- package/bundle/typescript/src/generators/page.js.map +1 -0
- package/bundle/typescript/src/generators/publish.d.ts +1 -0
- package/bundle/typescript/src/generators/publish.js +75 -0
- package/bundle/typescript/src/generators/publish.js.map +1 -0
- package/bundle/typescript/src/generators/route.d.ts +1 -0
- package/bundle/typescript/src/generators/route.js +66 -0
- package/bundle/typescript/src/generators/route.js.map +1 -0
- package/bundle/typescript/src/generators/services/_index.d.ts +4 -0
- package/bundle/typescript/src/generators/services/_index.js +5 -0
- package/bundle/typescript/src/generators/services/_index.js.map +1 -0
- package/bundle/typescript/src/generators/services/logger.d.ts +1 -0
- package/bundle/typescript/src/generators/services/logger.js +50 -0
- package/bundle/typescript/src/generators/services/logger.js.map +1 -0
- package/bundle/typescript/src/generators/services/openssl.d.ts +1 -0
- package/bundle/typescript/src/generators/services/openssl.js +38 -0
- package/bundle/typescript/src/generators/services/openssl.js.map +1 -0
- package/bundle/typescript/src/generators/services/service.d.ts +3 -0
- package/bundle/typescript/src/generators/services/service.js +16 -0
- package/bundle/typescript/src/generators/services/service.js.map +1 -0
- package/bundle/typescript/src/generators/services/translation.d.ts +1 -0
- package/bundle/typescript/src/generators/services/translation.js +149 -0
- package/bundle/typescript/src/generators/services/translation.js.map +1 -0
- package/bundle/typescript/src/maka.d.ts +2 -0
- package/bundle/typescript/src/maka.js +26 -0
- package/bundle/typescript/src/maka.js.map +1 -0
- package/bundle/typescript/src/templates/meteor/project/README.md +33 -0
- package/bundle/typescript/src/templates/meteor/project/package.json +26 -0
- package/bundle/typescript/src/tool.d.ts +74 -0
- package/bundle/typescript/src/tool.js +217 -0
- package/bundle/typescript/src/tool.js.map +1 -0
- package/bundle/typescript/src/tools/actions/actions.class.d.ts +25 -0
- package/bundle/typescript/src/tools/actions/actions.class.js +20 -0
- package/bundle/typescript/src/tools/actions/actions.class.js.map +1 -0
- package/bundle/typescript/src/tools/aws/aws.class.d.ts +51 -0
- package/bundle/typescript/src/tools/aws/aws.class.js +802 -0
- package/bundle/typescript/src/tools/aws/aws.class.js.map +1 -0
- package/bundle/typescript/src/tools/aws/aws.interfaces.d.ts +364 -0
- package/bundle/typescript/src/tools/aws/aws.interfaces.js +255 -0
- package/bundle/typescript/src/tools/aws/aws.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/cfg/cfg.class.d.ts +42 -0
- package/bundle/typescript/src/tools/cfg/cfg.class.js +402 -0
- package/bundle/typescript/src/tools/cfg/cfg.class.js.map +1 -0
- package/bundle/typescript/src/tools/docker/docker.class.d.ts +10 -0
- package/bundle/typescript/src/tools/docker/docker.class.js +46 -0
- package/bundle/typescript/src/tools/docker/docker.class.js.map +1 -0
- package/bundle/typescript/src/tools/docker/docker.interfaces.d.ts +18 -0
- package/bundle/typescript/src/tools/docker/docker.interfaces.js +2 -0
- package/bundle/typescript/src/tools/docker/docker.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/fsi/fsi.class.d.ts +114 -0
- package/bundle/typescript/src/tools/fsi/fsi.class.js +621 -0
- package/bundle/typescript/src/tools/fsi/fsi.class.js.map +1 -0
- package/bundle/typescript/src/tools/fsi/fsi.interfaces.d.ts +187 -0
- package/bundle/typescript/src/tools/fsi/fsi.interfaces.js +62 -0
- package/bundle/typescript/src/tools/fsi/fsi.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/https/https.class.d.ts +10 -0
- package/bundle/typescript/src/tools/https/https.class.js +247 -0
- package/bundle/typescript/src/tools/https/https.class.js.map +1 -0
- package/bundle/typescript/src/tools/https/https.interface.d.ts +39 -0
- package/bundle/typescript/src/tools/https/https.interface.js +2 -0
- package/bundle/typescript/src/tools/https/https.interface.js.map +1 -0
- package/bundle/typescript/src/tools/log/log.class.d.ts +33 -0
- package/bundle/typescript/src/tools/log/log.class.js +206 -0
- package/bundle/typescript/src/tools/log/log.class.js.map +1 -0
- package/bundle/typescript/src/tools/log/log.interfaces.d.ts +7 -0
- package/bundle/typescript/src/tools/log/log.interfaces.js +2 -0
- package/bundle/typescript/src/tools/log/log.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/mpi/mpi.class.d.ts +23 -0
- package/bundle/typescript/src/tools/mpi/mpi.class.js +351 -0
- package/bundle/typescript/src/tools/mpi/mpi.class.js.map +1 -0
- package/bundle/typescript/src/tools/options/options.class.d.ts +11 -0
- package/bundle/typescript/src/tools/options/options.class.js +64 -0
- package/bundle/typescript/src/tools/options/options.class.js.map +1 -0
- package/bundle/typescript/src/tools/pkg/pkg.class.d.ts +31 -0
- package/bundle/typescript/src/tools/pkg/pkg.class.js +314 -0
- package/bundle/typescript/src/tools/pkg/pkg.class.js.map +1 -0
- package/bundle/typescript/src/tools/progress/progress.class.d.ts +12 -0
- package/bundle/typescript/src/tools/progress/progress.class.js +42 -0
- package/bundle/typescript/src/tools/progress/progress.class.js.map +1 -0
- package/bundle/typescript/src/tools/scaffold/scaffold.class.d.ts +197 -0
- package/bundle/typescript/src/tools/scaffold/scaffold.class.js +862 -0
- package/bundle/typescript/src/tools/scaffold/scaffold.class.js.map +1 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.class.d.ts +4 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.class.js +42 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.class.js.map +1 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.d.ts +6 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.js +2 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/ssh/ssh.class.d.ts +11 -0
- package/bundle/typescript/src/tools/ssh/ssh.class.js +120 -0
- package/bundle/typescript/src/tools/ssh/ssh.class.js.map +1 -0
- package/bundle/typescript/src/tools/ssh/ssh.interfaces.d.ts +21 -0
- package/bundle/typescript/src/tools/ssh/ssh.interfaces.js +2 -0
- package/bundle/typescript/src/tools/ssh/ssh.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/ssl/ssl.class.d.ts +17 -0
- package/bundle/typescript/src/tools/ssl/ssl.class.js +54 -0
- package/bundle/typescript/src/tools/ssl/ssl.class.js.map +1 -0
- package/bundle/typescript/src/tools/ssl/ssl.interfaces.js +1 -0
- package/bundle/typescript/src/tools/ssl/ssl.interfaces.js.map +1 -0
- package/package.json +7 -9
- package/bundle/obf/package.json +0 -114
- package/bundle/obf/src/command.js +0 -1
- package/bundle/obf/src/commands/_index.js +0 -1
- package/bundle/obf/src/commands/ai.js +0 -1
- package/bundle/obf/src/commands/aws/_index.js +0 -1
- package/bundle/obf/src/commands/aws/aws.command.js +0 -1
- package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/chz.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/decr.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/build/_index.js +0 -1
- package/bundle/obf/src/commands/build/build.js +0 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/create.js +0 -1
- package/bundle/obf/src/commands/debug.js +0 -1
- package/bundle/obf/src/commands/deploy/_index.js +0 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +0 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/game/_index.js +0 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/game/play.command.js +0 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/command.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/generate.js +0 -1
- package/bundle/obf/src/commands/get/_index.js +0 -1
- package/bundle/obf/src/commands/get/get.command.js +0 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/help.js +0 -1
- package/bundle/obf/src/commands/install.js +0 -1
- package/bundle/obf/src/commands/jsdoc.js +0 -1
- package/bundle/obf/src/commands/lint.js +0 -1
- package/bundle/obf/src/commands/login.js +0 -1
- package/bundle/obf/src/commands/logout.js +0 -1
- package/bundle/obf/src/commands/logs.js +0 -1
- package/bundle/obf/src/commands/maka.cmd.js +0 -1
- package/bundle/obf/src/commands/murder.js +0 -1
- package/bundle/obf/src/commands/profile.js +0 -1
- package/bundle/obf/src/commands/proxy.js +0 -1
- package/bundle/obf/src/commands/reconfig.js +0 -1
- package/bundle/obf/src/commands/register.js +0 -1
- package/bundle/obf/src/commands/run/_index.js +0 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/run/run.command.js +0 -1
- package/bundle/obf/src/commands/set/_index.js +0 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/set/set.command.js +0 -1
- package/bundle/obf/src/commands/ssh.js +0 -1
- package/bundle/obf/src/commands/ssl.js +0 -1
- package/bundle/obf/src/commands/testCmd/_index.js +0 -1
- package/bundle/obf/src/commands/testCmd/jest.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/testCmd/mocha.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/testCmd/test.command.js +0 -1
- package/bundle/obf/src/commands/undo.js +0 -1
- package/bundle/obf/src/commands/uninstall.js +0 -1
- package/bundle/obf/src/commands/version/_index.js +0 -1
- package/bundle/obf/src/commands/version/list.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/version/use.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/version/version.js +0 -1
- package/bundle/obf/src/error.js +0 -1
- package/bundle/obf/src/exec.js +0 -2
- package/bundle/obf/src/generator.js +0 -1
- package/bundle/obf/src/generators/_index.js +0 -1
- package/bundle/obf/src/generators/api.js +0 -1
- package/bundle/obf/src/generators/aws/_index.js +0 -1
- package/bundle/obf/src/generators/aws/aws.js +0 -1
- package/bundle/obf/src/generators/aws/cloudformation/_index.js +0 -1
- package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +0 -1
- package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +0 -1
- package/bundle/obf/src/generators/collection.js +0 -1
- package/bundle/obf/src/generators/component.js +0 -1
- package/bundle/obf/src/generators/config.js +0 -1
- package/bundle/obf/src/generators/dbc.js +0 -1
- package/bundle/obf/src/generators/dockerfile.js +0 -1
- package/bundle/obf/src/generators/hook.js +0 -1
- package/bundle/obf/src/generators/kits/_index.js +0 -1
- package/bundle/obf/src/generators/kits/auth/_index.js +0 -1
- package/bundle/obf/src/generators/kits/auth/auth.generator.js +0 -1
- package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +0 -1
- package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +0 -1
- package/bundle/obf/src/generators/kits/esri/_index.js +0 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +0 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +0 -1
- package/bundle/obf/src/generators/kits/kit.js +0 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +0 -1
- package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +0 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +0 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.js +0 -1
- package/bundle/obf/src/generators/layout.js +0 -1
- package/bundle/obf/src/generators/maka.gen.js +0 -1
- package/bundle/obf/src/generators/methods.js +0 -1
- package/bundle/obf/src/generators/package.js +0 -1
- package/bundle/obf/src/generators/page.js +0 -1
- package/bundle/obf/src/generators/publish.js +0 -1
- package/bundle/obf/src/generators/route.js +0 -1
- package/bundle/obf/src/generators/services/_index.js +0 -1
- package/bundle/obf/src/generators/services/logger.js +0 -1
- package/bundle/obf/src/generators/services/openssl.js +0 -1
- package/bundle/obf/src/generators/services/service.js +0 -1
- package/bundle/obf/src/generators/services/translation.js +0 -1
- package/bundle/obf/src/maka.js +0 -1
- package/bundle/obf/src/templates/meteor/project/README.md +0 -15
- package/bundle/obf/src/templates/meteor/project/package.json +0 -26
- package/bundle/obf/src/tool.js +0 -1
- package/bundle/obf/src/tools/actions/actions.class.js +0 -1
- package/bundle/obf/src/tools/aws/aws.class.js +0 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +0 -1
- package/bundle/obf/src/tools/cfg/cfg.class.js +0 -1
- package/bundle/obf/src/tools/docker/docker.class.js +0 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +0 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +0 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +0 -1
- package/bundle/obf/src/tools/https/https.class.js +0 -1
- package/bundle/obf/src/tools/https/https.interface.js +0 -1
- package/bundle/obf/src/tools/log/log.class.js +0 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +0 -1
- package/bundle/obf/src/tools/mpi/mpi.class.js +0 -1
- package/bundle/obf/src/tools/options/options.class.js +0 -1
- package/bundle/obf/src/tools/pkg/pkg.class.js +0 -1
- package/bundle/obf/src/tools/progress/progress.class.js +0 -1
- package/bundle/obf/src/tools/scaffold/scaffold.class.js +0 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +0 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +0 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +0 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +0 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +0 -1
- package/obfuscator.json +0 -29
- /package/bundle/{obf → typescript}/src/README.md +0 -0
- /package/bundle/{obf/src/commands/game/sideQuest/scenes/puzzles.js → typescript/src/commands/game/sideQuest/scenes/puzzles.d.ts} +0 -0
- /package/bundle/{obf → typescript}/src/templates/aws/cloudformation/create-ec2-instance.template +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/api.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/api.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/apollo-gateway.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/apollo-gateway.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/graphql-api.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/graphql-api.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/methods.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/methods.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/register-api.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/register-api.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/resolvers.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/resolvers.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/tests.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/tests.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/typeDefs.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/typeDefs.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/body.html +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/head.html +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/main.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/main.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/main.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/main.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/api/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/index.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/index.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/index.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/index.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/routes.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/routes.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/routes.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/routes.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/templates.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/templates.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/templates.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/templates.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/index.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/index.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/index.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/index.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/routes.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/routes.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/templates.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/templates.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/server/index.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/server/index.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/server/index.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/server/index.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/ui/test-helpers.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/ui/test-helpers.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/main.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/main.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/main.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/main.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/maka.d.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/meteor.d.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/packages/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/private/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/favicon.ico +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/maka-144x144.png +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/maka-192x192.png +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/maka-512x512.png +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/manifest.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/sw.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/sw.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/sw.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/sw.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/helmet-csp.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/helmet-csp.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/helmet-csp.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/helmet-csp.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/main.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/main.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/main.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/main.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/tsconfig.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/collection/collection.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/collection/collection.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/collection/tests.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/collection/tests.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/config/docker-compose.yaml +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/config/pm2.config.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/config/process.env +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/config/settings.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/config/ssh.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/config.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/config.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/conn.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/conn.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/register-dbc.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/register-dbc.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/method/method.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/method/method.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/client/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/client/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/client/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/client/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/lib/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/lib/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/lib/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/lib/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/server/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/server/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/server/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/server/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/client/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/client/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/client/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/client/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/server/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/server/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/server/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/server/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/project/.maka/config.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/project/.maka/history.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/project/build/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/project/build/README +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/project/gitignore +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/publish/publish.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/publish/publish.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/service/logger/logger.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/service/logger/logger.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/stylesheet/stylesheet.css +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/stylesheet/stylesheet.css.less +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template-tests.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template-tests.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template-tests.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template-tests.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.css +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.css.less +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.css.scss +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.html +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/component/component.css +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/component/component.css.less +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/component/component.css.scss +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/component/component.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/component/component.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/hook/hook.css +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/hook/hook.css.scss +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/hook/hook.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/hook/hook.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/auth/provider/authentication-provider.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/auth/provider/authentication-provider.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/auth/service/meteor-auth-service.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/auth/service/meteor-auth-service.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/esri/map/basic-map.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/esri/map/basic-map.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/forgot-password/basic-forgot-password-page.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/forgot-password/basic-forgot-password-page.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/login/basic-login-page.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/login/basic-login-page.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/logout/basic-logout-page.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/logout/basic-logout-page.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/password-reset/basic-password-reset-page.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/password-reset/basic-password-reset-page.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/register/basic-register-page.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/register/basic-register-page.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/footers/basic-sticky-footer.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/footers/basic-sticky-footer.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/route/route.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/route/route.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/route/route.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/route/route.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/test/test.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/test/test.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/test/test.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/test/test.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/docker/Dockerfile +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/eslint/babel.config.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/eslint/config.eslint.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/i18n.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/i18n.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/index.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/index.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/locales.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/locales.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/openssl/openssl.conf +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/test/jest/jest.config.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/test/jest/jest.setup.js +0 -0
- /package/bundle/{obf/src/tools/ssl/ssl.interfaces.js → typescript/src/tools/ssl/ssl.interfaces.d.ts} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a51i=a51d;function a51c(){const r=['4rWwNdb','listItems','Checked\x20for\x20item:\x20','435325bIyKEt','get','name','getInstance','\x20to\x20inventory.','Added\x20item:\x20','Listed\x20items\x20in\x20inventory:\x20','2545470Gnjqxu','items','search','6whbmot','Retrieved\x20details\x20for\x20item:\x20','toLowerCase','toString','delete','hasItem','Removed\x20item:\x20','531081EahhwG','.\x20Item\x20not\x20found.','341896UKbsRn','logger','values','join','1167145PJyzSJ','\x20from\x20inventory.','keys','Failed\x20to\x20retrieve\x20details\x20for\x20item:\x20','map','write','addItem','\x20in\x20','219402PPrFVe','86982sJyOeF','getItem','has','24anqIsZ','apply','(((.+)+)+)+$'];a51c=function(){return r;};return a51c();}(function(a,b){const f=a51d,c=a();while(!![]){try{const d=-parseInt(f(0x15d))/0x1+parseInt(f(0x140))/0x2*(parseInt(f(0x154))/0x3)+parseInt(f(0x147))/0x4*(parseInt(f(0x14a))/0x5)+parseInt(f(0x141))/0x6+-parseInt(f(0x138))/0x7+parseInt(f(0x144))/0x8*(parseInt(f(0x15b))/0x9)+parseInt(f(0x151))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a51c,0x3b8c3));const a51b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a51d;if(c){const e=c[g(0x145)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a51a=a51b(this,function(){const h=a51d;return a51a['toString']()[h(0x153)]('(((.+)+)+)+$')[h(0x157)]()['constructor'](a51a)[h(0x153)](h(0x146));});a51a();function a51d(a,b){const c=a51c();return a51d=function(d,e){d=d-0x137;let f=c[d];return f;},a51d(a,b);}import{capitalCase}from'change-case';import{Logger}from'../utilities/logger.js';import{AbstractInventory}from'../types/abstracts.js';export class Inventory extends AbstractInventory{[a51i(0x152)];[a51i(0x15e)];constructor(){const j=a51i;super(),this[j(0x152)]=new Map(),this[j(0x15e)]=Logger[j(0x14d)]();}[a51i(0x13e)](a){const k=a51i;this[k(0x152)]['set'](a['name'][k(0x156)](),a),this['logger'][k(0x13d)](k(0x14f)+a[k(0x14c)]+k(0x14e));}['removeItem'](a){const l=a51i,b=this[l(0x142)](a);if(b)return this['items'][l(0x158)](a[l(0x156)]()),this[l(0x15e)][l(0x13d)](l(0x15a)+a+l(0x139)),b;return this[l(0x15e)][l(0x13d)]('Failed\x20to\x20remove\x20item:\x20'+a+'.\x20Item\x20not\x20found.'),null;}[a51i(0x159)](a){const m=a51i,b=this['items'][m(0x143)](a[m(0x156)]()),c=[...this[m(0x152)][m(0x13a)]()];return this['logger'][m(0x13d)](m(0x149)+a+m(0x13f)+c[m(0x137)](',\x20')+'.\x20Exists:\x20'+b+'.'),b;}[a51i(0x142)](a){const n=a51i,b=this['items'][n(0x14b)](a[n(0x156)]())||null;return b?this[n(0x15e)]['write'](n(0x155)+a+'.'):this[n(0x15e)]['write'](n(0x13b)+a+n(0x15c)),b;}[a51i(0x148)](){const o=a51i,a=[...this[o(0x152)]['keys']()],b=a[o(0x13c)](c=>capitalCase(c));return this['logger']['write'](o(0x150)+b[o(0x137)](',\x20')+'.'),a;}['getWeight'](){const p=a51i;let a=0x0;for(const b of this[p(0x152)][p(0x15f)]()){a+=b['weight'];}return a;}['getAllItems'](){const q=a51i;return[...this[q(0x152)]['values']()];}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a52i=a52d;(function(a,b){var f=a52d,c=a();while(!![]){try{var d=-parseInt(f(0x1da))/0x1*(parseInt(f(0x1de))/0x2)+parseInt(f(0x1e0))/0x3*(-parseInt(f(0x1ed))/0x4)+parseInt(f(0x1d8))/0x5+-parseInt(f(0x1d5))/0x6*(parseInt(f(0x1e8))/0x7)+parseInt(f(0x1dc))/0x8+-parseInt(f(0x1d4))/0x9+parseInt(f(0x1e4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0xbe42e));function a52c(){var l=['search','1ZdvDbq','category','8915672VgDNpN','size','3071234ysLbcW','constructor','3592293badyip','uuid','description','color','26923590GwhTgM','name','rating','toString','4082267VYnzQZ','(((.+)+)+)+$','use','.\x20Nothing\x20special\x20happens.','apply','4YprAUo','texture','6291432ZqgNUj','6FKfGPD','weight','shape','4938845dFLcxg'];a52c=function(){return l;};return a52c();}var a52b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a52d;if(c){var e=c[g(0x1ec)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a52a=a52b(this,function(){var h=a52d;return a52a[h(0x1e7)]()[h(0x1d9)](h(0x1e9))[h(0x1e7)]()[h(0x1df)](a52a)[h(0x1d9)](h(0x1e9));});a52a();import{v4 as a52e}from'uuid';function a52d(a,b){var c=a52c();return a52d=function(d,e){d=d-0x1d3;var f=c[d];return f;},a52d(a,b);}import{AbstractItem}from'../types/abstracts.js';export class Item extends AbstractItem{[a52i(0x1e1)];[a52i(0x1e5)];['description'];[a52i(0x1dd)];[a52i(0x1db)];['shape'];[a52i(0x1e3)];[a52i(0x1d3)];[a52i(0x1e6)];[a52i(0x1d6)];constructor(a){var j=a52i;super(),this[j(0x1e5)]=a[j(0x1e5)],this[j(0x1e2)]=a[j(0x1e2)],this['size']=a[j(0x1dd)],this[j(0x1db)]=a['category'],this['shape']=a[j(0x1d7)],this[j(0x1e3)]=a[j(0x1e3)],this[j(0x1d3)]=a['texture'],this[j(0x1e6)]=a[j(0x1e6)],this[j(0x1d6)]=a[j(0x1d6)],this[j(0x1e1)]=a52e();}[a52i(0x1ea)](){var k=a52i;return'You\x20use\x20the\x20'+this[k(0x1e5)]+k(0x1eb);}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a53i=a53d;(function(a,b){const f=a53d,c=a();while(!![]){try{const d=parseInt(f(0xe6))/0x1+-parseInt(f(0xe0))/0x2+-parseInt(f(0xe2))/0x3+-parseInt(f(0xd5))/0x4+-parseInt(f(0xdf))/0x5*(-parseInt(f(0xe9))/0x6)+parseInt(f(0xeb))/0x7*(-parseInt(f(0xe7))/0x8)+-parseInt(f(0xec))/0x9*(-parseInt(f(0xe4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0x9cb10));const a53b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a53d;if(c){const e=c[g(0xe3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a53a=a53b(this,function(){const h=a53d;return a53a[h(0xda)]()[h(0xe5)](h(0xdb))[h(0xda)]()['constructor'](a53a)['search'](h(0xdb));});a53a();import{Player}from'./player.js';function a53c(){const n=['_dialogue','scene','moveTo','toString','(((.+)+)+)+$','floor','speak','random','10FmyScI','1742472VwvJxr','_name','705915RbBTim','apply','38150amQDzh','search','758775EIgtPt','16FcvXLP','autonomousMove','22284HCYRMa','rooms','2328263kRafwJ','4716wFQuQB','length','1406784bhkVBC','name'];a53c=function(){return n;};return a53c();}import{GoCommand}from'../commands/go.js';function a53d(a,b){const c=a53c();return a53d=function(d,e){d=d-0xd4;let f=c[d];return f;},a53d(a,b);}export class NPC extends Player{[a53i(0xe1)];['_dialogue'];[a53i(0xea)];[a53i(0xd8)];constructor(a,b,c,d){const j=a53i;super(d),this[j(0xe1)]=a,this[j(0xd7)]=b,this['rooms']=c;}get[a53i(0xd6)](){return this['_name'];}[a53i(0xdd)](){const k=a53i;return this['_dialogue'][Math[k(0xdc)](Math[k(0xde)]()*this[k(0xd7)][k(0xd4)])];}[a53i(0xe8)](a){const l=a53i,b=a[Math[l(0xdc)](Math[l(0xde)]()*a[l(0xd4)])];this[l(0xd9)](b[l(0xd6)]);}[a53i(0xd9)](a){const m=a53i,b={'actor':this,'rooms':this[m(0xea)],'scene':this[m(0xd8)]},c=new GoCommand(b);c['execute']([a]);}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a54i=a54d;(function(a,b){const f=a54d,c=a();while(!![]){try{const d=-parseInt(f(0x168))/0x1+-parseInt(f(0x17f))/0x2+parseInt(f(0x162))/0x3+parseInt(f(0x17b))/0x4+-parseInt(f(0x189))/0x5*(-parseInt(f(0x197))/0x6)+-parseInt(f(0x1ad))/0x7*(parseInt(f(0x1ab))/0x8)+parseInt(f(0x180))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x35532));const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a54d;if(c){const e=c[g(0x15f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const h=a54d;return a54a['toString']()[h(0x1ae)](h(0x18e))[h(0x191)]()[h(0x1a8)](a54a)[h(0x1ae)](h(0x18e));});function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0x154;let f=c[d];return f;},a54d(a,b);}a54a();import{camelCase}from'change-case';import{Category}from'../types/enums.js';import{Logger}from'../utilities/logger.js';import{Room}from'./room.js';import{Inventory}from'./inventory.js';import{AbstractPlayer}from'../types/abstracts.js';function a54c(){const C=['determineEquipmentSlot','body\x20armor','startLocation','\x20to\x20player\x27s\x20inventory.','getInstance','358804FVVfIs','inventoryItems','Hat','values','leftHand','LegArmor','leaveRoom','helmet','hat','Added\x20','\x20doesn\x27t\x20fit\x20any\x20known\x20equipment\x20slot.','log','Shield','toLowerCase','Weapon','Failed\x20to\x20add\x20item\x20to\x20inventory\x20due\x20to\x20weight\x20limits.','Gloves','category','addInventory','1295732QZNJhA','bind','Failed\x20to\x20remove\x20','logger','34694hkWhYk','704322FbFGzj','getWeight','equip','enterRoom','Nexus','ArmArmor','Max\x20carrying\x20weight\x20must\x20be\x20positive.','You\x20can\x27t\x20equip\x20','Helmet','15970uctuma','equipment','weight','unequip','\x20from\x20player\x27s\x20inventory.','(((.+)+)+)+$','inventory','leg\x20armor','toString','write','BodyArmor','addItem','bodyarmor','\x20is\x20now\x20listening\x20in\x20room\x20','168lgNeyC','playerName','You\x20are\x20already\x20wearing\x20something\x20on\x20your\x20','feet','hear','error','torso','name','Boots','You\x20equipped\x20','_maxCarryingWeight','You\x20don\x27t\x20have\x20','Removed\x20','includes','removeInventory','rightHand','Invalid\x20category\x20or\x20slot:\x20','constructor','hasItem','maxCarryingWeight','8mqMrsP','arm\x20armor','115325qdJXZT','search','_currentLocation','gloves','unequipBySlot','A\x20featureless\x20room','_equipment','currentWeight','_inventory','speak','The\x20item\x20is\x20too\x20heavy\x20to\x20add\x20to\x20your\x20inventory.','boots','legarmor','\x20in\x20your\x20inventory.','canEquip','removeItem','currentLocation','apply','head','_playerName','358263ErXsGt'];a54c=function(){return C;};return a54c();}export class Player extends AbstractPlayer{[a54i(0x161)];[a54i(0x1af)];[a54i(0x156)];[a54i(0x154)];[a54i(0x1a1)]=0x32;[a54i(0x17e)];constructor(a){const j=a54i;super(),this[j(0x161)]=a[j(0x198)],this[j(0x1af)]=a[j(0x165)]||new Room({'name':j(0x184),'description':j(0x1b2)}),this[j(0x156)]=new Inventory(),this[j(0x17e)]=Logger[j(0x167)]();if(a?.[j(0x169)])for(const b of a['inventoryItems']){this[j(0x156)][j(0x194)](b);}this[j(0x154)]=a?.['initialEquipment']||{'head':null,'torso':null,'legs':null,'feet':null,'arms':null,'gloves':null,'leftHand':null,'rightHand':null};}get[a54i(0x19e)](){const k=a54i;return this[k(0x161)];}get[a54i(0x15e)](){const l=a54i;return this[l(0x1af)];}set[a54i(0x15e)](a){const m=a54i;this['_currentLocation']!==a&&(this[m(0x16e)](),this['enterRoom'](a)),this['_currentLocation']=a;}get[a54i(0x18f)](){const n=a54i;return this[n(0x156)];}get['equipment'](){return this['_equipment'];}set[a54i(0x18a)](a){const o=a54i;this[o(0x154)]=a;}get[a54i(0x1aa)](){const p=a54i;return this[p(0x1a1)];}set['maxCarryingWeight'](a){const q=a54i;a>0x0?this[q(0x1a1)]=a:console[q(0x19c)](q(0x186));}get['currentWeight'](){const r=a54i;let a=this[r(0x156)][r(0x181)]();for(const b in this[r(0x154)]){const c=this[r(0x154)][b];c&&(a+=c[r(0x18b)]);}return a;}['addInventory'](a){const s=a54i;if(this[s(0x155)]+a[s(0x18b)]>this[s(0x1aa)]){this['logger'][s(0x192)](s(0x177));throw new Error(s(0x158));}this['_inventory']['addItem'](a),this[s(0x17e)][s(0x192)](s(0x171)+a[s(0x19e)]+s(0x166));}['removeInventory'](a){const t=a54i;if(this['_inventory'][t(0x15d)](a[t(0x19e)]))return this[t(0x17e)][t(0x192)](t(0x1a3)+a['name']+t(0x18d)),!![];return this[t(0x17e)][t(0x192)](t(0x17d)+a['name']+t(0x18d)),![];}[a54i(0x182)](a){const u=a54i;if(!this[u(0x156)][u(0x1a9)](a[u(0x19e)]))return u(0x1a2)+a['name']+u(0x15b);if(!this[u(0x15c)](a))return u(0x187)+a[u(0x19e)]+'.';const b=this[u(0x163)](a['category']);if(!b)return a['name']+u(0x172);if(this['equipment'][b])return u(0x199)+b+'.\x20You\x20must\x20unequip\x20it\x20first.';return this[u(0x18a)][b]=a,this[u(0x1a5)](a),u(0x1a0)+a[u(0x19e)]+'.';}[a54i(0x18c)](a){const v=a54i;let b=a;if(!this['equipment'][camelCase(b)]){b=this[v(0x163)](a);if(!b)return v(0x1a7)+a+'.';}return this[v(0x1b1)](b);}['determineEquipmentSlot'](a){const w=a54i;switch(a[w(0x175)]()){case Category[w(0x176)][w(0x175)]():return w(0x1a6);case Category[w(0x174)][w(0x175)]():return w(0x16c);case Category[w(0x178)]['toLowerCase']():return w(0x1b0);case Category[w(0x188)]['toLowerCase']():case Category[w(0x16a)]['toLowerCase']():return w(0x160);case Category[w(0x19f)]['toLowerCase']():return'feet';case Category[w(0x16d)][w(0x175)]():return'legs';case Category[w(0x185)][w(0x175)]():return'arms';case Category[w(0x193)][w(0x175)]():return'torso';case'weapon':return w(0x1a6);case'shield':return w(0x16c);case w(0x1b0):return'gloves';case w(0x16f):case w(0x170):return'head';case w(0x159):return w(0x19a);case w(0x190):case w(0x15a):return'legs';case w(0x1ac):case'armarmor':return'arms';case w(0x164):case w(0x195):case w(0x19d):return w(0x19d);default:return null;}}['canEquip'](a){const x=a54i;return Object[x(0x16b)](Category)[x(0x1a4)](a[x(0x179)]);}[a54i(0x1b1)](a){const y=a54i,b=this[y(0x18a)][a];if(!b)return'You\x20don\x27t\x20have\x20anything\x20equipped\x20in\x20the\x20'+a+'\x20slot.';return this[y(0x17a)](b),this[y(0x18a)][a]=null,'You\x20unequipped\x20'+b[y(0x19e)]+'.';}['hear'](a,b){const z=a54i;a!==this&&this['logger'][z(0x173)](a[z(0x19e)]+'\x20says:\x20\x22'+b+'\x22');}[a54i(0x183)](a){const A=a54i;this[A(0x1af)]=a,a['on'](A(0x157),this[A(0x19b)][A(0x17c)](this)),this[A(0x17e)][A(0x192)](this[A(0x19e)]+A(0x196)+a[A(0x19e)]);}['leaveRoom'](){const B=a54i;this[B(0x1af)]&&(this[B(0x1af)]['off'](B(0x157),this['hear'][B(0x17c)](this)),this[B(0x17e)]['write'](this['name']+'\x20is\x20no\x20longer\x20listeng\x20in\x20'+this[B(0x1af)]['name']));}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a55i=a55d;function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x177;var f=c[d];return f;},a55d(a,b);}(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x185))/0x1+parseInt(f(0x17a))/0x2*(parseInt(f(0x18b))/0x3)+parseInt(f(0x181))/0x4+-parseInt(f(0x186))/0x5*(parseInt(f(0x188))/0x6)+parseInt(f(0x18c))/0x7*(parseInt(f(0x196))/0x8)+-parseInt(f(0x17b))/0x9*(-parseInt(f(0x197))/0xa)+parseInt(f(0x177))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x66153));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x17f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x182)]()[h(0x193)]('(((.+)+)+)+$')[h(0x182)]()[h(0x179)](a55a)[h(0x193)](h(0x198));});a55a();import{Logger}from'../utilities/logger.js';import{AbstractPuzzle}from'../types/abstracts.js';export class Puzzle extends AbstractPuzzle{['logger']=Logger[a55i(0x17d)]();[a55i(0x17c)]=![];[a55i(0x18d)];[a55i(0x18f)];[a55i(0x195)];[a55i(0x17e)];[a55i(0x184)];['failureMessage'];constructor(a){var j=a55i;super(),this[j(0x18d)]=a[j(0x18d)],this['requiredPhrase']=a[j(0x18f)],this[j(0x195)]=a['riddle'],this['rewardItem']=a[j(0x17e)],this[j(0x184)]=a[j(0x184)]||j(0x187),this['failureMessage']=a[j(0x189)]||j(0x18a);}['hasRequiredItem'](a){var k=a55i;if(this['requiredItem'])return a[k(0x192)](this[k(0x18d)]);return![];}[a55i(0x199)](a){var l=a55i;return this[l(0x18f)]===a;}[a55i(0x194)](a,b){var m=a55i;if(this[m(0x17c)])return this[m(0x180)][m(0x191)](m(0x183)),{'success':![],'message':m(0x190)};return this['hasRequiredItem'](b)||this[m(0x199)](a)?(this[m(0x17c)]=!![],this[m(0x180)]['write'](m(0x178)),{'success':!![],'message':this[m(0x184)]}):(this[m(0x180)][m(0x191)](m(0x18e)),{'success':![],'message':this[m(0x189)]});}}function a55c(){var n=['768394dtkyBt','Puzzle:\x20Correct\x20solution\x20provided.','constructor','4nPussh','48483sXALwj','solved','getInstance','rewardItem','apply','logger','785780LeEksK','toString','Puzzle:\x20Attempted\x20to\x20solve\x20an\x20already\x20solved\x20puzzle.','successMessage','527893sKZtRX','115nHETCu','You\x20solved\x20the\x20puzzle!','104604QbMsad','failureMessage','You\x20don\x27t\x20have\x20the\x20necessary\x20item\x20or\x20the\x20correct\x20phrase\x20to\x20solve\x20the\x20puzzle.','845874VzEFZE','7saaaty','requiredItem','Puzzle:\x20Necessary\x20item\x20or\x20correct\x20phrase\x20not\x20provided.','requiredPhrase','You\x20have\x20already\x20solved\x20this\x20puzzle.','write','hasItem','search','solve','riddle','384976aMpDoD','870XlLslx','(((.+)+)+)+$','matchesRequiredPhrase'];a55c=function(){return n;};return a55c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a56i=a56d;(function(a,b){const f=a56d,c=a();while(!![]){try{const d=-parseInt(f(0x1ca))/0x1+parseInt(f(0x1f7))/0x2*(-parseInt(f(0x1d4))/0x3)+parseInt(f(0x1d3))/0x4+parseInt(f(0x1ef))/0x5*(parseInt(f(0x1cd))/0x6)+parseInt(f(0x1e2))/0x7*(parseInt(f(0x203))/0x8)+parseInt(f(0x1e0))/0x9+-parseInt(f(0x1f6))/0xa*(parseInt(f(0x1da))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xca079));const a56b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a56d;if(c){const e=c[g(0x1d1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a56a=a56b(this,function(){const h=a56d;return a56a[h(0x1f0)]()['search'](h(0x1f8))[h(0x1f0)]()[h(0x1fe)](a56a)['search'](h(0x1f8));});a56a();function a56c(){const u=['exits','hasItem','logger','removeItem','.\x20Success:\x20','getInstance','20410Aammve','toString','isStartRoom','roomType','WEST','roomA','\x20is\x20locked.\x20Result:\x20','10uybPvO','500476hskUnv','(((.+)+)+)+$','The\x20','DOWN','values','north','speak','constructor','say','isExitLocked','No\x20locked\x20exit\x20found\x20in\x20direction\x20','west','24Ewcdfe','setPuzzle','Puzzle\x20set\x20for\x20room\x20','getOppositeDirection','211437KoEwka','inventory','description','984IAtVgv','Invalid\x20direction:\x20','There\x27s\x20no\x20locked\x20exit\x20in\x20that\x20direction.','checkIfLocked','apply','south','5411052gayoUP','3CzxGpO','name','attemptUnlockExit','NORTH','get','\x20unlocked!','31205658GUgeeK','getExit','roomB','findExistingDoor','set','write','13496652qhCpYD','INSIDE','1409863UwcQTM','down','Item\x20added\x20to\x20room\x20','puzzle','Room\x20created:\x20','east','addItem'];a56c=function(){return u;};return a56c();}import{Logger}from'../utilities/logger.js';import{RoomType,Direction}from'../types/enums.js';import{Door}from'./door.js';import{Inventory}from'./inventory.js';import{AbstractRoom}from'../types/abstracts.js';function a56d(a,b){const c=a56c();return a56d=function(d,e){d=d-0x1c9;let f=c[d];return f;},a56d(a,b);}export class Room extends AbstractRoom{[a56i(0x1eb)]=Logger[a56i(0x1ee)]();[a56i(0x1d5)];['description'];[a56i(0x1e9)]=new Map();[a56i(0x1f2)];[a56i(0x1f1)];[a56i(0x1cb)]=new Inventory();constructor(a){const j=a56i;super(),this[j(0x1d5)]=a[j(0x1d5)],this[j(0x1cc)]=a[j(0x1cc)],this[j(0x1f2)]=a[j(0x1f2)]||RoomType[j(0x1e1)],a[j(0x1e9)]&&(this['exits']=a[j(0x1e9)]||new Map()),a[j(0x1cb)]&&(this[j(0x1cb)]=a['inventory']),a[j(0x1e5)]&&(this['puzzle']=a['puzzle']),this[j(0x1f1)]=a[j(0x1f1)]||![],this[j(0x1eb)][j(0x1df)](j(0x1e6)+this[j(0x1d5)]);}[a56i(0x1ff)](a,b){const k=a56i;this['emit'](k(0x1fd),a,b);}['addExit'](a,b,c){const l=a56i;let d=this[l(0x1dd)](b);!d&&(d=new Door({'roomA':this,'roomB':b,'isLocked':Boolean(c),'unlockItemOrSolution':c})),this[l(0x1e9)]['set'](a,d),b[l(0x1e9)][l(0x1de)](this[l(0x1c9)](a),d);}[a56i(0x1d6)](a,b){const m=a56i,c=this['exits'][m(0x1d8)](a);if(c instanceof Door){const d=c['attemptUnlock'](b);return this[m(0x1eb)][m(0x1df)]('Attempted\x20to\x20unlock\x20exit\x20in\x20direction\x20'+a+m(0x1ed)+d),d?'The\x20'+c[m(0x1d5)]+m(0x1d9):m(0x1f9)+c[m(0x1d5)]+'\x20remains\x20locked.';}return this[m(0x1eb)][m(0x1df)](m(0x201)+a),m(0x1cf);}[a56i(0x1db)](a){const n=a56i;return this[n(0x1eb)]['write']('Fetching\x20exit\x20in\x20direction:\x20'+a),this[n(0x1e9)][n(0x1d8)](a);}[a56i(0x200)](a){const o=a56i,b=this['exits'][o(0x1d8)](a),c=b instanceof Door&&b[o(0x1d0)]();return this['logger'][o(0x1df)]('Checking\x20if\x20exit\x20in\x20direction\x20'+a+o(0x1f5)+c),c;}[a56i(0x1e8)](a){const p=a56i;this[p(0x1cb)][p(0x1e8)](a),this[p(0x1eb)]['write'](p(0x1e4)+this[p(0x1d5)]+':\x20'+a[p(0x1d5)]);}[a56i(0x1ec)](a){const q=a56i;this[q(0x1cb)][q(0x1ea)](a['name'])?(this[q(0x1cb)]['removeItem'](a[q(0x1d5)]),this[q(0x1eb)][q(0x1df)]('Item\x20removed\x20from\x20room\x20'+this['name']+':\x20'+a[q(0x1d5)])):this[q(0x1eb)][q(0x1df)]('Attempted\x20to\x20remove\x20item\x20that\x27s\x20not\x20in\x20room\x20'+this[q(0x1d5)]+':\x20'+a[q(0x1d5)]);}[a56i(0x204)](a){const r=a56i;this[r(0x1e5)]=a,this[r(0x1eb)][r(0x1df)](r(0x205)+this[r(0x1d5)]+':\x20'+a['riddle']);}[a56i(0x1c9)](a){const s=a56i;switch(a){case s(0x1fc):return Direction['SOUTH'];case s(0x1d2):return Direction[s(0x1d7)];case s(0x1e7):return Direction[s(0x1f3)];case s(0x202):return Direction['EAST'];case'up':return Direction[s(0x1fa)];case s(0x1e3):return Direction['UP'];default:throw new Error(s(0x1ce)+a);}}['findExistingDoor'](a){const t=a56i;for(const b of this['exits'][t(0x1fb)]()){if(b instanceof Door){if(b[t(0x1f4)]===this&&b[t(0x1dc)]===a||b[t(0x1dc)]===this&&b[t(0x1f4)]===a)return b;}}return undefined;}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a57c(){const E=['determineStartRoom','\x20not\x20found\x20in\x20scene.','\x22\x20does\x20not\x20exist.','createRoom','direction','\x20found\x20in\x20the\x20scene.','getCharacterLocation','createExitsFromConfig','getActor','name','.\x20Room\x20','characterLocations','1822288oZjxaM','No\x20actor\x20with\x20name\x20','getPlayer','Attempted\x20to\x20remove\x20a\x20non-existent\x20room\x20from\x20scene:\x20','26599936gnEwWj','set','Room\x20\x22','Added\x20puzzle\x20to\x20room\x20','(((.+)+)+)+$','addRoom','\x20already\x20exists\x20in\x20the\x20scene.','setCharacterLocation','Scene\x20initialized\x20with\x20rooms:\x20','push','keys','1441313YjqenA','allActors','keyRequired','values','rooms','get','roomConfiguration','exits','2812110RcQmZL','getRooms','roomFactory','targetRoom','removeRoom','addExit','currentLocation','getInstance','6KDzRrM','81476JUAhKQ','join','constructor','setPuzzle','actors','Failed\x20to\x20set\x20','toString','addPuzzleToRoom','3905062Wcvhpv','addActor','search','Added\x20room\x20to\x20scene:\x20','toUpperCase','isStartRoom','has','initialize','Removed\x20room\x20from\x20scene:\x20','No\x20starting\x20room\x20designated.\x20Defaulting\x20to\x20the\x20first\x20room.','generateRoomsFromConfig','player','removeActor','addItemToRoom','\x20to\x20room\x20','Added\x20item\x20','length','Failed\x20to\x20add\x20item\x20','\x27s\x20location.\x20Room\x20','addItem','1077955Nfrfhg','logger','write','Failed\x20to\x20add\x20puzzle.\x20Room\x20','apply','Room\x20Factory\x20was\x20not\x20correctly\x20initialized'];a57c=function(){return E;};return a57c();}const a57l=a57d;(function(a,b){const i=a57d,c=a();while(!![]){try{const d=-parseInt(i(0x1df))/0x1+-parseInt(i(0x1d0))/0x2+-parseInt(i(0x1e7))/0x3+-parseInt(i(0x1f0))/0x4+-parseInt(i(0x1be))/0x5*(-parseInt(i(0x1ef))/0x6)+parseInt(i(0x1f8))/0x7+parseInt(i(0x1d4))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xc071d));const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a57d;if(c){const e=c[j(0x1c2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const k=a57d;return a57a[k(0x1f6)]()[k(0x1ac)](k(0x1d8))[k(0x1f6)]()[k(0x1f2)](a57a)['search'](k(0x1d8));});a57a();import{Logger}from'../utilities/logger.js';import{Direction}from'../types/enums.js';import{AbstractScene}from'../types/abstracts.js';import{RoomFactory}from'../factories/roomsF.js';function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x1ac;let f=c[d];return f;},a57d(a,b);}export class Scene extends AbstractScene{[a57l(0x1e3)];[a57l(0x1b5)];[a57l(0x1bf)];[a57l(0x1f4)];[a57l(0x1cf)]=new Map();[a57l(0x1e9)];constructor(a){const m=a57l;super(),this['roomFactory']=new RoomFactory(),this[m(0x1b5)]=a['player'],this[m(0x1e3)]=this[m(0x1b4)](a['roomConfiguration']),this[m(0x1bf)]=Logger[m(0x1ee)](),this[m(0x1f4)]=new Map(),this['createExitsFromConfig'](a[m(0x1e5)]),this[m(0x1bf)][m(0x1c0)](m(0x1dc)+Object[m(0x1de)](this['rooms'])[m(0x1f1)](',\x20'));}[a57l(0x1b1)](){const n=a57l;this['player'][n(0x1ed)]=this[n(0x1c4)]();}[a57l(0x1b4)](a){const o=a57l;if(!this['roomFactory'])throw new Error(o(0x1c3));const b={};for(const c of a){const d=this[o(0x1e9)][o(0x1c7)](c);b[c[o(0x1cd)]]=d;}return b;}[a57l(0x1cb)](a){const p=a57l;for(const b of a){const c=this[p(0x1e3)][b['name']];if(b[p(0x1e6)])for(const d of b['exits']){const e=d[p(0x1c8)][p(0x1ae)](),f=d[p(0x1ea)],g=d[p(0x1e1)],h=this[p(0x1e3)][f];h&&c[p(0x1ec)](Direction[e],h,g);}}}[a57l(0x1f9)](a){const q=a57l;if(this[q(0x1f4)][q(0x1b0)](a[q(0x1cd)]))throw new Error('Actor\x20with\x20name\x20'+a['name']+q(0x1da));this['actors'][q(0x1d5)](a[q(0x1cd)],a);}[a57l(0x1b6)](a){const r=a57l;if(!this['actors'][r(0x1b0)](a))throw new Error(r(0x1d1)+a+r(0x1c9));this[r(0x1f4)]['delete'](a);}[a57l(0x1cc)](a){const s=a57l;return this[s(0x1f4)][s(0x1e4)](a);}get[a57l(0x1e0)](){const t=a57l;return Array['from'](this[t(0x1f4)][t(0x1e2)]());}[a57l(0x1d9)](a){const u=a57l;this[u(0x1e3)][a['name']]=a,this['logger'][u(0x1c0)](u(0x1ad)+a['name']);}[a57l(0x1eb)](a){const v=a57l;return this['rooms'][a]?(delete this['rooms'][a],this['logger'][v(0x1c0)](v(0x1b2)+a),!![]):(this['logger'][v(0x1c0)](v(0x1d3)+a),![]);}[a57l(0x1b7)](a,b){const w=a57l,c=this[w(0x1e3)][b];c?(c[w(0x1bd)](a),this[w(0x1bf)][w(0x1c0)](w(0x1b9)+a[w(0x1cd)]+w(0x1b8)+c['name'])):this['logger'][w(0x1c0)](w(0x1bb)+a[w(0x1cd)]+w(0x1ce)+b+w(0x1c5));}[a57l(0x1f7)](a,b){const x=a57l,c=this[x(0x1e3)][b];c?(c[x(0x1f3)](a),this['logger'][x(0x1c0)](x(0x1d7)+c[x(0x1cd)])):this[x(0x1bf)][x(0x1c0)](x(0x1c1)+b+x(0x1c5));}[a57l(0x1db)](a,b){const y=a57l,c=this[y(0x1e3)][b];c?(this[y(0x1cf)][y(0x1d5)](a[y(0x1cd)],c),this[y(0x1bf)][y(0x1c0)](a[y(0x1cd)]+'\x20is\x20now\x20in\x20room\x20'+c[y(0x1cd)])):this['logger']['write'](y(0x1f5)+a[y(0x1cd)]+y(0x1bc)+b+y(0x1c5));}[a57l(0x1ca)](a){const z=a57l;return this['characterLocations']['get'](a[z(0x1cd)]);}[a57l(0x1c4)](){const A=a57l,a=[];for(const c in this[A(0x1e3)]){if(this[A(0x1e3)]['hasOwnProperty'](c)){const d=this[A(0x1e3)][c];d[A(0x1af)]&&a[A(0x1dd)](d);}}if(a[A(0x1ba)]>0x1)throw new Error('Multiple\x20starting\x20rooms\x20have\x20been\x20defined.\x20Please\x20ensure\x20there\x27s\x20only\x20one\x20starting\x20room.');if(a[A(0x1ba)]===0x1)return a[0x0];const b=Object[A(0x1de)](this['rooms']);if(b[A(0x1ba)]===0x0)throw new Error('No\x20rooms\x20have\x20been\x20defined\x20in\x20the\x20game.');return console['warn'](A(0x1b3)),this[A(0x1e3)][b[0x0]];}[a57l(0x1d2)](){const B=a57l;return this[B(0x1b5)];}[a57l(0x1e8)](){const C=a57l;return this[C(0x1e3)];}['connectRooms'](a,b,c,d){const D=a57l,e=this[D(0x1e3)][a],f=this['rooms'][c];if(!e)throw new Error(D(0x1d6)+a+D(0x1c6));if(!f)throw new Error(D(0x1d6)+c+D(0x1c6));e[D(0x1ec)](b,f,d);}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x158))/0x1*(parseInt(f(0x140))/0x2)+parseInt(f(0x154))/0x3*(parseInt(f(0x146))/0x4)+parseInt(f(0x13c))/0x5*(-parseInt(f(0x136))/0x6)+-parseInt(f(0x15a))/0x7*(parseInt(f(0x13b))/0x8)+parseInt(f(0x164))/0x9*(-parseInt(f(0x159))/0xa)+parseInt(f(0x144))/0xb*(-parseInt(f(0x14e))/0xc)+-parseInt(f(0x165))/0xd*(-parseInt(f(0x157))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xb141d));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x166)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x14c)]()['search'](h(0x163))[h(0x14c)]()[h(0x153)](a58a)[h(0x145)](h(0x163));});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x135;var f=c[d];return f;},a58d(a,b);}a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[i(0x13f)],'shape':Shape['Rectangle'],'color':Color[i(0x14b)],'texture':Texture[i(0x139)],'rating':Rating[i(0x13d)],'weight':0x1});}[a58j(0x14f)](){var k=a58j;return this[k(0x15c)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x151)],'category':Category[l(0x155)],'shape':Shape[l(0x152)],'color':Color[l(0x141)],'texture':Texture[l(0x156)],'rating':Rating[l(0x13d)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x160)],'category':Category[m(0x155)],'shape':Shape['Rifle'],'color':Color[m(0x150)],'texture':Texture[m(0x156)],'rating':Rating[m(0x142)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x151)],'category':Category['Helmet'],'shape':Shape[n(0x15e)],'color':Color[n(0x141)],'texture':Texture['Metallic'],'rating':Rating[n(0x13d)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x160)],'category':Category['BodyArmor'],'shape':Shape[o(0x16c)],'color':Color[o(0x141)],'texture':Texture[o(0x156)],'rating':Rating[o(0x13d)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x151)],'category':Category['LegArmor'],'shape':Shape['Rectangle'],'color':Color[p(0x141)],'texture':Texture[p(0x156)],'rating':Rating['Common'],'weight':0x6});}}function a58c(){var D=['Metallic','42GlWbpx','1CdbXgn','2990cVzKnL','10075345GEqWuO','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','description','Small','Circle','publishDate','Large','Gloves','Holy\x20Grail','(((.+)+)+)+$','27558yKPjVf','23335286SBSCvw','apply','Tiny','Key','Unknown\x20Author','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Cup','Rectangle','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','708pGtzOt','name','Book','Smooth','Sniper\x20Rifle','8bNnNdp','5840llRHLX','Common','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Unknown','2442606CpAwHh','Grey','Rare','A\x20mysterious\x20book.','1054724kpiSEy','search','140dWCypu','\x20aloft,\x20feeling\x20its\x20immense\x20power.','ArmArmor','Gold','Boots','Yellow','toString','author','168IocQyM','use','Brown','Medium','Blade','constructor','34059OHZdZK','Weapon'];a58c=function(){return D;};return a58c();}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[q(0x14a)],'shape':Shape[q(0x15e)],'color':Color[q(0x150)],'texture':Texture['Smooth'],'rating':Rating[q(0x13d)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x15d)],'category':Category[r(0x161)],'shape':Shape[r(0x15e)],'color':Color['Brown'],'texture':Texture[r(0x139)],'rating':Rating[r(0x13d)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x151)],'category':Category[s(0x148)],'shape':Shape[s(0x16c)],'color':Color[s(0x141)],'texture':Texture[s(0x156)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size[t(0x167)],'category':Category[t(0x168)],'shape':Shape[t(0x16c)],'color':Color[t(0x14b)],'texture':Texture[t(0x139)],'rating':Rating[t(0x13d)],'weight':0x0});}[a58j(0x14f)](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}export class Weapon extends Item{constructor(a,b){var u=a58j;super({'name':a,'description':b,'size':Size[u(0x151)],'category':Category['Weapon'],'shape':Shape[u(0x152)],'color':Color[u(0x141)],'texture':Texture['Metallic'],'rating':Rating[u(0x13d)],'weight':0x3});}[a58j(0x14f)](){var v=a58j;return v(0x15b);}}export class Book extends Item{[a58j(0x14d)];[a58j(0x15f)];['pageCount'];constructor(a,b=a58j(0x143),c=a58j(0x169)){var w=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[w(0x138)],'shape':Shape[w(0x16c)],'color':Color[w(0x150)],'texture':Texture['Smooth'],'rating':Rating[w(0x13d)],'weight':0x1}),this[w(0x14d)]=c,this['publishDate']=new Date(),this['pageCount']=0x64;}['use'](){var x=a58j;return x(0x13e);}}export class ShortSword extends Item{constructor(){var y=a58j;super({'name':'Short\x20Sword','description':'A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','size':Size[y(0x151)],'category':Category[y(0x155)],'shape':Shape[y(0x152)],'color':Color[y(0x141)],'texture':Texture[y(0x156)],'rating':Rating[y(0x13d)],'weight':0x3});}[a58j(0x14f)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var z=a58j;super({'name':z(0x13a),'description':z(0x135),'size':Size[z(0x160)],'category':Category[z(0x155)],'shape':Shape['Rifle'],'color':Color[z(0x150)],'texture':Texture[z(0x139)],'rating':Rating[z(0x13d)],'weight':0x5});}[a58j(0x14f)](){var A=a58j;return A(0x16a);}}export class HolyGrail extends Item{constructor(){var B=a58j;super({'name':B(0x162),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[B(0x15d)],'category':Category[B(0x16b)],'shape':Shape[B(0x15e)],'color':Color[B(0x149)],'texture':Texture[B(0x156)],'rating':Rating['Legendary'],'weight':0x1});}['use'](){var C=a58j;return'You\x20hold\x20the\x20'+this[C(0x137)]+C(0x147);}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x149))/0x1*(parseInt(f(0x191))/0x2)+-parseInt(f(0x17c))/0x3*(-parseInt(f(0x171))/0x4)+-parseInt(f(0x180))/0x5+parseInt(f(0x130))/0x6*(-parseInt(f(0x11a))/0x7)+parseInt(f(0x14d))/0x8+-parseInt(f(0x170))/0x9+-parseInt(f(0x172))/0xa*(-parseInt(f(0x125))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x9f247));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x11d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x17a)]()[h(0x13a)]('(((.+)+)+)+$')[h(0x17a)]()[h(0x14a)](a60a)[h(0x13a)](h(0x140));});function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x117;let f=c[d];return f;},a60d(a,b);}function a60c(){const j=['NORTH','shield','secret123','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','east','drone','Gang\x20Insignia','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','10307880OODmRS','20sHjKvx','10711170MsUqAa','Secret\x20Passage','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Library','Watch\x20Tower','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','EAST','toString','outside','189417eBtfMc','Corp\x20Enclave','gem','The\x20data\x20remains\x20encrypted.','4716365etStqz','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20chalice\x20made\x20of\x20pure\x20gold.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Corporate\x20Creditstick','release','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','book','Barrens\x20Entrance','disenchant','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Rigger\x27s\x20Workshop','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','Central\x20Chamber\x20Key','7358puryaQ','Central\x20Chamber','Golden\x20Key','That\x20passcode\x20is\x20incorrect','Encrypted\x20Data\x20Key','701799JnFZuT','Treasure\x20Room','amulet','apply','Rusted\x20Sword','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','south','down','A\x20clear\x20glass\x20vial.','show\x20loyalty','A\x20creditstick\x20loaded\x20with\x20nuyen.','33vrTVcN','Matrix\x20Data\x20Haven','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','insert\x20gem','north','Alchemy\x20Lab','Armory','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','36eYHHaX','CorpSec\x20Plans','Sniper\x20Rifle','Entrance\x20Hall','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Torture\x20Chamber','Guard\x27s\x20Log\x20Book','Empty\x20vial','Amulet\x20of\x20Awakening','search','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','MCT\x20Fly-Spy','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','(((.+)+)+)+$','OUTSIDE','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','An\x20old\x20and\x20rusted\x20sword.','open\x20sesame','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Barrens\x20Hideout','west','Riddle\x20Book','59tVXBfF','constructor','cup','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','239976KOmICb','Mage\x27s\x20Lair','Study','Chad\x20the\x20stupid\x20guard','Ares\x20Predator','key','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','creditstick','The\x20chest\x20remains\x20firmly\x20shut.','decrypt','Jackpoint\x20Login','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Downtown\x20Seattle','Holy\x20Grail','inside','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Courtyard','Ancient\x20Gem','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Nothing\x20happens.','The\x20legendary\x20Holy\x20Grail.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'];a60c=function(){return j;};return a60c();}a60a();export const rooms=[{'name':a60i(0x176),'description':a60i(0x175),'isStartRoom':!![],'items':[{'type':'key','name':a60i(0x117),'description':a60i(0x134)},{'type':'book','name':a60i(0x137),'description':'A\x20thin\x20log\x20book','content':a60i(0x150)}],'exits':[{'direction':a60i(0x179),'targetRoom':a60i(0x173)}]},{'name':'Secret\x20Passage','description':a60i(0x11f),'exits':[{'direction':a60i(0x166),'targetRoom':a60i(0x11b),'keyRequired':'Golden\x20Key'},{'direction':'SOUTH','targetRoom':a60i(0x160)}]},{'name':a60i(0x11b),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':'holyGrail','name':a60i(0x15d),'description':a60i(0x164)}]},{'name':'Courtyard','description':a60i(0x154),'roomType':a60i(0x141),'exits':[{'direction':'UP','targetRoom':a60i(0x177)}]},{'name':'Watch\x20Tower','description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0x141),'puzzle':{'requiredPhrase':a60i(0x168),'riddle':a60i(0x162),'rewardItem':{'type':'rifle','name':a60i(0x132),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x18f),'failureMessage':a60i(0x118)}}];export const dungeonConfig=[{'name':a60i(0x133),'description':a60i(0x135),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x144),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0x152),'name':a60i(0x190),'description':a60i(0x129)},'successMessage':a60i(0x12f),'failureMessage':a60i(0x163)},'exits':[{'direction':a60i(0x12c),'targetRoom':a60i(0x14f)},{'direction':a60i(0x16b),'targetRoom':a60i(0x192),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0x14f),'description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':a60i(0x15e),'items':[{'type':a60i(0x187),'name':a60i(0x148),'description':a60i(0x155),'content':a60i(0x18a)},{'type':'key','name':a60i(0x190),'description':a60i(0x129)}],'exits':[{'direction':a60i(0x120),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x16b),'targetRoom':a60i(0x12d)}]},{'name':a60i(0x12d),'description':a60i(0x186),'roomType':a60i(0x15e),'items':[{'type':'basic','name':a60i(0x138),'description':a60i(0x122)}],'exits':[{'direction':a60i(0x147),'targetRoom':a60i(0x14f)},{'direction':'north','targetRoom':a60i(0x12e)}]},{'name':'Armory','description':a60i(0x153),'roomType':a60i(0x15e),'items':[{'type':a60i(0x167),'name':'Emblem\x20Shield','description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':'sword','name':a60i(0x11e),'description':a60i(0x143)}],'exits':[{'direction':a60i(0x120),'targetRoom':a60i(0x12d)},{'direction':a60i(0x16b),'targetRoom':a60i(0x192)}]},{'name':a60i(0x192),'description':a60i(0x15f),'roomType':a60i(0x15e),'exits':[{'direction':a60i(0x147),'targetRoom':'Armory'},{'direction':a60i(0x120),'targetRoom':'Entrance\x20Hall'},{'direction':'north','targetRoom':a60i(0x136)},{'direction':a60i(0x16b),'targetRoom':'Treasure\x20Room'}]},{'name':a60i(0x136),'description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a60i(0x15e),'items':[{'type':a60i(0x152),'name':'Blood-stained\x20Key','description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x185),'riddle':a60i(0x174),'rewardItem':{'type':a60i(0x17e),'name':a60i(0x161),'description':a60i(0x15b)},'successMessage':a60i(0x13f),'failureMessage':a60i(0x183)},'exits':[{'direction':a60i(0x120),'targetRoom':a60i(0x192)}]},{'name':a60i(0x11b),'description':a60i(0x16e),'roomType':a60i(0x15e),'puzzle':{'requiredPhrase':a60i(0x12b),'riddle':a60i(0x13e),'rewardItem':{'type':a60i(0x14b),'name':'Golden\x20Chalice','description':a60i(0x182)},'successMessage':a60i(0x18d),'failureMessage':a60i(0x157)},'exits':[{'direction':a60i(0x147),'targetRoom':a60i(0x192)}]}];export const shadowrunConfig=[{'name':a60i(0x159),'description':a60i(0x18b),'isStartRoom':!![],'roomType':a60i(0x15e),'exits':[{'direction':a60i(0x12c),'targetRoom':a60i(0x15c)},{'direction':'up','targetRoom':a60i(0x126)}]},{'name':'Matrix\x20Data\x20Haven','description':a60i(0x181),'roomType':a60i(0x15e),'puzzle':{'requiredPhrase':a60i(0x158),'riddle':a60i(0x13b),'rewardItem':{'type':a60i(0x152),'name':a60i(0x119),'description':a60i(0x178)},'successMessage':a60i(0x128),'failureMessage':a60i(0x17f)},'exits':[{'direction':a60i(0x121),'targetRoom':a60i(0x159)}]},{'name':a60i(0x15c),'description':a60i(0x16a),'roomType':'outside','exits':[{'direction':'south','targetRoom':'Jackpoint\x20Login'},{'direction':a60i(0x16b),'targetRoom':a60i(0x188)},{'direction':a60i(0x147),'targetRoom':a60i(0x17d)}]},{'name':a60i(0x188),'description':a60i(0x15a),'roomType':a60i(0x17b),'puzzle':{'requiredPhrase':a60i(0x123),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60i(0x152),'name':a60i(0x16d),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a60i(0x142),'failureMessage':a60i(0x12a)},'exits':[{'direction':a60i(0x147),'targetRoom':a60i(0x15c)},{'direction':a60i(0x12c),'targetRoom':a60i(0x146)}]},{'name':a60i(0x17d),'description':a60i(0x16f),'roomType':a60i(0x15e),'items':[{'type':a60i(0x156),'name':a60i(0x184),'description':a60i(0x124)},{'type':'document','name':a60i(0x131),'description':a60i(0x165)}],'exits':[{'direction':a60i(0x16b),'targetRoom':'Downtown\x20Seattle'}]},{'name':a60i(0x146),'description':a60i(0x13d),'roomType':a60i(0x17b),'items':[{'type':'weapon','name':a60i(0x151),'description':a60i(0x18e)}],'exits':[{'direction':a60i(0x120),'targetRoom':a60i(0x188)},{'direction':a60i(0x12c),'targetRoom':a60i(0x14e)},{'direction':a60i(0x16b),'targetRoom':a60i(0x18c)}]},{'name':a60i(0x14e),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x15e),'puzzle':{'requiredPhrase':a60i(0x189),'riddle':a60i(0x14c),'rewardItem':{'type':a60i(0x11c),'name':a60i(0x139),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a60i(0x127),'failureMessage':a60i(0x169)},'exits':[{'direction':a60i(0x120),'targetRoom':a60i(0x146)}]},{'name':a60i(0x18c),'description':a60i(0x145),'roomType':a60i(0x15e),'items':[{'type':a60i(0x16c),'name':a60i(0x13c),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x147),'targetRoom':a60i(0x146)}]}];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0xba))/0x1+parseInt(f(0xc6))/0x2+-parseInt(f(0xcf))/0x3+-parseInt(f(0xbf))/0x4+-parseInt(f(0xaf))/0x5*(parseInt(f(0xb2))/0x6)+parseInt(f(0xb9))/0x7+parseInt(f(0xcb))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xe9409));function a61c(){var i=['weight','1487028vdjrLQ','color','_maxCarryingWeight','category','toString','puzzle','3623650hdsHer','player','_logger','12sRRgsL','shape','items','constructor','rooms','texture','description','220633bETlat','204141wiTHMt','roomA','isLocked','solved','name','206648KTwJpd','isLockable','_equipment','_playerName','_currentLocation','logger','isStartRoom','3525662LrtLvH','size','characterLocations','(((.+)+)+)+$','roomB','7629664oEAAPG','roomType','rating'];a61c=function(){return i;};return a61c();}var a61b=(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;};}()),a61a=a61b(this,function(){var g=a61d;return a61a['toString']()['search']('(((.+)+)+)+$')[g(0xd3)]()[g(0xb5)](a61a)['search'](g(0xc9));});a61a();function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0xaf;var f=c[d];return f;},a61d(a,b);}import{EventEmitter}from'events';export class AbstractScene{[a61h(0xb6)];[a61h(0xb0)];['logger'];[a61h(0xc8)];}export class AbstractRoom extends EventEmitter{[a61h(0xbe)];[a61h(0xb8)];['exits'];['inventory'];[a61h(0xd4)];[a61h(0xcc)];[a61h(0xc5)];}export class AbstractDoor{[a61h(0xbb)];[a61h(0xca)];[a61h(0xbc)];['unlockItemOrSolution'];[a61h(0xbe)];['logger'];[a61h(0xc0)];}export class AbstractInventory{[a61h(0xb4)];['logger'];}export class AbstractItem{['uuid'];[a61h(0xbe)];[a61h(0xb8)];[a61h(0xc7)];[a61h(0xd2)];[a61h(0xb3)];[a61h(0xd0)];[a61h(0xb7)];[a61h(0xcd)];[a61h(0xce)];}export class AbstractPlayer{[a61h(0xc2)];[a61h(0xc3)];['_inventory'];[a61h(0xc1)];[a61h(0xd1)];[a61h(0xb1)];}export class AbstractPuzzle{[a61h(0xc4)];[a61h(0xbd)];}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x14e))/0x1*(parseInt(k(0x15f))/0x2)+parseInt(k(0x184))/0x3+-parseInt(k(0x144))/0x4*(-parseInt(k(0x136))/0x5)+-parseInt(k(0x134))/0x6+-parseInt(k(0x146))/0x7*(-parseInt(k(0x156))/0x8)+-parseInt(k(0x153))/0x9*(parseInt(k(0x170))/0xa)+-parseInt(k(0x16b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x66701));export var Size;(function(a){var l=a62d;a['Tiny']=l(0x166),a[l(0x172)]='small',a[l(0x17c)]=l(0x142),a[l(0x162)]=l(0x140),a[l(0x16c)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x180)]=m(0x14c),a[m(0x16f)]=m(0x155),a['Legendary']=m(0x138);}(Rating||(Rating={})));function a62c(){var v=['CAVE','ArmArmor','NORTH','rectangle','grey','1486dKToQp','green','yellow','Large','Key','BodyArmor','Cup','tiny','Weapon','Red','book','gold','7491000Ulpgrc','VeryLarge','gloves','brown','Rare','383790LwfkXI','SOUTH','Small','metallic','smooth','underground','desert','EAST','leg\x20armor','Bumpy','WEST','Circle','Medium','Unknown','mountain','Helmet','Common','forest','Fuzzy','UNDERGROUND','118050WJTdbC','boots','fuzzy','Gloves','OUTSIDE','east','hat','BEACH','tower','purple','DOWN','TOWER','Smooth','toString','down','cup','3618648GPiUrC','rifle','20SpNYdq','Yellow','legendary','Grey','rough','constructor','cave','Metallic','Green','shield','large','FOREST','medium','Rough','553252lQwGBO','unknown','77BpKApI','(((.+)+)+)+$','triangle','Blue','DESERT','Blade','common','body\x20armor','633hrrflC','Rifle','search','blade','Hat','27cStHFv','key','rare','549752BrZEZM','beach','square','apply'];a62c=function(){return v;};return a62c();}export var Category;(function(a){var n=a62d;a[n(0x167)]='weapon',a['Shield']=n(0x13f),a[n(0x163)]=n(0x154),a[n(0x187)]=n(0x16d),a[n(0x17f)]='helmet',a[n(0x152)]=n(0x18a),a['Boots']=n(0x185),a['LegArmor']=n(0x178),a[n(0x15b)]='arm\x20armor',a[n(0x164)]=n(0x14d),a['Book']=n(0x169),a[n(0x165)]=n(0x133),a[n(0x17d)]=n(0x145);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x17b)]='circle',a['Square']=o(0x158),a['Triangle']=o(0x148),a['Rectangle']=o(0x15d),a[o(0x14b)]=o(0x151),a[o(0x14f)]=o(0x135);}(Shape||(Shape={})));export var Color;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x133;var f=c[d];return f;},a62d(a,b);}(function(a){var p=a62d;a[p(0x168)]='red',a[p(0x149)]='blue',a[p(0x13e)]=p(0x160),a[p(0x137)]=p(0x161),a['Orange']='orange',a['Purple']=p(0x18d),a[p(0x139)]=p(0x15e),a['Brown']=p(0x16e),a['Gold']=p(0x16a);}(Color||(Color={})));export var Texture;(function(a){var q=a62d;a[q(0x190)]=q(0x174),a[q(0x143)]=q(0x13a),a[q(0x179)]='bumpy',a[q(0x182)]=q(0x186),a['Grainy']='grainy',a[q(0x13d)]=q(0x173);}(Texture||(Texture={})));export var RoomType;(function(c){var t=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var r=a62d;if(h){var j=h[r(0x159)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a62d;return e[s(0x191)]()[s(0x150)](s(0x147))[s(0x191)]()[s(0x13b)](e)['search'](s(0x147));});e(),c['INSIDE']='inside',c[t(0x188)]='outside',c[t(0x183)]=t(0x175),c[t(0x15a)]=t(0x13c),c[t(0x18f)]=t(0x18c),c[t(0x141)]=t(0x181),c[t(0x14a)]=t(0x176),c['MOUNTAIN']=t(0x17e),c[t(0x18b)]=t(0x157),c['SEA']='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x15c)]='north',a[u(0x177)]=u(0x189),a[u(0x171)]='south',a[u(0x17a)]='west',a['UP']='up',a[u(0x18e)]=u(0x192);}(Direction||(Direction={})));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x155))/0x1+parseInt(f(0x156))/0x2*(-parseInt(f(0x157))/0x3)+parseInt(f(0x152))/0x4+-parseInt(f(0x159))/0x5*(-parseInt(f(0x154))/0x6)+-parseInt(f(0x14e))/0x7*(-parseInt(f(0x15a))/0x8)+parseInt(f(0x15c))/0x9*(-parseInt(f(0x153))/0xa)+parseInt(f(0x158))/0xb*(parseInt(f(0x14f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x5ea6e));function a63c(){var i=['17208VxGwMJ','search','constructor','2448888zUMKXF','1369610UHVryJ','6HqwjZx','381189PeXpPA','474vimasb','4713DVYBMG','935hzYJzL','485820CFzkEV','4800MkPQqX','apply','36vLQgkJ','(((.+)+)+)+$','toString','1113ZfoPkS'];a63c=function(){return i;};return a63c();}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x15b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0x150)](h(0x15d))[h(0x14d)]()[h(0x151)](a63a)[h(0x150)](h(0x15d));});function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x14d;var f=c[d];return f;},a63d(a,b);}a63a();export{};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x123))/0x1*(-parseInt(f(0x128))/0x2)+-parseInt(f(0x11d))/0x3+parseInt(f(0x125))/0x4+parseInt(f(0x120))/0x5*(-parseInt(f(0x129))/0x6)+-parseInt(f(0x124))/0x7+parseInt(f(0x121))/0x8+-parseInt(f(0x11e))/0x9*(-parseInt(f(0x122))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x83143));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x12b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x127)]()['search']('(((.+)+)+)+$')['toString']()[h(0x11f)](a64a)[h(0x126)](h(0x12a));});function a64c(){var i=['1049811NuKlXs','3375090aKNhTF','constructor','41835usEYcV','4139168vsiDDY','20bBlYFW','1CbNSSi','3938718nxUaPD','406212kEiLbG','search','toString','1298994ArIBVl','408TiOHwA','(((.+)+)+)+$','apply'];a64c=function(){return i;};return a64c();}a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x11d;var f=c[d];return f;},a64d(a,b);}export{};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x12a))/0x1*(parseInt(y(0x171))/0x2)+-parseInt(y(0x137))/0x3+-parseInt(y(0x16e))/0x4*(-parseInt(y(0x14a))/0x5)+-parseInt(y(0x163))/0x6*(parseInt(y(0x146))/0x7)+-parseInt(y(0x154))/0x8*(parseInt(y(0x15d))/0x9)+parseInt(y(0x142))/0xa*(parseInt(y(0x123))/0xb)+-parseInt(y(0x15c))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xe9b39));import a65e from'blessed';import{capitalCase}from'change-case';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x123;let f=c[d];return f;},a65d(a,b);}import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x143)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x15f)]()['search'](A(0x14b))['toString']()['constructor'](g)[A(0x175)](A(0x14b));});g();try{const h=a65e[B(0x179)]({'smartCSR':!![],'title':B(0x15e)}),i=a65e['box']({'top':'0%','left':B(0x147),'width':B(0x13c),'height':B(0x16d),'border':{'type':'line'},'label':B(0x15b),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x156)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x141)](v=>v[C(0x131)]);i[C(0x127)](u[C(0x125)]('\x0a')),h[C(0x128)]();};h[B(0x169)](i);const k=a65e['box']({'top':B(0x16d),'left':'75%','width':'25%','height':B(0x13c),'border':{'type':B(0x162)},'label':B(0x13e),'content':B(0x139),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x169)](k);const l=t=>{const D=B;k['setContent']('Head:\x20'+(t[D(0x17a)]?t[D(0x17a)][D(0x131)]:'None')+'\x0a'+(D(0x16b)+(t['torso']?t[D(0x12c)]['name']:D(0x12f))+'\x0a')+(D(0x165)+(t['legs']?t['legs']['name']:D(0x12f))+'\x0a')+(D(0x159)+(t[D(0x14d)]?t[D(0x14d)][D(0x131)]:'None')+'\x0a')+(D(0x136)+(t[D(0x148)]?t[D(0x148)][D(0x131)]:D(0x12f))+'\x0a')+(D(0x164)+(t[D(0x145)]?t[D(0x145)]['name']:D(0x12f))+'\x0a')+(D(0x150)+(t[D(0x17d)]?t[D(0x17d)][D(0x131)]:D(0x12f))+'\x0a')+(D(0x173)+(t[D(0x178)]?t[D(0x178)][D(0x131)]:D(0x12f))+'\x0a')),h[D(0x128)]();},m=a65e['box']({'top':'70%','left':B(0x147),'width':B(0x13c),'height':'20%','border':{'type':'line'},'label':'\x20Map\x20','content':B(0x158),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x156)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x169)](m);const n=t=>{const E=B;let u=E(0x130)+t['name']+'\x0a\x0a';u+=E(0x13f),t[E(0x13b)][E(0x138)]>0x0?t[E(0x13b)][E(0x17c)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0x12b)]===RoomType[F(0x15a)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v['name'];if(v[F(0x14e)]())u+='\x20(Locked)';else v['checkIfLockable']()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x12d),m[E(0x127)](u),h[E(0x128)]();},o=a65e[B(0x144)]({'id':B(0x17b),'top':'0%','left':'0%','width':'75%','height':B(0x132),'border':{'type':B(0x162)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](B(0x129)),h[B(0x169)](o);const p=a65e[B(0x161)]({'bottom':0x0,'left':0x0,'width':'100%','height':B(0x157),'tags':!![],'border':{'type':B(0x162)},'style':{'fg':B(0x174),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x133)]([B(0x135),'C-c'],()=>process['exit'](0x0)),p[B(0x177)](),h['render']();const q=Logger[B(0x151)](e[B(0x168)],h),r=new Player({'playerName':c});q[B(0x152)](B(0x17e));const s=a65f[B(0x151)](r,d);o[B(0x127)](s[B(0x14c)]()),l(s[B(0x13a)][B(0x170)]),j(s[B(0x13a)][B(0x134)]),n(s[B(0x13a)]['currentLocation']),p[B(0x133)]([B(0x126)],async()=>{const G=B,t=p[G(0x12e)](),u=s[G(0x172)](t);(t[G(0x166)]('\x20')[0x0]==='take'||G(0x14f)||G(0x16f))&&(j(s['player']['inventory']),l(s[G(0x13a)]['equipment'])),(t[G(0x166)]('\x20')[0x0]==='go'||'lock'||G(0x167))&&n(s['player'][G(0x155)]),t['split']('\x20')[0x0]===G(0x124)&&o[G(0x127)](''),u===null&&(console['log'](G(0x160)),h[G(0x128)](),q[G(0x152)](G(0x149)),process['exit'](0x0)),o['pushLine'](u),o['scroll'](0x1),p[G(0x16c)](),p[G(0x177)](),h[G(0x128)]();});}catch(t){console[B(0x153)](t),process[B(0x16a)](0x1);}}const args=process[a65H(0x176)][a65H(0x13d)](0x2);function a65c(){const I=['inventory','escape','Arms:\x20','3874110uXNGos','size','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','player','exits','25%','slice','\x20Equipment\x20','-----\x20Exits\x20------\x0a','parse','map','3485710TBGyep','apply','box','gloves','29533KkMugG','75%','arms','<<<<<<<<---------\x20Terminating\x20game','3435435ChgdWx','(((.+)+)+)+$','getWelcomeMessage','feet','checkIfLocked','equip','Left\x20Hand:\x20','getInstance','write','log','4120728LdIPpd','currentLocation','yellow','10%','Available\x20exits\x20will\x20be\x20shown\x20here...','Feet:\x20','OUTSIDE','\x20Inventory\x20','9874164DeerCB','18EgMakJ','Side\x20Quest\x20Adventure\x20Game','toString','Thanks\x20for\x20playing!','textbox','line','474KFrTtC','Gloves:\x20','Legs:\x20','split','unlock','logFilePath','append','exit','Torso:\x20','clearValue','45%','8RnXhGr','unequip','equipment','29616ySMxQK','handleInput','Right\x20Hand:\x20','white','search','argv','focus','rightHand','screen','head','logBox','forEach','leftHand','----->>>>>>\x20Initializing\x20Game','55oudsPs','clear','join','enter','setContent','render','mousemove','89ugQytd','roomType','torso','\x0aThere\x20are\x20no\x20exits\x20here.','getValue','None','Currently\x20in:\x20','name','90%','key'];a65c=function(){return I;};return a65c();}main(args[0x0],JSON['parse'](args[0x1]),JSON[a65H(0x140)](args[0x2]));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1a1;let f=c[d];return f;},a66d(a,b);}const a66k=a66d;function a66c(){const q=['toISOString','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','707760jRHBlv','7968360bGlIck','logBox','appendFileSync','2121240GxsgWv','instance','screen','getScrollHeight','existsSync','.maka','6IPmoJQ','render','error','setContent','2857180NIOeay','toString','ensureLogFileExists','495946NYYozP','(((.+)+)+)+$','search','659433gKZIxT','9wRzoZV','constructor','6GDvetF','children','box','hasScreen','getInstance','scrollTo','find','write','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','445284YIRHbB','options','The\x20logbox\x20','type','filePath','writeFileSync','dirname'];a66c=function(){return q;};return a66c();}(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x1ab))/0x1+-parseInt(h(0x1a8))/0x2*(parseInt(h(0x1a1))/0x3)+-parseInt(h(0x1a5))/0x4+-parseInt(h(0x1c0))/0x5*(parseInt(h(0x1ae))/0x6)+parseInt(h(0x1b7))/0x7+parseInt(h(0x1c4))/0x8+-parseInt(h(0x1ac))/0x9*(-parseInt(h(0x1c1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x69c5b));const a66b=(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;};}()),a66a=a66b(this,function(){const i=a66d;return a66a[i(0x1a6)]()[i(0x1aa)](i(0x1a9))['toString']()[i(0x1ad)](a66a)[i(0x1aa)](i(0x1a9));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f['homedir']();export class Logger{static ['instance'];['filePath'];['screen'];constructor(a,b){const j=a66d;this[j(0x1bb)]=a,this[j(0x1c6)]=b,this[j(0x1a7)]();}static[a66k(0x1b2)](a=a66g['join'](homeDir,a66k(0x1c9),'side-quest.log'),b){const l=a66k;if(!Logger['instance']){if(!b)throw new Error(l(0x1b6));Logger[l(0x1c5)]=new Logger(a,b);}return Logger[l(0x1c5)];}[a66k(0x1a7)](){const m=a66k,a=a66g[m(0x1bd)](this[m(0x1bb)]);!a66e[m(0x1c8)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e[m(0x1c8)](this[m(0x1bb)])&&a66e[m(0x1bc)](this[m(0x1bb)],'');}['write'](a){const n=a66k,b=new Date()[n(0x1be)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e[n(0x1c3)](this[n(0x1bb)],c);}[a66k(0x1a3)](a){const o=a66k,b=new Date()[o(0x1be)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a66e[o(0x1c3)](this[o(0x1bb)],c);}['log'](a){const p=a66k,b=this[p(0x1c6)]?.[p(0x1af)][p(0x1b4)](c=>c[p(0x1ba)]===p(0x1b0)&&c[p(0x1b8)]['id']===p(0x1c2));b?(b[p(0x1a4)](b['content']+'\x0a'+a),b[p(0x1b3)](b[p(0x1c7)]()),this[p(0x1c6)]?.[p(0x1a2)]()):this[p(0x1a3)](p(0x1b9)+b+p(0x1bf)+this[p(0x1c6)]),this[p(0x1b5)](a);}[a66k(0x1b1)](){return!!this['screen'];}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a67m=a67d;function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x16b;let f=c[d];return f;},a67d(a,b);}(function(a,b){const j=a67d,c=a();while(!![]){try{const d=-parseInt(j(0x189))/0x1*(-parseInt(j(0x180))/0x2)+parseInt(j(0x170))/0x3+-parseInt(j(0x171))/0x4*(-parseInt(j(0x17a))/0x5)+parseInt(j(0x176))/0x6*(-parseInt(j(0x17b))/0x7)+parseInt(j(0x17c))/0x8+parseInt(j(0x16b))/0x9*(parseInt(j(0x186))/0xa)+parseInt(j(0x182))/0xb*(-parseInt(j(0x16f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x33497));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x17f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x187)]()[l(0x17e)](l(0x175))[l(0x187)]()[l(0x178)](a67a)[l(0x17e)](l(0x175));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';function a67c(){const p=['(((.+)+)+)+$','187968kUIahb','create','constructor','Play\x20a\x20little\x20side-quest','27120tRBUUE','56LxUNcd','1819968AZHPfE','Commoner','search','apply','685982qhQEFl','side-quest','347545yzoMjS','join','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','getGlobalMakaDir','15560QpxXyy','toString','url','1bSRErH','side-quest.log','resolve','ask','918IDwmzR','sideQuestAnswer','shadowrun','stringify','300aTBepK','604065waoXKf','236PqxOVV','./sideQuest/ui.js','player','Thanks\x20for\x20playing!'];a67c=function(){return p;};return a67c();}import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x188)]),__dirname=dirname(__filename);Command[a67m(0x177)]({'name':a67m(0x181),'usage':'maka\x20play:side-quest','shortDesc':a67m(0x179),'aliases':['sq'],'description':a67m(0x184),'validOpts':[a67m(0x173)]},async function(a,b){const n=a67m;try{const c=this['fsi'][n(0x185)](),d=a67e[n(0x183)](c,n(0x18a)),e=b[n(0x173)]?b[n(0x173)]:await Actions[n(0x18c)]('What\x20is\x20your\x20name?')||n(0x17d),f={...b,'logFilePath':d},g=await Actions['select']({'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','name':n(0x16c),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':n(0x16d),'value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e[n(0x18b)](__dirname,n(0x172)),e,JSON[n(0x16e)](g),JSON[n(0x16e)](f)],{'stdio':'inherit'});h['on']('exit',()=>{const o=n;Log['bright'](o(0x174));});}}catch(i){console['log'](i);}},a67f);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x85;var f=c[d];return f;},a68d(a,b);}var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x92))/0x1*(parseInt(f(0x99))/0x2)+-parseInt(f(0x97))/0x3*(parseInt(f(0x98))/0x4)+-parseInt(f(0x87))/0x5*(parseInt(f(0x88))/0x6)+parseInt(f(0x89))/0x7*(parseInt(f(0x95))/0x8)+parseInt(f(0x8e))/0x9+parseInt(f(0x8b))/0xa+-parseInt(f(0x93))/0xb*(parseInt(f(0x8f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xe77ac));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x85)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a['toString']()['search'](h(0x8c))[h(0x8d)]()[h(0x96)](a68a)['search'](h(0x8c));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x86)]({'name':a68i(0x90),'usage':a68i(0x94),'shortDesc':a68i(0x91),'validOpts':[]},async function(){var j=a68i;execSync(j(0x8a),{'stdio':'inherit'});},a68e);function a68c(){var k=['15921320NsXJOj','(((.+)+)+)+$','toString','14306445TtrzBx','7860NBmozC','snake','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','1380898zXfQju','63778CfMsfC','maka\x20game:snake','11467176msyaNM','constructor','305967KMtnmN','8dfswEs','2fbcgCw','apply','create','20IAeZQR','1569336qUhPtt','7UcfSgD','npx\x20command-line-snake'];a68c=function(){return k;};return a68c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x8d))/0x1+parseInt(f(0x88))/0x2+parseInt(f(0x81))/0x3*(-parseInt(f(0x7e))/0x4)+-parseInt(f(0x8c))/0x5*(parseInt(f(0x83))/0x6)+-parseInt(f(0x8a))/0x7+-parseInt(f(0x91))/0x8*(parseInt(f(0x89))/0x9)+parseInt(f(0x7d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x46901));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x87)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x8e)]()[h(0x82)]('(((.+)+)+)+$')[h(0x8e)]()[h(0x86)](a69a)[h(0x82)](h(0x90));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x7d;var f=c[d];return f;},a69d(a,b);}import{execSync}from'child_process';function a69c(){var k=['apply','643406gToDks','9621WztaRL','458045AdxGAu','create','62895lrAloP','74657PFuadq','toString','tetris','(((.+)+)+)+$','2568sHQgkN','8088380XstMFN','156oapllS','npx\x20simple-tetris','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','26592wEPHcy','search','6BPEcVp','inherit','maka\x20game:tetris','constructor'];a69c=function(){return k;};return a69c();}Command[a69i(0x8b)]({'name':a69i(0x8f),'usage':a69i(0x85),'shortDesc':a69i(0x80),'validOpts':[]},async function(){var j=a69i;execSync(j(0x7f),{'stdio':j(0x84)});},a69e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1f1;let f=c[d];return f;},a70d(a,b);}const a70h=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x204))/0x1+parseInt(f(0x200))/0x2+-parseInt(f(0x1ff))/0x3*(-parseInt(f(0x20b))/0x4)+parseInt(f(0x20c))/0x5+-parseInt(f(0x1fc))/0x6+parseInt(f(0x205))/0x7*(-parseInt(f(0x1f7))/0x8)+parseInt(f(0x208))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xd1a69));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const g=a70d;return a70a[g(0x1f3)]()[g(0x20a)](g(0x1fa))[g(0x1f3)]()[g(0x1f5)](a70a)[g(0x20a)](g(0x1fa));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70h(0x206)]({'name':a70h(0x201),'aliases':['g'],'usage':a70h(0x203),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70h(0x202),'description':a70h(0x1f6),'examples':['maka\x20generate:scaffold\x20todos',a70h(0x1fb),a70h(0x207),a70h(0x1f8),'maka\x20g:route\x20todos/edit',a70h(0x1fd),a70h(0x209)]},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a[i(0x1f2)](0x0,0x1),await a70e[i(0x1f1)](c,a,b)):a70e[i(0x1f4)](a,b);}catch(d){Log[i(0x1fe)](d),process[i(0x1f9)](0x1);}});function a70c(){const j=['constructor','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','16rJDMgq','maka\x20g:package\x20package:name','exit','(((.+)+)+)+$','maka\x20g:scaffold\x20todos','1791678IoAWix','maka\x20g:api\x20trucks','error','10896iyuJbf','809386wqqreJ','generate','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20{generate,\x20g}:<generator>\x20<name>','1309114OKMrsC','3600772JDkXOe','create','maka\x20g:template\x20todos/todo_item','12007458hSaomr','maka\x20g:dbc\x20geoserver\x20--type=pgsql','search','352cyIsQW','7183885gNcoih','processAndRunGenerator','splice','toString','invoke'];a70c=function(){return j;};return a70c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x78))/0x1+parseInt(f(0x80))/0x2*(parseInt(f(0x7a))/0x3)+parseInt(f(0x76))/0x4*(parseInt(f(0x7f))/0x5)+-parseInt(f(0x74))/0x6+-parseInt(f(0x79))/0x7*(parseInt(f(0x7b))/0x8)+-parseInt(f(0x75))/0x9*(-parseInt(f(0x7e))/0xa)+parseInt(f(0x7c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xc57e8));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x73)]()['search'](h(0x77))[h(0x73)]()['constructor'](a71a)['search']('(((.+)+)+)+$');});function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x73;var f=c[d];return f;},a71d(a,b);}a71a();function a71c(){var i=['4247268gcTwiM','31221qyjnWb','4kaIuVc','(((.+)+)+)+$','816468ESCkci','25683CPORiX','909zDAaYR','3352vmUVIl','9993841iaXIDQ','apply','1670vCeaSU','6582410ChhvRd','7038hvyQjx','toString'];a71c=function(){return i;};return a71c();}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x1e3))/0x1*(parseInt(f(0x1e9))/0x2)+-parseInt(f(0x1e7))/0x3+parseInt(f(0x1e0))/0x4+parseInt(f(0x1e4))/0x5+parseInt(f(0x1df))/0x6+parseInt(f(0x1e1))/0x7*(-parseInt(f(0x1ea))/0x8)+parseInt(f(0x1e2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x6df01));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x1e6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()[h(0x1de)](h(0x1dd))[h(0x1e5)]()[h(0x1db)](a72a)['search'](h(0x1dd));});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1db;let f=c[d];return f;},a72d(a,b);}import{Command}from'../../command.js';const GetCommand=Command[a72i(0x1dc)]({'name':a72i(0x1ec),'usage':a72i(0x1e8),'shortDesc':a72i(0x1eb),'validOpts':[]},async function(a){const b=a[0x0];await this['processAndRunCommand'](b);});function a72c(){const j=['113840WHBsSf','35lVuVvq','2731419gxqzHZ','38278VjEsGj','3790410hQgInU','toString','apply','968520gDUnoS','maka\x20get:<sub-command>','14KCfrLb','509624ydDvsI','Get\x20various\x20Maka\x20variables\x20and\x20configurations','get','constructor','create','(((.+)+)+)+$','search','1617438tdOVqs'];a72c=function(){return j;};return a72c();}export default GetCommand;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a73c(){const k=['1717929syXQgC','222817TTlVSN','global-config','search','174881kqnvoz','60dpEpPj','apply','95084UkIMTU','2lUWAFg','40Oaiczz','1584018iFiPMe','(((.+)+)+)+$','getGlobalConfig','toString','error','exit','cfg','log','constructor','maka\x20get:global-config','57741yfpZHO','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','1827140BwnZCU'];a73c=function(){return k;};return a73c();}const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x134))/0x1+-parseInt(f(0x124))/0x2*(-parseInt(f(0x130))/0x3)+parseInt(f(0x123))/0x4+-parseInt(f(0x132))/0x5+-parseInt(f(0x126))/0x6+-parseInt(f(0x137))/0x7*(parseInt(f(0x125))/0x8)+parseInt(f(0x133))/0x9*(parseInt(f(0x138))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x338c5));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x122)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x129)]()[h(0x136)](h(0x127))[h(0x129)]()[h(0x12e)](a73a)[h(0x136)]('(((.+)+)+)+$');});a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x122;let f=c[d];return f;},a73d(a,b);}import a73e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a73i(0x135),'usage':a73i(0x12f),'aliases':['gc'],'shortDesc':a73i(0x131),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x12c)][j(0x128)]();console[j(0x12d)](a),process[j(0x12b)](0x0);}catch(b){console[j(0x12a)](b),process[j(0x12b)](0x0);}},a73e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x87))/0x1*(-parseInt(f(0x81))/0x2)+-parseInt(f(0x80))/0x3*(parseInt(f(0x88))/0x4)+parseInt(f(0x77))/0x5*(-parseInt(f(0x74))/0x6)+-parseInt(f(0x84))/0x7*(-parseInt(f(0x89))/0x8)+-parseInt(f(0x79))/0x9+parseInt(f(0x76))/0xa+-parseInt(f(0x7f))/0xb*(-parseInt(f(0x7e))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xd4efa));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x83)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x85)]()[h(0x7c)]('(((.+)+)+)+$')['toString']()['constructor'](a74a)[h(0x7c)](h(0x78));});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x74;let f=c[d];return f;},a74d(a,b);}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';function a74c(){const k=['cfg','search','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','6222336cfRQxz','22HuoCYn','12NZOqxo','14KxNHgz','local-config','apply','56ehHGyg','toString','maka\x20get:local-config','106809EKpCZt','1246276vGQXnP','1740008iYgGxx','30uWhhxn','getMakaProjectConfig','12415360OeetId','802765XNxbZM','(((.+)+)+)+$','3147390ldULzV','create'];a74c=function(){return k;};return a74c();}Command[a74i(0x7a)]({'name':a74i(0x82),'usage':a74i(0x86),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x7d),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x7b)][j(0x75)]();console['log'](a);},a74e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x1a5))/0x1+parseInt(f(0x1ab))/0x2+parseInt(f(0x19b))/0x3*(parseInt(f(0x1ac))/0x4)+parseInt(f(0x1ad))/0x5+-parseInt(f(0x1ae))/0x6*(parseInt(f(0x1a8))/0x7)+parseInt(f(0x1af))/0x8+-parseInt(f(0x1a2))/0x9*(parseInt(f(0x1a1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x3250a));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x1b1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a['toString']()[h(0x1a3)](h(0x1b0))[h(0x19c)]()[h(0x19f)](a75a)[h(0x1a3)](h(0x1b0));});function a75c(){const k=['6hheFWE','2840184wnTjWP','(((.+)+)+)+$','apply','61695ZpzqqD','toString','whoami','maka\x20get:whoami','constructor','create','45910PqgOIy','1971fvAotd','search','cfg','209527XkGOpv','silent','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','1368654szrQfy','error','getGlobalConfig','443712BzBwtG','76BTosqk','1149500GyAHea'];a75c=function(){return k;};return a75c();}a75a();function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x19b;let f=c[d];return f;},a75d(a,b);}import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75i(0x1a0)]({'name':a75i(0x19d),'usage':a75i(0x19e),'shortDesc':a75i(0x1a7),'validOpts':[a75i(0x1a6)]},async function(){const j=a75i;try{const a=await this[j(0x1a4)][j(0x1aa)]();return a;}catch(b){Log[j(0x1a9)](b),process['exit'](0x1);}},a75e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x1bd))/0x1+parseInt(f(0x1ba))/0x2+-parseInt(f(0x1b9))/0x3+-parseInt(f(0x1c3))/0x4*(parseInt(f(0x1bb))/0x5)+parseInt(f(0x1c0))/0x6*(-parseInt(f(0x1c2))/0x7)+parseInt(f(0x1bf))/0x8+parseInt(f(0x1b8))/0x9*(parseInt(f(0x1bc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xa6ccc));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1b5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x1be)]()['search']('(((.+)+)+)+$')[h(0x1be)]()[h(0x1b4)](a76a)[h(0x1b6)]('(((.+)+)+)+$');});a76a();function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x1b4;var f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a76i(0x1b7),'description':a76i(0x1c4),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x1c1)},async function(){throw new UsageError();});function a76c(){var j=['538075ztssea','805270iUMjva','697915VtEUXC','toString','6879400zYscgG','1878LgukhA','Deprecated:\x20use\x20--help\x20instead','28301mYGIGH','20Muujce','Try,\x20maka\x20--help','constructor','apply','search','help','225nBwFnO','805938SMIuXW','1160414AyklZP'];a76c=function(){return j;};return a76c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a77K=a77d;function a77c(){const P=['maka\x20install\x20meteor','data','appendFileSync','linkVersionAsCurrent','461826JaGClH','error','-rf','setx\x20PATH\x20\x22','Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.','install','Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.','Added\x20Meteor\x20path\x20to\x20','withSpinner','.bashrc','platform','.zshrc','get','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','existsSync','919660VNIVRo','extractTarGz','info','getuid','64mtudmP','grep','exit','Error\x20extracting\x20meteor.tar.gz\x20file','arch','&release=','maka\x20install\x20meteor\x20--force','Aborted','timeout','warn','toString','package-metadata','search','Aborting\x20install','osx','env','split','328075KMbAaX','\x20installed.\x0a','constructor','success','cert','replace','readFileSync','releases','slice','win32','\x20is\x20available.','maka\x20install\x20meteor\x20--set-path','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Downloading\x20Meteor\x20','homedir','packages','includes','Meteor\x20version\x20','Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.','x86_64','2GbkHfo','release','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','downloadFile','Cleaning\x20up','https://install.meteor.com','meteor.tar.gz','getGlobalConfig','length','setPath','force','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','2561856FkTGnX','(((.+)+)+)+$','arm64','apply','https://packages.meteor.com/bootstrap-link?arch=os.','\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.','3060hcifkj','getMeteorInstallPath','confirm','notice','Install\x20the\x20specified\x20version\x20of\x20meteor.','meteor','PATH','NO_NODE_WARNINGS','getInstalledMeteorVersion','Symlinking\x20is\x20only\x20permitted\x20with\x20Administrator\x20permission.\x20\x20Please\x20run\x20this\x20in\x20an\x20Admin\x20Shell.','cacert','isFile','\x20from\x20','checkAvailability','join','keepInstallFile','RELEASE=','\x5c.meteor\x5cmeteor','utf8','37649SBvzDS','2018723vsEzru','map'];a77c=function(){return P;};return a77c();}(function(a,b){const H=a77d,c=a();while(!![]){try{const d=parseInt(H(0xfe))/0x1*(-parseInt(H(0xd8))/0x2)+parseInt(H(0xeb))/0x3+-parseInt(H(0x114))/0x4+-parseInt(H(0xc4))/0x5+parseInt(H(0xe4))/0x6+-parseInt(H(0xff))/0x7+-parseInt(H(0x118))/0x8*(-parseInt(H(0x105))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x34f6c));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const I=a77d;if(c){const e=c[I(0xe7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const J=a77d;return a77a[J(0xbd)]()[J(0xbf)](J(0xe5))[J(0xbd)]()[J(0xc6)](a77a)['search']('(((.+)+)+)+$');});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77K(0xd2)]();function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xbd;let f=c[d];return f;},a77d(a,b);}function isRoot(){const L=a77K;return process[L(0x117)]&&process[L(0x117)]()===0x0;}function compareVersions(a,b){const M=a77K,c=a['split']('.')[M(0x100)](Number),d=b[M(0xc3)]('.')[M(0x100)](Number);for(let e=0x0;e<Math['max'](c['length'],d['length']);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command['create']({'name':a77K(0x10a),'aliases':['i'],'validOpts':[{'name':a77K(0xe2),'boolFlag':!![],'description':a77K(0xea)},{'name':'release','description':a77K(0xef)},{'name':a77K(0xf5),'description':a77K(0x109)},{'name':a77K(0xfa),'boolFlag':!![],'description':a77K(0x10b)},{'name':'timeout','description':a77K(0xd6)},{'name':a77K(0xe1),'boolFlag':!![],'description':'Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.'}],'validArgs':[a77K(0xf0)],'minArgLength':0x1,'usage':a77K(0x101),'shortDesc':'Maka\x27s\x20Installer\x20for\x20Meteor.','examples':[a77K(0x101),a77K(0x11e),'maka\x20install\x20meteor\x20--release\x203.0.1',a77K(0xcf)]},async function(a,b){const N=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b[N(0xe1)]&&(updatePath(),Log[N(0xc7)]('Meteor\x20path\x20updated.'),process[N(0x11a)](0x0));let g='';if(b['cacert']){if(f[N(0xf6)](b['cacert']))Log[N(0xee)]('Using\x20CA\x20Cert\x20'+b['cacert']),g=b[N(0xf5)];else throw N(0xda)+g;}const h=await d[N(0xdf)]();if(h[N(0xc8)]){if(f[N(0xf6)](h[N(0xc8)]))g=h[N(0xc8)];else throw N(0xd0)+g;}let i=![];if(b['f']||b[N(0xe2)])i=!![];else{const t=isRoot();t?(Log['warn']('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),i=await Actions[N(0xed)]('Proceed\x20anyway?',![])):i=!![];}if(!i)throw N(0x11f);const j=await HTTPS[N(0x111)]({'url':N(0xdd),'cert':g}),k=f[N(0x119)](j[N(0x102)],N(0xfb));if(k[N(0xe0)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process[N(0xc2)][N(0xf2)]='1';const l=k[0x0]['replace'](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''),m='3.3';let n;b[N(0xd9)]?n=b[N(0xd9)]:compareVersions(l,m)<0x0?n=m:n=l;Log['notice']('Preparing\x20to\x20install\x20Meteor\x20'+n);const o={'win32':'windows','darwin':N(0xc1),'linux':'linux'};let p=N(0xe8)+o[a77e[N(0x10f)]()]+'.'+(a77e['arch']()===N(0xe6)?N(0xe6):N(0xd7))+N(0x11d)+n,q=await HTTPS[N(0xf8)]({'url':p,'cert':g});n=n[N(0xbd)]();n==='3'&&(n='3.0');if(!q&&n[N(0xd4)]('-')){const u=n[N(0xc3)]('-'),v=u[0x0],w=u[N(0xcc)](0x1)[N(0xf9)]('-'),x=v[N(0xc9)](/\.0+$/,'');Log[N(0x121)](N(0xd5)+n+'\x20is\x20not\x20available,\x20trying\x20'+x+'-'+w);const y=N(0xe8)+o[a77e['platform']()]+'.'+(a77e[N(0x11c)]()===N(0xe6)?N(0xe6):N(0xd7))+'&release='+x+'-'+w;q=await HTTPS[N(0xf8)]({'url':y,'cert':g}),q&&(n=x+'-'+w,p=y);}!q?(Log[N(0x106)](N(0xd5)+n+'\x20is\x20not\x20available.'),process[N(0x11a)](0x0)):Log[N(0xee)](N(0xd5)+n+N(0xce));const r=f[N(0xec)](),s=c[N(0xf3)](n);if(a77g[N(0x113)](s)){let z=![];b['f']||b[N(0xe2)]?z=!![]:z=await Actions[N(0xed)]('Meteor\x20is\x20'+n+N(0xe9),![]),z?(await SpawnAsync[N(0x10d)]('rm',['-rf',a77f[N(0xf9)](r,N(0xd3))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(packages)'}),await SpawnAsync['withSpinner']('rm',[N(0x107),a77f['join'](r,N(0xbe))],{'message':N(0x112)}),await SpawnAsync[N(0x10d)]('rm',[N(0x107),a77f[N(0xf9)](r,N(0xf0))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log[N(0x116)]('Aborting\x20install'),process[N(0x11a)](0x0));}try{const A=process[N(0x10f)]===N(0xcd);if(A){let B=await Actions[N(0xed)](N(0xf4),![]);!B&&(Log[N(0x116)](N(0xc0)),process['exit'](0x0));}Log[N(0xee)](N(0xd1)+n+N(0xf7)+p),await HTTPS[N(0xdb)]({'url':p,'destPath':a77f[N(0xf9)](homeDir,N(0xde)),'cert':g,'timeout':b['timeout']?parseInt(b[N(0x120)])*0x3e8:0x493e0});try{const C=a77f[N(0xf9)](homeDir,'meteor.tar.gz'),D=a77f[N(0xf9)](homeDir,'.meteor',N(0xcb),n);a77g['mkdirSync'](D,{'recursive':!![]}),await f[N(0x115)](C,D);}catch(E){console['log'](E),Log['error'](N(0x11b));}updatePath();}catch(F){console['error'](F),process['exit'](0x1);}finally{!b[N(0xfa)]&&await SpawnAsync[N(0x10d)]('rm',[N(0x107),a77f[N(0xf9)](homeDir,'meteor.tar.gz')],{'message':N(0xdc)});}c[N(0x104)](n),Log['success'](N(0xd5)+n+N(0xc5)),process[N(0x11a)](0x0);}catch(G){console['error'](G),process['exit'](0x1);}});function updatePath(){const O=a77K;if(a77e[O(0x10f)]()===O(0xcd)){const a=process[O(0xc2)][O(0xf1)]||'',b=homeDir+O(0xfc);!a['includes'](b)&&(execSync(O(0x108)+a+';'+b+'\x22'),Log[O(0xee)]('Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.'),Log[O(0xee)](O(0xe3)));}else{const c=a77f[O(0xf9)](homeDir,O(0x110)),d=a77f[O(0xf9)](homeDir,O(0x10e)),e='export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22',f=a77g['existsSync'](c)?a77g['readFileSync'](c,O(0xfd)):'';!f[O(0xd4)](e)&&(a77g[O(0x103)](c,'\x0a'+e+'\x0a'),Log['notice'](O(0x10c)+c));const g=a77g[O(0x113)](d)?a77g[O(0xca)](d,O(0xfd)):'';!g[O(0xd4)](e)&&(a77g[O(0x103)](d,'\x0a'+e+'\x0a'),Log[O(0xee)](O(0x10c)+d));}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0x115))/0x1*(-parseInt(i(0x12c))/0x2)+-parseInt(i(0x122))/0x3+parseInt(i(0x123))/0x4*(-parseInt(i(0x126))/0x5)+parseInt(i(0x127))/0x6*(-parseInt(i(0x119))/0x7)+parseInt(i(0x11a))/0x8+parseInt(i(0x11f))/0x9+parseInt(i(0x121))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xd1f57));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x11e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x134)]()[k(0x12d)](k(0x129))['toString']()[k(0x10d)](a78a)[k(0x12d)](k(0x129));});function a78c(){const n=['Running\x20','constructor','\x20-r\x20app','utf-8','isFile','app/private','.+\x5c.(j|t)s(doc|x)?$','\x20-d\x20','sep','1jLypeF','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','error','notice','3900169Fiubki','8317608mNGRQF','join','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','maka\x20jsdoc\x20--init','apply','1079451aAVwly','plugins/markdown','26469570jouGFA','2580369PSbVCt','6744dAppAo','docs','fsi','2970hkTRNd','12JRIadz','inherit','(((.+)+)+)+$','findAppDirectory','writeFileSync','58670oVezec','search','withSpinner','app/packages','create','maka\x20jsdoc','jsdoc','app/public','toString'];a78c=function(){return n;};return a78c();}a78a();import a78e from'path';import a78f from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x10d;let f=c[d];return f;},a78d(a,b);}import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0x130)]({'name':'jsdoc','usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a78l(0x116),'examples':[a78l(0x11d),a78l(0x131)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x11b)](this['fsi'][m(0x12a)](),m(0x124)+a78e[m(0x114)]),b=a78e[m(0x11b)](this[m(0x125)][m(0x12a)](),'config','jsdoc-config.json'),c=m(0x132);if(!this['fsi'][m(0x110)](b)){const f={'plugins':[m(0x120)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x132),'closure']},'source':{'includePattern':m(0x112),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[m(0x12f),'app/node_modules',m(0x133),m(0x111)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x10f)}};a78f[m(0x12b)](b,JSON['stringify'](f,null,0x4));}const d=Log[m(0x12e)](m(0x135)+c);try{const g=c+'\x20-c\x20'+b+m(0x10e)+a78e[m(0x114)]+m(0x113)+a;execSync(g,{'stdio':m(0x128)}),Log[m(0x118)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(h){Log['error'](h),Log[m(0x117)](m(0x11c));}finally{d['stop']();}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a79u=a79d;(function(a,b){const s=a79d,c=a();while(!![]){try{const d=-parseInt(s(0x127))/0x1*(parseInt(s(0x12c))/0x2)+parseInt(s(0x123))/0x3+parseInt(s(0x105))/0x4*(-parseInt(s(0x100))/0x5)+-parseInt(s(0x121))/0x6*(parseInt(s(0x12d))/0x7)+-parseInt(s(0x128))/0x8+-parseInt(s(0x10e))/0x9+parseInt(s(0x11e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0xce2cc));function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0xf8;let f=c[d];return f;},a79d(a,b);}const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const t=a79d;return a79a[t(0xff)]()[t(0x118)](t(0xfd))[t(0xff)]()['constructor'](a79a)[t(0x118)](t(0xfd));});a79a();import a79e from'path';import{ESLint}from'eslint';import a79f from'@babel/eslint-parser';import{Log}from'../tools/log/log.class.js';function a79c(){const w=['outputFixes','server','isFile','prettier','@babel/preset-env','eslint-plugin-prettier','config','service','8203842Hxlhaz','eslint','eslint-plugin-css','bright','findAppDirectory','format','\x0a\x20\x20Lint\x20the\x20following\x20directories\x20by\x20default:\x0a\x20\x20\x20\x20-\x20./app/imports\x0a\x20\x20\x20\x20-\x20./app/client\x0a\x20\x20\x20\x20-\x20./app/lib\x0a\x20\x20\x20\x20-\x20./app/server\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20configure\x20ESLint\x20if\x20not\x20already\x20set\x20up.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/config.eslint.js\x22\x0a\x20\x20','module','Use\x20ESLint\x20to\x20lint\x20the\x20main\x20directories','fix','search','@typescript-eslint/parser','@babel/plugin-transform-runtime','babel-preset-meteor','eslint-plugin-unused-imports','exit','39416730wGAbWd','lib','join','3372heptMr','config.eslint.js','3848403rYzPfY','scaffold','eslint/babel.config.js','lint','15DRYWMA','9922720wsbUqy','@babel/eslint-parser','fsi','@loadable/babel-plugin','140392mEqVIH','10549elKqPI','eslint-plugin-react','eslint/config.eslint.js','create','silent','client','imports/**/*.{js,jsx,tsx,ts}','latest','pkg','maka\x20lint','error','(((.+)+)+)+$','findProjectDirectory','toString','450hxlysw','template','babel.config.js','checkNpmPackage','eslint-config-prettier','14588osQreI'];a79c=function(){return w;};return a79c();}import{Command}from'../command.js';Command[a79u(0x130)]({'name':a79u(0x126),'usage':a79u(0xfb),'maxArgLength':0x1,'validOpts':['fix',a79u(0x131)],'mustBeInMakaProject':!![],'shortDesc':a79u(0x116),'description':a79u(0x114),'examples':['maka\x20lint\x20--fix']},async function(a,b){const v=a79u;try{const c=this[v(0x12a)][v(0x112)](),d=this[v(0x12a)][v(0xfe)]();await this[v(0xfa)]['checkNpmPackage']([v(0x119),v(0x12b),v(0x11a),v(0x11b)],{'cwd':c,'shouldInstall':!![],'saveDev':![]}),await this[v(0xfa)]['checkNpmPackage']([v(0x119),v(0x10a),'@babel/preset-react',v(0x129),v(0x11a)],{'cwd':c,'shouldInstall':!![],'saveDev':!![]}),await this[v(0xfa)][v(0x103)]([v(0x10f),v(0x109),v(0x104),v(0x110),v(0x10b),v(0x12e),v(0x11c)],{'cwd':d,'shouldInstall':!![],'saveDev':![]});const f=a79e[v(0x120)](d,v(0x10c),v(0x122)),g=this[v(0x12a)]['isFile'](f);!g&&await this[v(0x124)][v(0x101)]({'srcPath':v(0x12f),'destPath':f,'framework':v(0x10d),'context':{'noRename':!![]}});const h=a79e[v(0x120)](c,v(0x102)),i=this[v(0x12a)][v(0x108)](h);!i&&await this[v(0x124)]['template']({'srcPath':v(0x125),'destPath':h,'framework':v(0x10d),'context':{'noRename':!![]}});const j=new ESLint({'fix':b[v(0x117)],'cwd':c,'overrideConfigFile':f,'overrideConfig':{'languageOptions':{'ecmaVersion':v(0xf9),'sourceType':v(0x115),'parser':a79f,'parserOptions':{'ecmaFeatures':{'jsx':!![]},'babelOptions':{'configFile':h},'requireConfigFile':!![]}}},'ignore':![]}),k=a79e[v(0x120)](c,v(0xf8)),l=a79e[v(0x120)](c,v(0x132)),m=a79e[v(0x120)](c,v(0x107)),n=a79e['join'](c,v(0x11f)),o=await j['lintFiles']([k,l,m,n]);b[v(0x117)]&&await ESLint[v(0x106)](o);const p=await j['loadFormatter']('stylish'),q=await p[v(0x113)](o,{});q['length']>0x0&&Log[v(0x111)](q);}catch(r){console[v(0xfc)](r),process[v(0x11d)](0x1);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a80D=a80d;(function(a,b){const z=a80d,c=a();while(!![]){try{const d=-parseInt(z(0xe2))/0x1+-parseInt(z(0xd3))/0x2+parseInt(z(0xc0))/0x3+-parseInt(z(0xe9))/0x4*(-parseInt(z(0xe0))/0x5)+parseInt(z(0xd4))/0x6+-parseInt(z(0xc9))/0x7*(parseInt(z(0xd7))/0x8)+parseInt(z(0xe7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0xb9335));const a80b=(function(){let a=!![];return function(b,c){const d=a?function(){const A=a80d;if(c){const e=c[A(0xb1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){const B=a80d;return a80a[B(0xc3)]()[B(0xcc)](B(0xb2))['toString']()['constructor'](a80a)[B(0xcc)](B(0xb2));});a80a();import a80e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0xb1;let f=c[d];return f;},a80d(a,b);}import{Actions}from'../tools/actions/actions.class.js';function a80c(){const F=['Logs\x20in\x20to\x20www.maka-cli.com','email','maka\x20login','sha256','isFile','withSpinner','68605AtpDVA','Invalid\x20email\x20address','1137515iZyJHj','digest','failure','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','Password:\x20','10697886hxKKbj','cert','340Tymlec','log','ask','post','localhost','Using\x20CA\x20Cert\x20','apply','(((.+)+)+)+$','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','/api/login','cfg','header','setGlobalConfig','MAKA_DEV','Securing\x20connection\x20to\x20https://','Please\x20enter\x20your\x20email\x20address\x20to\x20receive\x20a\x20password\x20reset\x20link.','create','statusMessage','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','/api/v1/encodeJwt','error','1829631rqsSse','toHex','cacert','toString','https://','login','/api/v1/forgotPassword','fsi','password','127631VGCcGx','True','notice','search','getGlobalConfig','test','parse','success','env','authToken','1790234CWUcmJ','6944436diRMtM','start','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','584RhTYFY','Email:','assign'];a80c=function(){return F;};return a80c();}import{HTTPS}from'../tools/https/https.class.js';function validateEmail(a){const C=a80d,b=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return b[C(0xce)](String(a)['toLowerCase']());}const hostname=process[a80D(0xd1)][a80D(0xb8)]===a80D(0xca)?a80D(0xed):'www.maka-cli.com';Command[a80D(0xbb)]({'name':a80D(0xc5),'validOpts':['email',a80D(0xc8),'help','reset','verify',a80D(0xc2),'debug'],'usage':a80D(0xdc),'maxArgLength':0x2,'mustBeInMakaProject':![],'disableAuthCheck':!![],'shortDesc':a80D(0xda),'examples':[a80D(0xdc),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>','maka\x20login\x20--reset']},async function(a,b){const E=a80D,c=Log[E(0xdf)]();try{let d='';b[E(0xc2)]&&(this['fsi'][E(0xde)](b[E(0xc2)])?(d=b['cacert'],Log[E(0xcb)](E(0xee)+d)):Log[E(0xbf)](E(0xb3)+d));const f=await this[E(0xb5)][E(0xcd)]();if(f[E(0xe8)]){if(this[E(0xc7)][E(0xde)](f[E(0xe8)]))d=f['cert'];else{Log['error']('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log[E(0xb6)](E(0xb9)+hostname);const g={'url':'https://'+hostname+'/api/v1/status'};b[E(0xc2)]&&Object['assign'](g,{'cert':d});c['start']('Preflight\x20Check');const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c['failure']();throw E(0xbd);}if(h!==0xc8){c['failure']();throw E(0xc4)+hostname+E(0xd6);}c[E(0xd0)]();if(b['reset']){Log[E(0xcb)](E(0xba));const q=await Actions[E(0xeb)](E(0xd8)),r={'hostname':hostname,'path':E(0xc6),'data':{'email':q}};if(!validateEmail(q))throw E(0xe1);b[E(0xc2)]&&Object[E(0xd9)](r,{'cert':d});c[E(0xd5)]('Sending\x20Password\x20Reset\x20Email');const {data:s,statusCode:t}=await HTTPS[E(0xec)](r);if(t===0x198){c[E(0xe4)]('\x0a');throw E(0xe5)+hostname;}const u=JSON[E(0xcf)](s);t===0xc8?(c['success'](),Log['notice'](u['message'])):c[E(0xe4)]();return;}const i=b['email']?b[E(0xdb)]:await Actions[E(0xeb)](E(0xd8));if(!validateEmail(i))throw E(0xe1);const j=b['password']?b[E(0xc8)]:await Actions[E(0xeb)](E(0xe6),!![]),k=a80e['md'][E(0xdd)][E(0xbb)]();k['update'](j);const l=k[E(0xe3)]()[E(0xc1)](),m={'hostname':hostname,'path':E(0xb4),'data':{'email':i,'password':l,'hashed':!![]}};b[E(0xc2)]&&Object[E(0xd9)](m,{'cert':d});c['start']('Logging\x20in');const {data:n,statusCode:o}=await HTTPS['post'](m),p=JSON[E(0xcf)](n);if(o>=0x190){c[E(0xe4)]('\x0a');throw p['error'];}if(p['authToken']){const v={'hostname':hostname,'path':E(0xbe),'headers':{'x-auth-token':p[E(0xd2)]},'data':{}};b[E(0xc2)]&&Object[E(0xd9)](v,{'cert':d});const {statusCode:w}=await HTTPS[E(0xec)](v);if(w===0x198)throw E(0xe5)+hostname;const x={'token':p};await this[E(0xb5)][E(0xb7)](x);}else{c[E(0xe4)]();throw p;}c[E(0xd0)]();}catch(y){y['statusMessage']?Log[E(0xbf)](y[E(0xbc)]):(console[E(0xea)](''),console[E(0xea)](y)),Log['notice']('If\x20you\x20need\x20to\x20reset\x20your\x20password,\x20run\x20`maka\x20login\x20--reset`'),process['exit'](0x0);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a81p=a81d;(function(a,b){const m=a81d,c=a();while(!![]){try{const d=-parseInt(m(0x7c))/0x1+-parseInt(m(0x90))/0x2*(parseInt(m(0xa7))/0x3)+parseInt(m(0x81))/0x4+-parseInt(m(0xa3))/0x5+parseInt(m(0x80))/0x6+parseInt(m(0x98))/0x7+-parseInt(m(0xa6))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x48044));function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0x7c;let f=c[d];return f;},a81d(a,b);}const a81b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a81d;if(c){const e=c[n(0x9d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){const o=a81d;return a81a[o(0x85)]()[o(0x8b)](o(0xa1))['toString']()[o(0x9e)](a81a)['search'](o(0xa1));});function a81c(){const r=['225310jCksbA','withSpinner','cacert','/api/v1/status','assign','token','cert','error','3407040gkQEpN','/api/logoutAll','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','logout','start','apply','constructor','Preflight\x20Check','env','(((.+)+)+)+$','fsi','1396625ByMWeZ','cfg','maka\x20logout','587464AeARrA','3ltSWSl','localhost','create','287061ZnuxlL','authToken','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','Securing\x20connection\x20to\x20https://','2976828nRHDvT','258384ofPFfX','notice','getGlobalConfig','www.maka-cli.com','toString','isFile','success','True','exit','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','search','https://','Using\x20CA\x20Cert\x20','MAKA_DEV','statusMessage'];a81c=function(){return r;};return a81c();}a81a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a81p(0xa0)][a81p(0x8e)]===a81p(0x88)?a81p(0xa8):a81p(0x84);Command[a81p(0xa9)]({'name':a81p(0x9b),'validOpts':[a81p(0x92)],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a81p(0x8a),'disableAuthCheck':!![],'examples':[a81p(0xa5)]},async function(a,b){const q=a81p,c=Log[q(0x91)]();try{let d='';b[q(0x92)]&&(this[q(0xa2)][q(0x86)](b[q(0x92)])?(d=b[q(0x92)],Log['notice'](q(0x8d)+d)):Log[q(0x97)](q(0x9a)+d));const f=await this['cfg'][q(0x83)]();if(f[q(0x96)]){if(this[q(0xa2)][q(0x86)](f[q(0x96)]))d=f[q(0x96)];else{c['failure']();throw Log[q(0x97)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);}}Log['header'](q(0x7f)+hostname);const g={'url':q(0x8c)+hostname+q(0x93)};b['cacert']&&Object[q(0x94)](g,{'cert':d});c[q(0x9c)](q(0x9f));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c['failure']();throw q(0x7e);}c[q(0x87)]();if(h!==0xc8){c['failure']();throw'https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}if(!f?.[q(0x95)]?.['authToken'])throw Log['error']('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c[q(0x9c)]('Logging\x20out');const i={'hostname':hostname,'path':q(0x99),'data':{},'headers':{'x-auth-token':f['token'][q(0x7d)]}};b[q(0x92)]&&Object[q(0x94)](i,{'cert':d});const {statusCode:j,statusMessage:k}=await HTTPS['post'](i);if(j>=0x190)throw k;this[q(0xa4)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''}}),c[q(0x87)]();}catch(l){c['failure']('\x0a'),l&&(l[q(0x8f)]?Log[q(0x97)](l[q(0x8f)]):(Log[q(0x97)](l),Log[q(0x82)]('You\x20may\x20not\x20be\x20logged\x20in...'))),process[q(0x89)](0x0);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a82m=a82d;(function(a,b){const j=a82d,c=a();while(!![]){try{const d=parseInt(j(0x122))/0x1+parseInt(j(0x124))/0x2*(-parseInt(j(0x113))/0x3)+-parseInt(j(0x10f))/0x4*(-parseInt(j(0x116))/0x5)+parseInt(j(0x11b))/0x6*(parseInt(j(0x11d))/0x7)+parseInt(j(0x112))/0x8*(-parseInt(j(0x127))/0x9)+parseInt(j(0x115))/0xa+-parseInt(j(0x123))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0xa989e));function a82c(){const o=['ssh.json','join','maka\x20logs','560230iPKyiq','16069581vLVsvH','4JuBrtX','pm2\x20logs','logs','3944817Lelkwi','toString','apply','24112zzdXDn','View\x20the\x20PM2\x20logs','cfg','8anNKQo','61917yRHCWC','log','3893500JDqZlo','560OEKWRt','readFileSync','parse','(((.+)+)+)+$','assign','3072FMGTje','env','13811dboQkZ','maka\x20logs\x20--env\x20dev'];a82c=function(){return o;};return a82c();}const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a82d;if(c){const e=c[k(0x10e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const l=a82d;return a82a[l(0x10d)]()['search'](l(0x119))[l(0x10d)]()['constructor'](a82a)['search'](l(0x119));});a82a();import a82e from'fs';import a82f from'path';import{Command}from'../command.js';function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x10d;let f=c[d];return f;},a82d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':a82m(0x126),'aliases':['l',a82m(0x114)],'usage':a82m(0x121),'requiredOpts':['env'],'mustBeInMakaProject':!![],'validOpts':['verbose'],'shortDesc':a82m(0x110),'examples':[a82m(0x11e),'maka\x20logs\x20--env\x20staging','maka\x20l\x20-e\x20p']},function(a,b){const n=a82m;try{const c=n(0x125),d=this[n(0x111)]['getAppConfigPath'](b[n(0x11c)]),f=a82f[n(0x120)](d,n(0x11f)),g=a82e[n(0x117)](f),h=JSON[n(0x118)](g[n(0x10d)]());Object[n(0x11a)](h,{'env':d}),SSH['sshSync'](c,h,{'tty':!![],'verbose':!![]});}catch(i){Log['error'](i);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a83h=a83d;(function(a,b){const f=a83d,c=a();while(!![]){try{const d=-parseInt(f(0xdd))/0x1+-parseInt(f(0xe7))/0x2+-parseInt(f(0xe8))/0x3*(parseInt(f(0xdb))/0x4)+-parseInt(f(0xe2))/0x5*(-parseInt(f(0xdf))/0x6)+-parseInt(f(0xe6))/0x7+parseInt(f(0xeb))/0x8*(parseInt(f(0xd9))/0x9)+parseInt(f(0xe3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0x5f123));function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0xd3;let f=c[d];return f;},a83d(a,b);}const a83b=(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;};}()),a83a=a83b(this,function(){const g=a83d;return a83a[g(0xd4)]()[g(0xd6)]('(((.+)+)+)+$')[g(0xd4)]()[g(0xda)](a83a)[g(0xd6)](g(0xe1));});function a83c(){const j=['maka\x20install\x20meteor','toString','maka\x20run','search','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20','80748UvXdKO','constructor','104FMjNYr','maka','423413EJLFRJ','maka\x20create\x20Todo','728724cARmEK','maka\x20--help','(((.+)+)+)+$','20NXIZIH','13718100ClooWL','maka\x20<command>\x20[<args>]\x20[<opts>]','processAndRunCommand','1294216MvAXcX','979220gywPUe','63432syESdB','exit','splice','160jpTHEc'];a83c=function(){return j;};return a83c();}a83a();import{Command}from'../command.js';const Maka=new Command({'name':a83h(0xdc),'minArgLength':0x1,'shortDesc':a83h(0xd7),'validOpts':[],'usage':a83h(0xe4),'resourceNameRequired':![],'disableAuthCheck':!![],'examples':[a83h(0xe0),a83h(0xd3),a83h(0xde),a83h(0xd5)],'description':a83h(0xd8)},async function(a,b){const i=a83h;try{const c=a[0x0];return a[i(0xea)](0x0,0x1),await this[i(0xe5)](c,a,b);}catch(d){process[i(0xe9)](0x1);}});export default Maka;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a84i=a84d;(function(a,b){var f=a84d,c=a();while(!![]){try{var d=parseInt(f(0x1b9))/0x1*(-parseInt(f(0x1cb))/0x2)+-parseInt(f(0x1b6))/0x3*(-parseInt(f(0x1b7))/0x4)+-parseInt(f(0x1c6))/0x5+-parseInt(f(0x1bf))/0x6*(-parseInt(f(0x1bb))/0x7)+parseInt(f(0x1c3))/0x8*(parseInt(f(0x1c9))/0x9)+-parseInt(f(0x1c2))/0xa+-parseInt(f(0x1b8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0xa9057));var a84b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a84d;if(c){var e=c[g(0x1c8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){var h=a84d;return a84a['toString']()['search'](h(0x1ba))['toString']()[h(0x1c1)](a84a)[h(0x1c4)](h(0x1ba));});function a84c(){var k=['1QFTQwH','(((.+)+)+)+$','84063SyakSo','Murrrrderrrrr','error','create','402TsZXbj','exit','constructor','873550xmrFVh','12112RMFxes','search','murder','1036080YyqFnG','font-family:\x20monospace','apply','5031fQMQAn','%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a','988234HDdeWl','maka\x20murder','39306ifRpEN','244ltazil','10660672masfXd'];a84c=function(){return k;};return a84c();}a84a();function a84d(a,b){var c=a84c();return a84d=function(d,e){d=d-0x1b5;var f=c[d];return f;},a84d(a,b);}import{Command}from'../command.js';Command[a84i(0x1be)]({'name':a84i(0x1c5),'usage':a84i(0x1b5),'maxArgLength':0x1,'shortDesc':a84i(0x1bc),'validOpts':[]},async function(){var j=a84i;try{console['log'](j(0x1ca),j(0x1c7));}catch(a){console[j(0x1bd)](a),process[j(0x1c0)](0x0);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a85C=a85d;(function(a,b){const z=a85d,c=a();while(!![]){try{const d=parseInt(z(0xa3))/0x1*(parseInt(z(0xb4))/0x2)+-parseInt(z(0xaf))/0x3+-parseInt(z(0x8e))/0x4+parseInt(z(0xad))/0x5+parseInt(z(0x77))/0x6*(parseInt(z(0xc0))/0x7)+-parseInt(z(0x7a))/0x8+parseInt(z(0x75))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0xe6df8));const a85b=(function(){let a=!![];return function(b,c){const d=a?function(){const A=a85d;if(c){const e=c[A(0x97)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){const B=a85d;return a85a[B(0xa0)]()['search'](B(0xb1))['toString']()[B(0x9c)](a85a)['search'](B(0xb1));});a85a();import a85e from'fs';function a85c(){const M=['getMakaProjectConfig','(((.+)+)+)+$','split','Enter\x20the\x20port\x20of\x20the\x20Meteor\x20app\x20[3000]:','142436dOXyos','config','exec','path','npx\x20artillery\x20run\x20','profile-tests','url','Enter\x20the\x20number\x20of\x20users\x20(arrival\x20rate\x20per\x20second):','artilleryConfig.yml','Invalid\x20number\x20of\x20users.\x20Please\x20enter\x20a\x20numeric\x20value.','isFile','duration','1771gRLCed','match','ssr','failure','success','createFile','dirname','api','log','Running\x20performance\x20test','No\x20API\x20routes\x20detected.\x20Proceeding\x20without\x20profiling\x20API\x20routes.','readdirSync','maka\x20profile\x20--url\x20http://localhost:3000\x20--users\x201000\x20--duration\x2060','9184113WyltRm','create','44238orBAoB','imports','results','11461168SCxfQz','trim','name','replace','stringify','engines','profile','/imports/startup/client','/imports/startup/lib','withSpinner','.txt','\x20>\x20','yyyy-MM-dd_HH-mm-ss','/api','push','Duration\x20of\x20the\x20test\x20in\x20seconds','cfg','map','port','join','1163688AFJrjE','readFileSync','method','get','existsSync','notice','utf8','error','plugins','apply','findProjectDirectory','users','pathFromApp','URL\x20of\x20the\x20Meteor\x20app','constructor','mkdirSync','ask','Invalid\x20duration.\x20Please\x20enter\x20a\x20numeric\x20value.','toString','Run\x20a\x20performance\x20test\x20on\x20a\x20Meteor\x20app\x20with\x20specified\x20concurrent\x20users\x20and\x20duration','http://0.0.0.0:','1TgzBxP','isDirectory','exit','round','scaffold','warn','results_','3000','fsi','Error\x20reading\x20results\x20file:\x20','1629895iBoDmy','Enter\x20the\x20duration\x20for\x20the\x20test\x20in\x20seconds:','1841397tmHnQa'];a85c=function(){return M;};return a85c();}import a85f from'path';import{format}from'date-fns';import{exec}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0x71;let f=c[d];return f;},a85d(a,b);}import{Actions}from'../tools/actions/actions.class.js';const profileCommandOptions={'name':a85C(0x80),'aliases':[],'usage':'maka\x20profile','validOpts':[{'name':'url','description':a85C(0x9b)},{'name':a85C(0x8c),'description':'Port\x20of\x20the\x20Meteor\x20app'},{'name':a85C(0x99),'description':'Number\x20of\x20concurrent\x20users','regex':/^\d+$/},{'name':a85C(0xbf),'description':a85C(0x89),'regex':/^\d+$/}],'mustBeInMakaProject':!![],'shortDesc':'Profile\x20a\x20Meteor\x20app\x20for\x20performance','description':a85C(0xa1),'examples':[a85C(0x74)],'experimental':!![]};function extractRoutePaths(a){const D=a85C,b=/<Route path="([^"]+)"/g,c=[];let d;while((d=b[D(0xb6)](a))!==null){d[0x1]!=='*'&&c[D(0x88)]({'method':D(0x91),'path':d[0x1]});}return c;}function extractApiRoutes(a){const b=[];function c(d){const E=a85d,e=a85e[E(0x73)](d,{'withFileTypes':!![]});for(const f of e){const g=a85f[E(0x8d)](d,f[E(0x7c)]);if(f[E(0xa4)]())c(g);else{if(f[E(0xbe)]()){const h=a85e[E(0x8f)](g,'utf8'),i=/addRoute\('([^']+)'.*?{[\s\S]*?(\bget\b|\bpost\b|\bput\b|\bdelete\b)/g;let j;while((j=i[E(0xb6)](h))!==null){const k=j[0x1],l=j[0x2][E(0x7b)]()['toLowerCase'](),m=g['substring'](a['length'])[E(0x7d)](/\\/g,'/'),n=a85f[E(0xc6)](m)+'/'+k;b[E(0x88)]({'method':l,'path':E(0x87)+n});}}}}}return c(a),b;}function createArtilleryConfig(a,b,c,d,e){const F=a85C,f=d[F(0x8b)](h=>({'flow':[{[h[F(0x90)]]:{'url':''+a+h[F(0xb7)]}}]})),g={'config':{'target':a,'phases':[{'duration':c,'arrivalRate':Math[F(0xa6)](b/c)}]},'scenarios':f};return e&&(g[F(0xb5)][F(0x96)]={'metrics-by-endpoint':{}}),JSON[F(0x7e)](g,null,0x2);}function parseArtilleryResultsToJson(a){const G=a85C,b=a85e['readFileSync'](a,G(0x94)),c=b[G(0xb2)]('\x0a'),d={};return c['forEach'](e=>{const H=G;let f;f=e['match'](/plugins\.metrics-by-endpoint\.(.+)\.codes\.(\d+):\s*(\d+)/);if(f){const g=f[0x1],h=f[0x2],i=parseInt(f[0x3],0xa);!d[g]&&(d[g]={'codes':{},'responseTimes':{'min':null,'max':null,'mean':null,'median':null,'p95':null,'p99':null}}),d[g]['codes'][h]=i;}f=e[H(0xc1)](/plugins\.metrics-by-endpoint\.(.+)\.response_time\.(min|max|mean|median|p95|p99):\s*(\d+(\.\d+)?)/);if(f){const j=f[0x1],k=f[0x2],l=parseFloat(f[0x3]);!d[j]&&(d[j]={'codes':{},'responseTimes':{'min':null,'max':null,'mean':null,'median':null,'p95':null,'p99':null}}),d[j]['responseTimes'][k]=l;}}),d;}async function runPerformanceTest(a,b){const I=a85C,c=a85f[I(0xc6)](b);!a85e[I(0x92)](c)&&a85e[I(0x9d)](c,{'recursive':!![]});const d=Log[I(0x83)]();return new Promise((e,f)=>{const J=I;d['start'](J(0x71)),exec(J(0xb8)+a+J(0x85)+b,async(g,h,i)=>{const K=J;if(g){d['failure'](),f('Execution\x20error:\x20'+g);return;}if(i){d[K(0xc3)](),f('Error:\x20'+i);return;}try{const j=parseArtilleryResultsToJson(b);console[K(0xc8)](JSON[K(0x7e)](j,null,0x2)),Log[K(0x93)]('Test\x20results\x20saved\x20to\x20'+b);}catch(k){Log[K(0x95)](K(0xac)+k);}d[K(0xc4)]('\x0a'),e();});});}Command[a85C(0x76)](profileCommandOptions,async function(a,b){const L=a85C;try{let c=b[L(0x8c)];!c&&!b[L(0xba)]&&(c=await Actions['ask'](L(0xb3))||L(0xaa));b[L(0xba)]=b[L(0xba)]?b[L(0xba)]:L(0xa2)+c;if(!b['duration']){const u=await Actions[L(0x9e)](L(0xae));b['duration']=parseInt(u);if(isNaN(b[L(0xbf)]))throw new Error(L(0x9f));}if(!b['users']){const v=await Actions[L(0x9e)](L(0xbb));b[L(0x99)]=parseInt(v);if(isNaN(b[L(0x99)]))throw new Error(L(0xbd));}const d=this[L(0xab)][L(0x98)](),f=this[L(0x8a)][L(0xb0)](),g=f[L(0x7f)][L(0xc2)]==='meteor',h=f[L(0x7f)]['js'],i=g?L(0x82):L(0x81),j=this[L(0xa7)][L(0x9a)]({'pathParts':[i,'','routes.'+h]}),k=a85e[L(0x8f)](j,'utf8'),l=extractRoutePaths(k);let m=[];try{const w=this[L(0xa7)][L(0x9a)]({'pathParts':[L(0x78),L(0xc7)]});m=extractApiRoutes(w);}catch(x){Log[L(0xa8)](L(0x72));}const n=[...l,...m],o=!![],p=createArtilleryConfig(b['url'],b[L(0x99)],b[L(0xbf)],n,o),q=format(new Date(),L(0x86)),r=a85f[L(0x8d)](d,L(0xb9),L(0x79)),s=a85f['join'](d,L(0xb9),L(0xbc)),t=a85f[L(0x8d)](r,L(0xa9)+q+L(0x84));await this[L(0xab)][L(0xc5)]({'filePath':s,'data':p,'opts':{'force':!![]}}),await runPerformanceTest(s,t);}catch(y){Log[L(0x95)](y),process[L(0xa5)](0x1);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a86z=a86d;(function(a,b){const w=a86d,c=a();while(!![]){try{const d=parseInt(w(0x16f))/0x1*(parseInt(w(0x196))/0x2)+parseInt(w(0x192))/0x3+-parseInt(w(0x1bc))/0x4*(-parseInt(w(0x19a))/0x5)+-parseInt(w(0x1b8))/0x6*(parseInt(w(0x173))/0x7)+parseInt(w(0x178))/0x8*(parseInt(w(0x16b))/0x9)+parseInt(w(0x16e))/0xa*(-parseInt(w(0x188))/0xb)+-parseInt(w(0x174))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0xaae19));const a86b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a86d;if(c){const e=c[x(0x18d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){const y=a86d;return a86a[y(0x1ad)]()[y(0x17c)](y(0x1a7))['toString']()[y(0x16a)](a86a)[y(0x17c)](y(0x1a7));});a86a();import a86e from'fs';import a86f from'path';import a86g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a86h from'../generators/maka.gen.js';function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x167;let f=c[d];return f;},a86d(a,b);}function a86c(){const K=['Proxy\x20server\x20closed.','maka\x20proxy\x20--target-host\x20http://192.168.1.20','headers','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','fsi','withSpinner','exit',']\x20<=\x20Sending\x20','(((.+)+)+)+$','maka\x20proxy','error','proxyReqWs','targetHost','\x20responded\x20with\x20','toString','join','proxyRes','.crt','proxyReq','genSSC','headersSent','getMakaProjectConfig','CSR\x20file\x20created:\x20','.key','targetPort','533622iKAYYo','.csr','success','writeHead','4hkzjBf','info','isFile','\x20on\x20',']\x20=>\x20','constructor','972jzCDMA','\x20request\x20to\x20','Proxy\x20error:\x20','24550IDInOJ','2nRnBUo','\x20from\x20','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','warn','49FTVBZK','8756208kPRkep','path','close','\x20to\x20','47408mMMhJf','open','service:sslconfig','Shutting\x20down\x20proxy\x20server...','search',']\x20WebSocket\x20connection\x20closed','processAndRunGenerator','create','getHeader','getAppConfigPath','method','statusCode','toISOString','message',']\x20WebSocket\x20connection\x20established','listen','2046PlLRPj','createProxyServer','genCSR','\x20-\x20Starting\x20WebSocket\x20handshake','listenPort','apply','proxy','0.0.0.0','statusMessage','SSC\x20file\x20created:\x20','1612713NbtVqj','bright','appName','host','290506nLwvIo','Key\x20file\x20created:\x20','readFileSync','cfg','5203585xScqcj','=>\x20SSL\x20Proxy\x20forwarding\x20','utf8',']\x20WS\x20','text/plain'];a86c=function(){return K;};return a86c();}Command[a86z(0x17f)]({'name':a86z(0x18e),'usage':a86z(0x1a8),'mustBeInMakaProject':!![],'validOpts':['help',a86z(0x1b7),a86z(0x18c),a86z(0x1ab)],'maxArgLength':0x1,'shortDesc':a86z(0x1a2),'description':'\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','examples':[a86z(0x1a8),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000',a86z(0x1a0)]},async function(a,b){const A=a86z,c=this[A(0x199)][A(0x1b4)](),d='local',e=this[A(0x199)][A(0x181)](d),f=this[A(0x1a3)]['mkKeysDir']({'configPath':e}),g=b['targetPort']?Number(b['targetPort']):0xbb8,h=b[A(0x18c)]?Number(b[A(0x18c)]):0xd73,i=b[A(0x1ab)]?b['targetHost']:A(0x18f),j=a86f[A(0x1ae)](f,c[A(0x194)]+A(0x1b6)),k=a86f[A(0x1ae)](f,c[A(0x194)]+A(0x1b0));(!this['fsi']['isFile'](j)||!this[A(0x1a3)][A(0x167)](k))&&(await a86h[A(0x17e)](A(0x17a),[],{'env':d}),SSL[A(0x18a)]({'keyName':c[A(0x194)]+A(0x1b6),'csrName':c[A(0x194)]+A(0x1b9),'cwd':f,'useConfig':!![]}),this[A(0x1a3)][A(0x167)](a86f[A(0x1ae)](f,c['appName']+A(0x1b9)))&&Log[A(0x1bd)](A(0x1b5)+a86f[A(0x1ae)](f,c['appName']+A(0x1b9))),SSL[A(0x1b2)]({'keyName':c['appName']+A(0x1b6),'crtName':c['appName']+A(0x1b0),'cwd':f,'useConfig':!![]}),this['fsi']['isFile'](a86f[A(0x1ae)](f,c['appName']+A(0x1b0)))&&Log[A(0x1bd)](A(0x191)+a86f['join'](f,c[A(0x194)]+A(0x1b0))),Log[A(0x1bd)](A(0x197)+j));if(g===h){Log['error'](A(0x171));throw new UsageError();}const l={'ssl':{'key':a86e[A(0x198)](j,A(0x19c)),'cert':a86e[A(0x198)](k,A(0x19c))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]},m=a86g[A(0x189)](l);m['on']('error',(o,p,q)=>{const B=A;B(0x1bb)in q&&(Log['error'](B(0x16d)+o[B(0x185)]),!q[B(0x1b3)]&&(q['writeHead'](0x1f4,{'content-type':B(0x19e)}),q['end']('Internal\x20server\x20error.')));}),m['on'](A(0x1af),(o,p)=>{const C=A,q=new Date()[C(0x184)](),r=p[C(0x182)],s=p['url'],t=p[C(0x1a1)]['host'],u=o[C(0x183)],v=o[C(0x190)];Log[C(0x172)]('['+q+C(0x169)+r+'\x20'+s+'\x20from\x20'+t+C(0x1ac)+u+'\x20'+v);}),m['on'](A(0x1b1),o=>{const D=A,p=new Date()[D(0x184)](),q=o[D(0x182)],r=o[D(0x175)],s=o[D(0x180)](D(0x195));Log[D(0x1bd)]('['+p+D(0x1a6)+q+D(0x16c)+r+D(0x168)+s);}),m['on'](A(0x1aa),(o,p)=>{const E=A,q=new Date()[E(0x184)](),r=p['method'],s=p['url'],t=p[E(0x1a1)][E(0x195)];Log[E(0x1ba)]('['+q+E(0x19d)+r+'\x20'+s+E(0x170)+t+E(0x18b));}),m['on'](A(0x179),()=>{const F=A,o=new Date()[F(0x184)]();Log[F(0x1ba)]('['+o+F(0x186));}),m['on'](A(0x176),()=>{const G=A,o=new Date()[G(0x184)]();Log[G(0x1a9)]('['+o+G(0x17d));}),m[A(0x187)](Number(h)),Log[A(0x193)](A(0x19b)+h+A(0x177)+g);const n=0x7d0;process['on']('SIGINT',()=>{const H=A,o=Log[H(0x1a4)]();o['start'](H(0x17b));const p=setTimeout(()=>{const I=H;o[I(0x1ba)](),process[I(0x1a5)](0x1);},n);m[H(0x176)](()=>{const J=H;clearTimeout(p),Log[J(0x1bd)](J(0x19f)),process[J(0x1a5)](0x0);});});});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a87q=a87d;function a87c(){const s=['env','Remote\x20host\x20connection\x20successful','getAppConfigPath','join','40NKHxZH','pm2.config.js','939000rsEVek','notice','(((.+)+)+)+$','constructor','\x0a\x20\x20If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x0a\x20\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.\x0a\x0a\x20\x20This\x20does\x20not\x20restart\x20the\x20nginx\x20server\x20and\x20is\x20much\x20faster\x20than\x20deploying\x0a\x20\x20a\x20new\x20build.\x0a\x20\x20','161034qTWxSf','exit','ssh','parse','78684bHjLzW','_keys','echo\x20\x22\x22\x20&&\x20pm2\x20start\x20pm2.config.js\x20&&\x20echo\x20\x22\x22\x20||\x20echo\x20\x22Cound\x20not\x20find\x20PM2,\x20have\x20you\x20deployed\x20the\x20app\x20yet?\x22','existsSync','793iledYJ','reconfig','maka\x20reconfig','reconfigure','settings.json','811200LRiaVh','11jfJcax','6950UCIsVa','assign','ses.json','scp','Checking\x20remote\x20host\x20availability','pm2\x20delete\x20all','1txZbyX','cfg','35LGzIfc','546633UBHvuB','~/pm2.config.js','sshSync','328FuQrgM','success','Reconfigure\x20your\x20deployed\x20applications\x20w/o\x20rebuild\x20or\x20redploy','toString','search','121764Kddbnf','~/settings.json','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','uname\x20-a','create'];a87c=function(){return s;};return a87c();}function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0xcb;let f=c[d];return f;},a87d(a,b);}(function(a,b){const o=a87d,c=a();while(!![]){try{const d=-parseInt(o(0xf2))/0x1*(-parseInt(o(0xdd))/0x2)+parseInt(o(0xea))/0x3+-parseInt(o(0xf8))/0x4*(-parseInt(o(0xec))/0x5)+parseInt(o(0xcd))/0x6*(-parseInt(o(0xf4))/0x7)+parseInt(o(0xd6))/0x8*(parseInt(o(0xf5))/0x9)+parseInt(o(0xd8))/0xa*(-parseInt(o(0xeb))/0xb)+-parseInt(o(0xe1))/0xc*(parseInt(o(0xe5))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0x2a4b3));const a87b=(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;};}()),a87a=a87b(this,function(){const p=a87d;return a87a[p(0xcb)]()['search'](p(0xda))[p(0xcb)]()[p(0xdb)](a87a)[p(0xcc)](p(0xda));});a87a();import a87e from'fs';import a87f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a87q(0xd1)]({'name':a87q(0xe8),'aliases':[a87q(0xe6)],'validOpts':[''],'requiredOpts':['env'],'mustBeInMakaProject':!![],'usage':a87q(0xe7),'shortDesc':a87q(0xfa),'description':a87q(0xdc),'examples':['maka\x20reconfig\x20--env\x20prod']},async function(a,b){const r=a87q;try{const c=this['cfg']['getEnvFromShorthand'](b[r(0xd2)]),d=this[r(0xf3)][r(0xd4)](c),f=a87f['join'](d,'ssh.json'),g=a87e['readFileSync'](f)[r(0xcb)](),h=JSON[r(0xe0)](g);Object[r(0xed)](h,{'env':d}),Log[r(0xd9)](r(0xf0));const i=SSH['ping'](r(0xd0),h);if(!i)throw r(0xcf);if(i)Log[r(0xf9)](r(0xd3));const j=a87f[r(0xd5)](d,r(0xe2),r(0xee));if(a87e[r(0xe4)](j)){const m={'source':j,'dest':'~/ses.json','verbose':!![]};SSH[r(0xef)](m,{...h});}const k=a87f['join'](d,r(0xd7));SSH[r(0xef)]({'source':k,'dest':r(0xf6),'verbose':!![]},{...h});const l=a87f[r(0xd5)](d,r(0xe9));SSH[r(0xef)]({'source':l,'dest':r(0xce),'verbose':!![]},{...h}),SSH[r(0xf7)](r(0xf1),h),await SSH[r(0xdf)](r(0xe3),{...h},{'verbose':!![]});}catch(n){console['error'](n),process[r(0xde)](0x0);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a88s=a88d;(function(a,b){const o=a88d,c=a();while(!![]){try{const d=parseInt(o(0x14b))/0x1*(-parseInt(o(0x149))/0x2)+parseInt(o(0x12d))/0x3+parseInt(o(0x124))/0x4*(-parseInt(o(0x12e))/0x5)+parseInt(o(0x12a))/0x6+parseInt(o(0x127))/0x7*(parseInt(o(0x14d))/0x8)+parseInt(o(0x119))/0x9*(-parseInt(o(0x133))/0xa)+-parseInt(o(0x123))/0xb*(-parseInt(o(0x145))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0xd17bf));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a88d;if(c){const e=c[p(0x12f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const q=a88d;return a88a[q(0x13d)]()[q(0x11c)](q(0x114))[q(0x13d)]()[q(0x13b)](a88a)[q(0x11c)]('(((.+)+)+)+$');});a88a();function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x114;let f=c[d];return f;},a88d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import a88e from'./maka.cmd.js';function validateEmail(a){const r=a88d,b=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return b[r(0x11b)](String(a)[r(0x138)]());}const hostname=process[a88s(0x125)][a88s(0x13e)]===a88s(0x12b)?a88s(0x13f):a88s(0x147);function a88c(){const u=['5EfmoAF','failure','25072WrnWMh','Bruv...\x20Too\x20many\x20requests,\x20register\x20slower...','https://','Registers\x20a\x20new\x20user\x20on\x20www.maka-cli.com','(((.+)+)+)+$','cert','Email:','Using\x20CA\x20Cert\x20','processAndRunCommand','18QGPwyF','Securing\x20connection\x20to\x20https://','test','search','Registration\x20successful','error','start','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','exit','Invalid\x20email\x20address','847ZbwJaa','8PvSklS','env','Registering','2548MFSJcJ','notice','message','4272378yoBvgA','True','withSpinner','1303929HDfxDR','3394280YpISHM','apply','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','assign','Confirm\x20Password:\x20','379060uRkzrp','register','/api/v1/status','cacert','Preflight\x20Check','toLowerCase','ask','help','constructor','isFile','toString','MAKA_DEV','localhost','Password:\x20','cfg','fsi','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','maka\x20register','54024EDxGjZ','/api/v1/register','www.maka-cli.com','post','137026jzEWUi','parse'];a88c=function(){return u;};return a88c();}Command['create']({'name':a88s(0x134),'validOpts':[a88s(0x13a),'cacert'],'usage':a88s(0x144),'maxArgLength':0x3,'disableAuthCheck':!![],'shortDesc':a88s(0x150),'examples':[a88s(0x144)]},async function(a,b){const t=a88s,c=Log[t(0x12c)]();try{let d='';b[t(0x136)]&&(this[t(0x142)][t(0x13c)](b[t(0x136)])?(d=b['cacert'],Log['notice'](t(0x117)+d)):Log[t(0x11e)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const e=await this[t(0x141)]['getGlobalConfig']();if(e[t(0x115)]){if(this[t(0x142)][t(0x13c)](e[t(0x115)]))d=e[t(0x115)];else{Log['error'](t(0x130)+d);return;}}Log['header'](t(0x11a)+hostname);const f={'url':t(0x14f)+hostname+t(0x135)};b[t(0x136)]&&Object[t(0x131)](f,{'cert':d});c['start'](t(0x137));const {statusCode:g}=await HTTPS['get'](f);if(g===0x198){c[t(0x14c)]();throw t(0x143);}if(g!==0xc8){c[t(0x14c)]();throw t(0x14f)+hostname+t(0x120);}c['success']();const h=await Actions[t(0x139)](t(0x116));!validateEmail(h)&&(Log['error'](t(0x122)),process[t(0x121)](0x1));const i=await Actions['ask'](t(0x140),!![]),j=await Actions['ask'](t(0x132),!![]);i!==j&&(Log[t(0x11e)]('Passwords\x20do\x20not\x20match'),process[t(0x121)](0x1));const k={'hostname':hostname,'path':t(0x146),'data':{'email':h,'password':i}};b[t(0x136)]&&Object[t(0x131)](k,{'cert':d});c[t(0x11f)](t(0x126));const {statusCode:l,data:m}=await HTTPS[t(0x148)](k);if(l!==0xc8){c[t(0x14c)]();throw JSON[t(0x14a)](m);}c['success'](),Log[t(0x128)](t(0x11d)),a88e[t(0x118)]('login',[],{'email':h,'password':i});}catch(n){n==='Too\x20many\x20requests'&&Log['majestic'](t(0x14e)),Log[t(0x11e)](n[t(0x129)]),process[t(0x121)](0x1);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a89d,c=a();while(!![]){try{var d=parseInt(f(0x1eb))/0x1*(-parseInt(f(0x1f1))/0x2)+-parseInt(f(0x1f0))/0x3+-parseInt(f(0x1f5))/0x4+-parseInt(f(0x1ec))/0x5+parseInt(f(0x1f7))/0x6+parseInt(f(0x1ed))/0x7+parseInt(f(0x1f2))/0x8*(parseInt(f(0x1f4))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0xbe623));var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0x1ee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a['toString']()[h(0x1f8)](h(0x1f6))[h(0x1ef)]()[h(0x1f3)](a89a)[h(0x1f8)](h(0x1f6));});function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0x1eb;var f=c[d];return f;},a89d(a,b);}a89a();import'./run.command.js';import'./docker.sub.cmd.js';function a89c(){var i=['apply','toString','2308572pbaJsW','38mNLTxb','14301720JpqEqq','constructor','9nYXmzX','803292TROWZS','(((.+)+)+)+$','2326038tfbkwf','search','15619wpHdqR','938865fNYdcj','415128pETlxX'];a89c=function(){return i;};return a89c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a90t=a90d;(function(a,b){const r=a90d,c=a();while(!![]){try{const d=parseInt(r(0x114))/0x1+parseInt(r(0x13a))/0x2*(-parseInt(r(0x13b))/0x3)+-parseInt(r(0x124))/0x4+-parseInt(r(0x130))/0x5+-parseInt(r(0x119))/0x6+-parseInt(r(0x131))/0x7+parseInt(r(0x11c))/0x8*(parseInt(r(0x12d))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x5975d));const a90b=(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;};}()),a90a=a90b(this,function(){const s=a90d;return a90a[s(0x136)]()[s(0x120)](s(0x121))[s(0x136)]()[s(0x117)](a90a)[s(0x120)]('(((.+)+)+)+$');});a90a();import a90e from'./run.command.js';import{execSync}from'child_process';import a90f from'path';function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x111;let f=c[d];return f;},a90d(a,b);}import a90g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';function a90c(){const v=['local','\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop,\x20Rancher,\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x20(On\x20a\x20Mac)\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x20\x20Rancher\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x20(On\x20Windows\x20or\x20Mac)\x0a\x20\x20Rancher:\x20https://rancherdesktop.io/\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','error','log','Not\x20supported','join','template','env','183064IEUSjO','notice','\x20up\x20--remove-orphans','constructor','pm2.config.js','655134fGYdgK','getEnvFromShorthand','inherit','8fMpWOo','Checking\x20local\x20availability\x20for\x20image:\x20','Run\x20at\x20a\x20higher\x20level\x20(e.g.,\x20docker)','PM2\x20Config\x20File:\x20','search','(((.+)+)+)+$','Image\x20not\x20available\x20locally:\x20','docker-compose.yaml','411880UNGhxY','config/docker-compose.yaml','Maka\x20should\x20not\x20run\x20docker\x20containers\x20from\x20a\x20local\x20config','split','docker','maka\x20run:docker','ensureAllDependenciesInstalled','has','existsSync','11719962JcFqVS','success','The\x20required\x20image\x20is\x20available\x20locally.\x20Proceeding\x20with\x20docker-compose\x20up.','1730570zselWM','1926372DhpcZr','Image\x20already\x20available\x20locally:\x20','exit','filter','Try\x20building\x20it\x20with\x20`maka\x20build:docker`','toString','getAppConfigPath',':latest','docker-compose\x20--project-directory\x20','264UxuIvL','6486fJMxgE'];a90c=function(){return v;};return a90c();}import{kebabCase}from'change-case';Command['create']({'name':a90t(0x128),'aliases':['d'],'shortDesc':'Run\x20your\x20application\x20in\x20a\x20Docker\x20container','description':a90t(0x13d),'usage':a90t(0x129),'isPro':![],'mustBeInMakaProject':!![],'validOpts':[a90t(0x113)],'requiredOpts':[]},async function(a,b){const u=a90t;try{const {projectConfig:c,cfg:d,pkg:f,scaffold:g}=this,{appName:h}=c,i=d[u(0x11a)](b['env']||u(0x128));if(i===u(0x13c)){Log[u(0x13e)](u(0x126)),Log[u(0x13e)](u(0x11e));throw u(0x140);}await f[u(0x12a)]();const j=d[u(0x137)](i),k=a90f['join'](j,u(0x123)),l=a90f['join'](j,u(0x118));Log[u(0x115)](u(0x11f)+l),Log[u(0x115)]('Docker\x20Compose\x20Path:\x20'+k);if(!a90g[u(0x12c)](k)){const p=a90f[u(0x111)](j,u(0x123));await g[u(0x112)]({'srcPath':u(0x125),'destPath':p,'context':{'app':h,'appFileCase':kebabCase(h),'env':i},'config':c});}const m=execSync('docker\x20images\x20--format\x20\x22{{.Repository}}:{{.Tag}}\x22')[u(0x136)](),n=new Set(m[u(0x127)]('\x0a')[u(0x134)](q=>q['trim']())),o=h+u(0x138);Log[u(0x115)](u(0x11d)+o),n[u(0x12b)](o)?Log[u(0x12e)](u(0x132)+o):(Log['error'](u(0x122)+o),Log[u(0x13e)](u(0x135)),process[u(0x133)](0x1)),Log[u(0x115)](u(0x12f)),execSync(u(0x139)+j+u(0x116),{'stdio':u(0x11b)});}catch(q){console[u(0x13f)](q),process[u(0x133)](0x1);}},a90e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a91c(){const C=['\x22web.browser.legacy\x22','cwd','15adUzIv','split','Your\x20local\x20config\x20has\x20gone\x20missing,\x20remaking\x20it...','Meteor\x20is\x20not\x20installed\x20or\x20cannot\x20be\x20found\x20in\x20your\x20path.\x20Installing...','--production','Run\x20your\x20Meteor\x20application','settings.json','process.env','7900472IbyeKA','--env','filter','197337WBtFyM','4492612JQIhVJ','allowIncompatibleUpdate','port','openSync','9ycDNpP','join','search','cfg','info','1197192AXYUfD','error','1088754fEEXxI','config','rawLogs','1992753qofmhm','toString','run','argv','mpi','getEnvFromShorthand','env','inspect','sep','verbose','warn','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','cordova-build','relative','apply','isDirectory','27821980EqjWWi','notice','length','checkConfigExists','mobileServer','open','autoupdate','settings','(((.+)+)+)+$','--exclude-archs','processAndRunGenerator','pkg','Meteor\x20is\x20installed.','boolean','constructor','concat','extraPackages','--settings','local','splice','production','app','58tOnpEZ','ios','findProjectDirectory','Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)','excludeArchs','invokeMeteorCommand','fsi','createFile'];a91c=function(){return C;};return a91c();}const a91z=a91d;(function(a,b){const v=a91d,c=a();while(!![]){try{const d=-parseInt(v(0x18a))/0x1+-parseInt(v(0x1b5))/0x2*(parseInt(v(0x180))/0x3)+parseInt(v(0x181))/0x4+parseInt(v(0x175))/0x5*(-parseInt(v(0x18c))/0x6)+-parseInt(v(0x18f))/0x7+parseInt(v(0x17d))/0x8+parseInt(v(0x185))/0x9*(parseInt(v(0x19f))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xea25f));const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a91d;if(c){const e=c[w(0x19d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const x=a91d;return a91a[x(0x190)]()[x(0x187)](x(0x1a7))['toString']()[x(0x1ad)](a91a)[x(0x187)](x(0x1a7));});function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0x16e;let f=c[d];return f;},a91d(a,b);}a91a();import a91e from'path';import a91f from'fs';import a91g from'dotenv';import{rimraf}from'rimraf';import{execSync}from'child_process';import a91h from'../../generators/maka.gen.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const y=a91d;a91f[y(0x184)](a,'r'),a91g[y(0x18d)]({'path':a});},Run=Command['create']({'name':'run','mustBeInMakaProject':!![],'aliases':['r'],'shortDesc':a91z(0x17a),'description':'\x0a\x20\x20maka\x20run\x0a\x20\x20-e\x20|\x20--env\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20target\x20environment.\x20\x20Will\x20automatically\x20pull\x20in\x20the\x20meteor\x20settings\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20file\x20(settings.json)\x20and\x20any\x20environment\x20options\x20that\x20have\x20been\x20enabled.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Defaults\x20to\x20the\x20development\x20(dev)\x20environment.\x0a\x0a\x20\x20-r\x20|\x20--raw-logs\x20\x20\x20\x20\x20\x20\x20Only\x20output\x20the\x20meteor\x20logs\x20without\x20the\x20timestamp.\x0a\x0a\x20\x20-p\x20|\x20--port\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20port\x20to\x20run\x20the\x20meteor\x20server\x20on.\x20Defaults\x20to\x20port\x203000.\x0a\x0a\x20\x20-i\x20|\x20--inspect\x20\x20\x20\x20\x20\x20\x20\x20Tells\x20the\x20meteor\x20server\x20to\x20run\x20nodejs\x20in\x20debug\x20mode.\x20Starts\x20a\x20debug\x20session\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20which\x20can\x20be\x20accessed\x20by\x20Chrome\x20Dev\x20Tools\x20or\x20another\x20debug\x20terminal.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Default\x20port\x20is\x209229.\x0a\x0a\x20\x20-m\x20|\x20--mobile-server\x20\x20Specify\x20a\x20different\x20backend\x20server\x20to\x20connect\x20to.\x20\x20Mainly\x20used\x20when\x20running\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20mobile\x20app\x20mode\x20with\x20Cordova.\x0a\x0a\x20\x20-x\x20|\x20--exclude-archs\x20\x20Don\x27t\x20create\x20bundles\x20for\x20certain\x20web\x20architectures\x20(comma\x20separated,\x20for\x20example:\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--exclude-archs\x20\x22web.browser.legacy,\x20web.cordova\x22)\x0a\x0a\x20\x20--production\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Runs\x20the\x20application\x20in\x20production\x20mode;\x20minifies\x20and\x20bundles\x20all\x20files\x20and\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20removes\x20development\x20packages.\x0a\x0a\x20\x20-o\x20|\x20--open\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Opens\x20the\x20application\x20in\x20your\x20default\x20browser.\x0a\x20\x20','validOpts':[a91z(0x195),a91z(0x18e),a91z(0x183),a91z(0x196),a91z(0x1a3),a91z(0x198),a91z(0x182),a91z(0x1af),'x',a91z(0x16f),a91z(0x1b3),'ci',a91z(0x1a4)]},async function(a,b){const A=a91z;try{this[A(0x193)]['isMeteorInstalled']()?Log[A(0x1a0)](A(0x1ab)):(Log[A(0x1a0)](A(0x178)),execSync('maka\x20install\x20--force',{'stdio':'inherit'}));await this[A(0x1aa)]['checkMeteorPackage'](A(0x1a5),{'shouldInstall':!![]}),await this[A(0x1aa)]['ensureAllDependenciesInstalled']();const c=a[0x0];if(c===A(0x1b6)){const m=this['fsi'][A(0x1b7)](),n=a91e['join'](m,A(0x1b4),'.meteor',A(0x1b1),A(0x19b));this[A(0x171)][A(0x19e)](n)&&await rimraf(n);}!b[A(0x16f)]&&!b['x']&&(a=a[A(0x1ae)]([A(0x1a8),A(0x173)]));if(b[A(0x1a3)]&&typeof b[A(0x1a3)]===A(0x1ac))throw A(0x16e);const d=this[A(0x188)][A(0x1a2)](A(0x1b1));if(!d){Log[A(0x199)](A(0x177));const o=this['fsi'][A(0x1b7)]();await a91h[A(0x1a9)](A(0x18d),[A(0x1b1)],{'cwd':o,'root':!![]});}const f=b[A(0x195)]?this[A(0x188)][A(0x194)](b[A(0x195)]):A(0x1b1),g=this[A(0x188)]['getAppConfigPath'](f),h=a91e[A(0x186)](g,A(0x17c));let i=a91e[A(0x186)](g,A(0x17b));b[A(0x1a6)]?i=b[A(0x1a6)]:i=a91e['join'](g,A(0x17b));if(this[A(0x171)]['isFile'](h)){const p=a91e[A(0x19c)](process['cwd'](),h);Log[A(0x1a0)]('Node\x20Env\x20Config:\x20'+p),syncSource(h);}else{const q=a91e[A(0x19c)](process[A(0x174)](),h);Log[A(0x189)]('Cannot\x20find\x20Node\x20Environment\x20file,\x20creating:\x20'+q),this['fsi'][A(0x172)]({'filePath':h,'data':''});}if(this[A(0x171)]['isFile'](i)){const r=a91e['relative'](process['cwd'](),i);Log[A(0x1a0)]('Meteor\x20Settings:\x20'+r),a=a['concat']([A(0x1b0),i]);}else{const s=a91e['relative'](process[A(0x174)](),i);Log[A(0x199)](A(0x19a)+s);}const j=g[A(0x176)](a91e[A(0x197)]),k=j[j[A(0x1a1)]-0x1];k===A(0x1b3)&&a['push'](A(0x179));const l=process[A(0x192)]['slice'](0x2)[A(0x17f)](t=>t!==A(0x191))[A(0x17f)](t=>t!==a[0x0]);l['forEach']((t,u)=>{const B=A;t===B(0x17e)&&l[B(0x1b2)](u,0x2),t==='-e'&&l[B(0x1b2)](u,0x2);}),this[A(0x193)][A(0x170)](A(0x191),a[A(0x1ae)](l));}catch(t){Log[A(0x18b)](t),process['exit'](0x1);}});export default Run;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a92c(){var i=['25755orZXRX','12117nmdGvR','(((.+)+)+)+$','70SFgNwQ','constructor','190hglmmb','37115199QkNRpc','4545856ypOifL','1797529KoNFxv','1478932CLVCRD','toString','1069407ehjuqO','15dzomDl','search','apply','5934RYstIs'];a92c=function(){return i;};return a92c();}(function(a,b){var f=a92d,c=a();while(!![]){try{var d=-parseInt(f(0x179))/0x1+-parseInt(f(0x176))/0x2*(-parseInt(f(0x181))/0x3)+-parseInt(f(0x17a))/0x4*(parseInt(f(0x17d))/0x5)+-parseInt(f(0x180))/0x6*(parseInt(f(0x182))/0x7)+parseInt(f(0x178))/0x8+-parseInt(f(0x17c))/0x9*(-parseInt(f(0x184))/0xa)+parseInt(f(0x177))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0xed0ee));function a92d(a,b){var c=a92c();return a92d=function(d,e){d=d-0x176;var f=c[d];return f;},a92d(a,b);}var a92b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a92d;if(c){var e=c[g(0x17f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){var h=a92d;return a92a[h(0x17b)]()[h(0x17e)](h(0x183))[h(0x17b)]()[h(0x185)](a92a)[h(0x17e)](h(0x183));});a92a();import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a93k=a93d;(function(a,b){const h=a93d,c=a();while(!![]){try{const d=parseInt(h(0x8a))/0x1*(parseInt(h(0x6f))/0x2)+-parseInt(h(0x7f))/0x3+parseInt(h(0x71))/0x4+parseInt(h(0x91))/0x5+-parseInt(h(0x90))/0x6*(parseInt(h(0x8f))/0x7)+-parseInt(h(0x6b))/0x8+parseInt(h(0x88))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xbad13));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a93d;if(c){const e=c[i(0x72)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const j=a93d;return a93a[j(0x78)]()[j(0x75)]('(((.+)+)+)+$')['toString']()[j(0x76)](a93a)[j(0x75)](j(0x84));});function a93c(){const m=['exit','35DvZoSp','191082LGXEAn','4175875SsygAW','disallowInsecure','isDirectory','9431248TqfEGf','openai','error','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','8wvWGzJ','success','1459324EIszlm','apply','dark','help','search','constructor','maka\x20set:global-config\x20--cacert\x20<path>','toString','Set\x20CA\x20Cert\x20Path:\x20','isFile','allowInsecure','resolve','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','pallet','3739857duZayQ','cacert','setGlobalConfig','workspace','cfg','(((.+)+)+)+$','create','global-config','fsi','17637093CxZxWB','light','47570zRxneG','maka\x20set:gc\x20--insecure\x20<path>','Set\x20allowInsecure:\x20','Set\x20OpenAI\x20Key:\x20'];a93c=function(){return m;};return a93c();}a93a();import a93e from'path';import a93f from'./set.command.js';import{Command}from'../../command.js';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x69;let f=c[d];return f;},a93d(a,b);}import{Log}from'../../tools/log/log.class.js';Command[a93k(0x85)]({'name':a93k(0x86),'usage':'maka\x20set:global-config','aliases':['gc'],'maxOptsLength':0x3,'validOpts':[{'name':a93k(0x80),'boolFlag':![]},{'name':a93k(0x7b),'boolFlag':!![]},{'name':a93k(0x69),'boolFlag':!![]},{'name':'workspace','boolFlag':![]},{'name':a93k(0x6c),'boolFlag':![]},{'name':a93k(0x74),'boolFlag':!![]},{'name':a93k(0x7e),'values':[a93k(0x89),a93k(0x73)]}],'shortDesc':'Set\x20global\x20Maka-CLI\x20settings','description':'\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x0a\x20\x20There\x20are\x20occasions\x20where\x20your\x20network\x20may\x20need\x20an\x20intermediate\x20certificate\x0a\x20\x20to\x20allow\x20connections\x20outside.\x20\x20You\x20may\x20set\x20your\x20certificate\x20path\x20using\x20the\x20command:\x0a\x0a\x20\x20maka\x20set:gc\x20--cacert\x0a\x20\x20','examples':[a93k(0x77),a93k(0x8b),'maka\x20set:gc\x20--workspace\x20<path>']},async function(a,b){const l=a93k;try{if(b[l(0x80)]){if(this['fsi'][l(0x7a)](b[l(0x80)]))await this['cfg'][l(0x81)]({'cert':b['cacert']}),Log[l(0x70)](l(0x79)+b[l(0x80)]);else{const c=typeof b[l(0x80)]==='boolean'?l(0x7d):l(0x6e)+b['cacert'];throw Log[l(0x6d)](c);}}if(b[l(0x82)]){const d=this[l(0x87)][l(0x6a)](b['workspace']);if(d)await this['cfg'][l(0x81)]({'workspace':a93e[l(0x7c)](b['workspace'])}),Log['success']('Set\x20workspace:\x20'+a93e['resolve'](b[l(0x82)]));else throw Log[l(0x6d)]('Could\x20not\x20find\x20directory');}b[l(0x6c)]&&(await this[l(0x83)][l(0x81)]({'openai':b[l(0x6c)]}),Log[l(0x70)](l(0x8d)+b[l(0x6c)]));b[l(0x7e)]&&(await this[l(0x83)][l(0x81)]({'pallet':b[l(0x7e)]}),Log[l(0x70)]('Set\x20color\x20pallet\x20to:\x20'+b['pallet']));if(b['allowInsecure']){if(b['allowInsecure']&&b[l(0x69)])throw Log[l(0x6d)]('One\x20or\x20the\x20other\x20buddy');let f=b[l(0x7b)];b[l(0x69)]&&(f=![]),await this[l(0x83)][l(0x81)]({'allowInsecure':f}),Log[l(0x70)](l(0x8c)+f);}process[l(0x8e)](0x0);}catch(g){console[l(0x6d)](g),process[l(0x8e)](0x0);}},a93f);
|