|
1 |
| -# tape |
| 1 | +# tape <sup>[![Version Badge][npm-version-svg]][package-url]</sup> |
2 | 2 |
|
3 | 3 | tap-producing test harness for node and browsers
|
4 | 4 |
|
5 | 5 | [![github actions][actions-image]][actions-url]
|
6 | 6 | [![coverage][codecov-image]][codecov-url]
|
| 7 | +[![dependency status][deps-svg]][deps-url] |
| 8 | +[![dev dependency status][dev-deps-svg]][dev-deps-url] |
| 9 | +[![License][license-image]][license-url] |
| 10 | +[![Downloads][downloads-image]][downloads-url] |
| 11 | + |
| 12 | +[![npm badge][npm-badge-png]][package-url] |
7 | 13 |
|
8 | 14 | 
|
9 | 15 |
|
@@ -541,6 +547,17 @@ test('third', function (t) {
|
541 | 547 |
|
542 | 548 | MIT
|
543 | 549 |
|
| 550 | +[package-url]: https://npmjs.org/package/tape |
| 551 | +[npm-version-svg]: https://versionbadg.es/substack/tape.svg |
| 552 | +[deps-svg]: https://david-dm.org/substack/tape.svg |
| 553 | +[deps-url]: https://david-dm.org/substack/tape |
| 554 | +[dev-deps-svg]: https://david-dm.org/substack/tape/dev-status.svg |
| 555 | +[dev-deps-url]: https://david-dm.org/substack/tape#info=devDependencies |
| 556 | +[npm-badge-png]: https://nodei.co/npm/tape.png?downloads=true&stars=true |
| 557 | +[license-image]: https://img.shields.io/npm/l/tape.svg |
| 558 | +[license-url]: LICENSE |
| 559 | +[downloads-image]: https://img.shields.io/npm/dm/tape.svg |
| 560 | +[downloads-url]: https://npm-stat.com/charts.html?package=tape |
544 | 561 | [codecov-image]: https://codecov.io/gh/substack/tape/branch/master/graphs/badge.svg
|
545 | 562 | [codecov-url]: https://app.codecov.io/gh/substack/tape/
|
546 | 563 | [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/substack/tape
|
|
0 commit comments