Logan Smyth 48573f1fb4 v6.23.0
2017-02-13 17:14:12 -08:00

16 lines
496 B
JSON

{
"name": "babel-helper-function-name",
"version": "6.23.0",
"description": "Helper function to change the property 'name' of every function",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.22.0",
"babel-types": "^6.23.0",
"babel-traverse": "^6.23.0",
"babel-helper-get-function-arity": "^6.22.0",
"babel-template": "^6.23.0"
}
}