package.json
2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"_from": "@testing-library/jest-dom@^5.11.4",
"_id": "@testing-library/jest-dom@5.11.6",
"_inBundle": false,
"_integrity": "sha512-cVZyUNRWwUKI0++yepYpYX7uhrP398I+tGz4zOlLVlUYnZS+Svuxv4fwLeCIy7TnBYKXUaOlQr3vopxL8ZfEnA==",
"_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.11.6.tgz",
"_shasum": "782940e82e5cd17bc0a36f15156ba16f3570ac81",
"_spec": "@testing-library/jest-dom@^5.11.4",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung",
"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",
"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.11.6"
}