package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "eslint-utils@1.4.3",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-utils@1.4.3",
  10. "_id": "eslint-utils@1.4.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-dP7HxU0Hdrb2fgJRBAtYBlZOmB8=",
  13. "_location": "/eslint-utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "eslint-utils@1.4.3",
  19. "name": "eslint-utils",
  20. "escapedName": "eslint-utils",
  21. "rawSpec": "1.4.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.3"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.nlark.com/eslint-utils/download/eslint-utils-1.4.3.tgz",
  29. "_spec": "1.4.3",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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. "vuepress": "^1.2.0",
  56. "warun": "^1.0.0"
  57. },
  58. "engines": {
  59. "node": ">=6"
  60. },
  61. "files": [
  62. "index.*"
  63. ],
  64. "homepage": "https://github.com/mysticatea/eslint-utils#readme",
  65. "keywords": [
  66. "eslint"
  67. ],
  68. "license": "MIT",
  69. "main": "index",
  70. "module": "index.mjs",
  71. "name": "eslint-utils",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/mysticatea/eslint-utils.git"
  75. },
  76. "scripts": {
  77. "build": "rollup -c",
  78. "clean": "rimraf .nyc_output coverage index.*",
  79. "codecov": "nyc report -r lcovonly && codecov",
  80. "coverage": "opener ./coverage/lcov-report/index.html",
  81. "docs:build": "vuepress build docs",
  82. "docs:watch": "vuepress dev docs",
  83. "lint": "eslint src test",
  84. "postversion": "git push && git push --tags",
  85. "prebuild": "npm run -s clean",
  86. "preversion": "npm test && npm run -s build",
  87. "prewatch": "npm run -s clean",
  88. "test": "run-s lint build test:mocha",
  89. "test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
  90. "watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
  91. },
  92. "sideEffects": false,
  93. "version": "1.4.3"
  94. }