github.com/google/osv-scalibr@v0.4.1/extractor/filesystem/language/javascript/packagelockjson/testdata/alias.v2.json (about) 1 { 2 "name": "my-library", 3 "lockfileVersion": 2, 4 "requires": true, 5 "packages": { 6 "": { 7 "dependencies": { 8 "babel-code-frame": "^7.0.0", 9 "string-width": "^5.1.2", 10 "string-width-cjs": "npm:string-width@^4.2.0" 11 } 12 }, 13 "node_modules/babel-code-frame": { 14 "name": "@babel/code-frame", 15 "version": "7.0.0", 16 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz", 17 "integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==", 18 "dependencies": { 19 "@babel/highlight": "^7.0.0" 20 } 21 }, 22 "node_modules/string-width": { 23 "version": "5.1.2", 24 "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", 25 "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", 26 "dependencies": { 27 "eastasianwidth": "^0.2.0", 28 "emoji-regex": "^9.2.2", 29 "strip-ansi": "^7.0.1" 30 } 31 }, 32 "node_modules/string-width-cjs": { 33 "name": "string-width", 34 "version": "4.2.0", 35 "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", 36 "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", 37 "dependencies": { 38 "emoji-regex": "^8.0.0", 39 "is-fullwidth-code-point": "^3.0.0", 40 "strip-ansi": "^6.0.0" 41 } 42 } 43 }, 44 "dependencies": {} 45 }