31 lines
No EOL
871 B
JSON
31 lines
No EOL
871 B
JSON
{
|
|
"name": "@babel/plugin-transform-async-to-generator",
|
|
"version": "7.13.0",
|
|
"description": "Turn async functions into ES2015 generators",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-plugin-transform-async-to-generator"
|
|
},
|
|
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-async-to-generator",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.12.13",
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
"@babel/helper-remap-async-to-generator": "^7.13.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.13.0",
|
|
"@babel/helper-plugin-test-runner": "7.12.13"
|
|
}
|
|
} |