github.com/google/osv-scalibr@v0.4.1/guidedremediation/internal/manifest/npm/testdata/write_want.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@^9.0.0", 13 "jquery": "~0.0.1", 14 "lodash": "^4.17.21", 15 "string-width": "^7.1.0", 16 "string-width-aliased": "npm:string-width@^6.1.0" 17 }, 18 "devDependencies": { 19 "eslint": "*" 20 }, 21 "optionalDependencies": { 22 "glob": "^1.0.0" 23 }, 24 "peerDependencies": { 25 "@babel/core": "^7.24.0" 26 } 27 }