github-pages-deploy-action/node_modules/jest-config/package.json

54 lines
1.3 KiB
JSON
Raw Normal View History

2020-03-31 20:57:48 +08:00
{
"name": "jest-config",
2020-04-30 20:40:07 +08:00
"version": "25.5.0",
2020-03-31 20:57:48 +08:00
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-config"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@babel/core": "^7.1.0",
2020-04-30 20:40:07 +08:00
"@jest/test-sequencer": "^25.5.0",
"@jest/types": "^25.5.0",
"babel-jest": "^25.5.0",
2020-03-31 20:57:48 +08:00
"chalk": "^3.0.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.1",
2020-04-30 20:40:07 +08:00
"graceful-fs": "^4.2.4",
"jest-environment-jsdom": "^25.5.0",
"jest-environment-node": "^25.5.0",
"jest-get-type": "^25.2.6",
"jest-jasmine2": "^25.5.0",
"jest-regex-util": "^25.2.6",
"jest-resolve": "^25.5.0",
"jest-util": "^25.5.0",
"jest-validate": "^25.5.0",
2020-03-31 20:57:48 +08:00
"micromatch": "^4.0.2",
2020-04-30 20:40:07 +08:00
"pretty-format": "^25.5.0",
2020-03-31 20:57:48 +08:00
"realpath-native": "^2.0.0"
},
"devDependencies": {
"@types/babel__core": "^7.0.4",
"@types/glob": "^7.1.1",
2020-04-30 20:40:07 +08:00
"@types/graceful-fs": "^4.1.3",
2020-03-31 20:57:48 +08:00
"@types/micromatch": "^4.0.0"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
2020-04-30 20:40:07 +08:00
"gitHead": "ddd73d18adfb982b9b0d94bad7d41c9f78567ca7"
2020-03-31 20:57:48 +08:00
}