{
  "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
  "bugs": "https://github.com/remarkjs/remark-validate-links/issues",
  "contributors": [
    "Andrew Petro <andrew.w.petro@gmail.com>",
    "Anton Rybochkin <anton.rybochkin@axibase.com>",
    "Diogo Nunes <dialex.nunes@gmail.com>",
    "Jonathan Haines <jonno.haines@gmail.com>",
    "Merlijn Vos <merlijn@soverin.net>",
    "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
    "wangshijun <wangshijun2010@gmail.com>"
  ],
  "dependencies#": "hosted-git-info@8 is Node 18",
  "dependencies": {
    "@types/hosted-git-info": "^3.0.0",
    "@types/mdast": "^4.0.0",
    "github-slugger": "^2.0.0",
    "hosted-git-info": "^7.0.0",
    "mdast-util-to-hast": "^13.0.0",
    "mdast-util-to-string": "^4.0.0",
    "propose": "0.0.5",
    "trough": "^2.0.0",
    "unified-engine": "^11.0.0",
    "unist-util-visit": "^5.0.0",
    "vfile": "^6.0.0"
  },
  "description": "remark plugin to validate links to headings and files",
  "devDependencies": {
    "@types/node": "^22.0.0",
    "c8": "^10.0.0",
    "prettier": "^3.0.0",
    "remark": "^15.0.0",
    "remark-cli": "^12.0.0",
    "remark-preset-wooorm": "^11.0.0",
    "strip-ansi": "^7.0.0",
    "to-vfile": "^8.0.0",
    "type-coverage": "^2.0.0",
    "typescript": "^5.0.0",
    "vfile-sort": "^4.0.0",
    "xo": "^0.60.0"
  },
  "exports": "./index.js",
  "files": [
    "index.d.ts.map",
    "index.d.ts",
    "index.js",
    "lib/"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/unified"
  },
  "imports": {
    "#check-files": {
      "node": "./lib/check-files.node.js",
      "default": "./lib/check-files.default.js"
    },
    "#find-repo": {
      "node": "./lib/find-repo.node.js",
      "default": "./lib/find-repo.default.js"
    }
  },
  "keywords": [
    "file",
    "heading",
    "link",
    "markdown",
    "mdast",
    "plugin",
    "reference",
    "remark-plugin",
    "remark",
    "unified",
    "validate"
  ],
  "license": "MIT",
  "name": "remark-validate-links",
  "prettier": {
    "bracketSpacing": false,
    "singleQuote": true,
    "semi": false,
    "tabWidth": 2,
    "trailingComma": "none",
    "useTabs": false
  },
  "remarkConfig": {
    "plugins": [
      "remark-preset-wooorm"
    ]
  },
  "repository": "remarkjs/remark-validate-links",
  "scripts": {
    "build": "tsc --build --clean && tsc --build && type-coverage",
    "format": "remark --frail --output --quiet -- . && prettier --log-level warn --write -- . && xo --fix",
    "test-api": "node --conditions development test/index.js",
    "test-coverage": "c8 --100 --reporter lcov -- npm run test-api",
    "test": "npm run build && npm run format && npm run test-coverage"
  },
  "sideEffects": false,
  "typeCoverage": {
    "atLeast": 100,
    "strict": true
  },
  "type": "module",
  "version": "13.1.0",
  "xo": {
    "overrides": [
      {
        "files": [
          "test/**/*.js"
        ],
        "rules": {
          "no-await-in-loop": "off"
        }
      }
    ],
    "prettier": true,
    "rules": {
      "unicorn/prefer-string-replace-all": "off"
    }
  }
}
