Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
813 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "jest-worker",
|
---|
| 3 | "version": "27.2.5",
|
---|
| 4 | "repository": {
|
---|
| 5 | "type": "git",
|
---|
| 6 | "url": "https://github.com/facebook/jest.git",
|
---|
| 7 | "directory": "packages/jest-worker"
|
---|
| 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 | "@types/node": "*",
|
---|
| 18 | "merge-stream": "^2.0.0",
|
---|
| 19 | "supports-color": "^8.0.0"
|
---|
| 20 | },
|
---|
| 21 | "devDependencies": {
|
---|
| 22 | "@types/merge-stream": "^1.1.2",
|
---|
| 23 | "@types/supports-color": "^8.1.0",
|
---|
| 24 | "get-stream": "^6.0.0",
|
---|
| 25 | "jest-leak-detector": "^27.2.5",
|
---|
| 26 | "worker-farm": "^1.6.0"
|
---|
| 27 | },
|
---|
| 28 | "engines": {
|
---|
| 29 | "node": ">= 10.13.0"
|
---|
| 30 | },
|
---|
| 31 | "publishConfig": {
|
---|
| 32 | "access": "public"
|
---|
| 33 | },
|
---|
| 34 | "gitHead": "251b8014e8e3ac8da2fca88b5a1bc401f3b92326"
|
---|
| 35 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.