No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

116 líneas
2.7 KiB

hace 3 años
  1. {
  2. "_args": [
  3. [
  4. "eslint-plugin-mocha@8.0.0",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-plugin-mocha@8.0.0",
  10. "_id": "eslint-plugin-mocha@8.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-n67etbWDz6NQM+HnTwZHyBwz/bLlYPOxUbw7bPuCyFujv7ZpaT/Vn6KTAbT02gf7nRljtYIjWcTxK/n8a57rQQ==",
  13. "_location": "/eslint-plugin-mocha",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "eslint-plugin-mocha@8.0.0",
  19. "name": "eslint-plugin-mocha",
  20. "escapedName": "eslint-plugin-mocha",
  21. "rawSpec": "8.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "8.0.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-8.0.0.tgz",
  29. "_spec": "8.0.0",
  30. "_where": "/home/ubuntu/etherpad-lite",
  31. "author": {
  32. "name": "Mathias Schreck",
  33. "email": "schreck.mathias@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/lo1tuma/eslint-plugin-mocha/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Alexander Schmidt",
  41. "email": "alexanderschmidt1@gmail.com"
  42. }
  43. ],
  44. "dependencies": {
  45. "eslint-utils": "^2.1.0",
  46. "ramda": "^0.27.1"
  47. },
  48. "description": "Eslint rules for mocha.",
  49. "devDependencies": {
  50. "chai": "^4.2.0",
  51. "coveralls": "^3.1.0",
  52. "eslint": "^7.5.0",
  53. "eslint-config-holidaycheck": "^0.13.1",
  54. "eslint-plugin-node": "^11.1.0",
  55. "eslint-plugin-unicorn": "^21.0.0",
  56. "mocha": "^8.1.0",
  57. "nyc": "^15.1.0",
  58. "pr-log": "^4.0.0"
  59. },
  60. "engines": {
  61. "node": ">=10.0.0"
  62. },
  63. "files": [
  64. "index.js",
  65. "lib/",
  66. "LICENSE",
  67. "README.md"
  68. ],
  69. "homepage": "https://github.com/lo1tuma/eslint-plugin-mocha",
  70. "keywords": [
  71. "eslint",
  72. "eslintplugin",
  73. "eslint-plugin",
  74. "mocha"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "eslint-plugin-mocha",
  79. "nyc": {
  80. "all": true,
  81. "cache": false,
  82. "lines": 100,
  83. "statements": 100,
  84. "functions": 100,
  85. "branches": 100,
  86. "exclude": [
  87. ".ncurc.js",
  88. "build",
  89. "test",
  90. "benchmarks/"
  91. ],
  92. "reporter": [
  93. "lcov",
  94. "text-summary"
  95. ],
  96. "check-coverage": true,
  97. "report-dir": "build"
  98. },
  99. "peerDependencies": {
  100. "eslint": ">=7.0.0"
  101. },
  102. "repository": {
  103. "type": "git",
  104. "url": "git://github.com/lo1tuma/eslint-plugin-mocha.git"
  105. },
  106. "scripts": {
  107. "changelog": "pr-log",
  108. "coveralls": "cat ./build/coverage/lcov.info | coveralls",
  109. "pretest": "eslint .",
  110. "test": "npm run test:unit:with-coverage && npm run test:bench",
  111. "test:bench": "mocha -t 10000 benchmarks",
  112. "test:unit": "mocha test --recursive --reporter dot",
  113. "test:unit:with-coverage": "nyc npm run test:unit"
  114. },
  115. "version": "8.0.0"
  116. }