Files
Henry Whitaker 2219b0213c npm install
2021-03-07 09:24:01 +00:00

23 lines
615 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": "^7.10.4",
"@babel/helper-wrap-function": "^7.10.4",
"@babel/types": "^7.12.1"
},
"devDependencies": {
"@babel/traverse": "^7.12.1"
}
}