UNPKG

3.14 kBJSONView Raw
1{
2 "name": "remark-preset-wooorm",
3 "version": "3.0.0",
4 "description": "Personal markdown and prose style",
5 "license": "MIT",
6 "keywords": [
7 "remark",
8 "preset",
9 "wooorm"
10 ],
11 "files": [
12 "index.js"
13 ],
14 "dependencies": {
15 "remark-comment-config": "^5.0.0",
16 "remark-github": "^7.0.0",
17 "remark-lint-blockquote-indentation": "^1.0.0",
18 "remark-lint-checkbox-character-style": "^1.0.0",
19 "remark-lint-checkbox-content-indent": "^1.0.0",
20 "remark-lint-code-block-style": "^1.0.0",
21 "remark-lint-definition-case": "^1.0.0",
22 "remark-lint-definition-spacing": "^1.0.0",
23 "remark-lint-emphasis-marker": "^1.0.0",
24 "remark-lint-fenced-code-flag": "^1.0.0",
25 "remark-lint-fenced-code-marker": "^1.0.0",
26 "remark-lint-file-extension": "^1.0.0",
27 "remark-lint-final-definition": "^1.0.0",
28 "remark-lint-first-heading-level": "^1.0.0",
29 "remark-lint-heading-style": "^1.0.0",
30 "remark-lint-link-title-style": "^1.0.0",
31 "remark-lint-maximum-heading-length": "^1.0.0",
32 "remark-lint-maximum-line-length": "^1.0.0",
33 "remark-lint-no-consecutive-blank-lines": "^1.0.0",
34 "remark-lint-no-duplicate-definitions": "^1.0.0",
35 "remark-lint-no-emphasis-as-heading": "^1.0.0",
36 "remark-lint-no-file-name-articles": "^1.0.0",
37 "remark-lint-no-file-name-consecutive-dashes": "^1.0.0",
38 "remark-lint-no-file-name-irregular-characters": "^1.0.0",
39 "remark-lint-no-file-name-mixed-case": "^1.0.0",
40 "remark-lint-no-file-name-outer-dashes": "^1.0.0",
41 "remark-lint-no-heading-content-indent": "^1.0.0",
42 "remark-lint-no-heading-indent": "^1.0.0",
43 "remark-lint-no-heading-punctuation": "^1.0.0",
44 "remark-lint-no-html": "^1.0.0",
45 "remark-lint-no-missing-blank-lines": "^1.0.0",
46 "remark-lint-no-multiple-toplevel-headings": "^1.0.0",
47 "remark-lint-no-shell-dollars": "^1.0.0",
48 "remark-lint-no-table-indentation": "^1.0.0",
49 "remark-lint-no-tabs": "^1.0.0",
50 "remark-lint-ordered-list-marker-value": "^1.0.0",
51 "remark-lint-rule-style": "^1.0.0",
52 "remark-lint-strong-marker": "^1.0.0",
53 "remark-lint-table-cell-padding": "^1.0.0",
54 "remark-lint-table-pipe-alignment": "^1.0.0",
55 "remark-lint-table-pipes": "^1.0.0",
56 "remark-lint-unordered-list-marker-style": "^1.0.0",
57 "remark-preset-lint-recommended": "^2.0.0",
58 "remark-retext": "^3.0.0",
59 "remark-toc": "^4.0.0",
60 "remark-validate-links": "^6.0.0",
61 "retext-english": "^3.0.0",
62 "retext-preset-wooorm": "^1.0.0",
63 "unified": "^6.0.0"
64 },
65 "repository": "https://github.com/wooorm/remark-preset-wooorm",
66 "bugs": "https://github.com/wooorm/remark-preset-wooorm/issues",
67 "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
68 "contributors": [
69 "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
70 ],
71 "devDependencies": {
72 "remark-cli": "^3.0.0",
73 "xo": "^0.18.1"
74 },
75 "scripts": {
76 "build-md": "remark . -qfo",
77 "lint": "xo",
78 "test": "npm run build-md && npm run lint"
79 },
80 "xo": {
81 "space": true,
82 "esnext": false
83 },
84 "remarkConfig": {
85 "plugins": [
86 "./"
87 ]
88 }
89}