-
Notifications
You must be signed in to change notification settings - Fork 3.2k
/
package.json
210 lines (210 loc) · 6.69 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
{
"name": "@packages/server",
"version": "0.0.0-development",
"private": true,
"main": "index.js",
"scripts": {
"build-prod": "tsc || echo 'built, with type errors'",
"check-ts": "tsc --noEmit && yarn -s tslint",
"clean-deps": "rimraf node_modules",
"codecov": "codecov",
"dev": "node index.js",
"docker": "cd ../.. && WORKING_DIR=/packages/server ./scripts/run-docker-local.sh",
"tslint": "tslint --config ../ts/tslint.json --project .",
"postinstall": "patch-package",
"repl": "node repl.js",
"start": "node ../../scripts/cypress open --dev --global",
"test": "node ./test/scripts/run.js",
"test-integration": "node ./test/scripts/run.js --glob-in-dir=test/integration",
"test-performance": "node ./test/scripts/run.js --glob-in-dir=test/performance",
"test-unit": "node ./test/scripts/run.js --glob-in-dir=test/unit"
},
"dependencies": {
"@babel/parser": "7.13.0",
"@benmalka/foxdriver": "0.4.1",
"@cypress/commit-info": "2.2.0",
"@cypress/get-windows-proxy": "1.6.2",
"@cypress/mocha-teamcity-reporter": "1.0.0",
"@cypress/request": "2.88.10",
"@cypress/request-promise": "4.2.6",
"@cypress/vite-dev-server": "0.0.0-development",
"@cypress/webpack-batteries-included-preprocessor": "0.0.0-development",
"@cypress/webpack-dev-server": "0.0.0-development",
"@cypress/webpack-preprocessor": "0.0.0-development",
"@ffmpeg-installer/ffmpeg": "1.1.0",
"@packages/icons": "0.0.0-development",
"ansi_up": "5.0.0",
"ast-types": "0.13.3",
"black-hole-stream": "0.0.1",
"bluebird": "3.7.2",
"bundle-require": "3.0.4",
"chai": "1.10.0",
"chalk": "2.4.2",
"check-more-types": "2.24.0",
"chokidar": "3.5.1",
"chrome-remote-interface": "0.31.1",
"cli-table3": "0.5.1",
"coffeescript": "1.12.7",
"color-string": "1.5.5",
"command-exists": "1.2.9",
"common-tags": "1.8.0",
"compression": "1.7.4",
"content-type": "1.0.4",
"cookie-parser": "1.4.5",
"cors": "2.8.5",
"data-uri-to-buffer": "2.0.1",
"dayjs": "^1.9.3",
"debug": "^4.3.2",
"duplexify": "4.1.1",
"electron-context-menu": "3.1.1",
"errorhandler": "1.5.1",
"evil-dns": "0.2.0",
"execa": "1.0.0",
"express": "4.17.1",
"find-process": "1.4.1",
"firefox-profile": "4.0.0",
"fluent-ffmpeg": "2.1.2",
"fs-extra": "9.1.0",
"get-port": "5.1.1",
"getenv": "1.0.0",
"getos": "3.2.1",
"glob": "7.1.3",
"graceful-fs": "4.2.9",
"http-proxy": "https://github.com/cypress-io/node-http-proxy.git#9322b4b69b34f13a6f3874e660a35df3305179c6",
"human-interval": "1.0.0",
"image-size": "0.8.3",
"is-fork-pr": "2.5.0",
"is-html": "2.0.0",
"jimp": "0.14.0",
"jsonlint": "1.6.3",
"konfig": "0.2.1",
"launch-editor": "2.3.0",
"lazy-ass": "1.6.0",
"lockfile": "1.0.4",
"lodash": "^4.17.21",
"log-symbols": "2.2.0",
"marionette-client": "https://github.com/cypress-io/marionette-client.git#5fc10cdf6c02627e9a2add98ca52de4d0c2fe74d",
"md5": "2.3.0",
"mime": "2.4.4",
"mime-db": "1.45.0",
"minimatch": "3.0.4",
"minimist": "1.2.6",
"mocha-7.0.1": "npm:[email protected]",
"mocha-junit-reporter": "2.0.0",
"mocha-teamcity-reporter": "3.0.0",
"morgan": "1.9.1",
"node-machine-id": "1.1.12",
"opn": "https://github.com/cypress-io/opn.git#2f4e9a216ca7bdb95dfae9d46d99ddf004b3cbb5",
"ospath": "1.2.2",
"p-defer": "^3.0.0",
"p-queue": "6.1.0",
"pluralize": "8.0.0",
"randomstring": "1.1.5",
"recast": "0.20.4",
"resolve": "1.17.0",
"return-deep-diff": "0.4.0",
"sanitize-filename": "1.6.3",
"semver": "7.3.2",
"send": "0.17.1",
"shell-env": "3.0.1",
"signal-exit": "3.0.3",
"squirrelly": "7.9.2",
"strip-ansi": "6.0.0",
"syntax-error": "1.4.0",
"systeminformation": "5.6.4",
"term-size": "2.1.0",
"through": "2.3.8",
"tough-cookie": "4.0.0",
"trash": "5.2.0",
"tree-kill": "1.2.2",
"ts-node": "^10.2.1",
"tslib": "2.3.1",
"underscore.string": "3.3.5",
"url-parse": "1.5.9",
"uuid": "8.3.2",
"widest-line": "3.1.0"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.0",
"@cypress/debugging-proxy": "2.0.1",
"@cypress/json-schemas": "5.39.0",
"@cypress/sinon-chai": "2.9.1",
"@cypress/webpack-dev-server": "0.0.0-development",
"@ffprobe-installer/ffprobe": "1.1.0",
"@packages/config": "0.0.0-development",
"@packages/data-context": "0.0.0-development",
"@packages/electron": "0.0.0-development",
"@packages/example": "0.0.0-development",
"@packages/extension": "0.0.0-development",
"@packages/graphql": "0.0.0-development",
"@packages/https-proxy": "0.0.0-development",
"@packages/launcher": "0.0.0-development",
"@packages/net-stubbing": "0.0.0-development",
"@packages/network": "0.0.0-development",
"@packages/resolve-dist": "0.0.0-development",
"@packages/root": "0.0.0-development",
"@packages/socket": "0.0.0-development",
"@packages/ts": "0.0.0-development",
"@packages/types": "0.0.0-development",
"@tooling/system-tests": "0.0.0-development",
"@types/chai-as-promised": "7.1.2",
"@types/chrome": "0.0.101",
"@types/chrome-remote-interface": "0.31.4",
"@types/http-proxy": "1.17.4",
"@types/node": "14.14.31",
"babel-loader": "8.1.0",
"chai-as-promised": "7.1.1",
"chai-subset": "1.6.0",
"chai-uuid": "1.0.6",
"chrome-har-capturer": "0.13.4",
"cross-env": "6.0.3",
"devtools-protocol": "0.0.839267",
"eol": "0.9.1",
"eventsource": "2.0.2",
"https-proxy-agent": "3.0.1",
"mocha": "7.1.0",
"mocha-banner": "1.1.2",
"mochawesome-1.5.2": "npm:[email protected]",
"mochawesome-2.3.1": "npm:[email protected]",
"mochawesome-3.0.1": "npm:[email protected]",
"mock-fs": "5.1.1",
"mocked-env": "1.2.4",
"mockery": "2.1.0",
"nock": "12.0.2",
"proxyquire": "2.1.3",
"react": "16.8.6",
"repl.history": "0.1.4",
"rimraf": "3.0.2",
"sinon": "5.1.1",
"snap-shot-it": "7.9.3",
"ssestream": "1.0.1",
"supertest": "4.0.2",
"supertest-session": "4.0.0",
"through2": "2.0.5",
"ts-loader": "7.0.4",
"tsconfig-paths": "3.10.1",
"tslint": "^6.1.3",
"webpack": "^4.44.2",
"ws": "5.2.3",
"xvfb": "https://github.com/cypress-io/node-xvfb.git#22e3783c31d81ebe64d8c0df491ea00cdc74726a",
"xvfb-maybe": "0.2.1"
},
"files": [
"config",
"lib",
"patches"
],
"types": "index.d.ts",
"productName": "Cypress",
"workspaces": {
"nohoist": [
"@benmalka/foxdriver",
"tsconfig-paths"
]
},
"optionalDependencies": {
"fsevents": "^2",
"registry-js": "1.15.0"
}
}