package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "eslint-utils@1.4.3",
  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": "version",
  10. "registry": true,
  11. "raw": "eslint-utils@1.4.3",
  12. "name": "eslint-utils",
  13. "escapedName": "eslint-utils",
  14. "rawSpec": "1.4.3",
  15. "saveSpec": null,
  16. "fetchSpec": "1.4.3"
  17. },
  18. "_requiredBy": [
  19. "/eslint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.3.tgz",
  22. "_shasum": "74fec7c54d0776b6f67e0251040b5806564e981f",
  23. "_spec": "eslint-utils@1.4.3",
  24. "_where": "/Users/lihai/jolijoli/pad_spa/node_modules/eslint",
  25. "author": {
  26. "name": "Toru Nagashima"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/mysticatea/eslint-utils/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "eslint-visitor-keys": "^1.1.0"
  34. },
  35. "deprecated": false,
  36. "description": "Utilities for ESLint plugins.",
  37. "devDependencies": {
  38. "@mysticatea/eslint-plugin": "^12.0.0",
  39. "codecov": "^3.6.1",
  40. "dot-prop": "^4.2.0",
  41. "eslint": "^6.5.1",
  42. "esm": "^3.2.25",
  43. "espree": "^6.1.1",
  44. "mocha": "^6.2.2",
  45. "npm-run-all": "^4.1.5",
  46. "nyc": "^14.1.1",
  47. "opener": "^1.5.1",
  48. "rimraf": "^3.0.0",
  49. "rollup": "^1.25.0",
  50. "rollup-plugin-sourcemaps": "^0.4.2",
  51. "vuepress": "^1.2.0",
  52. "warun": "^1.0.0"
  53. },
  54. "engines": {
  55. "node": ">=6"
  56. },
  57. "files": [
  58. "index.*"
  59. ],
  60. "homepage": "https://github.com/mysticatea/eslint-utils#readme",
  61. "keywords": [
  62. "eslint"
  63. ],
  64. "license": "MIT",
  65. "main": "index",
  66. "module": "index.mjs",
  67. "name": "eslint-utils",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/mysticatea/eslint-utils.git"
  71. },
  72. "scripts": {
  73. "build": "rollup -c",
  74. "clean": "rimraf .nyc_output coverage index.*",
  75. "codecov": "nyc report -r lcovonly && codecov",
  76. "coverage": "opener ./coverage/lcov-report/index.html",
  77. "docs:build": "vuepress build docs",
  78. "docs:watch": "vuepress dev docs",
  79. "lint": "eslint src test",
  80. "postversion": "git push && git push --tags",
  81. "prebuild": "npm run -s clean",
  82. "preversion": "npm test && npm run -s build",
  83. "prewatch": "npm run -s clean",
  84. "test": "run-s lint build test:mocha",
  85. "test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
  86. "watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
  87. },
  88. "sideEffects": false,
  89. "version": "1.4.3"
  90. }