123456789101112131415161718 |
- {
- "name": "@babel/helper-remap-async-to-generator",
- "version": "7.1.0",
- "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.0.0",
- "@babel/helper-wrap-function": "^7.1.0",
- "@babel/template": "^7.1.0",
- "@babel/traverse": "^7.1.0",
- "@babel/types": "^7.0.0"
- }
- }
|