github.com/lineaje-labs/syft@v0.98.1-0.20231227153149-9e393f60ff1b/syft/pkg/cataloger/javascript/test-fixtures/pkg-json/package-license-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 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)", 7 "repository": { 8 "type": "git", 9 "url": "https://github.com/npm/cli" 10 }, 11 "bugs": { 12 "url": "https://npm.community/c/bugs" 13 }, 14 "main": "./lib/npm.js", 15 "licenses": [ 16 { "type": "MIT", 17 "url": "https://www.opensource.org/licenses/mit-license.php" 18 }, 19 { "type": "Apache-2.0", 20 "url": "https://opensource.org/licenses/apache2.0.php" 21 } 22 ], 23 "engines": { 24 "node": "6 >=6.2.0 || 8 || >=9.3.0" 25 } 26 }