forked from DevExpress/testcafe-hammerhead
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.17 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
{
"name": "testcafe-hammerhead",
"description": "A powerful web-proxy used as a core for the TestCafe testing framework (https://github.com/DevExpress/testcafe).",
"version": "17.1.8",
"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": {
"acorn-hammerhead": "^0.3.0",
"asar": "^2.0.1",
"bowser": "1.6.0",
"brotli": "^1.3.1",
"crypto-md5": "^1.0.0",
"css": "2.2.3",
"debug": "4.1.1",
"esotope-hammerhead": "0.5.3",
"iconv-lite": "0.5.1",
"lodash": "^4.17.13",
"lru-cache": "2.6.3",
"match-url-wildcard": "0.0.4",
"merge-stream": "^1.0.1",
"mime": "~1.4.1",
"mustache": "^2.1.1",
"nanoid": "^0.2.2",
"os-family": "^1.0.0",
"parse5": "2.2.3",
"pinkie": "1.0.0",
"read-file-relative": "^1.2.0",
"semver": "5.5.0",
"tough-cookie": "2.3.3",
"tunnel-agent": "0.6.0",
"webauth": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-transform-async-to-generator": "^7.4.0",
"@babel/preset-env": "7.4.2",
"@babel/preset-typescript": "^7.3.3",
"@belym.a.2105/gulp-webmake": "^0.0.43",
"@types/css": "0.0.31",
"@types/estree": "^0.0.39",
"@types/lodash": "^4.14.129",
"@types/lru-cache": "5.1.0",
"@types/mustache": "0.8.32",
"@types/node": "^10.12.18",
"@types/parse5": "2.2.34",
"@types/semver": "^6.0.0",
"@types/tough-cookie": "^2.3.5",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"babel-eslint": "8.2.1",
"babel-plugin-add-module-exports": "^1.0.0",
"basic-auth": "1.0.4",
"body-parser": "^1.18.3",
"chai": "^2.3.0",
"del": "^3.0.0",
"del-cli": "^1.1.0",
"endpoint-utils": "^1.0.1",
"eslint": "4.18.2",
"eslint-plugin-hammerhead": "0.3.1",
"express": "4.16.3",
"express-ntlm": "2.1.5",
"gulp": "^4.0.0",
"gulp-babel": "8.0.0",
"gulp-clone": "^2.0.1",
"gulp-eslint": "^5.0.0",
"gulp-ll-next": "^2.1.0",
"gulp-mocha-simple": "^1.1.0",
"gulp-mustache": "^3.0.1",
"gulp-qunit-harness": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-run-command": "0.0.9",
"gulp-step": "^1.0.1",
"gulp-typescript": "^5.0.0",
"gulp-uglify": "^1.0.0",
"gulp-util": "3.0.6",
"json-hammerhead": "^0.1.3",
"multiline": "^1.0.2",
"openssl-self-signed-certificate": "1.1.6",
"publish-please": "^5.5.1",
"request": "^2.34.0",
"request-promise-native": "^1.0.5",
"tmp": "0.0.26",
"typescript": "3.3.3",
"ws": "^5.2.0"
},
"main": "lib/index",
"types": "ts-defs/index.d.ts",
"engines": {
"node": ">= 8.0.0"
},
"files": [
"lib",
"ts-defs"
],
"scripts": {
"test": "gulp travis",
"publish-please": "del-cli package-lock.json node_modules && npm i && publish-please",
"prepublish": "publish-please guard"
}
}