forked from github/opensource.guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.44 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
{
"private": true,
"devDependencies": {
"async": "^2.0.0",
"dictionary-en-us": "^2.0.0",
"download": "^5.0.3",
"ebrew": "^0.1.1",
"fastmatter": "^1.1.1",
"glob": "^7.0.5",
"ignore": "^3.1.3",
"js-yaml": "^3.6.1",
"kindlegen": "^1.1.0",
"mkdirp": "^0.5.1",
"remark-frontmatter": "^1.1.0",
"remark-lint": "^6.0.0",
"remark-lint-blockquote-indentation": "^1.0.0",
"remark-lint-emphasis-marker": "^1.0.0",
"remark-lint-final-newline": "^1.0.0",
"remark-lint-first-heading-level": "^1.1.0",
"remark-lint-hard-break-spaces": "^1.0.1",
"remark-lint-heading-increment": "^1.0.0",
"remark-lint-heading-style": "^1.0.0",
"remark-lint-list-item-bullet-indent": "^1.0.0",
"remark-lint-list-item-content-indent": "^1.0.0",
"remark-lint-list-item-indent": "^1.0.0",
"remark-lint-maximum-heading-length": "^1.0.0",
"remark-lint-no-auto-link-without-protocol": "^1.0.0",
"remark-lint-no-blockquote-without-marker": "^2.0.0",
"remark-lint-no-consecutive-blank-lines": "^1.0.0",
"remark-lint-no-duplicate-definitions": "^1.0.0",
"remark-lint-no-duplicate-headings": "^1.0.0",
"remark-lint-no-heading-content-indent": "^1.0.0",
"remark-lint-no-inline-padding": "^1.0.0",
"remark-lint-no-literal-urls": "^1.0.0",
"remark-lint-no-missing-blank-lines": "^1.0.0",
"remark-lint-no-multiple-toplevel-headings": "^1.0.0",
"remark-lint-no-shortcut-reference-image": "^1.0.0",
"remark-lint-no-shortcut-reference-link": "^1.0.1",
"remark-lint-no-undefined-references": "^1.0.0",
"remark-lint-no-unused-definitions": "^1.0.0",
"remark-lint-ordered-list-marker-style": "^1.0.0",
"remark-lint-strong-marker": "^1.0.0",
"remark-lint-unordered-list-marker-style": "^1.0.0",
"remark-parse": "^4.0.0",
"remark-retext": "^3.0.0",
"remark-stringify": "^4.0.0",
"retext-emoji": "^4.0.0",
"retext-english": "^3.0.0",
"retext-equality": "^3.1.0",
"retext-quotes": "^2.0.0",
"retext-readability": "^4.1.0",
"retext-repeated-words": "^1.0.0",
"retext-sentence-spacing": "^2.0.0",
"retext-simplify": "^4.1.0",
"retext-spell": "^2.3.0",
"retext-syntax-mentions": "^1.1.0",
"retext-syntax-urls": "^1.0.0",
"retext-words": "bkeepers/retext-words",
"slug": "^0.9.1",
"to-vfile": "^2.1.0",
"unified": "^6.1.0",
"unist-util-visit": "^1.1.1",
"vfile-reporter": "^4.0.0",
"vfile-statistics": "^1.0.0"
}
}