package.json
2.11 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
{
"_from": "jest@26.6.0",
"_id": "jest@26.6.0",
"_inBundle": false,
"_integrity": "sha512-jxTmrvuecVISvKFFhOkjsWRZV7sFqdSUAd1ajOKY+/QE/aLBVstsJ/dX8GczLzwiT6ZEwwmZqtCUHLHHQVzcfA==",
"_location": "/jest",
"_phantomChildren": {
"@jest/core": "26.6.3",
"@jest/test-result": "26.6.2",
"@jest/types": "26.6.2",
"exit": "0.1.2",
"graceful-fs": "4.2.4",
"import-local": "3.0.2",
"is-ci": "2.0.0",
"jest-config": "26.6.3",
"jest-util": "26.6.2",
"jest-validate": "26.6.2",
"prompts": "2.4.0",
"yargs": "15.4.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "jest@26.6.0",
"name": "jest",
"escapedName": "jest",
"rawSpec": "26.6.0",
"saveSpec": null,
"fetchSpec": "26.6.0"
},
"_requiredBy": [
"/react-scripts"
],
"_resolved": "https://registry.npmjs.org/jest/-/jest-26.6.0.tgz",
"_shasum": "546b25a1d8c888569dbbe93cae131748086a4a25",
"_spec": "jest@26.6.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\react-scripts",
"bin": {
"jest": "bin/jest.js"
},
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/core": "^26.6.0",
"import-local": "^3.0.2",
"jest-cli": "^26.6.0"
},
"deprecated": false,
"description": "Delightful JavaScript Testing.",
"engines": {
"node": ">= 10.14.2"
},
"gitHead": "b254fd82fdedcba200e1c7eddeaab83a09bdaaef",
"homepage": "https://jestjs.io/",
"keywords": [
"ava",
"babel",
"coverage",
"easy",
"expect",
"facebook",
"immersive",
"instant",
"jasmine",
"jest",
"jsdom",
"mocha",
"mocking",
"painless",
"qunit",
"runner",
"sandboxed",
"snapshot",
"tap",
"tape",
"test",
"testing",
"typescript",
"watch"
],
"license": "MIT",
"main": "build/jest.js",
"name": "jest",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git"
},
"types": "build/jest.d.ts",
"version": "26.6.0"
}