forked from capacitor-community/firebase-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
39 lines (39 loc) · 1.47 KB
/
package-lock.json
File metadata and controls
39 lines (39 loc) · 1.47 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": "capacitor-analytics",
"version": "2.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@capacitor/android": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@capacitor/android/-/android-1.1.0.tgz",
"integrity": "sha512-a7GK4AatDPvUh6wXLIJ3/s9RGVxrpo/0xUZk79Q6poEtINHsXcS24lcMOE0o1Yig+ZAbjopoOZw+nZyynRDiwA==",
"dev": true
},
"@capacitor/core": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@capacitor/core/-/core-2.1.0.tgz",
"integrity": "sha512-KIDj067PGaNSIODqzDp99vPs7CVpx+SRVrfgcQ9MNvpTUFsnDx/taRixbucizj8lLH2mhK12dH/4TjU7eqXQ4A==",
"requires": {
"tslib": "^1.9.0"
}
},
"@capacitor/ios": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@capacitor/ios/-/ios-1.1.0.tgz",
"integrity": "sha512-KB2VrVWd6GmSZwbjeO4GkGotng1/pBQNWxcGgahi2HOTezK0kB3Rf1tBH4NBFSCOSqsrYrNWfIVSOtmHo7lsPQ==",
"dev": true
},
"tslib": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz",
"integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q=="
},
"typescript": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.2.tgz",
"integrity": "sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA==",
"dev": true
}
}
}