github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/javascript/test-fixtures/pkg-json/package-maintainers.json (about)

     1  {
     2    "version": "6.14.6",
     3    "name": "npm",
     4    "description": "a package manager for JavaScript",
     5    "homepage": "https://docs.npmjs.com/",
     6    "maintainers": [
     7      {
     8        "name": "Charlie Maintainer",
     9        "email": "charlie@example.com"
    10      },
    11      {
    12        "name": "Diana Keeper",
    13        "email": "diana@example.com"
    14      }
    15    ],
    16    "repository": {
    17      "type": "git",
    18      "url": "https://github.com/npm/cli"
    19    },
    20    "license": "Artistic-2.0"
    21  }