package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "jest-matcher-utils@^24.9.0",
  3. "_id": "jest-matcher-utils@24.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OZz2IXsu6eaiMAwe67c1T+5tUAtQyQx27/EMEkbFAGiw52tB9em+uGbzpcgYVpA8wl0hlxKPZxrly4CXU/GjHA==",
  6. "_location": "/jest-matcher-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-matcher-utils@^24.9.0",
  12. "name": "jest-matcher-utils",
  13. "escapedName": "jest-matcher-utils",
  14. "rawSpec": "^24.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^24.9.0"
  17. },
  18. "_requiredBy": [
  19. "/expect",
  20. "/jest-jasmine2",
  21. "/jest-snapshot"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-24.9.0.tgz",
  24. "_shasum": "f5b3661d5e628dffe6dd65251dfdae0e87c3a073",
  25. "_spec": "jest-matcher-utils@^24.9.0",
  26. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\jest-jasmine2",
  27. "bugs": {
  28. "url": "https://github.com/facebook/jest/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "chalk": "^2.0.1",
  33. "jest-diff": "^24.9.0",
  34. "jest-get-type": "^24.9.0",
  35. "pretty-format": "^24.9.0"
  36. },
  37. "deprecated": false,
  38. "description": "A set of utility functions for expect and related packages",
  39. "engines": {
  40. "node": ">= 6"
  41. },
  42. "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1",
  43. "homepage": "https://github.com/facebook/jest#readme",
  44. "license": "MIT",
  45. "main": "build/index.js",
  46. "name": "jest-matcher-utils",
  47. "publishConfig": {
  48. "access": "public"
  49. },
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/facebook/jest.git",
  53. "directory": "packages/jest-matcher-utils"
  54. },
  55. "version": "24.9.0"
  56. }