You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 rivejä
3.0 KiB

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