17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|