package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "@testing-library/jest-dom@^5.11.4",
  3. "_id": "@testing-library/jest-dom@5.14.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dfB7HVIgTNCxH22M1+KU6viG5of2ldoA5ly8Ar8xkezKHKXjRvznCdbMbqjYGgO2xjRbwnR+rR8MLUIqF3kKbQ==",
  6. "_location": "/@testing-library/jest-dom",
  7. "_phantomChildren": {
  8. "atob": "2.1.2",
  9. "decode-uri-component": "0.2.0",
  10. "inherits": "2.0.4"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "@testing-library/jest-dom@^5.11.4",
  16. "name": "@testing-library/jest-dom",
  17. "escapedName": "@testing-library%2fjest-dom",
  18. "scope": "@testing-library",
  19. "rawSpec": "^5.11.4",
  20. "saveSpec": null,
  21. "fetchSpec": "^5.11.4"
  22. },
  23. "_requiredBy": [
  24. "#USER",
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.14.1.tgz",
  28. "_shasum": "8501e16f1e55a55d675fe73eecee32cdaddb9766",
  29. "_spec": "@testing-library/jest-dom@^5.11.4",
  30. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1",
  31. "author": {
  32. "name": "Ernesto Garcia",
  33. "email": "gnapse@gmail.com",
  34. "url": "http://gnapse.github.io"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/testing-library/jest-dom/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "@babel/runtime": "^7.9.2",
  42. "@types/testing-library__jest-dom": "^5.9.1",
  43. "aria-query": "^4.2.2",
  44. "chalk": "^3.0.0",
  45. "css": "^3.0.0",
  46. "css.escape": "^1.5.1",
  47. "dom-accessibility-api": "^0.5.6",
  48. "lodash": "^4.17.15",
  49. "redent": "^3.0.0"
  50. },
  51. "deprecated": false,
  52. "description": "Custom jest matchers to test the state of the DOM",
  53. "devDependencies": {
  54. "jest-environment-jsdom-sixteen": "^1.0.3",
  55. "jest-watch-select-projects": "^2.0.0",
  56. "jsdom": "^16.2.1",
  57. "kcd-scripts": "^5.6.0",
  58. "pretty-format": "^25.1.0"
  59. },
  60. "engines": {
  61. "node": ">=8",
  62. "npm": ">=6",
  63. "yarn": ">=1"
  64. },
  65. "eslintConfig": {
  66. "extends": "./node_modules/kcd-scripts/eslint.js",
  67. "rules": {
  68. "babel/no-invalid-this": "off"
  69. },
  70. "overrides": [
  71. {
  72. "files": [
  73. "src/__tests__/*.js"
  74. ],
  75. "rules": {
  76. "max-lines-per-function": "off"
  77. }
  78. }
  79. ]
  80. },
  81. "eslintIgnore": [
  82. "node_modules",
  83. "coverage",
  84. "dist"
  85. ],
  86. "files": [
  87. "dist",
  88. "extend-expect.js",
  89. "matchers.js"
  90. ],
  91. "homepage": "https://github.com/testing-library/jest-dom#readme",
  92. "keywords": [
  93. "testing",
  94. "dom",
  95. "jest",
  96. "jsdom"
  97. ],
  98. "license": "MIT",
  99. "main": "dist/index.js",
  100. "name": "@testing-library/jest-dom",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/testing-library/jest-dom.git"
  104. },
  105. "scripts": {
  106. "build": "kcd-scripts build",
  107. "format": "kcd-scripts format",
  108. "lint": "kcd-scripts lint",
  109. "setup": "npm install && npm run validate -s",
  110. "test": "kcd-scripts test",
  111. "test:update": "npm test -- --updateSnapshot --coverage",
  112. "validate": "kcd-scripts validate"
  113. },
  114. "version": "5.14.1"
  115. }