Comparing version 6.0.0 to 7.0.0
{ | ||
"name": "rehype", | ||
"version": "6.0.0", | ||
"version": "7.0.0", | ||
"description": "HTML processor powered by plugins", | ||
@@ -17,4 +17,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"rehype-parse": "^5.0.0", | ||
"rehype-stringify": "^4.0.0", | ||
"rehype-parse": "^6.0.0", | ||
"rehype-stringify": "^5.0.0", | ||
"unified": "^7.0.0" | ||
@@ -25,5 +25,5 @@ }, | ||
"bugs": "https://github.com/rehypejs/rehype/issues", | ||
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)", | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
"contributors": [ | ||
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)" | ||
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" | ||
], | ||
@@ -30,0 +30,0 @@ "files": [ |
@@ -1,14 +0,59 @@ | ||
# rehype [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status] [![Chat][chat-badge]][chat] | ||
# rehype | ||
The [**rehype**][rehype] processor is an HTML processor powered by | ||
[plug-ins][plugins]. | ||
[![Build][build-badge]][build] | ||
[![Coverage][coverage-badge]][coverage] | ||
[![Downloads][downloads-badge]][downloads] | ||
[![Size][size-badge]][size] | ||
[![Chat][chat-badge]][chat] | ||
* Interface by [**unified**][unified] | ||
* [**hast**][hast] syntax tree | ||
* Parses HTML to the tree with [**rehype-parse**][parse] | ||
* [Plug-ins][plugins] transform the tree | ||
* Compiles the tree to HTML using [**rehype-stringify**][stringify] | ||
**[rehype][]** is an HTML processor powered by [plugins][] part of the | ||
[unified][] [collective][]. | ||
Don’t need the parser? Or the compiler? [That’s OK][unified-usage]. | ||
* API by [`unified`][unified] | ||
* Parses HTML to the tree with [`rehype-parse`][parse] | ||
* **[hast][]** syntax tree | ||
* [Plugins][] transform the tree | ||
* Compiles the tree to markdown using [`rehype-stringify`][stringify] | ||
Don’t need the parser? | ||
Or the compiler? | ||
[That’s OK][unified-usage]. | ||
* * * | ||
**Announcing the unified collective! 🎉 | ||
[Read more about it on Medium »][announcement]** | ||
## Sponsors | ||
<!--lint ignore no-html maximum-line-length--> | ||
<table> | ||
<tr valign="top"> | ||
<td width="20%" align="center"> | ||
<a href="https://zeit.co"><img src="https://avatars1.githubusercontent.com/u/14985020?s=400&v=4"></a> | ||
<br><br>🥇 | ||
<a href="https://zeit.co">ZEIT</a> | ||
</td> | ||
<td width="20%" align="center"> | ||
<a href="https://www.gatsbyjs.org"><img src="https://avatars1.githubusercontent.com/u/12551863?s=400&v=4"></a> | ||
<br><br>🥇 | ||
<a href="https://www.gatsbyjs.org">Gatsby</a></td> | ||
<td width="20%" align="center"> | ||
<a href="https://compositor.io"><img src="https://avatars1.githubusercontent.com/u/19245838?s=400&v=4"></a> | ||
<br><br>🥉 | ||
<a href="https://compositor.io">Compositor</a> | ||
</td> | ||
<td width="20%" align="center"> | ||
<a href="https://www.holloway.com"><img src="https://avatars1.githubusercontent.com/u/35904294?s=400&v=4"></a> | ||
<br><br> | ||
<a href="https://www.holloway.com">Holloway</a> | ||
</td> | ||
<td width="20%" align="center"> | ||
<br><br><br><br> | ||
<a href="https://opencollective.com/unified"><strong>You?</strong> | ||
</td> | ||
</tr> | ||
</table> | ||
## Installation | ||
@@ -51,18 +96,26 @@ | ||
[build-badge]: https://img.shields.io/travis/rehypejs/rehype.svg | ||
[build-badge]: https://img.shields.io/travis/rehypejs/rehype/master.svg | ||
[build-status]: https://travis-ci.org/rehypejs/rehype | ||
[build]: https://travis-ci.org/rehypejs/rehype | ||
[coverage-badge]: https://img.shields.io/codecov/c/github/rehypejs/rehype.svg | ||
[coverage-status]: https://codecov.io/github/rehypejs/rehype | ||
[coverage]: https://codecov.io/github/rehypejs/rehype | ||
[chat-badge]: https://img.shields.io/gitter/room/rehypejs/Lobby.svg | ||
[downloads-badge]: https://img.shields.io/npm/dm/rehype.svg | ||
[chat]: https://gitter.im/rehypejs/Lobby | ||
[downloads]: https://www.npmjs.com/package/rehype | ||
[license]: https://github.com/rehypejs/rehype/blob/master/LICENSE | ||
[size-badge]: https://img.shields.io/bundlephobia/minzip/rehype.svg | ||
[author]: http://wooorm.com | ||
[size]: https://bundlephobia.com/result?p=rehype | ||
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg | ||
[chat]: https://spectrum.chat/unified/rehype | ||
[license]: https://github.com/rehypejs/rehype/blob/master/license | ||
[author]: https://wooorm.com | ||
[npm]: https://docs.npmjs.com/cli/install | ||
@@ -83,1 +136,5 @@ | ||
[unified-usage]: https://github.com/unifiedjs/unified#usage | ||
[collective]: https://opencollective.com/unified | ||
[announcement]: https://medium.com/unifiedjs/collectively-evolving-through-crowdsourcing-22c359ea95cc |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4786
139
+ Addedhast-util-from-parse5@5.0.3(transitive)
+ Addedhast-util-to-html@5.0.1(transitive)
+ Addedhastscript@5.1.2(transitive)
+ Addedproperty-information@5.6.0(transitive)
+ Addedrehype-parse@6.0.2(transitive)
+ Addedrehype-stringify@5.0.0(transitive)
- Removedhast-util-from-parse5@4.0.2(transitive)
- Removedhast-util-to-html@4.0.1(transitive)
- Removedhastscript@4.1.0(transitive)
- Removedproperty-information@4.2.0(transitive)
- Removedrehype-parse@5.0.0(transitive)
- Removedrehype-stringify@4.0.0(transitive)
Updatedrehype-parse@^6.0.0
Updatedrehype-stringify@^5.0.0