All Projects → gillstrom → dpn

gillstrom / dpn

Licence: MIT License
Get the dependents of a users npm modules

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dpn

dependents-cli
CLI for listing an npm module's dependent projects and their download stats.
Stars: ✭ 13 (-48%)
Mutual labels:  dependents
module-dependents
Get the list of npm modules that depend on the specified npm module.
Stars: ✭ 15 (-40%)
Mutual labels:  dependents

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].