UNPKG

770 BJSONView Raw
1{
2 "name": "jest-diff",
3 "version": "27.3.1",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/jest-diff"
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 "chalk": "^4.0.0",
18 "diff-sequences": "^27.0.6",
19 "jest-get-type": "^27.3.1",
20 "pretty-format": "^27.3.1"
21 },
22 "devDependencies": {
23 "@jest/test-utils": "^27.3.1",
24 "strip-ansi": "^6.0.0"
25 },
26 "engines": {
27 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
28 },
29 "publishConfig": {
30 "access": "public"
31 },
32 "gitHead": "4f3328f3227aa0668486f819b3353af5b6cc797b"
33}