19 lines
506 B
JSON
19 lines
506 B
JSON
{
|
|
"name": "babel-plugin-transform-es2015-parameters",
|
|
"version": "6.0.0",
|
|
"description": "Compile ES2015 default and rest parameters to ES5",
|
|
"repository": "babel/babel",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"babel-traverse": "^6.0.0",
|
|
"babel-helper-call-delegate": "^6.0.0",
|
|
"babel-helper-get-function-arity": "^6.0.0",
|
|
"babel-template": "^6.0.0",
|
|
"babel-types": "^6.0.0",
|
|
"babel-runtime": "^6.0.0"
|
|
},
|
|
"keywords": [
|
|
"babel-plugin"
|
|
]
|
|
} |