package.json 493 B

1234567891011121314151617
  1. {
  2. "name": "@babel/helper-wrap-function",
  3. "version": "7.2.0",
  4. "description": "Helper to wrap functions inside a function call.",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function",
  6. "license": "MIT",
  7. "publishConfig": {
  8. "access": "public"
  9. },
  10. "main": "lib/index.js",
  11. "dependencies": {
  12. "@babel/helper-function-name": "^7.1.0",
  13. "@babel/template": "^7.1.0",
  14. "@babel/traverse": "^7.1.0",
  15. "@babel/types": "^7.2.0"
  16. }
  17. }