package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "eslint-loader@2.2.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-loader@2.2.1",
  10. "_id": "eslint-loader@2.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-RLgV9hoCVsMLvOxCuNjdqOrUqIj9oJg8hF44vzJaYqsAHuY9G2YAeN3joQ9nxP0p5Th9iFSIpKo+SD8KISxXRg==",
  13. "_location": "/eslint-loader",
  14. "_phantomChildren": {
  15. "big.js": "5.2.2",
  16. "emojis-list": "3.0.0",
  17. "minimist": "1.2.6"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "eslint-loader@2.2.1",
  23. "name": "eslint-loader",
  24. "escapedName": "eslint-loader",
  25. "rawSpec": "2.2.1",
  26. "saveSpec": null,
  27. "fetchSpec": "2.2.1"
  28. },
  29. "_requiredBy": [
  30. "/@vue/cli-plugin-eslint"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/eslint-loader/-/eslint-loader-2.2.1.tgz",
  33. "_spec": "2.2.1",
  34. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  35. "author": {
  36. "name": "Maxime Thirouin"
  37. },
  38. "ava": {
  39. "files": [
  40. "test/*.js"
  41. ],
  42. "verbose": true
  43. },
  44. "bugs": {
  45. "url": "https://github.com/webpack-contrib/eslint-loader/issues"
  46. },
  47. "dependencies": {
  48. "loader-fs-cache": "^1.0.0",
  49. "loader-utils": "^1.0.2",
  50. "object-assign": "^4.0.1",
  51. "object-hash": "^1.1.4",
  52. "rimraf": "^2.6.1"
  53. },
  54. "description": "eslint loader (for webpack)",
  55. "devDependencies": {
  56. "ava": "^0.17.0",
  57. "eslint": "^6.0.1",
  58. "eslint-config-i-am-meticulous": "^11.0.0",
  59. "eslint-friendly-formatter": "^2.0.4",
  60. "husky": "^0.14.3",
  61. "mkdirp": "^0.5.1",
  62. "npmpub": "^4.0.1",
  63. "prettier": "^1.13.7",
  64. "pretty-quick": "^1.6.0",
  65. "webpack": "^4.0.0"
  66. },
  67. "eslintConfig": {
  68. "extends": "eslint-config-i-am-meticulous",
  69. "rules": {
  70. "no-var": 0,
  71. "prefer-const": 0
  72. }
  73. },
  74. "files": [
  75. "index.js"
  76. ],
  77. "homepage": "https://github.com/webpack-contrib/eslint-loader#readme",
  78. "keywords": [
  79. "lint",
  80. "linter",
  81. "eslint",
  82. "loader",
  83. "webpack"
  84. ],
  85. "license": "MIT",
  86. "name": "eslint-loader",
  87. "peerDependencies": {
  88. "eslint": ">=1.6.0 <7.0.0",
  89. "webpack": ">=2.0.0 <5.0.0"
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/webpack-contrib/eslint-loader.git"
  94. },
  95. "scripts": {
  96. "ava": "ava",
  97. "lint": "eslint .",
  98. "precommit": "pretty-quick --staged",
  99. "release": "npmpub",
  100. "test": "npm run lint && npm run ava"
  101. },
  102. "version": "2.2.1"
  103. }