package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "@jest/transform",
  3. "version": "24.9.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git",
  7. "directory": "packages/jest-transform"
  8. },
  9. "license": "MIT",
  10. "main": "build/index.js",
  11. "dependencies": {
  12. "@babel/core": "^7.1.0",
  13. "@jest/types": "^24.9.0",
  14. "babel-plugin-istanbul": "^5.1.0",
  15. "chalk": "^2.0.1",
  16. "convert-source-map": "^1.4.0",
  17. "fast-json-stable-stringify": "^2.0.0",
  18. "graceful-fs": "^4.1.15",
  19. "jest-haste-map": "^24.9.0",
  20. "jest-regex-util": "^24.9.0",
  21. "jest-util": "^24.9.0",
  22. "micromatch": "^3.1.10",
  23. "pirates": "^4.0.1",
  24. "realpath-native": "^1.1.0",
  25. "slash": "^2.0.0",
  26. "source-map": "^0.6.1",
  27. "write-file-atomic": "2.4.1"
  28. },
  29. "devDependencies": {
  30. "@types/babel__core": "^7.1.0",
  31. "@types/convert-source-map": "^1.5.1",
  32. "@types/fast-json-stable-stringify": "^2.0.0",
  33. "@types/graceful-fs": "^4.1.2",
  34. "@types/micromatch": "^3.1.0",
  35. "@types/write-file-atomic": "^2.1.1"
  36. },
  37. "engines": {
  38. "node": ">= 6"
  39. },
  40. "publishConfig": {
  41. "access": "public"
  42. },
  43. "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
  44. }