-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
37 lines (37 loc) · 1.34 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
{
"name": "react-native-azure-cosmos",
"version": "1.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@react-native-community/async-storage": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/@react-native-community/async-storage/-/async-storage-1.12.0.tgz",
"integrity": "sha512-y3zVxuVyiOxI8TXrvajmYfDbIt2vFNxzV5MiA28v15DQTxDk6uJH3rpc9my+la7u2Tiwt3PpdU2+59ZgZ4h7wA==",
"requires": {
"deep-assign": "^3.0.0"
}
},
"deep-assign": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/deep-assign/-/deep-assign-3.0.0.tgz",
"integrity": "sha512-YX2i9XjJ7h5q/aQ/IM9PEwEnDqETAIYbggmdDB3HLTlSgo1CxPsj6pvhPG68rq6SVE0+p+6Ywsm5fTYNrYtBWw==",
"requires": {
"is-obj": "^1.0.0"
}
},
"is-obj": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
"integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8="
},
"react-native-fetch-cache": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/react-native-fetch-cache/-/react-native-fetch-cache-1.0.0.tgz",
"integrity": "sha512-iLGAFLUeoQ+a6ETd22vj5ZyAocVWhCC3INAdhv7cKIyo64HH/RTcb+ljkvNj/jwAqA2BHfLDIC2sU693tW0XGg==",
"requires": {
"@react-native-community/async-storage": "^1.12.0"
}
}
}
}