This repository was archived by the owner on Jun 26, 2020. It is now read-only.
forked from oxylian/capacitor-facebook-login
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage-lock.json
More file actions
39 lines (39 loc) · 1.48 KB
/
package-lock.json
File metadata and controls
39 lines (39 loc) · 1.48 KB
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
{
"name": "@rdlabo/capacitor-facebook-login",
"version": "2.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@capacitor/android": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@capacitor/android/-/android-2.0.0.tgz",
"integrity": "sha512-ATMKHFSdBMcP5iqNeVwpyzAvXQ44bFmCEjmGuTqr9VCooUvwLpekiLedwWXldA94jJ0TbyGQZJeyLq++7f+kLg==",
"dev": true
},
"@capacitor/core": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@capacitor/core/-/core-2.0.0.tgz",
"integrity": "sha512-u21az92VjHG14pHt0v33s0LwE19ICoUhrMdJdc5F/fHLEw1pBsJvyuK9C11SmDyv1QJjwmPvq6Rh0+BIRGAgLQ==",
"requires": {
"tslib": "^1.9.0"
}
},
"@capacitor/ios": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@capacitor/ios/-/ios-2.0.0.tgz",
"integrity": "sha512-XvTyVbJC7iRvWvqUfSM0yCmpKIO2NXHAA5OfkjA/legsd/YJZKUAPXaJujWermpYTSHkE4jZYOOjzoUZ+caolA==",
"dev": true
},
"tslib": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.11.1.tgz",
"integrity": "sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA=="
},
"typescript": {
"version": "3.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.4.5.tgz",
"integrity": "sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==",
"dev": true
}
}
}