continuator_front / package-lock.json
pachet's picture
Add MIDI import and Faust playback renderers
edcdc67
{
"name": "continuator_front",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@grame/faustwasm": "^0.16.1"
}
},
"node_modules/@grame/faustwasm": {
"version": "0.16.1",
"resolved": "https://registry.npmjs.org/@grame/faustwasm/-/faustwasm-0.16.1.tgz",
"integrity": "sha512-bc3AbJm4bPyS8ilvTnsbxjrFYqUO73uN5oatfMlJPsSvdzx/50q5ViMilmGdNV/Xrf7pbNdwu8Wka5ZwOraxwA==",
"license": "LGPL-3.0",
"dependencies": {
"@types/emscripten": "^1.39.10"
},
"bin": {
"faust2sndfile-ts": "scripts/faust2sndfile.js",
"faust2svg-ts": "scripts/faust2svg.js",
"faust2wasm-ts": "scripts/faust2wasm.js"
}
},
"node_modules/@types/emscripten": {
"version": "1.41.5",
"resolved": "https://registry.npmjs.org/@types/emscripten/-/emscripten-1.41.5.tgz",
"integrity": "sha512-cMQm7pxu6BxtHyqJ7mQZ2kXWV5SLmugybFdHCBbJ5eHzOo6VhBckEgAT3//rP5FwPHNPeEiq4SmQ5ucBwsOo4Q==",
"license": "MIT"
}
}
}