II.
Library JSON
Structured · livelibrary:chokidar
Chokidar json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:chokidar",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Chokidar",
"belongsToLanguageId": "language:javascript",
"category": "filesystem",
"description": "Efficient cross-platform file system watching library for Node.js\nbuilt on native fs.watch/FSEvents with debouncing, glob filtering,\nand reliable atomic-write detection; used by webpack and Vite.\n"
},
"outgoingEdges": [
{
"from": "library:chokidar",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:chokidar",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for"
},
{
"from": "library:chokidar",
"to": "library:nodemon",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:fs-extra",
"to": "library:chokidar",
"kind": "alternative_to"
}
]
}