20 lines
531 B
JSON
20 lines
531 B
JSON
{
|
|
"name": "babel-plugin-transform-class-constructor-call",
|
|
"version": "6.8.0",
|
|
"description": "",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-constructor-call",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"babel-template": "^6.8.0",
|
|
"babel-plugin-syntax-class-constructor-call": "^6.8.0",
|
|
"babel-runtime": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-helper-plugin-test-runner": "^6.8.0"
|
|
}
|
|
}
|