{
  "_args": [
    [
      "@testing-library/react@9.5.0",
      "/var/www/html/frontend"
    ]
  ],
  "_from": "@testing-library/react@9.5.0",
  "_id": "@testing-library/react@9.5.0",
  "_inBundle": false,
  "_integrity": "sha512-di1b+D0p+rfeboHO5W7gTVeZDIK5+maEgstrZbWZSSvxDyfDRkkyBE1AJR5Psd6doNldluXlCWqXriUfqu/9Qg==",
  "_location": "/@testing-library/react",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@testing-library/react@9.5.0",
    "name": "@testing-library/react",
    "escapedName": "@testing-library%2freact",
    "scope": "@testing-library",
    "rawSpec": "9.5.0",
    "saveSpec": null,
    "fetchSpec": "9.5.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@testing-library/react/-/react-9.5.0.tgz",
  "_spec": "9.5.0",
  "_where": "/var/www/html/frontend",
  "author": {
    "name": "Kent C. Dodds",
    "email": "kent@doddsfamily.us",
    "url": "http://kentcdodds.com/"
  },
  "bugs": {
    "url": "https://github.com/testing-library/react-testing-library/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.8.4",
    "@testing-library/dom": "^6.15.0",
    "@types/testing-library__react": "^9.1.2"
  },
  "description": "Simple and complete React DOM testing utilities that encourage good testing practices.",
  "devDependencies": {
    "@reach/router": "^1.3.3",
    "@testing-library/jest-dom": "^5.1.1",
    "cross-env": "^7.0.1",
    "kcd-scripts": "^5.4.0",
    "npm-run-all": "^4.1.5",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "rimraf": "^3.0.2"
  },
  "engines": {
    "node": ">=8"
  },
  "eslintConfig": {
    "extends": "./node_modules/kcd-scripts/eslint.js",
    "rules": {
      "react/prop-types": "off",
      "react/no-adjacent-inline-elements": "off",
      "import/no-unassigned-import": "off",
      "import/named": "off"
    }
  },
  "eslintIgnore": [
    "node_modules",
    "coverage",
    "dist",
    "*.d.ts"
  ],
  "files": [
    "dist",
    "cleanup-after-each.js",
    "dont-cleanup-after-each.js",
    "pure.js"
  ],
  "homepage": "https://github.com/testing-library/react-testing-library#readme",
  "husky": {
    "hooks": {
      "pre-commit": "kcd-scripts pre-commit"
    }
  },
  "keywords": [
    "testing",
    "react",
    "ui",
    "dom",
    "jsdom",
    "unit",
    "integration",
    "functional",
    "end-to-end",
    "e2e"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/@testing-library/react.esm.js",
  "name": "@testing-library/react",
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/testing-library/react-testing-library.git"
  },
  "scripts": {
    "build": "npm-run-all --parallel build:main build:bundle:main build:bundle:pure",
    "build:bundle:main": "kcd-scripts build --bundle --no-clean",
    "build:bundle:pure": "cross-env BUILD_FILENAME_SUFFIX=.pure BUILD_INPUT=src/pure.js kcd-scripts build --bundle --no-clean",
    "build:main": "kcd-scripts build --no-clean",
    "lint": "kcd-scripts lint",
    "prebuild": "rimraf dist",
    "setup": "npm install && npm run validate -s",
    "test": "kcd-scripts test",
    "test:update": "npm test -- --updateSnapshot --coverage",
    "validate": "kcd-scripts validate"
  },
  "version": "9.5.0"
}
