-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
53 lines (53 loc) · 1.67 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "fft-js-benchmark",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"benchmark": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/benchmark/-/benchmark-2.1.4.tgz",
"integrity": "sha1-CfPeMckWQl1JjMLuVloOvzwqVik=",
"requires": {
"lodash": "4.17.4",
"platform": "1.3.4"
}
},
"dsp.js": {
"version": "github:corbanbrook/dsp.js#52d60e4ece9158b2dac9261790d45421a1556cae"
},
"fft": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/fft/-/fft-0.2.1.tgz",
"integrity": "sha1-EERVT9uhoLlsSEPV3qhSXKs2Iao="
},
"fft.js": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/fft.js/-/fft.js-4.0.3.tgz",
"integrity": "sha1-sAhO+pQYj+vdHP/mhpH0yFoPuMs="
},
"fourier": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/fourier/-/fourier-0.2.1.tgz",
"integrity": "sha1-AQxU6NAgb+bKwRliytTE2PPJ/Oo="
},
"fourier-transform": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/fourier-transform/-/fourier-transform-1.1.2.tgz",
"integrity": "sha1-U5J876hpWOsf0hSK9GxtP8Xnm2Q="
},
"lodash": {
"version": "4.17.4",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
},
"ooura": {
"version": "github:audioplastic/ooura#7d051c56adf270e2a3db1325cfd27b9fb86242bb"
},
"platform": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/platform/-/platform-1.3.4.tgz",
"integrity": "sha1-bw+xftqqSPIUQrOpdcBjEw8cPr0="
}
}
}