package.json
1.7 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
60
61
62
63
64
65
{
"_args": [
[
"react-native-camera@0.12.0",
"/Users/xiniu/IdeaProjects/guofa-client/guofa"
]
],
"_from": "react-native-camera@0.12.0",
"_id": "react-native-camera@0.12.0",
"_inBundle": false,
"_integrity": "sha1-Ua+orPFpbZ2XMHS2RUxboszmrBg=",
"_location": "/react-native-camera",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-native-camera@0.12.0",
"name": "react-native-camera",
"escapedName": "react-native-camera",
"rawSpec": "0.12.0",
"saveSpec": null,
"fetchSpec": "0.12.0"
},
"_requiredBy": [
"/"
],
"_resolved": "http://registry.npm.taobao.org/react-native-camera/download/react-native-camera-0.12.0.tgz",
"_spec": "0.12.0",
"_where": "/Users/xiniu/IdeaProjects/guofa-client/guofa",
"author": {
"name": "Lochlan Wansbrough",
"email": "lochie@live.com",
"url": "http://lwansbrough.com"
},
"bugs": {
"url": "https://github.com/lwansbrough/react-native-camera/issues"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/react-native-camera",
"logo": "https://opencollective.com/opencollective/logo.txt"
},
"dependencies": {
"prop-types": "^15.5.10"
},
"description": "A Camera component for React Native. Also reads barcodes.",
"homepage": "https://github.com/lwansbrough/react-native-camera",
"keywords": [
"react-native",
"react",
"native",
"camera",
"qr",
"code",
"barcode"
],
"license": "MIT",
"name": "react-native-camera",
"nativePackage": true,
"repository": {
"type": "git",
"url": "git+https://github.com/lwansbrough/react-native-camera.git"
},
"version": "0.12.0"
}