module-dependents icon indicating copy to clipboard operation
module-dependents copied to clipboard

Get the list of npm modules that depend on the specified npm module.

Results 1 module-dependents issues
Sort by recently updated
recently updated
newest added

Hey, i got the mentioned error message following the example code `var dependents = require('module-dependents'); dependents('zlib', {raw: true}).on('data', function(dependents) { console.log(dependents.name); })` I've also tried to clone the project and...