19 lines
580 B
JSON
19 lines
580 B
JSON
{
|
|
"name": "babel-plugin-transform-async-to-generator",
|
|
"version": "7.0.0-alpha.9",
|
|
"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": "7.0.0-alpha.9",
|
|
"babel-plugin-syntax-async-functions": "7.0.0-alpha.9"
|
|
},
|
|
"devDependencies": {
|
|
"babel-helper-plugin-test-runner": "7.0.0-alpha.9"
|
|
}
|
|
}
|