{
  "_from": "@testing-library/dom@^8.5.0",
  "_id": "@testing-library/dom@8.19.0",
  "_inBundle": false,
  "_integrity": "sha512-6YWYPPpxG3e/xOo6HIWwB/58HukkwIVTOaZ0VwdMVjhRUX/01E4FtQbck9GazOOj7MXHc5RBzMrU86iBJHbI+A==",
  "_location": "/@testing-library/dom",
  "_phantomChildren": {
    "ansi-regex": "5.0.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@testing-library/dom@^8.5.0",
    "name": "@testing-library/dom",
    "escapedName": "@testing-library%2fdom",
    "scope": "@testing-library",
    "rawSpec": "^8.5.0",
    "saveSpec": null,
    "fetchSpec": "^8.5.0"
  },
  "_requiredBy": [
    "/@testing-library/react"
  ],
  "_resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.19.0.tgz",
  "_shasum": "bd3f83c217ebac16694329e413d9ad5fdcfd785f",
  "_spec": "@testing-library/dom@^8.5.0",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro/node_modules/@testing-library/react",
  "author": {
    "name": "Kent C. Dodds",
    "email": "me@kentcdodds.com",
    "url": "https://kentcdodds.com"
  },
  "browserslist": [
    "and_chr 103",
    "and_ff 101",
    "and_qq 10.4",
    "and_uc 12.12",
    "android 103",
    "chrome 102",
    "edge 102",
    "firefox 91",
    "ios_saf 12.2-12.5",
    "kaios 2.5",
    "op_mini all",
    "op_mob 64",
    "opera 88",
    "safari 15.5",
    "samsung 17.0",
    "samsung 16.0",
    "node 12.0"
  ],
  "bugs": {
    "url": "https://github.com/testing-library/dom-testing-library/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/code-frame": "^7.10.4",
    "@babel/runtime": "^7.12.5",
    "@types/aria-query": "^4.2.0",
    "aria-query": "^5.0.0",
    "chalk": "^4.1.0",
    "dom-accessibility-api": "^0.5.9",
    "lz-string": "^1.4.4",
    "pretty-format": "^27.0.2"
  },
  "deprecated": false,
  "description": "Simple and complete DOM testing utilities that encourage good testing practices.",
  "devDependencies": {
    "@testing-library/jest-dom": "^5.11.6",
    "@types/lz-string": "^1.3.34",
    "jest-in-case": "^1.0.2",
    "jest-snapshot-serializer-ansi": "^1.0.0",
    "jest-watch-select-projects": "^2.0.0",
    "jsdom": "^16.4.0",
    "kcd-scripts": "^11.0.0",
    "typescript": "^4.1.2"
  },
  "engines": {
    "node": ">=12"
  },
  "eslintConfig": {
    "extends": [
      "./node_modules/kcd-scripts/eslint.js",
      "plugin:import/typescript"
    ],
    "rules": {
      "@typescript-eslint/prefer-optional-chain": "off",
      "@typescript-eslint/no-explicit-any": "off",
      "@typescript-eslint/no-unsafe-member-access": "off",
      "@typescript-eslint/prefer-includes": "off",
      "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/*.d.ts"
  ],
  "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",
    "format": "kcd-scripts format",
    "install:csb": "npm install",
    "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": "8.19.0"
}
