|
1 |
| -# unist-util-index [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] |
| 1 | +# unist-util-index |
| 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 | Create mutable index mapping property values or computed keys back to
|
4 | 12 | [**unist**][unist] nodes.
|
@@ -121,13 +129,31 @@ repository, organisation, or community you agree to abide by its terms.
|
121 | 129 |
|
122 | 130 | <!-- Definitions -->
|
123 | 131 |
|
124 |
| -[travis-badge]: https://img.shields.io/travis/syntax-tree/unist-util-index.svg |
| 132 | +[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-index.svg |
| 133 | + |
| 134 | +[build]: https://travis-ci.org/syntax-tree/unist-util-index |
| 135 | + |
| 136 | +[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-index.svg |
| 137 | + |
| 138 | +[coverage]: https://codecov.io/github/syntax-tree/unist-util-index |
| 139 | + |
| 140 | +[downloads-badge]: https://img.shields.io/npm/dm/unist-util-index.svg |
| 141 | + |
| 142 | +[downloads]: https://www.npmjs.com/package/unist-util-index |
| 143 | + |
| 144 | +[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-index.svg |
| 145 | + |
| 146 | +[size]: https://bundlephobia.com/result?p=unist-util-index |
| 147 | + |
| 148 | +[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg |
| 149 | + |
| 150 | +[backers-badge]: https://opencollective.com/unified/backers/badge.svg |
125 | 151 |
|
126 |
| -[travis]: https://travis-ci.org/syntax-tree/unist-util-index |
| 152 | +[collective]: https://opencollective.com/unified |
127 | 153 |
|
128 |
| -[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-index.svg |
| 154 | +[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg |
129 | 155 |
|
130 |
| -[codecov]: https://codecov.io/github/syntax-tree/unist-util-indexs |
| 156 | +[chat]: https://spectrum.chat/unified/syntax-tree |
131 | 157 |
|
132 | 158 | [npm]: https://docs.npmjs.com/cli/install
|
133 | 159 |
|
|
0 commit comments