package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "eslint-utils@2.1.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-utils@2.1.0",
  10. "_id": "eslint-utils@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
  13. "_location": "/eslint-utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "eslint-utils@2.1.0",
  19. "name": "eslint-utils",
  20. "escapedName": "eslint-utils",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/eslint-utils/-/eslint-utils-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Toru Nagashima"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mysticatea/eslint-utils/issues"
  36. },
  37. "dependencies": {
  38. "eslint-visitor-keys": "^1.1.0"
  39. },
  40. "description": "Utilities for ESLint plugins.",
  41. "devDependencies": {
  42. "@mysticatea/eslint-plugin": "^12.0.0",
  43. "codecov": "^3.6.1",
  44. "dot-prop": "^4.2.0",
  45. "eslint": "^6.5.1",
  46. "esm": "^3.2.25",
  47. "espree": "^6.1.1",
  48. "mocha": "^6.2.2",
  49. "npm-run-all": "^4.1.5",
  50. "nyc": "^14.1.1",
  51. "opener": "^1.5.1",
  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": ">=6"
  61. },
  62. "files": [
  63. "index.*"
  64. ],
  65. "funding": "https://github.com/sponsors/mysticatea",
  66. "homepage": "https://github.com/mysticatea/eslint-utils#readme",
  67. "keywords": [
  68. "eslint"
  69. ],
  70. "license": "MIT",
  71. "main": "index",
  72. "module": "index.mjs",
  73. "name": "eslint-utils",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/mysticatea/eslint-utils.git"
  77. },
  78. "scripts": {
  79. "build": "rollup -c",
  80. "clean": "rimraf .nyc_output coverage index.*",
  81. "codecov": "nyc report -r lcovonly && codecov",
  82. "coverage": "opener ./coverage/lcov-report/index.html",
  83. "docs:build": "vuepress build docs",
  84. "docs:watch": "vuepress dev docs",
  85. "lint": "eslint src test",
  86. "postversion": "git push && git push --tags",
  87. "prebuild": "npm run -s clean",
  88. "preversion": "npm test && npm run -s build",
  89. "prewatch": "npm run -s clean",
  90. "test": "run-s lint build test:mocha",
  91. "test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
  92. "watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
  93. },
  94. "sideEffects": false,
  95. "version": "2.1.0"
  96. }