github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/dotnet/test-fixtures/image-net6-asp-libman/src/libman.json (about) 1 { 2 "version": "1.0", 3 "defaultProvider": "cdnjs", 4 "libraries": [ 5 { 6 "library": "jquery@3.3.1", 7 "files": [ 8 "jquery.min.js", 9 "jquery.js", 10 "jquery.min.map" 11 ], 12 "destination": "wwwroot/lib/jquery/" 13 }, 14 { 15 "provider": "filesystem", 16 "library": "vendor", 17 "files": [ 18 "lodash.js", 19 "lodash.min.js" 20 ], 21 "destination": "wwwroot/lib/lodash/" 22 } 23 ] 24 }