forked from auth0/ad-ldap-connector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.07 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
{
"name": "ad-ldap-connector",
"version": "4.2.3",
"description": "ADLDAP Federation Connector",
"main": "server.js",
"scripts": {
"test": "NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --timeout 50000 --reporter spec",
"snyk": "snyk test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/auth0/ad-ldap-connector.git"
},
"keywords": [
"sql",
"federation",
"identity",
"ws-federation"
],
"author": "Auth0",
"license": "MIT",
"dependencies": {
"@auth0/thumbprint": "0.0.6",
"archiver": "^3.0.0",
"async": "~0.2.9",
"body-parser": "^1.18.3",
"cb": "~0.1.0",
"colors": "~0.6.0-1",
"commander": "~1.1.1",
"connect-multiparty": "^2.2.0",
"cookie-parser": "^1.4.3",
"cookie-sessions": "github:auth0/cookie-sessions#53a8aae",
"ejs": "^2.5.5",
"express": "^4.16.4",
"express-passport-logout": "~0.1.0",
"express-session": "^1.15.6",
"freeport": "~1.0.2",
"jsonwebtoken": "^5.7.0",
"kerberos-server": "^1.0.0",
"ldapjs": "~1.0.1",
"level-ttl": "^3.1.0",
"leveldown": "^1.9.0",
"levelup": "^1.3.2",
"lodash": "^4.17.11",
"lru-cache": "~2.6.3",
"morgan": "^1.9.1",
"ms": "^2.0.0",
"nconf": "https://github.com/jfromaniello/nconf/tarball/master",
"passport": "~0.1.16",
"passport-local": "~0.1.6",
"passport-ssl-certificate": "git://github.com/jaredhanson/passport-ssl-certificate.git#826c16d040841ec4b20db1a4cfe8bac81c931462",
"passport-windowsauth": "^3.0.0",
"randomstring": "~1.0.3",
"request": "^2.88.0",
"rimraf": "~2.5.2",
"selfsigned": "^1.10.4",
"stream-rotate": "crigot/stream-rotate#31fe967e6b1d5fdbaf641091877e39e54ae0dd8c",
"tunnel": "~0.0.3",
"url-join": "^0.0.1",
"win-ca": "^3.0.4",
"winston": "~2.2.0",
"ws": "^1.1.5",
"wsfed": "^4.0.0",
"xtend": "~2.1.1"
},
"devDependencies": {
"bump-version": "^0.5.0",
"chai": "~1.7.2",
"mocha": "^6.1.4",
"snyk": "^1.161.0"
},
"optionalDependencies": {},
"engines": {
"node": "^8"
}
}