package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "jest-circus@26.6.0",
  3. "_id": "jest-circus@26.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-L2/Y9szN6FJPWFK8kzWXwfp+FOR7xq0cUL4lIsdbIdwz3Vh6P1nrpcqOleSzr28zOtSHQNV9Z7Tl+KkuK7t5Ng==",
  6. "_location": "/jest-circus",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "jest-circus@26.6.0",
  12. "name": "jest-circus",
  13. "escapedName": "jest-circus",
  14. "rawSpec": "26.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "26.6.0"
  17. },
  18. "_requiredBy": [
  19. "/react-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-26.6.0.tgz",
  22. "_shasum": "7d9647b2e7f921181869faae1f90a2629fd70705",
  23. "_spec": "jest-circus@26.6.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-scripts",
  25. "bugs": {
  26. "url": "https://github.com/facebook/jest/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "@babel/traverse": "^7.1.0",
  31. "@jest/environment": "^26.6.0",
  32. "@jest/test-result": "^26.6.0",
  33. "@jest/types": "^26.6.0",
  34. "@types/babel__traverse": "^7.0.4",
  35. "@types/node": "*",
  36. "chalk": "^4.0.0",
  37. "co": "^4.6.0",
  38. "dedent": "^0.7.0",
  39. "expect": "^26.6.0",
  40. "is-generator-fn": "^2.0.0",
  41. "jest-each": "^26.6.0",
  42. "jest-matcher-utils": "^26.6.0",
  43. "jest-message-util": "^26.6.0",
  44. "jest-runner": "^26.6.0",
  45. "jest-runtime": "^26.6.0",
  46. "jest-snapshot": "^26.6.0",
  47. "jest-util": "^26.6.0",
  48. "pretty-format": "^26.6.0",
  49. "stack-utils": "^2.0.2",
  50. "throat": "^5.0.0"
  51. },
  52. "deprecated": false,
  53. "description": "<h1 align=\"center\"> <img src=\"https://jestjs.io/img/jest.png\" height=\"150\" width=\"150\"/> <img src=\"https://jestjs.io/img/circus.png\" height=\"150\" width=\"150\"/> <p align=\"center\">jest-circus</p> <p align=\"center\">The next-gen test runner for Jest</p> </h1>",
  54. "devDependencies": {
  55. "@babel/core": "^7.1.0",
  56. "@babel/register": "^7.0.0",
  57. "@jest/test-utils": "^26.5.0",
  58. "@types/babel__traverse": "^7.0.4",
  59. "@types/co": "^4.6.0",
  60. "@types/dedent": "^0.7.0",
  61. "@types/graceful-fs": "^4.1.3",
  62. "@types/stack-utils": "^2.0.0",
  63. "execa": "^4.0.0",
  64. "graceful-fs": "^4.2.4"
  65. },
  66. "engines": {
  67. "node": ">= 10.14.2"
  68. },
  69. "gitHead": "b254fd82fdedcba200e1c7eddeaab83a09bdaaef",
  70. "homepage": "https://github.com/facebook/jest#readme",
  71. "license": "MIT",
  72. "main": "build/index.js",
  73. "name": "jest-circus",
  74. "publishConfig": {
  75. "access": "public"
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/facebook/jest.git",
  80. "directory": "packages/jest-circus"
  81. },
  82. "types": "build/index.d.ts",
  83. "version": "26.6.0"
  84. }