package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "@testing-library/user-event@^12.1.10",
  3. "_id": "@testing-library/user-event@12.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IR0iWbFkgd56Bu5ZI/ej8yQwrkCv8Qydx6RzwbKz9faXazR/+5tvYKsZQgyXJiwgpcva127YO6JcWy7YlCfofQ==",
  6. "_location": "/@testing-library/user-event",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@testing-library/user-event@^12.1.10",
  12. "name": "@testing-library/user-event",
  13. "escapedName": "@testing-library%2fuser-event",
  14. "scope": "@testing-library",
  15. "rawSpec": "^12.1.10",
  16. "saveSpec": null,
  17. "fetchSpec": "^12.1.10"
  18. },
  19. "_requiredBy": [
  20. "#USER",
  21. "/"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.8.3.tgz",
  24. "_shasum": "1aa3ed4b9f79340a1e1836bc7f57c501e838704a",
  25. "_spec": "@testing-library/user-event@^12.1.10",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1",
  27. "author": {
  28. "name": "Giorgio Polvara",
  29. "email": "polvara@gmail.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/testing-library/user-event/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@babel/runtime": "^7.12.5"
  37. },
  38. "deprecated": false,
  39. "description": "Fire events the same way the user does",
  40. "devDependencies": {
  41. "@testing-library/dom": "^7.28.1",
  42. "@testing-library/jest-dom": "^5.11.6",
  43. "@types/estree": "0.0.45",
  44. "is-ci": "^2.0.0",
  45. "jest-serializer-ansi": "^1.0.3",
  46. "kcd-scripts": "^7.5.1",
  47. "typescript": "^4.1.2"
  48. },
  49. "engines": {
  50. "node": ">=10",
  51. "npm": ">=6"
  52. },
  53. "eslintConfig": {
  54. "extends": "./node_modules/kcd-scripts/eslint.js",
  55. "rules": {
  56. "jsx-a11y/click-events-have-key-events": "off",
  57. "jsx-a11y/tabindex-no-positive": "off",
  58. "no-func-assign": "off",
  59. "no-return-assign": "off",
  60. "react/prop-types": "off",
  61. "testing-library/no-dom-import": "off"
  62. },
  63. "overrides": [
  64. {
  65. "files": [
  66. "**/__tests__/**"
  67. ],
  68. "rules": {
  69. "no-console": "off"
  70. }
  71. }
  72. ]
  73. },
  74. "eslintIgnore": [
  75. "node_modules",
  76. "coverage",
  77. "dist"
  78. ],
  79. "files": [
  80. "dist",
  81. "typings/index.d.ts"
  82. ],
  83. "homepage": "https://github.com/testing-library/user-event#readme",
  84. "keywords": [
  85. "react-testing-library",
  86. "dom-testing-library",
  87. "react",
  88. "testing"
  89. ],
  90. "license": "MIT",
  91. "main": "dist/index.js",
  92. "name": "@testing-library/user-event",
  93. "peerDependencies": {
  94. "@testing-library/dom": ">=7.21.4"
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/testing-library/user-event.git"
  99. },
  100. "scripts": {
  101. "build": "kcd-scripts build",
  102. "lint": "kcd-scripts lint",
  103. "setup": "npm install && npm run validate -s",
  104. "test": "kcd-scripts test",
  105. "test:debug": "kcd-scripts --inspect-brk test --runInBand",
  106. "test:update": "npm test -- --updateSnapshot --coverage",
  107. "typecheck": "kcd-scripts typecheck --build typings",
  108. "validate": "kcd-scripts validate"
  109. },
  110. "typings": "typings/index.d.ts",
  111. "version": "12.8.3"
  112. }