web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.4 KiB

  1. {
  2. "name": "jest-circus",
  3. "version": "26.6.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git",
  7. "directory": "packages/jest-circus"
  8. },
  9. "license": "MIT",
  10. "main": "build/index.js",
  11. "types": "build/index.d.ts",
  12. "dependencies": {
  13. "@babel/traverse": "^7.1.0",
  14. "@jest/environment": "^26.6.0",
  15. "@jest/test-result": "^26.6.0",
  16. "@jest/types": "^26.6.0",
  17. "@types/babel__traverse": "^7.0.4",
  18. "@types/node": "*",
  19. "chalk": "^4.0.0",
  20. "co": "^4.6.0",
  21. "dedent": "^0.7.0",
  22. "expect": "^26.6.0",
  23. "is-generator-fn": "^2.0.0",
  24. "jest-each": "^26.6.0",
  25. "jest-matcher-utils": "^26.6.0",
  26. "jest-message-util": "^26.6.0",
  27. "jest-runner": "^26.6.0",
  28. "jest-runtime": "^26.6.0",
  29. "jest-snapshot": "^26.6.0",
  30. "jest-util": "^26.6.0",
  31. "pretty-format": "^26.6.0",
  32. "stack-utils": "^2.0.2",
  33. "throat": "^5.0.0"
  34. },
  35. "devDependencies": {
  36. "@babel/core": "^7.1.0",
  37. "@babel/register": "^7.0.0",
  38. "@jest/test-utils": "^26.5.0",
  39. "@types/babel__traverse": "^7.0.4",
  40. "@types/co": "^4.6.0",
  41. "@types/dedent": "^0.7.0",
  42. "@types/graceful-fs": "^4.1.3",
  43. "@types/stack-utils": "^2.0.0",
  44. "execa": "^4.0.0",
  45. "graceful-fs": "^4.2.4"
  46. },
  47. "engines": {
  48. "node": ">= 10.14.2"
  49. },
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "gitHead": "b254fd82fdedcba200e1c7eddeaab83a09bdaaef"
  54. }