blob: 9f2309534b6f5dce4e7a8cf0e46e0f458988c01c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "jest-message-util",
"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.1",
"micromatch": "^2.3.11"
}
}
|