II.
Library JSON
Structured · livelibrary:glob
glob json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:glob",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "glob",
"belongsToLanguageId": "language:javascript",
"category": "filesystem",
"description": "The original glob pattern matching library for Node.js, used by npm,\nwebpack, and countless build tools to expand shell-style wildcards\n(*, **, ?) into lists of file paths.\n"
},
"outgoingEdges": [
{
"from": "library:glob",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:glob",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for"
},
{
"from": "library:glob",
"to": "library:fast-glob",
"kind": "alternative_to"
}
],
"incomingEdges": []
}