This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/@babel/helper-compilation-targets/package.json
2020-11-01 22:46:04 +00:00

36 lines
869 B
JSON

{
"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"
}
}