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-index" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Index Unist nodes by property or computed key" ,
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-index" ,
14
- "repository" : " eush77/unist-util-index" ,
15
- "bugs" : {
16
- "url" : " https://github.com/eush77/unist-util-index/issues"
17
- },
18
6
"keywords" : [
19
7
" ast" ,
20
8
" computed" ,
32
20
" unist" ,
33
21
" util"
34
22
],
23
+ "repository" : " syntax-tree/unist-util-index" ,
24
+ "bugs" : " https://github.com/syntax-tree/unist-util-index/issues" ,
25
+ "author" : " Eugene Sharygin <eush77@gmail.com>" ,
26
+ "contributors" : [
27
+ " Eugene Sharygin <eush77@gmail.com>" ,
28
+ " Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
29
+ ],
30
+ "files" : [
31
+ " index.js"
32
+ ],
35
33
"dependencies" : {
36
34
"es6-map" : " ^0.1.3" ,
37
35
"unist-util-is" : " ^2.0.0"
40
38
"tape" : " ^4.4.0" ,
41
39
"unist-builder" : " ^1.0.1" ,
42
40
"unist-util-select" : " ^1.5.0"
41
+ },
42
+ "scripts" : {
43
+ "test" : " tape test/*.js"
43
44
}
44
45
}
You can’t perform that action at this time.
0 commit comments