remark-lint/packages/remark-lint-table-cell-padding/package.json
2023-12-13 16:54:41 +01:00

57 lines
1.3 KiB
JSON

{
"name": "remark-lint-table-cell-padding",
"version": "4.1.3",
"description": "remark-lint rule to warn when table cells are incorrectly padded",
"license": "MIT",
"keywords": [
"cell",
"lint",
"padding",
"remark",
"remark-lint",
"remark-lint-rule",
"rule",
"table"
],
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-table-cell-padding",
"bugs": "https://github.com/remarkjs/remark-lint/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com>"
],
"sideEffects": false,
"type": "module",
"exports": "./index.js",
"files": [
"index.d.ts",
"index.d.ts.map",
"index.js"
],
"dependencies": {
"@types/mdast": "^4.0.0",
"@types/unist": "^3.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-position": "^5.0.0",
"unist-util-visit": "^5.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-at": "off",
"unicorn/prefer-default-parameters": "off"
}
}
}