| 1234567891011121314151617181920212223 |
- {
- "name": "jest-runner",
- "version": "22.4.4",
- "repository": {
- "type": "git",
- "url": "https://github.com/facebook/jest.git"
- },
- "license": "MIT",
- "main": "build/index.js",
- "dependencies": {
- "exit": "^0.1.2",
- "jest-config": "^22.4.4",
- "jest-docblock": "^22.4.0",
- "jest-haste-map": "^22.4.2",
- "jest-jasmine2": "^22.4.4",
- "jest-leak-detector": "^22.4.0",
- "jest-message-util": "^22.4.0",
- "jest-runtime": "^22.4.4",
- "jest-util": "^22.4.1",
- "jest-worker": "^22.2.2",
- "throat": "^4.0.0"
- }
- }
|