27 lines
639 B
JSON
27 lines
639 B
JSON
{
|
|
"name": "jest-util",
|
|
"version": "23.4.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"dependencies": {
|
|
"callsites": "^2.0.0",
|
|
"chalk": "^2.0.1",
|
|
"graceful-fs": "^4.1.11",
|
|
"is-ci": "^1.0.10",
|
|
"jest-message-util": "^23.4.0",
|
|
"mkdirp": "^0.5.1",
|
|
"slash": "^1.0.0",
|
|
"source-map": "^0.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest-mock": "^23.2.0"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/jest-util/-/jest-util-23.4.0.tgz"
|
|
,"_integrity": "sha1-TQY8uSe68KI4Mf9hvsLLv0l5NWE="
|
|
,"_from": "jest-util@23.4.0"
|
|
} |