Get the package.json for an array of repos from the npm registry, optionally filtering properties using glob patterns.
Install with npm
$ npm i get-pkgs --save
Usage
var get = ; // filter out properties like `_shasum`;
Related projects
- filter-object: Filter an object by its keys or values. Returns a copy of an object filtered… more | homepage
- helper-reflinks: Template helper for generating a list of markdown formatted reference links to github repos for… more | homepage
- helper-related: Template helper for generating a list of links to the homepages of related GitHub/npm projects. | homepage
Running tests
Install dev dependencies:
$ npm i -d && npm test
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Author
Jon Schlinkert
License
Copyright © 2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb-cli on October 28, 2015.