package.json
1.93 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
{
"_from": "expect@^26.6.2",
"_id": "expect@26.6.2",
"_inBundle": false,
"_integrity": "sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==",
"_location": "/expect",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "expect@^26.6.2",
"name": "expect",
"escapedName": "expect",
"rawSpec": "^26.6.2",
"saveSpec": null,
"fetchSpec": "^26.6.2"
},
"_requiredBy": [
"/@jest/globals",
"/jest-circus",
"/jest-jasmine2",
"/jest-snapshot"
],
"_resolved": "https://registry.npmjs.org/expect/-/expect-26.6.2.tgz",
"_shasum": "c6b996bf26bf3fe18b67b2d0f51fc981ba934417",
"_spec": "expect@^26.6.2",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\@jest\\globals",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/types": "^26.6.2",
"ansi-styles": "^4.0.0",
"jest-get-type": "^26.3.0",
"jest-matcher-utils": "^26.6.2",
"jest-message-util": "^26.6.2",
"jest-regex-util": "^26.0.0"
},
"deprecated": false,
"description": "This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/en/expect.html).",
"devDependencies": {
"@jest/test-utils": "^26.6.2",
"chalk": "^4.0.0",
"fast-check": "^2.0.0",
"immutable": "^4.0.0-rc.12"
},
"engines": {
"node": ">= 10.14.2"
},
"gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "expect",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/expect"
},
"types": "build/index.d.ts",
"version": "26.6.2"
}