{
  "_from": "eslint-rule-docs@^1.1.5",
  "_id": "eslint-rule-docs@1.1.201",
  "_inBundle": false,
  "_integrity": "sha512-HS327MkM3ebCcjAQMkhNYZbN/4Eu/NO5ipDK8uNVPqUrAPRUsXkuuEfE+DEx4YItkszKp4ND1F3hN8BwfXdx0w==",
  "_location": "/eslint-rule-docs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "eslint-rule-docs@^1.1.5",
    "name": "eslint-rule-docs",
    "escapedName": "eslint-rule-docs",
    "rawSpec": "^1.1.5",
    "saveSpec": null,
    "fetchSpec": "^1.1.5"
  },
  "_requiredBy": [
    "/eslint-formatter-pretty"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-rule-docs/-/eslint-rule-docs-1.1.201.tgz",
  "_shasum": "7d749c2cf680a20f41658ee0b903cb95a09c4051",
  "_spec": "eslint-rule-docs@^1.1.5",
  "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/eslint-formatter-pretty",
  "author": {
    "name": "Stefan Buck"
  },
  "bugs": {
    "url": "https://github.com/stefanbuck/eslint-rule-docs/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Find documentation url for a given ESLint rule",
  "devDependencies": {
    "async": "^3.1.0",
    "find-reachable-urls": "^1.1.1",
    "got": "^9.6.0",
    "mocha": "^6.2.1",
    "sort-keys": "^4.0.0"
  },
  "homepage": "https://github.com/stefanbuck/eslint-rule-docs#readme",
  "keywords": [
    "eslint",
    "eslint-plugin",
    "docs",
    "documenation",
    "rules",
    "rule"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "eslint-rule-docs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stefanbuck/eslint-rule-docs.git"
  },
  "scripts": {
    "test": "mocha test.js",
    "update-plugins": "./scripts/update-plugins.js"
  },
  "version": "1.1.201"
}
