passport-saml-metadata
Version:
SAML2 metadata loader
88 lines (87 loc) • 1.8 kB
JSON
{
"name": "passport-saml-metadata",
"version": "5.0.0",
"description": "SAML2 metadata loader",
"author": {
"name": "Jonathon Hill",
"email": "jonathon@compwright.com"
},
"contributors": [
{
"name": "Michael Rotmanov",
"url": "http://www.leachim2k.de"
},
{
"name": "Ian Cervantez",
"url": "https://github.com/TigerC10"
},
{
"name": "Mardari Igor",
"url": "https://7code.ro"
},
{
"name": "Eric Vinson",
"url": "https://github.com/esvinson"
},
{
"name": "Rafael Maeuer",
"url": "https://rafaelmaeuer.de"
},
{
"name": "Barry Morrison",
"url": "http://www.barrymorrison.com"
},
{
"name": "Oliver Lockwood",
"url": "http://www.oliverlockwood.com/index.html"
},
{
"name": "Sol Redfern",
"url": "https://github.com/Tsuesun"
}
],
"license": "MIT",
"keywords": [
"node",
"passport",
"SAML",
"SAML2",
"passport-saml",
"passport-wsfed-saml2",
"metadata"
],
"repository": {
"url": "https://github.com/compwright/passport-saml-metadata"
},
"type": "module",
"engines": {
"node": ">= 18"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@node-saml/node-saml": "^5.0.1",
"@xmldom/xmldom": "^0.9.8",
"axios": "^1.2.1",
"debug": "^4.3.4",
"lodash": "^4.17.21",
"xpath": "^0.0.34"
},
"devDependencies": {
"axios-mock-adapter": "^2.1.0",
"jest": "latest",
"standard": "latest",
"standard-version": "latest",
"unbuild": "latest"
}
}