2023-06-01 11:35:12 +00:00
|
|
|
{
|
|
|
|
"authors": [
|
|
|
|
"Andrew Lalis"
|
|
|
|
],
|
|
|
|
"copyright": "Copyright © 2023, Andrew Lalis",
|
|
|
|
"description": "Compiler for the NIMP language.",
|
|
|
|
"license": "MIT",
|
2023-06-23 06:55:56 +00:00
|
|
|
"name": "compiler",
|
|
|
|
"dependencies": {
|
2023-06-27 04:21:13 +00:00
|
|
|
"streams": "~>3.5.0"
|
2023-06-23 06:55:56 +00:00
|
|
|
}
|
2023-06-01 11:35:12 +00:00
|
|
|
}
|