Skip to content

gillstrom/dpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dpn Build Status

Get the dependents of a users npm modules

Install

$ npm install dpn

Usage

const dpn = require('dpn');

dpn('gillstrom').then(result => {
	console.log(result);
	//=> {'app-size': ['osx-app'], 'array-max-length': ['get-arrows'], 'battery-level': ['evac'], ...}
});

API

dpn(username)

Returns a promise that resolves to an object.

username

Required
Type: string

The username to look up.

Related

License

MIT © Andreas Gillström

About

Get the dependents of a users npm modules

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published