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.

31 lines
691 B

  1. {
  2. "name": "@jest/console",
  3. "version": "26.6.2",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git",
  7. "directory": "packages/jest-console"
  8. },
  9. "license": "MIT",
  10. "main": "build/index.js",
  11. "types": "build/index.d.ts",
  12. "dependencies": {
  13. "@jest/types": "^26.6.2",
  14. "@types/node": "*",
  15. "chalk": "^4.0.0",
  16. "jest-message-util": "^26.6.2",
  17. "jest-util": "^26.6.2",
  18. "slash": "^3.0.0"
  19. },
  20. "devDependencies": {
  21. "@jest/test-utils": "^26.6.2",
  22. "@types/node": "*"
  23. },
  24. "engines": {
  25. "node": ">= 10.14.2"
  26. },
  27. "publishConfig": {
  28. "access": "public"
  29. },
  30. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
  31. }