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.

35 lines
855 B

  1. {
  2. "name": "jest-message-util",
  3. "version": "26.6.2",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git",
  7. "directory": "packages/jest-message-util"
  8. },
  9. "engines": {
  10. "node": ">= 10.14.2"
  11. },
  12. "license": "MIT",
  13. "main": "build/index.js",
  14. "types": "build/index.d.ts",
  15. "dependencies": {
  16. "@babel/code-frame": "^7.0.0",
  17. "@jest/types": "^26.6.2",
  18. "@types/stack-utils": "^2.0.0",
  19. "chalk": "^4.0.0",
  20. "graceful-fs": "^4.2.4",
  21. "micromatch": "^4.0.2",
  22. "pretty-format": "^26.6.2",
  23. "slash": "^3.0.0",
  24. "stack-utils": "^2.0.2"
  25. },
  26. "devDependencies": {
  27. "@types/babel__code-frame": "^7.0.0",
  28. "@types/graceful-fs": "^4.1.3",
  29. "@types/micromatch": "^4.0.0"
  30. },
  31. "publishConfig": {
  32. "access": "public"
  33. },
  34. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
  35. }