rodestead
v1.0.8
Published
A dictionary containing trusted semver ranges of core NPM packages, and manually-verified versions of 3rd party NPM packages used consistently across the Sails framework, Node Machine project, and related modules.
Downloads
4
Readme
rodestead
A dictionary containing trusted semver ranges of core NPM packages, and manually-verified versions of 3rd party NPM packages used consistently across the Sails framework, Node Machine project, and related modules.
Usage
var rodestead = require('rodestead');
console.log(rodestead.verifiedReleases);
// =>
// {
// 'async': '2.0.1',
// 'lodash': '3.10.1',
// // ...etc
// }
console.log(rodestead.trustedSemverRanges);
// =>
// {
// '@sailshq/lodash': '^3.10.2',
// 'include-all': '^1.0.5',
// // ...etc
// }
Help
If you have questions or are having trouble, click here.
Bugs
To report a bug, click here.
Contributing
Please observe the guidelines and conventions laid out in the Sails project contribution guide when opening issues or submitting pull requests.
License
This package, like the Sails framework, is free and open-source under the MIT License.