github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/test/integration/test-fixtures/npm-lock/package.json (about) 1 { 2 "name": "npm-lock", 3 "version": "1.0.0", 4 "description": "", 5 "main": "index.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1" 8 }, 9 "author": "", 10 "license": "ISC", 11 "dependencies": { 12 "collapse-white-space": "^2.0.0", 13 "insert-css": "^2.0.0" 14 }, 15 "devDependencies": { 16 "pump": "^3.0.0" 17 } 18 }