UNPKG

504 BJSONView Raw
1{
2 "name": "babel-helper-remap-async-to-generator",
3 "version": "6.24.1",
4 "description": "Helper function to remap async functions to generators",
5 "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
6 "license": "MIT",
7 "main": "lib/index.js",
8 "dependencies": {
9 "babel-runtime": "^6.22.0",
10 "babel-template": "^6.24.1",
11 "babel-types": "^6.24.1",
12 "babel-traverse": "^6.24.1",
13 "babel-helper-function-name": "^6.24.1"
14 }
15}