UNPKG

852 BJSONView Raw
1{
2 "name": "@babel/helper-compilation-targets",
3 "version": "7.8.3",
4 "author": "The Babel Team (https://babeljs.io/team)",
5 "license": "MIT",
6 "description": "Engine compat data used in @babel/preset-env",
7 "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-compilation-targets",
8 "main": "lib/index.js",
9 "exports": false,
10 "publishConfig": {
11 "access": "public"
12 },
13 "keywords": [
14 "babel",
15 "babel-plugin"
16 ],
17 "dependencies": {
18 "@babel/compat-data": "^7.8.1",
19 "browserslist": "^4.8.2",
20 "invariant": "^2.2.4",
21 "levenary": "^1.1.0",
22 "semver": "^5.5.0"
23 },
24 "peerDependencies": {
25 "@babel/core": "^7.0.0"
26 },
27 "devDependencies": {
28 "@babel/core": "^7.8.3",
29 "@babel/helper-plugin-test-runner": "^7.8.3"
30 },
31 "gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
32}