{
  "_args": [
    [
      "@testing-library/user-event@7.2.1",
      "/var/www/html/frontend"
    ]
  ],
  "_from": "@testing-library/user-event@7.2.1",
  "_id": "@testing-library/user-event@7.2.1",
  "_inBundle": false,
  "_integrity": "sha512-oZ0Ib5I4Z2pUEcoo95cT1cr6slco9WY7yiPpG+RGNkj8YcYgJnM7pXmYmorNOReh8MIGcKSqXyeGjxnr8YiZbA==",
  "_location": "/@testing-library/user-event",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@testing-library/user-event@7.2.1",
    "name": "@testing-library/user-event",
    "escapedName": "@testing-library%2fuser-event",
    "scope": "@testing-library",
    "rawSpec": "7.2.1",
    "saveSpec": null,
    "fetchSpec": "7.2.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-7.2.1.tgz",
  "_spec": "7.2.1",
  "_where": "/var/www/html/frontend",
  "author": {
    "name": "Giorgio Polvara",
    "email": "polvara@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/testing-library/user-event/issues"
  },
  "description": "Simulate user events for react-testing-library",
  "devDependencies": {
    "@babel/cli": "^7.7.5",
    "@babel/core": "^7.7.5",
    "@babel/preset-env": "^7.7.6",
    "@babel/preset-react": "^7.7.4",
    "@testing-library/dom": "^6.11.0",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.4.0",
    "@testing-library/vue": "^4.1.0",
    "all-contributors-cli": "^6.11.2",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "24.9.0",
    "codecov": "3.6.1",
    "husky": "^3.1.0",
    "jest": "24.9.0",
    "lint-staged": "^9.5.0",
    "prettier": "^1.19.1",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "regenerator-runtime": "0.13.3",
    "semantic-release": "^15.13.31",
    "travis-deploy-once": "5.0.11",
    "vue": "^2.6.11",
    "vue-template-compiler": "^2.6.11"
  },
  "homepage": "https://github.com/testing-library/user-event#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "react-testing-library",
    "dom-testing-library",
    "react",
    "testing"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@testing-library/user-event",
  "peerDependencies": {
    "@testing-library/dom": ">=5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/testing-library/user-event.git"
  },
  "scripts": {
    "build": "babel src -d dist",
    "cm": "npx git-cz",
    "codecov": "codecov",
    "contributors:add": "all-contributors add",
    "contributors:generate": "all-contributors generate",
    "semantic-release": "semantic-release",
    "test": "jest",
    "test:coverage": "npm t -- --coverage",
    "travis-deploy-once": "travis-deploy-once"
  },
  "typings": "typings/index.d.ts",
  "version": "7.2.1"
}
