package.json
1.71 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"_from": "echarts-liquidfill@^2.0.2",
"_id": "echarts-liquidfill@2.0.6",
"_inBundle": false,
"_integrity": "sha512-p+AH0O9/BtwXMQQyhjJbMZo+GwRAgWG/DCyK5r27PQzpS0UWrgXu57MyEFc0A8Ub3sRuqEu08BuxwHICBkSWSQ==",
"_location": "/echarts-liquidfill",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "echarts-liquidfill@^2.0.2",
"name": "echarts-liquidfill",
"escapedName": "echarts-liquidfill",
"rawSpec": "^2.0.2",
"saveSpec": null,
"fetchSpec": "^2.0.2"
},
"_requiredBy": [
"/v-charts"
],
"_resolved": "https://registry.npmjs.org/echarts-liquidfill/-/echarts-liquidfill-2.0.6.tgz",
"_shasum": "0668dc61d87a6262003090bd32c55aa8108c252e",
"_spec": "echarts-liquidfill@^2.0.2",
"_where": "/Users/zhanghao/brcode/br-client/node_modules/v-charts",
"author": {
"name": "Ovilia",
"email": "me@zhangwenli.com",
"url": "http://zhangwenli.com"
},
"bugs": {
"url": "https://github.com/ecomfe/echarts-liquidfill/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "ECharts liquid fill extension",
"devDependencies": {
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-link": "^0.2.0"
},
"homepage": "https://github.com/ecomfe/echarts-liquidfill#readme",
"license": "MIT",
"main": "index.js",
"name": "echarts-liquidfill",
"peerDependencies": {
"echarts": "^4.8.0",
"zrender": "^4.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecomfe/echarts-liquidfill.git"
},
"scripts": {
"build": "webpack --env.development",
"dev": "webpack --env.development --watch",
"release": "webpack --env.production"
},
"version": "2.0.6"
}