package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "pretty-format@22.4.3",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pretty-format@22.4.3",
  10. "_id": "pretty-format@22.4.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-S4oT9/sT6MN7/3COoOy+ZJeA92VmOnveLHgrwBE3Z1W5N9S2A1QGNYiE1z75DAENbJrXXUb+OWXhpJcg05QKQQ==",
  13. "_location": "/pretty-format",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pretty-format@22.4.3",
  19. "name": "pretty-format",
  20. "escapedName": "pretty-format",
  21. "rawSpec": "22.4.3",
  22. "saveSpec": null,
  23. "fetchSpec": "22.4.3"
  24. },
  25. "_requiredBy": [
  26. "/jest-config",
  27. "/jest-diff",
  28. "/jest-leak-detector",
  29. "/jest-matcher-utils",
  30. "/jest-snapshot",
  31. "/jest-validate"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-22.4.3.tgz",
  34. "_spec": "22.4.3",
  35. "_where": "E:\\2023\\5\\myjadmin",
  36. "author": {
  37. "name": "James Kyle",
  38. "email": "me@thejameskyle.com"
  39. },
  40. "browser": "build-es5/index.js",
  41. "bugs": {
  42. "url": "https://github.com/facebook/jest/issues"
  43. },
  44. "dependencies": {
  45. "ansi-regex": "^3.0.0",
  46. "ansi-styles": "^3.2.0"
  47. },
  48. "description": "Stringify any JavaScript value.",
  49. "homepage": "https://github.com/facebook/jest#readme",
  50. "license": "MIT",
  51. "main": "build/index.js",
  52. "name": "pretty-format",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/facebook/jest.git"
  56. },
  57. "version": "22.4.3"
  58. }