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.

7 lines (5 loc) 189 B
var scanner = require("./scanner_proto"); var test_lx = function(options,callback) { callback(null,options.test_licobjs); } module.exports = new scanner({scanner_function: test_lx});