forked from juananime/react-native-audiowaveform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
128 lines (128 loc) · 3.74 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
125
126
127
128
{
"_args": [
[
{
"raw": "react-native-audiowaveform@^1.0.39",
"scope": null,
"escapedName": "react-native-audiowaveform",
"name": "react-native-audiowaveform",
"rawSpec": "^1.0.39",
"spec": ">=1.0.39 <2.0.0",
"type": "range"
},
"/Users/juanjimenez/otomogroove_projects/waveformGrapReactNative/audioWave"
],
[
{
"raw": "react-native-audiowaveform@^1.0.4",
"scope": null,
"escapedName": "react-native-audiowaveform",
"name": "react-native-audiowaveform",
"rawSpec": "^1.0.4",
"spec": ">=1.0.4 <2.0.0",
"type": "range"
},
"/Users/juanjimenez/otomogroove_projects/waveformGrapReactNative/audioWave"
],
[
{
"raw": "react-native-audiowaveform",
"scope": null,
"escapedName": "react-native-audiowaveform",
"name": "react-native-audiowaveform",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/juanjimenez/otomogroove_projects/waveformGrapReactNative/audioWave"
],
[
{
"raw": "react-native-audiowaveform@^1.0.471",
"scope": null,
"escapedName": "react-native-audiowaveform",
"name": "react-native-audiowaveform",
"rawSpec": "^1.0.471",
"spec": ">=1.0.471 <2.0.0",
"type": "range"
},
"/Users/juanjimenez/otomogroove_projects/wavetest/wavetest"
]
],
"_from": "react-native-audiowaveform@^1.0.471",
"_id": "[email protected]",
"_inCache": true,
"_location": "/react-native-audiowaveform",
"_nodeVersion": "7.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/react-native-audiowaveform-1.0.471.tgz_1498798533645_0.30980362044647336"
},
"_npmUser": {
"name": "otomogroove",
"email": "[email protected]"
},
"_npmVersion": "4.0.5",
"_phantomChildren": {},
"_requested": {
"raw": "react-native-audiowaveform@^1.0.471",
"scope": null,
"escapedName": "react-native-audiowaveform",
"name": "react-native-audiowaveform",
"rawSpec": "^1.0.471",
"spec": ">=1.0.471 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-audiowaveform/-/react-native-audiowaveform-1.0.471.tgz",
"_shasum": "edffd87c688ba4e92955eadd527538f6ac7b282f",
"_shrinkwrap": null,
"_spec": "react-native-audiowaveform@^1.0.471",
"_where": "/Users/juanjimenez/otomogroove_projects/wavetest/wavetest",
"author": {
"name": "Otomogroove 2017"
},
"bugs": {
"url": "https://github.com/juananime/react-native-audiowaveform/issues"
},
"dependencies": {},
"description": "Audio Waveform visualization and sound renderization for React Native",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "edffd87c688ba4e92955eadd527538f6ac7b282f",
"tarball": "https://registry.npmjs.org/react-native-audiowaveform/-/react-native-audiowaveform-1.0.471.tgz"
},
"gitHead": "254af600c21b2157f208822f2631ea18d171a5e3",
"homepage": "https://github.com/juananime/react-native-audiowaveform#readme",
"keywords": [
"react-native",
"audio",
"waveform",
"sound"
],
"license": "WTFPL",
"main": "index.js",
"maintainers": [
{
"name": "otomogroove",
"email": "[email protected]"
}
],
"name": "react-native-audiowaveform",
"optionalDependencies": {},
"peerDependencies": {
"react-native": "^0.29.0"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/juananime/react-native-audiowaveform.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.51"
}