You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "jest-runtime",
|
|
"version": "26.6.3",
|
|
"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": "^26.6.2",
|
|
"@jest/environment": "^26.6.2",
|
|
"@jest/fake-timers": "^26.6.2",
|
|
"@jest/globals": "^26.6.2",
|
|
"@jest/source-map": "^26.6.2",
|
|
"@jest/test-result": "^26.6.2",
|
|
"@jest/transform": "^26.6.2",
|
|
"@jest/types": "^26.6.2",
|
|
"@types/yargs": "^15.0.0",
|
|
"chalk": "^4.0.0",
|
|
"cjs-module-lexer": "^0.6.0",
|
|
"collect-v8-coverage": "^1.0.0",
|
|
"exit": "^0.1.2",
|
|
"glob": "^7.1.3",
|
|
"graceful-fs": "^4.2.4",
|
|
"jest-config": "^26.6.3",
|
|
"jest-haste-map": "^26.6.2",
|
|
"jest-message-util": "^26.6.2",
|
|
"jest-mock": "^26.6.2",
|
|
"jest-regex-util": "^26.0.0",
|
|
"jest-resolve": "^26.6.2",
|
|
"jest-snapshot": "^26.6.2",
|
|
"jest-util": "^26.6.2",
|
|
"jest-validate": "^26.6.2",
|
|
"slash": "^3.0.0",
|
|
"strip-bom": "^4.0.0",
|
|
"yargs": "^15.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/test-utils": "^26.6.2",
|
|
"@types/exit": "^0.1.30",
|
|
"@types/glob": "^7.1.1",
|
|
"@types/graceful-fs": "^4.1.2",
|
|
"@types/node": "^14.0.27",
|
|
"execa": "^4.0.0",
|
|
"jest-environment-node": "^26.6.2",
|
|
"jest-snapshot-serializer-raw": "^1.1.0"
|
|
},
|
|
"bin": "./bin/jest-runtime.js",
|
|
"engines": {
|
|
"node": ">= 10.14.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "2f6931e91d5ab126de70caf150c68709752e7f6c"
|
|
}
|