orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
20 lines (19 loc) • 584 B
JSON
{
"name": "babel-plugin-transform-async-to-generator",
"version": "6.16.0",
"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.16.0",
"babel-plugin-syntax-async-functions": "^6.8.0",
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
}
}