We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e464bc0 commit 8c92c0cCopy full SHA for 8c92c0c
package.json
@@ -1,13 +1,17 @@
1
{
2
"name": "hast-util-from-parse5",
3
"version": "5.0.2",
4
- "description": "Transform Parse5’s AST to hast",
+ "description": "hast utility to transform from Parse5’s AST",
5
"license": "MIT",
6
"keywords": [
7
- "parse5",
8
- "ast",
+ "unist",
9
"hast",
10
- "utility"
+ "hast-util",
+ "util",
11
+ "utility",
12
+ "transform",
13
+ "change",
14
+ "ast"
15
],
16
"repository": "syntax-tree/hast-util-from-parse5",
17
"bugs": "https://github.com/syntax-tree/hast-util-from-parse5/issues",
0 commit comments