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

16 lines
427 B
JSON

{
"name": "babel-helper-function-name",
"version": "6.0.2",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-types": "^6.0.2",
"babel-traverse": "^6.0.2",
"babel-helper-get-function-arity": "^6.0.2",
"babel-template": "^6.0.2"
}
}