package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "@jest/test-result@^27.5.1",
  3. "_id": "@jest/test-result@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==",
  6. "_location": "/@jest/test-result",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jest/test-result@^27.5.1",
  12. "name": "@jest/test-result",
  13. "escapedName": "@jest%2ftest-result",
  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-sequencer",
  23. "/jest-circus",
  24. "/jest-jasmine2",
  25. "/jest-runner",
  26. "/jest-runtime",
  27. "/jest-watcher",
  28. "/jest/jest-cli"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz",
  31. "_shasum": "56a6585fa80f7cdab72b8c5fc2e871d03832f5bb",
  32. "_spec": "@jest/test-result@^27.5.1",
  33. "_where": "H:\\gs_nuxt\\node_modules\\@jest\\core",
  34. "bugs": {
  35. "url": "https://github.com/facebook/jest/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@jest/console": "^27.5.1",
  40. "@jest/types": "^27.5.1",
  41. "@types/istanbul-lib-coverage": "^2.0.0",
  42. "collect-v8-coverage": "^1.0.0"
  43. },
  44. "deprecated": false,
  45. "engines": {
  46. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  47. },
  48. "exports": {
  49. ".": {
  50. "types": "./build/index.d.ts",
  51. "default": "./build/index.js"
  52. },
  53. "./package.json": "./package.json"
  54. },
  55. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  56. "homepage": "https://github.com/facebook/jest#readme",
  57. "license": "MIT",
  58. "main": "./build/index.js",
  59. "name": "@jest/test-result",
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/facebook/jest.git",
  66. "directory": "packages/jest-test-result"
  67. },
  68. "types": "./build/index.d.ts",
  69. "version": "27.5.1"
  70. }