{ "name": "eslint-rule-docs", "version": "1.1.235", "description": "Find documentation url for a given ESLint rule", "main": "index.js", "scripts": { "update-plugins": "./scripts/update-plugins.js", "test": "mocha test.js" }, "repository": { "type": "git", "url": "https://github.com/stefanbuck/eslint-rule-docs.git" }, "keywords": [ "eslint", "eslint-plugin", "docs", "documenation", "rules", "rule" ], "author": "Stefan Buck", "license": "MIT", "bugs": { "url": "https://github.com/stefanbuck/eslint-rule-docs/issues" }, "homepage": "https://github.com/stefanbuck/eslint-rule-docs#readme", "devDependencies": { "async": "^3.1.0", "find-reachable-urls": "^1.1.1", "got": "^9.6.0", "mocha": "^6.2.1", "sort-keys": "^4.0.0" } }