package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "@testing-library/dom@^7.28.1",
  3. "_id": "@testing-library/dom@7.31.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ==",
  6. "_location": "/@testing-library/dom",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@testing-library/dom@^7.28.1",
  12. "name": "@testing-library/dom",
  13. "escapedName": "@testing-library%2fdom",
  14. "scope": "@testing-library",
  15. "rawSpec": "^7.28.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.28.1"
  18. },
  19. "_requiredBy": [
  20. "/@testing-library/react"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.31.2.tgz",
  23. "_shasum": "df361db38f5212b88555068ab8119f5d841a8c4a",
  24. "_spec": "@testing-library/dom@^7.28.1",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@testing-library\\react",
  26. "author": {
  27. "name": "Kent C. Dodds",
  28. "email": "me@kentcdodds.com",
  29. "url": "https://kentcdodds.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/testing-library/dom-testing-library/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@babel/code-frame": "^7.10.4",
  37. "@babel/runtime": "^7.12.5",
  38. "@types/aria-query": "^4.2.0",
  39. "aria-query": "^4.2.2",
  40. "chalk": "^4.1.0",
  41. "dom-accessibility-api": "^0.5.6",
  42. "lz-string": "^1.4.4",
  43. "pretty-format": "^26.6.2"
  44. },
  45. "deprecated": false,
  46. "description": "Simple and complete DOM testing utilities that encourage good testing practices.",
  47. "devDependencies": {
  48. "@testing-library/jest-dom": "^5.11.6",
  49. "jest-in-case": "^1.0.2",
  50. "jest-serializer-ansi": "^1.0.3",
  51. "jest-watch-select-projects": "^2.0.0",
  52. "jsdom": "^16.4.0",
  53. "kcd-scripts": "^7.5.3",
  54. "typescript": "^4.1.2"
  55. },
  56. "engines": {
  57. "node": ">=10"
  58. },
  59. "eslintConfig": {
  60. "extends": [
  61. "./node_modules/kcd-scripts/eslint.js",
  62. "plugin:import/typescript"
  63. ],
  64. "rules": {
  65. "import/prefer-default-export": "off",
  66. "import/no-unassigned-import": "off",
  67. "import/no-useless-path-segments": "off",
  68. "no-console": "off"
  69. }
  70. },
  71. "eslintIgnore": [
  72. "node_modules",
  73. "coverage",
  74. "dist"
  75. ],
  76. "files": [
  77. "dist",
  78. "types/*.d.ts"
  79. ],
  80. "homepage": "https://github.com/testing-library/dom-testing-library#readme",
  81. "keywords": [
  82. "testing",
  83. "ui",
  84. "dom",
  85. "jsdom",
  86. "unit",
  87. "integration",
  88. "functional",
  89. "end-to-end",
  90. "e2e"
  91. ],
  92. "license": "MIT",
  93. "main": "dist/index.js",
  94. "module": "dist/@testing-library/dom.esm.js",
  95. "name": "@testing-library/dom",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/testing-library/dom-testing-library.git"
  99. },
  100. "scripts": {
  101. "build": "kcd-scripts build --no-ts-defs --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --no-ts-defs --bundle --no-clean",
  102. "format": "kcd-scripts format",
  103. "lint": "kcd-scripts lint",
  104. "setup": "npm install && npm run validate -s",
  105. "test": "kcd-scripts test",
  106. "test:debug": "node --inspect-brk ./node_modules/.bin/jest --watch --runInBand",
  107. "test:update": "npm test -- --updateSnapshot --coverage",
  108. "typecheck": "kcd-scripts typecheck --build types",
  109. "validate": "kcd-scripts validate"
  110. },
  111. "source": "src/index.js",
  112. "types": "types/index.d.ts",
  113. "umd:main": "dist/@testing-library/dom.umd.js",
  114. "version": "7.31.2"
  115. }