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