fenichelar / rodestead

Trusted semver ranges of core NPM packages, and manually-verified versions of 3rd party NPM packages used consistently across the Sails framework and other packages maintained by the Sails core team.

Home Page:https://sailsjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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   NPM version

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.

NPM

License

This package, like the Sails framework, is free and open-source under the MIT License.

About

Trusted semver ranges of core NPM packages, and manually-verified versions of 3rd party NPM packages used consistently across the Sails framework and other packages maintained by the Sails core team.

https://sailsjs.com


Languages

Language:JavaScript 100.0%