2021-05-31 18:46:03 +02:00

31 lines
1.0 KiB
JSON

{
"name": "@babel/helper-module-transforms",
"version": "7.14.2",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-module-transforms"
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-module-imports": "workspace:^7.13.12",
"@babel/helper-replace-supers": "workspace:^7.13.12",
"@babel/helper-simple-access": "workspace:^7.13.12",
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
"@babel/helper-validator-identifier": "workspace:^7.14.0",
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.14.2",
"@babel/types": "workspace:^7.14.2"
},
"engines": {
"node": ">=6.9.0"
}
}