github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/test/integration/test-fixtures/yarn-lock/package.json (about)

     1  {
     2    "name": "yarn-lock",
     3    "version": "1.0.0",
     4    "main": "index.js",
     5    "license": "MIT",
     6    "private": true,
     7    "workspaces": {
     8      "packages": [
     9        "packages/*"
    10      ]
    11    },
    12    "dependencies": {
    13      "async": "^3.2.3"
    14    },
    15    "devDependencies": {
    16      "merge-objects": "^1.0.5",
    17      "should-type": "https://github.com/shouldjs/type.git#1.3.0"
    18    }
    19  }