-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
23 lines (23 loc) · 789 Bytes
/
package-lock.json
File metadata and controls
23 lines (23 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "loopback-component-oauth2-server",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"passport-custom": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/passport-custom/-/passport-custom-1.0.5.tgz",
"integrity": "sha1-LR2cF0pqRoW/Aom85hCRzV7HsPQ=",
"requires": {
"passport-strategy": "1.0.0"
},
"dependencies": {
"passport-strategy": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz",
"integrity": "sha1-tVOaqPwiWj0a0XlHbd8ja0QPUuQ="
}
}
}
}
}