packages/babel-helper-compilation-targets/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@babel/helper-compilation-targets",
  "version": "7.10.2",
  "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.10.1",
    "browserslist": "^4.12.0",
    "invariant": "^2.2.4",
    "levenary": "^1.1.1",
    "semver": "^5.5.0"
  },
  "peerDependencies": {
    "@babel/core": "^7.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.10.2",
    "@babel/helper-plugin-test-runner": "^7.10.1"
  }
}