pkgs
Fetch npm registry metadata for a list of npm package names
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install pkgs --save
Usage
var pkgs = // Pass in an array of package names // Pick some desired propertiesvar names = "ghwd" "domready" "lodash.pluck"var options = pick: "name" "description" "repository" // Alternatively, omit some undesireable propertiesvar names = "ghwd" "domready" "lodash.pluck"var options = omit: "versions" "readme"
Tests
npm installnpm test
Dependencies
- async: Higher-order functions and common patterns for asynchronous code
- lodash: A utility library delivering consistency, customization, performance, & extras.
- npm-stats: Convenience module for getting back data from an NPM registry
Dev Dependencies
- mocha: simple, flexible, fun test framework
License
ISC
Generated by package-json-to-readme