|
1 |
| -# unist-util-inspect [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page] |
| 1 | +# unist-util-inspect |
| 2 | + |
| 3 | +[![Build][build-badge]][build] |
| 4 | +[![Coverage][coverage-badge]][coverage] |
| 5 | +[![Downloads][downloads-badge]][downloads] |
| 6 | +[![Size][size-badge]][size] |
| 7 | +[![Sponsors][sponsors-badge]][collective] |
| 8 | +[![Backers][backers-badge]][collective] |
| 9 | +[![Chat][chat-badge]][chat] |
2 | 10 |
|
3 | 11 | [Unist][] node inspector.
|
4 | 12 |
|
@@ -73,11 +81,29 @@ repository, organisation, or community you agree to abide by its terms.
|
73 | 81 |
|
74 | 82 | [build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-inspect.svg
|
75 | 83 |
|
76 |
| -[build-page]: https://travis-ci.org/syntax-tree/unist-util-inspect |
| 84 | +[build]: https://travis-ci.org/syntax-tree/unist-util-inspect |
77 | 85 |
|
78 | 86 | [coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-inspect.svg
|
79 | 87 |
|
80 |
| -[coverage-page]: https://codecov.io/github/syntax-tree/unist-util-inspect?branch=master |
| 88 | +[coverage]: https://codecov.io/github/syntax-tree/unist-util-inspect |
| 89 | + |
| 90 | +[downloads-badge]: https://img.shields.io/npm/dm/unist-util-inspect.svg |
| 91 | + |
| 92 | +[downloads]: https://www.npmjs.com/package/unist-util-inspect |
| 93 | + |
| 94 | +[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-inspect.svg |
| 95 | + |
| 96 | +[size]: https://bundlephobia.com/result?p=unist-util-inspect |
| 97 | + |
| 98 | +[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg |
| 99 | + |
| 100 | +[backers-badge]: https://opencollective.com/unified/backers/badge.svg |
| 101 | + |
| 102 | +[collective]: https://opencollective.com/unified |
| 103 | + |
| 104 | +[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg |
| 105 | + |
| 106 | +[chat]: https://spectrum.chat/unified/syntax-tree |
81 | 107 |
|
82 | 108 | [unist]: https://github.com/syntax-tree/unist
|
83 | 109 |
|
|
0 commit comments