package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "eslint-utils@^1.3.1",
  3. "_id": "eslint-utils@1.4.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==",
  6. "_location": "/eslint-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "eslint-utils@^1.3.1",
  12. "name": "eslint-utils",
  13. "escapedName": "eslint-utils",
  14. "rawSpec": "^1.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.1"
  17. },
  18. "_requiredBy": [
  19. "/@typescript-eslint/eslint-plugin",
  20. "/eslint"
  21. ],
  22. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/eslint-utils/-/eslint-utils-1.4.3.tgz",
  23. "_shasum": "74fec7c54d0776b6f67e0251040b5806564e981f",
  24. "_spec": "eslint-utils@^1.3.1",
  25. "_where": "D:\\project\\persagy-web\\persagy-web-base\\node_modules\\@typescript-eslint\\eslint-plugin",
  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. "vuepress": "^1.2.0",
  53. "warun": "^1.0.0"
  54. },
  55. "engines": {
  56. "node": ">=6"
  57. },
  58. "files": [
  59. "index.*"
  60. ],
  61. "homepage": "https://github.com/mysticatea/eslint-utils#readme",
  62. "keywords": [
  63. "eslint"
  64. ],
  65. "license": "MIT",
  66. "main": "index",
  67. "module": "index.mjs",
  68. "name": "eslint-utils",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/mysticatea/eslint-utils.git"
  72. },
  73. "scripts": {
  74. "build": "rollup -c",
  75. "clean": "rimraf .nyc_output coverage index.*",
  76. "codecov": "nyc report -r lcovonly && codecov",
  77. "coverage": "opener ./coverage/lcov-report/index.html",
  78. "docs:build": "vuepress build docs",
  79. "docs:watch": "vuepress dev docs",
  80. "lint": "eslint src test",
  81. "postversion": "git push && git push --tags",
  82. "prebuild": "npm run -s clean",
  83. "preversion": "npm test && npm run -s build",
  84. "prewatch": "npm run -s clean",
  85. "test": "run-s lint build test:mocha",
  86. "test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
  87. "watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
  88. },
  89. "sideEffects": false,
  90. "version": "1.4.3"
  91. }