remark-lint/packages/remark-lint-no-duplicate-defined-urls/package.json

55 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "remark-lint-no-duplicate-defined-urls",
2023-05-16 17:12:20 +03:00
"version": "2.1.2",
"description": "remark-lint rule to warn on definitions that define the same urls",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"duplicate",
"definition",
"url"
],
"repository": {
"type": "git",
"url": "https://github.com/remarkjs/remark-lint",
"directory": "packages/remark-lint-no-duplicate-defined-urls"
},
"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> (https://wooorm.com)"
],
2021-08-10 18:29:09 +03:00
"sideEffects": false,
"type": "module",
"main": "index.js",
2021-08-12 15:01:59 +03:00
"types": "index.d.ts",
"files": [
2021-08-12 15:01:59 +03:00
"index.d.ts",
"index.js"
],
"dependencies": {
2021-08-12 15:01:59 +03:00
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
2021-08-12 15:23:54 +03:00
"unified-lint-rule": "^2.0.0",
2021-08-10 21:17:32 +03:00
"unist-util-generated": "^2.0.0",
"unist-util-position": "^4.0.0",
"unist-util-stringify-position": "^3.0.0",
"unist-util-visit": "^4.0.0"
},
"scripts": {},
2021-08-12 15:01:59 +03:00
"xo": false,
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}