GET /api/v1/ports/yarn/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "yarn",
    "portdir": "devel/yarn",
    "version": "1.22.21",
    "license": "BSD",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://yarnpkg.com/",
    "description": "JavaScript dependency manager",
    "long_description": "Created by Facebook to replace NPM, yarn boasts about its speed, security, and reliability. Most notably, yarn dependencies are installed deterministically, whereas NPM's dependencies are not.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "code",
            "github": "jambonrose",
            "ports_count": 1
        },
        {
            "name": "isomarcte",
            "github": "isomarcte",
            "ports_count": 1
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "run",
            "ports": [
                "nodejs16"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "edencommon",
                "beekeeper-studio",
                "omniawrite",
                "zettlr",
                "hyper",
                "alan",
                "tilt",
                "influxdb",
                "lens",
                "edex-ui",
                "vmd",
                "jitsi-meet-electron",
                "py38-ipympl",
                "py39-ipympl",
                "py310-ipympl",
                "py311-ipympl",
                "teleport",
                "grafana",
                "prometheus"
            ]
        }
    ]
}