1 | {
|
2 | "name": "testcafe",
|
3 | "description": "Automated browser testing for the modern web development stack.",
|
4 | "license": "MIT",
|
5 | "version": "1.14.1",
|
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": ">=12.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 | "@babel/core": "^7.12.1",
|
58 | "@babel/plugin-proposal-async-generator-functions": "^7.12.1",
|
59 | "@babel/plugin-proposal-class-properties": "^7.12.1",
|
60 | "@babel/plugin-proposal-decorators": "^7.12.1",
|
61 | "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
|
62 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
63 | "@babel/plugin-syntax-import-meta": "^7.10.4",
|
64 | "@babel/plugin-transform-async-to-generator": "^7.12.1",
|
65 | "@babel/plugin-transform-exponentiation-operator": "^7.12.1",
|
66 | "@babel/plugin-transform-for-of": "^7.12.1",
|
67 | "@babel/plugin-transform-runtime": "^7.12.1",
|
68 | "@babel/preset-env": "^7.12.1",
|
69 | "@babel/preset-flow": "^7.12.1",
|
70 | "@babel/preset-react": "^7.12.1",
|
71 | "@babel/runtime": "^7.12.5",
|
72 | "@types/node": "^12.20.10",
|
73 | "async-exit-hook": "^1.1.2",
|
74 | "babel-plugin-module-resolver": "^4.0.0",
|
75 | "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
|
76 | "bin-v8-flags-filter": "^1.1.2",
|
77 | "bowser": "^2.8.1",
|
78 | "callsite": "^1.0.0",
|
79 | "callsite-record": "^4.0.0",
|
80 | "chai": "^4.1.2",
|
81 | "chalk": "^2.3.0",
|
82 | "chrome-remote-interface": "^0.25.3",
|
83 | "coffeescript": "^2.3.1",
|
84 | "commander": "^2.8.1",
|
85 | "debug": "^4.3.1",
|
86 | "dedent": "^0.4.0",
|
87 | "del": "^3.0.0",
|
88 | "device-specs": "^1.0.0",
|
89 | "diff": "^4.0.2",
|
90 | "elegant-spinner": "^1.0.1",
|
91 | "emittery": "^0.4.1",
|
92 | "endpoint-utils": "^1.0.2",
|
93 | "error-stack-parser": "^1.3.6",
|
94 | "execa": "^4.0.3",
|
95 | "globby": "^9.2.0",
|
96 | "graceful-fs": "^4.1.11",
|
97 | "graphlib": "^2.1.5",
|
98 | "humanize-duration": "^3.25.0",
|
99 | "import-lazy": "^3.1.0",
|
100 | "indent-string": "^1.2.2",
|
101 | "is-ci": "^1.0.10",
|
102 | "is-docker": "^2.0.0",
|
103 | "is-glob": "^2.0.1",
|
104 | "is-stream": "^1.1.0",
|
105 | "json5": "^2.1.0",
|
106 | "lodash": "^4.17.13",
|
107 | "log-update-async-hook": "^2.0.2",
|
108 | "make-dir": "^3.0.0",
|
109 | "mime-db": "^1.41.0",
|
110 | "moment": "^2.10.3",
|
111 | "moment-duration-format-commonjs": "^1.0.0",
|
112 | "mustache": "^2.1.2",
|
113 | "nanoid": "^1.0.1",
|
114 | "node-version": "^1.0.0",
|
115 | "os-family": "^1.0.0",
|
116 | "parse5": "^1.5.0",
|
117 | "pify": "^2.3.0",
|
118 | "pinkie": "^2.0.4",
|
119 | "pngjs": "^3.3.1",
|
120 | "pretty-hrtime": "^1.0.3",
|
121 | "promisify-event": "^1.0.0",
|
122 | "qrcode-terminal": "^0.10.0",
|
123 | "read-file-relative": "^1.2.0",
|
124 | "replicator": "^1.0.3",
|
125 | "resolve-cwd": "^1.0.0",
|
126 | "resolve-from": "^4.0.0",
|
127 | "sanitize-filename": "^1.6.0",
|
128 | "semver": "^5.6.0",
|
129 | "source-map-support": "^0.5.16",
|
130 | "strip-bom": "^2.0.0",
|
131 | "testcafe-browser-tools": "2.0.15",
|
132 | "testcafe-hammerhead": "24.2.1",
|
133 | "testcafe-legacy-api": "5.0.0",
|
134 | "testcafe-reporter-json": "^2.1.0",
|
135 | "testcafe-reporter-list": "^2.1.0",
|
136 | "testcafe-reporter-minimal": "^2.1.0",
|
137 | "testcafe-reporter-spec": "^2.1.1",
|
138 | "testcafe-reporter-xunit": "^2.1.0",
|
139 | "time-limit-promise": "^1.0.2",
|
140 | "tmp": "0.0.28",
|
141 | "tree-kill": "^1.2.2",
|
142 | "typescript": "^3.3.3",
|
143 | "unquote": "^1.1.1"
|
144 | },
|
145 | "devDependencies": {
|
146 | "@belym.a.2105/broken-link-checker": "^0.7.9",
|
147 | "@ffmpeg-installer/ffmpeg": "^1.0.17",
|
148 | "@rollup/plugin-alias": "^3.1.1",
|
149 | "@rollup/plugin-commonjs": "^11.0.2",
|
150 | "@rollup/plugin-inject": "^4.0.2",
|
151 | "@rollup/plugin-node-resolve": "^7.1.1",
|
152 | "@types/chai": "^3.5.2",
|
153 | "@types/debug": "^4.1.5",
|
154 | "@types/dedent": "^0.7.0",
|
155 | "@types/diff": "^4.0.2",
|
156 | "@types/json5": "0.0.30",
|
157 | "@types/mime-db": "^1.27.0",
|
158 | "@types/mustache": "^0.8.32",
|
159 | "@types/nanoid": "^2.1.0",
|
160 | "@types/semver": "^7.3.4",
|
161 | "@types/source-map-support": "^0.5.0",
|
162 | "@types/useragent": "^2.1.1",
|
163 | "@typescript-eslint/eslint-plugin": "1.13.0",
|
164 | "@typescript-eslint/parser": "1.13.0",
|
165 | "babel-plugin-add-module-exports": "^0.2.0",
|
166 | "basic-auth": "^1.1.0",
|
167 | "body-parser": "^1.17.1",
|
168 | "browserstack-connector": "^0.1.7",
|
169 | "caller": "^1.0.1",
|
170 | "chai-string": "^1.5.0",
|
171 | "connect": "^3.4.0",
|
172 | "devtools-protocol": "0.0.678506",
|
173 | "dom-walk": "^0.1.1",
|
174 | "escape-string-regexp": "^4.0.0",
|
175 | "eslint-plugin-hammerhead": "0.4.0",
|
176 | "eslint-plugin-no-only-tests": "^2.0.1",
|
177 | "express": "^4.13.3",
|
178 | "express-ntlm": "2.4.0",
|
179 | "gulp": "^4.0.0",
|
180 | "gulp-babel": "^6.1.1",
|
181 | "gulp-clone": "^2.0.1",
|
182 | "gulp-data": "^1.3.1",
|
183 | "gulp-eslint": "^5.0.0",
|
184 | "gulp-gh-pages": "^0.6.0-6",
|
185 | "gulp-git": "^2.4.2",
|
186 | "gulp-less": "^4.0.0",
|
187 | "gulp-ll-next": "^2.1.0",
|
188 | "gulp-mocha-simple": "^1.1.0",
|
189 | "gulp-mustache": "^3.0.1",
|
190 | "gulp-prompt": "^1.0.1",
|
191 | "gulp-qunit-harness": "^1.0.3",
|
192 | "gulp-rename": "^1.3.0",
|
193 | "gulp-step": "^1.0.1",
|
194 | "gulp-uglify": "^3.0.0",
|
195 | "gulp-util": "^3.0.7",
|
196 | "js-yaml": "^3.6.1",
|
197 | "license-checker": "^20.0.0",
|
198 | "markdownlint": "^0.19.0",
|
199 | "merge-stream": "^1.0.1",
|
200 | "minimist": "^1.2.0",
|
201 | "mocha-reporter-spec-with-retries": "0.0.5",
|
202 | "multer": "^1.1.0",
|
203 | "npm-auditor": "^1.1.1",
|
204 | "open": "^6.4.0",
|
205 | "openssl-self-signed-certificate": "^1.1.6",
|
206 | "proxyquire": "^2.1.0",
|
207 | "publish-please": "^5.5.1",
|
208 | "react": "^16.13.1",
|
209 | "recursive-copy": "^2.0.5",
|
210 | "request": "^2.58.0",
|
211 | "rollup": "2.16.1",
|
212 | "rollup-plugin-typescript2": "^0.26.0",
|
213 | "run-sequence": "^1.2.2",
|
214 | "saucelabs-connector": "^1.0.0",
|
215 | "serve-static": "^1.10.0",
|
216 | "sinon": "^7.3.0",
|
217 | "stack-chain": "^2.0.0",
|
218 | "strip-ansi": "^3.0.0",
|
219 | "testcafe-browser-provider-browserstack": "1.13.0-alpha.1",
|
220 | "tslib": "^1.11.1",
|
221 | "uglify-js": "~3.10.4"
|
222 | }
|
223 | }
|