package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "eslint-plugin-es@3.0.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-plugin-es@3.0.1",
  10. "_id": "eslint-plugin-es@3.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-dafN/czdwFiZNK7rOEF18iHFeJM=",
  13. "_location": "/eslint-plugin-es",
  14. "_phantomChildren": {
  15. "eslint-visitor-keys": "1.3.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "eslint-plugin-es@3.0.1",
  21. "name": "eslint-plugin-es",
  22. "escapedName": "eslint-plugin-es",
  23. "rawSpec": "3.0.1",
  24. "saveSpec": null,
  25. "fetchSpec": "3.0.1"
  26. },
  27. "_requiredBy": [
  28. "/eslint-plugin-node"
  29. ],
  30. "_resolved": "https://registry.nlark.com/eslint-plugin-es/download/eslint-plugin-es-3.0.1.tgz",
  31. "_spec": "3.0.1",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  33. "author": {
  34. "name": "Toru Nagashima",
  35. "url": "https://github.com/mysticatea"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mysticatea/eslint-plugin-es/issues"
  39. },
  40. "dependencies": {
  41. "eslint-utils": "^2.0.0",
  42. "regexpp": "^3.0.0"
  43. },
  44. "description": "ESLint plugin about ECMAScript syntactic features.",
  45. "devDependencies": {
  46. "@mysticatea/eslint-plugin": "^11.0.0",
  47. "@vuepress/plugin-pwa": "^1.2.0",
  48. "acorn": "^7.1.0",
  49. "babel-eslint": "^10.0.1",
  50. "codecov": "^3.5.0",
  51. "eslint": "^6.2.2",
  52. "eslint4b": "^6.2.2",
  53. "espree": "^7.0.0",
  54. "globals": "^12.0.0",
  55. "mocha": "^6.2.0",
  56. "npm-run-all": "^4.1.5",
  57. "nyc": "^14.1.1",
  58. "opener": "^1.5.1",
  59. "rimraf": "^3.0.0",
  60. "semver": "^6.3.0",
  61. "vue-eslint-editor": "^0.2.0",
  62. "vuepress": "^1.2.0"
  63. },
  64. "engines": {
  65. "node": ">=8.10.0"
  66. },
  67. "files": [
  68. "lib"
  69. ],
  70. "funding": "https://github.com/sponsors/mysticatea",
  71. "homepage": "https://github.com/mysticatea/eslint-plugin-es#readme",
  72. "keywords": [
  73. "eslint",
  74. "plugin",
  75. "eslintplugin"
  76. ],
  77. "license": "MIT",
  78. "main": "lib/index.js",
  79. "name": "eslint-plugin-es",
  80. "peerDependencies": {
  81. "eslint": ">=4.19.1"
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/mysticatea/eslint-plugin-es.git"
  86. },
  87. "scripts": {
  88. "clean": "rimraf .nyc_output coverage",
  89. "codecov": "nyc report -r lcovonly && codecov -t ${CODECOV_TOKEN} --disable=gcov",
  90. "coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
  91. "docs:build": "vuepress build docs",
  92. "docs:watch": "vuepress dev docs",
  93. "lint": "eslint lib tests scripts",
  94. "new": "node scripts/new-rule",
  95. "postversion": "git push && git push --tags",
  96. "pretest": "npm run -s lint",
  97. "preversion": "npm test",
  98. "test": "npm run -s test:mocha",
  99. "test:mocha": "nyc mocha tests/**/*.js --reporter dot",
  100. "update": "run-s update:*",
  101. "update:index": "node scripts/update-index",
  102. "update:ruledocs": "node scripts/update-docs-rules",
  103. "update:url": "npm run -s lint -- --fix",
  104. "version": "run-s update:* docs:build && git add .",
  105. "watch": "mocha tests/**/*.js --reporter progress --watch --growl"
  106. },
  107. "version": "3.0.1"
  108. }