%PDF- %PDF-
Direktori : /usr/local/lib/node_modules/latest/tests/ |
Current File : //usr/local/lib/node_modules/latest/tests/test.js |
var latest = require('../'); var packages = ['autocast', 'ampache', 'webamp', 'npm']; packages.forEach(function(package) { latest(package, function(err, v) { if (err) throw err; console.log('>> %s %s', package, v); }); });