UNPKG

780 BJSONView Raw
1{
2 "name": "@babel/plugin-transform-async-to-generator",
3 "version": "7.12.1",
4 "description": "Turn async functions into ES2015 generators",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel.git",
8 "directory": "packages/babel-plugin-transform-async-to-generator"
9 },
10 "license": "MIT",
11 "publishConfig": {
12 "access": "public"
13 },
14 "main": "lib/index.js",
15 "keywords": [
16 "babel-plugin"
17 ],
18 "dependencies": {
19 "@babel/helper-module-imports": "^7.12.1",
20 "@babel/helper-plugin-utils": "^7.10.4",
21 "@babel/helper-remap-async-to-generator": "^7.12.1"
22 },
23 "peerDependencies": {
24 "@babel/core": "^7.0.0-0"
25 },
26 "devDependencies": {
27 "@babel/core": "^7.12.1",
28 "@babel/helper-plugin-test-runner": "7.10.4"
29 }
30}
\No newline at end of file