package.json 944 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "@babel/helper-compilation-targets",
  3. "version": "7.16.3",
  4. "author": "The Babel Team (https://babel.dev/team)",
  5. "license": "MIT",
  6. "description": "Helper functions on Babel compilation targets",
  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.16.0",
  25. "@babel/helper-validator-option": "^7.14.5",
  26. "browserslist": "^4.17.5",
  27. "semver": "^6.3.0"
  28. },
  29. "peerDependencies": {
  30. "@babel/core": "^7.0.0"
  31. },
  32. "devDependencies": {
  33. "@babel/core": "^7.16.0",
  34. "@babel/helper-plugin-test-runner": "^7.16.0",
  35. "@types/semver": "^5.5.0"
  36. },
  37. "engines": {
  38. "node": ">=6.9.0"
  39. }
  40. }