File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hast-util-to-mdast" ,
3
3
"version" : " 0.0.0" ,
4
- "description" : " convert HAST to MDAST" ,
5
- "main" : " index.js" ,
6
- "repository" : {
7
- "type" : " git" ,
8
- "url" : " git+https://github.com/syntax-tree/hast-util-to-mdast.git"
9
- },
4
+ "description" : " Transform HAST to MDAST" ,
5
+ "license" : " ISC" ,
10
6
"keywords" : [
11
7
" hast" ,
12
8
" mdast" ,
15
11
" markdown" ,
16
12
" html"
17
13
],
18
- "author" : " " ,
19
- "license" : " ISC" ,
20
- "bugs" : {
21
- "url" : " https://github.com/syntax-tree/hast-util-to-mdast/issues"
22
- },
23
- "homepage" : " https://github.com/syntax-tree/hast-util-to-mdast#readme" ,
14
+ "files" : [
15
+ " lib" ,
16
+ " index.js" ,
17
+ " one.js" ,
18
+ " all.js"
19
+ ],
20
+ "repository" : " https://github.com/syntax-tree/hast-util-to-mdast" ,
21
+ "bugs" : " https://github.com/syntax-tree/hast-util-to-mdast/issues" ,
22
+ "author" :
" Seth Vincent <[email protected] > (https://sethvincent.com)" ,
23
+ "contributors" : [
24
+ " Seth Vincent <[email protected] > (https://sethvincent.com)" ,
25
+ " Titus Wormer <[email protected] > (http://wooorm.com)"
26
+ ],
27
+ "main" : " index.js" ,
24
28
"dependencies" : {
25
29
"has" : " ^1.0.1" ,
26
30
"hast-util-has-property" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments