package.json
1.56 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
{
"_from": "echarts-amap@1.0.0-rc.6",
"_id": "echarts-amap@1.0.0-rc.6",
"_inBundle": false,
"_integrity": "sha1-V4KnTa7lLtRM4/j2JXdWF4PwnhY=",
"_location": "/echarts-amap",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "echarts-amap@1.0.0-rc.6",
"name": "echarts-amap",
"escapedName": "echarts-amap",
"rawSpec": "1.0.0-rc.6",
"saveSpec": null,
"fetchSpec": "1.0.0-rc.6"
},
"_requiredBy": [
"/v-charts"
],
"_resolved": "https://registry.npmjs.org/echarts-amap/-/echarts-amap-1.0.0-rc.6.tgz",
"_shasum": "5782a74daee52ed44ce3f8f62577561783f09e16",
"_spec": "echarts-amap@1.0.0-rc.6",
"_where": "/Users/zhanghao/brcode/br-client/node_modules/v-charts",
"author": {
"name": "Billy Poon"
},
"bugs": {
"url": "https://github.com/billy-poon/echarts-amap/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "\u0016an echarts extension to support AMap(http://lbs.amap.com/)",
"devDependencies": {
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"homepage": "https://github.com/billy-poon/echarts-amap#readme",
"keywords": [
"echarts",
"amap",
"alimap",
"autonavi"
],
"license": "MIT",
"main": "index.js",
"name": "echarts-amap",
"repository": {
"type": "git",
"url": "git+https://github.com/billy-poon/echarts-amap.git"
},
"scripts": {
"build": "webpack -p",
"dev": "webpack-dev-server --open --hot",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0-rc.6"
}