-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
34 lines (34 loc) · 1.28 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
{
"name": "gdriveexplorer",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/gapi": {
"version": "0.0.36",
"resolved": "https://registry.npmjs.org/@types/gapi/-/gapi-0.0.36.tgz",
"integrity": "sha512-biMDn3eNRoPEMaPTEn5DwKXu64ng3U3cDQkePOllZ7uTRcA9lpPqwcLrDPF1cP0v+CrAtyv8w95/eVDSsQYPYQ=="
},
"@types/gapi.auth2": {
"version": "0.0.48",
"resolved": "https://registry.npmjs.org/@types/gapi.auth2/-/gapi.auth2-0.0.48.tgz",
"integrity": "sha512-YCrefPvJOQRoQzLKkL4lIdDakYmHvH3gtI0hjpOPz1G48aUYiDNqxooSmsdmNjMPoCvxBGlM2vYsjCHT8IsZSQ==",
"requires": {
"@types/gapi": "*"
}
},
"@types/gapi.client": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@types/gapi.client/-/gapi.client-1.0.0.tgz",
"integrity": "sha512-8Qau2uDdic2IjLyz10LDZ+nKIjD/f7AjOA3xgGIHLqQ6NM6Z7kfV7HOehJUExy9TlrEwkzEN+Hqct+B8Y4AugQ=="
},
"@types/gapi.client.drive": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@types/gapi.client.drive/-/gapi.client.drive-3.0.1.tgz",
"integrity": "sha512-kfQuElPTEjpyP8poDK568pcBiYUuwu+BjkholmxTvY/hFdU+1qUiol2gAXnZ3rBD2a94+BUDKras9jKkhvmgZA==",
"requires": {
"@types/gapi.client": "*"
}
}
}
}