-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
40 lines (40 loc) · 1.35 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
{
"name": "Youtube",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"@types/gapi.auth2": "^0.0.52"
}
},
"node_modules/@types/gapi": {
"version": "0.0.39",
"resolved": "https://registry.npmjs.org/@types/gapi/-/gapi-0.0.39.tgz",
"integrity": "sha512-R1TZeZbvvbIC60DBJMhuOEivQHzOQtzl3uMDOOENTYQTSSDB6oEMpJo8HVPOTWivdUTbyEcB5qQOVr/JCKRlCQ=="
},
"node_modules/@types/gapi.auth2": {
"version": "0.0.52",
"resolved": "https://registry.npmjs.org/@types/gapi.auth2/-/gapi.auth2-0.0.52.tgz",
"integrity": "sha512-Q9OEsiLXQ3fWv93voIDr4tXpiO0zNFx2RPK+9wj21LY3ydyx/CtoXQgbf+6iNSTuyHUDF4J/c74maKghtPbbaA==",
"dependencies": {
"@types/gapi": "*"
}
}
},
"dependencies": {
"@types/gapi": {
"version": "0.0.39",
"resolved": "https://registry.npmjs.org/@types/gapi/-/gapi-0.0.39.tgz",
"integrity": "sha512-R1TZeZbvvbIC60DBJMhuOEivQHzOQtzl3uMDOOENTYQTSSDB6oEMpJo8HVPOTWivdUTbyEcB5qQOVr/JCKRlCQ=="
},
"@types/gapi.auth2": {
"version": "0.0.52",
"resolved": "https://registry.npmjs.org/@types/gapi.auth2/-/gapi.auth2-0.0.52.tgz",
"integrity": "sha512-Q9OEsiLXQ3fWv93voIDr4tXpiO0zNFx2RPK+9wj21LY3ydyx/CtoXQgbf+6iNSTuyHUDF4J/c74maKghtPbbaA==",
"requires": {
"@types/gapi": "*"
}
}
}
}