II.
Library JSON
Structured · livelibrary:execa
execa json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:execa",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "execa",
"belongsToLanguageId": "language:javascript",
"category": "shell-process",
"description": "Improved child_process wrapper for Node.js with promise and async\niterable support, cross-platform shebang handling, signal forwarding,\nand helpful error messages with exit codes and stderr.\n"
},
"outgoingEdges": [
{
"from": "library:execa",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:execa",
"to": "skill-area:cli-design",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:zx",
"to": "library:execa",
"kind": "alternative_to"
}
]
}