package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "jest-circus@^27.5.1",
  3. "_id": "jest-circus@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==",
  6. "_location": "/jest-circus",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-circus@^27.5.1",
  12. "name": "jest-circus",
  13. "escapedName": "jest-circus",
  14. "rawSpec": "^27.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^27.5.1"
  17. },
  18. "_requiredBy": [
  19. "/jest-config"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz",
  22. "_shasum": "37a5a4459b7bf4406e53d637b49d22c65d125ecc",
  23. "_spec": "jest-circus@^27.5.1",
  24. "_where": "H:\\gs_nuxt\\node_modules\\jest-config",
  25. "bugs": {
  26. "url": "https://github.com/facebook/jest/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "@jest/environment": "^27.5.1",
  31. "@jest/test-result": "^27.5.1",
  32. "@jest/types": "^27.5.1",
  33. "@types/node": "*",
  34. "chalk": "^4.0.0",
  35. "co": "^4.6.0",
  36. "dedent": "^0.7.0",
  37. "expect": "^27.5.1",
  38. "is-generator-fn": "^2.0.0",
  39. "jest-each": "^27.5.1",
  40. "jest-matcher-utils": "^27.5.1",
  41. "jest-message-util": "^27.5.1",
  42. "jest-runtime": "^27.5.1",
  43. "jest-snapshot": "^27.5.1",
  44. "jest-util": "^27.5.1",
  45. "pretty-format": "^27.5.1",
  46. "slash": "^3.0.0",
  47. "stack-utils": "^2.0.3",
  48. "throat": "^6.0.1"
  49. },
  50. "deprecated": false,
  51. "description": "[type-definitions]: https://github.com/facebook/jest/blob/main/packages/jest-types/src/Circus.ts",
  52. "devDependencies": {
  53. "@babel/core": "^7.1.0",
  54. "@babel/register": "^7.0.0",
  55. "@types/co": "^4.6.0",
  56. "@types/dedent": "^0.7.0",
  57. "@types/graceful-fs": "^4.1.3",
  58. "@types/stack-utils": "^2.0.0",
  59. "execa": "^5.0.0",
  60. "graceful-fs": "^4.2.9"
  61. },
  62. "engines": {
  63. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  64. },
  65. "exports": {
  66. ".": {
  67. "types": "./build/index.d.ts",
  68. "default": "./build/index.js"
  69. },
  70. "./package.json": "./package.json",
  71. "./runner": "./runner.js"
  72. },
  73. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  74. "homepage": "https://github.com/facebook/jest#readme",
  75. "license": "MIT",
  76. "main": "./build/index.js",
  77. "name": "jest-circus",
  78. "publishConfig": {
  79. "access": "public"
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/facebook/jest.git",
  84. "directory": "packages/jest-circus"
  85. },
  86. "types": "./build/index.d.ts",
  87. "version": "27.5.1"
  88. }