-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage-lock.json
More file actions
26 lines (26 loc) · 921 Bytes
/
package-lock.json
File metadata and controls
26 lines (26 loc) · 921 Bytes
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": "echartstest",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"echarts": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/echarts/-/echarts-4.2.1.tgz",
"integrity": "sha512-pw4xScRPsLegD/cqEcoXRKeA2SD4+s+Kyo0Na166NamOWhzNl2yI5RZ2rE97tBlAopNmhyMeBVpAeD5qb+ee1A==",
"requires": {
"zrender": "4.0.7"
}
},
"mpvue-echarts": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/mpvue-echarts/-/mpvue-echarts-0.3.1.tgz",
"integrity": "sha512-O7IIyvi9TxcaXJDQuJsiDy6UefTTXF//VFgi3GCCyZ0WSBoPcyU0MpvfeMCPPafl8JxTDIgmlr4cZIxmyozSrA=="
},
"zrender": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/zrender/-/zrender-4.0.7.tgz",
"integrity": "sha512-TNloHe0ums6zxbHfnaCryM61J4IWDajZwNq6dHk9vfWhhysO/OeFvvR0drBs/nbXha2YxSzfQj2FiCd6RVBe+Q=="
}
}
}