Nicolò Ribaudo c827193d9c v7.13.0
2021-02-22 23:35:18 +01:00

28 lines
600 B
JSON

{
"name": "@babel/plugin-syntax-module-blocks",
"version": "7.13.0",
"description": "Allow parsing of JS Module Blocks",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-module-blocks"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"exports": {
".": "./lib/index.js"
},
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
}