You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
504 B
16 lines
504 B
{
|
|
"name": "babel-helper-remap-async-to-generator",
|
|
"version": "6.24.1",
|
|
"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",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"babel-runtime": "^6.22.0",
|
|
"babel-template": "^6.24.1",
|
|
"babel-types": "^6.24.1",
|
|
"babel-traverse": "^6.24.1",
|
|
"babel-helper-function-name": "^6.24.1"
|
|
}
|
|
}
|