{
  "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
  "bugs": "https://github.com/remarkjs/remark-lint/issues",
  "contributors": [
    "Titus Wormer <tituswormer@gmail.com>"
  ],
  "dependencies": {
    "@types/mdast": "^4.0.0",
    "@types/unist": "^3.0.0",
    "devlop": "^1.0.0",
    "mdast-util-phrasing": "^4.0.0",
    "pluralize": "^8.0.0",
    "unified-lint-rule": "^3.0.0",
    "unist-util-position": "^5.0.0",
    "unist-util-visit-parents": "^6.0.0",
    "vfile-message": "^4.0.0"
  },
  "description": "remark-lint rule to warn when table cells are incorrectly padded",
  "exports": "./index.js",
  "files": [
    "index.d.ts",
    "index.d.ts.map",
    "index.js"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/unified"
  },
  "keywords": [
    "cell",
    "lint",
    "padding",
    "remark",
    "remark-lint",
    "remark-lint-rule",
    "rule",
    "table"
  ],
  "license": "MIT",
  "name": "remark-lint-table-cell-padding",
  "repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-table-cell-padding",
  "scripts": {},
  "sideEffects": false,
  "typeCoverage": {
    "atLeast": 100,
    "strict": true
  },
  "type": "module",
  "version": "5.1.1",
  "xo": {
    "prettier": true,
    "rules": {
      "complexity": "off",
      "capitalized-comments": "off",
      "unicorn/explicit-length-check": "off",
      "unicorn/prefer-code-point": "off"
    }
  }
}
