package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "@jest/console@^26.6.2",
  3. "_id": "@jest/console@26.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==",
  6. "_location": "/@jest/console",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jest/console@^26.6.2",
  12. "name": "@jest/console",
  13. "escapedName": "@jest%2fconsole",
  14. "scope": "@jest",
  15. "rawSpec": "^26.6.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^26.6.2"
  18. },
  19. "_requiredBy": [
  20. "/@jest/core",
  21. "/@jest/reporters",
  22. "/@jest/test-result",
  23. "/jest-runner",
  24. "/jest-runtime"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/@jest/console/-/console-26.6.2.tgz",
  27. "_shasum": "4e04bc464014358b03ab4937805ee36a0aeb98f2",
  28. "_spec": "@jest/console@^26.6.2",
  29. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@jest\\core",
  30. "bugs": {
  31. "url": "https://github.com/facebook/jest/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@jest/types": "^26.6.2",
  36. "@types/node": "*",
  37. "chalk": "^4.0.0",
  38. "jest-message-util": "^26.6.2",
  39. "jest-util": "^26.6.2",
  40. "slash": "^3.0.0"
  41. },
  42. "deprecated": false,
  43. "devDependencies": {
  44. "@jest/test-utils": "^26.6.2",
  45. "@types/node": "*"
  46. },
  47. "engines": {
  48. "node": ">= 10.14.2"
  49. },
  50. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
  51. "homepage": "https://github.com/facebook/jest#readme",
  52. "license": "MIT",
  53. "main": "build/index.js",
  54. "name": "@jest/console",
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/facebook/jest.git",
  61. "directory": "packages/jest-console"
  62. },
  63. "types": "build/index.d.ts",
  64. "version": "26.6.2"
  65. }