package.json 800 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "@babel/helper-remap-async-to-generator",
  3. "version": "7.16.8",
  4. "description": "Helper function to remap async functions to generators",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-helper-remap-async-to-generator"
  9. },
  10. "homepage": "https://babel.dev/docs/en/next/babel-helper-remap-async-to-generator",
  11. "license": "MIT",
  12. "publishConfig": {
  13. "access": "public"
  14. },
  15. "main": "./lib/index.js",
  16. "dependencies": {
  17. "@babel/helper-annotate-as-pure": "^7.16.7",
  18. "@babel/helper-wrap-function": "^7.16.8",
  19. "@babel/types": "^7.16.8"
  20. },
  21. "devDependencies": {
  22. "@babel/traverse": "^7.16.8"
  23. },
  24. "engines": {
  25. "node": ">=6.9.0"
  26. },
  27. "author": "The Babel Team (https://babel.dev/team)"
  28. }