@maka/maka-cli 5.1.23 → 5.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/typescript/package.json +112 -0
- package/bundle/typescript/src/command.d.ts +37 -0
- package/bundle/typescript/src/command.js +231 -0
- package/bundle/typescript/src/command.js.map +1 -0
- package/bundle/typescript/src/commands/_index.d.ts +25 -0
- package/bundle/typescript/src/commands/_index.js +28 -0
- package/bundle/typescript/src/commands/_index.js.map +1 -0
- package/bundle/typescript/src/commands/ai.d.ts +1 -0
- package/bundle/typescript/src/commands/ai.js +82 -0
- package/bundle/typescript/src/commands/ai.js.map +1 -0
- package/bundle/typescript/src/commands/aws/_index.d.ts +16 -0
- package/bundle/typescript/src/commands/aws/_index.js +17 -0
- package/bundle/typescript/src/commands/aws/_index.js.map +1 -0
- package/bundle/typescript/src/commands/aws/aws.command.d.ts +3 -0
- package/bundle/typescript/src/commands/aws/aws.command.js +15 -0
- package/bundle/typescript/src/commands/aws/aws.command.js.map +1 -0
- package/bundle/typescript/src/commands/aws/cecr.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/cecr.sub.cmd.js +36 -0
- package/bundle/typescript/src/commands/aws/cecr.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/chz.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/chz.sub.cmd.js +41 -0
- package/bundle/typescript/src/commands/aws/chz.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/ci.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/ci.sub.cmd.js +199 -0
- package/bundle/typescript/src/commands/aws/ci.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/ckp.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/ckp.sub.cmd.js +42 -0
- package/bundle/typescript/src/commands/aws/ckp.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/csg.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/csg.sub.cmd.js +43 -0
- package/bundle/typescript/src/commands/aws/csg.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/decr.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/decr.sub.cmd.js +31 -0
- package/bundle/typescript/src/commands/aws/decr.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/di.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/di.sub.cmd.js +35 -0
- package/bundle/typescript/src/commands/aws/di.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/dkp.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/dkp.sub.cmd.js +25 -0
- package/bundle/typescript/src/commands/aws/dkp.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/dsg.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/dsg.sub.cmd.js +57 -0
- package/bundle/typescript/src/commands/aws/dsg.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/lecr.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/lecr.sub.cmd.js +30 -0
- package/bundle/typescript/src/commands/aws/lecr.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/rbi.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/rbi.sub.cmd.js +39 -0
- package/bundle/typescript/src/commands/aws/rbi.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/rdn.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/rdn.sub.cmd.js +104 -0
- package/bundle/typescript/src/commands/aws/rdn.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/rkp.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/rkp.sub.cmd.js +52 -0
- package/bundle/typescript/src/commands/aws/rkp.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/sth.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/sth.sub.cmd.js +74 -0
- package/bundle/typescript/src/commands/aws/sth.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/aws/ti.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/aws/ti.sub.cmd.js +45 -0
- package/bundle/typescript/src/commands/aws/ti.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/build/_index.d.ts +2 -0
- package/bundle/typescript/src/commands/build/_index.js +3 -0
- package/bundle/typescript/src/commands/build/_index.js.map +1 -0
- package/bundle/typescript/src/commands/build/build.d.ts +3 -0
- package/bundle/typescript/src/commands/build/build.js +78 -0
- package/bundle/typescript/src/commands/build/build.js.map +1 -0
- package/bundle/typescript/src/commands/build/docker.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/build/docker.sub.cmd.js +138 -0
- package/bundle/typescript/src/commands/build/docker.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/create.d.ts +1 -0
- package/bundle/typescript/src/commands/create.js +475 -0
- package/bundle/typescript/src/commands/create.js.map +1 -0
- package/bundle/typescript/src/commands/debug.d.ts +1 -0
- package/bundle/typescript/src/commands/debug.js +76 -0
- package/bundle/typescript/src/commands/debug.js.map +1 -0
- package/bundle/typescript/src/commands/deploy/_index.d.ts +3 -0
- package/bundle/typescript/src/commands/deploy/_index.js +4 -0
- package/bundle/typescript/src/commands/deploy/_index.js.map +1 -0
- package/bundle/typescript/src/commands/deploy/deploy.command.d.ts +3 -0
- package/bundle/typescript/src/commands/deploy/deploy.command.js +24 -0
- package/bundle/typescript/src/commands/deploy/deploy.command.js.map +1 -0
- package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.js +122 -0
- package/bundle/typescript/src/commands/deploy/galaxy.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.js +506 -0
- package/bundle/typescript/src/commands/deploy/ubuntu.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/game/_index.d.ts +5 -0
- package/bundle/typescript/src/commands/game/_index.js +7 -0
- package/bundle/typescript/src/commands/game/_index.js.map +1 -0
- package/bundle/typescript/src/commands/game/battleship.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/game/battleship.sub.cmd.js +12 -0
- package/bundle/typescript/src/commands/game/battleship.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/game/play.command.d.ts +3 -0
- package/bundle/typescript/src/commands/game/play.command.js +18 -0
- package/bundle/typescript/src/commands/game/play.command.js.map +1 -0
- package/bundle/typescript/src/commands/game/pong.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/game/pong.sub.cmd.js +12 -0
- package/bundle/typescript/src/commands/game/pong.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/command.d.ts +17 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/command.js +24 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/command.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/drop.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/drop.js +29 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/drop.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/equip.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/equip.js +33 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/equip.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/go.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/go.js +57 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/go.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/lock.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/lock.js +37 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/lock.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/look.d.ts +10 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/look.js +98 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/look.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/say.d.ts +9 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/say.js +31 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/say.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/search.d.ts +7 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/search.js +19 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/search.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/solve.d.ts +7 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/solve.js +20 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/solve.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/store.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/store.js +32 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/store.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/take.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/take.js +38 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/take.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.d.ts +7 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.js +12 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unequip.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.js +43 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/unlock.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/use.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/use.js +33 -0
- package/bundle/typescript/src/commands/game/sideQuest/commands/use.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/commandF.d.ts +10 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/commandF.js +17 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/commandF.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/roomsF.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/roomsF.js +67 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/roomsF.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/sceneSynthesizer.d.ts +6 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/sceneSynthesizer.js +66 -0
- package/bundle/typescript/src/commands/game/sideQuest/factories/sceneSynthesizer.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/game.d.ts +18 -0
- package/bundle/typescript/src/commands/game/sideQuest/game.js +99 -0
- package/bundle/typescript/src/commands/game/sideQuest/game.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/_index.d.ts +8 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/_index.js +9 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/_index.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/door.d.ts +18 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/door.js +42 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/door.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/inventory.d.ts +46 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/inventory.js +97 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/inventory.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/item.d.ts +29 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/item.js +81 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/item.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/npc.d.ts +14 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/npc.js +34 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/npc.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/player.d.ts +42 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/player.js +205 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/player.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.d.ts +23 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.js +57 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/puzzle.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/room.d.ts +45 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/room.js +168 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/room.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/scene.d.ts +55 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/scene.js +259 -0
- package/bundle/typescript/src/commands/game/sideQuest/models/scene.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/items.d.ts +59 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/items.js +271 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/items.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/puzzles.js +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/puzzles.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/rooms.d.ts +4 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/rooms.js +350 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/rooms.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/scenes/scene1.json +143 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/abstracts.d.ts +148 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/abstracts.js +86 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/abstracts.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/enums.d.ts +77 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/enums.js +86 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/enums.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/interfaces.d.ts +192 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/interfaces.js +2 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/interfaces.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/types.d.ts +53 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/types.js +2 -0
- package/bundle/typescript/src/commands/game/sideQuest/types/types.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/ui.d.ts +3 -0
- package/bundle/typescript/src/commands/game/sideQuest/ui.js +242 -0
- package/bundle/typescript/src/commands/game/sideQuest/ui.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.d.ts +14 -0
- package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.js +63 -0
- package/bundle/typescript/src/commands/game/sideQuest/utilities/logger.js.map +1 -0
- package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.js +54 -0
- package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/game/snake.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/game/snake.sub.cmd.js +12 -0
- package/bundle/typescript/src/commands/game/snake.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/game/tetris.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/game/tetris.sub.cmd.js +12 -0
- package/bundle/typescript/src/commands/game/tetris.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/generate.d.ts +1 -0
- package/bundle/typescript/src/commands/generate.js +42 -0
- package/bundle/typescript/src/commands/generate.js.map +1 -0
- package/bundle/typescript/src/commands/get/_index.d.ts +4 -0
- package/bundle/typescript/src/commands/get/_index.js +5 -0
- package/bundle/typescript/src/commands/get/_index.js.map +1 -0
- package/bundle/typescript/src/commands/get/get.command.d.ts +3 -0
- package/bundle/typescript/src/commands/get/get.command.js +13 -0
- package/bundle/typescript/src/commands/get/get.command.js.map +1 -0
- package/bundle/typescript/src/commands/get/global.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/get/global.sub.cmd.js +20 -0
- package/bundle/typescript/src/commands/get/global.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/get/local.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/get/local.sub.cmd.js +14 -0
- package/bundle/typescript/src/commands/get/local.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/get/whoami.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/get/whoami.sub.cmd.js +19 -0
- package/bundle/typescript/src/commands/get/whoami.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/help.d.ts +1 -0
- package/bundle/typescript/src/commands/help.js +12 -0
- package/bundle/typescript/src/commands/help.js.map +1 -0
- package/bundle/typescript/src/commands/install.d.ts +1 -0
- package/bundle/typescript/src/commands/install.js +269 -0
- package/bundle/typescript/src/commands/install.js.map +1 -0
- package/bundle/typescript/src/commands/jsdoc.d.ts +1 -0
- package/bundle/typescript/src/commands/jsdoc.js +62 -0
- package/bundle/typescript/src/commands/jsdoc.js.map +1 -0
- package/bundle/typescript/src/commands/lint.d.ts +1 -0
- package/bundle/typescript/src/commands/lint.js +124 -0
- package/bundle/typescript/src/commands/lint.js.map +1 -0
- package/bundle/typescript/src/commands/login.d.ts +1 -0
- package/bundle/typescript/src/commands/login.js +160 -0
- package/bundle/typescript/src/commands/login.js.map +1 -0
- package/bundle/typescript/src/commands/logout.d.ts +1 -0
- package/bundle/typescript/src/commands/logout.js +93 -0
- package/bundle/typescript/src/commands/logout.js.map +1 -0
- package/bundle/typescript/src/commands/logs.d.ts +1 -0
- package/bundle/typescript/src/commands/logs.js +33 -0
- package/bundle/typescript/src/commands/logs.js.map +1 -0
- package/bundle/typescript/src/commands/maka.cmd.d.ts +5 -0
- package/bundle/typescript/src/commands/maka.cmd.js +57 -0
- package/bundle/typescript/src/commands/maka.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/murder.d.ts +1 -0
- package/bundle/typescript/src/commands/murder.js +31 -0
- package/bundle/typescript/src/commands/murder.js.map +1 -0
- package/bundle/typescript/src/commands/profile.d.ts +1 -0
- package/bundle/typescript/src/commands/profile.js +277 -0
- package/bundle/typescript/src/commands/profile.js.map +1 -0
- package/bundle/typescript/src/commands/proxy.d.ts +1 -0
- package/bundle/typescript/src/commands/proxy.js +163 -0
- package/bundle/typescript/src/commands/proxy.js.map +1 -0
- package/bundle/typescript/src/commands/reconfig.d.ts +1 -0
- package/bundle/typescript/src/commands/reconfig.js +69 -0
- package/bundle/typescript/src/commands/reconfig.js.map +1 -0
- package/bundle/typescript/src/commands/register.d.ts +1 -0
- package/bundle/typescript/src/commands/register.js +101 -0
- package/bundle/typescript/src/commands/register.js.map +1 -0
- package/bundle/typescript/src/commands/run/_index.d.ts +2 -0
- package/bundle/typescript/src/commands/run/_index.js +3 -0
- package/bundle/typescript/src/commands/run/_index.js.map +1 -0
- package/bundle/typescript/src/commands/run/docker.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/run/docker.sub.cmd.js +80 -0
- package/bundle/typescript/src/commands/run/docker.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/run/run.command.d.ts +3 -0
- package/bundle/typescript/src/commands/run/run.command.js +157 -0
- package/bundle/typescript/src/commands/run/run.command.js.map +1 -0
- package/bundle/typescript/src/commands/set/_index.d.ts +3 -0
- package/bundle/typescript/src/commands/set/_index.js +4 -0
- package/bundle/typescript/src/commands/set/_index.js.map +1 -0
- package/bundle/typescript/src/commands/set/global.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/set/global.sub.cmd.js +115 -0
- package/bundle/typescript/src/commands/set/global.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/set/local.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/set/local.sub.cmd.js +18 -0
- package/bundle/typescript/src/commands/set/local.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/set/set.command.d.ts +3 -0
- package/bundle/typescript/src/commands/set/set.command.js +16 -0
- package/bundle/typescript/src/commands/set/set.command.js.map +1 -0
- package/bundle/typescript/src/commands/ssh.d.ts +1 -0
- package/bundle/typescript/src/commands/ssh.js +40 -0
- package/bundle/typescript/src/commands/ssh.js.map +1 -0
- package/bundle/typescript/src/commands/ssl.d.ts +1 -0
- package/bundle/typescript/src/commands/ssl.js +106 -0
- package/bundle/typescript/src/commands/ssl.js.map +1 -0
- package/bundle/typescript/src/commands/testCmd/_index.d.ts +3 -0
- package/bundle/typescript/src/commands/testCmd/_index.js +4 -0
- package/bundle/typescript/src/commands/testCmd/_index.js.map +1 -0
- package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.js +131 -0
- package/bundle/typescript/src/commands/testCmd/jest.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.js +133 -0
- package/bundle/typescript/src/commands/testCmd/mocha.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/testCmd/test.command.d.ts +3 -0
- package/bundle/typescript/src/commands/testCmd/test.command.js +15 -0
- package/bundle/typescript/src/commands/testCmd/test.command.js.map +1 -0
- package/bundle/typescript/src/commands/undo.d.ts +1 -0
- package/bundle/typescript/src/commands/undo.js +12 -0
- package/bundle/typescript/src/commands/undo.js.map +1 -0
- package/bundle/typescript/src/commands/uninstall.d.ts +1 -0
- package/bundle/typescript/src/commands/uninstall.js +76 -0
- package/bundle/typescript/src/commands/uninstall.js.map +1 -0
- package/bundle/typescript/src/commands/version/_index.d.ts +3 -0
- package/bundle/typescript/src/commands/version/_index.js +4 -0
- package/bundle/typescript/src/commands/version/_index.js.map +1 -0
- package/bundle/typescript/src/commands/version/list.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/version/list.sub.cmd.js +55 -0
- package/bundle/typescript/src/commands/version/list.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/version/use.sub.cmd.d.ts +1 -0
- package/bundle/typescript/src/commands/version/use.sub.cmd.js +71 -0
- package/bundle/typescript/src/commands/version/use.sub.cmd.js.map +1 -0
- package/bundle/typescript/src/commands/version/version.d.ts +3 -0
- package/bundle/typescript/src/commands/version/version.js +57 -0
- package/bundle/typescript/src/commands/version/version.js.map +1 -0
- package/bundle/typescript/src/error.d.ts +12 -0
- package/bundle/typescript/src/error.js +13 -0
- package/bundle/typescript/src/error.js.map +1 -0
- package/bundle/typescript/src/exec.d.ts +2 -0
- package/bundle/typescript/src/exec.js +17 -0
- package/bundle/typescript/src/exec.js.map +1 -0
- package/bundle/typescript/src/generator.d.ts +48 -0
- package/bundle/typescript/src/generator.js +380 -0
- package/bundle/typescript/src/generator.js.map +1 -0
- package/bundle/typescript/src/generators/_index.d.ts +18 -0
- package/bundle/typescript/src/generators/_index.js +19 -0
- package/bundle/typescript/src/generators/_index.js.map +1 -0
- package/bundle/typescript/src/generators/api.d.ts +1 -0
- package/bundle/typescript/src/generators/api.js +197 -0
- package/bundle/typescript/src/generators/api.js.map +1 -0
- package/bundle/typescript/src/generators/aws/_index.d.ts +2 -0
- package/bundle/typescript/src/generators/aws/_index.js +3 -0
- package/bundle/typescript/src/generators/aws/_index.js.map +1 -0
- package/bundle/typescript/src/generators/aws/aws.d.ts +3 -0
- package/bundle/typescript/src/generators/aws/aws.js +16 -0
- package/bundle/typescript/src/generators/aws/aws.js.map +1 -0
- package/bundle/typescript/src/generators/aws/cloudformation/_index.d.ts +2 -0
- package/bundle/typescript/src/generators/aws/cloudformation/_index.js +3 -0
- package/bundle/typescript/src/generators/aws/cloudformation/_index.js.map +1 -0
- package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.d.ts +3 -0
- package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.js +21 -0
- package/bundle/typescript/src/generators/aws/cloudformation/cloudformation.js.map +1 -0
- package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.d.ts +3 -0
- package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +66 -0
- package/bundle/typescript/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js.map +1 -0
- package/bundle/typescript/src/generators/collection.d.ts +1 -0
- package/bundle/typescript/src/generators/collection.js +71 -0
- package/bundle/typescript/src/generators/collection.js.map +1 -0
- package/bundle/typescript/src/generators/component.d.ts +1 -0
- package/bundle/typescript/src/generators/component.js +96 -0
- package/bundle/typescript/src/generators/component.js.map +1 -0
- package/bundle/typescript/src/generators/config.d.ts +1 -0
- package/bundle/typescript/src/generators/config.js +71 -0
- package/bundle/typescript/src/generators/config.js.map +1 -0
- package/bundle/typescript/src/generators/dbc.d.ts +1 -0
- package/bundle/typescript/src/generators/dbc.js +82 -0
- package/bundle/typescript/src/generators/dbc.js.map +1 -0
- package/bundle/typescript/src/generators/dockerfile.d.ts +1 -0
- package/bundle/typescript/src/generators/dockerfile.js +42 -0
- package/bundle/typescript/src/generators/dockerfile.js.map +1 -0
- package/bundle/typescript/src/generators/hook.d.ts +1 -0
- package/bundle/typescript/src/generators/hook.js +110 -0
- package/bundle/typescript/src/generators/hook.js.map +1 -0
- package/bundle/typescript/src/generators/kits/_index.d.ts +4 -0
- package/bundle/typescript/src/generators/kits/_index.js +5 -0
- package/bundle/typescript/src/generators/kits/_index.js.map +1 -0
- package/bundle/typescript/src/generators/kits/auth/_index.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/auth/_index.js +4 -0
- package/bundle/typescript/src/generators/kits/auth/_index.js.map +1 -0
- package/bundle/typescript/src/generators/kits/auth/auth.generator.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/auth/auth.generator.js +21 -0
- package/bundle/typescript/src/generators/kits/auth/auth.generator.js.map +1 -0
- package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.d.ts +1 -0
- package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.js +209 -0
- package/bundle/typescript/src/generators/kits/auth/basic-meteor.auth.gen.js.map +1 -0
- package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.d.ts +1 -0
- package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.js +134 -0
- package/bundle/typescript/src/generators/kits/auth/provider.auth.gen.js.map +1 -0
- package/bundle/typescript/src/generators/kits/esri/_index.d.ts +2 -0
- package/bundle/typescript/src/generators/kits/esri/_index.js +3 -0
- package/bundle/typescript/src/generators/kits/esri/_index.js.map +1 -0
- package/bundle/typescript/src/generators/kits/esri/esri.generator.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/esri/esri.generator.js +31 -0
- package/bundle/typescript/src/generators/kits/esri/esri.generator.js.map +1 -0
- package/bundle/typescript/src/generators/kits/esri/map.esri.gen.d.ts +1 -0
- package/bundle/typescript/src/generators/kits/esri/map.esri.gen.js +85 -0
- package/bundle/typescript/src/generators/kits/esri/map.esri.gen.js.map +1 -0
- package/bundle/typescript/src/generators/kits/kit.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/kit.js +17 -0
- package/bundle/typescript/src/generators/kits/kit.js.map +1 -0
- package/bundle/typescript/src/generators/kits/mui/_index.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/mui/_index.js +4 -0
- package/bundle/typescript/src/generators/kits/mui/_index.js.map +1 -0
- package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.d.ts +2 -0
- package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.js +209 -0
- package/bundle/typescript/src/generators/kits/mui/auth.mui.gen.js.map +1 -0
- package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.d.ts +1 -0
- package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.js +190 -0
- package/bundle/typescript/src/generators/kits/mui/frame.mui.gen.js.map +1 -0
- package/bundle/typescript/src/generators/kits/mui/mui.generator.d.ts +3 -0
- package/bundle/typescript/src/generators/kits/mui/mui.generator.js +70 -0
- package/bundle/typescript/src/generators/kits/mui/mui.generator.js.map +1 -0
- package/bundle/typescript/src/generators/layout.d.ts +1 -0
- package/bundle/typescript/src/generators/layout.js +110 -0
- package/bundle/typescript/src/generators/layout.js.map +1 -0
- package/bundle/typescript/src/generators/maka.gen.d.ts +5 -0
- package/bundle/typescript/src/generators/maka.gen.js +26 -0
- package/bundle/typescript/src/generators/maka.gen.js.map +1 -0
- package/bundle/typescript/src/generators/methods.d.ts +1 -0
- package/bundle/typescript/src/generators/methods.js +62 -0
- package/bundle/typescript/src/generators/methods.js.map +1 -0
- package/bundle/typescript/src/generators/package.d.ts +1 -0
- package/bundle/typescript/src/generators/package.js +66 -0
- package/bundle/typescript/src/generators/package.js.map +1 -0
- package/bundle/typescript/src/generators/page.d.ts +1 -0
- package/bundle/typescript/src/generators/page.js +190 -0
- package/bundle/typescript/src/generators/page.js.map +1 -0
- package/bundle/typescript/src/generators/publish.d.ts +1 -0
- package/bundle/typescript/src/generators/publish.js +75 -0
- package/bundle/typescript/src/generators/publish.js.map +1 -0
- package/bundle/typescript/src/generators/route.d.ts +1 -0
- package/bundle/typescript/src/generators/route.js +66 -0
- package/bundle/typescript/src/generators/route.js.map +1 -0
- package/bundle/typescript/src/generators/services/_index.d.ts +4 -0
- package/bundle/typescript/src/generators/services/_index.js +5 -0
- package/bundle/typescript/src/generators/services/_index.js.map +1 -0
- package/bundle/typescript/src/generators/services/logger.d.ts +1 -0
- package/bundle/typescript/src/generators/services/logger.js +50 -0
- package/bundle/typescript/src/generators/services/logger.js.map +1 -0
- package/bundle/typescript/src/generators/services/openssl.d.ts +1 -0
- package/bundle/typescript/src/generators/services/openssl.js +38 -0
- package/bundle/typescript/src/generators/services/openssl.js.map +1 -0
- package/bundle/typescript/src/generators/services/service.d.ts +3 -0
- package/bundle/typescript/src/generators/services/service.js +16 -0
- package/bundle/typescript/src/generators/services/service.js.map +1 -0
- package/bundle/typescript/src/generators/services/translation.d.ts +1 -0
- package/bundle/typescript/src/generators/services/translation.js +149 -0
- package/bundle/typescript/src/generators/services/translation.js.map +1 -0
- package/bundle/typescript/src/maka.d.ts +2 -0
- package/bundle/typescript/src/maka.js +26 -0
- package/bundle/typescript/src/maka.js.map +1 -0
- package/bundle/typescript/src/templates/meteor/project/README.md +33 -0
- package/bundle/typescript/src/templates/meteor/project/package.json +26 -0
- package/bundle/typescript/src/tool.d.ts +74 -0
- package/bundle/typescript/src/tool.js +217 -0
- package/bundle/typescript/src/tool.js.map +1 -0
- package/bundle/typescript/src/tools/actions/actions.class.d.ts +25 -0
- package/bundle/typescript/src/tools/actions/actions.class.js +20 -0
- package/bundle/typescript/src/tools/actions/actions.class.js.map +1 -0
- package/bundle/typescript/src/tools/aws/aws.class.d.ts +51 -0
- package/bundle/typescript/src/tools/aws/aws.class.js +802 -0
- package/bundle/typescript/src/tools/aws/aws.class.js.map +1 -0
- package/bundle/typescript/src/tools/aws/aws.interfaces.d.ts +364 -0
- package/bundle/typescript/src/tools/aws/aws.interfaces.js +255 -0
- package/bundle/typescript/src/tools/aws/aws.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/cfg/cfg.class.d.ts +42 -0
- package/bundle/typescript/src/tools/cfg/cfg.class.js +402 -0
- package/bundle/typescript/src/tools/cfg/cfg.class.js.map +1 -0
- package/bundle/typescript/src/tools/docker/docker.class.d.ts +10 -0
- package/bundle/typescript/src/tools/docker/docker.class.js +46 -0
- package/bundle/typescript/src/tools/docker/docker.class.js.map +1 -0
- package/bundle/typescript/src/tools/docker/docker.interfaces.d.ts +18 -0
- package/bundle/typescript/src/tools/docker/docker.interfaces.js +2 -0
- package/bundle/typescript/src/tools/docker/docker.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/fsi/fsi.class.d.ts +114 -0
- package/bundle/typescript/src/tools/fsi/fsi.class.js +621 -0
- package/bundle/typescript/src/tools/fsi/fsi.class.js.map +1 -0
- package/bundle/typescript/src/tools/fsi/fsi.interfaces.d.ts +187 -0
- package/bundle/typescript/src/tools/fsi/fsi.interfaces.js +62 -0
- package/bundle/typescript/src/tools/fsi/fsi.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/https/https.class.d.ts +10 -0
- package/bundle/typescript/src/tools/https/https.class.js +247 -0
- package/bundle/typescript/src/tools/https/https.class.js.map +1 -0
- package/bundle/typescript/src/tools/https/https.interface.d.ts +39 -0
- package/bundle/typescript/src/tools/https/https.interface.js +2 -0
- package/bundle/typescript/src/tools/https/https.interface.js.map +1 -0
- package/bundle/typescript/src/tools/log/log.class.d.ts +33 -0
- package/bundle/typescript/src/tools/log/log.class.js +206 -0
- package/bundle/typescript/src/tools/log/log.class.js.map +1 -0
- package/bundle/typescript/src/tools/log/log.interfaces.d.ts +7 -0
- package/bundle/typescript/src/tools/log/log.interfaces.js +2 -0
- package/bundle/typescript/src/tools/log/log.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/mpi/mpi.class.d.ts +23 -0
- package/bundle/typescript/src/tools/mpi/mpi.class.js +351 -0
- package/bundle/typescript/src/tools/mpi/mpi.class.js.map +1 -0
- package/bundle/typescript/src/tools/options/options.class.d.ts +11 -0
- package/bundle/typescript/src/tools/options/options.class.js +64 -0
- package/bundle/typescript/src/tools/options/options.class.js.map +1 -0
- package/bundle/typescript/src/tools/pkg/pkg.class.d.ts +31 -0
- package/bundle/typescript/src/tools/pkg/pkg.class.js +314 -0
- package/bundle/typescript/src/tools/pkg/pkg.class.js.map +1 -0
- package/bundle/typescript/src/tools/progress/progress.class.d.ts +12 -0
- package/bundle/typescript/src/tools/progress/progress.class.js +42 -0
- package/bundle/typescript/src/tools/progress/progress.class.js.map +1 -0
- package/bundle/typescript/src/tools/scaffold/scaffold.class.d.ts +197 -0
- package/bundle/typescript/src/tools/scaffold/scaffold.class.js +862 -0
- package/bundle/typescript/src/tools/scaffold/scaffold.class.js.map +1 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.class.d.ts +4 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.class.js +42 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.class.js.map +1 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.d.ts +6 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.js +2 -0
- package/bundle/typescript/src/tools/spawn-async/spawn-async.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/ssh/ssh.class.d.ts +11 -0
- package/bundle/typescript/src/tools/ssh/ssh.class.js +120 -0
- package/bundle/typescript/src/tools/ssh/ssh.class.js.map +1 -0
- package/bundle/typescript/src/tools/ssh/ssh.interfaces.d.ts +21 -0
- package/bundle/typescript/src/tools/ssh/ssh.interfaces.js +2 -0
- package/bundle/typescript/src/tools/ssh/ssh.interfaces.js.map +1 -0
- package/bundle/typescript/src/tools/ssl/ssl.class.d.ts +17 -0
- package/bundle/typescript/src/tools/ssl/ssl.class.js +54 -0
- package/bundle/typescript/src/tools/ssl/ssl.class.js.map +1 -0
- package/bundle/typescript/src/tools/ssl/ssl.interfaces.js +1 -0
- package/bundle/typescript/src/tools/ssl/ssl.interfaces.js.map +1 -0
- package/package.json +7 -9
- package/bundle/obf/package.json +0 -114
- package/bundle/obf/src/command.js +0 -1
- package/bundle/obf/src/commands/_index.js +0 -1
- package/bundle/obf/src/commands/ai.js +0 -1
- package/bundle/obf/src/commands/aws/_index.js +0 -1
- package/bundle/obf/src/commands/aws/aws.command.js +0 -1
- package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/chz.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/decr.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/build/_index.js +0 -1
- package/bundle/obf/src/commands/build/build.js +0 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/create.js +0 -1
- package/bundle/obf/src/commands/debug.js +0 -1
- package/bundle/obf/src/commands/deploy/_index.js +0 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +0 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/game/_index.js +0 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/game/play.command.js +0 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/command.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +0 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/generate.js +0 -1
- package/bundle/obf/src/commands/get/_index.js +0 -1
- package/bundle/obf/src/commands/get/get.command.js +0 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/help.js +0 -1
- package/bundle/obf/src/commands/install.js +0 -1
- package/bundle/obf/src/commands/jsdoc.js +0 -1
- package/bundle/obf/src/commands/lint.js +0 -1
- package/bundle/obf/src/commands/login.js +0 -1
- package/bundle/obf/src/commands/logout.js +0 -1
- package/bundle/obf/src/commands/logs.js +0 -1
- package/bundle/obf/src/commands/maka.cmd.js +0 -1
- package/bundle/obf/src/commands/murder.js +0 -1
- package/bundle/obf/src/commands/profile.js +0 -1
- package/bundle/obf/src/commands/proxy.js +0 -1
- package/bundle/obf/src/commands/reconfig.js +0 -1
- package/bundle/obf/src/commands/register.js +0 -1
- package/bundle/obf/src/commands/run/_index.js +0 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/run/run.command.js +0 -1
- package/bundle/obf/src/commands/set/_index.js +0 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/set/set.command.js +0 -1
- package/bundle/obf/src/commands/ssh.js +0 -1
- package/bundle/obf/src/commands/ssl.js +0 -1
- package/bundle/obf/src/commands/testCmd/_index.js +0 -1
- package/bundle/obf/src/commands/testCmd/jest.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/testCmd/mocha.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/testCmd/test.command.js +0 -1
- package/bundle/obf/src/commands/undo.js +0 -1
- package/bundle/obf/src/commands/uninstall.js +0 -1
- package/bundle/obf/src/commands/version/_index.js +0 -1
- package/bundle/obf/src/commands/version/list.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/version/use.sub.cmd.js +0 -1
- package/bundle/obf/src/commands/version/version.js +0 -1
- package/bundle/obf/src/error.js +0 -1
- package/bundle/obf/src/exec.js +0 -2
- package/bundle/obf/src/generator.js +0 -1
- package/bundle/obf/src/generators/_index.js +0 -1
- package/bundle/obf/src/generators/api.js +0 -1
- package/bundle/obf/src/generators/aws/_index.js +0 -1
- package/bundle/obf/src/generators/aws/aws.js +0 -1
- package/bundle/obf/src/generators/aws/cloudformation/_index.js +0 -1
- package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +0 -1
- package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +0 -1
- package/bundle/obf/src/generators/collection.js +0 -1
- package/bundle/obf/src/generators/component.js +0 -1
- package/bundle/obf/src/generators/config.js +0 -1
- package/bundle/obf/src/generators/dbc.js +0 -1
- package/bundle/obf/src/generators/dockerfile.js +0 -1
- package/bundle/obf/src/generators/hook.js +0 -1
- package/bundle/obf/src/generators/kits/_index.js +0 -1
- package/bundle/obf/src/generators/kits/auth/_index.js +0 -1
- package/bundle/obf/src/generators/kits/auth/auth.generator.js +0 -1
- package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +0 -1
- package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +0 -1
- package/bundle/obf/src/generators/kits/esri/_index.js +0 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +0 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +0 -1
- package/bundle/obf/src/generators/kits/kit.js +0 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +0 -1
- package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +0 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +0 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.js +0 -1
- package/bundle/obf/src/generators/layout.js +0 -1
- package/bundle/obf/src/generators/maka.gen.js +0 -1
- package/bundle/obf/src/generators/methods.js +0 -1
- package/bundle/obf/src/generators/package.js +0 -1
- package/bundle/obf/src/generators/page.js +0 -1
- package/bundle/obf/src/generators/publish.js +0 -1
- package/bundle/obf/src/generators/route.js +0 -1
- package/bundle/obf/src/generators/services/_index.js +0 -1
- package/bundle/obf/src/generators/services/logger.js +0 -1
- package/bundle/obf/src/generators/services/openssl.js +0 -1
- package/bundle/obf/src/generators/services/service.js +0 -1
- package/bundle/obf/src/generators/services/translation.js +0 -1
- package/bundle/obf/src/maka.js +0 -1
- package/bundle/obf/src/templates/meteor/project/README.md +0 -15
- package/bundle/obf/src/templates/meteor/project/package.json +0 -26
- package/bundle/obf/src/tool.js +0 -1
- package/bundle/obf/src/tools/actions/actions.class.js +0 -1
- package/bundle/obf/src/tools/aws/aws.class.js +0 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +0 -1
- package/bundle/obf/src/tools/cfg/cfg.class.js +0 -1
- package/bundle/obf/src/tools/docker/docker.class.js +0 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +0 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +0 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +0 -1
- package/bundle/obf/src/tools/https/https.class.js +0 -1
- package/bundle/obf/src/tools/https/https.interface.js +0 -1
- package/bundle/obf/src/tools/log/log.class.js +0 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +0 -1
- package/bundle/obf/src/tools/mpi/mpi.class.js +0 -1
- package/bundle/obf/src/tools/options/options.class.js +0 -1
- package/bundle/obf/src/tools/pkg/pkg.class.js +0 -1
- package/bundle/obf/src/tools/progress/progress.class.js +0 -1
- package/bundle/obf/src/tools/scaffold/scaffold.class.js +0 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +0 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +0 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +0 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +0 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +0 -1
- package/obfuscator.json +0 -29
- /package/bundle/{obf → typescript}/src/README.md +0 -0
- /package/bundle/{obf/src/commands/game/sideQuest/scenes/puzzles.js → typescript/src/commands/game/sideQuest/scenes/puzzles.d.ts} +0 -0
- /package/bundle/{obf → typescript}/src/templates/aws/cloudformation/create-ec2-instance.template +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/api.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/api.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/apollo-gateway.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/apollo-gateway.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/graphql-api.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/graphql-api.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/methods.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/methods.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/register-api.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/register-api.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/resolvers.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/resolvers.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/tests.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/tests.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/typeDefs.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/api/typeDefs.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/body.html +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/head.html +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/main.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/main.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/main.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/client/main.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/api/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/index.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/index.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/index.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/index.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/routes.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/routes.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/routes.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/routes.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/templates.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/templates.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/templates.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/client/templates.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/index.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/index.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/index.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/index.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/routes.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/routes.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/templates.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/lib/templates.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/server/index.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/server/index.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/server/index.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/startup/server/index.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/ui/test-helpers.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/imports/ui/test-helpers.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/main.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/main.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/main.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/lib/main.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/maka.d.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/meteor.d.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/packages/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/private/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/favicon.ico +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/maka-144x144.png +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/maka-192x192.png +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/maka-512x512.png +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/manifest.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/sw.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/sw.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/sw.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/public/sw.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/helmet-csp.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/helmet-csp.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/helmet-csp.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/helmet-csp.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/main.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/main.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/main.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/server/main.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/app/tsconfig.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/collection/collection.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/collection/collection.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/collection/tests.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/collection/tests.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/config/docker-compose.yaml +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/config/pm2.config.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/config/process.env +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/config/settings.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/config/ssh.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/config.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/config.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/conn.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/conn.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/register-dbc.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/dbc/register-dbc.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/method/method.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/method/method.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/client/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/client/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/client/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/client/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/lib/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/lib/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/lib/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/lib/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/server/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/server/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/server/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/server/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/client/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/client/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/client/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/client/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/server/package.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/server/package.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/server/package.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/package/tests/server/package.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/project/.maka/config.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/project/.maka/history.json +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/project/build/.gitkeep +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/project/build/README +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/project/gitignore +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/publish/publish.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/publish/publish.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/service/logger/logger.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/service/logger/logger.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/stylesheet/stylesheet.css +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/stylesheet/stylesheet.css.less +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template-tests.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template-tests.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template-tests.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template-tests.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.css +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.css.less +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.css.scss +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.html +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/meteor/template/template.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/component/component.css +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/component/component.css.less +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/component/component.css.scss +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/component/component.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/component/component.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/hook/hook.css +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/hook/hook.css.scss +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/hook/hook.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/hook/hook.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/auth/provider/authentication-provider.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/auth/provider/authentication-provider.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/auth/service/meteor-auth-service.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/auth/service/meteor-auth-service.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/esri/map/basic-map.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/esri/map/basic-map.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/forgot-password/basic-forgot-password-page.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/forgot-password/basic-forgot-password-page.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/login/basic-login-page.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/login/basic-login-page.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/logout/basic-logout-page.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/logout/basic-logout-page.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/password-reset/basic-password-reset-page.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/password-reset/basic-password-reset-page.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/register/basic-register-page.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/auth/register/basic-register-page.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/app-bars/basic-app-bar.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/drawers/basic-drawer.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/footers/basic-sticky-footer.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/kit/mui/frame/footers/basic-sticky-footer.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/route/route.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/route/route.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/route/route.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/route/route.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/test/test.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/test/test.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/test/test.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/react/test/test.js.tsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/docker/Dockerfile +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/eslint/babel.config.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/eslint/config.eslint.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/i18n.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/i18n.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/index.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/index.js.jsx +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/locales.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/i18n/locales.js.ts +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/openssl/openssl.conf +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/test/jest/jest.config.js +0 -0
- /package/bundle/{obf → typescript}/src/templates/service/test/jest/jest.setup.js +0 -0
- /package/bundle/{obf/src/tools/ssl/ssl.interfaces.js → typescript/src/tools/ssl/ssl.interfaces.d.ts} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a50i=a50d;function a50d(a,b){var c=a50c();return a50d=function(d,e){d=d-0x144;var f=c[d];return f;},a50d(a,b);}(function(a,b){var f=a50d,c=a();while(!![]){try{var d=-parseInt(f(0x15a))/0x1*(-parseInt(f(0x15f))/0x2)+parseInt(f(0x162))/0x3*(parseInt(f(0x14b))/0x4)+-parseInt(f(0x148))/0x5*(parseInt(f(0x15d))/0x6)+-parseInt(f(0x155))/0x7+-parseInt(f(0x14e))/0x8*(-parseInt(f(0x14f))/0x9)+-parseInt(f(0x146))/0xa*(-parseInt(f(0x14a))/0xb)+-parseInt(f(0x161))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a50c,0xccb3b));var a50b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a50d;if(c){var e=c[g(0x164)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a50a=a50b(this,function(){var h=a50d;return a50a[h(0x160)]()[h(0x15c)]('(((.+)+)+)+$')['toString']()['constructor'](a50a)[h(0x15c)](h(0x159));});a50a();import{Logger}from'../utilities/logger.js';import{capitalCase}from'change-case';import{AbstractDoor}from'../types/abstracts.js';function a50c(){var o=['checkIfLockable','\x20and\x20','.\x20Is\x20Locked:\x20','name','9968931omKJfG','getInstance','unlockItemOrSolution','Door\x20created\x20between\x20','(((.+)+)+)+$','1sKEMaT','getOtherSide','search','16152YYzsbX','checkIfLocked','312442aEZHXY','toString','4545072GdkkCB','303yKljcE','roomA','apply','attemptUnlock','roomB','20wphLtz','write','395PAXAjb','logger','7872337pcDYbF','49592DGOdua','isLocked','isLockable','136BqZZyW','7551oChgoq','Door\x20unlocked:\x20'];a50c=function(){return o;};return a50c();}export class Door extends AbstractDoor{[a50i(0x163)];[a50i(0x145)];[a50i(0x14c)];[a50i(0x157)];[a50i(0x154)];['logger'];[a50i(0x14d)];constructor(a){var j=a50i;super(),this[j(0x163)]=a[j(0x163)],this[j(0x145)]=a[j(0x145)],this['isLocked']=a[j(0x14c)]||![],this[j(0x157)]=a[j(0x157)],this[j(0x154)]=a[j(0x154)]?capitalCase(a[j(0x154)]):'To\x20'+a[j(0x145)][j(0x154)],this[j(0x149)]=Logger[j(0x156)](),this[j(0x14d)]=!!a[j(0x157)],this[j(0x149)][j(0x147)](j(0x158)+this['roomA'][j(0x154)]+j(0x152)+this[j(0x145)][j(0x154)]+j(0x153)+this[j(0x14c)]);}[a50i(0x15b)](a){var k=a50i;return this[k(0x163)]===a?this['roomB']:this[k(0x163)];}[a50i(0x144)](a){var l=a50i;if(this[l(0x14c)]&&this[l(0x157)]&&this[l(0x157)]===a)return this['isLocked']=![],this[l(0x149)]['write'](l(0x150)+this[l(0x154)]+'.\x20Used:\x20'+a),!![];return this[l(0x149)][l(0x147)]('Failed\x20to\x20unlock\x20door:\x20'+this[l(0x154)]+'.\x20Used:\x20'+a),![];}[a50i(0x15e)](){var m=a50i;return this[m(0x14c)];}[a50i(0x151)](){var n=a50i;return this[n(0x14d)];}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a51i=a51d;(function(a,b){const f=a51d,c=a();while(!![]){try{const d=-parseInt(f(0x1d2))/0x1*(parseInt(f(0x1ba))/0x2)+parseInt(f(0x1c2))/0x3+-parseInt(f(0x1c3))/0x4+-parseInt(f(0x1d0))/0x5*(-parseInt(f(0x1b4))/0x6)+parseInt(f(0x1d4))/0x7*(parseInt(f(0x1d1))/0x8)+parseInt(f(0x1ce))/0x9+-parseInt(f(0x1af))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a51c,0xded1c));const a51b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a51d;if(c){const e=c[g(0x1cb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a51a=a51b(this,function(){const h=a51d;return a51a[h(0x1bc)]()[h(0x1cd)](h(0x1b9))[h(0x1bc)]()[h(0x1d8)](a51a)[h(0x1cd)]('(((.+)+)+)+$');});a51a();import{capitalCase}from'change-case';import{Logger}from'../utilities/logger.js';function a51d(a,b){const c=a51c();return a51d=function(d,e){d=d-0x1af;let f=c[d];return f;},a51d(a,b);}import{AbstractInventory}from'../types/abstracts.js';export class Inventory extends AbstractInventory{[a51i(0x1c5)];[a51i(0x1bd)];constructor(){const j=a51i;super(),this[j(0x1c5)]=new Map(),this['logger']=Logger[j(0x1b6)]();}['addItem'](a){const k=a51i;this[k(0x1c5)][k(0x1b3)](a[k(0x1cc)][k(0x1c7)](),a),this[k(0x1bd)][k(0x1c4)](k(0x1c9)+a['name']+k(0x1b0));}[a51i(0x1d3)](a){const l=a51i,b=this[l(0x1ca)](a);if(b)return this['items']['delete'](a[l(0x1c7)]()),this[l(0x1bd)][l(0x1c4)]('Removed\x20item:\x20'+a+l(0x1b1)),b;return this[l(0x1bd)][l(0x1c4)]('Failed\x20to\x20remove\x20item:\x20'+a+l(0x1cf)),null;}[a51i(0x1c8)](a){const m=a51i,b=this[m(0x1c5)][m(0x1b7)](a[m(0x1c7)]()),c=[...this['items']['keys']()];return this[m(0x1bd)][m(0x1c4)](m(0x1c0)+a+m(0x1c6)+c[m(0x1bb)](',\x20')+'.\x20Exists:\x20'+b+'.'),b;}[a51i(0x1ca)](a){const n=a51i,b=this['items']['get'](a[n(0x1c7)]())||null;return b?this[n(0x1bd)][n(0x1c4)](n(0x1d7)+a+'.'):this[n(0x1bd)][n(0x1c4)](n(0x1d6)+a+n(0x1cf)),b;}[a51i(0x1b2)](){const o=a51i,a=[...this['items'][o(0x1b5)]()],b=a[o(0x1c1)](c=>capitalCase(c));return this[o(0x1bd)]['write'](o(0x1b8)+b['join'](',\x20')+'.'),a;}[a51i(0x1be)](){const p=a51i;let a=0x0;for(const b of this[p(0x1c5)]['values']()){a+=b[p(0x1d5)];}return a;}['getAllItems'](){const q=a51i;return[...this[q(0x1c5)][q(0x1bf)]()];}}function a51c(){const r=['set','63324beDoHi','keys','getInstance','has','Listed\x20items\x20in\x20inventory:\x20','(((.+)+)+)+$','26XLCvnF','join','toString','logger','getWeight','values','Checked\x20for\x20item:\x20','map','4759749cJGeoB','938396yntUrI','write','items','\x20in\x20','toLowerCase','hasItem','Added\x20item:\x20','getItem','apply','name','search','3787488PLDqPu','.\x20Item\x20not\x20found.','20rxTjET','7304eCFosW','129289oUrkkp','removeItem','7287HSIrRW','weight','Failed\x20to\x20retrieve\x20details\x20for\x20item:\x20','Retrieved\x20details\x20for\x20item:\x20','constructor','1720400wTEEXt','\x20to\x20inventory.','\x20from\x20inventory.','listItems'];a51c=function(){return r;};return a51c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a52i=a52d;(function(a,b){var f=a52d,c=a();while(!![]){try{var d=parseInt(f(0x1ab))/0x1+parseInt(f(0x1a0))/0x2*(parseInt(f(0x19f))/0x3)+parseInt(f(0x19c))/0x4+-parseInt(f(0x19a))/0x5+-parseInt(f(0x19b))/0x6+-parseInt(f(0x199))/0x7*(-parseInt(f(0x1ad))/0x8)+parseInt(f(0x1a2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0xb684d));var a52b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a52d;if(c){var e=c[g(0x1a1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a52a=a52b(this,function(){var h=a52d;return a52a['toString']()[h(0x1a3)](h(0x1aa))[h(0x19e)]()['constructor'](a52a)['search'](h(0x1aa));});function a52d(a,b){var c=a52c();return a52d=function(d,e){d=d-0x197;var f=c[d];return f;},a52d(a,b);}a52a();import{v4 as a52e}from'uuid';import{AbstractItem}from'../types/abstracts.js';export class Item extends AbstractItem{[a52i(0x1a4)];['name'];['description'];[a52i(0x1a9)];[a52i(0x1a6)];['shape'];[a52i(0x1a5)];[a52i(0x197)];[a52i(0x1a7)];['weight'];constructor(a){var j=a52i;super(),this[j(0x1ac)]=a['name'],this[j(0x1a8)]=a['description'],this[j(0x1a9)]=a[j(0x1a9)],this[j(0x1a6)]=a[j(0x1a6)],this[j(0x19d)]=a['shape'],this[j(0x1a5)]=a[j(0x1a5)],this[j(0x197)]=a[j(0x197)],this[j(0x1a7)]=a[j(0x1a7)],this[j(0x1ae)]=a[j(0x1ae)],this[j(0x1a4)]=a52e();}[a52i(0x1af)](){var k=a52i;return'You\x20use\x20the\x20'+this[k(0x1ac)]+k(0x198);}}function a52c(){var l=['size','(((.+)+)+)+$','208926QdGAjl','name','40rGeQtc','weight','use','texture','.\x20Nothing\x20special\x20happens.','5509eayDyM','3051895DStSXf','6762462ytCQdJ','800640dAoCRp','shape','toString','664593IkGvXl','2criCwK','apply','16654509ifQKsE','search','uuid','color','category','rating','description'];a52c=function(){return l;};return a52c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a53h=a53d;(function(a,b){const f=a53d,c=a();while(!![]){try{const d=parseInt(f(0xa9))/0x1*(-parseInt(f(0xab))/0x2)+-parseInt(f(0xb4))/0x3+parseInt(f(0xba))/0x4+parseInt(f(0xb7))/0x5*(-parseInt(f(0xbd))/0x6)+-parseInt(f(0xb9))/0x7*(parseInt(f(0xb6))/0x8)+-parseInt(f(0xc2))/0x9+parseInt(f(0xb8))/0xa*(parseInt(f(0xaf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0x41e33));const a53b=(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;};}()),a53a=a53b(this,function(){const g=a53d;return a53a[g(0xac)]()['search'](g(0xc1))[g(0xac)]()[g(0xbc)](a53a)[g(0xb0)](g(0xc1));});a53a();import{Player}from'./player.js';function a53d(a,b){const c=a53c();return a53d=function(d,e){d=d-0xa9;let f=c[d];return f;},a53d(a,b);}import{GoCommand}from'../commands/go.js';function a53c(){const m=['scene','constructor','3032802DrYxEF','autonomousMove','_dialogue','name','(((.+)+)+)+$','2565261fxJNwn','13121pRpjpW','rooms','8HZGyjJ','toString','_name','execute','16708043OQHxLj','search','floor','moveTo','random','1212738PtNZJb','length','792TyHeHH','5TZxzaz','10YLBbaO','9639mmGEoN','538044dmjCKb'];a53c=function(){return m;};return a53c();}export class NPC extends Player{[a53h(0xad)];['_dialogue'];[a53h(0xaa)];['scene'];constructor(a,b,c,d){const i=a53h;super(d),this[i(0xad)]=a,this['_dialogue']=b,this[i(0xaa)]=c;}get[a53h(0xc0)](){return this['_name'];}['speak'](){const j=a53h;return this[j(0xbf)][Math[j(0xb1)](Math[j(0xb3)]()*this['_dialogue'][j(0xb5)])];}[a53h(0xbe)](a){const k=a53h,b=a[Math[k(0xb1)](Math[k(0xb3)]()*a[k(0xb5)])];this[k(0xb2)](b['name']);}[a53h(0xb2)](a){const l=a53h,b={'actor':this,'rooms':this[l(0xaa)],'scene':this[l(0xbb)]},c=new GoCommand(b);c[l(0xae)]([a]);}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a54i=a54d;(function(a,b){const f=a54d,c=a();while(!![]){try{const d=-parseInt(f(0x114))/0x1+parseInt(f(0xec))/0x2*(parseInt(f(0xe2))/0x3)+-parseInt(f(0x131))/0x4+parseInt(f(0xfa))/0x5*(-parseInt(f(0x122))/0x6)+parseInt(f(0x11f))/0x7+parseInt(f(0xe4))/0x8+parseInt(f(0x128))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x630eb));const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a54d;if(c){const e=c[g(0x121)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const h=a54d;return a54a['toString']()[h(0xf1)]('(((.+)+)+)+$')[h(0x127)]()['constructor'](a54a)[h(0xf1)](h(0x116));});a54a();import{camelCase}from'change-case';function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0xe1;let f=c[d];return f;},a54d(a,b);}function a54c(){const C=['104718oXjUfh','arm\x20armor','_maxCarryingWeight','\x20from\x20player\x27s\x20inventory.','Hat','toString','7854201JCpIyO','speak','You\x20don\x27t\x20have\x20','You\x20equipped\x20','off','_currentLocation','hat','unequip','boots','1457756fpziAN','name','torso','Max\x20carrying\x20weight\x20must\x20be\x20positive.','Failed\x20to\x20remove\x20','\x20is\x20now\x20listening\x20in\x20room\x20','values','\x20says:\x20\x22','You\x20unequipped\x20','\x20in\x20your\x20inventory.','bind','initialEquipment','3vjjVqj','_inventory','5845472dDQfhY','\x20doesn\x27t\x20fit\x20any\x20known\x20equipment\x20slot.','weight','error','Invalid\x20category\x20or\x20slot:\x20','_playerName','getWeight','category','366olUvfw','bodyarmor','maxCarryingWeight','addInventory','gloves','search','Boots','_equipment','feet','legs','toLowerCase','Failed\x20to\x20add\x20item\x20to\x20inventory\x20due\x20to\x20weight\x20limits.','determineEquipmentSlot','weapon','215BIAIrE','leftHand','currentLocation','currentWeight','write','.\x20You\x20must\x20unequip\x20it\x20first.','equip','leaveRoom','\x20is\x20no\x20longer\x20listeng\x20in\x20','head','Gloves','arms','hasItem','rightHand','ArmArmor','You\x20don\x27t\x20have\x20anything\x20equipped\x20in\x20the\x20','\x20to\x20player\x27s\x20inventory.','You\x20can\x27t\x20equip\x20','You\x20are\x20already\x20wearing\x20something\x20on\x20your\x20','\x20slot.','removeInventory','equipment','armarmor','removeItem','playerName','logger','278355yibqCb','Shield','(((.+)+)+)+$','addItem','log','legarmor','getInstance','inventoryItems','hear','Helmet','Removed\x20','1368192PfsSvx','unequipBySlot','apply'];a54c=function(){return C;};return a54c();}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';export class Player extends AbstractPlayer{[a54i(0xe9)];[a54i(0x12d)];[a54i(0xe3)];[a54i(0xf3)];['_maxCarryingWeight']=0x32;['logger'];constructor(a){const j=a54i;super(),this[j(0xe9)]=a[j(0x112)],this[j(0x12d)]=a['startLocation']||new Room({'name':'Nexus','description':'A\x20featureless\x20room'}),this['_inventory']=new Inventory(),this[j(0x113)]=Logger[j(0x11a)]();if(a?.[j(0x11b)])for(const b of a[j(0x11b)]){this[j(0xe3)][j(0x117)](b);}this[j(0xf3)]=a?.[j(0xe1)]||{'head':null,'torso':null,'legs':null,'feet':null,'arms':null,'gloves':null,'leftHand':null,'rightHand':null};}get[a54i(0x132)](){const k=a54i;return this[k(0xe9)];}get[a54i(0xfc)](){const l=a54i;return this[l(0x12d)];}set[a54i(0xfc)](a){const m=a54i;this[m(0x12d)]!==a&&(this['leaveRoom'](),this['enterRoom'](a)),this[m(0x12d)]=a;}get['inventory'](){const n=a54i;return this[n(0xe3)];}get['equipment'](){const o=a54i;return this[o(0xf3)];}set[a54i(0x10f)](a){const p=a54i;this[p(0xf3)]=a;}get[a54i(0xee)](){return this['_maxCarryingWeight'];}set[a54i(0xee)](a){const q=a54i;a>0x0?this[q(0x124)]=a:console[q(0xe7)](q(0x134));}get[a54i(0xfd)](){const r=a54i;let a=this[r(0xe3)][r(0xea)]();for(const b in this[r(0xf3)]){const c=this['_equipment'][b];c&&(a+=c[r(0xe6)]);}return a;}['addInventory'](a){const s=a54i;if(this['currentWeight']+a[s(0xe6)]>this[s(0xee)]){this['logger']['write'](s(0xf7));throw new Error('The\x20item\x20is\x20too\x20heavy\x20to\x20add\x20to\x20your\x20inventory.');}this[s(0xe3)][s(0x117)](a),this[s(0x113)][s(0xfe)]('Added\x20'+a[s(0x132)]+s(0x10a));}[a54i(0x10e)](a){const t=a54i;if(this[t(0xe3)][t(0x111)](a['name']))return this['logger'][t(0xfe)](t(0x11e)+a['name']+t(0x125)),!![];return this[t(0x113)][t(0xfe)](t(0x135)+a['name']+t(0x125)),![];}[a54i(0x100)](a){const u=a54i;if(!this[u(0xe3)][u(0x106)](a[u(0x132)]))return u(0x12a)+a['name']+u(0x13a);if(!this['canEquip'](a))return u(0x10b)+a['name']+'.';const b=this[u(0xf8)](a['category']);if(!b)return a[u(0x132)]+u(0xe5);if(this['equipment'][b])return u(0x10c)+b+u(0xff);return this[u(0x10f)][b]=a,this[u(0x10e)](a),u(0x12b)+a['name']+'.';}[a54i(0x12f)](a){const v=a54i;let b=a;if(!this[v(0x10f)][camelCase(b)]){b=this['determineEquipmentSlot'](a);if(!b)return v(0xe8)+a+'.';}return this['unequipBySlot'](b);}['determineEquipmentSlot'](a){const w=a54i;switch(a[w(0xf6)]()){case Category['Weapon'][w(0xf6)]():return w(0x107);case Category[w(0x115)][w(0xf6)]():return w(0xfb);case Category[w(0x104)][w(0xf6)]():return w(0xf0);case Category[w(0x11d)][w(0xf6)]():case Category[w(0x126)][w(0xf6)]():return w(0x103);case Category[w(0xf2)][w(0xf6)]():return w(0xf4);case Category['LegArmor'][w(0xf6)]():return w(0xf5);case Category[w(0x108)][w(0xf6)]():return'arms';case Category['BodyArmor'][w(0xf6)]():return w(0x133);case w(0xf9):return'rightHand';case'shield':return w(0xfb);case'gloves':return w(0xf0);case'helmet':case w(0x12e):return w(0x103);case w(0x130):return w(0xf4);case'leg\x20armor':case w(0x119):return w(0xf5);case w(0x123):case w(0x110):return w(0x105);case'body\x20armor':case w(0xed):case w(0x133):return'torso';default:return null;}}['canEquip'](a){const x=a54i;return Object[x(0x137)](Category)['includes'](a[x(0xeb)]);}[a54i(0x120)](a){const y=a54i,b=this['equipment'][a];if(!b)return y(0x109)+a+y(0x10d);return this[y(0xef)](b),this['equipment'][a]=null,y(0x139)+b[y(0x132)]+'.';}[a54i(0x11c)](a,b){const z=a54i;a!==this&&this[z(0x113)][z(0x118)](a['name']+z(0x138)+b+'\x22');}['enterRoom'](a){const A=a54i;this[A(0x12d)]=a,a['on'](A(0x129),this[A(0x11c)][A(0x13b)](this)),this['logger'][A(0xfe)](this[A(0x132)]+A(0x136)+a[A(0x132)]);}[a54i(0x101)](){const B=a54i;this['_currentLocation']&&(this['_currentLocation'][B(0x12c)]('speak',this[B(0x11c)][B(0x13b)](this)),this['logger'][B(0xfe)](this[B(0x132)]+B(0x102)+this[B(0x12d)][B(0x132)]));}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a55i=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x1f6))/0x1*(-parseInt(f(0x1eb))/0x2)+parseInt(f(0x1e9))/0x3*(parseInt(f(0x1f4))/0x4)+parseInt(f(0x1f0))/0x5+parseInt(f(0x1f3))/0x6*(parseInt(f(0x1f8))/0x7)+-parseInt(f(0x1ef))/0x8+parseInt(f(0x1f2))/0x9*(-parseInt(f(0x1fe))/0xa)+parseInt(f(0x1fa))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x5bb1b));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x1e4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a['toString']()[h(0x1ff)]('(((.+)+)+)+$')[h(0x202)]()[h(0x1ea)](a55a)[h(0x1ff)](h(0x1fd));});a55a();import{Logger}from'../utilities/logger.js';function a55c(){var n=['6uuNvAA','constructor','191500XdubtP','requiredPhrase','write','riddle','6000552LXWVwY','296845zvUANw','You\x20solved\x20the\x20puzzle!','9VFOQFX','6uLkWpr','853564sFXmkE','successMessage','1bPhmYc','logger','1978991ashsqw','Puzzle:\x20Necessary\x20item\x20or\x20correct\x20phrase\x20not\x20provided.','2922788TPIjQV','requiredItem','Puzzle:\x20Attempted\x20to\x20solve\x20an\x20already\x20solved\x20puzzle.','(((.+)+)+)+$','46740IfOToM','search','failureMessage','getInstance','toString','hasRequiredItem','Puzzle:\x20Correct\x20solution\x20provided.','You\x20have\x20already\x20solved\x20this\x20puzzle.','hasItem','apply','matchesRequiredPhrase','rewardItem','solved','solve'];a55c=function(){return n;};return a55c();}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x1e4;var f=c[d];return f;},a55d(a,b);}import{AbstractPuzzle}from'../types/abstracts.js';export class Puzzle extends AbstractPuzzle{['logger']=Logger[a55i(0x201)]();['solved']=![];[a55i(0x1fb)];['requiredPhrase'];[a55i(0x1ee)];[a55i(0x1e6)];[a55i(0x1f5)];[a55i(0x200)];constructor(a){var j=a55i;super(),this[j(0x1fb)]=a[j(0x1fb)],this[j(0x1ec)]=a['requiredPhrase'],this['riddle']=a[j(0x1ee)],this[j(0x1e6)]=a[j(0x1e6)],this[j(0x1f5)]=a[j(0x1f5)]||j(0x1f1),this[j(0x200)]=a['failureMessage']||'You\x20don\x27t\x20have\x20the\x20necessary\x20item\x20or\x20the\x20correct\x20phrase\x20to\x20solve\x20the\x20puzzle.';}[a55i(0x203)](a){var k=a55i;if(this[k(0x1fb)])return a[k(0x206)](this[k(0x1fb)]);return![];}[a55i(0x1e5)](a){var l=a55i;return this[l(0x1ec)]===a;}[a55i(0x1e8)](a,b){var m=a55i;if(this['solved'])return this[m(0x1f7)]['write'](m(0x1fc)),{'success':![],'message':m(0x205)};return this[m(0x203)](b)||this[m(0x1e5)](a)?(this[m(0x1e7)]=!![],this[m(0x1f7)][m(0x1ed)](m(0x204)),{'success':!![],'message':this[m(0x1f5)]}):(this[m(0x1f7)][m(0x1ed)](m(0x1f9)),{'success':![],'message':this[m(0x200)]});}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a56i=a56d;(function(a,b){const f=a56d,c=a();while(!![]){try{const d=-parseInt(f(0x1a4))/0x1*(-parseInt(f(0x185))/0x2)+-parseInt(f(0x1ad))/0x3+-parseInt(f(0x1a3))/0x4*(-parseInt(f(0x189))/0x5)+parseInt(f(0x1aa))/0x6*(-parseInt(f(0x181))/0x7)+parseInt(f(0x195))/0x8*(-parseInt(f(0x1ac))/0x9)+-parseInt(f(0x1b3))/0xa*(parseInt(f(0x187))/0xb)+parseInt(f(0x183))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x932c1));const a56b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a56d;if(c){const e=c[g(0x196)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a56a=a56b(this,function(){const h=a56d;return a56a[h(0x18c)]()[h(0x1a8)](h(0x18f))[h(0x18c)]()[h(0x19f)](a56a)['search'](h(0x18f));});a56a();import{Logger}from'../utilities/logger.js';import{RoomType,Direction}from'../types/enums.js';function a56d(a,b){const c=a56c();return a56d=function(d,e){d=d-0x175;let f=c[d];return f;},a56d(a,b);}import{Door}from'./door.js';import{Inventory}from'./inventory.js';function a56c(){const u=['904987rXIoYm','Item\x20added\x20to\x20room\x20','south','say','search','findExistingDoor','15486HmuvJS','getInstance','1974276AJGmrh','3153207txUzZe','\x20remains\x20locked.','exits','WEST','name','inventory','693790MNLAhV','down','write','roomType','puzzle','north','isStartRoom','description','logger','get','DOWN','\x20unlocked!','There\x27s\x20no\x20locked\x20exit\x20in\x20that\x20direction.','3108gBZSGH','emit','28649424whpYYK','west','2OyCdqD','Invalid\x20direction:\x20','165RgTcqI','setPuzzle','300FRlJkm','roomA','values','toString','EAST','Attempted\x20to\x20unlock\x20exit\x20in\x20direction\x20','(((.+)+)+)+$','removeItem','speak','east','\x20is\x20locked.\x20Result:\x20','Room\x20created:\x20','8WgVZgv','apply','addItem','NORTH','set','hasItem','Attempted\x20to\x20remove\x20item\x20that\x27s\x20not\x20in\x20room\x20','isExitLocked','getExit','SOUTH','constructor','checkIfLocked','Checking\x20if\x20exit\x20in\x20direction\x20','getOppositeDirection','51164aTyZlq'];a56c=function(){return u;};return a56c();}import{AbstractRoom}from'../types/abstracts.js';export class Room extends AbstractRoom{[a56i(0x17c)]=Logger[a56i(0x1ab)]();[a56i(0x1b1)];[a56i(0x17b)];[a56i(0x1af)]=new Map();[a56i(0x177)];[a56i(0x17a)];[a56i(0x1b2)]=new Inventory();constructor(a){const j=a56i;super(),this[j(0x1b1)]=a[j(0x1b1)],this[j(0x17b)]=a[j(0x17b)],this['roomType']=a['roomType']||RoomType['INSIDE'],a[j(0x1af)]&&(this[j(0x1af)]=a['exits']||new Map()),a['inventory']&&(this[j(0x1b2)]=a[j(0x1b2)]),a[j(0x178)]&&(this[j(0x178)]=a[j(0x178)]),this[j(0x17a)]=a[j(0x17a)]||![],this[j(0x17c)][j(0x176)](j(0x194)+this['name']);}[a56i(0x1a7)](a,b){const k=a56i;this[k(0x182)](k(0x191),a,b);}['addExit'](a,b,c){const l=a56i;let d=this['findExistingDoor'](b);!d&&(d=new Door({'roomA':this,'roomB':b,'isLocked':Boolean(c),'unlockItemOrSolution':c})),this['exits']['set'](a,d),b[l(0x1af)][l(0x199)](this[l(0x1a2)](a),d);}['attemptUnlockExit'](a,b){const m=a56i,c=this['exits'][m(0x17d)](a);if(c instanceof Door){const d=c['attemptUnlock'](b);return this[m(0x17c)][m(0x176)](m(0x18e)+a+'.\x20Success:\x20'+d),d?'The\x20'+c[m(0x1b1)]+m(0x17f):'The\x20'+c[m(0x1b1)]+m(0x1ae);}return this[m(0x17c)][m(0x176)]('No\x20locked\x20exit\x20found\x20in\x20direction\x20'+a),m(0x180);}[a56i(0x19d)](a){const n=a56i;return this[n(0x17c)][n(0x176)]('Fetching\x20exit\x20in\x20direction:\x20'+a),this[n(0x1af)][n(0x17d)](a);}[a56i(0x19c)](a){const o=a56i,b=this[o(0x1af)][o(0x17d)](a),c=b instanceof Door&&b[o(0x1a0)]();return this[o(0x17c)]['write'](o(0x1a1)+a+o(0x193)+c),c;}[a56i(0x197)](a){const p=a56i;this['inventory'][p(0x197)](a),this[p(0x17c)]['write'](p(0x1a5)+this[p(0x1b1)]+':\x20'+a[p(0x1b1)]);}['removeItem'](a){const q=a56i;this['inventory'][q(0x19a)](a[q(0x1b1)])?(this[q(0x1b2)][q(0x190)](a[q(0x1b1)]),this[q(0x17c)][q(0x176)]('Item\x20removed\x20from\x20room\x20'+this['name']+':\x20'+a[q(0x1b1)])):this[q(0x17c)][q(0x176)](q(0x19b)+this['name']+':\x20'+a['name']);}[a56i(0x188)](a){const r=a56i;this['puzzle']=a,this[r(0x17c)][r(0x176)]('Puzzle\x20set\x20for\x20room\x20'+this['name']+':\x20'+a['riddle']);}[a56i(0x1a2)](a){const s=a56i;switch(a){case s(0x179):return Direction[s(0x19e)];case s(0x1a6):return Direction[s(0x198)];case s(0x192):return Direction[s(0x1b0)];case s(0x184):return Direction[s(0x18d)];case'up':return Direction[s(0x17e)];case s(0x175):return Direction['UP'];default:throw new Error(s(0x186)+a);}}[a56i(0x1a9)](a){const t=a56i;for(const b of this[t(0x1af)][t(0x18b)]()){if(b instanceof Door){if(b[t(0x18a)]===this&&b['roomB']===a||b['roomB']===this&&b[t(0x18a)]===a)return b;}}return undefined;}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a57k=a57d;function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x154;let f=c[d];return f;},a57d(a,b);}(function(a,b){const i=a57d,c=a();while(!![]){try{const d=-parseInt(i(0x19b))/0x1*(-parseInt(i(0x19c))/0x2)+parseInt(i(0x178))/0x3*(parseInt(i(0x162))/0x4)+-parseInt(i(0x175))/0x5*(-parseInt(i(0x173))/0x6)+-parseInt(i(0x16f))/0x7+parseInt(i(0x161))/0x8*(-parseInt(i(0x194))/0x9)+parseInt(i(0x182))/0xa*(-parseInt(i(0x18a))/0xb)+parseInt(i(0x191))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x23339));const a57b=(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;};}()),a57a=a57b(this,function(){const j=a57d;return a57a[j(0x197)]()[j(0x1a0)](j(0x15c))['toString']()[j(0x156)](a57a)[j(0x1a0)]('(((.+)+)+)+$');});a57a();import{Logger}from'../utilities/logger.js';function a57c(){const D=['roomFactory','warn','get','3732996KzSfhp','Added\x20room\x20to\x20scene:\x20','direction','963WEuhNf','keys','addItem','toString','rooms','addActor','exits','48EqGIqe','3732DGUdwB','\x20is\x20now\x20in\x20room\x20','actors','length','search','.\x20Room\x20','getInstance','Removed\x20room\x20from\x20scene:\x20','push','constructor','Room\x20\x22','currentLocation','keyRequired','\x20already\x20exists\x20in\x20the\x20scene.','Added\x20puzzle\x20to\x20room\x20','(((.+)+)+)+$','hasOwnProperty','join','removeRoom','generateRoomsFromConfig','3944JqARPs','4YjrBek','No\x20actor\x20with\x20name\x20','\x20to\x20room\x20','Added\x20item\x20','characterLocations','from','\x20found\x20in\x20the\x20scene.','initialize','values','addPuzzleToRoom','write','addExit','logger','1940085XlbWcR','getRooms','determineStartRoom','Failed\x20to\x20set\x20','3504wtrzSB','isStartRoom','1475NuqQeR','roomConfiguration','Failed\x20to\x20add\x20item\x20','114591GmlqDx','toUpperCase','delete','\x20not\x20found\x20in\x20scene.','setCharacterLocation','\x27s\x20location.\x20Room\x20','Scene\x20initialized\x20with\x20rooms:\x20','has','createRoom','Attempted\x20to\x20remove\x20a\x20non-existent\x20room\x20from\x20scene:\x20','26870OxEqHd','player','Failed\x20to\x20add\x20puzzle.\x20Room\x20','getPlayer','No\x20starting\x20room\x20designated.\x20Defaulting\x20to\x20the\x20first\x20room.','name','set','createExitsFromConfig','561vVRXEk','Actor\x20with\x20name\x20','\x22\x20does\x20not\x20exist.','allActors'];a57c=function(){return D;};return a57c();}import{Direction}from'../types/enums.js';import{AbstractScene}from'../types/abstracts.js';import{RoomFactory}from'../factories/roomsF.js';export class Scene extends AbstractScene{[a57k(0x198)];[a57k(0x183)];[a57k(0x16e)];[a57k(0x19e)];['characterLocations']=new Map();[a57k(0x18e)];constructor(a){const l=a57k;super(),this[l(0x18e)]=new RoomFactory(),this[l(0x183)]=a[l(0x183)],this[l(0x198)]=this[l(0x160)](a[l(0x176)]),this[l(0x16e)]=Logger[l(0x1a2)](),this[l(0x19e)]=new Map(),this['createExitsFromConfig'](a[l(0x176)]),this[l(0x16e)][l(0x16c)](l(0x17e)+Object['keys'](this[l(0x198)])[l(0x15e)](',\x20'));}[a57k(0x169)](){const m=a57k;this[m(0x183)][m(0x158)]=this[m(0x171)]();}[a57k(0x160)](a){const n=a57k;if(!this[n(0x18e)])throw new Error('Room\x20Factory\x20was\x20not\x20correctly\x20initialized');const b={};for(const c of a){const d=this[n(0x18e)][n(0x180)](c);b[c['name']]=d;}return b;}[a57k(0x189)](a){const o=a57k;for(const b of a){const c=this['rooms'][b[o(0x187)]];if(b[o(0x19a)])for(const d of b['exits']){const e=d[o(0x193)][o(0x179)](),f=d['targetRoom'],g=d[o(0x159)],h=this[o(0x198)][f];h&&c[o(0x16d)](Direction[e],h,g);}}}[a57k(0x199)](a){const p=a57k;if(this['actors'][p(0x17f)](a[p(0x187)]))throw new Error(p(0x18b)+a[p(0x187)]+p(0x15a));this[p(0x19e)]['set'](a['name'],a);}['removeActor'](a){const q=a57k;if(!this[q(0x19e)][q(0x17f)](a))throw new Error(q(0x163)+a+q(0x168));this[q(0x19e)][q(0x17a)](a);}['getActor'](a){const r=a57k;return this['actors'][r(0x190)](a);}get[a57k(0x18d)](){const s=a57k;return Array[s(0x167)](this[s(0x19e)][s(0x16a)]());}['addRoom'](a){const t=a57k;this['rooms'][a[t(0x187)]]=a,this[t(0x16e)][t(0x16c)](t(0x192)+a[t(0x187)]);}[a57k(0x15f)](a){const u=a57k;return this['rooms'][a]?(delete this[u(0x198)][a],this[u(0x16e)][u(0x16c)](u(0x154)+a),!![]):(this['logger'][u(0x16c)](u(0x181)+a),![]);}['addItemToRoom'](a,b){const v=a57k,c=this['rooms'][b];c?(c[v(0x196)](a),this[v(0x16e)]['write'](v(0x165)+a[v(0x187)]+v(0x164)+c[v(0x187)])):this[v(0x16e)][v(0x16c)](v(0x177)+a[v(0x187)]+v(0x1a1)+b+v(0x17b));}[a57k(0x16b)](a,b){const w=a57k,c=this[w(0x198)][b];c?(c['setPuzzle'](a),this[w(0x16e)][w(0x16c)](w(0x15b)+c[w(0x187)])):this[w(0x16e)]['write'](w(0x184)+b+w(0x17b));}[a57k(0x17c)](a,b){const x=a57k,c=this[x(0x198)][b];c?(this[x(0x166)][x(0x188)](a[x(0x187)],c),this[x(0x16e)]['write'](a['name']+x(0x19d)+c[x(0x187)])):this[x(0x16e)]['write'](x(0x172)+a[x(0x187)]+x(0x17d)+b+x(0x17b));}['getCharacterLocation'](a){const y=a57k;return this[y(0x166)][y(0x190)](a[y(0x187)]);}[a57k(0x171)](){const z=a57k,a=[];for(const c in this[z(0x198)]){if(this['rooms'][z(0x15d)](c)){const d=this['rooms'][c];d[z(0x174)]&&a[z(0x155)](d);}}if(a['length']>0x1)throw new Error('Multiple\x20starting\x20rooms\x20have\x20been\x20defined.\x20Please\x20ensure\x20there\x27s\x20only\x20one\x20starting\x20room.');if(a[z(0x19f)]===0x1)return a[0x0];const b=Object[z(0x195)](this[z(0x198)]);if(b[z(0x19f)]===0x0)throw new Error('No\x20rooms\x20have\x20been\x20defined\x20in\x20the\x20game.');return console[z(0x18f)](z(0x186)),this[z(0x198)][b[0x0]];}[a57k(0x185)](){const A=a57k;return this[A(0x183)];}[a57k(0x170)](){const B=a57k;return this[B(0x198)];}['connectRooms'](a,b,c,d){const C=a57k,e=this[C(0x198)][a],f=this['rooms'][c];if(!e)throw new Error(C(0x157)+a+C(0x18c));if(!f)throw new Error(C(0x157)+c+C(0x18c));e[C(0x16d)](b,f,d);}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0xbb))/0x1+parseInt(f(0xad))/0x2*(-parseInt(f(0xb6))/0x3)+-parseInt(f(0xb3))/0x4*(parseInt(f(0xce))/0x5)+-parseInt(f(0xa9))/0x6*(parseInt(f(0xa1))/0x7)+parseInt(f(0xae))/0x8+-parseInt(f(0xbf))/0x9+parseInt(f(0xcb))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x809b2));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0xc7)](h(0xb8))[h(0xbc)]()[h(0xb5)](a58a)['search']('(((.+)+)+)+$');});a58a();function a58c(){var E=['pageCount','7249707xuzqZL','BodyArmor','Key','Short\x20Sword','Weapon','LegArmor','Boots','Smooth','search','description','Rifle','Book','35107140mNnXPm','author','publishDate','1167275NUHQyG','Medium','Circle','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Blade','Helmet','Holy\x20Grail','301777YxtWpn','Cup','use','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Gloves','apply','Small','Unknown','6ZfbtFH','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Common','\x20aloft,\x20feeling\x20its\x20immense\x20power.','100vYxyFT','88696MJBpZY','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Metallic','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Rectangle','4GXHTlB','Sniper\x20Rifle','constructor','52362rzQtRU','Grey','(((.+)+)+)+$','Large','Brown','1040242UEupXc','toString','You\x20hold\x20the\x20'];a58c=function(){return E;};return a58c();}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[i(0xcf)],'category':Category[i(0xa8)],'shape':Shape[i(0xb2)],'color':Color['Yellow'],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1});}[a58j(0xa3)](){var k=a58j;return this[k(0xc8)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0xcf)],'category':Category[l(0xc3)],'shape':Shape[l(0xd3)],'color':Color[l(0xb7)],'texture':Texture[l(0xb0)],'rating':Rating[l(0xab)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0xb9)],'category':Category[m(0xc3)],'shape':Shape[m(0xc9)],'color':Color['Brown'],'texture':Texture[m(0xb0)],'rating':Rating['Rare'],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[n(0x9f)],'shape':Shape[n(0xd0)],'color':Color[n(0xb7)],'texture':Texture[n(0xb0)],'rating':Rating[n(0xab)],'weight':0x2});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x9f;var f=c[d];return f;},a58d(a,b);}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0xb9)],'category':Category[o(0xc0)],'shape':Shape[o(0xb2)],'color':Color[o(0xb7)],'texture':Texture[o(0xb0)],'rating':Rating[o(0xab)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0xcf)],'category':Category[p(0xc4)],'shape':Shape['Rectangle'],'color':Color[p(0xb7)],'texture':Texture['Metallic'],'rating':Rating[p(0xab)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0xcf)],'category':Category[q(0xc5)],'shape':Shape[q(0xd0)],'color':Color[q(0xba)],'texture':Texture[q(0xc6)],'rating':Rating[q(0xab)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0xa7)],'category':Category[r(0xa5)],'shape':Shape[r(0xd0)],'color':Color['Brown'],'texture':Texture[r(0xc6)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0xcf)],'category':Category['ArmArmor'],'shape':Shape[s(0xb2)],'color':Color[s(0xb7)],'texture':Texture[s(0xb0)],'rating':Rating[s(0xab)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[t(0xc1)],'shape':Shape[t(0xb2)],'color':Color['Yellow'],'texture':Texture[t(0xc6)],'rating':Rating['Common'],'weight':0x0});}['use'](){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['Medium'],'category':Category['Weapon'],'shape':Shape['Blade'],'color':Color[u(0xb7)],'texture':Texture['Metallic'],'rating':Rating[u(0xab)],'weight':0x3});}[a58j(0xa3)](){var v=a58j;return v(0xa4);}}export class Book extends Item{[a58j(0xcc)];['publishDate'];[a58j(0xbe)];constructor(a,b='A\x20mysterious\x20book.',c='Unknown\x20Author'){var w=a58j;super({'name':a,'description':b,'size':Size[w(0xcf)],'category':Category[w(0xca)],'shape':Shape[w(0xb2)],'color':Color[w(0xba)],'texture':Texture[w(0xc6)],'rating':Rating[w(0xab)],'weight':0x1}),this[w(0xcc)]=c,this[w(0xcd)]=new Date(),this['pageCount']=0x64;}[a58j(0xa3)](){var x=a58j;return x(0xd2);}}export class ShortSword extends Item{constructor(){var y=a58j;super({'name':y(0xc2),'description':y(0xd1),'size':Size['Medium'],'category':Category[y(0xc3)],'shape':Shape[y(0xd3)],'color':Color[y(0xb7)],'texture':Texture[y(0xb0)],'rating':Rating[y(0xab)],'weight':0x3});}[a58j(0xa3)](){var z=a58j;return z(0xa4);}}export class SniperRifle extends Item{constructor(){var A=a58j;super({'name':A(0xb4),'description':A(0xb1),'size':Size[A(0xb9)],'category':Category['Weapon'],'shape':Shape[A(0xc9)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[A(0xab)],'weight':0x5});}[a58j(0xa3)](){var B=a58j;return B(0xaa);}}export class HolyGrail extends Item{constructor(){var C=a58j;super({'name':C(0xa0),'description':C(0xaf),'size':Size['Small'],'category':Category[C(0xa2)],'shape':Shape[C(0xd0)],'color':Color['Gold'],'texture':Texture['Metallic'],'rating':Rating['Legendary'],'weight':0x1});}['use'](){var D=a58j;return D(0xbd)+this['name']+D(0xac);}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a60c(){const j=['4kgMqHG','gem','Alchemy\x20Lab','Mage\x27s\x20Lair','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','decrypt','cup','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','shield','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','east','Barrens\x20Entrance','west','open\x20sesame','18KZmfjl','Gang\x20Insignia','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','outside','Matrix\x20Data\x20Haven','south','key','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Treasure\x20Room','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Secret\x20Passage','Emblem\x20Shield','6512OoVeBM','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Ares\x20Predator','toString','An\x20old\x20and\x20rusted\x20sword.','Rigger\x27s\x20Workshop','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Jackpoint\x20Login','OUTSIDE','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','(((.+)+)+)+$','A\x20long-range\x20weapon.','Empty\x20vial','disenchant','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Ancient\x20Gem','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Watch\x20Tower','Corp\x20Enclave','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','inside','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','north','Courtyard','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Encrypted\x20Data\x20Key','The\x20legendary\x20Holy\x20Grail.','Entrance\x20Hall','insert\x20gem','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','8316365KNIXBQ','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','show\x20loyalty','Torture\x20Chamber','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Riddle\x20Book','4046427sVewsI','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Golden\x20Key','A\x20small\x20surveillance\x20drone.','17163fRYtxv','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','10381950MAMUiz','2079914KpuMKz','holyGrail','rifle','Barrens\x20Hideout','release','SOUTH','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','amulet','apply','The\x20data\x20remains\x20encrypted.','Study','Amulet\x20of\x20Awakening','down','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','book','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Corporate\x20Creditstick','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Holy\x20Grail','sword','Chad\x20the\x20stupid\x20guard','Armory','Library','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Golden\x20Chalice','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Central\x20Chamber\x20Key','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Central\x20Chamber','search','A\x20clear\x20glass\x20vial.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Downtown\x20Seattle','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','1048695CcwsjO','weapon','basic','CorpSec\x20Plans','constructor','The\x20chest\x20remains\x20firmly\x20shut.','1151377tTEitj','A\x20thin\x20log\x20book','document','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.'];a60c=function(){return j;};return a60c();}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x14b))/0x1+-parseInt(f(0x122))/0x2+parseInt(f(0x145))/0x3+parseInt(f(0x14f))/0x4*(parseInt(f(0x114))/0x5)+-parseInt(f(0x15d))/0x6*(parseInt(f(0x11a))/0x7)+parseInt(f(0x169))/0x8*(parseInt(f(0x11e))/0x9)+-parseInt(f(0x121))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xdcbf2));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x12a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a['toString']()['search']('(((.+)+)+)+$')[h(0x16c)]()[h(0x149)](a60a)[h(0x13f)](h(0x173));});function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x114;let f=c[d];return f;},a60d(a,b);}a60a();export const rooms=[{'name':a60i(0x138),'description':a60i(0x13d),'isStartRoom':!![],'items':[{'type':a60i(0x163),'name':a60i(0x11c),'description':a60i(0x158)},{'type':a60i(0x130),'name':'Guard\x27s\x20Log\x20Book','description':a60i(0x14c),'content':a60i(0x136)}],'exits':[{'direction':'EAST','targetRoom':a60i(0x167)}]},{'name':a60i(0x167),'description':a60i(0x185),'exits':[{'direction':'NORTH','targetRoom':'Treasure\x20Room','keyRequired':'Golden\x20Key'},{'direction':a60i(0x127),'targetRoom':a60i(0x184)}]},{'name':a60i(0x165),'description':a60i(0x118),'items':[{'type':a60i(0x123),'name':a60i(0x134),'description':a60i(0x188)}]},{'name':a60i(0x184),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a60i(0x171),'exits':[{'direction':'UP','targetRoom':a60i(0x17a)}]},{'name':'Watch\x20Tower','description':a60i(0x144),'roomType':a60i(0x171),'puzzle':{'requiredPhrase':'secret123','riddle':a60i(0x17d),'rewardItem':{'type':a60i(0x124),'name':'Sniper\x20Rifle','description':a60i(0x174)},'successMessage':a60i(0x172),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':a60i(0x189),'description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x15c),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0x163),'name':'Central\x20Chamber\x20Key','description':a60i(0x182)},'successMessage':a60i(0x156),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60i(0x183),'targetRoom':a60i(0x12c)},{'direction':a60i(0x159),'targetRoom':a60i(0x13e),'keyRequired':a60i(0x13c)}]},{'name':'Study','description':a60i(0x179),'roomType':a60i(0x17e),'items':[{'type':a60i(0x130),'name':a60i(0x119),'description':a60i(0x139),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x163),'name':'Central\x20Chamber\x20Key','description':a60i(0x182)}],'exits':[{'direction':a60i(0x162),'targetRoom':a60i(0x189)},{'direction':a60i(0x159),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0x151),'description':a60i(0x14e),'roomType':'inside','items':[{'type':a60i(0x147),'name':a60i(0x175),'description':a60i(0x140)}],'exits':[{'direction':a60i(0x15b),'targetRoom':a60i(0x12c)},{'direction':a60i(0x183),'targetRoom':a60i(0x137)}]},{'name':'Armory','description':a60i(0x11b),'roomType':a60i(0x17e),'items':[{'type':a60i(0x157),'name':a60i(0x168),'description':a60i(0x13b)},{'type':a60i(0x135),'name':'Rusted\x20Sword','description':a60i(0x16d)}],'exits':[{'direction':a60i(0x162),'targetRoom':a60i(0x151)},{'direction':a60i(0x159),'targetRoom':a60i(0x13e)}]},{'name':'Central\x20Chamber','description':a60i(0x177),'roomType':a60i(0x17e),'exits':[{'direction':'west','targetRoom':a60i(0x137)},{'direction':a60i(0x162),'targetRoom':a60i(0x189)},{'direction':a60i(0x183),'targetRoom':a60i(0x117)},{'direction':a60i(0x159),'targetRoom':a60i(0x165)}]},{'name':a60i(0x117),'description':a60i(0x141),'roomType':a60i(0x17e),'items':[{'type':a60i(0x163),'name':'Blood-stained\x20Key','description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x126),'riddle':a60i(0x186),'rewardItem':{'type':a60i(0x150),'name':a60i(0x178),'description':a60i(0x12f)},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':a60i(0x18b)},'exits':[{'direction':'south','targetRoom':a60i(0x13e)}]},{'name':'Treasure\x20Room','description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x17e),'puzzle':{'requiredPhrase':a60i(0x18a),'riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60i(0x155),'name':a60i(0x13a),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a60i(0x143),'failureMessage':a60i(0x14a)},'exits':[{'direction':a60i(0x15b),'targetRoom':a60i(0x13e)}]}];export const shadowrunConfig=[{'name':a60i(0x170),'description':a60i(0x131),'isStartRoom':!![],'roomType':a60i(0x17e),'exits':[{'direction':a60i(0x183),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0x161)}]},{'name':a60i(0x161),'description':a60i(0x164),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x154),'riddle':a60i(0x15f),'rewardItem':{'type':a60i(0x163),'name':a60i(0x187),'description':a60i(0x181)},'successMessage':a60i(0x153),'failureMessage':a60i(0x12b)},'exits':[{'direction':a60i(0x12e),'targetRoom':a60i(0x170)}]},{'name':a60i(0x142),'description':a60i(0x166),'roomType':a60i(0x160),'exits':[{'direction':'south','targetRoom':a60i(0x170)},{'direction':'east','targetRoom':'Barrens\x20Entrance'},{'direction':a60i(0x15b),'targetRoom':a60i(0x17b)}]},{'name':a60i(0x15a),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':'outside','puzzle':{'requiredPhrase':a60i(0x116),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60i(0x163),'name':a60i(0x15e),'description':a60i(0x115)},'successMessage':a60i(0x16f),'failureMessage':a60i(0x180)},'exits':[{'direction':a60i(0x15b),'targetRoom':a60i(0x142)},{'direction':'north','targetRoom':a60i(0x125)}]},{'name':a60i(0x17b),'description':a60i(0x16a),'roomType':a60i(0x17e),'items':[{'type':'creditstick','name':a60i(0x132),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a60i(0x14d),'name':a60i(0x148),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a60i(0x159),'targetRoom':a60i(0x142)}]},{'name':a60i(0x125),'description':a60i(0x133),'roomType':a60i(0x160),'items':[{'type':a60i(0x146),'name':a60i(0x16b),'description':a60i(0x17f)}],'exits':[{'direction':a60i(0x162),'targetRoom':a60i(0x15a)},{'direction':'north','targetRoom':a60i(0x152)},{'direction':a60i(0x159),'targetRoom':a60i(0x16e)}]},{'name':a60i(0x152),'description':a60i(0x18d),'roomType':a60i(0x17e),'puzzle':{'requiredPhrase':a60i(0x176),'riddle':a60i(0x17c),'rewardItem':{'type':a60i(0x129),'name':a60i(0x12d),'description':a60i(0x128)},'successMessage':a60i(0x18c),'failureMessage':a60i(0x120)},'exits':[{'direction':a60i(0x162),'targetRoom':'Barrens\x20Hideout'}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x11f),'roomType':'inside','items':[{'type':'drone','name':'MCT\x20Fly-Spy','description':a60i(0x11d)}],'exits':[{'direction':'west','targetRoom':a60i(0x125)}]}];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x203))/0x1*(parseInt(f(0x201))/0x2)+parseInt(f(0x20b))/0x3+parseInt(f(0x20d))/0x4+-parseInt(f(0x209))/0x5*(-parseInt(f(0x1f7))/0x6)+-parseInt(f(0x20c))/0x7*(parseInt(f(0x1ee))/0x8)+parseInt(f(0x1f9))/0x9*(parseInt(f(0x1ff))/0xa)+-parseInt(f(0x1ed))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x2243e));function a61c(){var j=['rooms','search','(((.+)+)+)+$','_maxCarryingWeight','isLocked','inventory','162zTEXZD','_playerName','207ojWtfi','apply','constructor','category','_currentLocation','_equipment','40760aDJXtf','rating','12jVwtmZ','isLockable','5794lNYQyq','solved','name','logger','roomType','characterLocations','38455aCKire','texture','728241LJJRQx','124649kDBdJh','315732RIwhvn','_logger','_inventory','description','toString','player','4731804mtvnal','8JRcRrw','roomA','size'];a61c=function(){return j;};return a61c();}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1fa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x211)]()[h(0x1f2)](h(0x1f3))[h(0x211)]()[h(0x1fb)](a61a)[h(0x1f2)](h(0x1f3));});function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1ed;var f=c[d];return f;},a61d(a,b);}a61a();import{EventEmitter}from'events';export class AbstractScene{[a61i(0x1f1)];[a61i(0x212)];['logger'];[a61i(0x208)];}export class AbstractRoom extends EventEmitter{[a61i(0x205)];[a61i(0x210)];['exits'];[a61i(0x1f6)];['puzzle'];[a61i(0x207)];['isStartRoom'];}export class AbstractDoor{[a61i(0x1ef)];['roomB'];[a61i(0x1f5)];['unlockItemOrSolution'];[a61i(0x205)];[a61i(0x206)];[a61i(0x202)];}export class AbstractInventory{['items'];[a61i(0x206)];}export class AbstractItem{['uuid'];[a61i(0x205)];[a61i(0x210)];[a61i(0x1f0)];[a61i(0x1fc)];['shape'];['color'];[a61i(0x20a)];[a61i(0x200)];['weight'];}export class AbstractPlayer{[a61i(0x1f8)];[a61i(0x1fd)];[a61i(0x20f)];[a61i(0x1fe)];[a61i(0x1f4)];[a61i(0x20e)];}export class AbstractPuzzle{[a61i(0x206)];[a61i(0x204)];}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0xeb))/0x1+parseInt(k(0xd9))/0x2+parseInt(k(0xe0))/0x3*(parseInt(k(0x102))/0x4)+-parseInt(k(0xda))/0x5*(parseInt(k(0xbe))/0x6)+-parseInt(k(0xe7))/0x7+parseInt(k(0xe2))/0x8+-parseInt(k(0xf5))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xec98a));export var Size;(function(a){var l=a62d;a[l(0xfb)]=l(0xf0),a[l(0xd0)]='small',a[l(0xc2)]=l(0x107),a[l(0xc9)]='large',a[l(0x115)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0xc1)]=m(0x11f),a[m(0x11e)]='rare',a[m(0xd2)]=m(0x100);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a['Weapon']='weapon',a['Shield']=n(0xed),a[n(0x109)]=n(0xd1),a[n(0x120)]=n(0x116),a['Helmet']='helmet',a['Hat']=n(0xe8),a[n(0xd6)]=n(0x114),a[n(0x10f)]=n(0x10b),a[n(0x108)]=n(0x11d),a[n(0x125)]=n(0xfc),a[n(0x110)]='book',a[n(0xc6)]=n(0xce),a[n(0xc3)]=n(0x122);}(Category||(Category={})));export var Shape;function a62c(){var v=['Rough','Blade','Cup','constructor','Grainy','Large','MOUNTAIN','Fuzzy','Blue','outside','cup','cave','Small','key','Legendary','grey','DOWN','Green','Boots','south','yellow','2694866irSXrg','20EYMcYx','gold','Triangle','search','INSIDE','inside','1184301mlRNAW','BEACH','1874992YhXLfz','red','TOWER','circle','grainy','3156398hQPifq','hat','green','SOUTH','1867752xuknHk','Metallic','shield','OUTSIDE','bumpy','tiny','SEA','rough','mountain','beach','16123860IcCKZb','CAVE','triangle','Smooth','toString','NORTH','Tiny','body\x20armor','Bumpy','purple','Gold','legendary','Yellow','12sZPckf','Rifle','Grey','west','DESERT','medium','ArmArmor','Key','apply','leg\x20armor','smooth','Red','Circle','LegArmor','Book','down','(((.+)+)+)+$','underground','boots','VeryLarge','gloves','metallic','blue','desert','UNDERGROUND','brown','blade','arm\x20armor','Rare','common','Gloves','tower','unknown','Square','orange','BodyArmor','rectangle','2133462QGgVBF','fuzzy','sea','Common','Medium','Unknown'];a62c=function(){return v;};return a62c();}(function(a){var o=a62d;a[o(0x10e)]=o(0xe5),a[o(0x123)]='square',a[o(0xdc)]=o(0xf7),a['Rectangle']=o(0xbd),a[o(0xc5)]=o(0x11c),a[o(0x103)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a[p(0x10d)]=p(0xe3),a[p(0xcc)]=p(0x118),a[p(0xd5)]=p(0xe9),a[p(0x101)]=p(0xd8),a['Orange']=p(0x124),a['Purple']=p(0xfe),a[p(0x104)]=p(0xd3),a['Brown']=p(0x11b),a[p(0xff)]=p(0xdb);}(Color||(Color={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xbd;var f=c[d];return f;},a62d(a,b);}export var Texture;(function(c){var s=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var q=a62d;if(h){var j=h[q(0x10a)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var r=a62d;return e[r(0xf9)]()[r(0xdd)]('(((.+)+)+)+$')[r(0xf9)]()[r(0xc7)](e)[r(0xdd)](r(0x112));});e(),c[s(0xf8)]=s(0x10c),c[s(0xc4)]=s(0xf2),c[s(0xfd)]=s(0xef),c[s(0xcb)]=s(0xbf),c[s(0xc8)]=s(0xe6),c[s(0xec)]=s(0x117);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0xde)]=t(0xdf),a[t(0xee)]=t(0xcd),a[t(0x11a)]=t(0x113),a[t(0xf6)]=t(0xcf),a[t(0xe4)]=t(0x121),a['FOREST']='forest',a[t(0x106)]=t(0x119),a[t(0xca)]=t(0xf3),a[t(0xe1)]=t(0xf4),a[t(0xf1)]=t(0xc0);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0xfa)]='north',a['EAST']='east',a[u(0xea)]=u(0xd7),a['WEST']=u(0x105),a['UP']='up',a[u(0xd4)]=u(0x111);}(Direction||(Direction={})));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x179))/0x1+-parseInt(f(0x17b))/0x2+parseInt(f(0x183))/0x3+parseInt(f(0x17a))/0x4*(parseInt(f(0x17e))/0x5)+-parseInt(f(0x181))/0x6*(parseInt(f(0x180))/0x7)+-parseInt(f(0x178))/0x8+-parseInt(f(0x17c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xa490c));var a63b=(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;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0x17f)]()[g(0x17d)](g(0x182))[g(0x17f)]()[g(0x184)](a63a)[g(0x17d)](g(0x182));});function a63c(){var h=['(((.+)+)+)+$','3506292JYvMYe','constructor','4197816LwcKos','1042887mOVKxs','4aiUbUN','772150qAkheU','2990682AgZmTv','search','2184785QzYUFX','toString','2560068sltcmZ','12ZfRFhS'];a63c=function(){return h;};return a63c();}a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x178;var f=c[d];return f;},a63d(a,b);}export{};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x188))/0x1+parseInt(f(0x184))/0x2+parseInt(f(0x18a))/0x3*(parseInt(f(0x189))/0x4)+-parseInt(f(0x190))/0x5+-parseInt(f(0x187))/0x6*(parseInt(f(0x186))/0x7)+parseInt(f(0x18b))/0x8+parseInt(f(0x185))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xac639));function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x184;var f=c[d];return f;},a64d(a,b);}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x18f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x18e)]()['search'](h(0x18c))[h(0x18e)]()['constructor'](a64a)[h(0x18d)](h(0x18c));});function a64c(){var i=['search','toString','apply','5889245QTJgGn','2627854pGxoiA','4463703mqieyP','7147aguOZp','3306EFUUuj','430682TPLfuz','464OwavVi','17103UFeWYk','3247976FGmJRP','(((.+)+)+)+$'];a64c=function(){return i;};return a64c();}a64a();export{};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x187))/0x1*(-parseInt(y(0x17b))/0x2)+parseInt(y(0x192))/0x3*(parseInt(y(0x197))/0x4)+-parseInt(y(0x170))/0x5+parseInt(y(0x1c3))/0x6*(parseInt(y(0x1c4))/0x7)+parseInt(y(0x182))/0x8*(parseInt(y(0x1ad))/0x9)+-parseInt(y(0x172))/0xa*(-parseInt(y(0x1b8))/0xb)+parseInt(y(0x175))/0xc*(-parseInt(y(0x18b))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xedc30));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x16e;let f=c[d];return f;},a65d(a,b);}import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a65c(){const I=['Arms:\x20','legs','8wTxwdl','Gloves:\x20','logFilePath','\x20(Locked)','-----\x20Exits\x20------\x0a','OUTSIDE','key','getWelcomeMessage','Torso:\x20','write','split','gloves','getInstance','equip','\x20Inventory\x20','Thanks\x20for\x20playing!','focus','getAllItems','exits','forEach','setContent','render','947331FNGqYQ','lock','scroll','45%','Currently\x20in:\x20','\x20Game\x20Log\x20','\x20(Unlocked)','clearValue','argv','70%','75%','22YYqZHp','90%','logBox','\x20Map\x20','constructor','handleInput','leftHand','arms','name','toString','take','2406wFTZNi','2653TDCgqD','search','exit','white','pushLine','(((.+)+)+)+$','None','parse','yellow','454200SmpdZu','escape','7285750RNVKor','slice','line','38946708AIMMuA','map','\x0aThere\x20are\x20no\x20exits\x20here.','player','feet','append','6SGlTin','Left\x20Hand:\x20','removeAllListeners','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','inventory','25%','screen','72siVnZh','getOtherSide','rightHand','unlock','apply','562091lZPJbJ','enter','C-c','----->>>>>>\x20Initializing\x20Game','13PVyZod','log','Legs:\x20','box','Right\x20Hand:\x20','Your\x20items\x20will\x20be\x20listed\x20here...','currentLocation','101307GckUqy','size','Side\x20Quest\x20Adventure\x20Game'];a65c=function(){return I;};return a65c();}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(0x186)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x1c1)]()[A(0x1c5)](A(0x1c9))['toString']()[A(0x1bc)](g)[A(0x1c5)](A(0x1c9));});g();try{const h=a65e[B(0x181)]({'smartCSR':!![],'title':B(0x194)}),i=a65e['box']({'top':'0%','left':B(0x1b7),'width':B(0x180),'height':B(0x1b0),'border':{'type':B(0x174)},'label':B(0x1a5),'content':B(0x190),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1a8)]()[C(0x176)](v=>v[C(0x1c0)]);i['setContent'](u['join']('\x0a')),h[C(0x1ac)]();};h[B(0x17a)](i);const k=a65e[B(0x18e)]({'top':B(0x1b0),'left':'75%','width':B(0x180),'height':B(0x180),'border':{'type':B(0x174)},'label':'\x20Equipment\x20','content':B(0x17e),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x16f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k['setContent']('Head:\x20'+(t['head']?t['head'][D(0x1c0)]:'None')+'\x0a'+(D(0x19f)+(t['torso']?t['torso']['name']:D(0x1ca))+'\x0a')+(D(0x18d)+(t[D(0x196)]?t[D(0x196)][D(0x1c0)]:D(0x1ca))+'\x0a')+('Feet:\x20'+(t['feet']?t[D(0x179)][D(0x1c0)]:'None')+'\x0a')+(D(0x195)+(t[D(0x1bf)]?t[D(0x1bf)][D(0x1c0)]:D(0x1ca))+'\x0a')+(D(0x198)+(t[D(0x1a2)]?t[D(0x1a2)][D(0x1c0)]:D(0x1ca))+'\x0a')+(D(0x17c)+(t[D(0x1be)]?t[D(0x1be)][D(0x1c0)]:'None')+'\x0a')+(D(0x18f)+(t[D(0x184)]?t[D(0x184)][D(0x1c0)]:'None')+'\x0a')),h['render']();},m=a65e[B(0x18e)]({'top':B(0x1b6),'left':B(0x1b7),'width':'25%','height':'20%','border':{'type':B(0x174)},'label':B(0x1bb),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x16f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x17a)](m);const n=t=>{const E=B;let u=E(0x1b1)+t['name']+'\x0a\x0a';u+=E(0x19b),t[E(0x1a9)][E(0x193)]>0x0?t['exits'][E(0x1aa)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x183)](t);x['roomType']===RoomType[F(0x19c)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x1c0)];if(v['checkIfLocked']())u+=F(0x19a);else v['checkIfLockable']()&&(u+=F(0x1b3));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x177),m[E(0x1ab)](u),h[E(0x1ac)]();},o=a65e['box']({'id':B(0x1ba),'top':'0%','left':'0%','width':'75%','height':B(0x1b9),'border':{'type':'line'},'label':B(0x1b2),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x16f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x17d)]('mousemove'),h['append'](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':'100%','height':'10%','tags':!![],'border':{'type':B(0x174)},'style':{'fg':B(0x1c7),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x17a)](p),h[B(0x19d)]([B(0x171),B(0x189)],()=>process[B(0x1c6)](0x0)),p[B(0x1a7)](),h['render']();const q=Logger[B(0x1a3)](e[B(0x199)],h),r=new Player({'playerName':c});q['write'](B(0x18a));const s=a65f['getInstance'](r,d);o[B(0x1ab)](s[B(0x19e)]()),l(s[B(0x178)]['equipment']),j(s['player'][B(0x17f)]),n(s['player']['currentLocation']),p[B(0x19d)]([B(0x188)],async()=>{const G=B,t=p['getValue'](),u=s[G(0x1bd)](t);(t['split']('\x20')[0x0]===G(0x1c2)||G(0x1a4)||'unequip')&&(j(s[G(0x178)][G(0x17f)]),l(s[G(0x178)]['equipment'])),(t[G(0x1a1)]('\x20')[0x0]==='go'||G(0x1ae)||G(0x185))&&n(s[G(0x178)][G(0x191)]),t['split']('\x20')[0x0]==='clear'&&o[G(0x1ab)](''),u===null&&(console[G(0x18c)](G(0x1a6)),h[G(0x1ac)](),q[G(0x1a0)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x1c6)](0x0)),o[G(0x1c8)](u),o[G(0x1af)](0x1),p[G(0x1b4)](),p['focus'](),h[G(0x1ac)]();});}catch(t){console[B(0x18c)](t),process['exit'](0x1);}}const args=process[a65H(0x1b5)][a65H(0x173)](0x2);main(args[0x0],JSON[a65H(0x16e)](args[0x1]),JSON['parse'](args[0x2]));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x10a))/0x1+parseInt(h(0xeb))/0x2*(parseInt(h(0xe0))/0x3)+parseInt(h(0xe2))/0x4*(parseInt(h(0x101))/0x5)+parseInt(h(0xde))/0x6+parseInt(h(0x106))/0x7*(-parseInt(h(0xe7))/0x8)+-parseInt(h(0xe9))/0x9+parseInt(h(0xf0))/0xa*(-parseInt(h(0x103))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x9f7e3));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0xfc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0xe3)](j(0x104))[j(0xe4)]()[j(0xfb)](a66a)[j(0xe3)](j(0x104));});a66a();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xdd;let f=c[d];return f;},a66d(a,b);}import a66e from'fs';function a66c(){const s=['51JsmXvy','getInstance','5203020oeufRZ','search','toString','homedir','find','2512672mxqvbJ','screen','1049616pIXSRN','.maka','14004fWwcye','content','writeFileSync','appendFileSync','mkdirSync','170ZkQQIf','filePath','options','join','write','render','[ERROR]\x20[','[INFO]\x20[','The\x20logbox\x20','scrollTo','dirname','constructor','apply','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','children','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','ensureLogFileExists','5DAnzuI','side-quest.log','136961qVpAvU','(((.+)+)+)+$','log','28ORHRzF','toISOString','instance','getScrollHeight','270754ZyNJfZ','box','existsSync','6533250EszwHX','error'];a66c=function(){return s;};return a66c();}import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0xe5)]();export class Logger{static [a66k(0x108)];['filePath'];[a66k(0xe8)];constructor(a,b){const l=a66k;this[l(0xf1)]=a,this[l(0xe8)]=b,this['ensureLogFileExists']();}static[a66k(0xe1)](a=a66g[a66k(0xf3)](homeDir,a66k(0xea),a66k(0x102)),b){const m=a66k;if(!Logger[m(0x108)]){if(!b)throw new Error(m(0xfd));Logger[m(0x108)]=new Logger(a,b);}return Logger[m(0x108)];}[a66k(0x100)](){const n=a66k,a=a66g[n(0xfa)](this[n(0xf1)]);!a66e[n(0xdd)](a)&&a66e[n(0xef)](a,{'recursive':!![]}),!a66e[n(0xdd)](this['filePath'])&&a66e[n(0xed)](this['filePath'],'');}[a66k(0xf4)](a){const o=a66k,b=new Date()[o(0x107)](),c=o(0xf7)+b+']\x20'+a+'\x0a';a66e[o(0xee)](this['filePath'],c);}[a66k(0xdf)](a){const p=a66k,b=new Date()[p(0x107)](),c=p(0xf6)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this['filePath'],c);}[a66k(0x105)](a){const q=a66k,b=this[q(0xe8)]?.[q(0xfe)][q(0xe6)](c=>c['type']===q(0x10b)&&c[q(0xf2)]['id']==='logBox');b?(b['setContent'](b[q(0xec)]+'\x0a'+a),b[q(0xf9)](b[q(0x109)]()),this[q(0xe8)]?.[q(0xf5)]()):this[q(0xdf)](q(0xf8)+b+q(0xff)+this[q(0xe8)]),this[q(0xf4)](a);}['hasScreen'](){const r=a66k;return!!this[r(0xe8)];}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0x1c0))/0x1*(-parseInt(j(0x1b8))/0x2)+parseInt(j(0x1a1))/0x3+parseInt(j(0x1b9))/0x4+-parseInt(j(0x1bd))/0x5*(parseInt(j(0x19d))/0x6)+parseInt(j(0x1a7))/0x7+parseInt(j(0x199))/0x8+-parseInt(j(0x1ad))/0x9*(parseInt(j(0x1b4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xd05f2));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x19a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x1c2)]()['search']('(((.+)+)+)+$')[l(0x1c2)]()[l(0x19e)](a67a)[l(0x1b7)](l(0x1b6));});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 a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x199;let f=c[d];return f;},a67d(a,b);}function a67c(){const p=['127748HbZMZj','join','./sideQuest/ui.js','ask','300NpjzhM','shadowrun','url','835RleUlI','log','toString','11562640MnmLHq','apply','create','stringify','126642ECfsUq','constructor','inherit','side-quest.log','1603146JCWmhI','fsi','Play\x20a\x20little\x20side-quest','resolve','maka\x20play:side-quest','Thanks\x20for\x20playing!','8637643aezSuJ','getGlobalMakaDir','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...','bright','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','select','10323wsZnnm','dungeon','What\x20is\x20your\x20name?','node','player','sideQuestAnswer','Commoner','7390hqflro','side-quest','(((.+)+)+)+$','search','666Wkvqws'];a67c=function(){return p;};return a67c();}import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x1bf)]),__dirname=dirname(__filename);Command[a67m(0x19b)]({'name':a67m(0x1b5),'usage':a67m(0x1a5),'shortDesc':a67m(0x1a3),'aliases':['sq'],'description':a67m(0x1a9),'validOpts':[a67m(0x1b1)]},async function(a,b){const n=a67m;try{const c=this[n(0x1a2)][n(0x1a8)](),d=a67e[n(0x1ba)](c,n(0x1a0)),e=b[n(0x1b1)]?b[n(0x1b1)]:await Actions[n(0x1bc)](n(0x1af))||n(0x1b3),f={...b,'logFilePath':d},g=await Actions[n(0x1ac)]({'message':n(0x1ab),'name':n(0x1b2),'choices':[{'name':n(0x1ae),'value':dungeonConfig},{'name':n(0x1be),'value':shadowrunConfig}]});if(e&&g){const h=spawn(n(0x1b0),[a67e[n(0x1a4)](__dirname,n(0x1bb)),e,JSON['stringify'](g),JSON[n(0x19c)](f)],{'stdio':n(0x19f)});h['on']('exit',()=>{const o=n;Log[o(0x1aa)](o(0x1a6));});}}catch(i){console[n(0x1c1)](i);}},a67f);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x85))/0x1*(parseInt(f(0x84))/0x2)+parseInt(f(0x8d))/0x3*(-parseInt(f(0x90))/0x4)+parseInt(f(0x8e))/0x5+-parseInt(f(0x83))/0x6+parseInt(f(0x86))/0x7*(parseInt(f(0x8b))/0x8)+parseInt(f(0x82))/0x9*(parseInt(f(0x80))/0xa)+parseInt(f(0x8f))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x9fe15));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x89)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x8c)]()[h(0x91)](h(0x88))['toString']()['constructor'](a68a)[h(0x91)]('(((.+)+)+)+$');});a68a();import a68e from'./play.command.js';function a68c(){var k=['Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','195592hPVYlI','toString','1510017wXDJGY','3716585UBLfgE','15393081ufHdHn','8wFmUdp','search','6533390vTHQiG','npx\x20command-line-snake','9nMykoT','4003926dshNEJ','8222GTWswl','298dbNsfn','217wLKJqp','maka\x20game:snake','(((.+)+)+)+$','apply'];a68c=function(){return k;};return a68c();}import{Command}from'../../command.js';import{execSync}from'child_process';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x80;var f=c[d];return f;},a68d(a,b);}Command['create']({'name':'snake','usage':a68i(0x87),'shortDesc':a68i(0x8a),'validOpts':[]},async function(){var j=a68i;execSync(j(0x81),{'stdio':'inherit'});},a68e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x80))/0x1*(-parseInt(f(0x7a))/0x2)+parseInt(f(0x77))/0x3*(-parseInt(f(0x73))/0x4)+-parseInt(f(0x79))/0x5+-parseInt(f(0x7e))/0x6+parseInt(f(0x7b))/0x7*(-parseInt(f(0x75))/0x8)+parseInt(f(0x7f))/0x9+-parseInt(f(0x7d))/0xa*(-parseInt(f(0x81))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x9a200));var a69b=(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;};}()),a69a=a69b(this,function(){var g=a69d;return a69a[g(0x78)]()['search']('(((.+)+)+)+$')['toString']()[g(0x7c)](a69a)['search']('(((.+)+)+)+$');});function a69c(){var j=['5038750PzKbuX','415222fdSTKH','119PeKDpR','constructor','451310RmrJEh','153168qgBBlY','5848290VphlDz','5HmZljN','121qlgtFc','tetris','57364SxLcYR','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','170344yynYGX','npx\x20simple-tetris','33eiXwHt','toString'];a69c=function(){return j;};return a69c();}a69a();import a69e from'./play.command.js';function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x73;var f=c[d];return f;},a69d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a69h(0x82),'usage':'maka\x20game:tetris','shortDesc':a69h(0x74),'validOpts':[]},async function(){var i=a69h;execSync(i(0x76),{'stdio':'inherit'});},a69e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x180))/0x1+-parseInt(f(0x173))/0x2*(parseInt(f(0x185))/0x3)+-parseInt(f(0x17b))/0x4*(parseInt(f(0x16f))/0x5)+-parseInt(f(0x181))/0x6*(parseInt(f(0x179))/0x7)+-parseInt(f(0x17a))/0x8*(-parseInt(f(0x176))/0x9)+parseInt(f(0x183))/0xa*(-parseInt(f(0x17e))/0xb)+parseInt(f(0x178))/0xc*(parseInt(f(0x16d))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x4a692));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x189)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a['toString']()[h(0x182)]('(((.+)+)+)+$')[h(0x17d)]()['constructor'](a70a)[h(0x182)](h(0x16c));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x16b;let f=c[d];return f;},a70d(a,b);}import{Log}from'../tools/log/log.class.js';Command[a70i(0x18a)]({'name':'generate','aliases':['g'],'usage':a70i(0x174),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0x188),'description':a70i(0x177),'examples':[a70i(0x186),a70i(0x184),a70i(0x17f),a70i(0x171),a70i(0x17c),a70i(0x175),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x16e)](0x0,0x1),await a70e[j(0x170)](c,a,b)):a70e[j(0x172)](a,b);}catch(d){Log[j(0x16b)](d),process[j(0x187)](0x1);}});function a70c(){const k=['maka\x20g:scaffold\x20todos','3hnRvLw','maka\x20generate:scaffold\x20todos','exit','Scaffold\x20various\x20parts\x20of\x20your\x20application','apply','create','error','(((.+)+)+)+$','1302002nCUpoq','splice','6590ZzhaRY','processAndRunGenerator','maka\x20g:package\x20package:name','invoke','908582zBttnl','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:api\x20trucks','3418515xJlweW','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','96pSnVel','663481LWtjgB','8loIAQs','912QVdlrt','maka\x20g:route\x20todos/edit','toString','11WWldAY','maka\x20g:template\x20todos/todo_item','329862DXXDVV','18QfKsQp','search','1669990CMFghU'];a70c=function(){return k;};return a70c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x1dc))/0x1+parseInt(f(0x1e1))/0x2+parseInt(f(0x1d7))/0x3*(-parseInt(f(0x1e3))/0x4)+parseInt(f(0x1df))/0x5+-parseInt(f(0x1d6))/0x6+parseInt(f(0x1db))/0x7*(-parseInt(f(0x1e2))/0x8)+parseInt(f(0x1de))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xbc47f));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1da)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x1d8)]()[h(0x1d9)](h(0x1dd))[h(0x1d8)]()[h(0x1e0)](a71a)[h(0x1d9)](h(0x1dd));});a71a();import'./get.command.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1d6;var f=c[d];return f;},a71d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71c(){var i=['468924hvGJHX','(((.+)+)+)+$','17482005DWFhhu','1230680WtzeiB','constructor','92866GeIFkF','4376144DbEIcP','16jwWnLT','1864386enLegy','395979qKKHbZ','toString','search','apply','14bsMogI'];a71c=function(){return i;};return a71c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x145))/0x1*(-parseInt(f(0x150))/0x2)+-parseInt(f(0x14d))/0x3*(parseInt(f(0x143))/0x4)+parseInt(f(0x144))/0x5+-parseInt(f(0x146))/0x6+parseInt(f(0x151))/0x7+parseInt(f(0x14b))/0x8*(parseInt(f(0x147))/0x9)+-parseInt(f(0x152))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x2fd5f));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x14e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()[h(0x153)](h(0x149))[h(0x14f)]()[h(0x14c)](a72a)['search'](h(0x149));});a72a();import{Command}from'../../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x143;let f=c[d];return f;},a72d(a,b);}const GetCommand=Command['create']({'name':a72i(0x14a),'usage':'maka\x20get:<sub-command>','shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0x148)](b);});function a72c(){const k=['90kHIxCS','processAndRunCommand','(((.+)+)+)+$','get','295168GgfGIl','constructor','1083927iNAdze','apply','toString','53074dtnelp','1863617jBeeDc','3122860rTZadF','search','4czjIiE','1539180yLuDtE','1zNSHJI','281760TVuLvs'];a72c=function(){return k;};return a72c();}export default GetCommand;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a73h=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x16c))/0x1+parseInt(f(0x175))/0x2+parseInt(f(0x172))/0x3+parseInt(f(0x169))/0x4+-parseInt(f(0x16e))/0x5*(-parseInt(f(0x170))/0x6)+parseInt(f(0x177))/0x7+-parseInt(f(0x16f))/0x8*(parseInt(f(0x163))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x246cc));const a73b=(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;};}()),a73a=a73b(this,function(){const g=a73d;return a73a[g(0x174)]()[g(0x166)](g(0x164))[g(0x174)]()[g(0x165)](a73a)[g(0x166)](g(0x164));});function a73c(){const j=['exit','531198QBEjUS','global-config','toString','506840SyYXIK','cfg','1687973JwXLQG','27JsQgzO','(((.+)+)+)+$','constructor','search','log','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','784804CUyxul','error','maka\x20get:global-config','280126RPGrJC','create','143725bLhdmk','3046616pNdBBN','30NhgVRE'];a73c=function(){return j;};return a73c();}a73a();import a73e from'./get.command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x163;let f=c[d];return f;},a73d(a,b);}import{Command}from'../../command.js';Command[a73h(0x16d)]({'name':a73h(0x173),'usage':a73h(0x16b),'aliases':['gc'],'shortDesc':a73h(0x168),'validOpts':[]},async function(){const i=a73h;try{const a=await this[i(0x176)]['getGlobalConfig']();console[i(0x167)](a),process[i(0x171)](0x0);}catch(b){console[i(0x16a)](b),process[i(0x171)](0x0);}},a73e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x153))/0x1+-parseInt(f(0x158))/0x2*(-parseInt(f(0x159))/0x3)+parseInt(f(0x15c))/0x4+parseInt(f(0x150))/0x5+parseInt(f(0x15b))/0x6+-parseInt(f(0x15e))/0x7+parseInt(f(0x152))/0x8*(parseInt(f(0x15a))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x47beb));function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x14d;let f=c[d];return f;},a74d(a,b);}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x14f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x155)]()['search'](h(0x154))[h(0x155)]()['constructor'](a74a)[h(0x15d)]('(((.+)+)+)+$');});function a74c(){const k=['1822056wtHHVE','2003832vENipR','search','3247867Vzbndf','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','getMakaProjectConfig','apply','332305xwrvYZ','log','30208ScqFEl','515020Dzxcbh','(((.+)+)+)+$','toString','maka\x20get:local-config','local-config','462MFYKKv','2913CqhXBe','423emyTlc'];a74c=function(){return k;};return a74c();}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a74i(0x157),'usage':a74i(0x156),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x14d),'validOpts':[]},async function(){const j=a74i,a=await this['cfg'][j(0x14e)]();console[j(0x151)](a);},a74e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0x14e))/0x1*(parseInt(f(0x145))/0x2)+-parseInt(f(0x149))/0x3+parseInt(f(0x14c))/0x4+parseInt(f(0x144))/0x5+-parseInt(f(0x152))/0x6*(parseInt(f(0x14f))/0x7)+-parseInt(f(0x147))/0x8+parseInt(f(0x155))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xdb181));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x143)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x14b)]()[h(0x153)](h(0x14a))[h(0x14b)]()[h(0x142)](a75a)[h(0x153)](h(0x14a));});function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x142;let f=c[d];return f;},a75d(a,b);}a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';function a75c(){const k=['2369372iLsUSw','silent','1pWIOMx','917GTlSpi','cfg','create','2922KCOMjj','search','error','23947020TiFQqO','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','constructor','apply','3616740wzeUxp','2267326hvhhQb','exit','8671648jRLLea','whoami','2392938EuhuBg','(((.+)+)+)+$','toString'];a75c=function(){return k;};return a75c();}import{Log}from'../../tools/log/log.class.js';Command[a75i(0x151)]({'name':a75i(0x148),'usage':'maka\x20get:whoami','shortDesc':a75i(0x156),'validOpts':[a75i(0x14d)]},async function(){const j=a75i;try{const a=await this[j(0x150)]['getGlobalConfig']();return a;}catch(b){Log[j(0x154)](b),process[j(0x146)](0x1);}},a75e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x1f9))/0x1+-parseInt(f(0x1f6))/0x2+-parseInt(f(0x1f5))/0x3+-parseInt(f(0x1f2))/0x4+parseInt(f(0x1f0))/0x5*(-parseInt(f(0x1fa))/0x6)+parseInt(f(0x1f4))/0x7*(-parseInt(f(0x1f7))/0x8)+parseInt(f(0x1f8))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xb30c5));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1f3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x1fb)]()['search'](h(0x1ee))['toString']()[h(0x1fe)](a76a)[h(0x1ed)](h(0x1ee));});a76a();function a76c(){var j=['search','(((.+)+)+)+$','Try,\x20maka\x20--help','1330fFTlDl','Deprecated:\x20use\x20--help\x20instead','2536408iIWecG','apply','21yKRNnO','662709EeVnOK','2798610NBNaxx','358048kenuED','30416355daZlTl','127532GrCfDu','8688ypMvYv','toString','help','create','constructor'];a76c=function(){return j;};return a76c();}import{Command}from'../command.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x1ed;var f=c[d];return f;},a76d(a,b);}import{UsageError}from'../error.js';Command[a76i(0x1fd)]({'name':a76i(0x1fc),'description':a76i(0x1ef),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x1f1)},async function(){throw new UsageError();});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a77K=a77d;(function(a,b){const H=a77d,c=a();while(!![]){try{const d=parseInt(H(0xf1))/0x1+-parseInt(H(0xd3))/0x2*(parseInt(H(0xb4))/0x3)+parseInt(H(0xbb))/0x4+parseInt(H(0x10b))/0x5*(parseInt(H(0xec))/0x6)+parseInt(H(0x103))/0x7+parseInt(H(0xfd))/0x8+-parseInt(H(0xbd))/0x9*(parseInt(H(0xbc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xa31c2));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const I=a77d;if(c){const e=c[I(0x11a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const J=a77d;return a77a[J(0xb5)]()[J(0x11c)](J(0xc3))[J(0xb5)]()['constructor'](a77a)[J(0x11c)]('(((.+)+)+)+$');});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';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xb3;let f=c[d];return f;},a77d(a,b);}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(0x102)]();function isRoot(){const L=a77K;return process[L(0xf4)]&&process[L(0xf4)]()===0x0;}function compareVersions(a,b){const M=a77K,c=a[M(0x11d)]('.')[M(0xca)](Number),d=b['split']('.')[M(0xca)](Number);for(let e=0x0;e<Math[M(0xda)](c[M(0xcd)],d[M(0xcd)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77K(0x112)]({'name':a77K(0xc5),'aliases':['i'],'validOpts':[{'name':a77K(0x11b),'boolFlag':!![],'description':'Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.'},{'name':a77K(0xeb),'description':a77K(0x10d)},{'name':'cacert','description':'Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.'},{'name':a77K(0x117),'boolFlag':!![],'description':a77K(0xff)},{'name':a77K(0xf7),'description':a77K(0xfc)},{'name':'setPath','boolFlag':!![],'description':a77K(0x10e)}],'validArgs':[a77K(0xf0)],'minArgLength':0x1,'usage':a77K(0x100),'shortDesc':a77K(0x114),'examples':[a77K(0x100),a77K(0xcf),'maka\x20install\x20meteor\x20--release\x203.0.1',a77K(0xe5)]},async function(a,b){const N=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b[N(0xed)]&&(updatePath(),Log[N(0xe1)]('Meteor\x20path\x20updated.'),process[N(0xdc)](0x0));let g='';if(b[N(0xdb)]){if(f[N(0xd2)](b['cacert']))Log[N(0x104)]('Using\x20CA\x20Cert\x20'+b[N(0xdb)]),g=b['cacert'];else throw N(0xe9)+g;}const h=await d['getGlobalConfig']();if(h[N(0xfb)]){if(f[N(0xd2)](h['cert']))g=h[N(0xfb)];else throw N(0xe7)+g;}let i=![];if(b['f']||b[N(0x11b)])i=!![];else{const t=isRoot();t?(Log[N(0xc6)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),i=await Actions[N(0x106)](N(0xf2),![])):i=!![];}if(!i)throw N(0xc0);const j=await HTTPS[N(0x10f)]({'url':N(0xba),'cert':g}),k=f[N(0xd8)](j[N(0xe4)],'RELEASE=');if(k[N(0xcd)]===0x0)throw N(0xce);process[N(0xb6)][N(0x119)]='1';const l=k[0x0][N(0x109)](/[^0-9.]/gi,'')[N(0x109)](/\r?\n|\r/,''),m=N(0xe0);let n;b[N(0xeb)]?n=b[N(0xeb)]:compareVersions(l,m)<0x0?n=m:n=l;Log[N(0x104)](N(0x105)+n);const o={'win32':N(0xf6),'darwin':N(0xcc),'linux':N(0xe3)};let p=N(0x113)+o[a77e[N(0xbf)]()]+'.'+(a77e[N(0xf3)]()===N(0x107)?N(0x107):N(0xdf))+N(0xd1)+n,q=await HTTPS[N(0xfa)]({'url':p,'cert':g});n=n[N(0xb5)]();n==='3'&&(n=N(0xd5));if(!q&&n[N(0xc8)]('-')){const u=n['split']('-'),v=u[0x0],w=u[N(0x108)](0x1)['join']('-'),x=v[N(0x109)](/\.0+$/,'');Log[N(0xc6)]('Meteor\x20version\x20'+n+N(0xcb)+x+'-'+w);const y=N(0x113)+o[a77e[N(0xbf)]()]+'.'+(a77e[N(0xf3)]()===N(0x107)?N(0x107):N(0xdf))+'&release='+x+'-'+w;q=await HTTPS[N(0xfa)]({'url':y,'cert':g}),q&&(n=x+'-'+w,p=y);}!q?(Log['error'](N(0xc9)+n+'\x20is\x20not\x20available.'),process[N(0xdc)](0x0)):Log[N(0x104)](N(0xc9)+n+N(0xd0));const r=f['getMeteorInstallPath'](),s=c['getInstalledMeteorVersion'](n);if(a77g['existsSync'](s)){let z=![];b['f']||b[N(0x11b)]?z=!![]:z=await Actions[N(0x106)](N(0xef)+n+N(0x118),![]),z?(await SpawnAsync[N(0xf5)]('rm',[N(0xc1),a77f[N(0xc2)](r,N(0xd4))],{'message':N(0xd9)}),await SpawnAsync['withSpinner']('rm',['-rf',a77f['join'](r,N(0x10c))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync[N(0xf5)]('rm',['-rf',a77f[N(0xc2)](r,N(0xf0))],{'message':N(0xd6)})):(Log[N(0xb3)](N(0xf8)),process[N(0xdc)](0x0));}try{const A=process['platform']===N(0xbe);if(A){let B=await Actions['confirm']('Symlinking\x20is\x20only\x20permitted\x20with\x20Administrator\x20permission.\x20\x20Please\x20run\x20this\x20in\x20an\x20Admin\x20Shell.',![]);!B&&(Log['info'](N(0xf8)),process['exit'](0x0));}Log[N(0x104)](N(0x11f)+n+N(0xdd)+p),await HTTPS['downloadFile']({'url':p,'destPath':a77f['join'](homeDir,N(0xee)),'cert':g,'timeout':b[N(0xf7)]?parseInt(b['timeout'])*0x3e8:0x493e0});try{const C=a77f[N(0xc2)](homeDir,N(0xee)),D=a77f[N(0xc2)](homeDir,'.meteor',N(0xc4),n);a77g[N(0x111)](D,{'recursive':!![]}),await f['extractTarGz'](C,D);}catch(E){console['log'](E),Log[N(0x110)](N(0xd7));}updatePath();}catch(F){console[N(0x110)](F),process[N(0xdc)](0x1);}finally{!b['keepInstallFile']&&await SpawnAsync[N(0xf5)]('rm',[N(0xc1),a77f['join'](homeDir,N(0xee))],{'message':N(0xe6)});}c[N(0xb9)](n),Log[N(0xe1)](N(0xc9)+n+N(0xf9)),process[N(0xdc)](0x0);}catch(G){console[N(0x110)](G),process[N(0xdc)](0x1);}});function a77c(){const P=['env','appendFileSync','\x5c.meteor\x5cmeteor','linkVersionAsCurrent','https://install.meteor.com','2547220juENWP','14930kplgaQ','21933RMtORI','win32','platform','Aborted','-rf','join','(((.+)+)+)+$','releases','install','warn','Added\x20Meteor\x20path\x20to\x20','includes','Meteor\x20version\x20','map','\x20is\x20not\x20available,\x20trying\x20','osx','length','Network\x20error,\x20please\x20try\x20again.','maka\x20install\x20meteor\x20--force','\x20is\x20available.','&release=','isFile','6tJiXoj','packages','3.0','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','Error\x20extracting\x20meteor.tar.gz\x20file','grep','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','max','cacert','exit','\x20from\x20','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','x86_64','3.3','success','utf8','linux','data','maka\x20install\x20meteor\x20--set-path','Cleaning\x20up','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','.bashrc','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','readFileSync','release','6665364emkIau','setPath','meteor.tar.gz','Meteor\x20is\x20','meteor','852403HcrOGd','Proceed\x20anyway?','arch','getuid','withSpinner','windows','timeout','Aborting\x20install','\x20installed.\x0a','checkAvailability','cert','Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.','7738600njFjAb','PATH','Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.','maka\x20install\x20meteor','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','homedir','6417698nOAlsr','notice','Preparing\x20to\x20install\x20Meteor\x20','confirm','arm64','slice','replace','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','5pfabbC','package-metadata','Install\x20the\x20specified\x20version\x20of\x20meteor.','Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.','get','error','mkdirSync','create','https://packages.meteor.com/bootstrap-link?arch=os.','Maka\x27s\x20Installer\x20for\x20Meteor.','setx\x20PATH\x20\x22','existsSync','keepInstallFile','\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','NO_NODE_WARNINGS','apply','force','search','split','.zshrc','Downloading\x20Meteor\x20','info','177702TfxxZo','toString'];a77c=function(){return P;};return a77c();}function updatePath(){const O=a77K;if(a77e[O(0xbf)]()===O(0xbe)){const a=process[O(0xb6)][O(0xfe)]||'',b=homeDir+O(0xb8);!a[O(0xc8)](b)&&(execSync(O(0x115)+a+';'+b+'\x22'),Log[O(0x104)](O(0x10a)),Log[O(0x104)](O(0xde)));}else{const c=a77f[O(0xc2)](homeDir,O(0x11e)),d=a77f[O(0xc2)](homeDir,O(0xe8)),e=O(0x101),f=a77g[O(0x116)](c)?a77g['readFileSync'](c,O(0xe2)):'';!f[O(0xc8)](e)&&(a77g[O(0xb7)](c,'\x0a'+e+'\x0a'),Log[O(0x104)](O(0xc7)+c));const g=a77g[O(0x116)](d)?a77g[O(0xea)](d,O(0xe2)):'';!g[O(0xc8)](e)&&(a77g[O(0xb7)](d,'\x0a'+e+'\x0a'),Log[O(0x104)]('Added\x20Meteor\x20path\x20to\x20'+d));}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a78c(){const n=['\x20-d\x20','1504804QeQDKs','plugins/markdown','search','fsi','stop','288616vNJIuH','config','stringify','writeFileSync','closure','notice','app/packages','maka\x20jsdoc','withSpinner','create','findAppDirectory','error','isFile','642902ufURYS','jsdoc','6kXLqxP','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','maka\x20jsdoc\x20--init','1670ycoScp','193468kjxKkC','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','\x0a[+]\x20Documentation\x20written\x20to\x20','1508630ZGBtte','21EjpJdC','app/private','22329IkuRXp','toString','.+\x5c.(j|t)s(doc|x)?$','179533RGWHKg','apply','sep','app/public','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','jsdoc-config.json','(((.+)+)+)+$'];a78c=function(){return n;};return a78c();}const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0x8a))/0x1+parseInt(i(0x7b))/0x2+-parseInt(i(0x85))/0x3*(-parseInt(i(0x81))/0x4)+parseInt(i(0x84))/0x5+-parseInt(i(0x7d))/0x6*(parseInt(i(0x92))/0x7)+parseInt(i(0x97))/0x8+parseInt(i(0x87))/0x9*(-parseInt(i(0x80))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x2e23f));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x8b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x88)]()[k(0x94)](k(0x90))[k(0x88)]()['constructor'](a78a)[k(0x94)](k(0x90));});a78a();import a78e from'path';import a78f from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x70;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(0x77)]({'name':a78l(0x7c),'usage':a78l(0x75),'mustBeInMakaProject':!![],'shortDesc':a78l(0x7e),'examples':[a78l(0x7f),'maka\x20jsdoc'],'validOpts':[]},function(){const m=a78l,a=a78e['join'](this['fsi'][m(0x78)](),'docs'+a78e['sep']),b=a78e['join'](this['fsi'][m(0x78)](),m(0x98),m(0x8f)),c=m(0x7c);if(!this[m(0x95)][m(0x7a)](b)){const f={'plugins':[m(0x93)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x7c),m(0x72)]},'source':{'includePattern':m(0x89),'excludePattern':m(0x8e),'exclude':[m(0x74),'app/node_modules',m(0x8d),m(0x86)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[m(0x71)](b,JSON[m(0x70)](f,null,0x4));}const d=Log[m(0x76)]('Running\x20'+c);try{const g=c+'\x20-c\x20'+b+'\x20-r\x20app'+a78e[m(0x8c)]+m(0x91)+a;execSync(g,{'stdio':'inherit'}),Log[m(0x73)](m(0x83)+a);}catch(h){Log[m(0x79)](h),Log['error'](m(0x82));}finally{d[m(0x96)]();}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a79v=a79d;(function(a,b){const s=a79d,c=a();while(!![]){try{const d=-parseInt(s(0x7e))/0x1*(-parseInt(s(0x89))/0x2)+-parseInt(s(0x86))/0x3*(parseInt(s(0xa7))/0x4)+parseInt(s(0x8f))/0x5+-parseInt(s(0x8d))/0x6+-parseInt(s(0x76))/0x7*(parseInt(s(0x72))/0x8)+-parseInt(s(0xa5))/0x9+parseInt(s(0x95))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x9db08));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const t=a79d;if(c){const e=c[t(0x73)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const u=a79d;return a79a[u(0x85)]()['search']('(((.+)+)+)+$')[u(0x85)]()[u(0x97)](a79a)[u(0xab)](u(0x8b));});function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x72;let f=c[d];return f;},a79d(a,b);}a79a();function a79c(){const x=['(((.+)+)+)+$','eslint-config-prettier','552192JCWrOA','silent','3520225Avsjhg','loadFormatter','fix','isFile','eslint/config.eslint.js','prettier','20211290kAQPfy','template','constructor','babel.config.js','bright','error','create','eslint/babel.config.js','checkNpmPackage','join','babel-preset-meteor','lib','@babel/preset-react','config','findProjectDirectory','lintFiles','8626950HeDGNn','scaffold','19020TeccUh','fsi','config.eslint.js','@babel/eslint-parser','search','342408AzrrTY','apply','eslint-plugin-unused-imports','@babel/preset-env','35TcfsDq','@loadable/babel-plugin','eslint-plugin-prettier','@babel/plugin-transform-runtime','maka\x20lint','@typescript-eslint/parser','pkg','imports/**/*.{js,jsx,tsx,ts}','7843AcVKhF','findAppDirectory','service','maka\x20lint\x20--fix','eslint-plugin-react','latest','eslint','toString','801WctMzT','length','stylish','116MpVZsS','eslint-plugin-css'];a79c=function(){return x;};return a79c();}import a79e from'path';import{ESLint}from'eslint';import a79f from'@babel/eslint-parser';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a79v(0x9b)]({'name':'lint','usage':a79v(0x7a),'maxArgLength':0x1,'validOpts':[a79v(0x91),a79v(0x8e)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20main\x20directories','description':'\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','examples':[a79v(0x81)]},async function(a,b){const w=a79v;try{const c=this[w(0xa8)][w(0x7f)](),d=this[w(0xa8)][w(0xa3)]();await this['pkg'][w(0x9d)]([w(0x7b),w(0x77),'@babel/plugin-transform-runtime',w(0x9f)],{'cwd':c,'shouldInstall':!![],'saveDev':![]}),await this[w(0x7c)][w(0x9d)](['@typescript-eslint/parser',w(0x75),w(0xa1),w(0xaa),w(0x79)],{'cwd':c,'shouldInstall':!![],'saveDev':!![]}),await this[w(0x7c)]['checkNpmPackage']([w(0x84),w(0x94),w(0x8c),w(0x8a),w(0x78),w(0x82),w(0x74)],{'cwd':d,'shouldInstall':!![],'saveDev':![]});const f=a79e[w(0x9e)](d,w(0xa2),w(0xa9)),g=this['fsi'][w(0x92)](f);!g&&await this[w(0xa6)][w(0x96)]({'srcPath':w(0x93),'destPath':f,'framework':w(0x80),'context':{'noRename':!![]}});const h=a79e['join'](c,w(0x98)),i=this[w(0xa8)][w(0x92)](h);!i&&await this['scaffold'][w(0x96)]({'srcPath':w(0x9c),'destPath':h,'framework':w(0x80),'context':{'noRename':!![]}});const j=new ESLint({'fix':b[w(0x91)],'cwd':c,'overrideConfigFile':f,'overrideConfig':{'languageOptions':{'ecmaVersion':w(0x83),'sourceType':'module','parser':a79f,'parserOptions':{'ecmaFeatures':{'jsx':!![]},'babelOptions':{'configFile':h},'requireConfigFile':!![]}}},'ignore':![]}),k=a79e[w(0x9e)](c,w(0x7d)),l=a79e['join'](c,'client'),m=a79e['join'](c,'server'),n=a79e[w(0x9e)](c,w(0xa0)),o=await j[w(0xa4)]([k,l,m,n]);b[w(0x91)]&&await ESLint['outputFixes'](o);const p=await j[w(0x90)](w(0x88)),q=await p['format'](o,{});q[w(0x87)]>0x0&&Log[w(0x99)](q);}catch(r){console[w(0x9a)](r),process['exit'](0x1);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a80D=a80d;(function(a,b){const z=a80d,c=a();while(!![]){try{const d=-parseInt(z(0x1a6))/0x1*(-parseInt(z(0x1c2))/0x2)+-parseInt(z(0x1a4))/0x3+-parseInt(z(0x1b7))/0x4*(-parseInt(z(0x18a))/0x5)+parseInt(z(0x1c7))/0x6*(-parseInt(z(0x19e))/0x7)+-parseInt(z(0x1bf))/0x8*(parseInt(z(0x18c))/0x9)+parseInt(z(0x1aa))/0xa+parseInt(z(0x196))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x94e1c));const a80b=(function(){let a=!![];return function(b,c){const d=a?function(){const A=a80d;if(c){const e=c[A(0x1bd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){const B=a80d;return a80a[B(0x1c0)]()[B(0x1a9)]('(((.+)+)+)+$')[B(0x1c0)]()[B(0x18f)](a80a)[B(0x1a9)](B(0x1b5));});a80a();import a80e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a80c(){const F=['constructor','/api/login','verify','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','login','MAKA_DEV','notice','15579729xpzdWb','localhost','message','post','parse','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','maka\x20login\x20--reset','success','1075109iVeEPr','fsi','cfg','get','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','ask','1390179rsURlC','email','12513UQKEop','failure','sha256','search','1869540ryzeaC','setGlobalConfig','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','isFile','cert','Securing\x20connection\x20to\x20https://','cacert','/api/v1/forgotPassword','Invalid\x20email\x20address','authToken','/api/v1/status','(((.+)+)+)+$','error','4enKmyA','update','Logs\x20in\x20to\x20www.maka-cli.com','env','header','Logging\x20in','apply','log','8pyAVXS','toString','digest','148pMtlyd','Please\x20enter\x20your\x20email\x20address\x20to\x20receive\x20a\x20password\x20reset\x20link.','password','www.maka-cli.com','If\x20you\x20need\x20to\x20reset\x20your\x20password,\x20run\x20`maka\x20login\x20--reset`','36XJHPry','toLowerCase','create','getGlobalConfig','Using\x20CA\x20Cert\x20','2935355NqWozA','reset','10094319tbaFKP','start','assign'];a80c=function(){return F;};return a80c();}function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0x188;let f=c[d];return f;},a80d(a,b);}import{Actions}from'../tools/actions/actions.class.js';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['test'](String(a)[C(0x1c8)]());}const hostname=process[a80D(0x1ba)][a80D(0x194)]==='True'?a80D(0x197):a80D(0x1c5);Command[a80D(0x1c9)]({'name':a80D(0x193),'validOpts':['email',a80D(0x1c4),'help',a80D(0x18b),a80D(0x191),'cacert','debug'],'usage':'maka\x20login','maxArgLength':0x2,'mustBeInMakaProject':![],'disableAuthCheck':!![],'shortDesc':a80D(0x1b9),'examples':['maka\x20login','maka\x20login\x20--email\x20<address>\x20--password\x20<password>',a80D(0x19c)]},async function(a,b){const E=a80D,c=Log['withSpinner']();try{let d='';b[E(0x1b0)]&&(this[E(0x19f)][E(0x1ad)](b['cacert'])?(d=b['cacert'],Log[E(0x195)](E(0x189)+d)):Log['error']('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[E(0x1a0)][E(0x188)]();if(f['cert']){if(this[E(0x19f)][E(0x1ad)](f['cert']))d=f[E(0x1ae)];else{Log['error'](E(0x192)+d);return;}}Log[E(0x1bb)](E(0x1af)+hostname);const g={'url':'https://'+hostname+E(0x1b4)};b[E(0x1b0)]&&Object[E(0x18e)](g,{'cert':d});c['start']('Preflight\x20Check');const {statusCode:h}=await HTTPS[E(0x1a1)](g);if(h===0x198){c[E(0x1a7)]();throw E(0x1ac);}if(h!==0xc8){c[E(0x1a7)]();throw'https://'+hostname+E(0x19b);}c[E(0x19d)]();if(b[E(0x18b)]){Log[E(0x195)](E(0x1c3));const q=await Actions['ask']('Email:'),r={'hostname':hostname,'path':E(0x1b1),'data':{'email':q}};if(!validateEmail(q))throw E(0x1b2);b[E(0x1b0)]&&Object[E(0x18e)](r,{'cert':d});c[E(0x18d)]('Sending\x20Password\x20Reset\x20Email');const {data:s,statusCode:t}=await HTTPS['post'](r);if(t===0x198){c['failure']('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;}const u=JSON[E(0x19a)](s);t===0xc8?(c[E(0x19d)](),Log[E(0x195)](u[E(0x198)])):c[E(0x1a7)]();return;}const i=b['email']?b[E(0x1a5)]:await Actions[E(0x1a3)]('Email:');if(!validateEmail(i))throw E(0x1b2);const j=b[E(0x1c4)]?b['password']:await Actions[E(0x1a3)]('Password:\x20',!![]),k=a80e['md'][E(0x1a8)]['create']();k[E(0x1b8)](j);const l=k[E(0x1c1)]()['toHex'](),m={'hostname':hostname,'path':E(0x190),'data':{'email':i,'password':l,'hashed':!![]}};b[E(0x1b0)]&&Object[E(0x18e)](m,{'cert':d});c[E(0x18d)](E(0x1bc));const {data:n,statusCode:o}=await HTTPS[E(0x199)](m),p=JSON['parse'](n);if(o>=0x190){c[E(0x1a7)]('\x0a');throw p['error'];}if(p[E(0x1b3)]){const v={'hostname':hostname,'path':'/api/v1/encodeJwt','headers':{'x-auth-token':p[E(0x1b3)]},'data':{}};b[E(0x1b0)]&&Object[E(0x18e)](v,{'cert':d});const {statusCode:w}=await HTTPS['post'](v);if(w===0x198)throw E(0x1a2)+hostname;const x={'token':p};await this[E(0x1a0)][E(0x1ab)](x);}else{c['failure']();throw p;}c['success']();}catch(y){y['statusMessage']?Log[E(0x1b6)](y['statusMessage']):(console[E(0x1be)](''),console[E(0x1be)](y)),Log[E(0x195)](E(0x1c6)),process['exit'](0x0);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a81p=a81d;(function(a,b){const m=a81d,c=a();while(!![]){try{const d=-parseInt(m(0x9e))/0x1+parseInt(m(0xa9))/0x2*(-parseInt(m(0x98))/0x3)+-parseInt(m(0xb2))/0x4+parseInt(m(0xa8))/0x5+-parseInt(m(0xa1))/0x6+-parseInt(m(0x94))/0x7+parseInt(m(0xb1))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x80dd1));const a81b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a81d;if(c){const e=c[n(0xa5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){const o=a81d;return a81a['toString']()['search'](o(0xc1))[o(0xbf)]()['constructor'](a81a)[o(0xc4)]('(((.+)+)+)+$');});a81a();function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0x94;let f=c[d];return f;},a81d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env']['MAKA_DEV']==='True'?a81p(0xc3):a81p(0xb9);Command[a81p(0x96)]({'name':a81p(0xa0),'validOpts':[a81p(0xb8)],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a81p(0xab),'disableAuthCheck':!![],'examples':[a81p(0xb0)]},async function(a,b){const q=a81p,c=Log[q(0x9b)]();try{let d='';b['cacert']&&(this[q(0xb3)][q(0xbe)](b[q(0xb8)])?(d=b['cacert'],Log[q(0xbd)](q(0xb6)+d)):Log['error'](q(0xb4)+d));const f=await this[q(0x9a)][q(0x97)]();if(f['cert']){if(this[q(0xb3)][q(0xbe)](f['cert']))d=f[q(0xb5)];else{c['failure']();throw Log[q(0xac)](q(0xb7)+d);}}Log[q(0xc2)](q(0xbc)+hostname);const g={'url':'https://'+hostname+q(0xa6)};b['cacert']&&Object[q(0xaf)](g,{'cert':d});c[q(0x9d)](q(0xc5));const {statusCode:h}=await HTTPS[q(0xbb)](g);if(h===0x198){c[q(0x9f)]();throw q(0xa2);}c[q(0xaa)]();if(h!==0xc8){c[q(0x9f)]();throw q(0x95);}if(!f?.[q(0x9c)]?.[q(0xba)])throw Log[q(0xac)]('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c['start'](q(0xa3));const i={'hostname':hostname,'path':q(0xa7),'data':{},'headers':{'x-auth-token':f[q(0x9c)][q(0xba)]}};b[q(0xb8)]&&Object['assign'](i,{'cert':d});const {statusCode:j,statusMessage:k}=await HTTPS[q(0xad)](i);if(j>=0x190)throw k;this[q(0x9a)][q(0xae)]({'token':{'authToken':'','userId':'','when':''}}),c[q(0xaa)]();}catch(l){c[q(0x9f)]('\x0a'),l&&(l[q(0xa4)]?Log[q(0xac)](l[q(0xa4)]):(Log['error'](l),Log['notice'](q(0x99)))),process[q(0xc0)](0x0);}});function a81c(){const r=['error','post','setGlobalConfig','assign','maka\x20logout','14741040EAmeMf','2724136ZIqNQF','fsi','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','cert','Using\x20CA\x20Cert\x20','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','cacert','www.maka-cli.com','authToken','get','Securing\x20connection\x20to\x20https://','notice','isFile','toString','exit','(((.+)+)+)+$','header','localhost','search','Preflight\x20Check','2597014hgvAYt','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','create','getGlobalConfig','21gtFFIP','You\x20may\x20not\x20be\x20logged\x20in...','cfg','withSpinner','token','start','187944IKgfyk','failure','logout','3192294cHwiUQ','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','Logging\x20out','statusMessage','apply','/api/v1/status','/api/logoutAll','2825015PgYFrw','30794ooFDbx','success','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).'];a81c=function(){return r;};return a81c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a82m=a82d;function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x190;let f=c[d];return f;},a82d(a,b);}(function(a,b){const j=a82d,c=a();while(!![]){try{const d=-parseInt(j(0x1ab))/0x1*(-parseInt(j(0x193))/0x2)+-parseInt(j(0x1a9))/0x3+-parseInt(j(0x190))/0x4+parseInt(j(0x1a6))/0x5*(parseInt(j(0x196))/0x6)+parseInt(j(0x1aa))/0x7+-parseInt(j(0x19b))/0x8*(parseInt(j(0x1a7))/0x9)+-parseInt(j(0x19f))/0xa*(parseInt(j(0x1ad))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0x7c35e));const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a82d;if(c){const e=c[k(0x19a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const l=a82d;return a82a['toString']()[l(0x1a8)](l(0x197))[l(0x192)]()[l(0x1a1)](a82a)['search']('(((.+)+)+)+$');});a82a();function a82c(){const o=['8426SzCWga','maka\x20l\x20-e\x20p','231Kzgmzi','2845464gYVmmC','log','toString','174KryCKw','join','View\x20the\x20PM2\x20logs','66XYRUOT','(((.+)+)+)+$','readFileSync','getAppConfigPath','apply','72MhENLp','pm2\x20logs','error','env','147380fFcBgs','ssh.json','constructor','cfg','maka\x20logs\x20--env\x20dev','create','maka\x20logs','459205xnTTla','854487FFZdoU','search','22029JJXIVD','4537029Zcnjew'];a82c=function(){return o;};return a82c();}import a82e from'fs';import a82f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{Log}from'../tools/log/log.class.js';Command[a82m(0x1a4)]({'name':'logs','aliases':['l',a82m(0x191)],'usage':a82m(0x1a5),'requiredOpts':[a82m(0x19e)],'mustBeInMakaProject':!![],'validOpts':['verbose'],'shortDesc':a82m(0x195),'examples':[a82m(0x1a3),'maka\x20logs\x20--env\x20staging',a82m(0x1ac)]},function(a,b){const n=a82m;try{const c=n(0x19c),d=this[n(0x1a2)][n(0x199)](b[n(0x19e)]),f=a82f[n(0x194)](d,n(0x1a0)),g=a82e[n(0x198)](f),h=JSON['parse'](g['toString']());Object['assign'](h,{'env':d}),SSH['sshSync'](c,h,{'tty':!![],'verbose':!![]});}catch(i){Log[n(0x19d)](i);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0x14c;let f=c[d];return f;},a83d(a,b);}const a83i=a83d;(function(a,b){const f=a83d,c=a();while(!![]){try{const d=parseInt(f(0x14d))/0x1+parseInt(f(0x15b))/0x2+-parseInt(f(0x15e))/0x3*(parseInt(f(0x161))/0x4)+parseInt(f(0x156))/0x5*(parseInt(f(0x15a))/0x6)+parseInt(f(0x15f))/0x7*(parseInt(f(0x158))/0x8)+parseInt(f(0x160))/0x9*(-parseInt(f(0x15c))/0xa)+parseInt(f(0x151))/0xb*(-parseInt(f(0x162))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0x7fb67));const a83b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a83d;if(c){const e=c[g(0x15d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){const h=a83d;return a83a[h(0x154)]()['search'](h(0x159))[h(0x154)]()[h(0x155)](a83a)[h(0x164)](h(0x159));});a83a();import{Command}from'../command.js';const Maka=new Command({'name':a83i(0x152),'minArgLength':0x1,'shortDesc':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','validOpts':[],'usage':a83i(0x157),'resourceNameRequired':![],'disableAuthCheck':!![],'examples':['maka\x20--help',a83i(0x150),a83i(0x153),a83i(0x14c)],'description':a83i(0x14e)},async function(a,b){const j=a83i;try{const c=a[0x0];return a['splice'](0x0,0x1),await this[j(0x163)](c,a,b);}catch(d){process[j(0x14f)](0x1);}});export default Maka;function a83c(){const k=['585CIEvcZ','2059444EiUMrH','15336CXgJem','processAndRunCommand','search','maka\x20run','413934liasFX','\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','exit','maka\x20install\x20meteor','10593AZGmNv','maka','maka\x20create\x20Todo','toString','constructor','45165ByxEwB','maka\x20<command>\x20[<args>]\x20[<opts>]','210664lRUzMc','(((.+)+)+)+$','618NcQdgt','1591100QNCXAx','65260HrismZ','apply','3nmAKeW','147FnoTgW'];a83c=function(){return k;};return a83c();}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a84h=a84d;function a84d(a,b){var c=a84c();return a84d=function(d,e){d=d-0x156;var f=c[d];return f;},a84d(a,b);}(function(a,b){var f=a84d,c=a();while(!![]){try{var d=parseInt(f(0x15b))/0x1+parseInt(f(0x159))/0x2*(parseInt(f(0x15d))/0x3)+-parseInt(f(0x164))/0x4*(parseInt(f(0x15c))/0x5)+-parseInt(f(0x169))/0x6+parseInt(f(0x161))/0x7+parseInt(f(0x158))/0x8+-parseInt(f(0x157))/0x9*(parseInt(f(0x15a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0x68906));function a84c(){var j=['%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','murder','Murrrrderrrrr','toString','777450IPdipZ','search','(((.+)+)+)+$','117RLHmAO','2413024ZyywHp','112SIacis','618180rmhhAg','388578ddKyHj','25ckHfXs','40452RVZMRl','create','constructor','log','2982616HTzIYI','font-family:\x20monospace','exit','407916SuCGQp'];a84c=function(){return j;};return a84c();}var a84b=(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;};}()),a84a=a84b(this,function(){var g=a84d;return a84a['toString']()[g(0x16a)](g(0x156))[g(0x168)]()[g(0x15f)](a84a)[g(0x16a)](g(0x156));});a84a();import{Command}from'../command.js';Command[a84h(0x15e)]({'name':a84h(0x166),'usage':'maka\x20murder','maxArgLength':0x1,'shortDesc':a84h(0x167),'validOpts':[]},async function(){var i=a84h;try{console[i(0x160)](i(0x165),i(0x162));}catch(a){console['error'](a),process[i(0x163)](0x0);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a85B=a85d;function a85c(){const K=['8224120tmuVcb','users','pathFromApp','fsi','round','toLowerCase','/imports/startup/client','(((.+)+)+)+$','ask','1035174QlHYpT','Duration\x20of\x20the\x20test\x20in\x20seconds','withSpinner','meteor','177XYrbAT','error','Enter\x20the\x20number\x20of\x20users\x20(arrival\x20rate\x20per\x20second):','isDirectory','Error:\x20','Port\x20of\x20the\x20Meteor\x20app','create','results','path','687384xXkDGA','URL\x20of\x20the\x20Meteor\x20app','toString','artilleryConfig.yml','results_','url','\x20>\x20','engines','method','split','api','plugins','readFileSync','maka\x20profile\x20--url\x20http://localhost:3000\x20--users\x201000\x20--duration\x2060','utf8','name','Enter\x20the\x20port\x20of\x20the\x20Meteor\x20app\x20[3000]:','778510IVXFcE','duration','scaffold','/api','Running\x20performance\x20test','ssr','profile-tests','trim','notice','exec','search','length','2009158iDoHff','findProjectDirectory','7FEplPK','config','exit','3000','map','port','push','maka\x20profile','replace','success','Profile\x20a\x20Meteor\x20app\x20for\x20performance','Run\x20a\x20performance\x20test\x20on\x20a\x20Meteor\x20app\x20with\x20specified\x20concurrent\x20users\x20and\x20duration','createFile','http://0.0.0.0:','join','28888479iWWyUQ','Enter\x20the\x20duration\x20for\x20the\x20test\x20in\x20seconds:','Invalid\x20duration.\x20Please\x20enter\x20a\x20numeric\x20value.','substring','stringify','dirname','constructor','getMakaProjectConfig','forEach','mkdirSync','Number\x20of\x20concurrent\x20users','profile','log','npx\x20artillery\x20run\x20','Error\x20reading\x20results\x20file:\x20','70428mnZWOS','failure'];a85c=function(){return K;};return a85c();}(function(a,b){const z=a85d,c=a();while(!![]){try{const d=parseInt(z(0x1e8))/0x1+parseInt(z(0x205))/0x2+-parseInt(z(0x234))/0x3*(-parseInt(z(0x225))/0x4)+parseInt(z(0x1f9))/0x5+-parseInt(z(0x230))/0x6+parseInt(z(0x207))/0x7*(parseInt(z(0x227))/0x8)+-parseInt(z(0x216))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x81ea5));const a85b=(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;};}()),a85a=a85b(this,function(){const A=a85d;return a85a[A(0x1ea)]()['search'](A(0x22e))['toString']()[A(0x21c)](a85a)[A(0x203)](A(0x22e));});a85a();import a85e from'fs';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';import{Actions}from'../tools/actions/actions.class.js';const profileCommandOptions={'name':a85B(0x221),'aliases':[],'usage':a85B(0x20e),'validOpts':[{'name':a85B(0x1ed),'description':a85B(0x1e9)},{'name':a85B(0x20c),'description':a85B(0x239)},{'name':'users','description':a85B(0x220),'regex':/^\d+$/},{'name':a85B(0x1fa),'description':a85B(0x231),'regex':/^\d+$/}],'mustBeInMakaProject':!![],'shortDesc':a85B(0x211),'description':a85B(0x212),'examples':[a85B(0x1f5)],'experimental':!![]};function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0x1e8;let f=c[d];return f;},a85d(a,b);}function extractRoutePaths(a){const C=a85B,b=/<Route path="([^"]+)"/g,c=[];let d;while((d=b[C(0x202)](a))!==null){d[0x1]!=='*'&&c[C(0x20d)]({'method':'get','path':d[0x1]});}return c;}function extractApiRoutes(a){const b=[];function c(d){const D=a85d,e=a85e['readdirSync'](d,{'withFileTypes':!![]});for(const f of e){const g=a85f[D(0x215)](d,f[D(0x1f7)]);if(f[D(0x237)]())c(g);else{if(f['isFile']()){const h=a85e[D(0x1f4)](g,D(0x1f6)),i=/addRoute\('([^']+)'.*?{[\s\S]*?(\bget\b|\bpost\b|\bput\b|\bdelete\b)/g;let j;while((j=i['exec'](h))!==null){const k=j[0x1],l=j[0x2][D(0x200)]()[D(0x22c)](),m=g[D(0x219)](a[D(0x204)])[D(0x20f)](/\\/g,'/'),n=a85f[D(0x21b)](m)+'/'+k;b[D(0x20d)]({'method':l,'path':D(0x1fc)+n});}}}}}return c(a),b;}function createArtilleryConfig(a,b,c,d,e){const E=a85B,f=d[E(0x20b)](h=>({'flow':[{[h[E(0x1f0)]]:{'url':''+a+h[E(0x23c)]}}]})),g={'config':{'target':a,'phases':[{'duration':c,'arrivalRate':Math[E(0x22b)](b/c)}]},'scenarios':f};return e&&(g[E(0x208)][E(0x1f3)]={'metrics-by-endpoint':{}}),JSON['stringify'](g,null,0x2);}function parseArtilleryResultsToJson(a){const F=a85B,b=a85e[F(0x1f4)](a,F(0x1f6)),c=b[F(0x1f1)]('\x0a'),d={};return c[F(0x21e)](e=>{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['match'](/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 G=a85B,c=a85f['dirname'](b);!a85e['existsSync'](c)&&a85e[G(0x21f)](c,{'recursive':!![]});const d=Log[G(0x232)]();return new Promise((e,f)=>{const H=G;d['start'](H(0x1fd)),exec(H(0x223)+a+H(0x1ee)+b,async(g,h,i)=>{const I=H;if(g){d[I(0x226)](),f('Execution\x20error:\x20'+g);return;}if(i){d['failure'](),f(I(0x238)+i);return;}try{const j=parseArtilleryResultsToJson(b);console[I(0x222)](JSON[I(0x21a)](j,null,0x2)),Log[I(0x201)]('Test\x20results\x20saved\x20to\x20'+b);}catch(k){Log[I(0x235)](I(0x224)+k);}d[I(0x210)]('\x0a'),e();});});}Command[a85B(0x23a)](profileCommandOptions,async function(a,b){const J=a85B;try{let c=b[J(0x20c)];!c&&!b['url']&&(c=await Actions[J(0x22f)](J(0x1f8))||J(0x20a));b[J(0x1ed)]=b[J(0x1ed)]?b[J(0x1ed)]:J(0x214)+c;if(!b[J(0x1fa)]){const u=await Actions['ask'](J(0x217));b['duration']=parseInt(u);if(isNaN(b[J(0x1fa)]))throw new Error(J(0x218));}if(!b[J(0x228)]){const v=await Actions[J(0x22f)](J(0x236));b[J(0x228)]=parseInt(v);if(isNaN(b[J(0x228)]))throw new Error('Invalid\x20number\x20of\x20users.\x20Please\x20enter\x20a\x20numeric\x20value.');}const d=this[J(0x22a)][J(0x206)](),f=this['cfg'][J(0x21d)](),g=f[J(0x1ef)][J(0x1fe)]===J(0x233),h=f[J(0x1ef)]['js'],i=g?'/imports/startup/lib':J(0x22d),j=this[J(0x1fb)][J(0x229)]({'pathParts':[i,'','routes.'+h]}),k=a85e['readFileSync'](j,J(0x1f6)),l=extractRoutePaths(k);let m=[];try{const w=this[J(0x1fb)][J(0x229)]({'pathParts':['imports',J(0x1f2)]});m=extractApiRoutes(w);}catch(x){Log['warn']('No\x20API\x20routes\x20detected.\x20Proceeding\x20without\x20profiling\x20API\x20routes.');}const n=[...l,...m],o=!![],p=createArtilleryConfig(b[J(0x1ed)],b[J(0x228)],b[J(0x1fa)],n,o),q=format(new Date(),'yyyy-MM-dd_HH-mm-ss'),r=a85f[J(0x215)](d,J(0x1ff),J(0x23b)),s=a85f[J(0x215)](d,J(0x1ff),J(0x1eb)),t=a85f[J(0x215)](r,J(0x1ec)+q+'.txt');await this[J(0x22a)][J(0x213)]({'filePath':s,'data':p,'opts':{'force':!![]}}),await runPerformanceTest(s,t);}catch(y){Log[J(0x235)](y),process[J(0x209)](0x1);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a86C=a86d;function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0xe4;let f=c[d];return f;},a86d(a,b);}(function(a,b){const z=a86d,c=a();while(!![]){try{const d=parseInt(z(0x100))/0x1*(parseInt(z(0x11e))/0x2)+-parseInt(z(0x11b))/0x3+-parseInt(z(0xee))/0x4*(-parseInt(z(0x109))/0x5)+parseInt(z(0xf8))/0x6+parseInt(z(0x140))/0x7+-parseInt(z(0x136))/0x8*(parseInt(z(0xec))/0x9)+parseInt(z(0xff))/0xa*(parseInt(z(0xe9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0x33661));function a86c(){const N=['Proxy\x20server\x20closed.','2070831LDshVz','win32','statusMessage','warn','Certificate\x20added\x20to\x20Windows\x20trusted\x20root\x20certification\x20authorities.','getAppConfigPath','local','search','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','isFile',']\x20WebSocket\x20connection\x20closed','157949SXfyzi','confirm','darwin','261BKkUZB','proxyReqWs','1708TLurzC','Certificate\x20added\x20to\x20macOS\x20system\x20trust\x20store.','toISOString','getHeader','targetHost','CSR\x20file\x20created:\x20','listenPort','message',']\x20<=\x20Sending\x20','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','46626ccRRVK','info','.crt','genSSC','=>\x20SSL\x20Proxy\x20forwarding\x20','.csr','platform','30nQQYGq','1XqjwKa','proxyReq','\x20-\x20Starting\x20WebSocket\x20handshake','mkKeysDir','Auto-trusting\x20the\x20certificate\x20is\x20not\x20yet\x20supported\x20on\x20','bright','Proxy\x20error:\x20','processAndRunGenerator','Key\x20file\x20created:\x20','4190ObDwYO','sudo\x20security\x20add-trusted-cert\x20-d\x20-r\x20trustRoot\x20-k\x20/Library/Keychains/System.keychain\x20\x22','maka\x20proxy','apply','host',']\x20WebSocket\x20connection\x20established','method','path','Internal\x20server\x20error.','(((.+)+)+)+$','\x20from\x20','.key','success','appName','SSC\x20file\x20created:\x20','text/plain','SIGINT','maka\x20proxy\x20--target-host\x20http://192.168.1.20','1195260JnxqAp','Shutting\x20down\x20proxy\x20server...','inherit','570598pDIfHw','open','utf8','toString','genCSR','close','\x20responded\x20with\x20','0.0.0.0','writeHead','\x20to\x20','\x20request\x20to\x20','url','help','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','listen','withSpinner','getMakaProjectConfig','statusCode','targetPort','\x20on\x20','constructor','join','error','createProxyServer','105064EITRVA','readFileSync','proxyRes','certutil\x20-addstore\x20-f\x20\x22Root\x22\x20\x22','headersSent','start','Would\x20you\x20like\x20to\x20add\x20this\x20certificate\x20to\x20your\x20system\x20trust\x20store?','fsi','exit'];a86c=function(){return N;};return a86c();}const a86b=(function(){let a=!![];return function(b,c){const d=a?function(){const A=a86d;if(c){const e=c[A(0x10c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){const B=a86d;return a86a['toString']()[B(0xe5)](B(0x112))[B(0x121)]()[B(0x132)](a86a)['search'](B(0x112));});a86a();import a86e from'fs';import a86f from'path';import a86g from'os';import{execSync}from'child_process';import a86h 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{Actions}from'../tools/actions/actions.class.js';import a86i from'../generators/maka.gen.js';Command['create']({'name':'proxy','usage':a86C(0x10b),'mustBeInMakaProject':!![],'validOpts':[a86C(0x12a),a86C(0x130),a86C(0xf4),a86C(0xf2)],'maxArgLength':0x1,'shortDesc':a86C(0x12b),'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':['maka\x20proxy',a86C(0xf7),a86C(0x11a)]},async function(a,b){const D=a86C,c=this['cfg'][D(0x12e)](),d=D(0xe4),e=this['cfg'][D(0x145)](d),f=this[D(0x13d)][D(0x103)]({'configPath':e}),g=b['targetPort']?Number(b[D(0x130)]):0xbb8,h=b[D(0xf4)]?Number(b[D(0xf4)]):0xd73,i=b[D(0xf2)]?b[D(0xf2)]:D(0x125),j=a86f['join'](f,c[D(0x116)]+D(0x114)),k=a86f[D(0x133)](f,c['appName']+D(0xfa));if(!this['fsi'][D(0xe7)](j)||!this['fsi'][D(0xe7)](k)){await a86i[D(0x107)]('service:sslconfig',[],{'env':d}),SSL[D(0x122)]({'keyName':c['appName']+D(0x114),'csrName':c[D(0x116)]+D(0xfd),'cwd':f,'useConfig':!![]});this['fsi']['isFile'](a86f['join'](f,c[D(0x116)]+D(0xfd)))&&Log[D(0xf9)](D(0xf3)+a86f[D(0x133)](f,c[D(0x116)]+D(0xfd)));SSL[D(0xfb)]({'keyName':c[D(0x116)]+D(0x114),'crtName':c['appName']+'.crt','cwd':f,'useConfig':!![]});this[D(0x13d)]['isFile'](a86f[D(0x133)](f,c[D(0x116)]+D(0xfa)))&&Log[D(0xf9)](D(0x117)+a86f[D(0x133)](f,c[D(0x116)]+'.crt'));Log[D(0xf9)](D(0x108)+j);const o=await Actions[D(0xea)](D(0x13c),![]);if(o){const p=a86g[D(0xfe)]();try{if(p===D(0xeb))execSync(D(0x10a)+k+'\x22',{'stdio':D(0x11d)}),Log['success'](D(0xef));else p===D(0x141)?(execSync(D(0x139)+k+'\x22',{'stdio':'inherit'}),Log['success'](D(0x144))):Log[D(0x143)](D(0x104)+p+'.');}catch(q){Log[D(0x134)]('Failed\x20to\x20add\x20certificate\x20to\x20trust\x20store:\x20'+q[D(0xf5)]);}}}if(g===h){Log[D(0x134)](D(0xe6));throw new UsageError();}const l={'ssl':{'key':a86e['readFileSync'](j,D(0x120)),'cert':a86e[D(0x137)](k,D(0x120))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]},m=a86h[D(0x135)](l);m['on'](D(0x134),(r,s,t)=>{const E=D;E(0x126)in t&&(Log['error'](E(0x106)+r[E(0xf5)]),!t[E(0x13a)]&&(t[E(0x126)](0x1f4,{'content-type':E(0x118)}),t['end'](E(0x111))));}),m['on'](D(0x138),(r,s)=>{const F=D,t=new Date()[F(0xf0)](),u=s[F(0x10f)],v=s[F(0x129)],w=s['headers'][F(0x10d)],x=r[F(0x12f)],y=r[F(0x142)];Log[F(0x143)]('['+t+']\x20=>\x20'+u+'\x20'+v+F(0x113)+w+F(0x124)+x+'\x20'+y);}),m['on'](D(0x101),r=>{const G=D,s=new Date()[G(0xf0)](),t=r[G(0x10f)],u=r[G(0x110)],v=r[G(0xf1)]('host');Log['info']('['+s+G(0xf6)+t+G(0x128)+u+G(0x131)+v);}),m['on'](D(0xed),(r,s)=>{const H=D,t=new Date()['toISOString'](),u=s['method'],v=s[H(0x129)],w=s['headers'][H(0x10d)];Log[H(0x115)]('['+t+']\x20WS\x20'+u+'\x20'+v+H(0x113)+w+H(0x102));}),m['on'](D(0x11f),()=>{const I=D,r=new Date()[I(0xf0)]();Log[I(0x115)]('['+r+I(0x10e));}),m['on'](D(0x123),()=>{const J=D,r=new Date()['toISOString']();Log[J(0x134)]('['+r+J(0xe8));}),m[D(0x12c)](Number(h)),Log[D(0x105)](D(0xfc)+h+D(0x127)+g);const n=0x7d0;process['on'](D(0x119),()=>{const K=D,r=Log[K(0x12d)]();r[K(0x13b)](K(0x11c));const s=setTimeout(()=>{const L=K;r['success'](),process[L(0x13e)](0x1);},n);m[K(0x123)](()=>{const M=K;clearTimeout(s),Log[M(0xf9)](M(0x13f)),process['exit'](0x0);});});});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a87q=a87d;function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0x6f;let f=c[d];return f;},a87d(a,b);}(function(a,b){const o=a87d,c=a();while(!![]){try{const d=parseInt(o(0x71))/0x1+parseInt(o(0x88))/0x2*(-parseInt(o(0x84))/0x3)+parseInt(o(0x76))/0x4+parseInt(o(0x99))/0x5+parseInt(o(0x8c))/0x6*(parseInt(o(0x8a))/0x7)+parseInt(o(0x75))/0x8*(-parseInt(o(0x72))/0x9)+parseInt(o(0x94))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xbc67f));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['toString']()[p(0x82)](p(0x97))[p(0x91)]()[p(0x78)](a87a)[p(0x82)](p(0x97));});function a87c(){const s=['~/settings.json','scp','search','ssh','6wpnDxo','join','ping','ses.json','1088604czLbKy','_keys','513016FNWEIS','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','6lwWTRK','pm2.config.js','assign','\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','reconfigure','toString','settings.json','error','10441420prmSZv','getEnvFromShorthand','exit','(((.+)+)+)+$','uname\x20-a','3105740yvwsuw','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','Checking\x20remote\x20host\x20availability','maka\x20reconfig\x20--env\x20prod','728474DSqIzs','15831WyGMMl','maka\x20reconfig','cfg','5832xjWrEC','2702296GuhfGB','reconfig','constructor','Remote\x20host\x20connection\x20successful','getAppConfigPath','create','ssh.json','~/pm2.config.js','pm2\x20delete\x20all','notice'];a87c=function(){return s;};return a87c();}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(0x7b)]({'name':a87q(0x90),'aliases':[a87q(0x77)],'validOpts':[''],'requiredOpts':['env'],'mustBeInMakaProject':!![],'usage':a87q(0x73),'shortDesc':'Reconfigure\x20your\x20deployed\x20applications\x20w/o\x20rebuild\x20or\x20redploy','description':a87q(0x8f),'examples':[a87q(0x70)]},async function(a,b){const r=a87q;try{const c=this[r(0x74)][r(0x95)](b['env']),d=this[r(0x74)][r(0x7a)](c),f=a87f[r(0x85)](d,r(0x7c)),g=a87e['readFileSync'](f)[r(0x91)](),h=JSON['parse'](g);Object[r(0x8e)](h,{'env':d}),Log[r(0x7f)](r(0x6f));const i=SSH[r(0x86)](r(0x98),h);if(!i)throw r(0x8b);if(i)Log['success'](r(0x79));const j=a87f[r(0x85)](d,r(0x89),r(0x87));if(a87e['existsSync'](j)){const m={'source':j,'dest':'~/ses.json','verbose':!![]};SSH[r(0x81)](m,{...h});}const k=a87f['join'](d,r(0x8d));SSH[r(0x81)]({'source':k,'dest':r(0x7d),'verbose':!![]},{...h});const l=a87f[r(0x85)](d,r(0x92));SSH[r(0x81)]({'source':l,'dest':r(0x80),'verbose':!![]},{...h}),SSH['sshSync'](r(0x7e),h),await SSH[r(0x83)](r(0x9a),{...h},{'verbose':!![]});}catch(n){console[r(0x93)](n),process[r(0x96)](0x0);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a88s=a88d;function a88c(){const u=['True','constructor','error','fsi','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','cert','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Passwords\x20do\x20not\x20match','isFile','cacert','toString','1880319Vszrdc','search','6344GWKHJQ','Invalid\x20email\x20address','/api/v1/status','167298ZxIZpQ','register','Email:','login','processAndRunCommand','18nUYCnI','Too\x20many\x20requests','start','success','Securing\x20connection\x20to\x20https://','help','Registration\x20successful','116RfbdMy','(((.+)+)+)+$','create','env','Preflight\x20Check','majestic','exit','195TDphBA','/api/v1/register','apply','https://','assign','MAKA_DEV','www.maka-cli.com','notice','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','Confirm\x20Password:\x20','header','ask','getGlobalConfig','withSpinner','toLowerCase','Bruv...\x20Too\x20many\x20requests,\x20register\x20slower...','failure','68905WPRury','maka\x20register','248985eKbARY','3098570DOHNUC','1896224nUlJXl'];a88c=function(){return u;};return a88c();}(function(a,b){const o=a88d,c=a();while(!![]){try{const d=parseInt(o(0xff))/0x1+parseInt(o(0x110))/0x2*(-parseInt(o(0x126))/0x3)+-parseInt(o(0x11f))/0x4*(parseInt(o(0xfd))/0x5)+-parseInt(o(0x113))/0x6+-parseInt(o(0x10e))/0x7+parseInt(o(0x101))/0x8+-parseInt(o(0x118))/0x9*(-parseInt(o(0x100))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x31a86));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a88d;if(c){const e=c[p(0x128)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const q=a88d;return a88a[q(0x10d)]()[q(0x10f)](q(0x120))[q(0x10d)]()[q(0x103)](a88a)[q(0x10f)](q(0x120));});a88a();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 a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0xfc;let f=c[d];return f;},a88d(a,b);}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['test'](String(a)[r(0x134)]());}const hostname=process[a88s(0x122)][a88s(0x12b)]===a88s(0x102)?'localhost':a88s(0x12c);Command[a88s(0x121)]({'name':a88s(0x114),'validOpts':[a88s(0x11d),'cacert'],'usage':a88s(0xfe),'maxArgLength':0x3,'disableAuthCheck':!![],'shortDesc':'Registers\x20a\x20new\x20user\x20on\x20www.maka-cli.com','examples':[a88s(0xfe)]},async function(a,b){const t=a88s,c=Log[t(0x133)]();try{let d='';b[t(0x10c)]&&(this[t(0x105)][t(0x10b)](b[t(0x10c)])?(d=b[t(0x10c)],Log[t(0x12d)]('Using\x20CA\x20Cert\x20'+d)):Log[t(0x104)](t(0x109)+d));const e=await this['cfg'][t(0x132)]();if(e[t(0x108)]){if(this[t(0x105)]['isFile'](e['cert']))d=e[t(0x108)];else{Log['error'](t(0x107)+d);return;}}Log[t(0x130)](t(0x11c)+hostname);const f={'url':'https://'+hostname+t(0x112)};b[t(0x10c)]&&Object[t(0x12a)](f,{'cert':d});c[t(0x11a)](t(0x123));const {statusCode:g}=await HTTPS['get'](f);if(g===0x198){c[t(0xfc)]();throw t(0x106);}if(g!==0xc8){c[t(0xfc)]();throw t(0x129)+hostname+t(0x12e);}c['success']();const h=await Actions[t(0x131)](t(0x115));!validateEmail(h)&&(Log[t(0x104)](t(0x111)),process[t(0x125)](0x1));const i=await Actions[t(0x131)]('Password:\x20',!![]),j=await Actions[t(0x131)](t(0x12f),!![]);i!==j&&(Log['error'](t(0x10a)),process[t(0x125)](0x1));const k={'hostname':hostname,'path':t(0x127),'data':{'email':h,'password':i}};b['cacert']&&Object['assign'](k,{'cert':d});c[t(0x11a)]('Registering');const {statusCode:l,data:m}=await HTTPS['post'](k);if(l!==0xc8){c[t(0xfc)]();throw JSON['parse'](m);}c[t(0x11b)](),Log[t(0x12d)](t(0x11e)),a88e[t(0x117)](t(0x116),[],{'email':h,'password':i});}catch(n){n===t(0x119)&&Log[t(0x124)](t(0x135)),Log[t(0x104)](n['message']),process[t(0x125)](0x1);}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a89d,c=a();while(!![]){try{var d=-parseInt(f(0x1dc))/0x1*(parseInt(f(0x1e4))/0x2)+-parseInt(f(0x1d8))/0x3+parseInt(f(0x1de))/0x4*(-parseInt(f(0x1dd))/0x5)+parseInt(f(0x1e2))/0x6+parseInt(f(0x1df))/0x7+-parseInt(f(0x1e3))/0x8*(parseInt(f(0x1da))/0x9)+parseInt(f(0x1d9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x70866));function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0x1d8;var f=c[d];return f;},a89d(a,b);}function a89c(){var i=['3320UQhdDG','30wcCPkm','apply','1710138ZCiJVo','8260460TNVhWj','8415BUxGoJ','(((.+)+)+)+$','8179mninAS','5QpYhoL','1606844RdOnZb','5221706wlVLsm','search','toString','2228190fBLtEg'];a89c=function(){return i;};return a89c();}var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0x1e5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a[h(0x1e1)]()[h(0x1e0)](h(0x1db))[h(0x1e1)]()['constructor'](a89a)[h(0x1e0)](h(0x1db));});a89a();import'./run.command.js';import'./docker.sub.cmd.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a90u=a90d;(function(a,b){const r=a90d,c=a();while(!![]){try{const d=-parseInt(r(0xa7))/0x1*(-parseInt(r(0xb4))/0x2)+-parseInt(r(0xbd))/0x3+-parseInt(r(0xb1))/0x4*(parseInt(r(0xbc))/0x5)+parseInt(r(0x93))/0x6+-parseInt(r(0x91))/0x7*(-parseInt(r(0xaa))/0x8)+-parseInt(r(0xbf))/0x9*(-parseInt(r(0x8d))/0xa)+-parseInt(r(0xae))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x5dff9));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a90d;if(c){const e=c[s(0x9e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const t=a90d;return a90a['toString']()['search'](t(0x96))[t(0xb5)]()[t(0xa4)](a90a)[t(0xbe)]('(((.+)+)+)+$');});a90a();import a90e from'./run.command.js';import{execSync}from'child_process';import a90f from'path';import a90g from'fs';function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x8d;let f=c[d];return f;},a90d(a,b);}import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';function a90c(){const w=['docker-compose\x20--project-directory\x20','exit','Try\x20building\x20it\x20with\x20`maka\x20build:docker`','105TNAKiD','success','461790WmwMKA','log','join','(((.+)+)+)+$','Not\x20supported','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','error','Checking\x20local\x20availability\x20for\x20image:\x20','local','Image\x20already\x20available\x20locally:\x20','create','apply','Docker\x20Compose\x20Path:\x20','\x20up\x20--remove-orphans','notice','trim',':latest','constructor','Image\x20not\x20available\x20locally:\x20','docker','1JvlZsh','docker\x20images\x20--format\x20\x22{{.Repository}}:{{.Tag}}\x22','getEnvFromShorthand','383912IMBVLC','ensureAllDependenciesInstalled','Run\x20at\x20a\x20higher\x20level\x20(e.g.,\x20docker)','The\x20required\x20image\x20is\x20available\x20locally.\x20Proceeding\x20with\x20docker-compose\x20up.','9014676TTZviH','docker-compose.yaml','inherit','412mfywIY','PM2\x20Config\x20File:\x20','has','1223832AiebpX','toString','pm2.config.js','filter','config/docker-compose.yaml','split','template','maka\x20run:docker','9965jANubD','640206UAhnXi','search','41967MnhfFq','\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','Maka\x20should\x20not\x20run\x20docker\x20containers\x20from\x20a\x20local\x20config','460ERXNws'];a90c=function(){return w;};return a90c();}import{kebabCase}from'change-case';Command[a90u(0x9d)]({'name':a90u(0xa6),'aliases':['d'],'shortDesc':a90u(0x98),'description':a90u(0xc0),'usage':a90u(0xbb),'isPro':![],'mustBeInMakaProject':!![],'validOpts':['env'],'requiredOpts':[]},async function(a,b){const v=a90u;try{const {projectConfig:c,cfg:d,pkg:f,scaffold:g}=this,{appName:h}=c,i=d[v(0xa9)](b['env']||v(0xa6));if(i===v(0x9b)){Log[v(0x99)](v(0xc1)),Log[v(0x99)](v(0xac));throw v(0x97);}await f[v(0xab)]();const j=d['getAppConfigPath'](i),k=a90f[v(0x95)](j,v(0xaf)),l=a90f[v(0x95)](j,v(0xb6));Log[v(0xa1)](v(0xb2)+l),Log[v(0xa1)](v(0x9f)+k);if(!a90g['existsSync'](k)){const p=a90f['join'](j,'docker-compose.yaml');await g[v(0xba)]({'srcPath':v(0xb8),'destPath':p,'context':{'app':h,'appFileCase':kebabCase(h),'env':i},'config':c});}const m=execSync(v(0xa8))[v(0xb5)](),n=new Set(m[v(0xb9)]('\x0a')[v(0xb7)](q=>q[v(0xa2)]())),o=h+v(0xa3);Log[v(0xa1)](v(0x9a)+o),n[v(0xb3)](o)?Log[v(0x92)](v(0x9c)+o):(Log[v(0x99)](v(0xa5)+o),Log[v(0x99)](v(0x90)),process[v(0x8f)](0x1)),Log[v(0xa1)](v(0xad)),execSync(v(0x8e)+j+v(0xa0),{'stdio':v(0xb0)});}catch(q){console[v(0x94)](q),process[v(0x8f)](0x1);}},a90e);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const a91z=a91d;(function(a,b){const v=a91d,c=a();while(!![]){try{const d=parseInt(v(0xa6))/0x1*(-parseInt(v(0xc2))/0x2)+-parseInt(v(0xb9))/0x3+parseInt(v(0xc3))/0x4+-parseInt(v(0x8c))/0x5*(parseInt(v(0xac))/0x6)+parseInt(v(0x9b))/0x7*(parseInt(v(0xb6))/0x8)+-parseInt(v(0x9d))/0x9*(parseInt(v(0x8e))/0xa)+parseInt(v(0xba))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x3e2f4));const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a91d;if(c){const e=c[w(0x93)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const x=a91d;return a91a[x(0x86)]()[x(0xc6)]('(((.+)+)+)+$')['toString']()['constructor'](a91a)['search'](x(0xb5));});a91a();import a91e from'path';import a91f from'fs';import a91g from'dotenv';import{rimraf}from'rimraf';function a91c(){const C=['47Lqbiwh','cordova-build','filter','isFile','Node\x20Env\x20Config:\x20','ios','359508HeMJQc','--env','extraPackages','excludeArchs','checkConfigExists','boolean','Meteor\x20is\x20not\x20installed\x20or\x20cannot\x20be\x20found\x20in\x20your\x20path.\x20Installing...','relative','cfg','(((.+)+)+)+$','365104BxvNyX','mobileServer','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)','396228LHIOzu','2028367jtOPfu','settings.json','join','inspect','Meteor\x20is\x20installed.','autoupdate','cwd','--production','6690fPBRjc','1833052BHonwQ','push','local','search','.meteor','fsi','forEach','ensureAllDependenciesInstalled','\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','rawLogs','pkg','\x22web.browser.legacy\x22','error','toString','concat','info','invokeMeteorCommand','slice','warn','5eQWFeS','createFile','50ydPKaa','findProjectDirectory','getEnvFromShorthand','production','maka\x20install\x20--force','apply','sep','create','settings','mpi','notice','split','Your\x20local\x20config\x20has\x20gone\x20missing,\x20remaking\x20it...','28sTntwt','splice','398331QMWUwr','port','openSync','process.env','Meteor\x20Settings:\x20','env','--settings','run','Run\x20your\x20Meteor\x20application'];a91c=function(){return C;};return a91c();}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(0x9f)](a,'r'),a91g['config']({'path':a});},Run=Command[a91z(0x95)]({'name':a91z(0xa4),'mustBeInMakaProject':!![],'aliases':['r'],'shortDesc':a91z(0xa5),'description':a91z(0x81),'validOpts':['env',a91z(0x82),a91z(0x9e),a91z(0xbd),a91z(0xb7),'verbose','allowIncompatibleUpdate',a91z(0xae),'x','excludeArchs','production','ci','open']},async function(a,b){const A=a91z;try{this['mpi']['isMeteorInstalled']()?Log['notice'](A(0xbe)):(Log[A(0x98)](A(0xb2)),execSync(A(0x92),{'stdio':'inherit'}));await this['pkg']['checkMeteorPackage'](A(0xbf),{'shouldInstall':!![]}),await this[A(0x83)][A(0x80)]();const c=a[0x0];if(c===A(0xab)){const m=this[A(0xc8)][A(0x8f)](),n=a91e[A(0xbc)](m,'app',A(0xc7),A(0xc5),A(0xa7));this[A(0xc8)]['isDirectory'](n)&&await rimraf(n);}!b[A(0xaf)]&&!b['x']&&(a=a[A(0x87)](['--exclude-archs',A(0x84)]));if(b[A(0xb7)]&&typeof b[A(0xb7)]===A(0xb1))throw A(0xb8);const d=this[A(0xb4)][A(0xb0)](A(0xc5));if(!d){Log[A(0x8b)](A(0x9a));const o=this[A(0xc8)][A(0x8f)]();await a91h['processAndRunGenerator']('config',[A(0xc5)],{'cwd':o,'root':!![]});}const f=b[A(0xa2)]?this[A(0xb4)][A(0x90)](b[A(0xa2)]):A(0xc5),g=this[A(0xb4)]['getAppConfigPath'](f),h=a91e[A(0xbc)](g,A(0xa0));let i=a91e[A(0xbc)](g,'settings.json');b[A(0x96)]?i=b[A(0x96)]:i=a91e['join'](g,A(0xbb));if(this[A(0xc8)][A(0xa9)](h)){const p=a91e[A(0xb3)](process[A(0xc0)](),h);Log[A(0x98)](A(0xaa)+p),syncSource(h);}else{const q=a91e[A(0xb3)](process[A(0xc0)](),h);Log[A(0x88)]('Cannot\x20find\x20Node\x20Environment\x20file,\x20creating:\x20'+q),this['fsi'][A(0x8d)]({'filePath':h,'data':''});}if(this[A(0xc8)][A(0xa9)](i)){const r=a91e[A(0xb3)](process[A(0xc0)](),i);Log[A(0x98)](A(0xa1)+r),a=a[A(0x87)]([A(0xa3),i]);}else{const s=a91e[A(0xb3)](process[A(0xc0)](),i);Log['warn']('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+s);}const j=g[A(0x99)](a91e[A(0x94)]),k=j[j['length']-0x1];k===A(0x91)&&a[A(0xc4)](A(0xc1));const l=process['argv'][A(0x8a)](0x2)[A(0xa8)](t=>t!==A(0xa4))['filter'](t=>t!==a[0x0]);l[A(0xc9)]((t,u)=>{const B=A;t===B(0xad)&&l[B(0x9c)](u,0x2),t==='-e'&&l[B(0x9c)](u,0x2);}),this[A(0x97)][A(0x89)](A(0xa4),a[A(0x87)](l));}catch(t){Log[A(0x85)](t),process['exit'](0x1);}});function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0x80;let f=c[d];return f;},a91d(a,b);}export default Run;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(function(a,b){var f=a92d,c=a();while(!![]){try{var d=parseInt(f(0x1f3))/0x1*(-parseInt(f(0x1f4))/0x2)+parseInt(f(0x1ec))/0x3+parseInt(f(0x1e7))/0x4+-parseInt(f(0x1f5))/0x5+-parseInt(f(0x1f0))/0x6*(parseInt(f(0x1e9))/0x7)+parseInt(f(0x1ef))/0x8*(parseInt(f(0x1ee))/0x9)+-parseInt(f(0x1e8))/0xa*(-parseInt(f(0x1eb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x8a708));var a92b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a92d;if(c){var e=c[g(0x1f2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){var h=a92d;return a92a[h(0x1ed)]()[h(0x1f1)](h(0x1ea))['toString']()['constructor'](a92a)[h(0x1f1)](h(0x1ea));});a92a();function a92d(a,b){var c=a92c();return a92d=function(d,e){d=d-0x1e7;var f=c[d];return f;},a92d(a,b);}import'./set.command.js';function a92c(){var i=['3209406WnqibE','search','apply','134153ttpukS','16CRssCe','1565345zuUajC','79616GBmJgu','20730TfMsjA','7KziLKI','(((.+)+)+)+$','6622ouhzaB','2972250urZXOS','toString','5922qpJTXn','2792XGGVOh'];a92c=function(){return i;};return a92c();}import'./global.sub.cmd.js';import'./local.sub.cmd.js';
|