UNPKG

lockfile-lint-api

Version:

Lint an npm or yarn lockfile to analyze and detect issues

11 lines (9 loc) 222 B
'use strict' module.exports = { LOCKFILE_TYPES: ['npm', 'yarn'], // currently supported types REGISTRY: { npm: 'registry.npmjs.org', yarn: 'registry.yarnpkg.com', verdaccio: 'registry.verdaccio.org' } }