{
  "_from": "eslint-plugin-eslint-comments@^3.1.1",
  "_id": "eslint-plugin-eslint-comments@3.2.0",
  "_inBundle": false,
  "_integrity": "sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==",
  "_location": "/eslint-plugin-eslint-comments",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "eslint-plugin-eslint-comments@^3.1.1",
    "name": "eslint-plugin-eslint-comments",
    "escapedName": "eslint-plugin-eslint-comments",
    "rawSpec": "^3.1.1",
    "saveSpec": null,
    "fetchSpec": "^3.1.1"
  },
  "_requiredBy": [
    "/@umijs/fabric"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz",
  "_shasum": "9e1cd7b4413526abb313933071d7aba05ca12ffa",
  "_spec": "eslint-plugin-eslint-comments@^3.1.1",
  "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/@umijs/fabric",
  "author": {
    "name": "Toru Nagashima"
  },
  "bugs": {
    "url": "https://github.com/mysticatea/eslint-plugin-eslint-comments/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "escape-string-regexp": "^1.0.5",
    "ignore": "^5.0.5"
  },
  "deprecated": false,
  "description": "Additional ESLint rules for ESLint directive comments.",
  "devDependencies": {
    "@mysticatea/eslint-plugin": "^13.0.0",
    "@types/node": "^14.0.1",
    "@vuepress/plugin-pwa": "^1.0.1",
    "babel-eslint": "^10.0.1",
    "codecov": "^3.3.0",
    "cross-spawn": "^6.0.5",
    "eslint": "^7.0.0",
    "eslint4b": "^7.0.0",
    "fs-extra": "^8.0.1",
    "mocha": "^6.1.4",
    "nyc": "^14.1.1",
    "opener": "^1.4.3",
    "rimraf": "^2.6.2",
    "semver": "^7.3.2",
    "string-replace-loader": "^2.1.1",
    "vue-eslint-editor": "^1.1.0",
    "vuepress": "^1.0.1"
  },
  "engines": {
    "node": ">=6.5.0"
  },
  "files": [
    "lib"
  ],
  "funding": "https://github.com/sponsors/mysticatea",
  "homepage": "https://github.com/mysticatea/eslint-plugin-eslint-comments#readme",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "plugin",
    "comment",
    "comments",
    "directive",
    "global",
    "globals",
    "exported",
    "eslint-env",
    "eslint-enable",
    "eslint-disable",
    "eslint-disable-line",
    "eslint-disable-next-line"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "eslint-plugin-eslint-comments",
  "peerDependencies": {
    "eslint": ">=4.19.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mysticatea/eslint-plugin-eslint-comments.git"
  },
  "scripts": {
    "clean": "rimraf .nyc_output coverage docs/.vuepress/dist",
    "codecov": "nyc report --reporter text-lcov | codecov --pipe --disable=gcov",
    "coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
    "docs:build": "vuepress build docs",
    "docs:deploy": "node scripts/deploy",
    "docs:watch": "vuepress dev docs",
    "lint": "eslint lib scripts tests",
    "postversion": "git push && git push --tags",
    "pretest": "npm run -s lint",
    "preversion": "npm test",
    "test": "nyc npm run -s test:mocha",
    "test:ci": "nyc npm run -s test:mocha",
    "test:mocha": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 8000",
    "version": "node scripts/update && git add .",
    "watch": "npm run -s test:mocha -- --watch --growl"
  },
  "version": "3.2.0"
}
