{
  "_args": [
    [
      "@testing-library/dom@7.29.4",
      "/home/sonia/VisualStudioCode/Proyecto-React-Firebase/client"
    ]
  ],
  "_from": "@testing-library/dom@7.29.4",
  "_id": "@testing-library/dom@7.29.4",
  "_inBundle": false,
  "_integrity": "sha512-CtrJRiSYEfbtNGtEsd78mk1n1v2TUbeABlNIcOCJdDfkN5/JTOwQEbbQpoSRxGqzcWPgStMvJ4mNolSuBRv1NA==",
  "_location": "/@testing-library/dom",
  "_phantomChildren": {
    "ansi-styles": "4.3.0",
    "supports-color": "7.2.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@testing-library/dom@7.29.4",
    "name": "@testing-library/dom",
    "escapedName": "@testing-library%2fdom",
    "scope": "@testing-library",
    "rawSpec": "7.29.4",
    "saveSpec": null,
    "fetchSpec": "7.29.4"
  },
  "_requiredBy": [
    "/@testing-library/react"
  ],
  "_resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.29.4.tgz",
  "_spec": "7.29.4",
  "_where": "/home/sonia/VisualStudioCode/Proyecto-React-Firebase/client",
  "author": {
    "name": "Kent C. Dodds",
    "email": "me@kentcdodds.com",
    "url": "https://kentcdodds.com"
  },
  "bugs": {
    "url": "https://github.com/testing-library/dom-testing-library/issues"
  },
  "dependencies": {
    "@babel/code-frame": "^7.10.4",
    "@babel/runtime": "^7.12.5",
    "@types/aria-query": "^4.2.0",
    "aria-query": "^4.2.2",
    "chalk": "^4.1.0",
    "dom-accessibility-api": "^0.5.4",
    "lz-string": "^1.4.4",
    "pretty-format": "^26.6.2"
  },
  "description": "Simple and complete DOM testing utilities that encourage good testing practices.",
  "devDependencies": {
    "@testing-library/jest-dom": "^5.11.6",
    "jest-in-case": "^1.0.2",
    "jest-serializer-ansi": "^1.0.3",
    "jest-watch-select-projects": "^2.0.0",
    "jsdom": "^16.4.0",
    "kcd-scripts": "^7.5.3",
    "typescript": "^4.1.2"
  },
  "engines": {
    "node": ">=10"
  },
  "eslintConfig": {
    "extends": [
      "./node_modules/kcd-scripts/eslint.js",
      "plugin:import/typescript"
    ],
    "rules": {
      "import/prefer-default-export": "off",
      "import/no-unassigned-import": "off",
      "import/no-useless-path-segments": "off",
      "no-console": "off"
    }
  },
  "eslintIgnore": [
    "node_modules",
    "coverage",
    "dist"
  ],
  "files": [
    "dist",
    "types"
  ],
  "homepage": "https://github.com/testing-library/dom-testing-library#readme",
  "keywords": [
    "testing",
    "ui",
    "dom",
    "jsdom",
    "unit",
    "integration",
    "functional",
    "end-to-end",
    "e2e"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/@testing-library/dom.esm.js",
  "name": "@testing-library/dom",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/testing-library/dom-testing-library.git"
  },
  "scripts": {
    "build": "kcd-scripts build  --no-ts-defs --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --no-ts-defs --bundle --no-clean",
    "lint": "kcd-scripts lint",
    "setup": "npm install && npm run validate -s",
    "test": "kcd-scripts test",
    "test:debug": "node --inspect-brk ./node_modules/.bin/jest --watch --runInBand",
    "test:update": "npm test -- --updateSnapshot --coverage",
    "typecheck": "kcd-scripts typecheck --build types",
    "validate": "kcd-scripts validate"
  },
  "source": "src/index.js",
  "types": "types/index.d.ts",
  "umd:main": "dist/@testing-library/dom.umd.js",
  "version": "7.29.4"
}