iiRecord
Agentic AI Atlas · Bun
tool:buna5c.ai
II.
Tool JSON

tool:bun

Structured · live

Bun json

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

File · domain/tools/bun.yamlCluster · domain
Record JSON
{
  "id": "tool:bun",
  "_kind": "Tool",
  "_file": "domain/tools/bun.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Bun",
    "homepageUrl": "https://bun.sh",
    "kind": "package-manager",
    "language": "language:javascript",
    "releasedAt": "2022",
    "description": "All-in-one JavaScript runtime, bundler, transpiler, and package manager.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:bun",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:bun",
      "to": "skill-area:developer-environment",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:bun",
      "to": "tool:npm",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers / runtimes"
      }
    },
    {
      "from": "tool:bun",
      "to": "tool:pnpm",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers / runtimes"
      }
    },
    {
      "from": "tool:bun",
      "to": "tool:yarn",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers / runtimes"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "tool:npm",
      "to": "tool:bun",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers / runtimes"
      }
    },
    {
      "from": "tool:pnpm",
      "to": "tool:bun",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers / runtimes"
      }
    },
    {
      "from": "tool:yarn",
      "to": "tool:bun",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript package managers / runtimes"
      }
    }
  ]
}