File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
2- "private" : true ,
3- "version" : " 1.0.0" ,
4- "description" : " extensible abstract syntax tree" ,
5- "license" : " cc-by-4.0" ,
6- "keywords" : [],
7- "repository" : " syntax-tree/xast" ,
8- "bugs" : " https://github.com/syntax-tree/xast/issues" ,
92 "author" : " Titus Wormer <tituswormer@gmail.com> (wooorm.com)" ,
3+ "bugs" : " https://github.com/syntax-tree/xast/issues" ,
104 "contributors" : [
115 " Titus Wormer <tituswormer@gmail.com> (wooorm.com)"
126 ],
7+ "description" : " extensible abstract syntax tree" ,
138 "devDependencies" : {
149 "remark-cli" : " ^12.0.0" ,
1510 "remark-preset-wooorm" : " ^10.0.0"
1611 },
12+ "keywords" : [],
13+ "license" : " cc-by-4.0" ,
14+ "private" : true ,
1715 "scripts" : {
18- "format" : " remark . -qfo " ,
16+ "format" : " remark --frail --output --quiet -- . " ,
1917 "test" : " npm run format"
2018 },
2119 "remarkConfig" : {
2220 "plugins" : [
2321 " remark-preset-wooorm"
2422 ]
25- }
23+ },
24+ "repository" : " syntax-tree/xast" ,
25+ "version" : " 1.0.0"
2626}
You can’t perform that action at this time.
0 commit comments