-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
81 lines (81 loc) · 2.3 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
{
"name": "ziti-browzer-bootstrapper",
"version": "0.78.1",
"compatibleControllerVersion": ">=0.27.9",
"description": "Ziti BrowZer Bootstrapper -- providing Ziti network access into Dark web server",
"main": "index.js",
"scripts": {
"mocha": "mocha test/*-test.js",
"test": "nyc --reporter=text --reporter=lcov npm run mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/openziti/ziti-browzer-bootstrapper.git"
},
"author": {
"name": "NetFoundry",
"url": "http://netfoundry.io",
"email": "[email protected]"
},
"license": "Apache-2.0",
"dependencies": {
"@openziti/ziti-browzer-edge-client": "^0.6.2",
"@openziti/ziti-browzer-runtime": "0.90.0",
"@openziti/ziti-browzer-sw": "^0.69.0",
"acme-http-01-standalone": "^3.0.5",
"compare-versions": "^6.0.0-rc.1",
"connect": "^3.7.0",
"cookie": "^0.5.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.5",
"eventemitter3": "^4.0.0",
"express": "^4.19.2",
"express-healthcheck": "^0.1.0",
"express-openid-connect": "^2.17.1",
"follow-redirects": "^1.15.6",
"he": "^1.2.0",
"helmet": "^5.1.0",
"http-error-pages": "^3.1.0",
"http-proxy": "^1.18.1",
"ip-cidr": "^4.0.1",
"js-base64": "^3.7.7",
"jsonschema": "^1.4.1",
"jsonwebtoken": "^9.0.0",
"le-challenge-fs": "^2.0.9",
"le-store-certbot": "^2.2.3",
"lodash.find": "^4.6.0",
"lodash.foreach": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lodash.isnull": "^3.0.0",
"lodash.isundefined": "^3.0.1",
"lodash.result": "^4.5.2",
"mustache": "^4.2.0",
"nconf": "^0.12.1",
"nconf-validator": "^0.0.3",
"node-cache": "^5.1.2",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"node_extra_ca_certs_mozilla_bundle": "^1.0.6",
"openid-client": "^5.6.5",
"pump": "^3.0.0",
"request-ip": "^3.3.0",
"requires-port": "^1.0.0",
"serve-favicon": "^2.5.0",
"trumpet": "^1.7.2",
"urlon": "^3.1.0",
"uuid": "^9.0.1",
"vhost": "^3.0.2",
"winston": "~3.13.0"
},
"devDependencies": {
"async": "^3.2.5",
"auto-changelog": "^2.2.1",
"concat-stream": "^2.0.0",
"expect.js": "~0.3.1",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"semver": "^7.3.7",
"sse": "0.0.8",
"xmlhttprequest-ssl": ">=1.6.2"
}
}