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 22 "name" : " unist-util-filter" ,
33 "version" : " 0.2.1" ,
44 "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>" ,
65 "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- },
186 "keywords" : [
197 " ast" ,
208 " clone" ,
2614 " unist" ,
2715 " util"
2816 ],
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+ ],
2927 "dependencies" : {
3028 "flatmap" : " 0.0.3" ,
3129 "unist-util-is" : " ^1.0.0"
3432 "tape" : " ^4.4.0" ,
3533 "unist-builder" : " ^1.0.0" ,
3634 "unist-util-select" : " ^1.3.0"
35+ },
36+ "scripts" : {
37+ "test" : " tape test/*.js"
3738 }
3839}
You can’t perform that action at this time.
0 commit comments