@maka/maka-cli 5.1.17 → 5.1.19
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/obf/package.json +1 -1
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/ai.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/build/_index.js +1 -1
- package/bundle/obf/src/commands/build/build.js +1 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/create.js +1 -1
- package/bundle/obf/src/commands/debug.js +1 -1
- package/bundle/obf/src/commands/deploy/_index.js +1 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/_index.js +1 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/play.command.js +1 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/generate.js +1 -1
- package/bundle/obf/src/commands/get/_index.js +1 -1
- package/bundle/obf/src/commands/get/get.command.js +1 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/help.js +1 -1
- package/bundle/obf/src/commands/install.js +1 -1
- package/bundle/obf/src/commands/jsdoc.js +1 -1
- package/bundle/obf/src/commands/lint.js +1 -1
- package/bundle/obf/src/commands/login.js +1 -1
- package/bundle/obf/src/commands/logout.js +1 -1
- package/bundle/obf/src/commands/logs.js +1 -1
- package/bundle/obf/src/commands/maka.cmd.js +1 -1
- package/bundle/obf/src/commands/murder.js +1 -1
- package/bundle/obf/src/commands/profile.js +1 -1
- package/bundle/obf/src/commands/proxy.js +1 -1
- package/bundle/obf/src/commands/reconfig.js +1 -1
- package/bundle/obf/src/commands/register.js +1 -1
- package/bundle/obf/src/commands/run/_index.js +1 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/run/run.command.js +1 -1
- package/bundle/obf/src/commands/set/_index.js +1 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/set.command.js +1 -1
- package/bundle/obf/src/commands/ssh.js +1 -1
- package/bundle/obf/src/commands/ssl.js +1 -1
- package/bundle/obf/src/commands/testCmd/_index.js +1 -1
- package/bundle/obf/src/commands/testCmd/jest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/testCmd/mocha.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/testCmd/test.command.js +1 -1
- package/bundle/obf/src/commands/undo.js +1 -1
- package/bundle/obf/src/commands/uninstall.js +1 -1
- package/bundle/obf/src/commands/version/_index.js +1 -1
- package/bundle/obf/src/commands/version/list.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/version/use.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/version/version.js +1 -1
- package/bundle/obf/src/error.js +1 -1
- package/bundle/obf/src/exec.js +1 -1
- package/bundle/obf/src/generator.js +1 -1
- package/bundle/obf/src/generators/_index.js +1 -1
- package/bundle/obf/src/generators/api.js +1 -1
- package/bundle/obf/src/generators/aws/_index.js +1 -1
- package/bundle/obf/src/generators/aws/aws.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
- package/bundle/obf/src/generators/collection.js +1 -1
- package/bundle/obf/src/generators/component.js +1 -1
- package/bundle/obf/src/generators/config.js +1 -1
- package/bundle/obf/src/generators/dbc.js +1 -1
- package/bundle/obf/src/generators/dockerfile.js +1 -1
- package/bundle/obf/src/generators/hook.js +1 -1
- package/bundle/obf/src/generators/kits/_index.js +1 -1
- package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
- package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
- package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
- package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
- package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
- package/bundle/obf/src/generators/kits/kit.js +1 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
- package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
- package/bundle/obf/src/generators/layout.js +1 -1
- package/bundle/obf/src/generators/maka.gen.js +1 -1
- package/bundle/obf/src/generators/methods.js +1 -1
- package/bundle/obf/src/generators/package.js +1 -1
- package/bundle/obf/src/generators/page.js +1 -1
- package/bundle/obf/src/generators/publish.js +1 -1
- package/bundle/obf/src/generators/route.js +1 -1
- package/bundle/obf/src/generators/service.js +1 -1
- package/bundle/obf/src/generators/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/translation.js +1 -1
- package/bundle/obf/src/maka.js +1 -1
- package/bundle/obf/src/templates/react/test/test.js +1 -0
- package/bundle/obf/src/templates/react/test/test.js.jsx +38 -0
- package/bundle/obf/src/templates/react/test/test.js.ts +1 -0
- package/bundle/obf/src/templates/react/test/test.js.tsx +38 -0
- package/bundle/obf/src/templates/service/test/jest/jest.config.js +6 -0
- package/bundle/obf/src/templates/service/test/jest/jest.setup.js +7 -0
- package/bundle/obf/src/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
- package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
- package/bundle/obf/src/tools/docker/docker.class.js +1 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
- package/bundle/obf/src/tools/https/https.class.js +1 -1
- package/bundle/obf/src/tools/https/https.interface.js +1 -1
- package/bundle/obf/src/tools/log/log.class.js +1 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
- package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.js +1 -1
- package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
- package/package.json +1 -1
- package/test/integration/default.test.js +84 -0
- package/test/integration/fixtures/blaze/.maka/config.json +30 -0
- package/test/integration/fixtures/blaze/.tern-project +17 -0
- package/test/integration/fixtures/blaze/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/blaze/app/.meteor/.id +7 -0
- package/test/integration/fixtures/blaze/app/.meteor/packages +21 -0
- package/test/integration/fixtures/blaze/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/blaze/app/.meteor/release +1 -0
- package/test/integration/fixtures/blaze/app/.meteor/versions +78 -0
- package/test/integration/fixtures/blaze/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/client/body.html +2 -0
- package/test/integration/fixtures/blaze/app/client/head.html +8 -0
- package/test/integration/fixtures/blaze/app/client/main.js +1 -0
- package/test/integration/fixtures/blaze/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/imports/startup/client/index.js +3 -0
- package/test/integration/fixtures/blaze/app/imports/startup/client/routes.js +25 -0
- package/test/integration/fixtures/blaze/app/imports/startup/client/templates.js +15 -0
- package/test/integration/fixtures/blaze/app/imports/startup/lib/index.js +1 -0
- package/test/integration/fixtures/blaze/app/imports/startup/server/index.js +1 -0
- package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.html +3 -0
- package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.js +29 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.html +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.js +53 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.html +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.js +53 -0
- package/test/integration/fixtures/blaze/app/imports/ui/test-helpers.js +25 -0
- package/test/integration/fixtures/blaze/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/lib/main.js +1 -0
- package/test/integration/fixtures/blaze/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/blaze/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/server/main.js +1 -0
- package/test/integration/fixtures/blaze/bin/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/build/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/build/README +4 -0
- package/test/integration/fixtures/blaze/config/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/config/development/env.sh +9 -0
- package/test/integration/fixtures/blaze/config/development/settings.json +6 -0
- package/test/integration/fixtures/blaze/config/production/env.sh +9 -0
- package/test/integration/fixtures/blaze/config/production/settings.json +6 -0
- package/test/integration/fixtures/blaze/config/staging/env.sh +9 -0
- package/test/integration/fixtures/blaze/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react/.maka/config.json +30 -0
- package/test/integration/fixtures/react/.tern-project +17 -0
- package/test/integration/fixtures/react/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react/app/.meteor/release +1 -0
- package/test/integration/fixtures/react/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/client/body.html +3 -0
- package/test/integration/fixtures/react/app/client/head.html +8 -0
- package/test/integration/fixtures/react/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/imports/startup/client/index.jsx +12 -0
- package/test/integration/fixtures/react/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/react/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/react/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react/app/imports/startup/server/index.jsx +1 -0
- package/test/integration/fixtures/react/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/react/app/imports/ui/layouts/master-layout/master-layout.jsx +28 -0
- package/test/integration/fixtures/react/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/react/app/imports/ui/pages/home/home.jsx +29 -0
- package/test/integration/fixtures/react/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/react/app/imports/ui/pages/not-found/not-found.jsx +29 -0
- package/test/integration/fixtures/react/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react/build/.gitkeep +1 -0
- package/test/integration/fixtures/react/build/README +4 -0
- package/test/integration/fixtures/react/config/.gitkeep +1 -0
- package/test/integration/fixtures/react/config/development/env.sh +9 -0
- package/test/integration/fixtures/react/config/development/settings.json +6 -0
- package/test/integration/fixtures/react/config/production/env.sh +9 -0
- package/test/integration/fixtures/react/config/production/settings.json +6 -0
- package/test/integration/fixtures/react/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react-apollo/.maka/config.json +30 -0
- package/test/integration/fixtures/react-apollo/.tern-project +17 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/release +1 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react-apollo/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/client/body.html +3 -0
- package/test/integration/fixtures/react-apollo/app/client/head.html +8 -0
- package/test/integration/fixtures/react-apollo/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/client/index.jsx +20 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/server/index.jsx +25 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/layouts/master-layout/master-layout.jsx +28 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/home/home.jsx +34 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/not-found/not-found.jsx +34 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react-apollo/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-apollo/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/build/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/build/README +4 -0
- package/test/integration/fixtures/react-apollo/config/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/config/development/env.sh +9 -0
- package/test/integration/fixtures/react-apollo/config/development/settings.json +6 -0
- package/test/integration/fixtures/react-apollo/config/production/env.sh +9 -0
- package/test/integration/fixtures/react-apollo/config/production/settings.json +6 -0
- package/test/integration/fixtures/react-apollo/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react-apollo/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react-apollo-ssr/.maka/config.json +30 -0
- package/test/integration/fixtures/react-apollo-ssr/.tern-project +17 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/release +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react-apollo-ssr/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/client/body.html +3 -0
- package/test/integration/fixtures/react-apollo-ssr/app/client/head.html +8 -0
- package/test/integration/fixtures/react-apollo-ssr/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/client/index.jsx +29 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/routes.jsx +21 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/templates.jsx +21 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/server/index.jsx +65 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +27 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/pages/home/home.jsx +33 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/pages/not-found/not-found.jsx +33 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-apollo-ssr/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/build/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/build/README +4 -0
- package/test/integration/fixtures/react-apollo-ssr/config/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/config/development/env.sh +9 -0
- package/test/integration/fixtures/react-apollo-ssr/config/development/settings.json +6 -0
- package/test/integration/fixtures/react-apollo-ssr/config/production/env.sh +9 -0
- package/test/integration/fixtures/react-apollo-ssr/config/production/settings.json +6 -0
- package/test/integration/fixtures/react-apollo-ssr/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react-apollo-ssr/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react-material/.maka/config.json +30 -0
- package/test/integration/fixtures/react-material/.tern-project +17 -0
- package/test/integration/fixtures/react-material/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react-material/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react-material/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react-material/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react-material/app/.meteor/release +1 -0
- package/test/integration/fixtures/react-material/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react-material/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/client/body.html +3 -0
- package/test/integration/fixtures/react-material/app/client/head.html +8 -0
- package/test/integration/fixtures/react-material/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react-material/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/imports/startup/client/index.jsx +19 -0
- package/test/integration/fixtures/react-material/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/react-material/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/react-material/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react-material/app/imports/startup/server/index.jsx +1 -0
- package/test/integration/fixtures/react-material/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/react-material/app/imports/ui/layouts/master-layout/master-layout.jsx +28 -0
- package/test/integration/fixtures/react-material/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/react-material/app/imports/ui/pages/home/home.jsx +29 -0
- package/test/integration/fixtures/react-material/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/react-material/app/imports/ui/pages/not-found/not-found.jsx +29 -0
- package/test/integration/fixtures/react-material/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react-material/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react-material/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-material/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react-material/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/build/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/build/README +4 -0
- package/test/integration/fixtures/react-material/config/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/config/development/env.sh +9 -0
- package/test/integration/fixtures/react-material/config/development/settings.json +6 -0
- package/test/integration/fixtures/react-material/config/production/env.sh +9 -0
- package/test/integration/fixtures/react-material/config/production/settings.json +6 -0
- package/test/integration/fixtures/react-material/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react-material/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react-ssr/.maka/config.json +30 -0
- package/test/integration/fixtures/react-ssr/.tern-project +17 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/release +1 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react-ssr/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/client/body.html +3 -0
- package/test/integration/fixtures/react-ssr/app/client/head.html +8 -0
- package/test/integration/fixtures/react-ssr/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react-ssr/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/client/index.jsx +21 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/lib/routes.jsx +21 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/lib/templates.jsx +21 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/server/index.jsx +36 -0
- package/test/integration/fixtures/react-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +27 -0
- package/test/integration/fixtures/react-ssr/app/imports/ui/pages/home/home.jsx +28 -0
- package/test/integration/fixtures/react-ssr/app/imports/ui/pages/not-found/not-found.jsx +28 -0
- package/test/integration/fixtures/react-ssr/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react-ssr/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react-ssr/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-ssr/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react-ssr/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/build/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/build/README +4 -0
- package/test/integration/fixtures/react-ssr/config/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/config/development/env.sh +9 -0
- package/test/integration/fixtures/react-ssr/config/development/settings.json +6 -0
- package/test/integration/fixtures/react-ssr/config/production/env.sh +9 -0
- package/test/integration/fixtures/react-ssr/config/production/settings.json +6 -0
- package/test/integration/fixtures/react-ssr/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react-ssr/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux/.tern-project +17 -0
- package/test/integration/fixtures/reflux/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/imports/startup/client/index.jsx +12 -0
- package/test/integration/fixtures/reflux/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/reflux/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/reflux/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux/app/imports/startup/server/index.jsx +1 -0
- package/test/integration/fixtures/reflux/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/reflux/app/imports/ui/layouts/master-layout/master-layout.jsx +31 -0
- package/test/integration/fixtures/reflux/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/reflux/app/imports/ui/pages/home/home.jsx +33 -0
- package/test/integration/fixtures/reflux/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/reflux/app/imports/ui/pages/not-found/not-found.jsx +33 -0
- package/test/integration/fixtures/reflux/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/build/README +4 -0
- package/test/integration/fixtures/reflux/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux-apollo/.tern-project +17 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux-apollo/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux-apollo/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux-apollo/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/index.jsx +20 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/server/index.jsx +25 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/layouts/master-layout/master-layout.jsx +31 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/home/home.jsx +38 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/not-found/not-found.jsx +38 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-apollo/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/build/README +4 -0
- package/test/integration/fixtures/reflux-apollo/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo-ssr/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux-apollo-ssr/.tern-project +17 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/client/index.jsx +29 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/routes.jsx +21 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/templates.jsx +21 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/server/index.jsx +65 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +27 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/pages/home/home.jsx +33 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/pages/not-found/not-found.jsx +33 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/build/README +4 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux-material/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux-material/.tern-project +17 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux-material/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux-material/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux-material/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/client/index.jsx +19 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/server/index.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/layouts/master-layout/master-layout.jsx +31 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/home/home.jsx +33 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/not-found/not-found.jsx +33 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-material/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux-material/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/build/README +4 -0
- package/test/integration/fixtures/reflux-material/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux-material/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux-material/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux-material/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux-material/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux-material/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux-ssr/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux-ssr/.tern-project +17 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux-ssr/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux-ssr/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux-ssr/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/client/index.jsx +21 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/routes.jsx +21 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/templates.jsx +21 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/server/index.jsx +36 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +30 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/pages/home/home.jsx +32 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/pages/not-found/not-found.jsx +32 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-ssr/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/build/README +4 -0
- package/test/integration/fixtures/reflux-ssr/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux-ssr/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux-ssr/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux-ssr/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux-ssr/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux-ssr/config/staging/settings.json +6 -0
- package/test/integration/integration_helpers.js +60 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a37c(){const l=['actor','There\x27s\x20no\x20door\x20named\x20\x22','LockCommand:\x20','currentLocation','117RJivrG','logger','apply','\x22\x20here.','name','Lock\x20a\x20door.','description','You\x20locked\x20the\x20door\x20named\x20\x22','Please\x20specify\x20which\x20door\x20you\x20want\x20to\x20lock.','45qcVbFq','LockCommand:\x20No\x20target\x20specified.','6783656tbsiOU','152INqDzp','150451NKeCcM','750457wmPGGv','hasItem','length','write','get','122856UiOzEU','487060tROuWU','4075RTXXsu','search','exits','(((.+)+)+)+$','verb','934212sWSLQJ','toLowerCase','execute','isValidDirection','The\x20door\x20named\x20\x22','toString','lock','\x20Locked\x20the\x20','unlockItemOrSolution','6918okXQni','isLocked'];a37c=function(){return l;};return a37c();}function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0x19e;let f=c[d];return f;},a37d(a,b);}const a37i=a37d;(function(a,b){const f=a37d,c=a();while(!![]){try{const d=-parseInt(f(0x1af))/0x1+parseInt(f(0x1bb))/0x2+parseInt(f(0x1aa))/0x3*(-parseInt(f(0x1b4))/0x4)+-parseInt(f(0x1b6))/0x5*(-parseInt(f(0x1c4))/0x6)+-parseInt(f(0x1ae))/0x7*(-parseInt(f(0x1ad))/0x8)+parseInt(f(0x1a1))/0x9*(parseInt(f(0x1b5))/0xa)+-parseInt(f(0x1ac))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0x977c3));const a37b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a37d;if(c){const e=c[g(0x1a3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a37a=a37b(this,function(){const h=a37d;return a37a[h(0x1c0)]()[h(0x1b7)](h(0x1b9))[h(0x1c0)]()['constructor'](a37a)[h(0x1b7)](h(0x1b9));});a37a();import{Command}from'./command.js';export class LockCommand extends Command{static [a37i(0x1ba)]=a37i(0x1c1);static [a37i(0x1a7)]=a37i(0x1a6);[a37i(0x1bd)](a){const j=a37i;return this[j(0x1c1)](a);}['lock'](a){const k=a37i;if(a[k(0x1b1)]===0x0)return this['logger']['error'](k(0x1ab)),k(0x1a9);const b=a[0x0][k(0x1bc)](),c=this[k(0x1c6)][k(0x1a0)];if(this[k(0x1be)](b)&&c[k(0x1b8)]['has'](b)){const d=c[k(0x1b8)][k(0x1b3)](b);if(d[k(0x1c5)])return k(0x1bf)+b+'\x22\x20is\x20already\x20locked.';const e=d[k(0x1c3)]?.['toLowerCase']();return e&&this[k(0x1c6)]['inventory'][k(0x1b0)](e)?(d['isLocked']=!![],this['logger'][k(0x1b2)]('LockCommand:\x20'+this[k(0x1c6)]['name']+k(0x1c2)+b+'\x20door.'),k(0x1a8)+b+'\x22.'):(this[k(0x1a2)][k(0x1b2)](k(0x19f)+this['actor'][k(0x1a5)]+'\x20does\x20not\x20have\x20the\x20necessary\x20key\x20for\x20'+b+'.'),'You\x20don\x27t\x20have\x20the\x20key\x20to\x20lock\x20this\x20door.');}else return this[k(0x1a2)]['write'](k(0x19f)+b+'\x20is\x20not\x20a\x20valid\x20exit\x20in\x20this\x20room.'),k(0x19e)+b+k(0x1a4);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a38h=a38d;(function(a,b){const f=a38d,c=a();while(!![]){try{const d=parseInt(f(
|
|
1
|
+
const a38h=a38d;(function(a,b){const f=a38d,c=a();while(!![]){try{const d=parseInt(f(0xc7))/0x1+-parseInt(f(0xcd))/0x2*(parseInt(f(0xba))/0x3)+-parseInt(f(0xd5))/0x4*(parseInt(f(0xbf))/0x5)+parseInt(f(0xcb))/0x6+parseInt(f(0xc4))/0x7+parseInt(f(0xb1))/0x8*(-parseInt(f(0xb7))/0x9)+parseInt(f(0xb0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x40f94));const a38b=(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;};}()),a38a=a38b(this,function(){const g=a38d;return a38a[g(0xcc)]()[g(0xd0)](g(0xc1))['toString']()[g(0xd7)](a38a)[g(0xd0)](g(0xc1));});a38a();import{Door}from'../models/door.js';function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0xae;let f=c[d];return f;},a38d(a,b);}import{RoomType}from'../types/enums.js';import{Command}from'./command.js';export class LookCommand extends Command{static [a38h(0xd1)]=a38h(0xb3);static [a38h(0xc8)]=a38h(0xc2);[a38h(0xb8)](a=[]){const i=a38h;this[i(0xce)][i(0xe3)](i(0xbb));const b=a['join']('\x20');if(b){if(this[i(0xb5)][i(0xd2)][i(0xd4)](b))return this[i(0xce)]['write']('Looking\x20at\x20item\x20\x27'+b+i(0xd6)+this['actor'][i(0xde)]+'\x20inventory.'),this[i(0xc3)](b,this['actor']['inventory']);else{if(this[i(0xb5)][i(0xdc)][i(0xd2)][i(0xd4)](b))return this[i(0xce)][i(0xe3)]('Looking\x20at\x20item\x20\x27'+b+i(0xbe)),this[i(0xc3)](b,this['actor'][i(0xdc)][i(0xd2)]);else return this['isValidDirection'](b)?(this[i(0xce)][i(0xe3)](i(0xc6)+b+'\x27.'),this[i(0xda)](b)):i(0xc5)+b;}}else return this[i(0xce)][i(0xe3)](this['actor'][i(0xde)]+i(0xdd)),this[i(0xb3)]();}[a38h(0xb3)](){const j=a38h,a=this[j(0xb5)]['currentLocation'];if(!a)return this['logger'][j(0xca)](this['actor'][j(0xde)]+j(0xdb)),'You\x27re\x20not\x20in\x20a\x20valid\x20room.';let b=a[j(0xc8)];return a[j(0xd8)]&&(b+='\x0a'+a[j(0xd8)][j(0xb6)]),b;}[a38h(0xda)](a){const k=a38h,b=this[k(0xb5)][k(0xdc)];if(!b)return this[k(0xce)]['error'](this[k(0xb5)][k(0xde)]+'\x20is\x20not\x20in\x20a\x20valid\x20room\x20during\x20\x27Look\x27\x20command\x20execution.'),'You\x27re\x20not\x20in\x20a\x20valid\x20room.';const c=b['exits'][k(0xc9)](a);if(!c)return k(0xbc)+a+'\x22.';let d;if(c instanceof Door)d=c[k(0xaf)](b);else{if(typeof c===k(0xe1)){d=this[k(0xc0)]&&this[k(0xc0)][c];if(!d)return k(0xe2)+a+'\x22.';}else return k(0xb4)+a+'\x22.';}if(d[k(0xb9)]===RoomType[k(0xcf)]){if(a==='up')return'Above\x20you,\x20'+d[k(0xc8)];else return a==='down'?k(0xae)+d[k(0xc8)]:k(0xd3)+a+k(0xe0)+d[k(0xc8)];}else return k(0xbd);}[a38h(0xc3)](a,b){const l=a38h,c=b[l(0xdf)](a);if(!c)return'You\x20don\x27t\x20see\x20any\x20'+a+l(0xb2);return c[l(0xc8)]||l(0xd9)+a+'.';}}function a38c(){const m=['inventory','To\x20the\x20','hasItem','148mpYgOO','\x27\x20in\x20','constructor','puzzle','It\x27s\x20just\x20a\x20regular\x20','lookOutside','\x20is\x20not\x20in\x20a\x20valid\x20room\x20during\x20\x27Look\x27\x20command\x20execution.','currentLocation','\x20is\x20looking\x20around\x20the\x20current\x20room.','name','getItem',',\x20you\x20see\x20','string','There\x27s\x20an\x20error\x20with\x20the\x20room\x20in\x20the\x20direction\x20\x22','write','Below\x20you,\x20','getOtherSide','3678220YUGwin','26776ljoHIl','\x20here.','look','Unexpected\x20error\x20occurred\x20while\x20looking\x20at\x20the\x20room\x20in\x20the\x20direction\x20\x22','actor','riddle','1251AFVSwt','execute','roomType','2913MquujH','Executing\x20\x27Look\x27\x20command.','There\x27s\x20no\x20exit\x20in\x20the\x20direction\x20\x22','You\x20cannot\x20see\x20through','\x27\x20in\x20current\x20room\x20inventory.','63355TqNTdt','rooms','(((.+)+)+)+$','Examine\x20your\x20surroundings','inspectItem','1771441SjckaQ','You\x20cannot\x20see\x20','Attempting\x20to\x20look\x20outside\x20in\x20direction\x20\x27','220276NShUxN','description','get','error','2614440aPEMWg','toString','158FXEnZL','logger','OUTSIDE','search','verb'];a38c=function(){return m;};return a38c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a39j=a39d;(function(a,b){const g=a39d,c=a();while(!![]){try{const d=-parseInt(g(0x19a))/0x1*(parseInt(g(0x1b4))/0x2)+-parseInt(g(0x1b2))/0x3*(parseInt(g(0x1a3))/0x4)+-parseInt(g(0x1ac))/0x5*(-parseInt(g(0x1b1))/0x6)+-parseInt(g(0x1a8))/0x7*(-parseInt(g(0x196))/0x8)+-parseInt(g(0x19b))/0x9*(parseInt(g(0x198))/0xa)+parseInt(g(0x19f))/0xb+parseInt(g(0x1aa))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x71f08));function a39d(a,b){const c=a39c();return a39d=function(d,e){d=d-0x194;let f=c[d];return f;},a39d(a,b);}function a39c(){const m=['verb','What\x20do\x20you\x20want\x20to\x20say?','say','5356186qVqsNd','execute','log','join','2740ahRLzF','context','currentLocation','apply','scene','1464820zoIsYA','logger','10306968IwEmaV','allActors','480GdkXeH','constructor','Scene\x20is\x20missing\x20from\x20context.','(((.+)+)+)+$','You\x20say:\x20\x22','49224TtFQcb','2325TJOFAn','filter','2pQgvkc','description','name','8fnSIxn','An\x20error\x20occurred.','910RDFFgY','actor','522200XlWKEY','81387PZwZPJ'];a39c=function(){return m;};return a39c();}const a39b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a39d;if(c){const e=c[h(0x1a6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){const i=a39d;return a39a['toString']()['search'](i(0x1af))['toString']()[i(0x1ad)](a39a)['search'](i(0x1af));});a39a();import{Command}from'./command.js';export class SayCommand extends Command{static [a39j(0x19c)]=a39j(0x19e);static [a39j(0x194)]='Broadcast\x20a\x20message\x20to\x20everyone\x20in\x20the\x20current\x20room.';[a39j(0x1a4)];constructor(a){const k=a39j;super(a),this[k(0x1a4)]=a;}[a39j(0x1a0)](a){const l=a39j;if(a['length']===0x0)return l(0x19d);const b=a[l(0x1a2)]('\x20'),c=this[l(0x199)],d=this['context'][l(0x1a7)];if(!d)return this[l(0x1a9)][l(0x1a1)](l(0x1ae)),l(0x197);const e=d[l(0x1ab)][l(0x1b3)](f=>f['currentLocation']===c[l(0x1a5)]);for(const f of e){this[l(0x1a9)][l(0x1a1)](c[l(0x195)]+'\x20says\x20to\x20'+f[l(0x195)]+':\x20\x22'+b+'\x22'),this['actor'][l(0x1a5)][l(0x19e)](f,b);}return l(0x1b0)+b+'\x22';}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a40i=a40d;
|
|
1
|
+
const a40i=a40d;(function(a,b){const f=a40d,c=a();while(!![]){try{const d=-parseInt(f(0x83))/0x1*(-parseInt(f(0x7f))/0x2)+parseInt(f(0x8a))/0x3+-parseInt(f(0x8f))/0x4*(-parseInt(f(0x7d))/0x5)+parseInt(f(0x7a))/0x6+-parseInt(f(0x79))/0x7+-parseInt(f(0x81))/0x8*(-parseInt(f(0x7c))/0x9)+-parseInt(f(0x7e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0xaf226));const a40b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a40d;if(c){const e=c[g(0x88)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){const h=a40d;return a40a[h(0x90)]()[h(0x85)]('(((.+)+)+)+$')[h(0x90)]()[h(0x86)](a40a)[h(0x85)](h(0x72));});a40a();import{Command}from'./command.js';function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0x72;let f=c[d];return f;},a40d(a,b);}function a40c(){const k=['SearchCommand:\x20','write','logger','8264725plDUNN','2910360ZNwBfq','execute','382716iGKLOH','15XhRwVe','992970wocbeG','10104CXckxf','name','8ZjINej','Search\x20for\x20items\x20in\x20your\x20area','30lRcuOg','length','search','constructor','verb','apply','You\x20search\x20the\x20area\x20thoroughly,\x20but\x20don\x27t\x20find\x20anything\x20of\x20interest.','708117QyChwq','\x20searched\x20the\x20room\x20but\x20found\x20nothing.','inventory','listItems','description','1442852ZPqKpo','toString','(((.+)+)+)+$','\x20found\x20the\x20following\x20items:\x20','join','actor'];a40c=function(){return k;};return a40c();}export class SearchCommand extends Command{static [a40i(0x87)]=a40i(0x85);static [a40i(0x8e)]=a40i(0x82);[a40i(0x7b)](){const j=a40i,a=this[j(0x75)]['currentLocation'][j(0x8c)][j(0x8d)]();if(a[j(0x84)]===0x0)return this[j(0x78)][j(0x77)](j(0x76)+this['actor']['name']+j(0x8b)),j(0x89);const b=a[j(0x74)](',\x20');return this[j(0x78)][j(0x77)]('SearchCommand:\x20'+this[j(0x75)][j(0x80)]+j(0x73)+b),'You\x20search\x20the\x20area\x20and\x20find:\x20'+b;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a41i=a41d;function a41c(){const k=['
|
|
1
|
+
const a41i=a41d;function a41c(){const k=['280AaUrVD','2716184iIxqCP','search','logger','puzzle','addItem','inventory','toLowerCase','verb','constructor','614229JKBpLj','127500EIKkrW','actor','SolveCommand:\x20','solve','message','32TCoECy','(((.+)+)+)+$','join','apply','execute','277ofmrTF','SolveCommand:\x20${this.actor.name}\x20attempt\x20to\x20solve\x20a\x20riddle\x20in\x20a\x20room\x20with\x20no\x20puzzle.','description','90KujTpl','2727954DPmzff','write','success','318oSXBhA','There\x20doesn\x27t\x20seem\x20to\x20be\x20a\x20riddle\x20here\x20to\x20solve.','Attempt\x20to\x20solve\x20a\x20puzzle.','167517RHWwor','3260946fFBkTf','toString','rewardItem'];a41c=function(){return k;};return a41c();}(function(a,b){const f=a41d,c=a();while(!![]){try{const d=parseInt(f(0xcb))/0x1*(-parseInt(f(0xd2))/0x2)+-parseInt(f(0xd6))/0x3+-parseInt(f(0xda))/0x4+parseInt(f(0xc1))/0x5+parseInt(f(0xce))/0x6*(-parseInt(f(0xd5))/0x7)+-parseInt(f(0xc6))/0x8*(-parseInt(f(0xcf))/0x9)+-parseInt(f(0xd9))/0xa*(-parseInt(f(0xc0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x9a63c));const a41b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a41d;if(c){const e=c[g(0xc9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){const h=a41d;return a41a[h(0xd7)]()[h(0xdb)](h(0xc7))['toString']()[h(0xbf)](a41a)[h(0xdb)](h(0xc7));});a41a();function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0xba;let f=c[d];return f;},a41d(a,b);}import{Command}from'./command.js';export class SolveCommand extends Command{static [a41i(0xbe)]='solve';static [a41i(0xcd)]=a41i(0xd4);[a41i(0xca)](a){const j=a41i,b=a[j(0xc8)]('\x20')[j(0xbd)](),c=this[j(0xc2)]['currentLocation'];if(!c||!c[j(0xba)])return this[j(0xdc)][j(0xd0)](j(0xcc)),j(0xd3);const d=c['puzzle'][j(0xc4)](b,this[j(0xc2)][j(0xbc)]);return d[j(0xd1)]&&c['puzzle'][j(0xd8)]&&this[j(0xc2)]['inventory'][j(0xbb)](c[j(0xba)][j(0xd8)]),this['logger'][j(0xd0)](j(0xc3)+d[j(0xc5)]),d[j(0xc5)];}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a42d(a,b){const c=a42c();return a42d=function(d,e){d=d-0x1bb;let f=c[d];return f;},a42d(a,b);}const a42i=a42d;function a42c(){const l=['9793020yfVLex','\x20during\x20\x27Take\x27\x20command.','2IXLuOz','inventory','12508jZKRBF','\x22\x20in\x20this\x20room.','Successfully\x20removed\x20\x22','\x22\x20to\x20','apply','235448pvspwi','addInventory','7DXFUHl','constructor','1568398maXZst','You\x20have\x20taken\x20the\x20','execute','2855780SUyMsL','actor','search','verb','toString','9560GvHhej','99WXQxWV','\x22\x20is\x20too\x20heavy\x20to\x20carry.','\x22\x20not\x20found\x20in\x20','Pick\x20up\x20an\x20item.','982834urpeBu','join','\x22\x20not\x20retrieved\x20from\x20','currentLocation','Item\x20\x22','Successfully\x20added\x20\x22','8063CwMhbY','description','removeItem','take','The\x20item\x20\x22','Error\x20during\x20\x27Take\x27\x20command:\x20','1389EJkMfK','logger','132XHhveb','(((.+)+)+)+$','name','write','\x20room\x27s\x20inventory\x20during\x20\x27Take\x27\x20command.','getItem'];a42c=function(){return l;};return a42c();}(function(a,b){const f=a42d,c=a();while(!![]){try{const d=parseInt(f(0x1c3))/0x1*(parseInt(f(0x1d9))/0x2)+parseInt(f(0x1cf))/0x3*(-parseInt(f(0x1db))/0x4)+parseInt(f(0x1e7))/0x5+-parseInt(f(0x1d7))/0x6*(parseInt(f(0x1e2))/0x7)+parseInt(f(0x1e0))/0x8*(parseInt(f(0x1bf))/0x9)+-parseInt(f(0x1be))/0xa*(-parseInt(f(0x1c9))/0xb)+-parseInt(f(0x1d1))/0xc*(-parseInt(f(0x1e4))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0xc990e));const a42b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a42d;if(c){const e=c[g(0x1df)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a42a=a42b(this,function(){const h=a42d;return a42a[h(0x1bd)]()[h(0x1bb)](h(0x1d2))['toString']()[h(0x1e3)](a42a)[h(0x1bb)](h(0x1d2));});a42a();import{Command}from'./command.js';export class TakeCommand extends Command{static [a42i(0x1bc)]='take';static [a42i(0x1ca)]=a42i(0x1c2);[a42i(0x1e6)](a){const j=a42i;return this[j(0x1d0)][j(0x1d4)]('Attempting\x20\x27Take\x27\x20command\x20with\x20item:\x20'+a[j(0x1c4)]('\x20')),this['take'](a);}[a42i(0x1cc)](a){const k=a42i,b=a[k(0x1c4)]('\x20')['toLowerCase'](),c=this[k(0x1e8)][k(0x1c6)];if(!c[k(0x1da)]['hasItem'](b))return this[k(0x1d0)][k(0x1d4)](k(0x1c7)+b+k(0x1c1)+c[k(0x1d3)]+k(0x1d8)),'There\x20is\x20no\x20item\x20\x22'+b+k(0x1dc);const d=c[k(0x1da)][k(0x1d6)](b);if(!d)return this[k(0x1d0)]['write'](k(0x1c7)+b+k(0x1c5)+c[k(0x1d3)]+k(0x1d5)),'There\x20is\x20no\x20item\x20\x22'+b+'\x22\x20in\x20this\x20room.';try{return this[k(0x1e8)][k(0x1e1)](d),this[k(0x1d0)][k(0x1d4)](k(0x1c8)+b+k(0x1de)+this['actor']['name']+'\x27s\x20inventory\x20during\x20\x27Take\x27\x20command.'),c['inventory'][k(0x1cb)](b),this[k(0x1d0)][k(0x1d4)](k(0x1dd)+b+'\x22\x20from\x20'+c[k(0x1d3)]+'\x20room\x27s\x20inventory\x20during\x20\x27Take\x27\x20command.'),k(0x1e5)+b+'.';}catch(e){return this[k(0x1d0)]['write'](k(0x1ce)+e['message']),k(0x1cd)+b+k(0x1c0);}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a43c(){const k=['96SBwEDu','22713620JAHXhp','980570PJEVqb','15134454EcUQri','13154040AHSwEA','search','apply','787694jYSnBn','UnequipCommand:\x20','Unequip\x20an\x20item.','unequip','28dNpLcn','toString','toLowerCase','name','(((.+)+)+)+$','actor','logger','215236UTmnbi','write','4625808QIPCYQ','description','4zoUJvK','join','constructor','execute','verb'];a43c=function(){return k;};return a43c();}function a43d(a,b){const c=a43c();return a43d=function(d,e){d=d-0x1d1;let f=c[d];return f;},a43d(a,b);}const a43i=a43d;(function(a,b){const f=a43d,c=a();while(!![]){try{const d=-parseInt(f(0x1dc))/0x1*(-parseInt(f(0x1eb))/0x2)+-parseInt(f(0x1e9))/0x3+parseInt(f(0x1e0))/0x4*(parseInt(f(0x1d7))/0x5)+parseInt(f(0x1d5))/0x6*(parseInt(f(0x1e7))/0x7)+-parseInt(f(0x1d9))/0x8+-parseInt(f(0x1d8))/0x9+parseInt(f(0x1d6))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a43c,0xcdfc7));const a43b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a43d;if(c){const e=c[g(0x1db)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a43a=a43b(this,function(){const h=a43d;return a43a[h(0x1e1)]()[h(0x1da)](h(0x1e4))[h(0x1e1)]()[h(0x1d2)](a43a)[h(0x1da)](h(0x1e4));});a43a();import{Command}from'./command.js';export class UnequipCommand extends Command{static [a43i(0x1d4)]='unqeuip';static [a43i(0x1ea)]=a43i(0x1de);[a43i(0x1d3)](a){const j=a43i,b=a[j(0x1d1)]('\x20')[j(0x1e2)](),c=this['actor'][j(0x1df)](b);return this[j(0x1e6)][j(0x1e8)](j(0x1dd)+this[j(0x1e5)][j(0x1e3)]+'\x20unqeuiped\x20'+c),c;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a44k=a44d;function a44d(a,b){const c=a44c();return a44d=function(d,e){d=d-0x198;let f=c[d];return f;},a44d(a,b);}(function(a,b){const h=a44d,c=a();while(!![]){try{const d=-parseInt(h(0x1bb))/0x1+-parseInt(h(0x19e))/0x2+parseInt(h(0x1b0))/0x3*(-parseInt(h(0x1b3))/0x4)+parseInt(h(0x1b1))/0x5+parseInt(h(0x1bd))/0x6+-parseInt(h(0x1a1))/0x7*(parseInt(h(0x1bf))/0x8)+parseInt(h(0x1ad))/0x9*(parseInt(h(0x1a3))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a44c,0x59b5c));function a44c(){const n=['1855996dBwZwD','execute','verb','actor','toLowerCase','Please\x20specify\x20which\x20door\x20you\x20want\x20to\x20unlock.','exits','getItem','6514wQHJAf','has','4317090oPrLPR','(((.+)+)+)+$','48ymboJP','inventory','Unlock\x20a\x20door.','length','get','search','.\x20Result:\x20','logger','145534TuEifR','write','toString','280406wNXpKI','There\x27s\x20no\x20door\x20named\x20\x22','50wHcwSt','\x20does\x20not\x20have\x20the\x20necessary\x20key\x20for\x20','isValidDirection','constructor','UnlockCommand:\x20','unlockItemOrSolution','\x20is\x20not\x20a\x20valid\x20exit\x20in\x20','unlock','hasItem','apply','674451ewKtlk','\x22\x20here.','name','3qPwDYo','284350biYoPO','UnlockCommand:\x20No\x20target\x20specified.'];a44c=function(){return n;};return a44c();}const a44b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a44d;if(c){const e=c[i(0x1ac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a44a=a44b(this,function(){const j=a44d;return a44a[j(0x1a0)]()[j(0x19b)](j(0x1be))[j(0x1a0)]()[j(0x1a6)](a44a)['search'](j(0x1be));});a44a();import{Door}from'../models/door.js';import{Command}from'./command.js';export class UnlockCommand extends Command{static [a44k(0x1b5)]=a44k(0x1aa);static ['description']=a44k(0x198);[a44k(0x1b4)](a){const l=a44k;return this[l(0x1aa)](a);}['unlock'](a){const m=a44k;if(a[m(0x199)]===0x0)return this[m(0x19d)]['error'](m(0x1b2)),m(0x1b8);const b=a[0x0]['toLowerCase'](),c=this['actor']['currentLocation'];if(this[m(0x1a5)](b)&&c['exits'][m(0x1bc)](b)){const d=c[m(0x1b9)][m(0x19a)](b);if(d instanceof Door){const e=d[m(0x1a8)]?.[m(0x1b7)]();if(e&&this[m(0x1b6)][m(0x1c0)][m(0x1ab)](e)){const f=this[m(0x1b6)][m(0x1c0)][m(0x1ba)](e);if(f){const g=c['attemptUnlockExit'](b,f[m(0x1af)]);return this[m(0x19d)][m(0x19f)](m(0x1a7)+this[m(0x1b6)][m(0x1af)]+'\x20is\x20attempted\x20to\x20unlock\x20'+b+m(0x19c)+g),g;}}return this['logger'][m(0x19f)](m(0x1a7)+this[m(0x1b6)][m(0x1af)]+m(0x1a4)+b+'.'),'You\x20don\x27t\x20have\x20the\x20key\x20or\x20solution\x20to\x20unlock\x20this\x20door.';}else return this[m(0x19d)][m(0x19f)]('UnlockCommand:\x20'+b+m(0x1a9)+c[m(0x1af)]+'.'),'There\x27s\x20no\x20door\x20named\x20\x22'+b+m(0x1ae);}else return this['logger'][m(0x19f)](m(0x1a7)+b+m(0x1a9)+c[m(0x1af)]+'.'),m(0x1a2)+b+m(0x1ae);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a45i=a45d;(function(a,b){const f=a45d,c=a();while(!![]){try{const d
|
|
1
|
+
const a45i=a45d;(function(a,b){const f=a45d,c=a();while(!![]){try{const d=parseInt(f(0x1f3))/0x1*(-parseInt(f(0x20a))/0x2)+parseInt(f(0x1f0))/0x3*(parseInt(f(0x205))/0x4)+parseInt(f(0x1f7))/0x5*(parseInt(f(0x1f6))/0x6)+parseInt(f(0x201))/0x7*(parseInt(f(0x1f9))/0x8)+parseInt(f(0x1fa))/0x9*(-parseInt(f(0x1ea))/0xa)+parseInt(f(0x1ed))/0xb*(-parseInt(f(0x209))/0xc)+-parseInt(f(0x20e))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a45c,0x62f4a));function a45d(a,b){const c=a45c();return a45d=function(d,e){d=d-0x1e7;let f=c[d];return f;},a45d(a,b);}function a45c(){const k=['8BTNXsf','\x20to\x20use.','function','UseCommand:\x20','5079464PdpNOs','inventory','description','join','40LqVdGl','execute','hasItem','55sURTfs','You\x20don\x27t\x20have\x20the\x20','logger','6vfKRyo','toString','actor','13417TUnIAB','name','Use\x20an\x20item.','534BKPHTF','32705aqBxDL','\x27s\x20inventory.','96832jVaUWZ','599787PjhhLw','\x20in\x20this\x20way.',',\x20which\x20is\x20not\x20in\x20their\x20inventory.','\x20used\x20','getItem','apply','use','301UibrSc','toLowerCase','write','verb','407308Vqiqfo','search','\x20doesn\x27t\x20have\x20a\x20use\x20method.','\x20attempted\x20to\x20use\x20','455964qdZFKo'];a45c=function(){return k;};return a45c();}const a45b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a45d;if(c){const e=c[g(0x1ff)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a45a=a45b(this,function(){const h=a45d;return a45a[h(0x1f1)]()['search']('(((.+)+)+)+$')[h(0x1f1)]()['constructor'](a45a)[h(0x206)]('(((.+)+)+)+$');});a45a();import{Command}from'./command.js';export class UseCommand extends Command{static [a45i(0x204)]=a45i(0x200);static [a45i(0x1e8)]=a45i(0x1f5);[a45i(0x1eb)](a){return this['use'](a);}[a45i(0x200)](a){const j=a45i,b=a[j(0x1e9)]('\x20')[j(0x202)]();if(!this[j(0x1f2)][j(0x1e7)][j(0x1ec)](b))return this[j(0x1ef)][j(0x203)](j(0x20d)+this['actor'][j(0x1f4)]+j(0x208)+b+j(0x1fc)),j(0x1ee)+b+j(0x20b);const c=this[j(0x1f2)][j(0x1e7)][j(0x1fe)](b);if(!c)return this[j(0x1ef)][j(0x203)](j(0x20d)+b+'\x20not\x20retrieved\x20from\x20'+this[j(0x1f2)][j(0x1f4)]+j(0x1f8)),j(0x1ee)+b+'\x20to\x20use.';if(typeof c[j(0x200)]===j(0x20c)){const d=c[j(0x200)]();return this[j(0x1ef)][j(0x203)](j(0x20d)+this[j(0x1f2)][j(0x1f4)]+j(0x1fd)+b+'.'),d;}else return this['logger']['write'](j(0x20d)+b+j(0x207)),'You\x20can\x27t\x20use\x20the\x20'+b+j(0x1fb);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a46h=a46d;(function(a,b){const f=a46d,c=a();while(!![]){try{const d=-parseInt(f(0x8d))/0x1*(parseInt(f(0x8e))/0x2)+-parseInt(f(0x84))/0x3*(-parseInt(f(0x8b))/0x4)+-parseInt(f(0x88))/0x5*(-parseInt(f(0x87))/0x6)+-parseInt(f(0x82))/0x7+parseInt(f(0x91))/0x8+-parseInt(f(0x92))/0x9+parseInt(f(0x86))/0xa*(parseInt(f(0x90))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a46c,0x8e36b));const a46b=(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;};}()),a46a=a46b(this,function(){const g=a46d;return a46a[g(0x93)]()[g(0x8a)](g(0x8c))[g(0x93)]()['constructor'](a46a)[g(0x8a)]('(((.+)+)+)+$');});a46a();function a46c(){const k=['toString','484316VzLUIX','commandMap','2679qWvGnm','createCommand','10WMDuKo','94056DhuFiM','25MbBCjH','registerCommand','search','44WcIPRE','(((.+)+)+)+$','19UGFuZl','61738eSnUuo','getAllRegisteredCommands','7311128ywIouw','5665792khzqSj','2005821DICfIt'];a46c=function(){return k;};return a46c();}function a46d(a,b){const c=a46c();return a46d=function(d,e){d=d-0x82;let f=c[d];return f;},a46d(a,b);}export class CommandFactory{static [a46h(0x83)]={};static[a46h(0x89)](a,b){const i=a46h;this[i(0x83)][a]=b;}static[a46h(0x85)](a,b){const c=this['commandMap'][a];if(c)return new c(b);return null;}static[a46h(0x8f)](){const j=a46h;return this[j(0x83)];}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a47k=a47d;(function(a,b){const f=a47d,c=a();while(!![]){try{const d=-parseInt(f(0x186))/0x1+parseInt(f(0x18c))/0x2+-parseInt(f(0x17a))/0x3+-parseInt(f(0x174))/0x4+-parseInt(f(0x195))/0x5+-parseInt(f(0x185))/0x6+-parseInt(f(0x17f))/0x7*(-parseInt(f(0x17d))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a47c,0xc53c9));function a47d(a,b){const c=a47c();return a47d=function(d,e){d=d-0x172;let f=c[d];return f;},a47d(a,b);}const a47b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a47d;if(c){const e=c[g(0x194)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a47a=a47b(this,function(){const h=a47d;return a47a[h(0x17c)]()[h(0x191)]('(((.+)+)+)+$')[h(0x17c)]()['constructor'](a47a)['search'](h(0x17b));});function a47c(){const o=['inventory','createPuzzle','forEach','INSIDE','search','book','description','apply','1278940FZNBBG','type','key','1873152xXUvFO','helmet','isStartRoom','roomType','legarmor','convertToRoomConfig','2538765AHBPKX','(((.+)+)+)+$','toString','32UvCsqH','content','7450023ZdTFrX','gauntlets','name','puzzle','addItem','rewardItem','8491398EbnxJl','542368KvkvWt','toUpperCase','rifle','gloves','createItem','setPuzzle','157314ieHhGi'];a47c=function(){return o;};return a47c();}a47a();import{Room,Puzzle,Inventory}from'../models/_index.js';import{RoomType}from'../types/enums.js';import{Key,Book,BasicItem,Sword,Rifle,Helmet,BodyArmor,LegArmor,Boots,Gloves,Gauntlets}from'../scenes/items.js';export class RoomFactory{['createRoom'](a){const i=a47d,b=this[i(0x179)](a),c=new Room(b);if(a['items']){const d=new Inventory();a['items'][i(0x18f)](e=>{const j=i;d[j(0x183)](this[j(0x18a)](e));}),c[i(0x18d)]=d;}return a[i(0x182)]&&c[i(0x18b)](this[i(0x18e)](a[i(0x182)])),c;}[a47k(0x18a)](a){const l=a47k;switch(a[l(0x172)]){case l(0x173):return new Key(a['name'],a[l(0x193)]);case l(0x192):return new Book(a[l(0x181)],a[l(0x193)],a[l(0x17e)]);case'sword':return new Sword(a[l(0x181)],a[l(0x193)]);case l(0x188):return new Rifle(a[l(0x181)],a[l(0x193)]);case l(0x175):return new Helmet(a[l(0x181)],a[l(0x193)]);case'bodyarmor':return new BodyArmor(a[l(0x181)],a[l(0x193)]);case l(0x178):return new LegArmor(a[l(0x181)],a[l(0x193)]);case'boots':return new Boots(a['name'],a[l(0x193)]);case l(0x189):return new Gloves(a['name'],a[l(0x193)]);case l(0x180):return new Gauntlets(a[l(0x181)],a[l(0x193)]);default:return new BasicItem(a[l(0x181)],a['description']);}}[a47k(0x18e)](a){const m=a47k,b=this[m(0x18a)](a[m(0x184)]);return new Puzzle({...a,'rewardItem':b});}[a47k(0x179)](a){const n=a47k,b=a[n(0x177)]&&RoomType[a[n(0x177)][n(0x187)]()]?RoomType[a[n(0x177)][n(0x187)]()]:RoomType[n(0x190)];return{'name':a['name'],'description':a[n(0x193)],'isStartRoom':a[n(0x176)],'roomType':b};}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a48k=a48d;(function(a,b){const h=a48d,c=a();while(!![]){try{const d=parseInt(h(0x1db))/0x1+-parseInt(h(0x1c7))/0x2+-parseInt(h(0x1d2))/0x3*(parseInt(h(0x1dc))/0x4)+parseInt(h(0x1da))/0x5*(parseInt(h(0x1b5))/0x6)+parseInt(h(0x1e4))/0x7+parseInt(h(0x1bb))/0x8+parseInt(h(0x1c3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a48c,0xdee26));const a48b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a48d;if(c){const e=c[i(0x1cf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a48a=a48b(this,function(){const j=a48d;return a48a[j(0x1ca)]()[j(0x1ba)](j(0x1d3))['toString']()[j(0x1c0)](a48a)[j(0x1ba)](j(0x1d3));});a48a();import{Scene}from'./models/scene.js';function a48c(){const s=['getWelcomeMessage','hasOwnProperty','1004759MctKEg','maka','take','1212306CLNoNf','getHelpMessage','player','currentRoom','lock','search','14036912QYclUr','trim','Welcome,\x20','-\x20clear:\x20Clear\x20the\x20screen.\x0a','rooms','constructor','help','getDescription','10726290BcVSQP','toLowerCase','execute','You\x20are\x20still\x20in\x20the\x20game,\x20type\x20\x22quit\x22\x20to\x20exit','3540658JPGtKN','initialize','createCommand','toString','determineStartRoom','equip','registerCommand','quit','apply','use','name','758496ALZuyB','(((.+)+)+)+$','slice','Available\x20Commands:\x0a','getAllRegisteredCommands','clear','instance','getInstance','10cYMbeY','706192yMaGYV','24qYMSiB','solve','getRooms','registerCommands','unlock','scene'];a48c=function(){return s;};return a48c();}import{LookCommand}from'./commands/look.js';import{TakeCommand}from'./commands/take.js';import{GoCommand}from'./commands/go.js';import{UseCommand}from'./commands/use.js';function a48d(a,b){const c=a48c();return a48d=function(d,e){d=d-0x1b3;let f=c[d];return f;},a48d(a,b);}import{EquipCommand}from'./commands/equip.js';import{UnequipCommand}from'./commands/unequip.js';import{SolveCommand}from'./commands/solve.js';import{DropCommand}from'./commands/drop.js';import{UnlockCommand}from'./commands/unlock.js';import{LockCommand}from'./commands/lock.js';import{SearchCommand}from'./commands/search.js';import{SayCommand}from'./commands/say.js';import{CommandFactory}from'./factories/commandF.js';export default class Game{static [a48k(0x1d8)];[a48k(0x1e1)];[a48k(0x1b7)];[a48k(0x1b8)];[a48k(0x1bf)];constructor(a,b){const l=a48k;this[l(0x1b7)]=a,this[l(0x1e1)]=new Scene({'player':a,'roomConfiguration':b}),this['scene'][l(0x1c8)](),this[l(0x1b7)]['currentLocation']=this[l(0x1cb)](),this['registerCommands']();}[a48k(0x1df)](){const m=a48k;CommandFactory[m(0x1cd)]('look',LookCommand),CommandFactory[m(0x1cd)]('go',GoCommand),CommandFactory[m(0x1cd)](m(0x1b4),TakeCommand),CommandFactory[m(0x1cd)](m(0x1d0),UseCommand),CommandFactory[m(0x1cd)](m(0x1cc),EquipCommand),CommandFactory[m(0x1cd)]('unequip',UnequipCommand),CommandFactory[m(0x1cd)](m(0x1dd),SolveCommand),CommandFactory['registerCommand']('drop',DropCommand),CommandFactory['registerCommand'](m(0x1e0),UnlockCommand),CommandFactory[m(0x1cd)](m(0x1b9),LockCommand),CommandFactory[m(0x1cd)](m(0x1ba),SearchCommand),CommandFactory[m(0x1cd)]('say',SayCommand);}[a48k(0x1cb)](){const n=a48k;return this[n(0x1e1)]['determineStartRoom']();}[a48k(0x1e2)](){const o=a48k;return o(0x1bd)+this['player'][o(0x1d1)];}static[a48k(0x1d9)](a,b){const p=a48k;return!Game[p(0x1d8)]&&(Game[p(0x1d8)]=new Game(a,b)),Game[p(0x1d8)];}['handleInput'](a){const q=a48k,b=a[q(0x1bc)]()['split']('\x20'),c=b[0x0][q(0x1c4)](),d=b[q(0x1d4)](0x1);if(c===q(0x1ce))return null;if(c===q(0x1b3))return q(0x1c6);if(c===q(0x1c1))return this[q(0x1b6)]();if(c===q(0x1d7))return'';const e={'actor':this[q(0x1b7)],'rooms':this[q(0x1e1)][q(0x1de)](),'scene':this[q(0x1e1)]},f=CommandFactory[q(0x1c9)](c,e);if(f){const g=f[q(0x1c5)](d);return g;}return'I\x20don\x27t\x20understand\x20the\x20command\x20\x22'+c+'\x22.';}[a48k(0x1b6)](){const r=a48k,a=CommandFactory[r(0x1d6)]();let b=r(0x1d5);for(const c in a){if(a[r(0x1e3)](c)){const d=a[c];b+='-\x20'+c+':\x20'+d[r(0x1c2)]()+'\x0a';}}return b+=r(0x1be),b+='-\x20quit:\x20Exit\x20the\x20game.\x0a',b;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a49d,c=a();while(!![]){try{var d=-parseInt(f(0xb3))/0x1+parseInt(f(0xb4))/0x2+parseInt(f(0xaf))/0x3*(parseInt(f(0xaa))/0x4)+-parseInt(f(0xab))/0x5+-parseInt(f(0xae))/0x6+parseInt(f(0xb6))/0x7*(parseInt(f(0xb5))/0x8)+-parseInt(f(0xad))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a49c,0xd8a8d));var a49b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a49d;if(c){var e=c[g(0xb7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a49a=a49b(this,function(){var h=a49d;return a49a[h(0xb2)]()[h(0xb0)]('(((.+)+)+)+$')[h(0xb2)]()[h(0xb1)](a49a)['search'](h(0xac));});a49a();export*from'./door.js';export*from'./inventory.js';export*from'./item.js';function a49c(){var i=['1924MbDBdN','911295UCTFdz','(((.+)+)+)+$','3872511VNpzAN','5913864FWyhCn','5421UJHmDC','search','constructor','toString','353660EUYYRW','3069384gtFPYB','1741680IEInXI','14YKfJec','apply'];a49c=function(){return i;};return a49c();}export*from'./npc.js';function a49d(a,b){var c=a49c();return a49d=function(d,e){d=d-0xaa;var f=c[d];return f;},a49d(a,b);}export*from'./player.js';export*from'./puzzle.js';export*from'./room.js';export*from'./scene.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a50i=a50d;(function(a,b){var f=a50d,c=a();while(!![]){try{var d
|
|
1
|
+
var a50i=a50d;function a50c(){var n=['12aTBrax','getInstance','logger','isLocked','78tFLnLO','attemptUnlock','3763747KyzdRu','120KBfZMD','getOtherSide','229803oPlaeY','roomB','\x20and\x20','53379RWzKqV','checkIfLockable','isLockable','3741328nipUbW','715IpOrQf','129240DOFZsb','unlockItemOrSolution','Door\x20unlocked:\x20','9oglqpz','search','roomA','constructor','428247cIoMIh','checkIfLocked','.\x20Used:\x20','write','.\x20Is\x20Locked:\x20','14jBmujg','name','Failed\x20to\x20unlock\x20door:\x20','83470GxjIEQ','(((.+)+)+)+$','To\x20','toString','apply'];a50c=function(){return n;};return a50c();}(function(a,b){var f=a50d,c=a();while(!![]){try{var d=parseInt(f(0x122))/0x1+parseInt(f(0x127))/0x2*(-parseInt(f(0x116))/0x3)+-parseInt(f(0x11b))/0x4*(parseInt(f(0x136))/0x5)+-parseInt(f(0x133))/0x6*(-parseInt(f(0x138))/0x7)+-parseInt(f(0x119))/0x8*(-parseInt(f(0x11e))/0x9)+parseInt(f(0x12a))/0xa*(parseInt(f(0x11a))/0xb)+-parseInt(f(0x12f))/0xc*(parseInt(f(0x135))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a50c,0xa4f97));var a50b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a50d;if(c){var e=c[g(0x12e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a50a=a50b(this,function(){var h=a50d;return a50a[h(0x12d)]()[h(0x11f)](h(0x12b))[h(0x12d)]()[h(0x121)](a50a)[h(0x11f)](h(0x12b));});a50a();import{Logger}from'../utilities/logger.js';import{capitalCase}from'change-case';import{AbstractDoor}from'../types/abstracts.js';function a50d(a,b){var c=a50c();return a50d=function(d,e){d=d-0x114;var f=c[d];return f;},a50d(a,b);}export class Door extends AbstractDoor{['roomA'];[a50i(0x114)];[a50i(0x132)];[a50i(0x11c)];[a50i(0x128)];[a50i(0x131)];['isLockable'];constructor(a){var j=a50i;super(),this[j(0x120)]=a[j(0x120)],this['roomB']=a[j(0x114)],this[j(0x132)]=a[j(0x132)]||![],this['unlockItemOrSolution']=a[j(0x11c)],this[j(0x128)]=a[j(0x128)]?capitalCase(a['name']):j(0x12c)+a[j(0x114)]['name'],this[j(0x131)]=Logger[j(0x130)](),this['isLockable']=!!a['unlockItemOrSolution'],this[j(0x131)][j(0x125)]('Door\x20created\x20between\x20'+this[j(0x120)][j(0x128)]+j(0x115)+this['roomB']['name']+j(0x126)+this['isLocked']);}[a50i(0x137)](a){var k=a50i;return this[k(0x120)]===a?this[k(0x114)]:this[k(0x120)];}[a50i(0x134)](a){var l=a50i;if(this[l(0x132)]&&this['unlockItemOrSolution']&&this[l(0x11c)]===a)return this[l(0x132)]=![],this[l(0x131)][l(0x125)](l(0x11d)+this[l(0x128)]+l(0x124)+a),!![];return this['logger'][l(0x125)](l(0x129)+this['name']+'.\x20Used:\x20'+a),![];}[a50i(0x123)](){return this['isLocked'];}[a50i(0x117)](){var m=a50i;return this[m(0x118)];}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a51i=a51d;(function(a,b){const f=a51d,c=a();while(!![]){try{const d=parseInt(f(
|
|
1
|
+
function a51d(a,b){const c=a51c();return a51d=function(d,e){d=d-0xf7;let f=c[d];return f;},a51d(a,b);}const a51i=a51d;function a51c(){const r=['Added\x20item:\x20','14wxxWaz','Removed\x20item:\x20','2979205WkeNWK','values','logger','getInstance','getAllItems','search','Retrieved\x20details\x20for\x20item:\x20','getWeight','join','map','write','name','listItems','1123664VAZJKM','490250WkLIuW','hasItem','delete','has','1305800fIrlGP','items','753541MtVUnf','.\x20Item\x20not\x20found.','weight','toString','(((.+)+)+)+$','addItem','Checked\x20for\x20item:\x20','5728242PJsLPU','apply','toLowerCase','Failed\x20to\x20remove\x20item:\x20','getItem','keys','1906929yqyrhX','removeItem','\x20from\x20inventory.','get'];a51c=function(){return r;};return a51c();}(function(a,b){const f=a51d,c=a();while(!![]){try{const d=parseInt(f(0x111))/0x1+parseInt(f(0x10b))/0x2+parseInt(f(0x11e))/0x3+-parseInt(f(0x10a))/0x4+parseInt(f(0xfd))/0x5+-parseInt(f(0x118))/0x6+-parseInt(f(0xfb))/0x7*(parseInt(f(0x10f))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a51c,0xa31ad));const a51b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a51d;if(c){const e=c[g(0x119)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a51a=a51b(this,function(){const h=a51d;return a51a[h(0x114)]()[h(0x102)](h(0x115))['toString']()['constructor'](a51a)['search'](h(0x115));});a51a();import{capitalCase}from'change-case';import{Logger}from'../utilities/logger.js';import{AbstractInventory}from'../types/abstracts.js';export class Inventory extends AbstractInventory{[a51i(0x110)];[a51i(0xff)];constructor(){const j=a51i;super(),this[j(0x110)]=new Map(),this[j(0xff)]=Logger[j(0x100)]();}[a51i(0x116)](a){const k=a51i;this[k(0x110)]['set'](a[k(0x108)][k(0x11a)](),a),this[k(0xff)]['write'](k(0xfa)+a[k(0x108)]+'\x20to\x20inventory.');}[a51i(0xf7)](a){const l=a51i,b=this[l(0x11c)](a);if(b)return this[l(0x110)][l(0x10d)](a[l(0x11a)]()),this[l(0xff)][l(0x107)](l(0xfc)+a+l(0xf8)),b;return this[l(0xff)][l(0x107)](l(0x11b)+a+l(0x112)),null;}[a51i(0x10c)](a){const m=a51i,b=this[m(0x110)][m(0x10e)](a[m(0x11a)]()),c=[...this[m(0x110)][m(0x11d)]()];return this['logger'][m(0x107)](m(0x117)+a+'\x20in\x20'+c[m(0x105)](',\x20')+'.\x20Exists:\x20'+b+'.'),b;}[a51i(0x11c)](a){const n=a51i,b=this[n(0x110)][n(0xf9)](a['toLowerCase']())||null;return b?this['logger']['write'](n(0x103)+a+'.'):this[n(0xff)][n(0x107)]('Failed\x20to\x20retrieve\x20details\x20for\x20item:\x20'+a+'.\x20Item\x20not\x20found.'),b;}[a51i(0x109)](){const o=a51i,a=[...this[o(0x110)][o(0x11d)]()],b=a[o(0x106)](c=>capitalCase(c));return this[o(0xff)][o(0x107)]('Listed\x20items\x20in\x20inventory:\x20'+b['join'](',\x20')+'.'),a;}[a51i(0x104)](){const p=a51i;let a=0x0;for(const b of this[p(0x110)]['values']()){a+=b[p(0x113)];}return a;}[a51i(0x101)](){const q=a51i;return[...this[q(0x110)][q(0xfe)]()];}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a52h=a52d;(function(a,b){var f=a52d,c=a();while(!![]){try{var d=-parseInt(f(0x19c))/0x1+-parseInt(f(0x18e))/0x2+-parseInt(f(0x1a0))/0x3+parseInt(f(0x19a))/0x4*(-parseInt(f(0x190))/0x5)+-parseInt(f(0x18c))/0x6*(-parseInt(f(0x195))/0x7)+parseInt(f(0x19e))/0x8*(parseInt(f(0x194))/0x9)+parseInt(f(0x19d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0x475be));function a52d(a,b){var c=a52c();return a52d=function(d,e){d=d-0x18a;var f=c[d];return f;},a52d(a,b);}var a52b=(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;};}()),a52a=a52b(this,function(){var g=a52d;return a52a[g(0x18f)]()[g(0x1a1)](g(0x18a))[g(0x18f)]()[g(0x19f)](a52a)[g(0x1a1)]('(((.+)+)+)+$');});function a52c(){var k=['name','weight','texture','use','275200Ebwkfg','uuid','452029dXFEgJ','15629760mPXuIT','8rwsZPO','constructor','1157142FaNsLx','search','description','.\x20Nothing\x20special\x20happens.','shape','(((.+)+)+)+$','color','12bYmGnJ','rating','929772eHFWhq','toString','40tAkjUw','You\x20use\x20the\x20','category','size','794889VcKKML','1729063eEZpaf'];a52c=function(){return k;};return a52c();}a52a();import{v4 as a52e}from'uuid';import{AbstractItem}from'../types/abstracts.js';export class Item extends AbstractItem{[a52h(0x19b)];[a52h(0x196)];['description'];[a52h(0x193)];[a52h(0x192)];[a52h(0x1a4)];['color'];['texture'];[a52h(0x18d)];[a52h(0x197)];constructor(a){var i=a52h;super(),this[i(0x196)]=a[i(0x196)],this['description']=a[i(0x1a2)],this[i(0x193)]=a[i(0x193)],this[i(0x192)]=a[i(0x192)],this['shape']=a[i(0x1a4)],this[i(0x18b)]=a[i(0x18b)],this['texture']=a[i(0x198)],this[i(0x18d)]=a[i(0x18d)],this[i(0x197)]=a[i(0x197)],this[i(0x19b)]=a52e();}[a52h(0x199)](){var j=a52h;return j(0x191)+this[j(0x196)]+j(0x1a3);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a53i=a53d;(function(a,b){const f=a53d,c=a();while(!![]){try{const d
|
|
1
|
+
const a53i=a53d;(function(a,b){const f=a53d,c=a();while(!![]){try{const d=parseInt(f(0xc2))/0x1*(-parseInt(f(0xd2))/0x2)+parseInt(f(0xd5))/0x3*(-parseInt(f(0xc0))/0x4)+-parseInt(f(0xcc))/0x5*(parseInt(f(0xca))/0x6)+-parseInt(f(0xc3))/0x7+-parseInt(f(0xd1))/0x8*(-parseInt(f(0xbb))/0x9)+parseInt(f(0xc1))/0xa*(-parseInt(f(0xc9))/0xb)+parseInt(f(0xcb))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0x6ae58));function a53c(){const n=['665120STvoWb','302314qzICCv','floor','_name','3TfrTYP','_dialogue','72EVxGXI','random','name','autonomousMove','rooms','3182648amphGE','826090vKCdAn','1fWFSSb','2602838qdokLA','search','moveTo','(((.+)+)+)+$','constructor','toString','11DSMpfq','852wbbdeE','14798448KNzUgb','2085wSKAlW','length','scene','apply','execute'];a53c=function(){return n;};return a53c();}function a53d(a,b){const c=a53c();return a53d=function(d,e){d=d-0xba;let f=c[d];return f;},a53d(a,b);}const a53b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a53d;if(c){const e=c[g(0xcf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a53a=a53b(this,function(){const h=a53d;return a53a[h(0xc8)]()[h(0xc4)](h(0xc6))[h(0xc8)]()[h(0xc7)](a53a)[h(0xc4)](h(0xc6));});a53a();import{Player}from'./player.js';import{GoCommand}from'../commands/go.js';export class NPC extends Player{['_name'];[a53i(0xba)];[a53i(0xbf)];[a53i(0xce)];constructor(a,b,c,d){const j=a53i;super(d),this[j(0xd4)]=a,this[j(0xba)]=b,this[j(0xbf)]=c;}get[a53i(0xbd)](){return this['_name'];}['speak'](){const k=a53i;return this['_dialogue'][Math[k(0xd3)](Math[k(0xbc)]()*this[k(0xba)][k(0xcd)])];}[a53i(0xbe)](a){const l=a53i,b=a[Math[l(0xd3)](Math[l(0xbc)]()*a[l(0xcd)])];this[l(0xc5)](b[l(0xbd)]);}['moveTo'](a){const m=a53i,b={'actor':this,'rooms':this[m(0xbf)],'scene':this['scene']},c=new GoCommand(b);c[m(0xd0)]([a]);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a54i=a54d;(function(a,b){const f=a54d,c=a();while(!![]){try{const d=-parseInt(f(
|
|
1
|
+
const a54i=a54d;(function(a,b){const f=a54d,c=a();while(!![]){try{const d=-parseInt(f(0x21c))/0x1*(parseInt(f(0x218))/0x2)+parseInt(f(0x1f9))/0x3*(-parseInt(f(0x1f3))/0x4)+-parseInt(f(0x1e1))/0x5*(parseInt(f(0x1fe))/0x6)+-parseInt(f(0x1da))/0x7+-parseInt(f(0x22e))/0x8+parseInt(f(0x206))/0x9*(parseInt(f(0x1fa))/0xa)+parseInt(f(0x1e3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0xf2881));const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a54d;if(c){const e=c[g(0x207)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const h=a54d;return a54a[h(0x224)]()[h(0x1f6)](h(0x1dc))[h(0x224)]()['constructor'](a54a)[h(0x1f6)](h(0x1dc));});a54a();import{camelCase}from'change-case';import{Category}from'../types/enums.js';import{Logger}from'../utilities/logger.js';function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0x1d8;let f=c[d];return f;},a54d(a,b);}import{Room}from'./room.js';import{Inventory}from'./inventory.js';import{AbstractPlayer}from'../types/abstracts.js';function a54c(){const C=['determineEquipmentSlot','gloves','\x20doesn\x27t\x20fit\x20any\x20known\x20equipment\x20slot.','toString','maxCarryingWeight','values','toLowerCase','Hat','Boots','feet','legs','\x20is\x20no\x20longer\x20listeng\x20in\x20','hear','907976BVkYFe','_maxCarryingWeight','_equipment','bind','7278460ILfEAy','LegArmor','(((.+)+)+)+$','head','A\x20featureless\x20room','Invalid\x20category\x20or\x20slot:\x20','weight','20540QeIMsm','\x20to\x20player\x27s\x20inventory.','52251738ewXEyW','_currentLocation','Failed\x20to\x20add\x20item\x20to\x20inventory\x20due\x20to\x20weight\x20limits.','currentLocation','You\x20don\x27t\x20have\x20','logger','The\x20item\x20is\x20too\x20heavy\x20to\x20add\x20to\x20your\x20inventory.','weapon','Gloves','off','category','log','Nexus','_inventory','BodyArmor','\x20in\x20your\x20inventory.','16AwgoIg','You\x20are\x20already\x20wearing\x20something\x20on\x20your\x20','inventoryItems','search','name','currentWeight','220137YUnHFr','5870mCJQzn','equipment','speak','unequipBySlot','1122SBjNjA','leftHand','\x20slot.','hasItem','canEquip','helmet','arms','You\x20can\x27t\x20equip\x20','5850RMvkFe','apply','boots','\x20is\x20now\x20listening\x20in\x20room\x20','bodyarmor','unequip','armarmor','ArmArmor','startLocation','addItem','Max\x20carrying\x20weight\x20must\x20be\x20positive.','torso','enterRoom','_playerName','body\x20armor','removeInventory','leaveRoom','\x20from\x20player\x27s\x20inventory.','46910ZlnVzS','getWeight','Helmet','write','82QyKfrk','includes','rightHand','Failed\x20to\x20remove\x20','shield'];a54c=function(){return C;};return a54c();}export class Player extends AbstractPlayer{['_playerName'];['_currentLocation'];['_inventory'];[a54i(0x1d8)];[a54i(0x22f)]=0x32;[a54i(0x1e8)];constructor(a){const j=a54i;super(),this[j(0x213)]=a['playerName'],this['_currentLocation']=a[j(0x20e)]||new Room({'name':j(0x1ef),'description':j(0x1de)}),this[j(0x1f0)]=new Inventory(),this[j(0x1e8)]=Logger['getInstance']();if(a?.[j(0x1f5)])for(const b of a['inventoryItems']){this[j(0x1f0)][j(0x20f)](b);}this[j(0x1d8)]=a?.['initialEquipment']||{'head':null,'torso':null,'legs':null,'feet':null,'arms':null,'gloves':null,'leftHand':null,'rightHand':null};}get[a54i(0x1f7)](){const k=a54i;return this[k(0x213)];}get[a54i(0x1e6)](){const l=a54i;return this[l(0x1e4)];}set[a54i(0x1e6)](a){const m=a54i;this[m(0x1e4)]!==a&&(this[m(0x216)](),this[m(0x212)](a)),this['_currentLocation']=a;}get['inventory'](){const n=a54i;return this[n(0x1f0)];}get[a54i(0x1fb)](){const o=a54i;return this[o(0x1d8)];}set[a54i(0x1fb)](a){this['_equipment']=a;}get[a54i(0x225)](){const p=a54i;return this[p(0x22f)];}set[a54i(0x225)](a){const q=a54i;a>0x0?this[q(0x22f)]=a:console['error'](q(0x210));}get[a54i(0x1f8)](){const r=a54i;let a=this[r(0x1f0)][r(0x219)]();for(const b in this[r(0x1d8)]){const c=this['_equipment'][b];c&&(a+=c[r(0x1e0)]);}return a;}['addInventory'](a){const s=a54i;if(this['currentWeight']+a[s(0x1e0)]>this[s(0x225)]){this['logger'][s(0x21b)](s(0x1e5));throw new Error(s(0x1e9));}this['_inventory'][s(0x20f)](a),this[s(0x1e8)][s(0x21b)]('Added\x20'+a[s(0x1f7)]+s(0x1e2));}[a54i(0x215)](a){const t=a54i;if(this['_inventory']['removeItem'](a[t(0x1f7)]))return this[t(0x1e8)][t(0x21b)]('Removed\x20'+a['name']+t(0x217)),!![];return this['logger'][t(0x21b)](t(0x21f)+a[t(0x1f7)]+t(0x217)),![];}['equip'](a){const u=a54i;if(!this['_inventory'][u(0x201)](a[u(0x1f7)]))return u(0x1e7)+a[u(0x1f7)]+u(0x1f2);if(!this[u(0x202)](a))return u(0x205)+a[u(0x1f7)]+'.';const b=this[u(0x221)](a[u(0x1ed)]);if(!b)return a[u(0x1f7)]+u(0x223);if(this[u(0x1fb)][b])return u(0x1f4)+b+'.\x20You\x20must\x20unequip\x20it\x20first.';return this[u(0x1fb)][b]=a,this['removeInventory'](a),'You\x20equipped\x20'+a[u(0x1f7)]+'.';}[a54i(0x20b)](a){const v=a54i;let b=a;if(!this['equipment'][camelCase(b)]){b=this[v(0x221)](a);if(!b)return v(0x1df)+a+'.';}return this[v(0x1fd)](b);}[a54i(0x221)](a){const w=a54i;switch(a['toLowerCase']()){case Category['Weapon'][w(0x227)]():return w(0x21e);case Category['Shield'][w(0x227)]():return'leftHand';case Category[w(0x1eb)][w(0x227)]():return w(0x222);case Category[w(0x21a)]['toLowerCase']():case Category[w(0x228)][w(0x227)]():return w(0x1dd);case Category[w(0x229)][w(0x227)]():return w(0x22a);case Category[w(0x1db)][w(0x227)]():return w(0x22b);case Category[w(0x20d)][w(0x227)]():return w(0x204);case Category[w(0x1f1)]['toLowerCase']():return'torso';case w(0x1ea):return w(0x21e);case w(0x220):return w(0x1ff);case w(0x222):return'gloves';case w(0x203):case'hat':return w(0x1dd);case w(0x208):return w(0x22a);case'leg\x20armor':case'legarmor':return w(0x22b);case'arm\x20armor':case w(0x20c):return'arms';case w(0x214):case w(0x20a):case w(0x211):return w(0x211);default:return null;}}['canEquip'](a){const x=a54i;return Object[x(0x226)](Category)[x(0x21d)](a[x(0x1ed)]);}[a54i(0x1fd)](a){const y=a54i,b=this[y(0x1fb)][a];if(!b)return'You\x20don\x27t\x20have\x20anything\x20equipped\x20in\x20the\x20'+a+y(0x200);return this['addInventory'](b),this[y(0x1fb)][a]=null,'You\x20unequipped\x20'+b[y(0x1f7)]+'.';}['hear'](a,b){const z=a54i;a!==this&&this['logger'][z(0x1ee)](a['name']+'\x20says:\x20\x22'+b+'\x22');}[a54i(0x212)](a){const A=a54i;this[A(0x1e4)]=a,a['on'](A(0x1fc),this[A(0x22d)][A(0x1d9)](this)),this[A(0x1e8)][A(0x21b)](this['name']+A(0x209)+a['name']);}['leaveRoom'](){const B=a54i;this[B(0x1e4)]&&(this[B(0x1e4)][B(0x1ec)](B(0x1fc),this[B(0x22d)][B(0x1d9)](this)),this[B(0x1e8)][B(0x21b)](this['name']+B(0x22c)+this[B(0x1e4)]['name']));}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a55i=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
function a55c(){var m=['32WfuKzM','hasRequiredItem','failureMessage','constructor','search','toString','successMessage','solve','apply','2082000yxOFol','requiredPhrase','requiredItem','solved','(((.+)+)+)+$','rewardItem','99713fEEcNw','hasItem','1833012lkHNrE','281946Jednon','1930286CoeVsk','You\x20don\x27t\x20have\x20the\x20necessary\x20item\x20or\x20the\x20correct\x20phrase\x20to\x20solve\x20the\x20puzzle.','You\x20solved\x20the\x20puzzle!','4njgqlR','matchesRequiredPhrase','logger','Puzzle:\x20Correct\x20solution\x20provided.','2200596JiRWzk','6712503hlnKGj','riddle','write','Puzzle:\x20Necessary\x20item\x20or\x20correct\x20phrase\x20not\x20provided.','You\x20have\x20already\x20solved\x20this\x20puzzle.'];a55c=function(){return m;};return a55c();}var a55i=a55d;function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x11f;var f=c[d];return f;},a55d(a,b);}(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x121))/0x1+-parseInt(f(0x125))/0x2+-parseInt(f(0x12c))/0x3*(parseInt(f(0x128))/0x4)+parseInt(f(0x13b))/0x5+-parseInt(f(0x124))/0x6+parseInt(f(0x12d))/0x7+parseInt(f(0x132))/0x8*(parseInt(f(0x123))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x84d30));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x13a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x137)]()[h(0x136)](h(0x11f))[h(0x137)]()[h(0x135)](a55a)['search']('(((.+)+)+)+$');});a55a();import{Logger}from'../utilities/logger.js';import{AbstractPuzzle}from'../types/abstracts.js';export class Puzzle extends AbstractPuzzle{['logger']=Logger['getInstance']();[a55i(0x13e)]=![];[a55i(0x13d)];[a55i(0x13c)];[a55i(0x12e)];[a55i(0x120)];[a55i(0x138)];[a55i(0x134)];constructor(a){var j=a55i;super(),this[j(0x13d)]=a[j(0x13d)],this[j(0x13c)]=a[j(0x13c)],this[j(0x12e)]=a['riddle'],this[j(0x120)]=a[j(0x120)],this[j(0x138)]=a[j(0x138)]||j(0x127),this[j(0x134)]=a[j(0x134)]||j(0x126);}[a55i(0x133)](a){var k=a55i;if(this[k(0x13d)])return a[k(0x122)](this[k(0x13d)]);return![];}[a55i(0x129)](a){return this['requiredPhrase']===a;}[a55i(0x139)](a,b){var l=a55i;if(this['solved'])return this[l(0x12a)]['write']('Puzzle:\x20Attempted\x20to\x20solve\x20an\x20already\x20solved\x20puzzle.'),{'success':![],'message':l(0x131)};return this[l(0x133)](b)||this['matchesRequiredPhrase'](a)?(this[l(0x13e)]=!![],this[l(0x12a)][l(0x12f)](l(0x12b)),{'success':!![],'message':this[l(0x138)]}):(this[l(0x12a)]['write'](l(0x130)),{'success':![],'message':this[l(0x134)]});}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a56d(a,b){const c=a56c();return a56d=function(d,e){d=d-0x1a2;let f=c[d];return f;},a56d(a,b);}const a56h=a56d;(function(a,b){const f=a56d,c=a();while(!![]){try{const d=-parseInt(f(0x1a7))/0x1*(-parseInt(f(0x1db))/0x2)+parseInt(f(0x1b2))/0x3*(parseInt(f(0x1cb))/0x4)+parseInt(f(0x1aa))/0x5*(-parseInt(f(0x1a6))/0x6)+-parseInt(f(0x1d1))/0x7*(-parseInt(f(0x1a4))/0x8)+-parseInt(f(0x1bc))/0x9+parseInt(f(0x1c4))/0xa*(parseInt(f(0x1ce))/0xb)+parseInt(f(0x1cf))/0xc*(-parseInt(f(0x1b4))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x8bd2d));const a56b=(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;};}()),a56a=a56b(this,function(){const g=a56d;return a56a[g(0x1d6)]()[g(0x1e0)]('(((.+)+)+)+$')[g(0x1d6)]()[g(0x1ca)](a56a)[g(0x1e0)](g(0x1c9));});function a56c(){const t=['write','6vSxzLB','1Kryuzr','Attempted\x20to\x20unlock\x20exit\x20in\x20direction\x20','get','3355890qYDDOP','Room\x20created:\x20','north','logger','roomA','Checking\x20if\x20exit\x20in\x20direction\x20','roomB','getOppositeDirection','131034IjeSpC','emit','26OgjfGm','No\x20locked\x20exit\x20found\x20in\x20direction\x20','SOUTH','\x20remains\x20locked.','speak','The\x20','hasItem','attemptUnlock','5933718ePxYPD','\x20unlocked!','isExitLocked','\x20is\x20locked.\x20Result:\x20','inventory','findExistingDoor','name','set','1296710FPCeWm','roomType','values','puzzle','west','(((.+)+)+)+$','constructor','84YymPgE','checkIfLocked','south','88ABnPUA','8100888cGZKFd','Invalid\x20direction:\x20','7Drobrx','riddle','exits','setPuzzle','NORTH','toString','east','addExit','addItem','description','721234QyqypV','removeItem','say','Attempted\x20to\x20remove\x20item\x20that\x27s\x20not\x20in\x20room\x20','isStartRoom','search','getInstance','WEST','7504976CvLuOd'];a56c=function(){return t;};return a56c();}a56a();import{Logger}from'../utilities/logger.js';import{RoomType,Direction}from'../types/enums.js';import{Door}from'./door.js';import{Inventory}from'./inventory.js';import{AbstractRoom}from'../types/abstracts.js';export class Room extends AbstractRoom{[a56h(0x1ad)]=Logger[a56h(0x1a2)]();[a56h(0x1c2)];[a56h(0x1da)];[a56h(0x1d3)]=new Map();[a56h(0x1c5)];['isStartRoom'];['inventory']=new Inventory();constructor(a){const i=a56h;super(),this[i(0x1c2)]=a[i(0x1c2)],this['description']=a[i(0x1da)],this[i(0x1c5)]=a['roomType']||RoomType['INSIDE'],a[i(0x1d3)]&&(this[i(0x1d3)]=a[i(0x1d3)]||new Map()),a['inventory']&&(this[i(0x1c0)]=a[i(0x1c0)]),a['puzzle']&&(this[i(0x1c7)]=a[i(0x1c7)]),this['isStartRoom']=a[i(0x1df)]||![],this[i(0x1ad)][i(0x1a5)](i(0x1ab)+this['name']);}[a56h(0x1dd)](a,b){const j=a56h;this[j(0x1b3)](j(0x1b8),a,b);}[a56h(0x1d8)](a,b,c){const k=a56h;let d=this['findExistingDoor'](b);!d&&(d=new Door({'roomA':this,'roomB':b,'isLocked':Boolean(c),'unlockItemOrSolution':c})),this[k(0x1d3)][k(0x1c3)](a,d),b['exits']['set'](this[k(0x1b1)](a),d);}['attemptUnlockExit'](a,b){const l=a56h,c=this['exits'][l(0x1a9)](a);if(c instanceof Door){const d=c[l(0x1bb)](b);return this[l(0x1ad)][l(0x1a5)](l(0x1a8)+a+'.\x20Success:\x20'+d),d?l(0x1b9)+c['name']+l(0x1bd):l(0x1b9)+c[l(0x1c2)]+l(0x1b7);}return this['logger'][l(0x1a5)](l(0x1b5)+a),'There\x27s\x20no\x20locked\x20exit\x20in\x20that\x20direction.';}['getExit'](a){const m=a56h;return this[m(0x1ad)]['write']('Fetching\x20exit\x20in\x20direction:\x20'+a),this[m(0x1d3)][m(0x1a9)](a);}[a56h(0x1be)](a){const n=a56h,b=this[n(0x1d3)][n(0x1a9)](a),c=b instanceof Door&&b[n(0x1cc)]();return this[n(0x1ad)][n(0x1a5)](n(0x1af)+a+n(0x1bf)+c),c;}[a56h(0x1d9)](a){const o=a56h;this['inventory'][o(0x1d9)](a),this[o(0x1ad)][o(0x1a5)]('Item\x20added\x20to\x20room\x20'+this[o(0x1c2)]+':\x20'+a[o(0x1c2)]);}[a56h(0x1dc)](a){const p=a56h;this[p(0x1c0)][p(0x1ba)](a[p(0x1c2)])?(this[p(0x1c0)][p(0x1dc)](a['name']),this[p(0x1ad)][p(0x1a5)]('Item\x20removed\x20from\x20room\x20'+this[p(0x1c2)]+':\x20'+a[p(0x1c2)])):this[p(0x1ad)]['write'](p(0x1de)+this[p(0x1c2)]+':\x20'+a[p(0x1c2)]);}[a56h(0x1d4)](a){const q=a56h;this[q(0x1c7)]=a,this['logger']['write']('Puzzle\x20set\x20for\x20room\x20'+this[q(0x1c2)]+':\x20'+a[q(0x1d2)]);}['getOppositeDirection'](a){const r=a56h;switch(a){case r(0x1ac):return Direction[r(0x1b6)];case r(0x1cd):return Direction[r(0x1d5)];case r(0x1d7):return Direction[r(0x1a3)];case r(0x1c8):return Direction['EAST'];case'up':return Direction['DOWN'];case'down':return Direction['UP'];default:throw new Error(r(0x1d0)+a);}}[a56h(0x1c1)](a){const s=a56h;for(const b of this['exits'][s(0x1c6)]()){if(b instanceof Door){if(b[s(0x1ae)]===this&&b[s(0x1b0)]===a||b[s(0x1b0)]===this&&b[s(0x1ae)]===a)return b;}}return undefined;}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a57l=a57d;(function(a,b){const i=a57d,c=a();while(!![]){try{const d
|
|
1
|
+
const a57l=a57d;(function(a,b){const i=a57d,c=a();while(!![]){try{const d=parseInt(i(0x160))/0x1+parseInt(i(0x13d))/0x2+parseInt(i(0x154))/0x3*(-parseInt(i(0x176))/0x4)+parseInt(i(0x163))/0x5*(-parseInt(i(0x144))/0x6)+parseInt(i(0x152))/0x7*(-parseInt(i(0x146))/0x8)+-parseInt(i(0x16e))/0x9*(-parseInt(i(0x149))/0xa)+-parseInt(i(0x13f))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x196bf));const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a57d;if(c){const e=c[j(0x15c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const k=a57d;return a57a['toString']()[k(0x16a)](k(0x147))[k(0x17c)]()[k(0x14c)](a57a)[k(0x16a)](k(0x147));});a57a();import{Logger}from'../utilities/logger.js';function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x134;let f=c[d];return f;},a57d(a,b);}import{Direction}from'../types/enums.js';import{AbstractScene}from'../types/abstracts.js';function a57c(){const E=['.\x20Room\x20','setCharacterLocation','rooms','72QUKIVF','No\x20rooms\x20have\x20been\x20defined\x20in\x20the\x20game.','has','\x20found\x20in\x20the\x20scene.','generateRoomsFromConfig','write','toString','Room\x20Factory\x20was\x20not\x20correctly\x20initialized','Added\x20puzzle\x20to\x20room\x20','warn','createExitsFromConfig','connectRooms','No\x20starting\x20room\x20designated.\x20Defaulting\x20to\x20the\x20first\x20room.','Actor\x20with\x20name\x20','push','addExit','length','197052IpUJyL','hasOwnProperty','571813OnSNIe','\x20not\x20found\x20in\x20scene.','player','addActor','exits','678gGMuda','Failed\x20to\x20set\x20','8doLOoF','(((.+)+)+)+$','Multiple\x20starting\x20rooms\x20have\x20been\x20defined.\x20Please\x20ensure\x20there\x27s\x20only\x20one\x20starting\x20room.','623590WiFvBq','Failed\x20to\x20add\x20puzzle.\x20Room\x20','set','constructor','getActor','Failed\x20to\x20add\x20item\x20','Attempted\x20to\x20remove\x20a\x20non-existent\x20room\x20from\x20scene:\x20','targetRoom','keys','632163LYtoSU','values','9141kSgfnY','delete','setPuzzle','addItem','removeRoom','Scene\x20initialized\x20with\x20rooms:\x20','Removed\x20room\x20from\x20scene:\x20','\x20is\x20now\x20in\x20room\x20','apply','roomFactory','\x20already\x20exists\x20in\x20the\x20scene.','Room\x20\x22','125142XzCQun','get','characterLocations','2085xXEteV','roomConfiguration','removeActor','\x20to\x20room\x20','determineStartRoom','createRoom','getRooms','search','name','logger','addItemToRoom','18lqQWuu','currentLocation','actors','Added\x20room\x20to\x20scene:\x20','getPlayer'];a57c=function(){return E;};return a57c();}import{RoomFactory}from'../factories/roomsF.js';export class Scene extends AbstractScene{[a57l(0x175)];[a57l(0x141)];[a57l(0x16c)];[a57l(0x170)];[a57l(0x162)]=new Map();[a57l(0x15d)];constructor(a){const m=a57l;super(),this[m(0x15d)]=new RoomFactory(),this[m(0x141)]=a['player'],this['rooms']=this[m(0x17a)](a[m(0x164)]),this[m(0x16c)]=Logger['getInstance'](),this[m(0x170)]=new Map(),this[m(0x136)](a[m(0x164)]),this[m(0x16c)]['write'](m(0x159)+Object[m(0x151)](this[m(0x175)])['join'](',\x20'));}['initialize'](){const n=a57l;this[n(0x141)][n(0x16f)]=this[n(0x167)]();}['generateRoomsFromConfig'](a){const o=a57l;if(!this[o(0x15d)])throw new Error(o(0x17d));const b={};for(const c of a){const d=this['roomFactory'][o(0x168)](c);b[c[o(0x16b)]]=d;}return b;}['createExitsFromConfig'](a){const p=a57l;for(const b of a){const c=this['rooms'][b[p(0x16b)]];if(b['exits'])for(const d of b[p(0x143)]){const e=d['direction']['toUpperCase'](),f=d[p(0x150)],g=d['keyRequired'],h=this[p(0x175)][f];h&&c['addExit'](Direction[e],h,g);}}}[a57l(0x142)](a){const q=a57l;if(this[q(0x170)][q(0x178)](a[q(0x16b)]))throw new Error(q(0x139)+a[q(0x16b)]+q(0x15e));this[q(0x170)]['set'](a['name'],a);}[a57l(0x165)](a){const r=a57l;if(!this[r(0x170)][r(0x178)](a))throw new Error('No\x20actor\x20with\x20name\x20'+a+r(0x179));this[r(0x170)][r(0x155)](a);}[a57l(0x14d)](a){const s=a57l;return this[s(0x170)][s(0x161)](a);}get['allActors'](){const t=a57l;return Array['from'](this[t(0x170)][t(0x153)]());}['addRoom'](a){const u=a57l;this[u(0x175)][a[u(0x16b)]]=a,this[u(0x16c)]['write'](u(0x171)+a['name']);}[a57l(0x158)](a){const v=a57l;return this[v(0x175)][a]?(delete this[v(0x175)][a],this[v(0x16c)]['write'](v(0x15a)+a),!![]):(this['logger'][v(0x17b)](v(0x14f)+a),![]);}[a57l(0x16d)](a,b){const w=a57l,c=this[w(0x175)][b];c?(c[w(0x157)](a),this[w(0x16c)]['write']('Added\x20item\x20'+a[w(0x16b)]+w(0x166)+c['name'])):this[w(0x16c)]['write'](w(0x14e)+a[w(0x16b)]+w(0x173)+b+w(0x140));}['addPuzzleToRoom'](a,b){const x=a57l,c=this['rooms'][b];c?(c[x(0x156)](a),this[x(0x16c)][x(0x17b)](x(0x134)+c[x(0x16b)])):this[x(0x16c)][x(0x17b)](x(0x14a)+b+x(0x140));}[a57l(0x174)](a,b){const y=a57l,c=this[y(0x175)][b];c?(this[y(0x162)][y(0x14b)](a[y(0x16b)],c),this['logger'][y(0x17b)](a['name']+y(0x15b)+c[y(0x16b)])):this['logger'][y(0x17b)](y(0x145)+a[y(0x16b)]+'\x27s\x20location.\x20Room\x20'+b+y(0x140));}['getCharacterLocation'](a){const z=a57l;return this[z(0x162)][z(0x161)](a['name']);}[a57l(0x167)](){const A=a57l,a=[];for(const c in this[A(0x175)]){if(this[A(0x175)][A(0x13e)](c)){const d=this[A(0x175)][c];d['isStartRoom']&&a[A(0x13a)](d);}}if(a[A(0x13c)]>0x1)throw new Error(A(0x148));if(a[A(0x13c)]===0x1)return a[0x0];const b=Object[A(0x151)](this[A(0x175)]);if(b[A(0x13c)]===0x0)throw new Error(A(0x177));return console[A(0x135)](A(0x138)),this['rooms'][b[0x0]];}[a57l(0x172)](){const B=a57l;return this[B(0x141)];}[a57l(0x169)](){const C=a57l;return this[C(0x175)];}[a57l(0x137)](a,b,c,d){const D=a57l,e=this['rooms'][a],f=this['rooms'][c];if(!e)throw new Error(D(0x15f)+a+'\x22\x20does\x20not\x20exist.');if(!f)throw new Error(D(0x15f)+c+'\x22\x20does\x20not\x20exist.');e[D(0x13b)](b,f,d);}}
|