package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_args": [
  3. [
  4. "expect@22.4.3",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "expect@22.4.3",
  10. "_id": "expect@22.4.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XcNXEPehqn8b/jm8FYotdX0YrXn36qp4HWlrVT4ktwQas1l1LPxiVWncYnnL2eyMtKAmVIaG0XAp0QlrqJaxaA==",
  13. "_location": "/expect",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "expect@22.4.3",
  19. "name": "expect",
  20. "escapedName": "expect",
  21. "rawSpec": "22.4.3",
  22. "saveSpec": null,
  23. "fetchSpec": "22.4.3"
  24. },
  25. "_requiredBy": [
  26. "/jest-jasmine2"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/expect/-/expect-22.4.3.tgz",
  29. "_spec": "22.4.3",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "browser": "build-es5/index.js",
  32. "bugs": {
  33. "url": "https://github.com/facebook/jest/issues"
  34. },
  35. "dependencies": {
  36. "ansi-styles": "^3.2.0",
  37. "jest-diff": "^22.4.3",
  38. "jest-get-type": "^22.4.3",
  39. "jest-matcher-utils": "^22.4.3",
  40. "jest-message-util": "^22.4.3",
  41. "jest-regex-util": "^22.4.3"
  42. },
  43. "homepage": "https://github.com/facebook/jest#readme",
  44. "license": "MIT",
  45. "main": "build/index.js",
  46. "name": "expect",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/facebook/jest.git"
  50. },
  51. "version": "22.4.3"
  52. }