Sebastian McKenzie 34665bdfda v6.0.14
2015-10-30 23:30:40 +00:00

16 lines
508 B
JSON

{
"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"
}
}