-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
96 lines (96 loc) · 3.31 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
{
"name": "remark-preset-github",
"description": "GitHub markdown and prose style",
"version": "4.0.4",
"author": "Titus Wormer <[email protected]>",
"bugs": "https://github.com/niftylettuce/remark-preset-github/issues",
"contributors": [
{
"name": "Nick Baugh",
"email": "[email protected]",
"website": "https://niftylettuce.com"
}
],
"dependencies": {
"remark-comment-config": "^6.0.0",
"remark-contributors": "4",
"remark-gfm": "^1.0.0",
"remark-heading-gap": "^4.0.0",
"remark-license": "5",
"remark-lint-blockquote-indentation": "^2.0.1",
"remark-lint-checkbox-character-style": "^3.0.0",
"remark-lint-checkbox-content-indent": "^3.0.0",
"remark-lint-code-block-style": "^2.0.1",
"remark-lint-definition-case": "^2.0.1",
"remark-lint-definition-spacing": "^2.0.1",
"remark-lint-emphasis-marker": "^2.0.1",
"remark-lint-fenced-code-flag": "^2.0.1",
"remark-lint-fenced-code-marker": "^2.0.1",
"remark-lint-file-extension": "^1.0.5",
"remark-lint-final-definition": "^2.1.0",
"remark-lint-first-heading-level": "^2.0.1",
"remark-lint-heading-style": "^2.0.1",
"remark-lint-list-item-indent": "2.0.1",
"remark-lint-no-consecutive-blank-lines": "^3.0.0",
"remark-lint-no-duplicate-definitions": "^2.0.1",
"remark-lint-no-emphasis-as-heading": "^2.0.1",
"remark-lint-no-file-name-articles": "^1.0.5",
"remark-lint-no-file-name-consecutive-dashes": "^1.0.5",
"remark-lint-no-file-name-irregular-characters": "^1.0.5",
"remark-lint-no-file-name-mixed-case": "^1.0.5",
"remark-lint-no-file-name-outer-dashes": "^1.0.6",
"remark-lint-no-heading-content-indent": "^3.0.0",
"remark-lint-no-heading-indent": "^3.0.0",
"remark-lint-no-heading-punctuation": "^2.0.1",
"remark-lint-no-missing-blank-lines": "^2.0.1",
"remark-lint-no-multiple-toplevel-headings": "^2.0.1",
"remark-lint-no-shell-dollars": "^2.0.2",
"remark-lint-no-table-indentation": "^3.0.0",
"remark-lint-no-tabs": "^2.0.1",
"remark-lint-ordered-list-marker-value": "^2.0.1",
"remark-lint-rule-style": "^2.0.1",
"remark-lint-strong-marker": "^2.0.1",
"remark-lint-table-cell-padding": "^3.0.0",
"remark-lint-table-pipe-alignment": "^2.0.1",
"remark-lint-table-pipes": "^3.0.0",
"remark-lint-unordered-list-marker-style": "^2.0.1",
"remark-preset-lint-recommended": "^5.0.0",
"remark-retext": "^4.0.0",
"remark-toc": "^7.0.0",
"retext-english": "^3.0.4",
"retext-preset-github": "^0.0.6",
"unified": "^9.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"eslint": "^8.17.0",
"eslint-config-xo-lass": "^2.0.1",
"fixpack": "^4.0.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.0",
"prettier": "^2.6.2",
"remark-cli": "10.0.1",
"xo": "^0.49.0"
},
"engines": {
"node": ">=14"
},
"files": [
"index.js"
],
"homepage": "https://github.com/niftylettuce/remark-preset-github",
"keywords": [
"github",
"preset",
"remark"
],
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/niftylettuce/remark-preset-github",
"scripts": {
"lint": "xo --fix && remark . -qfo && fixpack",
"prepare": "husky install",
"test": "npm run lint"
}
}