-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
61 lines (61 loc) · 2.52 KB
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "secure-unleash-server",
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@passport-next/passport": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@passport-next/passport/-/passport-3.1.0.tgz",
"integrity": "sha512-CRqxmh9A9StmDhHLm9pc9Z6wP672iyGElIYX66wlUzzDffzH8xLkaVwyqXvIr6j/19CHaRCeG1hNfiVq/4KG1A==",
"requires": {
"@passport-next/passport-strategy": "1.x.x"
}
},
"@passport-next/passport-google-oauth2": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@passport-next/passport-google-oauth2/-/passport-google-oauth2-1.0.0.tgz",
"integrity": "sha512-rbAtK0eGgjQhT/MqMSuN7Mxy4XTr1/LINk5rYPVezP3MfkVYuK20V0XW9fg1ikFMvyxSdmfLTyYduud7SfFSqw==",
"requires": {
"@passport-next/passport-oauth2": "1.7.x"
}
},
"@passport-next/passport-oauth2": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/@passport-next/passport-oauth2/-/passport-oauth2-1.7.1.tgz",
"integrity": "sha512-rCNznNTnUbMxTyOMCdeM2VcQvHI1CM0F07Hvao4kYDgAx59xk+QxiR6ax6ZIBrCE3glCy+pOaTQfXowXxwb4lg==",
"requires": {
"@passport-next/passport-strategy": "1.1.x",
"lodash": "^4.17.11",
"oauth": "0.9.x"
}
},
"@passport-next/passport-strategy": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@passport-next/passport-strategy/-/passport-strategy-1.1.0.tgz",
"integrity": "sha512-2KhFjtPueJG6xVj2HnqXt9BlANOfYCVLyu+pXYjPGBDT8yk+vQwc/6tsceIj+mayKcoxMau2JimggXRPHgoc8w=="
},
"basic-auth": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz",
"integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==",
"requires": {
"safe-buffer": "5.1.2"
}
},
"lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"oauth": {
"version": "0.9.15",
"resolved": "https://registry.npmjs.org/oauth/-/oauth-0.9.15.tgz",
"integrity": "sha1-vR/vr2hslrdUda7VGWQS/2DPucE="
},
"safe-buffer": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
}
}
}