package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "jest-haste-map",
  3. "version": "27.4.6",
  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. "exports": {
  13. ".": {
  14. "types": "./build/index.d.ts",
  15. "default": "./build/index.js"
  16. },
  17. "./package.json": "./package.json"
  18. },
  19. "dependencies": {
  20. "@jest/types": "^27.4.2",
  21. "@types/graceful-fs": "^4.1.2",
  22. "@types/node": "*",
  23. "anymatch": "^3.0.3",
  24. "fb-watchman": "^2.0.0",
  25. "graceful-fs": "^4.2.4",
  26. "jest-regex-util": "^27.4.0",
  27. "jest-serializer": "^27.4.0",
  28. "jest-util": "^27.4.2",
  29. "jest-worker": "^27.4.6",
  30. "micromatch": "^4.0.4",
  31. "walker": "^1.0.7"
  32. },
  33. "devDependencies": {
  34. "@jest/test-utils": "^27.4.6",
  35. "@types/fb-watchman": "^2.0.0",
  36. "@types/micromatch": "^4.0.1",
  37. "jest-snapshot-serializer-raw": "^1.1.0",
  38. "slash": "^3.0.0"
  39. },
  40. "optionalDependencies": {
  41. "fsevents": "^2.3.2"
  42. },
  43. "engines": {
  44. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  45. },
  46. "publishConfig": {
  47. "access": "public"
  48. },
  49. "gitHead": "644d2d3e53536b0d67e395c0f35f8555a67beb1e"
  50. }