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

24 lines
600 B
JSON

{
"name": "@babel/helper-module-imports",
"version": "7.12.1",
"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.1"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.1"
}
}