-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
57 lines (57 loc) · 1.37 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
{
"name": "@jmarca/cas_validate",
"description": "Interact with a CAS server to validate client interaction",
"version": "0.3.2",
"author": "James E. Marca <[email protected]>",
"license": "MIT",
"keywords": [
"cas",
"central authentication service",
"authentication"
],
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": "*"
},
"scripts": {
"test": "NODE_ENV='test' tap test/**/*-test*.js --cov",
"snyk-protect": "snyk-protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"@snyk/protect": "^1.1294.3",
"got": "^14.4.5",
"libxmljs": "^1.0.11",
"libxmljs2": "^0.35.0",
"redis": "^4.7.0",
"snyk": "^1.1294.3",
"underscore": "^1.13.6",
"winston": "^3.8.0"
},
"devDependencies": {
"agentkeepalive": "^4.1.3",
"connect": "^3.7.0",
"connect-redis": "^8.0.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"lodash": "^4.17.21",
"pem": "^1.14.4",
"semver": "^7.5.4",
"superagent": "^10.1.1",
"tap": "^21.0.1",
"tough-cookie": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmarca/cas_validate.git"
},
"bugs": {
"url": "https://github.com/jmarca/cas_validate/issues"
},
"homepage": "https://github.com/jmarca/cas_validate#readme",
"main": "index.js",
"snyk": true
}