forked from brandlive1941/react-native-video-stream
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
124 lines (124 loc) · 4.31 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"_args": [
[
{
"raw": "react-native-video-stream",
"scope": null,
"escapedName": "react-native-video-stream",
"name": "react-native-video-stream",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/adam/RNBrandlive"
],
[
{
"raw": "git+https://github.com/brandlive1941/react-native-video-stream.git",
"scope": null,
"escapedName": null,
"name": null,
"rawSpec": "git+https://github.com/brandlive1941/react-native-video-stream.git",
"spec": "git+https://github.com/brandlive1941/react-native-video-stream.git",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:brandlive1941/react-native-video-stream.git",
"sshUrl": "git+ssh://git@github.com/brandlive1941/react-native-video-stream.git",
"httpsUrl": "git+https://github.com/brandlive1941/react-native-video-stream.git",
"gitUrl": "git://github.com/brandlive1941/react-native-video-stream.git",
"shortcut": "github:brandlive1941/react-native-video-stream",
"directUrl": "https://raw.githubusercontent.com/brandlive1941/react-native-video-stream/master/package.json"
}
},
"/Users/adam/RNBrandlive"
]
],
"_from": "git+https://github.com/brandlive1941/react-native-video-stream.git",
"_id": "react-native-video-stream@0.0.4",
"_inCache": true,
"_location": "/react-native-video-stream",
"_nodeVersion": "7.9.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/react-native-video-stream-0.0.4.tgz_1492150915105_0.38336165761575103"
},
"_npmUser": {
"name": "kwonohbin",
"email": "kwonohbin1226@gmail.com"
},
"_npmVersion": "4.2.0",
"_phantomChildren": {},
"_requested": {
"raw": "git+https://github.com/brandlive1941/react-native-video-stream.git",
"scope": null,
"escapedName": null,
"name": null,
"rawSpec": "git+https://github.com/brandlive1941/react-native-video-stream.git",
"spec": "git+https://github.com/brandlive1941/react-native-video-stream.git",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:brandlive1941/react-native-video-stream.git",
"sshUrl": "git+ssh://git@github.com/brandlive1941/react-native-video-stream.git",
"httpsUrl": "git+https://github.com/brandlive1941/react-native-video-stream.git",
"gitUrl": "git://github.com/brandlive1941/react-native-video-stream.git",
"shortcut": "github:brandlive1941/react-native-video-stream",
"directUrl": "https://raw.githubusercontent.com/brandlive1941/react-native-video-stream/master/package.json"
}
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://github.com/brandlive1941/react-native-video-stream.git#229a8993bfe291c4921af44c2367a74972e1bba8",
"_shasum": "2a0dc2b2de4c50aa930b29c4f263f6a70f3af008",
"_shrinkwrap": null,
"_spec": "git+https://github.com/brandlive1941/react-native-video-stream.git",
"_where": "/Users/adam/RNBrandlive",
"author": {
"name": "TeddyKwon"
},
"bugs": {
"url": "https://github.com/teddykwon/react-native-video-stream/issues"
},
"dependencies": {},
"description": "react-native-pili & LFLiveKit based video stream library",
"devDependencies": {
"react": "~15.4.0",
"react-native": "~0.40.0"
},
"directories": {},
"dist": {
"shasum": "5f6798123574f280032412700210e4e77e5a4cc0",
"tarball": "https://registry.npmjs.org/react-native-video-stream/-/react-native-video-stream-0.0.4.tgz"
},
"gitHead": "e357433288eb70c35f810c946a08618ef028a91d",
"homepage": "https://github.com/teddykwon/react-native-video-stream#readme",
"keywords": [
"react",
"react-native",
"react-native-video",
"react-native-pili",
"react-native-stream"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "kwonohbin",
"email": "kwonohbin1226@gmail.com"
}
],
"name": "react-native-video-stream",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/teddykwon/react-native-video-stream.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.4"
}