mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-06-17 20:19:19 +08:00
28 lines
1.1 KiB
JSON
28 lines
1.1 KiB
JSON
{
|
|
"name": "@babel/helper-remap-async-to-generator",
|
|
"version": "7.11.4",
|
|
"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/template": "^7.10.4",
|
|
"@babel/types": "^7.10.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/traverse": "^7.10.4"
|
|
},
|
|
"gitHead": "90b198956995195ea00e7ac9912c2260e44d8746",
|
|
"__npminstall_done": "Sun Sep 06 2020 16:10:17 GMT+0800 (中国标准时间)",
|
|
"_from": "@babel/helper-remap-async-to-generator@7.11.4",
|
|
"_resolved": "https://registry.npm.taobao.org/@babel/helper-remap-async-to-generator/download/@babel/helper-remap-async-to-generator-7.11.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-remap-async-to-generator%2Fdownload%2F%40babel%2Fhelper-remap-async-to-generator-7.11.4.tgz"
|
|
} |