iiRecord
Agentic AI Atlas · npm
tool:npma5c.ai
II.
Tool JSON

tool:npm

Structured · live

npm json

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

File · domain/tools/npm.yamlCluster · domain
Record JSON
{
  "id": "tool:npm",
  "_kind": "Tool",
  "_file": "domain/tools/npm.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "npm",
    "homepageUrl": "https://www.npmjs.com",
    "kind": "package-manager",
    "language": "language:javascript",
    "releasedAt": "2010",
    "description": "Node package manager - default JavaScript package registry and CLI.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:npm",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:npm",
      "to": "skill-area:developer-environment",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:npm",
      "to": "tool:pnpm",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers"
      }
    },
    {
      "from": "tool:npm",
      "to": "tool:yarn",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers"
      }
    },
    {
      "from": "tool:npm",
      "to": "tool:bun",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers / runtimes"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "agent:claude-code",
      "to": "tool:npm",
      "kind": "composed_of",
      "attributes": {
        "role": "platform"
      }
    },
    {
      "from": "specialization:cli-mcp-development",
      "to": "tool:npm",
      "kind": "uses_tool"
    },
    {
      "from": "specialization:sdk-platform-development",
      "to": "tool:npm",
      "kind": "uses_tool"
    },
    {
      "from": "stack-profile:coding-agent-platform",
      "to": "tool:npm",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:open-source-library",
      "to": "tool:npm",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:sdk-developer-kit",
      "to": "tool:npm",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:plugin-extension-system",
      "to": "tool:npm",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:documentation-site",
      "to": "tool:npm",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:storybook-design-system",
      "to": "tool:npm",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:vscode-extension",
      "to": "tool:npm",
      "kind": "composed_of"
    },
    {
      "from": "tool:bun",
      "to": "tool:npm",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers / runtimes"
      }
    },
    {
      "from": "tool:pnpm",
      "to": "tool:npm",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers"
      }
    },
    {
      "from": "tool:yarn",
      "to": "tool:npm",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers"
      }
    }
  ]
}