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 11{
22 "name" : " hast-util-to-mdast" ,
33 "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" ,
106 "keywords" : [
117 " hast" ,
128 " mdast" ,
1511 " markdown" ,
1612 " html"
1713 ],
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 <sethvincent@gmail.com> (https://sethvincent.com)" ,
23+ "contributors" : [
24+ " Seth Vincent <sethvincent@gmail.com> (https://sethvincent.com)" ,
25+ " Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
26+ ],
27+ "main" : " index.js" ,
2428 "dependencies" : {
2529 "has" : " ^1.0.1" ,
2630 "hast-util-has-property" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments