II.
Library JSON
Structured · livelibrary:fs-extra
fs-extra json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:fs-extra",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "fs-extra",
"belongsToLanguageId": "language:javascript",
"category": "filesystem",
"description": "Drop-in replacement for Node.js's built-in fs module that adds\npromise support and extra methods — copy, move, ensureDir, emptyDir,\noutputFile — without the ceremony of native fs APIs.\n"
},
"outgoingEdges": [
{
"from": "library:fs-extra",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:fs-extra",
"to": "skill-area:cli-design",
"kind": "used_for"
},
{
"from": "library:fs-extra",
"to": "library:chokidar",
"kind": "alternative_to"
}
],
"incomingEdges": []
}