package.json 460 B

12345678910111213
  1. {
  2. "name": "@babel/helper-function-name",
  3. "version": "7.0.0-beta.44",
  4. "description": "Helper function to change the property 'name' of every function",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
  6. "license": "MIT",
  7. "main": "lib/index.js",
  8. "dependencies": {
  9. "@babel/helper-get-function-arity": "7.0.0-beta.44",
  10. "@babel/template": "7.0.0-beta.44",
  11. "@babel/types": "7.0.0-beta.44"
  12. }
  13. }