package.json 3.1 KB

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