Skip to content

✉️ Names, emails, GitHub handles, and more for every npm package author

Notifications You must be signed in to change notification settings

ZhangEryi/owner-profiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

owner-profiles

Profile data for every npm author: name, email, GitHub handle, etc.

Installation

npm install owner-profiles --save

Usage

const profiles = require('owner-profiles')

profiles.find('zeke')
// {
//   username: 'zeke',
//   email: 'zeke@sikelianos.com',
//   name: 'Zeke Sikelianos',
//   homepage: 'http://zeke.sikelianos.com',
//   github: 'zeke',
//   twitter: 'zeke'
// }

Tests

npm install
npm test

Dependencies

None

Dev Dependencies

  • chai: BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
  • clean-deep: Remove falsy, empty or nullable values from objects
  • lodash: Lodash modular utilities.
  • mocha: simple, flexible, fun test framework
  • npm-user: Get user info of a npm user
  • owners: Usernames and package counts for every npm package author
  • standard: JavaScript Standard Style
  • standard-markdown: Test your Markdown files for Standard JavaScript Style™

License

MIT

About

✉️ Names, emails, GitHub handles, and more for every npm package author

Resources

Stars

Watchers

Forks

Packages

No packages published