Nicolò Ribaudo 75767d87cb v7.7.4
2019-11-23 00:05:58 +01:00

19 lines
569 B
JSON

{
"name": "@babel/helper-remap-async-to-generator",
"version": "7.7.4",
"description": "Helper function to remap async functions to generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.7.4",
"@babel/helper-wrap-function": "^7.7.4",
"@babel/template": "^7.7.4",
"@babel/traverse": "^7.7.4",
"@babel/types": "^7.7.4"
}
}