package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@babel/helper-compilation-targets",
  3. "version": "7.12.5",
  4. "author": "The Babel Team (https://babeljs.io/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.12.5",
  25. "@babel/helper-validator-option": "^7.12.1",
  26. "browserslist": "^4.14.5",
  27. "semver": "^5.5.0"
  28. },
  29. "peerDependencies": {
  30. "@babel/core": "^7.0.0"
  31. },
  32. "devDependencies": {
  33. "@babel/core": "7.12.3"
  34. },
  35. "__npminstall_done": "Thu Dec 24 2020 20:20:34 GMT+0800 (CST)",
  36. "_from": "@babel/helper-compilation-targets@7.12.5",
  37. "_resolved": "https://registry.npm.taobao.org/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.12.5.tgz"
  38. }