-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 1.89 KB
/
package.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"_args": [
[
"RNBaiduMap",
"/Users/dushaobin/test/didizx-android"
]
],
"_from": "baidumapkit@latest",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/baidumapkit",
"_nodeVersion": "5.3.0",
"_npmUser": {
"email": "[email protected]",
"name": "hufeng"
},
"_npmVersion": "2.14.15",
"_phantomChildren": {},
"_requested": {
"name": "baidumapkit",
"raw": "baidumapkit",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/baidumapkit/-/baidumapkit-1.1.0.tgz",
"_shasum": "99baa96c5ee746daae25d86532e1a8204d408417",
"_shrinkwrap": null,
"_spec": "baidumapkit",
"_where": "/Users/dushaobin/test/didizx-android",
"author": {
"name": "hufeng"
},
"bugs": {
"url": "https://github.com/hufeng/BaiduMapKit/issues"
},
"dependencies": {},
"description": "react-native bridge baidu's map android sdk",
"devDependencies": {},
"directories": {
"example": "example"
},
"dist": {
"shasum": "99baa96c5ee746daae25d86532e1a8204d408417",
"tarball": "https://registry.npmjs.org/baidumapkit/-/baidumapkit-1.1.0.tgz"
},
"gitHead": "1dc086bbdd70d9fc7882972d48ae7d848c8917ba",
"homepage": "https://github.com/hufeng/BaiduMapKit#readme",
"keywords": [
"baidu",
"map",
"react-native"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "hufeng",
"email": "[email protected]"
}
],
"name": "baidumapkit",
"optionalDependencies": {},
"peerDependencies": {
"react-native": ">=0.14.0"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/hufeng/BaiduMapKit.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.0"
}