peertube-theme-nctv-dark/peertube-plugin-auth-openid.../package-lock.json

111 lines
4.1 KiB
JSON
Raw Normal View History

2020-04-30 12:16:20 +00:00
{
"name": "peertube-plugin-auth-openid-connect",
2022-12-06 08:51:24 +00:00
"version": "0.1.1",
"lockfileVersion": 2,
2020-04-30 12:16:20 +00:00
"requires": true,
"packages": {
"": {
"name": "peertube-plugin-auth-openid-connect",
2022-12-06 08:51:24 +00:00
"version": "0.1.1",
"dependencies": {
2021-12-23 15:22:43 +00:00
"openid-client": "^5.1.1"
}
},
"node_modules/jose": {
2022-12-06 08:51:24 +00:00
"version": "4.11.1",
"resolved": "https://registry.npmjs.org/jose/-/jose-4.11.1.tgz",
"integrity": "sha512-YRv4Tk/Wlug8qicwqFNFVEZSdbROCHRAC6qu/i0dyNKr5JQdoa2pIGoS04lLO/jXQX7Z9omoNewYIVIxqZBd9Q==",
"funding": {
"url": "https://github.com/sponsors/panva"
}
},
"node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/object-hash": {
2021-12-23 15:22:43 +00:00
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz",
"integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==",
"engines": {
"node": ">= 6"
}
},
"node_modules/oidc-token-hash": {
2021-12-23 15:22:43 +00:00
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.0.1.tgz",
"integrity": "sha512-EvoOtz6FIEBzE+9q253HsLCVRiK/0doEJ2HCvvqMQb3dHZrP3WlJKYtJ55CRTw4jmYomzH4wkPuCj/I3ZvpKxQ==",
"engines": {
"node": "^10.13.0 || >=12.0.0"
}
},
"node_modules/openid-client": {
2022-12-06 08:51:24 +00:00
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.3.1.tgz",
"integrity": "sha512-RLfehQiHch9N6tRWNx68cicf3b1WR0x74bJWHRc25uYIbSRwjxYcTFaRnzbbpls5jroLAaB/bFIodTgA5LJMvw==",
"dependencies": {
2022-12-06 08:51:24 +00:00
"jose": "^4.10.0",
"lru-cache": "^6.0.0",
"object-hash": "^2.0.1",
2021-12-23 15:22:43 +00:00
"oidc-token-hash": "^5.0.1"
},
"funding": {
"url": "https://github.com/sponsors/panva"
}
},
"node_modules/yallist": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}
},
2020-04-30 12:16:20 +00:00
"dependencies": {
"jose": {
2022-12-06 08:51:24 +00:00
"version": "4.11.1",
"resolved": "https://registry.npmjs.org/jose/-/jose-4.11.1.tgz",
"integrity": "sha512-YRv4Tk/Wlug8qicwqFNFVEZSdbROCHRAC6qu/i0dyNKr5JQdoa2pIGoS04lLO/jXQX7Z9omoNewYIVIxqZBd9Q=="
2020-04-30 12:16:20 +00:00
},
"lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
2020-04-30 12:16:20 +00:00
"requires": {
"yallist": "^4.0.0"
2020-04-30 12:16:20 +00:00
}
},
"object-hash": {
2021-12-23 15:22:43 +00:00
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz",
"integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw=="
2020-04-30 12:16:20 +00:00
},
"oidc-token-hash": {
2021-12-23 15:22:43 +00:00
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.0.1.tgz",
"integrity": "sha512-EvoOtz6FIEBzE+9q253HsLCVRiK/0doEJ2HCvvqMQb3dHZrP3WlJKYtJ55CRTw4jmYomzH4wkPuCj/I3ZvpKxQ=="
2020-04-30 12:16:20 +00:00
},
"openid-client": {
2022-12-06 08:51:24 +00:00
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.3.1.tgz",
"integrity": "sha512-RLfehQiHch9N6tRWNx68cicf3b1WR0x74bJWHRc25uYIbSRwjxYcTFaRnzbbpls5jroLAaB/bFIodTgA5LJMvw==",
2020-04-30 12:16:20 +00:00
"requires": {
2022-12-06 08:51:24 +00:00
"jose": "^4.10.0",
"lru-cache": "^6.0.0",
2020-04-30 12:16:20 +00:00
"object-hash": "^2.0.1",
2021-12-23 15:22:43 +00:00
"oidc-token-hash": "^5.0.1"
2020-04-30 12:16:20 +00:00
}
},
"yallist": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
2020-04-30 12:16:20 +00:00
}
}
}