-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
24 lines (24 loc) · 1012 Bytes
/
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
{
"name": "react-native-sqlite-tool",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/react-native-sqlite-storage": {
"version": "5.0.0",
"resolved": "https://registry.npm.taobao.org/@types/react-native-sqlite-storage/download/@types/react-native-sqlite-storage-5.0.0.tgz",
"integrity": "sha1-hfjsE1DPkc/tAcurEA6TOSh5Q6w=",
"dev": true
},
"react-native-sqlite-storage": {
"version": "5.0.0",
"resolved": "https://registry.npm.taobao.org/react-native-sqlite-storage/download/react-native-sqlite-storage-5.0.0.tgz",
"integrity": "sha1-+wFckotZ0wADYPsHdKmVReemldY="
},
"typescript": {
"version": "4.1.5",
"resolved": "https://registry.npm.taobao.org/typescript/download/typescript-4.1.5.tgz?cache=0&sync_timestamp=1613978477235&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftypescript%2Fdownload%2Ftypescript-4.1.5.tgz",
"integrity": "sha1-Ejo7IUqv874ykm8Njx9ucE64mnI="
}
}
}