II.
Library JSON
Structured · livelibrary:chalk
Chalk json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:chalk",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-backend.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Chalk",
"belongsToLanguageId": "language:javascript",
"category": "other",
"description": "Terminal string styling library for Node.js with chainable API for\ncolors, backgrounds, and text modifiers; auto-detects color support\nand respects NO_COLOR / FORCE_COLOR env vars.\n"
},
"outgoingEdges": [
{
"from": "library:chalk",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:chalk",
"to": "skill-area:cli-design",
"kind": "used_for"
},
{
"from": "library:chalk",
"to": "library:rich-lib",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:rich-lib",
"to": "library:chalk",
"kind": "alternative_to"
}
]
}