package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "jest-matcher-utils@^27.5.1",
  3. "_id": "jest-matcher-utils@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==",
  6. "_location": "/jest-matcher-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-matcher-utils@^27.5.1",
  12. "name": "jest-matcher-utils",
  13. "escapedName": "jest-matcher-utils",
  14. "rawSpec": "^27.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^27.5.1"
  17. },
  18. "_requiredBy": [
  19. "/expect",
  20. "/jest-circus",
  21. "/jest-jasmine2",
  22. "/jest-snapshot"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz",
  25. "_shasum": "9c0cdbda8245bc22d2331729d1091308b40cf8ab",
  26. "_spec": "jest-matcher-utils@^27.5.1",
  27. "_where": "H:\\gs_nuxt\\node_modules\\expect",
  28. "bugs": {
  29. "url": "https://github.com/facebook/jest/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "chalk": "^4.0.0",
  34. "jest-diff": "^27.5.1",
  35. "jest-get-type": "^27.5.1",
  36. "pretty-format": "^27.5.1"
  37. },
  38. "deprecated": false,
  39. "description": "A set of utility functions for expect and related packages",
  40. "devDependencies": {
  41. "@jest/test-utils": "^27.5.1",
  42. "@types/node": "*"
  43. },
  44. "engines": {
  45. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  46. },
  47. "exports": {
  48. ".": {
  49. "types": "./build/index.d.ts",
  50. "default": "./build/index.js"
  51. },
  52. "./package.json": "./package.json"
  53. },
  54. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  55. "homepage": "https://github.com/facebook/jest#readme",
  56. "license": "MIT",
  57. "main": "./build/index.js",
  58. "name": "jest-matcher-utils",
  59. "publishConfig": {
  60. "access": "public"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/facebook/jest.git",
  65. "directory": "packages/jest-matcher-utils"
  66. },
  67. "types": "./build/index.d.ts",
  68. "version": "27.5.1"
  69. }