package.json 962 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@babel/helper-wrap-function",
  3. "version": "7.12.3",
  4. "description": "Helper to wrap functions inside a function call.",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-helper-wrap-function"
  9. },
  10. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "main": "lib/index.js",
  15. "dependencies": {
  16. "@babel/helper-function-name": "^7.10.4",
  17. "@babel/template": "^7.10.4",
  18. "@babel/traverse": "^7.10.4",
  19. "@babel/types": "^7.10.4"
  20. },
  21. "__npminstall_done": "Thu Dec 24 2020 20:20:40 GMT+0800 (CST)",
  22. "_from": "@babel/helper-wrap-function@7.12.3",
  23. "_resolved": "https://registry.npm.taobao.org/@babel/helper-wrap-function/download/@babel/helper-wrap-function-7.12.3.tgz?cache=0&sync_timestamp=1602881350873&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-wrap-function%2Fdownload%2F%40babel%2Fhelper-wrap-function-7.12.3.tgz"
  24. }