github.com/anchore/syft@v1.4.2-0.20240516191711-1bec1fc5d397/cmd/syft/internal/test/integration/test-fixtures/yarn-lock/packages/nested-package/package.json (about) 1 { 2 "name": "yarn-lock-nested-package", 3 "version": "1.0.0", 4 "main": "index.js", 5 "license": "MIT", 6 "dependencies": { 7 "async": "0.9.2", 8 "resize-observer-polyfill": "^1.5.1" 9 } 10 }