packages/babel-helper-remap-async-to-generator/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@babel/helper-remap-async-to-generator",
  "version": "7.10.1",
  "description": "Helper function to remap async functions to generators",
  "repository": {
    "type": "git",
    "url": "https://github.com/babel/babel.git",
    "directory": "packages/babel-helper-remap-async-to-generator"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/index.js",
  "dependencies": {
    "@babel/helper-annotate-as-pure": "^7.10.1",
    "@babel/helper-wrap-function": "^7.10.1",
    "@babel/template": "^7.10.1",
    "@babel/traverse": "^7.10.1",
    "@babel/types": "^7.10.1"
  }
}