package.json 3.04 KB
{
  "_from": "@testing-library/user-event@^12.1.10",
  "_id": "@testing-library/user-event@12.5.0",
  "_inBundle": false,
  "_integrity": "sha512-9uXr4+OwjHVUxzdfYZ2yCnF3xlEzr8cZOdqjGnqD8Qb1NoCJrm7UXxG3RUpL2QqcqZ1eqVuxkFJTCky5Yit+XQ==",
  "_location": "/@testing-library/user-event",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@testing-library/user-event@^12.1.10",
    "name": "@testing-library/user-event",
    "escapedName": "@testing-library%2fuser-event",
    "scope": "@testing-library",
    "rawSpec": "^12.1.10",
    "saveSpec": null,
    "fetchSpec": "^12.1.10"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.5.0.tgz",
  "_shasum": "7c6f69cee4dbd11037ac9c3f62c5d81b9a4ccf30",
  "_spec": "@testing-library/user-event@^12.1.10",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung",
  "author": {
    "name": "Giorgio Polvara",
    "email": "polvara@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/testing-library/user-event/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.10.2"
  },
  "deprecated": false,
  "description": "Fire events the same way the user does",
  "devDependencies": {
    "@testing-library/dom": "^7.21.4",
    "@testing-library/jest-dom": "^5.11.1",
    "@types/estree": "0.0.45",
    "is-ci": "^2.0.0",
    "jest-serializer-ansi": "^1.0.3",
    "kcd-scripts": "^6.2.3",
    "typescript": "^4.0.5"
  },
  "engines": {
    "node": ">=10",
    "npm": ">=6"
  },
  "eslintConfig": {
    "extends": "./node_modules/kcd-scripts/eslint.js",
    "rules": {
      "jsx-a11y/click-events-have-key-events": "off",
      "jsx-a11y/tabindex-no-positive": "off",
      "no-func-assign": "off",
      "no-return-assign": "off",
      "react/prop-types": "off",
      "testing-library/no-dom-import": "off"
    },
    "overrides": [
      {
        "files": [
          "**/__tests__/**"
        ],
        "rules": {
          "no-console": "off"
        }
      }
    ]
  },
  "eslintIgnore": [
    "node_modules",
    "coverage",
    "dist"
  ],
  "files": [
    "dist",
    "typings/index.d.ts"
  ],
  "homepage": "https://github.com/testing-library/user-event#readme",
  "keywords": [
    "react-testing-library",
    "dom-testing-library",
    "react",
    "testing"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@testing-library/user-event",
  "peerDependencies": {
    "@testing-library/dom": ">=7.21.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/testing-library/user-event.git"
  },
  "scripts": {
    "build": "kcd-scripts build",
    "lint": "kcd-scripts lint",
    "setup": "npm install && npm run validate -s",
    "test": "kcd-scripts test",
    "test:debug": "kcd-scripts --inspect-brk test --runInBand",
    "test:update": "npm test -- --updateSnapshot --coverage",
    "typecheck": "tsc --project typings",
    "validate": "kcd-scripts validate"
  },
  "typings": "typings/index.d.ts",
  "version": "12.5.0"
}