File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unist-util-remove" ,
3
3
"version" : " 1.0.3" ,
4
- "description" : " Remove nodes from Unist tree" ,
4
+ "description" : " unist utility to remove nodes from a tree" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
+ " unist" ,
8
+ " unist-util" ,
9
+ " util" ,
10
+ " utility" ,
7
11
" ast" ,
12
+ " tree" ,
13
+ " node" ,
8
14
" cascade" ,
9
15
" delete" ,
10
16
" mutable" ,
11
- " node" ,
12
17
" remove" ,
13
18
" squeeze" ,
14
- " strip" ,
15
- " tree" ,
16
- " unist" ,
17
- " util"
19
+ " strip"
18
20
],
19
21
"repository" : " syntax-tree/unist-util-remove" ,
20
22
"bugs" : " https://github.com/syntax-tree/unist-util-remove/issues" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pass the given test.
19
19
npm install unist-util-remove
20
20
```
21
21
22
- ## Usage
22
+ ## Use
23
23
24
24
``` js
25
25
var u = require (' unist-builder' )
@@ -133,7 +133,7 @@ abide by its terms.
133
133
134
134
[ collective ] : https://opencollective.com/unified
135
135
136
- [ chat-badge ] : https://img.shields.io/badge/join%20the%20community-on%20spectrum -7b16ff.svg
136
+ [ chat-badge ] : https://img.shields.io/badge/chat-spectrum -7b16ff.svg
137
137
138
138
[ chat ] : https://spectrum.chat/unified/syntax-tree
139
139
@@ -147,7 +147,7 @@ abide by its terms.
147
147
148
148
[ tree ] : https://github.com/syntax-tree/unist#tree
149
149
150
- [ preorder ] : https://www.geeksforgeeks.org/tree-traversals-inorder-preorder-and-postorder/
150
+ [ preorder ] : https://github.com/syntax-tree/unist#preorder
151
151
152
152
[ head ] : https://github.com/syntax-tree/unist#head
153
153
You can’t perform that action at this time.
0 commit comments