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.

34 lines
820 B

  1. {
  2. "name": "@babel/helper-compilation-targets",
  3. "version": "7.13.13",
  4. "author": "The Babel Team (https://babel.dev/team)",
  5. "license": "MIT",
  6. "description": "Engine compat data used in @babel/preset-env",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/babel/babel.git",
  10. "directory": "packages/babel-helper-compilation-targets"
  11. },
  12. "main": "lib/index.js",
  13. "exports": {
  14. ".": "./lib/index.js"
  15. },
  16. "publishConfig": {
  17. "access": "public"
  18. },
  19. "keywords": [
  20. "babel",
  21. "babel-plugin"
  22. ],
  23. "dependencies": {
  24. "@babel/compat-data": "^7.13.12",
  25. "@babel/helper-validator-option": "^7.12.17",
  26. "browserslist": "^4.14.5",
  27. "semver": "^6.3.0"
  28. },
  29. "peerDependencies": {
  30. "@babel/core": "^7.0.0"
  31. },
  32. "devDependencies": {
  33. "@babel/core": "7.13.13"
  34. }
  35. }