-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
26 lines (26 loc) · 1011 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
25
26
{
"name": "tsproj",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/mocha": {
"version": "7.0.2",
"resolved": "https://repo.huaweicloud.com/repository/npm/@types/mocha/-/mocha-7.0.2.tgz",
"integrity": "sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w=="
},
"@types/react": {
"version": "15.7.0",
"resolved": "https://repo.huaweicloud.com/repository/npm/@types/react/-/react-15.7.0.tgz",
"integrity": "sha512-fROvMBKisHbCUGMRXqAVAhZeehNQkeLYRZW/PhYI+Ahd+HdC1DWNWktiFYUy44Iys7qvBo7O8J5UNneWEVxAQw=="
},
"@types/react-reconciler": {
"version": "0.18.0",
"resolved": "https://repo.huaweicloud.com/repository/npm/@types/react-reconciler/-/react-reconciler-0.18.0.tgz",
"integrity": "sha512-hLVaxzL7cGgk/2C/sc8yyyvi+aeeimv7SKOFgyuPFYqNb2rnnQApHabcxo5Xp+GloUAfMe3tyQm2nkrmbLXq4w==",
"requires": {
"@types/react": "*"
}
}
}
}