forked from markdaws/react-native-share-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.61 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
88
89
90
91
92
{
"_args": [
[
{
"raw": "react-native-share-extension",
"scope": null,
"escapedName": "react-native-share-extension",
"name": "react-native-share-extension",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/mark/code/PresentMobile"
]
],
"_from": "react-native-share-extension@latest",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/react-native-share-extension",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/react-native-share-extension-1.1.1.tgz_1483985855792_0.05685301055200398"
},
"_npmUser": {
"name": "alinz",
"email": "[email protected]"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "react-native-share-extension",
"scope": null,
"escapedName": "react-native-share-extension",
"name": "react-native-share-extension",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-share-extension/-/react-native-share-extension-1.1.1.tgz",
"_shasum": "da2c4758c8a800c2241e797deb90298b5388053c",
"_shrinkwrap": null,
"_spec": "react-native-share-extension",
"_where": "/Users/mark/code/PresentMobile",
"author": {
"name": "Ali Najafizadeh",
"email": "[email protected]",
"url": "http://github.com/alinz"
},
"bugs": {
"url": "https://github.com/alinz/react-native-share-extension"
},
"dependencies": {},
"description": "share extension using react-native for both ios and android",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "da2c4758c8a800c2241e797deb90298b5388053c",
"tarball": "https://registry.npmjs.org/react-native-share-extension/-/react-native-share-extension-1.1.1.tgz"
},
"gitHead": "66d3a720cda1a032aaea2d4609a7f427c252a2b2",
"homepage": "https://github.com/alinz/react-native-share-extension",
"keywords": [
"react-component",
"react-native",
"share-extension"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "alinz",
"email": "[email protected]"
}
],
"name": "react-native-share-extension",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/alinz/react-native-share-extension.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.1"
}