package.json 306 B

123456789101112131415
  1. {
  2. "name": "jest-environment-jsdom",
  3. "version": "22.4.3",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git"
  7. },
  8. "license": "MIT",
  9. "main": "build/index.js",
  10. "dependencies": {
  11. "jest-mock": "^22.4.3",
  12. "jest-util": "^22.4.3",
  13. "jsdom": "^11.5.1"
  14. }
  15. }