setup-node/node_modules/jest-mock/package.json
eric sciple 422b9fdb15 .
2020-01-24 12:21:24 -05:00

27 lines
711 B
JSON

{
"name": "jest-mock",
"version": "24.8.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-mock"
},
"engines": {
"node": ">= 6"
},
"dependencies": {
"@jest/types": "^24.8.0"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"browser": "build-es5/index.js",
"publishConfig": {
"access": "public"
},
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
,"_resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-24.8.0.tgz"
,"_integrity": "sha512-6kWugwjGjJw+ZkK4mDa0Df3sDlUTsV47MSrT0nGQ0RBWJbpODDQ8MHDVtGtUYBne3IwZUhtB7elxHspU79WH3A=="
,"_from": "jest-mock@24.8.0"
}