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 a82c049 commit 5099ab6Copy full SHA for 5099ab6
package.json
@@ -1,18 +1,20 @@
1
{
2
"name": "unist-util-filter",
3
"version": "2.0.1",
4
- "description": "Create a new unist tree with all nodes that pass the test implemented by the provided function",
+ "description": "unist utility to create a new tree with nodes that pass a filter",
5
"license": "MIT",
6
"keywords": [
7
+ "unist",
8
+ "unist-util",
9
+ "util",
10
+ "utility",
11
"ast",
12
+ "tree",
13
+ "node",
14
"clone",
15
"filter",
16
"immutable",
- "node",
- "test",
- "tree",
- "unist",
- "util"
17
+ "test"
18
],
19
"repository": "syntax-tree/unist-util-filter",
20
"bugs": "https://github.com/syntax-tree/unist-util-filter/issues",
0 commit comments