module-dependents
module-dependents copied to clipboard
Invalid JSON (Unexpected "T" at position 0 in state STOP)
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 run the test.js locally which produces the same error message.
Can you take a look and thanks in advance. I'm using node 16. I'd add more details if you need anything else.