package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "jest-message-util@^26.6.2",
  3. "_id": "jest-message-util@26.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==",
  6. "_location": "/jest-message-util",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-message-util@^26.6.2",
  12. "name": "jest-message-util",
  13. "escapedName": "jest-message-util",
  14. "rawSpec": "^26.6.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^26.6.2"
  17. },
  18. "_requiredBy": [
  19. "/@jest/console",
  20. "/@jest/core",
  21. "/@jest/fake-timers",
  22. "/expect",
  23. "/jest-circus",
  24. "/jest-jasmine2",
  25. "/jest-runner",
  26. "/jest-runtime",
  27. "/jest-snapshot"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-26.6.2.tgz",
  30. "_shasum": "58173744ad6fc0506b5d21150b9be56ef001ca07",
  31. "_spec": "jest-message-util@^26.6.2",
  32. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@jest\\core",
  33. "bugs": {
  34. "url": "https://github.com/facebook/jest/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "@babel/code-frame": "^7.0.0",
  39. "@jest/types": "^26.6.2",
  40. "@types/stack-utils": "^2.0.0",
  41. "chalk": "^4.0.0",
  42. "graceful-fs": "^4.2.4",
  43. "micromatch": "^4.0.2",
  44. "pretty-format": "^26.6.2",
  45. "slash": "^3.0.0",
  46. "stack-utils": "^2.0.2"
  47. },
  48. "deprecated": false,
  49. "devDependencies": {
  50. "@types/babel__code-frame": "^7.0.0",
  51. "@types/graceful-fs": "^4.1.3",
  52. "@types/micromatch": "^4.0.0"
  53. },
  54. "engines": {
  55. "node": ">= 10.14.2"
  56. },
  57. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
  58. "homepage": "https://github.com/facebook/jest#readme",
  59. "license": "MIT",
  60. "main": "build/index.js",
  61. "name": "jest-message-util",
  62. "publishConfig": {
  63. "access": "public"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/facebook/jest.git",
  68. "directory": "packages/jest-message-util"
  69. },
  70. "types": "build/index.d.ts",
  71. "version": "26.6.2"
  72. }