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