File tree 1 file changed +9
-12
lines changed
1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 13
13
" util" ,
14
14
" utility"
15
15
],
16
- "repository" : {
17
- "type" : " git" ,
18
- "url" : " https://github.com/wooorm/unist-util-stringify-position.git"
19
- },
16
+ "repository" : " https://github.com/wooorm/unist-util-stringify-position" ,
20
17
"bugs" : " https://github.com/wooorm/unist-util-stringify-position/issues" ,
21
18
"author" :
" Titus Wormer <[email protected] > (http://wooorm.com)" ,
22
19
"contributors" : [
25
22
"files" : [
26
23
" index.js"
27
24
],
25
+ "dependencies" : {
26
+ "has" : " ^1.0.1"
27
+ },
28
28
"devDependencies" : {
29
29
"browserify" : " ^13.0.0" ,
30
30
"esmangle" : " ^1.0.0" ,
31
31
"istanbul" : " ^0.4.0" ,
32
- "remark" : " ^4.0.0" ,
33
- "remark-comment-config" : " ^3.0.0" ,
34
- "remark-github" : " ^4.0.0" ,
35
- "remark-lint" : " ^3.0.0" ,
36
- "remark-usage" : " ^3.0.0" ,
32
+ "remark-cli" : " ^2.0.0" ,
33
+ "remark-preset-wooorm" : " ^1.0.0" ,
37
34
"tape" : " ^4.5.1" ,
38
35
"xo" : " ^0.17.1"
39
36
},
40
37
"scripts" : {
41
- "build-md" : " remark . --quiet --frail" ,
38
+ "build-md" : " remark . --quiet --frail --output " ,
42
39
"build-bundle" : " browserify index.js --no-builtins -s unistUtilStringifyPosition > unist-util-stringify-position.js" ,
43
40
"build-mangle" : " esmangle unist-util-stringify-position.js > unist-util-stringify-position.min.js" ,
44
41
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
53
50
" unist-util-stringify-position.js"
54
51
]
55
52
},
56
- "dependencies " : {
57
- "has " : " ^1.0.1 "
53
+ "remarkConfig " : {
54
+ "presets " : " wooorm "
58
55
}
59
56
}
You can’t perform that action at this time.
0 commit comments