II.
Library JSON
Structured · livelibrary:puppeteer
Puppeteer json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:puppeteer",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-testing-utils.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Puppeteer",
"belongsToLanguageId": "language:javascript",
"category": "parsing",
"description": "Node.js library for controlling headless Chrome/Chromium over the DevTools Protocol — browser automation, scraping, and screenshot generation.\n"
},
"outgoingEdges": [
{
"from": "library:puppeteer",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:puppeteer",
"to": "skill-area:browser-automation",
"kind": "used_for"
},
{
"from": "library:puppeteer",
"to": "skill-area:web-scraping",
"kind": "used_for"
},
{
"from": "library:puppeteer",
"to": "library:cheerio",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:capybara",
"to": "library:puppeteer",
"kind": "alternative_to"
},
{
"from": "stack-profile:pdf-generation-service",
"to": "library:puppeteer",
"kind": "composed_of"
},
{
"from": "tool-server:mcp-puppeteer",
"to": "library:puppeteer",
"kind": "integrates_with",
"attributes": {}
}
]
}