package.json 677 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "@babel/helper-function-name",
  3. "version": "7.19.0",
  4. "description": "Helper function to change the property 'name' of every function",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-helper-function-name"
  9. },
  10. "homepage": "https://babel.dev/docs/en/next/babel-helper-function-name",
  11. "license": "MIT",
  12. "publishConfig": {
  13. "access": "public"
  14. },
  15. "main": "./lib/index.js",
  16. "dependencies": {
  17. "@babel/template": "^7.18.10",
  18. "@babel/types": "^7.19.0"
  19. },
  20. "engines": {
  21. "node": ">=6.9.0"
  22. },
  23. "author": "The Babel Team (https://babel.dev/team)",
  24. "type": "commonjs"
  25. }