{ "name": "babel-plugin-transform-async-to-generator", "version": "6.0.14", "description": "Turn async functions into ES2015 generators", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator", "license": "MIT", "main": "lib/index.js", "keywords": [ "babel-plugin" ], "dependencies": { "babel-helper-remap-async-to-generator": "^6.0.14", "babel-plugin-syntax-async-functions": "^6.0.14", "babel-runtime": "^5.0.0" } }