You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

105 lines
2.7 KiB

{
"_from": "@testing-library/jest-dom@^4.2.4",
"_id": "@testing-library/jest-dom@4.2.4",
"_inBundle": false,
"_integrity": "sha512-j31Bn0rQo12fhCWOUWy9fl7wtqkp7In/YP2p5ZFyRuiiB9Qs3g+hS4gAmDWONbAHcRmVooNJ5eOHQDCOmUFXHg==",
"_location": "/@testing-library/jest-dom",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@testing-library/jest-dom@^4.2.4",
"name": "@testing-library/jest-dom",
"escapedName": "@testing-library%2fjest-dom",
"scope": "@testing-library",
"rawSpec": "^4.2.4",
"saveSpec": null,
"fetchSpec": "^4.2.4"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-4.2.4.tgz",
"_shasum": "00dfa0cbdd837d9a3c2a7f3f0a248ea6e7b89742",
"_spec": "@testing-library/jest-dom@^4.2.4",
"_where": "C:\\Users\\user\\Documents\\myapp",
"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.5.1",
"chalk": "^2.4.1",
"css": "^2.2.3",
"css.escape": "^1.5.1",
"jest-diff": "^24.0.0",
"jest-matcher-utils": "^24.0.0",
"lodash": "^4.17.11",
"pretty-format": "^24.0.0",
"redent": "^3.0.0"
},
"deprecated": false,
"description": "Custom jest matchers to test the state of the DOM",
"devDependencies": {
"jest-watch-select-projects": "^0.1.2",
"jsdom": "^15.1.0",
"kcd-scripts": "^1.4.0"
},
"engines": {
"node": ">=8",
"npm": ">=6"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js",
"rules": {
"babel/no-invalid-this": "off",
"import/prefer-default-export": "off",
"import/no-unassigned-import": "off"
}
},
"eslintIgnore": [
"node_modules",
"coverage",
"dist"
],
"files": [
"dist",
"extend-expect.js",
"extend-expect.d.ts"
],
"homepage": "https://github.com/testing-library/jest-dom#readme",
"husky": {
"hooks": {
"pre-commit": "kcd-scripts pre-commit"
}
},
"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": "4.2.4"
}