Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thlorenz/lver
Returns latest published version of a given npm package.
https://github.com/thlorenz/lver
Last synced: 2 months ago
JSON representation
Returns latest published version of a given npm package.
- Host: GitHub
- URL: https://github.com/thlorenz/lver
- Owner: thlorenz
- License: mit
- Created: 2013-08-23T15:54:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-23T16:38:10.000Z (over 11 years ago)
- Last Synced: 2024-10-18T01:38:41.868Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lver [![build status](https://secure.travis-ci.org/thlorenz/lver.png)](http://travis-ci.org/thlorenz/lver)
Returns latest published version of a given npm package.
```sh
➝ lver concat-stream
1.0.1
``````js
var lver = require('lver');
lver('concat-stream', function (err, version) {
if (err) return console.error(err);
console.log(version);
});```
## Installation
npm install lver
## License
MIT