package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "@eslint-community/eslint-utils@^4.2.0",
  3. "_id": "@eslint-community/eslint-utils@4.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
  6. "_location": "/@eslint-community/eslint-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@eslint-community/eslint-utils@^4.2.0",
  12. "name": "@eslint-community/eslint-utils",
  13. "escapedName": "@eslint-community%2feslint-utils",
  14. "scope": "@eslint-community",
  15. "rawSpec": "^4.2.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^4.2.0"
  18. },
  19. "_requiredBy": [
  20. "/eslint"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
  23. "_shasum": "a23514e8fb9af1269d5f7788aa556798d61c6b59",
  24. "_spec": "@eslint-community/eslint-utils@^4.2.0",
  25. "_where": "E:\\hs-code\\traffic-eff-app\\node_modules\\eslint",
  26. "author": {
  27. "name": "Toru Nagashima"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/eslint-community/eslint-utils/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "eslint-visitor-keys": "^3.3.0"
  35. },
  36. "deprecated": false,
  37. "description": "Utilities for ESLint plugins.",
  38. "devDependencies": {
  39. "@eslint-community/eslint-plugin-mysticatea": "^15.2.0",
  40. "c8": "^7.12.0",
  41. "dot-prop": "^6.0.1",
  42. "eslint": "^8.28.0",
  43. "mocha": "^9.2.2",
  44. "npm-run-all": "^4.1.5",
  45. "opener": "^1.5.2",
  46. "prettier": "2.8.4",
  47. "rimraf": "^3.0.2",
  48. "rollup": "^2.79.1",
  49. "rollup-plugin-sourcemaps": "^0.6.3",
  50. "semver": "^7.3.8",
  51. "vitepress": "^1.0.0-alpha.40",
  52. "warun": "^1.0.0"
  53. },
  54. "engines": {
  55. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  56. },
  57. "exports": {
  58. ".": {
  59. "import": "./index.mjs",
  60. "require": "./index.js"
  61. },
  62. "./package.json": "./package.json"
  63. },
  64. "files": [
  65. "index.*"
  66. ],
  67. "homepage": "https://github.com/eslint-community/eslint-utils#readme",
  68. "keywords": [
  69. "eslint"
  70. ],
  71. "license": "MIT",
  72. "main": "index",
  73. "module": "index.mjs",
  74. "name": "@eslint-community/eslint-utils",
  75. "peerDependencies": {
  76. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  77. },
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/eslint-community/eslint-utils.git"
  81. },
  82. "scripts": {
  83. "build": "rollup -c",
  84. "clean": "rimraf .nyc_output coverage index.*",
  85. "coverage": "opener ./coverage/lcov-report/index.html",
  86. "docs:build": "vitepress build docs",
  87. "docs:watch": "vitepress dev docs",
  88. "format": "npm run -s format:prettier -- --write",
  89. "format:check": "npm run -s format:prettier -- --check",
  90. "format:prettier": "prettier .",
  91. "lint": "eslint .",
  92. "postversion": "git push && git push --tags",
  93. "prebuild": "npm run -s clean",
  94. "preversion": "npm test && npm run -s build",
  95. "prewatch": "npm run -s clean",
  96. "test": "c8 mocha --reporter dot \"test/*.mjs\"",
  97. "watch": "warun \"{src,test}/**/*.mjs\" -- npm run -s test:mocha"
  98. },
  99. "sideEffects": false,
  100. "version": "4.4.0"
  101. }