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

{
    "name": "npm9",
    "portdir": "devel/npm9",
    "version": "9.9.3",
    "license": "MIT",
    "platforms": "any",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.npmjs.com/",
    "description": "node package manager",
    "long_description": "npm is a package manager for node. You can use it to install and publish your node programs. It manages dependencies and does other cool stuff.",
    "active": true,
    "categories": [
        "devel"
    ],
    "maintainers": [
        {
            "name": "ciserlohn",
            "github": "ci42",
            "ports_count": 33
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "nodejs18"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "build",
            "ports": [
                "neohtop",
                "pnpm",
                "emscripten",
                "spoof",
                "create-dmg-js",
                "copilot",
                "filebrowser",
                "asar"
            ]
        }
    ]
}