21 lines
452 B
JSON
21 lines
452 B
JSON
{
|
|
"name": "jest-util",
|
|
"version": "19.0.2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"main": "build/index.js",
|
|
"dependencies": {
|
|
"chalk": "^1.1.1",
|
|
"graceful-fs": "^4.1.6",
|
|
"jest-file-exists": "^19.0.0",
|
|
"jest-mock": "^19.0.0",
|
|
"jest-validate": "^19.0.2",
|
|
"jest-message-util": "^19.0.0",
|
|
"leven": "^2.0.0",
|
|
"mkdirp": "^0.5.1"
|
|
}
|
|
}
|