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.

32 lines
719 B

  1. {
  2. "name": "jest-util",
  3. "version": "26.6.2",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git",
  7. "directory": "packages/jest-util"
  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. "graceful-fs": "^4.2.4",
  17. "is-ci": "^2.0.0",
  18. "micromatch": "^4.0.2"
  19. },
  20. "devDependencies": {
  21. "@types/graceful-fs": "^4.1.2",
  22. "@types/is-ci": "^2.0.0",
  23. "@types/micromatch": "^4.0.0"
  24. },
  25. "engines": {
  26. "node": ">= 10.14.2"
  27. },
  28. "publishConfig": {
  29. "access": "public"
  30. },
  31. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
  32. }