II.
Tool JSON
Structured · livetool:parcel
Parcel json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
}
]
}