github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/javascript/test-fixtures/pkg-json/package-authors-objects.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    "authors": [
     7      {
     8        "name": "Harry Potter",
     9        "email": "hp@hogwards.com",
    10        "url": "http://youknowwho.com/"
    11      },
    12      {
    13        "name": "John Smith",
    14        "email": "j.smith@something.com",
    15        "url": "http://awebsite.com/"
    16      }
    17    ],
    18    "repository": {
    19      "type": "git",
    20      "url": "https://github.com/npm/cli"
    21    },
    22    "license": "Artistic-2.0"
    23  }