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 140c52c commit f0f3421Copy full SHA for f0f3421
package.json
@@ -1,14 +1,18 @@
1
{
2
"name": "unist-util-map",
3
"version": "2.0.0",
4
- "description": "Create a new Unist tree with all nodes that mapped by the provided function",
+ "description": "unist utility to create a new tree by mapping all nodes",
5
"license": "MIT",
6
"keywords": [
7
"unist",
8
- "node",
9
- "textlint",
+ "unist-util",
10
"util",
11
- "utility"
+ "utility",
+ "node",
12
+ "tree",
13
+ "map",
14
+ "walk",
15
+ "visit"
16
],
17
"repository": "syntax-tree/unist-util-map",
18
"bugs": "https://github.com/syntax-tree/unist-util-map/issues",
0 commit comments