package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "eslint-utils@^2.1.0",
  3. "_id": "eslint-utils@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-0t5eA0JOcH3BDHQGjd7a5wh0Gyc=",
  6. "_location": "/eslint-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eslint-utils@^2.1.0",
  12. "name": "eslint-utils",
  13. "escapedName": "eslint-utils",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint",
  20. "/eslint-plugin-vue"
  21. ],
  22. "_resolved": "https://registry.nlark.com/eslint-utils/download/eslint-utils-2.1.0.tgz?cache=0&sync_timestamp=1620975524854&other_urls=https%3A%2F%2Fregistry.nlark.com%2Feslint-utils%2Fdownload%2Feslint-utils-2.1.0.tgz",
  23. "_shasum": "d2de5e03424e707dc10c74068ddedae708741b27",
  24. "_spec": "eslint-utils@^2.1.0",
  25. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\eslint",
  26. "author": {
  27. "name": "Toru Nagashima"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mysticatea/eslint-utils/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "eslint-visitor-keys": "^1.1.0"
  35. },
  36. "deprecated": false,
  37. "description": "Utilities for ESLint plugins.",
  38. "devDependencies": {
  39. "@mysticatea/eslint-plugin": "^12.0.0",
  40. "codecov": "^3.6.1",
  41. "dot-prop": "^4.2.0",
  42. "eslint": "^6.5.1",
  43. "esm": "^3.2.25",
  44. "espree": "^6.1.1",
  45. "mocha": "^6.2.2",
  46. "npm-run-all": "^4.1.5",
  47. "nyc": "^14.1.1",
  48. "opener": "^1.5.1",
  49. "rimraf": "^3.0.0",
  50. "rollup": "^1.25.0",
  51. "rollup-plugin-sourcemaps": "^0.4.2",
  52. "semver": "^7.3.2",
  53. "vuepress": "^1.2.0",
  54. "warun": "^1.0.0"
  55. },
  56. "engines": {
  57. "node": ">=6"
  58. },
  59. "files": [
  60. "index.*"
  61. ],
  62. "funding": "https://github.com/sponsors/mysticatea",
  63. "homepage": "https://github.com/mysticatea/eslint-utils#readme",
  64. "keywords": [
  65. "eslint"
  66. ],
  67. "license": "MIT",
  68. "main": "index",
  69. "module": "index.mjs",
  70. "name": "eslint-utils",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/mysticatea/eslint-utils.git"
  74. },
  75. "scripts": {
  76. "build": "rollup -c",
  77. "clean": "rimraf .nyc_output coverage index.*",
  78. "codecov": "nyc report -r lcovonly && codecov",
  79. "coverage": "opener ./coverage/lcov-report/index.html",
  80. "docs:build": "vuepress build docs",
  81. "docs:watch": "vuepress dev docs",
  82. "lint": "eslint src test",
  83. "postversion": "git push && git push --tags",
  84. "prebuild": "npm run -s clean",
  85. "preversion": "npm test && npm run -s build",
  86. "prewatch": "npm run -s clean",
  87. "test": "run-s lint build test:mocha",
  88. "test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
  89. "watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
  90. },
  91. "sideEffects": false,
  92. "version": "2.1.0"
  93. }