package.json
2.07 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
{
"_from": "passport-saml@^0.30.0",
"_id": "passport-saml@0.30.0",
"_inBundle": false,
"_integrity": "sha1-ji0gtUpYtiBg5XtGq7NuxiE0J1U=",
"_location": "/passport-saml",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "passport-saml@^0.30.0",
"name": "passport-saml",
"escapedName": "passport-saml",
"rawSpec": "^0.30.0",
"saveSpec": null,
"fetchSpec": "^0.30.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/passport-saml/-/passport-saml-0.30.0.tgz",
"_shasum": "8e2d20b54a58b62060e57b46abb36ec621342755",
"_spec": "passport-saml@^0.30.0",
"_where": "C:\\Users\\admin\\Documents\\express-project",
"author": {
"name": "Henri Bergius",
"email": "henri.bergius@iki.fi",
"url": "http://bergie.iki.fi"
},
"bugs": {
"url": "https://github.com/bergie/passport-saml/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Michael Bosworth"
},
{
"name": "Herbert Vojčík"
},
{
"name": "Peter Loer"
},
{
"name": "Mark Stosberg"
}
],
"dependencies": {
"passport-strategy": "*",
"q": "^1.5.0",
"xml-crypto": "^0.10.1",
"xml-encryption": "^0.11.0",
"xml2js": "0.4.x",
"xmlbuilder": "^9.0.4",
"xmldom": "0.1.x"
},
"deprecated": false,
"description": "SAML 2.0 authentication strategy for Passport",
"devDependencies": {
"body-parser": "^1.17.1",
"express": "^4.16.2",
"jshint": "*",
"mocha": "*",
"passport": "0.4.x",
"request": "^2.83.0",
"should": "*",
"sinon": "^2.1.0"
},
"engines": {
"node": ">= 4"
},
"homepage": "https://github.com/bergie/passport-saml#readme",
"keywords": [
"saml",
"adfs",
"sso",
"shibboleth"
],
"license": "MIT",
"main": "./lib/passport-saml",
"name": "passport-saml",
"repository": {
"type": "git",
"url": "git+https://github.com/bergie/passport-saml.git"
},
"scripts": {
"jshint": "jshint lib",
"test": "mocha"
},
"version": "0.30.0"
}