|
1 | 1 | # pkginfo
|
2 |
| -[](https://travis-ci.org/ultrox/pkginfo) |
3 |
| -[](http://npm.im/@ma.vu/pkginfo) |
4 |
| -[](http://opensource.org/licenses/MIT) |
5 |
| -[](https://github.com/semantic-release/semantic-release) |
| 2 | +[![Build Status][build-badge]][build] |
| 3 | +[![version][version-badge]][version] |
| 4 | +[![MIT License][license-badge]][license] |
| 5 | +[![semantic-release][semantic-badge]][semantic] |
6 | 6 | [![Renovate - Always up to date][renovateapp-svg]][renovateapp-link]
|
7 |
| -[](https://coveralls.io/github/ultrox/pkginfo?branch=master) |
| 7 | +[![Code Coverage][coverage-badge]][coverage] |
8 | 8 |
|
9 | 9 | Flexible api to fetch npm package info
|
10 | 10 |
|
11 |
| -[renovateapp-link]: https://renovatebot.com/dashboard#github/ultrox/pkginfo |
12 |
| -[renovateapp-svg]: https://img.shields.io/badge/always-up_to_date-brightgreen.svg |
13 |
| - |
14 | 11 | ## Install
|
15 | 12 |
|
16 | 13 | #### NPM
|
@@ -127,3 +124,22 @@ info({name: 'react', version: '100.0.0'}).then(data => console.log(data))
|
127 | 124 | null
|
128 | 125 | */
|
129 | 126 | ```
|
| 127 | + |
| 128 | + |
| 129 | +[renovateapp-link]: https://renovatebot.com/dashboard#github/ultrox/pkginfo |
| 130 | +[renovateapp-svg]: https://img.shields.io/badge/always-up_to_date-brightgreen.svg |
| 131 | + |
| 132 | +[coverage-badge]: https://img.shields.io/codecov/c/github/ultrox/pkginfo.svg?style=flat-square |
| 133 | +[coverage]: https://codecov.io/github/ultrox/pkginfo |
| 134 | + |
| 135 | +[build-badge]: https://travis-ci.org/ultrox/pkginfo.svg?branch=master |
| 136 | +[build]: https://travis-ci.org/ultrox/pkginfo |
| 137 | + |
| 138 | +[version-badge]: https://img.shields.io/npm/v/@ma.vu/pkginfo.svg?style=flat-square |
| 139 | +[version]: https://img.shields.io/npm/v/@ma.vu/pkginfo.svg?style=flat-square |
| 140 | + |
| 141 | +[license-badge]: https://img.shields.io/npm/l/pkginfo.svg?style=flat-square |
| 142 | +[license]: https://img.shields.io/npm/l/pkginfo.svg?style=flat-square |
| 143 | + |
| 144 | +[semantic-badge]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square |
| 145 | +[semantic]: https://github.com/semantic-release/semantic-release |
0 commit comments