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.

38 lines
935 B

  1. {
  2. "name": "babel-jest",
  3. "description": "Jest plugin to use babel for transformation.",
  4. "version": "26.6.3",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/facebook/jest.git",
  8. "directory": "packages/babel-jest"
  9. },
  10. "license": "MIT",
  11. "main": "build/index.js",
  12. "types": "build/index.d.ts",
  13. "dependencies": {
  14. "@jest/transform": "^26.6.2",
  15. "@jest/types": "^26.6.2",
  16. "@types/babel__core": "^7.1.7",
  17. "babel-plugin-istanbul": "^6.0.0",
  18. "babel-preset-jest": "^26.6.2",
  19. "chalk": "^4.0.0",
  20. "graceful-fs": "^4.2.4",
  21. "slash": "^3.0.0"
  22. },
  23. "devDependencies": {
  24. "@babel/core": "^7.1.0",
  25. "@jest/test-utils": "^26.6.2",
  26. "@types/graceful-fs": "^4.1.3"
  27. },
  28. "peerDependencies": {
  29. "@babel/core": "^7.0.0"
  30. },
  31. "engines": {
  32. "node": ">= 10.14.2"
  33. },
  34. "publishConfig": {
  35. "access": "public"
  36. },
  37. "gitHead": "2f6931e91d5ab126de70caf150c68709752e7f6c"
  38. }