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