17 lines
506 B
JSON
17 lines
506 B
JSON
{
|
|
"name": "babel-plugin-transform-async-to-generator",
|
|
"version": "6.0.2",
|
|
"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.2",
|
|
"babel-plugin-syntax-async-functions": "^6.0.2",
|
|
"babel-runtime": "^6.0.2"
|
|
}
|
|
}
|