package.json 954 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@babel/helper-function-name",
  3. "version": "7.12.11",
  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. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "main": "lib/index.js",
  15. "dependencies": {
  16. "@babel/helper-get-function-arity": "^7.12.10",
  17. "@babel/template": "^7.12.7",
  18. "@babel/types": "^7.12.11"
  19. },
  20. "__npminstall_done": "Thu Dec 24 2020 20:20:31 GMT+0800 (CST)",
  21. "_from": "@babel/helper-function-name@7.12.11",
  22. "_resolved": "https://registry.npm.taobao.org/@babel/helper-function-name/download/@babel/helper-function-name-7.12.11.tgz?cache=0&sync_timestamp=1608076851510&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-function-name%2Fdownload%2F%40babel%2Fhelper-function-name-7.12.11.tgz"
  23. }