github-orgs-packages 
Get information for all packages inside of your github organisation
GH_AUTH_TOKEN=*** GH_ORG_NAME=*** npm start
Will produce similar output to:
{ xyz:
[ { usedVersion: '^2.1.0',
depName: 'xyz',
depCurrentVersion: '3.0.0',
depDescription: 'Publish npm packages with fewer screw-ups',
depHomepage: 'https://github.com/davidchambers/xyz',
depLicense: 'WTFPL',
projectName: 'cool project #1',
projectVersion: '1.1.0',
projectDescription: 'cool project description' } ],
eslint:
[ { usedVersion: '4.1.1',
depName: 'eslint',
depCurrentVersion: '4.18.2',
depDescription: 'An AST-based pattern checker for JavaScript.',
depHomepage: 'https://eslint.org',
depLicense: 'MIT',
projectName: 'cool project #2',
projectVersion: '1.2.0',
projectDescription: 'cool project description' } ] }
Dependencies
- bluebird: Full featured Promises/A+ implementation with exceptionally good performance
- github-api: A higher-level wrapper around the Github API.
- package-info: Get the information of a npm package
- ramda: A practical functional library for JavaScript programmers.
Dev Dependencies
License
ISC © Oleg Koval