II.
Library JSON
Structured · livelibrary:fast-glob
fast-glob json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:fast-glob",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "fast-glob",
"belongsToLanguageId": "language:javascript",
"category": "filesystem",
"description": "High-performance glob implementation for Node.js using micromatch\nand a concurrent directory walker; significantly faster than glob on\nlarge file trees, used by Vite, ESLint, and lint-staged.\n"
},
"outgoingEdges": [
{
"from": "library:fast-glob",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:fast-glob",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:glob",
"to": "library:fast-glob",
"kind": "alternative_to"
}
]
}