UNPKG

npm-package-scanner

Version:

Scan npm packages and get their package.json, get license and other information, indicate the possible impact on the project.

8 lines (6 loc) 115 B
const Scanner = require('./scanner') const Reader = require('./reader') module.exports = { Scanner, Reader, }