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

56 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2019-11-13 16:14:48 +00:00
{
"name": "jest-runtime",
"version": "24.9.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-runtime"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/console": "^24.7.1",
"@jest/environment": "^24.9.0",
"@jest/source-map": "^24.3.0",
"@jest/transform": "^24.9.0",
"@jest/types": "^24.9.0",
"@types/yargs": "^13.0.0",
"chalk": "^2.0.1",
"exit": "^0.1.2",
"glob": "^7.1.3",
"graceful-fs": "^4.1.15",
"jest-config": "^24.9.0",
"jest-haste-map": "^24.9.0",
"jest-message-util": "^24.9.0",
"jest-mock": "^24.9.0",
"jest-regex-util": "^24.3.0",
"jest-resolve": "^24.9.0",
"jest-snapshot": "^24.9.0",
"jest-util": "^24.9.0",
"jest-validate": "^24.9.0",
"realpath-native": "^1.1.0",
"slash": "^2.0.0",
"strip-bom": "^3.0.0",
"yargs": "^13.3.0"
},
"devDependencies": {
"@types/exit": "^0.1.30",
"@types/glob": "^7.1.1",
"@types/graceful-fs": "^4.1.2",
"@types/slash": "^2.0.0",
"@types/strip-bom": "^3.0.0",
"jest-environment-node": "^24.9.0"
},
"bin": {
"jest-runtime": "./bin/jest-runtime.js"
},
"engines": {
"node": ">= 6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
}