Gazebo_simulation-Frontend/node_modules/@testing-library/user-event/package.json

100 lines
2.8 KiB
JSON

{
"_args": [
[
"@testing-library/user-event@7.1.2",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "@testing-library/user-event@7.1.2",
"_id": "@testing-library/user-event@7.1.2",
"_inBundle": false,
"_integrity": "sha512-lDyCVxxgX5lrgCa75ELCfWcdEDyfisjqoDIM3YsghQ+lyViIac/qT67qabQ/HmoVxyikFKovjKwWdn3b/oKhZA==",
"_location": "/@testing-library/user-event",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@testing-library/user-event@7.1.2",
"name": "@testing-library/user-event",
"escapedName": "@testing-library%2fuser-event",
"scope": "@testing-library",
"rawSpec": "7.1.2",
"saveSpec": null,
"fetchSpec": "7.1.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-7.1.2.tgz",
"_spec": "7.1.2",
"_where": "/home/riddhi/simulation/Gazebo_simulation-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.6.2",
"@babel/core": "7.6.2",
"@babel/preset-env": "7.6.2",
"@babel/preset-react": "7.0.0",
"@testing-library/dom": "6.5.0",
"@testing-library/jest-dom": "4.1.0",
"@testing-library/react": "9.2.0",
"@testing-library/vue": "3.0.0",
"all-contributors-cli": "6.9.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.9.0",
"codecov": "3.6.1",
"husky": "3.0.8",
"jest": "24.9.0",
"lint-staged": "9.4.1",
"prettier": "1.18.2",
"react": "16.10.1",
"react-dom": "16.10.1",
"regenerator-runtime": "0.13.3",
"semantic-release": "15.13.24",
"travis-deploy-once": "5.0.11",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"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.1.2"
}