{
  "_from": "@testing-library/dom@6.16.0",
  "_id": "@testing-library/dom@6.16.0",
  "_inBundle": false,
  "_integrity": "sha512-lBD88ssxqEfz0wFL6MeUyyWZfV/2cjEZZV3YRpb2IoJRej/4f1jB0TzqIOznTpfR1r34CNesrubxwIlAQ8zgPA==",
  "_location": "/@testing-library/dom",
  "_phantomChildren": {
    "@babel/runtime": "7.10.2",
    "@babel/runtime-corejs3": "7.10.2",
    "@types/color-name": "1.1.1",
    "@types/istanbul-lib-coverage": "2.0.1",
    "@types/istanbul-reports": "1.1.1",
    "@types/yargs-parser": "15.0.0",
    "color-name": "1.1.4",
    "react-is": "16.13.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@testing-library/dom@6.16.0",
    "name": "@testing-library/dom",
    "escapedName": "@testing-library%2fdom",
    "scope": "@testing-library",
    "rawSpec": "6.16.0",
    "saveSpec": null,
    "fetchSpec": "6.16.0"
  },
  "_requiredBy": [
    "/@testing-library/react"
  ],
  "_resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-6.16.0.tgz",
  "_shasum": "04ada27ed74ad4c0f0d984a1245bb29b1fd90ba9",
  "_spec": "@testing-library/dom@6.16.0",
  "_where": "/data/DATAPROJECTS/playground/myfirstreact/node_modules/@testing-library/react",
  "author": {
    "name": "Kent C. Dodds",
    "email": "kent@doddsfamily.us",
    "url": "https://kentcdodds.com/"
  },
  "bugs": {
    "url": "https://github.com/testing-library/dom-testing-library/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.8.4",
    "@sheerun/mutationobserver-shim": "^0.3.2",
    "@types/testing-library__dom": "^6.12.1",
    "aria-query": "^4.0.2",
    "dom-accessibility-api": "^0.3.0",
    "pretty-format": "^25.1.0",
    "wait-for-expect": "^3.0.2"
  },
  "deprecated": false,
  "description": "Simple and complete DOM testing utilities that encourage good testing practices.",
  "devDependencies": {
    "@testing-library/jest-dom": "^5.1.1",
    "jest-in-case": "^1.0.2",
    "jest-serializer-ansi": "^1.0.3",
    "jest-watch-select-projects": "^2.0.0",
    "jsdom": "^16.2.0",
    "kcd-scripts": "^5.4.0"
  },
  "engines": {
    "node": ">=8"
  },
  "eslintConfig": {
    "extends": "./node_modules/kcd-scripts/eslint.js",
    "rules": {
      "import/prefer-default-export": "off",
      "import/no-unassigned-import": "off",
      "import/no-useless-path-segments": "off"
    }
  },
  "eslintIgnore": [
    "node_modules",
    "coverage",
    "dist"
  ],
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/testing-library/dom-testing-library#readme",
  "husky": {
    "hooks": {
      "pre-commit": "kcd-scripts pre-commit"
    }
  },
  "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 --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --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",
    "validate": "kcd-scripts validate"
  },
  "source": "src/index.js",
  "umd:main": "dist/@testing-library/dom.umd.js",
  "version": "6.16.0"
}
