15 lines
399 B
JSON
15 lines
399 B
JSON
{
|
|
"name": "babel-plugin-syntax-class-constructor-call",
|
|
"version": "6.0.12",
|
|
"description": "Allow parsing of class constructor calls",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-constructor-call",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"babel-runtime": "^6.0.12"
|
|
}
|
|
}
|