{
  "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
  "bugs": "https://github.com/remarkjs/remark-lint/issues",
  "contributors": [
    "Merlijn Vos <merlijn@soverin.net>",
    "Murderlon <merlijn@soverin.net>",
    "Titus Wormer <tituswormer@gmail.com>"
  ],
  "dependencies": {
    "@types/mdast": "^4.0.0",
    "collapse-white-space": "^2.0.0",
    "devlop": "^1.0.0",
    "micromark-util-normalize-identifier": "^2.0.0",
    "unified-lint-rule": "^3.0.0",
    "unist-util-position": "^5.0.0",
    "unist-util-visit-parents": "^6.0.0",
    "vfile-location": "^5.0.0"
  },
  "description": "remark-lint rule to warn when references to undefined definitions are found",
  "exports": "./index.js",
  "files": [
    "index.d.ts",
    "index.d.ts.map",
    "index.js"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/unified"
  },
  "keywords": [
    "definition",
    "lint",
    "reference",
    "remark",
    "remark-lint",
    "remark-lint-rule",
    "rule"
  ],
  "license": "MIT",
  "name": "remark-lint-no-undefined-references",
  "repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-undefined-references",
  "scripts": {},
  "sideEffects": false,
  "typeCoverage": {
    "atLeast": 100,
    "strict": true
  },
  "type": "module",
  "version": "5.0.2",
  "xo": {
    "prettier": true,
    "rules": {
      "capitalized-comments": "off",
      "complexity": "off",
      "max-depth": "off",
      "unicorn/prefer-at": "off",
      "unicorn/prefer-code-point": "off",
      "unicorn/prefer-string-replace-all": "off",
      "unicorn/prefer-switch": "off"
    }
  }
}
