@solid/oidc-auth-manager
Version:
An OpenID Connect (OIDC) authentication manager (OP, RP and RS) for decentralized peer-to-peer authentication
87 lines (86 loc) • 2.02 kB
JSON
{
"name": "@solid/oidc-auth-manager",
"version": "0.24.5",
"description": "An OpenID Connect (OIDC) authentication manager (OP, RP and RS) for decentralized peer-to-peer authentication",
"main": "./src/index.js",
"scripts": {
"build": "echo nothing to build",
"standard": "standard",
"test": "npm run standard && npm run mocha",
"mocha": "nyc mocha --exit --recursive --timeout 20000",
"preversion": "npm test",
"postversion": "git push --follow-tags"
},
"engines": {
"node": ">=8.10"
},
"repository": {
"type": "git",
"url": "https://github.com/solid/oidc-auth-manager"
},
"keywords": [
"solid",
"decentralized",
"web",
"oidc",
"openid",
"connect",
"authentication",
"linked",
"data"
],
"author": {
"name": "Dmitri Zagidulin",
"url": "https://github.com/dmitrizagidulin/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/solid/oidc-auth-manager/issues"
},
"homepage": "https://github.com/solid/oidc-auth-manager",
"dependencies": {
"@solid/oidc-op": "^0.11.7",
"@solid/oidc-rp": "^0.11.7",
"@solid/oidc-rs": "^0.5.7",
"@solid/solid-multi-rp-client": "^0.6.4",
"ajv": "^7.2.4",
"bcryptjs": "^2.4.3",
"fs-extra": "^9.1.0",
"kvplus-files": "0.0.4",
"li": "^1.3.0",
"node-fetch": "^2.7.0",
"rdflib": "^2.3.0",
"valid-url": "^1.0.9"
},
"devDependencies": {
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"dirty-chai": "^2.0.1",
"mocha": "^8.4.0",
"nock": "^13.5.6",
"node-mocks-http": "^1.17.2",
"nyc": "^15.1.0",
"sinon": "^9.2.4",
"sinon-chai": "^3.7.0",
"solid-auth-cli": "^1.0.15",
"solid-auth-client": "^2.5.6",
"standard": "^16.0.4",
"whatwg-url": "^8.7.0"
},
"nyc": {
"reporter": [
"html",
"text-summary"
]
},
"standard": {
"globals": [
"after",
"afterEach",
"before",
"beforeEach",
"describe",
"it"
]
}
}