-
Notifications
You must be signed in to change notification settings - Fork 3
/
package-lock.json
29 lines (29 loc) · 913 Bytes
/
package-lock.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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"debug": {
"version": "0.7.4",
"resolved": "http://registry.npmjs.org/debug/-/debug-0.7.4.tgz",
"integrity": "sha1-BuHqgILCyxTjmAbiLi9vdX+Srzk="
},
"mic": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/mic/-/mic-2.1.2.tgz",
"integrity": "sha1-8DQoOBeY/4iakEBaAxgVHbBUpO0="
},
"wav-decoder": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/wav-decoder/-/wav-decoder-1.3.0.tgz",
"integrity": "sha512-4U6O/JNb1dPO90CO2YMTQ5N2plJcntm39vNMvRq9VZ4Vy5FzS7Lnx95N2QcYUyKYcZfCbhI//W3dSHA8YnOQyQ=="
},
"waveheader": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/waveheader/-/waveheader-0.0.2.tgz",
"integrity": "sha1-Xbj1M8GfaK/QOBMwbQbnveK4vEM=",
"requires": {
"debug": "0.7.4"
}
}
}
}