2020-03-31 20:42:07 +08:00
|
|
|
{
|
2020-03-31 20:57:48 +08:00
|
|
|
"name": "@jest/core",
|
|
|
|
"description": "Delightful JavaScript Testing.",
|
2020-05-15 05:33:08 +08:00
|
|
|
"version": "25.5.4",
|
2020-03-31 20:57:48 +08:00
|
|
|
"main": "build/jest.js",
|
|
|
|
"types": "build/jest.d.ts",
|
|
|
|
"typesVersions": {
|
|
|
|
"<3.8": {
|
|
|
|
"build/*": [
|
|
|
|
"build/ts3.4/*"
|
|
|
|
]
|
|
|
|
}
|
2020-03-31 20:42:07 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-04-30 20:40:07 +08:00
|
|
|
"@jest/console": "^25.5.0",
|
2020-05-15 05:33:08 +08:00
|
|
|
"@jest/reporters": "^25.5.1",
|
2020-04-30 20:40:07 +08:00
|
|
|
"@jest/test-result": "^25.5.0",
|
2020-05-15 05:33:08 +08:00
|
|
|
"@jest/transform": "^25.5.1",
|
2020-04-30 20:40:07 +08:00
|
|
|
"@jest/types": "^25.5.0",
|
2020-03-31 20:42:07 +08:00
|
|
|
"ansi-escapes": "^4.2.1",
|
|
|
|
"chalk": "^3.0.0",
|
|
|
|
"exit": "^0.1.2",
|
2020-04-30 20:40:07 +08:00
|
|
|
"graceful-fs": "^4.2.4",
|
|
|
|
"jest-changed-files": "^25.5.0",
|
2020-05-15 05:33:08 +08:00
|
|
|
"jest-config": "^25.5.4",
|
|
|
|
"jest-haste-map": "^25.5.1",
|
2020-04-30 20:40:07 +08:00
|
|
|
"jest-message-util": "^25.5.0",
|
|
|
|
"jest-regex-util": "^25.2.6",
|
2020-05-15 05:33:08 +08:00
|
|
|
"jest-resolve": "^25.5.1",
|
|
|
|
"jest-resolve-dependencies": "^25.5.4",
|
|
|
|
"jest-runner": "^25.5.4",
|
|
|
|
"jest-runtime": "^25.5.4",
|
|
|
|
"jest-snapshot": "^25.5.1",
|
2020-04-30 20:40:07 +08:00
|
|
|
"jest-util": "^25.5.0",
|
|
|
|
"jest-validate": "^25.5.0",
|
|
|
|
"jest-watcher": "^25.5.0",
|
2020-03-31 20:42:07 +08:00
|
|
|
"micromatch": "^4.0.2",
|
|
|
|
"p-each-series": "^2.1.0",
|
|
|
|
"realpath-native": "^2.0.0",
|
|
|
|
"rimraf": "^3.0.0",
|
|
|
|
"slash": "^3.0.0",
|
|
|
|
"strip-ansi": "^6.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-05-15 05:33:08 +08:00
|
|
|
"@jest/test-sequencer": "^25.5.4",
|
2020-03-31 20:42:07 +08:00
|
|
|
"@types/exit": "^0.1.30",
|
|
|
|
"@types/graceful-fs": "^4.1.2",
|
|
|
|
"@types/micromatch": "^4.0.0",
|
|
|
|
"@types/node": "*",
|
|
|
|
"@types/rimraf": "^3.0.0",
|
|
|
|
"jest-snapshot-serializer-raw": "^1.1.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 8.3"
|
|
|
|
},
|
2020-03-31 20:57:48 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/facebook/jest",
|
|
|
|
"directory": "packages/jest-core"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/facebook/jest/issues"
|
|
|
|
},
|
2020-03-31 20:42:07 +08:00
|
|
|
"homepage": "https://jestjs.io/",
|
2020-03-31 20:57:48 +08:00
|
|
|
"license": "MIT",
|
2020-03-31 20:42:07 +08:00
|
|
|
"keywords": [
|
|
|
|
"ava",
|
|
|
|
"babel",
|
|
|
|
"coverage",
|
|
|
|
"easy",
|
|
|
|
"expect",
|
|
|
|
"facebook",
|
|
|
|
"immersive",
|
|
|
|
"instant",
|
|
|
|
"jasmine",
|
|
|
|
"jest",
|
|
|
|
"jsdom",
|
|
|
|
"mocha",
|
|
|
|
"mocking",
|
|
|
|
"painless",
|
|
|
|
"qunit",
|
|
|
|
"runner",
|
|
|
|
"sandboxed",
|
|
|
|
"snapshot",
|
|
|
|
"tap",
|
|
|
|
"tape",
|
|
|
|
"test",
|
|
|
|
"testing",
|
|
|
|
"typescript",
|
|
|
|
"watch"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2020-05-15 05:33:08 +08:00
|
|
|
"gitHead": "389d13724bbf6bb64dcde9700a6ecea3333942db"
|
2020-03-31 20:42:07 +08:00
|
|
|
}
|