github.com/nextlinux/gosbom@v0.81.1-0.20230627115839-1ff50c281391/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 }