github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/javascript/test-fixtures/pkg-json/package-all-author-fields.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 "author": "Main Author <main@example.com>", 7 "authors": [ 8 "Second Author <second@example.com>" 9 ], 10 "contributors": [ 11 "Contrib One <contrib1@example.com>" 12 ], 13 "maintainers": [ 14 { 15 "name": "Maintainer One", 16 "email": "maintain1@example.com" 17 } 18 ], 19 "repository": { 20 "type": "git", 21 "url": "https://github.com/npm/cli" 22 }, 23 "license": "Artistic-2.0" 24 }