File tree Expand file tree Collapse file tree 3 files changed +560
-0
lines changed Expand file tree Collapse file tree 3 files changed +560
-0
lines changed Original file line number Diff line number Diff line change
1
+ .DS_Store
2
+ * .log
3
+ node_modules /
Original file line number Diff line number Diff line change
1
+ {
2
+ "private" : true ,
3
+ "version" : " 0.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" ,
9
+ "author" : " Titus Wormer <tituswormer@gmail.com> (wooorm.com)" ,
10
+ "contributors" : [
11
+ " Titus Wormer <tituswormer@gmail.com> (wooorm.com)"
12
+ ],
13
+ "devDependencies" : {
14
+ "remark-cli" : " ^7.0.0" ,
15
+ "remark-preset-wooorm" : " ^6.0.0"
16
+ },
17
+ "scripts" : {
18
+ "format" : " remark . -qfo" ,
19
+ "test" : " npm run format"
20
+ },
21
+ "remarkConfig" : {
22
+ "plugins" : [
23
+ " preset-wooorm"
24
+ ]
25
+ }
26
+ }
You can’t perform that action at this time.
0 commit comments