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.

6 lines (4 loc) 103 B
var proto = function(options) { this.scan = options.scanner_function; }; module.exports = proto;