2015-10-30 19:17:19 +00:00

17 lines
485 B
JSON

{
"name": "babel-plugin-transform-es2015-function-name",
"version": "6.0.2",
"description": "Apply ES2015 function.name semantics to all functions",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-function-name",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-helper-function-name": "^6.0.2",
"babel-types": "^6.0.2",
"babel-runtime": "^5.0.0"
}
}