package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_args": [
  3. [
  4. "jest-environment-jsdom@22.4.3",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-environment-jsdom@22.4.3",
  10. "_id": "jest-environment-jsdom@22.4.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-FviwfR+VyT3Datf13+ULjIMO5CSeajlayhhYQwpzgunswoaLIPutdbrnfUHEMyJCwvqQFaVtTmn9+Y8WCt6n1w==",
  13. "_location": "/jest-environment-jsdom",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-environment-jsdom@22.4.3",
  19. "name": "jest-environment-jsdom",
  20. "escapedName": "jest-environment-jsdom",
  21. "rawSpec": "22.4.3",
  22. "saveSpec": null,
  23. "fetchSpec": "22.4.3"
  24. },
  25. "_requiredBy": [
  26. "/jest-config",
  27. "/jest/jest-cli"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-22.4.3.tgz",
  30. "_spec": "22.4.3",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "bugs": {
  33. "url": "https://github.com/facebook/jest/issues"
  34. },
  35. "dependencies": {
  36. "jest-mock": "^22.4.3",
  37. "jest-util": "^22.4.3",
  38. "jsdom": "^11.5.1"
  39. },
  40. "homepage": "https://github.com/facebook/jest#readme",
  41. "license": "MIT",
  42. "main": "build/index.js",
  43. "name": "jest-environment-jsdom",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/facebook/jest.git"
  47. },
  48. "version": "22.4.3"
  49. }