package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "eslint-utils@3.0.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "eslint-utils@3.0.0",
  9. "_id": "eslint-utils@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
  12. "_location": "/eslint-utils",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "eslint-utils@3.0.0",
  18. "name": "eslint-utils",
  19. "escapedName": "eslint-utils",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/eslint"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/eslint-utils/-/eslint-utils-3.0.0.tgz",
  28. "_spec": "3.0.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Toru Nagashima"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/mysticatea/eslint-utils/issues"
  35. },
  36. "dependencies": {
  37. "eslint-visitor-keys": "^2.0.0"
  38. },
  39. "description": "Utilities for ESLint plugins.",
  40. "devDependencies": {
  41. "@mysticatea/eslint-plugin": "^13.0.0",
  42. "codecov": "^3.6.1",
  43. "dot-prop": "^4.2.0",
  44. "eslint": "^7.24.0",
  45. "esm": "^3.2.25",
  46. "espree": "github:eslint/espree#1c744b3a602b783926344811a9459b92afe57444",
  47. "mocha": "^6.2.2",
  48. "npm-run-all": "^4.1.5",
  49. "nyc": "^14.1.1",
  50. "opener": "^1.5.1",
  51. "prettier": "~2.3.0",
  52. "rimraf": "^3.0.0",
  53. "rollup": "^1.25.0",
  54. "rollup-plugin-sourcemaps": "^0.4.2",
  55. "semver": "^7.3.2",
  56. "vuepress": "^1.2.0",
  57. "warun": "^1.0.0"
  58. },
  59. "engines": {
  60. "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
  61. },
  62. "exports": {
  63. ".": {
  64. "import": "./index.mjs",
  65. "require": "./index.js"
  66. },
  67. "./package.json": "./package.json"
  68. },
  69. "files": [
  70. "index.*"
  71. ],
  72. "funding": "https://github.com/sponsors/mysticatea",
  73. "homepage": "https://github.com/mysticatea/eslint-utils#readme",
  74. "keywords": [
  75. "eslint"
  76. ],
  77. "license": "MIT",
  78. "main": "index",
  79. "module": "index.mjs",
  80. "name": "eslint-utils",
  81. "peerDependencies": {
  82. "eslint": ">=5"
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/mysticatea/eslint-utils.git"
  87. },
  88. "scripts": {
  89. "build": "rollup -c",
  90. "clean": "rimraf .nyc_output coverage index.*",
  91. "codecov": "nyc report -r lcovonly && codecov",
  92. "coverage": "opener ./coverage/lcov-report/index.html",
  93. "docs:build": "vuepress build docs",
  94. "docs:watch": "vuepress dev docs",
  95. "format": "npm run -s format:prettier -- --write",
  96. "format:prettier": "prettier docs/.vuepress/config.js src/**/*.js test/**/*.js rollup.config.js .vscode/*.json *.json .github/**/*.yml *.yml docs/**/*.md *.md",
  97. "lint": "eslint docs/.vuepress/config.js src test rollup.config.js",
  98. "postversion": "git push && git push --tags",
  99. "prebuild": "npm run -s clean",
  100. "preversion": "npm test && npm run -s build",
  101. "prewatch": "npm run -s clean",
  102. "test": "run-s \"format:prettier -- --check\" lint build test:mocha",
  103. "test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
  104. "watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
  105. },
  106. "sideEffects": false,
  107. "version": "3.0.0"
  108. }