iiRecord
Agentic AI Atlas · Parcel
tool:parcela5c.ai
II.
Tool JSON

tool:parcel

Structured · live

Parcel json

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

File · domain/tools/parcel.yamlCluster · domain
Record JSON
{
  "id": "tool:parcel",
  "_kind": "Tool",
  "_file": "domain/tools/parcel.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Parcel",
    "homepageUrl": "https://parceljs.org",
    "kind": "bundler",
    "description": "Zero-config web application bundler.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:parcel",
      "to": "language:javascript",
      "kind": "belongs_to_language",
      "attributes": {}
    },
    {
      "from": "tool:parcel",
      "to": "skill-area:ci-pipeline-optimization",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:parcel",
      "to": "tool:webpack",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript bundlers"
      }
    },
    {
      "from": "tool:parcel",
      "to": "tool:vite",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript bundlers"
      }
    },
    {
      "from": "tool:parcel",
      "to": "tool:turbopack",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript bundlers"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "tool:turbopack",
      "to": "tool:parcel",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript bundlers"
      }
    },
    {
      "from": "tool:vite",
      "to": "tool:parcel",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript bundlers"
      }
    },
    {
      "from": "tool:webpack",
      "to": "tool:parcel",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JavaScript bundlers"
      }
    }
  ]
}