github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/javascript/test-fixtures/pkg-json/package-contributors.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 "contributors": [ 7 "Alice Contributor <alice@example.com>", 8 "Bob Helper <bob@example.com>" 9 ], 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/npm/cli" 13 }, 14 "license": "Artistic-2.0" 15 }