1234567891011121314151617181920212223 |
- {
- "name": "jest-mock",
- "version": "24.9.0",
- "repository": {
- "type": "git",
- "url": "https://github.com/facebook/jest.git",
- "directory": "packages/jest-mock"
- },
- "engines": {
- "node": ">= 6"
- },
- "dependencies": {
- "@jest/types": "^24.9.0"
- },
- "license": "MIT",
- "main": "build/index.js",
- "types": "build/index.d.ts",
- "browser": "build-es5/index.js",
- "publishConfig": {
- "access": "public"
- },
- "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
- }
|