36 lines
881 B
JSON
36 lines
881 B
JSON
{
|
|
"name": "@babel/helper-compilation-targets",
|
|
"version": "7.13.8",
|
|
"author": "The Babel Team (https://babel.dev/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": "workspace:^7.13.8",
|
|
"@babel/helper-validator-option": "workspace:^7.12.17",
|
|
"browserslist": "^4.14.5",
|
|
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "workspace:*"
|
|
}
|
|
}
|