-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
44 lines (44 loc) · 1.99 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@react-native-community/netinfo": {
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-5.3.3.tgz",
"integrity": "sha512-L4BsdIEEuG5rKkVNzjESdJ1wvusn0kflj/FrwctaW+xkLxiFs1+mdBg/mvqqfXvVFuBEphbyXJTFT4aG4Okkow=="
},
"expo-cameraroll": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/expo-cameraroll/-/expo-cameraroll-1.0.1.tgz",
"integrity": "sha512-hBURF52vKXbwVguIkcdLWfEhxK3lZYoN9xGf26CdHvXEh3yGA4LS/tgQgShbYhc+bqJl1sgip2v+ZgxKxKZXgg=="
},
"expo-constants": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-8.0.0.tgz",
"integrity": "sha512-NGRwSWfhwNFA9WVLXwqnSDPJJ4DdXTqEkl9Fr9PcyW5VCoFgz7uke256E1YZsYhOE0Ph365lu/5jjZs+MRmRog==",
"requires": {
"ua-parser-js": "^0.7.19"
}
},
"expo-media-library": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/expo-media-library/-/expo-media-library-8.0.0.tgz",
"integrity": "sha512-7TIcJjmQq+sH3deIVjwyQYa3nVsLZZUj6fQYA3R+DrFNRT6ehmd1Lai0klTa7ma3pflPEC4Uv2zOyf53alvD2w=="
},
"expo-permissions": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/expo-permissions/-/expo-permissions-8.0.0.tgz",
"integrity": "sha512-GHTRmwh1rd1b0FcibluPFu93NNQyl9b1anBBDVPmomoo9Prz7kDcO5p2hFqM99r896yvAUSe0fPloPKUq4g/1A=="
},
"react-native-maps": {
"version": "0.26.1",
"resolved": "https://registry.npmjs.org/react-native-maps/-/react-native-maps-0.26.1.tgz",
"integrity": "sha512-p4VTB8YB5ZmOmDRCUpoHZkm05amZwhIo04AJMBbB9+JAR2PNNfpo0vceoWX0Mag4wnePkdzPomeWMplr/wimTg=="
},
"ua-parser-js": {
"version": "0.7.21",
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.21.tgz",
"integrity": "sha512-+O8/qh/Qj8CgC6eYBVBykMrNtp5Gebn4dlGD/kKXVkJNDwyrAwSIqwz8CDf+tsAIWVycKcku6gIXJ0qwx/ZXaQ=="
}
}
}