Gazebo_simulation-Frontend/node_modules/@testing-library/react/package.json
2020-12-22 09:59:14 -05:00

122 lines
3.3 KiB
JSON

{
"_args": [
[
"@testing-library/react@9.3.2",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "@testing-library/react@9.3.2",
"_id": "@testing-library/react@9.3.2",
"_inBundle": false,
"_integrity": "sha512-J6ftWtm218tOLS175MF9eWCxGp+X+cUXCpkPIin8KAXWtyZbr9CbqJ8M8QNd6spZxJDAGlw+leLG4MJWLlqVgg==",
"_location": "/@testing-library/react",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@testing-library/react@9.3.2",
"name": "@testing-library/react",
"escapedName": "@testing-library%2freact",
"scope": "@testing-library",
"rawSpec": "9.3.2",
"saveSpec": null,
"fetchSpec": "9.3.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@testing-library/react/-/react-9.3.2.tgz",
"_spec": "9.3.2",
"_where": "/home/riddhi/simulation/Gazebo_simulation-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.6.0",
"@testing-library/dom": "^6.3.0",
"@types/testing-library__react": "^9.1.0"
},
"description": "Simple and complete React DOM testing utilities that encourage good testing practices.",
"devDependencies": {
"@reach/router": "^1.2.1",
"@testing-library/jest-dom": "^4.1.0",
"cross-env": "^6.0.0",
"kcd-scripts": "^1.7.0",
"npm-run-all": "^4.1.5",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"rimraf": "^3.0.0"
},
"engines": {
"node": ">=8"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js",
"rules": {
"react/prop-types": "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.3.2"
}