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.

46 lines
1.1 KiB

  1. {
  2. "name": "jest-haste-map",
  3. "version": "26.6.2",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git",
  7. "directory": "packages/jest-haste-map"
  8. },
  9. "license": "MIT",
  10. "main": "build/index.js",
  11. "types": "build/index.d.ts",
  12. "dependencies": {
  13. "@jest/types": "^26.6.2",
  14. "@types/graceful-fs": "^4.1.2",
  15. "@types/node": "*",
  16. "anymatch": "^3.0.3",
  17. "fb-watchman": "^2.0.0",
  18. "graceful-fs": "^4.2.4",
  19. "jest-regex-util": "^26.0.0",
  20. "jest-serializer": "^26.6.2",
  21. "jest-util": "^26.6.2",
  22. "jest-worker": "^26.6.2",
  23. "micromatch": "^4.0.2",
  24. "sane": "^4.0.3",
  25. "walker": "^1.0.7"
  26. },
  27. "devDependencies": {
  28. "@jest/test-utils": "^26.6.2",
  29. "@types/anymatch": "^1.3.1",
  30. "@types/fb-watchman": "^2.0.0",
  31. "@types/micromatch": "^4.0.0",
  32. "@types/sane": "^2.0.0",
  33. "jest-snapshot-serializer-raw": "^1.1.0",
  34. "slash": "^3.0.0"
  35. },
  36. "optionalDependencies": {
  37. "fsevents": "^2.1.2"
  38. },
  39. "engines": {
  40. "node": ">= 10.14.2"
  41. },
  42. "publishConfig": {
  43. "access": "public"
  44. },
  45. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
  46. }