source: frontend/node_modules/@jest/transform/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1.4 KB
Line 
1{
2 "name": "@jest/transform",
3 "version": "27.5.1",
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 ".": {
14 "types": "./build/index.d.ts",
15 "default": "./build/index.js"
16 },
17 "./package.json": "./package.json"
18 },
19 "dependencies": {
20 "@babel/core": "^7.1.0",
21 "@jest/types": "^27.5.1",
22 "babel-plugin-istanbul": "^6.1.1",
23 "chalk": "^4.0.0",
24 "convert-source-map": "^1.4.0",
25 "fast-json-stable-stringify": "^2.0.0",
26 "graceful-fs": "^4.2.9",
27 "jest-haste-map": "^27.5.1",
28 "jest-regex-util": "^27.5.1",
29 "jest-util": "^27.5.1",
30 "micromatch": "^4.0.4",
31 "pirates": "^4.0.4",
32 "slash": "^3.0.0",
33 "source-map": "^0.6.1",
34 "write-file-atomic": "^3.0.0"
35 },
36 "devDependencies": {
37 "@jest/test-utils": "^27.5.1",
38 "@types/babel__core": "^7.1.0",
39 "@types/convert-source-map": "^1.5.1",
40 "@types/fast-json-stable-stringify": "^2.0.0",
41 "@types/graceful-fs": "^4.1.2",
42 "@types/micromatch": "^4.0.1",
43 "@types/write-file-atomic": "^3.0.0",
44 "dedent": "^0.7.0"
45 },
46 "engines": {
47 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
48 },
49 "publishConfig": {
50 "access": "public"
51 },
52 "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
53}
Note: See TracBrowser for help on using the repository browser.