forked from damithz/react-native-camera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.76 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.76 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
{
"_from": "react-native-camera@^0.10.0",
"_id": "react-native-camera@0.10.0",
"_inBundle": false,
"_integrity": "sha512-qum5zdJ3GQZ/mB+SYdT8EhQVnIfmyLzwyIK9Ss4vsTGLKxKmt9tf7oGigT2t52aOy6tNglKcgYuU0cZREKGDDA==",
"_location": "/react-native-camera",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-native-camera@^0.10.0",
"name": "react-native-camera",
"escapedName": "react-native-camera",
"rawSpec": "^0.10.0",
"saveSpec": null,
"fetchSpec": "^0.10.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-0.10.0.tgz",
"_shasum": "5d973c9a8aab95f68aede395ba310eae0c3cecdd",
"_spec": "react-native-camera@^0.10.0",
"_where": "D:\\Dialog_O2A\\o2a_rn_update\\mobile",
"author": {
"name": "Lochlan Wansbrough",
"email": "lochie@live.com",
"url": "http://lwansbrough.com"
},
"bugs": {
"url": "https://github.com/lwansbrough/react-native-camera/issues"
},
"bundleDependencies": false,
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/react-native-camera",
"logo": "https://opencollective.com/opencollective/logo.txt"
},
"dependencies": {
"prop-types": "^15.5.10"
},
"deprecated": false,
"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.10.0"
}