UNPKG

5.89 kBJSONView Raw
1{
2 "name": "testcafe",
3 "description": "Automated browser testing for the modern web development stack.",
4 "license": "MIT",
5 "version": "1.8.0",
6 "author": {
7 "name": "Developer Express Inc.",
8 "url": "https://www.devexpress.com/"
9 },
10 "bugs": {
11 "url": "https://github.com/DevExpress/testcafe/issues"
12 },
13 "homepage": "https://devexpress.github.io/testcafe/",
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/DevExpress/testcafe.git"
17 },
18 "engines": {
19 "node": ">=8.0.0"
20 },
21 "main": "lib/index",
22 "types": "ts-defs/index.d.ts",
23 "bin": {
24 "testcafe": "./bin/testcafe-with-v8-flag-filter.js"
25 },
26 "files": [
27 "lib",
28 "bin",
29 "ts-defs"
30 ],
31 "keywords": [
32 "automated",
33 "functional",
34 "browser",
35 "browsers",
36 "website",
37 "webapp",
38 "testing",
39 "automation",
40 "test",
41 "runner",
42 "tdd",
43 "assert",
44 "assertion",
45 "QA",
46 "ES6",
47 "ES2015",
48 "async",
49 "await"
50 ],
51 "scripts": {
52 "test": "gulp travis",
53 "publish-please": "del-cli package-lock.json node_modules && npm i && publish-please",
54 "prepublishOnly": "publish-please guard"
55 },
56 "dependencies": {
57 "@types/node": "^10.12.19",
58 "async-exit-hook": "^1.1.2",
59 "babel-core": "^6.22.1",
60 "babel-plugin-transform-class-properties": "^6.24.1",
61 "babel-plugin-transform-for-of-as-array": "^1.1.1",
62 "babel-plugin-transform-runtime": "^6.22.0",
63 "babel-preset-env": "^1.1.8",
64 "babel-preset-flow": "^6.23.0",
65 "babel-preset-stage-2": "^6.22.0",
66 "babel-runtime": "^6.22.0",
67 "bin-v8-flags-filter": "^1.1.2",
68 "bowser": "^2.8.1",
69 "callsite": "^1.0.0",
70 "callsite-record": "^4.0.0",
71 "chai": "^4.1.2",
72 "chalk": "^2.3.0",
73 "chrome-emulated-devices-list": "^0.1.0",
74 "chrome-remote-interface": "^0.25.3",
75 "coffeescript": "^2.3.1",
76 "commander": "^2.8.1",
77 "debug": "^2.2.0",
78 "dedent": "^0.4.0",
79 "del": "^3.0.0",
80 "elegant-spinner": "^1.0.1",
81 "emittery": "^0.4.1",
82 "endpoint-utils": "^1.0.2",
83 "error-stack-parser": "^1.3.6",
84 "globby": "^9.2.0",
85 "graceful-fs": "^4.1.11",
86 "graphlib": "^2.1.5",
87 "import-lazy": "^3.1.0",
88 "indent-string": "^1.2.2",
89 "is-ci": "^1.0.10",
90 "is-docker": "^2.0.0",
91 "is-glob": "^2.0.1",
92 "is-stream": "^1.1.0",
93 "json5": "^2.1.0",
94 "lodash": "^4.17.13",
95 "log-update-async-hook": "^2.0.2",
96 "make-dir": "^3.0.0",
97 "map-reverse": "^1.0.1",
98 "mime-db": "^1.41.0",
99 "moment": "^2.10.3",
100 "moment-duration-format-commonjs": "^1.0.0",
101 "mustache": "^2.1.2",
102 "nanoid": "^1.0.1",
103 "node-version": "^1.0.0",
104 "os-family": "^1.0.0",
105 "parse5": "^1.5.0",
106 "pify": "^2.3.0",
107 "pinkie": "^2.0.4",
108 "pngjs": "^3.3.1",
109 "promisify-event": "^1.0.0",
110 "qrcode-terminal": "^0.10.0",
111 "read-file-relative": "^1.2.0",
112 "replicator": "^1.0.3",
113 "resolve-cwd": "^1.0.0",
114 "resolve-from": "^4.0.0",
115 "sanitize-filename": "^1.6.0",
116 "source-map-support": "^0.5.16",
117 "strip-bom": "^2.0.0",
118 "testcafe-browser-tools": "2.0.8-alpha.2",
119 "testcafe-hammerhead": "16.0.2",
120 "testcafe-legacy-api": "3.1.11",
121 "testcafe-reporter-json": "^2.1.0",
122 "testcafe-reporter-list": "^2.1.0",
123 "testcafe-reporter-minimal": "^2.1.0",
124 "testcafe-reporter-spec": "^2.1.1",
125 "testcafe-reporter-xunit": "^2.1.0",
126 "time-limit-promise": "^1.0.2",
127 "tmp": "0.0.28",
128 "tree-kill": "^1.1.0",
129 "typescript": "^3.3.3"
130 },
131 "devDependencies": {
132 "@belym.a.2105/broken-link-checker": "^0.7.9",
133 "@ffmpeg-installer/ffmpeg": "^1.0.17",
134 "@types/chai": "^3.5.2",
135 "@types/debug": "^4.1.5",
136 "@types/dedent": "^0.7.0",
137 "@types/json5": "0.0.30",
138 "@types/mime-db": "^1.27.0",
139 "@types/mustache": "^0.8.32",
140 "@types/nanoid": "^2.1.0",
141 "@types/useragent": "^2.1.1",
142 "@typescript-eslint/eslint-plugin": "1.13.0",
143 "@typescript-eslint/parser": "1.13.0",
144 "babel-plugin-add-module-exports": "^0.2.0",
145 "basic-auth": "^1.1.0",
146 "body-parser": "^1.17.1",
147 "browserstack-connector": "^0.1.7",
148 "caller": "^1.0.1",
149 "chai-string": "^1.5.0",
150 "connect": "^3.4.0",
151 "cross-spawn": "^4.0.0",
152 "devtools-protocol": "0.0.678506",
153 "dom-walk": "^0.1.1",
154 "eslint-plugin-hammerhead": "0.3.0",
155 "eslint-plugin-no-only-tests": "^2.0.1",
156 "express": "^4.13.3",
157 "express-ntlm": "2.4.0",
158 "gulp": "^4.0.0",
159 "gulp-babel": "^6.1.1",
160 "gulp-clone": "^2.0.1",
161 "gulp-data": "^1.3.1",
162 "gulp-eslint": "^5.0.0",
163 "gulp-gh-pages": "^0.6.0-6",
164 "gulp-git": "^2.4.2",
165 "gulp-less": "^4.0.0",
166 "gulp-ll-next": "^2.1.0",
167 "gulp-mocha": "^5.0.0",
168 "gulp-mocha-simple": "^1.0.0",
169 "gulp-mustache": "^3.0.1",
170 "gulp-prompt": "^1.0.1",
171 "gulp-qunit-harness": "^1.0.2",
172 "gulp-rename": "^1.3.0",
173 "gulp-sourcemaps": "^2.6.4",
174 "gulp-step": "^1.0.1",
175 "gulp-uglify": "^3.0.0",
176 "gulp-util": "^3.0.7",
177 "gulp-webmake": "0.0.4",
178 "js-yaml": "^3.6.1",
179 "license-checker": "^20.0.0",
180 "markdownlint": ">=0.0.8",
181 "merge-stream": "^1.0.1",
182 "minimist": "^1.2.0",
183 "multer": "^1.1.0",
184 "npm-auditor": "^1.1.1",
185 "open": "^6.4.0",
186 "openssl-self-signed-certificate": "^1.1.6",
187 "proxyquire": "^2.1.0",
188 "publish-please": "^5.5.1",
189 "recursive-copy": "^2.0.5",
190 "request": "^2.58.0",
191 "run-sequence": "^1.2.2",
192 "saucelabs-connector": "^0.2.0",
193 "semver": "^5.6.0",
194 "serve-static": "^1.10.0",
195 "sinon": "^7.3.0",
196 "stack-chain": "^2.0.0",
197 "strip-ansi": "^3.0.0",
198 "testcafe-browser-provider-browserstack": "^1.7.1",
199 "webmake": "0.3.42"
200 }
201}