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.

114 lines
3.3 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "eslint-plugin-eslint-comments@3.2.0",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-plugin-eslint-comments@3.2.0",
  10. "_id": "eslint-plugin-eslint-comments@3.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==",
  13. "_location": "/eslint-plugin-eslint-comments",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "eslint-plugin-eslint-comments@3.2.0",
  19. "name": "eslint-plugin-eslint-comments",
  20. "escapedName": "eslint-plugin-eslint-comments",
  21. "rawSpec": "3.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz",
  29. "_spec": "3.2.0",
  30. "_where": "/home/ubuntu/etherpad-lite",
  31. "author": {
  32. "name": "Toru Nagashima"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mysticatea/eslint-plugin-eslint-comments/issues"
  36. },
  37. "dependencies": {
  38. "escape-string-regexp": "^1.0.5",
  39. "ignore": "^5.0.5"
  40. },
  41. "description": "Additional ESLint rules for ESLint directive comments.",
  42. "devDependencies": {
  43. "@mysticatea/eslint-plugin": "^13.0.0",
  44. "@types/node": "^14.0.1",
  45. "@vuepress/plugin-pwa": "^1.0.1",
  46. "babel-eslint": "^10.0.1",
  47. "codecov": "^3.3.0",
  48. "cross-spawn": "^6.0.5",
  49. "eslint": "^7.0.0",
  50. "eslint4b": "^7.0.0",
  51. "fs-extra": "^8.0.1",
  52. "mocha": "^6.1.4",
  53. "nyc": "^14.1.1",
  54. "opener": "^1.4.3",
  55. "rimraf": "^2.6.2",
  56. "semver": "^7.3.2",
  57. "string-replace-loader": "^2.1.1",
  58. "vue-eslint-editor": "^1.1.0",
  59. "vuepress": "^1.0.1"
  60. },
  61. "engines": {
  62. "node": ">=6.5.0"
  63. },
  64. "files": [
  65. "lib"
  66. ],
  67. "funding": "https://github.com/sponsors/mysticatea",
  68. "homepage": "https://github.com/mysticatea/eslint-plugin-eslint-comments#readme",
  69. "keywords": [
  70. "eslint",
  71. "eslintplugin",
  72. "eslint-plugin",
  73. "plugin",
  74. "comment",
  75. "comments",
  76. "directive",
  77. "global",
  78. "globals",
  79. "exported",
  80. "eslint-env",
  81. "eslint-enable",
  82. "eslint-disable",
  83. "eslint-disable-line",
  84. "eslint-disable-next-line"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "name": "eslint-plugin-eslint-comments",
  89. "peerDependencies": {
  90. "eslint": ">=4.19.1"
  91. },
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/mysticatea/eslint-plugin-eslint-comments.git"
  95. },
  96. "scripts": {
  97. "clean": "rimraf .nyc_output coverage docs/.vuepress/dist",
  98. "codecov": "nyc report --reporter text-lcov | codecov --pipe --disable=gcov",
  99. "coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
  100. "docs:build": "vuepress build docs",
  101. "docs:deploy": "node scripts/deploy",
  102. "docs:watch": "vuepress dev docs",
  103. "lint": "eslint lib scripts tests",
  104. "postversion": "git push && git push --tags",
  105. "pretest": "npm run -s lint",
  106. "preversion": "npm test",
  107. "test": "nyc npm run -s test:mocha",
  108. "test:ci": "nyc npm run -s test:mocha",
  109. "test:mocha": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 8000",
  110. "version": "node scripts/update && git add .",
  111. "watch": "npm run -s test:mocha -- --watch --growl"
  112. },
  113. "version": "3.2.0"
  114. }