package.json 775 B

1234567891011121314151617181920
  1. {
  2. "name": "@babel/helper-function-name",
  3. "version": "7.9.5",
  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.8.3",
  13. "@babel/template": "^7.8.3",
  14. "@babel/types": "^7.9.5"
  15. },
  16. "gitHead": "5b97e77e030cf3853a147fdff81844ea4026219d",
  17. "__npminstall_done": "Mon May 18 2020 19:19:06 GMT+0800 (CST)",
  18. "_from": "@babel/helper-function-name@7.9.5",
  19. "_resolved": "https://registry.npm.taobao.org/@babel/helper-function-name/download/@babel/helper-function-name-7.9.5.tgz"
  20. }