UNPKG

615 BJSONView Raw
1{
2 "name": "@babel/helper-remap-async-to-generator",
3 "version": "7.12.1",
4 "description": "Helper function to remap async functions to generators",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel.git",
8 "directory": "packages/babel-helper-remap-async-to-generator"
9 },
10 "license": "MIT",
11 "publishConfig": {
12 "access": "public"
13 },
14 "main": "lib/index.js",
15 "dependencies": {
16 "@babel/helper-annotate-as-pure": "^7.10.4",
17 "@babel/helper-wrap-function": "^7.10.4",
18 "@babel/types": "^7.12.1"
19 },
20 "devDependencies": {
21 "@babel/traverse": "^7.12.1"
22 }
23}
\No newline at end of file