|
1 |
| -# unist-util-stringify-position [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page] |
| 1 | +# unist-util-stringify-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 | Stringify [unist][unist] [`Position`][position]s or [`Point`][point]s.
|
4 | 12 |
|
@@ -74,11 +82,29 @@ repository, organisation, or community you agree to abide by its terms.
|
74 | 82 |
|
75 | 83 | [build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-stringify-position.svg
|
76 | 84 |
|
77 |
| -[build-page]: https://travis-ci.org/syntax-tree/unist-util-stringify-position |
| 85 | +[build]: https://travis-ci.org/syntax-tree/unist-util-stringify-position |
78 | 86 |
|
79 | 87 | [coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-stringify-position.svg
|
80 | 88 |
|
81 |
| -[coverage-page]: https://codecov.io/github/syntax-tree/unist-util-stringify-position?branch=master |
| 89 | +[coverage]: https://codecov.io/github/syntax-tree/unist-util-stringify-position |
| 90 | + |
| 91 | +[downloads-badge]: https://img.shields.io/npm/dm/unist-util-stringify-position.svg |
| 92 | + |
| 93 | +[downloads]: https://www.npmjs.com/package/unist-util-stringify-position |
| 94 | + |
| 95 | +[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-stringify-position.svg |
| 96 | + |
| 97 | +[size]: https://bundlephobia.com/result?p=unist-util-stringify-position |
| 98 | + |
| 99 | +[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg |
| 100 | + |
| 101 | +[backers-badge]: https://opencollective.com/unified/backers/badge.svg |
| 102 | + |
| 103 | +[collective]: https://opencollective.com/unified |
| 104 | + |
| 105 | +[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg |
| 106 | + |
| 107 | +[chat]: https://spectrum.chat/unified/syntax-tree |
82 | 108 |
|
83 | 109 | [npm]: https://docs.npmjs.com/cli/install
|
84 | 110 |
|
|
0 commit comments