blob: 50d5c0e3799d0bb34223d1cc8e6c4cd0f6414ce1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "jest-diff",
"version": "19.0.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "BSD-3-Clause",
"main": "build/index.js",
"dependencies": {
"chalk": "^1.1.3",
"diff": "^3.0.0",
"jest-matcher-utils": "^19.0.0",
"pretty-format": "^19.0.0"
}
}
|