forked from meliorence/react-native-render-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.13 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
{
"_from": "react-native-render-html@^3.10.0",
"_id": "react-native-render-html@3.10.0",
"_inBundle": false,
"_integrity": "sha512-ZDMo6uj5MSrN9npsPYO61rMzQUfBM12gfYI6mjfaOT8gjTJiKW6O43yTiT+bRd2HDBhnIlI4gaz+OJr0bQwwyw==",
"_location": "/react-native-render-html",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-native-render-html@^3.10.0",
"name": "react-native-render-html",
"escapedName": "react-native-render-html",
"rawSpec": "^3.10.0",
"saveSpec": null,
"fetchSpec": "^3.10.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-render-html/-/react-native-render-html-3.10.0.tgz",
"_shasum": "fe72264bb8f2bc8a8e60b345d5c2ed10d7bde08d",
"_spec": "react-native-render-html@^3.10.0",
"_where": "/home/sia/bookapo/bookapo",
"author": {
"name": "Archriss"
},
"bugs": {
"url": "https://github.com/archriss/react-native-render-html/issues"
},
"bundleDependencies": false,
"dependencies": {
"buffer": "^4.5.1",
"events": "^1.1.0",
"html-entities": "^1.2.0",
"htmlparser2": "^3.9.0",
"stream": "0.0.2"
},
"deprecated": false,
"description": "React Native component that renders HTML as native views",
"devDependencies": {
"babel-eslint": "8.2.2",
"eslint": "4.18.2",
"eslint-config-standard": "11.0.0",
"eslint-config-standard-jsx": "5.0.0",
"eslint-config-standard-react": "6.0.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-react": "7.7.0",
"eslint-plugin-standard": "3.0.1"
},
"homepage": "https://github.com/archriss/react-native-render-html#readme",
"keywords": [
"react-native",
"react-component",
"react-native-component",
"html",
"render-html"
],
"license": "BSD-2-Clause",
"name": "react-native-render-html",
"peerDependencies": {
"prop-types": ">=15.5.10",
"react": "*",
"react-native": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archriss/react-native-render-html.git"
},
"version": "3.10.0"
}