package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "jest-haste-map",
  3. "version": "24.9.0",
  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": "^24.9.0",
  14. "anymatch": "^2.0.0",
  15. "fb-watchman": "^2.0.0",
  16. "graceful-fs": "^4.1.15",
  17. "invariant": "^2.2.4",
  18. "jest-serializer": "^24.9.0",
  19. "jest-util": "^24.9.0",
  20. "jest-worker": "^24.9.0",
  21. "micromatch": "^3.1.10",
  22. "sane": "^4.0.3",
  23. "walker": "^1.0.7"
  24. },
  25. "devDependencies": {
  26. "@types/anymatch": "^1.3.1",
  27. "@types/fb-watchman": "^2.0.0",
  28. "@types/fsevents": "^1.1.0",
  29. "@types/graceful-fs": "^4.1.2",
  30. "@types/invariant": "^2.2.29",
  31. "@types/micromatch": "^3.1.0",
  32. "@types/sane": "^2.0.0"
  33. },
  34. "optionalDependencies": {
  35. "fsevents": "^1.2.7"
  36. },
  37. "engines": {
  38. "node": ">= 6"
  39. },
  40. "publishConfig": {
  41. "access": "public"
  42. },
  43. "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
  44. }