UNPKG

1.41 kBJSONView Raw
1{
2 "name": "@jest/transform",
3 "version": "27.0.2",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/jest-transform"
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/core": "^7.1.0",
18 "@jest/types": "^27.0.2",
19 "babel-plugin-istanbul": "^6.0.0",
20 "chalk": "^4.0.0",
21 "convert-source-map": "^1.4.0",
22 "fast-json-stable-stringify": "^2.0.0",
23 "graceful-fs": "^4.2.4",
24 "jest-haste-map": "^27.0.2",
25 "jest-regex-util": "^27.0.1",
26 "jest-util": "^27.0.2",
27 "micromatch": "^4.0.4",
28 "pirates": "^4.0.1",
29 "slash": "^3.0.0",
30 "source-map": "^0.6.1",
31 "write-file-atomic": "^3.0.0"
32 },
33 "devDependencies": {
34 "@jest/test-utils": "^27.0.2",
35 "@types/babel__core": "^7.1.0",
36 "@types/convert-source-map": "^1.5.1",
37 "@types/fast-json-stable-stringify": "^2.0.0",
38 "@types/graceful-fs": "^4.1.2",
39 "@types/micromatch": "^4.0.1",
40 "@types/write-file-atomic": "^3.0.0",
41 "dedent": "^0.7.0",
42 "jest-snapshot-serializer-raw": "^1.1.0"
43 },
44 "engines": {
45 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
46 },
47 "publishConfig": {
48 "access": "public"
49 },
50 "gitHead": "7ca8a22b8453e95c63842ee6aa4d8d8d8b4f9612"
51}