web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
751 B

  1. {
  2. "name": "@jest/fake-timers",
  3. "version": "26.6.2",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git",
  7. "directory": "packages/jest-fake-timers"
  8. },
  9. "license": "MIT",
  10. "main": "build/index.js",
  11. "types": "build/index.d.ts",
  12. "dependencies": {
  13. "@jest/types": "^26.6.2",
  14. "@sinonjs/fake-timers": "^6.0.1",
  15. "@types/node": "*",
  16. "jest-message-util": "^26.6.2",
  17. "jest-mock": "^26.6.2",
  18. "jest-util": "^26.6.2"
  19. },
  20. "devDependencies": {
  21. "@types/sinonjs__fake-timers": "^6.0.1",
  22. "jest-snapshot-serializer-raw": "^1.1.0"
  23. },
  24. "engines": {
  25. "node": ">= 10.14.2"
  26. },
  27. "publishConfig": {
  28. "access": "public"
  29. },
  30. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
  31. }