github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/syft/pkg/cataloger/javascript/test-fixtures/pkg-lock/array-license/package-lock.json (about) 1 { 2 "name": "tmp", 3 "version": "1.0.0", 4 "lockfileVersion": 2, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "tmp", 9 "version": "1.0.0", 10 "license": "ISC", 11 "dependencies": { 12 "pause-stream": "0.0.11" 13 } 14 }, 15 "node_modules/pause-stream": { 16 "version": "0.0.11", 17 "license": [ 18 "MIT", 19 "Apache2" 20 ], 21 "dependencies": { 22 "through": "~2.3" 23 } 24 }, 25 "node_modules/through": { 26 "version": "2.3.8", 27 "license": "MIT" 28 } 29 }, 30 "dependencies": { 31 "pause-stream": { 32 "version": "0.0.11", 33 "requires": { 34 "through": "~2.3" 35 } 36 }, 37 "through": { 38 "version": "2.3.8" 39 } 40 } 41 }