install-nix-action/node_modules/jest-runner/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2019-11-13 16:14:48 +00:00
{
"name": "jest-runner",
"version": "24.9.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-runner"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/console": "^24.7.1",
"@jest/environment": "^24.9.0",
"@jest/test-result": "^24.9.0",
"@jest/types": "^24.9.0",
"chalk": "^2.4.2",
"exit": "^0.1.2",
"graceful-fs": "^4.1.15",
"jest-config": "^24.9.0",
"jest-docblock": "^24.3.0",
"jest-haste-map": "^24.9.0",
"jest-jasmine2": "^24.9.0",
"jest-leak-detector": "^24.9.0",
"jest-message-util": "^24.9.0",
"jest-resolve": "^24.9.0",
"jest-runtime": "^24.9.0",
"jest-util": "^24.9.0",
"jest-worker": "^24.6.0",
"source-map-support": "^0.5.6",
"throat": "^4.0.0"
},
"devDependencies": {
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/source-map-support": "^0.5.0"
},
"engines": {
"node": ">= 6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
}