Tumortisch-Dist/resources/app/node_modules/simple-oauth2/package.json
2021-06-15 16:00:08 +02:00

103 lines
2.5 KiB
JSON

{
"_from": "simple-oauth2@2.5.2",
"_id": "simple-oauth2@2.5.2",
"_inBundle": false,
"_integrity": "sha512-8qjf+nHRdSUllFjjfpnonrU1oF/HNVbDle5HIbvXRYiy38C7KUvYe6w0ZZ//g4AFB6VNWuiZ80HmnycR8ZFDyQ==",
"_location": "/simple-oauth2",
"_phantomChildren": {
"ms": "2.1.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "simple-oauth2@2.5.2",
"name": "simple-oauth2",
"escapedName": "simple-oauth2",
"rawSpec": "2.5.2",
"saveSpec": null,
"fetchSpec": "2.5.2"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/simple-oauth2/-/simple-oauth2-2.5.2.tgz",
"_shasum": "337bcd4b44c76e976caa77a1c7b00612b2500aeb",
"_spec": "simple-oauth2@2.5.2",
"_where": "C:\\Daten\\Git\\Tumortisch",
"author": {
"name": "Andrea Reginato",
"email": "andrea.reginato@gmail.com"
},
"bugs": {
"url": "https://github.com/lelylan/simple-oauth2/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jonathan Samines",
"email": "jn.samines@gmail.com"
}
],
"dependencies": {
"@hapi/joi": "^15.1.1",
"date-fns": "^2.2.1",
"debug": "^4.1.1",
"wreck": "^14.0.2"
},
"deprecated": "simple-oauth2 v2 is no longer supported. Please upgrade to v3 for further support",
"description": "Node.js client for OAuth2",
"devDependencies": {
"ava": "^2.4.0",
"chance": "^1.0.18",
"chance-access-token": "^1.0.1",
"doctoc": "^1.4.0",
"eslint": "^6.4.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.9.0",
"lodash": "^4.17.15",
"nock": "^11.3.5",
"nyc": "^14.1.1"
},
"engine": {
"node": ">=8.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/lelylan/simple-oauth2",
"keywords": [
"oauth2",
"authorization",
"password",
"client",
"credentials"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "simple-oauth2",
"nyc": {
"check-coverage": true,
"lines": 100,
"statements": 100,
"functions": 100,
"branches": 100,
"reporter": [
"lcov",
"text-summary"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/lelylan/simple-oauth2.git"
},
"scripts": {
"clean-install": "rm -rf node_modules && npm install",
"docs-gen": "doctoc README.md --github --no-title",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "nyc ava"
},
"version": "2.5.2"
}