{
  "_args": [
    [
      "grunt-eslint@23.0.0",
      "/var/www/mediawiki/extensions/GioExtension"
    ]
  ],
  "_development": true,
  "_from": "grunt-eslint@23.0.0",
  "_id": "grunt-eslint@23.0.0",
  "_inBundle": false,
  "_integrity": "sha512-QqHSAiGF08EVD7YlD4OSRWuLRaDvpsRdTptwy9WaxUXE+03mCLVA/lEaR6SHWehF7oUwIqCEjaNONeeeWlB4LQ==",
  "_location": "/grunt-eslint",
  "_phantomChildren": {
    "@types/color-name": "1.1.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "grunt-eslint@23.0.0",
    "name": "grunt-eslint",
    "escapedName": "grunt-eslint",
    "rawSpec": "23.0.0",
    "saveSpec": null,
    "fetchSpec": "23.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-eslint/-/grunt-eslint-23.0.0.tgz",
  "_spec": "23.0.0",
  "_where": "/var/www/mediawiki/extensions/GioExtension",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/grunt-eslint/issues"
  },
  "dependencies": {
    "chalk": "^4.0.0",
    "eslint": "^7.0.0"
  },
  "description": "Validate files with ESLint",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-shell": "^3.0.1"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "tasks"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/grunt-eslint#readme",
  "keywords": [
    "gruntplugin",
    "eslint",
    "lint",
    "validate",
    "report"
  ],
  "license": "MIT",
  "name": "grunt-eslint",
  "peerDependencies": {
    "grunt": ">=1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/grunt-eslint.git"
  },
  "scripts": {
    "test": "grunt"
  },
  "version": "23.0.0"
}
