package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "jest-message-util@^27.5.1",
  3. "_id": "jest-message-util@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
  6. "_location": "/jest-message-util",
  7. "_phantomChildren": {
  8. "picomatch": "2.3.1"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "jest-message-util@^27.5.1",
  14. "name": "jest-message-util",
  15. "escapedName": "jest-message-util",
  16. "rawSpec": "^27.5.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^27.5.1"
  19. },
  20. "_requiredBy": [
  21. "/@jest/console",
  22. "/@jest/core",
  23. "/@jest/fake-timers",
  24. "/expect",
  25. "/jest-circus",
  26. "/jest-jasmine2",
  27. "/jest-runner",
  28. "/jest-runtime",
  29. "/jest-snapshot"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
  32. "_shasum": "bdda72806da10d9ed6425e12afff38cd1458b6cf",
  33. "_spec": "jest-message-util@^27.5.1",
  34. "_where": "H:\\gs_nuxt\\node_modules\\@jest\\core",
  35. "bugs": {
  36. "url": "https://github.com/facebook/jest/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "@babel/code-frame": "^7.12.13",
  41. "@jest/types": "^27.5.1",
  42. "@types/stack-utils": "^2.0.0",
  43. "chalk": "^4.0.0",
  44. "graceful-fs": "^4.2.9",
  45. "micromatch": "^4.0.4",
  46. "pretty-format": "^27.5.1",
  47. "slash": "^3.0.0",
  48. "stack-utils": "^2.0.3"
  49. },
  50. "deprecated": false,
  51. "devDependencies": {
  52. "@types/babel__code-frame": "^7.0.0",
  53. "@types/graceful-fs": "^4.1.3",
  54. "@types/micromatch": "^4.0.1"
  55. },
  56. "engines": {
  57. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  58. },
  59. "exports": {
  60. ".": {
  61. "types": "./build/index.d.ts",
  62. "default": "./build/index.js"
  63. },
  64. "./package.json": "./package.json"
  65. },
  66. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  67. "homepage": "https://github.com/facebook/jest#readme",
  68. "license": "MIT",
  69. "main": "./build/index.js",
  70. "name": "jest-message-util",
  71. "publishConfig": {
  72. "access": "public"
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/facebook/jest.git",
  77. "directory": "packages/jest-message-util"
  78. },
  79. "types": "./build/index.d.ts",
  80. "version": "27.5.1"
  81. }