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.

11 lines (10 loc) 180 B
module.exports = { logger: console, development: true, optional: false, peer: false, debug: false, registry: 'https://registry.npmjs.org', depth: 1, cache: null, }