II.
Tool JSON
Structured · livetool:pnpm
pnpm json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:pnpm",
"_kind": "Tool",
"_file": "domain/tools/pnpm.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "pnpm",
"homepageUrl": "https://pnpm.io",
"kind": "package-manager",
"language": "language:javascript",
"releasedAt": "2017",
"description": "Fast, disk-space-efficient package manager for JavaScript with content-addressable store.\n"
},
"outgoingEdges": [
{
"from": "tool:pnpm",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "tool:pnpm",
"to": "skill-area:developer-environment",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:pnpm",
"to": "tool:npm",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript package managers"
}
},
{
"from": "tool:pnpm",
"to": "tool:yarn",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript package managers"
}
},
{
"from": "tool:pnpm",
"to": "tool:bun",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript package managers / runtimes"
}
}
],
"incomingEdges": [
{
"from": "stack-profile:monorepo-fullstack",
"to": "tool:pnpm",
"kind": "composed_of"
},
{
"from": "tool:bun",
"to": "tool:pnpm",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript package managers / runtimes"
}
},
{
"from": "tool:npm",
"to": "tool:pnpm",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript package managers"
}
},
{
"from": "tool:yarn",
"to": "tool:pnpm",
"kind": "alternative_to",
"attributes": {
"comparison": "JavaScript package managers"
}
}
]
}