0.1.3 • Published 10 years ago

npm-list v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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.

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago