Nicolò Ribaudo 7f4b83833f v7.12.1
2020-10-16 00:36:30 +02:00

24 lines
656 B
JSON

{
"name": "@babel/helper-remap-async-to-generator",
"version": "7.12.1",
"description": "Helper function to remap async functions to generators",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-remap-async-to-generator"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.10.4",
"@babel/helper-wrap-function": "workspace:^7.10.4",
"@babel/types": "workspace:^7.12.1"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.12.1"
}
}