package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_from": "eslint-webpack-plugin@^2.5.2",
  3. "_id": "eslint-webpack-plugin@2.5.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw==",
  6. "_location": "/eslint-webpack-plugin",
  7. "_phantomChildren": {
  8. "@types/json-schema": "7.0.7",
  9. "ajv": "6.12.6",
  10. "ajv-keywords": "3.5.2"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "eslint-webpack-plugin@^2.5.2",
  16. "name": "eslint-webpack-plugin",
  17. "escapedName": "eslint-webpack-plugin",
  18. "rawSpec": "^2.5.2",
  19. "saveSpec": null,
  20. "fetchSpec": "^2.5.2"
  21. },
  22. "_requiredBy": [
  23. "/react-scripts"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz",
  26. "_shasum": "473b84932f1a8e2c2b8e66a402d0497bf440b986",
  27. "_spec": "eslint-webpack-plugin@^2.5.2",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  29. "author": {
  30. "name": "Ricardo Gobbo de Souza",
  31. "email": "ricardogobbosouza@yahoo.com.br"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/webpack-contrib/eslint-webpack-plugin/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "@types/eslint": "^7.2.6",
  39. "arrify": "^2.0.1",
  40. "jest-worker": "^26.6.2",
  41. "micromatch": "^4.0.2",
  42. "normalize-path": "^3.0.0",
  43. "schema-utils": "^3.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "A ESLint plugin for webpack",
  47. "devDependencies": {
  48. "@babel/cli": "^7.12.10",
  49. "@babel/core": "^7.12.10",
  50. "@babel/preset-env": "^7.12.11",
  51. "@commitlint/cli": "^11.0.0",
  52. "@commitlint/config-conventional": "^11.0.0",
  53. "@types/fs-extra": "^9.0.6",
  54. "@types/micromatch": "^4.0.1",
  55. "@types/normalize-path": "^3.0.0",
  56. "@types/webpack": "^4.41.26",
  57. "@webpack-contrib/eslint-config-webpack": "^3.0.0",
  58. "babel-eslint": "^10.1.0",
  59. "babel-jest": "^26.6.3",
  60. "chokidar": "^3.5.1",
  61. "cross-env": "^7.0.3",
  62. "del": "^6.0.0",
  63. "del-cli": "^3.0.1",
  64. "eslint": "^7.19.0",
  65. "eslint-config-prettier": "^7.2.0",
  66. "eslint-plugin-import": "^2.22.1",
  67. "fs-extra": "^9.1.0",
  68. "husky": "^4.3.8",
  69. "jest": "^26.6.3",
  70. "lint-staged": "^10.5.3",
  71. "npm-run-all": "^4.1.5",
  72. "prettier": "^2.2.1",
  73. "standard-version": "^9.1.0",
  74. "typescript": "^4.1.3",
  75. "webpack": "^5.19.0"
  76. },
  77. "engines": {
  78. "node": ">= 10.13.0"
  79. },
  80. "files": [
  81. "dist",
  82. "declarations"
  83. ],
  84. "funding": {
  85. "type": "opencollective",
  86. "url": "https://opencollective.com/webpack"
  87. },
  88. "homepage": "https://github.com/webpack-contrib/eslint-webpack-plugin",
  89. "jest": {
  90. "testTimeout": 60000
  91. },
  92. "keywords": [
  93. "eslint",
  94. "lint",
  95. "linter",
  96. "plugin",
  97. "webpack"
  98. ],
  99. "license": "MIT",
  100. "main": "dist/cjs.js",
  101. "name": "eslint-webpack-plugin",
  102. "peerDependencies": {
  103. "eslint": "^7.0.0",
  104. "webpack": "^4.0.0 || ^5.0.0"
  105. },
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/webpack-contrib/eslint-webpack-plugin.git"
  109. },
  110. "scripts": {
  111. "build": "npm-run-all -p \"build:**\"",
  112. "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
  113. "build:types": "tsc --declaration --emitDeclarationOnly --outDir declarations && prettier \"declarations/**/*.ts\" --write",
  114. "clean": "del-cli dist declarations",
  115. "commitlint": "commitlint --from=master",
  116. "lint": "npm-run-all -l -p \"lint:**\"",
  117. "lint:js": "eslint --cache .",
  118. "lint:prettier": "prettier -w --list-different .",
  119. "lint:types": "tsc --pretty --noEmit",
  120. "prebuild": "npm run clean",
  121. "prepare": "npm run build",
  122. "pretest": "npm run lint",
  123. "release": "standard-version",
  124. "security": "npm audit",
  125. "start": "npm run build -- -w",
  126. "test": "npm run test:coverage",
  127. "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
  128. "test:only": "cross-env NODE_ENV=test jest --testTimeout=60000",
  129. "test:watch": "npm run test:only -- --watch"
  130. },
  131. "types": "declarations/index.d.ts",
  132. "version": "2.5.4"
  133. }