Vivek Nayyar 66b86e088c
added basic support for module attributes and tests updated (#10962)
Co-Authored-By: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
2020-05-25 01:26:28 +02:00

24 lines
587 B
JSON

{
"name": "@babel/plugin-syntax-module-attributes",
"version": "7.8.3",
"description": "Allow parsing of the module attributes in the import statement",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-module-attributes",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3"
}
}