mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-06 15:20:25 -06:00
189 lines
6.2 KiB
JSON
189 lines
6.2 KiB
JSON
{
|
|
"name": "@packages/server",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build-js": "tsc",
|
|
"check-deps": "node ../../scripts/check-deps.js --verbose",
|
|
"check-deps-pre": "npm run check-deps -- --prescript",
|
|
"clean-deps": "rm -rf node_modules",
|
|
"precodecov": "npm run check-deps-pre",
|
|
"codecov": "codecov",
|
|
"predev": "npm run check-deps-pre",
|
|
"dev": "node index.js",
|
|
"lint-coffee": "bin-up coffeelint test/*.coffee test/unit/*.coffee test/integration/*.coffee",
|
|
"prerepl": "npm run check-deps-pre",
|
|
"repl": "node repl.js",
|
|
"prestart": "npm run check-deps-pre",
|
|
"start": "node ../../cli/bin/cypress open --dev --global",
|
|
"pretest": "npm run check-deps-pre",
|
|
"test": "node ./test/scripts/run.js",
|
|
"pretest-cov": "npm run check-deps-pre",
|
|
"test-cov": "NODE_COVERAGE=true NODE_ENV=test CYPRESS_ENV=test BLUEBIRD_DEBUG=1 xvfb-maybe istanbul cover node_modules/.bin/_mocha -- --opts ./test/support/mocha.opts",
|
|
"pretest-cov-process": "npm run check-deps-pre",
|
|
"test-cov-process": "NODE_COVERAGE=true NODE_ENV=test CYPRESS_ENV=test BLUEBIRD_DEBUG=1 istanbul cover --include-pid",
|
|
"pretest-e2e": "npm run check-deps-pre",
|
|
"test-e2e": "node ./test/scripts/e2e.js",
|
|
"pretest-e2e-chrome": "npm run check-deps-pre",
|
|
"test-e2e-chrome": "node ./test/scripts/run.js test/e2e chrome",
|
|
"pretest-integration": "npm run check-deps-pre",
|
|
"test-integration": "node ./test/scripts/run.js test/integration",
|
|
"pretest-integration-watch": "npm run check-deps-pre",
|
|
"test-integration-watch": "./test/support/watch test-integration",
|
|
"test-performance": "node ./test/scripts/run.js test/performance",
|
|
"pretest-unit": "npm run check-deps-pre",
|
|
"test-unit": "node ./test/scripts/run.js test/unit",
|
|
"pretest-unit-watch": "npm run check-deps-pre",
|
|
"test-unit-watch": "./test/support/watch test/unit",
|
|
"pretest-watch": "npm run check-deps-pre",
|
|
"test-watch": "./test/support/watch test"
|
|
},
|
|
"dependencies": {
|
|
"@cypress/browserify-preprocessor": "1.1.2",
|
|
"@cypress/commit-info": "2.1.4",
|
|
"@cypress/get-windows-proxy": "1.5.4",
|
|
"@cypress/icons": "0.7.0",
|
|
"@ffmpeg-installer/ffmpeg": "1.0.19",
|
|
"ansi_up": "1.3.0",
|
|
"bluebird": "3.4.7",
|
|
"browserify": "16.3.0",
|
|
"chai": "1.10.0",
|
|
"chalk": "2.4.2",
|
|
"charset": "1.0.1",
|
|
"check-more-types": "2.24.0",
|
|
"chokidar": "3.0.1",
|
|
"cjsxify": "0.3.0",
|
|
"cli-table2": "0.2.0",
|
|
"color-string": "1.5.3",
|
|
"common-tags": "1.8.0",
|
|
"compression": "1.7.4",
|
|
"concat-stream": "1.6.2",
|
|
"content-type": "1.0.4",
|
|
"cookie-parser": "1.4.4",
|
|
"data-uri-to-buffer": "2.0.1",
|
|
"debug": "4.1.1",
|
|
"dependency-tree": "7.0.2",
|
|
"duplexify": "4.1.1",
|
|
"electron-context-menu": "0.11.0",
|
|
"errorhandler": "1.5.1",
|
|
"evil-dns": "0.2.0",
|
|
"execa": "1.0.0",
|
|
"express": "4.16.4",
|
|
"express-handlebars": "3.0.2",
|
|
"find-process": "1.4.1",
|
|
"fluent-ffmpeg": "2.1.2",
|
|
"fs-extra": "8.1.0",
|
|
"getos": "3.1.1",
|
|
"glob": "7.1.3",
|
|
"graceful-fs": "4.2.0",
|
|
"http-accept": "0.1.6",
|
|
"http-proxy": "1.17.0",
|
|
"http-status-codes": "1.3.2",
|
|
"human-interval": "0.1.6",
|
|
"iconv-lite": "0.5.0",
|
|
"image-size": "0.7.4",
|
|
"is-fork-pr": "2.3.0",
|
|
"is-html": "2.0.0",
|
|
"jimp": "0.6.4",
|
|
"jsonlint": "1.6.3",
|
|
"konfig": "0.2.1",
|
|
"lazy-ass": "1.6.0",
|
|
"lockfile": "1.0.4",
|
|
"lodash": "4.17.15",
|
|
"log-symbols": "2.2.0",
|
|
"md5": "2.2.1",
|
|
"mime": "1.6.0",
|
|
"minimatch": "3.0.4",
|
|
"minimist": "1.2.0",
|
|
"mocha": "2.4.5",
|
|
"mocha-junit-reporter": "1.23.1",
|
|
"mocha-teamcity-reporter": "3.0.0",
|
|
"moment": "2.24.0",
|
|
"morgan": "1.9.1",
|
|
"node-machine-id": "1.1.10",
|
|
"node-offline-localhost": "0.9.0",
|
|
"node-webkit-updater": "cypress-io/node-webkit-updater#e74623726f381487f543e373e71515177a32daeb",
|
|
"opn": "cypress-io/opn#2f4e9a216ca7bdb95dfae9d46d99ddf004b3cbb5",
|
|
"ospath": "1.2.2",
|
|
"p-queue": "6.1.0",
|
|
"parse-domain": "2.0.0",
|
|
"pumpify": "1.5.1",
|
|
"ramda": "0.24.1",
|
|
"randomstring": "1.1.5",
|
|
"replacestream": "4.0.3",
|
|
"request": "2.88.0",
|
|
"request-promise": "4.2.4",
|
|
"return-deep-diff": "0.3.0",
|
|
"sanitize-filename": "1.6.1",
|
|
"semver": "6.3.0",
|
|
"send": "0.17.0",
|
|
"server-destroy": "1.0.1",
|
|
"shell-env": "3.0.0",
|
|
"signal-exit": "3.0.2",
|
|
"sinon": "5.1.1",
|
|
"strip-ansi": "3.0.1",
|
|
"syntax-error": "1.4.0",
|
|
"term-size": "2.0.0",
|
|
"through": "2.3.8",
|
|
"tough-cookie": "3.0.1",
|
|
"trash": "5.2.0",
|
|
"underscore": "1.9.1",
|
|
"underscore.string": "3.3.5",
|
|
"url-parse": "1.4.7",
|
|
"uuid": "3.3.2",
|
|
"widest-line": "3.1.0",
|
|
"winston": "2.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.4.4",
|
|
"@babel/plugin-proposal-class-properties": "7.4.4",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
|
|
"@babel/plugin-transform-runtime": "7.4.4",
|
|
"@babel/preset-env": "7.4.4",
|
|
"@babel/preset-react": "7.0.0",
|
|
"@babel/runtime": "7.4.4",
|
|
"@cypress/debugging-proxy": "2.0.1",
|
|
"@cypress/json-schemas": "5.32.2",
|
|
"@cypress/sinon-chai": "1.1.0",
|
|
"babel-plugin-add-module-exports": "1.0.2",
|
|
"babelify": "10.0.0",
|
|
"bin-up": "1.2.0",
|
|
"body-parser": "1.19.0",
|
|
"chai-uuid": "1.0.6",
|
|
"chokidar-cli": "1.2.2",
|
|
"chrome-har-capturer": "0.13.4",
|
|
"coffee-coverage": "3.0.1",
|
|
"console-table-printer": "1.0.0-beta12",
|
|
"cors": "2.8.5",
|
|
"eol": "0.9.1",
|
|
"eventsource": "1.0.7",
|
|
"express-session": "1.16.1",
|
|
"express-useragent": "1.0.12",
|
|
"http-mitm-proxy": "0.7.0",
|
|
"https-proxy-agent": "2.2.0",
|
|
"istanbul": "0.4.5",
|
|
"mocked-env": "1.2.4",
|
|
"mockery": "2.1.0",
|
|
"multiparty": "4.2.1",
|
|
"nock": "9.6.1",
|
|
"npm-install-version": "6.0.2",
|
|
"proxyquire": "2.1.0",
|
|
"react": "15.6.2",
|
|
"repl.history": "0.1.4",
|
|
"snap-shot-it": "7.8.0",
|
|
"ssestream": "1.0.1",
|
|
"stream-to-promise": "1.1.1",
|
|
"supertest": "4.0.2",
|
|
"supertest-session": "4.0.0",
|
|
"ws": "5.2.2",
|
|
"xvfb": "cypress-io/node-xvfb#22e3783c31d81ebe64d8c0df491ea00cdc74726a",
|
|
"xvfb-maybe": "cypress-io/xvfb-maybe#c4a810c42d603949cd63b8cf245f6c239331d370"
|
|
},
|
|
"files": [
|
|
"config",
|
|
"lib"
|
|
],
|
|
"productName": "Cypress"
|
|
}
|