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.

9 lines 277 B
module.exports = function(req,res,next) { if(req.app.locals.timer!==0) clearTimeout(req.app.locals.timer); req.app.locals.timer = setTimeout(function (req) { req.app.locals.server.close(); process.exit(0); },req.app.locals.lxusettings.timeout,req); next(); };