package.json 1.4 KB

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