-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.56 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
82
83
84
85
86
87
{
"_from": "react-native-webview-local@^4.0.0",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-M+86RAo313G/nzprlhpptxitxUISRStJhCh0pLDQpsSPetEh78oY6bq37R0hPxYuwNNeJ3GTI/z55x2MdK5ocw==",
"_location": "/react-native-webview-local",
"_phantomChildren": {
"isomorphic-fetch": "2.2.1",
"loose-envify": "1.4.0",
"object-assign": "4.1.1",
"promise": "7.3.1",
"setimmediate": "1.0.5",
"ua-parser-js": "0.7.21"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-native-webview@^4.0.0",
"name": "react-native-webview-local",
"escapedName": "react-native-webview-local",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-4.1.0.tgz",
"_shasum": "c297e22dedb747c5e1dfcbb0355a676ec41ec4f8",
"_spec": "react-native-webview-local@^4.0.0",
"bundleDependencies": false,
"contributors": [
{
"name": "Thibault Malbranche",
"email": "[email protected]"
}
],
"dependencies": {
"escape-string-regexp": "^1.0.5",
"fbjs": "^0.8.17"
},
"deprecated": false,
"description": "React Native WebView local component for iOS, Android to load local webresources from local app package",
"devDependencies": {
"@semantic-release/git": "7.0.5",
"@types/react": "^16.4.18",
"@types/react-native": "^0.57.6",
"flow-bin": "^0.80.0",
"react-native": "^0.57",
"semantic-release": "15.10.3"
},
"homepage": "https://github.com/mosinbagban/react-native-webview-local#readme",
"license": "MIT",
"main": "index.js",
"name": "react-native-webview-local",
"peerDependencies": {
"react": "^16.0",
"react-native": "^0.57"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mosinbagban/react-native-webview-local.git"
},
"keywords": [
"react-native",
"react-native-webview",
"react",
"webview",
"android",
"ios"
],
"author": "Mohsin Bagwan",
"email": "[email protected]",
"bugs": {
"url": "https://github.com/mosinbagban/react-native-webview-local/issues"
},
"scripts": {
"ci:publish": "yarn semantic-release",
"ci:test": "yarn ci:test:flow",
"ci:test:flow": "yarn test:ios:flow && yarn test:android:flow",
"semantic-release": "semantic-release",
"test:android:flow": "flow check --flowconfig-name .flowconfig.android",
"test:ios:flow": "flow check"
},
"typings": "typings/index.d.ts",
"version": "2.0.0"
}