package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_from": "eslint-plugin-testing-library@^3.9.2",
  3. "_id": "eslint-plugin-testing-library@3.10.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WAmOCt7EbF1XM8XfbCKAEzAPnShkNSwcIsAD2jHdsMUT9mZJPjLCG7pMzbcC8kK366NOuGip8HKLDC+Xk4yIdA==",
  6. "_location": "/eslint-plugin-testing-library",
  7. "_phantomChildren": {
  8. "@types/json-schema": "7.0.7",
  9. "debug": "4.3.1",
  10. "eslint-scope": "5.1.1",
  11. "glob": "7.1.7",
  12. "is-glob": "4.0.1",
  13. "lodash": "4.17.21",
  14. "semver": "7.3.2",
  15. "tsutils": "3.21.0"
  16. },
  17. "_requested": {
  18. "type": "range",
  19. "registry": true,
  20. "raw": "eslint-plugin-testing-library@^3.9.2",
  21. "name": "eslint-plugin-testing-library",
  22. "escapedName": "eslint-plugin-testing-library",
  23. "rawSpec": "^3.9.2",
  24. "saveSpec": null,
  25. "fetchSpec": "^3.9.2"
  26. },
  27. "_requiredBy": [
  28. "/react-scripts"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.10.2.tgz",
  31. "_shasum": "609ec2b0369da7cf2e6d9edff5da153cc31d87bd",
  32. "_spec": "eslint-plugin-testing-library@^3.9.2",
  33. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  34. "author": {
  35. "name": "Mario Beltrán Alarcón",
  36. "email": "belco90@gmail.com",
  37. "url": "https://mario.dev/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/testing-library/eslint-plugin-testing-library/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "@typescript-eslint/experimental-utils": "^3.10.1"
  45. },
  46. "deprecated": false,
  47. "description": "ESLint rules for Testing Library",
  48. "devDependencies": {
  49. "@commitlint/cli": "^9.1.2",
  50. "@commitlint/config-conventional": "^9.1.2",
  51. "@types/jest": "^25.2.3",
  52. "@typescript-eslint/eslint-plugin": "^3.10.1",
  53. "@typescript-eslint/parser": "^3.10.1",
  54. "cpy-cli": "^3.1.1",
  55. "eslint": "^7.9.0",
  56. "eslint-config-prettier": "^6.11.0",
  57. "eslint-config-standard": "^14.1.1",
  58. "eslint-plugin-import": "^2.22.0",
  59. "eslint-plugin-jest": "^24.0.2",
  60. "eslint-plugin-jest-formatting": "^2.0.0",
  61. "eslint-plugin-node": "^11.1.0",
  62. "eslint-plugin-prettier": "^3.1.4",
  63. "eslint-plugin-promise": "^4.2.1",
  64. "eslint-plugin-standard": "^4.0.1",
  65. "husky": "^4.3.0",
  66. "jest": "^25.5.4",
  67. "lint-staged": "^9.5.0",
  68. "prettier": "1.19.1",
  69. "semantic-release": "^16.0.4",
  70. "ts-jest": "^25.5.1",
  71. "typescript": "^4.0.3"
  72. },
  73. "engines": {
  74. "node": "^10.12.0 || >=12.0.0",
  75. "npm": ">=6"
  76. },
  77. "homepage": "https://github.com/testing-library/eslint-plugin-testing-library",
  78. "keywords": [
  79. "eslint",
  80. "eslintplugin",
  81. "eslint-plugin"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "eslint-plugin-testing-library",
  86. "peerDependencies": {
  87. "eslint": "^5 || ^6 || ^7"
  88. },
  89. "release": {
  90. "pkgRoot": "dist",
  91. "branches": [
  92. "+([0-9])?(.{+([0-9]),x}).x",
  93. "main",
  94. "next",
  95. "next-major",
  96. {
  97. "name": "beta",
  98. "prerelease": true
  99. },
  100. {
  101. "name": "alpha",
  102. "prerelease": true
  103. }
  104. ]
  105. },
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/testing-library/eslint-plugin-testing-library.git"
  109. },
  110. "scripts": {
  111. "build": "tsc",
  112. "format": "prettier --write README.md {lib,docs,tests}/**/*.{js,md}",
  113. "lint": "eslint . --ext .js,.ts",
  114. "lint:fix": "npm run lint -- --fix",
  115. "postbuild": "cpy README.md ./dist && cpy package.json ./dist && cpy LICENSE ./dist",
  116. "semantic-release": "semantic-release",
  117. "test": "jest",
  118. "test:ci": "jest --ci --coverage",
  119. "test:update": "npm run test -- --u",
  120. "test:watch": "npm run test -- --watch"
  121. },
  122. "version": "3.10.2"
  123. }