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": [
2023-11-09 18:08:19 +03:00
"definition",
"duplicate",
"lint",
2023-11-09 18:08:19 +03:00
"remark",
"remark-lint",
"remark-lint-rule",
2023-11-09 18:08:19 +03:00
"rule",
"url"
],
2023-12-13 18:54:37 +03:00
"repository": "https://github.com/remarkjs/remark-lint/tree/main/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": [
2023-12-13 18:54:37 +03:00
"Titus Wormer <tituswormer@gmail.com>"
],
2021-08-10 18:29:09 +03:00
"sideEffects": false,
"type": "module",
2023-11-09 18:10:25 +03:00
"exports": "./index.js",
"files": [
2021-08-12 15:01:59 +03:00
"index.d.ts",
2023-11-09 18:12:23 +03:00
"index.d.ts.map",
"index.js"
],
"dependencies": {
2023-11-09 16:45:02 +03:00
"@types/mdast": "^4.0.0",
2021-08-12 15:23:54 +03:00
"unified-lint-rule": "^2.0.0",
2023-11-09 16:45:02 +03:00
"unist-util-position": "^5.0.0",
"unist-util-stringify-position": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"scripts": {},
2023-11-09 18:08:19 +03:00
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
2023-11-09 13:46:54 +03:00
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
2021-08-12 15:01:59 +03:00
}
}