-
Notifications
You must be signed in to change notification settings - Fork 198
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 2.94 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 2.94 KB
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
{
"name": "testcafe-hammerhead",
"description": "A powerful web-proxy used as a core for the TestCafe testing framework (https://github.com/DevExpress/testcafe).",
"version": "31.7.7",
"homepage": "https://github.com/DevExpress/testcafe-hammerhead",
"bugs": {
"url": "https://github.com/DevExpress/testcafe-hammerhead/issues"
},
"license": "MIT",
"author": {
"name": "Developer Express Inc."
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevExpress/testcafe-hammerhead.git"
},
"dependencies": {
"@adobe/css-tools": "^4.3.0-rc.1",
"@electron/asar": "^3.2.3",
"@node-ntlm/core": "^0.3.2",
"acorn-hammerhead": "0.6.2",
"bowser": "1.6.0",
"crypto-md5": "^1.0.0",
"debug": "4.3.1",
"esotope-hammerhead": "0.6.9",
"http-cache-semantics": "^4.1.0",
"iconv-lite": "0.5.1",
"lodash": "^4.17.21",
"lru-cache": "11.0.2",
"match-url-wildcard": "0.0.4",
"merge-stream": "^1.0.1",
"mime": "~1.4.1",
"mustache": "^2.1.1",
"nanoid": "^3.1.12",
"os-family": "^1.0.0",
"parse5": "^7.1.2",
"pinkie": "2.0.4",
"read-file-relative": "^1.2.0",
"semver": "7.5.3",
"tough-cookie": "4.1.3",
"tunnel-agent": "0.6.0",
"ws": "^7.4.6"
},
"devDependencies": {
"@devexpress/gulp-qunit-harness": "^1.1.0",
"@eslint/compat": "^2.0.3",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"@types/estree": "0.0.46",
"@types/lodash": "^4.14.129",
"@types/lru-cache": "7.10.10",
"@types/mustache": "0.8.32",
"@types/node": "^14.0.27",
"@types/semver": "^7.5.0",
"@types/tough-cookie": "^4.0.1",
"@types/ws": "^7.4.7",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/parser": "^8.57.0",
"address": "^2.0.3",
"babel-plugin-add-module-exports": "^1.0.0",
"basic-auth": "1.0.4",
"body-parser": "^1.20.4",
"chai": "^2.3.0",
"del": "^3.0.0",
"del-cli": "^3.0.1",
"eslint": "^10.0.3",
"eslint-plugin-hammerhead": "^0.4.0",
"eslint-plugin-no-only-tests": "^2.0.1",
"express": "4.22.1",
"express-ntlm": "2.1.5",
"globals": "^17.4.0",
"gulp": "^5.0.0",
"gulp-clone": "^2.0.1",
"gulp-eslint-new": "^2.6.1",
"gulp-ll-next": "^2.1.0",
"gulp-mustache": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-step": "^1.0.1",
"gulp-typescript": "^5.0.0",
"gulp-uglify": "^3.0.2",
"js-beautify": "^1.13.5",
"mocha": "^11.3.0",
"multiline": "^1.0.2",
"openssl-self-signed-certificate": "1.1.6",
"rollup": "^2.38.5",
"rollup-plugin-typescript2": "^0.32.1",
"tmp": "0.2.5",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"main": "lib/index",
"types": "ts-defs/index.d.ts",
"engines": {
"node": ">=20.0.0"
},
"files": [
"lib",
"ts-defs"
],
"scripts": {
"test": "gulp travis"
},
"overrides": {
"mocha": {
"serialize-javascript": "^7.0.4"
}
}
}