npm-list

0.1.3 • Public • Published

npm-list

NPM version Dependency Status

Requests a list of npm packages with json-requester

Install

$ npm install --save npm-list

Usage

var npmList = require('npm-list');
 
var options = {
  filter: ['name', 'description']
};
npmList(options, function(err, data) {
  if (err) {
    throw err;
  }
 
  console.log(data);
});
 

License

Copyright (c) 2014 Stefan Buck. Licensed under the MIT license.

/npm-list/

    Package Sidebar

    Install

    npm i npm-list

    Weekly Downloads

    7

    Version

    0.1.3

    License

    MIT

    Last publish

    Collaborators

    • stefanbuck