nerdlang
Version:
NerdLang. Simple yet efficient.
41 lines (39 loc) • 723 B
JSON
{
"name": "child_process",
"description": "Nerd base child process module",
"main": "index.nf",
"bugs":
{
"url": "https://github.com/Nerdlang/Nerd/issues"
},
"directories":
{
"root": "."
},
"homepage": "https://github.com/Nerdlang/Nerd#readme",
"keywords":
[
"nerdlang",
"nerd",
"child_process",
"exec",
"spawn"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nerdlang/nerd/blob/master/LICENSE"
}
],
"repository":
{
"type": "git",
"url": "git+ssh://git@github.com/Nerdlang/Nerd.git"
},
"version": "0.0.1",
"nectar":
{
"env": ["std", "wasm"]
}
}