Nicolò Ribaudo 7f4b83833f v7.12.1
2020-10-16 00:36:30 +02:00

29 lines
970 B
JSON

{
"name": "@babel/helper-module-transforms",
"version": "7.12.1",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
"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.12.1",
"@babel/helper-replace-supers": "workspace:^7.12.1",
"@babel/helper-simple-access": "workspace:^7.12.1",
"@babel/helper-split-export-declaration": "workspace:^7.11.0",
"@babel/helper-validator-identifier": "workspace:^7.10.4",
"@babel/template": "workspace:^7.10.4",
"@babel/traverse": "workspace:^7.12.1",
"@babel/types": "workspace:^7.12.1",
"lodash": "^4.17.19"
}
}