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.

30 lines
732 B

  1. {
  2. "name": "jest-matcher-utils",
  3. "description": "A set of utility functions for expect and related packages",
  4. "version": "26.6.2",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/facebook/jest.git",
  8. "directory": "packages/jest-matcher-utils"
  9. },
  10. "engines": {
  11. "node": ">= 10.14.2"
  12. },
  13. "license": "MIT",
  14. "main": "build/index.js",
  15. "types": "build/index.d.ts",
  16. "dependencies": {
  17. "chalk": "^4.0.0",
  18. "jest-diff": "^26.6.2",
  19. "jest-get-type": "^26.3.0",
  20. "pretty-format": "^26.6.2"
  21. },
  22. "devDependencies": {
  23. "@jest/test-utils": "^26.6.2",
  24. "@types/node": "*"
  25. },
  26. "publishConfig": {
  27. "access": "public"
  28. },
  29. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
  30. }