-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 3.67 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "awesome-lint",
"version": "0.12.1",
"description": "Linter for Awesome lists",
"license": "MIT",
"repository": "sindresorhus/awesome-lint",
"author": {
"name": "Sindre Sorhus",
"email": "[email protected]",
"url": "sindresorhus.com"
},
"bin": "cli.js",
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"config.js",
"cli.js",
"lib",
"rules"
],
"keywords": [
"awesome",
"lint",
"linter",
"markdown",
"md",
"remark",
"remark-lint",
"cli-app",
"cli"
],
"dependencies": {
"arrify": "^2.0.1",
"case": "^1.5.5",
"emoji-regex": "^8.0.0",
"execa": "^1.0.0",
"git-clone": "^0.1.0",
"github-slugger": "^1.2.0",
"github-url-to-object": "^4.0.4",
"globby": "^9.0.0",
"got": "^9.6.0",
"is-github-url": "^1.2.2",
"is-url-superb": "^3.0.0",
"mdast-util-to-string": "^1.0.4",
"meow": "^5.0.0",
"ora": "^3.0.0",
"parse-github-url": "^1.0.2",
"pify": "^4.0.0",
"read-pkg": "^5.1.1",
"remark": "^11.0.2",
"remark-lint": "^6.0.2",
"remark-lint-blockquote-indentation": "^1.0.2",
"remark-lint-checkbox-character-style": "^1.0.2",
"remark-lint-checkbox-content-indent": "^1.0.2",
"remark-lint-code-block-style": "^1.0.2",
"remark-lint-definition-case": "^1.0.2",
"remark-lint-definition-spacing": "^1.0.2",
"remark-lint-emphasis-marker": "^1.0.2",
"remark-lint-fenced-code-marker": "^1.0.2",
"remark-lint-file-extension": "^1.0.2",
"remark-lint-final-newline": "^1.0.2",
"remark-lint-hard-break-spaces": "^1.0.3",
"remark-lint-heading-style": "^1.0.2",
"remark-lint-link-title-style": "^1.0.2",
"remark-lint-list-item-bullet-indent": "^1.0.2",
"remark-lint-list-item-content-indent": "^1.0.2",
"remark-lint-list-item-indent": "^1.0.2",
"remark-lint-match-punctuation": "^0.2.0",
"remark-lint-no-auto-link-without-protocol": "^1.0.2",
"remark-lint-no-blockquote-without-marker": "^2.0.2",
"remark-lint-no-emphasis-as-heading": "^1.0.2",
"remark-lint-no-empty-sections": "^3.0.0",
"remark-lint-no-file-name-articles": "^1.0.2",
"remark-lint-no-file-name-consecutive-dashes": "^1.0.2",
"remark-lint-no-file-name-irregular-characters": "^1.0.2",
"remark-lint-no-file-name-mixed-case": "^1.0.2",
"remark-lint-no-file-name-outer-dashes": "^1.0.3",
"remark-lint-no-heading-content-indent": "^1.0.2",
"remark-lint-no-heading-indent": "^1.0.2",
"remark-lint-no-heading-punctuation": "^1.0.2",
"remark-lint-no-inline-padding": "^1.0.2",
"remark-lint-no-multiple-toplevel-headings": "^1.0.2",
"remark-lint-no-repeat-punctuation": "^0.1.3",
"remark-lint-no-shell-dollars": "^1.0.2",
"remark-lint-no-table-indentation": "^1.0.2",
"remark-lint-no-undefined-references": "^1.0.2",
"remark-lint-no-unneeded-full-reference-image": "^1.0.0",
"remark-lint-no-unneeded-full-reference-link": "^1.0.0",
"remark-lint-no-unused-definitions": "^1.0.2",
"remark-lint-ordered-list-marker-style": "^1.0.2",
"remark-lint-ordered-list-marker-value": "^1.0.2",
"remark-lint-rule-style": "^1.0.2",
"remark-lint-strong-marker": "^1.0.2",
"remark-lint-table-cell-padding": "^1.0.2",
"remark-lint-table-pipe-alignment": "^1.0.2",
"remark-lint-table-pipes": "^1.0.2",
"remark-lint-unordered-list-marker-style": "^1.0.2",
"rmfr": "^2.0.0",
"tempy": "^0.3.0",
"to-vfile": "^6.0.0",
"unified-lint-rule": "^1.0.3",
"unist-util-find": "^1.0.1",
"unist-util-find-all-after": "^2.0.0",
"unist-util-find-all-before": "^2.0.2",
"unist-util-find-all-between": "^2.0.0",
"unist-util-visit": "^2.0.1",
"vfile-reporter-pretty": "^3.0.0"
},
"devDependencies": {
"ava": "^2.4.0",
"remark-lint-no-dead-urls": "^1.1.0",
"sinon": "^7.2.3",
"xo": "^0.25.3"
}
}