iiRecord
Agentic AI Atlas · Cheerio
library:cheerioa5c.ai
II.
Library JSON

library:cheerio

Structured · live

Cheerio json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-node-testing-utils.yamlCluster · domain
Record JSON
{
  "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"
    }
  ]
}