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

24 lines
495 B
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
"name": "jest-mock",
"version": "25.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-mock"
},
"engines": {
"node": ">= 8.3"
},
"dependencies": {
"@jest/types": "^25.1.0"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"browser": "build-es5/index.js",
"publishConfig": {
"access": "public"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}