syft/test/integration/test-fixtures/yarn-lock/package.json
Miki d5e12ff89c
Updates parsing of yarn.lock to use resolved URLs that are pulled from yarn and npm registries (#926)
Co-authored-by: Christopher Phillips <christopher.phillips@anchore.com>
2022-06-24 11:05:25 -04:00

19 lines
345 B
JSON

{
"name": "yarn-lock",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"workspaces": {
"packages": [
"packages/*"
]
},
"dependencies": {
"async": "^3.2.3"
},
"devDependencies": {
"merge-objects": "^1.0.5",
"should-type": "https://github.com/shouldjs/type.git#1.3.0"
}
}