-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
{
"name": "audio-buffer-from",
"version": "1.1.1",
"description": "Create AudioBuffer from any source",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/audiojs/audio-buffer-from.git"
},
"keywords": [
"audio",
"audiojs",
"dsp",
"web-audio-api",
"audio-buffer",
"create audio buffer",
"pcm"
],
"author": "Dima Yv <df.creative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/audiojs/audio-buffer-from/issues"
},
"homepage": "https://github.com/audiojs/audio-buffer-from#readme",
"dependencies": {
"audio-buffer": "^4.0.4",
"audio-context": "^1.0.1",
"audio-format": "^2.0.0",
"is-audio-buffer": "^1.0.11",
"is-plain-obj": "^1.1.0",
"pcm-convert": "^1.6.0",
"pick-by-alias": "^1.2.0",
"string-to-arraybuffer": "^1.0.0"
},
"devDependencies": {
"arraybuffer-to-string": "^1.0.1",
"atob-lite": "^2.0.0",
"audio-buffer-list": "^4.1.0",
"create-data-uri": "^1.1.0",
"ndarray": "^1.0.18",
"ndsamples": "^1.0.0",
"object-assign": "^4.1.1",
"tape": "^4.6.3",
"wav-encoder": "^1.1.0"
}
}