{
  "_args": [
    [
      "eslint-loader@4.0.0",
      "/var/www/kotelnikovo"
    ]
  ],
  "_development": true,
  "_from": "eslint-loader@4.0.0",
  "_id": "eslint-loader@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-QoaFRdh3oXt5i2uonSjO8dDnncsG05w7qvA7yYMvGDne8zAEk9R+R1rsfunp3OKVdO5mAJelf1x2Z1kYp664kA==",
  "_location": "/eslint-loader",
  "_phantomChildren": {
    "ajv-keywords": "3.4.1",
    "big.js": "5.2.2",
    "fast-deep-equal": "3.1.1",
    "fast-json-stable-stringify": "2.1.0",
    "json-schema-traverse": "0.4.1",
    "uri-js": "4.2.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "eslint-loader@4.0.0",
    "name": "eslint-loader",
    "escapedName": "eslint-loader",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-4.0.0.tgz",
  "_spec": "4.0.0",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Maxime Thirouin"
  },
  "bugs": {
    "url": "https://github.com/webpack-contrib/eslint-loader/issues"
  },
  "contributors": [
    {
      "name": "Ricardo Gobbo de Souza",
      "email": "ricardogobbosouza@yahoo.com.br"
    }
  ],
  "dependencies": {
    "fs-extra": "^9.0.0",
    "loader-fs-cache": "^1.0.3",
    "loader-utils": "^2.0.0",
    "object-hash": "^2.0.3",
    "schema-utils": "^2.6.5"
  },
  "description": "A ESlint loader for webpack",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.0",
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@webpack-contrib/defaults": "^6.3.0",
    "@webpack-contrib/eslint-config-webpack": "^3.0.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^25.2.6",
    "chokidar": "^3.3.1",
    "commitlint-azure-pipelines-cli": "^1.0.3",
    "cross-env": "^7.0.2",
    "del": "^5.1.0",
    "del-cli": "^3.0.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-plugin-import": "^2.20.2",
    "husky": "^4.2.3",
    "jest": "^25.2.6",
    "jest-junit": "^10.0.0",
    "lint-staged": "^10.1.1",
    "mkdirp": "^1.0.3",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.0.2",
    "standard-version": "^7.1.0",
    "webpack": "^4.42.1"
  },
  "engines": {
    "node": ">= 10.13.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/webpack-contrib/eslint-loader",
  "keywords": [
    "eslint",
    "lint",
    "linter",
    "loader",
    "webpack"
  ],
  "license": "MIT",
  "main": "dist/cjs.js",
  "name": "eslint-loader",
  "peerDependencies": {
    "eslint": "^6.0.0 || ^7.0.0",
    "webpack": "^4.0.0 || ^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack-contrib/eslint-loader.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
    "clean": "del-cli dist",
    "commitlint": "commitlint --from=master",
    "defaults": "webpack-defaults",
    "lint": "npm-run-all -l -p \"lint:**\"",
    "lint:js": "eslint --cache .",
    "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
    "prebuild": "npm run clean",
    "prepare": "npm run build",
    "pretest": "npm run lint",
    "release": "standard-version",
    "security": "npm audit",
    "start": "npm run build -- -w",
    "test": "npm run test:coverage",
    "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
    "test:only": "cross-env NODE_ENV=test jest",
    "test:watch": "npm run test:only -- --watch"
  },
  "version": "4.0.0"
}
