package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "@jest/console@^27.5.1",
  3. "_id": "@jest/console@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==",
  6. "_location": "/@jest/console",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jest/console@^27.5.1",
  12. "name": "@jest/console",
  13. "escapedName": "@jest%2fconsole",
  14. "scope": "@jest",
  15. "rawSpec": "^27.5.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^27.5.1"
  18. },
  19. "_requiredBy": [
  20. "/@jest/core",
  21. "/@jest/reporters",
  22. "/@jest/test-result",
  23. "/jest-runner"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz",
  26. "_shasum": "260fe7239602fe5130a94f1aa386eff54b014bba",
  27. "_spec": "@jest/console@^27.5.1",
  28. "_where": "H:\\gs_nuxt\\node_modules\\@jest\\core",
  29. "bugs": {
  30. "url": "https://github.com/facebook/jest/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@jest/types": "^27.5.1",
  35. "@types/node": "*",
  36. "chalk": "^4.0.0",
  37. "jest-message-util": "^27.5.1",
  38. "jest-util": "^27.5.1",
  39. "slash": "^3.0.0"
  40. },
  41. "deprecated": false,
  42. "devDependencies": {
  43. "@jest/test-utils": "^27.5.1",
  44. "@types/node": "*"
  45. },
  46. "engines": {
  47. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  48. },
  49. "exports": {
  50. ".": {
  51. "types": "./build/index.d.ts",
  52. "default": "./build/index.js"
  53. },
  54. "./package.json": "./package.json"
  55. },
  56. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  57. "homepage": "https://github.com/facebook/jest#readme",
  58. "license": "MIT",
  59. "main": "./build/index.js",
  60. "name": "@jest/console",
  61. "publishConfig": {
  62. "access": "public"
  63. },
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/facebook/jest.git",
  67. "directory": "packages/jest-console"
  68. },
  69. "types": "./build/index.d.ts",
  70. "version": "27.5.1"
  71. }