mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
- @strudel.cycles/core@0.1.0 - @strudel.cycles/embed@0.1.0 - @strudel.cycles/eval@0.1.0 - @strudel.cycles/midi@0.1.0 - @strudel.cycles/mini@0.1.0 - @strudel.cycles/osc@0.1.0 - @strudel.cycles/react@0.1.0 - @strudel.cycles/serial@0.1.0 - @strudel.cycles/tonal@0.1.0 - @strudel.cycles/tone@0.1.0 - @strudel.cycles/webaudio@0.1.0 - @strudel.cycles/xen@0.1.0
40 lines
906 B
JSON
40 lines
906 B
JSON
{
|
|
"name": "@strudel.cycles/eval",
|
|
"version": "0.1.0",
|
|
"description": "Code evaluator for strudel",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --colors"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tidalcycles/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"tidalcycles",
|
|
"strudel",
|
|
"pattern",
|
|
"livecoding",
|
|
"algorave"
|
|
],
|
|
"author": "Felix Roos <flix91@gmail.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/tidalcycles/strudel/issues"
|
|
},
|
|
"homepage": "https://github.com/tidalcycles/strudel#readme",
|
|
"dependencies": {
|
|
"@strudel.cycles/core": "^0.1.0",
|
|
"estraverse": "^5.3.0",
|
|
"shift-ast": "^6.1.0",
|
|
"shift-codegen": "^7.0.3",
|
|
"shift-parser": "^7.0.3",
|
|
"shift-spec": "^2018.0.2",
|
|
"shift-traverser": "^1.0.0"
|
|
}
|
|
}
|