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