{ "_from": "eslint-plugin-testing-library@^3.9.2", "_id": "eslint-plugin-testing-library@3.10.2", "_inBundle": false, "_integrity": "sha512-WAmOCt7EbF1XM8XfbCKAEzAPnShkNSwcIsAD2jHdsMUT9mZJPjLCG7pMzbcC8kK366NOuGip8HKLDC+Xk4yIdA==", "_location": "/eslint-plugin-testing-library", "_phantomChildren": { "@types/json-schema": "7.0.7", "debug": "4.3.1", "eslint-scope": "5.1.1", "glob": "7.1.7", "is-glob": "4.0.1", "lodash": "4.17.21", "semver": "7.3.2", "tsutils": "3.21.0" }, "_requested": { "type": "range", "registry": true, "raw": "eslint-plugin-testing-library@^3.9.2", "name": "eslint-plugin-testing-library", "escapedName": "eslint-plugin-testing-library", "rawSpec": "^3.9.2", "saveSpec": null, "fetchSpec": "^3.9.2" }, "_requiredBy": [ "/react-scripts" ], "_resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.10.2.tgz", "_shasum": "609ec2b0369da7cf2e6d9edff5da153cc31d87bd", "_spec": "eslint-plugin-testing-library@^3.9.2", "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts", "author": { "name": "Mario Beltrán Alarcón", "email": "belco90@gmail.com", "url": "https://mario.dev/" }, "bugs": { "url": "https://github.com/testing-library/eslint-plugin-testing-library/issues" }, "bundleDependencies": false, "dependencies": { "@typescript-eslint/experimental-utils": "^3.10.1" }, "deprecated": false, "description": "ESLint rules for Testing Library", "devDependencies": { "@commitlint/cli": "^9.1.2", "@commitlint/config-conventional": "^9.1.2", "@types/jest": "^25.2.3", "@typescript-eslint/eslint-plugin": "^3.10.1", "@typescript-eslint/parser": "^3.10.1", "cpy-cli": "^3.1.1", "eslint": "^7.9.0", "eslint-config-prettier": "^6.11.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jest": "^24.0.2", "eslint-plugin-jest-formatting": "^2.0.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "husky": "^4.3.0", "jest": "^25.5.4", "lint-staged": "^9.5.0", "prettier": "1.19.1", "semantic-release": "^16.0.4", "ts-jest": "^25.5.1", "typescript": "^4.0.3" }, "engines": { "node": "^10.12.0 || >=12.0.0", "npm": ">=6" }, "homepage": "https://github.com/testing-library/eslint-plugin-testing-library", "keywords": [ "eslint", "eslintplugin", "eslint-plugin" ], "license": "MIT", "main": "index.js", "name": "eslint-plugin-testing-library", "peerDependencies": { "eslint": "^5 || ^6 || ^7" }, "release": { "pkgRoot": "dist", "branches": [ "+([0-9])?(.{+([0-9]),x}).x", "main", "next", "next-major", { "name": "beta", "prerelease": true }, { "name": "alpha", "prerelease": true } ] }, "repository": { "type": "git", "url": "git+https://github.com/testing-library/eslint-plugin-testing-library.git" }, "scripts": { "build": "tsc", "format": "prettier --write README.md {lib,docs,tests}/**/*.{js,md}", "lint": "eslint . --ext .js,.ts", "lint:fix": "npm run lint -- --fix", "postbuild": "cpy README.md ./dist && cpy package.json ./dist && cpy LICENSE ./dist", "semantic-release": "semantic-release", "test": "jest", "test:ci": "jest --ci --coverage", "test:update": "npm run test -- --u", "test:watch": "npm run test -- --watch" }, "version": "3.10.2" }