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