{
  "_args": [
    [
      "eslint-loader@3.0.3",
      "/var/www/html/iqecommerce"
    ]
  ],
  "_from": "eslint-loader@3.0.3",
  "_id": "eslint-loader@3.0.3",
  "_inBundle": false,
  "_integrity": "sha512-+YRqB95PnNvxNp1HEjQmvf9KNvCin5HXYYseOXVC2U0KEcw4IkQ2IQEBG46j7+gW39bMzeu0GsUhVbBY3Votpw==",
  "_location": "/eslint-loader",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "eslint-loader@3.0.3",
    "name": "eslint-loader",
    "escapedName": "eslint-loader",
    "rawSpec": "3.0.3",
    "saveSpec": null,
    "fetchSpec": "3.0.3"
  },
  "_requiredBy": [
    "/react-scripts"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-loader/-/eslint-loader-3.0.3.tgz",
  "_spec": "3.0.3",
  "_where": "/var/www/html/iqecommerce",
  "author": {
    "name": "Maxime Thirouin"
  },
  "bugs": {
    "url": "https://github.com/webpack-contrib/eslint-loader/issues"
  },
  "dependencies": {
    "fs-extra": "^8.1.0",
    "loader-fs-cache": "^1.0.2",
    "loader-utils": "^1.2.3",
    "object-hash": "^2.0.1",
    "schema-utils": "^2.6.1"
  },
  "description": "A ESlint loader for webpack",
  "devDependencies": {
    "@babel/cli": "^7.7.4",
    "@babel/core": "^7.7.4",
    "@babel/preset-env": "^7.7.4",
    "@commitlint/cli": "^8.2.0",
    "@commitlint/config-conventional": "^8.2.0",
    "@webpack-contrib/defaults": "^5.1.1",
    "@webpack-contrib/eslint-config-webpack": "^3.0.0",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^24.9.0",
    "chokidar": "^3.3.0",
    "commitlint-azure-pipelines-cli": "^1.0.2",
    "cross-env": "^6.0.3",
    "del": "^5.1.0",
    "del-cli": "^3.0.0",
    "eslint": "^6.7.2",
    "eslint-config-prettier": "^6.7.0",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-plugin-import": "^2.18.2",
    "husky": "^3.1.0",
    "jest": "^24.9.0",
    "jest-junit": "^10.0.0",
    "lint-staged": "^9.5.0",
    "mkdirp": "^0.5.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^1.19.1",
    "standard-version": "^7.0.1",
    "webpack": "^4.41.2"
  },
  "engines": {
    "node": ">= 8.9.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": "^5.0.0 || ^6.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 --ignore \"src/**/*.test.js\" --copy-files",
    "clean": "del-cli dist",
    "commitlint": "commitlint --from=master",
    "defaults": "webpack-defaults",
    "lint": "npm-run-all -l -p \"lint:**\"",
    "lint:js": "eslint --cache src test",
    "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --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": "cross-env NODE_ENV=test npm run test:coverage",
    "test:coverage": "cross-env NODE_ENV=test jest --env=node --collectCoverageFrom=\"src/**/*.js\" --coverage",
    "test:only": "cross-env NODE_ENV=test jest --env=node",
    "test:watch": "cross-env NODE_ENV=test jest --env=node --watch"
  },
  "version": "3.0.3"
}
