-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
59 lines (59 loc) · 2.27 KB
/
package-lock.json
File metadata and controls
59 lines (59 loc) · 2.27 KB
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
{
"name": "@peacheym/libmapper.js",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@peacheym/libmapper.js",
"version": "0.0.1",
"dependencies": {
"@grame/faustwasm": "^0.4.4",
"@peacheym/libmapper.js": "^0.0.1"
}
},
"node_modules/@grame/faustwasm": {
"version": "0.4.4",
"resolved": "https://registry.npmjs.org/@grame/faustwasm/-/faustwasm-0.4.4.tgz",
"integrity": "sha512-3/21RGzmpUXgDIcTt63FqfPxqmw2quZLI1xl8T0+nnfitaaJHRmCjfAfESr8pjr4JvLTBp/uXqdbrKhL327niw==",
"dependencies": {
"@types/emscripten": "^1.39.10"
},
"bin": {
"faust2sndfile-ts": "scripts/faust2sndfile.js",
"faust2svg-ts": "scripts/faust2svg.js",
"faust2wasm-ts": "scripts/faust2wasm.js"
}
},
"node_modules/@peacheym/libmapper.js": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/@peacheym/libmapper.js/-/libmapper.js-0.0.1.tgz",
"integrity": "sha512-HHyTV3EGwSmxehnmgLTjX49hDt4F1OxqDM3VX3UCyhZHHh6/rlk6Zr0EXV2azpugZl2ZUf7mLvo2YW6MsxqytQ=="
},
"node_modules/@types/emscripten": {
"version": "1.39.13",
"resolved": "https://registry.npmjs.org/@types/emscripten/-/emscripten-1.39.13.tgz",
"integrity": "sha512-cFq+fO/isvhvmuP/+Sl4K4jtU6E23DoivtbO4r50e3odaxAiVdbfSYRDdJ4gCdxx+3aRjhphS5ZMwIH4hFy/Cw=="
}
},
"dependencies": {
"@grame/faustwasm": {
"version": "0.4.4",
"resolved": "https://registry.npmjs.org/@grame/faustwasm/-/faustwasm-0.4.4.tgz",
"integrity": "sha512-3/21RGzmpUXgDIcTt63FqfPxqmw2quZLI1xl8T0+nnfitaaJHRmCjfAfESr8pjr4JvLTBp/uXqdbrKhL327niw==",
"requires": {
"@types/emscripten": "^1.39.10"
}
},
"@peacheym/libmapper.js": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/@peacheym/libmapper.js/-/libmapper.js-0.0.1.tgz",
"integrity": "sha512-HHyTV3EGwSmxehnmgLTjX49hDt4F1OxqDM3VX3UCyhZHHh6/rlk6Zr0EXV2azpugZl2ZUf7mLvo2YW6MsxqytQ=="
},
"@types/emscripten": {
"version": "1.39.13",
"resolved": "https://registry.npmjs.org/@types/emscripten/-/emscripten-1.39.13.tgz",
"integrity": "sha512-cFq+fO/isvhvmuP/+Sl4K4jtU6E23DoivtbO4r50e3odaxAiVdbfSYRDdJ4gCdxx+3aRjhphS5ZMwIH4hFy/Cw=="
}
}
}