mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
40 lines
902 B
JSON
40 lines
902 B
JSON
{
|
|
"name": "@strudel.cycles/eval",
|
|
"version": "0.4.1",
|
|
"description": "Code evaluator for strudel",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest run"
|
|
},
|
|
"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.4.1",
|
|
"estraverse": "^5.3.0",
|
|
"shift-ast": "^7.0.0",
|
|
"shift-codegen": "^8.1.0",
|
|
"shift-parser": "^8.0.0",
|
|
"shift-spec": "^2019.0.0",
|
|
"shift-traverser": "^1.0.0"
|
|
}
|
|
}
|