Amjad Masad ae8b7ea352 v6.3.26
2015-12-22 23:11:59 -08:00

23 lines
671 B
JSON

{
"name": "babel-plugin-transform-es2015-parameters",
"version": "6.3.26",
"description": "Compile ES2015 default and rest parameters to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-traverse": "^6.3.26",
"babel-helper-call-delegate": "^6.3.13",
"babel-helper-get-function-arity": "^6.3.13",
"babel-template": "^6.3.13",
"babel-types": "^6.3.21",
"babel-runtime": "^5.0.0"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.3.13"
}
}