mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-13 18:50:18 -06:00
163 lines
5.2 KiB
JSON
163 lines
5.2 KiB
JSON
{
|
|
"name": "@packages/server",
|
|
"productName": "Cypress",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"server": "node index.js --mode server",
|
|
"repl": "node repl.js",
|
|
"clean-deps": "rm -rf node_modules",
|
|
"test": "node ./test/scripts/run.js",
|
|
"test-watch": "./test/support/watch test",
|
|
"test-unit": "node ./test/scripts/run.js test/unit",
|
|
"test-unit-watch": "./test/support/watch test/unit",
|
|
"test-integration": "node ./test/scripts/run.js test/integration",
|
|
"test-integration-watch": "./test/support/watch test-integration",
|
|
"test-e2e": "node ./test/scripts/e2e.js",
|
|
"test-e2e-chrome": "node ./test/scripts/run.js test/e2e chrome",
|
|
"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",
|
|
"test-cov-process": "NODE_COVERAGE=true NODE_ENV=test CYPRESS_ENV=test BLUEBIRD_DEBUG=1 istanbul cover --include-pid",
|
|
"test-debug": "NODE_ENV=test NODE_DEBUG=request CYPRESS_ENV=test BLUEBIRD_DEBUG=1 DEBUG=nock.*,-nock.common,socket.io:* node --inspect --debug-brk ./node_modules/.bin/_mocha --opts test/support/mocha.opts --watch",
|
|
"codecov": "codecov",
|
|
"coveralls": "cat ./coverage/lcov.info | coveralls",
|
|
"lint": "bin-up coffeelint test/*.coffee test/unit/*.coffee test/integration/*.coffee"
|
|
},
|
|
"files": [
|
|
"config",
|
|
"timers",
|
|
"lib"
|
|
],
|
|
"devDependencies": {
|
|
"@cypress/sinon-chai": "^1.0.0",
|
|
"bin-up": "^1.1.0",
|
|
"body-parser": "1.12.4",
|
|
"chokidar-cli": "^1.2.0",
|
|
"codecov": "^1.0.1",
|
|
"coffee-coverage": "^1.0.1",
|
|
"cors": "^2.8.3",
|
|
"coveralls": "^2.11.8",
|
|
"electron-osx-sign": "^0.3.0",
|
|
"eol": "^0.9.1",
|
|
"execa": "^0.8.0",
|
|
"express-session": "^1.14.1",
|
|
"express-useragent": "^1.0.4",
|
|
"https-proxy-agent": "^1.0.0",
|
|
"inquirer": "3.0.6",
|
|
"istanbul": "^0.4.2",
|
|
"mockery": "^1.4.0",
|
|
"nock": "9.0.2",
|
|
"nodemon": "^1.8.1",
|
|
"obfuscator": "^0.5.0",
|
|
"plist": "^1.1.0",
|
|
"proxyquire": "1.7.4",
|
|
"react": "^15.2.1",
|
|
"repl.history": "^0.1.3",
|
|
"run-sequence": "^1.0.2",
|
|
"snap-shot-it": "2.0.0",
|
|
"stream-to-promise": "^1.1.0",
|
|
"supertest": "^0.15.0",
|
|
"supertest-as-promised": "^3.0.0",
|
|
"supertest-session": "0.0.7",
|
|
"through2": "0.6.3",
|
|
"vagrant": "0.0.1",
|
|
"ws": "^1.0.1",
|
|
"xvfb": "cypress-io/node-xvfb#22e3783c31d81ebe64d8c0df491ea00cdc74726a",
|
|
"xvfb-maybe": "cypress-io/xvfb-maybe#c4a810c42d603949cd63b8cf245f6c239331d370"
|
|
},
|
|
"dependencies": {
|
|
"@cypress/icons": "0.5.4",
|
|
"@cypress/mocha-teamcity-reporter": "^1.0.0",
|
|
"@ffmpeg-installer/ffmpeg": "1.0.3",
|
|
"ansi_up": "^1.3.0",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-preset-latest": "^6.16.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"babelify": "^7.3.0",
|
|
"bluebird": "3.4.7",
|
|
"browserify": "^13.1.1",
|
|
"bytes": "^2.4.0",
|
|
"chai": "^1.9.2",
|
|
"chalk": "^2.0.1",
|
|
"check-more-types": "^2.24.0",
|
|
"chokidar": "1.6.0",
|
|
"cjsxify": "^0.3.0",
|
|
"compression": "1.1.0",
|
|
"concat-stream": "^1.5.1",
|
|
"content-type": "^1.0.2",
|
|
"cookie": "^0.2.3",
|
|
"cookie-parser": "^1.3.3",
|
|
"data-uri-to-buffer": "0.0.4",
|
|
"debug": "^2.6.8",
|
|
"electron-context-menu": "^0.8.0",
|
|
"electron-positioner": "3.0.0",
|
|
"errorhandler": "1.1.1",
|
|
"evil-dns": "^0.2.0",
|
|
"express": "4.12.3",
|
|
"fluent-ffmpeg": "^2.1.0",
|
|
"fs-extra": "4.0.1",
|
|
"getos": "^2.8.2",
|
|
"gift": "0.9.0",
|
|
"glob": "7.1.2",
|
|
"graceful-fs": "^4.1.11",
|
|
"gulp-util": "^3.0.6",
|
|
"hbs": "4.0.0",
|
|
"http-accept": "^0.1.6",
|
|
"http-proxy": "^1.13.2",
|
|
"http-status-codes": "^1.0.6",
|
|
"human-interval": "^0.1.5",
|
|
"image-size": "^0.5.0",
|
|
"js-beautify": "^1.5.10",
|
|
"js-object-pretty-print": "^0.1.4",
|
|
"jsonlint": "^1.6.2",
|
|
"konfig": "^0.2.0",
|
|
"lazy-ass": "^1.6.0",
|
|
"lockfile": "^1.0.3",
|
|
"lodash": "4.17.4",
|
|
"md5": "^2.2.1",
|
|
"method-override": "^2.3.1",
|
|
"mime": "1.2.11",
|
|
"minimatch": "^3.0.0",
|
|
"minimist": "^1.1.2",
|
|
"mocha": "2.4.5",
|
|
"mocha-junit-reporter": "1.12.1",
|
|
"moment": "^2.14.1",
|
|
"morgan": "1.3.0",
|
|
"node-machine-id": "^1.1.4",
|
|
"node-uuid": "1.4.1",
|
|
"node-webkit-updater": "cypress-io/node-webkit-updater#e74623726f381487f543e373e71515177a32daeb",
|
|
"opn": "cypress-io/opn#2f4e9a216ca7bdb95dfae9d46d99ddf004b3cbb5",
|
|
"ospath": "^1.1.0",
|
|
"p-queue": "^1.0.0",
|
|
"parse-domain": "^0.2.1",
|
|
"pluralize": "^3.0.0",
|
|
"pretty-error": "^2.1.0",
|
|
"progress": "^1.1.8",
|
|
"ramda": "^0.24.0",
|
|
"randomstring": "^1.1.5",
|
|
"request": "2.79.0",
|
|
"request-promise": "4.1.1",
|
|
"sanitize-filename": "^1.6.1",
|
|
"semver": "^5.3.0",
|
|
"send": "^0.14.1",
|
|
"server-destroy": "1.0.1",
|
|
"shell-env": "^0.3.0",
|
|
"signal-exit": "^3.0.2",
|
|
"sinon": "1.17.7",
|
|
"sinon-as-promised": "3.0.1",
|
|
"string-to-stream": "^1.0.1",
|
|
"strip-ansi": "^3.0.1",
|
|
"syntax-error": "^1.1.4",
|
|
"tar-fs": "^1.11.1",
|
|
"through": "2.3.6",
|
|
"tough-cookie": "2.3.0",
|
|
"trash": "4.0.0",
|
|
"underscore": "^1.8.3",
|
|
"underscore.string": "3.3.4",
|
|
"url-parse": "^1.1.7",
|
|
"watchify": "^3.9.0",
|
|
"winston": "^0.9.0"
|
|
}
|
|
}
|