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