github.com/google/osv-scalibr@v0.4.1/guidedremediation/internal/manifest/npm/testdata/package.json (about)

     1  {
     2    "name": "npm-manifest",
     3    "version": "1.0.0",
     4    "description": "",
     5    "main": "index.js",
     6    "scripts": {
     7      "test": "echo \"Error: no test specified\" && exit 1"
     8    },
     9    "author": "",
    10    "license": "ISC",
    11    "dependencies": {
    12      "cliui": "npm:@isaacs/cliui@^8.0.2",
    13      "jquery": "latest",
    14      "lodash": "4.17.17",
    15      "string-width": "^5.1.2",
    16      "string-width-aliased": "npm:string-width@^4.2.3"
    17    },
    18    "devDependencies": {
    19      "eslint": "^8.57.0"
    20    },
    21    "optionalDependencies": {
    22      "glob": "^10.3.10"
    23    },
    24    "peerDependencies": {
    25      "@babel/core": "^7.24.0"
    26    }
    27  }