-
Notifications
You must be signed in to change notification settings - Fork 5
/
package-lock.json
36 lines (36 loc) · 1.54 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@types/conventional-changelog-config-spec": {
"version": "2.1.0",
"resolved": "https://registry.npm.taobao.org/@types/conventional-changelog-config-spec/download/@types/conventional-changelog-config-spec-2.1.0.tgz",
"integrity": "sha1-m0wxIf62GfgBAX54puHCWMz/HOs=",
"dev": true,
"requires": {
"@types/json-schema": "*"
}
},
"@types/json-schema": {
"version": "7.0.7",
"resolved": "https://registry.npm.taobao.org/@types/json-schema/download/@types/json-schema-7.0.7.tgz?cache=0&sync_timestamp=1613378919536&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fjson-schema%2Fdownload%2F%40types%2Fjson-schema-7.0.7.tgz",
"integrity": "sha1-mKmTUWyFnrDVxMjwmDF6nqaNua0=",
"dev": true
},
"@types/node": {
"version": "14.14.31",
"resolved": "https://registry.npm.taobao.org/@types/node/download/@types/node-14.14.31.tgz?cache=0&sync_timestamp=1613758114120&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-14.14.31.tgz",
"integrity": "sha1-cihr0z0TeqDRUtR+x8F2JWPTQFU="
},
"@types/standard-version": {
"version": "7.0.0",
"resolved": "https://registry.npm.taobao.org/@types/standard-version/download/@types/standard-version-7.0.0.tgz",
"integrity": "sha1-dhG99kjggzEApUgoqENT5ZIoYvw=",
"dev": true,
"requires": {
"@types/conventional-changelog-config-spec": "*",
"@types/node": "*"
}
}
}
}