aboutsummaryrefslogtreecommitdiff
path: root/node_modules/jest-util/package.json
blob: 152baf51959af869a22309f0dad906224498a5e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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"
  }
}