|
1 |
| -# unist-util-position [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status] |
| 1 | +# unist-util-position |
| 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 get the positional info of nodes.
|
4 | 12 |
|
@@ -58,11 +66,29 @@ repository, organisation, or community you agree to abide by its terms.
|
58 | 66 |
|
59 | 67 | [build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-position.svg
|
60 | 68 |
|
61 |
| -[build-status]: https://travis-ci.org/syntax-tree/unist-util-position |
| 69 | +[build]: https://travis-ci.org/syntax-tree/unist-util-position |
62 | 70 |
|
63 | 71 | [coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-position.svg
|
64 | 72 |
|
65 |
| -[coverage-status]: https://codecov.io/github/syntax-tree/unist-util-position |
| 73 | +[coverage]: https://codecov.io/github/syntax-tree/unist-util-position |
| 74 | + |
| 75 | +[downloads-badge]: https://img.shields.io/npm/dm/unist-util-position.svg |
| 76 | + |
| 77 | +[downloads]: https://www.npmjs.com/package/unist-util-position |
| 78 | + |
| 79 | +[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-position.svg |
| 80 | + |
| 81 | +[size]: https://bundlephobia.com/result?p=unist-util-position |
| 82 | + |
| 83 | +[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg |
| 84 | + |
| 85 | +[backers-badge]: https://opencollective.com/unified/backers/badge.svg |
| 86 | + |
| 87 | +[collective]: https://opencollective.com/unified |
| 88 | + |
| 89 | +[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg |
| 90 | + |
| 91 | +[chat]: https://spectrum.chat/unified/syntax-tree |
66 | 92 |
|
67 | 93 | [license]: license
|
68 | 94 |
|
|
0 commit comments