{ "name": "@babel/helper-compilation-targets", "version": "7.12.0", "author": "The Babel Team (https://babeljs.io/team)", "license": "MIT", "description": "Engine compat data used in @babel/preset-env", "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-compilation-targets" }, "main": "lib/index.js", "exports": { ".": "./lib/index.js" }, "publishConfig": { "access": "public" }, "keywords": [ "babel", "babel-plugin" ], "dependencies": { "@babel/compat-data": "^7.12.0", "@babel/helper-validator-option": "^7.12.0", "browserslist": "^4.12.0", "semver": "^5.5.0" }, "peerDependencies": { "@babel/core": "^7.0.0" }, "devDependencies": { "@babel/core": "^7.12.0", "@babel/helper-plugin-test-runner": "^7.10.4" } }