UNPKG

5.64 kBJSONView Raw
1{
2 "name": "testcafe",
3 "description": "Automated browser testing for the modern web development stack.",
4 "license": "MIT",
5 "version": "1.2.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": ">=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 "prepublish": "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 "callsite": "^1.0.0",
69 "callsite-record": "^4.0.0",
70 "chai": "^4.1.2",
71 "chalk": "^1.1.0",
72 "chrome-emulated-devices-list": "^0.1.0",
73 "chrome-remote-interface": "^0.25.3",
74 "coffeescript": "^2.3.1",
75 "commander": "^2.8.1",
76 "debug": "^2.2.0",
77 "dedent": "^0.4.0",
78 "del": "^3.0.0",
79 "elegant-spinner": "^1.0.1",
80 "emittery": "^0.4.1",
81 "endpoint-utils": "^1.0.2",
82 "error-stack-parser": "^1.3.6",
83 "globby": "^3.0.1",
84 "graceful-fs": "^4.1.11",
85 "graphlib": "^2.1.5",
86 "import-lazy": "^3.1.0",
87 "indent-string": "^1.2.2",
88 "is-ci": "^1.0.10",
89 "is-docker": "^1.1.0",
90 "is-glob": "^2.0.1",
91 "is-stream": "^1.1.0",
92 "json5": "^2.1.0",
93 "lodash": "^4.17.11",
94 "log-update-async-hook": "^2.0.2",
95 "make-dir": "^1.3.0",
96 "map-reverse": "^1.0.1",
97 "moment": "^2.10.3",
98 "moment-duration-format-commonjs": "^1.0.0",
99 "mustache": "^2.1.2",
100 "nanoid": "^1.0.1",
101 "node-version": "^1.0.0",
102 "os-family": "^1.0.0",
103 "parse5": "^1.5.0",
104 "pify": "^2.3.0",
105 "pinkie": "^2.0.4",
106 "pngjs": "^3.3.1",
107 "promisify-event": "^1.0.0",
108 "qrcode-terminal": "^0.10.0",
109 "read-file-relative": "^1.2.0",
110 "replicator": "^1.0.3",
111 "resolve-cwd": "^1.0.0",
112 "resolve-from": "^4.0.0",
113 "sanitize-filename": "^1.6.0",
114 "source-map-support": "^0.5.5",
115 "strip-bom": "^2.0.0",
116 "testcafe-browser-tools": "1.6.8",
117 "testcafe-hammerhead": "14.6.8",
118 "testcafe-legacy-api": "3.1.11",
119 "testcafe-reporter-json": "^2.1.0",
120 "testcafe-reporter-list": "^2.1.0",
121 "testcafe-reporter-minimal": "^2.1.0",
122 "testcafe-reporter-spec": "^2.1.1",
123 "testcafe-reporter-xunit": "^2.1.0",
124 "time-limit-promise": "^1.0.2",
125 "tmp": "0.0.28",
126 "tree-kill": "^1.1.0",
127 "typescript": "^3.3.3",
128 "useragent": "^2.1.7"
129 },
130 "devDependencies": {
131 "@belym.a.2105/broken-link-checker": "^0.7.9",
132 "@ffmpeg-installer/ffmpeg": "^1.0.17",
133 "@types/chai": "^3.5.2",
134 "@typescript-eslint/eslint-plugin": "^1.6.0",
135 "@typescript-eslint/parser": "^1.6.0",
136 "babel-eslint": "^7.1.1",
137 "babel-plugin-add-module-exports": "^0.2.0",
138 "basic-auth": "^1.1.0",
139 "body-parser": "^1.17.1",
140 "browserstack-connector": "^0.1.7",
141 "caller": "^1.0.1",
142 "chai-string": "^1.5.0",
143 "connect": "^3.4.0",
144 "cross-spawn": "^4.0.0",
145 "del-cli": "^1.1.0",
146 "dom-walk": "^0.1.1",
147 "eslint-plugin-hammerhead": "0.3.0",
148 "eslint-plugin-no-only-tests": "^2.0.1",
149 "express": "^4.13.3",
150 "express-ntlm": "^2.1.5",
151 "gulp": "^4.0.0",
152 "gulp-babel": "^6.1.1",
153 "gulp-clone": "^2.0.1",
154 "gulp-data": "^1.3.1",
155 "gulp-eslint": "^5.0.0",
156 "gulp-gh-pages": "^0.6.0-6",
157 "gulp-git": "^2.4.2",
158 "gulp-less": "^4.0.0",
159 "gulp-ll-next": "^2.1.0",
160 "gulp-mocha": "^5.0.0",
161 "gulp-mocha-simple": "^1.0.0",
162 "gulp-mustache": "^3.0.1",
163 "gulp-prompt": "^1.0.1",
164 "gulp-qunit-harness": "^1.0.2",
165 "gulp-rename": "^1.3.0",
166 "gulp-sourcemaps": "^2.6.4",
167 "gulp-step": "^1.0.1",
168 "gulp-uglify": "^3.0.0",
169 "gulp-util": "^3.0.7",
170 "gulp-webmake": "0.0.4",
171 "js-yaml": "^3.6.1",
172 "license-checker": "^20.0.0",
173 "markdownlint": ">=0.0.8",
174 "merge-stream": "^1.0.1",
175 "minimist": "^1.2.0",
176 "multer": "^1.1.0",
177 "npm-auditor": "^1.1.1",
178 "openssl-self-signed-certificate": "^1.1.6",
179 "opn": "^4.0.2",
180 "proxyquire": "^2.1.0",
181 "publish-please": "^5.4.3",
182 "recursive-copy": "^2.0.5",
183 "request": "^2.58.0",
184 "run-sequence": "^1.2.2",
185 "saucelabs-connector": "^0.2.0",
186 "semver": "^5.6.0",
187 "serve-static": "^1.10.0",
188 "sinon": "^7.3.0",
189 "stack-chain": "^2.0.0",
190 "strip-ansi": "^3.0.0",
191 "testcafe-browser-provider-browserstack": "^1.7.1",
192 "webmake": "0.3.42"
193 }
194}