File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " unist-util-remove" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Remove nodes from Unist tree" ,
5
- "author" : " Eugene Sharygin <eush77@gmail.com>" ,
6
5
"license" : " MIT" ,
7
- "scripts" : {
8
- "test" : " tape test/*.js" ,
9
- "cov" : " nyc --reporter lcov tape test/*.js"
10
- },
11
- "files" : [
12
- " index.js"
13
- ],
14
- "homepage" : " https://github.com/eush77/unist-util-remove" ,
15
- "repository" : " eush77/unist-util-remove" ,
16
- "bugs" : {
17
- "url" : " https://github.com/eush77/unist-util-remove/issues"
18
- },
19
6
"keywords" : [
20
7
" ast" ,
21
8
" cascade" ,
29
16
" unist" ,
30
17
" util"
31
18
],
19
+ "repository" : " eush77/unist-util-remove" ,
20
+ "bugs" : " https://github.com/eush77/unist-util-remove/issues" ,
21
+ "author" : " Eugene Sharygin <eush77@gmail.com>" ,
22
+ "contributors" : [
23
+ " Eugene Sharygin <eush77@gmail.com>" ,
24
+ " Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
25
+ ],
26
+ "files" : [
27
+ " index.js"
28
+ ],
32
29
"dependencies" : {
33
30
"unist-util-is" : " ^2.0.0"
34
31
},
35
32
"devDependencies" : {
36
33
"tape" : " ^4.4.0" ,
37
34
"unist-builder" : " ^1.0.0"
35
+ },
36
+ "scripts" : {
37
+ "test" : " tape test/*.js" ,
38
+ "cov" : " nyc --reporter lcov tape test/*.js"
38
39
}
39
40
}
You can’t perform that action at this time.
0 commit comments