21 lines
673 B
JSON
21 lines
673 B
JSON
{
|
|
"name": "@babel/plugin-transform-async-to-module-method",
|
|
"version": "7.0.0-beta.3",
|
|
"description": "Turn async functions into a module method",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-module-method",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "7.0.0-beta.3",
|
|
"@babel/helper-remap-async-to-generator": "7.0.0-beta.3",
|
|
"babel-plugin-syntax-async-functions": "7.0.0-beta.0",
|
|
"@babel/types": "7.0.0-beta.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.3"
|
|
}
|
|
}
|