iiRecord
Agentic AI Atlas · pnpm
tool:pnpma5c.ai
II.
Tool JSON

tool:pnpm

Structured · live

pnpm json

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

File · domain/tools/pnpm.yamlCluster · domain
Record JSON
{
  "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"
      }
    }
  ]
}