II.
Library JSON
Structured · livelibrary:cheerio
Cheerio json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:cheerio",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-testing-utils.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Cheerio",
"belongsToLanguageId": "language:javascript",
"category": "parsing",
"description": "Fast, flexible server-side jQuery-like HTML/XML parsing and manipulation for Node.js.\n"
},
"outgoingEdges": [
{
"from": "library:cheerio",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:cheerio",
"to": "skill-area:web-scraping",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:puppeteer",
"to": "library:cheerio",
"kind": "alternative_to"
}
]
}