123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- {
- "_from": "@testing-library/jest-dom@^5.11.4",
- "_id": "@testing-library/jest-dom@5.14.1",
- "_inBundle": false,
- "_integrity": "sha512-dfB7HVIgTNCxH22M1+KU6viG5of2ldoA5ly8Ar8xkezKHKXjRvznCdbMbqjYGgO2xjRbwnR+rR8MLUIqF3kKbQ==",
- "_location": "/@testing-library/jest-dom",
- "_phantomChildren": {
- "atob": "2.1.2",
- "decode-uri-component": "0.2.0",
- "inherits": "2.0.4"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@testing-library/jest-dom@^5.11.4",
- "name": "@testing-library/jest-dom",
- "escapedName": "@testing-library%2fjest-dom",
- "scope": "@testing-library",
- "rawSpec": "^5.11.4",
- "saveSpec": null,
- "fetchSpec": "^5.11.4"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.14.1.tgz",
- "_shasum": "8501e16f1e55a55d675fe73eecee32cdaddb9766",
- "_spec": "@testing-library/jest-dom@^5.11.4",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1",
- "author": {
- "name": "Ernesto Garcia",
- "email": "gnapse@gmail.com",
- "url": "http://gnapse.github.io"
- },
- "bugs": {
- "url": "https://github.com/testing-library/jest-dom/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/runtime": "^7.9.2",
- "@types/testing-library__jest-dom": "^5.9.1",
- "aria-query": "^4.2.2",
- "chalk": "^3.0.0",
- "css": "^3.0.0",
- "css.escape": "^1.5.1",
- "dom-accessibility-api": "^0.5.6",
- "lodash": "^4.17.15",
- "redent": "^3.0.0"
- },
- "deprecated": false,
- "description": "Custom jest matchers to test the state of the DOM",
- "devDependencies": {
- "jest-environment-jsdom-sixteen": "^1.0.3",
- "jest-watch-select-projects": "^2.0.0",
- "jsdom": "^16.2.1",
- "kcd-scripts": "^5.6.0",
- "pretty-format": "^25.1.0"
- },
- "engines": {
- "node": ">=8",
- "npm": ">=6",
- "yarn": ">=1"
- },
- "eslintConfig": {
- "extends": "./node_modules/kcd-scripts/eslint.js",
- "rules": {
- "babel/no-invalid-this": "off"
- },
- "overrides": [
- {
- "files": [
- "src/__tests__/*.js"
- ],
- "rules": {
- "max-lines-per-function": "off"
- }
- }
- ]
- },
- "eslintIgnore": [
- "node_modules",
- "coverage",
- "dist"
- ],
- "files": [
- "dist",
- "extend-expect.js",
- "matchers.js"
- ],
- "homepage": "https://github.com/testing-library/jest-dom#readme",
- "keywords": [
- "testing",
- "dom",
- "jest",
- "jsdom"
- ],
- "license": "MIT",
- "main": "dist/index.js",
- "name": "@testing-library/jest-dom",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/testing-library/jest-dom.git"
- },
- "scripts": {
- "build": "kcd-scripts build",
- "format": "kcd-scripts format",
- "lint": "kcd-scripts lint",
- "setup": "npm install && npm run validate -s",
- "test": "kcd-scripts test",
- "test:update": "npm test -- --updateSnapshot --coverage",
- "validate": "kcd-scripts validate"
- },
- "version": "5.14.1"
- }
|