github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/javascript/test-fixtures/pkg-json/package-author-non-standard.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": { 7 "name": "npm Inc.", 8 "url": "https://www.npmjs.com/", 9 "organization": true 10 }, 11 "repository": { 12 "type": "git", 13 "url": "https://github.com/npm/cli" 14 }, 15 "license": "Artistic-2.0" 16 }