@maka/maka-cli 5.1.16 → 5.1.18
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
|
-
var
|
|
1
|
+
var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x17e))/0x1+parseInt(f(0x184))/0x2*(-parseInt(f(0x191))/0x3)+-parseInt(f(0x182))/0x4*(parseInt(f(0x171))/0x5)+parseInt(f(0x167))/0x6+parseInt(f(0x177))/0x7*(-parseInt(f(0x192))/0x8)+-parseInt(f(0x188))/0x9*(parseInt(f(0x178))/0xa)+parseInt(f(0x16a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x98467));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x17f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0x16b)](h(0x17a))[h(0x187)]()[h(0x16c)](a58a)[h(0x16b)](h(0x17a));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size[i(0x17b)],'category':Category[i(0x179)],'shape':Shape[i(0x18b)],'color':Color[i(0x19a)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1});}[a58j(0x176)](){var k=a58j;return this[k(0x190)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x17b)],'category':Category[l(0x180)],'shape':Shape[l(0x19b)],'color':Color[l(0x175)],'texture':Texture['Metallic'],'rating':Rating[l(0x189)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x18f)],'category':Category['Weapon'],'shape':Shape[m(0x194)],'color':Color[m(0x170)],'texture':Texture[m(0x181)],'rating':Rating[m(0x186)],'weight':0x7});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x166;var f=c[d];return f;},a58d(a,b);}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x17b)],'category':Category[n(0x174)],'shape':Shape[n(0x197)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0x18f)],'category':Category[o(0x166)],'shape':Shape[o(0x18b)],'color':Color[o(0x175)],'texture':Texture[o(0x181)],'rating':Rating[o(0x189)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size[p(0x17b)],'category':Category[p(0x17d)],'shape':Shape[p(0x18b)],'color':Color[p(0x175)],'texture':Texture[p(0x181)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x17b)],'category':Category[q(0x18d)],'shape':Shape[q(0x197)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[q(0x189)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x183)],'category':Category[r(0x19c)],'shape':Shape[r(0x197)],'color':Color[r(0x170)],'texture':Texture[r(0x193)],'rating':Rating[r(0x189)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x17b)],'category':Category['ArmArmor'],'shape':Shape['Rectangle'],'color':Color[s(0x175)],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size[t(0x185)],'category':Category['Key'],'shape':Shape[t(0x18b)],'color':Color[t(0x19a)],'texture':Texture[t(0x193)],'rating':Rating[t(0x189)],'weight':0x0});}[a58j(0x176)](){var u=a58j;return u(0x17c);}}export class Weapon extends Item{constructor(a,b){var v=a58j;super({'name':a,'description':b,'size':Size[v(0x17b)],'category':Category[v(0x180)],'shape':Shape[v(0x19b)],'color':Color[v(0x175)],'texture':Texture[v(0x181)],'rating':Rating['Common'],'weight':0x3});}[a58j(0x176)](){var w=a58j;return w(0x195);}}export class Book extends Item{['author'];[a58j(0x199)];[a58j(0x169)];constructor(a,b=a58j(0x168),c=a58j(0x196)){var x=a58j;super({'name':a,'description':b,'size':Size[x(0x17b)],'category':Category['Book'],'shape':Shape[x(0x18b)],'color':Color[x(0x170)],'texture':Texture['Smooth'],'rating':Rating[x(0x189)],'weight':0x1}),this[x(0x173)]=c,this['publishDate']=new Date(),this[x(0x169)]=0x64;}['use'](){var y=a58j;return y(0x198);}}function a58c(){var F=['publishDate','Yellow','Blade','Gloves','BodyArmor','2521896aocUlH','A\x20mysterious\x20book.','pageCount','30352036LaDueC','search','constructor','name','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','You\x20hold\x20the\x20','Brown','3410neKlRW','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','author','Helmet','Grey','use','21rWKonb','20epfKtE','Unknown','(((.+)+)+)+$','Medium','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','LegArmor','299220mRXiFO','apply','Weapon','Metallic','4844YRJTWf','Small','22fOYpNc','Tiny','Rare','toString','414441JuqDrT','Common','Sniper\x20Rifle','Rectangle','Holy\x20Grail','Boots','Cup','Large','description','238107bzEdIl','2837424huzEsm','Smooth','Rifle','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Unknown\x20Author','Circle','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22'];a58c=function(){return F;};return a58c();}export class ShortSword extends Item{constructor(){var z=a58j;super({'name':'Short\x20Sword','description':'A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','size':Size[z(0x17b)],'category':Category[z(0x180)],'shape':Shape[z(0x19b)],'color':Color['Grey'],'texture':Texture[z(0x181)],'rating':Rating[z(0x189)],'weight':0x3});}[a58j(0x176)](){var A=a58j;return A(0x195);}}export class SniperRifle extends Item{constructor(){var B=a58j;super({'name':B(0x18a),'description':B(0x172),'size':Size[B(0x18f)],'category':Category['Weapon'],'shape':Shape[B(0x194)],'color':Color[B(0x170)],'texture':Texture[B(0x193)],'rating':Rating['Common'],'weight':0x5});}[a58j(0x176)](){var C=a58j;return C(0x16e);}}export class HolyGrail extends Item{constructor(){var D=a58j;super({'name':D(0x18c),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[D(0x183)],'category':Category[D(0x18e)],'shape':Shape['Circle'],'color':Color['Gold'],'texture':Texture[D(0x181)],'rating':Rating['Legendary'],'weight':0x1});}['use'](){var E=a58j;return E(0x16f)+this[E(0x16d)]+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a60c(){const j=['book','decrypt','Golden\x20Chalice','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','show\x20loyalty','Chad\x20the\x20stupid\x20guard','rifle','Emblem\x20Shield','209951PovLts','Study','(((.+)+)+)+$','Blood-stained\x20Key','cup','The\x20legendary\x20Holy\x20Grail.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','That\x20passcode\x20is\x20incorrect','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','insert\x20gem','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','west','Matrix\x20Data\x20Haven','An\x20old\x20and\x20rusted\x20sword.','Holy\x20Grail','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Ancient\x20Gem','Secret\x20Passage','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','outside','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Treasure\x20Room','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Central\x20Chamber\x20Key','amulet','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','NORTH','A\x20thin\x20log\x20book','2IrrEMm','search','Sniper\x20Rifle','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Alchemy\x20Lab','Jackpoint\x20Login','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','249696mVMrPg','Library','release','78qMeNHp','weapon','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','inside','creditstick','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','CorpSec\x20Plans','Amulet\x20of\x20Awakening','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','key','sword','apply','Entrance\x20Hall','837448TPhepW','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Armory','434694VCWSeh','Barrens\x20Entrance','Gang\x20Insignia','EAST','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Golden\x20Key','603072lGgDXZ','Guard\x27s\x20Log\x20Book','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','MCT\x20Fly-Spy','Rigger\x27s\x20Workshop','constructor','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','holyGrail','101615rNcMYc','152qdLufd','east','north','Nothing\x20happens.','Ares\x20Predator','A\x20creditstick\x20loaded\x20with\x20nuyen.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Central\x20Chamber','shield','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','down','The\x20chest\x20remains\x20firmly\x20shut.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Torture\x20Chamber','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','south','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','secret123','Mage\x27s\x20Lair','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Rusted\x20Sword','A\x20clear\x20glass\x20vial.','Watch\x20Tower','6653850sDlhai','Riddle\x20Book','toString','OUTSIDE','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Downtown\x20Seattle','Barrens\x20Hideout','gem','A\x20chalice\x20made\x20of\x20pure\x20gold.','disenchant','Courtyard'];a60c=function(){return j;};return a60c();}const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x10a))/0x1+parseInt(f(0x103))/0x2*(parseInt(f(0x11f))/0x3)+parseInt(f(0x11b))/0x4+parseInt(f(0x12e))/0x5*(-parseInt(f(0x10d))/0x6)+parseInt(f(0x15c))/0x7*(parseInt(f(0x12f))/0x8)+parseInt(f(0x125))/0x9+-parseInt(f(0x147))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x4bfcf));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x119)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x149)]()[h(0x104)](h(0x15e))['toString']()[h(0x12a)](a60a)[h(0x104)]('(((.+)+)+)+$');});function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xfb;let f=c[d];return f;},a60d(a,b);}a60a();export const rooms=[{'name':a60i(0x10b),'description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':a60i(0x117),'name':a60i(0x124),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':'book','name':a60i(0x126),'description':a60i(0x102),'content':a60i(0x159)}],'exits':[{'direction':a60i(0x122),'targetRoom':a60i(0x16e)}]},{'name':'Secret\x20Passage','description':a60i(0x135),'exits':[{'direction':a60i(0x101),'targetRoom':a60i(0xfc),'keyRequired':a60i(0x124)},{'direction':'SOUTH','targetRoom':'Courtyard'}]},{'name':a60i(0xfc),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x12d),'name':a60i(0x16b),'description':a60i(0x161)}]},{'name':a60i(0x151),'description':a60i(0x13f),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a60i(0x146),'description':a60i(0x11d),'roomType':a60i(0x14a),'puzzle':{'requiredPhrase':a60i(0x141),'riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60i(0x15a),'name':a60i(0x105),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x12c),'failureMessage':a60i(0x163)}}];export const dungeonConfig=[{'name':a60i(0x11a),'description':a60i(0x143),'isStartRoom':!![],'roomType':a60i(0x110),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0x109),'rewardItem':{'type':'key','name':'Central\x20Chamber\x20Key','description':a60i(0xfd)},'successMessage':a60i(0xfb),'failureMessage':a60i(0x132)},'exits':[{'direction':a60i(0x131),'targetRoom':'Study'},{'direction':a60i(0x130),'targetRoom':a60i(0x136),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0x15d),'description':a60i(0x16c),'roomType':a60i(0x110),'items':[{'type':a60i(0x152),'name':a60i(0x148),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x112)},{'type':a60i(0x117),'name':a60i(0xfe),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x13e),'targetRoom':a60i(0x11a)},{'direction':a60i(0x130),'targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0x107),'description':a60i(0x162),'roomType':a60i(0x110),'items':[{'type':'basic','name':'Empty\x20vial','description':a60i(0x145)}],'exits':[{'direction':a60i(0x168),'targetRoom':a60i(0x15d)},{'direction':'north','targetRoom':a60i(0x11e)}]},{'name':a60i(0x11e),'description':a60i(0x127),'roomType':a60i(0x110),'items':[{'type':a60i(0x137),'name':a60i(0x15b),'description':a60i(0x13b)},{'type':a60i(0x118),'name':a60i(0x144),'description':a60i(0x16a)}],'exits':[{'direction':a60i(0x13e),'targetRoom':a60i(0x107)},{'direction':a60i(0x130),'targetRoom':a60i(0x136)}]},{'name':a60i(0x136),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a60i(0x110),'exits':[{'direction':a60i(0x168),'targetRoom':a60i(0x11e)},{'direction':a60i(0x13e),'targetRoom':a60i(0x11a)},{'direction':a60i(0x131),'targetRoom':a60i(0x13c)},{'direction':a60i(0x130),'targetRoom':'Treasure\x20Room'}]},{'name':'Torture\x20Chamber','description':a60i(0x11c),'roomType':a60i(0x110),'items':[{'type':'key','name':a60i(0x15f),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x10c),'riddle':a60i(0x100),'rewardItem':{'type':a60i(0x14e),'name':a60i(0x16d),'description':a60i(0x14b)},'successMessage':a60i(0x10f),'failureMessage':a60i(0x106)},'exits':[{'direction':'south','targetRoom':'Central\x20Chamber'}]},{'name':a60i(0xfc),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':'inside','puzzle':{'requiredPhrase':a60i(0x166),'riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60i(0x160),'name':a60i(0x154),'description':a60i(0x14f)},'successMessage':a60i(0x115),'failureMessage':a60i(0x13a)},'exits':[{'direction':a60i(0x168),'targetRoom':a60i(0x136)}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a60i(0x116),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':a60i(0x131),'targetRoom':a60i(0x14c)},{'direction':'up','targetRoom':a60i(0x169)}]},{'name':a60i(0x169),'description':a60i(0x167),'roomType':a60i(0x110),'puzzle':{'requiredPhrase':a60i(0x153),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60i(0x117),'name':'Encrypted\x20Data\x20Key','description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60i(0x139),'targetRoom':a60i(0x108)}]},{'name':'Downtown\x20Seattle','description':a60i(0x170),'roomType':a60i(0x171),'exits':[{'direction':'south','targetRoom':a60i(0x108)},{'direction':'east','targetRoom':a60i(0x120)},{'direction':'west','targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x120),'description':a60i(0x13d),'roomType':a60i(0x171),'puzzle':{'requiredPhrase':a60i(0x158),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':'key','name':a60i(0x121),'description':a60i(0x156)},'successMessage':a60i(0x123),'failureMessage':a60i(0x155)},'exits':[{'direction':a60i(0x168),'targetRoom':'Downtown\x20Seattle'},{'direction':a60i(0x131),'targetRoom':'Barrens\x20Hideout'}]},{'name':'Corp\x20Enclave','description':'The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','roomType':a60i(0x110),'items':[{'type':a60i(0x111),'name':'Corporate\x20Creditstick','description':a60i(0x134)},{'type':'document','name':a60i(0x113),'description':a60i(0x138)}],'exits':[{'direction':a60i(0x130),'targetRoom':'Downtown\x20Seattle'}]},{'name':'Barrens\x20Hideout','description':a60i(0x157),'roomType':a60i(0x171),'items':[{'type':a60i(0x10e),'name':a60i(0x133),'description':a60i(0x165)}],'exits':[{'direction':a60i(0x13e),'targetRoom':'Barrens\x20Entrance'},{'direction':a60i(0x131),'targetRoom':a60i(0x142)},{'direction':'east','targetRoom':a60i(0x129)}]},{'name':a60i(0x142),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x110),'puzzle':{'requiredPhrase':a60i(0x150),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a60i(0xff),'name':a60i(0x114),'description':a60i(0x12b)},'successMessage':a60i(0x16f),'failureMessage':a60i(0x140)},'exits':[{'direction':a60i(0x13e),'targetRoom':a60i(0x14d)}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x164),'roomType':a60i(0x110),'items':[{'type':'drone','name':a60i(0x128),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x168),'targetRoom':'Barrens\x20Hideout'}]}];
|
|
1
|
+
const a60i=a60d;function a60c(){const j=['The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','open\x20sesame','Treasure\x20Room','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','west','2338522lllYmU','decrypt','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Holy\x20Grail','Alchemy\x20Lab','Sniper\x20Rifle','Barrens\x20Entrance','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','CorpSec\x20Plans','Study','inside','Entrance\x20Hall','217244aKWEHD','102uDvgOZ','sword','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','186010IpoufH','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','holyGrail','Central\x20Chamber\x20Key','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Torture\x20Chamber','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','secret123','OUTSIDE','down','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','An\x20old\x20and\x20rusted\x20sword.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','A\x20clear\x20glass\x20vial.','release','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Golden\x20Key','12255663mKaEqm','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','key','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','12RGRhCD','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','A\x20chalice\x20made\x20of\x20pure\x20gold.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Ancient\x20Gem','Matrix\x20Data\x20Haven','drone','outside','The\x20legendary\x20Holy\x20Grail.','10145676AptASP','disenchant','Guard\x27s\x20Log\x20Book','A\x20small\x20surveillance\x20drone.','Rusted\x20Sword','Nothing\x20happens.','1EpxxqK','Corp\x20Enclave','Jackpoint\x20Login','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','constructor','A\x20long-range\x20weapon.','A\x20thin\x20log\x20book','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','north','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','book','document','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','SOUTH','445660REwJwo','That\x20passcode\x20is\x20incorrect','search','rifle','Riddle\x20Book','amulet','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','(((.+)+)+)+$','Rigger\x27s\x20Workshop','Secret\x20Passage','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Chad\x20the\x20stupid\x20guard','12475048WybqbU','Blood-stained\x20Key','Ares\x20Predator','south','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','creditstick','NORTH','gem','Mage\x27s\x20Lair','cup','429rhbFXZ','Golden\x20Chalice','The\x20data\x20remains\x20encrypted.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','toString','shield','9fShfVk','A\x20key\x20stained\x20with\x20old\x20blood.','Encrypted\x20Data\x20Key','Courtyard','A\x20creditstick\x20loaded\x20with\x20nuyen.','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','Emblem\x20Shield','Armory','east','Downtown\x20Seattle','apply','Library','Barrens\x20Hideout','Gang\x20Insignia','Central\x20Chamber','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Watch\x20Tower'];a60c=function(){return j;};return a60c();}(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x1ef))/0x1*(parseInt(f(0x1b7))/0x2)+parseInt(f(0x1df))/0x3*(-parseInt(f(0x1c3))/0x4)+parseInt(f(0x1c7))/0x5*(parseInt(f(0x1c4))/0x6)+parseInt(f(0x1db))/0x7+parseInt(f(0x20c))/0x8*(-parseInt(f(0x21c))/0x9)+parseInt(f(0x200))/0xa*(-parseInt(f(0x216))/0xb)+parseInt(f(0x1e9))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xd7a4e));function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1b6;let f=c[d];return f;},a60d(a,b);}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x226)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x21a)]()[h(0x202)](h(0x207))[h(0x21a)]()[h(0x1f3)](a60a)[h(0x202)](h(0x207));});a60a();export const rooms=[{'name':a60i(0x227),'description':a60i(0x1cf),'isStartRoom':!![],'items':[{'type':a60i(0x1dd),'name':a60i(0x1da),'description':a60i(0x1c6)},{'type':'book','name':a60i(0x1eb),'description':a60i(0x1f5),'content':a60i(0x20b)}],'exits':[{'direction':'EAST','targetRoom':a60i(0x209)}]},{'name':'Secret\x20Passage','description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0x212),'targetRoom':a60i(0x22f),'keyRequired':a60i(0x1da)},{'direction':a60i(0x1ff),'targetRoom':a60i(0x21f)}]},{'name':a60i(0x22f),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x1ca),'name':a60i(0x1ba),'description':a60i(0x1e8)}]},{'name':'Courtyard','description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a60i(0x1d2),'exits':[{'direction':'UP','targetRoom':a60i(0x22c)}]},{'name':a60i(0x22c),'description':a60i(0x1cd),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':a60i(0x1d1),'riddle':a60i(0x1fe),'rewardItem':{'type':a60i(0x203),'name':a60i(0x1bc),'description':a60i(0x1f4)},'successMessage':a60i(0x221),'failureMessage':a60i(0x201)}}];export const dungeonConfig=[{'name':a60i(0x1c2),'description':a60i(0x210),'isStartRoom':!![],'roomType':a60i(0x1c1),'puzzle':{'requiredPhrase':a60i(0x22e),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0x1dd),'name':'Central\x20Chamber\x20Key','description':a60i(0x1b9)},'successMessage':a60i(0x1fc),'failureMessage':a60i(0x1ee)},'exits':[{'direction':a60i(0x1f8),'targetRoom':a60i(0x1c0)},{'direction':a60i(0x224),'targetRoom':a60i(0x22a),'keyRequired':a60i(0x1cb)}]},{'name':a60i(0x1c0),'description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':'inside','items':[{'type':a60i(0x1fa),'name':a60i(0x204),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x1dd),'name':a60i(0x1cb),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x20f),'targetRoom':a60i(0x1c2)},{'direction':a60i(0x224),'targetRoom':a60i(0x1bb)}]},{'name':a60i(0x1bb),'description':'A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','roomType':a60i(0x1c1),'items':[{'type':'basic','name':'Empty\x20vial','description':a60i(0x1d7)}],'exits':[{'direction':a60i(0x1b6),'targetRoom':'Study'},{'direction':a60i(0x1f8),'targetRoom':a60i(0x223)}]},{'name':a60i(0x223),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':'inside','items':[{'type':a60i(0x21b),'name':a60i(0x222),'description':a60i(0x1d6)},{'type':a60i(0x1c5),'name':a60i(0x1ed),'description':a60i(0x1d5)}],'exits':[{'direction':a60i(0x20f),'targetRoom':a60i(0x1bb)},{'direction':a60i(0x224),'targetRoom':a60i(0x22a)}]},{'name':'Central\x20Chamber','description':a60i(0x1e0),'roomType':'inside','exits':[{'direction':a60i(0x1b6),'targetRoom':a60i(0x223)},{'direction':a60i(0x20f),'targetRoom':a60i(0x1c2)},{'direction':a60i(0x1f8),'targetRoom':'Torture\x20Chamber'},{'direction':'east','targetRoom':a60i(0x22f)}]},{'name':a60i(0x1ce),'description':a60i(0x230),'roomType':'inside','items':[{'type':'key','name':a60i(0x20d),'description':a60i(0x21d)}],'puzzle':{'requiredPhrase':a60i(0x1d8),'riddle':a60i(0x1c8),'rewardItem':{'type':a60i(0x213),'name':a60i(0x1e4),'description':a60i(0x1f7)},'successMessage':a60i(0x22d),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0x20f),'targetRoom':a60i(0x22a)}]},{'name':a60i(0x22f),'description':a60i(0x20a),'roomType':a60i(0x1c1),'puzzle':{'requiredPhrase':'insert\x20gem','riddle':a60i(0x219),'rewardItem':{'type':a60i(0x215),'name':a60i(0x217),'description':a60i(0x1e1)},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':a60i(0x1b6),'targetRoom':a60i(0x22a)}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a60i(0x1e2),'isStartRoom':!![],'roomType':a60i(0x1c1),'exits':[{'direction':a60i(0x1f8),'targetRoom':a60i(0x225)},{'direction':'up','targetRoom':a60i(0x1e5)}]},{'name':a60i(0x1e5),'description':a60i(0x1dc),'roomType':a60i(0x1c1),'puzzle':{'requiredPhrase':a60i(0x1b8),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60i(0x1dd),'name':a60i(0x21e),'description':a60i(0x1f9)},'successMessage':a60i(0x1e3),'failureMessage':a60i(0x218)},'exits':[{'direction':a60i(0x1d3),'targetRoom':a60i(0x1f1)}]},{'name':a60i(0x225),'description':a60i(0x1f2),'roomType':a60i(0x1e7),'exits':[{'direction':'south','targetRoom':a60i(0x1f1)},{'direction':a60i(0x224),'targetRoom':a60i(0x1bd)},{'direction':a60i(0x1b6),'targetRoom':a60i(0x1f0)}]},{'name':a60i(0x1bd),'description':a60i(0x1d0),'roomType':a60i(0x1e7),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a60i(0x1d4),'rewardItem':{'type':a60i(0x1dd),'name':a60i(0x229),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a60i(0x1f6),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':'west','targetRoom':a60i(0x225)},{'direction':a60i(0x1f8),'targetRoom':a60i(0x228)}]},{'name':a60i(0x1f0),'description':a60i(0x22b),'roomType':a60i(0x1c1),'items':[{'type':a60i(0x211),'name':'Corporate\x20Creditstick','description':a60i(0x220)},{'type':a60i(0x1fb),'name':a60i(0x1bf),'description':a60i(0x1fd)}],'exits':[{'direction':a60i(0x224),'targetRoom':a60i(0x225)}]},{'name':a60i(0x228),'description':a60i(0x1be),'roomType':a60i(0x1e7),'items':[{'type':'weapon','name':a60i(0x20e),'description':a60i(0x1c9)}],'exits':[{'direction':a60i(0x20f),'targetRoom':a60i(0x1bd)},{'direction':a60i(0x1f8),'targetRoom':a60i(0x214)},{'direction':a60i(0x224),'targetRoom':a60i(0x208)}]},{'name':a60i(0x214),'description':a60i(0x1de),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x1ea),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a60i(0x205),'name':'Amulet\x20of\x20Awakening','description':a60i(0x1cc)},'successMessage':a60i(0x206),'failureMessage':a60i(0x1d9)},'exits':[{'direction':'south','targetRoom':'Barrens\x20Hideout'}]},{'name':a60i(0x208),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a60i(0x1c1),'items':[{'type':a60i(0x1e6),'name':'MCT\x20Fly-Spy','description':a60i(0x1ec)}],'exits':[{'direction':a60i(0x1b6),'targetRoom':'Barrens\x20Hideout'}]}];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x1eb))/0x1+parseInt(f(0x1d9))/0x2*(-parseInt(f(0x1d0))/0x3)+-parseInt(f(0x1f2))/0x4*(parseInt(f(0x1d8))/0x5)+parseInt(f(0x1cf))/0x6+-parseInt(f(0x1e6))/0x7*(parseInt(f(0x1df))/0x8)+parseInt(f(0x1e3))/0x9*(-parseInt(f(0x1e4))/0xa)+parseInt(f(0x1e8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x7e416));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1f3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x1ea)]()[h(0x1d1)](h(0x1cb))[h(0x1ea)]()[h(0x1ce)](a61a)[h(0x1d1)]('(((.+)+)+)+$');});function a61c(){var j=['_logger','isLocked','66764geXTKx','apply','(((.+)+)+)+$','solved','roomA','constructor','4208928gsLHfF','3YidPze','search','_inventory','player','characterLocations','category','_playerName','isLockable','90LqrAsD','124508qxwXOI','logger','name','items','_currentLocation','unlockItemOrSolution','1479736VUJKcD','size','_maxCarryingWeight','rooms','5688jgSxiB','11450kXEgtI','texture','21ZvUJVu','description','22980639GZGYhy','exits','toString','632262iemAMR','roomType','isStartRoom','rating','shape'];a61c=function(){return j;};return a61c();}a61a();function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1cb;var f=c[d];return f;},a61d(a,b);}import{EventEmitter}from'events';export class AbstractScene{[a61i(0x1e2)];[a61i(0x1d3)];[a61i(0x1da)];[a61i(0x1d4)];}export class AbstractRoom extends EventEmitter{['name'];[a61i(0x1e7)];[a61i(0x1e9)];['inventory'];['puzzle'];[a61i(0x1ec)];[a61i(0x1ed)];}export class AbstractDoor{[a61i(0x1cd)];['roomB'];[a61i(0x1f1)];[a61i(0x1de)];[a61i(0x1db)];[a61i(0x1da)];[a61i(0x1d7)];}export class AbstractInventory{[a61i(0x1dc)];[a61i(0x1da)];}export class AbstractItem{['uuid'];[a61i(0x1db)];[a61i(0x1e7)];[a61i(0x1e0)];[a61i(0x1d5)];[a61i(0x1ef)];['color'];[a61i(0x1e5)];[a61i(0x1ee)];['weight'];}export class AbstractPlayer{[a61i(0x1d6)];[a61i(0x1dd)];[a61i(0x1d2)];['_equipment'];[a61i(0x1e1)];[a61i(0x1f0)];}export class AbstractPuzzle{['logger'];[a61i(0x1cc)];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var k=a62d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x19a))/0x1+parseInt(k(0x1a1))/0x2*(parseInt(k(0x16f))/0x3)+parseInt(k(0x1af))/0x4*(parseInt(k(0x15d))/0x5)+parseInt(k(0x191))/0x6+parseInt(k(0x193))/0x7+parseInt(k(0x19c))/0x8+parseInt(k(0x18e))/0x9*(-parseInt(k(0x161))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x3ee63));export var Size;(function(a){var l=a62d;a[l(0x174)]=l(0x17f),a['Small']='small',a[l(0x177)]=l(0x198),a[l(0x18a)]=l(0x1b9),a[l(0x179)]=l(0x175);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0x192)]='common',a[m(0x183)]=m(0x159),a[m(0x15c)]='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x1a3)]=n(0x195),a[n(0x196)]=n(0x185),a['Key']='key',a[n(0x1b2)]=n(0x17a),a[n(0x189)]=n(0x1ae),a[n(0x17c)]='hat',a[n(0x182)]=n(0x16d),a[n(0x1b4)]='leg\x20armor',a[n(0x176)]='arm\x20armor',a[n(0x1ac)]=n(0x16b),a['Book']=n(0x19d),a[n(0x170)]=n(0x17e),a[n(0x1ab)]=n(0x1ba);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x1aa)]=o(0x167),a[o(0x16c)]=o(0x1ad),a[o(0x187)]=o(0x1b7),a[o(0x1a8)]=o(0x1a7),a[o(0x17d)]='blade',a['Rifle']=o(0x172);}(Shape||(Shape={})));export var Color;function a62c(){var v=['Boots','Rare','sea','shield','desert','Triangle','apply','Helmet','Large','green','bumpy','blue','27WtWruW','constructor','south','1385634gZduvX','Common','2916011fVbLMT','grey','weapon','Shield','north','medium','outside','225669NsylEb','search','3042384ZGlcWU','book','FOREST','rough','Red','2NJMcxm','(((.+)+)+)+$','Weapon','smooth','TOWER','Purple','rectangle','Rectangle','MOUNTAIN','Circle','Unknown','BodyArmor','square','helmet','1878368LiZRca','west','Rough','Gloves','cave','LegArmor','WEST','purple','triangle','Smooth','large','unknown','SEA','tower','grainy','forest','rare','Yellow','gold','Legendary','5RHNVJe','Fuzzy','Metallic','NORTH','4005350zHSsmu','Green','Gold','metallic','SOUTH','toString','circle','fuzzy','down','inside','body\x20armor','Square','boots','underground','562521EyswLi','Cup','red','rifle','DESERT','Tiny','very\x20large','ArmArmor','Medium','orange','VeryLarge','gloves','INSIDE','Hat','Blade','cup','tiny','Orange','mountain'];a62c=function(){return v;};return a62c();}(function(c){var r=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var p=a62d;if(h){var j=h[p(0x188)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a62d;return e['toString']()[q(0x19b)](q(0x1a2))[q(0x166)]()[q(0x18f)](e)[q(0x19b)]('(((.+)+)+)+$');});e(),c[r(0x1a0)]=r(0x171),c['Blue']=r(0x18d),c[r(0x162)]=r(0x18b),c[r(0x15a)]='yellow',c[r(0x180)]=r(0x178),c[r(0x1a6)]=r(0x1b6),c['Grey']=r(0x194),c['Brown']='brown',c[r(0x163)]=r(0x15b);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a[s(0x1b8)]=s(0x1a4),a[s(0x1b1)]=s(0x19f),a['Bumpy']=s(0x18c),a[s(0x15e)]=s(0x168),a['Grainy']=s(0x1bd),a[s(0x15f)]=s(0x164);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x17b)]=t(0x16a),a['OUTSIDE']=t(0x199),a['UNDERGROUND']=t(0x16e),a['CAVE']=t(0x1b3),a[t(0x1a5)]=t(0x1bc),a[t(0x19e)]=t(0x158),a[t(0x173)]=t(0x186),a[t(0x1a9)]=t(0x181),a['BEACH']='beach',a[t(0x1bb)]=t(0x184);}(RoomType||(RoomType={})));export var Direction;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x158;var f=c[d];return f;},a62d(a,b);}(function(a){var u=a62d;a[u(0x160)]=u(0x197),a['EAST']='east',a[u(0x165)]=u(0x190),a[u(0x1b5)]=u(0x1b0),a['UP']='up',a['DOWN']=u(0x169);}(Direction||(Direction={})));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x1ba))/0x1+-parseInt(f(0x1bb))/0x2+-parseInt(f(0x1b8))/0x3*(-parseInt(f(0x1c3))/0x4)+parseInt(f(0x1bd))/0x5+parseInt(f(0x1c1))/0x6*(parseInt(f(0x1bf))/0x7)+parseInt(f(0x1c0))/0x8*(parseInt(f(0x1b9))/0x9)+-parseInt(f(0x1c2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xd5658));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0x1bc)]()[g(0x1be)](g(0x1b7))[g(0x1bc)]()['constructor'](a63a)[g(0x1be)](g(0x1b7));});function a63c(){var h=['24802zLjyCs','1961470riKYDo','toString','7282310AqRLJX','search','798HAanfi','16XSazKf','28950BBkoSI','29226320ZJSMQr','5553796rkAEIk','(((.+)+)+)+$','3usfAUD','6109542mCWRbm'];a63c=function(){return h;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1b7;var f=c[d];return f;},a63d(a,b);}a63a();export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xdf;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0xe8))/0x1*(-parseInt(f(0xdf))/0x2)+-parseInt(f(0xeb))/0x3+-parseInt(f(0xe3))/0x4+-parseInt(f(0xea))/0x5+parseInt(f(0xe4))/0x6*(parseInt(f(0xe1))/0x7)+parseInt(f(0xe7))/0x8+parseInt(f(0xe0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xa0e5b));var a64b=(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;};}()),a64a=a64b(this,function(){var g=a64d;return a64a['toString']()[g(0xe9)](g(0xe5))[g(0xe6)]()[g(0xe2)](a64a)['search']('(((.+)+)+)+$');});a64a();export{};function a64c(){var h=['7ygzTVx','constructor','5051468syLraE','198534ycObsa','(((.+)+)+)+$','toString','7760432cuqnNA','1429KiSdLR','search','2705785oAXSxL','3794664LnmbZl','1594EaKjMx','34773453REsbSy'];a64c=function(){return h;};return a64c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a65G=a65d;function a65c(){const H=['white','gloves','focus','100%','Feet:\x20','logFilePath','constructor','Gloves:\x20','\x0aThere\x20are\x20no\x20exits\x20here.','key','121tKXXvD','----->>>>>>\x20Initializing\x20Game','screen','log','append','Side\x20Quest\x20Adventure\x20Game','parse','C-c','name','exit','yellow','45%','90%','-----\x20Exits\x20------\x0a','Arms:\x20','\x20Equipment\x20','4pFvdZB','367802vNuoxp','306uNyQbK','\x20(Unlocked)','1BaZhjd','10%','13kWbxlC','Legs:\x20','\x20Map\x20','player','cyan','torso','arms','\x20Inventory\x20','size','\x20(Locked)','textbox','line','418915caMMYF','pushLine','enter','argv','roomType','<<<<<<<<---------\x20Terminating\x20game','mousemove','currentLocation','feet','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Currently\x20in:\x20','5660196LjvRqV','box','head','187690hnFqWL','take','getInstance','inventory','setContent','getWelcomeMessage','(((.+)+)+)+$','25%','lock','17672VWwcoh','equip','search','\x20Game\x20Log\x20','leftHand','exits','split','63258UrWfak','logBox','Your\x20items\x20will\x20be\x20listed\x20here...','Available\x20exits\x20will\x20be\x20shown\x20here...','rightHand','equipment','join','removeAllListeners','getAllItems','666093LAlULx','render','Torso:\x20','checkIfLockable','Right\x20Hand:\x20','None','write','getValue','Head:\x20','escape','Thanks\x20for\x20playing!','toString','OUTSIDE','legs','forEach','unlock','105GTEVqj','map','75%','20%'];a65c=function(){return H;};return a65c();}(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0xc9))/0x1*(-parseInt(y(0xc6))/0x2)+parseInt(y(0x97))/0x3*(parseInt(y(0xc5))/0x4)+parseInt(y(0xa7))/0x5*(parseInt(y(0x8e))/0x6)+parseInt(y(0xd7))/0x7+parseInt(y(0x87))/0x8*(parseInt(y(0xc7))/0x9)+parseInt(y(0x7e))/0xa*(parseInt(y(0xb5))/0xb)+parseInt(y(0x7b))/0xc*(-parseInt(y(0xcb))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x1f8ec));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x74;let f=c[d];return f;},a65d(a,b);}import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a65d;return g['toString']()['search']('(((.+)+)+)+$')[z(0xa2)]()[z(0xb1)](g)[z(0x89)](z(0x84));});g();try{const h=a65e[A(0xb7)]({'smartCSR':!![],'title':A(0xba)}),i=a65e[A(0x7c)]({'top':'0%','left':'75%','width':A(0x85),'height':A(0xc0),'border':{'type':'line'},'label':A(0xd2),'content':A(0x90),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xbf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x96)]()[B(0xa8)](v=>v[B(0xbd)]);i['setContent'](u[B(0x94)]('\x0a')),h['render']();};h['append'](i);const k=a65e['box']({'top':A(0xc0),'left':A(0xa9),'width':A(0x85),'height':A(0x85),'border':{'type':'line'},'label':A(0xc4),'content':A(0x79),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0xb9)](k);const l=t=>{const C=A;k[C(0x82)](C(0x9f)+(t[C(0x7d)]?t['head'][C(0xbd)]:C(0x9c))+'\x0a'+(C(0x99)+(t['torso']?t[C(0xd0)][C(0xbd)]:'None')+'\x0a')+(C(0xcc)+(t[C(0xa4)]?t[C(0xa4)][C(0xbd)]:C(0x9c))+'\x0a')+(C(0xaf)+(t[C(0x78)]?t[C(0x78)][C(0xbd)]:C(0x9c))+'\x0a')+(C(0xc3)+(t[C(0xd1)]?t[C(0xd1)]['name']:C(0x9c))+'\x0a')+(C(0xb2)+(t[C(0xac)]?t[C(0xac)]['name']:'None')+'\x0a')+('Left\x20Hand:\x20'+(t[C(0x8b)]?t[C(0x8b)][C(0xbd)]:C(0x9c))+'\x0a')+(C(0x9b)+(t['rightHand']?t[C(0x92)][C(0xbd)]:C(0x9c))+'\x0a')),h[C(0x98)]();},m=a65e[A(0x7c)]({'top':'70%','left':A(0xa9),'width':A(0x85),'height':A(0xaa),'border':{'type':A(0xd6)},'label':A(0xcd),'content':A(0x91),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xbf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0xb9)](m);const n=t=>{const D=A;let u=D(0x7a)+t[D(0xbd)]+'\x0a\x0a';u+=D(0xc2),t[D(0x8c)][D(0xd3)]>0x0?t[D(0x8c)][D(0xa5)]((v,w)=>{const E=D;if(v instanceof Door){const x=v['getOtherSide'](t);x[E(0x74)]===RoomType[E(0xa3)]?u+=capitalCase(w)+':\x20'+x[E(0xbd)]:u+=capitalCase(w)+':\x20'+v[E(0xbd)];if(v['checkIfLocked']())u+=E(0xd4);else v[E(0x9a)]()&&(u+=E(0xc8));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0xb3),m[D(0x82)](u),h['render']();},o=a65e[A(0x7c)]({'id':A(0x8f),'top':'0%','left':'0%','width':A(0xa9),'height':A(0xc1),'border':{'type':A(0xd6)},'label':A(0x8a),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0xbf)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x95)](A(0x76)),h[A(0xb9)](o);const p=a65e[A(0xd5)]({'bottom':0x0,'left':0x0,'width':A(0xae),'height':A(0xca),'tags':!![],'border':{'type':A(0xd6)},'style':{'fg':A(0xab),'border':{'fg':A(0xcf)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0xb9)](p),h[A(0xb4)]([A(0xa0),A(0xbc)],()=>process[A(0xbe)](0x0)),p[A(0xad)](),h[A(0x98)]();const q=Logger[A(0x80)](e[A(0xb0)],h),r=new Player({'playerName':c});q[A(0x9d)](A(0xb6));const s=a65f[A(0x80)](r,d);o['setContent'](s[A(0x83)]()),l(s[A(0xce)][A(0x93)]),j(s[A(0xce)][A(0x81)]),n(s['player'][A(0x77)]),p[A(0xb4)]([A(0xd9)],async()=>{const F=A,t=p[F(0x9e)](),u=s['handleInput'](t);(t[F(0x8d)]('\x20')[0x0]===F(0x7f)||F(0x88)||'unequip')&&(j(s[F(0xce)][F(0x81)]),l(s[F(0xce)][F(0x93)])),(t['split']('\x20')[0x0]==='go'||F(0x86)||F(0xa6))&&n(s['player'][F(0x77)]),t[F(0x8d)]('\x20')[0x0]==='clear'&&o['setContent'](''),u===null&&(console['log'](F(0xa1)),h[F(0x98)](),q['write'](F(0x75)),process[F(0xbe)](0x0)),o[F(0xd8)](u),o['scroll'](0x1),p['clearValue'](),p[F(0xad)](),h[F(0x98)]();});}catch(t){console[A(0xb8)](t),process[A(0xbe)](0x1);}}const args=process[a65G(0xda)]['slice'](0x2);main(args[0x0],JSON[a65G(0xbb)](args[0x1]),JSON['parse'](args[0x2]));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-
|
|
1
|
+
const a66j=a66d;function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x13d;let f=c[d];return f;},a66d(a,b);}function a66c(){const r=['log','214826wcyANl','[ERROR]\x20[','screen','[INFO]\x20[','error','getInstance','toString','appendFileSync','ensureLogFileExists','existsSync','45QGIjen','side-quest.log','homedir','toISOString','84WJsWJb','.maka','14076tpTgDi','write','2236026MZpKfS','setContent','4490FpyELY','hasScreen','8iUOUXS','getScrollHeight','1086547cfGHOG','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','render','logBox','87004dpTbYG','162oplygi','dirname','children','instance','24XFPzGN','writeFileSync','search','content','679378zdHBFY','134898RDYZvC','find','join','(((.+)+)+)+$','scrollTo','filePath','\x20could\x20not\x20be\x20found\x20on\x20screen\x20'];a66c=function(){return r;};return a66c();}(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x144))/0x1*(parseInt(h(0x15c))/0x2)+-parseInt(h(0x14b))/0x3*(parseInt(h(0x14a))/0x4)+parseInt(h(0x166))/0x5*(-parseInt(h(0x154))/0x6)+-parseInt(h(0x153))/0x7*(-parseInt(h(0x14f))/0x8)+parseInt(h(0x13e))/0x9*(parseInt(h(0x142))/0xa)+-parseInt(h(0x146))/0xb*(-parseInt(h(0x16a))/0xc)+-parseInt(h(0x140))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xf2fa6));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const i=a66d;return a66a[i(0x162)]()[i(0x151)](i(0x157))[i(0x162)]()['constructor'](a66a)['search'](i(0x157));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66j(0x168)]();export class Logger{static [a66j(0x14e)];[a66j(0x159)];[a66j(0x15e)];constructor(a,b){const k=a66j;this[k(0x159)]=a,this[k(0x15e)]=b,this[k(0x164)]();}static[a66j(0x161)](a=a66g[a66j(0x156)](homeDir,a66j(0x13d),a66j(0x167)),b){const l=a66j;if(!Logger[l(0x14e)]){if(!b)throw new Error(l(0x147));Logger[l(0x14e)]=new Logger(a,b);}return Logger['instance'];}['ensureLogFileExists'](){const m=a66j,a=a66g[m(0x14c)](this[m(0x159)]);!a66e[m(0x165)](a)&&a66e['mkdirSync'](a,{'recursive':!![]}),!a66e[m(0x165)](this[m(0x159)])&&a66e[m(0x150)](this[m(0x159)],'');}[a66j(0x13f)](a){const n=a66j,b=new Date()[n(0x169)](),c=n(0x15f)+b+']\x20'+a+'\x0a';a66e[n(0x163)](this['filePath'],c);}['error'](a){const o=a66j,b=new Date()[o(0x169)](),c=o(0x15d)+b+']\x20'+a+'\x0a';a66e[o(0x163)](this[o(0x159)],c);}[a66j(0x15b)](a){const p=a66j,b=this['screen']?.[p(0x14d)][p(0x155)](c=>c['type']==='box'&&c['options']['id']===p(0x149));b?(b[p(0x141)](b[p(0x152)]+'\x0a'+a),b[p(0x158)](b[p(0x145)]()),this[p(0x15e)]?.[p(0x148)]()):this[p(0x160)]('The\x20logbox\x20'+b+p(0x15a)+this[p(0x15e)]),this[p(0x13f)](a);}[a66j(0x143)](){const q=a66j;return!!this[q(0x15e)];}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d
|
|
1
|
+
const a67m=a67d;function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1ac;let f=c[d];return f;},a67d(a,b);}(function(a,b){const j=a67d,c=a();while(!![]){try{const d=-parseInt(j(0x1c2))/0x1*(-parseInt(j(0x1cf))/0x2)+-parseInt(j(0x1c7))/0x3*(parseInt(j(0x1cb))/0x4)+-parseInt(j(0x1bc))/0x5+-parseInt(j(0x1ba))/0x6*(parseInt(j(0x1af))/0x7)+-parseInt(j(0x1ca))/0x8*(-parseInt(j(0x1bd))/0x9)+parseInt(j(0x1b8))/0xa*(parseInt(j(0x1c8))/0xb)+parseInt(j(0x1c5))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x4a79c));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x1cd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x1c4)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a67a)[l(0x1b4)](l(0x1b2));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';function a67c(){const p=['Commoner','2729060zEsvNT','ask','6zspbWF','dungeon','1876190tRofem','1156581jhGDPz','node','maka\x20play:side-quest','side-quest.log','fsi','143XFIviB','resolve','toString','917892nZTHPk','What\x20is\x20your\x20name?','3NjodUm','22yVXFcf','create','32itLSlt','1337968bSHbws','bright','apply','player','436BnUCRX','./sideQuest/ui.js','inherit','sideQuestAnswer','1069117cnYHpv','join','getGlobalMakaDir','(((.+)+)+)+$','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','search','Play\x20a\x20little\x20side-quest','stringify'];a67c=function(){return p;};return a67c();}import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command[a67m(0x1c9)]({'name':'side-quest','usage':a67m(0x1bf),'shortDesc':a67m(0x1b5),'aliases':['sq'],'description':a67m(0x1b3),'validOpts':[a67m(0x1ce)]},async function(a,b){const n=a67m;try{const c=this[n(0x1c1)][n(0x1b1)](),d=a67e[n(0x1b0)](c,n(0x1c0)),e=b[n(0x1ce)]?b[n(0x1ce)]:await Actions[n(0x1b9)](n(0x1c6))||n(0x1b7),f={...b,'logFilePath':d},g=await Actions['select']({'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','name':n(0x1ae),'choices':[{'name':n(0x1bb),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]});if(e&&g){const h=spawn(n(0x1be),[a67e[n(0x1c3)](__dirname,n(0x1ac)),e,JSON['stringify'](g),JSON[n(0x1b6)](f)],{'stdio':n(0x1ad)});h['on']('exit',()=>{const o=n;Log[o(0x1cc)]('Thanks\x20for\x20playing!');});}}catch(i){console['log'](i);}},a67f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x66;var f=c[d];return f;},a68d(a,b);}var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x6e))/0x1+-parseInt(f(0x76))/0x2+parseInt(f(0x69))/0x3*(parseInt(f(0x71))/0x4)+-parseInt(f(0x78))/0x5+-parseInt(f(0x70))/0x6*(parseInt(f(0x68))/0x7)+-parseInt(f(0x72))/0x8*(-parseInt(f(0x6f))/0x9)+-parseInt(f(0x6b))/0xa*(-parseInt(f(0x77))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xe7979));function a68c(){var k=['195162FHeUFG','20FwfMoq','78824RxbOva','constructor','npx\x20command-line-snake','inherit','1817604DIERRf','74734SwGSyb','2384780DYkSme','toString','search','357RPivNw','778902kWZdhN','apply','3010UzNEIH','(((.+)+)+)+$','create','1054497UfGwkx','1557tviCxJ'];a68c=function(){return k;};return a68c();}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x6a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x66)]()['search'](h(0x6c))['toString']()[h(0x73)](a68a)[h(0x67)](h(0x6c));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x6d)]({'name':'snake','usage':'maka\x20game:snake','shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a68i;execSync(j(0x74),{'stdio':j(0x75)});},a68e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x1f2;var f=c[d];return f;},a69d(a,b);}var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x1f8))/0x1*(-parseInt(f(0x1ff))/0x2)+-parseInt(f(0x1f6))/0x3*(-parseInt(f(0x1f7))/0x4)+-parseInt(f(0x1fa))/0x5+-parseInt(f(0x201))/0x6+-parseInt(f(0x1fe))/0x7*(parseInt(f(0x1f5))/0x8)+-parseInt(f(0x1f3))/0x9+parseInt(f(0x202))/0xa*(parseInt(f(0x200))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x65da8));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var g=a69d;return a69a[g(0x1fd)]()['search'](g(0x1fb))[g(0x1fd)]()['constructor'](a69a)[g(0x1fc)]('(((.+)+)+)+$');});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a69c(){var j=['1659ZwCZZN','346zvhXqM','1212090KtndfW','1609272tjusdn','70XrdQQd','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','5945310ESyguz','maka\x20game:tetris','328PPTaQi','3dgPGhm','673748czFLZc','3267TrLqmX','inherit','746235adxLGg','(((.+)+)+)+$','search','toString'];a69c=function(){return j;};return a69c();}Command['create']({'name':'tetris','usage':a69h(0x1f4),'shortDesc':a69h(0x1f2),'validOpts':[]},async function(){var i=a69h;execSync('npx\x20simple-tetris',{'stdio':i(0x1f9)});},a69e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a70h=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x11d))/0x1+parseInt(f(0x122))/0x2+parseInt(f(0x118))/0x3+parseInt(f(0x116))/0x4*(parseInt(f(0x11b))/0x5)+parseInt(f(0x121))/0x6+-parseInt(f(0x12e))/0x7+parseInt(f(0x127))/0x8*(-parseInt(f(0x120))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x9f9b2));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const g=a70d;return a70a[g(0x11f)]()[g(0x123)]('(((.+)+)+)+$')[g(0x11f)]()[g(0x128)](a70a)['search']('(((.+)+)+)+$');});a70a();function a70c(){const j=['2151094UTTVLn','search','create','processAndRunGenerator','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','136YszkRB','constructor','maka\x20g:api\x20trucks','maka\x20generate:scaffold\x20todos','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:dbc\x20geoserver\x20--type=pgsql','exit','3783479nrWYDx','28xhrZYo','invoke','1988559LkcNcY','maka\x20g:template\x20todos/todo_item','splice','69790omkFxA','maka\x20g:package\x20package:name','299464obcNxG','maka\x20g:route\x20todos/edit','toString','390546qdQbBw','2371794pnDhOM'];a70c=function(){return j;};return a70c();}function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x116;let f=c[d];return f;},a70d(a,b);}import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70h(0x124)]({'name':'generate','aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70h(0x12b),'description':a70h(0x126),'examples':[a70h(0x12a),'maka\x20g:scaffold\x20todos',a70h(0x119),a70h(0x11c),a70h(0x11e),a70h(0x129),a70h(0x12c)]},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a[i(0x11a)](0x0,0x1),await a70e[i(0x125)](c,a,b)):a70e[i(0x117)](a,b);}catch(d){Log['error'](d),process[i(0x12d)](0x1);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x6d))/0x1*(-parseInt(f(0x79))/0x2)+parseInt(f(0x75))/0x3*(parseInt(f(0x6e))/0x4)+parseInt(f(0x78))/0x5+parseInt(f(0x6f))/0x6*(-parseInt(f(0x74))/0x7)+-parseInt(f(0x76))/0x8*(-parseInt(f(0x77))/0x9)+-parseInt(f(0x73))/0xa+parseInt(f(0x72))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xda04f));var a71b=(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;};}()),a71a=a71b(this,function(){var g=a71d;return a71a[g(0x70)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a71a)['search'](g(0x71));});function a71c(){var h=['207mlISqy','1906060wbuCWJ','264SAvFew','8699vsPjaK','122632BIDdtR','12kYwVeW','toString','(((.+)+)+)+$','8500877TqDBFw','7285730zVaGrj','1411487KsGbCa','39OBhcmD','563672IuNFMl'];a71c=function(){return h;};return a71c();}a71a();import'./get.command.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x6d;var f=c[d];return f;},a71d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(
|
|
1
|
+
function a72c(){const k=['10cHLNNb','197488BBqlhQ','4660GQhlFc','2585451HfucTj','433410CuJTDb','maka\x20get:<sub-command>','149438ogvpzy','133296qSyVTu','2764QAWglh','(((.+)+)+)+$','1813840jrDPGW','Get\x20various\x20Maka\x20variables\x20and\x20configurations','processAndRunCommand','get','144fNumIC','3qRDbmx','apply','toString'];a72c=function(){return k;};return a72c();}const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x1db))/0x1*(parseInt(f(0x1d2))/0x2)+-parseInt(f(0x1d3))/0x3+parseInt(f(0x1d4))/0x4*(parseInt(f(0x1ce))/0x5)+-parseInt(f(0x1d0))/0x6+parseInt(f(0x1d6))/0x7+-parseInt(f(0x1cd))/0x8*(parseInt(f(0x1da))/0x9)+-parseInt(f(0x1cc))/0xa*(-parseInt(f(0x1cf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x623c5));function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1ca;let f=c[d];return f;},a72d(a,b);}const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x1ca)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()['search'](h(0x1d5))[h(0x1cb)]()['constructor'](a72a)['search'](h(0x1d5));});a72a();import{Command}from'../../command.js';const GetCommand=Command['create']({'name':a72i(0x1d9),'usage':a72i(0x1d1),'shortDesc':a72i(0x1d7),'validOpts':[]},async function(a){const j=a72i,b=a[0x0];await this[j(0x1d8)](b);});export default GetCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a73i=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-
|
|
1
|
+
const a73i=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x155;let f=c[d];return f;},a73d(a,b);}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x16d))/0x1*(parseInt(f(0x159))/0x2)+-parseInt(f(0x15a))/0x3+parseInt(f(0x15c))/0x4*(parseInt(f(0x16c))/0x5)+parseInt(f(0x15d))/0x6*(parseInt(f(0x163))/0x7)+-parseInt(f(0x16a))/0x8*(parseInt(f(0x165))/0x9)+parseInt(f(0x167))/0xa*(parseInt(f(0x15b))/0xb)+parseInt(f(0x158))/0xc*(-parseInt(f(0x156))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x76d0c));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x166)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a['toString']()['search']('(((.+)+)+)+$')['toString']()[h(0x168)](a73a)[h(0x161)](h(0x15e));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';function a73c(){const k=['log','error','search','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','5866693VZEdcj','maka\x20get:global-config','72tUvzao','apply','5978210LYOcKw','constructor','global-config','677368DfDQCX','exit','1190815TxwvNo','121dBikBC','cfg','13qoGIwV','create','14922156TxxADm','15734GuUaGq','2798790XGoqyF','11TMJBip','16QNFOOj','6cqUqZL','(((.+)+)+)+$'];a73c=function(){return k;};return a73c();}Command[a73i(0x157)]({'name':a73i(0x169),'usage':a73i(0x164),'aliases':['gc'],'shortDesc':a73i(0x162),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x155)]['getGlobalConfig']();console[j(0x15f)](a),process['exit'](0x0);}catch(b){console[j(0x160)](b),process[j(0x16b)](0x0);}},a73e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a74h=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(
|
|
1
|
+
const a74h=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x9d))/0x1*(parseInt(f(0xaa))/0x2)+parseInt(f(0x9f))/0x3+parseInt(f(0xa9))/0x4*(-parseInt(f(0xa3))/0x5)+parseInt(f(0xa5))/0x6+-parseInt(f(0x9a))/0x7+parseInt(f(0xa0))/0x8+-parseInt(f(0xa4))/0x9*(-parseInt(f(0xa1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xc80bb));const a74b=(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;};}()),a74a=a74b(this,function(){const g=a74d;return a74a[g(0x9e)]()['search'](g(0xab))['toString']()[g(0x9c)](a74a)['search'](g(0xab));});a74a();function a74c(){const j=['4fvIDVW','1190zPyPOz','(((.+)+)+)+$','938035XOaUZj','getMakaProjectConfig','constructor','2071cLauFO','toString','579414fsIpYB','4461872MlCWlO','24070StCmxT','maka\x20get:local-config','2833370uzaorc','5013cscpfw','3964440OKcUPR','cfg','local-config','create'];a74c=function(){return j;};return a74c();}import a74e from'./get.command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x9a;let f=c[d];return f;},a74d(a,b);}import{Command}from'../../command.js';Command[a74h(0xa8)]({'name':a74h(0xa7),'usage':a74h(0xa2),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[]},async function(){const i=a74h,a=await this[i(0xa6)][i(0x9b)]();console['log'](a);},a74e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d
|
|
1
|
+
const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=-parseInt(f(0x14d))/0x1*(parseInt(f(0x150))/0x2)+-parseInt(f(0x14c))/0x3+-parseInt(f(0x13e))/0x4+-parseInt(f(0x14a))/0x5+parseInt(f(0x13b))/0x6*(-parseInt(f(0x139))/0x7)+-parseInt(f(0x148))/0x8*(-parseInt(f(0x149))/0x9)+parseInt(f(0x138))/0xa*(parseInt(f(0x14e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xe52da));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x14b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x140)]()[h(0x143)](h(0x13a))[h(0x140)]()[h(0x145)](a75a)[h(0x143)](h(0x13a));});a75a();import a75e from'./get.command.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x138;let f=c[d];return f;},a75d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75i(0x13c)]({'name':a75i(0x13f),'usage':a75i(0x14f),'shortDesc':a75i(0x144),'validOpts':[a75i(0x146)]},async function(){const j=a75i;try{const a=await this[j(0x142)][j(0x13d)]();return a;}catch(b){Log[j(0x141)](b),process[j(0x147)](0x1);}},a75e);function a75c(){const k=['whoami','toString','error','cfg','search','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','constructor','silent','exit','12816336QUcEIe','9qoqUqX','3658650NAoaMN','apply','333141HgqDxl','776990FiZWqj','9416ArZrVx','maka\x20get:whoami','2NjztDv','29890pIosTy','1032787LEeQdt','(((.+)+)+)+$','18ZEOEbW','create','getGlobalConfig','4638088fLGhKz'];a75c=function(){return k;};return a75c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x15b))/0x1*(parseInt(f(0x152))/0x2)+parseInt(f(0x153))/0x3*(-parseInt(f(0x159))/0x4)+-parseInt(f(0x154))/0x5+-parseInt(f(0x14f))/0x6+-parseInt(f(0x15d))/0x7*(-parseInt(f(0x150))/0x8)+parseInt(f(0x156))/0x9*(parseInt(f(0x15a))/0xa)+parseInt(f(0x157))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x49785));function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x14e;var f=c[d];return f;},a76d(a,b);}var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x158)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a['toString']()[h(0x155)](h(0x15e))[h(0x14e)]()[h(0x15f)](a76a)[h(0x155)](h(0x15e));});function a76c(){var j=['help','1013066DosuhF','39BokixC','2264790rvuUic','search','9DoHTRx','2713381RiVDpI','apply','151612wvgauM','144790GvhkAV','1EKBauV','Deprecated:\x20use\x20--help\x20instead','679xuVcBu','(((.+)+)+)+$','constructor','toString','89280mbDsIZ','40728wCmTpq'];a76c=function(){return j;};return a76c();}a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a76i(0x151),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a76i(0x15c)},async function(){throw new UsageError();});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a77K=a77d;(function(a,b){const H=a77d,c=a();while(!![]){try{const d=parseInt(H(
|
|
1
|
+
const a77K=a77d;(function(a,b){const H=a77d,c=a();while(!![]){try{const d=parseInt(H(0xd9))/0x1+-parseInt(H(0x106))/0x2+parseInt(H(0xbf))/0x3*(-parseInt(H(0xfd))/0x4)+-parseInt(H(0x11d))/0x5*(-parseInt(H(0xee))/0x6)+parseInt(H(0xd5))/0x7+-parseInt(H(0xd1))/0x8*(parseInt(H(0x118))/0x9)+parseInt(H(0x122))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xa7849));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const I=a77d;if(c){const e=c[I(0xf5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const J=a77d;return a77a[J(0xff)]()[J(0xe9)](J(0xd7))[J(0xff)]()[J(0x116)](a77a)['search'](J(0xd7));});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';function a77c(){const P=['Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','-rf','83632avuIdO','Downloading\x20Meteor\x20','toString','warn','maka\x20install\x20meteor\x20--set-path','getMeteorInstallPath','slice','join','error','2415146AuUHEb','NO_NODE_WARNINGS','Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.','exit','Meteor\x20path\x20updated.','force','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','releases','log','isFile','Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Install\x20the\x20specified\x20version\x20of\x20meteor.','extractTarGz','x86_64','linkVersionAsCurrent','constructor','Aborted','45009MdqfXs','Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.','meteor','Added\x20Meteor\x20path\x20to\x20','RELEASE=','2364725KciVWr','readFileSync','cacert','package-metadata','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','5091980TorCWX','env','\x20is\x20available.','Using\x20CA\x20Cert\x20','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','meteor.tar.gz','Network\x20error,\x20please\x20try\x20again.','Cleaning\x20up','keepInstallFile','arm64','notice','3.0','includes','existsSync','create','3.3','60ySBeZh','appendFileSync','mkdirSync','\x20from\x20','\x20is\x20not\x20available,\x20trying\x20','platform','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','Symlinking\x20is\x20only\x20permitted\x20with\x20Administrator\x20permission.\x20\x20Please\x20run\x20this\x20in\x20an\x20Admin\x20Shell.','info','linux','setPath','https://install.meteor.com','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','.zshrc','maka\x20install\x20meteor\x20--force','install','maka\x20install\x20meteor','split','1496gzNVrP','utf8','map','replace','6982899IEfJFi','timeout','(((.+)+)+)+$','\x20installed.\x0a','794428RXWuDC','PATH','Aborting\x20install','getuid','data','downloadFile','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','confirm','get','success','Preparing\x20to\x20install\x20Meteor\x20','getGlobalConfig','&release=','Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.','arch','Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.','search','cert','Meteor\x20version\x20','.meteor','\x5c.meteor\x5cmeteor','12aUnCkX','\x20is\x20not\x20available.','withSpinner','win32','release','checkAvailability','Proceed\x20anyway?','apply','length','windows','.bashrc','homedir','osx'];a77c=function(){return P;};return a77c();}function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xb4;let f=c[d];return f;},a77d(a,b);}import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77K(0xf9)]();function isRoot(){const L=a77K;return process[L(0xdc)]&&process[L(0xdc)]()===0x0;}function compareVersions(a,b){const M=a77K,c=a[M(0xd0)]('.')[M(0xd3)](Number),d=b[M(0xd0)]('.')[M(0xd3)](Number);for(let e=0x0;e<Math['max'](c[M(0xf6)],d['length']);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77K(0xbd)]({'name':a77K(0xce),'aliases':['i'],'validOpts':[{'name':a77K(0x10b),'boolFlag':!![],'description':a77K(0x119)},{'name':'release','description':a77K(0x112)},{'name':a77K(0x11f),'description':a77K(0x110)},{'name':a77K(0xb7),'boolFlag':!![],'description':a77K(0xe6)},{'name':a77K(0xd6),'description':a77K(0x108)},{'name':a77K(0xc9),'boolFlag':!![],'description':a77K(0xe8)}],'validArgs':[a77K(0x11a)],'minArgLength':0x1,'usage':a77K(0xcf),'shortDesc':'Maka\x27s\x20Installer\x20for\x20Meteor.','examples':[a77K(0xcf),a77K(0xcd),'maka\x20install\x20meteor\x20--release\x203.0.1',a77K(0x101)]},async function(a,b){const N=a77K;try{const {mpi:c,cfg:d,fsi:f}=this;b['setPath']&&(updatePath(),Log[N(0xe2)](N(0x10a)),process['exit'](0x0));let g='';if(b[N(0x11f)]){if(f[N(0x10f)](b['cacert']))Log['notice'](N(0x125)+b[N(0x11f)]),g=b[N(0x11f)];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+g;}const h=await d[N(0xe4)]();if(h['cert']){if(f[N(0x10f)](h[N(0xea)]))g=h[N(0xea)];else throw N(0x111)+g;}let i=![];if(b['f']||b[N(0x10b)])i=!![];else{const t=isRoot();t?(Log[N(0x100)](N(0x126)),i=await Actions[N(0xe0)](N(0xf4),![])):i=!![];}if(!i)throw N(0x117);const j=await HTTPS[N(0xe1)]({'url':N(0xca),'cert':g}),k=f['grep'](j[N(0xdd)],N(0x11c));if(k[N(0xf6)]===0x0)throw N(0xb5);process[N(0x123)][N(0x107)]='1';const l=k[0x0][N(0xd4)](/[^0-9.]/gi,'')[N(0xd4)](/\r?\n|\r/,''),m=N(0xbe);let n;b[N(0xf2)]?n=b[N(0xf2)]:compareVersions(l,m)<0x0?n=m:n=l;Log[N(0xb9)](N(0xe3)+n);const o={'win32':N(0xf7),'darwin':N(0xfa),'linux':N(0xc8)};let p='https://packages.meteor.com/bootstrap-link?arch=os.'+o[a77e[N(0xc4)]()]+'.'+(a77e['arch']()===N(0xb8)?N(0xb8):N(0x114))+N(0xe5)+n,q=await HTTPS[N(0xf3)]({'url':p,'cert':g});n=n[N(0xff)]();n==='3'&&(n=N(0xba));if(!q&&n[N(0xbb)]('-')){const u=n['split']('-'),v=u[0x0],w=u[N(0x103)](0x1)[N(0x104)]('-'),x=v[N(0xd4)](/\.0+$/,'');Log['warn'](N(0xeb)+n+N(0xc3)+x+'-'+w);const y='https://packages.meteor.com/bootstrap-link?arch=os.'+o[a77e['platform']()]+'.'+(a77e[N(0xe7)]()===N(0xb8)?N(0xb8):'x86_64')+'&release='+x+'-'+w;q=await HTTPS[N(0xf3)]({'url':y,'cert':g}),q&&(n=x+'-'+w,p=y);}!q?(Log[N(0x105)](N(0xeb)+n+N(0xef)),process[N(0x109)](0x0)):Log['notice'](N(0xeb)+n+N(0x124));const r=f[N(0x102)](),s=c['getInstalledMeteorVersion'](n);if(a77g['existsSync'](s)){let z=![];b['f']||b[N(0x10b)]?z=!![]:z=await Actions[N(0xe0)]('Meteor\x20is\x20'+n+'\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),z?(await SpawnAsync[N(0xf0)]('rm',[N(0xfc),a77f[N(0x104)](r,'packages')],{'message':N(0x10c)}),await SpawnAsync[N(0xf0)]('rm',[N(0xfc),a77f['join'](r,N(0x120))],{'message':N(0xdf)}),await SpawnAsync[N(0xf0)]('rm',[N(0xfc),a77f['join'](r,N(0x11a))],{'message':N(0xcb)})):(Log[N(0xc7)]('Aborting\x20install'),process['exit'](0x0));}try{const A=process[N(0xc4)]===N(0xf1);if(A){let B=await Actions[N(0xe0)](N(0xc6),![]);!B&&(Log['info'](N(0xdb)),process[N(0x109)](0x0));}Log[N(0xb9)](N(0xfe)+n+N(0xc2)+p),await HTTPS[N(0xde)]({'url':p,'destPath':a77f[N(0x104)](homeDir,'meteor.tar.gz'),'cert':g,'timeout':b['timeout']?parseInt(b[N(0xd6)])*0x3e8:0x493e0});try{const C=a77f['join'](homeDir,N(0xb4)),D=a77f[N(0x104)](homeDir,N(0xec),N(0x10d),n);a77g[N(0xc1)](D,{'recursive':!![]}),await f[N(0x113)](C,D);}catch(E){console[N(0x10e)](E),Log['error']('Error\x20extracting\x20meteor.tar.gz\x20file');}updatePath();}catch(F){console['error'](F),process[N(0x109)](0x1);}finally{!b['keepInstallFile']&&await SpawnAsync[N(0xf0)]('rm',[N(0xfc),a77f[N(0x104)](homeDir,N(0xb4))],{'message':N(0xb6)});}c[N(0x115)](n),Log[N(0xe2)](N(0xeb)+n+N(0xd8)),process[N(0x109)](0x0);}catch(G){console[N(0x105)](G),process[N(0x109)](0x1);}});function updatePath(){const O=a77K;if(a77e[O(0xc4)]()===O(0xf1)){const a=process[O(0x123)][O(0xda)]||'',b=homeDir+O(0xed);!a[O(0xbb)](b)&&(execSync('setx\x20PATH\x20\x22'+a+';'+b+'\x22'),Log['notice'](O(0xfb)),Log[O(0xb9)](O(0x121)));}else{const c=a77f['join'](homeDir,O(0xcc)),d=a77f[O(0x104)](homeDir,O(0xf8)),e=O(0xc5),f=a77g['existsSync'](c)?a77g[O(0x11e)](c,O(0xd2)):'';!f['includes'](e)&&(a77g[O(0xc0)](c,'\x0a'+e+'\x0a'),Log[O(0xb9)]('Added\x20Meteor\x20path\x20to\x20'+c));const g=a77g[O(0xbc)](d)?a77g[O(0x11e)](d,O(0xd2)):'';!g['includes'](e)&&(a77g[O(0xc0)](d,'\x0a'+e+'\x0a'),Log[O(0xb9)](O(0x11b)+d));}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0xcf;let f=c[d];return f;},a78d(a,b);}const a78k=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0xda))/0x1+parseInt(i(0xe1))/0x2+-parseInt(i(0xef))/0x3+parseInt(i(0xf3))/0x4*(-parseInt(i(0xde))/0x5)+-parseInt(i(0xdc))/0x6+-parseInt(i(0xea))/0x7+parseInt(i(0xe5))/0x8*(parseInt(i(0xdf))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xe87dc));const a78b=(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;};}()),a78a=a78b(this,function(){const j=a78d;return a78a[j(0xe3)]()[j(0xe4)](j(0xd4))['toString']()[j(0xe6)](a78a)[j(0xe4)]('(((.+)+)+)+$');});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a78c(){const m=['864BKkBgP','constructor','plugins/markdown','closure','utf-8','11719505ibNdFG','app/private','fsi','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','sep','2120763OBhUsd','jsdoc','withSpinner','Running\x20','15724oOdjkb','create','maka\x20jsdoc','\x20-r\x20app','writeFileSync','notice','\x0a[+]\x20Documentation\x20written\x20to\x20','(((.+)+)+)+$','error','maka\x20jsdoc\x20--init','findAppDirectory','join','stringify','166161dSfJCD','jsdoc-config.json','8911338hodElm','app/packages','995DKZWhV','327627PgfDjh','.+\x5c.(j|t)s(doc|x)?$','3671098KWXWGk','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','toString','search'];a78c=function(){return m;};return a78c();}import{Log}from'../tools/log/log.class.js';Command[a78k(0xf4)]({'name':a78k(0xf0),'usage':a78k(0xcf),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a78k(0xd6),a78k(0xcf)],'validOpts':[]},function(){const l=a78k,a=a78e[l(0xd8)](this[l(0xec)][l(0xd7)](),'docs'+a78e[l(0xee)]),b=a78e[l(0xd8)](this[l(0xec)][l(0xd7)](),'config',l(0xdb)),c='jsdoc';if(!this[l(0xec)]['isFile'](b)){const f={'plugins':[l(0xe7)],'tags':{'allowUnknownTags':!![],'dictionaries':[l(0xf0),l(0xe8)]},'source':{'includePattern':l(0xe0),'excludePattern':l(0xe2),'exclude':[l(0xdd),'app/node_modules','app/public',l(0xeb)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':l(0xe9)}};a78f[l(0xd1)](b,JSON[l(0xd9)](f,null,0x4));}const d=Log[l(0xf1)](l(0xf2)+c);try{const g=c+'\x20-c\x20'+b+l(0xd0)+a78e[l(0xee)]+'\x20-d\x20'+a;execSync(g,{'stdio':'inherit'}),Log[l(0xd2)](l(0xd3)+a);}catch(h){Log['error'](h),Log[l(0xd5)](l(0xed));}finally{d['stop']();}});
|