package.json 733 B

123456789101112131415161718
  1. {
  2. "name": "babel-helper-function-name",
  3. "version": "6.24.1",
  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-runtime": "^6.22.0",
  10. "babel-types": "^6.24.1",
  11. "babel-traverse": "^6.24.1",
  12. "babel-helper-get-function-arity": "^6.24.1",
  13. "babel-template": "^6.24.1"
  14. },
  15. "__npminstall_done": "Mon May 18 2020 19:19:03 GMT+0800 (CST)",
  16. "_from": "babel-helper-function-name@6.24.1",
  17. "_resolved": "https://registry.npm.taobao.org/babel-helper-function-name/download/babel-helper-function-name-6.24.1.tgz"
  18. }