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

34 lines
643 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "jest-mock",
"version": "25.2.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-mock"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"engines": {
"node": ">= 8.3"
2020-03-31 20:42:07 +08:00
},
"dependencies": {
"@jest/types": "^25.2.3"
},
"devDependencies": {
"@types/node": "*"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
2020-03-31 20:57:48 +08:00
"browser": "build-es5/index.js",
"publishConfig": {
"access": "public"
},
"gitHead": "6f8bf80c38567ba076ae979af2dedb42b285b2d5"
2020-03-31 20:42:07 +08:00
}