|
1 | | -# unist-util-is [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] |
| 1 | +# unist-util-is |
| 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**][unist] utility to check if a node passes a test. |
4 | 12 |
|
@@ -109,13 +117,31 @@ repository, organisation, or community you agree to abide by its terms. |
109 | 117 |
|
110 | 118 | <!-- Definitions --> |
111 | 119 |
|
112 | | -[travis-badge]: https://img.shields.io/travis/syntax-tree/unist-util-is.svg |
| 120 | +[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-is.svg |
| 121 | + |
| 122 | +[build]: https://travis-ci.org/syntax-tree/unist-util-is |
| 123 | + |
| 124 | +[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-is.svg |
| 125 | + |
| 126 | +[coverage]: https://codecov.io/github/syntax-tree/unist-util-is |
| 127 | + |
| 128 | +[downloads-badge]: https://img.shields.io/npm/dm/unist-util-is.svg |
| 129 | + |
| 130 | +[downloads]: https://www.npmjs.com/package/unist-util-is |
| 131 | + |
| 132 | +[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-is.svg |
| 133 | + |
| 134 | +[size]: https://bundlephobia.com/result?p=unist-util-is |
| 135 | + |
| 136 | +[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg |
| 137 | + |
| 138 | +[backers-badge]: https://opencollective.com/unified/backers/badge.svg |
113 | 139 |
|
114 | | -[travis]: https://travis-ci.org/syntax-tree/unist-util-is |
| 140 | +[collective]: https://opencollective.com/unified |
115 | 141 |
|
116 | | -[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-is.svg |
| 142 | +[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg |
117 | 143 |
|
118 | | -[codecov]: https://codecov.io/github/syntax-tree/unist-util-is |
| 144 | +[chat]: https://spectrum.chat/unified/syntax-tree |
119 | 145 |
|
120 | 146 | [npm]: https://docs.npmjs.com/cli/install |
121 | 147 |
|
|
0 commit comments