Nicolò Ribaudo a41da05ce9 v7.12.5
2020-11-03 23:30:17 +01:00

24 lines
594 B
JSON

{
"name": "@babel/helper-module-imports",
"version": "7.12.5",
"description": "Babel helper functions for inserting module loads",
"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-imports"
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.12.5"
},
"devDependencies": {
"@babel/core": "workspace:*"
}
}