package.json 480 B

12345678910111213141516
  1. {
  2. "name": "@babel/helper-function-name",
  3. "version": "7.1.0",
  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. "publishConfig": {
  8. "access": "public"
  9. },
  10. "main": "lib/index.js",
  11. "dependencies": {
  12. "@babel/helper-get-function-arity": "^7.0.0",
  13. "@babel/template": "^7.1.0",
  14. "@babel/types": "^7.0.0"
  15. }
  16. }