resolve-npm-version
v1.0.1
Published
Given a json object from a npm compatible regitry and a version or tag, return the latest compatible version
Downloads
5,585
Readme
resolve-npm-version
Given a json object from a npm compatible regitry and a version or tag, return the latest compatible version
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install resolve-npm-version --save
Tests
npm install
npm test
Dependencies
- semver: The semantic version parser used by npm.
Dev Dependencies
- babel-cli: Babel command line.
- babel-core: Babel compiler core.
- babel-preset-es2015: Babel preset for all es2015 plugins.
- babel-tape-runner: Babel + Tape for running your ES Next tests
- package-json-to-readme: Generate a README.md from package.json contents
- tapava: the syntax of ava, run through tape
- xo: JavaScript happiness style linter ❤️
License
MIT
Generated by package-json-to-readme