github.com/google/osv-scalibr@v0.4.1/extractor/filesystem/language/javascript/packagelockjson/testdata/files.v1.json (about) 1 { 2 "lockfileVersion": 1, 3 "requires": true, 4 "dependencies": { 5 "lodash": { 6 "version": "1.3.1", 7 "resolved": "https://registry.npmjs.org/lodash/-/lodash-1.3.1.tgz", 8 "integrity": "sha1-pGY7U2hriV/wdOK6UE37dqjit3A=" 9 }, 10 "other_package": { 11 "version": "file:deps/other_package", 12 "requires": { 13 "lodash": "^1.3.1" 14 } 15 } 16 } 17 }