UNPKG

1.21 kBJSONView Raw
1{
2 "name": "jest-jasmine2",
3 "version": "27.3.1",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/jest-jasmine2"
8 },
9 "license": "MIT",
10 "main": "./build/index.js",
11 "types": "./build/index.d.ts",
12 "exports": {
13 ".": "./build/index.js",
14 "./package.json": "./package.json"
15 },
16 "dependencies": {
17 "@babel/traverse": "^7.1.0",
18 "@jest/environment": "^27.3.1",
19 "@jest/source-map": "^27.0.6",
20 "@jest/test-result": "^27.3.1",
21 "@jest/types": "^27.2.5",
22 "@types/node": "*",
23 "chalk": "^4.0.0",
24 "co": "^4.6.0",
25 "expect": "^27.3.1",
26 "is-generator-fn": "^2.0.0",
27 "jest-each": "^27.3.1",
28 "jest-matcher-utils": "^27.3.1",
29 "jest-message-util": "^27.3.1",
30 "jest-runtime": "^27.3.1",
31 "jest-snapshot": "^27.3.1",
32 "jest-util": "^27.3.1",
33 "pretty-format": "^27.3.1",
34 "throat": "^6.0.1"
35 },
36 "devDependencies": {
37 "@types/babel__traverse": "^7.0.4",
38 "@types/co": "^4.6.2"
39 },
40 "engines": {
41 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
42 },
43 "publishConfig": {
44 "access": "public"
45 },
46 "gitHead": "4f3328f3227aa0668486f819b3353af5b6cc797b"
47}