UNPKG

lx-scan

Version:

License eXtension to find 5-tuples of all installed packages: name, version, project home page, license (e. g. Apache v2, BSD) and required notice. It includes a GUI to edit information for each package and to enter information if necessary.

13 lines (10 loc) 254 B
var scan_type_map = { "python": require("./python_lx"), "node": require("./node_lx"), "test": require("./test_lx"), "ubuntu": require("./apt_lx") }; var scanners = function(type) { return scan_type_map[type]; }; module.exports = scanners;