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 4ac9ab5 commit cf30226Copy full SHA for cf30226
package.json
@@ -1,20 +1,30 @@
1
{
2
"name": "unist-util-visit",
3
"version": "2.0.1",
4
- "description": "Recursively walk over unist nodes",
+ "description": "unist utility to visit nodes",
5
"license": "MIT",
6
"keywords": [
7
"unist",
8
+ "unist-util",
9
+ "util",
10
+ "utility",
11
"remark",
- "markdown",
12
"retext",
13
+ "rehype",
14
+ "mdast",
15
+ "hast",
16
+ "xast",
17
+ "nlcst",
18
"natural",
19
"language",
20
+ "markdown",
21
+ "html",
22
+ "xml",
23
+ "tree",
24
+ "ast",
25
"node",
26
"visit",
- "walk",
- "util",
- "utility"
27
+ "walk"
28
],
29
"repository": "syntax-tree/unist-util-visit",
30
"bugs": "https://github.com/syntax-tree/unist-util-visit/issues",
0 commit comments