{ "_from": "eslint-loader@^4.0.2", "_id": "eslint-loader@4.0.2", "_inBundle": false, "_integrity": "sha512-EDpXor6lsjtTzZpLUn7KmXs02+nIjGcgees9BYjNkWra3jVq5vVa8IoCKgzT2M7dNNeoMBtaSG83Bd40N3poLw==", "_location": "/eslint-loader", "_phantomChildren": { "@types/json-schema": "7.0.15", "ajv": "6.12.6", "ajv-keywords": "3.5.2", "commondir": "1.0.1", "graceful-fs": "4.2.11", "jsonfile": "4.0.0", "p-limit": "2.3.0", "universalify": "0.1.2" }, "_requested": { "type": "range", "registry": true, "raw": "eslint-loader@^4.0.2", "name": "eslint-loader", "escapedName": "eslint-loader", "rawSpec": "^4.0.2", "saveSpec": null, "fetchSpec": "^4.0.2" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmmirror.com/eslint-loader/-/eslint-loader-4.0.2.tgz", "_shasum": "386a1e21bcb613b3cf2d252a3b708023ccfb41ec", "_spec": "eslint-loader@^4.0.2", "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin", "author": { "name": "Maxime Thirouin" }, "bugs": { "url": "https://github.com/webpack-contrib/eslint-loader/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Ricardo Gobbo de Souza", "email": "ricardogobbosouza@yahoo.com.br" } ], "dependencies": { "find-cache-dir": "^3.3.1", "fs-extra": "^8.1.0", "loader-utils": "^2.0.0", "object-hash": "^2.0.3", "schema-utils": "^2.6.5" }, "deprecated": "This loader has been deprecated. Please use eslint-webpack-plugin", "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", "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.2" }