UNPKG

npm-remote-ls

Version:

Examine a package's dependency graph before you install it

11 lines (9 loc) 150 B
var config = null module.exports = function (opts) { if (!opts && config) { return config } else { config = opts return config } }