github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/integration/testdata/fixtures/repo/yarn/package.json (about)

     1  {
     2    "name": "integration",
     3    "version": "1.0.0",
     4    "main": "index.js",
     5    "license": "MIT",
     6    "dependencies": {
     7      "jquery": "^3.2.1"
     8    },
     9    "devDependencies": {
    10      "promise": "^8.0.3"
    11    }
    12  }